
/* subscribe page*/
.block-subr {
  background-color: #f9f9f7;
  padding: 63px 8% 65px;
  margin-bottom: 30px;
}
.block-subr .title {
  font: bold 39px/1.2 Georgia,serif;
  color: #242424;
  margin-bottom: .7em;
}
.block-subr--pity {
  min-height: 640px;
  background: #f9f9f7 url("/online-journal/wp-content/plugins/astro7-soap/assets/img/subr-block-bg.jpg") left center no-repeat;
  padding-left: 320px;
}

.subr-list {margin: 25px 0 20px;}
.subr-list_label {
  margin-bottom: 25px;
  vertical-align: top;
  display: inline-block;
}
.subr-list_title { font-weight: 500; }

.block-subr-btn-wrapper {
  text-align: center;
  vertical-align: top;
  display: inline-block;
}
@media only screen and (max-width: 1000px) {
  .block-subr-btn-wrapper { width: 100%; }
}
.block-subr-btn {margin: 0 35px 20px 0;}
@media only screen and (max-width: 1000px) {
  .block-subr-btn { margin-right: 0; }
}

.block-subr-status {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  position: relative;
  vertical-align: top;
  display: none;
}
.block-subr-status:before {
  content: '';
  background: url("/online-journal/wp-content/plugins/astro7-soap/assets/img/sprite-main.svg") no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
}
.block-subr-status--subr {
  max-width: 330px;
  margin-top: 11px;
}
@media only screen and (max-width: 1000px) {
  .block-subr-status--subr { max-width: none; }
}
.block-subr-status--success {
  color: #5ebd56;
  padding-left: 47px;
}
.block-subr--success .block-subr-status--success { display: inline-block; }
.block-subr-status--success:before {
  width: 39px;
  height: 33px;
  background-position: -1px -19px;
  margin-top: -20px;
}
.block-subr-status--fail {
  color: #f35255;
  padding-left: 40px;
}
.block-subr--fail .block-subr-status--fail { display: inline-block; }
.block-subr-status--fail:before {
  width: 29px;
  height: 29px;
  background-position: -1px -57px;
  margin-top: -15px;
}

.checkbox_title { font-weight: 500; }

.block-subr-btn span:last-child, .block-subr-btn--decline span:first-child { display: none; }
.block-subr-btn--decline span:last-child { display: inline; }
/* subscribe page - end */