/* Модальное окно */

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: var(--black);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.35s ease-in;
  }
  
  .modal.is-visible {
    visibility: visible;
    opacity: 1;
    background-color: rgba(1, 0, 0, 0.77);
  }
  
  .modal-dialog {
    position: relative;
    max-width: 800px;
    max-height: 80vh;
    border-radius: 5px;
    background: white;
    color: black;
    padding: 20px;
    overflow: auto;
    cursor: default;
  }
  
  .modal-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
  }
  
  .modal-header .close-modal {
    height: 35px;
    width: 35px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 50%;
    background-image: linear-gradient(91.11deg, #3A8142 0.58%, #39C948 85.84%);
    border: none;
    color: white;
    margin: 0!important;
    padding: 0!important;
  }
input.main_button{
	border:none;
}
  
  .zag_popup{
    font-size: 25px;
    margin-bottom: 30px;
    display: flex;
    width: 100%;
    justify-content: center;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
  }
.pnd{
	justify-content:center;
}
  
  @media(max-width:443px){
    .zag_popup {
      font-size: 22px;
      font-weight: 500;
      line-height: 24px;
      width: 230px;
      margin: 0 auto;
      padding-bottom: 20px;
    }
  }
  
  .pnd{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pnd input {
    margin-right: 1rem;
    width: 1.2rem;
    padding: 0.3rem;
    height: auto;
    border: 1px solid white;
    background: transparent;
  }
  .pnd_link{
    text-decoration:none;
    color:grey;
    font-size:12px;
  }
  .buy_one_click_ind{
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    color: #313131;
    font-size: 20px;
    width:100%;
    box-sizing: border-box;
    margin-bottom:15px;
    height: 50px;
    padding: 0 15px;
  }
  .wpcf7-form-control.has-spinner.wpcf7-submit.button_main{
    border:none;
    cursor: pointer;
    margin:0 auto;
    width:100%;
  }
  .wpcf7-form.init{
    position: relative;
  }
  .wpcf7-form.init .effect_button{
    top: 87px!important;
    width: 100%;
    position: absolute;
  }
  .modal-content .main_button{
    width: 100%;
    font-size: 22px;
  }
  .close-modal{
    cursor: pointer;
  }