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);
  direction: rtl;
  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: 0;
  width: 30px;
  height: 100%;
  background: transparent !important;
  border: none !important;
  opacity: 0.5;
  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: "Heebo", Sans-serif;
  margin-top: 10px;
  font-size: 18px !important;
  margin-bottom: 6px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}
.popup-privacy-policy .text {
  font-size: 15px;
  font-family: "Heebo", Sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}
.popup-privacy-policy a {
  color: #000 !important;
  text-decoration: underline;
  transition: all 0.2s linear;
}
.popup-privacy-policy a:hover {
  color: #000 !important;
}

body.privacy-policy .elementor-section-wrap {
  direction: rtl;
}
body.privacy-policy .elementor-section-wrap h2 {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  color: #808080;
  margin: 20px 0;
}

.li-privacy-absolute-bottom-center {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100% !important;
  justify-content: center !important;
  display: flex !important;
  color: #FFF;
  padding: 0 !important;
}
.li-privacy-absolute-bottom-center a:hover {
  color: #FFF;
  text-decoration: underline;
}

#gform_1 {
  position: relative;
}
@media screen and (max-width: 767px) {
  #gform_1 {
    margin-bottom: 50px !important;
  }
}
#gform_1 .gfield--type-html {
  position: absolute;
  top: 100%;
  width: 100%;
  font-size: 13px;
}
#gform_1 .gfield--type-html .privacy_policy {
  text-align: center !important;
  color: #FFF;
  padding-top: 10px;
}
@media screen and (max-width: 641px) {
  #gform_1 .gfield--type-html .privacy_policy {
    padding-top: 0;
  }
}
#gform_1 .gfield--type-html .privacy_policy a {
  white-space: nowrap;
}
#gform_1 .gfield--type-html .privacy_policy a:hover {
  text-decoration: underline;
  color: #FFF;
}

#gform_3 .gform-footer {
  margin-top: 0;
  padding-top: 0;
}

/*
.elementor-field-type-acceptance {
	.elementor-field-option {
		display: inline-flex;
		align-items: center;
		gap: 15px;
	}

	[type="checkbox"] {
		position: relative;
		width: 32px;
		height: 32px;
		margin: 0;

		&:checked::before {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translateX(-50%) translateY(-50%);
		}
	}
}
*/

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