  /*** Policy ***/


  .pol-popup {
    bottom: inherit;
    left: 0;
    right: 0;
    width: 80%;
    height: auto;
    top: 10%;
    display: flex;
    align-items: center;
    border-radius: 45px;
  }

  .pol-popup .wrapper {
    height: auto;
    display: block;
  }
  
  .pol-popup .pol-container {
    display: block;
    align-items: inherit;
    position: relative;
    width: inherit;
    margin: 0 auto;
    padding: 44px;
  }
  
  .pol-info {
    float: inherit;
    padding-right: 12px;
    padding-left: 180px;
    width: 90%;    
    margin-top: 50px;
  }
  
  .pol-info::before {
    content: '';
    width: 60px;
    height: 60px;
    background: url(../img/info.svg) no-repeat;
    background-size: 60px;
    display: block;
    position: absolute;
    left: 80px;
    top: 95px;
  }
  
  .pol-info {
    line-height: 37px;
    color: #fff;
    font-size: 30px;
  }
  
  .pol-link {
    display: block;
    margin-top: 30px;
  }
  
  .pol-button {
    float: inherit;
    width: 340px;
    text-align: center;
    position: relative;
    height: 80px;
    margin: 50px auto;
  }
  
  .pol-button a {
    display: inline-block;
    height: 80px;
    padding: 0 40px 0 75px;
    background-color: #82b541;
    line-height: 78px;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    margin-right: 12px;
    box-shadow: 0 0px 0px rgb(0 0 0 / 22%), 0 1px 5px rgb(0 0 0 / 30%);
    font-size: 30px;
  }
  
  .pol-popup .pol-container div {
    display: block;
  }
  
  .pol-button a::before {
    left: 30px;
    top: 23px;
    width: 28px;
    height: 28px;
    /* background: url(../img/ok.svg) no-repeat; */
    background-size: 28px;
  }
  
  .pol-popup .pol-container {
      height: auto;
  }