body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "NarkisBlock", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  margin: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
hr {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
}

input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: 'NarkisBlock';
  src: url("../fonts/NarkissBlock-Regular.woff2") format("woff2"), url("../fonts/NarkissBlock-Regular.woff") format("woff"), url("../fonts/NarkissBlock-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NarkisBlock';
  src: url("../fonts/NarkissBlock-Bold.woff2") format("woff2"), url("../fonts/NarkissBlock-Bold.woff") format("woff"), url("../fonts/NarkissBlock-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NarkisBlock';
  src: url("../fonts/NarkissBlock-Light.woff2") format("woff2"), url("../fonts/NarkissBlock-Light.woff") format("woff"), url("../fonts/NarkissBlock-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 50px;
}

.wrap h1 {
  font-weight: 500;
  font-size: 50px;
  letter-spacing: 5px;
}

.logos a.first {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 40px;
}

.logos a.second {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.logos {
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logos img.tidhar {
  width: 300px;
  height: 100px;
}

.logos img.vgroup {
  width: 250px;
  height: 100px;
}

.logos img {
  max-width: 65%;
}

.logos a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.email a {
  color: #000;
  text-decoration: none;
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 5px;
}

.cover {
  width: 100%;
  height: 481px;
  margin-bottom: 30px;
}

.cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flower {
  margin-bottom: 30px;
}

.flower img {
  width: 190px;
  height: auto;
}

@media (max-width: 768px) {
  .wrap h1 {
    font-size: 40px;
    padding: 0 20px;
    margin-bottom: 30px;
    text-align: center;
  }

  .logos a.first {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
  }

  .logos a.second {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .email a {
    font-size: 19px;
  }

  .cover {
    height: 335px;
  }
}