

/* Start:/local/components/System/form/templates/invite/style.css?17593892464646*/
.invite {
    width: 100%;
    padding: 114px 100px;
    margin: 32px 0 100px;
    background: hsl(0, 0%, 100%);
    background: radial-gradient(circle, hsl(0, 0%, 100%) 0%, hsl(0, 0%, 70%) 100%);
    background: -webkit-radial-gradient(circle, hsl(0, 0%, 100%) 0%, hsl(0, 0%, 70%) 100%);
    border-radius: 30px 30px 0 0;
    position: relative;
    overflow: hidden;
  }
  .invite__title {
    display: flex;
    flex-direction: column;
    max-width: 909px;
  }
  .invite__title span {
    font-weight: 400;
    font-size: 60px;
    /* line-height: 65px; */
    line-height: 1.08333;
    color: #2d3133;
    margin: 0;
  }
  .invite__sticker {
    width: 100%;
    max-width: 493px;
    padding: 12px 21px;
    margin-top: 27px;
    background: #2086CF;
    -webkit-clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    transform: rotate(-1deg);
  }
  .invite__sticker span {
    font-weight: 700;
    font-size: 34px;
    color: #fff;
    margin: 0;
  }
  .invite__description {
    max-width: 680px;
    margin-top: 29px;
    font-size: 25px;
    color: #2d3133;
    font-weight: 400;
  }
  .invite__form {
    border-radius: 30px;
    max-width: 810px;
    margin-top: 60px;
    padding: 35px 40px 40px;
    background: #f7f8fa;
    position: relative;
    z-index: 1;
  }
  .invite__form_fields {
    display: flex;
    gap: 20px;
  }
  .invite__form_fields label {
    display: block;
    position: relative;
  }
  .invite__form_fields label span {
    position: absolute;
    left: 20px;
    top: 21px;
    color: #A5A9BA;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    pointer-events: none;
    transition: all 0.3s ease;
    margin: 0;
  }
  .invite__form_fields label.filled span {
    top: 12px;
  }
  .invite__form_fields input {
    width: 100%;
    max-width: 230px;
    padding: 31px 20px 12px;
    border-radius: 15px;
    border: none;
    outline: none;
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 22px; */
    line-height: 1.35;
    color: #50575b;
  }
  .invite__form_fields input:focus + span {
    top: 12px;
  }
  .invite__form_fields button {
    width: 100%;
    max-width: 230px;
    font-weight: 700;
    font-size: 18px;
    /* line-height: 24px; */
    line-height: 1.35;
    color: #fff;
    background: #2086cf;
    border-radius: 15px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
  }
  .invite__form_fields button:hover {
    opacity: 0.8;
  }
  .invite__form_title {
    font-weight: 700;
    font-size: 32px;
    color: #2d3133;
    margin-bottom: 22px;
  }
  .invite__img {
    position: absolute;
    left: 906px;
    bottom: 133px;
    z-index: 1;
  }
  .invite__img_letters {
    position: absolute;
    z-index: 0;
    width: 100%;
    right: 0;
    left: 0;
    bottom: -247px;
  }
  @media screen and (max-width: 1400px) {
    .invite__img {
      transform: scale(0.85);
      left: 765px;
    }
  }
  @media screen and (max-width: 1200px) {
    .invite {
      padding: 100px 50px;
    }
    .invite__title span {
      font-size: 50px;
    }
    .invite__description {
      max-width: 600px;
      font-size: 22px;
    }
    .invite__img {
      left: 650px;
    }
  }
  @media screen and (max-width: 998px) {
    .invite__title span {
      font-size: 42px;
    }
    .invite__img_letters {
      bottom: -100px;
    }
    .invite__form {
      max-width: 100%;
      margin: 40px auto 0;
    }
    .invite__form_title {
      text-align: center;
    }
    .invite__form_fields {
      flex-direction: column;
    }
    .invite__form_fields input, .invite__form_fields button {
      max-width: 100%;
      height: 64px;
    }
    .invite__img {
      display: none;
    }
  }
  @media screen and (max-width: 768px) {
    .invite {
      padding: 50px 20px;
    }
    .invite__title{
      display: flex;
      flex-direction: column;
    }
    .invite__title span {
      font-size: 30px;
    }
    .invite__sticker span {
      font-size: 24px;
    }
    .invite__description {
      font-size: 18px;
    }
    .invite__form {
      padding: 25px 20px 25px;
    }
    .invite__form_title {
      font-size: 24px;
    }
    .invite__img_letters {
      bottom: -20px;
    }
  }
  @media screen and (max-width: 435px) {
    .invite__title span:first-child {
      margin-bottom: 10px;
    }
  }
/* End */
/* /local/components/System/form/templates/invite/style.css?17593892464646 */
