/*block1*//* after_qbici */
.b1 {
    background: #0e0d0d;
    color:rgb(255, 255, 255);
    text-align: center;
    padding: 15px 0;
}
.b1 h1 {
    font-size: 31px;
    color:#ffffff;
    letter-spacing: .51px;
    line-height: 55px;
    font-weight: 600;
    text-transform: none;
}
.b1 h2 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}

.b1.two {
    padding: 15px 20px 20px;
    background-color: #061b2f;
}

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

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

.skidka {
    width: 70px;
    height: 70px;
    border-radius: 3000px;
    background-color: #ff0000;
    position: absolute;
    top: 40px;
    right: 40px;
}

.ski-wrap {
    border: 1px dashed;
    position: absolute;
    top: 35px;
    right: 35px;
    border-radius:50%;
    width: 80px;
    height: 80px;
}

.ski {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 22px 9px 0;
}

.price-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-old {
    margin-right: 30px;
}

.pr {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
}

.pr-old {
    color: #f0e8ee;
    font-size: 25px;
}

.pr-old span {
    text-decoration: line-through;
}

.pr-new {
    color: #fff;
    font-size: 41px;
}


.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;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    margin-left: 7px;
}

.sh-b {
    padding: 1px 7px;
    background: #000;
    color: rgb(255, 196, 0);
    font-size: 18px;
    letter-spacing: 2px;
    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;
    letter-spacing: 0.85px;
}

/*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: 150px;
    text-align: center;
    border-radius: 50%;
}
.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: center;
    font-weight: 300;
    font-size: 19px;
}
/*block7*//* endzeit_____ */
.b7 {
   background: #fff;
}
.b7 .pp {
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    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: 0px 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: #ffc400;
}

.price_item.new {
    background: #000;
    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: #ffffff;
}

.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: 30px 50px;
        line-height: 33px;
    }

.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;
}

.block3 {
    padding: 40px 20px;
}

.block3 h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 30px;
    text-transform: none;
}

.block3 p {
    font-weight: 300;
    font-size: 21px;
    line-height: 30px;
}

.des h2 {
    font-size: 33px;
    text-align: center;
    margin-bottom: 30px;
}

.block3.two {
    background-color: #f5f5f5;
}

.block3.two h2 {
    font-size: 32px;
}

.preim {
    padding: 30px 30px 30px 40px;
}

.preim h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
}

.pr-img {
    padding-bottom: 50px;
}

.preim-block {
    margin-bottom: 40px;
}

.pr-block {
    margin-left: 30px;
}

.preim-block {
    display: flex;
}

.preim-block img {
    width: 50px;
    height: 50px;
}

.pr-h {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
}

.pr-t {
    font-size: 16px;
    font-weight: 300;
}
.b7 {
    padding-top: 50px;
}

.garan {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 30px 40px;
}

.garan h2 {
    font-size: 36px;
    font-weight: 700;
}

.garan .sub {
    font-size: 16px;
    color: #4d4a4a;
    margin: 30px 0;
    font-weight: 700;
    line-height: 30px;
}

.garan img {
    width: 180px;
    margin: 0 auto;
    display: block;
}

.gr-h {
    font-size: 25px;
    font-weight: 700;
    margin: 40px 0 30px;
}

.gr-t {
    font-size: 16px;
    margin-bottom: 40px;
    font-weight: 700;
}

.zakaz {
    background-image: url('../img/bg.jpg');
    padding: 40px 0 50px;
    margin-top: 30px;
}

.zakaz h2 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.zakaz .sub {
    font-weight: 300;
    color: #fff;
    font-size: 20px;
    margin: 20px 20px 30px;
    text-align: center;
}

.vopr {
    background-color: #efefef;
    padding: 40px 20px;
}


.vopr h2 {
    font-size: 34px;
    font-family: 700;
    text-align: center;
}

.vopr .sub {
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    margin: 20px 0 40px;
    line-height: 30px;
}

.vopr-block {
    background-color: #fff;
    padding: 30px 40px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 0px;
}

.vopr-block h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
}

.vopr-block p {
    font-weight: 300;
    font-size: 16px;
}
