
/*----------------------Popup-----------------------------*/
.popup__wraper {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10000000;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
  }
  
  .popup {
    display: flex;
    position: relative;
    font-family: 'IBM Plex Sans';
    color: white;
    position: fixed;
    top: 20%;
    right: 30%;
    opacity: 1;
    z-index: 1000000000;
    width: 600px;
    height: 300px;
    border-radius: 30px;
    background-image: url(../wp-content/uploads/2021/12/dark-landing-hero-bg.webp);
    background-color: #212529;
    transition: all 0.3s;
  }
  h1:not(.site-title):before, h2:before {
    background: #767676;
    content: none !important;
    display: block;
    height: 2px;
    margin: 1rem 0;
    width: 1em;
}
  .popup--active {
    display: flex;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @media screen and (max-width: 928px) {
    .popup {
      right: 20%;
    }
  }
  @media screen and (max-width: 800px) {
    .popup {
      right: 0%;
      margin: 20px 80px;
      overflow: hidden;
      height: 300px;
      width: auto;
    }
  }
  @media screen and (max-width: 604px) {
    .popup {
      right: 0%;
    }
  }
  .popup-btnClose {
    background-color: inherit;
    border: none;
    position: absolute;
    /* top: 20px; */
    opacity: 0;
    /* right: 20px; */
    cursor: pointer;
  }
  .popup-close {
    fill: white;
    width: 30px;
    height: 30px;
    display: block;
  }
  .popup-btnClose:hover {
    opacity: 0.7;
  }
  .popup__content {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-top: 20px;
    padding: 0px 110px;
    align-content: center;
    justify-content: center;
  }
  .popup__title {
    padding: 10px 20px;
    border-radius: 10px;
    border: 2px solid #4ce002;
    color: white;
    font-weight: 700;
    font-size: 24px;
    line-height: 160.4%;
  }
  .popup__text {
    font-weight: 700;
   font-size: 14px !important;
    line-height: 160.4%;
    color: white;
    margin-top: 15px;
  }
  .popup__btn {
    color: white;
    background-color: #790303;
   font-size: 14px !important;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 10px 15px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 15px;
  }
  .popup__btn :hover {
    background-color: #2841ae;
  }
  @media screen and (max-width: 640px) {
    .popup {
      right: 0%;
      margin: 20px 20px;
      overflow: hidden;
      height: 300px;
    }
  
    .popup__content {
      padding: 0px 20px;
    }
    .popup__title {
     font-size: 14px !important;
    }
    .popup__text {
     font-size: 14px !important;
    }
  }
  @media screen and (max-width: 480px) {
    .popup {
      right: 0%;
      width: auto;
      height: 300px;
    }
  }
  @media screen and (max-width: 400px) {
    .popup {
      right: 0%;
      width: auto;
      height: 289px;
    }
  }
  /*------------------------Popup---------------------------*/
  
  /*-----------------------------------------------------------------------------*/
  .print_informationEmailError {
    opacity: 0;
    color: red;
    margin-top: 5px;
    margin-left: 15px;
   font-size: 14px !important;
  }
  .print_informationEmailError--active {
    opacity: 1;
  }
  .print_informationError {
    opacity: 0;
    color: red;
    margin-top: 5px;
    margin-left: 15px;
   font-size: 14px !important;
  }
  .print_informationError--active {
    opacity: 1;
  }
  .print_informationTelError {
    opacity: 0;
    color: red;
    margin-top: 5px;
    margin-left: 15px;
   font-size: 14px !important;
  }
  .print_informationTelError--active {
    opacity: 1;
  }
  .print_informationEmailinFormError {
    opacity: 0;
    color: red;
    margin-top: 5px;
    margin-left: 15px;
   font-size: 14px !important;
  }
  .print_informationEmailinFormError--active {
    opacity: 1;
  }
  
  .print_informationinFormError {
    opacity: 0;
    color: red;
    margin-top: 5px;
    margin-left: 15px;
   font-size: 14px !important;
  }
  .print_informationinFormError--active {
    opacity: 1;
  }
  .print_informationTelinFormError {
    opacity: 0;
    color: red;
    margin-top: 5px;
    margin-left: 15px;
   font-size: 14px !important;
  }
  .print_informationLastNameError {
    opacity: 0;
    color: red;
    margin-top: 5px;
    margin-left: 15px;
   font-size: 14px !important;
  }
  .print_informationLastNameError--active {
    opacity: 1;
  }
  .print_informationLastNameErrorinForm {
    opacity: 0;
    color: red;
    margin-top: 5px;
    margin-left: 15px;
   font-size: 14px !important;
  }
  .print_informationAmount, .print_informationAmountinForm {
    opacity: 0;
    color: red;
    margin-top: 5px;
    margin-left: 15px;
   font-size: 14px !important;
  }
  .print_informationAmount--active {
    opacity: 1;
  }
  .print_informationAmountinForm--active {
    opacity: 1;
  }
  .print_informationLastNameErrorinForm--active {
    opacity: 1;
  }
  .print_informationTelinFormError--active {
    opacity: 1;
  }
  .pr-er {
    margin-bottom: 5px;
  }
  
  .submit_button1:disabled {
    background-image: linear-gradient(92.19deg, #c70b0b 1.84%, #de0f0f 99.51%);
    opacity:.5;
  
  }
  
  .submit_button:disabled {
    background-image: linear-gradient(92.19deg, #c70b0b 1.84%, #de0f0f 99.51%);
    opacity:0.5;
  
  }
  .animbtn1 {
    display: none;
    position: absolute;
    left: 5px;
    top: 2px;
  }
  .animbtn1--active {
    display: block;
  }
  .animbtn {
    display: none;
    position: absolute;
    left: 5px;
    top: 2px;
  }
  .animbtn--active {
    display: block;
  }
  .input__checkbox-cool {
    width: 16px !important;
    height: 16px !important;
    margin: 0;
    padding: 0;
    text-align: start;
    align-items: start;
  }
  /* ------------ */
  .checkbox-textinForm {
   font-size: 14px !important;
    font-family: Roboto,Sans-serif;
    padding: 0px;
    margin: 0px;
    line-height: 1px;
    margin-left: 5px;
    cursor: pointer;
    color: rgb(238, 228, 228);
  }
  .checkbox-text {
   font-size: 14px !important;
    font-family: Roboto,Sans-serif;
    padding: 0px;
    margin: 0px;
    line-height: 1px;
    margin-left: 5px;
    cursor: pointer;
    color: rgb(245, 240, 240);
    margin-left: 5px;
    cursor: pointer;
  }
  
  .btn_comtainer-inForm {
    display: flex;
    flex-direction: column;
  }
  .btn_comtainer {
    display: flex;
    flex-direction: column;
  }
  .checkbox__containerinForm {
    color: rgb(0, 0, 0);
  }
  
  .checkbox__containerinForm-age,
  .checkbox__container-age {
    margin-top: 5px;
  }
  
  .checkbox__containerinForm-cool,
  .checkbox__container-cool {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .print_informationTel {
    width: 69%;
    padding: 15px 20px;
    border: none;
    color: #2E2E2E;
    background-color: #FFFFFF;
    border-radius: 2px 0 0 2px;
  }
  @media  screen and ( max-width: 600px) {
    .print_informationTel {
      width: 65%;
      padding: 15px 20px;
      border: none;
      color: #2E2E2E;
      background-color: #FFFFFF;
      border-radius: 2px 0 0 2px;
    }
  }
  .print_informationTelinForm {
    width: 69%;
    padding: 15px 20px;
    border: none;
    color: #2E2E2E;
    background-color: #FFFFFF;
    
  }
  @media  screen and ( max-width: 600px) {
    .print_informationTelinForm {
      width: 65%;
      padding: 15px 20px;
      border: none;
      color: #2E2E2E;
      background-color: #FFFFFF;
     
    }
  }
  .t702 .t-input-group {
    margin-bottom: 5px !important;
}
.t702 .t-form__submit {
margin-top: 0 !important;
}
.wpcf7-form-control-wrap {

}
.box {
    outline: none;
    box-sizing: border-box;
    height: 60px;
    color: #fff;
    background-color: #042238;
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
}
.box2 {
    outline: none;
    box-sizing: border-box;
    height: 60px;
    color: #fff;
    background-color: #042238;
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
}
.t708 .t-input-group {
    margin-bottom: 0px !important;
}