@font-face {
  font-family: 'Aduma';
  font-weight: 900;
  /*(black)*/
  font-style: normal;
  src: url('../../../../../Global/fonts/Aduma/AdumaHeavy.eot');
  src: url('../../../../../Global/fonts/Aduma/AdumaHeavy.eot#iefix') format('embedded-opentype'), url('../../../../../Global/fonts/Aduma/AdumaHeavy.woff') format('woff'), url('../../../../../Global/fonts/Aduma/AdumaHeavy.ttf') format('truetype');
}
@font-face {
  font-family: 'Aduma';
  font-weight: 700;
  /*(bold)*/
  font-style: normal;
  src: url('../../../../../Global/fonts/Aduma/AdumaBold.eot');
  src: url('../../../../../Global/fonts/Aduma/AdumaBold.eot#iefix') format('embedded-opentype'), url('../../../../../Global/fonts/Aduma/AdumaBold.woff') format('woff'), url('../../../../../Global/fonts/Aduma/AdumaBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Aduma';
  font-weight: 400;
  /*(regular)*/
  font-style: normal;
  src: url('../../../../../Global/fonts/Aduma/AdumaRegular.eot');
  src: url('../../../../../Global/fonts/Aduma/AdumaRegular.eot#iefix') format('embedded-opentype'), url('../../../../../Global/fonts/Aduma/AdumaRegular.woff') format('woff'), url('../../../../../Global/fonts/Aduma/AdumaRegular.ttf') format('truetype');
}
@font-face {
  font-family: 'Aduma';
  font-weight: 300;
  /*(light)*/
  font-style: normal;
  src: url('../../../../../Global/fonts/Aduma/AdumaLight.eot');
  src: url('../../../../../Global/fonts/Aduma/AdumaLight.eot#iefix') format('embedded-opentype'), url('../../../../../Global/fonts/Aduma/AdumaLight.woff') format('woff'), url('../../../../../Global/fonts/Aduma/AdumaLight.ttf') format('truetype');
}
.text-center {
  text-align: center;
}
body {
  background-color: transparent;
  text-align: right;
  font-family: "Aduma", sans-serif;
  direction: rtl;
  color: #333333;
}
@media only screen and (max-width : 640px) {
  body {
    min-height: 100vh;
  }
}
body #main-content {
  background-image: url("https://media.reshet.tv/image/upload/v1522822153/BG_Web_r0tk9i.jpg");
  background-size: cover;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  max-width: 1279px;
  min-height: 545px;
  width: 100%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (max-width : 640px) {
  body #main-content {
    background-image: url("https://media.reshet.tv/image/upload/v1522822153/BG_Mobile_tt2mo0.jpg");
  }
}
body #main-content h1,
body #main-content .h1 {
  font-size: 40px;
  color: #333333;
  max-width: 831px;
}
@media (min-width: 640px) {
  body #main-content h1,
  body #main-content .h1 {
    margin-right: 15px;
  }
}
@media (max-width: 640px) {
  body #main-content h1,
  body #main-content .h1 {
    font-size: 32px;
  }
}
body #main-content p {
  font-size: 27px;
  line-height: 30px;
  padding-left: 30px;
  color: #333333;
}
body #main-content form {
  margin-top: 40px;
}
@media (max-width: 640px) {
  body #main-content form {
    padding: 0 2%;
  }
}
body #main-content form .field-holder {
  margin-bottom: 9px;
  width: 100%;
}
body #main-content form .field-holder.disabled * {
  opacity: 0.7;
}
@media (max-width: 640px) {
  body #main-content form .field-holder {
    max-width: 100%;
  }
}
body #main-content form .field-holder label {
  margin-bottom: 0;
  width: 100%;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  max-width: 400px;
}
body #main-content form .field-holder label.errorMsgText,
body #main-content form .field-holder label.errorMsgLbl {
  font-size: 78%;
  color: #02b0cb;
  height: 0;
  position: relative;
}
body #main-content form .field-holder label.errorMsgText.errorMsgFile,
body #main-content form .field-holder label.errorMsgLbl.errorMsgFile {
  top: -36px;
}
body #main-content form .field-holder .input-holder {
  width: 100%;
  font-size: 1.4em;
  text-overflow: ellipsis;
  display: block;
  line-height: 1em;
}
body #main-content form .field-holder .input-holder.fileUpload {
  height: 43px;
  background-size: contain;
  max-width: 535px;
  background: #fbfbfb url(../img/add.png.jpg) no-repeat center left;
  margin-bottom: 45px;
  -webkit-box-shadow: inset 0px 3px 2px 0px #9a9a9a;
  box-shadow: inset 0px 3px 2px 0px #9a9a9a;
  position: relative;
}
@media only screen and (max-width : 640px) {
  body #main-content form .field-holder .input-holder.fileUpload {
    background: #fbfbfb url(../img/add_mob.jpg) no-repeat center left;
  }
}
body #main-content form .field-holder .input-holder.fileUpload.formRedBorder {
  border: 2px solid #02b0cb;
  -webkit-box-shadow: inset 0 0 10px 0 #02b0cb;
  box-shadow: inset 0 0 10px 0 #02b0cb;
}
body #main-content form .field-holder .input-holder.fileUpload div#filePlaceholder {
  width: 63%;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 43px;
  color: #333333;
  line-height: 1.9em;
  margin-right: 15px;
  font-weight: 300;
  font-size: 22px;
}
body #main-content form .field-holder .input-holder.fileUpload div#filePlaceholder.placeholder {
  color: #333333;
}
@media (max-width: 640px) {
  body #main-content form .field-holder .input-holder.fileUpload {
    width: 100%;
    max-width: 100%;
  }
}
body #main-content form .field-holder .input-holder.fileUpload .progress-bar {
  width: 0;
  background-color: #02b0cb;
}
body #main-content form .field-holder .input-holder.fileUpload .progress-bar .progress-txt {
  color: #fff;
  text-align: center;
  width: 100%;
  background-color: transparent;
  font-size: 1.9em;
  line-height: 1.8em;
}
body #main-content form .field-holder .input-holder.fileUpload input[type="file"] {
  opacity: 0;
  position: absolute;
  top: 0;
}
body #main-content form .field-holder .input-holder.fileUpload input[type="file"]:hover {
  cursor: pointer;
}
body #main-content form .field-holder .input-holder.fileUpload label.errorMsgLbl {
  top: 0;
}
body #main-content form .field-holder .input-holder input[type="checkbox"] {
  font-weight: 300;
  vertical-align: top;
}
body #main-content form .field-holder .input-holder input[type="checkbox"]:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border: none;
  -webkit-box-shadow: inset 2px 2px 1px 0px #9a9a9a;
  box-shadow: inset 2px 2px 1px 0px #9a9a9a;
  background-color: white;
  color: #02b0cb;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
body #main-content form .field-holder .input-holder input[type="checkbox"]:checked:after {
  content: "\2713";
}
body #main-content form .field-holder .input-holder input[type="email"]:active,
body #main-content form .field-holder .input-holder input[type="email"]:focus {
  direction: ltr;
}
body #main-content form .field-holder .input-holder input[type="email"]::placeholder,
body #main-content form .field-holder .input-holder input[type="email"][value=""],
body #main-content form .field-holder .input-holder input[type="email"] :not([value]) {
  direction: rtl;
}
body #main-content form .field-holder .input-holder input:not([type="checkbox"]) {
  width: 100%;
  height: 43px;
  max-width: 535px;
  background-color: #fff;
  padding-right: 5px;
  color: #000;
  -webkit-box-shadow: inset 0px 1px 2px 0px #9a9a9a;
  box-shadow: inset 0px 1px 2px 0px #9a9a9a;
  font-size: 22px;
}
body #main-content form .field-holder .input-holder .Acceptance-label,
body #main-content form .field-holder .input-holder .Mailing {
  width: 85%;
  padding-right: 10px;
}
body #main-content form .field-holder .input-holder .Acceptance-label a,
body #main-content form .field-holder .input-holder .Mailing a {
  margin-right: 5px;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 640px) {
  body #main-content form .field-holder .input-holder .Acceptance-label a,
  body #main-content form .field-holder .input-holder .Mailing a {
    color: #000;
  }
}
body #main-content form .field-holder .input-holder .formRedBorder {
  border: 2px solid #02b0cb;
  -webkit-box-shadow: inset 0 0 10px 0 #02b0cb;
  box-shadow: inset 0 0 10px 0 #02b0cb;
}
body #main-content form .button-wrp {
  width: 100%;
  padding-right: 15px;
  max-width: 1160px;
}
@media (min-width: 640px) {
  body #main-content form .button-wrp {
    padding-top: 67px;
  }
}
@media (max-width: 640px) {
  body #main-content form .button-wrp {
    width: 100%;
    max-width: 100% !important;
    padding: 10% 0;
  }
}
body #main-content form .button-wrp input#submit_button {
  color: #fff;
  background-color: #02b0cb;
  border-width: 2px;
  border-style: solid;
  border-color: #45c5d9 #028a9f #028a9f #45c5d9;
  font-size: 30px;
  padding: 0.2%;
  min-width: 214px;
}
@media (max-width: 640px) {
  body #main-content form .button-wrp input#submit_button {
    width: 100%;
    max-width: 100% !important;
  }
}
body #main-content.success {
  background-image: url('https://media.reshet.tv/image/upload/v1522844153/X_qsayfb_iufc8s.png'), url("https://media.reshet.tv/image/upload/BG_Web_Success_vjqolj.jpg");
  background-repeat: no-repeat;
  background-position: 98% 1%, center top;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width : 640px) {
  body #main-content.success {
    background-image: url('https://media.reshet.tv/image/upload/v1522844153/X_qsayfb_iufc8s.png'), url("https://media.reshet.tv/image/upload/BG_Mobile_Success_yt9sxq.jpg");
    position: fixed;
    background-size: auto, cover;
    height: 99vh;
    top: 0;
  }
}
body #main-content.success * {
  opacity: 0;
}
@media only screen and (max-width : 640px) {
  body #main-content.success {
    cursor: pointer;
  }
}
@media (min-width: 640px) {
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
}
