.become-a-p {
  cursor: pointer;
}
.become-a-partner-wrapper {
  overflow-y: scroll;
  position: fixed;
  top: 17px;
  right: -420px;
  bottom: 17px;
  z-index: 1000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.become-a-partner-wrapper.active {
  right: 17px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.become-a-partner-wrapper .bg {
  background: rgba(229,229,229,.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: none;
}
.alert_success_card_wrapper{
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(250, 250, 250, 0.5);
    /* visibility: hidden;
    opacity: 0; */
}
div.alert_success_card_wrapper  div.alert_success_card{
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
div.alert_success_card_wrapper.open{
  visibility: visible;
  opacity: 1;
}
div.alert_success_card_wrapper.open  div.alert_success_card{
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
div.input-field-discount input.br_tra{
  border: transparent solid 2px;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
div.input-field-discount input.br_tra.err_input{
  border: #fff solid 2px;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
form.become_p_f div.input-field.err_input_parthner{
  border: #FE6458 solid 2px;
  border-radius: 12px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
form.become_p_f div.input-field{
  border: transparent solid 2px;
}
span.name,
span.email,
span.message{
  margin-bottom: 8px;
}
.blockErr{
  display: block;
  font-family: Rubik;
  font-weight: 400;
  position: relative;
  font-size: 12px;
  left: 1.2%;
  color: #FE6458 ;
  -webkit-transition: all 0.2s ease ;
  -o-transition: all 0.2s ease ;
  transition: all 0.2s ease ;
}
span.blockErr.bottom_err2{
   display: block;
   font-family: Rubik;
   font-weight: 400;
   position: relative;
   font-size: 12px;
   left: 1.2%;
   color: #fff ;
   -webkit-transition: all 0.2s ease ;
   -o-transition: all 0.2s ease ;
   transition: all 0.2s ease ;
 }
.error_msg{
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.error_msg_show{
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.alert_success_card{
  max-width: 500px;
  width: 100%;
  padding: 70px 10px;
  margin: 0 20px;
  background: rgb(243, 243, 243);
  border-radius: 20px;
  text-align: center;
}
.alert_success_text_wrapper{
  margin: 50px 0;
}
.alert_success_card h1{
  margin-bottom: 20px;
}
.alert_success_card h1{
  font-family: 'Rubik-Bold';
  color: #3D3D3D;
}
.alert_success_card p, .alert_success_btn{
  font-family: 'Rubik';
  font-size: 18px;
}
.alert_success_card p{
  color: #3D3D3D;
}
.alert_success_btn{
  cursor: pointer;
  background-color: #FE6458;
  padding: 15px 0;
  max-width: 250px;
  width: 100%;
  border-radius: 25px;
  color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 400px){
  .alert_success_card h1{
    font-size: 22px;
  }
}

.become-a-partner-wrapper .forms-partner {
  width: 388px;
  padding: 90px 16px;
  border-radius: 24px;
  background-color: #FAFAFA;
  min-height: calc(100vh - 32px);
  z-index: 1;

}
.become-a-partner-wrapper .forms-partner .title {
    font-family: 'Rubik-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    color: #3D3D3D;
    margin-left: 10px;
}

.become-a-partner-wrapper .forms-partner .sub {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: #3D3D3D;
    margin-left: 10px;
    margin-top: 18px;
    margin-bottom: 22px;
}
.become-a-partner-wrapper .forms-partner form .btn-become {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 100%;
  height: 60px;
  background: unset;
  background-color: #FE6458;
  border-radius: 25px;
  margin-top: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
}
.become-a-partner-wrapper .forms-partner .close{
  position: absolute;
  width: auto;
  height: 14px;
  right: 31px;
  top: 32px;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #D4D4D4;
  cursor: pointer;
  padding-left: 19px;
  cursor: pointer;
}
.become-a-partner-wrapper .forms-partner .close {
}
.become-a-partner-wrapper .forms-partner .close .ico {
  position: absolute;
  left: 0;
  top: 1px;
}
/* .become-a-partner-wrapper .forms-partner form label {
  position: relative;
  display: block;
  width: 100%;
  min-height: 56px;
  background: #F3F3F3;
  border-radius: 12px;
  margin-bottom: 8px;
}
.become-a-partner-wrapper .forms-partner form label input,
.become-a-partner-wrapper .forms-partner form label textarea {
  height: 25px;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #373737;
  margin-top: 23px;
  padding-left: 10px;
  width: calc(100% - 10px);
  background: none;
  border: none;
  outline: none;
}
.become-a-partner-wrapper .forms-partner form label textarea {
  height: 109px;
  min-height: 109px;
  max-height: 109px;
}
.become-a-partner-wrapper .forms-partner form label i {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #8B8B8B;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
} */


 .become label {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: normal;
  min-height: auto;
  /* position: absolute; */
  /* /* top: 21px; */
  /* left: 10px; */
  width: 100%;
  color: #d3d3d3;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  cursor: text;
  background: transparent;
}
.become input{
    margin-top: 14px;
    border: none;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #373737;
}
.become .input-field textarea {
  width: 100%;
  height: 109px;
  min-height: 109px;
  max-height: 109px;
  border: 2px solid transparent;
}

.input-field {
  position: relative;
  display: block;
  width: 100%;
  min-height: 56px;
  background: #F3F3F3;
  border-radius: 12px;
  margin-bottom: 8px;
}
.input-field label{
  position: absolute;
  top: 19px;
  left: 10px;
  width: 100%;
  color: #d3d3d3;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  cursor: text;
  background: transparent;
  margin-bottom: 12px;
}
.input-field input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0.5rem 0 0.5rem 0.75rem;;
  /* border-bottom: 2px solid #d3d3d3; */
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #111;
  background: none;
}
.input-field input:invalid {
  outline: 0;
}
.input-field textarea {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 1.25rem 0 0.5rem 0.75rem;;
  /* border-bottom: 2px solid #d3d3d3; */
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #373737;
}
.input-field textarea:invalid {
  outline: 0;
}

.input-field textarea:focus~label,
.input-field textarea:valid~label{
  font-size: 10px;
  top: 6px;
}

.input-field input:focus~label,
.input-field input:valid~label {
  font-size: 10px;
  top: 6px;
}


.input-field textarea:not(:placeholder-shown)~label{
  font-size: 10px;
  top: 6px;
}

.input-field input:not(:placeholder-shown)~label{
  font-size: 10px;
  top: 6px;
}

@media(max-width: 480px){
  .become-a-partner-wrapper.active {
    right: 17px;
    width: 90%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .become-a-partner-wrapper .forms-partner {
    width: 100%;
    padding: 70px 15px;
    border-radius: 24px;
    background-color: #FAFAFA;
    min-height: calc(100vh - 32px);
    z-index: 1;
  }
  .become-a-partner-wrapper {
    position: fixed;
    top: 17px;
    right: -200%;
    bottom: 17px;
    z-index: 1000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .become-a-partner-wrapper .forms-partner .title {
    font-family: 'Rubik-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 31px;
    line-height: 43px;
    color: #3D3D3D;
    margin-left: 10px;
  }
}