.c-popup.confirmation-popup:before {
  background-color: transparent;
  background: linear-gradient(rgba(0, 0, 0, 0.8) 12%, black 13%);
}
.c-popup.confirmation-popup .c-popup__wrap {
  width: 838px;
  max-width: 838px;
  padding: 60px 20px 20px;
}
.c-popup.confirmation-popup .c-exit-popup__title {
  font-size: 48px;
  line-height: 44px;
  color: #003595;
  text-align: center;
  margin-bottom: 60px;
}
.c-popup.confirmation-popup .c-exit-popup__text {
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 60px;
}
.c-popup.confirmation-popup .action-links {
  margin-bottom: 40px;
}
.c-popup.confirmation-popup .c-button {
  min-width: 270px;
  margin-left: 20px;
  margin-right: 20px;
}
.c-popup.confirmation-popup .c-exit-popup__footer {
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 40px;
}
.c-popup.confirmation-popup .footer-links {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.c-popup.confirmation-popup .footer-links a,
.c-popup.confirmation-popup .footer-links a:visited {
  text-decoration: none;
  color: #000000;
}
.c-popup.confirmation-popup .footer-links a:hover {
  text-decoration: underline;
}
.c-popup.confirmation-popup .footer-links a:first-child {
  margin-right: 30px;
}
.c-popup.confirmation-popup svg {
  width: 140px;
  position: absolute;
  left: -20px;
  bottom: -20px;
}
body.ie .c-popup.confirmation-popup svg {
  height: 74px;
}

@media screen and (max-width: 768px) {
  .c-popup.confirmation-popup .c-popup__wrap {
    width: calc(100% - 20px);
    max-width: 100%;
    max-height: 95%;
    overflow-y: auto;
  }
  .c-popup.confirmation-popup .c-popup__wrap:before {
    box-shadow: none;
  }
  .c-popup.confirmation-popup .c-exit-popup__title {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .c-popup.confirmation-popup .c-exit-popup__text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .c-popup.confirmation-popup .c-button {
    margin-left: 0;
    margin-right: 0;
  }
  .c-popup.confirmation-popup .action-links .c-button:first-child {
    margin-bottom: 20px;
  }
  .c-popup.confirmation-popup svg {
    width: 100px;
  }
  .c-popup.confirmation-popup .footer-links {
    margin-left: 80px;
    flex-direction: column;
    text-align: right;
  }
  .c-popup.confirmation-popup .footer-links a:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
