.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.nav-link {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.container {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.container-hero {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.grid-container {
  max-height: 100%;
  max-width: 100%;
  margin-top: -35px;
  padding: 10px 25px 45px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(222, 44, 44, 0.33);
  background-color: rgba(20, 20, 20, 0.26);
}

.container.container-about {
  margin-right: auto;
  margin-left: auto;
}

.container.container-vehicle {
  margin-right: auto;
  margin-left: auto;
}

.container.offer-container {
  display: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.nav-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.container-novi {
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.container.about-us-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(58, 181, 74, 0);
  text-align: center;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ececec;
}

.nav-menu {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.main-cta {
  position: relative;
  display: inline-block;
  margin-left: 40px;
  padding: 10px 55px;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(0, 0%, 92.5%, 0.14);
  border-radius: 50px;
  background-color: #bb000e;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.main-cta:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.main-cta.about-button {
  margin-left: 0px;
}

.div-block {
  text-transform: uppercase;
}

.text-block {
  text-transform: uppercase;
}

.navbar {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #ececec;
}

.image-2 {
  max-height: 70px;
  max-width: 200px;
}

.main-section {
  position: relative;
  height: 90vh;
  background-image: url('../images/33333-min_1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-overlay {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(35, 33, 33, 0.5);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image-3 {
  width: 280px;
  height: 115px;
}

.column-div {
  text-align: center;
}

.column-div.druga-kolona {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 370px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(222, 44, 44, 0.33);
  background-color: rgba(187, 0, 14, 0.6);
}

.column-div.ddd {
  display: none;
}

.column-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 37px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.border-column {
  width: 290px;
  margin: 30px auto 20px;
  border-top: 5px solid #fff;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button {
  margin-top: 30px;
  padding: 10px 50px;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(0, 0%, 92.5%, 0.14);
  border-radius: 22px;
  background-color: #bb000e;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 27px;
  font-weight: 300;
  text-transform: uppercase;
}

.button:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(0px, -7px);
  -ms-transform: translate(0px, -7px);
  transform: translate(0px, -7px);
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.kategorije-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -110px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ikonice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 86px;
  height: 64px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 13px;
  background-color: #bb000e;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
}

.text-main {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 27px;
  font-weight: 600;
  text-transform: uppercase;
}

.text-main.c-kat {
  line-height: 21px;
}

.text-main.teors {
  font-size: 20px;
  line-height: 27px;
}

.about-section {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 5px solid #707070;
  border-bottom: 5px solid #707070;
  background-color: #ececec;
}

.grid {
  width: 100%;
  grid-auto-flow: column;
  grid-auto-columns: minmax(200px, 0px);
  grid-auto-rows: minmax(0%, 0px);
  grid-template-areas: ". Area-2 Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.about-container {
  width: 100%;
  height: 100%;
  margin-top: -25px;
  background-color: rgba(20, 20, 20, 0.26);
}

.o-nama-tekst {
  margin-bottom: 20px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
}

.about-container-button-div {
  text-align: center;
}

.about-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(222, 44, 44, 0.33);
  background-color: rgba(20, 20, 20, 0.26);
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.broj-vozaca {
  width: 470px;
  height: 305px;
  background-color: rgba(20, 20, 20, 0.26);
}

.div-block-2 {
  background-color: rgba(20, 20, 20, 0.26);
}

.about-column-text {
  margin-top: 5px;
  border-radius: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 76px;
  font-weight: 700;
  text-align: center;
}

.text-block-5 {
  font-family: Montserrat, sans-serif;
}

.text-column {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
  text-align: center;
}

.okrugli-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #bb000e;
}

.okrugli-div.fb-contact {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.okrugli-div.okrugli-div-fb {
  width: 90px;
  height: 90px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: -45px;
}

.kolona {
  margin-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.image-5 {
  width: 80px;
  height: 80px;
}

.image-5.fb-ikonica {
  width: 60px;
  height: 60px;
}

.column-heading {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 52px;
  text-align: center;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-2 {
  grid-auto-flow: column;
  grid-row-gap: 20px;
  grid-template-areas: "Area-3 Area"
    "Area-3 Area-2";
  -ms-grid-columns: 1fr 2.25fr;
  grid-template-columns: 1fr 2.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-2 {
  background-color: rgba(20, 20, 20, 0.26);
}

.paragraph {
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.o-nama-div {
  border-radius: 13px;
  background-color: #bb000e;
}

.o-nama-div.vozila {
  width: 300px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -35px;
  margin-bottom: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
}

.vehicle-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ececec;
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.vehicle-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(222, 44, 44, 0.63);
  background-color: rgba(20, 20, 20, 0.23);
}

.image-6 {
  position: relative;
  z-index: 0;
  width: 268px;
  height: 167px;
  padding: 20px 70px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-7 {
  position: relative;
  z-index: 999;
}

.image-8 {
  position: relative;
  z-index: 11;
  width: 255px;
  height: 255px;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-9 {
  position: absolute;
  left: auto;
  right: auto;
  bottom: 6%;
  z-index: 12;
  max-width: 90%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-9.golf-image {
  bottom: 11%;
  max-width: 82%;
}

.image-9.golf-image.iveco-image {
  max-width: 78%;
}

.image-9.audi.scania-image {
  bottom: 9%;
  max-width: 87%;
}

.image-9.kamion {
  max-width: 87%;
}

.image-9.kamion.motor {
  bottom: 12%;
  max-width: 62%;
}

.text-block-7 {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-8 {
  position: absolute;
  left: 150px;
  top: 50px;
  right: 50px;
  bottom: 150px;
  z-index: 9999;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.vehicle-textblock-div {
  position: absolute;
  top: 45px;
  right: 45px;
  z-index: 999;
  width: 175px;
  border-radius: 13px;
  background-color: #bb000e;
  text-align: center;
}

.vehicle-textblock {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
}

.offers-section {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url('../images/int-blur-1_1.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.offers-column {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(187, 0, 14, 0.5);
}

.text-block-9 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.offer-kolona {
  margin-right: 40px;
  padding-right: 30px;
  padding-left: 30px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: rgba(187, 0, 14, 0.5);
  text-align: center;
}

.offer-kolona.prva-kolona {
  display: inline-block;
  margin-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.offer-kolona.contact-kolona {
  margin-top: 100px;
  margin-right: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
  float: left;
  background-color: rgba(20, 20, 20, 0.26);
}

.offer-kolona._2 {
  float: left;
}

.offer-heading {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.heading {
  text-align: center;
}

.offer-heading2 {
  display: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.offer-heading4 {
  display: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.offer-p {
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}

.offer-prvalinija {
  margin-top: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 2px;
}

.offer-p2 {
  width: 250px;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.offer-p2:hover {
  color: #7776a5;
}

.offer-p2.link-block {
  margin-top: 0px;
  margin-bottom: 0px;
}

.offer-drugalinija {
  border-top: 1px solid #fff;
  border-radius: 2px;
}

.button-2 {
  display: inline-block;
}

.offer-button {
  margin-top: 45px;
  margin-bottom: 40px;
  padding-right: 50px;
  padding-left: 50px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 22px;
  background-color: #bb000e;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}

.offer-button:hover {
  box-shadow: 0 5px 10px 0 #000;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.contact-section {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 5px solid #707070;
  border-bottom: 5px solid #707070;
}

.slika-div {
  height: 320px;
  border-style: solid;
  border-width: 1px;
  border-color: #707070;
  background-image: url('../images/viber_image_2023-01-06_21-41-10-788-min.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.image-10 {
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-4 {
  margin-top: 100px;
  grid-column-gap: 64px;
  grid-row-gap: 33px;
  grid-template-areas: "Area Area-2 Area-4"
    "Area Area-3 Area-5";
  -ms-grid-columns: 1fr 64px 1fr 64px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 33px auto;
  grid-template-rows: auto auto;
}

.contact-div-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(222, 44, 44, 0.33);
  background-color: rgba(20, 20, 20, 0.26);
}

.contact-div-grid.fb-contact {
  padding-bottom: 200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.contact-div-grid.contact-div-fb {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.text-block-10 {
  text-align: center;
}

.text-block-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.columns-5 {
  margin-top: 100px;
}

.columns-6 {
  float: right;
}

.okrugli-div-druga-strana {
  background-color: #bb000e;
}

.contact-text {
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  text-align: left;
}

.footer {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #141414;
}

.footer-text2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 29px;
  font-weight: 300;
}

.footer-text2.drugi-footer {
  display: block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.footer-text2.drugi-footer:hover {
  color: #7776a5;
}

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

.bold-text {
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
}

.column-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fb-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.fb-link.lokacija {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fb-text {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fafafa;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.fb-text:hover {
  color: #7776a5;
}

.lokacija-text {
  height: 132px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.lokacija-text:hover {
  color: #7776a5;
}

.line-text {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 22px;
  text-transform: uppercase;
}

.line-hover {
  height: 2px;
  margin-top: 3px;
  margin-right: auto;
  margin-left: auto;
  background-color: #bb000e;
}

.column-3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.column-4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.kontakt-sect {
  padding-top: 140px;
  padding-bottom: 140px;
}

.text-span-2 {
  font-size: 15px;
  line-height: 21px;
  text-transform: none;
}

.text-span-3 {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
  text-transform: none;
}

.image-12 {
  width: 47px;
  height: 47px;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.dropdown-list {
  background-color: #ececec;
}

.dropdown-list.w--open {
  border-radius: 3px;
}

.dropdown-link {
  z-index: 11;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.dropdown-link:hover {
  color: #000;
}

.div-block-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
}

.link-block {
  position: relative;
}

.div-block-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 0px;
  background-color: #fff;
}

.text-block-11 {
  position: relative;
  z-index: 11;
}

.slider {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider.slider2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mask {
  max-height: 420px;
}

.offer-p2-2 {
  width: 250px;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.offer-p2-2:hover {
  color: #7776a5;
}

.offer-p2-2.link-block {
  margin-top: 0px;
  margin-bottom: 0px;
}

.d {
  display: inline-block;
  width: 310px;
  margin-left: 20px;
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: rgba(187, 0, 14, 0.5);
  text-align: center;
}

.offer-button-2 {
  margin-top: 45px;
  margin-bottom: 40px;
  padding-right: 50px;
  padding-left: 50px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 22px;
  background-color: #bb000e;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}

.offer-button-2:hover {
  box-shadow: 0 5px 10px 0 #000;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.cccc {
  padding-top: 140px;
  padding-bottom: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/int-blur-1_1.webp');
  background-position: 50% 50%;
  background-size: auto;
}

.mask-2 {
  height: 100%;
}

.slider-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slide1 {
  height: 250px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.div-adjustable-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-2 {
  overflow: hidden;
}

.slider-3 {
  height: 370px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

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

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-6 {
  display: none;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.styll-link {
  text-decoration: none;
}

.image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 340px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.mask-4 {
  overflow: visible;
  width: 25%;
}

.text-span-4 {
  color: #b96f4a;
}

.item-slide {
  overflow: hidden;
}

.buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1px;
  margin-left: -1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.slider-4 {
  overflow: hidden;
  height: 100%;
  margin-top: 60px;
  padding-bottom: 80px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.container-4 {
  max-width: 1025px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.info-wrapper {
  margin-top: 10px;
}

.left-arrow-3 {
  display: none;
}

.slide-wrapper {
  padding-right: 10px;
  padding-left: 10px;
}

.text-block-12 {
  font-family: Lato, sans-serif;
  font-size: 14px;
  text-align: center;
}

.text-podnaslov {
  font-family: Lato, sans-serif;
  font-weight: 300;
  text-align: center;
}

.page-section {
  display: block;
  padding-top: 95px;
  padding-bottom: 95px;
  font-weight: 400;
}

.page-section.slider-2-section {
  display: block;
  background-color: #f2eee9;
}

.text-block-13 {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.orange-pretitle {
  color: #b96f4a;
  font-size: 38px;
  line-height: 45px;
  text-align: center;
}

.slide-nav-3 {
  display: block;
  background-color: #cecece;
}

.slide-button {
  margin-right: 1px;
  margin-left: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #b96f4a;
  font-family: Lato, sans-serif;
  font-size: 9px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.right-arrow-3 {
  display: none;
}

.section-heading {
  margin-top: 0px;
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
}

.nav-link-2 {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}

.paragraph-2 {
  margin-top: 0px;
  font-size: 12px;
}

.column-9 {
  font-size: 22px;
  line-height: 26px;
}

.submit-button {
  padding: 3px 10px;
  border-bottom: 3px solid #b96f4a;
  background-color: hsla(0, 0%, 100%, 0);
  color: #b96f4a;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #152242;
  font-size: 14px;
  text-decoration: none;
}

.main-footer {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #eed0d0;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.contact-us {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 26px;
}

.text-field {
  margin-right: 15px;
  border-style: solid;
  border-width: 0px 0px 3px;
  border-color: #000 #000 #b96f4a;
  background-color: hsla(0, 0%, 100%, 0);
}

.section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.product-hero {
  padding-top: 100px;
  padding-bottom: 40px;
  background-image: none;
  background-position: 0px 0px;
  background-size: cover;
}

.forma {
  padding-top: 140px;
  padding-bottom: 140px;
}

.nav-link-3 {
  display: inline-block;
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.line-text-2 {
  font-size: 2vh;
  line-height: 27px;
  font-weight: 400;
  text-transform: uppercase;
}

.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ececec;
}

.nav-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ececec;
}

.main-cta-2 {
  position: relative;
  margin-left: 45px;
  padding: 10px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #39b54a;
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.text-block-14 {
  color: #39b54a;
  font-size: 2vh;
  line-height: 27px;
  text-transform: uppercase;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.line-hover-2 {
  height: 2px;
  margin-top: 3px;
  margin-right: auto;
  margin-left: auto;
  background-color: #39b54a;
}

.image-14 {
  max-height: 70px;
  max-width: 200px;
}

.main-section-2 {
  position: relative;
  background-image: url('../images/Home-page-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-overlay-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.main-sadrzaj {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-heading {
  width: 1090px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 62px;
  font-weight: 800;
  text-align: center;
}

.main-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 55px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
  color: #363636;
  font-size: 22px;
  line-height: 29px;
  font-weight: 500;
  text-transform: uppercase;
}

.main-button.footer-button {
  width: 260px;
  height: 55px;
  margin-right: 0px;
  margin-left: 50px;
  border-radius: 7px;
  color: #3ab54a;
  font-size: 23px;
  line-height: 30px;
}

.text-proizvodi {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

.text-proizvodi.lijevi-text {
  text-align: right;
}

.pozadina-prvi {
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e4ddd3;
}

.heading-4 {
  margin-top: 0px;
}

.pozadina-treci {
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e4ddd3;
}

.text-div {
  width: 50%;
  padding-right: 100px;
  padding-left: 100px;
}

.text-div.prvi {
  padding-right: 100px;
}

.text-div.drugi {
  padding-right: 100px;
  padding-left: 100px;
}

.slika {
  display: none;
  padding-bottom: 0px;
  padding-left: 100px;
  background-image: url('../images/pikler-triangle_1296x.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.pozadina-drugi {
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ececec;
}

.heading-3 {
  text-align: right;
}

.heading-2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.prvi-proizvod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.treci-proizvod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.drugi-proizvod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.our-pr-linija {
  width: 184px;
  height: 7px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  background-color: #c9a67e;
}

.image-15 {
  width: 400px;
  height: 340px;
}

.lijevi-about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.paragraph-3 {
  margin-right: 100px;
  font-size: 20px;
  line-height: 27px;
  font-style: italic;
  font-weight: 500;
  text-align: right;
}

.about-us {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #ececec;
}

.linija {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 7px;
  height: 184px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 3px;
  background-color: #c9a67e;
}

.desni-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-us-heading {
  margin-top: 10px;
  margin-right: 100px;
  font-size: 27px;
  line-height: 34px;
  font-style: italic;
  text-align: right;
  text-transform: uppercase;
}

.other-products {
  padding-top: 220px;
  padding-bottom: 220px;
  background-color: #ececec;
}

.out-products-heading {
  font-size: 27px;
  line-height: 34px;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
}

.footer-2 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.footer-container {
  background-color: #3ab54a;
}

.text-block-4 {
  color: #fff;
  font-size: 26px;
  line-height: 33px;
  text-transform: uppercase;
}

.slika-2 {
  width: 50%;
  padding-bottom: 0px;
  background-image: url('../images/pikler-triangle_1296x.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.slika-2.slika2 {
  padding-left: 0px;
}

.prvi-proizvod-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
}

.text-div-2 {
  width: 50%;
  padding-left: 100px;
}

.text-div-2.drugi {
  padding-right: 100px;
  padding-left: 0px;
}

.text-div-2.prvi {
  padding-right: 0px;
}

.drugi-proizvod-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.treci-proizvod-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
}

.custom-slick-slider {
  padding-right: 140px;
  padding-left: 140px;
}

.slide2 {
  height: 250px;
  background-color: #000;
}

.slide3 {
  height: 250px;
  background-color: #bbb0b0;
}

.slide4 {
  height: 250px;
  background-color: #442c2c;
}

.text-block-15 {
  font-size: 30px;
  line-height: 37px;
  text-align: center;
}

.heading-5 {
  margin-top: 0px;
  text-align: center;
}

.div-block-7 {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid #000;
}

.mask-5 {
  overflow: visible;
  max-width: 33.3333333%;
}

.slider-5 {
  overflow: hidden;
  height: 550px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slide-7 {
  max-height: 100%;
  padding-right: 40px;
  padding-left: 40px;
}

.slide-8 {
  padding-right: 40px;
  padding-left: 40px;
}

.slider-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-4 {
  color: #caa77f;
}

.icon-5 {
  color: #caa77f;
}

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

@media screen and (min-width: 1280px) {
  .line-text-2 {
    font-size: 2vh;
    line-height: 26px;
  }

  .text-block-14 {
    font-size: 2vh;
    line-height: 27px;
  }

  .main-heading {
    font-size: 60px;
    line-height: 67px;
  }

  .main-button {
    width: 260px;
    height: 55px;
    font-size: 22px;
    line-height: 29px;
  }
}

@media screen and (min-width: 1440px) {
  .line-text-2 {
    font-size: 2vh;
    line-height: 27px;
  }

  .text-block-14 {
    font-size: 2vh;
    line-height: 27px;
  }

  .main-heading {
    font-size: 62px;
    line-height: 77px;
  }

  .main-button {
    width: 270px;
    height: 60px;
    font-size: 24px;
    line-height: 31px;
  }
}

@media screen and (min-width: 1920px) {
  .line-text-2 {
    font-size: 2vh;
  }

  .text-block-14 {
    font-size: 2vh;
  }

  .main-heading {
    width: 1290px;
    font-size: 81px;
    line-height: 88px;
  }

  .main-button {
    width: 280px;
    height: 70px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .container.container-hero {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.offer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container.about-us-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-cta {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .column-div.druga-kolona {
    width: 330px;
  }

  .column-div.druga-kolona.dddd {
    display: none;
  }

  .column-div.ddd {
    display: none;
  }

  .column-text {
    font-size: 24px;
    line-height: 30px;
  }

  .button {
    font-size: 20px;
    line-height: 26px;
  }

  .ikonice {
    width: 80px;
    height: 60px;
  }

  .text-main {
    font-size: 20px;
    line-height: 26px;
  }

  .text-column {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 26px;
    line-height: 34px;
  }

  .okrugli-div {
    width: 100px;
    height: 100px;
    margin-top: -50px;
  }

  .okrugli-div.okrugli-div-fb {
    width: 80px;
    height: 80px;
    margin-left: -40px;
  }

  .image-5 {
    width: 70px;
    height: 70px;
  }

  .image-5.fb-ikonica {
    width: 55px;
    height: 55px;
  }

  .column-heading {
    font-size: 35px;
    line-height: 41px;
  }

  .grid-2 {
    grid-row-gap: 61px;
    -ms-grid-columns: minmax(100%, 5fr);
    grid-template-columns: minmax(100%, 5fr);
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .o-nama-div.vozila {
    width: 250px;
  }

  .text-block-6 {
    padding: 5px;
    font-size: 28px;
    line-height: 34px;
  }

  .grid-3 {
    padding-right: 15px;
    -ms-grid-columns: minmax(50%, 5fr) minmax(50%, 3.5fr);
    grid-template-columns: minmax(50%, 5fr) minmax(50%, 3.5fr);
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .image-9.golf-image {
    bottom: 20%;
    max-width: 100%;
  }

  .image-9.golf-image.iveco-image {
    bottom: 16%;
    max-width: 85%;
  }

  .image-9.audi {
    bottom: 17%;
    max-width: 110%;
  }

  .image-9.audi.scania-image {
    bottom: 15%;
    max-width: 100%;
  }

  .image-9.kamion {
    bottom: 15%;
  }

  .image-9.kamion.motor {
    bottom: 13%;
    max-width: 75%;
  }

  .vehicle-textblock-div {
    right: auto;
  }

  .offer-kolona {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .offer-kolona.prva-kolona {
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .offer-button {
    width: 200px;
  }

  .slika-div {
    background-position: 50% 50%;
  }

  .grid-4 {
    grid-column-gap: 66px;
    grid-template-areas: "Area Area-2"
      "Area Area-2"
      ". Area-6"
      "Area-7 Area-7"
      "Area-7 Area-7";
    -ms-grid-columns: 45% 66px 45%;
    grid-template-columns: 45% 45%;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .contact-div-grid.contact-div-fb.lijevi-grid {
    margin-left: 45px;
  }

  .contact-div-grid.contact-div-fb.desni-grid {
    margin-right: 45px;
  }

  .slika-div-grid {
    text-align: center;
  }

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

  .footer-text2 {
    font-size: 20px;
    line-height: 26px;
  }

  .footer-text2.drugi-footer {
    text-align: left;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .columns-7 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

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

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

  .line-text {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .line-hover {
    height: 2px;
    margin-top: 0px;
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .icon {
    background-color: transparent;
    color: #000;
  }

  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

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

  .dropdown-list {
    background-color: #c8c8c8;
  }

  .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .d.d4 {
    display: none;
  }

  .d.d3 {
    display: none;
  }

  .d.ddrugi {
    display: none;
  }

  .d.d23 {
    display: none;
  }

  .offer-button-2 {
    width: 200px;
  }

  .slider-2 {
    height: 600px;
  }

  .left-arrow {
    display: block;
  }

  .right-arrow {
    display: block;
  }

  .slide-nav {
    display: block;
  }

  .div-adjustable-slide {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
  }

  .slide-3 {
    overflow: hidden;
  }

  .slide-4 {
    overflow: hidden;
  }

  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slide-6 {
    overflow: hidden;
  }

  .mask-4 {
    width: 33.33%;
  }

  .column-8 {
    margin-bottom: 20px;
  }

  .nav-link-3 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .line-text-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .main-cta-2 {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .line-hover-2 {
    height: 2px;
    margin-top: 0px;
  }

  .main-sadrzaj {
    text-align: center;
  }

  .main-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 724px;
    font-size: 50px;
  }

  .main-button {
    width: 240px;
    height: 50px;
    font-size: 21px;
    line-height: 28px;
  }

  .text-proizvodi {
    text-align: center;
  }

  .text-proizvodi.lijevi-text {
    text-align: center;
  }

  .heading-4 {
    text-align: center;
  }

  .text-div {
    width: 100%;
    margin-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .text-div.prvi {
    width: 100%;
    margin-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .text-div.drugi {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .heading-3 {
    margin-top: 0px;
    text-align: center;
  }

  .heading-2 {
    margin-top: 0px;
    text-align: center;
  }

  .prvi-proizvod {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .treci-proizvod {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .drugi-proizvod {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .our-pr-linija {
    display: none;
  }

  .image-15 {
    width: auto;
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .lijevi-about {
    max-width: 100%;
  }

  .paragraph-3 {
    margin-right: 0px;
    text-align: center;
  }

  .about-us {
    padding-bottom: 0px;
  }

  .linija {
    display: none;
  }

  .desni-about {
    max-width: 100%;
  }

  .about-us-heading {
    margin-right: 0px;
    text-align: center;
  }

  .prvi-proizvod-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-div-2 {
    width: 100%;
    margin-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .text-div-2.drugi {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .text-div-2.prvi {
    width: 100%;
    margin-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .drugi-proizvod-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .treci-proizvod-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .container.container-hero {
    height: auto;
    max-width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .main-section {
    height: 100vh;
  }

  .hero-overlay {
    height: 100vh;
  }

  .column-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-div.druga-kolona {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
  }

  .column-div.druga-kolona.dddd {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .column-div.ddd {
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .column {
    margin-top: 70px;
  }

  .kategorije-main {
    margin-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .text-column {
    font-size: 23px;
    line-height: 30px;
  }

  .okrugli-div {
    width: 80px;
    height: 80px;
  }

  .okrugli-div.okrugli-div-fb {
    margin-top: -40px;
    margin-left: 0px;
  }

  .image-5 {
    width: 55px;
    height: 55px;
  }

  .column-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .grid-3 {
    padding-right: 15px;
  }

  .image-8 {
    height: 215px;
  }

  .vehicle-textblock-div {
    right: auto;
  }

  .grid-4 {
    padding-right: 5px;
    padding-left: 5px;
    grid-column-gap: 49px;
    grid-row-gap: 71px;
  }

  .contact-div-grid.contact-div-fb {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-grid {
    margin-bottom: 5px;
  }

  .fb-link {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .fb-link.ig-link {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fb-text {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 17px;
    line-height: 23px;
  }

  .d.d1 {
    display: block;
  }

  .d.d3 {
    display: none;
  }

  .d.ddrugi {
    display: none;
  }

  .d.d222 {
    display: block;
  }

  .d.ddd {
    display: block;
  }

  .d.ddddd {
    display: block;
  }

  .slider-3 {
    height: 400px;
  }

  .left-arrow-2 {
    display: none;
  }

  .right-arrow-2 {
    display: none;
  }

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

  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-8 {
    display: none;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mask-4 {
    width: 50%;
  }

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

  .orange-pretitle {
    font-size: 30px;
    line-height: 34px;
  }

  .section-heading {
    font-size: 36px;
    line-height: 48px;
  }

  .column-9 {
    margin-bottom: 20px;
  }

  .main-section-2 {
    height: 100vh;
  }

  .hero-overlay-2 {
    height: 100vh;
  }

  .main-heading {
    width: auto;
    font-size: 50px;
    line-height: 57px;
  }

  .main-button.footer-button {
    height: auto;
    font-size: 18px;
    line-height: 25px;
  }

  .text-proizvodi {
    margin-left: 0px;
    text-align: center;
  }

  .our-pr-linija {
    display: block;
  }

  .our-pr-linija.probalinija {
    display: none;
  }

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

@media screen and (max-width: 479px) {
  .nav-link {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .container.container-hero {
    max-width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.grid-container {
    margin-top: 0px;
    margin-bottom: 80px;
  }

  .container.offer-container {
    padding-right: 35px;
    padding-left: 35px;
  }

  .container.footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-wrapper {
    height: auto;
  }

  .main-cta {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .navbar {
    color: #000;
  }

  .main-section {
    height: 90vh;
  }

  .hero-overlay {
    height: 90vh;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .column-div {
    text-align: center;
  }

  .column-div.druga-kolona {
    width: 100%;
    margin-right: 0px;
  }

  .column-div.druga-kolona.dddd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .column-text {
    font-size: 20px;
    line-height: 26px;
  }

  .border-column {
    width: 250px;
    margin-top: 20px;
    border-radius: 3px;
  }

  .button {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 17px;
    line-height: 23px;
  }

  .column {
    margin-top: 70px;
  }

  .kategorije-main {
    margin-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .ikonice {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

  .text-main.teors {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 17px;
    line-height: 23px;
  }

  .about-section {
    padding-top: 92px;
    padding-bottom: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .about-div {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .okrugli-div {
    width: 80px;
    height: 80px;
    margin-top: -40px;
  }

  .okrugli-div.okrugli-div-fb {
    margin-top: -40px;
    margin-left: 0px;
  }

  .kolona {
    margin-bottom: 70px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-5 {
    width: 55px;
    height: 55px;
  }

  .column-heading {
    text-align: center;
  }

  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-2 {
    padding-right: 20px;
    padding-left: 20px;
    grid-row-gap: 0px;
    grid-template-areas: "Area-3 Area"
      "Area-3 Area-2";
    -ms-grid-columns: minmax(100%, 5fr);
    grid-template-columns: minmax(100%, 5fr);
    -ms-grid-rows: auto 0px auto 0px auto 0px auto;
    grid-template-rows: auto auto auto auto;
  }

  .paragraph {
    margin-bottom: 0px;
  }

  .columns-3 {
    margin-bottom: -70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .o-nama-div.vozila {
    margin-right: 0px;
    margin-left: 15px;
  }

  .text-block-6.vozni-park {
    margin-top: 0px;
  }

  .vehicle-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .grid-3 {
    padding-right: 20px;
    padding-left: 20px;
    grid-row-gap: 40px;
    -ms-grid-columns: minmax(100%, 5fr);
    grid-template-columns: minmax(100%, 5fr);
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .vehicle-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-8 {
    width: 100%;
    height: 100%;
  }

  .image-9 {
    bottom: auto;
    max-width: 100%;
  }

  .image-9.golf-image {
    bottom: auto;
    max-width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }

  .image-9.golf-image.iveco-image {
    bottom: auto;
    max-width: 100%;
  }

  .image-9.audi {
    bottom: auto;
    max-width: 110%;
  }

  .image-9.audi.scania-image {
    bottom: auto;
    max-width: 100%;
  }

  .image-9.kamion {
    bottom: auto;
    max-width: 100%;
  }

  .image-9.kamion.motor {
    bottom: auto;
    max-width: 88%;
  }

  .vehicle-textblock-div {
    left: auto;
    top: 20px;
    right: auto;
  }

  .vehicle-textblock {
    font-size: 26px;
    line-height: 32px;
  }

  .offers-section {
    padding-top: 70px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .offer-kolona {
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: center;
  }

  .offer-kolona.prva-kolona {
    margin-right: 0px;
    margin-left: 0px;
  }

  .offer-p {
    width: 100%;
    font-size: 17px;
    line-height: 23px;
  }

  .offer-prvalinija {
    margin-top: 25px;
  }

  .offer-p2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .offer-p2.link-block {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }

  .offer-button {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
  }

  .contact-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .slika-div {
    height: 280px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .grid-4 {
    padding-right: 30px;
    padding-left: 30px;
    grid-row-gap: 60px;
    grid-template-areas: "Area"
      "Area";
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .contact-div-grid {
    text-align: center;
  }

  .contact-div-grid.contact-div-fb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-grid {
    padding: 30px 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .footer-text2.drugi-footer {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
  }

  .bold-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .column-2 {
    margin-bottom: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .columns-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .bold-text-2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    text-align: center;
  }

  .fb-link.ig-link {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .fb-text {
    padding-right: 5px;
    padding-left: 5px;
  }

  .lokacija-text {
    padding: 30px 5px;
  }

  .line-text {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-button {
    background-color: rgba(201, 158, 158, 0);
  }

  .column-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-span-3 {
    font-size: 11px;
  }

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

  .dropdown-list {
    margin-bottom: 20px;
  }

  .dropdown-list.w--open {
    margin-bottom: 10px;
    background-color: #c8c8c8;
  }

  .dropdown-link {
    font-weight: 400;
  }

  .dropdown {
    clear: both;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .offer-p2-2 {
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 17px;
    line-height: 22px;
  }

  .offer-p2-2.link-block {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }

  .d {
    width: 250px;
  }

  .d.d1 {
    width: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .offer-button-2 {
    width: auto;
    margin-top: 35px;
    margin-bottom: 35px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
  }

  .slider-2 {
    height: 580px;
  }

  .icon-2 {
    margin-right: 0px;
  }

  .icon-3 {
    margin-left: 0px;
  }

  .slider-3 {
    height: 350px;
  }

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

  .slide-5 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .styll-link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .mask-4 {
    width: 100%;
  }

  .nav-link-3 {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .line-text-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .navbar-2 {
    color: #000;
  }

  .nav-wrapper-2 {
    height: 10vh;
  }

  .main-cta-2 {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .image-14 {
    max-height: 50px;
    max-width: 135px;
  }

  .main-section-2 {
    height: 90vh;
    background-position: 78% 50%;
  }

  .hero-overlay-2 {
    height: 90vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-heading {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 43px;
    line-height: 52px;
  }

  .main-button {
    width: 200px;
    height: 40px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 25px;
  }

  .main-button.footer-button {
    width: 170px;
    margin-left: 0px;
  }

  .slika {
    display: block;
    width: 330px;
    height: 320px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 50px;
    background-image: url('../images/pikler-triangle_1296x.webp');
    background-position: 40% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .image-15 {
    height: 250px;
  }

  .text-block-4 {
    margin-bottom: 30px;
  }

  .slika-2 {
    display: block;
    width: 330px;
    height: 320px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 50px;
    background-image: url('../images/pikler-triangle_1296x.webp');
    background-position: 40% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }
}

#w-node-cee9f7d8-d932-1e6f-01a8-778a8bd0a14b-935d9b5e {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: Area-3;
}

.grid-4>#w-node-cee9f7d8-d932-1e6f-01a8-778a8bd0a14b-935d9b5e {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
}

#w-node-f5aa5046-6802-fd69-db82-50dcff2d47ea-935d9b5e {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area;
}

.grid-2>#w-node-f5aa5046-6802-fd69-db82-50dcff2d47ea-935d9b5e {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-4>#w-node-f5aa5046-6802-fd69-db82-50dcff2d47ea-935d9b5e {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
}

#w-node-_43a2c774-d4d9-a5b6-e46d-d07d31cb6808-935d9b5e {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: Area-2;
}

.grid-2>#w-node-_43a2c774-d4d9-a5b6-e46d-d07d31cb6808-935d9b5e {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.grid-4>#w-node-_43a2c774-d4d9-a5b6-e46d-d07d31cb6808-935d9b5e {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-c62207e0-7bdf-d0c0-322c-8056b5a84680-935d9b5e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f3d19e4d-dd05-e9b2-5aa8-79a1fc1e24fc-935d9b5e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7774040d-8b22-ac09-3943-bc886c1f2ac0-935d9b5e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-acade937-6d6c-b54d-e620-3dfd3563c245-935d9b5e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d9b7537d-ccfe-fc6e-8f41-4a8e247ad6b1-935d9b5e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7f849243-1c7e-3a94-957b-9812f4e9f248-935d9b5e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#kontakt2.w-node-_2fc74fa5-5ce5-d15c-f868-1436d06d1af9-935d9b5e {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area;
}

.grid-2>#kontakt2.w-node-_2fc74fa5-5ce5-d15c-f868-1436d06d1af9-935d9b5e {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-4>#kontakt2.w-node-_2fc74fa5-5ce5-d15c-f868-1436d06d1af9-935d9b5e {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
}

#w-node-c1227084-7d92-c78c-0f94-dd69720225d3-935d9b5e {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: Area-2;
}

.grid-2>#w-node-c1227084-7d92-c78c-0f94-dd69720225d3-935d9b5e {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.grid-4>#w-node-c1227084-7d92-c78c-0f94-dd69720225d3-935d9b5e {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-e86da01e-ebf7-856b-e53b-e2d18c41d362-935d9b5e {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: Area-4;
}

#w-node-_6f2bf402-797e-eddc-3633-7ea13e1a6dd3-935d9b5e {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: Area-3;
}

.grid-4>#w-node-_6f2bf402-797e-eddc-3633-7ea13e1a6dd3-935d9b5e {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
}

#w-node-_8e6df5f9-f9a5-a683-c396-b7e05aeb8dc1-935d9b5e {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: Area-5;
}

#w-node-_754457d7-7ad7-69ec-884c-3dedde8a5087-572a4d5a {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: Area-2;
  -ms-grid-row-align: center;
  align-self: center;
}

.grid-2>#w-node-_754457d7-7ad7-69ec-884c-3dedde8a5087-572a4d5a {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.grid-4>#w-node-_754457d7-7ad7-69ec-884c-3dedde8a5087-572a4d5a {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-_754457d7-7ad7-69ec-884c-3dedde8a508e-572a4d5a {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: Area-2;
  -ms-grid-row-align: center;
  align-self: center;
}

.grid-2>#w-node-_754457d7-7ad7-69ec-884c-3dedde8a508e-572a4d5a {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.grid-4>#w-node-_754457d7-7ad7-69ec-884c-3dedde8a508e-572a4d5a {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

@media screen and (max-width: 991px) {
  #w-node-f5aa5046-6802-fd69-db82-50dcff2d47ea-935d9b5e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_43a2c774-d4d9-a5b6-e46d-d07d31cb6808-935d9b5e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_7774040d-8b22-ac09-3943-bc886c1f2ac0-935d9b5e {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-acade937-6d6c-b54d-e620-3dfd3563c245-935d9b5e {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-d9b7537d-ccfe-fc6e-8f41-4a8e247ad6b1-935d9b5e {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_7f849243-1c7e-3a94-957b-9812f4e9f248-935d9b5e {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-e86da01e-ebf7-856b-e53b-e2d18c41d362-935d9b5e {
    grid-area: Area-7;
  }

  #w-node-_6f2bf402-797e-eddc-3633-7ea13e1a6dd3-935d9b5e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_8e6df5f9-f9a5-a683-c396-b7e05aeb8dc1-935d9b5e {
    grid-area: Area-6;
  }

  #w-node-_754457d7-7ad7-69ec-884c-3dedde8a5087-572a4d5a {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: Area-2;
  }

  .grid-2>#w-node-_754457d7-7ad7-69ec-884c-3dedde8a5087-572a4d5a {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }

  .grid-4>#w-node-_754457d7-7ad7-69ec-884c-3dedde8a5087-572a4d5a {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-_754457d7-7ad7-69ec-884c-3dedde8a508e-572a4d5a {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: Area-2;
  }

  .grid-2>#w-node-_754457d7-7ad7-69ec-884c-3dedde8a508e-572a4d5a {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }

  .grid-4>#w-node-_754457d7-7ad7-69ec-884c-3dedde8a508e-572a4d5a {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_754457d7-7ad7-69ec-884c-3dedde8a5087-572a4d5a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: Area-3;
  }

  .grid-4>#w-node-_754457d7-7ad7-69ec-884c-3dedde8a5087-572a4d5a {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }

  #w-node-_754457d7-7ad7-69ec-884c-3dedde8a508e-572a4d5a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: Area-3;
  }

  .grid-4>#w-node-_754457d7-7ad7-69ec-884c-3dedde8a508e-572a4d5a {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cee9f7d8-d932-1e6f-01a8-778a8bd0a14b-935d9b5e {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  .grid-2>#w-node-f5aa5046-6802-fd69-db82-50dcff2d47ea-935d9b5e {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }

  .grid-4>#w-node-f5aa5046-6802-fd69-db82-50dcff2d47ea-935d9b5e {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  .grid-2>#w-node-_43a2c774-d4d9-a5b6-e46d-d07d31cb6808-935d9b5e {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }

  .grid-2>#kontakt2.w-node-_2fc74fa5-5ce5-d15c-f868-1436d06d1af9-935d9b5e {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }

  .grid-4>#kontakt2.w-node-_2fc74fa5-5ce5-d15c-f868-1436d06d1af9-935d9b5e {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  .grid-2>#w-node-c1227084-7d92-c78c-0f94-dd69720225d3-935d9b5e {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }

  #w-node-_6f2bf402-797e-eddc-3633-7ea13e1a6dd3-935d9b5e {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  .grid-2>#w-node-_754457d7-7ad7-69ec-884c-3dedde8a5087-572a4d5a {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }

  .grid-2>#w-node-_754457d7-7ad7-69ec-884c-3dedde8a508e-572a4d5a {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }

  .grid-2>#w-node-_754457d7-7ad7-69ec-884c-3dedde8a5087-572a4d5a {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }

  .grid-2>#w-node-_754457d7-7ad7-69ec-884c-3dedde8a508e-572a4d5a {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }

  #w-node-_754457d7-7ad7-69ec-884c-3dedde8a5087-572a4d5a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  #w-node-_754457d7-7ad7-69ec-884c-3dedde8a508e-572a4d5a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
}

@media screen and (max-width: 991px) {
  .grid-4>#w-node-f5aa5046-6802-fd69-db82-50dcff2d47ea-935d9b5e {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-4>#w-node-_43a2c774-d4d9-a5b6-e46d-d07d31cb6808-935d9b5e {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-4>#kontakt2.w-node-_2fc74fa5-5ce5-d15c-f868-1436d06d1af9-935d9b5e {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .grid-4>#w-node-c1227084-7d92-c78c-0f94-dd69720225d3-935d9b5e {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-4>#w-node-_754457d7-7ad7-69ec-884c-3dedde8a5087-572a4d5a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-4>#w-node-_754457d7-7ad7-69ec-884c-3dedde8a508e-572a4d5a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  #w-node-e86da01e-ebf7-856b-e53b-e2d18c41d362-935d9b5e {
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-_8e6df5f9-f9a5-a683-c396-b7e05aeb8dc1-935d9b5e {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  .grid-4>#w-node-_754457d7-7ad7-69ec-884c-3dedde8a5087-572a4d5a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .grid-4>#w-node-_754457d7-7ad7-69ec-884c-3dedde8a508e-572a4d5a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f5aa5046-6802-fd69-db82-50dcff2d47ea-935d9b5e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_43a2c774-d4d9-a5b6-e46d-d07d31cb6808-935d9b5e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-f3d19e4d-dd05-e9b2-5aa8-79a1fc1e24fc-935d9b5e {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_7774040d-8b22-ac09-3943-bc886c1f2ac0-935d9b5e {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-acade937-6d6c-b54d-e620-3dfd3563c245-935d9b5e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-d9b7537d-ccfe-fc6e-8f41-4a8e247ad6b1-935d9b5e {
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_7f849243-1c7e-3a94-957b-9812f4e9f248-935d9b5e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-c1227084-7d92-c78c-0f94-dd69720225d3-935d9b5e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-e86da01e-ebf7-856b-e53b-e2d18c41d362-935d9b5e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-_6f2bf402-797e-eddc-3633-7ea13e1a6dd3-935d9b5e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_8e6df5f9-f9a5-a683-c396-b7e05aeb8dc1-935d9b5e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
}

