.modal-dont-go-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
  .modal-dont-go-container {
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
    overflow: auto;
    justify-content: center;
    border-radius: 25px;
    background-image: url(../img/backgroundCallPopup.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .modal-dont-go__button-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
  }
  .modal-dont-go__button-close {
    width: 41px;
    height: 41px;
    font-size: 25px;
    border-radius: 100%;
    color: black;
    background-color: #fff;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 50%;
    border: 4px solid #faa500;
    right: 5px;
    top: 5px;
  }
  .modal-dont-go__button-close:hover,
  .modal-dont-go__button-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  .dont-go-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 98px 100px 80px 90px;
  }
  .dont-go-text {
    display: flex;
    flex-direction: column;
  }
  .dont-go-header {
      font-family: 'Exo 2', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 40px;
      line-height: 49px;
      max-width: 600px;
      text-align: center;
  }
  .dont-go-header span {
      color: #faa500;
  }
  .dont-go-subheader {
      font-family: 'Exo 2', sans-serif;
      font-size: 18px;
      line-height: 28px;
      margin-top: 23px;
  }

  .dont-go__list-item {
    position: relative;
    margin-left: 30px;
    margin-bottom: 10px;
  }
  .dont-go__list-item::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(../img/dont-go-check-icon.png) no-repeat center center;
  }
  .form-dont-go {
      position: relative;
      z-index: 1;
      margin-top: 20px;
  }
  .form-dont-go__tel {
      font-family: Montserrat, sans-serif;
      font-weight: 500;
      font-style: normal;
      height: 78px;
      width: 100%;
      border: 1px solid #f2f2f2;
      padding: 5px 19px 10px;
      box-sizing: border-box;
      color: #bdbdbd;
      font-size: 14px;
      background-color: #f2f2f2;
      border-radius: 58px;
      transition: .1s ease;
      text-align: center;
      margin-bottom: 15px;
  }
  .form-dont-go__submit {
      font-family: Montserrat, sans-serif;
      font-weight: 500;
      font-style: normal;
      height: 78px;
      width: 100%;
      border: 1px solid #f2f2f2;
      padding: 5px 19px 10px;
      box-sizing: border-box;
      color: #fff;
      font-size: 14px;
      background: linear-gradient(90.59deg, #faa500 6.21%, #ff620a 91.82%);
      border-radius: 58px;
      transition: .1s ease;
      cursor: pointer;
  }
  
  .form-dont-go__submit span{
      color: #fff;
  }
  .dont-go-politic {
      max-width: 350px;
      text-align: center;
  }
  
  @media screen and (max-width: 1050px) {
      .dont-go-header {
          font-size: 28px;
      }
      .dont-go-subheader {
          font-size: 20px;
      }
      .dont-go-container {
          padding: 40px 30px 40px 30px;
      }
  }
  
  @media screen and (max-width: 590px) {
      .form-dont-go__tel {
          height: 50px;
          padding: 0;
      }
      .form-dont-go__submit {
          height: 50px;
          padding: 0;
      }
      .dont-go-politic {
          font-size: 10px;
      }
      .dont-go-header {
          font-size: 20px;
          line-height: 30px;
      }
      .dont-go-subheader {
          font-size: 15px;
      }
      .dont-go-container {
          padding: 40px 10px 40px 10px;
      }
      .modal-dont-go-container {
          width: 90%;
      }
  }
  
  /* @media screen and (max-width: 380px) {
      .call-header {
          font-size: 17px;
      }
      .call-subheader {
          font-size: 13px;
      }
  } */