.opros-popup.modal {
    display: block;
    position: fixed;
    z-index: 10002;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
  }

.opros-popup__wrap {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 88px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 43px 32px 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 15;
    width: calc(100% - 16px);
    border-radius: 20px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25); }
  
  .opros-popup__wrap h3 {
    text-align: center;
    color: #252626;
    margin: 0 0 19px;
    font: 600 26px/32px "Source Sans Pro", sans-serif; }
  
  .opros-popup__wrap p {
    text-align: center;
    color: #88898C;
    margin: 0 0 29px;
    font: 16px/24px "Source Sans Pro", sans-serif; }
  
  .opros-popup__wrap > a, .opros-popup__wrap > a:visited {
    color: #fff;
    height: 40px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #3e99ed;
    text-decoration: none;
    font: 600 16px/24px "Source Sans Pro", sans-serif; }
  
  .opros-popup__wrap > a:hover {
    background: #3b91e0; }
  