

/* Start:/local/templates/mli/components/bitrix/subscribe.form/footer/style.css?17760736302412*/
.subscribe {
    position: relative;
    width: 100%;
    aspect-ratio: 2187 / 683;
    background: rgba(0, 0, 0, .2);
    outline: 1px solid rgba(0, 0, 0, .2);
    min-height: 300px;
}
.subscribe_h1 {
    font-size: 2.375em;
    margin-bottom: 0.5em;
}
.subscribe_h2 {
    font-size: 1.125em;
    line-height: 19px;
    color: #fff;
    margin-bottom:16px;
    text-align: center;
}
.subscribe-form {
    display: grid;
    grid-template-columns: 1fr 0.2fr;
    grid-template-areas:
  "input   sbutton"
  "stext   stext";
    gap:0.5em;
    padding:0 0.5em;
}
.subscribe-bg {
    position: absolute;
    inset: 0;
    min-height: 300px;
}

.subscribe-bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}
.subscribe-bg > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.subscribe__container {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.subscribe-form__input {
  font-family: Cera Pro, Helvetica, Arial, sans-serif;
  background-color: #dbdbdb;
  height: 44px;
  display: flex;
  position: relative;
  flex: 1;
  align-items: center;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  font-weight: 400;
  padding: 0 10px;
  max-width: 365px;
  grid-area: input;
}
.subscribe-form__button {
  background-color: #565656;
  display: flex;
  min-width: 44px;
  height: 44px;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
  border-radius: 4px;
  grid-area: sbutton;
  border: none;
}
.subscribe-form__button--disabled {
  background-color: #a8a8a8;
}
.subscribe-form__icon {
  fill: #fff;
}
.subscribe-form__description {
    width: 100%;
    color: #fff;
    margin-top: 16px;
    line-height: 1.4;
    text-align: center;
    grid-area: stext;
}
.subscribe-form__description > a {
  color: #fff;
  text-decoration: underline;
}
.subscribe-form__description > a:hover {
  color: #fff;
}
.subscribe-error {
  color:red;
  font-size: 13px;
  margin-top: 8px;
}
@media (max-width: 992px) {
    .subscribe_h1 {
        font-size: 1.2em;
    }
    .subscribe_h2 {
        font-size: 1em;
    }
}
/* End */
/* /local/templates/mli/components/bitrix/subscribe.form/footer/style.css?17760736302412 */
