* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  html {
    scroll-padding-top: 100px;
    scroll-behavior: smooth;
  }
  a {
    text-decoration: none;
  }
  .herbst-activty a:hover, .herbst-activty a:focus{color: #fff;}
  .container {
    width: 1080px;
    margin: 0 auto;
  }
  .hide {
    display: none;
  }
  body {
    font-family: "Rubik", sans-serif;
    background: #fcd75e !important;
    line-height: 1;
  }
  main {
    background: url(../img/herbst-angebot-2025/bg.png) repeat-y top;
    background-size: contain;
  }
  .spite {
    background: url(../img/herbst-angebot-2025/spite.webp) no-repeat;
    background-size: 1066px 661px;
    background-position: center;
  }
  .icon-windows {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/herbst-angebot-2025/win.png);
    background-size: 100% 100%;
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }
  .icon-mac {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/herbst-angebot-2025/macos.png);
    background-size: 100% 100%;
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }
  .banner {
    position: relative;
    height: 1288px;
    background: url(../img/herbst-angebot-2025/banner.png) no-repeat top center;
    background-size: cover;
  }
  .banner .banner-img {
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 100%;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .banner .banner-btn {
    position: absolute;
    bottom: 600px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    padding: 26px 70px;
    color: #fff;
    border-radius: 133px;
    background: linear-gradient(90deg, #ffa628 0%, #ff5353 100%);
    font-weight: 600;
    transition: all 0.3s;
  }
  .banner .banner-btn:hover {
    background: linear-gradient(90deg, #ff5353 0%, #ff5353 100%);
  }
  .wrap-title {
    position: relative;
    width: 900px;
    height: 123px;
    background: url(../img/herbst-angebot-2025/title-bg.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
    margin: 0 auto;
    padding: 17px 80px;
    z-index: 1;
  }
  .min-label {
    position: relative;
    z-index: 1;
    color: #dfdfdf;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    border-radius: 95px;
    background: #4e1a03;
    width: max-content;
    margin: -55px auto 0 auto;
    padding: 2px 80px;
  }
  .wrap-desc {
    color: #6d2c0f;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 15px;
    margin-bottom: 26px;
  }
  /* Animation */
  @keyframes shake {
    0% {
      transform: translateX(0) rotate(0);
    }
    20% {
      transform: translateX(-10px) rotate(-20deg);
    }
    30% {
      transform: translateX(10px) rotate(20deg);
    }
    50% {
      transform: translateX(-10px) rotate(-10deg);
    }
    60% {
      transform: translateX(10px) rotate(10deg);
    }
    100% {
      transform: translateX(0) rotate(0);
    }
  }
  @keyframes fall {
    0% {
      transform: translateY(-200%);
    }
    60% {
      transform: translateY(0);
    }
    80% {
      transform: translateY(-10%);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes catch {
    to {
      filter: saturate(0.8) brightness(0.8);
    }
  }
  .discount {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 120px;
    height: 90px;
    background: url(../img/herbst-angebot-2025/discount.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 23.406px;
    font-weight: 600;
    line-height: 119.247%;
    /* 27.911px */
  }
  .wrap1 {
    padding: 130px 0 0;
    margin-top: -250px;
  }
  .wrap1 .wrap-item {
    position: relative;
    background: url(../img/herbst-angebot-2025/item-bg.png) no-repeat center;
    background-size: 100% 100%;
    padding: 28px 28px 15px;
    margin-bottom: 70px;
    margin-top: 50px;
  }
  .wrap1 .item-box {
    display: flex;
    align-items: start;
    justify-content: space-between;
    background: #fff;
    border-radius: 20px;
    padding: 28px 36px;
  }
  .wrap1 .item-title {
    color: #2a2a2a;
    font-size: 28px;
    font-weight: 600;
  }
  .wrap1 .item-desc {
    color: #454545;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 12px;
  }
  .wrap1 .item-info {
    margin-left: 30px;
  }
  .wrap1 .platform {
    border-radius: 4px;
    background: #e2f5ff;
    padding: 10px 12px;
    margin-top: 12px;
    color: #292929;
  }
  .wrap1 .platform-img {
    display: inline-block;
    background: url(../img/herbst-angebot-2025/spite.webp) no-repeat;
    background-size: 1066px 661px;
    background-position: center;
    background-position: -377px -29px;
    width: 384px;
    height: 32px;
    vertical-align: middle;
    margin-left: 10px;
  }
  .wrap1 .platform-img2 {
    display: inline-block;
    background: url(../img/herbst-angebot-2025/spite.webp) no-repeat;
    background-size: 1066px 661px;
    background-position: center;
    background-position: -377px -71px;
    width: 428px;
    height: 32px;
    vertical-align: middle;
    margin-left: 10px;
  }
  .wrap1 .item-btn {
    width: 26.5%;
  }
  .wrap1 .item-bottom {
    display: flex;
    align-items: center;
    justify-content: end;
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
  }
  .wrap1 .item-bottom .item-bottom_content {
    display: none;
  }
  .wrap1 .item-bottom .item-bottom_content.active {
    display: flex;
  }
  .wrap1 .item-bottom .item-bottom_content {
    align-items: center;
    justify-content: space-between;
  }
  .win-box,
  .mac-box {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin: 14px 0;
  }
  .win-box span:first-child,
  .mac-box span:first-child {
    font-size: 12px;
  }
  .win-box span.online-span, .mac-box span.online-span{
    font-size: 16px;
  }
  .win-box span:first-child:hover,
  .mac-box span:first-child:hover {
    text-decoration: underline;
    cursor: pointer;
  }
  .win-box span.online-span:hover,
  .mac-box span.online-span:hover {
    text-decoration: unset;
    cursor: pointer;
  }
  .buy-btn {
    width: 195px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 70px;
    background: linear-gradient(90deg, #453fff 0%, #539eff 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s;
  }
  .buy-btn:hover {
    background: linear-gradient(90deg, #453fff 0%, #453fff 100%);
  }
  .switch-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    height: 100%;
    background: #fff;
    border-radius: 30px;
    background: #e3e3e3;
    padding: 3px;
    margin: 0 auto;
  }
  .switch-btn .switch-btn-item {
    width: 104px;
    color: #232323;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    border-radius: 30px;
    transition: all 0.3s;
    cursor: pointer;
  }
  .switch-btn .switch-btn-item.active {
    background: #fff;
  }
  .btn-item {
    display: none;
    text-align: center;
  }
  .btn-item .new-price {
    color: #fc721f;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin: 10px 0 5px;
  }
  .btn-item .new-price span {
    font-size: 20px;
  }
  .btn-item .old-price {
    color: #4d4d4d;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-decoration-line: line-through;
  }
  .btn-item .min-text {
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
  }
  .btn-item.active {
    display: block;
  }
  .logo {
    background: url(../img/herbst-angebot-2025/spite.webp) no-repeat;
    background-size: 1066px 661px;
    background-position: center;
    margin: 0 auto;
    width: 65px;
    height: 65px;
  }
  .logo-smc {
    background-position: -43px -200px;
  }
  .logo-amc {
    background-position: -118px -200px;
  }
  .logo-ammc {
    background-position: -193px -200px;
  }
  .logo-ymc {
    background-position: -43px -275px;
  }
  .logo-ac {
    background-position: -118px -275px;
  }
  .logo-dmc {
    background-position: -193px -275px;
  }
  .logo-scmc {
    background-position: -43px -350px;
  }
  .logo-avc {
    background-position: -311px -200px;
  }
  .logo-nv {
    background-position: -386px -200px;
  }
  .logo-dp {
    background-position: -461px -200px;
  }
  .logo-ytc {
    background-position: -311px -275px;
  }
  .logo-ofc {
    background-position: -386px -275px;
  }
  .logo-tc {
    background-position: -461px -275px;
  }
  .logo-igc {
    background-position: -311px -350px;
  }
  .logo-fc {
    background-position: -386px -350px;
  }
  .wrap-types_title {
    border-radius: 5px;
    background: linear-gradient(90deg, rgba(235, 161, 23, 0) 0%, #eba117 30.29%, #eba117 70.67%, rgba(235, 161, 23, 0) 100%);
    width: 400px;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
  }
  .wrap-types {
    position: absolute;
    top: 150px;
    left: 100px;
    z-index: 1;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 16px 0 0 #eec12f;
    width: max-content;
    transition: all 0.3s;
    padding: 13px 13px 20px;
  }
  .wrap-types .wrap-types_item {
    color: #404040;
    font-size: 20px;
    padding: 12px 25px;
    width: 200px;
    margin-bottom: 10px;
    border-radius: 6px;
    background: #fff;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
  }
  .wrap-types .wrap-types_item:hover {
    background: #ebebeb;
  }
  .wrap-types .wrap-types_item.active {
    background: #ebebeb;
    z-index: 1;
  }
  .wrap2 {
    padding-bottom: 200px;
    position: relative;
  }
  .wrap2 .buy-btn {
    width: 225px;
  }
  .wrap2 .wrap-item {
    width: 334px;
    position: relative;
    text-align: center;
    z-index: 1;
  }
  .wrap2 .wrap-item::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 90%;
    height: 100%;
    border-radius: 16px;
    background: #eec12f;
    transform: rotate(-7deg);
    z-index: -1;
  }
  .wrap2 .discount {
    animation: none;
  }
  .wrap2 .wrap-item_top {
    border-radius: 16px;
    background: #fff;
    padding: 24px 0;
  }
  .wrap2 .wrap-item_bottom {
    border-radius: 16px;
    background: #fff;
    padding: 10px 0 14px;
  }
  .wrap2 .mac-box,
  .wrap2 .win-box {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .wrap2 .wrap-types_content {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 100px 38px;
    margin-bottom: 70px;
  }
  .wrap2 .wrap-types_content.active {
    display: flex;
  }
  .wrap2 .wrap2-item_title {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    /* 26px */
    margin-top: 12px;
  }
  .wrap2 .wrap2-item_desc {
    color: #373232;
    margin: 12px 0 15px;
    line-height: 150%;
    padding: 0 25px;
  }
  .wrap2 .discount2 {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 16px 0 16px;
    padding: 2px 22px;
    background: #fb5e3b;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    /* 27px */
  }
  .wrap2 .discount2 .discount-80 {
    display: none;
  }
  .wrap2 .item-bottom_content {
    display: none;
  }
  .wrap2 .item-bottom_content.active {
    display: block;
  }
  @media screen and (max-width: 1560px) {
    .wrap-types {
      top: 150px;
      left: 20px;
      padding: 13px 13px 10px;
    }
    .wrap-types .wrap-types_item {
      padding: 12px 15px;
      width: 130px;
      font-size: 16px;
    }
  }
  @media screen and (max-width: 768px) {
    .wrap-types_title {
      width: 100%;
    }
    .switch-btn .switch-btn-item:hover {
      background-color: #fff;
    }
    .container {
      width: 100%;
      padding: 0 15px;
    }
    main {
      background: #ffe56b;
    }
    .banner {
      height: 482px;
      background-image: url(../img/herbst-angebot-2025/banner-mb.png);
    }
    .banner .banner-btn {
      bottom: 170px;
      font-size: 19px;
      padding: 15px 43px;
      width: max-content;
    }
    .discount {
      width: 80px;
      height: 77px;
      font-size: 18px;
      top: -12px;
      right: -12px;
    }
    .wrap-title {
      width: 100%;
      font-size: 24px;
      padding: 13px 15px 19px;
      height: auto;
      border-radius: 10px;
      background: #6d2c0f;
    }
    .wrap-desc {
      font-size: 16px;
      width: 100%;
      margin: 20px auto;
    }
    .min-label {
      color: #373737;
      background: unset;
      padding: 0;
      width: max-content;
      margin: 17px auto;
      font-size: 16px;
    }
    .wrap1 {
      margin-top: 0;
      padding: 50px 0 0;
      overflow: hidden;
    }
    .wrap1 .wrap-title::before {
      width: 83px;
      height: 40px;
      bottom: 10px;
      right: 6px;
    }
    .wrap1 .wrap-item {
      border-radius: 14px;
      background: #ffe79a;
      box-shadow: 0 4px 13.8px 0 rgba(202, 155, 0, 0.64);
      padding: 12px 12px 24px;
      margin-bottom: 60px;
    }
    .wrap1 .wrap-item::after {
      display: none;
    }
    .wrap1 .item-info {
      margin: 0;
    }
    .wrap1 .item-box {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border-radius: 14px;
      text-align: center;
      gap: 0;
    }
    .wrap1 .item-box img {
      width: 80px;
      height: 80px;
      margin-bottom: 16px;
    }
    .wrap1 .item-title {
      font-size: 20px;
    }
    .wrap1 .item-desc {
      font-size: 16px;
    }
    .wrap1 .platform span {
      display: none;
    }
    .wrap1 .platform-img {
      background-position: -377px -119px;
      width: 260px;
      height: 20px;
    }
    .wrap1 .platform-img2 {
      background-position: -377px -149px;
      width: 260px;
      height: 20px;
    }
    .wrap1 .platform-img,
    .wrap1 .platform-img2 {
      margin-left: 0;
    }
    .wrap1 .item-btn {
      width: 100%;
      margin-top: 18px;
    }
    .wrap1 .item-bottom {
      justify-content: center;
    }
    .wrap1 .win-box,
    .wrap1 .mac-box {
      flex-direction: column-reverse;
      align-items: center;
      justify-content: center;
    }
    .wrap1 .win-box .item-bottom_content,
    .wrap1 .mac-box .item-bottom_content {
      flex-direction: column;
    }
    .wrap-types .wrap-types_item {
      width: 50%;
      font-size: 14px;
    }
    .wrap-types .wrap-types_item:hover {
      background: #fff;
    }
    .wrap-types {
      width: 100%;
      display: none;
    }
    .wrap2 .wrap-types_content {
      margin-top: 32px;
      gap: 30px;
    }
    .wrap2 {
      padding-bottom: 50px;
      margin-top: 50px;
    }
    .wrap2 .wrap-item::after {
      display: none;
    }
  }
  