/******************************************************************
    Main Colors
******************************************************************/
/******************************************************************
    Fonts
******************************************************************/
/******************************************************************
    Borders
******************************************************************/
/******************************************************************
    Backgrounds
******************************************************************/
/******************************************************************
    RESPONSIVE
******************************************************************/
.dn-newsletter {
  padding: 15px 0 13px;
  position: relative;
  z-index: 2;
  background: #491c0f;
  width: calc(100% - 230px);
  float: left;
  display: flex;
  align-items: center;
}
.dn-newsletter:before, .dn-newsletter:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dn-newsletter:after {
  clear: both;
}
.dn-newsletter__title {
  float: left;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
}
.dn-newsletter__icon {
  width: 17px;
  height: 11px;
  background: url(../../../img/icons/icon-mail.png) no-repeat;
  margin-right: 5px;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.dn-newsletter__link {
  color: #fff;
  padding-left: 15px;
}

#newsletter_block_left .form-group {
  float: left;
  width: 230px;
  background: white;
  border: 0;
  border-radius: 50px;
  padding: 0 20px;
  margin-left: 13px;
  position: relative;
  z-index: 2;
}

#newsletter_block_left .form-group input {
  height: 24px;
  line-height: 24px;
  font-size: 10px;
  color: #593312;
  width: calc(100% - 30px);
  float: left;
  padding: 0;
}

#newsletter_block_left .form-group button {
  width: 30px;
  text-align: right;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  text-transform: uppercase;
  background: none;
  border: none;
  color: #4b4746;
  cursor: pointer;
}

#newsletter_block_left .form-group.form-error input {
  border: none;
  background: white;
  color: #df1f1f;
  padding: 0;
}

#newsletter_block_left .form-group.form-ok input {
  border: none;
  background: white;
  color: #46a74e;
}

#newsletter_block_left .sg-f_news_fb {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

@media (max-width: 1206px) {
  #newsletter_block_left > .sep {
    margin: 14px 12px 0;
  }

  #newsletter_block_left .form-group {
    margin-left: 10px;
    padding: 0 13px;
    width: auto;
  }

  #newsletter_block_left .form-group button {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #newsletter_block_left {
    padding: 24px 4%;
    float: none;
    width: 92%;
  }

  #newsletter_block_left > * {
    float: none;
    display: block;
  }

  #newsletter_block_left .form-group {
    width: calc(100% - 30px);
    padding: 0 15px;
    margin-left: 0;
  }

  #newsletter_block_left .form-group input {
    width: 55%;
  }

  #newsletter_block_left .form-group button {
    padding: 0 15px;
    float: right;
  }

  .dn-newsletter {
    flex-direction: column;
  }
  .dn-newsletter__title, .dn-newsletter__form {
    margin-bottom: 10px;
    width: 100%;
  }
  .dn-newsletter__link {
    width: 100%;
    padding: 0;
  }
}

/*# sourceMappingURL=blocknewsletter.css.map */
