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: 350px;
  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;
}
.popup-privacy-policy .inner {
  position: relative;
  max-width: calc(90% + 30px);
  margin: 0;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .popup-privacy-policy .inner {
    max-width: 100%;
  }
}
.popup-privacy-policy button.close {
  position: absolute;
  top: 0;
  left: 0px;
  width: 30px;
  height: 100%;
  background: transparent;
  opacity: 0.5;
  border: none;
  transition: all 0.2s linear;
}
@media screen and (max-width: 767px) {
  .popup-privacy-policy button.close {
    width: 40px;
    left: 0;
  }
}
.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: calc(100% - 16px);
}
@media screen and (max-width: 767px) {
  .popup-privacy-policy .content {
    width: calc(100% - 16px);
    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;
}

body.privacy-policy #primary .container {
  width: 1330px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 880px) {
  footer#footer #copyright {
    line-height: 40px;
  }
}
footer#footer #copyright .container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 880px) {
  footer#footer #copyright .container {
    flex-wrap: wrap;
  }
}
footer#footer #copyright .container .footer-text-left {
  max-width: 490px;
  width: 100%;
}
@media screen and (max-width: 880px) {
  footer#footer #copyright .container .footer-text-left {
    max-width: 100%;
    text-align: center;
  }
}
footer#footer #copyright .container .footer-text-right {
  max-width: 225px;
  width: 100%;
}
@media screen and (max-width: 880px) {
  footer#footer #copyright .container .footer-text-right {
    max-width: 100%;
    text-align: center;
  }
}
footer#footer #copyright .container .footer-text-center {
  max-width: calc(100% - 490px - 225px);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 880px) {
  footer#footer #copyright .container .footer-text-center {
    max-width: 100%;
    text-align: center;
  }
}
footer#footer .field-group.privacy_policy {
  font-size: 12px;
  margin-bottom: 10px !important;
}

.field-group.privacy_policy a {
  text-decoration: underline;
}

#content-wrap {
  display: flex;
}
@media screen and (max-width: 959px) {
  #content-wrap {
    flex-wrap: wrap;
  }
}

.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 */
