*:focus {
  outline: none;
}

.cookies {
  font-size: 14px;
  z-index: 9999999;
  background: #3f91d2;
  height: auto;
  position: fixed;
  width: 100%;
  color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 30px;
  bottom: 0;
  text-align: center;
}

.cookies p {
  margin: 0;
  display: inline-block;
}

.cookies p i {
  color: white;
  margin-left: 8px;
}

.cookies a {
  text-decoration: underline;
  color: white;
}

.cookies .close-cookies {
  float: left;
  color: white;
  cursor: pointer;
  padding-top: 10px;
}

.access-hidden {
  position: fixed;
  right: -9000px;
  height: 1px;
  width: 1px;
  overflow: hidden;
  margin: 0;
  padding: 0.5em;
  color: #fff;
  background: #000;
  font-size: 21px;
}

.access-hidden:focus, .access-hidden:active {
  -webkit-tap-highlight-color: #616265;
  z-index: 999;
  top: 0;
  right: 0;
  height: auto;
  width: auto;
  overflow: visible;
}

.access-text {
  font-size: 0;
}

html {
  font-size: 23px;
}

@media screen and (max-width: 1350px) {
  html {
    font-size: 20px;
  }
}

@media screen and (max-width: 1350px) {
  html {
    font-size: 18px;
  }
}

@media screen and (max-width: 980px) {
  html {
    font-size: 18px;
  }
}

.hide-desktop {
  display: none;
}

@media screen and (max-width: 980px) {
  .hide-desktop {
    display: block;
  }
}

.hide-mobile {
  display: block;
}

@media screen and (max-width: 980px) {
  .hide-mobile {
    display: none;
  }
}

body {
  direction: rtl;
  font-size: 1rem;
  line-height: 1.2;
  font-family: "strauss", "straussen", sans-serif;
  font-weight: 500;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.wrapper {
  width: 98%;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 1px;
  margin-top: -1px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

.bg-wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.bg-wrap .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: -4.1666666667vw;
  bottom: -4.1666666667vw;
}

.bg-wrap .bg-m {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: -4.1666666667vw;
  bottom: -4.1666666667vw;
}

@media screen and (max-width: 980px) {
  .bg-wrap .bg-m {
    display: block;
  }
}

.top-header {
  height: 700px;
  width: 100%;
  position: relative;
  font-size: 3.5rem;
  overflow: hidden;
}

@media screen and (max-width: 980px) {
  .top-header h1 {
    margin-top: 44px !important;
  }
  .top-header .h2 {
    max-width: 95% !important;
  }
  .top-header .bg {
    background-position-x: -595px;
  }
}

.top-header h1 {
  margin: 0;
  padding: 4rem 0;
  padding-bottom: 0;
  line-height: 0.8;
  font-size: 1.5em;
  color: white;
  text-align: center;
  margin-top: 128px;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.top-header .h2 {
  margin: 0;
  padding: 1rem 0;
  line-height: 1.1;
  font-size: 0.35em;
  max-width: 90%;
  margin: 0 auto;
  color: white;
  text-align: center;
  margin-top: 0px;
  text-shadow: 0 0 30px black;
  font-weight: bold;
  margin-top: 0;
}

.top-header .h2 p {
  margin-top: 0;
}

.top-header .bg {
  background-image: url("../img/home1.jpg");
}

body.trigger-position-right #enable-toolbar-trigger {
  right: 12px !important;
  top: -5px !important;
}

.home-menu {
  width: 100%;
  max-width: 1160px;
  color: #fff;
  margin: 1rem auto;
  position: relative;
  top: -250px;
  margin-bottom: -250px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 980px) {
  .home-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

.home-menu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 149px);
          flex: 1 1 calc(100% - 149px);
}

.home-menu ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.285%;
          flex: 0 0 14.285%;
  text-align: center;
  position: relative;
  padding: 1.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 19px;
}

@media screen and (max-width: 980px) {
  .home-menu ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.home-menu ul li:hover {
  opacity: 0.8;
}

.home-menu ul li img {
  margin-bottom: 0.6rem;
  margin-top: 5px;
}

.home-menu ul li a.overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  font-size: 0;
  line-height: 0;
  z-index: 1;
}

.home-menu .refet-mekayemrt-link {
  display: inline-block;
  height: 305px;
  background-color: #01a0ca;
}

.home-menu .refet-mekayemrt-link .img-mobile {
  display: none;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 980px) {
  .home-menu .refet-mekayemrt-link {
    display: block;
    width: 100%;
    height: auto;
  }
  .home-menu .refet-mekayemrt-link .img-desktop {
    display: none;
  }
  .home-menu .refet-mekayemrt-link .img-mobile {
    display: block;
  }
}

header {
  color: #fff;
  font-size: 3.5rem;
  position: relative;
  text-align: center;
  margin: 0 2%;
  z-index: 200;
}

@media screen and (max-width: 980px) {
  header {
    font-size: 6vw;
    padding: 10% 0 0;
  }
}

header .logo {
  position: absolute;
  top: 1rem;
  right: 1rem;
  text-decoration: none;
  z-index: 2;
}

header .logo .line {
  display: inline-block;
  height: 72px;
  width: 1px;
  background: white;
  margin: 0 10px;
  vertical-align: middle;
}

header .logo a {
  text-decoration: none;
}

@media screen and (max-width: 980px) {
  header .logo {
    width: 15%;
    width: 165px;
    right: 5px;
  }
  header .logo img {
    vertical-align: middle;
    max-height: 63px;
  }
}

header .logo img {
  vertical-align: middle;
}

header .menubutton {
  position: absolute;
  top: 1rem;
  left: 1rem;
  cursor: pointer;
}

header .menubutton img {
  vertical-align: middle;
}

header .menu {
  position: fixed;
  top: 0;
  left: -270px;
  width: 250px;
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
  background-color: white;
  height: 100%;
  -webkit-box-shadow: 0 0 20px #4a46463d;
          box-shadow: 0 0 20px #4a46463d;
  padding: 1rem;
  -webkit-transition: left 1s;
  transition: left 1s;
  z-index: 1000;
}

header .menu.opened {
  left: 0;
}

header .menu .close {
  position: absolute;
  top: 3rem;
  left: 1rem;
  cursor: pointer;
}

header .menu ul {
  margin: 2rem 0 0;
  padding: 0;
  list-style-type: none;
}

header .menu ul li {
  margin: 1rem 0;
}

header .menu ul li a {
  color: #363f45;
  text-decoration: none;
  display: block;
}

header .menu ul li a:hover {
  text-decoration: underline;
}

header h1 {
  margin: 0;
  padding: 4rem 0;
  line-height: 0.8;
}

@media screen and (max-width: 980px) {
  header h1 {
    padding: 20% 0;
  }
}

.home-map {
  font-size: 3.5rem;
  text-align: center;
  height: 900px;
  position: relative;
  background: url("../img/home-map.jpg") center bottom repeat-x;
}

@media screen and (max-width: 980px) {
  .home-map {
    background: white;
  }
}

.home-map h2 {
  color: #363f45;
  font-size: 1em;
  margin-bottom: 0;
}

.home-map .h3 {
  color: #363f45;
  font-size: 0.4em;
  margin-top: 10px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.home-map .map-elements {
  width: 100%;
  height: 675px;
  position: absolute;
  bottom: 50px;
  background: url(../img/map-over.png) center bottom no-repeat !important;
}

.home-map .map-elements .popup {
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 2px 30px 0px rgba(88, 64, 75, 0.16);
          box-shadow: 0px 2px 30px 0px rgba(88, 64, 75, 0.16);
  position: absolute;
  width: 420px;
  min-height: 300px;
  z-index: 167;
  top: 50%;
  right: 50%;
  margin-right: -744px;
  margin-top: -192px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  text-align: right;
  cursor: pointer;
  display: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.home-map .map-elements .popup i {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #363f45;
  font-size: 28px;
}

.home-map .map-elements .popup img {
  height: 80px;
}

.home-map .map-elements .popup h3 {
  color: #363f45;
  margin: 10px 0;
  font-size: 24px;
  margin-bottom: 0;
}

.home-map .map-elements .popup p {
  color: #363f45;
  margin: 10px 0;
  font-size: 22px;
}

.home-map .map-elements .pin {
  position: absolute;
  top: 50%;
  right: 50%;
  cursor: pointer;
  width: 120px;
  height: 150px;
  background: none !important;
}

.home-map .map-elements .pin:focus {
  outline: 2px solid red;
}

.home-map .map-elements .pin.cow {
  margin-right: -744px;
  margin-top: -192px;
}

.home-map .map-elements .pin.cow2 {
  margin-right: -587px;
  margin-top: -192px;
}

.home-map .map-elements .pin.fruits {
  margin-right: -274px;
  margin-top: -229px;
}

.home-map .map-elements .pin.fabrika {
  margin-right: 60px;
  margin-top: 29px;
}

.home-map .map-elements .pin.office {
  margin-right: 444px;
  margin-top: 133px;
}

.home-map .map-elements .pin.field {
  margin-right: 499px;
  margin-top: -254px;
}

.home-map .map-elements .pin.danone {
  margin-right: 353px;
  margin-top: -71px;
}

.home-map .map-elements .pin.shop {
  margin-right: 683px;
  margin-top: -60px;
}

.divider {
  width: 2.5rem;
  height: 3.5rem;
  border-radius: 44%;
  margin: 0 auto;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  top: -20px;
  margin-bottom: -40px;
  background: url("../img/backarr.png") center no-repeat white;
}

.divider .line {
  display: none;
  width: 3px;
  height: 1.5rem;
  background-color: #363f45;
  margin: 0 auto;
}

.slides-container {
  position: relative;
  margin-bottom: -49px;
  clip: rect(0, auto, auto, 0);
}

.slides-container .main-anchor {
  position: absolute;
  width: 90px;
  top: 0;
  right: 100px;
  z-index: 2;
  display: none;
}

.slides-container .main-anchor.sticky {
  position: fixed;
  right: 118px;
}

.slides-container .main-anchor .icon {
  border: 4px solid white;
  border-radius: 9999px;
  width: 90px;
  height: 90px;
  background: url("") center center no-repeat;
  background-color: black;
  position: absolute;
  top: 130px;
}

.slides-container .main-anchor .arrows {
  position: absolute;
  top: 120px;
  right: -70px;
}

.slides-container .main-anchor .arrows .down {
  cursor: pointer;
  width: 55px;
  height: 55px;
  background: url("../img/arrow-down.png") center center no-repeat !important;
}

.slides-container .main-anchor .arrows .up {
  cursor: pointer;
  width: 55px;
  height: 55px;
  background: url("../img/arrow-up.png") center center no-repeat !important;
  margin-bottom: 10px;
}

@media screen and (max-width: 980px) {
  .slides-container .slide-wrap, .slides-container .slide {
    height: 860px;
  }
}

.slides-container .slide-wrap {
  position: relative;
  width: 100%;
  height: 820px;
}

.slides-container .slide-wrap:nth-child(even) .text-box {
  right: auto;
  left: 210px;
}

.slides-container .slide-wrap:first-of-type .anchor {
  top: 130px;
}

.slides-container .slide-wrap:first-of-type .anchor .icon {
  top: 0px;
}

.slides-container .slide-wrap:first-of-type .arrows {
  top: 20px;
}

.slides-container .slide-wrap:first-of-type .arrows .up {
  display: none;
}

.slides-container .slide-wrap:last-of-type .anchor {
  height: 95%;
}

.slides-container .slide-wrap:last-of-type .arrows {
  top: 150px;
}

.slides-container .slide-wrap:last-of-type .arrows .down {
  display: none;
}

.slides-container .slide {
  width: 100%;
  height: 820px;
  position: absolute;
  clip: rect(0, auto, auto, 0);
}

.slides-container .slide.white .text-box h2, .slides-container .slide.white .text-box p {
  color: white;
}

.slides-container .slide .arrows {
  position: absolute;
  top: 120px;
  right: -70px;
}

.slides-container .slide .arrows .down {
  cursor: pointer;
  width: 55px;
  height: 55px;
  background: url("../img/arrow-down.png") center center no-repeat !important;
}

.slides-container .slide .arrows .up {
  cursor: pointer;
  width: 55px;
  height: 55px;
  background: url("../img/arrow-up.png") center center no-repeat !important;
  margin-bottom: 10px;
}

@supports (-ms-ime-align: auto) {
  .slides-container .slide .anchor {
    position: absolute !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .slides-container .slide .anchor {
    position: absolute !important;
  }
}

.slides-container .slide .anchor {
  position: absolute;
  width: 90px;
  top: 0;
  right: 100px;
  height: 100%;
  background: url("../img/dots.png") center top repeat-y;
  opacity: 1;
  position: fixed;
  right: 118px;
}

.slides-container .slide .anchor.ie {
  position: absolute !important;
}

.slides-container .slide .anchor.sticky {
  position: fixed;
  right: 118px;
  opacity: 1;
}

.slides-container .slide .anchor .icon {
  border: 4px solid white;
  border-radius: 9999px;
  width: 90px;
  height: 90px;
  background: url("") center center no-repeat;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: black;
  position: absolute;
  top: 130px;
}

@media screen and (max-width: 980px) {
  .slides-container .slide .anchor {
    position: absolute !important;
  }
}

.slides-container .slide .text-box {
  position: absolute;
  top: 140px;
  right: 280px;
  width: 555px;
}

.slides-container .slide .text-box h2 {
  font-size: 100px;
  color: #363f45;
  margin: 0;
  line-height: 0.8;
  margin-bottom: 10px;
}

.slides-container .slide .text-box p {
  font-size: 22px;
  margin-top: 0;
  color: #363f45;
}

.slides-container .slide .text-box a {
  text-decoration: none;
}

.slides-container .slide .text-box .btn {
  font-weight: bold;
  font-size: 22px;
  color: white;
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  width: auto;
  padding: 0 60px;
  line-height: 76px;
}

.slides-container .slide .text-box .btn:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

main {
  position: relative;
  margin: 0 2%;
}

main .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 980px) {
  main .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main .top .column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media screen and (max-width: 980px) {
  main .top .column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

main .top .column.right .text {
  max-width: 737px;
  width: 100%;
  background-color: #fff;
  padding: 0 5% 0 10%;
  min-height: 31rem;
  margin-top: 2rem;
  margin-left: 0;
  margin-right: auto;
}

@media screen and (max-width: 980px) {
  main .top .column.right .text {
    max-width: none;
    margin-top: 2vw;
    min-height: 0;
  }
}

main .top .column.right .image {
  padding-left: 5%;
  text-align: left;
}

@media screen and (max-width: 980px) {
  main .top .column.right .image {
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  main .top .column.right .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main .top .column.right .image:before {
    padding-top: 100%;
    display: block;
    content: "";
  }
}

main .top .column.left .text {
  max-width: 737px;
  width: 100%;
  background-color: #fff;
  padding: 0 1% 0 14%;
}

@media screen and (max-width: 980px) {
  main .top .column.left .image {
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  main .top .column.left .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main .top .column.left .image:before {
    padding-top: 100%;
    display: block;
    content: "";
  }
}

main .top .column .text .stripe {
  width: 20%;
  height: 0.8rem;
  margin-bottom: 2rem;
}

main .middle {
  margin: 2rem 0;
}

main .middle .image {
  text-align: center;
}

@media screen and (max-width: 980px) {
  main .middle .image {
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  main .middle .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main .middle .image:before {
    padding-top: 100%;
    display: block;
    content: "";
  }
}

main .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 980px) {
  main .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main .bottom .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 737px;
  width: 100%;
  background-color: #fff;
  margin-left: 0;
  margin-right: auto;
  padding: 0 2.5% 0 5%;
}

@media screen and (max-width: 980px) {
  main .bottom .text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

main .bottom .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media screen and (max-width: 980px) {
  main .bottom .image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  main .bottom .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main .bottom .image:before {
    padding-top: 100%;
    display: block;
    content: "";
  }
}

footer {
  position: relative;
  margin: 2rem 2% 1rem;
}

footer .backtotop {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

footer .backtotop .inner {
  width: 3px;
  height: 1.5rem;
  background-color: #363f45;
  margin: 0 auto;
}

footer nav {
  width: 100%;
  max-width: 1120px;
  color: #fff;
  margin: 1rem auto;
}

footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer nav ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: center;
  position: relative;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 980px) {
  footer nav ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

footer nav ul li:hover {
  opacity: 0.8;
}

footer nav ul li img {
  margin-bottom: 1rem;
}

footer nav ul li a.overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  font-size: 0;
  line-height: 0;
  z-index: 1;
}

footer .bottom_menu {
  width: 100%;
  margin: 1rem auto;
  text-align: center;
}

footer .bottom_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}

footer .bottom_menu ul li {
  padding: 0 1rem;
}

footer .bottom_menu ul li a {
  color: #363f45;
  text-decoration: none;
}

footer .bottom_menu ul li a:hover {
  text-decoration: underline;
}

footer .bottom_menu > img {
  margin: 0 auto;
}

.mobile-map-elements {
  display: none;
}

@media screen and (max-width: 980px) {
  header {
    font-size: 0;
    padding: 0;
  }
  .home-menu {
    top: -60px;
    margin-bottom: -60px;
  }
  .slides-container .slide-wrap:nth-child(even) .text-box {
    right: 120px;
    left: auto;
  }
  .slides-container .slide-wrap:first-of-type .arrows {
    top: 93px !important;
  }
  .slides-container .slide .arrows {
    top: 223px !important;
    right: 12px !important;
  }
  .slides-container .slide .text-box {
    position: absolute;
    top: 56px;
    right: 106px;
    width: 320px;
  }
  .slides-container .slide .text-box p {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.1;
  }
  .slides-container .slide .text-box .btn {
    padding: 0 50px;
    line-height: 60px;
  }
  .slides-container .slide .text-box h2 {
    font-size: 60px;
  }
  .slides-container .slide .anchor {
    right: 20px;
    width: 80px;
    background: none;
    position: fixed;
  }
  .slides-container .slide .anchor .icon {
    width: 80px;
    height: 80px;
  }
  .home-map {
    height: auto;
  }
  .home-map .map-elements {
    display: none;
  }
  .home-map .mobile-map-elements {
    display: block;
    position: relative;
  }
  .home-map .mobile-map-elements .map-bg {
    width: 100%;
    height: auto;
  }
  .home-map .mobile-map-elements .map-bg.faded {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-filter: grayscale(50%) brightness(40%);
            filter: grayscale(50%) brightness(40%);
    opacity: 1;
  }
  .home-map .mobile-map-elements .map-bg.faded:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: black;
  }
  .home-map .mobile-map-elements .popup {
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 2px 30px 0px rgba(88, 64, 75, 0.16);
            box-shadow: 0px 2px 30px 0px rgba(88, 64, 75, 0.16);
    position: absolute;
    width: 420px;
    min-height: 300px;
    z-index: 167;
    top: 50%;
    right: 50%;
    margin-right: -744px;
    margin-top: -192px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px;
    text-align: right;
    cursor: pointer;
    display: none;
    position: absolute;
    left: 50%;
    margin-top: -250px;
    margin-left: -210px;
    right: auto;
  }
  .home-map .mobile-map-elements .popup i {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #363f45;
    font-size: 28px;
  }
  .home-map .mobile-map-elements .popup img {
    height: 80px;
  }
  .home-map .mobile-map-elements .popup h3 {
    color: #363f45;
    margin: 10px 0;
    font-size: 24px;
    margin-bottom: 0;
  }
  .home-map .mobile-map-elements .popup p {
    color: #363f45;
    margin: 10px 0;
    font-size: 22px;
  }
  .home-map .mobile-map-elements .pin {
    position: absolute;
    top: 50%;
    right: 50%;
    cursor: pointer;
    width: 120px;
    height: 150px;
  }
  .home-map .mobile-map-elements .pin.cow {
    margin-right: -226px;
    margin-top: -602px;
  }
  .home-map .mobile-map-elements .pin.cow2 {
    margin-right: -84px;
    margin-top: -602px;
  }
  .home-map .mobile-map-elements .pin.fruits {
    margin-right: 46px;
    margin-top: -505px;
  }
  .home-map .mobile-map-elements .pin.fabrika {
    margin-right: 39px;
    margin-top: -208px;
  }
  .home-map .mobile-map-elements .pin.office {
    margin-right: -220px;
    margin-top: -72px;
  }
  .home-map .mobile-map-elements .pin.field {
    margin-right: 73px;
    margin-top: 231px;
  }
  .home-map .mobile-map-elements .pin.danone {
    margin-right: -90px;
    margin-top: 136px;
  }
  .home-map .mobile-map-elements .pin.shop {
    margin-right: 22px;
    margin-top: 409px;
  }
}

.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  transition: .4s all;
}

.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

.checkbox-192 {
  position: absolute;
}

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("//i.imgur.com/TxzC70f.png") no-repeat;
  cursor: pointer;
}

@font-face {
  font-family: "strauss";
  src: url("../fonts/strauss-he-light-webfont.eot");
  src: url("../fonts/strauss-he-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/strauss-he-light-webfont.woff") format("woff"), url("../fonts/strauss-he-light-webfont.ttf") format("truetype"), url("../fonts/strauss-he-light-webfont.svg#strausslight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "strauss";
  src: url("../fonts/strauss-he-regular-webfont.eot");
  src: url("../fonts/strauss-he-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/strauss-he-regular-webfont.woff") format("woff"), url("../fonts/strauss-he-regular-webfont.ttf") format("truetype"), url("../fonts/strauss-he-regular-webfont.svg#straussregular") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "strauss";
  src: url("../fonts/strauss-he-bold-webfont.eot");
  src: url("../fonts/strauss-he-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/strauss-he-bold-webfont.woff") format("woff"), url("../fonts/strauss-he-bold-webfont.ttf") format("truetype"), url("../fonts/strauss-he-bold-webfont.svg#straussbold") format("svg");
  font-weight: 700;
  font-style: normal;
}

/* ==========================================================================
   English Fonts
   ========================================================================== */
@font-face {
  font-family: 'straussen';
  src: url("../fonts/strauss-en-bold-webfont.eot");
  src: url("../fonts/strauss-en-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/strauss-en-bold-webfont.woff") format("woff"), url("../fonts/strauss-en-bold-webfont.ttf") format("truetype"), url("../fonts/strauss-en-bold-webfont.svg#straussbold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'straussen';
  src: url("../fonts/strauss-en-light-webfont.eot");
  src: url("../fonts/strauss-en-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/strauss-en-light-webfont.woff") format("woff"), url("../fonts/strauss-en-light-webfont.ttf") format("truetype"), url("../fonts/strauss-en-light-webfont.svg#strausslight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'straussen';
  src: url("../fonts/strauss-en-regular-webfont.eot");
  src: url("../fonts/strauss-en-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/strauss-en-regular-webfont.woff") format("woff"), url("../fonts/strauss-en-regular-webfont.ttf") format("truetype"), url("../fonts/strauss-en-regular-webfont.svg#straussregular") format("svg");
  font-weight: 500;
  font-style: normal;
}
/*# sourceMappingURL=style.css.map */