.newsletterBlock {
  position: relative;
}
@media all and (max-width: 768px) {
  .newsletterBlock {
    padding: var(--widgetBlock_paddings-mobile);
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .newsletterBlock {
    padding: 14px 39px 27px 26px;
    margin-bottom: 23px;
  }
}
.newsletterBlock_main {
  display: flex;
  flex-flow: column;
  justify-content: start;
  align-content: stretch;
  align-items: stretch;
}
@media all and (max-width: 768px) {
  .newsletterBlock_main--header {
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .newsletterBlock_main--header {
    margin-bottom: 29px;
  }
}
.newsletterBlock_main--header_cope {
  font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
@media all and (max-width: 768px) {
  .newsletterBlock_main--header_cope {
    font-size: 30px;
  }
}
@media all and (min-width: 768px) {
  .newsletterBlock_main--header_cope {
    font-size: 40px;
  }
}
.newsletterBlock_main--header_cope p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.newsletterBlock_main--header_cope strong {
  font-size: 1.125em;
}
.newsletterBlock_main--inputs {
  display: flex;
  align-content: stretch;
  align-items: stretch;
  margin-bottom: 17px;
  flex-wrap: wrap;
}
@media all and (max-width: 768px) {
  .newsletterBlock_main--inputs {
    flex-flow: column;
    justify-content: flex-start;
  }
}
@media all and (min-width: 768px) {
  .newsletterBlock_main--inputs {
    justify-content: space-between;
  }
}
@media all and (max-width: 768px) {
  .newsletterBlock_main--inputs .newsletterBlockInputs_input {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 768px) {
  .newsletterBlock_main--inputs .newsletterBlockInputs_input {
    flex: 0 0 72.48094%;
  }
}
.newsletterBlock_main--inputs .newsletterBlockInputs_input input {
  width: 100%;
  line-height: 1.2;
  border-width: 1px;
  border-style: solid;
}
@media all and (max-width: 768px) {
  .newsletterBlock_main--inputs .newsletterBlockInputs_input input {
    font-size: 15px;
    padding: 15px 10px;
    height: 48px;
  }
}
@media all and (min-width: 768px) {
  .newsletterBlock_main--inputs .newsletterBlockInputs_input input {
    font-size: 20px;
    height: 52px;
  }
}
@media all and (max-width: 768px) {
  .newsletterBlock_main--inputs .newsletterBlockInputs_button {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .newsletterBlock_main--inputs .newsletterBlockInputs_button {
    flex: 0 0 15.49534%;
  }
}
.newsletterBlock_main--inputs .newsletterBlockInputs_button button {
  display: flex;
  width: 100%;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
@media all and (max-width: 768px) {
  .newsletterBlock_main--inputs .newsletterBlockInputs_button button {
    font-size: 15px;
    height: 48px;
    padding: 15px 10px;
  }
}
@media all and (min-width: 768px) {
  .newsletterBlock_main--inputs .newsletterBlockInputs_button button {
    font-size: 20px;
    height: 52px;
  }
}
@media all and (max-width: 768px) {
  .newsletterBlock_main--footer {
    font-size: 11px;
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .newsletterBlock_main--footer {
    font-size: 10px;
    width: 72.48094%;
  }
}
.newsletterBlock .scg-msg .message.success,
.newsletterBlock .scg-msg .message.error {
  display: block !important;
}
.newsletterBlock .loader {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.newsletterBlock .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
