

.b1 {
    background-color: #1e1e1e;
    display: flex;
    flex-direction: column;
    min-height: 656px; /* минимальная высота 656px; */
}

.b1-text {
    padding: 20px;
    color: white;
    /* Блок растягивается по высоте контента */
}

.b1 h2 {
    font-size: 25px;
    color: #375fef;
    letter-spacing: 2.4px;
    text-align: center;
    line-height: 48px;
    /* margin-bottom: 20px; */
}

.b1 h2 span {
    color: #fff;
}

.b1-image {
    margin-top: auto; /* прижимаем картинку к низу */
}

.b1-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* заполняет всю ширину */
}
/* .b1 h2{font-size:25px;color:#fff;text-align:center;line-height:36px;padding:0 40px;text-shadow:0 2px 3px rgba(0,0,0,.75);} */
.sale{background:url('../img/support/sprite.png') no-repeat 0 0;width:113px;height:113px;text-align:center;font-size:24px;color:#fff;line-height:39px;text-transform:uppercase;padding:7px 0 0 7px;margin:23px 0 0 327px;}
.sale p{font-size:48px;}
.plus{background:#1e1e1e;color:#fff;padding:12px 0 12px 25px;}
.plus li{display:inline-block;text-transform:uppercase;width:49%;}
.plus li:before{content:'';display:block;background:url('../img/support/sprite.png') no-repeat -175px -93px;width:39px;height:36px;float:left;margin:0 10px 0 0;}
.plus li:last-child:before{background:url('../img/support/sprite.png') no-repeat -124px -96px;width:32px;height:33px;}
.plus p{padding-top:5px;}
.gift{background:url(../img/gift.png) no-repeat 0 0;height:129px;margin-top:-20px;}
.gift-box{background:url(../img/bg_gift.jpg) no-repeat 0 0;height:804px;color:#fff;padding:26px 0 0;}
.gift-box h2{padding:0 30px;}
.gift-box h2 span, .gift-box p b{color:#edb634;}
.gift-box p{line-height:30px;padding:211px 20px 0 20px;text-align:center;color:#e7e7e9;}
.b2{background:#161515;padding:0 0 30px;}
.b3{padding:25px 0 0;}
.b3 h2{color:#375fef;}

.b4 p{line-height:30px;padding:0 20px;text-align:justify;}
.preim{text-align:center;margin-top:30px;}
.preim li{display:inline-block;width:49.5%;vertical-align:top;margin-bottom:30px;}
.preim h3{font-size:18px;margin-bottom:5px;}
.preim p{line-height:24px;text-align:center;padding:0 18px;font-size:15px;}
.preim li:before{content:'';display:block;background:url('../img/support/sprite.png') no-repeat -124px 0;width:74px;height:74px;margin:0 auto 15px;}
.b5{background:url(../img/b2.jpg) no-repeat center top;height:804px;color:#fff;padding:35px 0 0;}
.b5 h2 span{color:#00699f;}
.one-muve{margin-top:41px;}
.one-muve li{font-size:20px;text-transform:uppercase;padding:82px 20px 82px 250px;}
.one-muve li:nth-child(2){padding:82px 251px 82px 27px;}
.b6 {
    padding: 28px 0 30px;
  }
  
  .char {
    width: 100%;
    max-width: 480px;
    display: block;
  }
  
  .char li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    position: relative;
  }
  
  .char-name {
    text-align: left;
    font-weight: bold;
    padding-left: 20px;
  }
  
  .char-value {
    text-align: right;
    padding-right: 10px;
  }
  
  /* Фон для нечетных элементов */
  .char li:nth-child(odd) {
    background: #e5e5e5;
  }
  
  /* Четные элементы - без фона */
  .char li:nth-child(even) {
    background: transparent;
  }
  
  .char li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #3749b5;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
.b7{padding:30px 0;}
.b7 h2{color:#3749b5;}
.reviews{text-align:center;}
.reviews img{margin:0 auto;}
.reviews h3{font-size:24px;margin:20px 0 10px;}
.reviews p{line-height:30px;padding:0 20px;text-align:left;}
.b8{padding:30px 0 0;background:url(../img/support/b3.jpg) no-repeat center top;height:605px;color:#fff;}
.b8 .title{color:#00699f;}
.ship{}
.ship li{padding:18px 20px 23px 259px;}
.ship h3{font-size:18px;margin-bottom:3px;}
.ship p{font-size:14px;}
.footer{text-align:center;padding:40px 0 30px;background:#1e1e1e;}
.footer a{font-size:14px;color:#c7c7c7;}

/* Более заметные кнопки */
.reviews .owl-nav {
    position: absolute;
    top: 13%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.reviews .owl-prev,
.reviews .owl-next {
    /* background: #007bff; */
    color: white;
    border: none;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;

    transition: all 0.3s ease;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 15px;
    font-size: 24px;
    margin: 0 15px;
}

.reviews .owl-prev:hover,
.reviews .owl-next:hover {
    /* background: #0056b3; */
    transform: scale(1.1);
}

.reviews .owl-prev:active,
.reviews .owl-next:active {
    transform: scale(0.95);
}

/* Стили для слайдера картинок */
.image-slider-section {
    padding: 40px 0;
    background: #f8f9fa;
}

.image-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.image-slider .owl-prev,
.image-slider .owl-next {


    border: none;
    padding: 15px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s ease;
    pointer-events: all;
    margin: 0 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-slider .owl-prev:hover,
.image-slider .owl-next:hover {
    transform: scale(1.1);
}

.image-slider .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.image-slider .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.image-slider .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    background: #ddd;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.image-slider .owl-dot.active span {
    transform: scale(1.3);
}



.slide-item {
    background: white;
    overflow: hidden;
    transition: transform 0.3s ease;
}


.slide-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.slide-caption {
    padding: 15px;
    text-align: center;
    font-weight: 500;
    color: #333;
    background: white;
}

/* Адаптивность */
/* @media (max-width: 768px) {
    .image-slider .owl-prev,
    .image-slider .owl-next {
        width: 40px;
        height: 40px;
        padding: 10px;
        font-size: 20px;
        margin: 0 10px;
    }
    
    .slide-item img {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .image-slider .owl-nav {
        display: none;
    }
    
    .slide-item img {
        height: 180px;
    }
} */