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;
  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: "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: #012d23;
  text-decoration: underline;
  transition: all 0.2s linear;
}
.popup-privacy-policy a:hover {
  color: #000000;
}

#INDmenu-btn {
  top: unset !important;
  bottom: 130px !important;
}

/*
body.privacy-policy {
	main#content {
		h1 {
			font-family: "Heebo", Sans-serif;
			font-size: 40px;
			font-weight: 400;
			color: var( --e-global-color-secondary );
			text-align: center;
			margin-top: 45px;
		}

		.page-content {
			h2 {
				font-family: "Heebo", Sans-serif;
				font-size: 22px;
				font-weight: 600;
				color: var(--e-global-color-secondary);
				margin-top: 40px;
			}

			p, ul li {
				font-family: "Heebo", Sans-serif;
				font-size: 18px;
				font-weight: 400;
				color: var(--e-global-color-secondary);
			}
		}
	}
}

form.comment-form {
	.privacy_policy {
		margin-bottom: 20px !important;
	}
}

form[novalidate="novalidate"] {
	.privacy_policy {
		margin-top: 15px !important;
	}
}*/
/*
.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 */
