div.subscribe-edit .red {
  color: red; }

div.subscribe-edit .green {
  color: green; }

div.subscribe-edit .errorcolor {
  color: red; }

div.subscribe-edit .successcolor {
  color: green; }

form.form-error input[type=text] {
  color: red; }

/* custom response */
.custom-response {
  margin: 20px 0; }

.custom-response-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #6D7885;
  font-weight: 600;
  text-align: left;
  line-height: 133%; }

.custom-response-container .errortext, .custom-response-container .notetext {
  color: #6D7885;
  text-align: left; }

.custom-response-container::before {
  content: '';
  width: 32px;
  height: 32px;
  display: inline-flex;
  flex-shrink: 0;
  margin-right: 12px; }

.custom-response-valid::before {
  background: url("/images/2023/icons/subscribe-ok.svg") no-repeat center center/contain; }

.custom-response-error::before {
  background: url("/images/2023/icons/subscribe-warning.svg") no-repeat center center/contain; }

/* end custom response */
#head_subscribe {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 133%; }

.head_subinfo {
  line-height: 150%;
  text-align: left;
  margin: 0 0 20px 0;
  letter-spacing: -0.5px; }

#subscribe button {
  border: medium none;
  height: 25px;
  text-align: center;
  width: 200px; }

.group {
  position: relative;
  #max-width: 200px;
  #border: 1px solid #E1E3E6;
  #box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.06), 0px 0px 2px 0px rgba(0, 0, 0, 0.03);
  margin: 0 0 60px 0; }

#subscribe input {
  font-size: 16px;
  margin: 0 auto;
  #text-align: center;
  padding: 10px 10px 10px 10px;
  display: block;
  width: 100%;
  border: 1px solid #E1E3E6;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06); }

#subscribe input:focus {
  outline: none; }

/* LABEL ======================================= */
#subscribe label {
  color: #99A2AD;
  line-height: 142%;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

/* active state */
#subscribe input:focus ~ label, #subscribe input:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #5264AE;
  display: none; }

/* BOTTOM BARS ================================= */
/*
#subscribe .bar {
	position:relative; 
	display:block; 
	width: 200px; 
	margin: 0 auto;
}
#subscribe .bar:before, .bar:after {
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#5264AE; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
  margin: 0 auto;
}

#subscribe .bar:before {
  left:50%;
}

#subscribe .bar:after {
  right:50%;
}
*/
/* active state */
#subscribe input:focus ~ .bar:before, #subscribe input:focus ~ .bar:after {
  width: 50%; }

.subscr-agree span {
  display: block;
  font-size: 12px;
  line-height: 133%;
  text-align: left; }

#subscribe .subscr-agree span a {
  display: inline-block;
  color: #214288; }

#subscribe button[type="submit"] {
  background-color: #214288;
  #height: 36px;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 16px;
  color: white;
  line-height: 150%;
  height: initial;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  margin-top: 20px;
  text-decoration: none;
  outline: 0;
  border-radius: 2px;
  white-space: nowrap;
  width: 100%; }

#subscribe button[type="submit"]:disabled {
  opacity: 0.64;
  cursor: not-allowed; }

#subscribe button[type="submit"] div {
  align-items: center;
  display: flex;
  justify-content: center; }

#subscribe button[type="submit"] img {
  margin-right: 5px; }

/*
@media screen and (max-width: 900px) {
	#subscribe label{
		left: 0px;
	}
}

 */
.captcha-wrapper div:first-child {
  max-width: 100%;
  text-align: left; }

.new-form .captcha-wrapper.sub {
  gap: 8px;
  margin-bottom: 20px !important; }

@media screen and (max-width: 1548px) {
  .news-section-new #subscribe {
    padding: 40px; }

  #head_subscribe {
    margin-bottom: 16px; }

  .group {
    margin: 0 0 16px 0; }

  .subscr-agree {
    margin-bottom: 24px; }

  #subscribe button[type="submit"] {
    margin-top: 0; } }
@media screen and (max-width: 1036px) {
  #head_subscribe {
    text-align: left;
    margin-bottom: 8px; }

  .subscr-agree {
    margin-bottom: 16px; } }
@media screen and (max-width: 742px) {
  .news-section-new #subscribe {
    padding: 32px; } }
@media screen and (max-width: 450px) {
  .news-section-new #subscribe {
    margin: 0 -4px;
    padding: 40px 16px 60px 16px; } }

/*# sourceMappingURL=style.css.map */
