@charset "UTF-8";
/*
Theme Name: IqosForm By Mozi
Theme URI: https://mozinteractive.co.il/
Author: Guy Ytzhak
Author URI: https://mozinteractive.co.il/
Description: Wordpress Theme
Version: 1.1.0
Text Domain: mozi
*/
.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.modal__container {
  background-color: #fff;
  padding: 43px 20px;
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
  border-radius: 5px;
  max-width: 328px;
}
@media all and (min-width: 576px) {
  .modal__container {
    max-width: 500px;
  }
}
.modal__container .accept {
  border-radius: 24px;
  background-color: #0F84D1;
  box-shadow: -10px -10px 20px 0 rgba(255, 255, 255, 0.57), 10px 10px 21px -8px #B6C6D4;
  color: white;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "Reforma", sans-serif;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  border: 0;
  position: absolute;
  left: 5px;
  top: 5px;
  background: white;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 24px;
  font-weight: normal;
  font-size: 24px;
  color: #45beea;
}
.modal__close:before {
  content: "✕";
}

.modal__content {
  line-height: 1.35;
  color: #272D68;
  font-size: 16px;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

@font-face {
  font-family: "Reforma";
  font-weight: normal;
  font-style: normal;
  src: url("./assets/fonts/reformaregularwebfont.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Reforma";
  font-weight: bold;
  font-style: normal;
  src: url("./assets/fonts/reformamediumwebfont.ttf") format("truetype");
  font-display: swap;
}
*, ::after, ::before {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body, html {
  padding: 0;
  margin: 0;
}

body {
  font-weight: normal;
  line-height: 1.5;
  text-align: right;
  font-family: "Reforma", sans-serif;
  color: #2C3339;
}

input, button {
  font-family: "Reforma", sans-serif;
}

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: "Reforma", sans-serif !important;
}

a {
  color: #2C3339;
  text-decoration: underline;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  word-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px;
  top: -1000em;
}

.container {
  max-width: 100%;
  width: 576px;
  margin: 0 auto;
  background: #edf3fa;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 1.5em;
}

.wpcf7 {
  max-width: 295px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 0 0 16px;
}
.wpcf7 h2, .wpcf7 h3 {
  color: #2C3339;
  line-height: 1;
  margin: 0;
  text-align: center;
}
.wpcf7 h2 {
  font-size: 24px;
}
.wpcf7 h3 {
  font-size: 18px;
  margin: 0 0 14px;
}
.wpcf7 .wpcf7-list-item {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 14px;
}
.wpcf7 .wpcf7-list-item label {
  display: block;
}
.wpcf7 .wpcf7-list-item label span.wpcf7-list-item-label {
  padding: 0 30px 0 0;
  position: relative;
  display: block;
}
.wpcf7 .wpcf7-list-item label span.wpcf7-list-item-label:before {
  background: white;
  border-radius: 2px;
  box-shadow: 0 0 6px 0 rgba(182, 198, 212, 0.16);
  border: 0;
  appearance: none;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 3px;
}
.wpcf7 .wpcf7-list-item label span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background: url(assets/images/tick.svg) center center no-repeat;
  background-size: 10px auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-out;
}
.wpcf7 .wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label:after {
  opacity: 1;
  visibility: visible;
}
.wpcf7 input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.wpcf7 input[type=submit] {
  border-radius: 24px;
  background-color: #0F84D1;
  box-shadow: -10px -10px 20px 0 rgba(255, 255, 255, 0.57), 10px 10px 21px -8px #B6C6D4;
  color: white;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0;
  margin: 0 0 16px;
  border: 0;
  font-family: "Reforma", sans-serif;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #e12f2f;
}

.wpcf7-form-control-wrap {
  display: block;
  margin: 0 0 16px;
}
.form-row .wpcf7-form-control-wrap {
  margin: 0;
}
.form-row .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 2px;
  bottom: 2px;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  line-height: 1.2;
  font-size: 14px;
}

.form-row {
  position: relative;
  margin: 0 0 16px;
}
.form-row label {
  color: #6F7D89;
  font-size: 18px;
  padding: 0 16px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 11px;
  z-index: 1;
  transition: all 0.25s ease-out;
}
.form-row input {
  width: 100%;
  display: block;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: -10px -10px 20px 0 rgba(255, 255, 255, 0.57), 10px 10px 21px -8px rgba(182, 198, 212, 0.52);
  height: 48px;
  line-height: 40px;
  color: #2C3339;
  font-size: 18px;
  padding: 8px 16px 0;
  margin: 0;
  border: 0;
  text-align: right;
}
.form-row.focused label {
  font-size: 10px;
  top: 2px;
}

.warning {
  display: block;
  max-width: 100%;
  width: 576px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.warning img {
  width: 100%;
  display: block;
  height: 33.333vh;
}
.warning__placeholder {
  display: block;
  width: 100%;
  height: 0;
  padding: 0 0 33.333vh;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.page-template-template-thanks-php .main__content {
  font-size: 28px;
  padding: 40px 0 0;
}
.page-template-template-thanks-php .main__content p {
  margin-bottom: 0.25em;
}
.main__thumb {
  position: relative;
}
.main__thumb__link {
  position: absolute;
  left: 19%;
  top: 65%;
  width: 25%;
  height: 0;
  padding: 0 0 9%;
  overflow: hidden;
}
.main__thumb__link span {
  position: absolute;
  right: -999em;
  top: -999em;
  visibility: hidden;
}

.wpcf7-form.submitting .wpcf7-submit {
  pointer-events: none;
  cursor: not-allowed;
}

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