
#pozov-title-wizard {
  scroll-margin-top: 140px;
}

#download-docx:disabled,
#download-and-send:disabled,
#sendbox_submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* -----------------for FORM */


  .pozov-page {
    padding: 0 0 35px 0;
  margin-bottom: 150px;
  }

  .pozov-page .container {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 40px;
    border-radius: 8px;
    background: #fff;
  }
  
  
  .pozov-page .pozov-title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0d518d;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    text-align: center;
  }

  
  
  .pozov-page .pozov-content {
    font-size: 16px;
    line-height: 1.7;
    color: #222;
  }
  
  .pozov-page .pozov-content p {
    margin-bottom: 20px;
  }
  
  
  .pozov-page .pozov-content h2,
  .pozov-page .pozov-content h3 {
    margin-top: 40px;
    margin-bottom: 15px;
    color: #0d518d;
    font-weight: bold;
  }
  
  
  .pozov-page .pozov-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  
  .pozov-page .pozov-content ul li {
    margin-bottom: 10px;
  }
  
  /* -----------------for FORM END*/


  /* модалка */

.limit-modal{
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.limit-modal__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.limit-modal__box{
  position: relative;
  max-width: 520px;
  width: calc(100% - 32px);
  margin: 12vh auto 0;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.limit-modal__title{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

.limit-modal__text{
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 18px;
}

.limit-modal__close{
  min-width: 140px;
  padding: 12px 18px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

body.w-modal-open{
  overflow: hidden;
}






/* section.sub-header .container > div > ul li::first-letter {
  color: transparent;
} */

/* section.sub-header .container > div > p:last-of-type {
} */




  /* li circle  */
  /* outer ring */
  /* .services-content ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(13, 81, 141, 0.95); 
    background: transparent;
  } */
  
  /* inner dot */
  /* .services-content ul li::after{
    content: "";
    position: absolute;
    left: 5px;
    top: 0.62em;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 216, 0, 0.95);       
  } */
   /* li circle  END*/