html {
  font-size: 1vw;
}

* {
  box-sizing: border-box;
}

.ac-rtl {
  direction: rtl;
}

body {
  font-family: "FbSpoiler-Regular";
}
strong {
  /* font-family: "FbSpoiler-Bold"; */
  font-family: "FbSpoiler-Black";
}
h2 {
  font-size: 2.5rem;
  line-height: 0.9;
  color: #17285f;
}
.ac-law-desk{
  font-size: 1rem;
  position: fixed;
  width: 60%;
  right: 1rem;
  bottom: 1rem;
  color: #fff;
}
main {
  overflow-x: hidden;
}
.ac-en-bold {
  font-family: "FbSpoilerEng-Bold";
  direction: ltr;
  display: inline-block;
}
.ac-img-responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.ac-rel-pos {
  position: relative;
  height: 0;
  width: 100%;
}
.ac-container {
  width: 60rem;
  margin: 0 auto;
}
.ac-mob-saperator {
  display: none;
}
/* Header */

/* End Header */

/* Section Opening */

/* Form Desktop */

#ac-opening .ac-col-2 .ac-form-wrapper {
  width: 100%;
  background-color: #18285f;
  display: block;
}

#ac-opening .ac-col-2 .ac-form-wrapper .ac-form-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  color: #fff;
  font-family: "FbSpoiler-Regular";
}

#ac-opening .ac-col-2 .ac-form-wrapper .form {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
}
#ac-opening .ac-col-2 .ac-rel-pos-ver {
  width: 5rem;
  height: 100vh;
  position: absolute;
  left: 33rem;
}
#ac-opening .ac-col-2 .ac-rel-pos-ver img {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
#ac-opening .ac-col-2 .ac-form-wrapper .form input,
#ac-opening .ac-col-2 .ac-form-wrapper .form select {
  height: 6vh;
  width: 100%;
  margin-bottom: 1.5vh;
  border: 0;
  padding-right: 1rem;
  color: #002c6c;
  font-family: "FbSpoiler-Regular";
  font-family: "FbSpoiler-Light";
  font-size: 1.7rem;
  border-radius: 0.5rem;
  direction: rtl;
}

#ac-opening .ac-col-2 .ac-form-wrapper .ac-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2vh;
  font-weight: 700;
}

::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #002c6c;
  font-family: "FbSpoiler-Light";
}

::-moz-placeholder,
select::-moz-placeholder {
  /* Firefox 19+ */
  color: #002c6c;
  font-family: "FbSpoiler-Light";
}

:-ms-input-placeholder,
select:-ms-input-placeholder {
  /* IE 10+ */
  color: #002c6c;
  font-family: "FbSpoiler-Light";
}

:-moz-placeholder,
select:-moz-placeholder {
  /* Firefox 18- */
  color: #002c6c;
  font-family: "FbSpoiler-Light";
}

.ac-checkbox-wrapper {
  display: flex;
}

#ac-opening .ac-col-2 .ac-form-wrapper .ac-checkbox-div {
  width: 2.5rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.5rem;
}

#ac-opening .ac-col-2 .ac-form-wrapper .ac-checkbox-div input {
  height: 100%;
}

#ac-opening .ac-col-2 .ac-form-wrapper .ac-checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  margin-top: 1vh;
}

#ac-opening .ac-col-2 .ac-form-wrapper .label-wrapper {
  position: relative;
  top: -0.4rem;
  font-size: 0.9rem;
}

#ac-opening .ac-col-2 .ac-form-wrapper .ac-leagal-v2 {
  display: block;
  position: relative;
  top: 0.5rem;
  right: -2rem;
  margin-bottom: 2rem;
}

#ac-opening .ac-col-2 .ac-form-wrapper .ac-button-wrapper {
  width: 70%;
}

#ac-opening .ac-col-2 .ac-form-wrapper .ac-button-wrapper button {
  width: 100%;
  background: #002c5f;
  font-weight: 400;
  border: 0;
  color: #fff;
  font-size: 1.7rem;
  padding: 0.3rem 0.5rem 0.5rem;
}
#ac-opening .ac-col-2 .ac-form-wrapper legend {
  /* font-family: "FbSpoiler-Bold"; */
  font-family: "FbSpoiler-Black";
  font-size: 3rem;
  text-align: center;
  margin-bottom: 2.5vh;
}
#ac-opening .ac-col-2 .ac-form-wrapper label {
  display: none;
}
#ac-opening .ac-col-2 .ac-form-wrapper label.container {
  display: flex;
}
#ac-opening .ac-col-2 .ac-form-wrapper .ac-logo {
  position: relative;
  top: 6vh;
}
#ac-opening .ac-col-2 .ac-form-wrapper .ac-logo img {
  width: 30rem;
}
#ac-opening .ac-col-2 .ac-form-wrapper .send {
  background-color: #fdb927;
  width: max-content;
  /* font-family: "FbSpoiler-Bold"; */
  font-family: "FbSpoiler-Black";
  color: #18285f;
  border: 0.15rem solid #fdb927;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  font-size: 2.9rem;
  font-weight: 900;
  padding: 0.2rem 7rem;
  margin: 1vh auto 4vh;
}
#ac-opening .ac-col-2 .ac-form-wrapper .ac-sendarros {
  height: 3rem;
  margin-right: 0.3rem;
}
#ac-opening .ac-col-2 .ac-form-wrapper .send:hover {
  border: 0.15rem solid #fdb927;
}
#ac-opening .ac-col-2 .ac-form-wrapper .send img {
  width: 0.7rem;
  margin-right: 0.8rem;
  position: relative;
  top: 0.1rem;
}
/* End Form Desktop */
#ac-opening {
  display: flex;
  flex-direction: row-reverse;
}
#ac-opening .ac-col-2 {
  background-color: #18285f;
  width: 35%;
  position: relative;
    z-index: 1;
}
#ac-opening .ac-col-1 {
  width: 65%;
  background-color: #fdb927;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url(../img/main.jpg);
  background-size: cover;
}
#ac-opening .ac-col-1 .ac-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: 78vh;
  position: absolute;
  top: -5vh;
  right: -13rem;
}
#ac-opening .ac-col-1 .ac-content .ac-five{
  width: 20rem;
  height: auto;
}
#ac-opening .ac-col-1 .ac-uniq-wrapper {
  /* background-image: url(../img/hole.png);
  width: 28rem;
  height: 28rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center; */
  position: relative;
  top: 3vh;
}
#ac-opening .ac-col-1 .ac-plus-wrapper{
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 3rem;
  width: 30rem;
  position: relative;
  right: -5rem;
  top: -0.5rem;
  align-items: center;
}
#ac-opening .ac-col-1 .ac-plus{
  width: 5rem;
  margin: 0 auto 0 2.5rem;
}
h1 {
  position: absolute;
  top: 32.5%;
  left: 108.5%;
  transform: translate(-55%, -46%);
  color: #fff;
  text-align: right;
  font-size: 3rem;
  line-height: 0.8;
  opacity: 0;
  text-shadow: unset;
  transition: opacity 0.5s, font-size 0.5s, text-shadow 0.5s;
  font-family: "FbSpoiler-Bold";
}
h1.ac-animated {
  opacity: 1;
}
h1.ac-animated2 {
  font-size: 3.2rem;
  text-shadow: 0.5rem 0rem 1rem #000;
}
h1.ac-animated3 {
  font-size: 4.5rem;
  text-shadow: unset;
}
#ac-opening .ac-col-1 .ac-uniq-wrapper .ac-plus {
  font-size: 192%;
  font-family: "FbSpoiler-Bold";
  display: inline-block;
  position: relative;
  top: 0.4rem;
}
#ac-opening .ac-col-1 .ac-uniq-wrapper .ac-en-bold {
  margin-top: -1.5rem;
}
#ac-opening .ac-col-1 .ac-legal {
  margin-right: 2%;
  display: block;
  position: fixed;
  width: 60%;
  right: 1rem;
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  bottom: 8rem;
}
/* End Section Opening */

.ac-show-on-mobile {
  display: none;
}

.ac-hide-on-mobile {
  display: block;
}

@media (max-width: 1000px) {
  .ac-show-on-mobile {
    display: block;
  }
  .ac-hide-on-mobile {
    display: none;
  }
  .ac-mob-saperator {
    display: block;
    margin-bottom: -0.5rem;
    width: 100%;
  }
  html {
    font-size: 2.2vw;
  }
  .ac-container {
    width: 90%;
    margin: 0 auto;
  }
  /* Opening Mobile */
  #ac-opening .ac-col-2 {
    width: 100%;
  }
  #ac-opening .ac-col-2 {
    height: auto;
    overflow: hidden;
    transition: 0.5s;
    padding-top: 7vw;
    box-shadow: 0px 3px 55px #000000E0;
  }
  #ac-opening .ac-col-2.ac-active {
    height: auto;
    overflow: hidden;
  }
  #ac-opening .ac-form-wrapper .close-form-wrapper {
    margin-bottom: 11vw;
    position: relative;
    width: 90%;
  }
  #ac-opening .ac-form-wrapper .close-form-wrapper button {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1;
    background: transparent;
    border: 0;
    font-size: 2rem;
  }
  #ac-opening .ac-col-2 .ac-form-wrapper .form input,
  #ac-opening .ac-col-2 .ac-form-wrapper .form select {
    height: 3rem;
    width: 90vw;
    margin-bottom: 1rem;
    border: 0;
    padding-right: 1rem;
    color: #000;
    font-size: 1.7rem;
  }
  #ac-opening .ac-col-2 .ac-form-wrapper .ac-checkbox-div {
    width: 3.5rem;
    height: 2.5rem;
  }
  #ac-opening .ac-col-2 .ac-form-wrapper .label-wrapper {
    top: -0.8rem;
    font-size: 1.3rem;
  }
  #ac-opening .ac-col-2 .ac-form-wrapper .ac-form-inner {
    padding-bottom: 1rem;
    height: auto;
  }
  #ac-opening .ac-col-2 .ac-form-wrapper .ac-button-wrapper button {
    font-size: 2.2rem;
  }
  /* End Opening Mobile */
  #ac-opening {
    display: flex;
    flex-direction: column-reverse;
  }
  #ac-opening .ac-col-2 .ac-rel-pos-ver {
    display: none;
  }
  #ac-opening .ac-col-1 {
    width: 100%;
    background-image: url(../img/main_mob.jpg);
    margin-top: -2rem;
  }
  #ac-opening .ac-col-1 .ac-content {
    flex-direction: column;
    height: auto;
    position: relative;
    top: 0;
    right: 0;
  }
  h1 {
    transform: translate(-55%, -46%);
  }
  #ac-opening .ac-col-1 .ac-legal {
    display: block;
    position: relative;
    right: unset;
    bottom: 0;
    width: 100%;
    margin: 1rem auto 2.5rem;
    font-size: 2rem;
  }
  h2 {
    text-align: center;
    margin: 1vw auto 6vw;
  }
  #ac-opening .ac-col-2 .ac-form-wrapper .ac-logo {
    position: relative;
    top: -1rem;
    margin: 1rem auto 0.5rem;
  }
  .ac-legal-mob {
    width: 90%;
    display: block;
    margin: 1rem auto;
    font-size: 1.4rem;
  }
  svg {
    width: 100%;
    height: 100%;
  }
  #ac-opening .ac-col-2 .ac-form-wrapper .send {
    padding: 0.2rem 10rem;
}
  #ac-opening .ac-col-2 .ac-form-wrapper .ac-sendarros {
    height: 1.5rem;
    margin-right: 0.6rem;
    position: relative;
    top: -0.8rem;
    width: 1rem;
  }
  #ac-opening .ac-col-2 .ac-form-wrapper legend {
    margin-bottom: 2rem;
}
  h2 strong {
    display: block;
    margin-bottom: -1rem;
  }
  h2 {
    font-size: 2rem;
    margin-bottom: 0.6rem;
  }
  .ac-inputs,
  .ac-inpt {
    width: 90vw;
  }
  .btn-send {
    width: 90vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 650px) {
  html {
    font-size: 3.35vw;
  }
  #ac-opening .ac-col-1 .ac-uniq-wrapper {
    width: 100%;
    height: auto;
    margin-top: 0;
    top: 4rem;
  }
  #ac-opening .ac-col-1 .ac-content .ac-five {
    width: 13rem;
    height: auto;
    margin-left: 4rem;
  }
  /* h1 {
    transform: translate(-55%, -27%);
  } */
  #ac-opening .ac-col-2 .ac-form-wrapper .form {
    width: 90vw;
  }
  #ac-opening .ac-col-2 .ac-form-wrapper .ac-logo img {
    width: 26rem;
  }

  .ac-legal-mob {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
  h1 {
    font-size: 2.3rem;
    transform: translate(36%, -80%);
    top: 67%;
    left: 50%;
  }
  h1.ac-animated2 {
    font-size: 2.5rem;
  }
  #ac-opening .ac-col-2 .ac-form-wrapper label.container {
    display: flex;
    font-size: 1.2rem;
  }
  h1.ac-animated3 {
    font-size: 3.3rem;
    text-shadow: unset;
  }
  #ac-opening .ac-col-1 .ac-plus-wrapper {
    font-size: 3rem;
    width: 88%;
    right: -1rem;
    top: 0;
    align-items: center;
    margin-top: 5rem;
    font-family: "FbSpoiler-Bold";
}
  #ac-opening .ac-col-1 .ac-plus {
    width: 4rem;
  }
  #ac-opening .ac-col-1 .ac-rel-pos{
    height: auto;
  }
  .ie #ac-opening .ac-col-2 .ac-form-wrapper .form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  fieldset {
    width: 90vw;
    display: flex;
    flex-direction: column;
  }
  #ac-opening .ac-col-2 .ac-form-wrapper label {
    display: none;
  }
  .ac-law-desk{
    display: none
  }
}
