body.show-popup-privacy-policy {
  /*	padding-bottom: 86px !important;

  	@include mobile(1199px) {
  		padding-bottom: 109px !important;
  	}

  	@include mobile {
  		padding-bottom: 108px !important;
  	}

  	@include mobile(604px) {
  		padding-bottom: 131px !important;
  	}

  	@include mobile(430px) {
  		padding-bottom: 154px !important;
  	}*/
}
body.show-popup-privacy-policy .popup-privacy-policy {
  display: block;
}
body.show-popup-privacy-policy #scroll-top {
  bottom: 130px;
}
@media screen and (max-width: 575px) {
  body.show-popup-privacy-policy #scroll-top {
    bottom: 200px;
  }
}

.popup-privacy-policy {
  display: none;
  background-color: white;
  position: fixed;
  width: 100%;
  max-width: 680px;
  bottom: 7px;
  left: 10px;
  border-radius: 15px;
  border: 1px solid #d9d9d9;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  z-index: 99999;
}
@media screen and (max-width: 700px) {
  .popup-privacy-policy {
    max-width: calc(100% - 20px);
  }
}
.popup-privacy-policy .inner {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 10px 40px 10px 10px;
}
@media screen and (max-width: 767px) {
  .popup-privacy-policy .inner {
    max-width: 100%;
  }
}
.popup-privacy-policy button.close {
  position: absolute;
  top: 0;
  right: 10px;
  width: 30px;
  height: 100%;
  background: transparent;
  padding: 0;
  opacity: 0.5;
  border: none;
  transition: all 0.2s linear;
}
.popup-privacy-policy button.close:hover {
  opacity: 1;
}
.popup-privacy-policy button.close:before, .popup-privacy-policy button.close:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 30px;
  left: 16px;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .popup-privacy-policy button.close:before, .popup-privacy-policy button.close:after {
    top: 32px;
  }
}
.popup-privacy-policy button.close:after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.popup-privacy-policy .content {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .popup-privacy-policy .content {
    padding-left: 0;
  }
}
.popup-privacy-policy h3 {
  font-family: "Open Sans Hebrew", Arial, sans-serif;
  margin-top: 10px;
  font-size: 17px;
  margin-bottom: 6px;
  font-weight: 600;
  line-height: 1.2;
  color: #0a0a0a;
}
.popup-privacy-policy .text {
  font-size: 15px;
  font-family: "Open Sans Hebrew", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #7a7a7a;
}
.popup-privacy-policy a {
  color: #000000;
  text-decoration: underline;
  transition: all 0.2s linear;
}
.popup-privacy-policy a:hover {
  color: #494949;
}

#elementor-popup-modal-4535 .dialog-message {
  height: auto !important;
}

.elementor-location-header .elementor-nav-menu li.privacy-policy {
  display: none;
}

body.privacy-policy main#content {
  padding-top: 40px;
  padding-bottom: 60px;
}
body.privacy-policy h1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-primary);
  font-size: 2rem;
}
body.privacy-policy h2 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
  font-size: 19px;
  margin-top: 20px;
}
body.privacy-policy .page-content {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-text);
}

.elementor-field-type-acceptance .elementor-field-option {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.elementor-field-type-acceptance [type=checkbox] {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0;
}
.elementor-field-type-acceptance [type=checkbox]:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/*# sourceMappingURL=styles.css.map */
