.special {
  position: relative;
  z-index: 1
}
.special__content {
  min-height: 54rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5.6rem 0 2.3rem
}
.special__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}
.special__picture img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.special__banner {
  width: 61.7rem;
  padding: 3.5rem 3.8rem 4rem;
  background-color: rgba(255,255,255,.3);
  backdrop-filter: blur(5rem);
  -webkit-backdrop-filter: blur(5rem);
  border-radius: 1.6rem
}
.special__title {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0
}
.special__title span {
  display: block;
  font-size: 3.2rem
}
.special__form {
  width: 41rem;
  padding: 4.1rem 3rem;
  background-color: rgba(255,255,255,.3);
  backdrop-filter: blur(5rem);
  -webkit-backdrop-filter: blur(5rem);
  border-radius: 1.6rem;
  margin-top: 1.4rem
}
.special__form-heading {
  text-align: center;
  margin-bottom: 2.3rem
}
.special__form-title {
  margin-bottom: 1rem
}
.special__form-gift {
  display: none;
  align-items: center;
  height: 3.3rem;
  border-radius: .5rem;
  padding: 0 1rem 0 3.6rem;
  background-color: #d9012a;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background-image: url(../img/svg/gift.svg);
  background-position: 1rem 50%;
  background-repeat: no-repeat;
  background-size: 2.1rem
}
.special__form-content {
  margin-bottom: 2rem
}
.special__form .label:not(:last-child) {
  margin-bottom: 2rem
}
.special__form-button {
  width: 100%;
  margin-bottom: 2rem
}
.special__bottom {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 2.8rem;
  position: relative;
  transform: translateY(50%)
}
.special__item {
  display: flex;
  align-items: center;
  height: 8.8rem;
  padding: 0 2rem;
  background-color: #1e5d9d;
  border-radius: 1.6rem
}
.special__item-img {
  width: 4.8rem;
  flex-shrink: 0;
  margin-right: 2rem
}
.special__item-title {
  color: #fff
}
.special_advantages {
  margin-bottom: 14rem
}
@media (max-width:48em) {
  .special {
    background-color: #fafafa;
    padding-bottom: 6.8rem;
    margin-bottom: 0;
    overflow: hidden
  }
  .special__content {
    min-height: auto;
    display: block;
    padding: 4.2rem 0 0
  }
  .special__picture {
    top: 3rem;
    bottom: 0;
    left: -3rem;
    right: -3rem;
    width: auto;
    height: auto
  }
  .special__text {
    min-height: 43rem;
    padding-bottom: 12rem;
    position: relative
  }
  .special__banner {
    width: 100%;
    padding: 2rem 3rem;
    border-radius: 3.2rem
  }
  .special__title {
    font-size: 3.6rem;
    line-height: 1.22
  }
  .special__title span {
    font-size: 2.8rem;
    margin-top: 1.7rem
  }
  .special__form {
    width: 100%;
    padding: 4.5rem 2rem 4rem;
    border-radius: 3.2rem;
    margin-top: -8rem
  }
  .special__form-heading {
    margin-bottom: 3rem
  }
  .special__form-title {
    width: 80%;
    margin: 0 auto 2rem;
    line-height: 1.33
  }
  .special__form-gift {
    height: 5.8rem;
    border-radius: 1rem;
    padding: 0 2rem 0 6.4rem;
    font-size: 2.8rem;
    background-position: 2rem 50%;
    background-size: 3.4rem
  }
  .special__form input {
    font-size: 2.8rem
  }
  .special__bottom {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 2rem;
    transform: none
  }
  .special__item {
    height: 12.8rem;
    padding: 0 4rem;
    border-radius: 1.6rem
  }
  .special__item-img {
    margin-right: 4rem
  }
  .special_advantages {
    background: 0 0
  }
}