div {
  padding:          0px;
  margin:           0px;
}
.subscribe-form {
 padding:           5px;
}
.subscribe-form form label {
 padding:           0px;
}
.subscribe-form form input {
 vertical-align:    bottom;
 margin:            1px 0px;
}
.subscribe-email,
.subscribe-rubric {
 padding:           10px 0px;
}
.subscribe-email div {
 padding-bottom:    10px;
}

.for_button {
 text-align:        left;
 padding:           10px 0px;
}
.invisible {
  display:          none;
}
div.subscribe-form .star {
  font-family:      Arial,Helvetica,Verdana;
  line-height:      18px;
  font-size-adjust: none;
  font-stretch:     normal;
  font-style:       normal;
  font-variant:     normal;
  font-weight:      bold;
  color:            #D00000;
  font-size:        16px;
  text-align:       center;
}

.subscribe-form .field__label {

  margin-bottom:    5px;
}
.subscribe-form img {

  border:           1px solid #AAAAAA;
  border-radius:    3px;
}

@media screen and (max-width: 599px) {
    
    .for_button input,
    .subscribe-email input,
    #captcha_img,
    #captcha_word {
        width:      100%;
    }
    
}
