.header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 20px;
}
.header .logo {
  width: 153px;
  height: 30px;
  background: url(img/summer_promotion/logo.svg) no-repeat left center;
}
.header .nav {
  display: none;
}
.close-reminder {
  display: flex;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  width: 100%;
  height: 100%;
  position: fixed;
  align-items: center;
  justify-content: center;
  left: 0px;
  top: 0px;
}
.close-reminder .box {
  background-color: #fff;
  width: 35%;
  padding: 50px 22px;
  position: relative;
  border-radius: 20px;
}
.close-reminder span {
  font-size: 18px;
  color: #666666;
  line-height: 1.8em;
}
.banner {
  background: url(img/summer_promotion/banner.png) no-repeat top center;
  background-size: 2048px auto;
  overflow: hidden;
}
.banner .flex-container {
  min-height: 64.375rem;
  align-items: center;
  justify-content: space-between;
  position: relative;
  top: -4rem;
}
.banner .word {
  flex: 0 0 40%;
  color: #fff;
}
.banner .word .sale {
  font-size: 1.625rem;
  position: relative;
  left: 5.125rem;
  top: -0.5rem;
}
.banner .word .discount {
  width: 28.75rem;
  height: 9.75rem;
  background: url(img/summer_promotion/discount.svg) no-repeat center center;
  text-indent: -9999px;
  margin-bottom: 2.875rem;
}
.banner .word .desc {
  font-size: 1.875rem;
  font-family: bold;
  margin-bottom: .25rem;
}
.banner .word .small {
  font-size: 1.125rem;
}
.banner .pic {
  flex: 0 0 40%;
}
.banner .pic img {
  max-width: 100%;
}
@media (max-width: 900px) {
  .banner {
    background-size: cover;
  }
  .banner .flex-container {
    flex-direction: column;
    padding: 8.25rem 15px;
    position: static;
  }
  .banner .word {
    margin-bottom: 4.5rem;
  }
  .banner .word .discount {
    width: 100%;
  }
}
.subject {
  padding-top: 6.25rem;
  background: url(img/summer_promotion/subject-bg.png) no-repeat top center;
}
.subject * {
  transition: .5s;
}
.subject .container {
  width: 838px;
}
.subject .title {
  font-size: 1.875rem;
  color: #333333;
  font-family: bold;
  text-align: center;
  margin-bottom: 2.5rem;
}
.subject .price-buy {
  padding-top: 1.5rem;
}
.subject .price-buy .price {
  margin-bottom: .625rem;
}
.subject .price-buy .price .new {
  font-size: 1.3125rem;
  color: #f8b62d;
  font-family: bold;
}
.subject .price-buy .price .new::after {
  content: ' €';
}
.subject .price-buy .price .old {
  font-size: 1rem;
  color: #fff;
  margin-left: 8px;
  text-decoration: line-through;
}
.subject .price-buy .price .old::after {
  content: ' €';
}
.subject .price-buy .buy a {
  display: inline-flex;
  flex-direction: row-reverse;
  padding: 10px 35px;
  border-radius: 4px;
  background-color: #2656f2;
  color: #fff;
  box-shadow: 5px 5px 4px rgba(132, 132, 132, 0.25);
}
.subject .price-buy .buy a::before {
  margin-left: 10px;
}
.subject .price-buy .buy a:hover {
  background-color: #fff;
  color: #2656f2;
}
.subject .price-buy .buy a:nth-child(2) {
  margin-left: 8px;
}
.subject .combine {
  padding-bottom: 10.5rem;
}
.subject .combine .content {
  background: url(img/summer_promotion/combine-bg.png) no-repeat center center;
  border-radius: 10px;
  padding: 1.5rem 3.5rem;
  color: #fff;
}
.subject .combine .content .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subject .combine .content .item .pic {
  flex: 0 0 45.5%;
}
.subject .combine .content .item .word {
  flex: 0 0 50%;
}
.subject .combine .content .item .word .name {
  font-size: 1.875rem;
}
.subject .combine .content .item .word .desc {
  font-size: 14px;
  margin-top: 1rem;
}
.subject .combine .content .item .word .price-buy .buy a {
  background-color: #fff;
  color: #2656f2;
}
.subject .combine .content .item .word .price-buy .buy a:hover {
  background-color: #2656f2;
  color: #fff;
}
.subject .pros {
  padding-bottom: 10.5rem;
}
.subject .pros .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1080px;
  position: relative;
  left: -121px;
}
.subject .pros .content .item {
  display: flex;
  flex: 0 0 49%;
  justify-content: space-between;
  background-color: #f7f8f8;
  border: 1px solid #2656f2;
  border-radius: 8px;
  padding: 1.875rem;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
}
.subject .pros .content .item:hover {
  box-shadow: 0 0 40px 0 rgba(34, 63, 107, 0.2);
  -ms-transform: scale(1.045);
  transform: scale(1.045);
}
.subject .pros .content .item .count {
  position: absolute;
  left: -60px;
  top: 14px;
  font-size: 18px;
  color: #fff;
  background-color: #f2544c;
  font-family: bold;
  transform: rotate(-45deg);
  padding: 4px 60px;
}
.subject .pros .content .item .count span {
  font-size: 14px;
  font-family: bold;
  margin-left: 2px;
}
.subject .pros .content .item .pic {
  flex: 0 0 5.125rem;
}
.subject .pros .content .item .pic img {
  width: 100%;
}
.subject .pros .content .item .word {
  flex: 0 0 calc(100% - 5.125rem - 1.875rem);
}
.subject .pros .content .item .word .name {
  font-size: 18px;
  color: #f2544c;
  font-family: bold;
  margin-bottom: 1.5rem;
}
.subject .pros .content .item .word .desc {
  font-size: 14px;
  color: #595757;
}
.subject .pros .content .item .word .price-buy .price .new {
  font-size: 18px;
  color: #e83828;
  font-weight: 800;
}
.subject .pros .content .item .word .price-buy .price .old {
  font-size: 14px;
  color: #595757;
}
.subject .pros .content .item .word .price-buy .buy a {
  padding: 10px 12px;
}
.subject .bundle {
  padding-bottom: 10.5rem;
}
.subject .bundle .content .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 2.3125rem 5rem;
  border-radius: 10px;
}
.subject .bundle .content .item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.subject .bundle .content .item:nth-child(3) .word .price-buy .price .new,
.subject .bundle .content .item:nth-child(4) .word .price-buy .price .new {
  color: #fff100;
}
.subject .bundle .content .item .pic {
  flex: 0 0 9.75rem;
}
.subject .bundle .content .item .word {
  flex: 0 0 60%;
  color: #fff;
}
.subject .bundle .content .item .word .name {
  font-size: 18px;
  font-family: bold;
  margin-bottom: .5rem;
}
.subject .bundle .content .item .word .desc {
  font-size: 14px;
  margin-top: .5rem;
}
.subject .bundle .content .item .word .price-buy .price .new {
  color: #601986;
}
.subject .bundle .content .item .word .price-buy .buy a {
  background-color: #fff;
  color: #2656f2;
}
.subject .bundle .content .item .word .price-buy .buy a:hover {
  background-color: #2656f2;
  color: #fff;
}
.subject .forfait {
  padding-bottom: 10.5rem;
}
.subject .forfait .content {
  display: flex;
  justify-content: space-between;
}
.subject .forfait .content .item {
  flex: 0 0 49%;
  background-color: #f7f8f8;
  border: 1px solid #2656f2;
  border-radius: 8px;
  padding: 0 1.875rem 1.875rem 1.875rem;
}
.subject .forfait .content .item:hover {
  box-shadow: 0 0 40px 0 rgba(34, 63, 107, 0.2);
  -ms-transform: scale(1.045);
  transform: scale(1.045);
}
.subject .forfait .content .item .count {
  background-color: #f2544c;
  display: inline-block;
  padding: 1.25rem .375rem 2.25rem;
  border-radius: 0px 0px 8px 8px;
  margin-bottom: 1.875rem;
  position: relative;
}
.subject .forfait .content .item .count::after {
  content: '';
  display: block;
  width: 70%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: calc(50% - 35%);
  bottom: 25px;
}
.subject .forfait .content .item .count span {
  font-size: 2.75rem;
  font-family: bold;
  color: #fff100;
}
.subject .forfait .content .item .count span.off {
  font-size: 1.25rem;
}
.subject .forfait .content .item .name {
  font-size: 18px;
  color: #f2544c;
  font-family: bold;
  margin-bottom: 1.5rem;
}
.subject .forfait .content .item .desc {
  font-size: 14px;
  color: #595757;
}
.subject .forfait .content .item .price-buy .price .new {
  font-size: 18px;
  color: #e83828;
  font-weight: 800;
}
.subject .forfait .content .item .price-buy .price .old {
  font-size: 14px;
  color: #595757;
}
.subject .forfait .content .item .price-buy .buy a {
  padding: 10px 12px;
}
@media (max-width: 1080px) {
  .subject .container {
    width: 100%;
  }
}
@media (max-width: 1080px) and (max-width: 900px) {
  .subject .combine .content {
    background-size: cover;
    padding: 4.5rem 1.5rem;
  }
  .subject .combine .content .item {
    flex-direction: column;
  }
  .subject .combine .content .item .pic {
    margin-bottom: 2.5rem;
  }
  .subject .combine .content .item .pic img {
    width: 13.875rem;
  }
  .subject .combine .content .item .word {
    text-align: center;
  }
  .subject .pros .content {
    flex-direction: column;
    width: 100%;
    position: static;
  }
  .subject .pros .content .item {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .subject .bundle .content .item {
    padding: 1.875rem;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: unset;
    background-size: cover;
  }
  .subject .bundle .content .item .pic {
    margin-bottom: 1.25rem;
  }
  .subject .bundle .content .item .pic img {
    width: 10.125rem;
  }
  .subject .forfait .content {
    flex-direction: column;
  }
  .subject .forfait .content .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .subject .forfait .content .item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
