.safe-email {
  visibility: hidden;
}

.number {
  display: inline-block;
  direction: ltr;
}

form button[type=submit] {
  cursor: pointer;
}

.owl-carousel .owl-stage-outer {
  transition: none !important;
  transition-delay: initial !important;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 100%;
}
.owl-carousel .owl-nav button.owl-next {
  right: 100%;
  transform: scale(-1, 1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.owl-carousel .owl-dots {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  transition: all 0.1s linear;
}
.owl-carousel .product {
  margin: 0 1px;
}

.checkbox {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  text-align: right;
  display: inline-block;
  color: #646464;
  letter-spacing: 1px;
}
.checkbox.s2:before, .checkbox.s2:after {
  top: 3px;
}
.checkbox.s2:before {
  width: 14px;
  height: 14px;
}
.checkbox.s2:after {
  width: 8px;
  height: 8px;
  margin: 3px 3px 0 0;
}
.checkbox.s2, .checkbox.s2 a {
  color: #128fff;
}
.checkbox.s2:before {
  border-color: #128fff;
}
.checkbox.s2:after {
  background-color: #128fff;
}
.checkbox.checked:after {
  visibility: visible;
  opacity: 1;
}
.checkbox, .checkbox:before, .checkbox:after {
  transition: all 0.3s linear;
}
.checkbox:before, .checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
}
.checkbox:before {
  width: 22px;
  height: 22px;
  border: 2px solid #1E1E20;
  border-radius: 6px;
}
.checkbox:after {
  width: 14px;
  height: 14px;
  margin: 4px 4px 0 0;
  visibility: hidden;
  background-color: #000;
  opacity: 0;
  border-radius: 3px;
}
.checkbox .wpcf7-list-item-label, .checkbox input[type=checkbox], .checkbox input[type=radio] {
  display: none;
}

.hidden-element {
  visibility: hidden;
  height: 0;
  transition: opacity 0.5s linear;
  opacity: 0;
}
.hidden-element:not(.show) {
  overflow: hidden;
  margin: 0 !important;
}
.hidden-element.show {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.warn-tooltip-wr.tooltip-bot .warn-tooltip:before {
  top: auto;
  bottom: 100%;
  border-top-color: transparent;
  border-bottom-color: #000;
}
.warn-tooltip-wr:not(.warning) .warn-tooltip {
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
}
.warn-tooltip-wr.warning {
  -webkit-animation: shake-animation 0.3s linear;
          animation: shake-animation 0.3s linear;
}
.warn-tooltip-wr .warn-tooltip {
  font-family: "Heebo", "Helvetica", "Arial", sans-serif;
  position: absolute;
  margin-bottom: 15px;
  bottom: 100%;
  right: 5px;
  padding: 2px 20px;
  font-size: 15px;
  background-color: #000;
  color: #fff;
  white-space: nowrap;
  transition: all 0.3s linear;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}
.warn-tooltip-wr .warn-tooltip:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 20px;
  border: 6px solid transparent;
  border-top: 6px solid #000;
}

.ll-loading-parent {
  position: relative;
}
.ll-loading-parent.loading:before, .ll-loading-parent.loading .ll-loading-spinner {
  visibility: visible;
  opacity: 1;
}
.ll-loading-parent:before, .ll-loading-parent .ll-loading-spinner {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s linear;
}
.ll-loading-parent:before {
  content: "";
  position: absolute;
  z-index: 41;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
}
.ll-loading-parent .ll-loading-spinner {
  position: absolute;
  z-index: 91;
  border: 2px solid #fff;
  border-left: 2px solid #128fff;
  border-radius: 50%;
  transform: translateZ(0);
  -webkit-animation: spinner-animation 1.1s infinite linear;
          animation: spinner-animation 1.1s infinite linear;
  top: 50%;
  right: 50%;
  width: 100px;
  height: 100px;
  margin: -50px -50px 0 0;
}

.screen-reader-response {
  display: none;
}

.wpcf7-form {
  direction: rtl;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  background-color: #FFFFFF !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.ovfh {
  overflow: hidden;
}

.wm-poweredby {
  font-family: "Heebo", "Helvetica", "Arial", sans-serif;
}

.wmacs-tab *:focus {
  outline: auto;
  outline-style: solid;
  outline-color: #ff9e00;
}

.blog-post-content {
  position: relative;
  z-index: 2;
  font-family: Heebo;
  text-align: right;
}
.blog-post-content .inner {
  max-width: 952px;
  min-width: 0;
}
.blog-post-content h3, .blog-post-content h4 {
  color: #1F1F21;
  text-align: right;
  font-family: Heebo;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
.blog-post-content h2, .blog-post-content h3, .blog-post-content h4, .blog-post-content h5, .blog-post-content h6 {
  margin-bottom: 16px;
}
.blog-post-content p {
  color: #1F1F21;
  font-size: 18px;
  font-weight: 400;
  line-height: 177.778%;
  margin-bottom: 16px;
}
.blog-post-content img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
  border-radius: 24px;
}
.blog-post-content ul {
  list-style: none;
  margin: 0 0 16px 0;
  padding: 0;
}
.blog-post-content ul li {
  padding-right: 40px;
  position: relative;
  margin-bottom: 16px;
  color: #1F1F21;
  font-size: 18px;
  font-weight: 400;
  line-height: 177.778%;
}
.blog-post-content ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../img/list-heart.png) center no-repeat;
  background-size: contain;
}
.blog-post-content ol {
  margin: 0 0 16px 0;
  padding: 0;
}
.blog-post-content ol li {
  padding-right: 24px;
  position: relative;
  margin-bottom: 16px;
  color: #1F1F21;
  font-size: 18px;
  font-weight: 400;
  line-height: 177.778%;
  right: 17px;
  padding-left: 17px;
}
.blog-post-content .video_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.blog-post-content .video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.last-posts-post .inner {
  max-width: 952px;
  min-width: 0;
}
.last-posts-post .st-title {
  font-size: 64px;
  line-height: 81.25%;
  letter-spacing: 1.194px;
  margin-bottom: 40px;
}
.last-posts-post .post-blog {
  width: 48%;
}
.last-posts-post .blog-posts-wrap {
  justify-content: space-between;
  gap: 0;
}

@media all and (min-width: 769px) {
  .heateor_sss_sharing_container {
    left: auto !important;
    right: -150px !important;
    transition: all 0.5s linear;
  }
  .heateor_sss_sharing_container.active {
    right: 10px !important;
  }
  .heateorSssPushIn, .heateorSssPullOut {
    display: none !important;
  }
}
@media all and (min-width: 769px) {
  body.admin-bar .main-scroll-wrap {
    padding-bottom: 32px;
  }
}
html .wmef-popup-bg,
html .wmef-popup-bg input,
html .wmef-popup-bg select,
html .wmef-popup-bg textarea,
html .wmef-popup-bg button,
html .wmef-popup-bg span,
html .wmef-span,
html #wemake-acs {
  font-family: "Heebo", "Helvetica", "Arial", sans-serif;
}

html.fancybox-lock .fancybox-overlay {
  overflow-y: auto;
}

@-webkit-keyframes shake-animation {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-2px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

@keyframes shake-animation {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-2px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@-webkit-keyframes spinner-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media all and (min-width: 769px) {
  [data-invw] {
    transition: all 1s ease-in-out;
  }
  [data-invw*=fade]:not(.is-inview) {
    opacity: 0;
  }
  [data-invw*=move-up]:not(.is-inview) {
    transform: translateY(10vw);
  }
  [data-invw*=move-down]:not(.is-inview) {
    transform: translateY(-10vw);
  }
  [data-invw*=move-right]:not(.is-inview) {
    transform: translateX(-100%);
  }
  [data-invw*=move-left]:not(.is-inview) {
    transform: translateX(100%);
  }
  [data-invw*=move-up-right]:not(.is-inview) {
    transform: translateY(50%) translateX(-50%);
  }
  [data-invw*=move-up-left]:not(.is-inview) {
    transform: translateY(50%) translateX(50%);
  }
  [data-invw*=zoom-in]:not(.is-inview) {
    transform: scale(0.5);
  }
  [data-invw*=zoom-out]:not(.is-inview) {
    transform: scale(1.3);
  }
}
@media all and (max-width: 768px) {
  [data-invw-m] {
    transition: all 1s ease-in-out;
  }
  [data-invw-m*=fade]:not(.is-inview) {
    opacity: 0;
  }
  [data-invw-m*=move-up]:not(.is-inview) {
    transform: translateY(20vw);
  }
  [data-invw-m*=move-down]:not(.is-inview) {
    transform: translateY(-20vw);
  }
  [data-invw-m*=move-right]:not(.is-inview) {
    transform: translateX(-100%);
  }
  [data-invw-m*=move-left]:not(.is-inview) {
    transform: translateX(100%);
  }
  [data-invw-m*=move-up-right]:not(.is-inview) {
    transform: translateY(50%) translateX(-50%);
  }
  [data-invw-m*=move-up-left]:not(.is-inview) {
    transform: translateY(50%) translateX(50%);
  }
  [data-invw-m*=zoom-in]:not(.is-inview) {
    transform: scale(0.5);
  }
  [data-invw-m*=zoom-out]:not(.is-inview) {
    transform: scale(1.2);
  }
}
[data-invw-tr="1.5"] {
  transition: all 1.5s ease-in-out;
}

[data-invw-tr="2"] {
  transition: all 2s ease-in-out;
}

[data-invw-tr="2.5"] {
  transition: all 2.5s ease-in-out;
}

[data-invw-tr="3"] {
  transition: all 3s ease-in-out;
}

[data-invw-tr="3.5"] {
  transition: all 3.5s ease-in-out;
}

[data-invw-tr="4"] {
  transition: all 4s ease-in-out;
}

[data-invw-delay="0.25"] {
  transition-delay: 0.25s;
}

[data-invw-delay="0.5"] {
  transition-delay: 0.5s;
}

[data-invw-delay="0.75"] {
  transition-delay: 0.75s;
}

[data-invw-delay="1"] {
  transition-delay: 1s;
}

[data-invw-delay="1.25"] {
  transition-delay: 1.25s;
}

[data-invw-delay="1.5"] {
  transition-delay: 1.5s;
}

[data-invw-delay="1.75"] {
  transition-delay: 1.75s;
}

[data-invw-delay="2"] {
  transition-delay: 2s;
}

[data-invw-delay="2.25"] {
  transition-delay: 2.25s;
}

[data-invw-delay="2.5"] {
  transition-delay: 2.5s;
}

[data-invw-delay="2.75"] {
  transition-delay: 2.75s;
}

[data-invw-delay="3"] {
  transition-delay: 3s;
}

@media all and (max-width: 768px) {
  body.admin-bar #wpadminbar {
    position: fixed;
    overflow: hidden;
  }
  .checkbox:before {
    width: 20px;
    height: 20px;
  }
  .checkbox:after {
    width: 12px;
    height: 12px;
  }
  .blog-post-content .breadcrumbs {
    margin-top: 38px;
  }
  .blog-post-content .breadcrumbs p#breadcrumbs {
    margin-bottom: 24px;
  }
  .blog-post-content .breadcrumbs .inner {
    padding: 0;
  }
  .blog-post-content p {
    font-size: 16px;
    line-height: 30px;
  }
  .blog-post-content ul li, .blog-post-content ol li {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .last-posts-post .st-title {
    margin-top: 64px;
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 126.467%;
    letter-spacing: 0.57px;
  }
  .last-posts-post .blog-posts-wrap {
    justify-content: center;
  }
  .last-posts-post .post-blog {
    width: 100%;
    max-width: 398px;
    margin-bottom: 24px;
  }
  .sharing-popup .heateor_sss_sharing_container {
    bottom: -150px !important;
    transition: all 0.5s linear;
  }
  .sharing-popup .heateor_sss_sharing_container.active {
    bottom: -2px !important;
  }
  .sharing-popup .heateorSssPushIn, .sharing-popup .heateorSssPullOut {
    display: none !important;
  }
}
@media all and (max-width: 1380px) and (min-width: 769px) {
  .last-posts-post .post-blog .post-blog-top {
    height: auto;
    min-height: 200px;
  }
}
/*----------------------------------------------------------*/
/* FONTS */
@font-face {
  font-family: "Karantina";
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: url("../fonts/Karantina-Bold.eot?");
  src: url("../fonts/Karantina-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Karantina-Bold.woff") format("woff"), url("../fonts/Karantina-Bold.woff2") format("woff2"), url("../fonts/Karantina-Bold.ttf") format("truetype"), url("../fonts/Karantina-Bold.svg#Karantina-Bold") format("svg");
}
@font-face {
  font-family: "Karantina";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/Karantina-Regular.eot?");
  src: url("../fonts/Karantina-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Karantina-Regular.woff") format("woff"), url("../fonts/Karantina-Regular.woff2") format("woff2"), url("../fonts/Karantina-Regular.ttf") format("truetype"), url("../fonts/Karantina-Regular.svg#Karantina-Regular") format("svg");
}
@font-face {
  font-family: "Karantina";
  font-style: normal;
  font-weight: 200;
  font-display: fallback;
  src: url("../fonts/Karantina-Light.eot?");
  src: url("../fonts/Karantina-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Karantina-Light.woff") format("woff"), url("../fonts/Karantina-Light.woff2") format("woff2"), url("../fonts/Karantina-Light.ttf") format("truetype"), url("../fonts/Karantina-Light.svg#Karantina-Light") format("svg");
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/Heebo-Regular.eot?");
  src: url("../fonts/Heebo-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Heebo-Regular.woff") format("woff"), url("../fonts/Heebo-Regular.woff2") format("woff2"), url("../fonts/Heebo-Regular.ttf") format("truetype"), url("../fonts/Heebo-Regular.svg#Heebo-Regular") format("svg");
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url("../fonts/Heebo-Light.eot?");
  src: url("../fonts/Heebo-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Heebo-Light.woff") format("woff"), url("../fonts/Heebo-Light.woff2") format("woff2"), url("../fonts/Heebo-Light.ttf") format("truetype"), url("../fonts/Heebo-Light.svg#Heebo-Light") format("svg");
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: url("../fonts/Heebo-Bold.eot?");
  src: url("../fonts/Heebo-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Heebo-Bold.woff") format("woff"), url("../fonts/Heebo-Bold.woff2") format("woff2"), url("../fonts/Heebo-Bold.ttf") format("truetype"), url("../fonts/Heebo-Bold.svg#Heebo-Bold") format("svg");
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
  src: url("../fonts/Heebo-Medium.eot?");
  src: url("../fonts/Heebo-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Heebo-Medium.woff") format("woff"), url("../fonts/Heebo-Medium.woff2") format("woff2"), url("../fonts/Heebo-Medium.ttf") format("truetype"), url("../fonts/Heebo-Medium.svg#Heebo-Medium") format("svg");
}
@font-face {
  font-family: "Gveret Levin AlefAlefAlef";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/GveretLevinAlefAlefAlef-Regular.eot?");
  src: url("../fonts/GveretLevinAlefAlefAlef-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GveretLevinAlefAlefAlef-Regular.woff") format("woff"), url("../fonts/GveretLevinAlefAlefAlef-Regular.woff2") format("woff2"), url("../fonts/GveretLevinAlefAlefAlef-Regular.ttf") format("truetype"), url("../fonts/GveretLevinAlefAlefAlef-Regular.svg#GveretLevinAlefAlefAlef-Regular") format("svg");
}
@font-face {
  font-family: "ABeeZee";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/ABeeZee-Italic.eot?");
  src: url("../fonts/ABeeZee-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/ABeeZee-Italic.woff") format("woff"), url("../fonts/ABeeZee-Italic.woff2") format("woff2"), url("../fonts/ABeeZee-Italic.ttf") format("truetype"), url("../fonts/ABeeZee-Italic.svg#ABeeZee-Italic") format("svg");
}
/* IE */
html.browser-ie body {
  overflow-x: hidden;
}

/* Firefox */
@supports (-moz-appearance: none) {
  body {
    overflow-x: hidden;
  }
  .scrollbar-inner {
    scrollbar-width: thin;
  }
  .scrollbar-inner .scroll-element {
    display: none !important;
  }
}
/*# sourceMappingURL=theme-low.css.map */