#digital-deals {
  --red: #fc0d1b;
  --deal-width: 530px;
  --deal-height: 250px;
  padding: 70px 0 65px;
}
#digital-deals .container {
  width: var(--container-size, 1310px);
}
.dd-text {
  margin-bottom: 23px;
}
.dd-text-top {
  font-size: 44px;
}
.dd-text-bottom {
  font-size: 63px;
}
.dd-text-bottom:before,
.dd-text-bottom:after,
.dd-text-bottom span:before,
.dd-text-bottom span:after {
  content: "";
  display: block;
  position: absolute;
  border-width: 2px;
  border-color: var(--red);
}
.dd-text-bottom:before,
.dd-text-bottom:after {
  width: calc(100% + 24px);
  height: 0;
  left: -12px;
}
.dd-text-bottom:before {
  border-top-style: dashed;
  top: 8px;
}
.dd-text-bottom:after {
  border-bottom-style: dashed;
  bottom: 13px;
}
.dd-text-bottom span:before,
.dd-text-bottom span:after {
  height: calc(100% - 22px);
  width: 0;
  top: 8px;
}
.dd-text-bottom span:before {
  border-left-style: dashed;
  left: -12px;
}
.dd-text-bottom span:after {
  border-right-style: dashed;
  right: -12px;
}
.ddt-icon {
  margin-right: -15.5px;
  transform: translateY(-8px);
}
.dd-deals .swiper {
  margin: 0 10px;
}
#digital-deals .swiper-slide {
  padding: 5px;
}
.deal {
  width: var(--deal-width);
  height: var(--deal-height);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
}
.deal-text {
  padding: 41px 15px 15px 33px;
}
.deal-price {
  font-size: 38px;
  margin-bottom: 6px;
}
.deal-price sup {
  font-size: 60%;
  top: -0.6em;
}
.deal-price .deal-period {
  font-size: 47.368%;
}
.deal-name {
  font-size: 18px;
  line-height: 1.3333;
  margin-bottom: 13px;
}
.deal-link {
  width: 125px;
  height: 45px;
  font-size: 18px;
}
.deal-image {
  height: 100%;
  flex-basis: 285px;
  flex-grow: 0;
}
#digital-deals .swiper-wrapper {
  padding: 2em 0;
}
#digital-deals .swiper-slide {
  overflow: visible;
}
#digital-deals .deal-image {
  overflow: visible;
  flex-basis: 340px;
}
#digital-deals .image-wrapper > img {
  width: auto;
  height: auto;
  position: absolute;
  right: -34px;
  width: 21.5em;
  max-width: unset;
  bottom: -24px;
}
#digital-deals .fp2 > img {
  width: auto;
  height: auto;
  position: absolute;
  right: -34px;
  width: 18em;
  max-width: unset;
  bottom: -15px;
}
#digital-deals .deal-price {
  font-size: 60px;
  margin-bottom: 6px;
}
#digital-deals .deal-link {
  width: 155px;
  height: 45px;
  font-size: 18px;
  border-radius: 22.5px;
}
#digital-deals .deal-text {
  padding: 0px 15px 0px 33px;
  justify-content: center;
}
#digital-deals .fp-title {
  margin: 1em auto 3em auto;
}
#digital-deals .fp-highlight-left {
  top: -3px;
  left: -21px;
}
#digital-deals .fp-highlight-right {
  bottom: -11px;
  right: 54px;
  transform: rotate(180deg);
}
#digital-deals .deal {
  border-radius: 20px;
}
@media screen and (max-width: 1199px) {
  .dd-deals {
    justify-content: center;
  }
  .dd-deals .swiper {
    max-width: var(--deal-width);
  }
  #digital-deals .fp-highlight-left,
  #digital-deals .fp-highlight-right {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .deal-image {
    flex-basis: 45%;
  }
}
@media screen and (min-width: 567px) {
}
@media screen and (max-width: 567px) {
  #digital-deals {
    padding: 52px 0 69px;
  }
  #digital-deals .swiper-slide {
    height: auto;
  }
  .dd-text {
    margin-bottom: 23px;
  }
  .dd-text-top {
    font-size: 36px;
  }
  .dd-text-bottom {
    font-size: 54px;
  }
  .ddt-icon {
    margin-right: -12.5px;
  }
  .ddt-icon svg {
    width: 60px;
    height: 60px;
  }
  .dd-deals {
    padding-left: 5px;
    margin-right: -15px;
    width: 154.7%;
  }
  .dd-deals .swiper {
    margin: 0;
    max-width: 100%;
  }
  .deal {
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .deal-text {
    padding: 0 26px 32px;
    margin-top: auto;
    margin-bottom: 0;
  }
  .deal-name {
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 25px;
  }
  .deal-image {
    order: -1;
    flex-basis: auto;
    width: 100%;
    height: calc(var(--deal-height) * 0.8646);
  }
  .deal-image img {
    width: 90%;
  }
  #digital-deals .image-wrapper > img {
    width: 90%;
    height: auto;
    position: absolute;
    right: unset;
    max-width: 100%;
    bottom: unset;
    top: -14%;
  }
  #digital-deals .fp2 > img {
    width: 80%;
    height: auto;
    position: absolute;
    right: unset;
    max-width: 100%;
    bottom: unset;
    top: -13%;
  }
  #digital-deals .deal-text {
    padding: 0 26px 32px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }
  #digital-deals .deal-link {
    margin: 0 auto;
  }
  #digital-deals .deal-price {
    font-size: 50px;
    margin-bottom: 6px;
  }
  #digital-deals .deal-name {
    font-size: 18px;
    line-height: 1.375;
    margin-bottom: 25px;
  }
  #digital-deals .deal {
    height: 445px;
  }
  #digital-deals .fp-title {
    margin: 1em auto 1em auto;
  }
}
