

/* Start:/bitrix/templates/infogrant/template_styles.css?16407702634866*/
.pp-subscribe {
  background-image: url("/bitrix/templates/infogrant/images/subscribe-form.png");
  background-color: #5887ae;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 0.7fr 1fr 0.7fr;
  grid-column-gap: 20px;
  padding: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 765px) {
  .pp-subscribe {
    background-image: url("/bitrix/templates/infogrant/images/subscribe-form-bckg.png");
    grid-row-gap: 20px;
    grid-column-gap: 0;
    grid-template-areas: "title" "email" "zpdn" "submit";
    grid-template-rows: auto;
    grid-template-columns: auto;
    margin: 20px 0;
    padding: 30px 20px;
  }
  .pp-subscribe div, .pp-subscribe button {
    grid-column-start: auto !important;
    grid-column-end: auto !important;
  }
  .pp-subscribe .zpdn {
    display: grid !important;
    align-items: unset !important;
    grid-template-columns: 1fr;
    grid-column-gap: 10px;
  }
  .pp-subscribe .zpdn label {
    margin-left: 0 !important;
  }
  .pp-subscribe .btn {
    width: 100% !important;
  }
}
.pp-subscribe .title {
  color: #ffffff;
  font-family: "ProximaNova";
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  grid-column-start: 1;
  grid-column-end: 4;
}
.pp-subscribe .zpdn {
  grid-area: zpdn;
  grid-column-start: 2;
  grid-column-end: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pp-subscribe .zpdn input[type=checkbox]:checked,
.pp-subscribe .zpdn input[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.pp-subscribe .zpdn input[type=checkbox]:checked + label,
.pp-subscribe .zpdn input[type=checkbox]:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  line-height: 20px;
  cursor: pointer;
}
.pp-subscribe .zpdn input[type=checkbox]:checked + label:before,
.pp-subscribe .zpdn input[type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 22px;
  height: 22px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}
@media screen and (max-width: 765px) {
  .pp-subscribe .zpdn input[type=checkbox]:checked + label:before,
.pp-subscribe .zpdn input[type=checkbox]:not(:checked) + label:before {
    top: 0;
  }
}
.pp-subscribe .zpdn input[type=checkbox]:checked + label:before,
.pp-subscribe .zpdn input[type=checkbox]:not(:checked) + label:before {
  border-radius: 2px;
}
.pp-subscribe .zpdn input[type=checkbox]:checked + label:after,
.pp-subscribe .zpdn input[type=checkbox]:not(:checked) + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pp-subscribe .zpdn input[type=checkbox]:checked + label:after,
.pp-subscribe .zpdn input[type=checkbox]:not(:checked) + label:after {
  left: 3px;
  top: 16px;
  width: 16px;
  height: 8px;
  border-radius: 1px;
  border-left: 4px solid #00396c;
  border-bottom: 4px solid #00396c;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 765px) {
  .pp-subscribe .zpdn input[type=checkbox]:checked + label:after,
.pp-subscribe .zpdn input[type=checkbox]:not(:checked) + label:after {
    top: 6px;
  }
}
.pp-subscribe .zpdn input[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
}
.pp-subscribe .zpdn input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.pp-subscribe .zpdn label {
  color: #ffffff;
  font-family: "ProximaNova";
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
  text-align: left;
  margin-left: 16px;
}
.pp-subscribe .form-input {
  grid-area: email;
  grid-column-start: 1;
  grid-column-end: 1;
}
.pp-subscribe .form-input input {
  height: 49px;
  border: 1px solid #385c7c;
  background-color: #f5f5f5;
  width: 100%;
  padding: 0 20px;
}
.pp-subscribe .btn {
  grid-area: submit;
  grid-column-start: 3;
  grid-column-end: 3;
  width: 307px;
  height: 49px;
  transition: background-color 300ms ease-in-out;
}
.pp-subscribe .btn-blue {
  border: 1px solid #385c7c;
  background-color: #00396c;
  color: white;
}
.pp-subscribe .text-orange {
  color: #fdbd00;
}
.pp-subscribe #subscribe-success-message {
  color: #ffffff;
  text-align: center;
  font-family: "ProximaNova";
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  display: none;
}
.pp-subscribe #subscribe-error-message {
  color: red;
  font-family: "ProximaNova";
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  display: none;
  position: absolute;
}

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

/* End */
/* /bitrix/templates/infogrant/template_styles.css?16407702634866 */
