/* colors */
/* break points */
html {
  box-sizing: border-box;
  overflow-x: hidden; }

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-text-size-adjust: none; }

body {
  margin: 0;
  padding: 0;
  direction: rtl;
  font-size: 3.75vw;
  color: #081e2e;
  font-family: OpenSansHebrew-Regular, 'Arial', sans-serif;
  -webkit-font-smoothing: antialiased;
  width: 100vw;
  overflow-x: hidden; }

body.no_scroll {
  height: 100vh;
  overflow: hidden; }

input {
  font-family: OpenSansHebrew-Regular;
  border-width: 0 0 1px 0; }

input:focus {
  border-color: inherit; }

textarea {
  display: block;
  outline: none;
  resize: none;
  overflow: auto;
  border: 1px solid lightgray;
  border-radius: 4px;
  width: 100%; }

input:focus, textarea:focus {
  outline: none; }

button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit; }

button:focus {
  outline: none; }

button:hover {
  outline: none; }

:focus {
  outline: none; }

a, a:focus, a:active {
  color: inherit;
  text-decoration: none; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

img {
  display: block;
  width: 100%; }

h1, h2, h3, h4 {
  font-weight: normal;
  margin: 0; }

p {
  margin: 0;
  padding: 0; }

.hidden {
  display: none; }

@media (min-width: 768) {
  body {
    font-size: 1.562vw; } }

@media (min-width: 1200) {
  body {
    font-size: 1vw; } }

@media (min-width: 1500) {
  body {
    font-size: 0.8vw; } }

/* Device State indicator classes - for determining mobile/tablet/desktop */
.state-indicator {
  position: relative;
  z-index: 4; }

@media (min-width: 768px) {
  .state-indicator {
    z-index: 3; }
  .error_text {
    font-size: 1.823vw;
    bottom: -2.344vw; } }

@media (min-width: 1200px) {
  .state-indicator {
    z-index: 2; }
  .error_text {
    font-size: 1.167vw;
    bottom: -1.5vw; } }

@media (min-width: 1500px) {
  .state-indicator {
    z-index: 1; }
  .error_text {
    font-size: 0.729vw;
    bottom: -0.938vw; } }
