/*block1*//* after_qbici */
.b1 {
    background: #0e0d0d;
    color:rgb(0, 0, 0);
    text-align: center;
    padding: 15px 0;
}
.b1 h1 {
    font-size: 28px;
    color:#ffc400;
    line-height: 40px;
    font-weight: 900;
}
.b1 h2 {
    font-size: 21px;
    font-weight: 600;
    text-transform: none;
    color: rgb(255, 255, 255);
}

.b1.two {
    padding: 6px 0;
}

.b1.two h1 {
    font-weight: 300;
    font-size: 23px;
    line-height: 20px;
}

.b1.two h2 {
    font-weight: 300;
    font-size: 23px;
    left: 20px;
    padding-bottom: 15px;
}

.gif {
    position: absolute;
    border-radius: 50%;
    top: 25px;
    left: 25px;
    width: 165px;
    border: 4px solid #000;
}

.gif-s {
    position: absolute;
    width: 100px;
    left: 24px;
    top: 72px;
}
.sh-s {
    font-size: 18px;
    
    font-weight: 600;
    text-align: center;
    margin-left: 7px;
}

.sh-b {
    padding: 1px 7px;
    background: #000;
    color: rgb(255, 196, 0);
    font-size: 18px;
    
    font-weight: 600;
}

.sh {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 5px;
    justify-content: center;
}
.sale {
    color:#271600;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    top: 188px;
    left: 372px;
}
.sale p {
    font-size: 38px;
    font-weight: 900;
    line-height: 34px;
}
.vidos {
    padding-bottom: 0;
}
.vidos h2 {
    color:#ff0000;
}
.vidos p {
    text-align: center;
    padding: 0 0px 20px 18px;
}
/*block2*//* endzeit_____ */
/* .b2 {
    background:#e7e7e7 url("../img/offer.png") no-repeat center top;
    padding: 35px 0 30px;
} */

.b2 {
    padding-top: 0;
}
.stock {
    text-align: center;
    color:#fff;
    padding: 29px 0 0;
}
.stock span {
    display: inline-block;
    background: #ff0000;
    font-weight: 700;
    padding: 2px 5px;
    font-size: 20px;
    margin: 0 3px;
}
.b2 .year{
    background: url("../img/hit1.png") no-repeat 0 0;
    width: 96px;
    height: 79px;
    position: absolute;
    top: 178px;
    left: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3em;
    text-transform: uppercase;
    text-align: center;
    padding-top: 58px;
}

/*block3*//* michael-k90 */
.b3 {
    padding-bottom: 10px;
}

.old-cost > span, .new-cost > span {
    font-size: 16px;
    position: relative;
    bottom: -18px;
}
.video-content video {
    width: 100%;
}

.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(28 28 28 / 90%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 999;
  }
  .cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
  }
  
  .cd-popup-container {
    position: relative;
    padding: 35px 10px;
    width: 90%;
    max-width: 400px;
    margin: 4em auto;
    background: #fff;
    background: #4CAF50;
    background-position: center;
    border-radius: 0.25em 0.25em 0.4em 0.4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .cd-popup-container span {
      font-weight: 700;
  }
  .cd-popup-container p {
    padding: 60px 10px 80px;
    font-size: 23px;
    line-height: 1.4;
    color: #fff;
  }
  .cd-popup-container .cd-buttons:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-popup-container .cd-buttons li {
    float: left;
    width: 50%;
    list-style: none;
  }
  .cd-popup-container .cd-buttons a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .cd-popup-container .cd-buttons li:first-child a {
    background: #fc7169;
    border-radius: 0 0 0 0.25em;
  }
  .no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
    background-color: #fc8982;
  }
  .cd-popup-container .cd-buttons li:last-child a {
    background: #b6bece;
    border-radius: 0 0 0.25em 0;
  }
  .no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
    background-color: #c5ccd8;
  }
  .cd-popup-container .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
  }
  .cd-popup-container .cd-popup-close::before,
  .cd-popup-container .cd-popup-close::after {
    content: "";
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
  }
  .cd-popup-container .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
  }
  .cd-popup-container .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
  }
  .is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  @media only screen and (min-width: 1170px) {
    .cd-popup-container {
      margin: 8em auto;
    }
  }

  .cd-buttons {
    width: fit-content;
    padding: 0 30px;
  }
.old-cost .old-cost-span {
    color: rgb(38, 38, 38);
}
.futury li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: center;
    margin-bottom: 30px;
}
.futury img {
    display: block;
    margin: 0 auto;
}
.futury span {
    font-size: 21px;
    padding: 15px 20px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
}
.futury p {
    font-size: 18px;
    padding: 0 20px;
}

/*block4*//* bizlife_inc */
.b4 {
   background: #f4f4f3;
    padding-bottom: 0;
}
.b4 img {
    display: block;
}
.correct {
    margin-bottom: 34px;
}
.correct li {
    margin: 0 20px 20px;
    background: url("../img/check.png") no-repeat 0 5px;
    padding: 0 0 0 30px;
}

/*block5*//* owmen17 */
.b5 {
    padding: 10px 0 0px;
}

.gallery {
    width: 455px;
    margin: 0 auto 30px;
    border:1px solid #bdbdbd;
}
.char {
    margin: 0 20px 30px;
}
.char li {
    text-align: right;
    margin-bottom: 13px;
    background: url("../img/check2.png") no-repeat 0 center;
    padding-left: 20px;
}
.char p {
    border-bottom: 1px dashed #b3b3b3cc;
    display: block;
}
.char b {
    float: left;
}

.gift {
    background: #333333;
    color:#fff;
    padding-bottom: 20px;
}
.gift h2 {
    color:#ffffff;
}
.gift h2 span {
    color:#fff;
}
.gift img {
    display: block;
    margin-bottom: 25px;
}
.gift .char p {
    border-bottom: 1px dashed #484848;
}
.gift .char li {
    background: url("../img/check.png") no-repeat 0 center;
}
.gift .char {
    margin-bottom: 0;
}

.b6 h2 {
    color: #ffc400;
    margin-top: 20px;
    font-size: 26px;
}

.b6 h2.title span {
    font-size: 36px;
    font-weight: 600;
}
.rev {
   
    width: 440px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 20px 0 40px;
}
.rev img {
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    width: 255px;
    text-align: center;
}
.rev h3 {
    font-size: 18px;
    text-transform: none;
    text-align: center;
    padding: 17px 0 10px;
}
.rev h3 span {
    font-weight: 400;
}
.rev p {
    line-height: 30px;
    padding: 30px 40px;
    text-align: justify;
    font-weight: 300;
    font-size: 19px;
}
/*block7*//* endzeit_____ */
.b7 {
   background: #fff;
}
.b7 .pp {
    text-align: center;
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 40px;
}
.ship {
    margin: 0 20px;
}
.ship li:not(:last-child) {
    margin-bottom: 20px;
}
.ship img {
    display: block;
    float: left;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
}
.ship p b {
    display: block;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
}
.ship p {
    font-size: 14px;
    overflow: hidden;
    padding: 0 0 0 19px;
}


footer {
    text-align: center;
    padding: 40px 0 30px;
}
footer a {
    color:#333;
}

/* .price_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 0 10px;
    position: relative;
} */


/* 
.price_item.old .value {
    font-weight: 600;
    font-size: 38px;
    line-height: 30px;
    text-decoration: line-through;
    color: #000000;
}

.price_item.new .value {
    color: #ff1500;
}

.price_item.new {
    border-radius: 100px;
    border-style: solid;
    padding: 10px 30px;
    margin-top: 15px;
} */

/* .price_item:last-child {
    border: none;
}

.price_item.new .text {
    margin: 0 0 8px;
}
.price_item .text {
    font-size: 14px;
    line-height: 14px;
}

.price_item.new .text span {
    padding: 2px 5px 3px;
    border-radius: 4px;
    background: #ee3737;
    color: #fff;
}

.price_item.new .value {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
} */

.bul {
    color: rgb(57, 74, 226);
    font-size: 30px;
    margin-right: 11px;
}

.bulit {
    display: flex;
    margin-bottom: 10px;
    line-height: 57px;
}

.im-wr {
    padding: 10px;
    background-color: #f2f2f2;
}

.im {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

.im img {
    width: 230px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.im img:nth-child(2n+1) {
    padding-left: 0;
    padding-right: 0;
}

.t:before  {
    display: table;
    content: " ";}

    .tt {
        float: none;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    }

    .des {
        background: #fff;
    }

    .des p {
        font-weight: 300;
        font-size: 24px;
        margin: 0px 20px;
        line-height: 30px;
        text-align: justify;
    }

.reason-list span {
    font-weight: 900;
    font-size: 29px;
    color: rgb(57, 74, 226);
}

.reason-list {
    margin: 0 7px 0 10px;
    font-size: 21px;
}

.reason-list p {
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 25px;
}

.reason-list p:nth-child(odd) {
    background: #175cdb17;
}




.price_block {
    margin: -6px 0 0;
    position: relative;
}

.price_item.old {
    padding: 10px 65px 0 0;
    background: #f0f0f0;
    color: #797979;
    border-bottom: 1px solid #ccc;
}

.price_item {
    float: left;
    width: 50%;
    height: 74px;
    text-align: center;
}

.price_item .text {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 14px;
}

.price_item.old .value {
    text-decoration: line-through;
    font-weight: 400;
    font-size: 46px;
}

.price_item .value {
    font-weight: 700;
    font-size: 36px;
    line-height: 35px;
}

.discount {
    padding: 19px 0 0 46px;
    width: 176px;
    height: 92px;
    background: url('../img/offer2__discount_bg.png') center no-repeat;
    color: #fff;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -88px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    z-index: 999;
}

.discount .text {
    margin: 0 0 5px;
    line-height: 18px;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.discount .value {
    margin: 0 0 0 5px;
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
}

.price_item.new {
    padding: 10px 0 0 65px;
    background: #000000;
    color: #ffc400;
    border-top: 1px solid #000000;
}

.price_item {
    float: left;
    width: 50%;
    height: 74px;
    text-align: center;
}

.price_item.new .value {
    font-weight: 600;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.rev .star {
    width: 130px;
}