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

.container {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: Oxanium, sans-serif;
  display: flex;
  position: relative;
}

.container.button-div {
  background-color: #46749d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 219px;
  height: 46px;
  margin-top: 20px;
  display: flex;
}

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

.container.tekts-slicice, .container.sekcija-2 {
  flex-flow: column;
}

.container.zastomi {
  flex-flow: column;
  margin-top: 40px;
  margin-bottom: 40px;
}

.logo {
  padding-top: 30px;
  padding-left: 70px;
}

.hero-section-image {
  align-self: flex-start;
  padding-top: 30px;
  padding-left: 30px;
}

.hero-section-text {
  flex-flow: row-reverse;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  max-width: 20%;
  padding-top: 10px;
  font-family: Oxanium, sans-serif;
  font-weight: 500;
  display: flex;
}

.column {
  display: flex;
}

.container-2 {
  background-color: #0000;
  padding-top: 30px;
}

.brand {
  display: none;
}

.navbar {
  background-color: #fff;
}

.hero-text {
  max-width: 52%;
  margin-left: -30px;
  padding-left: 0;
  font-family: Oxanium, sans-serif;
  font-weight: 500;
}

.image {
  margin-top: -50px;
  margin-left: 100px;
}

.image.hero-image {
  margin-top: -162px;
}

.hero-image {
  padding-top: 0;
  padding-bottom: 20px;
}

.all-sections {
  padding-top: 60px;
  padding-bottom: 40px;
}

.all-sections.hero-section {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/IMG-2e8e744884afa522f97e6149a647498b-V.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

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

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

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

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

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

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

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

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.paragraph {
  font-family: Oxanium, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.hero-heading {
  color: #fff;
  text-align: center;
  align-self: auto;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Roboto Slab, sans-serif;
  font-size: 40px;
  line-height: 60px;
  display: block;
}

.overlay {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #d9d9d900;
  background-clip: border-box;
  padding-top: 55px;
  padding-bottom: 200px;
}

.navbar-2 {
  background-color: #ddd0;
  height: 161px;
  position: relative;
  inset: 0% 0% auto;
}

.brand-2 {
  float: none;
  display: none;
}

.nav-menu {
  float: right;
  display: flex;
}

.nav-link {
  padding: 50px;
}

.infomracije-navbar {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 162px;
  padding: 50px;
  display: flex;
}

.nav-text {
  text-align: center;
  width: 166px;
  margin-top: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.nav-image {
  margin-bottom: 20px;
  padding-top: 0;
}

.nav-image.telefon-image {
  margin-bottom: 30px;
}

.column-2 {
  text-align: center;
  display: flex;
}

.column-3 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.second-section {
  background-color: #46749d;
  padding-top: 30px;
  padding-bottom: 30px;
}

.second-section-jezik {
  color: #fff;
  width: 28px;
  max-width: 130px;
  font-family: Oxanium, sans-serif;
  font-weight: 500;
}

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

.second-section-opcije {
  color: #fff;
  width: 52px;
  margin: 0 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.second-section-opcije.w--current {
  font-family: Montserrat, sans-serif;
}

.column-5 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-3 {
  color: #333;
  background-color: #46749d;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-4 {
  background-color: #46749d;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.columns {
  max-width: 504px;
}

.footer {
  background-color: #d9d9d9;
}

.footer-text {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Oxanium, sans-serif;
}

.marke-koje-radimo {
  margin-bottom: 10px;
}

.marke-koje-radimo-heading {
  text-align: center;
  margin-top: 64px;
  font-family: Roboto Slab, sans-serif;
  font-weight: 800;
}

.marke-koje-radimo-image {
  background-color: #fff;
}

.marke-koje-radimo-image.marke-volvo {
  max-width: 74%;
}

.marke-koje-radimo-image.marke-scania {
  margin-left: 80px;
}

.columns-2 {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-top: 0;
  display: flex;
}

.column-6 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.column-8 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-2 {
  max-width: 100%;
}

.grid-heading {
  text-align: center;
  margin-top: 47px;
  font-family: Oxanium, sans-serif;
  font-weight: 500;
}

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

.grid-sekcija-tekst {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  margin-top: 40px;
  font-size: 15px;
  line-height: 23px;
  display: block;
}

.image-3 {
  vertical-align: baseline;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". ."
                       "Area Area";
}

.section-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.link {
  font-size: 14px;
}

.grid-text-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  font-size: 24px;
  text-decoration: none;
  display: block;
}

.bg-section {
  background-image: url('../images/65266b254bd3cd3285dafcc5_breadcrumb-1.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 170px;
  padding-bottom: 170px;
}

.code-embed {
  padding-top: 0;
  padding-bottom: 0;
}

.bg-heading {
  color: #000;
  text-align: center;
  max-width: 450px;
  margin-left: 100px;
  font-family: Roboto Slab, sans-serif;
  font-size: 40px;
  font-weight: 800;
}

.contact-form {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.form-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.submit-button {
  text-align: center;
  background-color: #46749d;
  border-radius: 15px;
  width: 105px;
}

.form-text {
  color: #000;
  text-align: center;
  background-color: #d0ccd54d;
  border-radius: 5px;
  flex: 0 auto;
  align-self: center;
  max-width: 300px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 0;
  position: relative;
}

.form {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.div-block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.form-block-2 {
  text-align: left;
}

.contact-form-text {
  background-color: #d0ccd54d;
  border-radius: 20px;
  max-width: 547px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.contact-form-text.tu-smo-za-vas {
  max-width: 1156px;
  margin-top: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.submit-button-2 {
  text-align: center;
  background-color: #46749d;
  border-radius: 20px;
  align-self: center;
  max-width: 178px;
  max-height: 100px;
}

.grid-2 {
  grid-template-rows: auto;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Roboto Slab, sans-serif;
  font-weight: 800;
}

.form-2 {
  flex-flow: column;
  display: flex;
}

.naslov {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-2 {
  text-align: center;
  font-family: Roboto Slab, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 46px;
}

.div-block-2 {
  color: #000;
  background-color: #000;
  flex-flow: row;
  width: 130px;
  height: 3px;
  display: block;
}

.slide-nav {
  display: none;
}

.slide-image {
  text-align: center;
  background-color: #0000;
  max-width: 100%;
  overflow: visible;
}

.slide-2, .slide-3 {
  max-width: 100%;
}

.mask {
  background-color: #0000;
  padding-left: 50px;
  padding-right: 50px;
  overflow: hidden;
}

.icon {
  color: #000;
  margin-left: 5px;
}

.icon-2 {
  color: #000;
  margin-right: 5px;
}

.image-4 {
  aspect-ratio: auto;
  mix-blend-mode: normal;
  object-fit: cover;
  width: 280px;
  max-width: 100%;
  height: 301px;
  position: static;
}

.image-5 {
  aspect-ratio: auto;
}

.image-6 {
  aspect-ratio: 1;
}

.slider {
  background-color: #ddd0;
}

.outline-arrow {
  background-color: #fff;
  border: 2px solid #169b6d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
}

.outline-arrow.arrow-left {
  inset: -65px 65px auto auto;
}

.outline-arrow.arrow-right {
  inset: -65px 0 auto auto;
}

.none {
  display: none;
}

.uppercase-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

.uppercase-link.color-primary {
  display: none;
}

.title {
  flex-direction: column;
  width: 100%;
  max-width: 760px;
  margin-bottom: 70px;
  display: flex;
}

.title.left {
  text-align: left;
  align-items: flex-start;
  max-width: 100%;
}

.title.center {
  text-align: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 50px;
  display: none;
  position: relative;
}

.container-4 {
  width: 96vw;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.color-primary {
  color: #169b6d;
}

.blog-grid-item {
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.blog-slider-mask {
  margin-left: -18px;
  margin-right: -18px;
}

.blog-slider {
  background-color: #0000;
  height: auto;
}

.title-link-wrap {
  justify-content: flex-start;
  display: flex;
}

.title-link-wrap.left {
  text-align: left;
}

.title-link-wrap.center {
  justify-content: center;
}

.blog-slide-item {
  width: 33.33%;
  height: 100%;
  padding-left: 18px;
  padding-right: 18px;
}

.icon-link {
  flex: 1;
  margin-left: 10px;
}

.section-3 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.section-wide {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.audio-cd {
  color: #64953c;
  margin-top: 13px;
  margin-bottom: 13px;
  font-family: Montserrat, sans-serif;
}

.services-cta-h5 {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.twitter-p {
  margin-bottom: 20px;
  padding-left: 40px;
}

.post-sperator {
  background-color: #ededed;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.icon-twitter {
  float: left;
  width: 20px;
  margin-bottom: 40px;
}

.services-navbar-link {
  color: #989898;
  letter-spacing: -.2px;
  background-color: #ededed;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: block;
}

.services-navbar-link:hover {
  color: #fff;
  background-color: #64953c;
}

.services-navbar-link.servcies-navbar-link-active {
  color: #fff;
  background-color: #64953c;
  font-weight: 400;
}

.twitter-links {
  color: #1172ba;
}

.sidebar-blocks {
  margin-bottom: 30px;
}

.services-p {
  float: left;
  text-align: center;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
}

.post-date {
  font-size: 12px;
}

.sidebar-headings {
  letter-spacing: -1px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.services-navbar-item {
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 400;
}

.blog-link {
  color: #1172ba;
  letter-spacing: -.5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.servcies-section-h2 {
  text-align: center;
  letter-spacing: -1px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #696969;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 60px;
  text-decoration: none;
}

.button.btn-cta {
  background-color: #1172ba;
  border: 1px solid #0b5a96;
  width: 250px;
  margin: 29px auto;
  transition: background-color .2s;
  display: block;
}

.button.btn-cta:hover {
  background-color: #64953c;
  border-color: #507d2a;
}

.button.services-btn {
  color: #1172ba;
  background-color: #ededed;
  border: 1px solid #dedede;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  transition: background-color .2s, color .2s;
}

.button.services-btn:hover {
  color: #fff;
  background-color: #1172ba;
  border-color: #0b5a96;
}

.button.download-4 {
  background-color: #64953c;
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
}

.sidebar-content {
  padding-right: 50px;
}

.services-cols {
  margin-bottom: 80px;
  margin-right: 0;
}

.services-cols.zadnje {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.services-navbar {
  margin-bottom: 30px;
}

.services-cta-h4 {
  text-align: center;
  letter-spacing: -1px;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
}

.data-list-item {
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  min-height: 100px;
  padding: 40px 4%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-services {
  border-top: 1px solid #e0ddd6;
  padding-top: 100px;
  padding-bottom: 100px;
}

.data-collection-mask {
  margin-left: -18px;
  margin-right: -18px;
}

.section-title-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 50px;
  position: relative;
}

.container-5 {
  width: 96vw;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.data-slider-item {
  width: 33.33%;
  height: 100%;
  padding: 0 18px;
}

.data-collection-slider {
  background-color: #0000;
  height: auto;
}

.div-block-4 {
  margin-left: auto;
  margin-right: auto;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
}

.paragraph-2.izmena {
  flex-flow: column;
  display: flex;
}

.image-9 {
  aspect-ratio: auto;
  object-fit: none;
  margin-right: 70px;
}

.image-10 {
  aspect-ratio: 3 / 2;
}

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

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

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

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

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

.image-13 {
  width: 960px;
  height: 290px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-4 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto Slab, sans-serif;
}

.paragraph-6 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.div-block-za-grid {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image-15 {
  width: 960px;
  height: 4px;
}

.image-16 {
  max-height: 291px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-7 {
  font-family: Montserrat, sans-serif;
}

.heading-5 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Roboto Slab, sans-serif;
}

@media screen and (min-width: 1280px) {
  .container {
    justify-content: center;
  }

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

  .container.zastomi {
    flex-flow: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .all-sections.hero-section {
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 100px;
    display: flex;
  }

  .title.center {
    max-width: 638px;
  }

  .section-title, .section-title-2 {
    font-size: 46px;
    line-height: 54px;
  }

  .seckcija-ikonice {
    margin-bottom: 30px;
  }

  .image-10 {
    aspect-ratio: 3 / 2;
  }

  .image-13 {
    padding-left: 20px;
  }

  .image-16 {
    width: 677px;
    padding-right: 20px;
  }

  .paragraph-7 {
    justify-content: center;
    width: 1000px;
    font-family: Montserrat, sans-serif;
    display: flex;
  }

  .heading-5 {
    font-family: Roboto Slab, sans-serif;
  }
}

@media screen and (min-width: 1440px) {
  .container, .container.button-div {
    flex-flow: row;
    display: flex;
  }

  .container.ikonice {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .container.tekts-slicice, .container.sekcija-2 {
    flex-flow: column;
  }

  .all-sections.hero-section {
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 100px;
    display: flex;
  }

  .hero-heading {
    max-width: 872px;
  }

  .second-section-opcije {
    width: 64px;
    font-size: 16px;
  }

  .second-section-opcije.w--current {
    width: 67px;
    font-size: 16px;
  }

  .marke-koje-radimo {
    margin-bottom: 15px;
  }

  .title.center {
    max-width: 694px;
  }

  .section-title {
    font-size: 50px;
    line-height: 58px;
  }

  .services-p {
    font-family: Montserrat, sans-serif;
  }

  .services-cols {
    margin-left: auto;
    margin-right: auto;
  }

  .data-list-item {
    padding: 45px 30px;
  }

  .section-services {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-title-2 {
    font-size: 50px;
    line-height: 58px;
  }

  .paragraph-2 {
    flex-flow: column;
    width: 443px;
    display: block;
  }

  .heading-3 {
    flex-flow: column;
    display: block;
  }

  .div-block-5 {
    flex-flow: column;
    display: flex;
  }

  .image-9 {
    aspect-ratio: auto;
    object-fit: none;
    margin-right: 20px;
  }

  .grid-3 {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .image-10 {
    aspect-ratio: 3 / 2;
    object-fit: fill;
  }

  .image-13 {
    width: 960px;
    height: 327px;
    padding-left: 20px;
  }

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

  .paragraph-6 {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    max-width: 600px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-za-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-14 {
    width: 960px;
    height: 327px;
  }

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

  .image-16 {
    width: 960px;
    padding-right: 20px;
  }

  .paragraph-7 {
    font-family: Montserrat, sans-serif;
  }

  .heading-5 {
    font-family: Roboto Slab, sans-serif;
  }

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

@media screen and (min-width: 1920px) {
  .container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container.ikonice {
    margin-bottom: 40px;
  }

  .container.tekts-slicice {
    flex-flow: column;
  }

  .all-sections.hero-section {
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 0;
    padding-top: 100px;
    display: flex;
  }

  .hero-heading {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: stretch;
    max-width: 879px;
    font-size: 50px;
  }

  .second-section-jezik {
    font-size: 16px;
  }

  .second-section-opcije {
    width: 83px;
    font-size: 20px;
    line-height: 22px;
  }

  .second-section-opcije.w--current {
    width: 83px;
    font-size: 20px;
  }

  .navbar-4 {
    flex-flow: row;
  }

  .marke-koje-radimo {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .grid-heading {
    margin-bottom: 0;
  }

  .grid-2 {
    width: 1131px;
  }

  .form-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-2.konakt {
    font-size: 45px;
  }

  .div-block-2 {
    width: 110px;
  }

  .title.center {
    max-width: 750px;
  }

  .section-title {
    font-size: 54px;
    line-height: 62px;
    position: relative;
  }

  .div-block-3 {
    width: 555px;
  }

  .section-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 40px;
    display: flex;
  }

  .section-5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .services-p {
    font-family: Oxanium, sans-serif;
    font-size: 18px;
    line-height: 20px;
  }

  .servcies-section-h2 {
    font-family: Roboto Slab, sans-serif;
    font-size: 26px;
  }

  .image-8 {
    color: #000;
  }

  .data-list-item {
    padding: 50px 36px;
  }

  .section-services {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section-title-2 {
    font-size: 54px;
    line-height: 62px;
    position: relative;
  }

  .seckcija-ikonice {
    background-image: linear-gradient(#eee9e4, #fff);
  }

  .paragraph-2, .paragraph-2.izmena {
    font-size: 19px;
  }

  .image-13 {
    width: 960px;
    height: 442px;
    padding-left: 20px;
  }

  .paragraph-3 {
    align-self: center;
  }

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

  .paragraph-4 {
    font-family: Oxanium, sans-serif;
    font-size: 15px;
  }

  .paragraph-5 {
    margin-top: 60px;
    font-family: Oxanium, sans-serif;
    font-size: 15px;
  }

  .paragraph-6 {
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    line-height: 24px;
  }

  .div-block-za-grid {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-16 {
    height: 442px;
    max-height: 442px;
  }

  .paragraph-7 {
    font-size: 22px;
    line-height: 27px;
  }

  .heading-5 {
    font-size: 44px;
  }

  .image-17 {
    max-width: 115%;
  }

  .image-18, .image-19 {
    width: 462px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    justify-content: center;
    align-items: stretch;
  }

  .container.tekts-slicice {
    flex-flow: column;
    order: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.sekcija-2 {
    flex-flow: column;
  }

  .all-sections.hero-section {
    justify-content: flex-end;
    align-items: flex-end;
  }

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

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .hero-heading {
    font-size: 35px;
  }

  .overlay {
    padding-bottom: 150px;
  }

  .infomracije-navbar {
    padding: 0;
  }

  .marke-koje-radimo-heading {
    font-size: 27px;
  }

  .grid-sekcija {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .grid {
    grid-template-columns: 1fr .25fr;
    grid-template-areas: ". Area-2"
                         "Area Area";
    width: 500px;
  }

  .bg-section {
    justify-content: center;
    display: flex;
  }

  .bg-heading {
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

  .contact-form {
    padding-top: 40px;
  }

  .heading-2.konakt {
    font-size: 30px;
  }

  .outline-arrow {
    display: none;
  }

  .outline-arrow.arrow-left {
    display: flex;
    inset: 0 auto 0 -15px;
  }

  .outline-arrow.arrow-right {
    display: flex;
    inset: 0 -15px 0 auto;
  }

  .none {
    display: none;
  }

  .title {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
    display: flex;
  }

  .title.left {
    align-items: center;
  }

  .section-title {
    font-size: 36px;
    line-height: 44px;
  }

  .container-4 {
    width: 100vw;
  }

  .section-articles {
    padding-bottom: 0;
  }

  .blog-slide-item {
    width: 50%;
  }

  .section-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-4 {
    margin-bottom: 30px;
  }

  .section-wide {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-services {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-title-2 {
    font-size: 36px;
    line-height: 44px;
  }

  .container-5 {
    width: 100vw;
  }

  .data-slider-item {
    width: 50%;
  }

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

  .image-9 {
    object-fit: none;
  }

  .grid-3 {
    margin-bottom: 30px;
  }

  .image-11, .image-12 {
    aspect-ratio: 16 / 9;
  }

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

  .image-13 {
    height: 228px;
    max-height: 100%;
  }

  .heading-4 {
    font-family: Roboto Slab, sans-serif;
    font-size: 27px;
  }

  .paragraph-6 {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
  }

  .image-16 {
    height: 228px;
  }
}

@media screen and (max-width: 767px) {
  .container.ikonice {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .container.tekts-slicice {
    align-items: center;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .hero-heading {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .overlay {
    padding-bottom: 130px;
  }

  .column-2, .column-3 {
    justify-content: center;
  }

  .second-section-opcije, .second-section-opcije.w--current {
    font-size: 16px;
  }

  .title {
    margin-bottom: 50px;
  }

  .section-title {
    font-size: 32px;
    line-height: 40px;
  }

  .section-articles {
    padding-bottom: 0;
  }

  .blog-slide-item {
    width: 100%;
  }

  .services-p {
    font-family: Montserrat, sans-serif;
  }

  .servcies-section-h2 {
    font-family: Roboto Slab, sans-serif;
  }

  .data-list-item {
    justify-content: center;
    min-height: 528px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .section-title-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .data-slider-item {
    width: 100%;
  }

  .image-9 {
    margin-right: 0;
  }

  .grid-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block {
    justify-content: center;
    display: flex;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .image-13 {
    width: 996px;
    height: 287px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-4 {
    font-size: 26px;
    line-height: 34px;
  }

  .paragraph-6 {
    font-family: Montserrat, sans-serif;
    font-size: 11px;
  }

  .image-16 {
    width: 303px;
    max-width: 100%;
    height: 293px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    flex-flow: column;
  }

  .container.ikonice {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 50vh;
    max-width: 70%;
  }

  .container.tekts-slicice {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container.zastomi {
    align-items: center;
    margin-bottom: 20px;
  }

  .all-sections.hero-section {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

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

  .hero-heading {
    text-align: center;
    font-size: 27px;
  }

  .overlay {
    padding-bottom: 120px;
  }

  .column-2, .column-4 {
    flex-flow: column;
  }

  .second-section-opcije, .second-section-opcije.w--current {
    width: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .column-5 {
    flex-flow: column;
  }

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

  .marke-koje-radimo-heading {
    font-size: 25px;
  }

  .bg-section {
    justify-content: center;
    align-items: stretch;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
  }

  .code-embed {
    width: 310px;
    padding-left: 10px;
  }

  .bg-heading {
    text-align: center;
    flex-flow: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    max-width: 460px;
    height: 62px;
    margin-right: 100px;
    font-size: 21px;
    line-height: 24px;
  }

  .contact-form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2.konakt {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .div-block-2 {
    width: 75px;
  }

  .section-title {
    font-size: 30px;
    line-height: 40px;
  }

  .section-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .data-list-item {
    min-height: auto;
    padding-top: 34px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 15px;
  }

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

  .image-9 {
    text-align: center;
    flex: 0 auto;
    align-self: center;
  }

  .grid-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button {
    padding-right: 30px;
    overflow: visible;
  }

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

  .image-13 {
    max-width: 100%;
    height: 147px;
    max-height: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-4 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
  }

  .paragraph-6 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .div-block-za-grid {
    max-height: 50%;
  }

  .grid-4 {
    flex-flow: column;
    display: flex;
  }

  .image-16 {
    height: 147.328px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-7 {
    width: 312px;
    font-size: 12px;
  }

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

  .image-17 {
    max-width: 75%;
  }
}

@media screen and (min-width: 1920px) {
  #w-node-_8c98a4ff-7203-565e-a1a1-82e29b0b01d0-07164c99, #w-node-_371cc225-d440-c7da-5c38-0ad23bd7e757-07164c99, #w-node-ca2b4c11-1a58-10d3-390c-dbf4c8605292-07164c99, #w-node-a8d6a130-0a85-85d3-91c1-44e7d19e0ecf-105c767a, #w-node-b9910c89-d4df-38b9-317b-4f8f70e0e3aa-105c767a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_8c98a4ff-7203-565e-a1a1-82e29b0b01d0-07164c99, #w-node-ca2b4c11-1a58-10d3-390c-dbf4c8605292-07164c99 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8c98a4ff-7203-565e-a1a1-82e29b0b01d0-07164c99, #w-node-ca2b4c11-1a58-10d3-390c-dbf4c8605292-07164c99 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}


