/*   gift-header   */

.gift-header {
  background: url("../img/gift-vps/header-bg.svg") 50% 50% no-repeat, linear-gradient(85.15deg, #1c3278 0.45%, #12286e 53.75%, #12286e 99.59%);
  background-size: cover;
}

.gift-header:after {
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #121951 0%, #4d52c0 51.04%, #121951 100%);
  content: '';
}

.gift-header__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 500px;
}

.gift-header__info {
  max-width: 700px;
  margin-right: 40px;
}

.gift-header__title {
  font-weight: 700;
  font-size: 46px;
  color: #fff;
  line-height: 120%;
  margin-bottom: 10px;
}

.gift-header__title span {
  color: #ffdf52;
}

.gift-header__sub-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #fff;
}

.gift-header__sub-title span {
  color: #ffdf52;
}

.gift-header__text {
  margin-top: 30px;
  border-left: 2px solid #70cde9;
  padding-left: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.gift-header__text p:not(:last-child) {
  margin-bottom: 10px;
}

.gift-header__text b {
  color: #ffdf52;
}

.gift-header__photo {
  width: 270px;
  flex-shrink: 0;
  margin-right: 100px;
}

.gift-header__image {
  display: block;
  width: 100%;
  animation: gift-transition 2s infinite alternate both;
}

@media screen and (min-width: 1200px) {

  @keyframes gift-transition {
    0% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(10px);
    }
  }

}

/*   gift-promo   */

.gift-promo {
  background: radial-gradient(50% 50% at 50% 50%, #004e92 0%, #121851 100%);
}

.gift-promo__box {
  padding: 100px 0;
  max-width: 900px;
  margin: 0 auto;
}

.gift-promo h2.title {
  color: #fff;
}

.gift-promo h2.title span {
  color: #ffdf52;
}

.gift-promo .sub-title {
  color: #fff;
  margin-top: 5px;
}

.gift-promo__head {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 50px;
}

.gift-promo__head::before,
.gift-promo__head::after {
  display: block;
  width: 70px;
  height: 70px;
  background: url("../img/gift-vps/gift-icon.svg") 0 0 no-repeat;
  background-size: cover;
  margin: 0 30px 5px;
  content: '';
}

.gift-promo__head .head-section {
  margin-bottom: 0;
}

.gift-promo__list {

}

.gift-promo__item {
  display: flex;
  padding: 30px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
}

.gift-promo__item:last-child {
  margin-bottom: 0;
}

.gift-promo__number {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #2b468d;
  border-radius: 50%;
  margin-right: 20px;
}

.gift-promo__title {
  font-size: 22px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 130%;
  margin-bottom: 10px;
}

.gift-promo__text p:not(:last-child) {
  margin-bottom: 5px;
}

.gift-promo__days {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  background: #ffdb8e;
  padding: 5px 7px;
  margin: 0 5px;
  border-radius: 6px;
  white-space: nowrap;
}

.gift-promo__check-list,
.gift-promo__dotted-list {
  margin-top: 10px;
}

.gift-promo__dotted-list li:before {
  flex-shrink: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5bc75b;
  margin-right: 10px;
  content: '';
}

.gift-promo__check-list li:before {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url("../img/gift-vps/check-icon.svg") 0 0 no-repeat;
  margin-right: 10px;
  content: '';
}

.gift-promo__check-list a,
.gift-promo__dotted-list a {
  color: #2e872e;
  text-decoration: none;
  transition: color .3s;
}

.gift-promo__check-list a:hover,
.gift-promo__dotted-list a:hover {
  color: #5bc75b;
}

.gift-promo__check-list li,
.gift-promo__dotted-list li {
  margin: 7px 0;
}

.gift-promo__dotted-list li {
  display: flex;
  align-items: center;
}

.gift-promo__check-list b {
  font-weight: 500;
}

/*   finish-gift   */

.finish-gift {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.finish-gift__info {
  display: flex;
  align-items: center;
  max-width: 590px;
}

.finish-gift__icon {
  flex-shrink: 0;
  width: 48px;
  display: block;
  margin-right: 15px;
}

.finish-gift__info p {
  color: #fff;
  font-weight: 500;
  line-height: 140%;
}

.finish-gift__btn {
  flex-shrink: 0;
}

/*   attention-gift   */

.attention-gift {
  margin-top: 50px;
}

.attention__icon {
  display: block;
  width: 60px;
  margin: 0 auto 10px;
}

.attention-gift__title {
  color: #ffdf52;
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  margin-bottom: 20px;
}

.finish-gift__info {
  margin-right: 20px;
}

.attention-gift ul {
  text-align: center;
}

.attention-gift li {
  color: #fff;
  font-weight: 300;
  margin-bottom: 10px;
}

.attention-gift li:last-child {
  margin-bottom: 0;
}

.attention-gift li span {
  color: #ffdf52;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {

  .gift-header {
    background: linear-gradient(85.15deg, #1c3278 0.45%, #12286e 53.75%, #12286e 99.59%);
  }

  .gift-header__title {
    font-size: 36px;
  }

  .gift-header__photo {
    width: 230px;
    margin-right: 0;
  }

  .gift-header__box {
    min-height: 1px;
    padding: 50px 0;
  }

}

@media screen and (max-width: 992px) {

  .gift-promo__head {
    margin-bottom: 40px;
  }

}

@media screen and (max-width: 900px) {

  .gift-promo__head::before, .gift-promo__head::after {
    display: none;
  }

}

@media screen and (max-width: 767px) {

  .gift-header__box {
    flex-direction: column;
  }

  .gift-header__info {
    margin-right: 0;
  }

  .gift-header__photo {
    margin-top: 40px;
  }

  .gift-promo__box {
    padding: 70px 0;
  }

  .finish-gift {
    flex-direction: column;
  }

  .finish-gift__info {
    flex-direction: column;
    margin: 0 auto 20px;
  }

  .finish-gift__info p {
    text-align: center;
  }

  .finish-gift__icon {
    width: 60px;
    margin: 0 auto 20px;
  }

}

@media screen and (max-width: 600px) {

  .gift-promo__item {
    padding: 20px;
    flex-direction: column;
  }

  .gift-promo__number {
    margin: 0 auto 15px;
  }

  .gift-promo__title {
    font-size: 20px;
    text-align: center;
  }

  .gift-promo__check-list a span,
  .gift-promo__dotted-list a span {
    display: none;
  }

}

@media screen and (max-width: 480px) {

  .gift-header__title {
    font-size: 32px;
  }

  .gift-promo__box {
    padding: 50px 0;
  }

  .gift-promo__head {
    margin-bottom: 30px;
  }

}