@font-face {
  font-family: 'Aduma';
  src: url('Aduma/AdumaFOT-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Aduma';
  src: url('Aduma/AdumaFOT-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Aduma';
  src: url('Aduma/AdumaFOT-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
html,
body {
  margin: 0;
}
body {
  font-family: "Aduma", serif;
}
body nav.navbar {
  background-color: #85cf0f;
  height: 110px;
  background-image: url("https://media.reshet.tv/image/upload/q_auto:good/v1612703516/2021/concept/logo.png");
  background-size: cover;
  background-position: right center;
  box-sizing: content-box;
  display: flex;
  padding-right: 370px;
  margin-bottom: 40px;
  position: relative;
}
body nav.navbar #burger {
  display: none;
}
body nav.navbar ul {
  margin: auto;
  margin-right: 0;
  display: flex;
  flex-direction: row;
}
body nav.navbar ul li {
  list-style: none;
  font-size: 30px;
  font-weight: 300;
}
body nav.navbar ul li + li {
  margin-right: 50px;
}
body nav.navbar ul li a {
  color: white;
  text-decoration: none;
}
body .container {
  display: flex;
  flex-direction: row;
  padding-right: 50px;
  padding-left: 50px;
}
body .container .col {
  box-sizing: border-box;
}
body .container .col.main {
  width: calc(100% - 455px);
  position: relative;
}
body .container .col.main .logo {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://media.reshet.tv/image/upload/q_auto:good/v1612708202/2021/concept/13.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
body .container .col.main .text {
  position: absolute;
  color: #85cf0f;
  font-size: 6vw;
  line-height: 5vw;
  top: 41vh;
  left: 7vw;
}
body .container .col.main p {
  font-size: 25px;
  padding-left: 30px;
}
body .container .col.form {
  width: 455px;
  border-right: 2px solid #85cf0f;
}
body .container .col.form .form-h {
  margin-top: -10px;
  color: #85cf0f;
  font-size: 45px;
  font-weight: 300;
  padding: 0 50px;
}
body .container .col.form .iframe-wrp {
  padding: 0 50px;
}
body .container .col.form .iframe-wrp iframe {
  width: 100%;
  height: 910px;
}
body .container.about .col.main {
  height: unset;
}
@media screen and (max-width: 768px) {
  body nav.navbar {
    background-image: url("https://media.reshet.tv/image/upload/q_auto:good/v1612711184/2021/concept/logo_mob.png");
    background-position: center;
    background-size: cover;
    margin-bottom: 0;
    background-repeat: no-repeat;
    padding: 0;
  }
  body nav.navbar #burger {
    position: absolute;
    display: block;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  body nav.navbar #burger div {
    content: "";
    width: 30px;
    height: 3px;
    border-radius: 2px;
    background-color: white;
    transition: all 0.2s ease;
  }
  body nav.navbar #burger div + div {
    margin-top: 4px;
  }
  body nav.navbar #burger.expend div {
    transform-origin: center;
    position: relative;
  }
  body nav.navbar #burger.expend div:first-child {
    transform: rotate(45deg);
    top: 4px;
  }
  body nav.navbar #burger.expend div:nth-child(2) {
    opacity: 0;
  }
  body nav.navbar #burger.expend div:last-child {
    transform: rotate(-45deg);
    bottom: 10px;
  }
  body nav.navbar ul.nav-list {
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    background-color: #85cf0f;
    max-height: 0;
    z-index: 1;
    transition: all 0.4s ease;
    height: calc(100vh - 110px);
    padding: 0 10px;
    box-sizing: border-box;
    flex-direction: column;
    overflow: hidden;
  }
  body nav.navbar ul.nav-list li + li {
    margin-right: 0;
    margin-top: 40px;
  }
  body nav.navbar ul.nav-list.expend {
    display: flex;
    max-height: 100vh;
    overflow: auto;
  }
  body .container {
    flex-direction: column;
    padding: 0;
  }
  body .container .col.main {
    position: relative;
    width: 100%;
    height: 65vh;
  }
  body .container .col.main .logo {
    top: 0;
    background-image: url("https://media.reshet.tv/image/upload/q_auto:good/v1612711184/2021/concept/13_mob.png");
  }
  body .container .col.main .text {
    font-size: 10vw;
    line-height: 10vw;
    bottom: 19vw;
    left: 11vw;
  }
  body .container .col.form {
    width: 100%;
    padding: 0;
    border: none;
  }
  body .container .col.form:before {
    content: "";
    display: block;
    height: 2px;
    background-color: #85cf0f;
    width: 100%;
    margin-bottom: 15px;
  }
  body .container .col.form .form-h {
    margin-top: 0;
    font-size: 9vw;
    text-align: justify;
    margin-bottom: 0;
    padding: 0 3vw;
  }
  body .container .col.form .iframe-wrp {
    padding: 0;
    margin: auto;
    max-width: calc(455px - 100px);
    width: 100%;
  }
  body .container.about p {
    padding: 0 3vw;
  }
}
/*# sourceMappingURL=style.css.map */