.block--country-redirect-notification .country-redirect-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
  padding-bottom: 60px;
  overflow: hidden;
  z-index: 5;
}

.block--country-redirect-notification .country-redirect-modal:after {
  content: '';
  display: block;
  position: absolute;
  left: -5%;
  right: 0;
  bottom: -10%;
  width: 110%;
  transform: rotate(-2deg);
  height: 70px;
  background: #000;
  background-image: linear-gradient(90deg, #9c9e9f 0%, #c6c7c8 100%);
}

.block--country-redirect-notification .redirect-block-wrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 75px 15px;
  display: flex;
}

.block--country-redirect-notification .redirect-block-wrap .col {
  align-self: center;
}

.block--country-redirect-notification .redirect-block-wrap .visual {
  width: 108px;
  height: 109px;
  background-image: url("../images/earth_markers.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 30px;
}

.block--country-redirect-notification .redirect-modal-title {
  color: #000;
  font-weight: 100;
  font-size: 1.34em;
  line-height: 1.16em;
}

.block--country-redirect-notification .redirect-modal-content .btn {
  display: inline-block;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  background-color: transparent;
  white-space: normal;
  text-align: left;
}

.block--country-redirect-notification .redirect-modal-content .btn:focus, .block--country-redirect-notification .redirect-modal-content .btn:hover {
  text-decoration: none;
}

.block--country-redirect-notification .redirect-modal-content .btn-orange {
  border-radius: 5px;
  padding: 11px 30px;
  color: #FFF;
  border: 1px solid transparent;
  background-color: #e30613;
  position: relative;
  margin-right: 20px;
  font-size: 0.875rem;
}

.block--country-redirect-notification .redirect-modal-content .btn-orange:focus, .block--country-redirect-notification .redirect-modal-content .btn-orange:hover {
  color: #e30613;
  border: 1px solid #e30613;
  background-color: #FFF;
}

.block--country-redirect-notification .redirect-modal-content .btn-orange:last-child {
  margin-right: 0;
}

.block--country-redirect-notification .redirect-modal-content .btn-gray {
  border-radius: 5px;
  padding: 11px 30px;
  color: #9c9e9f;
  border: 1px solid #9c9e9f;
  background-color: #FFF;
  position: relative;
  margin-right: 20px;
  font-size: 0.875rem;
}

.block--country-redirect-notification .redirect-modal-content .btn-gray:focus, .block--country-redirect-notification .redirect-modal-content .btn-gray:hover {
  color: #FFF;
  background-color: #9c9e9f;
}

.block--country-redirect-notification .redirect-modal-content .btn-gray:last-child {
  margin-right: 0;
}

@media (min-width: 600px) {
  .block--country-redirect-notification .country-redirect-modal:after {
    transform: rotate(-1deg);
  }
  .block--country-redirect-notification .redirect-modal-title {
    font-size: 1.8em;
  }
  .block--country-redirect-notification .redirect-modal-content .btn {
    margin-right: 60px;
  }
  .block--country-redirect-notification .redirect-modal-content .btn:last-child {
    margin-right: 0;
  }
  .block--country-redirect-notification .redirect-modal-content .btn-orange {
    border-radius: 8px;
    padding: 15px 35px;
    font-size: 1.3em;
  }
  .block--country-redirect-notification .redirect-modal-content .btn-gray {
    border-radius: 8px;
    padding: 15px 35px;
    font-size: 1.3em;
  }
}

/*# sourceMappingURL=maps/block--country-redirect-notification.css.map */
