.rotate-anim, .section11 .cr-t-wr > i, .section10 .rotate, .section8 .gr-logo, .section3 .gr-logo, .section2 .gr-logo, .section1 .rotate, .loading-scr.-animate .rotate {
  -webkit-animation: rotate-animation 12s infinite linear;
  animation: rotate-animation 12s infinite linear;
}

@keyframes rotate-animation {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-animation {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-animation {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate-animation {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.marqueue-anim, .loading-scr.-animate .bot-tt > i {
  -webkit-animation: marqueue-animation 9999s infinite linear;
  animation: marqueue-animation 9999s infinite linear;
}

@keyframes marqueue-animation {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
  }
}
@-webkit-keyframes marqueue-animation {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
  }
}
@-moz-keyframes marqueue-animation {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
  }
}
@-o-keyframes marqueue-animation {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
  }
}
.container {
  overflow: hidden;
  min-height: 100%;
}
.container .inner {
  max-width: 1260px;
  margin: 0 auto;
}

.gr-logo {
  position: absolute;
  width: 112px;
  height: 112px;
  font-size: 100px;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -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;
}
.gr-logo > i {
  position: absolute;
}
.gr-logo .fg-logo-p1 {
  font-size: 44%;
}
.gr-logo .fg-logo-cr {
  font-size: 100%;
}
.gr-logo .fg-logo-pn {
  font-size: 4.8%;
  top: 50%;
}

.loading-scr {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
}
.loading-scr:before, .loading-scr:after,
.loading-scr .line-wr:before,
.loading-scr .line-wr:after {
  content: "";
  display: block;
  position: absolute;
}
.loading-scr:before, .loading-scr:after {
  right: 0;
  left: 0;
  height: 8px;
  background: #F98A3C;
}
.loading-scr:before {
  top: 0;
}
.loading-scr:after {
  bottom: 0;
}
.loading-scr .line-wr:after {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.loading-scr:before, .loading-scr:after,
.loading-scr .fg-arr2,
.loading-scr .line-wr:before,
.loading-scr .gr-logo,
.loading-scr .bot-tt {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.loading-scr.-animate .rotate {
  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  -o-animation-duration: 6s;
  animation-duration: 6s;
}
.loading-scr.-animate .line-wr:before {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.loading-scr.-animate .line-wr:after {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.loading-scr.-animate .gr-logo,
.loading-scr.-animate .bot-tt {
  -webkit-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -ms-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.loading-scr.-animate .fg-arr2 {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.loading-scr.-logo-away .gr-logo {
  -ms-transform: translateY(-42vh) scale(0.55) rotate(7200deg);
  -webkit-transform: translateY(-42vh) scale(0.55) rotate(7200deg);
  transform: translateY(-42vh) scale(0.55) rotate(7200deg);
  -webkit-transition-delay: unset;
  -moz-transition-delay: unset;
  -ms-transition-delay: unset;
  -o-transition-delay: unset;
  transition-delay: unset;
}
.loading-scr:not(.-animate) .fg-arr2,
.loading-scr:not(.-animate) .gr-logo,
.loading-scr:not(.-animate) .line-wr:before,
.loading-scr:not(.-animate) .line-wr:after,
.loading-scr:not(.-animate) .bot-tt {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.loading-scr:not(.-animate):before,
.loading-scr:not(.-animate) .fg-arr2 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
}
.loading-scr:not(.-animate) .line-wr:before {
  transform: translateY(-40vh);
  -webkit-transform: translateY(-40vh);
  -ms-transform: translateY(-40vh);
}
.loading-scr:not(.-animate):not(.-logo-away) .gr-logo,
.loading-scr:not(.-animate) .line-wr:after {
  transform: scale(0.01);
  -moz-transform: scale(0.01);
  -webkit-transform: scale(0.01);
  -o-transform: scale(0.01);
  -ms-transform: scale(0.01);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=$s, M12=0, M21=0, M22=$s, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.01, M12=0, M21=0, M22=0.01, SizingMethod="auto expand");
}
.loading-scr:not(.-animate):after {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
}
.loading-scr .line-wr {
  position: absolute;
  top: 6px;
  right: 50%;
  width: 48px;
  height: 32vh;
  margin-right: -24px;
}
@media all and (max-width: 768px) {
  .loading-scr .line-wr {
    height: 28vh;
  }
}
.loading-scr .line-wr:before, .loading-scr .line-wr:after {
  bottom: 0;
  right: 50%;
  background: #F98A3C;
}
.loading-scr .line-wr:before {
  top: 0;
  width: 1px;
  height: 100%;
}
.loading-scr .line-wr:after {
  width: 22px;
  height: 22px;
  margin: 0 -11px -11px 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.loading-scr .fg-arr2 {
  display: block;
  line-height: 28px;
  font-size: 27px;
}
.loading-scr .gr-logo {
  top: 100%;
  right: 50%;
  margin: 80px -90px 0 0;
  width: 180px;
  height: 180px;
  font-size: 180px;
}
@media all and (max-width: 768px) {
  .loading-scr .gr-logo {
    margin: 50px -60px 0 0;
    width: 120px;
    height: 120px;
    font-size: 120px;
  }
}
.loading-scr .rotate {
  position: relative;
  width: 100%;
  height: 100%;
}
.loading-scr .rotate > i {
  position: absolute;
}
.loading-scr .bot-tt {
  bottom: 60px;
  right: 0;
  left: 0;
  height: 26px;
}
.loading-scr .bot-tt > i {
  width: 50000vw;
}
@media all and (max-width: 768px) {
  .loading-scr .bot-tt {
    height: 20px;
  }
  .loading-scr .bot-tt > i {
    width: 130000vw;
  }
}

.bot-tt {
  position: absolute;
  width: 100%;
}
.bot-tt > i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 100%;
  background: url(https://dulce.wemake.co.il/mod/main/img/bot-tt.webp) left center repeat-x;
  -ms-background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.st-bt {
  padding: 5px 30px;
  text-align: center;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.st-bt.-brr {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  border-radius: 50px;
}

.text {
  line-height: 32px;
}

.stroke-tt {
  font-size: 64px;
  font-weight: 800;
  line-height: 50px;
  -webkit-text-stroke: 1px #AC835E;
  -webkit-text-fill-color: transparent;
}

.gr-logo.-crc {
  z-index: -1;
  width: 260px;
  height: 260px;
  font-size: 260px;
}
.gr-logo.-crc .circle {
  display: block;
  width: 200px;
  height: 200px;
  background: #F98A3C;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}

.header {
  position: fixed;
  z-index: 51;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  border-top: 8px solid #F98A3C;
}
.header .inner {
  position: relative;
  height: 85px;
}
.header .inner, .header a:not(:hover) {
  color: #000;
}
.header .inner,
.header .menu-wr ul {
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.header .inner,
.header .menu-wr ul,
.header .menu-wr a,
.header .phone-wr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .menu-wr {
  max-width: 40%;
  min-width: 400px;
  font-weight: 400;
  font-size: 18px;
}
.header .menu-wr, .header .menu-wr ul, .header .menu-wr li, .header .menu-wr a {
  height: 100%;
}
.header .menu-wr ul {
  width: 100%;
  list-style: none;
}
.header .menu-wr ul li:not(:last-child) {
  margin-left: 20px;
}
.header .phone-wr:before,
.header .gr-logo {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.header .phone-wr {
  margin-right: 20px;
}
.header .phone-wr:before {
  content: "";
  display: inline-block;
  background: #F98A3C;
  width: 8px;
  height: 8px;
  margin: 2px 0 0 5px;
}
.header .phone-tt {
  font-size: 18px;
  margin: 2px 0 0 5px;
}
.header .phone {
  font-size: 20px;
  font-weight: 400;
}
.header .gr-logo, .header .line {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header .gr-logo {
  z-index: 2;
  cursor: pointer;
  bottom: -52px;
  left: 0%;
  margin-right: -56px;
  background: #fff;
}
.header .line {
  display: block;
  position: absolute;
  bottom: 0;
  width: 1200px;
  height: 1px;
  background: rgba(59, 33, 14, 0.5);
}
.header .line.-l1 {
  right: 0;
  margin-right: -75px;
}

@media all and (max-width: 768px) {
  html, body, input, select, textarea, button {
    font-size: 16px;
  }
  .container {
    padding-top: 76px;
  }
  .container .inner {
    width: auto;
    max-width: 600px;
    padding: 0 5%;
  }
  .text {
    line-height: 26px;
  }
  .stroke-tt {
    font-size: 48px;
    line-height: 45px;
  }
  .gr-logo.-crc {
    width: 140px;
    height: 140px;
    font-size: 140px;
    bottom: -30px;
    left: -35px;
  }
  .gr-logo.-crc .circle {
    width: 78.5714285714%;
    height: 78.5714285714%;
  }
}
@media all and (max-width: 425px) {
  .gr-logo.-crc {
    width: 32.9411764706vw;
    height: 32.9411764706vw;
    font-size: 32.9411764706vw;
  }
}

@media all and (max-width: 1320px) and (min-width: 769px) {
  .container .inner {
    padding-right: 3%;
    padding-left: 3%;
    max-width: none;
  }
  .header .menu-wr {
    min-width: 35%;
  }
  .stroke-tt {
    font-size: 4.8484848485vw;
  }
}
@media all and (max-width: 1152px) and (min-width: 769px) {
  html, body, input, select, textarea, button {
    font-size: 18px;
  }
  .text {
    line-height: 26px;
  }
  .header .phone-tt {
    font-size: 16px;
    margin-top: 0;
  }
  .header .phone {
    font-size: 16px;
  }
}
.section1 {
  position: relative;
}
.section1 .inner,
.section1 .title2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.section1 .inner {
  min-height: 930px;
  padding-top: 75px;
  padding-bottom: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section1 .text-wr {
  width: 100%;
  max-width: 620px;
  margin-bottom: 150px;
}
.section1 .title1 {
  font-weight: 400;
  font-size: 19px;
  margin-bottom: 30px;
  letter-spacing: 8px;
  display: inline-block;
}
.section1 .title2 {
  font-size: 96px;
  margin-bottom: 70px;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.section1 .title3 {
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 5px;
}
.section1 .image-wr {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 50%;
  width: 800px;
  height: 800px;
  margin: -395px 20px 0 0;
  font-size: 400px;
}
.section1 .image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -ms-background-size: auto 83%;
  -o-background-size: auto 83%;
  -moz-background-size: auto 83%;
  -webkit-background-size: auto 83%;
  background-size: auto 83%;
}
@media all and (min-width: 1281px) {
  .section1 .image {
    background-image: url(https://dulce.wemake.co.il/mod/main/img/dessert.webp);
  }
}
@media all and (max-width: 1280px) {
  .section1 .image {
    background-image: url(https://dulce.wemake.co.il/mod/main/img/dessert-1280.webp);
  }
}
.section1 [class^=bg],
.section1 [class^=fg-cr-],
.section1 [class^=fg-text] {
  position: absolute;
  display: block;
}
.section1 .rotate {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-animation-duration: 25s;
  -moz-animation-duration: 25s;
  -o-animation-duration: 25s;
  animation-duration: 25s;
}
.section1 .fg-cr-l1 {
  font-size: 100%;
  margin: 25px 20px 0 0;
}
.section1 .fg-cr-t1 {
  font-size: 236.25%;
  top: -7%;
  left: -10.6%;
}
.section1 [class^=bg] {
  background-repeat: no-repeat;
  background-position: center;
}
.section1 .fg-text1,
.section1 .fg-text2 {
  color: #d8d3cf;
  left: 50%;
}
.section1 .fg-text1 {
  bottom: 200px;
  margin-left: 520px;
  font-size: 73px;
}
.section1 .fg-text2 {
  font-size: 69px;
  bottom: 120px;
  margin-left: 640px;
}
.section1 .down-bt {
  cursor: pointer;
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: 570px;
  width: 122px;
  height: 122px;
  background: #F98A3C;
  font-size: 39px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media all and (min-width: 769px) {
  .section1 .bg1 {
    left: 50%;
    bottom: 190px;
    margin-left: 810px;
    width: 300px;
    height: 297px;
    background-image: url(https://dulce.wemake.co.il/mod/main/img/s1-1.webp);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    filter: grayscale(1);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
  }
  .section1 .bg2 {
    top: 80px;
    right: 50%;
    margin-right: 845px;
    width: 157px;
    height: 129px;
    background-image: url(https://dulce.wemake.co.il/mod/main/img/s1-2.webp);
    -moz-filter: blur(7px);
    -webkit-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
  }
  .section1 .bg3 {
    bottom: 65px;
    right: 50%;
    margin-right: 800px;
    width: 234px;
    height: 157px;
    background-image: url(https://dulce.wemake.co.il/mod/main/img/s1-3.webp);
    -moz-filter: blur(3px);
    -webkit-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
  }
}

@media all and (max-width: 768px) {
  .section1 .inner {
    display: block;
    padding-top: 20px;
    padding-bottom: 70px;
    min-height: 0;
  }
  .section1 .text-wr {
    margin: 0 auto 50px;
    text-align: center;
  }
  .section1 .title1 {
    font-size: 14px;
    letter-spacing: 6px;
    margin-bottom: 20px;
  }
  .section1 .title2 {
    font-size: 55px;
    max-width: 355px;
    margin: 0 auto 20px;
  }
  .section1 .title3 {
    margin-bottom: 5px;
    font-size: 24px;
  }
  .section1 .text {
    line-height: initial;
    font-size: 14px;
  }
  .section1 .image-wr {
    position: relative;
    top: auto;
    right: auto;
    width: 330px;
    height: 330px;
    margin: 40px auto;
    font-size: 200px;
  }
  .section1 .image {
    -ms-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .section1 .fg-cr-t1 {
    font-size: 480px;
    top: -65px;
    left: -82px;
  }
  .section1 .fg-cr-l1 {
    margin: -25px -25px 0 0;
  }
  .section1 .down-bt {
    margin: 0;
    left: 5%;
    bottom: -38px;
    width: 76px;
    height: 76px;
    font-size: 30px;
  }
}
@media all and (max-width: 425px) {
  .section1 .inner {
    padding-bottom: 16.4705882353vw;
  }
  .section1 .title2 {
    font-size: 12.9411764706vw;
    max-width: 83.5294117647vw;
  }
  .section1 .title3 {
    font-size: 5.6470588235vw;
  }
  .section1 .image-wr {
    width: 77.6470588235vw;
    height: 77.6470588235vw;
    margin: 9.4117647059vw auto;
    font-size: 47.0588235294vw;
  }
  .section1 .fg-cr-t1 {
    font-size: 112.9411764706vw;
    top: -15.2941176471vw;
    left: -19.2941176471vw;
  }
  .section1 .fg-cr-l1 {
    margin: -5.8823529412vw -5.8823529412vw 0 0;
  }
  .section1 .down-bt {
    bottom: -8.9411764706vw;
    width: 17.8823529412vw;
    height: 17.8823529412vw;
    font-size: 7.0588235294vw;
  }
}

@media all and (max-width: 1920px) and (min-width: 769px) {
  .section1 .bg1 {
    margin-left: 700px;
  }
  .section1 .bg2, .section1 .bg3 {
    right: auto;
    left: 0;
    margin: 0;
    -ms-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .section1 .bg2 {
    width: 8.1770833333vw;
  }
  .section1 .bg3 {
    width: 12.1875vw;
  }
  .section1 .fg-text1 {
    margin-left: 400px;
  }
  .section1 .fg-text2 {
    margin-left: 520px;
  }
}
@media all and (max-width: 1650px) and (min-width: 769px) {
  .section1 .inner {
    min-height: 56.3636363636vw;
  }
  .section1 .text-wr {
    max-width: 35vw;
    margin-bottom: 60px;
  }
  .section1 .title2 {
    font-size: 5.8181818182vw;
    margin-bottom: 3.6363636364vw;
  }
  .section1 .title3 {
    font-size: 2.4242424242vw;
  }
  .section1 .text {
    margin-bottom: 30px;
  }
  .section1 .image-wr {
    width: 48.4848484848vw;
    height: 48.4848484848vw;
    font-size: 24.2424242424vw;
    margin: -23.9393939394vw 0 0;
    right: 47%;
  }
  .section1 .image {
    -ms-background-size: 40vw;
    -o-background-size: 40vw;
    -moz-background-size: 40vw;
    -webkit-background-size: 40vw;
    background-size: 40vw;
  }
  .section1 .fg-text1 {
    font-size: 4.4242424242vw;
  }
  .section1 .fg-text2 {
    font-size: 4.1818181818vw;
  }
}
@media all and (max-width: 1470px) and (min-width: 769px) {
  .section1 .text-wr {
    max-width: 40vw;
  }
  .section1 .fg-text1,
  .section1 .fg-text2 {
    position: static;
    margin: 0;
  }
  .section1 .bg1 {
    display: none;
  }
  .section1 .down-bt {
    left: auto;
    right: 3%;
    width: 7.3939393939vw;
    height: 7.3939393939vw;
    font-size: 2.3636363636vw;
    bottom: -3.6363636364vw;
  }
}
@media all and (max-width: 1152px) and (min-width: 769px) {
  .section1 .title3 {
    font-size: 26px;
  }
}
.section2 {
  background: #F9F5EF;
  padding-bottom: 40px;
}
.section2 .inner {
  padding-top: 115px;
  padding-bottom: 80px;
}
.section2 .inner-wr {
  margin-bottom: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section2 .text-wr {
  width: 100%;
  max-width: 640px;
}
.section2 .row1 {
  margin-bottom: 100px;
}
.section2 .title1 {
  position: relative;
  right: -5px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 7px;
}
.section2 .title2 {
  margin-bottom: 10px;
}
.section2 .title3 {
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 15px;
}
.section2 .text.-last {
  max-width: 535px;
}
.section2 .fg-text3 {
  margin-bottom: 20px;
  font-size: 75px;
  display: block;
}
.section2 .image-wr {
  position: relative;
  z-index: 1;
  max-width: 430px;
  min-width: 430px;
  height: 535px;
  margin: 0 60px 30px;
  background: #F98A3C;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  -khtml-border-radius: 500px;
  border-radius: 500px;
}
.section2 .image {
  position: absolute;
  top: -27px;
  right: -18px;
  width: 100%;
  height: 550px;
  background: url(https://dulce.wemake.co.il/mod/main/img/s2.webp) center no-repeat;
  -ms-background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.section2 .gr-logo {
  z-index: -1;
  bottom: -15px;
  right: -223px;
  width: 332px;
  height: 332px;
  font-size: 332px;
}
.section2 .gr-logo > i {
  -ms-transform: rotate(58deg);
  -webkit-transform: rotate(58deg);
  transform: rotate(58deg);
}
.section2 .gr-logo .fg-logo-pn {
  font-size: 4.75%;
}
@media all and (min-width: 769px) {
  .section2 .gr-logo .fg-logo-pn {
    margin: -1.5% 3% 0 0;
  }
}
.section2 .logos {
  border-top: 1px solid #a9a9a9;
  border-right: 1px solid #a9a9a9;
}
@media all and (min-width: 769px) {
  .section2 .logos {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.section2 .logo {
  width: 100%;
  padding: 25px 15px;
  border-bottom: 1px solid #a9a9a9;
  border-left: 1px solid #a9a9a9;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -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;
}
.section2 .logo img {
  max-width: 160px;
  max-height: 60px;
}
.section2 .bot-tt {
  position: relative;
  height: 24px;
}
.section2 .bot-tt > i {
  left: auto;
  right: -50%;
}

@media all and (max-width: 768px) {
  .section2 {
    padding-bottom: 30px;
  }
  .section2 .inner {
    padding-top: 30px;
  }
  .section2 .inner-wr {
    margin-bottom: 70px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section2 .text-wr {
    order: 1;
    max-width: none;
    margin: 0 0 30px;
  }
  .section2 .title1 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .section2 .fg-text3 {
    font-size: 50px;
    margin-bottom: 15px;
  }
  .section2 .image-wr {
    order: 2;
  }
  .section2 .image-wr {
    max-width: 300px;
    min-width: 0;
    width: 290px;
    height: 360px;
    margin: 0 auto;
  }
  .section2 .image {
    height: 102%;
    top: -15px;
    right: -10px;
    -ms-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .section2 .gr-logo {
    bottom: -28px;
    right: -47px;
    width: 150px;
    height: 150px;
    font-size: 150px;
  }
  .section2 .gr-logo > i {
    -ms-transform: rotate(108deg);
    -webkit-transform: rotate(108deg);
    transform: rotate(108deg);
  }
  .section2 .gr-logo .fg-logo-pn {
    top: 48%;
    right: 2%;
    font-size: 4.8%;
  }
  .section2 .row1 {
    margin: 0;
  }
  .section2 .row2 {
    margin-bottom: 20px;
  }
  .section2 .row2 .text {
    font-size: 18px;
    max-width: 350px;
  }
  .section2 .title3 {
    font-size: 24px;
  }
  .section2 .bot-tt {
    height: 20px;
  }
  .section2 .logos-wr {
    position: relative;
    padding-left: 20%;
  }
  .section2 .logos-wr:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 20;
    top: -1px;
    bottom: -1px;
    left: 100%;
    width: 30vw;
    background: #F9F5EF;
  }
  .section2 .logos {
    border: none;
    border-right: 1px solid #a9a9a9;
  }
  .section2 .logos .owl-stage-outer {
    overflow: visible;
  }
  .section2 .logos .owl-item {
    border-top: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
  }
  .section2 .logos .owl-item:not(:last-child) {
    border-left: 1px solid #a9a9a9;
  }
  .section2 .logos .owl-nav {
    display: none;
  }
  .section2 .logos .owl-dots {
    position: absolute;
    bottom: -35px;
    right: 0;
    left: 0;
  }
  .section2 .logos .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #E4D8C6;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
  }
  .section2 .logos .owl-dots .owl-dot:not(:last-child) {
    margin-left: 4px;
  }
  .section2 .logos .owl-dots .owl-dot.active {
    background: #FFAB71;
    width: 30px;
  }
  .section2 .logo {
    padding: 10px 5px;
    border: none;
    min-height: 65px;
  }
  .section2 .logo img {
    max-width: 115px;
    max-height: 45px;
  }
}
@media all and (max-width: 425px) {
  .section2 .fg-text3 {
    font-size: 11.7647058824vw;
  }
}

@media all and (max-width: 1650px) and (min-width: 769px) {
  .section2 .bot-tt {
    height: 1.4545454545vw;
  }
}
@media all and (max-width: 1320px) and (min-width: 769px) {
  .section2 .inner {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .section2 .inner-wr {
    margin-bottom: 70px;
  }
  .section2 .image-wr {
    margin: 0 20px 0 4%;
    max-width: 32.5757575758vw;
    min-width: 32.5757575758vw;
    height: 40.5303030303vw;
  }
  .section2 .image {
    top: -25px;
    right: -15px;
    height: 41.6666666667vw;
    -ms-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .section2 .gr-logo {
    bottom: -20px;
    right: -45px;
    width: 230px;
    height: 230px;
    font-size: 225px;
  }
  .section2 .row1 {
    margin-bottom: 80px;
  }
  .section2 .fg-text3 {
    font-size: 5.6818181818vw;
  }
  .section2 .logo {
    padding: 10px;
  }
  .section2 .logo img {
    max-width: 120px;
    max-height: 50px;
  }
}
@media all and (max-width: 1152px) and (min-width: 769px) {
  .section2 .title3 {
    font-size: 26px;
  }
}
.section3 {
  padding: 75px 0 165px;
}
.section3 .inner-wr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.section3 .fg-text4 {
  position: relative;
  display: block;
  margin-right: 200px;
  font-size: 127px;
}
.section3 .fg-text4 > i {
  display: block;
}
.section3 .fg-text4 > i:not(:first-child) {
  position: absolute;
  top: 0;
  right: 0;
}
.section3 .text-wr {
  width: 100%;
  padding-top: 60px;
  margin-left: 45px;
}
.section3 .title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
}
.section3 .text p:not(:last-child) {
  margin-bottom: 60px;
}
.section3 .image-wr {
  position: relative;
  max-width: 630px;
  min-width: 630px;
  height: 425px;
}
.section3 .image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(https://dulce.wemake.co.il/mod/main/img/s3.webp) center no-repeat;
}
.section3 .gr-logo {
  bottom: -50px;
  left: -65px;
}

@media all and (max-width: 768px) {
  .section3 {
    padding: 40px 0 60px;
  }
  .section3 .fg-text4 {
    margin: 0;
    text-align: center;
    font-size: 88px;
  }
  .section3 .inner-wr {
    display: block;
  }
  .section3 .text-wr {
    padding-top: 35px;
    margin: 0 0 30px;
  }
  .section3 .title {
    font-size: 24px;
  }
  .section3 .text p:not(:last-child) {
    margin-bottom: 30px;
  }
  .section3 .image-wr {
    max-width: 335px;
    min-width: 0;
    height: 230px;
  }
  .section3 .image {
    -ms-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .section3 .gr-logo {
    bottom: -30px;
    left: -35px;
  }
}
@media all and (max-width: 425px) {
  .section3 .fg-text4 {
    font-size: 20.7058823529vw;
  }
  .section3 .image-wr {
    max-width: 78.8235294118vw;
    height: 54.1176470588vw;
  }
}

@media all and (max-width: 1440px) and (min-width: 769px) {
  .section3 .gr-logo {
    bottom: -5.5555555556vw;
    left: -1.0416666667vw;
  }
}
@media all and (max-width: 1320px) and (min-width: 769px) {
  .section3 {
    padding: 50px 0 120px;
  }
  .section3 .inner-wr {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
  }
  .section3 .fg-text4 {
    margin-right: 9.0909090909vw;
    font-size: 9.6212121212vw;
  }
  .section3 .text-wr {
    margin-left: 20px;
  }
  .section3 .image-wr {
    max-width: 41.6666666667vw;
    min-width: 41.6666666667vw;
    height: 28.4090909091vw;
  }
  .section3 .image {
    -ms-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .section3 .gr-logo {
    width: 19.696969697vw;
    height: 19.696969697vw;
    font-size: 19.696969697vw;
  }
  .section3 .gr-logo .circle {
    width: 15.1515151515vw;
    height: 15.1515151515vw;
  }
}
@media all and (max-width: 1152px) and (min-width: 769px) {
  .section3 .title {
    font-size: 28px;
  }
}
.section4 {
  padding: 100px 0 185px;
  background: #F9F5EF;
}
.section4 .inner {
  max-width: 1466px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.section4 .text-wr {
  position: relative;
  width: 100%;
  margin: 30px 150px 0 190px;
  padding-bottom: 40px;
  border-bottom: 1px solid #3B210E;
}
.section4 .title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}
.section4 .text {
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
}
.section4 .letter-wr {
  max-width: 360px;
  min-width: 360px;
}
.section4 .fg-logo-p1 {
  font-size: 360px;
}
.section4 .fg-quote {
  position: absolute;
}
.section4 .fg-quote.-q1 {
  top: 60px;
  right: -100px;
  font-size: 50px;
}
.section4 .fg-quote.-q2 {
  left: -110px;
  bottom: -75px;
  font-size: 74px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section4 .fg-text14 {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 20px;
  font-size: 55px;
}

@media all and (max-width: 768px) {
  .section4 {
    padding: 80px 0 260px;
  }
  .section4 .inner {
    max-width: 600px;
  }
  .section4 .text-wr {
    margin: 0;
    padding: 0 0 20px;
  }
  .section4 .title {
    font-size: 30px;
  }
  .section4 .text {
    font-size: 18px;
    line-height: 30px;
  }
  .section4 .fg-quote.-q1 {
    top: -60px;
    right: 0;
    font-size: 40px;
  }
  .section4 .fg-quote.-q2 {
    left: 0;
    bottom: -75px;
    font-size: 56px;
  }
  .section4 .fg-text14 {
    font-size: 35px;
  }
}
@media all and (max-width: 425px) {
  .section4 {
    padding-bottom: 61.1764705882vw;
  }
  .section4 .title {
    font-size: 7.0588235294vw;
  }
  .section4 .fg-quote.-q1 {
    font-size: 9.4117647059vw;
  }
  .section4 .fg-quote.-q2 {
    font-size: 13.1764705882vw;
  }
}

@media all and (max-width: 1550px) and (min-width: 769px) {
  .section4 .inner {
    padding-left: 3%;
    max-width: none;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
  }
  .section4 .text-wr {
    margin: 0 8.3870967742vw 0 10.9677419355vw;
  }
  .section4 .title {
    font-size: 3.0967741935vw;
  }
  .section4 .text {
    font-size: 1.935483871vw;
    line-height: 2.4516129032vw;
  }
  .section4 .fg-quote.-q1 {
    top: 3.8709677419vw;
    right: -5.8064516129vw;
    font-size: 3.2258064516vw;
  }
  .section4 .fg-quote.-q2 {
    left: -7.0967741935vw;
    bottom: -4.8387096774vw;
    font-size: 4.7741935484vw;
  }
  .section4 .letter-wr {
    max-width: 23.2258064516vw;
    min-width: 23.2258064516vw;
  }
  .section4 .fg-logo-p1 {
    font-size: 23.2258064516vw;
  }
}
@media all and (max-width: 1320px) and (min-width: 769px) {
  .section4 {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .section4 .text-wr {
    margin-right: 5vw;
  }
}
@media all and (max-width: 1152px) and (min-width: 769px) {
  .section4 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .section4 .text-wr {
    margin-bottom: 20px;
  }
}
.section5 {
  background: #EDE1D0;
}
.section5 .inner {
  position: relative;
  padding-top: 50px;
  padding-bottom: 55px;
}
.section5 .text-wr {
  max-width: 512px;
  margin-right: 650px;
}
.section5 .title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 35px;
}
.section5 .text {
  font-weight: 400;
  line-height: initial;
}
.section5 .text p {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.section5 .text p:before {
  content: "";
  display: block;
  max-width: 5px;
  min-width: 5px;
  margin: 7px 0 7px 20px;
  background: #000;
}
.section5 .text p:not(:last-child) {
  margin-bottom: 30px;
}
.section5 .image-wr {
  position: absolute;
  top: -190px;
  left: 725px;
}
.section5 .image-wr > i {
  position: absolute;
}
.section5 .image {
  position: relative;
  width: 640px;
  height: 480px;
  background: url(https://dulce.wemake.co.il/mod/main/img/s5.webp) center no-repeat;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.section5 .fg-star.-s1 {
  top: 130px;
  right: -75px;
  font-size: 49px;
}
.section5 .fg-star.-s1:before {
  color: #EDE1D0;
}
.section5 .fg-star.-s2 {
  top: 300px;
  right: -20px;
  font-size: 100px;
}
.section5 .fg-cr-t2 {
  bottom: 50px;
  left: 260px;
  font-size: 183px;
}

@media all and (max-width: 768px) {
  .section5 .inner {
    padding-top: 100px;
  }
  .section5 .image-wr {
    top: -220px;
    left: 50%;
    margin-left: -190px;
  }
  .section5 .image {
    width: 390px;
    height: 300px;
  }
  .section5 .fg-cr-t2 {
    bottom: 40px;
    left: 190px;
    font-size: 130px;
  }
  .section5 .fg-star.-s1 {
    top: 0;
    right: 195px;
  }
  .section5 .fg-star.-s2 {
    top: 240px;
    right: 10px;
    font-size: 72px;
  }
  .section5 .text-wr {
    margin: 0;
  }
  .section5 .title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .section5 .text {
    font-size: 15px;
  }
  .section5 .text p:not(:last-child) {
    margin-bottom: 20px;
  }
  .section5 .text p:before {
    margin: 6px 0 6px 7px;
  }
}
@media all and (max-width: 425px) {
  .section5 .inner {
    padding-top: 23.5294117647vw;
  }
  .section5 .image-wr {
    top: -51.7647058824vw;
    margin-left: -44.7058823529vw;
  }
  .section5 .image {
    width: 91.7647058824vw;
    height: 70.5882352941vw;
  }
  .section5 .fg-cr-t2 {
    bottom: 9.4117647059vw;
    left: 44.7058823529vw;
    font-size: 30.5882352941vw;
  }
  .section5 .fg-star.-s1 {
    right: 45.8823529412vw;
  }
  .section5 .fg-star.-s2 {
    top: 56.4705882353vw;
    font-size: 16.9411764706vw;
  }
  .section5 .title {
    font-size: 7.0588235294vw;
  }
}

@media all and (max-width: 1550px) and (min-width: 769px) {
  .section5 .text-wr {
    margin-right: 38.7096774194vw;
  }
  .section5 .image-wr {
    top: -80px;
    right: -30px;
    left: auto;
  }
  .section5 .image {
    width: 33.5483870968vw;
    height: 25.1612903226vw;
  }
  .section5 .fg-star.-s1 {
    display: none;
  }
  .section5 .fg-star.-s2 {
    top: 15vw;
    right: 6vw;
    font-size: 6.4516129032vw;
  }
  .section5 .fg-cr-t2 {
    bottom: 0.2vw;
    left: auto;
    right: 13vw;
    font-size: 10vw;
  }
}
@media all and (max-width: 1320px) and (min-width: 769px) {
  .section5 .inner {
    padding-right: 0;
  }
  .section5 .image-wr {
    top: 50%;
    margin-top: -12.5vw;
    right: 2%;
  }
}
.section6 {
  padding: 130px 0 250px;
}
.section6 .inner {
  max-width: 950px;
  text-align: center;
}
.section6 .title1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 15px;
}
.section6 .title2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
.section6 .text {
  max-width: 580px;
  margin: 0 auto 25px;
}
.section6 .fg-text5 {
  display: block;
  margin-bottom: 35px;
  font-size: 78px;
}
.section6 .fg-amp1 {
  font-size: 60px;
  margin: 0 5px;
}
.section6 .map-bt-wr {
  margin-bottom: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section6 .map-bt {
  background: #F8F5F2;
  font-size: 18px;
  font-weight: 600;
}
.section6 .map-bt:before {
  display: inline-block;
  margin: 0 0 1px 3px;
  font-size: 90%;
  font-family: "icomoon";
}
.section6 .contact-bt {
  cursor: pointer;
  min-width: 400px;
  height: 70px;
  background: #3B210E;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.section6 .contact-bt:hover {
  background: #FF8530;
}
.section6 .contact-bt > span:after {
  content: "";
  display: inline-block;
  border: 5px solid transparent;
  border-right: 10px solid #fff;
  margin: 0 10px 1px 0;
}

@media all and (max-width: 768px) {
  .section6 {
    padding: 50px 0 45px;
  }
  .section6 .inner {
    max-width: 600px;
  }
  .section6 .title1 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .section6 .fg-text5 {
    margin-bottom: 25px;
    font-size: 58px;
  }
  .section6 .text {
    font-size: 18px;
  }
  .section6 .map-bt-wr {
    margin-bottom: 30px;
  }
  .section6 .map-bt {
    font-size: 16px;
  }
  .section6 .fg-amp1 {
    margin: 0 15px;
  }
  .section6 .title2 {
    font-size: 20px;
    max-width: 230px;
    margin: 0 auto 15px;
  }
  .section6 .contact-bt {
    font-size: 18px;
    width: 100%;
    min-width: 0;
    max-width: 385px;
    margin: 0 auto;
  }
  .section6 .contact-bt > span:after {
    border-width: 4px;
    border-right-width: 6px;
    margin-bottom: 2px;
  }
}
@media all and (max-width: 425px) {
  .section6 .title1 {
    font-size: 7.0588235294vw;
  }
  .section6 .fg-text5 {
    font-size: 13.6470588235vw;
  }
}

@media all and (max-width: 1320px) and (min-width: 769px) {
  .section6 {
    padding: 80px 0 200px;
  }
  .section6 .title1 {
    font-size: 32px;
  }
  .section6 .fg-text5 {
    font-size: 58px;
  }
  .section6 .title2 {
    font-size: 25px;
  }
  .section6 .contact-bt {
    min-width: 310px;
    height: 60px;
    font-size: 20px;
  }
}
@media all and (max-width: 1152px) and (min-width: 769px) {
  .section6 {
    padding-bottom: 13.0208333333vw;
  }
}
.section7 {
  background: #F9F5EF;
}
.section7 .inner {
  padding-top: 60px;
  padding-bottom: 95px;
  font-size: 18px;
}
.section7 .top-wr {
  position: relative;
  z-index: 1;
  height: 140px;
  margin-bottom: 20px;
}
.section7 .text {
  position: relative;
  z-index: 1;
  max-width: 560px;
}
.section7 [class^=fg-] {
  position: absolute;
}
.section7 .fg-text2 {
  font-size: 92px;
  right: -120px;
}
.section7 .fg-star:before {
  color: #3B210E;
}
.section7 .fg-star.-s1 {
  bottom: 0;
  right: -15px;
  font-size: 50px;
}
.section7 .fg-star.-s2 {
  bottom: 25px;
  right: 210px;
  font-size: 20px;
}
.section7 .fg-text6 {
  z-index: -1;
  top: 50%;
  right: 50%;
  font-size: 435px;
  margin: -135px -260px 0 0;
}
.section7 .cake {
  display: block;
  position: absolute;
  width: 335px;
  height: 300px;
  top: -180px;
  right: 350px;
}
.section7 .cake .bg {
  display: block;
  position: relative;
  z-index: -1;
  top: 70px;
  right: -30px;
  width: 200px;
  height: 200px;
  background: #F98A3C;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.section7 .cake .image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  -ms-background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
@media all and (min-width: 1281px) {
  .section7 .cake.-c1 .image {
    background-image: url(https://dulce.wemake.co.il/mod/main/img/cake1.webp);
  }
}
@media all and (max-width: 1280px) {
  .section7 .cake.-c1 .image {
    background-image: url(https://dulce.wemake.co.il/mod/main/img/cake1-1280.webp);
  }
}
.section7 .cake.-c2 {
  margin-right: 370px;
}
@media all and (min-width: 1281px) {
  .section7 .cake.-c2 .image {
    background-image: url(https://dulce.wemake.co.il/mod/main/img/cake2.webp);
  }
}
@media all and (max-width: 1280px) {
  .section7 .cake.-c2 .image {
    background-image: url(https://dulce.wemake.co.il/mod/main/img/cake2-1280.webp);
  }
}
.section7 .cake.-c3 {
  margin-right: 740px;
}
@media all and (min-width: 1281px) {
  .section7 .cake.-c3 .image {
    background-image: url(https://dulce.wemake.co.il/mod/main/img/cake3.webp);
  }
}
@media all and (max-width: 1280px) {
  .section7 .cake.-c3 .image {
    background-image: url(https://dulce.wemake.co.il/mod/main/img/cake3-1280.webp);
  }
}
.section7 .cake.-c4 {
  margin-right: 1120px;
}
@media all and (min-width: 1281px) {
  .section7 .cake.-c4 .image {
    background-image: url(https://dulce.wemake.co.il/mod/main/img/cake4.webp);
  }
}
@media all and (max-width: 1280px) {
  .section7 .cake.-c4 .image {
    background-image: url(https://dulce.wemake.co.il/mod/main/img/cake4-1280.webp);
  }
}

@media all and (max-width: 768px) {
  .section7 {
    position: relative;
    z-index: 1;
    margin-bottom: 160px;
  }
  .section7 .inner {
    padding-top: 40px;
    padding-bottom: 140px;
    font-size: 16px;
    text-align: center;
  }
  .section7 .top-wr {
    position: static;
    height: 110px;
  }
  .section7 .fg-text2 {
    position: static;
    font-size: 68px;
    margin-right: 16%;
  }
  .section7 .fg-star.-s1, .section7 .fg-star.-s2 {
    bottom: auto;
    right: auto;
  }
  .section7 .fg-star.-s1 {
    top: 28%;
    left: 52%;
    font-size: 38px;
  }
  .section7 .fg-star.-s2 {
    left: 17%;
    top: 29%;
    font-size: 15px;
  }
  .section7 .cake {
    width: 125px;
    height: 125px;
    top: auto;
    bottom: -40px;
    right: 10%;
  }
  .section7 .cake .bg {
    top: 30px;
    right: -20px;
    width: 84px;
    height: 84px;
  }
  .section7 .cake.-c2 {
    margin-right: 155px;
  }
  .section7 .cake.-c3 {
    margin-right: 310px;
  }
  .section7 .cake.-c4 {
    margin-right: 465px;
  }
  .section7 .fg-text6 {
    top: auto;
    bottom: -205px;
    right: -35px;
    font-size: 57.6470588235vw;
    line-height: 245px;
  }
}
@media all and (max-width: 425px) {
  .section7 .inner {
    padding-bottom: 32.9411764706vw;
  }
  .section7 .top-wr {
    height: 25.8823529412vw;
  }
  .section7 .fg-text2 {
    font-size: 16vw;
  }
  .section7 .cake {
    width: 29.4117647059vw;
    height: 29.4117647059vw;
    bottom: -9.4117647059vw;
  }
  .section7 .cake .bg {
    top: 7.0588235294vw;
    right: -4.7058823529vw;
    width: 19.7647058824vw;
    height: 19.7647058824vw;
  }
  .section7 .cake.-c2 {
    margin-right: 36.4705882353vw;
  }
  .section7 .cake.-c3 {
    margin-right: 72.9411764706vw;
  }
  .section7 .cake.-c4 {
    margin-right: 109.4117647059vw;
  }
  .section7 .fg-text6 {
    font-size: 245px;
  }
}

@media all and (max-width: 1920px) and (min-width: 769px) {
  .section7 .inner {
    padding-bottom: 50px;
  }
  .section7 .top-wr {
    height: 7.2916666667vw;
  }
  .section7 .fg-text2 {
    font-size: 4.7916666667vw;
    right: -6.25vw;
  }
  .section7 .fg-star.-s1 {
    right: -0.78125vw;
  }
  .section7 .fg-star.-s2 {
    bottom: 1.3020833333vw;
    right: 10.9375vw;
  }
  .section7 .fg-text6 {
    margin-right: -220px;
  }
  .section7 .cake {
    width: 17.4479166667vw;
    height: 15.625vw;
    top: -9.375vw;
    right: 18.2291666667vw;
  }
  .section7 .cake .bg {
    top: 3.6458333333vw;
    right: -1.5625vw;
    width: 10.4166666667vw;
    height: 10.4166666667vw;
  }
  .section7 .cake.-c2 {
    margin-right: 19.2708333333vw;
  }
  .section7 .cake.-c3 {
    margin-right: 38.5416666667vw;
  }
  .section7 .cake.-c4 {
    margin-right: 58.3333333333vw;
  }
}
@media all and (max-width: 1650px) and (min-width: 769px) {
  .section7 .fg-text2 {
    font-size: 4vw;
    right: 3.75vw;
  }
  .section7 .fg-star.-s1 {
    font-size: 3.0303030303vw;
  }
  .section7 .fg-star.-s2 {
    font-size: 1.2121212121vw;
  }
  .section7 .cake {
    right: 27vw;
  }
}
@media all and (max-width: 1152px) and (min-width: 769px) {
  .section7 .fg-text6 {
    margin: -100px 0 0 0;
    font-size: 32.9861111111vw;
  }
  .section7 .cake {
    top: -13vw;
  }
}
.section8 .inner {
  padding-top: 160px;
  padding-bottom: 140px;
  border-bottom: 1px solid #dfc9b6;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section8 .text-wr {
  max-width: 525px;
  min-width: 525px;
  margin: 0 0 70px 170px;
}
.section8 .title-wr {
  line-height: 45px;
  margin-bottom: 45px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.section8 .fg-amp2 {
  font-size: 100px;
  margin-left: 10px;
}
.section8 .fg-amp2:before {
  color: #ddb999;
}
.section8 .title1 {
  position: relative;
  right: -8px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 12px;
  margin-bottom: 35px;
}
.section8 .title2 {
  font-size: 60px;
  line-height: 45px;
  margin-bottom: 15px;
}
.section8 .title3 {
  font-weight: 800;
  font-size: 50px;
  margin-top: 5px;
}
.section8 .text {
  font-size: 18px;
}
.section8 .image-wr {
  position: relative;
  width: 100%;
}
.section8 .gr-logo {
  top: -80px;
  left: -10px;
}
.section8 .image {
  width: 455px;
  height: 615px;
  background: url(https://dulce.wemake.co.il/mod/main/img/s8.webp) center no-repeat;
  -ms-background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.section8 .is-inview .image,
.section8 .is-inview .fg-cr-l4 {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.section8 .is-inview .image {
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.section8 .is-inview .fg-cr-l4 {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.section8 .fg-cr-l4 {
  position: absolute;
  top: 50px;
  right: -73px;
  font-size: 530px;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

@media all and (max-width: 768px) {
  .section8 {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
  }
  .section8 .inner {
    padding-top: 0;
    padding-bottom: 60px;
    display: block;
  }
  .section8 .text-wr {
    max-width: none;
    min-width: 0;
    margin: 0 0 70px;
  }
  .section8 .title1 {
    font-size: 16px;
    letter-spacing: 8px;
    margin-bottom: 15px;
  }
  .section8 .title2 {
    font-size: 48px;
  }
  .section8 .title-wr {
    margin-bottom: 25px;
    line-height: 30px;
  }
  .section8 .title3 {
    font-size: 36px;
    margin: 0;
  }
  .section8 .fg-amp2 {
    font-size: 105px;
  }
  .section8 .image-wr {
    max-width: 385px;
  }
  .section8 .image {
    width: 260px;
    height: 350px;
    margin: 0 auto;
    -ms-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .section8 .gr-logo {
    top: -40px;
    left: -10px;
  }
  .section8 .fg-cr-l4 {
    top: 30px;
    right: 20px;
    font-size: 301px;
  }
}
@media all and (max-width: 425px) {
  .section8 .title2 {
    font-size: 11.2941176471vw;
  }
  .section8 .title3 {
    font-size: 8.4705882353vw;
    line-height: 7.0588235294vw;
  }
  .section8 .fg-amp2 {
    font-size: 24.7058823529vw;
    margin-left: 2.3529411765vw;
  }
  .section8 .image-wr {
    max-width: 90.5882352941vw;
  }
  .section8 .image {
    width: 61.1764705882vw;
    height: 82.3529411765vw;
  }
  .section8 .gr-logo {
    top: -9.4117647059vw;
    left: -2.3529411765vw;
  }
  .section8 .fg-cr-l4 {
    top: 7.0588235294vw;
    right: 4.7058823529vw;
    font-size: 70.8235294118vw;
  }
}

@media all and (max-width: 1350px) and (min-width: 769px) {
  .section8 .inner {
    padding-top: 130px;
    padding-bottom: 120px;
  }
  .section8 .text-wr {
    max-width: 46.6666666667vw;
    min-width: 46.6666666667vw;
    margin: 0 0 5.1851851852vw 5.9259259259vw;
  }
  .section8 .title1 {
    margin-bottom: 2.5925925926vw;
    letter-spacing: 0.8888888889vw;
  }
  .section8 .title2 {
    font-size: 4.4444444444vw;
    line-height: 3.3333333333vw;
  }
  .section8 .title-wr {
    line-height: 3.3333333333vw;
    margin-bottom: 3.3333333333vw;
  }
  .section8 .fg-amp2 {
    font-size: 7.4074074074vw;
    margin-left: 0.7407407407vw;
  }
  .section8 .title3 {
    font-size: 3.7037037037vw;
    margin-top: 0.3703703704vw;
  }
  .section8 .image {
    width: 33.7037037037vw;
    height: 45.5555555556vw;
  }
  .section8 .gr-logo {
    top: -5.9259259259vw;
    left: -0.7407407407vw;
    width: 19.2592592593vw;
    height: 19.2592592593vw;
    font-size: 19.2592592593vw;
  }
  .section8 .gr-logo .circle {
    width: 14.8148148148vw;
    height: 14.8148148148vw;
  }
  .section8 .fg-cr-l4 {
    top: 3.7037037037vw;
    right: -5.4074074074vw;
    font-size: 39.2592592593vw;
  }
}
@media all and (max-width: 1152px) and (min-width: 769px) {
  .section8 .inner {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .section8 .text-wr {
    margin-bottom: 0;
  }
}
.section9 {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.section9 .inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
}
.section9 .top-wr {
  position: relative;
  max-width: 550px;
  margin: 0 auto 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section9 .title1 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 5px;
  margin-bottom: 3px;
}
.section9 .title2 {
  line-height: 50px;
}
.section9 .text {
  font-size: 18px;
  color: #735941;
  max-width: 720px;
  margin: 0 auto 30px;
}
.section9 .fg-cr-l2,
.section9 .fg-cr-l3 {
  font-size: 60px;
}
.section9 .fg-cr-l2 {
  margin-bottom: 25px;
}
.section9 .fg-text7 {
  line-height: 65px;
  margin-right: 17px;
  font-size: 77px;
}
.section9 .fg-text8 {
  font-size: 60px;
}
.section9 .fg-star {
  position: absolute;
}
.section9 .fg-star:before {
  color: #D2CABD;
}
.section9 .fg-star.-s1 {
  top: 17px;
  right: 35px;
  font-size: 90px;
}
.section9 .fg-star.-s2 {
  bottom: 70px;
  left: 0;
  font-size: 50px;
}
.section9 .bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 726px;
  height: 623px;
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media all and (min-width: 769px) {
  .section9 .bg {
    background-image: url(https://dulce.wemake.co.il/mod/main/img/s9.webp);
  }
}
@media all and (max-width: 768px) {
  .section9 .bg {
    background-image: url(https://dulce.wemake.co.il/mod/main/img/s9-768.webp);
  }
}

@media all and (max-width: 768px) {
  .section9 {
    padding: 0 0 290px;
  }
  .section9 .inner {
    max-width: 600px;
  }
  .section9 .top-wr {
    margin-bottom: 30px;
  }
  .section9 .title1 {
    font-size: 17px;
  }
  .section9 .title2 {
    font-size: 45px;
    line-height: 40px;
  }
  .section9 .fg-text7 {
    line-height: 45px;
    margin: 0;
    font-size: 57px;
  }
  .section9 .fg-cr-l2,
  .section9 .fg-cr-l3 {
    font-size: 45px;
  }
  .section9 .fg-cr-l2 {
    margin-bottom: 15px;
  }
  .section9 .fg-star.-s1 {
    top: 17px;
    right: 20px;
    font-size: 64px;
  }
  .section9 .fg-star.-s2 {
    font-size: 35px;
  }
  .section9 .text {
    margin-bottom: 20px;
  }
  .section9 .bg {
    width: 400px;
    height: 405px;
    -ms-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
@media all and (max-width: 425px) {
  .section9 {
    padding-bottom: 68.2352941176vw;
  }
  .section9 .title1 {
    font-size: 4vw;
  }
  .section9 .title2 {
    font-size: 10.5882352941vw;
    line-height: 9.4117647059vw;
  }
  .section9 .fg-text7 {
    line-height: 10.5882352941vw;
    font-size: 13.4117647059vw;
  }
  .section9 .fg-cr-l2,
  .section9 .fg-cr-l3 {
    font-size: 10.5882352941vw;
  }
  .section9 .fg-star.-s1 {
    top: 4vw;
    right: 4.7058823529vw;
    font-size: 15.0588235294vw;
  }
  .section9 .fg-star.-s2 {
    font-size: 8.2352941176vw;
  }
  .section9 .bg {
    width: 94.1176470588vw;
    height: 95.2941176471vw;
  }
}

@media all and (max-width: 1920px) and (min-width: 769px) {
  .section9 .bg {
    right: auto;
    left: 50%;
    margin-left: 220px;
  }
}
@media all and (max-width: 1320px) and (min-width: 769px) {
  .section9 {
    padding: 80px 0;
  }
}
@media all and (max-width: 1152px) and (min-width: 769px) {
  .section9 {
    padding: 70px 0 60px;
  }
  .section9 .top-wr {
    max-width: 47.7430555556vw;
    margin: 0 auto 4.3402777778vw;
  }
  .section9 .title1 {
    font-size: 2.0833333333vw;
    letter-spacing: 0.4340277778vw;
  }
  .section9 .title2 {
    line-height: 4.3402777778vw;
  }
  .section9 .fg-cr-l2,
  .section9 .fg-cr-l3 {
    font-size: 5.2083333333vw;
  }
  .section9 .fg-cr-l2 {
    margin-bottom: 2.1701388889vw;
  }
  .section9 .fg-text7 {
    line-height: 5.6423611111vw;
    margin-right: 1.4756944444vw;
    font-size: 6.6840277778vw;
  }
  .section9 .fg-star.-s1 {
    top: 1.4756944444vw;
    right: 3.0381944444vw;
    font-size: 7.8125vw;
  }
  .section9 .fg-star.-s2 {
    bottom: 6.0763888889vw;
    font-size: 4.3402777778vw;
  }
  .section9 .bg {
    width: 45.1388888889vw;
    height: 38.6284722222vw;
    bottom: auto;
    top: 11.2847222222vw;
    margin-left: 19.0972222222vw;
    -ms-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.section10 {
  background: #fafafa;
  padding: 110px 0 470px;
}
.section10 .top-wr {
  max-width: 695px;
  margin: 0 auto 50px;
  text-align: center;
}
.section10 .title1 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 10px;
}
.section10 .text {
  font-weight: 400;
}
.section10 .gallery {
  position: relative;
  height: 790px;
}
.section10 .gallery > i, .section10 .gallery picture {
  position: absolute;
  display: block;
}
.section10 .bg1 {
  top: 60px;
  right: -55px;
  width: 500px;
  height: 570px;
  background: #F98A3C;
}
.section10 .bg2 {
  top: 25px;
  left: -145px;
  width: 525px;
  height: 565px;
  background: #3F3F3F;
}
.section10 .pic1 {
  top: 0;
  right: 0;
  max-width: 400px;
}
.section10 .pic2 {
  top: 210px;
  right: 200px;
  max-width: 545px;
}
.section10 .pic3 {
  top: 0;
  left: -125px;
  max-width: 815px;
}
.section10 .fg-text12 {
  font-size: 490px;
  margin: 20px 15px 0 0;
  display: block;
}
.section10 .md-wr {
  max-width: 1010px;
  text-align: center;
  margin: 0 auto;
  padding-top: 80px;
}
.section10 .title3 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 40px;
  line-height: 50px;
}
.section10 .fg-text9 {
  font-size: 77px;
  line-height: 55px;
}
.section10 .shedule {
  text-align: right;
  border-top: 1px solid #D2CABD;
}
.section10 .shedule .row {
  padding: 30px 0 30px 70px;
  border-bottom: 1px solid #D2CABD;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section10 .shedule .col:not(:last-child) {
  margin-left: 40px;
}
.section10 .shedule .col:nth-child(1) {
  width: 230px;
  font-weight: 400;
}
.section10 .shedule .col:nth-child(2) {
  width: 200px;
}
.section10 .shedule .col:nth-child(3) {
  width: 150px;
}
.section10 .shedule .loc:before {
  position: relative;
  top: 2px;
  display: inline-block;
  margin: 1px 0 0 5px;
  color: #B18A67;
  font-family: "icomoon";
}
.section10 .shedule .tt {
  color: #B18A67;
  margin-left: 10px;
}
.section10 .shedule .tm {
  font-size: 24px;
  direction: ltr;
  display: inline-block;
}
.section10 .fg-shed {
  display: block;
  font-size: 205px;
  margin-bottom: 50px;
}
.section10 .gr-logo {
  position: relative;
  width: 135px;
  height: 135px;
  margin: 0 auto;
  font-size: 130px;
}
.section10 .rotate {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media all and (min-width: 769px) {
  .section10 .rotate {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    -moz-animation-play-state: paused;
  }
}
.section10 .fg-logo-cr, .section10 .fg-logo-pn {
  position: absolute;
}

@media all and (max-width: 768px) {
  .section10 {
    padding: 40px 0 210px;
    background: #fff;
  }
  .section10 .inner {
    padding-right: 0;
    padding-left: 0;
  }
  .section10 .top-wr,
  .section10 .md-wr {
    padding: 0 5%;
  }
  .section10 .top-wr {
    margin-bottom: 45px;
  }
  .section10 .title1 {
    font-size: 28px;
    margin-bottom: 5px;
  }
  .section10 .text {
    font-size: 18px;
    font-weight: 200;
  }
  .section10 .gallery {
    height: 660px;
    max-width: 425px;
    margin: 0 auto;
  }
  .section10 .pic1 {
    width: 210px;
    z-index: 1;
    top: auto;
    bottom: 110px;
    right: 30px;
  }
  .section10 .pic2 {
    width: 290px;
    z-index: 2;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
  }
  .section10 .pic3 {
    width: 410px;
    right: 0;
    left: auto;
  }
  .section10 .bg1 {
    width: 260px;
    height: 300px;
    top: auto;
    bottom: 85px;
    right: 0;
  }
  .section10 .bg2 {
    width: 265px;
    height: 285px;
    top: 13px;
    left: 0;
  }
  .section10 .fg-text12 {
    font-size: 255px;
    margin: 18px 9px 0 0;
  }
  .section10 .stroke-tt {
    font-size: 36px;
    line-height: 30px;
  }
  .section10 .fg-text9 {
    font-size: 50px;
    line-height: 50px;
  }
  .section10 .title3 {
    font-size: 30px;
  }
  .section10 .md-wr {
    padding-top: 40px;
  }
  .section10 .shedule {
    text-align: center;
  }
  .section10 .shedule .row {
    padding-right: 0;
    padding-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section10 .shedule .col {
    font-size: 20px;
  }
  .section10 .shedule .col:nth-child(1) {
    width: 100%;
    margin: 0 0 15px;
    font-weight: 600;
  }
  .section10 .shedule .col:nth-child(2), .section10 .shedule .col:nth-child(3) {
    width: auto;
  }
  .section10 .shedule .col:nth-child(2) {
    margin-left: 8%;
  }
  .section10 .shedule .tt {
    font-size: 18px;
  }
  .section10 .shedule .tm {
    font-size: inherit;
  }
  .section10 .shedule .loc:before {
    font-weight: initial;
    margin-left: 0;
  }
  .section10 .fg-shed {
    font-size: 115px;
    margin-bottom: 20px;
  }
  .section10 .gr-logo {
    width: 105px;
    height: 105px;
    font-size: 102px;
  }
}
@media all and (max-width: 425px) {
  .section10 {
    padding-bottom: 49.4117647059vw;
  }
  .section10 .title1 {
    font-size: 6.5882352941vw;
  }
  .section10 .gallery {
    height: 155.2941176471vw;
  }
  .section10 .pic1 {
    width: 49.4117647059vw;
    bottom: 25.8823529412vw;
    right: 7.0588235294vw;
  }
  .section10 .pic2 {
    width: 68.2352941176vw;
  }
  .section10 .pic3 {
    width: 96.4705882353vw;
  }
  .section10 .bg1 {
    width: 61.1764705882vw;
    height: 70.5882352941vw;
    bottom: 20vw;
  }
  .section10 .bg2 {
    width: 62.3529411765vw;
    height: 67.0588235294vw;
    top: 3.0588235294vw;
  }
  .section10 .fg-text12 {
    font-size: 60vw;
    margin: 4.2352941176vw 2.1176470588vw 0 0;
  }
  .section10 .fg-text9 {
    font-size: 11.7647058824vw;
    line-height: 11.7647058824vw;
  }
  .section10 .shedule .col {
    font-size: 4.7058823529vw;
  }
  .section10 .shedule .tt {
    font-size: 4.2352941176vw;
  }
}

@media all and (max-width: 1650px) and (min-width: 769px) {
  .section10 .gallery {
    height: 715px;
    margin-right: 30px;
  }
  .section10 .bg1 {
    width: 430px;
    height: 470px;
  }
  .section10 .bg2 {
    left: -25px;
    width: 440px;
    height: 510px;
  }
  .section10 .fg-text12 {
    font-size: 405px;
    margin: 20px 15px 0 0;
  }
  .section10 .pic1 {
    width: 340px;
  }
  .section10 .pic2 {
    width: 510px;
    top: 180px;
    right: 170px;
  }
  .section10 .pic3 {
    width: 740px;
    left: 0;
  }
}
@media all and (max-width: 1320px) and (min-width: 769px) {
  .section10 {
    padding-top: 70px;
    padding-bottom: 35.6060606061vw;
  }
  .section10 .title1 {
    font-size: 3.0303030303vw;
  }
  .section10 .gallery {
    height: 54.1666666667vw;
  }
  .section10 .bg1 {
    top: 4.5454545455vw;
    right: -4.1666666667vw;
    width: 32.5757575758vw;
    height: 35.6060606061vw;
  }
  .section10 .bg2 {
    top: 1.8939393939vw;
    left: -1.8939393939vw;
    width: 33.3333333333vw;
    height: 38.6363636364vw;
  }
  .section10 .fg-text12 {
    font-size: 30.6818181818vw;
    margin: 1.5151515152vw 1.1363636364vw 0 0;
  }
  .section10 .pic1 {
    width: 25.7575757576vw;
  }
  .section10 .pic2 {
    width: 38.6363636364vw;
    top: 13.6363636364vw;
    right: 12.8787878788vw;
  }
  .section10 .pic3 {
    width: 56.0606060606vw;
  }
  .section10 .title2 {
    font-size: 4.8484848485vw;
    line-height: 3.7878787879vw;
  }
  .section10 .fg-text9 {
    font-size: 5.8333333333vw;
    line-height: 4.1666666667vw;
  }
  .section10 .title3 {
    font-size: 3.6363636364vw;
    line-height: 3.7878787879vw;
  }
  .section10 .fg-shed {
    font-size: 142px;
  }
}
@media all and (max-width: 1152px) and (min-width: 769px) {
  .section10 .shedule .tm {
    font-size: 20px;
  }
}
.section11 {
  position: relative;
  padding: 240px 0 105px;
  background: #F98A3C;
  color: #fff;
  text-align: center;
}
.section11 .dessert-wr,
.section11 .cr-t-wr {
  cursor: pointer;
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section11 .dessert-wr {
  z-index: 1;
  top: -400px;
  right: 50%;
  width: 600px;
  height: 600px;
  font-size: 610px;
  margin-right: -300px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section11 .dessert-wr > i {
  position: absolute;
  z-index: -1;
}
.section11 .dessert-wr > i:before {
  color: #000;
}
.section11 .dessert {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -ms-background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
@media all and (min-width: 1153px) {
  .section11 .dessert {
    background-image: url(https://dulce.wemake.co.il/mod/main/img/dessert.webp);
  }
}
@media all and (max-width: 1152px) {
  .section11 .dessert {
    background-image: url(https://dulce.wemake.co.il/mod/main/img/dessert-1280.webp);
  }
}
.section11 .fg-cr-l5 {
  font-size: 40.9836065574%;
}
.section11 .fg-cr-t6 {
  font-size: 100%;
}
.section11 .title {
  font-size: 36px;
  font-weight: 800;
}
.section11 .fg-text10 {
  font-size: 76px;
}
.section11 .cr-t-wr {
  bottom: -115px;
  right: 50%;
  margin-right: -108px;
  width: 216px;
  height: 216px;
  background: #F98A3C;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
@media all and (min-width: 769px) {
  .section11 .cr-t-wr:not(:hover) > i {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    -moz-animation-play-state: paused;
  }
}
.section11 .cr-t-wr > i {
  position: absolute;
}
.section11 .cr-t-wr > span {
  position: relative;
  font-size: 30px;
  font-weight: 800;
}
.section11 .fg-cr-t3 {
  font-size: 170px;
}
.section11 .bg1, .section11 .bg2, .section11 .cake {
  -ms-background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
@media all and (min-width: 769px) {
  .section11 .bg1, .section11 .bg2, .section11 .cake {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
  }
  .section11 .bg1 {
    top: -80px;
    right: -105px;
    width: 237px;
    height: 159px;
    background-image: url(https://dulce.wemake.co.il/mod/main/img/s11-1.webp);
    -moz-filter: blur(3px);
    -webkit-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
  }
  .section11 .bg2 {
    top: -80px;
    left: -45px;
    width: 219px;
    height: 189px;
    background-image: url(https://dulce.wemake.co.il/mod/main/img/s11-2.webp);
    -moz-filter: blur(6px);
    -webkit-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  .section11 .cake {
    bottom: -70px;
    width: 340px;
    height: 300px;
    background-position: bottom center;
  }
  .section11 .cake.-c1, .section11 .cake.-c2 {
    left: 50%;
  }
  .section11 .cake.-c3, .section11 .cake.-c4 {
    right: 50%;
  }
  .section11 .cake.-c1 {
    margin-left: 720px;
    background-image: url(https://dulce.wemake.co.il/mod/main/img/cake5.webp);
  }
  .section11 .cake.-c2 {
    margin-left: 360px;
    background-image: url(https://dulce.wemake.co.il/mod/main/img/cake1.webp);
  }
  .section11 .cake.-c3 {
    margin-right: 365px;
    background-image: url(https://dulce.wemake.co.il/mod/main/img/cake3.webp);
  }
  .section11 .cake.-c4 {
    margin-right: 740px;
    background-image: url(https://dulce.wemake.co.il/mod/main/img/cake6.webp);
  }
}

@media all and (max-width: 768px) {
  .section11 {
    padding-top: 125px;
  }
  .section11 .dessert-wr {
    font-size: 290px;
    top: -180px;
    width: 285px;
    height: 285px;
    margin-right: -142px;
  }
  .section11 .fg-cr-l5 {
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  .section11 .fg-text10 {
    font-size: 66px;
  }
}
@media all and (max-width: 425px) {
  .section11 {
    padding-top: 29.4117647059vw;
  }
  .section11 .dessert-wr {
    font-size: 68.2352941176vw;
    top: -42.3529411765vw;
    width: 67.0588235294vw;
    height: 67.0588235294vw;
    margin-right: -33.4117647059vw;
  }
  .section11 .title {
    font-size: 7.0588235294vw;
  }
  .section11 .fg-text10 {
    font-size: 15.5294117647vw;
  }
}

@media all and (max-width: 1920px) and (min-width: 769px) {
  .section11 .bg1 {
    width: 12.34375vw;
  }
  .section11 .bg2 {
    width: 11.40625vw;
  }
  .section11 .cake {
    bottom: -3.6458333333vw;
    width: 17.7083333333vw;
    height: 15.625vw;
  }
  .section11 .cake.-c1 {
    margin-left: 37.5vw;
  }
  .section11 .cake.-c2 {
    margin-left: 18.75vw;
  }
  .section11 .cake.-c3 {
    margin-right: 19.0104166667vw;
  }
  .section11 .cake.-c4 {
    margin-right: 38.5416666667vw;
  }
}
@media all and (max-width: 1320px) and (min-width: 769px) {
  .section11 {
    padding-top: 18.1818181818vw;
  }
  .section11 .dessert-wr {
    top: -30.303030303vw;
    width: 45.4545454545vw;
    height: 45.4545454545vw;
    font-size: 46.2121212121vw;
    margin-right: -22.7272727273vw;
  }
  .section11 .title {
    font-size: 30px;
  }
  .section11 .fg-text10 {
    font-size: 5.7575757576vw;
  }
}
@media all and (max-width: 1280px) and (min-width: 769px) {
  .section11 .cake.-c1 {
    background-image: url(https://dulce.wemake.co.il/mod/main/img/cake5-1280.webp);
  }
  .section11 .cake.-c2 {
    background-image: url(https://dulce.wemake.co.il/mod/main/img/cake1-1280.webp);
  }
  .section11 .cake.-c3 {
    background-image: url(https://dulce.wemake.co.il/mod/main/img/cake3-1280.webp);
  }
  .section11 .cake.-c4 {
    background-image: url(https://dulce.wemake.co.il/mod/main/img/cake6-1280.webp);
  }
}
.section12 {
  padding: 160px 0 20px;
  background: #24160d;
  text-align: center;
}
.section12, .section12 a {
  color: #fff;
}
.section12 a:hover {
  color: #f98a3c;
}
.section12 .contacts, .section12 .social {
  text-transform: uppercase;
  list-style: none;
  padding-left: 37px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section12 .contacts, .section12 .contacts li, .section12 .social, .section12 .social li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section12 .contacts li, .section12 .social li {
  min-width: 320px;
}
.section12 .contacts li:nth-child(1), .section12 .social li:nth-child(1) {
  text-align: left;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.section12 .contacts li:nth-child(2), .section12 .social li:nth-child(2) {
  text-align: right;
  margin-right: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.section12 .contacts li:nth-child(2):before, .section12 .social li:nth-child(2):before {
  content: "";
  display: inline-block;
  background: #fff;
  margin: 0 3px 0 20px;
}
.section12 .contacts {
  font-weight: 600;
  margin-bottom: 50px;
}
.section12 .contacts li:nth-child(2) {
  margin-right: 25px;
}
.section12 .contacts li:nth-child(2):before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.section12 .contacts .tt {
  margin: 2px 0 0 5px;
  font-size: 18px;
}
.section12 .contacts .val {
  font-size: 22px;
}
.section12 .contacts .phone {
  letter-spacing: 6px;
}
.section12 .contacts .email {
  font-weight: 600;
  letter-spacing: 2px;
}
.section12 .title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 15px;
}
.section12 .social {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 600;
}
.section12 .social li:nth-child(2):before {
  width: 1px;
  height: 18px;
  margin-right: 6px;
}
.section12 .social .fb {
  letter-spacing: 9px;
}
.section12 .social .inst {
  letter-spacing: 6.6px;
}
.section12 .cr-t-wr {
  position: relative;
  width: 375px;
  height: 115px;
  margin: 0 auto 35px;
  font-size: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section12 .cr-t-wr [class^=fg-logo-p]:not(.fg-logo-p1):not(.fg-logo-pn) {
  margin-left: 15px;
}
.section12 .cr-t-wr .fg-cr-t5,
.section12 .cr-t-wr .fg-logo-pn {
  position: absolute;
}
.section12 .cr-t-wr .fg-cr-t5 {
  font-size: 280%;
}
.section12 .cr-t-wr .fg-logo-pn {
  margin-top: 2px;
  font-size: 13%;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section12 .fg-text11 {
  font-size: 42px;
}

@media all and (max-width: 768px) {
  .section12 {
    padding: 170px 0 30px;
  }
  .section12 .contacts, .section12 .social {
    padding: 0;
  }
  .section12 .contacts li, .section12 .social li {
    min-width: 0;
    margin: 0;
  }
  .section12 .contacts {
    margin-bottom: 30px;
  }
  .section12 .contacts, .section12 .contacts li {
    display: block;
  }
  .section12 .contacts li:nth-child(1):before, .section12 .contacts li:nth-child(2), .section12 .contacts .tt {
    display: none;
  }
  .section12 .contacts li:nth-child(1n) {
    text-align: center;
  }
  .section12 .contacts li:nth-child(2) {
    margin: 0;
  }
  .section12 .contacts .email {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 8px;
    padding-left: 7px;
  }
  .section12 .contacts .desktop-phone {
    display: none;
  }
  .section12 .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .section12 .social .fb {
    letter-spacing: 7px;
  }
  .section12 .social .inst {
    letter-spacing: 5px;
  }
  .section12 .social li:nth-child(2) {
    margin-right: 20px;
  }
  .section12 .social li:nth-child(2):before {
    margin-right: 0;
    margin-left: 15px;
  }
  .section12 .social a:after {
    content: "";
    display: block;
    height: 1px;
    background: #fff;
    margin-right: 6px;
  }
  .section12 .cr-t-wr {
    width: 235px;
    height: 70px;
    font-size: 25px;
    margin-bottom: 30px;
  }
  .section12 .fg-text11 {
    font-size: 29px;
  }
}
@media all and (max-width: 425px) {
  .section12 .contacts .email {
    font-size: 4.7058823529vw;
    letter-spacing: 1.8823529412vw;
    padding-left: 1.6470588235vw;
  }
  .section12 .social {
    font-size: 4.2352941176vw;
  }
  .section12 .social .fb {
    letter-spacing: 1.6470588235vw;
  }
  .section12 .social .inst {
    letter-spacing: 1.1764705882vw;
  }
  .section12 .social li:nth-child(2) {
    margin-right: 4.7058823529vw;
  }
  .section12 .social li:nth-child(2):before {
    margin-left: 3.5294117647vw;
  }
  .section12 .social a:after {
    margin-right: 1.4117647059vw;
  }
  .section12 .cr-t-wr {
    width: 55.2941176471vw;
    height: 16.4705882353vw;
    font-size: 5.8823529412vw;
  }
  .section12 .fg-text11 {
    font-size: 6.8235294118vw;
  }
}

.admin-bar .header {
  top: 64px;
}

html .c-scrollbar {
  z-index: 99;
}
html .c-scrollbar_thumb {
  width: 3px;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}

@media all and (min-width: 1025px) {
  .main-scroll-wrap {
    padding-top: 85px;
  }
}
.invw-p [data-invw] {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.invw-p.is-inview [data-invw-d="0.5"] {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.invw-p.is-inview [data-invw-d="1"] {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.invw-p.is-inview [data-invw-d="1.5"] {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.invw-p.is-inview [data-invw-d="2"] {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -ms-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
.invw-p.is-inview [data-invw-d="2.5"] {
  -webkit-transition-delay: 2.5s;
  -moz-transition-delay: 2.5s;
  -ms-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.invw-p:not(.is-inview) [data-invw] {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -moz-filter: blur(5px);
  -webkit-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}


.safari-fix {
  zoom: 0.7 !important;
}
.safari-fix .section1 .fg-cr-t1 {
  font-size: 226%;
  top: -7%;
  left: -11%;
}
.safari-fix .section8 .fg-cr-l4:before {
  font-size: 95%;
}
.safari-fix .section9 .title2 {
  margin-top: 5px;
  margin-bottom: 20px;
}

@media all and (max-width: 768px) {
  body.-scroll .mobile-menu .mm-top, .mobile-menu.open .mm-top {
    border-bottom-color: #c5c5c5;
  }
  body.-scroll .mobile-menu .mm-top {
    height: 64px;
  }
  body.-scroll .mobile-menu .mm-top .mm-bar-wrapper {
    margin-top: -11px;
  }
  .mobile-menu {
    z-index: 98;
    top: 0;
    left: 0;
    position: fixed;
    right: 0;
  }
  .mobile-menu * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
  }
  .mobile-menu.open .mm-top .mm-bt .mm-bar-container {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mobile-menu.open .mm-top .mm-bt .mm-bar-wrapper .mm-bar {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -ms-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .mobile-menu.open .mm-top .mm-bt .mm-bar-wrapper .mm-bar.topBar {
    -ms-transform: translateY(8px) rotate(45deg);
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  .mobile-menu.open .mm-top .mm-bt .mm-bar-wrapper .mm-bar.mdBar {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  .mobile-menu.open .mm-top .mm-bt .mm-bar-wrapper .mm-bar.btmBar {
    -ms-transform: translateY(2px) rotate(-45deg);
    -webkit-transform: translateY(2px) rotate(-45deg);
    transform: translateY(2px) rotate(-45deg);
  }
  .mobile-menu .mm-top, .mobile-menu .mm-bt {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-menu .mm-top {
    height: 84px;
    padding: 0 4% 0 3%;
    position: relative;
    z-index: 1;
    background: #fff;
    border-top: 6px solid #F98A3C;
    border-bottom: 1px solid transparent;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .mobile-menu .logo {
    max-width: 130px;
  }
  .mobile-menu .header-logo {
    display: inline-block;
  }
  .mobile-menu .header-logo img {
    width: 80px;
  }
  .mobile-menu .mm-bt {
    width: 50px;
    height: 100%;
    text-align: center;
    position: relative;
    right: -13px;
  }
  .mobile-menu .mm-bar-container {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    user-select: none;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -moz-transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -ms-transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .mobile-menu .mm-bar-wrapper {
    width: 30px;
    position: relative;
    display: block;
    margin: -9px auto 0;
    top: 50%;
  }
  .mobile-menu .mm-bar-wrapper .mm-bar {
    width: 100%;
    height: 3px;
    display: block;
    position: relative;
    background: #3B210E;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mobile-menu .mm-bar-wrapper .mm-bar.topBar {
    -ms-transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  .mobile-menu .mm-bar-wrapper .mm-bar.mdBar {
    -ms-transform: translateY(5px) rotate(0deg);
    -webkit-transform: translateY(5px) rotate(0deg);
    transform: translateY(5px) rotate(0deg);
  }
  .mobile-menu .mm-bar-wrapper .mm-bar.btmBar {
    -ms-transform: translateY(10px) rotate(0deg);
    -webkit-transform: translateY(10px) rotate(0deg);
    transform: translateY(10px) rotate(0deg);
  }
  .mobile-menu .mm-bot {
    position: fixed;
    right: 0;
    width: 100%;
    top: 80px;
    bottom: 0;
    overflow: auto;
  }
  .mobile-menu:not(.open) .mm-bot {
    visibility: hidden;
  }
  .mobile-menu:not(.open) .mm-bot-inner ul li,
  .mobile-menu:not(.open) .mm-bg,
  .mobile-menu:not(.open) .fg-text13 {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  .mobile-menu:not(.open) .mm-bot-inner ul li {
    visibility: hidden;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=$s, M12=0, M21=0, M22=$s, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9, M12=0, M21=0, M22=0.9, SizingMethod="auto expand");
  }
  .mobile-menu:not(.open) .mm-bg {
    height: 0;
    background: transparent;
  }
  .mobile-menu.open .mm-bot-inner ul li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .mobile-menu.open .mm-bot-inner ul li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .mobile-menu.open .mm-bot-inner ul li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .mobile-menu.open .mm-bot-inner ul li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .mobile-menu.open .mm-bot-inner ul li:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .mobile-menu.open .mm-bot-inner ul li:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .mobile-menu.open .mm-bot-inner ul li:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .mobile-menu.open .fg-text13 {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .mobile-menu.open .mm-bg {
    background: #fff;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=97);
    -moz-opacity: 0.97;
    -khtml-opacity: 0.97;
    opacity: 0.97;
  }
  .mobile-menu .mm-bg, .mobile-menu .fg-text13 {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }
  .mobile-menu .mm-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mobile-menu .mm-bot-inner {
    position: relative;
    width: 100%;
    min-height: 100%;
    color: #3B210E;
    padding: 50px 60px 30px;
    font-size: 22px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
    -moz-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;
  }
  .mobile-menu .mm-bot-inner ul {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 90px;
    list-style: none;
  }
  .mobile-menu .mm-bot-inner ul li {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .mobile-menu .mm-bot-inner ul li:nth-child(1) {
    border-top: 1px solid #d7d7d7;
  }
  .mobile-menu .mm-bot-inner ul li.current-menu-item a, .mobile-menu .mm-bot-inner ul li.current-menu-parent a {
    padding-left: 18px;
  }
  .mobile-menu .mm-bot-inner ul li.current-menu-item a:before, .mobile-menu .mm-bot-inner ul li.current-menu-parent a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #f98a3c;
    margin-left: 10px;
  }
  .mobile-menu .mm-bot-inner ul li a {
    width: 100%;
    padding: 20px 0;
    color: #3B210E;
    font-weight: 500;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mobile-menu .mm-bot-inner ul li a:hover {
    color: #f98a3c;
  }
  .mobile-menu .mm-bot-inner .social {
    margin: 0 auto;
    font-size: 18px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .mobile-menu .mm-bot-inner .social li {
    width: 100%;
  }
  .mobile-menu .mm-bot-inner .social li:nth-child(1n) {
    border: none;
  }
  .mobile-menu .mm-bot-inner .social li:first-child {
    border-left: 1px solid #d7d7d7;
  }
  .mobile-menu .mm-bot-inner .social li a {
    padding: 0 10px;
    text-transform: uppercase;
  }
  .mobile-menu .mm-bot-inner .fg-text13 {
    font-size: 40px;
    display: block;
    text-align: center;
    margin: 0 0 20px;
  }
}
@media all and (max-width: 425px) {
  .mobile-menu .mm-bot-inner {
    padding-right: 14.1176470588vw;
    padding-left: 14.1176470588vw;
  }
}



.popup-bg{position:fixed;top:0;right:0;width:100%;height:100%;padding:20px;z-index:110;overflow:auto;overflow-x:hidden;background:rgba(0,0,0,0.2);display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-webkit-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.popup-bg:not(.show){visibility:hidden;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=1);-moz-opacity:.01;-khtml-opacity:.01;opacity:.01}.popup-bg:not(.show) .popup-window{-ms-transform:scale(1.05);-webkit-transform:scale(1.05);transform:scale(1.05)}.popup-bg .popup-window{width:100%;position:relative;background:#fff;z-index:111;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;transition:all 0.3s cubic-bezier(.17,.67,.3,1.33);-webkit-transition:all 0.3s cubic-bezier(.17,.67,.3,1.33);-moz-transition:all 0.3s cubic-bezier(.17,.67,.3,1.33);-ms-transition:all 0.3s cubic-bezier(.17,.67,.3,1.33);-o-transition:all 0.3s cubic-bezier(.17,.67,.3,1.33)}.popup-bg .st-close{position:absolute;z-index:1;width:30px;height:30px;top:30px;right:25px}.popup-bg .st-close:before,.popup-bg .st-close:after{background:#3B210E}.popup-delivery .popup-window{width:100%;max-width:1260px;padding:80px 140px 70px 0;background:#F9F5EF;border-bottom:10px solid #F98A3C}.popup-delivery .form-wr{max-width:440px}.popup-delivery .title{font-size:36px;font-weight:600}.popup-delivery .text{margin-bottom:30px}.popup-delivery .st-form button[type="submit"]{background:#3B210E;color:#fff}.popup-delivery .st-form button[type="submit"]:hover{background:#f98a3c}.popup-delivery .st-form button[type="submit"]>span:after{content:"";display:inline-block;border:6px solid transparent;border-right:9px solid #fff;margin-right:10px}.popup-delivery .fg-text5{display:block;margin-bottom:40px;font-size:75px;line-height:40px}@media all and (min-width: 769px){.popup-delivery .image{position:absolute;bottom:70px;left:140px;width:390px;height:490px;font-size:413px;background:url(https://dulce.wemake.co.il/mod/popups/img/delivery.webp) center no-repeat;-ms-background-size:contain;-o-background-size:contain;-moz-background-size:contain;-webkit-background-size:contain;background-size:contain}.popup-delivery .fg-cr-l4{position:absolute;top:18.367%;right:-6.667%;font-size:100%;-ms-transform:rotate(12deg);-webkit-transform:rotate(12deg);transform:rotate(12deg)}.popup-delivery .fg-cr-l4:before{color:#B3906F}.popup-delivery .fg-star{position:absolute}.popup-delivery .fg-star.-s1{top:1.02%;left:-21.795%;font-size:22.276%}.popup-delivery .fg-star.-s2{bottom:21.795%;right:-17.949%;font-size:12.107%}.popup-delivery .fg-star:before{color:#D2CABD}}.popup-contact .popup-window{max-width:620px;padding:20px 90px 85px}.popup-contact .top-wr{position:relative;padding:100px 0 40px;text-align:center}.popup-contact .stroke-tt{font-size:70px;letter-spacing:3px}.popup-contact .fg-text10{font-size:45px;margin:0 130px 10px 0;display:block}.popup-contact .fg-text10:before{color:#3B210E}.popup-contact .st-form .row-fields,.popup-contact .st-form .field{margin-bottom:25px}.popup-contact .st-form .field.-last{margin-bottom:15px}.popup-contact .st-form button[type="submit"]{background:#F98A3C;color:#fff;margin-top:30px;-moz-border-radius:40px;-webkit-border-radius:40px;-khtml-border-radius:40px;border-radius:40px}.popup-contact .st-form button[type="submit"]:hover{background:#f87b23}.popup-contact .fg-star{position:absolute}.popup-contact .fg-star:before{color:#B18A67}.popup-contact .fg-star.-s1{top:0;left:25px;font-size:80px}.popup-contact .fg-star.-s2{bottom:0;right:110px;font-size:40px}.popup-thank .popup-window{max-width:620px;padding:80px 50px 50px;text-align:center}.popup-thank .title1{font-size:90px;margin-bottom:20px}.popup-thank .title2{font-size:32px;font-weight:600}.popup-thank .check-wr{position:relative;padding:20px 0 35px;font-size:62px}.popup-thank .fg-check{width:132px;height:132px;margin:0 auto;background:#F98A3C;-moz-border-radius:50%;-webkit-border-radius:50%;-khtml-border-radius:50%;border-radius:50%;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-webkit-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.popup-thank .fg-star{position:absolute}.popup-thank .fg-star:before{color:#B18A67}.popup-thank .fg-star.-s1,.popup-thank .fg-star.-s2{font-size:40px}.popup-thank .fg-star.-s1{top:0;right:135px}.popup-thank .fg-star.-s2{bottom:10px;right:80px}.popup-thank .fg-star.-s3{font-size:80px;bottom:0;left:85px}.popup-thank .cake-wr{position:relative}.popup-thank .letters{max-width:460px;margin:0 auto 150px;font-size:73px;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-webkit-box;display:flex;-webkit-box-pack:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;justify-content:space-between}.popup-thank .letters>i:before{color:#F1EEEA}.popup-thank .fg-text1,.popup-thank .fg-text2{display:block;line-height:60px}.popup-thank .fg-text1:before,.popup-thank .fg-text2:before{color:#d8d3cf}.popup-thank .fg-text1{text-align:left;font-size:70px}.popup-thank .fg-text2{padding-left:20px;font-size:65px}.popup-thank .cake{position:absolute;top:-5px;right:50%;margin-right:-150px;width:300px;height:300px;background:url(/mod/main/img/cake1.webp) center no-repeat}@media all and (max-width: 768px){.popup-bg{padding:100px 3% 20px}.popup-bg .st-close{width:26px;height:26px;top:15px;right:15px}.popup-bg .st-close:before,.popup-bg .st-close:after{width:2px}.popup-bg .popup-window{max-width:500px}.popup-contact .popup-window{padding:20px 4% 25px}.popup-contact .top-wr{padding:20px 0 30px}.popup-contact .stroke-tt{font-size:50px;letter-spacing:1px}.popup-contact .fg-text10{margin:10px 0}.popup-contact .fg-star.-s1{left:1%;font-size:40px}.popup-contact .fg-star.-s2{right:20%;font-size:25px}.popup-contact .st-form .row-fields,.popup-contact .st-form .field{margin-bottom:10px}.popup-contact .st-form .field.-last{margin-bottom:10px}.popup-contact .st-form button[type="submit"]{margin-top:20px;height:60px}.popup-delivery .popup-window{padding:40px 4% 25px}.popup-delivery .title,.popup-delivery .fg-text5,.popup-delivery .text{text-align:center}.popup-delivery .title{font-size:30px;margin-bottom:10px}.popup-delivery .fg-text5{font-size:50px;margin-bottom:20px}.popup-delivery .text{margin-bottom:10px}.popup-delivery .st-form .row-fields,.popup-delivery .st-form .field{margin-bottom:10px}.popup-delivery .st-form button[type="submit"]{height:60px}.popup-delivery .st-form button[type="submit"]>span:after{border-width:4px;border-right-width:7px;margin-bottom:1px}.popup-thank .popup-window{padding:50px 8% 40px}.popup-thank .title1{font-size:70px;margin-bottom:10px}.popup-thank .title2{font-size:25px}.popup-thank .check-wr{font-size:34px}.popup-thank .fg-check{width:80px;height:80px}.popup-thank .fg-star.-s1{right:15%}.popup-thank .fg-star.-s2{right:4%;bottom:10%}.popup-thank .fg-star.-s3{left:5%;bottom:7%;font-size:55px}.popup-thank .cake{width:200px;height:200px;margin-right:-100px;-ms-background-size:contain;-o-background-size:contain;-moz-background-size:contain;-webkit-background-size:contain;background-size:contain}.popup-thank .letters{margin-bottom:80px;font-size:55px}.popup-thank .fg-text1,.popup-thank .fg-text2{line-height:50px}.popup-thank .fg-text1{font-size:60px}.popup-thank .fg-text2{padding:0;font-size:50px}}@media all and (max-width: 425px){.popup-contact .stroke-tt{font-size:11.765vw;line-height:10.588vw}.popup-contact .fg-text10{font-size:10.588vw}.popup-contact .fg-star.-s1{font-size:9.412vw}.popup-contact .fg-star.-s2{font-size:5.882vw}.popup-contact .st-form button[type="submit"]{height:14.118vw}.popup-delivery .title{font-size:7.059vw}.popup-delivery .fg-text5{font-size:11.765vw}.popup-delivery .st-form button[type="submit"]{height:14.118vw}.popup-thank .title1{font-size:16.471vw}.popup-thank .title2{font-size:5.882vw}.popup-thank .check-wr{font-size:8vw}.popup-thank .fg-check{width:18.824vw;height:18.824vw}.popup-thank .fg-star.-s1,.popup-thank .fg-star.-s2{font-size:9.412vw}.popup-thank .fg-star.-s3{font-size:12.941vw}.popup-thank .cake{width:47.059vw;height:47.059vw;margin-right:-23.529vw}.popup-thank .letters{margin-bottom:18.824vw;font-size:12.941vw}.popup-thank .fg-text1,.popup-thank .fg-text2{line-height:11.765vw}.popup-thank .fg-text1{font-size:14.118vw}.popup-thank .fg-text2{font-size:11.765vw}}@media all and (max-width: 1280px) and (min-width: 769px){.popup-delivery .popup-window{padding:60px 8% 60px 0}.popup-delivery .form-wr{max-width:39.063vw}.popup-delivery .image{bottom:60px;left:10.938vw;width:27.344vw;height:35.156vw;font-size:28.906vw}}@media all and (max-width: 1152px) and (min-width: 769px){.popup-delivery .form-wr{max-width:45vw}.popup-delivery .fg-text5{font-size:6.51vw;line-height:3.472vw}.popup-delivery .title{font-size:30px}.popup-delivery .text{margin-bottom:15px}.popup-delivery .st-form .row-fields{margin-bottom:20px}.popup-delivery .st-form button[type="submit"]{height:60px}.popup-delivery .st-form button[type="submit"]>span:after{border-width:4px;border-right-width:6px;margin-bottom:2px}.popup-delivery .image{left:6.944vw}}@media all and (max-height: 800px) and (min-width: 769px), all and (max-height: 680px) and (max-width: 768px){.popup-contact,.popup-thank{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start}}


.wm-poweredby{background-color:#161616;direction:ltr}.wm-poweredby[data-dot-effect="1"] .wm-poweredby-letter.l1:before,.wm-poweredby[data-dot-effect="2"] .wm-poweredby-letter.l2:before,.wm-poweredby[data-dot-effect="3"] .wm-poweredby-letter.l3:before,.wm-poweredby[data-dot-effect="4"] .wm-poweredby-letter.l4:before,.wm-poweredby[data-dot-effect="5"] .wm-poweredby-letter.l5:before,.wm-poweredby[data-dot-effect="6"] .wm-poweredby-letter.l6:before{visibility:visible;-webkit-animation:jump-animation .5s linear;animation:jump-animation .5s linear}.wm-poweredby[data-dot-effect="7"] .wm-poweredby-letter.l6:after{visibility:visible;-webkit-animation:jump-animation-final .5s linear;animation:jump-animation-final .5s linear}.wm-poweredby .inner{text-align:center;padding:8px 0;font-size:12px;color:#8d8d8d}.wm-poweredby .inner,.wm-poweredby .wm-poweredby-logo{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-webkit-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.wm-poweredby .wm-poweredby-text{display:inline-block;margin-right:7px}.wm-poweredby .wm-poweredby-letter{width:15px;height:15px;position:relative}.wm-poweredby .wm-poweredby-letter:before,.wm-poweredby .wm-poweredby-letter.l6:after{content:"";display:block;position:absolute;bottom:100%;right:50%;margin:0 -4px -2px;width:6px;height:6px;background-color:#747676;visibility:hidden;-moz-border-radius:50%;-webkit-border-radius:50%;-khtml-border-radius:50%;border-radius:50%}.wm-poweredby .wm-poweredby-letter.fill path{fill:#959595;-webkit-animation:letter-push-animation .3s linear;animation:letter-push-animation .3s linear}.wm-poweredby .wm-poweredby-letter.hide-dot.l6:after{visibility:hidden}.wm-poweredby .wm-poweredby-letter.l1.fill path,.wm-poweredby .wm-poweredby-letter.l2.fill path{fill:#5da8dc}.wm-poweredby .wm-poweredby-letter.l2{left:-2px}.wm-poweredby .wm-poweredby-letter.l3{left:-3px}.wm-poweredby .wm-poweredby-letter.l3:before{margin-right:-3px}.wm-poweredby .wm-poweredby-letter.l4{left:-4px}.wm-poweredby .wm-poweredby-letter.l4:before{margin-right:-1px}.wm-poweredby .wm-poweredby-letter.l5{left:-8px}.wm-poweredby .wm-poweredby-letter.l5:before{margin-right:-1px}.wm-poweredby .wm-poweredby-letter.l5 .wm-poweredby-svg{position:absolute;top:-2px;right:0;height:16px}.wm-poweredby .wm-poweredby-letter.l6{left:-13px}.wm-poweredby .wm-poweredby-letter.l6:before,.wm-poweredby .wm-poweredby-letter.l6:after{margin-right:-2px}.wm-poweredby .wm-poweredby-letter.l6 .wm-poweredby-svg{position:absolute;top:-3px;right:0;height:21px}.wm-poweredby .wm-poweredby-svg{position:relative;z-index:1;display:inline-block;width:100%;height:100%}.wm-poweredby .wm-poweredby-svg path{fill:#5f6161;transition:all .7s ease-in-out;-webkit-transition:all .7s ease-in-out;-moz-transition:all .7s ease-in-out;-ms-transition:all .7s ease-in-out;-o-transition:all .7s ease-in-out}@-webkit-keyframes jump-animation{0%{-ms-transform:translateX(-13px) translateY(0);-webkit-transform:translateX(-13px) translateY(0);transform:translateX(-13px) translateY(0)}50%{-ms-transform:translateX(-6px) translateY(-10px);-webkit-transform:translateX(-6px) translateY(-10px);transform:translateX(-6px) translateY(-10px)}100%{-ms-transform:translateX(0) translateY(0);-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}}@keyframes jump-animation{0%{-ms-transform:translateX(-13px) translateY(0);-webkit-transform:translateX(-13px) translateY(0);transform:translateX(-13px) translateY(0)}50%{-ms-transform:translateX(-6px) translateY(-10px);-webkit-transform:translateX(-6px) translateY(-10px);transform:translateX(-6px) translateY(-10px)}100%{-ms-transform:translateX(0) translateY(0);-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}}@-webkit-keyframes letter-push-animation{0%{transform:translateY(6px);-webkit-transform:translateY(6px);-ms-transform:translateY(6px)}100%{transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0)}}@keyframes letter-push-animation{0%{transform:translateY(6px);-webkit-transform:translateY(6px);-ms-transform:translateY(6px)}100%{transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0)}}@-webkit-keyframes jump-animation-final{0%{-ms-transform:translateX(0) translateY(0);-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}50%{-ms-transform:translateX(6px) translateY(-10px);-webkit-transform:translateX(6px) translateY(-10px);transform:translateX(6px) translateY(-10px)}100%{-ms-transform:translateX(13px) translateY(0);-webkit-transform:translateX(13px) translateY(0);transform:translateX(13px) translateY(0)}}@keyframes jump-animation-final{0%{-ms-transform:translateX(0) translateY(0);-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}50%{-ms-transform:translateX(6px) translateY(-10px);-webkit-transform:translateX(6px) translateY(-10px);transform:translateX(6px) translateY(-10px)}100%{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-ms-transform:translateX(13px) translateY(0);-webkit-transform:translateX(13px) translateY(0);transform:translateX(13px) translateY(0)}}@media all and (max-width: 768px){body .wm-poweredby .inner{padding:8px 0 9px}}


