@import url("https://fonts.googleapis.com/css?family=Heebo:400,500,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700");
.slideRight {
  animation-name: slideRight;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 2.666s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  -webkit-animation-name: slideRight;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 2.666s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-name: slideRight;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-delay: 2.666s;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -ms-animation-name: slideRight;
  -ms-animation-duration: 1s;
  -ms-animation-timing-function: ease-out;
  -ms-animation-delay: 2.666s;
  -ms-animation-iteration-count: 1;
  -ms-animation-fill-mode: both; }

@-webkit-keyframes slideRight {
  0% {
    transform: translateX(-150%); }
  100% {
    transform: translateX(0%); } }

@-moz-keyframes slideRight {
  0% {
    transform: translateX(-150%); }
  100% {
    transform: translateX(0%); } }

@-ms-keyframes slideRight {
  0% {
    transform: translateX(-150%); }
  100% {
    transform: translateX(0%); } }

@-o-keyframes slideRight {
  0% {
    transform: translateX(-150%); }
  100% {
    transform: translateX(0%); } }

@keyframes slideRight {
  0% {
    transform: translateX(-150%); }
  100% {
    transform: translateX(0%); } }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }

html, body {
  height: 100%;
  width: 100%; }
  @media only screen and (max-width: 1000px) {
    html, body {
      height: auto; } }

body {
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  position: relative;
  overflow-x: hidden;
  font-family: 'Open Sans Hebrew', sans-serif;
  font-size: 1.6rem;
  color: #ffffff; }

.wrapper {
  direction: rtl;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  max-height: 31.9rem;
  min-height: 27.5rem;
  position: relative;
  margin: 0 auto;
  background-image: url("../images/background-desktop.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 1000px) {
    .wrapper {
      height: auto;
      min-height: 112rem;
      max-height: 112rem;
      background-image: url("../images/background-mobile.jpg");
      background-size: 100%;
      background-position: center top;
      background-repeat: no-repeat; } }
  @media only screen and (max-width: 1000px) {
    .wrapper.thanks {
      min-height: 80rem;
      max-height: 80rem; } }

.ie .wrapper {
  overflow: hidden; }

.ref {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/ref-desktop.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: .5; }
  @media only screen and (max-width: 1000px) {
    .ref {
      height: auto;
      min-height: 80rem;
      background-image: url("../images/ref-mobile.jpg"); } }

main {
  height: 100%; }
  @media only screen and (max-width: 1000px) {
    main {
      height: auto; } }

body {
  direction: rtl;
  font-family: 'Heebo', sans-serif;
  line-height: 1.7; }

.eng {
  font-family: 'Montserrat', sans-serif; }

.txt {
  color: #262626; }
  .txt-1 {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 17rem;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.75rem;
    text-align: right; }
    @media only screen and (max-width: 1000px) {
      .txt-1 {
        top: 2.5rem;
        right: 23.5rem;
        font-size: 2.6rem; } }
  .txt-2 {
    display: block;
    position: absolute;
    top: 3.8rem;
    right: 17rem;
    color: #ffffff;
    font-size: 1.7rem;
    line-height: 1.35rem;
    font-weight: 400; }
    @media only screen and (max-width: 1000px) {
      .txt-2 {
        top: 5.8rem;
        right: 23.5rem;
        font-size: 2.5rem; } }
  .txt-3 {
    display: block;
    position: absolute;
    top: 15rem;
    right: 17rem;
    list-style: none;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.45rem; }
    @media only screen and (max-width: 1000px) {
      .txt-3 {
        top: 33.5rem;
        right: 23rem;
        font-size: 1.4rem;
        line-height: 1.65rem; } }
    .txt-3 i {
      position: relative;
      top: .1rem;
      color: #6bd7fd; }

.no-wrap {
  white-space: nowrap; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/* RESET */
iframe {
  display: none; }

.ltr {
  direction: ltr; }

/* END RESET*/
button {
  border-radius: 0; }

input[type='submit'] {
  border-radius: 0; }

button {
  border-radius: 0; }

input[type='submit'] {
  border-radius: 0; }

.break {
  display: inline-block; }

/*WAI*/
[aria-hidden="true"] {
  visibility: hidden !important; }

/*
input:focus,
a:focus,
select:focus,
label:focus {
  outline: 2px solid lime !important;
}
*/
.error-outline {
  outline: 2px solid #6bd7fd; }

.mobile {
  display: none; }
  @media only screen and (max-width: 1000px) {
    .mobile {
      display: block; } }

.desktop {
  display: block; }
  @media only screen and (max-width: 1000px) {
    .desktop {
      display: none; } }

body.trigger-position-left #enable-toolbar-trigger {
  right: 10px !important;
  left: auto !important; }

.enable-toolbar-notice-top {
  right: 55px !important; }

.c2c_btn {
  position: fixed;
  top: 45.5rem;
  left: 0;
  width: 20rem;
  padding: 1rem;
  background-color: #ffd52f;
  border-radius: 0 5rem 5rem 0;
  font-size: 2rem;
  line-height: 1;
  color: #262626;
  opacity: .95;
  z-index: 1000; }
  .c2c_btn i {
    padding: 1rem;
    margin-right: .7rem;
    background-color: #262626;
    border-radius: 50%;
    color: #ffffff;
    opacity: 1;
    transition: opacity .2s ease-out; }
  .c2c_btn:hover i {
    opacity: .8; }

.sidebar {
  width: 100%;
  max-height: 30rem;
  position: absolute;
  top: 2.5rem; }
  @media only screen and (max-width: 1000px) {
    .sidebar {
      max-height: 120rem;
      position: relative;
      top: 0rem;
      padding: 0 0 3rem; } }

.form {
  height: auto;
  padding: 0 1.2rem;
  margin: 0 auto;
  box-sizing: border-box; }
  @media only screen and (max-width: 1000px) {
    .form {
      padding: 0 4.2rem; } }
  .form-title {
    color: #ffffff;
    text-align: right;
    font-size: .8rem;
    font-weight: bold;
    line-height: 1rem;
    padding: 1.4rem 0 1.2rem 0; }
    @media only screen and (max-width: 1000px) {
      .form-title {
        font-size: 3.5rem;
        line-height: 4.2rem;
        padding: 4.5rem 0 4.5rem; } }
    .form-title a:link, .form-title a:visited {
      text-decoration: none;
      transition: all .3s ease-out; }
    .form-title a:hover .form-title-sub,
    .form-title a:active .form-title-sub {
      transform: scale(1.02);
      color: #262626; }
    .form-title-sub {
      display: block;
      color: #6bd7fd;
      transition: all .3s ease-out; }
      @media only screen and (max-width: 1000px) {
        .form-title-sub {
          font-size: 3.7rem; } }

.inputs-wrapper {
  padding: 0; }

.input-wrapper {
  position: relative;
  height: 1.3rem;
  margin: 0 auto 1rem;
  padding: 0; }
  @media only screen and (max-width: 1000px) {
    .input-wrapper {
      height: 6rem;
      margin: 0 auto 4.5rem; } }

label {
  display: inline-block;
  color: #ffffff;
  font-size: .5rem;
  padding: 0 0 .2rem; }
  @media only screen and (max-width: 1000px) {
    label {
      font-size: 1.2rem; } }
  label[for="fullname"], label[for="prefix"], label[for="phone"] {
    display: block;
    padding: 0;
    text-indent: 2px; }
  label.animated-label {
    position: absolute;
    top: 50%;
    right: 3.1%;
    font-size: .6rem;
    font-weight: 400;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.1s ease-out; }
    @media only screen and (max-width: 1000px) {
      label.animated-label {
        right: 4.4%;
        font-size: 2.5rem; } }
    label.animated-label.active {
      top: -0.41rem;
      font-size: .4rem;
      transition: 0.1s ease-out; }
      @media only screen and (max-width: 1000px) {
        label.animated-label.active {
          top: -2rem;
          font-size: 1.8rem; } }
  label.error {
    position: absolute;
    top: 1.5rem;
    left: 0;
    font-size: .4rem;
    font-weight: 400;
    color: #b31c19;
    transition: 0.1s ease-out; }
    @media only screen and (max-width: 1000px) {
      label.error {
        top: 6.8rem;
        font-size: 1.8rem; } }

.form-icon {
  width: 12%;
  height: 100%;
  position: absolute;
  left: 0;
  background: #6bd7fd;
  border: 0.07rem solid #6bd7fd;
  border-radius: 0;
  box-sizing: border-box;
  font-size: .45rem;
  color: #262626; }
  @media only screen and (max-width: 1000px) {
    .form-icon {
      font-size: 1.8rem; } }
  .form-icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%); }

.form-input {
  width: 88%;
  height: 100%;
  position: absolute;
  background: #484848;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0 3.5%;
  font-size: .6rem;
  color: #ffffff; }
  @media only screen and (max-width: 1000px) {
    .form-input {
      border-radius: 0;
      font-size: 2rem;
      padding: 0 4.1%; } }

input:focus,
select:focus {
  border-bottom: 0.15rem solid #6bd7fd; }
  @media only screen and (max-width: 1000px) {
    input:focus,
    select:focus {
      border-bottom: 0.5rem solid #6bd7fd; } }

select::-ms-expand {
  display: none; }

.prefix-wrap {
  margin-left: 0;
  position: relative;
  float: left;
  width: 31.3%;
  height: 100%;
  background: #ffffff; }
  @media only screen and (max-width: 1000px) {
    .prefix-wrap {
      width: 32%; } }

#prefix {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 100%;
  background: transparent;
  padding: 0 .2rem;
  font-weight: 400;
  color: #262626;
  z-index: 2; }
  @media only screen and (max-width: 1000px) {
    #prefix {
      padding: 0 1.5rem; } }
  #prefix option {
    background: #ffffff;
    border: 0; }

.input-phone-wrap {
  float: right;
  width: 100%;
  height: 100%;
  position: relative; }

.sumbit-wrap {
  width: 100%;
  height: 2.8rem;
  position: relative;
  margin: 0 auto 1rem;
  padding-bottom: 1rem; }
  @media only screen and (max-width: 1000px) {
    .sumbit-wrap {
      height: 9rem; } }

input.btn_submit {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  display: block;
  box-sizing: border-box;
  background: #ffd52f;
  font-family: inherit;
  font-size: .6rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #262626;
  opacity: 1;
  transition: all .2s ease-out; }
  @media only screen and (max-width: 1000px) {
    input.btn_submit {
      font-size: 2.5rem; } }
  input.btn_submit:hover {
    background: #6bd7fd; }

/*RADIO BUTTONS*/
.client-set {
  margin: 0;
  padding: 0;
  border: 0; }

.client-type {
  position: absolute;
  display: inline-block;
  top: .3rem;
  right: .5rem;
  font-size: .8rem;
  font-weight: 600;
  color: #262626; }
  @media only screen and (max-width: 1000px) {
    .client-type {
      top: 1.9rem;
      right: 0rem;
      font-size: 2.5rem; } }

.radio-wrap {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0rem 0 1rem; }
  .radio-wrap::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 1000px) {
    .radio-wrap {
      margin: 0rem 0 5rem; } }

.radio-box {
  display: block;
  position: absolute;
  top: .25rem;
  padding-top: .1rem;
  padding-right: 1rem;
  color: #ffffff;
  font-size: .6rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media only screen and (max-width: 1000px) {
    .radio-box {
      top: 2rem;
      padding-top: 0rem;
      padding-right: 3.8rem;
      font-size: 2.7rem; } }
  .radio-box-1 {
    right: 0rem; }
    @media only screen and (max-width: 1000px) {
      .radio-box-1 {
        right: 5rem; } }
  .radio-box-2 {
    right: 4.5rem; }
    @media only screen and (max-width: 1000px) {
      .radio-box-2 {
        right: 25rem; } }
  .radio-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .radio-box .checkmark {
    position: absolute;
    top: .22rem;
    right: 0;
    width: .8rem;
    height: .8rem;
    background-color: #484848;
    border-radius: 50%; }
    @media only screen and (max-width: 1000px) {
      .radio-box .checkmark {
        top: .8rem;
        width: 3.2rem;
        height: 3.2rem; } }
    .radio-box .checkmark::after {
      position: absolute;
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      transform: translateX(-50%) translateY(-50%);
      content: "";
      display: none;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #6bd7fd; }
      @media only screen and (max-width: 1000px) {
        .radio-box .checkmark::after {
          width: 1.4rem;
          height: 1.4rem; } }
  .radio-box:hover input ~ .checkmark {
    background-color: #363636; }
  .radio-box input:checked ~ .checkmark {
    background-color: #484848; }
    .radio-box input:checked ~ .checkmark::after {
      display: block; }

.ie-radio {
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background-color: transparent !important; }

.logo {
  width: 70%;
  position: absolute;
  bottom: 0;
  left: 0; }
  @media only screen and (max-width: 1000px) {
    .logo {
      width: 50%; } }
  .logo img {
    display: block;
    width: 100%; }

.service-list {
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  list-style: none; }
  .service-list::after {
    content: '';
    display: table;
    clear: both; }

.service-item {
  width: 25%;
  height: 100%;
  position: relative;
  float: right;
  padding: 1rem 2.5rem 1rem 2rem; }
  .service-item h4 {
    color: #262626;
    font-size: .6rem;
    font-weight: 800;
    line-height: .8rem;
    text-align: right; }
  .service-item p {
    color: #262626;
    font-size: .55rem;
    font-weight: 400;
    line-height: .8rem;
    text-align: right; }
    .service-item p i {
      position: relative;
      top: .03rem; }
  .service-item img {
    width: 1.6rem;
    position: absolute;
    top: 1.1rem;
    right: .5rem; }

#thanks_wrapper {
  display: block;
  min-height: 20rem;
  padding: 0 1.2rem; }
  @media only screen and (max-width: 1000px) {
    #thanks_wrapper {
      min-height: 30rem;
      padding: 4rem 4rem 0; } }
  #thanks_wrapper h4 {
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: right;
    color: #6bd7fd; }
    @media only screen and (max-width: 1000px) {
      #thanks_wrapper h4 {
        font-size: 3rem; } }
  #thanks_wrapper p {
    font-size: .7rem;
    font-weight: 400;
    line-height: 1.3;
    text-align: right;
    color: #ffffff; }
    @media only screen and (max-width: 1000px) {
      #thanks_wrapper p {
        font-size: 2rem; } }

.footer-txt {
  display: block;
  width: 9rem;
  position: absolute;
  right: 1.2rem;
  top: 14.5rem;
  color: #ffffff;
  font-size: .42rem;
  font-weight: 400;
  line-height: 1.15rem;
  text-align: justify; }
  @media only screen and (max-width: 1000px) {
    .footer-txt {
      position: relative;
      width: 100%;
      padding: 0 4.2rem;
      top: auto;
      right: auto;
      font-size: 1.5rem; } }
  .footer-txt a:link, .footer-txt a:visited {
    color: #ffffff;
    text-decoration: none;
    transition: all .3s ease-out; }
  .footer-txt a:hover, .footer-txt a:active {
    color: #6bd7fd;
    border-bottom: 1px solid #6bd7fd; }
  .footer-txt .legal {
    display: block;
    font-size: .42rem;
    line-height: 1.3; }
    @media only screen and (max-width: 1000px) {
      .footer-txt .legal {
        font-size: 1.5rem;
        margin-bottom: 1.5rem; } }

.lp-right {
  width: 45rem;
  min-height: 100%;
  position: relative;
  padding: 0;
  float: right;
  overflow: hidden; }
  @media only screen and (max-width: 1000px) {
    .lp-right {
      width: 100%;
      min-height: 44rem;
      float: none;
      overflow-x: hidden;
      overflow-y: none; } }
  .lp-right .content {
    width: 100%;
    margin: 0; }
    @media only screen and (max-width: 1000px) {
      .lp-right .content {
        height: 100%;
        position: absolute;
        right: 0;
        top: 0; } }
    .lp-right .content-footer {
      width: 100%;
      height: 5rem;
      position: absolute;
      bottom: 0;
      right: 0;
      background-color: #ffffff; }
      @media only screen and (max-width: 1000px) {
        .lp-right .content-footer {
          display: none; } }

.lp-left {
  position: absolute;
  width: 11.5rem;
  height: 100%;
  max-height: 100%;
  float: left;
  left: 0;
  background-color: #262626; }
  @media only screen and (max-width: 1000px) {
    .lp-left {
      position: relative;
      width: 100%;
      height: auto;
      min-height: 85rem;
      float: none; }
      .lp-left::after {
        content: '';
        display: table;
        clear: both; } }

@media only screen and (max-width: 1000px) {
  .thanks .lp-left {
    min-height: 70rem; } }
