
.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.3); }

.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: 188px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 39px 24px 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  z-index: 15;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: 600px;
  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;
  font: 600 26px/32px "Source Sans Pro", sans-serif; }

.opros-popup__wrap > p {
  text-align: center;
  color: #88898C;
  margin: 16px 0 20px;
  font: 18px/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 20px;
  margin: 0 auto;
  background: #3e99ed;
  text-decoration: none;
  font: 600 18px/32px "Source Sans Pro", sans-serif; }

.opros-popup__wrap > a:hover {
  background: #3b91e0; }