@import "../libs/jcountdown/jcountdown.css";
.footer,
.copyright {
  display: none;
}
.desc_cover {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: none;
}
.desc_cover .box {
  background-color: #fff;
  width: 35%;
  padding: 50px 22px;
  position: relative;
  border-radius: 20px;
}
.desc_cover span {
  font-size: 18px;
  color: #666666;
  line-height: 1.8em;
}
.desc_cover i {
  display: block;
  width: 43px;
  height: 43px;
  background: url(img/black_friday/close.svg) #030319 no-repeat center center;
  background-size: 50% 50%;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 10px;
}
.desc_text {
  display: none;
}
.desc_click {
  cursor: pointer;
}
.descCover_show {
  display: flex!important;
}
.win_mac {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
}
.win_mac .win,
.win_mac .mac {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 34px;
  color: #fff;
  font-size: 22px;
  border-radius: 50px;
  margin-bottom: 12px;
  transition: .5s;
}
.win_mac .win:last-child,
.win_mac .mac:last-child {
  margin-bottom: 0px!important;
}
.win_mac .win em,
.win_mac .mac em {
  margin-left: 20px;
}
.win_mac .win {
  background-color: #7b5ef0;
  border: 1px solid #6a5efc;
  color: #fff;
  transition: .5s;
}
.win_mac .win:hover {
  background-color: #fff;
  color: #7b5ef0;
}
.win_mac .mac {
  background-color: #fff;
  color: #7b5ef0;
  border: 1px solid #6a5efc;
  transition: .5s;
}
.win_mac .mac:hover {
  background-color: #7b5ef0;
  color: #fff;
}
.bubble {
  background: radial-gradient(ellipse at center, rgba(123, 94, 240, 0.1) 25%, #7e51f0 100%);
  border-radius: 50%;
  opacity: 0.7;
  position: absolute;
  width: 18px;
  height: 18px;
  opacity: 1;
  z-index: 1;
}
.bubble:nth-child(1) {
  width: 18px;
  height: 18px;
  left: 15%;
  top: 20%;
  opacity: 1;
  animation: blubb-4 5.5s infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 2s;
}
.bubble:nth-child(2) {
  width: 28px;
  height: 28px;
  left: 35%;
  top: 40%;
  opacity: 1;
  animation: blubb-4 5.5s infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 2s;
}
.bubble:nth-child(3) {
  width: 38px;
  height: 38px;
  left: 30%;
  top: 60%;
  opacity: 1;
  animation: blubb-6 5.5s infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 4s;
}
.bubble:nth-child(4) {
  width: 48px;
  height: 48px;
  left: 20%;
  top: 70%;
  opacity: 1;
  animation: blubb-7 5.5s infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 2.5s;
}
.bubble:nth-child(5) {
  width: 55px;
  height: 55px;
  left: 15%;
  top: 30%;
  opacity: 1;
  animation: blubb-3 5.5s infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 2.5s;
}
.bubble:nth-child(6) {
  width: 60px;
  height: 60px;
  left: 25%;
  top: 50%;
  animation: blubb-5 5.5s infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 3s;
}
.bubble:nth-child(7) {
  width: 17px;
  height: 17px;
  left: 35%;
  top: 80%;
  animation: blubb-1 5.5s infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 3.5s;
}
.bubble:nth-child(8) {
  width: 18px;
  height: 18px;
  right: 15%;
  top: 80%;
  animation: blubb-8 5.5s infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 5s;
}
.bubble:nth-child(9) {
  width: 28px;
  height: 28px;
  right: 35%;
  top: 20%;
  animation: blubb-2 5.5s infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 4s;
}
.bubble:nth-child(10) {
  width: 38px;
  height: 38px;
  right: 25%;
  top: 60%;
  animation: blubb-6 5.5s infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 2s;
}
.bubble:nth-child(11) {
  width: 40px;
  height: 40px;
  right: 35%;
  top: 40%;
  animation: blubb-4 5.5s infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 3.5s;
}
.bubble:nth-child(12) {
  width: 55px;
  height: 55px;
  right: 22%;
  top: 30%;
  animation: blubb-3 5.5s infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 2s;
}
.bubble:nth-child(13) {
  width: 50px;
  height: 50px;
  right: 37%;
  top: 20%;
  animation: blubb-2 5.5s infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 4s;
}
.bubble:nth-child(14) {
  width: 60px;
  height: 60px;
  right: 25%;
  top: 60%;
  animation: blubb-6 5.5s infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 4.5s;
}
.bubble:nth-child(15) {
  width: 40px;
  height: 40px;
  left: 5%;
  top: 60%;
  animation: blubb-2 5.5s infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
}
.bubble:nth-child(16) {
  width: 50px;
  height: 50px;
  left: 10%;
  top: 60%;
  animation: blubb-4 5.5s infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 2s;
}
.bubble:nth-child(17) {
  width: 60px;
  height: 60px;
  left: 15%;
  top: 60%;
  animation: blubb-6 5.5s infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 3s;
}
.bubble:nth-child(18) {
  width: 40px;
  height: 40px;
  right: 5%;
  top: 60%;
  animation: blubb-2 5.5s infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
}
.bubble:nth-child(19) {
  width: 50px;
  height: 50px;
  right: 10%;
  top: 60%;
  animation: blubb-4 5.5s infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 2s;
}
.bubble:nth-child(20) {
  width: 60px;
  height: 60px;
  right: 15%;
  top: 60%;
  animation: blubb-6 5.5s infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 3s;
}
@keyframes blubb-1 {
  0% {
    top: 10%;
    opacity: 0.5;
  }
  50% {
    top: 0%;
    opacity: 0.75;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
@keyframes blubb-2 {
  0% {
    top: 20%;
    opacity: 0.5;
  }
  50% {
    top: 0%;
    opacity: 0.75;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
@keyframes blubb-3 {
  0% {
    top: 30%;
    opacity: 0.5;
  }
  50% {
    top: 0%;
    opacity: 0.75;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
@keyframes blubb-4 {
  0% {
    top: 40%;
    opacity: 0.5;
  }
  50% {
    top: 0%;
    opacity: 0.75;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
@keyframes blubb-5 {
  0% {
    top: 50%;
    opacity: 0.5;
  }
  50% {
    top: 0%;
    opacity: 0.75;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
@keyframes blubb-6 {
  0% {
    top: 100%;
    opacity: 0.5;
  }
  50% {
    top: 0%;
    opacity: 0.75;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
@keyframes blubb-7 {
  0% {
    top: 70%;
    opacity: 0.5;
  }
  50% {
    top: 0%;
    opacity: 0.75;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
@keyframes blubb-8 {
  0% {
    top: 80%;
    opacity: 0.5;
  }
  50% {
    top: 0%;
    opacity: 0.75;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
.black_friday {
  overflow: hidden;
  position: relative;
}
.black_friday::after {
  content: 'Copyright © 2018 FonePaw Technology Limited. Alle Rechte vorbehalten.';
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 60px;
  color: #fff;
  font-size: 14px;
}
.black_friday .banner {
  background-color: #030319!important;
  height: 100vh;
  position: relative;
}
.black_friday .banner img {
  width: 100%;
  height: 100%;
}
.black_friday .banner .tools {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0px;
}
.black_friday .banner .tools .countdown {
  background: url(img/black_friday/tools_bg.svg) no-repeat center center;
  background-size: 100% 100%;
}
.black_friday .banner .tools .countdown .jCountdownContainer {
  transform: scale(0.7);
}
.black_friday .banner .tools .countdown .jCountdownContainer .group {
  position: relative;
}
.black_friday .banner .tools .countdown .jCountdownContainer .group::after {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: -20px;
}
.black_friday .banner .tools .countdown .jCountdownContainer .group .container {
  box-shadow: 0px 0px 40px #7B5EF0;
  border-radius: 10px;
  overflow: hidden;
}
.black_friday .banner .tools .countdown .jCountdownContainer .day::after {
  content: 'Tag(e)';
}
.black_friday .banner .tools .countdown .jCountdownContainer .hour::after {
  content: 'Stunde(n)';
}
.black_friday .banner .tools .countdown .jCountdownContainer .minute::after {
  content: 'Minute(n)';
}
.black_friday .banner .tools .countdown .jCountdownContainer .second::after {
  content: 'Sekunde(n)';
}
.black_friday .banner .tools span {
  font-size: 18px;
  color: #fff;
  text-align: center;
  display: block;
  font-family: bold;
  margin: 30px 0px;
}
.black_friday .banner .tools .down {
  display: block;
  width: 27px;
  height: 20px;
  background: url(img/black_friday/icon-down.svg) no-repeat center center;
  -webkit-animation: guide-youtobe 3.5s linear infinite 0.4s;
  -moz-animation: guide-youtobe 3.5s linear infinite 0.4s;
  animation: guide-youtobe 3.5s linear infinite 0.4s;
  cursor: pointer;
}
.black_friday .subject {
  padding: 50px 0px 130px 0px;
  background: url(img/black_friday/bg.png) #030319 no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}
.black_friday .subject::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(3, 3, 25, 0.9);
  position: absolute;
  left: 0px;
  top: 0px;
}
.black_friday .subject .scroll {
  position: relative;
}
.black_friday .subject .scroll .swiper-button-prev {
  background: url(img/black_friday/prev.svg) no-repeat center center;
  left: 100px;
}
.black_friday .subject .scroll .swiper-button-prev:hover {
  background: url(img/black_friday/prev_hover.svg) no-repeat center center;
}
.black_friday .subject .scroll .swiper-button-next {
  background: url(img/black_friday/next.svg) no-repeat center center;
  right: 100px;
}
.black_friday .subject .scroll .swiper-button-next:hover {
  background: url(img/black_friday/next_hover.svg) no-repeat center center;
}
.black_friday .subject .scroll .swiper-button-next,
.black_friday .subject .scroll .swiper-button-prev {
  width: 58px;
  height: 65px;
  outline: none;
}
.black_friday .subject .scroll .swiper-container {
  background-color: #fff;
  border-radius: 20px;
}
.black_friday .subject .scroll .swiper-container .swiper-wrapper {
  display: flex;
  align-items: center;
}
.black_friday .subject .scroll .box {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
.black_friday .subject .scroll .box .word {
  width: 49%;
  padding: 50px 47px;
  height: 320px;
}
.black_friday .subject .scroll .box .word .title {
  color: #030319;
  font-size: 36px;
  font-family: bold;
}
.black_friday .subject .scroll .box .word .desc {
  color: #666666;
  font-size: 21px;
  line-height: 1.8em;
}
.black_friday .subject .scroll .box .word .price {
  margin-bottom: 0px;
}
.black_friday .subject .scroll .box .win_mac {
  width: 36%;
  padding-bottom: 30px;
}
.black_friday .subject .scroll .box .win_mac .win,
.black_friday .subject .scroll .box .win_mac .mac {
  box-shadow: 0px 0px 50px #543bea;
  margin-bottom: 30px;
}
.black_friday .subject .scroll .box .discount {
  color: #fff;
  font-size: 22px;
  width: 74px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background-color: #e74a92;
  border-radius: 20px;
  margin: 30px auto 20px;
  display: none;
}
.black_friday .subject .scroll .box .price {
  display: flex;
  align-items: center;
}
.black_friday .subject .scroll .box .price span {
  color: #e74a92;
  font-size: 48px;
}
.black_friday .subject .scroll .box .price .old {
  font-size: 24px;
  text-decoration: line-through;
  margin-right: 25px;
}
.black_friday .subject .scroll .box1 {
  background: url(img/black_friday/scroll_1.svg) no-repeat right top;
  background-size: 555px 100%;
}
.black_friday .subject .scroll .box2 {
  background: url(img/black_friday/scroll_2.svg) no-repeat -2px top;
  background-size: 867px 100%;
}
.black_friday .subject .scroll .box2 .word .title,
.black_friday .subject .scroll .box2 .word .desc {
  color: #fff;
}
.black_friday .subject .scroll .box2 .word .price span {
  color: #fff;
}
.black_friday .subject .scroll .box3 {
  background: url(img/black_friday/scroll_3.svg) no-repeat center top;
  background-size: 450px;
}
.black_friday .subject .scroll .box4 {
  background: url(img/black_friday/scroll_4.svg) no-repeat right top;
  background-size: 540px;
}
.black_friday .subject .scroll .box4 .word {
  width: 55%;
}
.black_friday .subject .pros {
  position: relative;
  z-index: 1;
  margin-top: 133px;
}
.black_friday .subject .pros .container {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
.black_friday .subject .pros .floor {
  padding: 40px;
}
.black_friday .subject .pros .floor .title {
  color: #030319;
  font-size: 24px;
  font-family: bold;
  display: flex;
}
.black_friday .subject .pros .floor .title::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 12px;
}
.black_friday .subject .pros .Tous .title::before {
  background: url(img/black_friday/tous.svg) no-repeat center center;
}
.black_friday .subject .pros .Tous .box_all {
  overflow: hidden;
}
.black_friday .subject .pros .Tous .box_all .box {
  float: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  margin-top: 120px;
  margin-right: 3%;
  border: 1px solid #7b5ef0;
  border-radius: 20px;
}
.black_friday .subject .pros .Tous .box_all .box:nth-child(3n+3) {
  margin-right: 0px;
}
.black_friday .subject .pros .Tous .box_all .box .news {
  width: 295px;
  height: 189px;
  position: relative;
  background: url(img/black_friday/tous_name.svg) no-repeat center center;
  padding-top: 24px;
  top: -40px;
}
.black_friday .subject .pros .Tous .box_all .box .news::after {
  content: '';
  display: block;
  width: 100%;
  height: 73px;
  background: url(img/black_friday/tous_discount.svg) no-repeat center center;
  position: absolute;
  left: 0px;
  bottom: -26px;
}
.black_friday .subject .pros .Tous .box_all .box .news .name {
  color: #fff;
  font-size: 21px;
  font-family: bold;
  text-align: center;
  margin-bottom: 0px;
}
.black_friday .subject .pros .Tous .box_all .box .news .price {
  text-align: center;
  width: 230px;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 0px;
  border: 1px solid #7b5ef0;
  position: absolute;
  left: 50%;
  margin-left: -109px;
  bottom: 45px;
}
.black_friday .subject .pros .Tous .box_all .box .news .price span {
  font-size: 21px;
  color: #e74a92;
}
.black_friday .subject .pros .Tous .box_all .box .news .price .old {
  text-decoration: line-through;
  margin-right: 10px;
}
.black_friday .subject .pros .Tous .box_all .box .win_mac {
  min-height: 121px;
}
.black_friday .subject .pros .winMac .title {
  margin-bottom: 50px;
}
.black_friday .subject .pros .winMac .title::before {
  background: url(img/black_friday/win-mac.svg) no-repeat center center;
}
.black_friday .subject .pros .winMac .box_all .box {
  border: 1px solid #7b5ef0;
  border-radius: 20px;
  display: flex;
  padding: 20px 0px;
  margin-bottom: 100px;
}
.black_friday .subject .pros .winMac .box_all .box:last-child {
  margin-bottom: 0px;
}
.black_friday .subject .pros .winMac .box_all .box .left {
  width: 53%;
  text-align: center;
  border-right: 1px dashed #7b5ef0;
}
.black_friday .subject .pros .winMac .box_all .box .left img {
  height: 345px;
}
.black_friday .subject .pros .winMac .box_all .box .right {
  width: 47%;
  position: relative;
}
.black_friday .subject .pros .winMac .box_all .box .right .new_all {
  width: 100%;
  position: absolute;
  top: -80px;
  left: 0px;
}
.black_friday .subject .pros .winMac .box_all .box .right .new_all .news {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.black_friday .subject .pros .winMac .box_all .box .right .name {
  width: 322px;
  height: 232px;
  background: url(img/black_friday/winMac_name.svg) no-repeat center center;
  font-size: 36px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  font-family: bold;
}
.black_friday .subject .pros .winMac .box_all .box .right .desc {
  color: #d3227a;
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
}
.black_friday .subject .pros .winMac .box_all .box .right .price {
  text-align: center;
  margin: 20px auto;
}
.black_friday .subject .pros .winMac .box_all .box .right .price span {
  color: #e74a92;
  font-size: 24px;
}
.black_friday .subject .pros .winMac .box_all .box .right .price .old {
  text-decoration: line-through;
  margin-right: 50px;
  font-size: 20px;
}
.black_friday .subject .pros .winMac .box_all .box .right .win_mac .win {
  background-color: #fff;
  color: #7b5ef0;
  border: 1px solid #6a5efc;
}
.black_friday .subject .pros .winMac .box_all .box .right .win_mac .win:hover {
  background-color: #7b5ef0;
  color: #fff;
}
.black_friday .subject .pros .media .title::before {
  background: url(img/black_friday/media.svg) no-repeat center center;
}
.black_friday .subject .pros .media .box_all {
  display: flex;
  justify-content: space-between;
  padding: 50px 0px 80px 0px;
}
.black_friday .subject .pros .media .box_all .box {
  width: 40%;
  border: 1px solid #7b5ef0;
  border-radius: 20px;
}
.black_friday .subject .pros .media .box_all .box img {
  width: 100%;
}
.black_friday .subject .pros .media .box_all .box .name {
  color: #030319;
  font-size: 21px;
  font-family: bold;
  text-align: center;
  line-height: 1.8em;
}
.black_friday .subject .pros .media .box_all .box .discount {
  color: #7b5ef0;
  font-size: 48px;
  text-align: center;
  font-family: bold;
}
.black_friday .subject .pros .media .box_all .box .price {
  text-align: center;
  margin-bottom: 13px;
}
.black_friday .subject .pros .media .box_all .box .price span {
  color: #e74a92;
  font-size: 36px;
}
.black_friday .subject .pros .media .box_all .box .price .old {
  font-size: 24px;
  text-decoration: line-through;
  margin-right: 78px;
}
.black_friday .subject .pros .media .box_all .box .win_mac .win {
  background-color: #fff;
  color: #7b5ef0;
  border: 1px solid #6a5efc;
}
.black_friday .subject .pros .media .box_all .box .win_mac .win:hover {
  background-color: #7b5ef0;
  color: #fff;
}
.black_friday .subject .pros .ios_android .title_all {
  display: flex;
}
.black_friday .subject .pros .ios_android .title_all .ios::before {
  background: url(img/black_friday/ios.svg) no-repeat center center;
}
.black_friday .subject .pros .ios_android .title_all .android {
  margin-left: 30px;
}
.black_friday .subject .pros .ios_android .title_all .android::before {
  background: url(img/black_friday/android.svg) no-repeat center center;
}
.black_friday .subject .pros .ios_android .box_all {
  padding: 30px 0px;
}
.black_friday .subject .pros .ios_android .box_all .box {
  display: flex;
  justify-content: space-between;
  border: 1px solid #7b5ef0;
  border-radius: 20px;
  overflow: hidden;
  height: 242px;
  margin-bottom: 57px;
  position: relative;
}
.black_friday .subject .pros .ios_android .box_all .box:last-child {
  margin-bottom: 0px;
}
.black_friday .subject .pros .ios_android .box_all .box .left {
  display: flex;
}
.black_friday .subject .pros .ios_android .box_all .box .discount {
  width: 264px;
  height: 100%;
}
.black_friday .subject .pros .ios_android .box_all .box .discount50 {
  background: url(img/black_friday/ios_android_discount50.svg) no-repeat left center;
}
.black_friday .subject .pros .ios_android .box_all .box .discount40 {
  background: url(img/black_friday/ios_android_discount40.svg) no-repeat left center;
}
.black_friday .subject .pros .ios_android .box_all .box .news {
  height: 100%;
  width: 60%;
  padding-left: 12%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(img/black_friday/ios_android_bg.svg) no-repeat right center;
}
.black_friday .subject .pros .ios_android .box_all .box .news .name {
  color: #fff;
  font-size: 36px;
  font-family: bold;
}
.black_friday .subject .pros .ios_android .box_all .box .news .small {
  font-size: 21px;
  width: 70%;
}
.black_friday .subject .pros .ios_android .box_all .box .news .price {
  width: 80%;
  background-color: #fff;
  text-align: center;
  margin: 20px auto;
}
.black_friday .subject .pros .ios_android .box_all .box .news .price span {
  color: #e74a92;
  font-size: 36px;
}
.black_friday .subject .pros .ios_android .box_all .box .news .price .old {
  margin-right: 70px;
  font-size: 30px;
  text-decoration: line-through;
}
.black_friday .subject .pros .ios_android .box_all .box .news .win_mac {
  padding-bottom: 0px;
}
.black_friday .subject .pros .ios_android .box_all .box .news .win_mac .win {
  background-color: #fff;
  color: #7b5ef0;
  border: 1px solid #6a5efc;
}
.black_friday .subject .pros .ios_android .box_all .box .news .win_mac .win:hover {
  background-color: #7b5ef0;
  color: #fff;
}
.black_friday .subject .pros .ios_android .box_all .box .news .win_mac .win:hover,
.black_friday .subject .pros .ios_android .box_all .box .news .win_mac .mac:hover {
  box-shadow: 0px 0px 50px #08085b;
}
.black_friday .subject .pros .ios_android .box_all .box .logo_cover {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 55%;
  display: flex;
  align-items: center;
  display: none;
}
.black_friday .subject .pros .ios_android .box_all .box .logo_cover .word {
  width: 58%;
  padding: 16px 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 5px 5px 20px #ccc;
}
.black_friday .subject .pros .ios_android .box_all .box .logo_cover .word .name {
  color: #18161b;
  font-size: 18px;
  font-family: bold;
  margin-bottom: 13px;
}
.black_friday .subject .pros .ios_android .box_all .box .logo_cover .word .desc {
  color: #666666;
  font-size: 14px;
  margin-bottom: 0px;
}
.black_friday .subject .pros .ios_android .box_all .box .logos {
  position: relative;
}
.black_friday .subject .pros .ios_android .box_all .box .logos div {
  display: inline-block;
  position: absolute;
  cursor: pointer;
}
.black_friday .subject .pros .ios_android .box_all .box .logos div p {
  display: none;
}
.black_friday .subject .pros .ios_android .box_all .box .logos .isr {
  background: url(img/black_friday/isr.svg) no-repeat center center;
}
.black_friday .subject .pros .ios_android .box_all .box .logos .dt {
  background: url(img/black_friday/dt.svg) no-repeat center center;
}
.black_friday .subject .pros .ios_android .box_all .box .logos .sm {
  background: url(img/black_friday/sm.svg) no-repeat center center;
}
.black_friday .subject .pros .ios_android .box_all .box .logos .ibr {
  background: url(img/black_friday/ibr.svg) no-repeat center center;
}
.black_friday .subject .pros .ios_android .box_all .box .logos .idr {
  background: url(img/black_friday/idr.svg) no-repeat center center;
}
.black_friday .subject .pros .ios_android .box_all .box .logos .bade {
  background: url(img/black_friday/bade.svg) no-repeat center center;
}
.black_friday .subject .pros .ios_android .box_all .box .logos .adr {
  background: url(img/black_friday/adr.svg) no-repeat center center;
}
.black_friday .subject .pros .ios_android .box_all .box .logos .abr {
  background: url(img/black_friday/abr.svg) no-repeat center center;
}
.black_friday .subject .pros .ios_android .box_all .box .logos .mt {
  background: url(img/black_friday/mt.svg) no-repeat center center;
}
.black_friday .subject .pros .ios_android .box_all .box .logos .dr {
  background: url(img/black_friday/dr.svg) no-repeat center center;
}
.black_friday .subject .pros .ios_android .box_all .box1 .idr {
  width: 40px;
  height: 40px;
  left: -20px;
  top: 96px;
}
.black_friday .subject .pros .ios_android .box_all .box1 .isr {
  width: 50px;
  height: 50px;
  left: 30px;
  top: 20px;
}
.black_friday .subject .pros .ios_android .box_all .box1 .ibr {
  width: 50px;
  height: 50px;
  left: 60px;
  bottom: 50px;
}
.black_friday .subject .pros .ios_android .box_all .box1 .dt {
  width: 39px;
  height: 39px;
  left: 130px;
  top: 20px;
}
.black_friday .subject .pros .ios_android .box_all .box1 .sm {
  width: 46px;
  height: 46px;
  left: 130px;
  bottom: 20px;
}
.black_friday .subject .pros .ios_android .box_all .box2 .idr {
  width: 40px;
  height: 40px;
  left: -20px;
  top: 96px;
}
.black_friday .subject .pros .ios_android .box_all .box2 .isr {
  width: 52px;
  height: 52px;
  left: 50px;
  bottom: 50px;
}
.black_friday .subject .pros .ios_android .box_all .box2 .ibr {
  width: 59px;
  height: 59px;
  left: 100px;
  top: 50px;
}
.black_friday .subject .pros .ios_android .box_all .box3 .idr {
  width: 40px;
  height: 40px;
  left: -20px;
  top: 96px;
}
.black_friday .subject .pros .ios_android .box_all .box3 .adr {
  width: 50px;
  height: 50px;
  left: 50px;
  bottom: 50px;
}
.black_friday .subject .pros .ios_android .box_all .box3 .dr {
  width: 54px;
  height: 54px;
  left: 100px;
  top: 50px;
}
.black_friday .subject .pros .ios_android .box_all .box4 .adr {
  width: 49px;
  height: 49px;
  left: -20px;
  top: 96px;
}
.black_friday .subject .pros .ios_android .box_all .box4 .abr {
  width: 43px;
  height: 43px;
  left: 60px;
  bottom: 50px;
}
.black_friday .subject .pros .ios_android .box_all .box4 .bade {
  width: 64px;
  height: 64px;
  left: 50px;
  top: 30px;
}
.black_friday .subject .pros .ios_android .box_all .box4 .mt {
  width: 58px;
  height: 58px;
  left: 130px;
  bottom: 20px;
}
.black_friday .subject .pros .ios_android .box_all .box5 .adr {
  width: 49px;
  height: 49px;
  left: -20px;
  top: 96px;
}
.black_friday .subject .pros .ios_android .box_all .box5 .abr {
  width: 61px;
  height: 61px;
  left: 20px;
  bottom: 20px;
}
.black_friday .subject .pros .ios_android .box_all .box5 .dr {
  width: 66px;
  height: 66px;
  left: 50px;
  top: 20px;
}
.black_friday .subject .pros .nav_menu {
  width: 94px;
  padding: 60px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -94px;
  top: 0px;
}
.black_friday .subject .pros .nav_menu .box {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  border: 2px solid #65f2e2;
  background-color: #7b5ef0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 5px;
}
.black_friday .subject .pros .nav_menu .box:last-child {
  margin-bottom: 0px;
}
.black_friday .subject .pros .nav_menu .box img {
  width: 32px;
  height: 33px;
}
.black_friday .subject .pros .nav_fixed {
  position: fixed;
  top: 0px;
}
@keyframes guide-youtobe {
  0%,
  100%,
  60% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  35% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  85% {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
}
@media screen and (max-width: 1080px) {
  .desc_cover .box {
    width: 90%;
  }
  .black_friday .subject .pros .nav_menu {
    display: none;
  }
  .black_friday .subject .scroll .swiper-button-prev {
    left: 0px;
  }
  .black_friday .subject .scroll .swiper-button-next {
    right: 0px;
  }
  .scroll .container {
    width: 95%;
  }
  .black_friday .subject .scroll .box {
    background-image: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .black_friday .subject .scroll .box .word,
  .black_friday .subject .scroll .box .win_mac {
    width: 100%;
  }
  .black_friday .subject .scroll .box .word {
    height: inherit;
  }
  .black_friday .subject .scroll .box .discount {
    display: block;
  }
  .black_friday .subject .scroll .box .price {
    justify-content: center;
  }
  .black_friday .subject .scroll .box2 .word .title,
  .black_friday .subject .scroll .box2 .word .desc {
    color: #030319;
  }
  .black_friday .subject .scroll .box2 .word .price span {
    color: #e74a92;
  }
  .black_friday .subject .pros .ios_android .box_all .box .logos {
    transform: scale(0.6);
  }
  .black_friday .subject .pros .ios_android .box_all .box .news .name,
  .black_friday .subject .pros .ios_android .box_all .box .news .price span {
    font-size: 24px;
  }
  .black_friday .subject .pros .ios_android .box_all .box .news .price .old {
    font-size: 16px;
  }
  .black_friday .subject .pros .ios_android .box_all .box .news .small {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .black_friday .subject .pros .Tous .box_all .box {
    width: 100%;
    margin-right: 0px;
    float: inherit;
  }
  .black_friday .subject .pros .winMac .box_all .box {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .black_friday .subject .pros .winMac .box_all .box .left,
  .black_friday .subject .pros .winMac .box_all .box .right {
    width: 100%;
  }
  .black_friday .subject .pros .winMac .box_all .box .left {
    margin-bottom: 40px;
  }
  .black_friday .subject .pros .winMac .box_all .box .right .new_all {
    position: inherit;
    top: inherit;
    left: inherit;
  }
  .black_friday .subject .pros .media .box_all {
    flex-direction: column;
  }
  .black_friday .subject .pros .media .box_all .box {
    width: 100%;
    margin-bottom: 50px;
  }
  .black_friday .subject .pros .media .box_all .box:last-child {
    margin-bottom: inherit;
  }
  .black_friday .subject .pros .ios_android .box_all .box {
    flex-direction: column;
    height: inherit;
    border: none;
  }
  .black_friday .subject .pros .ios_android .box_all .box .left {
    height: 242px;
    border: 1px solid #7b5ef0;
    border-radius: 20px;
  }
  .black_friday .subject .pros .ios_android .box_all .box .news {
    width: 100%;
    background-size: cover;
    border-radius: 20px;
    padding: 20px 0px 20px 12%;
  }
}
@media screen and (max-width: 767px) {
  .win_mac .win,
  .win_mac .mac {
    font-size: 18px;
    padding: 11px 24px;
  }
  .black_friday .banner {
    background-size: 250%!important;
  }
  .black_friday .banner .tools .countdown .jCountdownContainer {
    transform: scale(0.4);
  }
  .black_friday .banner .tools span {
    font-size: 12px;
  }
  .black_friday .subject .scroll .box .word .title {
    font-size: 18px;
  }
  .black_friday .subject .scroll .box .word .desc {
    font-size: 12px;
  }
  .black_friday .subject .scroll .box .price .old {
    font-size: 15px;
  }
  .black_friday .subject .scroll .box .price span {
    font-size: 28px;
  }
  .black_friday .subject .scroll .box .word {
    padding: 20px 40px;
  }
  .black_friday .subject .pros {
    padding: 0px 15px;
  }
  .black_friday .subject .pros .container {
    padding: 0px 0px;
  }
  .black_friday .subject .pros .floor {
    padding: 40px 15px;
  }
  .black_friday .subject .pros .floor .title {
    justify-content: center;
    font-size: 16px;
  }
  .black_friday .subject .pros .Tous .box_all .box .news .name {
    line-height: 1.9em;
  }
  .black_friday .subject .pros .Tous .box_all .box .news .name,
  .black_friday .subject .pros .Tous .box_all .box .news .price {
    font-size: 16px;
  }
  .black_friday .subject .pros .winMac .box_all .box .left img {
    max-width: 100%;
    height: unset;
  }
  .black_friday .subject .pros .winMac .box_all .box .right .name {
    width: 208px;
    height: 145px;
    font-size: 22px;
    padding-top: 5px;
  }
  .black_friday .subject .pros .winMac .box_all .box .right .desc,
  .black_friday .subject .pros .winMac .box_all .box .right .price span {
    font-size: 15px;
  }
  .black_friday .subject .pros .media .box_all .box .name {
    font-size: 14px;
  }
  .black_friday .subject .pros .media .box_all .box .price .old {
    font-size: 16px;
  }
  .black_friday .subject .pros .media .box_all .box .price span {
    font-size: 24px;
  }
  .black_friday .subject .pros .ios_android .box_all .box .left {
    height: 148px;
  }
  .black_friday .subject .pros .ios_android .box_all .box .left .discount {
    width: 160px;
  }
  .black_friday .subject .pros .ios_android .box_all .box .news .name,
  .black_friday .subject .pros .ios_android .box_all .box .news .price span {
    font-size: 18px;
  }
  .black_friday .subject .pros .ios_android .box_all .box .news {
    padding-left: 0px;
  }
  .black_friday .subject .pros .ios_android .box_all .box .logos {
    left: 20px;
  }
  .black_friday .subject .pros .ios_android .title_all {
    justify-content: center;
  }
}
.black-friday-close {
  display: flex;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9998;
}
