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

body {
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #404040;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #404040;
  font-size: 9rem;
  line-height: 81%;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -1px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #404040;
  font-size: 6rem;
  line-height: 90%;
  font-style: italic;
  font-weight: 600;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: liebedoni-solid, sans-serif;
  font-size: 2.5rem;
  line-height: 130%;
  font-weight: 400;
  letter-spacing: -1px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #fd0;
  font-size: 2.2rem;
  line-height: 2.7rem;
  font-style: italic;
  font-weight: 500;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.4rem;
  line-height: 20px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 140%;
  font-weight: 700;
}

p {
  max-width: 800px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 150%;
  letter-spacing: 0px;
  white-space: normal;
}

a {
  position: relative;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #404040;
  font-size: 13px;
  text-decoration: underline;
}

ul {
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 29px;
  line-height: 30px;
  font-style: italic;
  font-weight: 600;
  list-style-type: disc;
}

li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

strong {
  font-family: 'Barlow Condensed', sans-serif;
  color: #404040;
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
}

em {
  font-style: italic;
}

.header-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 240px;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: hsla(0, 0%, 100%, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-line {
  position: static;
  top: 60px;
  width: 100%;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.center-space-between-1500 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1500px;
  min-height: 110px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-text {
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #ccc;
  font-size: 14px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.footer-text-light {
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #ccc;
  font-size: 12px;
}

.center-center-1500 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1500px;
  min-height: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal-left-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zuto-side {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  height: 100vh;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fd0;
  background-image: linear-gradient(45deg, #fd0, #ffe850);
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  font-size: 100vh;
}

._70-percent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  margin-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-heder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  margin-top: 140px;
  font-size: 1em;
}

.header-vertical-text {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  color: #404040;
  font-size: 9vw;
  line-height: 80%;
}

.header-vertical-text.outline {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-right: 0px;
  margin-left: 0px;
  font-family: liebedoni-outline, sans-serif;
  font-size: 4vw;
  line-height: 60%;
  font-weight: 400;
  text-align: center;
}

.red-dots-header {
  position: absolute;
  left: auto;
  top: 0%;
  right: -21%;
  bottom: 0%;
  z-index: 1;
  width: 40%;
}

.logo-header-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.home-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 24vh;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.v-left._70 {
  width: 60%;
}

.h-ontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 78%;
  max-width: 1500px;
  min-width: 960px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.h-ontainer.paralax {
  z-index: 1;
  height: 70vh;
  margin-top: -110px;
  margin-bottom: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 3px;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: minmax(200px, 369px) 30vh 50vh auto;
  grid-template-rows: minmax(200px, 369px) 30vh 50vh auto;
}

.grid-wrapper {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-image {
  width: 110%;
  height: 120%;
  max-width: 110%;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  text-decoration: none;
}

.zuti-ram-grid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fd0;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.35);
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 12vw;
  padding-bottom: 35vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  z-index: -1;
  margin-left: 5vw;
  -webkit-transform: rotate(-29deg);
  -ms-transform: rotate(-29deg);
  transform: rotate(-29deg);
}

.menu-home-wrapper {
  position: absolute;
  left: auto;
  top: -14%;
  right: 0%;
  bottom: auto;
  z-index: -2;
  width: 50vw;
  max-width: 1400px;
  padding: 39px;
}

.bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1a1a;
}

.box-number-wrapper {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: -125px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 250px;
  height: 250px;
  margin-left: -3px;
  padding-right: 17px;
  padding-left: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #fd0;
  border-radius: 3px;
  background-color: #1a1a1a;
  text-decoration: none;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 12px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fd0;
  border-radius: 4px;
  text-decoration: none;
}

.button.absolute {
  position: absolute;
  margin-top: 10px;
  background-color: rgba(26, 26, 26, 0.5);
}

.text-button {
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #fd0;
  font-size: 23px;
  font-weight: 500;
}

.h4-center {
  text-align: center;
  text-decoration: none;
}

.social-back {
  position: absolute;
  z-index: -1;
  display: block;
  height: 80%;
  max-width: none;
  opacity: 0.1;
}

.v-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1500px;
  min-width: 960px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.white-divider {
  width: 60px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fff;
}

.h5 {
  color: #fff;
  line-height: 150%;
  text-transform: uppercase;
}

.div-block-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: -15.9vw;
  bottom: -3px;
  width: 50vw;
  height: 60px;
  background-image: url('../images/jelkica.svg');
  background-position: 0% 100%;
  background-size: auto 100%;
  background-repeat: repeat-x;
}

.menu-button {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  display: none;
  width: 80px;
  height: 80px;
  background-color: #7aba05;
}

.nav-bar-desk-wrapper {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding-left: 24vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #404040;
}

.line-menu {
  position: absolute;
  left: auto;
  right: -1px;
  width: 1px;
  height: 30px;
  background-color: #fd0;
}

.nav-logo-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vh;
  margin-top: 0px;
  margin-right: 100px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-logo-wrapper.w--current {
  margin-top: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link-text {
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.modal-close {
  display: none;
}

.nav-menu-link {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 10px 30px 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid transparent;
  text-decoration: none;
}

.nav-menu-link.w--current {
  border-bottom: 3px solid #fd0;
}

.dropdown-toggle-nav {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 8px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  cursor: pointer;
}

.drop-lict-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 13px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #1a1a1a;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
}

.dropdown-list {
  position: absolute;
  left: -14px;
  top: 70px;
  bottom: auto;
  display: none;
  overflow: hidden;
  min-width: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #fd0;
}

.drop-desk-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mobile-menu-all-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
}

.language-link-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 11px;
  bottom: 0%;
  display: none;
}

.menucontent {
  display: none;
  width: 100vw;
  height: 100vh;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #414141;
}

.icon-4 {
  position: static;
  margin: 0px 0px 0px 10px;
  color: #fd0;
}

.nav-menu-link-language {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 10px 10px 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid transparent;
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.nav-menu-link-language.w--current {
  color: #6ab0ff;
  text-decoration: underline;
}

._1200-horizontal-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spacer-menu-top {
  width: 100%;
  height: 10px;
}

.social-link {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-menu-wrapper-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  height: 80px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.horizontal-left-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 100%;
  height: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
}

.drop-desk-link {
  width: 73%;
  margin-top: 5px;
  padding-top: 18px;
  padding-bottom: 18px;
  text-decoration: none;
}

.drop-desk-link._2 {
  margin-top: 0px;
  margin-bottom: 5px;
  border-top: 1px solid rgba(26, 26, 26, 0.12);
}

.drop-desk-link._2.w--current {
  border-top-width: 2px;
  border-top-color: #e4c500;
}

.image-5 {
  display: none;
  width: 70px;
}

.yellow-divider {
  width: 60px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fd0;
}

.image-party {
  position: absolute;
  left: 0%;
  top: -8%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 130%;
  -o-object-fit: cover;
  object-fit: cover;
}

.party-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 55%;
  border-radius: 4px;
}

.footer-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link-footer {
  color: #ccc;
  font-size: 14px;
}

.logo-footer {
  width: 90px;
  padding-right: 20px;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1700px;
  min-width: 960px;
  margin-top: 140px;
  margin-bottom: 40px;
  padding: 50px 50px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.06);
}

.h-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button-footer {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: -8px;
  padding: 10px 10px 8px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid transparent;
  color: #fd0;
  text-decoration: none;
}

.button-footer.w--current {
  color: #ccc;
}

.text-button-footer {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 23px;
  font-weight: 500;
}

.no-scroll {
  overflow: hidden;
}

.button-back {
  position: absolute;
  left: -101%;
  z-index: -2;
  width: 102%;
  height: 100%;
  background-color: #fd0;
  -webkit-transform: skew(-21deg, 0deg);
  -ms-transform: skew(-21deg, 0deg);
  transform: skew(-21deg, 0deg);
}

.h2 {
  text-shadow: 1px 1px 6px hsla(0, 0%, 100%, 0.3);
}

.paragraph.white-center {
  max-width: 760px;
  color: #fff;
  text-align: center;
}

.paragraph.line-clamp {
  color: #fff;
}

.skew {
  -webkit-transform: skew(0deg, 14deg);
  -ms-transform: skew(0deg, 14deg);
  transform: skew(0deg, 14deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  font-style: normal;
}

.spacer-30 {
  width: 30px;
  height: 30px;
}

.h3-yellow {
  color: #fd0;
  text-align: center;
}

.pattern-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.website-wrapper {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 20px;
}

.h1-jelovnik {
  overflow: hidden;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fd0;
  font-size: 20vw;
  line-height: 90%;
  font-style: normal;
  text-align: left;
}

.image-8 {
  width: 70%;
}

.jelovnik-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.jelovnik-section.hide {
  overflow: hidden;
  background-color: #1a1a1a;
}

.jelovnik-section.hide-pice {
  overflow: hidden;
  background-color: #be1622;
}

.jelkice-home {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 40vw;
  height: 9vh;
  background-image: url('../images/jelkica.svg');
  background-position: 0% 100%;
  background-size: auto 100%;
  background-repeat: repeat-x;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.dots-header {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heaer-sticky {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1a1a;
}

.heading-2 {
  overflow: hidden;
  margin-bottom: 0px;
  font-family: liebedoni-outline, sans-serif;
  color: #fff;
  font-size: 6vw;
  line-height: 100%;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
}

.jelovnik-grid-heder {
  width: 90%;
  min-height: 101vh;
  padding-bottom: 59px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.tacke-jelovnik {
  position: absolute;
  left: 6%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 8%;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-holder {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
}

.bg-1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #1a1a1a;
}

.bg-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: url('../images/zlatibor-dorucak.jpg');
  background-position: 0px 0px;
  background-size: 60%;
}

.jelovnik {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 700px;
  margin-top: 45vh;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.jelovnik.deca {
  margin-top: 5vh;
}

.zuto-side-jelovnik {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fd0;
  background-image: none;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  font-size: 100vh;
}

.zuto-side-jelovnik.orange {
  background-color: #ff8d23;
}

.zuto-side-jelovnik.crveno {
  background-color: #d91927;
}

.menu-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  max-width: 1000px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 50px 80px 90px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.88);
  box-shadow: 7px 7px 30px 0 rgba(82, 64, 20, 0.08);
}

.jelo-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.jelo-wrapper.vertical {
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-jela {
  max-width: 490px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0px;
}

.menu-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 3px;
  margin-right: 0px;
  margin-bottom: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/yellow-dot-line.svg');
  background-position: 0% 100%;
  background-size: auto 2px;
  background-repeat: repeat-x;
}

.prices {
  min-width: 120px;
  margin-bottom: 8px;
  margin-left: 18px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #404040;
  font-size: 24px;
  line-height: 18px;
  font-weight: 600;
  text-align: right;
}

.bullet-number {
  position: absolute;
  left: -80px;
  top: -7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: liebedoni-outline, sans-serif;
  color: rgba(64, 64, 64, 0.9);
  font-size: 32px;
  line-height: 70px;
  text-align: right;
}

.meni-aktuelno {
  font-size: 42px;
  line-height: 10px;
}

.bullet-number-aktuelno {
  position: absolute;
  left: -27px;
  top: -23px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: liebedoni-solid, sans-serif;
  font-size: 70px;
  line-height: 100px;
  text-align: right;
}

.bullet-number-aktuelno.special {
  left: -50px;
  top: -26px;
}

.jelo-wrapper-aktuelno {
  position: relative;
  left: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 112%;
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 30px 4.5% 25px 7%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fd0;
  border-radius: 4px;
}

.website-wrapper-sticky {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.jelovnik-naslovi {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 40px;
  color: #333;
  font-size: 11vh;
  line-height: 80%;
}

.jelovnik-engleski {
  position: absolute;
  left: 0%;
  top: 100px;
  right: auto;
  bottom: auto;
  z-index: 1;
  margin-right: 0px;
  margin-left: 0px;
  font-family: liebedoni-outline, sans-serif;
  color: #333;
  font-size: 4vh;
  line-height: 60%;
  font-weight: 400;
}

.bg-supe {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #fff;
  background-image: url('../images/Soup.jpg');
  background-position: 0% 50%;
  background-size: auto 120%;
  background-repeat: no-repeat;
}

.bottom-jelovnik {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1a1a;
}

.sticky-naslovi-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pattern {
  width: 180%;
  height: 70%;
  margin-top: -20%;
  background-image: url('../images/pattern-gondola-background.svg');
  background-position: 50% 50%;
  background-size: auto 9.1%;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.pattern-light {
  width: 180%;
  height: 60%;
  margin-top: -20%;
  background-image: url('../images/pattern-light.svg');
  background-position: 50% 50%;
  background-size: auto 12.5%;
  opacity: 0.3;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.pattern-wrapper-100vh {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pattern-light-100vh {
  width: 180%;
  height: 100vh;
  margin-top: -20%;
  background-image: url('../images/pattern-light.svg');
  background-position: 50% 50%;
  background-size: auto 12.5%;
  opacity: 0.3;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.icon-veggie {
  position: absolute;
  left: auto;
  top: -5px;
  right: 0%;
  bottom: auto;
  width: 40px;
  height: 40px;
  background-image: url('../images/icon-veggie.svg');
  background-position: 0px 0px;
  background-size: contain;
}

.icon-veggie.top {
  top: -20px;
}

.crveno-obavestenje {
  margin-bottom: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #be1622;
  font-size: 25px;
  font-style: italic;
  font-weight: 600;
}

.icon-posno {
  position: absolute;
  left: auto;
  top: -5px;
  right: 0%;
  bottom: auto;
  width: 40px;
  height: 40px;
  background-image: url('../images/icon-posno.svg');
  background-position: 0px 0px;
  background-size: contain;
}

.bg-salate {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #fff;
  background-image: url('../images/Salad.jpg');
  background-position: 10% 50%;
  background-size: auto 110%;
  background-repeat: no-repeat;
}

.podnaslovi-jelovnik {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: liebedoni-outline, sans-serif;
  color: #be1622;
  font-size: 34px;
  line-height: 110%;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.podnaslovi-jelovnik.center {
  text-align: center;
}

.bg-paste-i-pice {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #fff;
  background-image: url('../images/Pizza.jpg');
  background-position: 20% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block {
  padding-left: 28px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #be1622;
  font-size: 19px;
  font-weight: 600;
  text-align: left;
}

.cik-cik {
  position: absolute;
  left: auto;
  top: auto;
  right: -39px;
  bottom: -18px;
  z-index: 1;
  width: 675px;
  height: 40px;
  background-image: url('../images/cik-cak.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-riba {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #fff;
  background-image: url('../images/Fish.jpg');
  background-position: 10% 0%;
  background-size: auto 110%;
  background-repeat: no-repeat;
}

.menu-line-aktuelno {
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 3px dotted #fd0;
}

.bg-burgeri {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #fff;
  background-image: url('../images/Burger.jpg');
  background-position: 10% 20%;
  background-size: auto 110%;
  background-repeat: no-repeat;
}

.bg-meso {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #fff;
  background-image: url('../images/restoran-gondola-biftek.jpg');
  background-position: 10% 0%;
  background-size: auto 110%;
  background-repeat: no-repeat;
}

.bg-dezerti {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #fff;
  background-image: url('../images/Desert.jpg');
  background-position: 20% 0%;
  background-size: auto 110%;
  background-repeat: no-repeat;
}

.bg-deca {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #fff;
}

.decji-meni-slika {
  width: 60%;
}

.pattern-deca {
  width: 180%;
  height: 110%;
  margin-top: -20%;
  background-image: url('../images/pattern-gondola-background.svg');
  background-position: 50% 50%;
  background-size: auto 9.1%;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

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

.span-cene {
  border-bottom: 4px dotted #ff8d23;
  font-family: liebedoni-solid, sans-serif;
  font-size: 1.6rem;
  line-height: 180%;
}

.cik-cik-jelkica {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: -36px;
  width: 679px;
  height: 80px;
  background-image: url('../images/jelkica.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: repeat-x;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.link-normal {
  border-bottom: 1px solid #fd0;
  color: #fd0;
  font-size: 20px;
  text-decoration: none;
}

.button-small {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 12px 17px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fd0;
  border-radius: 4px;
  text-decoration: none;
}

.heaer-sticky-pice {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #be1622;
}

.h1-pice {
  overflow: hidden;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
  font-size: 20vw;
  line-height: 90%;
  font-style: normal;
  text-align: left;
}

.horizontal-cene {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.zapremina {
  margin-bottom: 6px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #404040;
  font-size: 22px;
  line-height: 18px;
  font-weight: 400;
  text-align: right;
}

.menu-line-crvena {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 3px;
  margin-right: 0px;
  margin-bottom: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/red-dot-line.svg');
  background-position: 0% 100%;
  background-size: auto 2px;
  background-repeat: repeat-x;
}

.footer-all-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-pice1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #fff;
  background-image: url('../images/specijaliteti-od-kafe.jpg');
  background-position: 10% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.bg-pice2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #fff;
  background-image: url('../images/alkoholna-pica.jpg');
  background-position: 10% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.bg-pice3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #fff;
  background-image: url('../images/gondola-vina.jpeg');
  background-position: 4% 50%;
  background-size: auto 95%;
  background-repeat: no-repeat;
}

.bg-pice {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: url('../images/bezalkoholna-pica.jpg');
  background-position: 20% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.header-o-nama {
  z-index: 1000;
  width: 90%;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.o-nama-header-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1a1a;
}

.heading-o-nama {
  overflow: hidden;
  margin-bottom: 0px;
  font-family: liebedoni-outline, sans-serif;
  color: #fff;
  font-size: 5vw;
  line-height: 100%;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
}

.o-nama-header-back {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h1-o-nama {
  overflow: hidden;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fd0;
  font-size: 20vw;
  line-height: 90%;
  font-style: normal;
  text-align: left;
  white-space: nowrap;
}

._40perc {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 35%;
  height: 100%;
}

.image-cover {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.o-nama-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 700px;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.o-nama-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.paragraph-2 {
  max-width: 830px;
}

.image-10 {
  border-radius: 4px 4px 0px 0px;
}

.h-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.card-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  padding: 40px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #1a1a1a;
}

.card-divider {
  position: absolute;
  left: auto;
  top: 13%;
  right: 0%;
  bottom: 0%;
  width: 1px;
  height: 74%;
  background-color: #404040;
  color: #404040;
}

.big-space {
  width: 50px;
  height: 100px;
}

.naslovi-accordian-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.accordion-body {
  display: block;
  padding-right: 8px;
  border-bottom: 1px solid #d4e1f0;
  background-color: #f7f9fc;
  color: #9096a4;
}

.accordion-body.js-accordion-body {
  display: none;
  border-bottom-width: 3px;
  border-bottom-color: #da6971;
  background-color: rgba(217, 25, 39, 0.04);
}

.accordion-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 25px 12px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #d4e1f0;
  cursor: pointer;
}

.accordion-header.js-accordion-header {
  border-bottom: 3px solid #d91927;
}

.accordion__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px 0 rgba(217, 25, 39, 0.2);
}

.accordion__item.js-accordion-item.active {
  padding-left: 0px;
}

.accordian-content-wrapper {
  padding: 30px 40px;
  color: #404040;
  font-size: 15px;
}

.accordion {
  overflow: hidden;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #d4e1f0;
  border-radius: 8px;
}

.accordion.js-accordion {
  width: 66%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-width: 3px;
  border-color: #d91927;
  border-radius: 4px;
}

.medium-space {
  width: 50px;
  height: 50px;
}

.h-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 39px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.o-nama-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.pattern-wrapper-o-nama {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.paragraph-heeader {
  z-index: 130;
  max-width: none;
  padding-right: 5vw;
  color: #fff;
  font-size: 1.9vw;
}

.html-embed-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.html-embed-2:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.map-wrapper {
  position: relative;
  top: 140px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 5px;
  border-color: #fd0;
}

.kontakt-header-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding-top: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1a1a;
}

.kontakt-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._90-perc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  margin-top: 140px;
  margin-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.jelkice-kontakt {
  position: absolute;
  left: auto;
  top: -5vh;
  right: -10vw;
  bottom: auto;
  z-index: 2;
  overflow: hidden;
  width: 40vw;
  height: 9vh;
  background-image: url('../images/jelkica.svg');
  background-position: 100% 100%;
  background-size: auto 100%;
  background-repeat: repeat-x;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.header-o-kontakt {
  width: 80%;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
}

.kontakt-header-back {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.yellow {
  color: #fd0;
  font-weight: 500;
}

.menu-category {
  width: 100%;
}

.menu-wrapper-deca {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  max-width: 1000px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 50px 80px 90px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 4px;
}

.fixed-image {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url('../images/gondola-zlatibor-restoran.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.link {
  color: #fd0;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1a1a;
}

.image-11 {
  background-color: #fd0;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 7rem;
  }

  h2 {
    font-size: 9vw;
  }

  .header-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .logo-wrapper {
    width: 220px;
    height: auto;
    padding: 40px;
  }

  .footer-line {
    width: 80%;
  }

  .center-space-between-1500 {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .center-center-1500 {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .zuto-side {
    z-index: 99;
    width: 15%;
    height: 100%;
  }

  ._70-percent {
    width: 85%;
    margin-left: 15%;
  }

  .header-vertical-text {
    margin-bottom: 80px;
    font-size: 14vw;
  }

  .header-vertical-text.outline {
    position: absolute;
    left: 0%;
    top: 60px;
    right: auto;
    bottom: auto;
    font-size: 7vw;
  }

  .red-dots-header {
    right: -25%;
    width: 50%;
  }

  .image-2 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

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

  .v-left._70 {
    width: 100%;
  }

  .h-ontainer {
    width: 80%;
    min-width: auto;
  }

  .h-ontainer.paralax {
    width: 90%;
    height: auto;
    margin-bottom: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid {
    width: 100%;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .section {
    width: 100%;
    margin-top: -170px;
    padding-top: 60px;
    padding-bottom: 5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-4 {
    position: absolute;
    left: -13%;
    bottom: 0%;
    height: 90%;
    max-width: 100%;
    padding: 43px;
  }

  .menu-home-wrapper {
    position: relative;
    left: -82px;
    top: auto;
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 90%;
    padding-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .box-number-wrapper {
    position: relative;
    top: -100px;
    bottom: auto;
    margin-top: -3%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .box {
    width: 50%;
    height: auto;
    margin-top: -2px;
    padding-top: 14%;
    padding-bottom: 14%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .h4-center {
    font-size: 4.5vw;
  }

  .v-container {
    min-width: auto;
  }

  .menu-button {
    position: absolute;
    left: 0%;
    top: 0px;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    box-shadow: none;
  }

  .nav-bar-desk-wrapper {
    display: none;
  }

  .nav-logo-wrapper {
    display: none;
    width: 140px;
    margin-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-logo-wrapper.w--current {
    margin-right: 30px;
  }

  .nav-link-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-link-text {
    color: #1a1a1a;
    font-size: 40px;
    line-height: 40px;
  }

  .modal-close {
    position: fixed;
    left: 0%;
    top: 0px;
    right: auto;
    bottom: auto;
    z-index: -10;
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  }

  .nav-menu-link {
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 0px;
  }

  .dropdown-toggle-nav {
    padding-left: 0px;
  }

  .drop-lict-text {
    color: #fd0;
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    text-shadow: none;
  }

  .dropdown-list {
    position: relative;
    left: -38px;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 200px;
    padding-top: 0px;
    padding-left: 26px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
  }

  .mobile-menu-all-wrapper {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-language-text {
    color: #1a1a1a;
  }

  .language-link-wrapper {
    position: static;
    padding-left: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menucontent {
    position: fixed;
    left: -60%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 60%;
    height: 100vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-right: 1px solid #910e18;
    background-color: #be1622;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }

  .nav-menu-link-language {
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #233041;
    font-size: 18px;
  }

  ._1200-horizontal-menu {
    position: relative;
    z-index: 1;
    padding-top: 30px;
    padding-right: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .spacer-menu-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 30px;
    padding-right: 13%;
    padding-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(26, 26, 26, 0.2);
    background-color: #d91927;
  }

  .social-link {
    margin-right: 20px;
  }

  .logo-menu-wrapper-small {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 70%;
    height: 70px;
  }

  .horizontal-left-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .social-menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-bar-wrapper {
    border-bottom-style: none;
  }

  .drop-desk-link {
    margin-top: -10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .drop-desk-link._2 {
    width: 100%;
    border-top-color: #fd0;
  }

  .party-wrapper {
    padding-top: 65%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .footer-wrapper {
    min-width: auto;
  }

  .h-between {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .button-footer {
    margin-right: 2vw;
    padding: 8px 20px 6px 10px;
  }

  .text-button-footer {
    font-size: 3vw;
  }

  .paragraph {
    width: 90%;
  }

  .nav-button-small {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
    cursor: pointer;
  }

  .menu-line-top {
    width: 30px;
    height: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #1a1a1a;
  }

  .menu-line-middle {
    width: 30px;
    height: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #1a1a1a;
  }

  .menu-line-bottom {
    width: 30px;
    height: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #1a1a1a;
  }

  .menu-bottom-wrapper {
    position: absolute;
    left: -12.5%;
    top: auto;
    right: auto;
    bottom: 10%;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .image-6 {
    width: 33.33333%;
  }

  .logo-mobile-wrapper {
    position: absolute;
    left: auto;
    top: auto;
    right: 7%;
    bottom: 10%;
    width: 30%;
  }

  .image-7 {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .h1-jelovnik {
    font-size: 35vw;
  }

  .h1-jelovnik.rotate {
    position: relative;
    left: -8%;
    margin-bottom: 0px;
    font-size: 28vw;
    line-height: 90%;
  }

  .h1-jelovnik.question {
    position: relative;
    top: -13%;
    right: 20%;
    margin-bottom: 0px;
    font-size: 49vw;
    line-height: 90%;
  }

  .image-8 {
    position: relative;
    width: 86%;
    margin-left: -50px;
  }

  .jelovnik-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .heaer-sticky {
    padding-top: 40px;
  }

  .heading-2 {
    margin-top: -35px;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    font-size: 14vw;
    white-space: pre-wrap;
  }

  .jelovnik-grid-heder {
    width: 90%;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .tacke-jelovnik {
    left: auto;
    right: 8%;
    width: 12%;
    height: 50vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .background-holder {
    opacity: 0;
  }

  .bg-2 {
    background-size: 115%;
  }

  .jelovnik {
    margin-top: 30vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .jelovnik.deca {
    padding-top: 0px;
  }

  .zuto-side-jelovnik {
    z-index: 99;
    width: 12%;
    height: 112vh;
  }

  .menu-wrapper {
    width: 90%;
    margin-bottom: 60px;
    padding-right: 70px;
    padding-bottom: 80px;
    padding-left: 80px;
  }

  .jelo-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .menu-jela {
    max-width: 400px;
    font-size: 20px;
    line-height: 25px;
  }

  .prices {
    min-width: 120px;
    margin-left: 10px;
    font-size: 21px;
  }

  .bullet-number {
    top: 5px;
  }

  .meni-aktuelno {
    font-size: 39px;
    line-height: 30px;
  }

  .bullet-number-aktuelno {
    left: auto;
    top: -9px;
    right: 20px;
    bottom: auto;
    font-size: 60px;
  }

  .bullet-number-aktuelno.special {
    left: auto;
    top: -15px;
    bottom: auto;
  }

  .jelo-wrapper-aktuelno {
    width: 114%;
    margin-top: 50px;
    padding-top: 25px;
    padding-left: 8%;
  }

  .jelovnik-naslovi {
    font-size: 11vw;
  }

  .jelovnik-engleski {
    margin-bottom: 80px;
    font-size: 4.2vw;
  }

  .bg-supe {
    background-position: 10% 50%;
    background-size: 110%;
  }

  .sticky-naslovi-wrapper {
    position: absolute;
    top: 0px;
    height: 100%;
    padding-top: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pattern-wrapper-100vh {
    z-index: -1;
  }

  .pattern-light-100vh {
    height: 80vh;
  }

  .icon-veggie {
    top: 0px;
  }

  .crveno-obavestenje {
    font-size: 23px;
  }

  .icon-posno {
    top: 0px;
  }

  .bg-salate {
    background-position: 8% 50%;
    background-size: 120%;
  }

  .podnaslovi-jelovnik {
    font-size: 32px;
  }

  .bg-paste-i-pice {
    background-position: 6% 50%;
    background-size: 110%;
  }

  .cik-cik {
    right: 20px;
    width: 410px;
  }

  .bg-riba {
    background-position: 10% 50%;
    background-size: 105%;
  }

  .bg-burgeri {
    background-position: 10% 50%;
    background-size: 100%;
  }

  .bg-meso {
    background-position: 10% 50%;
    background-size: 105%;
  }

  .bg-dezerti {
    background-position: 8% 50%;
    background-size: 110%;
  }

  .bg-deca {
    background-position: 8% 50%;
    background-size: 110%;
  }

  .decji-meni-slika {
    width: 90%;
  }

  .cik-cik-jelkica {
    right: 20px;
    bottom: -30px;
    width: 410px;
    height: 68px;
  }

  .heaer-sticky-pice {
    padding-top: 40px;
  }

  .h1-pice {
    font-size: 35vw;
  }

  .h1-pice.rotate {
    position: relative;
    left: -8%;
    margin-bottom: 0px;
    font-size: 28vw;
    line-height: 90%;
  }

  .h1-pice.question {
    position: relative;
    top: -13%;
    right: 20%;
    margin-bottom: 0px;
    font-size: 49vw;
    line-height: 90%;
  }

  .horizontal-cene {
    width: auto;
  }

  .zapremina {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 21px;
  }

  .bg-pice2 {
    background-position: 10% 50%;
    background-size: 110%;
  }

  .bg-pice3 {
    background-position: 50% 50%;
    background-size: 110%;
  }

  .header-o-nama {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .o-nama-header-section {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-o-nama {
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    font-size: 12vw;
    white-space: pre-wrap;
  }

  .o-nama-header-back {
    padding-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h1-o-nama {
    font-size: 34vw;
  }

  ._40perc {
    position: relative;
    left: 0%;
    top: 69px;
    right: 0%;
    width: 95%;
    height: 60vh;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .o-nama-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .o-nama-content {
    width: 90%;
    margin-bottom: 60px;
    padding-left: 20px;
  }

  .card-wrapper {
    padding: 30px;
  }

  .naslovi-accordian-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .accordion-header {
    position: relative;
    padding-top: 27px;
    padding-bottom: 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .accordion-header.js-accordion-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .accordion.js-accordion {
    width: 100%;
  }

  .h-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .o-nama-section {
    padding-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .paragraph-heeader {
    padding-right: 0px;
    font-size: 3.5vw;
    line-height: 150%;
  }

  .map-wrapper {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    margin-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .kontakt-header-section {
    min-height: auto;
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  ._90-perc {
    width: 90%;
    margin-top: 120px;
  }

  .jelkice-kontakt {
    right: -5vw;
  }

  .header-o-kontakt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-bottom: -120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .kontakt-header-back {
    padding-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-wrapper-deca {
    width: 90%;
    margin-bottom: 60px;
    padding-right: 70px;
    padding-bottom: 80px;
    padding-left: 80px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 2rem;
  }

  p {
    font-size: 1.1rem;
  }

  strong {
    font-size: 22px;
  }

  .footer-line {
    width: 90%;
  }

  .center-space-between-1500 {
    width: 90%;
    min-height: 190px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vertical-left {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .center-center-1500 {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .horizontal-left-center {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block {
    padding-top: 5px;
    padding-left: 0px;
  }

  .header-vertical-text {
    font-size: 18vw;
  }

  .header-vertical-text.outline {
    position: absolute;
    left: 3%;
    top: 60px;
    right: auto;
    bottom: 0%;
    font-size: 10vw;
    text-align: right;
  }

  .zuti-ram-grid {
    padding: 21px;
  }

  .section {
    padding-top: 10px;
  }

  .box-number-wrapper {
    margin-top: 0%;
  }

  .box {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .button {
    padding: 11px 22px;
    border-width: 2px;
  }

  .text-button {
    font-size: 21px;
  }

  .menu-button {
    left: 0%;
    top: 0%;
    z-index: 1;
    height: 60px;
  }

  .nav-logo-wrapper {
    margin-top: 0px;
    margin-right: 20px;
  }

  .nav-logo-wrapper.w--current {
    margin-right: 20px;
  }

  .nav-link-text {
    font-size: 30px;
  }

  .drop-lict-text {
    font-size: 20px;
  }

  .menucontent {
    overflow: hidden;
  }

  ._1200-horizontal-menu {
    padding-left: 10%;
  }

  .logo-menu-wrapper-small {
    width: 70%;
    height: 60px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .nav-bar-wrapper {
    height: 60px;
  }

  .drop-desk-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h-between {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .h-between.wrap {
    width: 100%;
    margin-left: -20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .button-footer {
    width: 33.3333%;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .text-button-footer {
    font-size: 4vw;
    text-align: center;
  }

  .paragraph {
    width: 100%;
  }

  .tacke-jelovnik {
    width: 13%;
    height: 40vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .menu-wrapper {
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 70px;
  }

  .menu-jela {
    line-height: 26px;
  }

  .menu-line {
    margin-bottom: 0px;
  }

  .prices {
    margin-bottom: 2px;
    margin-left: 20px;
    font-size: 20px;
  }

  .bullet-number {
    top: 6px;
    font-size: 28px;
  }

  .meni-aktuelno {
    font-size: 30px;
  }

  .bullet-number-aktuelno {
    top: -18px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .bullet-number-aktuelno.special {
    top: -18px;
  }

  .jelo-wrapper-aktuelno {
    padding-top: 20px;
  }

  .jelovnik-naslovi {
    font-size: 10vw;
  }

  .jelovnik-engleski {
    font-size: 6vw;
  }

  .bold-text-2 {
    font-size: 24px;
  }

  .podnaslovi-jelovnik {
    font-size: 26px;
  }

  .podnaslovi-jelovnik.center {
    font-size: 30px;
  }

  .menu-line-aktuelno {
    margin-bottom: 0px;
  }

  .button-small {
    padding: 11px 22px;
    border-width: 2px;
  }

  .zapremina {
    margin-bottom: 2px;
    margin-left: 20px;
    font-size: 18px;
  }

  .menu-line-crvena {
    margin-bottom: 0px;
  }

  .header-o-nama {
    padding-top: 60px;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
  }

  .o-nama-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .h-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-wrapper {
    padding: 30px;
  }

  .card-divider {
    left: 30px;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 86%;
    height: 1px;
  }

  .naslovi-accordian-wrapper {
    width: 92%;
    padding-right: 20px;
  }

  .accordion-header {
    padding-top: 15px;
    padding-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .accordion-header.js-accordion-header {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .accordion__item.js-accordion-item {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .accordion__item.js-accordion-item.active {
    margin-bottom: 0px;
    padding-right: 0px;
  }

  .accordian-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-heeader {
    width: 100%;
  }

  .map-wrapper {
    margin-top: 60px;
  }

  .kontakt-header-section {
    padding-top: 60px;
  }

  .header-o-kontakt {
    padding-top: 60px;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
  }

  .kontakt-header-back {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .menu-wrapper-deca {
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 70px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
    line-height: 42px;
  }

  h2 {
    font-size: 10vw;
    line-height: 110%;
  }

  h3 {
    font-size: 8vw;
  }

  h6 {
    font-size: 15px;
  }

  p {
    font-size: 1rem;
    text-align: left;
  }

  strong {
    font-size: 21px;
  }

  .header-section {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .logo-wrapper {
    width: 160px;
    height: 160px;
    padding: 30px;
  }

  .center-space-between-1500 {
    width: 92%;
    min-height: 160px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }

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

  .vertical-left {
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-text-light {
    text-align: center;
  }

  .center-center-1500 {
    width: 92%;
    min-height: 50px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }

  .horizontal-left-center {
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .zuto-side {
    width: 20%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  ._70-percent {
    width: 80%;
  }

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

  .header-vertical-text {
    bottom: 14%;
    margin-bottom: 0px;
    font-size: 21vw;
  }

  .header-vertical-text.outline {
    left: 0%;
    top: 10%;
    right: auto;
    bottom: auto;
    font-size: 10vw;
    line-height: 70%;
  }

  .red-dots-header {
    right: -36%;
    width: 70%;
  }

  .h-ontainer {
    width: 88%;
  }

  .h-ontainer.paralax {
    margin-bottom: 20px;
  }

  .zuti-ram-grid {
    padding-bottom: 60px;
  }

  .section {
    margin-top: -120px;
    padding-top: 0px;
  }

  .image-4 {
    left: -22%;
    width: 100%;
    height: 100%;
    margin-left: 5vw;
    padding: 19px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .menu-home-wrapper {
    left: 0px;
    overflow: visible;
    width: 120%;
    margin-top: 140px;
    margin-bottom: 30px;
    padding-top: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .box-number-wrapper {
    top: -70px;
    width: 90%;
    margin-top: 7%;
  }

  .box {
    margin-top: -2px;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .h4-center {
    font-size: 5.2vw;
  }

  .div-block-5 {
    left: auto;
    top: auto;
    right: -20%;
    bottom: -3px;
    width: 90%;
  }

  .menu-button {
    left: 0%;
    top: 0%;
    right: 0%;
    height: 55px;
    padding-right: 0px;
    padding-left: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav-logo-wrapper {
    margin-right: 15px;
  }

  .nav-logo-wrapper.w--current {
    margin-right: 15px;
  }

  .nav-link-wrapper {
    width: 100%;
    padding-left: 0px;
  }

  .nav-link-text {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 9vw;
    line-height: 10vw;
  }

  .drop-lict-text {
    padding-left: 0px;
  }

  .dropdown-list {
    left: -20px;
    min-width: 150px;
  }

  .mobile-menu-all-wrapper {
    left: 0px;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .language-link-wrapper {
    padding-left: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .menucontent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: auto;
    min-height: 100vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  ._1200-horizontal-menu {
    padding-left: 15%;
  }

  .spacer-menu-top {
    position: static;
    padding-top: 2px;
    padding-right: 9%;
    padding-bottom: 2px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .social-link {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .logo-menu-wrapper-small {
    position: static;
    width: 50%;
    height: 103%;
    padding-right: 0px;
  }

  .social-menu-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-bar-wrapper {
    height: 55px;
  }

  .drop-desk-link {
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
  }

  .drop-desk-link._2 {
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .party-wrapper {
    height: auto;
  }

  .footer-wrapper {
    padding: 20px;
  }

  .h-between {
    width: 92%;
    min-height: 50px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }

  .button-footer {
    width: 47%;
  }

  .text-button-footer {
    min-width: 50px;
    font-size: 6vw;
    text-align: left;
  }

  .nav-button-small {
    width: 54px;
    height: 54px;
  }

  .menu-bottom-wrapper {
    bottom: 20%;
  }

  .logo-mobile-wrapper {
    bottom: 20%;
  }

  .embed {
    z-index: -1;
  }

  .h1-jelovnik.question {
    top: -14%;
    font-size: 48vw;
  }

  .image-8 {
    margin-left: -30px;
  }

  .jelovnik-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .jelkice-home {
    width: 90%;
    height: 10vh;
  }

  .heaer-sticky {
    padding-top: 0px;
  }

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

  .jelovnik-grid-heder {
    min-height: 93vh;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .zuto-side-jelovnik {
    width: 10%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .menu-wrapper {
    width: 100%;
    margin-bottom: 50px;
    padding: 20px 15px 40px;
  }

  .jelo-wrapper {
    margin-top: 15px;
    margin-bottom: 20px;
    padding-bottom: 6px;
  }

  .jelo-wrapper.vertical {
    margin-top: 10px;
  }

  .menu-jela {
    font-size: 17px;
    line-height: 22px;
  }

  .menu-line {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .prices {
    min-width: 75px;
    margin-left: 20px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #be1622;
    font-size: 20px;
    line-height: 19px;
  }

  .bullet-number {
    left: 0%;
    top: -20px;
    right: auto;
    bottom: auto;
    height: 56px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .bullet-number-aktuelno {
    left: auto;
    top: -9px;
    right: 10px;
    bottom: auto;
    z-index: 2;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 50px;
    line-height: 70px;
  }

  .bullet-number-aktuelno.special {
    top: -9px;
  }

  .jelo-wrapper-aktuelno {
    width: 107%;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-right: 11px;
    padding-left: 15px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .jelovnik-naslovi {
    bottom: 14%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12vw;
  }

  .jelovnik-engleski {
    position: static;
    bottom: 14%;
    margin-bottom: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 7vw;
    line-height: 96%;
  }

  .sticky-naslovi-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .pattern._2 {
    background-size: auto 6%;
  }

  .pattern-wrapper-100vh {
    z-index: 1;
  }

  .crveno-obavestenje {
    font-size: 21px;
  }

  .podnaslovi-jelovnik {
    font-size: 27px;
  }

  .podnaslovi-jelovnik.center {
    font-size: 23px;
  }

  .cik-cik {
    width: 220px;
    background-size: 487px;
  }

  .menu-line-aktuelno {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .cik-cik-jelkica {
    bottom: -22px;
    width: 242px;
    height: 50px;
    background-size: auto;
  }

  .heaer-sticky-pice {
    padding-top: 0px;
  }

  .h1-pice.question {
    top: -14%;
    font-size: 48vw;
  }

  .horizontal-cene {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .zapremina {
    position: absolute;
    left: auto;
    top: -29px;
    right: 0%;
    bottom: auto;
    min-width: auto;
    margin-left: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    border-bottom: 2px solid #be1622;
    font-size: 17px;
    line-height: 20px;
  }

  .menu-line-crvena {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .bg-pice1 {
    background-position: 50% 50%;
    background-size: 120%;
  }

  .bg-pice3 {
    background-size: 110%;
  }

  .bg-pice {
    background-size: 120%;
  }

  .header-o-nama {
    padding-top: 70px;
  }

  .heading-o-nama {
    margin-top: 0px;
  }

  .h1-o-nama {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._40perc {
    height: 50vh;
    margin-top: 0px;
  }

  .o-nama-wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .o-nama-content {
    width: 100%;
    margin-bottom: 50px;
    padding: 20px 15px 30px;
  }

  .card-wrapper {
    padding-bottom: 40px;
  }

  .card-divider {
    left: 10%;
    width: 80%;
  }

  .big-space {
    height: 50px;
  }

  .naslovi-accordian-wrapper {
    width: 92%;
    padding-bottom: 0px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    padding-right: 0px;
    padding-left: 0px;
  }

  .accordion-header {
    padding-top: 15px;
    padding-right: 15px;
  }

  .accordion-header.js-accordion-header {
    padding-left: 20px;
  }

  .accordian-content-wrapper {
    padding: 20px;
  }

  .medium-space {
    height: 20px;
  }

  .o-nama-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .pattern-wrapper-o-nama {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph-heeader {
    font-size: 5.5vw;
  }

  .kontakt-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .jelkice-kontakt {
    width: 90%;
    height: 7.5vh;
  }

  .header-o-kontakt {
    padding-top: 0px;
  }

  .menu-wrapper-deca {
    width: 100%;
    margin-bottom: 50px;
    padding: 20px 15px 40px;
  }

  .fixed-image {
    display: none;
    height: 200vw;
  }
}

#w-node-ec0e177c-581f-684d-036c-c6c1db8ae8a6-62e105ce {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
}

#w-node-_1c720a25-37a0-7533-7f6b-71ccd95aae64-62e105ce {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 3;
  grid-column-end: 8;
}

#w-node-_2215cb99-f70f-944b-b04c-e26c5a285cea-62e105ce {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
}

#w-node-a650581b-7d19-2ee4-6eea-1ddf97724988-62e105ce {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_7f055842-ec0e-6573-e7e3-72fbe450a8e5-62e105ce {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 5;
  grid-column-end: 8;
}

#w-node-a55ca5ec-9b8b-74a5-14b0-60c614d3adf5-62e105ce {
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
}

#w-node-_55024fa6-8cb3-6764-cfe7-7441481132ec-62e105ce {
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 4;
  grid-column-end: 8;
}

#w-node-_817c5682-4481-f568-56d4-c3f25e04bf1e-d9e105d1 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ba9b96df-8bde-23f8-7003-6de4d849ec2f-d9e105d1 {
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_53bab3af-e307-c032-11e9-7fdde51833b8-d9e105d1 {
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_817c5682-4481-f568-56d4-c3f25e04bf1e-0fe105d2 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_817c5682-4481-f568-56d4-c3f25e04bf21-0fe105d2 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ba9b96df-8bde-23f8-7003-6de4d849ec2f-0fe105d2 {
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-ec0e177c-581f-684d-036c-c6c1db8ae8a6-62e105ce {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 8;
    grid-column-end: 9;
  }

  #w-node-_1c720a25-37a0-7533-7f6b-71ccd95aae64-62e105ce {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 5;
    grid-column-end: 9;
  }

  #w-node-_2215cb99-f70f-944b-b04c-e26c5a285cea-62e105ce {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 8;
    grid-column-end: 9;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-a650581b-7d19-2ee4-6eea-1ddf97724988-62e105ce {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_7f055842-ec0e-6573-e7e3-72fbe450a8e5-62e105ce {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 5;
    grid-column-end: 9;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-a55ca5ec-9b8b-74a5-14b0-60c614d3adf5-62e105ce {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_55024fa6-8cb3-6764-cfe7-7441481132ec-62e105ce {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 8;
    grid-column-end: 9;
  }

  #w-node-_817c5682-4481-f568-56d4-c3f25e04bf1e-d9e105d1 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-ba9b96df-8bde-23f8-7003-6de4d849ec2f-d9e105d1 {
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_817c5682-4481-f568-56d4-c3f25e04bf1e-0fe105d2 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_817c5682-4481-f568-56d4-c3f25e04bf21-0fe105d2 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-ba9b96df-8bde-23f8-7003-6de4d849ec2f-0fe105d2 {
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ba9b96df-8bde-23f8-7003-6de4d849ec2f-d9e105d1 {
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_817c5682-4481-f568-56d4-c3f25e04bf21-0fe105d2 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-ba9b96df-8bde-23f8-7003-6de4d849ec2f-0fe105d2 {
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

