:root {
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

a {
  text-decoration: none;
}

.section {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.section.hero {
  background-image: url('../images/hero-bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.relative {
  position: relative;
}

.section.footer {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

.container {
  width: 100%;
  max-width: 1266px;
  padding-left: 3.2em;
  padding-right: 3.2em;
}

.hero-frame {
  width: 100%;
  height: 100svh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.body {
  background-color: #f1f1f1;
}

.hero--txt-content__wrapper {
  margin-bottom: 4em;
  display: flex;
}

.h1_wrapper {
  max-width: 60%;
}

.hero--paragraph_wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 15%;
  display: flex;
}

.h1 {
  color: #fff;
  margin-top: 0;
  font-family: Kanit, sans-serif;
  font-size: 4.75em;
  font-weight: 500;
  line-height: 1;
}

.para-white {
  color: #fff;
  font-family: Kanit, sans-serif;
  font-size: 1.625em;
  font-weight: 300;
  line-height: 1.3;
}

.para-white.no-bot-marg {
  margin-bottom: 0;
}

.para-white.no-bot-marg.txt-btn {
  z-index: 12;
  position: relative;
}

.para-white.large {
  margin-bottom: 0;
  font-size: 2.125em;
}

.para-white.xxl {
  margin-bottom: 0;
  font-size: 2.875em;
}

.para-white.nav-small {
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 300;
}

.cta-btn__txt {
  color: #fff;
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 1.875em;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
}

.cta-btn {
  cursor: pointer;
  background-color: #104b3c;
  padding: 14px 30px;
  text-decoration: none;
}

.cta-btn:hover {
  background-color: #133d32;
}

.cta-btn.hid-above-mob {
  display: none;
}

.icons--frame {
  justify-content: space-between;
  margin-top: 65px;
  margin-bottom: 50px;
  display: flex;
}

.single-icon__wrapper {
  width: 22%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.para {
  color: #333;
  font-family: Kanit, sans-serif;
  font-size: 1.625em;
  font-weight: 300;
  line-height: 1.3;
}

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

.para.large {
  font-size: 2.125em;
  font-weight: 300;
}

.para.large.gold {
  color: #cfa03f;
  font-size: 2.875em;
  font-weight: 500;
}

.para.large.larg-no-marg-bot, .para.no-marg-bot {
  margin-bottom: 0;
}

.para.no-marg-bot.spacer-hide {
  width: 100%;
  pointer-events: none;
  color: rgba(51, 51, 51, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f1f1f1;
  padding-bottom: .3em;
  display: block;
}

.page-wrapper {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  font-size: .9em;
}

.usluge-frame {
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
}

.h2 {
  margin-top: 0;
  font-family: Kanit, sans-serif;
  font-size: 3.75em;
  font-weight: 500;
  line-height: 1.1;
}

.h2.limit-length {
  width: 32ch;
}

.usluge-banner {
  background-color: #fff;
  justify-content: space-between;
  margin-top: 1.2rem;
  display: flex;
}

.usluga-card {
  width: 22%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tagline {
  color: #104b3c;
  letter-spacing: .24em;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Kanit, sans-serif;
  font-size: 1.625em;
  font-weight: 400;
}

.usluge-txt-content_wrapper {
  width: 60%;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  margin-top: 0;
  padding: 4em 7em 4em 4em;
  display: flex;
}

.usluga-itself {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.usluga-itself.first {
  margin-top: 2.4em;
}

.checkmark {
  margin-top: 0;
  margin-right: .6em;
}

.usluge-img-wrapper {
  max-height: 36em;
  min-height: 36em;
  min-width: 36em;
  flex: 1;
  position: relative;
  right: 0;
  overflow: hidden;
}

.usluge-img {
  object-fit: cover;
}

.green-square-logo {
  max-width: 9em;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.oblasti-frame {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 50px;
  display: flex;
}

.oblasti-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.2rem;
  display: flex;
}

.oblast-card {
  height: 27em;
  min-width: 31%;
  flex-direction: column;
  flex: 0 0 1px;
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.oblast-img {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.oblast--txt-tag {
  z-index: 6;
  max-width: 100%;
  min-width: 100%;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  background-color: rgba(7, 7, 7, .7);
  padding: 1em 1.2em;
  position: static;
}

.quick-stack {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  grid-column-gap: 1.8em;
  grid-row-gap: 1.8em;
  aspect-ratio: 3 / 2;
  perspective-origin: 100% 100%;
  transform-origin: 100%;
  flex: 0 auto;
  padding: 0;
  transform: none;
}

.cell--inner-wrap {
  width: 100%;
  height: 30em;
  max-height: 330px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cell--inner-wrap.bot-marg {
  padding-bottom: 1em;
}

.txt-break-cta_frame {
  justify-content: space-between;
  margin-top: 6rem;
  margin-bottom: 80px;
  display: flex;
}

.txt-break_left-block {
  width: 50%;
  padding-right: 3em;
}

.txt-break_right-block {
  width: 50%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 2em;
  display: flex;
}

.full-width-graphic-symbol {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.misija-wrapper {
  min-height: 27em;
  min-width: 36em;
  background-image: url('../images/misija.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
  right: 0;
  overflow: hidden;
}

.misija-frame {
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 60px;
}

.locations-tag {
  width: 80%;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(7, 7, 7, .63);
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.8em;
  padding-bottom: 1.8em;
  padding-right: 0;
  display: flex;
  position: relative;
}

.srbija_wrapper {
  width: auto;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 2.1em;
  display: flex;
}

.location_wrapper {
  width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2.1em;
  padding-right: 1.2em;
  display: flex;
}

.locations-line_wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 1.2em;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dotted-line {
  width: 100%;
  height: 2px;
}

.gold-pin {
  width: 2.6em;
  margin-right: .5em;
}

.misija-additional-txt_wrapper {
  width: 100%;
  flex-direction: row;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.misija-additional-txt_left-block {
  width: 75%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.misija-additional-txt_right-block {
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.faq-frame {
  justify-content: space-between;
  margin-top: 65px;
  margin-bottom: 150px;
}

.qa-wrapper {
  width: 100%;
  min-height: auto;
  background-color: #fff;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 1em;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  display: flex;
  position: relative;
  right: 0;
  overflow: hidden;
}

.faq-num_wrapper {
  width: 12%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.qa-txt_wrapper {
  flex: 1;
  padding-right: 2em;
}

.oblast-green-field_txt-wrapper {
  z-index: 9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-txt-link {
  max-width: 50%;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.gold-arrow {
  z-index: 14;
  width: 1.7em;
  margin-left: .4em;
  position: relative;
}

.kontakt-frame {
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 150px;
  overflow: hidden;
}

.kontakt-wrapper {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.kontakt-form_wrapper {
  width: 56%;
  padding-right: 0;
}

.kontakt-img__wrapper {
  background-image: url('../images/contact-img.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.form-field {
  height: 4em;
}

.txt-area {
  min-height: 8em;
}

.submit-btn {
  text-transform: uppercase;
  background-color: #104b3c;
  padding: 14px 30px;
  font-family: Kanit, sans-serif;
  font-size: 1.875em;
  line-height: 1.3;
}

.contact-tag {
  width: 100%;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(7, 7, 7, .63);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 1.8em 0 1.8em 2em;
  display: flex;
  position: relative;
}

.contact-call-txt__wrapper {
  width: auto;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 2.1em;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.call-circle {
  display: none;
}

.flag-and-num {
  display: flex;
}

.h1-4mob {
  color: #fff;
  margin-top: 0;
  font-family: Kanit, sans-serif;
  font-size: 4.75em;
  font-weight: 500;
  line-height: 1;
  display: none;
}

.navbar {
  width: 100%;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(7, 7, 7, .63);
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-items_wrapper {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 1.2em;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-item__link {
  margin-right: 2em;
}

.nav--action-btns__wrapper {
  width: auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-right: 2.1em;
  display: flex;
}

.nav--phone_wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1em;
  margin-right: 1.6em;
  display: flex;
}

.nav--phone-icon {
  width: 2em;
  max-width: 30px;
  margin-right: .5em;
}

.flag-circle-img {
  width: 2.6em;
  margin-right: .5em;
}

.txt-wrap-balance {
  text-wrap: balance;
}

@media screen and (min-width: 1920px) {
  .para-white {
    font-weight: 300;
  }

  .para-white.xxl.all-caps {
    text-transform: uppercase;
  }

  .para-white.nav-small {
    margin-bottom: 0;
    font-size: 1.4em;
  }

  .cta-btn__txt {
    font-size: 1.6em;
  }

  .single-icon__wrapper {
    width: 25%;
  }

  .usluge-banner {
    justify-content: space-between;
  }

  .usluga-card {
    width: 25%;
  }

  .usluge-txt-content_wrapper {
    flex: none;
  }

  .usluge-img {
    width: 100%;
  }

  .oblast-img.last-green {
    height: 100%;
    min-height: 100%;
  }

  .cell--inner-wrap {
    max-height: 330px;
  }

  .nav--phone-icon {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .section.hero {
    background-position: 48%;
    background-size: 350%;
  }

  .hero--paragraph_wrapper {
    padding-left: 6%;
  }

  .para-white {
    font-size: 18px;
  }

  .para-white.large {
    font-size: 22px;
  }

  .para, .para.center-align {
    font-size: 18px;
  }

  .para.large {
    font-size: 21px;
  }

  .h2 {
    font-size: 32px;
  }

  .usluge-banner {
    max-height: 280px;
  }

  .checkmark {
    width: 20px;
  }

  .usluge-img-wrapper {
    max-height: 100%;
    min-height: 100%;
  }

  .oblast-img {
    height: 100%;
    min-height: 100%;
    object-fit: cover;
  }

  .kontakt-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .kontakt-form_wrapper {
    width: 50%;
  }

  .navbar-items_wrapper {
    display: none;
  }

  .nav--phone-icon {
    margin-top: .3em;
  }
}

@media screen and (max-width: 767px) {
  .section.hero {
    min-height: 100svh;
    background-size: cover;
  }

  .hero--txt-content__wrapper {
    flex-flow: column;
  }

  .hero--paragraph_wrapper {
    padding-left: 0%;
  }

  .para.large.larg-no-marg-bot {
    font-weight: 400;
  }

  .para.no-marg-bot.spacer-hide {
    display: none;
  }

  .h2.limit-length {
    width: 20ch;
  }

  .usluge-banner {
    max-height: 1000px;
  }

  .usluge-img {
    min-height: 100%;
  }

  .gold-pin {
    object-fit: contain;
  }

  .misija-additional-txt_wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .misija-additional-txt_left-block {
    width: 100%;
    margin-bottom: 1em;
  }

  .kontakt-img__wrapper {
    background-position: 50%;
    justify-content: flex-end;
    align-items: center;
  }

  .form {
    margin-bottom: 0;
  }

  .flag-circle-img {
    width: 4em;
    object-fit: contain;
  }
}

@media screen and (max-width: 479px) {
  .section.hero {
    background-size: cover;
    position: relative;
  }

  .section.quick-stack {
    min-height: 1405px;
    justify-content: flex-start;
    align-items: center;
  }

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

  .hero-frame {
    position: static;
  }

  .hero--txt-content__wrapper {
    flex-flow: column;
  }

  .h1_wrapper {
    max-width: 100%;
  }

  .hero--paragraph_wrapper {
    padding-left: 0%;
  }

  .h1, .para-white.no-bot-marg.hide-on-mob {
    display: none;
  }

  .para-white.xxl.green {
    font-size: 32px;
  }

  .cta-btn.hid-on-mob {
    display: none;
  }

  .cta-btn.hid-above-mob {
    display: flex;
  }

  .cta-btn.hid-above-mob.nav {
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .icons--frame {
    flex-flow: wrap;
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .single-icon__wrapper {
    width: 46%;
    margin-bottom: 20px;
  }

  .para.large.gold {
    margin-top: 0;
    font-size: 22px;
  }

  .para.no-marg-bot {
    font-size: 16px;
  }

  .page-wrapper {
    max-width: 100vw;
    overflow: hidden;
  }

  .h2.limit-length {
    width: auto;
    font-size: 40px;
  }

  .usluge-banner {
    max-height: 800px;
    flex-flow: column;
    overflow: hidden;
  }

  .usluge-txt-content_wrapper {
    width: 100%;
    padding-top: 1.8em;
    padding-bottom: 15px;
    padding-left: 3em;
  }

  .usluga-itself {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .usluga-itself.first {
    margin-top: 0;
  }

  .usluge-img-wrapper {
    max-height: 300px;
    min-height: 300px;
    min-width: 100%;
  }

  .usluge-img {
    min-width: 100%;
    margin-top: 0;
  }

  .oblast-img.last-green {
    width: 100%;
  }

  .cell--inner-wrap {
    max-height: 200px;
  }

  .cell--inner-wrap.bot-marg.last {
    padding-bottom: 20px;
  }

  .txt-break-cta_frame {
    flex-flow: column;
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .txt-break_left-block {
    width: 100%;
  }

  .txt-break_right-block {
    width: 100%;
    padding-left: 0;
  }

  .misija-frame {
    margin-top: 30px;
  }

  .locations-tag {
    width: 92%;
  }

  .gold-pin {
    width: 30px;
  }

  .misija-additional-txt_wrapper {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 11px;
  }

  .misija-additional-txt_left-block {
    width: 100%;
  }

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

  .qa-wrapper {
    align-items: stretch;
    margin-top: 16px;
    padding-bottom: 1.6em;
  }

  .faq-num_wrapper {
    height: 100%;
    min-height: 100%;
  }

  .oblast-green-field_txt-wrapper {
    width: 100%;
    min-width: 100%;
  }

  .kontakt-frame {
    margin-top: 30px;
  }

  .kontakt-wrapper {
    flex-flow: column;
  }

  .kontakt-form_wrapper {
    width: 100%;
  }

  .kontakt-img__wrapper {
    min-height: 370px;
    background-position: 50% 0;
    flex: 1;
    order: -1;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 22px;
    overflow: hidden;
  }

  .txt-area {
    font-family: Kanit, sans-serif;
    font-weight: 300;
  }

  .contact-tag {
    width: 100%;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 1.6em;
    padding-left: 2.1em;
    padding-right: 2.1em;
  }

  .contact-call-txt__wrapper {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-call-txt__wrapper.hid-on-mob {
    display: none;
  }

  .icon-img {
    max-width: 50%;
  }

  .call-circle {
    min-height: 40px;
    min-width: 40px;
    background-color: #104b3c;
    border-radius: 500px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flag-and-num {
    display: flex;
  }

  .h1-4mob {
    font-size: 50px;
    display: block;
  }

  .navbar {
    width: 100%;
    background-color: rgba(7, 7, 7, .8);
  }

  .nav--phone_wrapper {
    display: none;
  }

  .nav--phone-icon, .flag-circle-img {
    width: 30px;
  }

  .nav-mob-phone-icon {
    margin-right: 5px;
  }
}

#w-node-ba1a28cf-69dd-0262-76b9-4a31cbabd733-57e300d0 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-ba1a28cf-69dd-0262-76b9-4a31cbabd733-57e300d0 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_78800aaa-e3d8-82b5-7d00-27d3518071d7-57e300d0 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}