/*==========  section footer ==========*/
.footer {
  color: #fff;
  margin: 0 0 90px; }
  .footer .box-text {
    margin: 50px auto 104px;
    text-align: center;
    font-weight: 300; }
  .footer h3 {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 55px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: url("../img/bg-text.jpg");
    background-repeat: no-repeat;
    background-position: center;
    text-shadow: 0 0 30px rgba(71, 77, 156, 0.95); }
    .footer h3 br {
      display: none; }

.payment-error {
  margin: 130px auto 0;
  width: 100%;
  padding: 63px 66px 52px 67px;
  max-width: 1070px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  position: relative;
  z-index: 1; }
  .payment-error p {
    margin: 0 auto 25px; }
  .payment-error:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(17, 53, 158, 0.28);
    mix-blend-mode: multiply; }

.payment-error-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.link-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 35px 0 0;
  font-size: 22px;
  font-weight: 800;
  background: #1955ff;
  border-radius: 30px;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
  color: #fff; }
  .link-message:hover {
    background: #4971e1; }
  .link-message:last-child {
    margin: 0; }
  .link-message img {
    margin: 0 11px 0 0;
    width: 27px; }

/*==========  section footer end  ==========*/
/*==========  section modal ==========*/
.modal__div {
  position: fixed;
  max-width: 600px;
  width: 100%;
  height: 100%;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 101;
  overflow: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
  opacity: 0; }

.modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .modal__close:before, .modal__close:after {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 100%;
    height: 2px;
    background: #1955ff;
    border-radius: 2px; }
  .modal__close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .modal__close:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }

.modal__wrapper {
  background: #fff;
  width: 100%;
  height: auto;
  overflow: auto;
  margin: 50px auto;
  padding-top: 30px;
  padding-right: 10px;
   padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  .modal__wrapper h2 {
    margin: 0 auto 30px;
    font-size: 40px; }
  .modal__wrapper .box-text {
    font-size: 24px; }

.overlay {
  z-index: 100;
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none; }

/*==========  section modal end  ==========*/
