.b-subscribe .form-control__checkbox, .b-subscribe__privacy {
  font-size: 14px;
  color: #002848; }

.b-subscribe__privacy {
  line-height: 18px; }
  @media (max-width: 767px) {
    .b-subscribe__privacy {
      font-size: 12px; } }

.b-subscribe .footer-form__group + .footer-form__group {
  margin-top: 8px; }

.b-subscribe 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-subscribe input[type="checkbox"]:checked {
    background-color: #002d52;
    border-color: #002d52; }
    .b-subscribe 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-subscribe input[type="checkbox"]:checked:hover {
      background-color: #002d52;
      border-color: #002d52; }
  .b-subscribe input[type="checkbox"]:hover:not(:checked) {
    border-color: #002d52;
    background-color: #002d52; }
  .b-subscribe input[type="checkbox"]:focus-visible {
    outline: 2px solid rgba(0, 45, 82, 0.5);
    outline-offset: 2px; }

.b-subscribe .form-control__checkbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .b-subscribe .form-control__checkbox > span {
    margin-left: 7px; }

.b-subscribe .modal-subscribe__wrapper {
  display: none; }
