.block-footer__subscribe {
  border-top: 0;
}

.block-footer__subscrips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 35px 0 15px;
}

.block-footer__subscrip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 16px 20px;
  border-color: rgba(102, 166, 248, 0.3);
  border-style: solid;
  border-width: 1px;
  border-top: none;
  border-bottom: none;
  border-left-width: 0;
}
.block-footer__subscrip:first-child {
  border-left-width: 1px;
}

.block-footer__subscrip-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 34px;
  margin-bottom: 30px;
}

.block-footer__subscrip-count {
  display: block;
  font-size: 32px;
  font-weight: bold;
  line-height: .75;
  letter-spacing: .06em;
  color: #66A6F8;
}

.block-footer__subscrip-label {
  display: block;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.15;
  text-transform: lowercase;
  color: #66A6F8;
}

.block-footer__subscrip-link {
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.15;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 6px;
  color: #fff;
  transition: .2s;
}
.block-footer__subscrip-link:hover {
  opacity: .75;
}


@media(max-width: 991px) {
  .block-footer__subscrips {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-footer__subscrip:first-child {
    border-left-width: 0;
  }
  .block-footer__subscrip:last-child,
  .block-footer__subscrip:nth-child(3) {
    border-right-width: 0;
  }
}


@media(max-width: 767px) {
  .block-footer__subscrip {
    margin-bottom: 20px;
    padding: 16px;
    border-width: 0;
  }
  .block-footer__subscrip-img {
    margin-bottom: 20px;
  }
  .block-footer__subscrip-label {
    margin-bottom: 18px;
  }
  .block-footer__subscrip-link {
    font-size: 13px;
  }
}


@media(max-width: 575px) {
  .block-footer__subscrip:nth-child(odd) {
    border-right-width: 1px;
  }
  .block-footer__subscrip:last-child {
    border-width: 0;
  }
  .block-footer__subscrip-count {
    font-size: 26px;
  }
}