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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.container {
  max-width: 1200px;
  clear: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  overflow: visible;
}

.container.hero {
  display: flex;
}

.section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.section.hero {
  z-index: 2;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  transition: all .5s;
  display: block;
  position: static;
  overflow: visible;
}

.navbar {
  height: 100px;
  max-height: 100px;
  background-color: #333;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
  overflow: visible;
}

.nav-link {
  color: #fff;
  letter-spacing: 1.6px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  border: 0 rgba(0, 0, 0, 0);
  margin-top: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: border-color .3s;
  position: static;
}

.nav-link:hover {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border: 1px #dfc143;
  border-bottom: 2px solid #dfc143;
  border-radius: 0;
}

.nav-link.w--current {
  color: #fff;
  border-bottom: 2px solid #dfc143;
}

.nav-link.kontakt-btn {
  color: #dfc143;
}

.nav-link-2, .nav-link-3 {
  color: #fff;
  margin-top: 20px;
  font-family: Epilogue, sans-serif;
  font-size: 20px;
}

.nav-link-4 {
  color: #dfc143;
  margin-top: 20px;
  font-family: Epilogue, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.logo {
  margin-top: -20px;
}

.body {
  color: #000;
  background-color: #fff;
  padding-top: 0;
  font-size: 22px;
  overflow: visible;
}

.heading {
  color: #333;
  text-align: left;
  margin-top: 80px;
  margin-bottom: 30px;
  margin-left: 0;
  font-family: Quicksand, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.div-block {
  max-width: 38ch;
  margin-top: 100px;
  margin-bottom: 25px;
}

.paragraph {
  max-width: 100%;
  color: #333;
  text-align: left;
  padding-left: 0;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.text-wraper {
  max-width: 400px;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  transition: padding .8s;
  display: flex;
}

.button {
  width: 180px;
  height: 40px;
  color: #dfc143;
  text-align: center;
  background-color: #333;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 60px;
  padding-top: 0;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  display: flex;
  box-shadow: 3px 3px 8px rgba(51, 51, 51, .4);
}

.grid {
  max-width: 1200px;
  grid-template: ". Area"
  / 1fr 1fr;
}

.laptop {
  clear: none;
  filter: saturate(200%);
  mix-blend-mode: normal;
  flex: none;
  align-self: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: static;
  overflow: auto;
}

.container-2 {
  flex-flow: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-2 {
  width: 100vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-left: 0;
  display: flex;
}

.image-wraper {
  max-width: 800px;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: block;
}

.hero-wraper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-button {
  display: none;
  position: static;
}

.button-2 {
  color: #dfc143;
  background-color: #333;
  border: 0 rgba(223, 193, 67, .3);
  border-radius: 0;
  margin-top: 45px;
  margin-left: 0;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, .29);
}

.nav-menu {
  float: right;
  position: relative;
}

.timeline {
  z-index: -3;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: -80px;
  display: block;
  position: relative;
  overflow: visible;
}

.timeline_wraper {
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: visible;
}

.grid-3 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 160px 1fr;
}

.timeline_item_grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #333;
  grid-template-rows: auto;
  grid-template-columns: 1fr 65px 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: visible;
}

.timeline_left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 15px;
  display: flex;
  position: static;
  top: 50vh;
}

.timeline_center {
  text-align: center;
  justify-content: center;
  display: flex;
  overflow: visible;
}

.timeline_right {
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.timeline_question {
  height: auto;
  clear: none;
  color: #333;
  font-family: Quicksand, sans-serif;
  font-size: 21px;
  font-weight: 500;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.timeline_text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.timeline_circle {
  width: 15px;
  height: 15px;
  background-color: #333;
  border-radius: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.timeline_progress {
  z-index: -2;
  width: 3px;
  height: 100vh;
  background-color: rgba(255, 255, 255, .8);
  position: absolute;
  overflow: visible;
}

.timeline_progress_bg {
  z-index: -1;
  width: 3px;
  height: 50vh;
  background-color: rgba(51, 51, 51, .9);
  background-image: linear-gradient(#333, #dfc143 100%, #000);
  position: fixed;
  bottom: 50vh;
  overflow: visible;
}

.image {
  max-width: 90%;
  border-radius: 20px;
  margin: 35px auto 30px;
}

.brand {
  float: left;
  position: static;
}

.image-2 {
  max-width: 90%;
  border-radius: 20px;
  margin: 35px auto 30px;
}

.image-3 {
  margin-bottom: 0;
}

.banner {
  color: rgba(0, 0, 0, 0);
  mix-blend-mode: normal;
  background-color: #fff;
  background-image: url('../images/visax-bI_QFUZc5S4-unsplash.jpg');
  background-position: 0 0;
  background-size: auto;
  overflow: hidden;
}

.text-block {
  color: #c117db;
  background-color: #333;
  border: 3px #000;
  padding: 20px 40px;
  font-family: Quicksand, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.text-block.banner_text {
  width: 4570px;
  color: #fff;
  -webkit-text-stroke-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  border-color: #333;
  justify-content: flex-start;
  align-items: center;
  display: block;
  overflow: hidden;
}

.section-2 {
  overflow: hidden;
}

.mobile_view {
  background-color: #fff;
  display: none;
}

.section-3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.grid_footer {
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-bottom: 20px;
}

.footer {
  background-color: #333;
  margin-top: 0;
  margin-bottom: 100px;
  position: static;
  overflow: visible;
}

.wrap_logo_footer {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.text_footer_page {
  color: #fff;
  text-align: center;
  letter-spacing: 1.7px;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.wrap_text_footer {
  padding-top: 15px;
  padding-bottom: 15px;
}

.html-embed {
  border: 0 #000;
  border-radius: 0;
}

.map_wrap {
  border: 1px solid #333;
  border-radius: 40px;
  overflow: hidden;
}

.div_distance {
  height: 100px;
  background-color: #fff;
}

.div-_animacija_laptop {
  z-index: -3;
  height: auto;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-3 {
  height: 400px;
  background-color: #261a7c;
  background-image: linear-gradient(28deg, #2c3b90, #90238d 100%, #fff);
}

.wrapp_laptop {
  z-index: -2;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.laptop_usluge {
  z-index: -1;
  display: block;
  position: relative;
}

.text-block-2 {
  text-align: center;
  margin-top: 30px;
  padding-top: 100px;
  font-family: Quicksand, sans-serif;
  font-size: 30px;
}

.section-5 {
  position: static;
}

.usluge_heading {
  max-width: 700px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: Quicksand, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.grid_cenovnik {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: stretch;
  margin-top: 70px;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
}

.paketi_heading {
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.paketi {
  max-width: 340px;
  background-color: rgba(10, 10, 10, .19);
  background-image: linear-gradient(rgba(212, 177, 30, .8), rgba(225, 197, 78, .72) 24%, #fff);
  border: 2px rgba(0, 0, 0, 0);
  border-radius: 80px;
  margin-left: 12px;
  margin-right: 12px;
  padding-bottom: 20px;
  padding-left: 0;
  box-shadow: inset 0 2px 18px 8px rgba(0, 0, 0, .2);
}

.heading-4 {
  font-family: Quicksand, sans-serif;
  font-size: 21px;
}

.div_paketi {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-5 {
  padding-left: 3px;
  font-family: Great Vibes, cursive;
  font-size: 36px;
  font-weight: 400;
}

.paragraph-2 {
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
}

.paketi_paragraph {
  text-align: center;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.button_paketi {
  width: 135px;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Quicksand, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

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

.ponuda_paketa {
  margin-bottom: 70px;
}

.wrap_heading {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.text-block-3 {
  max-width: 700px;
  padding-top: 30px;
  padding-left: 0;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

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

.image-5 {
  max-width: 65%;
}

.image-6 {
  max-width: 35%;
}

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

.wrapp_in_grid {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.image-7 {
  max-width: 20%;
  margin-top: 5px;
}

.image-8 {
  max-width: 40%;
  margin-right: 20px;
  padding-right: 0;
}

.usluge_heading_3 {
  text-align: center;
  margin-bottom: 30px;
  font-family: Quicksand, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.pitanja {
  height: auto;
  max-height: none;
  margin-top: 50px;
  margin-bottom: 70px;
}

.text-block-4 {
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.dropdown-list.w--open {
  transition-property: all;
  transition-duration: .6s;
}

.dropdown_wrapper {
  border: 1px #000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.drpdown_triger {
  width: auto;
  cursor: pointer;
  border: 0 #000;
  border-bottom: .5px #333;
  padding-bottom: 5px;
  display: flex;
}

.dropdown_pitanje {
  padding-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.dopdown_content {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border: 1px rgba(51, 51, 51, .5);
  border-top: .5px #333;
  border-bottom: .5px solid #333;
  margin-top: 0;
  overflow: hidden;
}

.arrow {
  width: 12px;
  max-width: none;
  margin-right: 20px;
  padding-right: 0;
  transform: rotate(-90deg);
}

.dropdown_text_content {
  max-width: 100%;
  border: 0 rgba(0, 0, 0, 0);
  padding-left: 45px;
  padding-right: 45px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.heading-7 {
  font-family: Quicksand, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.div-block-11 {
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

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

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

.usluga {
  margin-top: 70px;
  margin-bottom: 70px;
}

.usluge_heading_2 {
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.wrapp_heading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
}

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

.wrapper_usluge {
  cursor: pointer;
  border-radius: 20px;
  margin: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 5px;
  transition: all .3s;
}

.wrapper_usluge:hover {
  box-shadow: 0 10px 15px 5px rgba(0, 0, 0, .1);
}

.usluge_heading_title {
  text-align: left;
  font-family: Quicksand, sans-serif;
  font-weight: 500;
}

.usluge_heading_title:hover {
  border-bottom: 0 rgba(0, 0, 0, 0);
}

.usluge_paragraph {
  color: rgba(51, 51, 51, .65);
  text-align: left;
  -webkit-text-stroke-color: #333;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.usluge_icons {
  text-align: left;
}

.wrapper_icon {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.wrapp_div {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.wrapp_form {
  width: 90%;
  height: 500px;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 0;
}

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

.heading-9 {
  font-family: Quicksand, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.heading-10 {
  color: #333;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-weight: 500;
}

.paragraph-3 {
  color: rgba(51, 51, 51, .5);
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.div-block-13 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-14 {
  width: auto;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.kontakt_div {
  padding-left: 20px;
}

.image-9 {
  max-width: 85%;
}

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

.text-field, .text-field-2 {
  background-color: rgba(0, 0, 0, .02);
  border-radius: 20px;
}

.form_div {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 20px;
  padding-right: 20px;
  display: flex;
}

.button_form {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #333;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.div-block-17 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.textarea {
  background-color: rgba(0, 0, 0, .02);
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.field-label, .field-label-2, .field-label-3, .field-label-4 {
  padding-left: 5px;
  font-family: Quicksand, sans-serif;
  font-weight: 500;
}

.telefon_link {
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.email_link {
  text-decoration: none;
  display: flex;
}

.div-block-18, .div-block-19, .div-block-20 {
  padding-left: 20px;
}

.form-block {
  width: 330px;
}

.grid_blog {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
}

.wrap_div_blog {
  margin-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading_blog {
  color: #333;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Quicksand, sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-decoration: none;
}

.link_blog {
  text-decoration: none;
}

.link_blog.w--current {
  border-radius: 20px;
  padding: 0;
  transition: all .3s;
}

.link_blog.w--current:hover {
  box-shadow: 0 10px 15px 5px rgba(0, 0, 0, .2);
}

.paragraph_data {
  color: #333;
  font-family: Quicksand, sans-serif;
}

.paragraph_author {
  color: #333;
  font-family: Quicksand, sans-serif;
  text-decoration: none;
}

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

.wrap_date {
  margin-left: 10px;
  margin-right: 10px;
}

.paragraph_blog {
  color: rgba(51, 51, 51, .65);
  font-family: Quicksand, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.wrap_text_content {
  padding-left: 5px;
  padding-right: 5px;
}

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

.section-6 {
  transition: all .3s;
}

.wrapp_img_blog, .wrapp_img_blog:hover {
  max-width: 100%;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.link-block-2 {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
}

.image_blog {
  border-radius: 20px 20px 0 0;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .container {
    float: none;
    clear: left;
    display: block;
    position: static;
  }

  .navbar {
    position: relative;
  }

  .nav-link {
    text-align: center;
    border-style: none;
    border-radius: 0;
    transition-property: none;
    overflow: visible;
  }

  .nav-link:hover {
    border: 0 rgba(223, 193, 67, 0);
  }

  .nav-link.kontakt-btn:hover {
    border-style: none;
    border-width: 1px;
    border-radius: 0;
  }

  .body {
    background-color: #fff;
  }

  .heading {
    font-size: 28px;
    text-decoration: none;
  }

  .paragraph {
    font-size: 18px;
  }

  .text-wraper {
    max-width: 368px;
    padding-left: 20px;
    transition: padding .8s;
  }

  .button {
    width: 160px;
    height: 40px;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    font-size: 18px;
    display: flex;
  }

  .laptop {
    max-width: 100%;
    object-fit: fill;
    margin-top: 50px;
    margin-right: 0;
    padding-top: 25px;
    padding-left: 0;
  }

  .image-wraper {
    margin-top: 0;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    margin-top: 37px;
    margin-right: 20px;
    padding: 0;
    font-size: 32px;
    display: block;
  }

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

  .nav-menu {
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: rgba(51, 51, 51, .85);
    background-clip: border-box;
    position: absolute;
    overflow: visible;
  }

  .timeline {
    color: #fff;
    position: relative;
  }

  .timeline_item_grid {
    grid-template-columns: 1fr 25px 1fr;
  }

  .timeline_right {
    text-align: center;
  }

  .timeline_text {
    text-align: center;
    padding-left: 10px;
  }

  .image {
    max-width: 95%;
    border-radius: 15px;
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .icon {
    float: none;
    clear: none;
    color: #fff;
    position: static;
  }

  .banner {
    margin-bottom: 0;
  }

  .text-block.banner_text {
    font-size: 23px;
    overflow: hidden;
  }

  .grid_footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .footer {
    margin-top: 0;
    margin-bottom: 100px;
  }

  .wrap_logo_footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .wrap_text_footer {
    padding-right: 0;
  }

  .html-embed {
    max-width: 320px;
  }

  .map_wrap {
    margin-bottom: 10px;
  }

  .div_distance {
    height: 80px;
  }

  .grid_cenovnik {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paketi {
    margin-left: 0;
    margin-right: 0;
  }

  .paketi_paragraph {
    margin-bottom: 8px;
  }

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

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

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

  .opis {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pitanja {
    height: auto;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .dropdown_wrapper {
    width: 100%;
  }

  .dopdown_content {
    border-top-style: none;
  }

  .dropdown_text_content {
    border-width: 0;
  }

  .usluga {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapp_heading {
    padding-left: 0;
  }

  .grid-5 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    align-items: stretch;
    justify-items: stretch;
  }

  .wrapp_form {
    width: 100%;
    max-width: none;
  }

  .div-block-17 {
    margin-top: 20px;
  }

  .field-label, .field-label-2, .field-label-3, .field-label-4 {
    padding-left: 5px;
  }

  .grid_blog {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph_blog {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .lottie-animation {
    width: 45px;
    margin-top: 0;
    margin-right: 0;
  }

  .icon_open {
    width: 24px;
    display: block;
  }

  .icon_close {
    width: 28px;
    max-width: none;
    display: none;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .container {
    overflow: visible;
  }

  .laptop {
    max-width: 100%;
  }

  .hero-wraper {
    flex-direction: column;
    align-items: center;
  }

  .menu-button {
    margin-top: 37px;
    font-size: 32px;
  }

  .timeline {
    display: none;
    position: relative;
  }

  .timeline_wraper {
    display: block;
  }

  .timeline_item_grid {
    grid-template-columns: 1fr 70px 1fr;
  }

  .timeline_left {
    padding-left: 20px;
  }

  .timeline_right {
    padding-right: 20px;
  }

  .banner {
    margin-bottom: 20px;
  }

  .mobile_view {
    display: block;
    overflow: hidden;
  }

  .text_mobile_question {
    color: #333;
    text-align: center;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
  }

  .text_mobile {
    color: #333;
    text-align: center;
    font-family: Quicksand, sans-serif;
    font-size: 20px;
  }

  .item_wraper {
    max-width: 410px;
    border: 1px solid rgba(223, 193, 67, .3);
    border-radius: 40px;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 25px 10px;
    display: flex;
    box-shadow: 0 5px 15px 5px rgba(0, 0, 0, .2);
  }

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

  .container-3 {
    overflow: hidden;
  }

  .grid_footer {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .text_footer_page {
    display: block;
  }

  .wrap_text_footer {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .html-embed {
    max-width: 90vw;
  }

  .map_wrap {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .logo_footer {
    width: auto;
    max-width: 70%;
  }

  .div_distance {
    display: none;
  }

  .grid_cenovnik {
    flex-direction: column;
    align-items: center;
    justify-items: center;
    display: flex;
  }

  .paketi {
    width: 300px;
    margin-bottom: 15px;
  }

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

  .paragraph-2 {
    font-size: 20px;
  }

  .paketi_paragraph {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
  }

  .wrap_heading {
    margin-top: 60px;
    margin-bottom: 10px;
  }

  .text-block-3 {
    padding-bottom: 20px;
  }

  .pitanja {
    height: auto;
  }

  .dropdown-list-2 {
    background-color: #7e5555;
  }

  .dropdown-list-2.w--open {
    background-color: #971616;
  }

  .wrapp_text {
    border-top: 1px #000;
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 80px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 9px;
    display: flex;
  }

  .dropdown_wrapper {
    width: auto;
    max-width: none;
    outline-offset: 0px;
    cursor: pointer;
    border: 0 #000;
    border-radius: 0;
    outline: 3px #333;
    position: static;
  }

  .drpdown_triger {
    background-color: rgba(0, 0, 0, 0);
    border: 1px #000;
    border-radius: 0;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 0 5px;
    display: flex;
  }

  .dropdown_pitanje {
    color: #333;
    padding-left: 0;
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .dopdown_content {
    width: 100%;
    background-color: #fff;
    border-style: solid none;
    border-width: .5px 0;
    padding: 0 10px 0 15px;
    position: static;
    overflow: hidden;
  }

  .arrow {
    width: 15px;
    max-width: none;
    color: #fff;
    -webkit-text-stroke-color: transparent;
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border: 1px rgba(0, 0, 0, 0);
    margin-right: 20px;
  }

  .dropdown_text_content {
    text-align: center;
  }

  .wrapp_div {
    flex-direction: row;
  }

  .wrapp_form {
    height: auto;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid_form {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .kontakt_div {
    padding-left: 0;
  }

  .form_div {
    flex-direction: row;
    align-items: center;
    padding-top: 0;
    padding-right: 0;
  }

  .div-block-17 {
    align-items: center;
    margin-top: 25px;
  }

  .field-label, .field-label-2, .field-label-3, .field-label-4 {
    padding-left: 5px;
  }

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

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

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

  .icon_open {
    width: 21px;
  }

  .icon_close {
    width: 25px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    clear: both;
    position: static;
    overflow: hidden;
  }
 

  .section.hero {
    overflow: visible;
  }

  .logo {
    margin-left: -10px;
  }

  .body {
    text-align: left;
  }

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

  .paragraph {
    text-align: center;
  }

  .text-wraper {
    max-width: 100%;
    flex-flow: column;
    padding-left: 0;
    display: flex;
  }

  .laptop {
    max-width: 100%;
    align-self: auto;
  }

  .menu-button {
    float: right;
    clear: none;
    margin-top: 37px;
    font-size: 32px;
    position: static;
  }

  .button-2 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .nav-menu {
    position: absolute;
  }

  .timeline {
    display: none;
    position: relative;
    overflow: visible;
  }

  .timeline_wraper {
    overflow: visible;
  }

  .timeline_item_grid {
    grid-template-columns: 1fr 20px 1fr;
  }

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

  .timeline_right {
    padding-left: 0;
    padding-right: 5px;
  }

  .timeline_question {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .timeline_text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
  }

  .timeline_circle {
    width: 12px;
    height: 12px;
    font-size: 20px;
  }

  .timeline_progress {
    width: 2px;
  }

  .timeline_progress_bg {
    width: 2px;
    height: 50vh;
    bottom: 50vh;
    overflow: visible;
  }

  .image {
    max-width: 95%;
    object-fit: fill;
    border-radius: 15px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  

  .brand.w--current {
    padding-left: 0;
  }

  .icon {
    color: #fff;
    background-color: #333;
    position: relative;
  }

  .banner {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .text-block.banner_text {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .mobile_view {
    display: block;
  }

  .text_mobile_question {
    color: #333;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Quicksand, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .text_mobile {
    color: #333;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Quicksand, sans-serif;
    font-size: 18px;
  }

  .item_wraper {
    max-width: 350px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(223, 193, 67, .3);
    border-radius: 40px;
    flex-direction: column;
    align-items: center;
    margin: 50px 10px 20px;
    padding: 25px 5px;
    display: flex;
    box-shadow: 0 5px 15px 5px rgba(0, 0, 0, .2);
  }

  .wrap_flex {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .section-4 {
    overflow: visible;
  }

  .container-4, .container-5 {
    overflow: hidden;
  }

  .grid_footer {
    flex-direction: column;
  }

  .footer {
    margin-top: 20px;
    margin-bottom: 50px;
    position: static;
  }

  .text_footer_page {
    text-align: center;
  }

  .wrap_text_footer {
    max-width: 95%;
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .html-embed {
    max-width: 90vw;
  }

  .map_wrap {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 19px;
    display: flex;
  }

  .logo_footer {
    width: auto;
    max-width: 90%;
    margin-top: 15px;
  }

  .div_distance {
    height: 60px;
    display: none;
  }

  .div-_animacija_laptop {
    top: 25%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .usluge_heading {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 26px;
  }

  .grid_cenovnik {
    margin-top: 60px;
  }

  .paketi {
    width: 300px;
    margin-bottom: 15px;
  }

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

  .paragraph-2 {
    font-size: 20px;
  }

  .paketi_paragraph {
    margin-bottom: 6px;
    font-size: 17px;
    font-weight: 600;
  }

  .ponuda_paketa {
    margin-bottom: 50px;
  }

  .wrap_heading {
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .wrapp_in_div {
    margin-bottom: 70px;
  }

  .usluge_heading_3 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 26px;
  }

  .pitanja {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .wrapp_text {
    align-items: center;
    margin-bottom: 40px;
    margin-left: 0;
    position: static;
  }

  .dropdown_wrapper {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    position: static;
  }

  .drpdown_triger {
    position: static;
  }

  .dopdown_content {
    float: none;
    clear: none;
    border-top-style: none;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .arrow {
    width: 13px;
    margin-right: 15px;
  }

  .dropdown_text_content {
    text-align: center;
    padding: 10px 0;
    position: static;
  }

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

  .usluga {
    margin-top: 40px;
    margin-bottom: 50px;
  }

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

  .wrapper_usluge {
    margin-bottom: 20px;
    padding-left: 5px;
  }

  .usluge_heading_title {
    text-align: center;
    margin-bottom: 20px;
  }

  .usluge_paragraph {
    text-align: center;
    padding-bottom: 0;
  }

  .wrapper_icon {
    flex-direction: column;
  }

  .wrapp_form {
    height: auto;
  }

  .grid_form {
    width: 100%;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

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

  .heading-10 {
    color: #333;
    text-align: left;
    -webkit-text-stroke-color: #333;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
  }

  .kontakt_div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: block;
  }

  .form_div {
    width: 80%;
    margin-bottom: 0;
    padding-right: 0;
    display: block;
  }
 

  .div-block-17 {
    margin-top: 25px;
  }

  .field-label, .field-label-2, .field-label-3, .field-label-4 {
    padding-left: 5px;
  }

  .telefon_link {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .email_link {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .form-block {
    width: auto;
  }

  .text-block-5 {
    text-align: center;
    font-family: Quicksand, sans-serif;
    font-size: 15px;
    font-weight: 500;
  }

  .success-message {
    background-color: rgba(221, 221, 221, .25);
  }

  .text-block-6 {
    text-align: center;
    font-family: Quicksand, sans-serif;
    font-size: 15px;
    font-weight: 500;
  }

  .error-message {
    background-color: rgba(255, 5, 5, .33);
  }

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

  .wrap_div_blog {
    margin-bottom: 50px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .wrap_date_autor {
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
    display: flex;
  }

  .wrap_date {
    align-items: center;
    display: block;
  }

  .paragraph_blog {
    text-align: center;
  }

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

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

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

  .lottie-animation {
    width: 45px;
    background-color: rgba(0, 0, 0, 0);
  }

  .section-7 {
    margin-bottom: 0;
  }

  .icon_open {
    width: 21px;
  }

  .icon_open.open {
    display: block;
  }

  .icon_close {
    width: 25px;
    max-width: 100%;
  }
}

#w-node-be1e4099-f3c1-5c86-9a5e-bbebc10ad167-bd5aaa6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-d015919a-bf19-b273-f94e-a927986653f1-bd5aaa6a, #w-node-db460888-c614-9784-533d-d61cef6e99b0-bd5aaa6a, #w-node-_62431d74-fcc5-4754-b8b8-e94bde754170-bd5aaa6a, #w-node-_1fe23fec-2086-9707-b728-d7bd2aa770f5-bd5aaa6a, #w-node-_1fe23fec-2086-9707-b728-d7bd2aa770f8-bd5aaa6a, #w-node-_1fe23fec-2086-9707-b728-d7bd2aa770fa-bd5aaa6a, #w-node-_218f92da-fb6b-3f7c-19d3-76e4f926cb38-bd5aaa6a, #w-node-_218f92da-fb6b-3f7c-19d3-76e4f926cb3b-bd5aaa6a, #w-node-_218f92da-fb6b-3f7c-19d3-76e4f926cb3d-bd5aaa6a, #w-node-_9d464185-2e64-7289-009e-07ef170e15f3-bd5aaa6a, #w-node-_9d464185-2e64-7289-009e-07ef170e15f6-bd5aaa6a, #w-node-_9d464185-2e64-7289-009e-07ef170e15f8-bd5aaa6a, #w-node-_5ada670b-0a39-cdb8-3aa8-202d3de15620-3de1561d, #w-node-_5ada670b-0a39-cdb8-3aa8-202d3de15622-3de1561d, #w-node-_5ada670b-0a39-cdb8-3aa8-202d3de15623-3de1561d, #w-node-_5ada670b-0a39-cdb8-3aa8-202d3de1562b-3de1561d, #w-node-_610be7a3-c46d-7f2f-67b5-3ec08928e404-4a428455, #w-node-_4bc36d15-7362-2a88-52b7-6eea86d55b4c-4a428455, #w-node-ab7d2d00-18b4-6c2c-5280-c85c9b3f58d7-4a428455, #w-node-_5f0ef761-75d4-7e35-de37-e540fe1f434e-4a428455, #w-node-_62ff4109-c669-1d05-33b4-9e26cb086960-4a428455, #w-node-_7cae5053-426d-237f-7418-a5a3c12ca8a2-4a428455, #w-node-_464b279f-3769-d853-33f2-d5c4436b0380-4a428455, #w-node-_3de7ac47-db22-8239-cee1-2c35d1c93bd7-4a428455, #w-node-df3f0d95-96fb-69c5-0c68-b59133b827bc-4a428455, #w-node-_9f682c11-ba11-51a4-f510-c782f8b1c9ee-4a428455, #w-node-c788aa4e-0c37-95d7-f4d5-487864d225b6-4a428455, #w-node-_0267a979-1d63-72eb-6848-aba666b5e413-4a428455, #w-node-b8fcda87-4f1e-2b85-69db-02a8193a2adb-4a428455, #w-node-_1896632d-bf8a-34b4-1ad1-30edb7905bb4-4a428455, #w-node-_0f29a6a0-cb3a-8be9-cf19-d324727c1c21-8c0a3050, #sta_je_cms.w-node-_86e83eab-9db3-aaf6-e11e-b0648e7708d9-8c0a3050, #w-node-_9625f7d3-878b-8d33-3fc5-6f617cb23edd-8c0a3050, #w-node-_266cc146-d790-e2cd-eaba-57f4c64677fc-8c0a3050, #w-node-d3437b36-0ff8-a86f-cc6e-bd681121b035-13a13b83, #w-node-_07b07cb7-528a-5f45-0d8b-ddd9288a881d-13a13b83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfa136f1-d8ce-6442-98ce-d7e791f50f36-13a13b83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_76145813-1020-2a46-6ed3-824606643755-13a13b83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


