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

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

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

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

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

.navigation-wrapper {
  z-index: 2147483647;
  position: sticky;
  top: 0;
}

.navigation-wrapper.english {
  z-index: 999999999;
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-right-side.hidden-on-table {
  justify-content: flex-start;
  align-items: center;
}

.dropdown {
  color: #333;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.header-wrapper {
  background-color: #fff;
  border-bottom: 0 solid #fff;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: static;
  box-shadow: 0 2px 5px 2px #0003;
}

.icon {
  width: 100%;
}

.dropdown-link-2 {
  z-index: 25;
  color: #a7a7a7;
  text-transform: capitalize;
  align-items: center;
  padding: 20px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-link-2:hover {
  color: #fff;
  background-color: #393939;
}

.dropdown-link-2:active {
  background-color: #424242;
}

.header-logo-link {
  transform-style: preserve-3d;
  margin-left: 0;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.icon-4 {
  margin-right: 5px;
}

.git-home {
  color: #b3ae8d;
  text-transform: uppercase;
  background-color: #0000;
  border: 3px solid #b3ae8d;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.dropdown-toggle-4face {
  color: #fff;
  padding: 0;
  transition: all .2s;
}

.dropdown-toggle-4face:hover {
  color: #b3ae8d;
}

.container-default {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.container-default.navigation, .container-default.max-width-1400 {
  max-width: 1400px;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 12px;
  display: flex;
}

.dropdown-pointer {
  position: relative;
}

.header-nav-link {
  color: #262626;
  text-transform: uppercase;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.header-nav-link:hover {
  color: #b3ae8d;
}

.header-nav-link.w--current {
  color: #262626;
}

.dropdown-wrapper-2 {
  background-color: #424242;
  border-radius: 10px;
  min-width: 140px;
  overflow: hidden;
  box-shadow: 4px -19px 35px #20355a14, 11px 11px 30px -10px #20355a26;
}

.dropdown-wrapper-2.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  background-color: #0000;
  min-width: 320px;
  max-height: 100vh;
  padding-top: 10px;
  left: -100px;
}

.header-logo {
  width: 100%;
  max-width: 145px;
}

.dropdown-title {
  color: #28333899;
  margin-bottom: 2px;
  font-size: 15px;
}

.dropdown-title.dropdown {
  color: #a7a7a7;
  text-transform: capitalize;
  font-weight: 500;
}

.dropdown-title.dropdown:hover {
  color: #fff;
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-nav-list-item.center {
  padding-left: 15px;
  padding-right: 15px;
}

.header-nav-list-item.left {
  padding-left: 0;
  padding-right: 32px;
}

.pointer {
  z-index: 20;
  background-color: #424242;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -3% 4% auto 0%;
  transform: rotate(45deg);
}

.header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hamburger-menu-bar {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.icon-wrap {
  background-color: #9ccd69;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 11px;
  display: flex;
}

.header-left-side-new {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-left-side-new.hidden-on-table {
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
}

.slider {
  padding-top: 0;
}

.text-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  letter-spacing: .5px;
  font-weight: 700;
}

.grid-slide-1 {
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  grid-auto-flow: row;
  place-items: end start;
  height: 100%;
  margin-top: 3px;
}

.text-block-slide-1 {
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.slide-2-m {
  background-image: linear-gradient(99deg, #000c, #0003 100%, #b2e5ff33 20%), url('../images/1920x1080_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 700px;
}

.slide-3-m {
  background-image: linear-gradient(99deg, #000c, #b2e5e133 100%, #b2e5ff33 20%), url('../images/1920x1080_3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 700px;
}

.right-arrow {
  display: block;
}

.header-slide-1 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.svg-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, .25fr) 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: inline-grid;
}

.svg-wrapper.header-grid {
  grid-template-columns: auto 1fr;
}

.wrapper-button-icon {
  color: #272727;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 3px;
  width: 250px;
  padding: 0 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.wrapper-button-icon:hover {
  color: #fff;
  background-color: #9ccd69;
}

.wrapper-button-icon.main-header {
  color: #fff;
  letter-spacing: .3px;
  background-color: #0000;
  width: 350px;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.div-block-content-left-slide-1 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-left: 0;
}

.svg-icon {
  width: 20px;
}

.svg-icon.header {
  margin-right: 15px;
}

.slider-4fb {
  height: 700px;
}

.slide-1-m {
  background-image: linear-gradient(99deg, #000c, #0003 100%, #b2e5ff33 20%), url('../images/1920x1080_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 700px;
}

.left-arrow {
  display: block;
}

.button-slider {
  color: #272727;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 0 solid #2a93c933;
  border-radius: 3px;
  width: 200px;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.button-slider:hover {
  color: #fff;
  background-color: #9ccd69;
}

.container-slider-1 {
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1300px;
  height: 100%;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.animation2-2 {
  letter-spacing: -3px;
  margin-bottom: 0;
  font-size: 110px;
  font-weight: 800;
  line-height: 1;
}

.content-heading-wrapper {
  display: flex;
  overflow: hidden;
}

.dev-letter {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.5em;
  line-height: 1.3em;
}

.text-wrapper-2 {
  position: absolute;
}

.animation1 {
  text-align: center;
  letter-spacing: -3px;
  margin-bottom: 0;
  font-size: 110px;
  font-weight: 800;
  line-height: 1;
}

.sub-title {
  text-align: center;
  font-size: 20px;
  display: none;
}

.main-hero_heading {
  color: #b3ae8d;
  text-align: left;
  letter-spacing: .1em;
  width: 100%;
  max-width: 15em;
  font-family: Great Vibes, cursive;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.3;
}

.main-hero_heading.sub {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.main-hero_heading.sub.center {
  color: #fff;
}

.main-hero_heading.sub.center.small {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 300;
}

.main-hero_heading.sub.center.laser-centar {
  text-transform: uppercase;
  max-width: 20em;
}

.main-hero_heading.sub.center.mezoterapija-sa-iglom {
  max-width: 20em;
}

.main-hero_heading.sub.center.kontakt, .main-hero_heading.sub.center.estetski-tretmani {
  text-transform: uppercase;
  max-width: 20em;
}

.main-hero_heading.sub.caps {
  text-transform: uppercase;
}

.main-hero_heading.center {
  text-align: center;
  max-width: 20em;
}

.main-hero_heading.center.mw {
  max-width: 23.6em;
}

.main-hero_heading.right {
  text-align: right;
}

.main-hero_heading.sub-section-6 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.main-hero_heading.sub-section-6.center {
  color: #fff;
}

.main-hero_heading.sub-section-6.center.small {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 300;
}

.header-button {
  color: #b3ae8d;
  text-transform: uppercase;
  background-color: #0000;
  border: 3px solid #b3ae8d;
  border-radius: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.header-button:hover {
  color: #fff;
  background-color: #1d1c1f;
  border-color: #1d1c1f;
}

.header-button.section-6 {
  text-transform: uppercase;
}

.button-wrapper {
  text-align: left;
  margin-top: 30px;
}

.button-wrapper.center {
  text-align: left;
  margin-top: 20px;
}

.button-wrapper.right {
  text-align: right;
}

.header-content-wrapper {
  text-align: left;
  justify-content: space-between;
  align-items: center;
}

.grid {
  grid-template-rows: auto;
  place-items: center;
  margin-left: 0;
  margin-right: auto;
}

.icon-5, .icon-6 {
  color: #b3ae8d;
}

.slide-4-m {
  background-image: linear-gradient(99deg, #000c, #b2e5e133 100%, #b2e5ff33 20%), url('../images/3-1_mini1mini.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 700px;
}

.section-2-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.section-2-icon-wrapper {
  text-align: center;
  width: 100%;
  max-width: none;
  padding-bottom: 30px;
}

.section-2 {
  background-color: #262626;
}

.image {
  text-align: center;
}

.image.icon-section-2 {
  width: 100%;
  max-width: 74px;
}

.header {
  color: #ccc;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 70px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 300;
}

.section-2-wrapper-border {
  border: 2px solid #2e2e2e;
  width: 100%;
  max-width: none;
  padding: 10px;
}

.section-2-quote {
  color: #b3ae8d;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Great Vibes, cursive;
  font-size: 40px;
  font-weight: 400;
}

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

.section-2-content {
  color: #b3b3b3;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.section-3 {
  background-color: #262626;
}

.section-3-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  display: flex;
}

.card.content-left.laser-centar {
  color: #6e7191;
  text-align: center;
  transform-style: preserve-3d;
  background-image: linear-gradient(#262626cc, #262626cc), url('../images/home-laser-centar.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-width: 0;
  justify-content: center;
  align-items: center;
  height: 500px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.card.content-left.laser-centar:hover {
  transform: scale3d(.94, .94, 1.01);
}

.card.content-left.estetika {
  color: #6e7191;
  text-align: center;
  transform-style: preserve-3d;
  background-image: linear-gradient(#262626cc, #262626cc), url('../images/home-aesthetic.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-width: 0;
  justify-content: center;
  align-items: center;
  height: 500px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.card.content-left.estetika:hover {
  transform: scale3d(.94, .94, 1.01);
}

.card.content-left.kozmetologija {
  color: #6e7191;
  text-align: center;
  transform-style: preserve-3d;
  background-image: linear-gradient(#262626cc, #262626cc), url('../images/home-cosmetology.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-width: 0;
  justify-content: center;
  align-items: center;
  height: 500px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.card.content-left.kozmetologija:hover {
  transform: scale3d(.94, .94, 1.01);
}

.card.content-left.tretmani {
  color: #6e7191;
  text-align: center;
  transform-style: preserve-3d;
  background-image: linear-gradient(#262626cc, #262626cc), url('../images/home-treatments.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-width: 0;
  justify-content: center;
  align-items: center;
  height: 500px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.card.content-left.tretmani:hover {
  transform: scale3d(.94, .94, 1.01);
}

.card.form {
  z-index: 5;
  background-color: #b3ae8d;
  border-width: 0;
  min-height: 620px;
  margin-bottom: 0;
  padding: 72px 40px;
  position: static;
}

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.link-wrapper {
  color: #211f54;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover, .link-wrapper.color-primary {
  color: #4a3aff;
}

.link-wrapper.color-primary:hover {
  color: #211f54;
}

.link-wrapper.color-primary.text-bold {
  color: #eaeaea;
  font-family: Montserrat, sans-serif;
}

.section-3-icon-1.width-100 {
  width: 100%;
  max-width: 55px;
}

.mg-bottom-24px {
  color: #e6e6e6;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  transform: translate(0);
}

.border-radius-24px.overflow-hidden.width-100 {
  margin-bottom: 30px;
}

.link-text {
  text-transform: uppercase;
  border: 3px solid #eaeaea;
  border-radius: 30px;
  padding: 6px 12px;
  font-weight: 600;
  transition: color .3s;
  display: inline-block;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.heading {
  color: #e6e6e6;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.section-4-wrapper {
  background-color: #262626;
  padding-top: 100px;
  padding-bottom: 100px;
}

.divider-wrap {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.divider-wrap.is-s {
  justify-content: center;
  align-items: center;
  padding-top: .125rem;
  padding-bottom: .125rem;
  display: flex;
  position: relative;
}

.divider-wrap.is-s.laser-centar {
  width: 100%;
}

.divider {
  background-color: #e0e0e0;
  width: 100%;
  height: 1px;
}

.divider.is-subtle {
  background-color: #b3ae8d;
  height: 3px;
}

.divider-caption {
  padding-left: 1rem;
  padding-right: 1rem;
}

.divider-caption.laser-centar, .divider-caption.mezoterapija-sa-iglom {
  width: 700px;
  max-width: none;
  margin-left: 10px;
  margin-right: 10px;
}

.icon-20 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.icon-20.is-subtle {
  color: #fff;
  border: 3px solid #b3ae8d;
  width: 96px;
  height: 96px;
  padding-left: 20px;
  padding-right: 20px;
}

.icon-20.section-4-icon {
  color: #b3ae8d;
  border: 3px solid #b3ae8d;
  width: 96px;
  height: 96px;
  padding-left: 20px;
  padding-right: 20px;
}

.icon-20.section-4-icon:hover {
  color: #fff;
}

.link-block {
  color: #ff0c0c;
}

.link-block:hover {
  color: #fff;
}

.header-top {
  text-align: center;
  padding-bottom: 50px;
}

.section-4-main-header {
  color: #b3ae8d;
  margin-bottom: 50px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.section-4-main-sub-header {
  color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
}

.section-5 {
  background-color: #262626;
}

.section-5-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.feature-text-block {
  float: left;
  width: 45%;
}

.feature-text-block.right {
  float: right;
  width: 45%;
}

.feature-text-block.right.laser-centar {
  width: 50%;
}

.feature-intro-title {
  color: #bebebe;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
}

.main-feature-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 37px;
}

.section-5-button {
  color: #979797;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #979797;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.section-5-button:hover {
  color: #fff;
  background-color: #b3ae8d;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.section-5-button._2 {
  background-color: #0009;
  margin-left: 10px;
}

.section-5-button._2:hover {
  color: #1f6fff;
  background-color: #fff;
}

.browser-mockup-left {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  width: 790px;
  position: absolute;
  top: -25px;
  left: -370px;
  box-shadow: 4px 4px 33px #0000001a;
}

.browser-mockup-left.small {
  box-shadow: none;
  border-width: 0;
  width: 100%;
  max-width: 656px;
  top: 15%;
  left: 0;
}

.browser-mockup-left.small.laser-centar-1 {
  background-image: url('../images/4-3.jpg');
  background-position: 50%;
  background-size: cover;
  border-color: #b3ae8d;
  max-width: 600px;
  height: 800px;
  margin-bottom: 0;
  padding-bottom: 0;
  top: 0%;
}

.browser-mockup-left.small.alma-laser-1 {
  border-color: #b3ae8d;
  max-width: 600px;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  top: 0%;
}

.browser-mockup-left.small.home.estetski {
  top: 10%;
}

.section-5-main-header {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 2px solid #b3ae8d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 60px;
}

.section-5-content {
  color: #fff;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.color-b3ae8d {
  color: #b3ae8d;
}

.section-5-wrapper-1, .section-5-wrapper-2 {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.browser-mockup-right {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  width: 770px;
  position: absolute;
  top: -35px;
  right: -395px;
  box-shadow: 3px 3px 33px #0000001a;
}

.browser-mockup-right.small {
  background-image: url('../images/3-2.jpg');
  background-position: 50%;
  background-size: cover;
  border-width: 0;
  width: 100%;
  max-width: 656px;
  height: 800px;
  top: 0%;
  right: 0;
}

.browser-mockup-right.small.laser-centar-2 {
  background-image: url('../images/3-2_1.jpg');
}

.browser-mockup-right.small.home {
  height: auto;
  top: 20%;
}

.browser-mockup-right.small.home.cosmetology {
  background-image: none;
}

.browser-mockup-right.small.home.estetski, .browser-mockup-right.small.home.niti {
  background-image: none;
  top: 10%;
}

.text-block-2 {
  color: #262626;
}

.section-6-background {
  background-color: #000;
  background-image: url('../images/home-request-offer.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  padding: 30px;
  position: relative;
}

.section-6-border {
  border: 0 solid #b3ae8d;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.div-block-content-right {
  height: 350px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 50px;
  position: absolute;
  inset: 20% 0% auto auto;
}

.main-hero_heading-section-6 {
  color: #b3ae8d;
  text-align: left;
  letter-spacing: .1em;
  width: 100%;
  max-width: 15em;
  font-family: Great Vibes, cursive;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.3;
}

.main-hero_heading-section-6.sub {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.main-hero_heading-section-6.sub.center {
  color: #fff;
}

.main-hero_heading-section-6.sub.center.small {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 300;
}

.main-hero_heading-section-6.center {
  text-align: center;
  max-width: 20em;
}

.main-hero_heading-section-6.right {
  text-align: right;
}

.main-hero_heading-section-6.sub-section-6 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.main-hero_heading-section-6.sub-section-6.center {
  color: #fff;
}

.main-hero_heading-section-6.sub-section-6.center.small {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 300;
}

.main-hero_heading-section-6.sub-section-6.right {
  text-transform: uppercase;
  max-width: 24em;
  line-height: 1.2;
}

.div-block-content-right-section-6 {
  max-width: 700px;
  height: 350px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 50px;
  position: absolute;
  inset: 10% 0% auto auto;
}

.main-hero_heading-section-6-top {
  color: #b3ae8d;
  text-align: left;
  letter-spacing: .1em;
  width: 100%;
  max-width: 15em;
  font-family: Great Vibes, cursive;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.3;
}

.main-hero_heading-section-6-top.sub {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.main-hero_heading-section-6-top.sub.center {
  color: #fff;
}

.main-hero_heading-section-6-top.sub.center.small {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 300;
}

.main-hero_heading-section-6-top.center {
  text-align: center;
  max-width: 20em;
}

.main-hero_heading-section-6-top.right {
  text-align: right;
  max-width: 24em;
  font-size: 3em;
  line-height: 1;
}

.main-hero_heading-section-6-top.sub-section-6 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.main-hero_heading-section-6-top.sub-section-6.center {
  color: #fff;
}

.main-hero_heading-section-6-top.sub-section-6.center.small {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 300;
}

.section-7-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-title-wrapper {
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title-packages {
  color: #333;
  text-align: center;
  margin-top: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 39px;
}

.paragraph-sa-pricing {
  color: #fffc;
  text-align: left;
}

.section-7-columns {
  margin-top: 130px;
}

.button-package-price {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f89838;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
}

.button-package-price:hover {
  color: #fff;
  background-color: #333;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.button-package-price.pricing-button {
  border-radius: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.button-package-price.pricing-button:hover {
  background-color: #f89838;
}

.pricing-block {
  text-align: center;
  background-color: #565656;
  border-radius: 4px;
  height: 680px;
  padding: 0;
  position: relative;
}

.pricing-block.image {
  color: #fff;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Photo-9.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  max-width: none;
  height: 680px;
}

.pricing-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
}

.checklist {
  color: #fff;
  list-style-type: disc;
  inset: 0% 0% auto auto;
}

.checklist-item {
  margin-bottom: -3px;
  padding-left: 0;
  padding-right: 30px;
  position: relative;
}

.check-icon {
  height: 15px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.section-top-circle {
  z-index: 2;
  text-transform: uppercase;
  background-color: #565656;
  border-radius: 500px;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 9px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}

.pricing-paragraph-bold {
  color: #fff;
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  line-height: 23px;
}

.pricing-column {
  padding-left: 20px;
  padding-right: 20px;
}

.package-pricing {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.section-7-background {
  background-image: linear-gradient(#000c, #000c), url('../images/home-pricing-background.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-7-main-header {
  color: #b3ae8d;
  border-bottom: 0 solid #b3ae8d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 60px;
}

.section-7-column-content-wrapper-top {
  z-index: 1;
  background-image: url('../images/home-cosmetology-pricing.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
  margin-top: 0;
  position: relative;
}

.section-7-column-content-wrapper-top.cosmetology {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/home-cosmetology-pricing.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-7-column-content-wrapper-top.hair-removal {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/home-laser-treatment-pricing.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-7-column-content-wrapper-top.popluar-services {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/home-popular-pricing.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-7-circle--wrapper.section-top-circle {
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  top: -100px;
}

.section-7-circle--wrapper.section-top-circle-left {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: -3% auto auto -5%;
}

.grid-2 {
  grid-template-columns: 1fr;
}

.quick-stack {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding: 10px;
}

.section-7-header {
  color: #ccc;
  text-transform: lowercase;
  width: 100%;
  max-width: 200px;
  font-size: 30px;
}

.section-7-header.english {
  text-transform: none;
  font-size: 18px;
  line-height: 25px;
}

.section-7-sub-header {
  color: #fff;
  text-transform: lowercase;
  width: 100%;
  max-width: 200px;
  font-size: 15px;
  font-weight: 600;
}

.section-7-column-content-wrapper-bottom {
  z-index: 1;
  background-color: #404040;
  width: 100%;
  height: 380px;
  margin-top: 0;
  position: relative;
  inset: auto 0% 0%;
}

.section-7-content-item.dark {
  color: #afafaf;
  background-color: #404040;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.section-7-content-item.light {
  color: #afafaf;
  background-color: #515151;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.section-7-top-background-header {
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 300;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-7-top-background-header.english {
  text-transform: uppercase;
}

.section-7-button-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: absolute;
}

.section-7-button {
  color: #7f7f7f;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #7f7f7f;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.code-embed {
  color: #b3ae8d;
  width: 75px;
  height: 75px;
}

.section-7-badge-content {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 17px 0% auto;
}

.section-7-badge-content.english {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.section-7-top-background-sub-header {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 25% 0% 0%;
}

.intro-paragraph {
  color: #a8a8a8;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 26px;
}

.content-section-block {
  float: left;
  max-width: 450px;
}

.content-section-block.left {
  float: right;
  max-width: none;
}

.section-title-wrapper-2 {
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title-wrapper-2.full {
  text-align: left;
  flex-direction: row;
  width: 100%;
}

.half-image-section {
  float: left;
  background-image: url('../images/Photo-12.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 500px;
}

.half-image-section.right {
  float: right;
  background-image: none;
}

.section-title {
  margin-top: 0;
  font-size: 46px;
  font-weight: 300;
  line-height: 39px;
}

.half-content-section {
  float: right;
  background-color: #fff;
  width: 50%;
  height: 500px;
  padding: 90px;
}

.half-content-section.left {
  float: left;
  background-color: #262626;
  height: 560px;
  padding: 150px 90px 70px;
}

.main-hero_heading-section-8 {
  color: #b3ae8d;
  text-align: left;
  letter-spacing: .1em;
  width: 100%;
  max-width: 15em;
  font-family: Great Vibes, cursive;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.3;
}

.main-hero_heading-section-8.sub {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.main-hero_heading-section-8.sub.center {
  color: #fff;
}

.main-hero_heading-section-8.sub.center.small {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 300;
}

.main-hero_heading-section-8.center {
  text-align: center;
  max-width: 20em;
}

.main-hero_heading-section-8.right {
  text-align: right;
}

.main-hero_heading-section-8.sub-section-6 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.main-hero_heading-section-8.sub-section-6.center {
  color: #fff;
}

.main-hero_heading-section-8.sub-section-6.center.small {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 300;
}

.main-hero_heading-section-8.sub-section-6.right {
  max-width: 24em;
}

.main-hero_heading-section-8.sub-section-8 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.main-hero_heading-section-8.sub-section-8.center {
  color: #fff;
}

.main-hero_heading-section-8.sub-section-8.center.small {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 300;
}

.main-hero_heading-section-8.sub-section-8.right {
  text-align: left;
  max-width: 24em;
  margin-bottom: 30px;
  font-size: 2.5em;
  font-weight: 300;
}

.main-hero_heading-section-8.sub-section-8.right.english {
  text-transform: uppercase;
  font-weight: 500;
}

.contact-info-button {
  margin-bottom: 20px;
  display: block;
}

.contact-info-icon {
  opacity: .7;
  height: 16px;
  margin-top: -2px;
  margin-right: 7px;
}

.contact-info-title {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: inline-block;
}

.section-8-icon-wrapper {
  margin-top: 0;
  padding-top: 0;
  display: inline-block;
}

.section-8-icon {
  color: #b3ae8d;
  width: 15px;
  height: 15px;
  margin-top: 0;
  margin-right: 15px;
}

.contact-section-overlay {
  z-index: 10;
  color: #fff;
  background-color: #ffffffdb;
  background-image: url('../images/26.jpg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.container {
  position: relative;
}

.container.centered {
  text-align: center;
}

.section-description {
  margin-top: 30px;
  font-size: 21px;
  font-weight: 300;
  line-height: 27px;
}

.outline-social-icon {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 11px;
  transition: background-color .2s;
}

.outline-social-icon:hover {
  background-color: #fff3;
}

.footer-small-social-icon {
  height: 15px;
}

.section-9-header {
  color: #b3ae8d;
  letter-spacing: 1.5px;
  font-family: Great Vibes, cursive;
  font-size: 30px;
}

.section-9-content {
  color: #a7a7a7;
  letter-spacing: 0;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.section-10 {
  background-color: #424242;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-copyright {
  color: #fff;
  text-transform: capitalize;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.footer-copyright.subtitle {
  opacity: .5;
  text-transform: none;
  font-size: 11px;
  font-weight: 400;
}

.footer-social-col-right {
  text-align: right;
}

.footer-inline-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-top: 5px;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
}

.footer-inline-link:hover {
  color: #fff6;
}

.footer-inline-link.border-right {
  text-transform: capitalize;
  border-right: 1px solid #fff;
  padding-right: 15px;
}

.footer-social-icon {
  text-align: center;
  background-color: #4a4f53;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin-top: -2px;
  margin-right: 5px;
  padding-top: 5px;
  transition: background-color .2s;
}

.footer-social-icon:hover {
  background-color: #415e9b;
}

.footer-social-icon.instagram:hover {
  background-image: linear-gradient(90deg, #c32e67, #ee1e26 57%, #fcc221);
}

.footer-social-icon.share:hover {
  background-color: #b4b18b;
}

.o-name-section-1 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.o-name-section-1.mt-120 {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.o-name-icon-top-wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.o-name-icon-top-icon {
  border: 0 solid #b3ae8d;
  border-radius: 50px;
  width: 85px;
  max-width: none;
  height: 85px;
}

.o-name-content-wrapper {
  text-align: center;
  text-decoration: none;
}

.o-name-main-header {
  color: #b3ae8d;
  margin-bottom: 50px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.o-name-main-sub-header {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 70px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 200;
}

.o-nama-content {
  color: #b3b3b3;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.o-nama-image-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.o-nama-frame-wording {
  justify-content: center;
  align-items: center;
  display: flex;
}

.o-nama-quote {
  color: #b3ae8d;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Great Vibes, cursive;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.o-name-section-2 {
  background-color: #262626;
  background-image: linear-gradient(#000c, #000c), url('../images/3-parallax.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.o-name-section-2.mt-120 {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 100px;
}

.o-nama-counter-wrapper {
  padding-bottom: 0;
}

._1-3-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

._1-3-grid._50-p {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.content-wrap-stats {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  background-color: #0000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.counter {
  color: #b3ae8d;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 300;
  line-height: 1;
}

.spacer-blank {
  width: 0;
  height: 0;
  font-size: 1px;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

.paragraph {
  color: #181818e6;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.o-nama-countet-content {
  color: #b3b3b3;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.o-name-section-3 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.o-name-section-3.mt-120 {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 100px;
}

.section {
  overflow: hidden;
}

.team2-profile-card {
  text-align: center;
  background-color: #b3ae8d;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 320px;
  padding: 30px 30px 20px;
  display: flex;
  box-shadow: 0 1px 6px #1112120f;
}

.text-14 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 24px;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

._4-col {
  width: 400px;
  margin-right: 20px;
  display: inline-block;
}

._4-col._4-col-last {
  margin-right: 0;
  display: inline-block;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50 {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.tagline {
  opacity: .6;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.headline-6-col {
  width: 100%;
  margin-bottom: 50px;
}

.team2-profile-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 120px;
  height: 120px;
}

.team2-profile-pic.team2-profile-pic-image3, .team2-profile-pic.team2-profile-pic-image2 {
  background-image: none;
}

.team2-profilecard-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.team2-people-row {
  text-align: center;
  margin-top: 20px;
}

.team2-profilename {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

.image-2 {
  border-radius: 100px;
}

.laser-centar-section-1 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.laser-centar-section-1.mt-120 {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 100px;
}

.laser-centar-section-1.mt-75 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.slider-wrapper-home {
  background-color: #000;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  top: auto;
}

.hero-background-laser-centar {
  z-index: 9;
  width: 100%;
  height: auto;
}

.hero-block-overlay {
  color: #fff;
  background-color: #00000040;
  padding-top: 270px;
  padding-bottom: 250px;
}

.hero-block-overlay.business {
  background-color: #0006;
  height: 600px;
  padding-top: 0;
  padding-bottom: 0;
}

.container-6 {
  text-align: left;
  max-width: 1140px;
  padding-top: 0;
  position: relative;
}

.container-6.hero-container {
  text-align: center;
  max-width: 1145px;
  padding-top: 0;
}

.container-video-laser-centar {
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  height: 100%;
  margin-top: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.grid-slide-laser-centar {
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  grid-auto-flow: row;
  place-items: end start;
  height: 100%;
  margin-top: 3px;
}

.laser-centar-section-2 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.laser-centar-section-2.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.laser-centar-main-header {
  color: #b3ae8d;
  margin-bottom: 50px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.laser-centar-icon-top-wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.laser-centar-icon-top-icon {
  border: 0 solid #b3ae8d;
  border-radius: 50px;
  width: 85px;
  max-width: none;
  height: 85px;
}

.laser-centar-content-wrapper {
  text-align: center;
  text-decoration: none;
}

.laser-centar-main-sub-header {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 70px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 60px;
}

.laser-centar-content {
  color: #b3b3b3;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.laser-centar-section-3 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.laser-centar-section-3.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 100px;
}

.laser-centar-wrapper-1 {
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.laser-centar-wrapper-2 {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.section-5-main-header-copy {
  color: #fff;
  border-bottom: 2px solid #b3ae8d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 200;
  line-height: 45px;
}

.laser-centar-main-header-1 {
  color: #fff;
  border-bottom: 2px solid #b3ae8d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 200;
  line-height: 45px;
}

.laser-centar-border {
  border: 3px solid #b3ae8d;
  height: 100%;
  margin: 0;
  padding-left: 0;
  position: relative;
}

.list {
  margin-top: 20px;
}

.laser-centar-section-4 {
  background-color: #262626;
}

.laser-centar-wrapper-4 {
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}

.accordion-trigger---laser-centar {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-content---laser-centar {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.accordion-arrow-wrap---laser-centar {
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
  box-shadow: 0 5px 16px #080f340f;
}

.accordion-paragraph---laser-centar {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
}

.accordion-arrow-wrapper---laser-centar {
  z-index: 200;
  color: #262626;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.accordion-item-wrapper---laser-centar {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item-wrapper---laser-centar.preview-page {
  max-width: none;
}

.arrow-line---laser-centar {
  background-color: #4a3aff;
  border-radius: 500px;
  width: 11px;
  min-height: 2px;
  position: absolute;
}

.arrow-line---laser-centar._2---laser-centar {
  right: 7px;
  transform: rotate(-45deg);
}

.arrow-line---laser-centar._1---brix {
  left: 7px;
  transform: rotate(45deg);
}

.accordion-item-title---laser-centar {
  color: #170f49;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.accordion-item---laser-centar {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---laser-centar.accordion-1---laser-centar {
  background-color: #b3ae8d;
  border: 2px solid #0000;
  margin-bottom: 32px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 5px 16px #080f340f;
}

.accordion-item---laser-centar.accordion-1---laser-centar:hover {
  box-shadow: 0 14px 21px #4a3aff0f;
}

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

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

.accordion-spacer {
  min-height: 16px;
}

.accordion-btn-line {
  background-color: #211f54;
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.accordion-btn-line.v2 {
  width: 28px;
}

.accordion-btn-line.v2.horizontal {
  background-color: #fff;
}

.accordion-item-wrapper {
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  width: 100%;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.accordion-item-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.accordion-item-wrapper.v2 {
  box-shadow: none;
  background-color: #262626;
  border-width: 1px 0;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 56px 0;
}

.accordion-item-wrapper.v2:hover {
  transform: translate(8px);
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.accordion-title {
  margin-bottom: 0;
}

.accordion-title.laser-centar {
  opacity: .7;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.accordion-content-wrapper.v2 {
  max-width: none;
}

.accordion-side {
  margin-right: 24px;
}

.accordion-side.right-side {
  margin-left: 24px;
  margin-right: 0;
}

.accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.accordion-header {
  align-items: center;
  display: flex;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.mg-bottom-0.laser-centar {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.mg-bottom-0.alma-laser {
  color: #b3b3b3;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.alma-laser-section-1 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.alma-laser-section-1.mt-120 {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 100px;
}

.alma-laser-section-1.mt-75 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.alma-laser-section-2 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.alma-laser-section-2.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.alma-laser-main-sub-header {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 70px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 60px;
}

.alma-laser-main-header {
  color: #b3ae8d;
  margin-bottom: 50px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.alma-laser-content {
  color: #b3b3b3;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.alma-laser-trust-wrapper {
  border: 3px solid #464646;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
}

.alma-header {
  border-bottom: 2px solid #46464680;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.alma-header.mt-30 {
  margin-top: 30px;
  padding-bottom: 15px;
}

.alma-laser-title {
  margin-bottom: 0;
}

.alma-laser-title.laser-centar, .alma-laser-title.light-sheer {
  opacity: .7;
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.alma-body {
  width: 100%;
  overflow: hidden;
}

.alma-laser-section-3 {
  background-color: #262626;
  height: 100%;
  min-height: 500px;
  margin-top: 0;
  padding-top: 0;
}

.alma-laser-section-3.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.alma-laser-wrapper-1 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.alma-laser-border {
  border: 3px solid #b3ae8d;
  height: 100%;
  margin: 0;
  padding-left: 0;
  position: relative;
}

.alma-laser-features-list {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.alma-laser-feature-list-item {
  margin-bottom: 6px;
  padding-left: 26px;
  position: relative;
}

.alma-laser-list-icon {
  width: 15px;
  position: absolute;
  top: 3px;
  left: 0;
}

.alma-laser-list-title {
  color: #b3b3b3;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.alma-laser-section-3-content {
  color: #b3b3b3;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.alma-laser-section-3-content.center {
  text-align: center;
}

.alma-laser-section-4 {
  background-color: #262626;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.alma-laser-section-4.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.light-sheer-section-1 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.light-sheer-section-1.mt-120 {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 100px;
}

.light-sheer-section-1.mt-75 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-background-light-sheer {
  z-index: 9;
  width: 100%;
  height: auto;
}

.light-sheer-section-2 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.light-sheer-section-2.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.light-sheer-icon-top-wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.light-sheer-content-wrapper {
  text-align: center;
  text-decoration: none;
}

.light-sheer-icon-top-icon {
  border: 0 solid #b3ae8d;
  border-radius: 50px;
  width: 85px;
  max-width: none;
  height: 85px;
}

.light-sheer-main-header {
  color: #b3ae8d;
  margin-bottom: 50px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.light-sheer-main-sub-header {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 70px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 60px;
}

.light-sheer-content {
  color: #b3b3b3;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.light-sheer-trust-wrapper {
  border: 3px solid #464646;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
}

.light-sheer-header {
  border-bottom: 2px solid #46464680;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.light-sheer-header.mt-30 {
  margin-top: 30px;
  padding-bottom: 15px;
}

.light-sheer-title {
  margin-bottom: 0;
}

.light-sheer-title.laser-centar {
  opacity: .7;
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.light-sheer-body {
  width: 100%;
  overflow: hidden;
}

.light-sheer-section-3 {
  background-color: #262626;
  height: 100%;
  min-height: 500px;
  margin-top: 0;
  padding-top: 0;
}

.light-sheer-section-3.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.light-sheer-wrapper-1 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.light-sheer-main-header-1 {
  color: #fff;
  border-bottom: 2px solid #b3ae8d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 200;
  line-height: 45px;
}

.light-sheer-section-3-content {
  color: #b3b3b3;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.light-sheer-section-3-content.center {
  text-align: center;
}

.light-sheer-features-list {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.light-sheer-section-4 {
  background-color: #262626;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.light-sheer-section-4.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.sub-title-border-wrapper {
  margin-bottom: 0;
}

.sub-title-border-wrapper.laser-centar {
  opacity: .7;
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.sub-title-border-wrapper.light-sheer {
  opacity: .7;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 35px;
}

.sub-title-border-wrapper.light-sheer.english {
  text-transform: uppercase;
}

.sub-title-border-wrapper.dermaclear {
  opacity: .7;
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 35px;
}

.light-sheer-list {
  margin-top: 20px;
}

.section-4-button {
  color: #979797;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #979797;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.section-4-button:hover {
  color: #fff;
  background-color: #b3ae8d;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.section-4-button._2 {
  background-color: #0009;
  margin-left: 10px;
}

.section-4-button._2:hover {
  color: #1f6fff;
  background-color: #fff;
}

.botox-section-1 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.botox-section-1.mt-120 {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 100px;
}

.botox-section-1.mt-75 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-background-botox {
  z-index: 9;
  background-image: url('../images/botox.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: auto;
}

.container-video-botox {
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  height: 100%;
  margin-top: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.botox-section-2 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.botox-section-2.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.botox-icon-top-wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.botox-content-wrapper {
  text-align: center;
  text-decoration: none;
}

.botox-icon-top-icon {
  border: 0 solid #b3ae8d;
  border-radius: 50px;
  width: 85px;
  max-width: none;
  height: 85px;
}

.botox-main-header {
  color: #b3ae8d;
  margin-bottom: 50px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.botox-main-sub-header {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 70px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 60px;
}

.botox-content {
  color: #b3b3b3;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.botox-trust-wrapper {
  border: 3px solid #464646;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
}

.botox-header {
  border-bottom: 2px solid #46464680;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.botox-header.mt-30 {
  margin-top: 30px;
  padding-bottom: 15px;
}

.botox-body {
  width: 100%;
  overflow: hidden;
}

.botox-title {
  margin-bottom: 0;
}

.botox-title.laser-centar, .botox-title.botox {
  opacity: .7;
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.botox-section-3 {
  background-color: #262626;
  height: 100%;
  min-height: 500px;
  margin-top: 0;
  padding-top: 0;
}

.botox-section-3.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.botox-wrapper-1 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.botox-main-header-1 {
  color: #fff;
  border-bottom: 2px solid #b3ae8d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 200;
  line-height: 45px;
}

.botox-features-list {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.botox-section-3-content {
  color: #b3b3b3;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.botox-section-3-content.center {
  text-align: center;
}

.botox-image-left {
  background-image: url('../images/botox-left.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.botox-feature-list-item {
  margin-bottom: 6px;
  padding-left: 26px;
  position: relative;
}

.botox-list-title {
  color: #b3b3b3;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.botox-section-4 {
  background-color: #262626;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.botox-section-4.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.botox-section-4-content {
  color: #b3b3b3;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.botox-section-4-content.center {
  text-align: center;
}

.botox-list {
  margin-top: 20px;
}

.hijaluronski-fileri-section-1 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.hijaluronski-fileri-section-1.mt-120 {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 100px;
}

.hijaluronski-fileri-section-1.mt-75 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.hijaluronski-fileri-section-2 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.hijaluronski-fileri-section-2.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hijaluronski-fileri-icon-top-wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.hijaluronski-fileri-content-wrapper {
  text-align: center;
  text-decoration: none;
}

.hijaluronski-fileri-icon-top-icon {
  border: 0 solid #b3ae8d;
  border-radius: 50px;
  width: 85px;
  max-width: none;
  height: 85px;
}

.hijaluronski-fileri-main-header {
  color: #b3ae8d;
  margin-bottom: 50px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.hijaluronski-fileri-main-sub-header {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 70px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 60px;
}

.hijaluronski-fileri-content {
  color: #b3b3b3;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.hijaluronski-fileri-trust-wrapper {
  border: 3px solid #464646;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
}

.hijaluronski-fileri-header {
  border-bottom: 2px solid #46464680;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.hijaluronski-fileri-header.mt-30 {
  margin-top: 30px;
  padding-bottom: 15px;
}

.hijaluronski-fileri-body {
  width: 100%;
  overflow: hidden;
}

.hijaluronski-fileri-title {
  margin-bottom: 0;
}

.hijaluronski-fileri-title.laser-centar, .hijaluronski-fileri-title.botox, .hijaluronski-fileri-title.hijaluronski-fileri {
  opacity: .7;
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.hijaluronski-fileri-title.hijaluronski-fileri.english {
  text-transform: uppercase;
}

.hijaluronski-fileri-section-3 {
  background-color: #262626;
  height: 100%;
  min-height: 500px;
  margin-top: 0;
  padding-top: 0;
}

.hijaluronski-fileri-section-3.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hijaluronski-fileri-wrapper-1 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.hijaluronski-fileri-main-header-1 {
  color: #fff;
  border-bottom: 2px solid #b3ae8d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 200;
  line-height: 45px;
}

.hijaluronski-fileri-main-header-1.english {
  text-transform: uppercase;
}

.hijaluronski-fileri-section-3-content {
  color: #b3b3b3;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.hijaluronski-fileri-section-3-content.center {
  text-align: center;
}

.hijaluronski-fileri-section-3-content-features-list {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.light-sheer-feature-list-item {
  margin-bottom: 6px;
  padding-left: 26px;
  position: relative;
}

.light-sheer-list-icon {
  width: 15px;
  position: absolute;
  top: 5px;
  left: 0;
}

.light-sheer-list-title {
  color: #b3b3b3;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.botox-list-icon {
  width: 15px;
  margin-top: 5px;
  position: absolute;
  top: 3px;
  left: 0;
}

.hijaluronski-fileri-feature-list-item {
  margin-bottom: 6px;
  padding-left: 26px;
  position: relative;
}

.hijaluronski-fileri-list-icon {
  width: 15px;
  position: absolute;
  top: 3px;
  left: 0;
}

.hijaluronski-fileri-list-title {
  color: #b3b3b3;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.hijaluronski-fileri-section-4 {
  background-color: #262626;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hijaluronski-fileri-section-4.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hijaluronski-fileri-section-4-content {
  color: #b3b3b3;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.hijaluronski-fileri-section-4-content.center {
  text-align: center;
}

.mezoterapija-sa-iglom-section-1 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.mezoterapija-sa-iglom-section-1.mt-120 {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 100px;
}

.mezoterapija-sa-iglom-section-1.mt-75 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container-video-mezoterapija-sa-iglom {
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  height: 100%;
  margin-top: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.hero-background-alma-laser {
  z-index: 9;
  width: 100%;
  height: auto;
}

.hero-background-hijaluronski-fileri {
  z-index: 9;
  background-image: url('../images/botox.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: auto;
}

.mezoterapija-sa-iglom-section-2 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.mezoterapija-sa-iglom-section-2.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.mezoterapija-sa-iglom-icon-top-wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.mezoterapija-sa-iglom-content-wrapper {
  text-align: center;
  text-decoration: none;
}

.mezoterapija-sa-iglom-icon-top-icon {
  border: 0 solid #b3ae8d;
  border-radius: 50px;
  width: 85px;
  max-width: none;
  height: 85px;
}

.mezoterapija-sa-iglom-main-header {
  color: #b3ae8d;
  margin-bottom: 50px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.mezoterapija-sa-iglom-main-sub-header {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 70px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 60px;
}

.mezoterapija-sa-iglom-content {
  color: #b3b3b3;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.mezoterapija-sa-iglom-trust-wrapper {
  border: 3px solid #464646;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
}

.mezoterapija-sa-iglom-header {
  border-bottom: 2px solid #46464680;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.mezoterapija-sa-iglom-header.mt-30 {
  margin-top: 30px;
  padding-bottom: 15px;
}

.mezoterapija-sa-iglom-title {
  margin-bottom: 0;
}

.mezoterapija-sa-iglom-title.laser-centar, .mezoterapija-sa-iglom-title.botox, .mezoterapija-sa-iglom-title.hijaluronski-fileri, .mezoterapija-sa-iglom-title.mezoterapija-sa-iglom {
  opacity: .7;
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.mezoterapija-sa-iglomo-body {
  width: 100%;
  overflow: hidden;
}

.mezoterapija-sa-iglom-section-3 {
  background-color: #262626;
  height: 100%;
  min-height: 500px;
  margin-top: 0;
  padding-top: 0;
}

.mezoterapija-sa-iglom-section-3.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.mezoterapija-sa-iglom-wrapper-1 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.mezoterapija-sa-iglom-main-header-1 {
  color: #fff;
  border-bottom: 2px solid #b3ae8d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 200;
  line-height: 45px;
}

.mezoterapija-sa-iglom-main-header-1.english {
  text-transform: uppercase;
}

.mezoterapija-sa-iglom-section-3-content {
  color: #b3b3b3;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.mezoterapija-sa-iglom-section-3-content.center {
  text-align: center;
}

.mezoterapija-sa-iglom-section-3-content-features-list {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mezoterapija-sa-iglom-feature-list-item {
  margin-bottom: 6px;
  padding-left: 26px;
  position: relative;
}

.mezoterapija-sa-iglom-list-icon {
  width: 15px;
  position: absolute;
  top: 3px;
  left: 0;
}

.mezoterapija-sa-iglom-list-title {
  color: #b3b3b3;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.mezoterapija-sa-iglom-image-left {
  background-image: url('../images/mezoterapija-sa-iglom-left.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.hijaluronski-fileri-image-left {
  background-image: url('../images/hijaluronski-fileri-lef.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.mezoterapija-sa-iglom-section-4 {
  background-color: #262626;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.mezoterapija-sa-iglom-section-4.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.mezoterapija-sa-iglom-section-4-content {
  color: #b3b3b3;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.mezoterapija-sa-iglom-section-4-content.center {
  text-align: center;
}

.niti-section-1 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.niti-section-1.mt-120 {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 100px;
}

.niti-section-1.mt-75 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container-video-hijaluronski-fileri {
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  height: 100%;
  margin-top: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.hero-background-mezoterapija-sa-iglom, .hero-background-niti {
  z-index: 9;
  background-image: url('../images/botox.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: auto;
}

.container-video-niti {
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  height: 100%;
  margin-top: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.niti-section-2 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.niti-section-2.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 0;
}

.niti-icon-top-wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.niti-icon-top-icon {
  border: 0 solid #b3ae8d;
  border-radius: 50px;
  width: 85px;
  max-width: none;
  height: 85px;
}

.niti-content-wrapper {
  text-align: center;
  text-decoration: none;
}

.niti-main-header {
  color: #b3ae8d;
  margin-bottom: 50px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.niti-main-sub-header {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 70px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 60px;
}

.niti-content {
  color: #b3b3b3;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.niti-trust-wrapper {
  border: 3px solid #464646;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
}

.niti-header {
  border-bottom: 2px solid #46464680;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.niti-header.mt-30 {
  margin-top: 30px;
  padding-bottom: 15px;
}

.niti-title {
  margin-bottom: 0;
}

.niti-title.laser-centar, .niti-title.botox, .niti-title.hijaluronski-fileri, .niti-title.mezoterapija-sa-iglom, .niti-title.niti {
  opacity: .7;
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.niti-body {
  width: 100%;
  overflow: hidden;
}

.niti-section-3 {
  background-color: #262626;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 50px;
}

.niti-section-3.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.niti-section-3-content {
  color: #b3b3b3;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.niti-section-3-content.center {
  text-align: center;
}

.guinot-section-1 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.guinot-section-1.mt-120 {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 100px;
}

.guinot-section-1.mt-75 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-background-guinot {
  z-index: 9;
  background-image: url('../images/botox.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: auto;
}

.container-video-guinot {
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  height: 100%;
  margin-top: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.guinot-section-2 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.guinot-section-2.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.guinot-icon-top-wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.guinot-content-wrapper {
  text-align: center;
  text-decoration: none;
}

.guinot-icon-top-icon {
  border: 0 solid #b3ae8d;
  border-radius: 50px;
  width: 85px;
  max-width: none;
  height: 85px;
}

.guinot-main-header {
  color: #b3ae8d;
  margin-bottom: 50px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.guinot-main-sub-header {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 70px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 60px;
}

.guinot-main-sub-header.mb-0 {
  margin-bottom: 20px;
}

.guinot-content {
  color: #b3b3b3;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.guinot-trust-wrapper {
  border: 3px solid #464646;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
}

.guinot-header {
  border-bottom: 2px solid #46464680;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.guinot-header.mt-30 {
  margin-top: 30px;
  padding-bottom: 15px;
}

.guinot-body {
  width: 100%;
  overflow: hidden;
}

.guinot-title {
  margin-bottom: 0;
}

.guinot-title.laser-centar, .guinot-title.botox, .guinot-title.hijaluronski-fileri, .guinot-title.mezoterapija-sa-iglom, .guinot-title.niti {
  opacity: .7;
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.guinot-title.guinot {
  opacity: .7;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.guinot-section-3 {
  background-color: #262626;
  height: 100%;
  min-height: 500px;
  margin-top: 0;
  padding-top: 0;
}

.guinot-section-3.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.guinot-wrapper-1 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.guinot-main-header-1 {
  color: #fff;
  border-bottom: 2px solid #b3ae8d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 200;
  line-height: 45px;
}

.guinot-section-3-content {
  color: #b3b3b3;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.guinot-section-3-content.center {
  text-align: center;
}

.guinot-section-3-content.mt-20 {
  margin-top: 20px;
}

.guinot-section-3-content-features-list {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.guinot-image-left {
  background-image: url('../images/guinot-left.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.guinot-section-4 {
  background-color: #262626;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.guinot-section-4.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.dermaclear-section-1 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.dermaclear-section-1.mt-120 {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 100px;
}

.dermaclear-section-1.mt-75 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-background-dermaclear {
  z-index: 9;
  background-image: url('../images/botox.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: auto;
}

.container-video-dermaclear {
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  height: 100%;
  margin-top: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.dermaclear-section-2 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.dermaclear-section-2.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.dermaclear-icon-top-wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.dermaclear-icon-top-icon {
  border: 0 solid #b3ae8d;
  border-radius: 50px;
  width: 85px;
  max-width: none;
  height: 85px;
}

.dermaclear-content-wrapper {
  text-align: center;
  text-decoration: none;
}

.dermaclear-main-header {
  color: #b3ae8d;
  margin-bottom: 50px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.dermaclear-main-sub-header {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 70px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 60px;
}

.dermaclear-main-sub-header.mb-0 {
  margin-bottom: 20px;
}

.dermaclear-content {
  color: #b3b3b3;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.dermaclear-trust-wrapper {
  border: 3px solid #464646;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
}

.dermaclear-header {
  border-bottom: 2px solid #46464680;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.dermaclear-header.mt-30 {
  margin-top: 30px;
  padding-bottom: 15px;
}

.dermaclear-body {
  width: 100%;
  overflow: hidden;
}

.dermaclear-title {
  margin-bottom: 0;
}

.dermaclear-title.laser-centar, .dermaclear-title.botox, .dermaclear-title.hijaluronski-fileri, .dermaclear-title.mezoterapija-sa-iglom, .dermaclear-title.niti, .dermaclear-title.guinot {
  opacity: .7;
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.dermaclear-title.dermaclear {
  opacity: .7;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.dermaclear-section-3 {
  background-color: #262626;
  height: 100%;
  min-height: 500px;
  margin-top: 0;
  padding-top: 0;
}

.dermaclear-section-3.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.dermaclear-wrapper-1 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.dermaclear-main-header-1 {
  color: #fff;
  border-bottom: 2px solid #b3ae8d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 200;
  line-height: 45px;
}

.dermaclear-section-3-content-features-list {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dermaclear-feature-list-item {
  margin-bottom: 6px;
  padding-left: 26px;
  position: relative;
}

.dermaclear-list-icon {
  width: 15px;
  position: absolute;
  top: 5px;
  left: 0;
}

.dermaclear-list-title {
  color: #b3b3b3;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.dermaclear-image-left {
  background-image: url('../images/dermaclear-left.jpg');
  background-position: 100%;
  background-size: cover;
  height: 500px;
}

.dermaclear-section-4 {
  background-color: #262626;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.dermaclear-section-4.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.dermaclear-section-3-content {
  color: #b3b3b3;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.dermaclear-section-3-content.center {
  text-align: center;
}

.dermaclear-section-3-content.mt-20 {
  margin-top: 20px;
}

.dermapen-section-1 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.dermapen-section-1.mt-120 {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 100px;
}

.dermapen-section-1.mt-75 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-background-dermapen {
  z-index: 9;
  background-image: url('../images/botox.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: auto;
}

.container-video-dermapen {
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  height: 100%;
  margin-top: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.dermapen-section-2 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.dermapen-section-2.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.dermapen-icon-top-wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.dermapen-content-wrapper {
  text-align: center;
  text-decoration: none;
}

.dermapen-icon-top-icon {
  border: 0 solid #b3ae8d;
  border-radius: 50px;
  width: 85px;
  max-width: none;
  height: 85px;
}

.dermapen-main-header {
  color: #b3ae8d;
  margin-bottom: 50px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.dermapen-main-sub-header {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 60px;
}

.dermapen-main-sub-header.mb-0 {
  margin-bottom: 20px;
}

.dermapen-content {
  color: #b3b3b3;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.dermapen-trust-wrapper {
  border: 3px solid #464646;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
}

.dermapen-header {
  border-bottom: 2px solid #46464680;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.dermapen-header.mt-30 {
  margin-top: 30px;
  padding-bottom: 15px;
}

.dermapen-body {
  width: 100%;
  overflow: hidden;
}

.dermapen-title {
  margin-bottom: 0;
}

.dermapen-title.laser-centar, .dermapen-title.botox, .dermapen-title.hijaluronski-fileri, .dermapen-title.mezoterapija-sa-iglom, .dermapen-title.niti, .dermapen-title.guinot {
  opacity: .7;
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.dermapen-title.dermaclear, .dermapen-title.dermapen {
  opacity: .7;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.dermapen-section-3 {
  background-color: #262626;
  height: 100%;
  min-height: 500px;
  margin-top: 0;
  padding-top: 0;
}

.dermapen-section-3.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.dermapen-wrapper-1 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.dermapen-main-header-1 {
  color: #fff;
  border-bottom: 2px solid #b3ae8d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 200;
  line-height: 45px;
}

.dermapen-section-3-content-features-list {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dermapen-feature-list-item {
  margin-bottom: 6px;
  padding-left: 26px;
  position: relative;
}

.dermapen-list-icon {
  width: 15px;
  position: absolute;
  top: 5px;
  left: 0;
}

.dermapen-list-title {
  color: #b3b3b3;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.dermapen-image-left {
  background-image: url('../images/dermapen-left.jpg');
  background-position: 100%;
  background-size: cover;
  height: 500px;
}

.dermapen-section-4 {
  background-color: #262626;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.dermapen-section-4.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.dermapen-section-3-content {
  color: #b3b3b3;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.dermapen-section-3-content.center {
  text-align: center;
}

.dermapen-section-3-content.mt-20 {
  margin-top: 20px;
}

.hemijski-piling-section-1 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.hemijski-piling-section-1.mt-120 {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 100px;
}

.hemijski-piling-section-1.mt-75 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-background-hemijski-piling {
  z-index: 9;
  background-image: url('../images/botox.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: auto;
}

.container-video-hemijski-piling {
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  height: 100%;
  margin-top: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.hemijski-piling-section-2 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.hemijski-piling-section-2.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hemijski-piling-icon-top-wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.hemijski-piling-content-wrapper {
  text-align: center;
  text-decoration: none;
}

.hemijski-piling-icon-top-icon {
  border: 0 solid #b3ae8d;
  border-radius: 50px;
  width: 85px;
  max-width: none;
  height: 85px;
}

.hemijski-piling-main-header {
  color: #b3ae8d;
  margin-bottom: 50px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.hemijski-piling-main-sub-header {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 70px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 60px;
}

.hemijski-piling-main-sub-header.mb-0 {
  margin-bottom: 20px;
}

.hemijski-piling-content {
  color: #b3b3b3;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.hemijski-piling-trust-wrapper {
  border: 3px solid #464646;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
}

.hemijski-piling-header {
  border-bottom: 2px solid #46464680;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.hemijski-piling-header.mt-30 {
  margin-top: 30px;
  padding-bottom: 15px;
}

.hemijski-piling-body {
  width: 100%;
  overflow: hidden;
}

.hemijski-piling-title {
  margin-bottom: 0;
}

.hemijski-piling-title.laser-centar, .hemijski-piling-title.botox, .hemijski-piling-title.hijaluronski-fileri, .hemijski-piling-title.mezoterapija-sa-iglom, .hemijski-piling-title.niti, .hemijski-piling-title.guinot {
  opacity: .7;
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.hemijski-piling-title.dermaclear, .hemijski-piling-title.hemijski-piling {
  opacity: .7;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.hemijski-piling-section-3 {
  background-color: #262626;
  height: 100%;
  min-height: 500px;
  margin-top: 0;
  padding-top: 0;
}

.hemijski-piling-section-3.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hemijski-piling-wrapper-1 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.hemijski-piling-main-header-1 {
  color: #fff;
  border-bottom: 2px solid #b3ae8d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 200;
  line-height: 45px;
}

.hemijski-piling-section-3-content-features-list {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hemijski-piling-feature-list-item {
  margin-bottom: 6px;
  padding-left: 26px;
  position: relative;
}

.hemijski-piling-list-icon {
  width: 15px;
  position: absolute;
  top: 5px;
  left: 0;
}

.hemijski-piling-list-title {
  color: #b3b3b3;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.hemijski-piling-image-left {
  background-image: url('../images/hemijski-piling-left.jpg');
  background-position: 100%;
  background-size: cover;
  height: 500px;
}

.hemijski-piling-section-4 {
  background-color: #262626;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hemijski-piling-section-4.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hemijski-piling-section-3-content {
  color: #b3b3b3;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.hemijski-piling-section-3-content.center {
  text-align: center;
}

.hemijski-piling-section-3-content.mt-20 {
  margin-top: 20px;
}

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

.cenovnik-section-1 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.cenovnik-section-1.mt-120 {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 100px;
}

.cenovnik-section-1.mt-75 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-background-cenovnik {
  z-index: 9;
  background-image: url('../images/cenovnik.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: auto;
}

.container-video-cenovnik {
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  height: 100%;
  margin-top: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.cenovnik-section-2 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.cenovnik-section-2.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cenovnik-section-1-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pricing-line-break {
  border-top: 1px solid #b3ae8d;
  height: 81px;
  margin-top: 20px;
  padding: 44px 24px 24px;
  font-family: Montserrat, sans-serif;
}

.check {
  opacity: .5;
  width: 38px;
}

.top-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.pricing-line-break-top {
  height: 75px;
  margin-top: 20px;
  padding: 24px;
  font-family: Montserrat, sans-serif;
}

.grid-top-sticky {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-left: 0;
  padding-left: 0;
  position: sticky;
  top: 0;
}

.start-link {
  color: #8c54ff;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.help-icon {
  width: 18px;
}

.help {
  opacity: .3;
  margin-left: 10px;
}

.pricing-top {
  background-color: #b3ae8d;
  border-bottom: 1px solid #b3ae8d;
  min-height: 60px;
  padding: 10px 24px;
  position: relative;
}

.grid-pricing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.5fr 1fr;
}

.arrow {
  margin-left: 12px;
}

.title {
  color: #ffffff80;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 700;
}

.pricing-table-cell {
  color: #fff;
  border-bottom: 1px solid #ffffff08;
  align-items: center;
  padding: 12px 40px 12px 24px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.pricing-table-cell.no-border {
  border-bottom-width: 0;
}

.discount {
  color: #ffffff80;
  font-size: 14px;
}

.heading-pricing {
  font-weight: 600;
}

.text-300 {
  font-size: 22px;
  line-height: 22px;
}

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

.text-300.bold.footer-title {
  color: #211f54;
  margin-bottom: 40px;
}

.color-neutral-300 {
  color: #eff0f6;
}

.inner-container._400px {
  max-width: 400px;
}

.success-message {
  color: #4a3aff;
  background-color: #f3f2ff;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.text-area {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  min-height: 144px;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.text-area:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.text-area:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.text-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

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

.text-200.bold {
  font-weight: 700;
}

.text-200.color-neutral-600.mg-bottom-8px {
  color: #b3ae8d;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-200.mb-5 {
  margin-bottom: 5px;
}

.container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.kontakt-section-2.position-relative {
  background-color: #262626;
  padding-top: 0;
  padding-bottom: 0;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.contact-v1 {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 1.2fr;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.square-icon {
  border-radius: 16px;
}

.square-icon.mg-right-16px.mg-bottom-16px-mb {
  margin-right: 16px;
}

.square-icon.mg-right-16px.mg-bottom-16px-mb.location {
  width: 100%;
  max-width: 30px;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #424242;
  border-radius: 10px;
  justify-content: center;
  padding: 15px 38px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #262626;
  transform: translate3d(0, -3px, .01px);
}

.half-bg-right {
  z-index: -1;
  background-color: #4a3aff;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.half-bg-right.width-36 {
  z-index: 1;
  background-color: #0000;
  width: 60%;
}

.card-link-icon {
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px #14142b0f;
}

.card-link-icon:hover {
  border-color: #4a3aff;
  transform: scale3d(.96, .96, 1.01);
}

.input {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.input:hover {
  border-color: #b3ae8d;
  box-shadow: 0 2px 12px #14142b1a;
}

.input:focus {
  color: #211f54;
  border-color: #b3ae8d;
}

.input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.subtitle {
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 20px;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.div-block {
  z-index: 10;
  position: relative;
}

.get-in-touch-wrapper {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}

.kontakt-section-1 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.kontakt-section-1.mt-120 {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 100px;
}

.kontakt-section-1.mt-75 {
  margin-top: 0;
  padding-top: 75px;
  padding-bottom: 0;
}

.kontakt-main-sub-header {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 200;
}

.div-block-2 {
  color: #333;
  font-family: Montserrat, sans-serif;
}

.kontakt-section-3 {
  background-color: #262626;
  padding-top: 100px;
  padding-bottom: 100px;
}

.icon-top-wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.hero-background {
  z-index: 9;
  width: 100%;
  height: auto;
}

.hero-background-kontakt {
  z-index: 9;
  background-image: url('../images/kontakt.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: auto;
}

.container-video-kontakt {
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  height: 100%;
  margin-top: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.nav-link-details {
  color: #28333899;
  white-space: normal;
  font-size: 14px;
}

.dropdown-link-mobile {
  color: #283338;
  width: 100%;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.mobi-logo {
  width: 54px;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.icon-wrap-2 {
  background-color: #8c54ff0d;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 11px;
  display: flex;
}

.dropdown-title-2 {
  margin-bottom: 2px;
  font-size: 15px;
}

.code-embed-alma-laser, .code-embed-2 {
  height: 500px;
}

.estetski-tretmani-section-1 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.estetski-tretmani-section-1.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-estetski-tretmani {
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  height: 100%;
  margin-top: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.estetski-tretmani-section-2 {
  background-color: #262626;
  padding-bottom: 50px;
}

.estetski-tretmani-main-header {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 2px solid #b3ae8d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 60px;
}

.estetski-content {
  color: #fff;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.kozmetologija-section-1 {
  background-color: #262626;
  margin-top: 0;
  padding-top: 0;
}

.kozmetologija-section-1.mt-120 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.kozmetologija-section-2 {
  background-color: #262626;
  padding-bottom: 50px;
}

.kozmetologija-main-header {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 2px solid #b3ae8d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 60px;
}

.kozmetologija-content {
  color: #fff;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.cookie-policy.english {
  position: relative;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #262626;
  border: 2px solid #262626;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_component {
  z-index: 50;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #b3ae8d;
  border-top: 1px solid #4353ff29;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_text {
  color: #262626;
  margin-right: 1.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.fs-cc-banner_text-link {
  color: #262626;
  -webkit-text-stroke-color: #fff;
  border-bottom: 2px solid #262626;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span {
  color: #b3ae8d;
  font-weight: 500;
}

.privacy_content_wrapper {
  background-color: #fff;
  border: 1px solid #6969691a;
  border-radius: 20px;
  padding: 24px 40px;
  font-family: Montserrat, sans-serif;
  overflow: visible;
}

.paragraph_centered-3 {
  opacity: .9;
  color: #333;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

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

.heading-2 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

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

.container-cookie-policy {
  max-width: 1300px;
  position: relative;
}

.divider-2 {
  background-color: #69696926;
  border-radius: 2px;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.container-terms {
  text-align: left;
  max-width: 1300px;
  position: relative;
}

.listed-item-privacy-policy {
  opacity: .9;
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.sub-header-privacy-policy-2 {
  color: #333;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 25px;
  font-weight: 700;
}

.sub-content-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.link-privacy-policy-2 {
  color: #bbb69e;
  font-weight: 600;
  text-decoration: none;
  display: inline;
}

.section-cookie-policy {
  padding-top: 0;
}

.text-301 {
  line-height: 20px;
}

.text-301.bold {
  font-weight: 700;
}

.text-301.bold.color-accent-1 {
  color: #333333b3;
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.privacy_content_wrapper-2 {
  color: #333;
  background-color: #fff;
  border: 1px solid #6969691a;
  border-radius: 20px;
  padding: 24px 40px;
  font-size: 15px;
  overflow: visible;
}

.main-header-privacy-policy-2 {
  opacity: 1;
  color: #333;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.heading-3 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

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

.container-7 {
  max-width: 1300px;
  position: relative;
}

.privacy-bloc-2 {
  align-items: stretch;
  display: flex;
}

.privacy-bloc-2.our-role {
  flex-direction: column;
}

.content_wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.header_section_wrapper {
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.sub-header-privacy-policy-small {
  padding-top: 10px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.divider-pp {
  background-color: #69696926;
  border-radius: 2px;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.intro_wrapper-2 {
  text-align: center;
}

.list-privacy-policy {
  margin-bottom: 30px;
}

.link-privacy-policy {
  color: #b3ae8d;
  font-weight: 500;
  text-decoration: none;
  display: inline;
}

.sub-header-privacy-policy-3 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.section-privacy-policy {
  padding-top: 0;
}

.link {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.o-nama-image {
  max-width: 60%;
}

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

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

.heading-4, .text-block-3 {
  font-family: Montserrat, sans-serif;
}

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

.top-bar-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  padding: 20px 56px;
  display: flex;
  overflow: hidden;
}

.top-bar-container.top-bar-2 {
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 24px;
}

.top-bar-container.top-bar-2.preview-page {
  background-color: #262626;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  padding: 35px 0;
  display: block;
  position: relative;
}

.top-bar-link {
  color: #fff;
  order: 1;
  justify-content: flex-end;
  padding-top: 0;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: absolute;
  right: 0;
}

.top-bar-link-text {
  margin-right: 8px;
}

.top-bar-link-arrow {
  flex: none;
}

.lc-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.lc-element-wrapper.sw2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
  right: 0;
}

.lc-flag-ico {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.lc-flag {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 16px;
  margin-right: 10px;
  display: flex;
}

.lc-selector-highlight {
  background-color: #4049ff;
  width: 100%;
  height: 100%;
}

.lc-selector-highlight.h4 {
  transform: translate(-100%);
}

.lc-selector-highlight.h3 {
  background-color: #b3ae8d;
}

.lc-selector-1 {
  color: #000;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.lc-selector-1:hover {
  color: #4049ff;
}

.lc-selector-1.w--current {
  cursor: default;
}

.lc-selector-1.s2 {
  opacity: .5;
}

.lc-selector-highlight-wrapper {
  width: 100%;
  height: 2px;
  margin-top: .25rem;
  overflow: hidden;
}

.lc-selector-text-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.italic-text, .italic-text-2, .italic-text-3 {
  text-transform: uppercase;
}

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

.paragraph-11 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.link-cookie-policy {
  color: #2babff;
  font-weight: 500;
  text-decoration: none;
  display: inline;
}

.content_wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.listed-item-privacy-policy-large {
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.privacy_content_wrapper-3 {
  background-color: #fff;
  border: 1px solid #6969691a;
  border-radius: 20px;
  margin: 0;
  padding: 0;
  overflow: auto;
}

.privacy_content_wrapper-3.padding-50 {
  padding: 50px;
}

.listed-item-privacy-policy-2 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.cookie-wrapper-mini {
  margin-top: 0;
}

.heading-20 {
  font-family: Montserrat, sans-serif;
}

.container-8 {
  text-align: left;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.content_wrapper-3 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.privacy_content_wrapper-4 {
  background-color: #fff;
  border: 1px solid #6969691a;
  border-radius: 20px;
  margin: 0;
  padding: 0;
  overflow: auto;
}

.privacy_content_wrapper-4.padding-50 {
  padding: 50px;
}

.heading-21 {
  font-family: Montserrat, sans-serif;
}

.privacy-link.w--current {
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.link-2, .link-3 {
  color: #a7a7a7;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-2-columns.contact-v1 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
  }

  .get-in-touch-wrapper {
    padding-top: 100px;
  }

  .privacy_content_wrapper-3, .privacy_content_wrapper-4 {
    margin: 0 0 50px;
    padding: 0;
  }
}

@media screen and (min-width: 1920px) {
  .top-bar-container {
    max-width: 1240px;
    position: relative;
  }

  .top-bar-container.top-bar-2 {
    max-width: 1240px;
  }
}

@media screen and (max-width: 991px) {
  .navigation-wrapper {
    background-color: #000;
    display: block;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-right-side.hidden-on-table {
    display: none;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
    display: none;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .container-default {
    padding-left: 50px;
    padding-right: 50px;
  }

  .header-nav-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .header-nav-list-item.center {
    padding-left: 0;
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .header-left-side-new.hidden-on-table {
    display: none;
  }

  .slider {
    margin-top: 0;
    padding-top: 0;
  }

  .grid-slide-1 {
    grid-template-columns: 1fr 1fr;
    padding: 50px;
  }

  .slide-2-m {
    background-position: 0 0, 60%;
  }

  .right-arrow {
    display: none;
  }

  .div-block-content-left-slide-1 {
    padding-top: 0;
  }

  .slide-1-m {
    background-position: 0 0, 60%;
  }

  .left-arrow {
    display: none;
  }

  .content-heading-wrapper {
    margin-bottom: 25px;
  }

  .dev-letter {
    font-size: 5em;
  }

  .main-hero_heading {
    font-size: 3em;
  }

  .main-hero_heading.sub {
    font-size: 2.5em;
  }

  .main-hero_heading.sub.center.mezoterapija-sa-iglom, .main-hero_heading.sub.center.kontakt {
    text-align: center;
  }

  .main-hero_heading.center {
    text-align: left;
    font-size: 2.5em;
  }

  .main-hero_heading.center.laser-centar {
    text-align: center;
  }

  .section-2-content {
    padding-top: 30px;
  }

  .card.form {
    padding: 54px 32px;
  }

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

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

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

  .section-4-main-header {
    font-size: 1.8em;
    line-height: 30px;
  }

  .section-4-main-sub-header {
    font-size: 3.5em;
  }

  .feature-text-block, .feature-text-block.right {
    width: 100%;
    margin-bottom: 50px;
  }

  .feature-text-block.right.laser-centar {
    width: 100%;
    display: inline-block;
  }

  .browser-mockup-left {
    width: 580px;
    top: 4px;
    left: -360px;
  }

  .browser-mockup-left.small {
    top: 1px;
    left: -336px;
  }

  .browser-mockup-left.small.laser-centar-1 {
    max-width: none;
    height: 300px;
    margin-bottom: 50px;
    display: inline-block;
    position: relative;
    left: auto;
  }

  .browser-mockup-left.small.alma-laser-1 {
    max-width: none;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    left: auto;
  }

  .browser-mockup-left.small.home {
    position: relative;
    left: auto;
  }

  .section-5-wrapper-1, .section-5-wrapper-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .browser-mockup-right {
    width: 540px;
    top: 9px;
    right: -288px;
  }

  .browser-mockup-right.small {
    right: -316px;
  }

  .browser-mockup-right.small.laser-centar-2 {
    max-width: none;
    height: 300px;
    margin-bottom: 50px;
    display: inline-block;
    position: relative;
    right: auto;
  }

  .browser-mockup-right.small.home.cosmetology, .browser-mockup-right.small.home.estetski, .browser-mockup-right.small.home.niti {
    position: relative;
    right: auto;
  }

  .section-6-background {
    background-image: linear-gradient(#000000e6, #000000e6), url('../images/home-request-offer.png');
    background-position: 0 0, 80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .div-block-content-right {
    padding-top: 0;
  }

  .main-hero_heading-section-6 {
    font-size: 5em;
  }

  .main-hero_heading-section-6.sub-section-6.right {
    font-size: 2.5em;
  }

  .div-block-content-right-section-6 {
    padding-top: 0;
  }

  .main-hero_heading-section-6-top {
    font-size: 5em;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-packages {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .button-package-price.pricing-button {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 11px;
    line-height: 17px;
  }

  .pricing-block {
    height: 720px;
    padding: 50px 30px 30px;
  }

  .pricing-block.image {
    height: 720px;
  }

  .pricing-block.one, .pricing-block.two {
    height: 100%;
    margin-bottom: 150px;
  }

  .pricing-block.three {
    height: 100%;
    margin-bottom: 0;
  }

  .checklist-item {
    margin-bottom: -5px;
    font-size: 13px;
  }

  .package-pricing {
    font-size: 34px;
    line-height: 30px;
  }

  .section-7-circle--wrapper.section-top-circle {
    top: -80px;
  }

  .intro-paragraph {
    font-size: 15px;
    line-height: 25px;
  }

  .section-title-wrapper-2 {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-wrapper-2.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .half-image-section {
    height: 470px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .half-content-section {
    height: 470px;
    padding: 45px 35px 45px 45px;
  }

  .half-content-section.left {
    padding-top: 100px;
  }

  .main-hero_heading-section-8 {
    font-size: 5em;
  }

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

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .footer-menu-column {
    text-align: center;
    margin-bottom: 20px;
  }

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

  .footer-social-col-right {
    text-align: center;
  }

  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }

  .footer-logo-column-left {
    text-align: center;
  }

  .o-name-section-1.mt-120 {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .o-name-main-header {
    font-size: 1.8em;
    line-height: 35px;
  }

  .o-name-main-sub-header {
    font-size: 3em;
    line-height: 55px;
  }

  .o-nama-image-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .o-name-section-2 {
    padding-top: 100px;
  }

  ._1-3-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .counter {
    font-size: 30px;
  }

  .o-nama-countet-content {
    font-size: 15px;
    line-height: 25px;
  }

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

  .team2-profile-card {
    padding: 40px 40px 30px;
  }

  ._4-col {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  ._4-col._4-col-last {
    margin-bottom: 0;
    margin-right: auto;
  }

  ._4-col.last-item {
    margin-bottom: 0;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w50 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .headline-6-col {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .laser-centar-section-1.mt-75 {
    margin-top: 0;
    padding-top: 0;
  }

  .slider-wrapper-home {
    margin-top: 0;
  }

  .hero-block-overlay {
    padding: 170px 45px 140px;
  }

  .hero-block-overlay.business {
    background-color: #000000b3;
    height: 300px;
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .grid-slide-laser-centar {
    grid-template-columns: 1fr 1fr;
    padding: 50px;
  }

  .laser-centar-section-2.mt-120 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .laser-centar-main-header {
    font-size: 1.8em;
    line-height: 35px;
  }

  .laser-centar-main-sub-header {
    margin-bottom: 0;
    font-size: 2.5em;
    line-height: 50px;
  }

  .laser-centar-section-3.mt-120 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .laser-centar-wrapper-1 {
    margin-bottom: 0;
  }

  .laser-centar-wrapper-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .accordion-paragraph---laser-centar {
    max-width: 100%;
  }

  .accordion-item-title---laser-centar {
    max-width: 88%;
  }

  .accordion-item---laser-centar.accordion-1---laser-centar {
    margin-bottom: 20px;
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-wrapper.v2:hover {
    transform: translate(6px);
  }

  .alma-laser-section-1.mt-75 {
    margin-top: 0;
    padding-top: 0;
  }

  .alma-laser-section-2.mt-120 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .alma-laser-main-sub-header {
    margin-bottom: 30px;
    font-size: 2.5em;
    line-height: 50px;
  }

  .alma-laser-main-header {
    font-size: 1.8em;
  }

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

  .alma-laser-list-title {
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
  }

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

  .light-sheer-section-1.mt-75 {
    margin-top: 0;
    padding-top: 0;
  }

  .light-sheer-section-2.mt-120 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .light-sheer-main-header {
    font-size: 1.8em;
  }

  .light-sheer-main-sub-header {
    font-size: 2.5em;
    line-height: 50px;
  }

  .light-sheer-section-3, .light-sheer-section-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .botox-section-1.mt-75 {
    margin-top: 0;
    padding-top: 0;
  }

  .botox-section-2.mt-120 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .botox-main-header {
    font-size: 1.8em;
  }

  .botox-main-sub-header {
    font-size: 2.5em;
    line-height: 50px;
  }

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

  .botox-image-left {
    height: 300px;
  }

  .botox-list-title {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
  }

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

  .hijaluronski-fileri-section-1.mt-75 {
    margin-top: 0;
    padding-top: 0;
  }

  .hijaluronski-fileri-section-2.mt-120 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hijaluronski-fileri-main-header {
    font-size: 1.8em;
  }

  .hijaluronski-fileri-main-sub-header {
    font-size: 2.5em;
    line-height: 50px;
  }

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

  .light-sheer-list-title {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
  }

  .hijaluronski-fileri-list-title {
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
  }

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

  .mezoterapija-sa-iglom-section-1.mt-75 {
    margin-top: 0;
    padding-top: 0;
  }

  .mezoterapija-sa-iglom-section-2.mt-120 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mezoterapija-sa-iglom-main-header {
    font-size: 1.8em;
  }

  .mezoterapija-sa-iglom-main-sub-header {
    font-size: 2.5em;
    line-height: 50px;
  }

  .mezoterapija-sa-iglom-title.mezoterapija-sa-iglom {
    line-height: 35px;
  }

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

  .mezoterapija-sa-iglom-list-title {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
  }

  .mezoterapija-sa-iglom-image-left, .hijaluronski-fileri-image-left {
    height: 300px;
  }

  .mezoterapija-sa-iglom-section-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .niti-section-1.mt-75 {
    margin-top: 0;
    padding-top: 0;
  }

  .niti-section-2.mt-120 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .niti-main-header {
    font-size: 1.8em;
  }

  .niti-main-sub-header {
    font-size: 2.5em;
    line-height: 50px;
  }

  .niti-title.niti {
    line-height: 35px;
  }

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

  .guinot-section-1.mt-75 {
    margin-top: 0;
    padding-top: 0;
  }

  .guinot-section-2.mt-120 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .guinot-main-header {
    font-size: 1.8em;
  }

  .guinot-main-sub-header {
    font-size: 2.5em;
    line-height: 50px;
  }

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

  .guinot-image-left {
    height: 300px;
  }

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

  .dermaclear-section-1.mt-75 {
    margin-top: 0;
    padding-top: 0;
  }

  .dermaclear-section-2.mt-120 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .dermaclear-main-header {
    font-size: 1.8em;
  }

  .dermaclear-main-sub-header {
    font-size: 2.5em;
    line-height: 50px;
  }

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

  .dermaclear-list-title {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
  }

  .dermaclear-image-left {
    height: 300px;
  }

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

  .dermapen-section-1.mt-75 {
    margin-top: 0;
    padding-top: 0;
  }

  .dermapen-section-2.mt-120 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .dermapen-main-header {
    font-size: 1.8em;
  }

  .dermapen-main-sub-header {
    font-size: 2.5em;
    line-height: 50px;
  }

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

  .dermapen-list-title {
    font-size: 16px;
    line-height: 25px;
  }

  .dermapen-image-left {
    height: 300px;
  }

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

  .hemijski-piling-section-1.mt-75 {
    margin-top: 0;
    padding-top: 0;
  }

  .hemijski-piling-section-2.mt-120 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hemijski-piling-main-header {
    font-size: 1.8em;
  }

  .hemijski-piling-main-sub-header {
    font-size: 2.5em;
    line-height: 50px;
  }

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

  .hemijski-piling-list-title {
    font-size: 16px;
    line-height: 25px;
  }

  .hemijski-piling-image-left {
    height: 300px;
  }

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

  .cenovnik-section-1.mt-75 {
    margin-top: 0;
    padding-top: 0;
  }

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

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .inner-container._400px {
    max-width: none;
  }

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

  .kontakt-section-2.position-relative {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .grid-2-columns.contact-v1 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .half-bg-right {
    width: 100%;
    height: 40%;
    inset: auto 0% 0%;
  }

  .half-bg-right.width-36, .card-link-icon {
    width: 100%;
  }

  .get-in-touch-wrapper {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .kontakt-section-1.mt-75 {
    margin-top: 80px;
    padding-top: 0;
  }

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

  .hero-background.laser-centar, .hero-background.alma-laser, .hero-background.light-sheer, .hero-background.botox, .hero-background.hijaluronski-fileri, .hero-background.mezoterapija-sa-iglom, .hero-background.niti, .hero-background.guinot, .hero-background.dermaclear, .hero-background.dermapen, .hero-background.hemijski-piling {
    z-index: 1;
  }

  .menu-mob {
    color: #fff;
    background-color: #b3ae8d;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #262626;
  }

  .dropdown-link-mobile {
    color: #5f727f;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .dropdown-link-mobile.dropdown-border-bottom {
    color: #5f727f;
    border-bottom: 1px solid #dfe5e8;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

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

  .mobi-logo {
    width: 130px;
  }

  .mobile-toggle, .mobile-nav-link {
    color: #3c3950;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .mobile-nav-link.mobi-list-top {
    border-bottom: 0 solid #b3ae8d4d;
  }

  .mobile-nav-link.current {
    color: #333;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .mobile-nav {
    z-index: 0;
    background-color: #dfe5e8;
    padding-top: 0;
    box-shadow: inset 0 20px 8px -20px #53535380;
  }

  .navigation-mob {
    z-index: 5;
    background-color: #fff;
    border-bottom: 0 solid #000;
    flex-direction: row;
    justify-content: center;
    height: 80px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
    position: relative;
    box-shadow: 0 2px 5px #000000e6;
  }

  .code-embed-alma-laser, .code-embed-2 {
    height: 300px;
  }

  .estetski-tretmani-section-1.mt-120, .kozmetologija-section-1.mt-120 {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .sub-content-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .top-bar-container {
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
  }

  .top-bar-container.top-bar-2.preview-page {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-bar-text {
    max-width: 90%;
  }

  .top-bar-link {
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .container-default {
    padding-left: 50px;
    padding-right: 50px;
  }

  .header-logo {
    max-width: 90%;
  }

  .grid-slide-1 {
    grid-template-columns: 2fr auto;
  }

  .header-slide-1 {
    font-size: 45px;
    line-height: 45px;
  }

  .slide-1-m {
    background-image: linear-gradient(99deg, #000000e6, #0003 100%, #b2e5ff33 20%), url('../images/1920x1080_1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .animation2-2 {
    text-align: center;
    font-size: 70px;
  }

  .dev-letter {
    font-size: 4em;
  }

  .animation1 {
    font-size: 70px;
  }

  .sub-title {
    font-size: 17px;
  }

  .main-hero_heading {
    font-size: 3.5em;
  }

  .main-hero_heading.sub.center.laser-centar, .main-hero_heading.sub.center.estetski-tretmani {
    max-width: none;
    font-size: 2em;
  }

  .section-2-quote {
    line-height: 35px;
  }

  .card.content-left.laser-centar, .card.content-left.estetika, .card.content-left.kozmetologija, .card.content-left.tretmani {
    height: 400px;
  }

  .card.form {
    min-height: auto;
    padding: 56px 32px;
  }

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

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .section-4-main-header {
    line-height: 35px;
  }

  .section-4-main-sub-header {
    line-height: 55px;
  }

  .feature-text-block {
    width: 100%;
  }

  .browser-mockup-left {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    left: 0;
  }

  .browser-mockup-left.small {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 0;
    position: static;
  }

  .browser-mockup-right {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    right: 0;
  }

  .browser-mockup-right.small {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
    position: static;
  }

  .main-hero_heading-section-6, .main-hero_heading-section-6-top {
    font-size: 3.5em;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-packages {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .button-package-price.pricing-button {
    margin-top: 10px;
  }

  .pricing-block {
    height: 550px;
    padding: 30px;
  }

  .pricing-block.image {
    height: 550px;
    padding-top: 50px;
  }

  .pricing-block.two {
    margin-bottom: 110px;
  }

  .pricing-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .package-pricing {
    margin-bottom: 20px;
  }

  .section-7-main-header {
    font-size: 3em;
    line-height: 55px;
  }

  .content-section-block.left {
    float: none;
  }

  .section-title-wrapper-2 {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-wrapper-2.full {
    margin-bottom: 30px;
  }

  .half-image-section {
    width: 100%;
    height: 250px;
  }

  .half-image-section.right {
    height: 400px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .half-content-section {
    width: 100%;
    height: auto;
    padding: 25px;
  }

  .half-content-section.left {
    border-top: 1px solid #ececec;
    height: 350px;
    padding: 30px;
  }

  .main-hero_heading-section-8 {
    font-size: 3.5em;
  }

  .contact-info-title {
    font-weight: 400;
  }

  .contact-section-overlay {
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-9-header {
    line-height: 40px;
  }

  .section-9-content {
    line-height: 25px;
  }

  .footer-row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-menu-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-social-col-right {
    text-align: center;
    padding-top: 10px;
    padding-left: 0;
  }

  .footer-logo-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .o-name-main-sub-header {
    margin-bottom: 50px;
  }

  .team2-profile-card {
    padding: 30px 40px;
  }

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

  .hero-background-laser-centar {
    background-image: none;
  }

  .hero-block-overlay {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .hero-block-overlay.business {
    padding: 50px;
  }

  .grid-slide-laser-centar {
    grid-template-columns: 2fr auto;
  }

  .laser-centar-main-sub-header {
    font-size: 2em;
  }

  .accordion-arrow-wrap---laser-centar {
    width: 40px;
    min-height: 40px;
  }

  .accordion-paragraph---laser-centar {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .accordion-item-title---laser-centar {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-item---laser-centar.accordion-1---laser-centar {
    margin-bottom: 16px;
    padding: 32px;
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .accordion-item-wrapper.v2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-side.right-side {
    margin-left: 16px;
  }

  .alma-laser-title {
    font-size: 20px;
    line-height: 30px;
  }

  .alma-laser-features-list {
    margin-top: 10px;
  }

  .alma-laser-list-title {
    font-size: 16px;
    line-height: 30px;
  }

  .hero-background-light-sheer {
    background-image: none;
  }

  .light-sheer-title {
    font-size: 20px;
    line-height: 30px;
  }

  .light-sheer-features-list {
    margin-top: 10px;
  }

  .sub-title-border-wrapper {
    font-size: 20px;
    line-height: 30px;
  }

  .hero-background-botox {
    background-image: none;
  }

  .botox-title {
    font-size: 20px;
    line-height: 30px;
  }

  .botox-features-list {
    margin-top: 10px;
  }

  .botox-list-title {
    font-size: 16px;
    line-height: 30px;
  }

  .hijaluronski-fileri-title {
    font-size: 20px;
    line-height: 30px;
  }

  .hijaluronski-fileri-section-3-content-features-list {
    margin-top: 10px;
  }

  .light-sheer-list-title, .hijaluronski-fileri-list-title {
    font-size: 16px;
    line-height: 30px;
  }

  .hero-background-alma-laser, .hero-background-hijaluronski-fileri {
    background-image: none;
  }

  .mezoterapija-sa-iglom-title {
    font-size: 20px;
    line-height: 30px;
  }

  .mezoterapija-sa-iglom-section-3-content-features-list {
    margin-top: 10px;
  }

  .mezoterapija-sa-iglom-list-icon {
    margin-top: 5px;
  }

  .mezoterapija-sa-iglom-list-title {
    font-size: 16px;
    line-height: 30px;
  }

  .hero-background-mezoterapija-sa-iglom, .hero-background-niti {
    background-image: none;
  }

  .niti-title {
    font-size: 20px;
    line-height: 30px;
  }

  .hero-background-guinot {
    background-image: none;
  }

  .guinot-title {
    font-size: 20px;
    line-height: 30px;
  }

  .guinot-section-3-content-features-list {
    margin-top: 10px;
  }

  .hero-background-dermaclear {
    background-image: none;
  }

  .dermaclear-title {
    font-size: 20px;
    line-height: 30px;
  }

  .dermaclear-section-3-content-features-list {
    margin-top: 10px;
  }

  .dermaclear-list-title {
    font-size: 16px;
    line-height: 30px;
  }

  .hero-background-dermapen {
    background-image: none;
  }

  .dermapen-title {
    font-size: 20px;
    line-height: 30px;
  }

  .dermapen-section-3-content-features-list {
    margin-top: 10px;
  }

  .dermapen-list-title {
    font-size: 16px;
    line-height: 30px;
  }

  .hero-background-hemijski-piling {
    background-image: none;
  }

  .hemijski-piling-title {
    font-size: 20px;
    line-height: 30px;
  }

  .hemijski-piling-section-3-content-features-list {
    margin-top: 10px;
  }

  .hemijski-piling-list-title {
    font-size: 16px;
    line-height: 30px;
  }

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

  .pricing-wrapper {
    display: block;
  }

  .help {
    display: none;
  }

  .text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .text-area {
    border-radius: 18px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

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

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .grid-2-columns.contact-v1 {
    grid-row-gap: 50px;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .kontakt-main-sub-header {
    font-size: 3em;
  }

  .hero-background {
    background-image: none;
  }

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

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

  .sub-content-wrapper {
    padding: 30px;
  }

  .text-301 {
    font-size: 16px;
    line-height: 18px;
  }

  .privacy_content_wrapper-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-header-privacy-policy-2 {
    margin-top: 0;
  }

  .content_wrapper-2 {
    padding-left: 40px;
  }

  .o-nama-image {
    max-width: 100%;
  }

  .top-bar-container {
    justify-content: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 1.5;
  }

  .top-bar-container.top-bar-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-bar-text {
    max-width: 85%;
  }

  .top-bar-link {
    justify-content: flex-start;
    width: 25%;
    margin-top: 16px;
  }

  .content_wrapper {
    padding-left: 40px;
  }

  .privacy_content_wrapper-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .privacy_content_wrapper-3.padding-50 {
    padding: 10px 20px;
  }

  .content_wrapper-3 {
    padding-left: 40px;
  }

  .privacy_content_wrapper-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .privacy_content_wrapper-4.padding-50 {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 479px) {
  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-logo {
    max-width: 86%;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .grid-slide-1 {
    grid-template-columns: minmax(200px, 100%);
    place-items: start center;
    padding: 0 30px;
  }

  .text-block-slide-1 {
    font-size: 18px;
    line-height: 25px;
  }

  .slide-2-m {
    background-image: linear-gradient(#00000080, #00000080), url('../images/1920x1080_2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 450px;
  }

  .slide-3-m {
    background-image: linear-gradient(#00000080, #00000080), url('../images/1920x1080_3.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 450px;
  }

  .header-slide-1 {
    font-size: 35px;
    line-height: 40px;
  }

  .div-block-content-left-slide-1 {
    margin-top: auto;
  }

  .div-block-content-left-slide-1.center {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-4fb {
    height: 450px;
  }

  .slide-1-m {
    background-image: linear-gradient(#00000080, #00000080), url('../images/1920x1080_1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 450px;
  }

  .animation2-2 {
    letter-spacing: -1px;
    font-size: 46px;
  }

  .dev-letter {
    font-size: 2em;
  }

  .animation1 {
    letter-spacing: -1px;
    font-size: 50px;
  }

  .sub-title {
    font-size: 14px;
  }

  .main-hero_heading {
    text-align: center;
    max-width: 20em;
    margin-top: 0;
    font-size: 2.3em;
  }

  .main-hero_heading.sub {
    font-size: 1.8em;
  }

  .main-hero_heading.sub.center, .main-hero_heading.sub.center.laser-centar {
    font-size: 2em;
  }

  .main-hero_heading.sub.center.mezoterapija-sa-iglom, .main-hero_heading.sub.center.kontakt {
    max-width: none;
  }

  .main-hero_heading.sub.center.estetski-tretmani {
    font-size: 1.3em;
  }

  .main-hero_heading.center {
    text-align: center;
    font-size: 2em;
  }

  .main-hero_heading.center.laser-centar {
    max-width: none;
    font-size: 1.8em;
  }

  .main-hero_heading.center.laser-centar._4-face {
    display: none;
  }

  .header-button {
    border-width: 2px;
    font-weight: 600;
  }

  .button-wrapper {
    text-align: center;
  }

  .slide-4-m {
    background-image: linear-gradient(#00000080, #00000080), url('../images/3-1_mini1mini.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 450px;
  }

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

  .header {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 2em;
  }

  .section-2-quote {
    font-size: 2.5em;
  }

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

  .card.content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.form {
    padding-left: 23px;
    padding-right: 23px;
  }

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

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

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

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .section-4-wrapper {
    padding: 20px 50px;
  }

  .divider-wrap.is-s {
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon-20.section-4-icon {
    border-width: 0;
    width: 50px;
    height: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .header-top {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-4-main-header {
    margin-bottom: 30px;
    font-size: 1.5em;
    line-height: 30px;
  }

  .section-4-main-sub-header {
    text-transform: capitalize;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 1.6em;
    line-height: 40px;
  }

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

  .main-feature-title {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 32px;
  }

  .section-5-button {
    border-width: 2px;
    margin-top: 20px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
  }

  .section-5-button._2 {
    margin-left: 4px;
  }

  .browser-mockup-left.small.laser-centar-1 {
    margin-bottom: 30px;
  }

  .browser-mockup-left.small.home {
    margin-top: 20px;
  }

  .section-5-main-header {
    padding-bottom: 20px;
    font-size: 1.8em;
    line-height: 40px;
  }

  .button {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .browser-mockup-right.small.laser-centar-2 {
    margin-bottom: 30px;
  }

  .section-6-background {
    height: 500px;
    padding: 0 20px 20px;
  }

  .main-hero_heading-section-6 {
    font-size: 2.4em;
  }

  .main-hero_heading-section-6.sub-section-6.right {
    font-size: 1.8em;
  }

  .div-block-content-right-section-6 {
    padding-right: 0;
  }

  .main-hero_heading-section-6-top {
    font-size: 2.4em;
  }

  .main-hero_heading-section-6-top.right {
    margin-top: 0;
    font-size: 2.5em;
  }

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

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-packages {
    font-size: 25px;
    line-height: 26px;
  }

  .section-7-columns {
    margin-top: 100px;
  }

  .button-package-price {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .pricing-block, .pricing-block.image {
    height: 650px;
  }

  .pricing-block.one, .pricing-block.two {
    margin-bottom: 100px;
    padding: 0;
  }

  .pricing-block.three {
    padding: 0;
  }

  .section-7-main-header {
    margin-bottom: 10px;
    font-size: 2em;
    line-height: 45px;
  }

  .section-7-top-background-header {
    font-size: 1.8em;
  }

  .intro-paragraph {
    line-height: 23px;
  }

  .section-title-wrapper-2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-wrapper-2.full {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .section-title {
    font-size: 25px;
    line-height: 26px;
  }

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

  .main-hero_heading-section-8 {
    font-size: 2.4em;
  }

  .main-hero_heading-section-8.sub-section-8.right {
    margin-top: 0;
  }

  .contact-info-title {
    font-weight: 300;
  }

  .section-8-icon {
    margin-right: 10px;
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .footer-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-copyright {
    font-weight: 600;
  }

  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }

  .footer-logo-column-left {
    padding-bottom: 10px;
  }

  .o-name-main-header {
    margin-bottom: 30px;
    font-size: 1.5em;
    line-height: 30px;
  }

  .o-name-main-sub-header {
    margin-bottom: 30px;
    font-size: 2em;
    line-height: 40px;
  }

  .o-nama-image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .o-nama-quote {
    font-size: 2em;
    line-height: 35px;
  }

  .o-name-section-2 {
    display: none;
  }

  .paragraph {
    font-size: 16px;
  }

  .team2-profile-card {
    height: auto;
    padding: 20px;
  }

  .btn {
    text-align: center;
    display: block;
  }

  .wrap.w50 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-background-laser-centar {
    background-image: none;
  }

  .hero-block-overlay {
    padding: 90px 25px 40px;
  }

  .hero-block-overlay.business {
    text-align: center;
    height: 200px;
    padding: 20px;
  }

  .container-6 {
    padding-top: 50px;
  }

  .laser-centar-main-header {
    font-size: 1.3em;
    line-height: 30px;
  }

  .laser-centar-icon-top-wrapper {
    padding-bottom: 30px;
  }

  .laser-centar-main-sub-header {
    text-transform: none;
    font-size: 1.4em;
    line-height: 35px;
  }

  .laser-centar-main-header-1 {
    padding-bottom: 20px;
    font-size: 1.8em;
    line-height: 40px;
  }

  .laser-centar-wrapper-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .accordion-paragraph---laser-centar {
    max-width: 100%;
  }

  .accordion-item-title---laser-centar {
    max-width: 70%;
    font-size: 20px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .alma-laser-main-sub-header {
    font-size: 1.4em;
    line-height: 35px;
  }

  .alma-laser-main-header {
    margin-bottom: 30px;
    font-size: 1.3em;
  }

  .alma-laser-trust-wrapper {
    padding: 20px 15px;
  }

  .alma-laser-title {
    font-size: 18px;
    line-height: 26px;
  }

  .alma-laser-features-list {
    width: 100%;
    margin-top: 1px;
  }

  .alma-laser-list-icon {
    width: 13px;
    top: 2px;
  }

  .alma-laser-list-title {
    line-height: 20px;
  }

  .hero-background-light-sheer {
    background-image: none;
  }

  .light-sheer-main-header {
    margin-bottom: 30px;
    font-size: 1.3em;
  }

  .light-sheer-main-sub-header {
    margin-bottom: 30px;
    font-size: 1.4em;
    line-height: 35px;
  }

  .light-sheer-trust-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .light-sheer-title {
    font-size: 18px;
    line-height: 26px;
  }

  .light-sheer-main-header-1 {
    font-size: 1.8em;
  }

  .light-sheer-features-list {
    width: 100%;
    margin-top: 1px;
  }

  .sub-title-border-wrapper {
    font-size: 18px;
    line-height: 26px;
  }

  .section-4-button {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .section-4-button._2 {
    margin-left: 4px;
  }

  .hero-background-botox {
    background-image: none;
  }

  .botox-main-header {
    margin-bottom: 30px;
    font-size: 1.3em;
  }

  .botox-main-sub-header {
    margin-bottom: 30px;
    font-size: 1.4em;
    line-height: 35px;
  }

  .botox-trust-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .botox-title {
    font-size: 18px;
    line-height: 26px;
  }

  .botox-main-header-1 {
    font-size: 1.8em;
  }

  .botox-features-list {
    width: 100%;
    margin-top: 1px;
  }

  .botox-list-title {
    line-height: 25px;
  }

  .botox-list {
    padding-left: 20px;
  }

  .hijaluronski-fileri-section-1.mt-75 {
    position: relative;
  }

  .hijaluronski-fileri-icon-top-wrapper {
    padding-bottom: 30px;
  }

  .hijaluronski-fileri-main-header {
    font-size: 1.3em;
  }

  .hijaluronski-fileri-main-sub-header {
    margin-bottom: 30px;
    font-size: 1.4em;
    line-height: 35px;
  }

  .hijaluronski-fileri-trust-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hijaluronski-fileri-title {
    font-size: 18px;
    line-height: 26px;
  }

  .hijaluronski-fileri-main-header-1 {
    font-size: 1.4em;
    line-height: 35px;
  }

  .hijaluronski-fileri-section-3-content-features-list {
    width: 100%;
    margin-top: 1px;
  }

  .light-sheer-list-icon {
    width: 13px;
    top: 6px;
  }

  .light-sheer-list-title {
    line-height: 25px;
  }

  .botox-list-icon {
    width: 13px;
    top: 2px;
  }

  .hijaluronski-fileri-feature-list-item {
    margin-top: 0;
  }

  .hijaluronski-fileri-list-icon {
    width: 13px;
    top: 6px;
  }

  .hijaluronski-fileri-list-title {
    line-height: 25px;
  }

  .hero-background-alma-laser, .hero-background-hijaluronski-fileri {
    background-image: none;
  }

  .mezoterapija-sa-iglom-icon-top-wrapper {
    padding-bottom: 30px;
  }

  .mezoterapija-sa-iglom-main-header {
    margin-bottom: 30px;
    font-size: 1.3em;
  }

  .mezoterapija-sa-iglom-main-sub-header {
    margin-bottom: 30px;
    font-size: 1.4em;
    line-height: 35px;
  }

  .mezoterapija-sa-iglom-trust-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mezoterapija-sa-iglom-title {
    font-size: 18px;
    line-height: 26px;
  }

  .mezoterapija-sa-iglom-main-header-1 {
    font-size: 1.4em;
    line-height: 35px;
  }

  .mezoterapija-sa-iglom-section-3-content-features-list {
    width: 100%;
    margin-top: 1px;
  }

  .mezoterapija-sa-iglom-list-icon {
    width: 13px;
    margin-top: 6px;
    top: 2px;
  }

  .mezoterapija-sa-iglom-list-title {
    line-height: 25px;
  }

  .hero-background-mezoterapija-sa-iglom, .hero-background-niti {
    background-image: none;
  }

  .niti-icon-top-wrapper {
    padding-bottom: 30px;
  }

  .niti-main-header {
    margin-bottom: 30px;
    font-size: 1.3em;
  }

  .niti-main-sub-header {
    margin-bottom: 30px;
    font-size: 1.4em;
    line-height: 35px;
  }

  .niti-trust-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .niti-title {
    font-size: 18px;
    line-height: 26px;
  }

  .hero-background-guinot {
    background-image: none;
  }

  .guinot-icon-top-wrapper {
    padding-bottom: 30px;
  }

  .guinot-main-header {
    margin-bottom: 30px;
    font-size: 1.3em;
  }

  .guinot-main-sub-header {
    margin-bottom: 30px;
    font-size: 1.4em;
    line-height: 35px;
  }

  .guinot-trust-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .guinot-title {
    font-size: 18px;
    line-height: 26px;
  }

  .guinot-main-header-1 {
    font-size: 1.4em;
    line-height: 35px;
  }

  .guinot-section-3-content-features-list {
    width: 100%;
    margin-top: 1px;
  }

  .hero-background-dermaclear {
    background-image: none;
  }

  .dermaclear-main-header {
    margin-bottom: 30px;
    font-size: 1.3em;
  }

  .dermaclear-main-sub-header {
    margin-bottom: 30px;
    font-size: 1.4em;
    line-height: 35px;
  }

  .dermaclear-trust-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dermaclear-title {
    font-size: 18px;
    line-height: 26px;
  }

  .dermaclear-main-header-1 {
    font-size: 1.8em;
    line-height: 35px;
  }

  .dermaclear-section-3-content-features-list {
    width: 100%;
    margin-top: 1px;
  }

  .dermaclear-list-icon {
    width: 13px;
    top: 6px;
  }

  .dermaclear-list-title {
    line-height: 25px;
  }

  .hero-background-dermapen {
    background-image: none;
  }

  .dermapen-icon-top-wrapper {
    padding-bottom: 30px;
  }

  .dermapen-main-header {
    margin-bottom: 30px;
    font-size: 1.3em;
  }

  .dermapen-main-sub-header {
    font-size: 1.4em;
    line-height: 35px;
  }

  .dermapen-trust-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dermapen-title {
    font-size: 18px;
    line-height: 26px;
  }

  .dermapen-main-header-1 {
    font-size: 1.4em;
    line-height: 35px;
  }

  .dermapen-section-3-content-features-list {
    width: 100%;
    margin-top: 1px;
  }

  .dermapen-list-icon {
    width: 13px;
    top: 6px;
  }

  .dermapen-list-title {
    line-height: 25px;
  }

  .hero-background-hemijski-piling {
    background-image: none;
  }

  .hemijski-piling-icon-top-wrapper {
    padding-bottom: 30px;
  }

  .hemijski-piling-main-header {
    margin-bottom: 30px;
    font-size: 1.3em;
  }

  .hemijski-piling-main-sub-header {
    margin-bottom: 30px;
    font-size: 1.4em;
    line-height: 35px;
  }

  .hemijski-piling-trust-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hemijski-piling-title {
    font-size: 18px;
    line-height: 26px;
  }

  .hemijski-piling-main-header-1 {
    font-size: 1.8em;
    line-height: 35px;
  }

  .hemijski-piling-section-3-content-features-list {
    width: 100%;
    margin-top: 1px;
  }

  .hemijski-piling-list-icon {
    width: 13px;
    top: 2px;
  }

  .hemijski-piling-list-title {
    line-height: 25px;
  }

  .cenovnik-section-1.mt-75 {
    margin-top: 0;
    padding-top: 50px;
    position: relative;
  }

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

  .container-video-cenovnik {
    max-width: none;
  }

  .cenovnik-section-2 {
    position: relative;
  }

  .cenovnik-section-1-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-line-break {
    height: 50px;
    padding: 10px;
  }

  .pricing-line-break-top {
    padding-left: 15px;
  }

  .grid-pricing {
    grid-template-columns: 70% 30%;
  }

  .pricing-table-cell {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-pricing {
    font-weight: 500;
  }

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

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

  .kontakt-section-2.position-relative {
    padding-top: 50px;
  }

  .grid-2-columns.contact-v1 {
    grid-row-gap: 50px;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .square-icon.mg-right-16px.mg-bottom-16px-mb {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .card-link-icon {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .input {
    background-color: #fff;
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .kontakt-main-sub-header {
    margin-bottom: 10px;
    font-size: 2em;
  }

  .icon-top-wrapper.o-name {
    padding-bottom: 30px;
  }

  .hero-background {
    background-image: none;
  }

  .hero-background.laser-centar, .hero-background.alma-laser, .hero-background.light-sheer, .hero-background.botox, .hero-background.hijaluronski-fileri {
    z-index: 1;
  }

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

  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mobile-nav-link, .mobile-nav-link.current {
    color: #333;
  }

  .navigation-container-mob {
    max-width: none;
  }

  .navigation-mob {
    z-index: 999999999;
    width: 100%;
  }

  .cell {
    display: none;
  }

  .estetski-tretmani-section-1.mt-120 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-estetski-tretmani {
    display: none;
  }

  .estetski-tretmani-main-header {
    padding-bottom: 20px;
    font-size: 1.8em;
    line-height: 40px;
  }

  .kozmetologija-section-1.mt-120 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .kozmetologija-main-header {
    padding-bottom: 20px;
    font-size: 1.8em;
    line-height: 40px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_component {
    display: none;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .privacy_content_wrapper {
    border-width: 0;
    max-width: 100%;
    padding: 0;
  }

  .listed-item-privacy-policy {
    text-align: justify;
  }

  .sub-header-privacy-policy-2 {
    letter-spacing: 0;
    font-size: 20px;
  }

  .sub-content-wrapper {
    padding: 30px;
  }

  .text-301.bold.color-accent-1 {
    line-height: 25px;
  }

  .privacy_content_wrapper-2 {
    text-align: justify;
    border-width: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .main-header-privacy-policy-2 {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .content_wrapper-2 {
    flex: 1;
    padding-left: 0;
  }

  .header_section_wrapper {
    align-items: flex-start;
  }

  .list-privacy-policy {
    padding-left: 15px;
  }

  .top-bar-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .top-bar-container.top-bar-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-bar-text {
    max-width: 100%;
  }

  .top-bar-link {
    justify-content: flex-start;
    width: 40%;
    margin-top: 12px;
    display: flex;
  }

  .paragraph_centered {
    text-align: left;
  }

  .content_wrapper {
    flex: 1;
    padding-left: 24px;
  }

  .privacy_content_wrapper-3 {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .privacy_content_wrapper-3.padding-50 {
    border-width: 0;
    padding: 0;
  }

  .heading-20 {
    text-align: left;
  }

  .list-2 {
    padding-left: 20px;
  }

  .content_wrapper-3 {
    flex: 1;
    padding-left: 24px;
  }

  .privacy_content_wrapper-4 {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .privacy_content_wrapper-4.padding-50 {
    border-width: 0;
    padding: 0;
  }

  .heading-21 {
    text-align: left;
  }

  .list-14 {
    padding-left: 20px;
  }
}

#w-node-d60b382a-3bde-200b-1f3b-392b7ebbddec-30de070d {
  justify-self: auto;
}

#w-node-_03fe5587-fa60-b2ab-587e-b4c5a0341e46-30de070d, #w-node-_72316747-a58d-943f-a1bc-2717646a39c9-30de070d, #w-node-e90b7b26-46e3-4d3f-41cd-5b2b50352a7c-30de070d, #w-node-b180a05e-ed75-d0e8-46e0-fc572e39a7a9-30de070d {
  place-self: center;
}

#w-node-f2139ed0-d9f7-8609-e062-3fbf50b42e79-30de070d, #w-node-ea1e37a0-440b-cf0a-d027-cf311a77da61-30de070d, #w-node-_3f06b73e-a4f0-28f6-6638-e0f2a64b328c-30de070d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-b008bd44-2051-0081-edb9-cf40eaf83a38-eaf83a35 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-d18a96fa-7a2c-4c4f-b1e7-7d268a108459-d405fac8, #w-node-d18a96fa-7a2c-4c4f-b1e7-7d268a108461-d405fac8, #w-node-d18a96fa-7a2c-4c4f-b1e7-7d268a108469-d405fac8, #w-node-dc2b8e88-2d87-8d84-b6fa-32b023bf41e4-d405fac8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f37f16ef-d375-a81d-07f2-51b8b0af9095-3048772c, #w-node-_87bf9e24-7b3d-d5b4-095d-6bc592375e7a-d6817c38, #w-node-_7946fc5c-2fe7-05de-7a09-bef8ae3b156e-9a48dc9e, #w-node-_5b5052a6-4129-43e3-c05f-261b8e4da6f3-56bddbb6, #w-node-_0fa3cb89-481d-f9ff-d14e-40dd92821e04-ebc7e8f4, #w-node-cdbb7092-ed8a-0635-b3cd-d5a6dd95f86b-07d893fb, #w-node-f1abe6d5-b40e-dd20-e2a6-4a162a242645-d26b68a9, #w-node-_6ffce655-782a-75f6-c206-b9622a303ce8-ce2cebd6, #w-node-_8151a01e-2eb7-c537-a457-4c4745800353-26a5c898, #w-node-dbddb274-7aa0-7940-5247-e2225ab7418b-0be197f7, #w-node-_2471fa20-3df9-8c5e-29c4-2f8ed6aa52b0-9efefd4e {
  justify-self: center;
}

#w-node-_97ffb1fa-40a6-0f53-102c-0679b6099b69-7aaa061f {
  align-self: center;
}

#w-node-_25de6e86-df76-321c-5cd5-506c047ffe4d-ceb1a911 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25de6e86-df76-321c-5cd5-506c047ffe51-ceb1a911 {
  justify-self: start;
}

#w-node-_0c6fbdf2-6d17-06f7-e167-92128cda2fe3-fa6dd707, #w-node-_0c6fbdf2-6d17-06f7-e167-92128cda2fe3-9bb31e92, #w-node-_63ed9840-ed34-237c-51f4-b135024b7416-dc340978 {
  justify-self: center;
}

#w-node-_489c1925-ddec-84c0-af31-76e6363fc51f-dc340978 {
  align-self: center;
}

#w-node-d60b382a-3bde-200b-1f3b-392b7ebbddec-310877e5 {
  justify-self: auto;
}

#w-node-_03fe5587-fa60-b2ab-587e-b4c5a0341e46-310877e5, #w-node-_72316747-a58d-943f-a1bc-2717646a39c9-310877e5, #w-node-e90b7b26-46e3-4d3f-41cd-5b2b50352a7c-310877e5, #w-node-b180a05e-ed75-d0e8-46e0-fc572e39a7a9-310877e5 {
  place-self: center;
}

#w-node-f2139ed0-d9f7-8609-e062-3fbf50b42e79-310877e5, #w-node-ea1e37a0-440b-cf0a-d027-cf311a77da61-310877e5, #w-node-_3f06b73e-a4f0-28f6-6638-e0f2a64b328c-310877e5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-a844995d-5b54-1ac9-c7ae-4ba3a3e4c517-a3e4c514 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-d18a96fa-7a2c-4c4f-b1e7-7d268a108459-16742c0d, #w-node-d18a96fa-7a2c-4c4f-b1e7-7d268a108461-16742c0d, #w-node-d18a96fa-7a2c-4c4f-b1e7-7d268a108469-16742c0d, #w-node-dc2b8e88-2d87-8d84-b6fa-32b023bf41e4-16742c0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c6fbdf2-6d17-06f7-e167-92128cda2fe3-63c1cbe1, #w-node-f37f16ef-d375-a81d-07f2-51b8b0af9095-eadd7dc5, #w-node-_87bf9e24-7b3d-d5b4-095d-6bc592375e7a-a53f2e89, #w-node-_0c6fbdf2-6d17-06f7-e167-92128cda2fe3-a9f81937, #w-node-_7946fc5c-2fe7-05de-7a09-bef8ae3b156e-af05dfa5, #w-node-_5b5052a6-4129-43e3-c05f-261b8e4da6f3-e61da2b2, #w-node-_0fa3cb89-481d-f9ff-d14e-40dd92821e04-608ec0fd, #w-node-cdbb7092-ed8a-0635-b3cd-d5a6dd95f86b-1e9c29b5, #w-node-f1abe6d5-b40e-dd20-e2a6-4a162a242645-9fd31d88, #w-node-_6ffce655-782a-75f6-c206-b9622a303ce8-1d9132e4, #w-node-_8151a01e-2eb7-c537-a457-4c4745800353-72c3ced2, #w-node-dbddb274-7aa0-7940-5247-e2225ab7418b-9f8a2cc5, #w-node-_2471fa20-3df9-8c5e-29c4-2f8ed6aa52b0-adf694b9 {
  justify-self: center;
}

#w-node-_97ffb1fa-40a6-0f53-102c-0679b6099b69-5aee4a42 {
  align-self: center;
}

#w-node-_25de6e86-df76-321c-5cd5-506c047ffe4d-b7be55af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25de6e86-df76-321c-5cd5-506c047ffe51-b7be55af {
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-b008bd44-2051-0081-edb9-cf40eaf83a38-eaf83a35 {
    grid-template-rows: auto;
    grid-template-columns: 100% 1fr;
  }

  #w-node-_25de6e86-df76-321c-5cd5-506c047ffe4d-ceb1a911 {
    grid-column: span 1 / span 1;
  }

  #w-node-a844995d-5b54-1ac9-c7ae-4ba3a3e4c517-a3e4c514 {
    grid-template-rows: auto;
    grid-template-columns: 100% 1fr;
  }

  #w-node-_25de6e86-df76-321c-5cd5-506c047ffe4d-b7be55af {
    grid-column: span 1 / span 1;
  }
}


