/*$green:               #57ab2e;*/
#subsRegisterForm {
  background: #fff; }

.message-warning {
  color: #838383;
  font-size: 13px;
  margin-top: 16px; }

.mail-subscribe-user {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background: #fdfdfd;
  padding: 14px;
  border-top: 2px solid #db0107;
  box-shadow: 0 0 2px 0 #dddddd; }
  .mail-subscribe-user .js-mail-full {
    margin: 16px 0; }
  .mail-subscribe-user .b-mrg-sm {
    margin-bottom: 16px; }
  .mail-subscribe-user .description.alert {
    margin-bottom: 0;
    padding: 8px 0; }
  .mail-subscribe-user .icon-svg {
    width: 32px;
    height: 25px;
    display: block;
    fill: #db0107;
    margin: 0 auto; }
  .mail-subscribe-user .subscribe {
    background: transparent; }
    .mail-subscribe-user .subscribe-right a:hover {
      text-decoration: none; }
    .mail-subscribe-user .subscribe-title {
      font-family: 'Raleway', sans-serif;
      font-size: 18px;
      color: #2d2d2d;
      line-height: 21px;
      text-align: center;
      font-weight: 700;
      width: 200px;
      margin: 14px auto; }
    .mail-subscribe-user .subscribe-description {
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      color: #2d2d2d;
      text-align: center;
      margin: 0 0 15px;
      line-height: 1.4; }
    .mail-subscribe-user .subscribe-mail {
      width: 100%;
      display: block;
      background: #ffffff;
      border: 1px solid #e7e7e7;
      height: 46px;
      line-height: 46px;
      padding: 0 16px;
      font-size: 14px;
      color: #2d2d2d;
      font-family: 'Roboto', sans-serif; }
    .mail-subscribe-user .subscribe-approve {
      border: 1px solid #db0107;
      width: 100%;
      height: 48px;
      line-height: 48px;
      background: transparent;
      cursor: pointer;
      display: block;
      color: #db0107;
      font-size: 14px;
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      text-align: center;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      margin-top: 16px; }
      .mail-subscribe-user .subscribe-approve:hover {
        color: #ffffff;
        background: #db0107;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }

@media only screen and (max-width: 780px) {
  .mail-subscribe, .mail-subscribe-user {
    box-shadow: 0 2px 4px 0 #e8e8e8;
    padding: 16px 24px; }
  .sticky-wrapper {
    position: relative !important; } }

@media only screen and (min-width: 688px) and (max-width: 1011px) {
  .mail-subscribe, .mail-subscribe-user {
    margin: 8px -0px 40px !important;
    float: left; }
  .user-form .relative {
    float: right;
    width: 48%; }
  .sticky-wrapper {
    position: relative !important; }
  body[data-layout="responsive"] .subscribe .subscribe-right, body[data-layout="responsive"] .subscribe .subscribe-left {
    display: inline-block;
    width: 48%;
    float: left; }
  body[data-layout="responsive"] .subscribe .subscribe-right {
    float: right; }
  body[data-layout="responsive"] .subscribe-description, body[data-layout="responsive"] .subscribe-title {
    text-align: left;
    width: auto;
    position: relative;
    margin: 0 16px 16px 44px; }
  body[data-layout="responsive"] .subscribe .ico-envelope {
    float: left;
    margin-top: 8px;
    margin-left: -4px; } }

.js-mail-button-header {
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 1px solid #a7b7dd;
  color: #244696;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; }

.js-mail-button-header:hover {
  text-decoration: none;
  border-color: #db0107;
  color: #db0107; }
