.b-mobile-subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .b-mobile-subscribe__title {
    border-top: 1px solid #eee;
    color: #002848;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 13px;
    padding-top: 20px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none; }

.b-mobile-subscribe-popup.fancybox__content {
  background-color: transparent;
  height: 100%;
  padding: 20px; }

.b-mobile-subscribe-popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.b-mobile-subscribe-popup__title {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
  color: #002848;
  margin-bottom: 25px; }

.b-mobile-subscribe-popup__alert {
  padding: 14px 15px;
  margin-bottom: 15px;
  font-size: 14px;
  display: none;
  background-color: #f8f0dc;
  border-radius: 0;
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .b-mobile-subscribe-popup__alert.success {
    color: #2d5a27;
    display: none;
    border-left: 4px solid #2d5a27; }
  .b-mobile-subscribe-popup__alert.error {
    color: #a33b2a;
    display: none;
    border-left: 4px solid #a33b2a; }
  .b-mobile-subscribe-popup__alert.show {
    display: block; }

.b-mobile-subscribe-popup .footer-form__poly + .footer-form__button {
  margin-top: 15px; }

.b-mobile-subscribe-popup .footer-form__group + .footer-form__group {
  margin-top: 15px; }

.b-mobile-subscribe-popup__privacy-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
  text-align: left;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .b-mobile-subscribe-popup__privacy-policy > input {
    height: 18px;
    width: 18px;
    border: 1px solid #002848;
    background-color: #fff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 2px;
    position: relative;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease; }
  .b-mobile-subscribe-popup__privacy-policy > span {
    font-size: 13px;
    line-height: 1.4;
    color: #002848; }

.b-mobile-subscribe-popup input[type="checkbox"] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #002d52;
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .b-mobile-subscribe-popup input[type="checkbox"]:checked {
    background-color: #002d52;
    border-color: #002d52; }
    .b-mobile-subscribe-popup input[type="checkbox"]:checked::after {
      content: '';
      position: absolute;
      left: 4px;
      top: 1px;
      width: 5px;
      height: 9px;
      border: solid white;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }

.b-mobile-subscribe-popup__privacy {
  font-size: 11px;
  line-height: 1.5;
  opacity: 0.7;
  text-align: left; }

.b-mobile-subscribe-popup__close {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px; }
