.site-slider .slide {
  position: relative;
}
.gvideo {
        display: block;
    }
/* 2) Позиция цены */
.site-slider .slide .slider-price {
  position: absolute;
  bottom: 36%;
  left: 40%;
  transform: translateX(-50%);
  color: #fff;
  padding: 5px 10px;
  font-size: 32px;
  font-weight: bold;
  border-radius: 4px;
}
.site-slider .slide .slider-price2 {
  position: absolute;
  bottom: 22%;
  left: 44%;
  transform: translateX(-50%);
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  background: rgba(0,0,0,0.9);
  border-radius: 20px;
}
.site-slider .slide .slider-price3 {
  position: absolute;
  bottom: 33%;
  left: 62%;
  transform: translateX(-50%);
  color: #fff;
  padding: 5px 10px;
  font-size: 32px;
  font-weight: bold;
  border-radius: 4px;
}
.site-slider .slide .slider-price4 {
  position: absolute;
  bottom: 22%;
  left: 66%;
  transform: translateX(-50%);
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  background: rgba(0,0,0,0.9);
  border-radius: 20px;
}
@media (max-width: 768px) {
  .site-slider .slide .slider-price {
    bottom: 33%;
    left: 30%;
    font-size: 18px;
  }
  .site-slider .slide .slider-price2 {
     bottom: 20%;
     left: 40%;
     font-size: 10px;
     padding: 5px 10px;
  }
  .site-slider .slide .slider-price3 {
    bottom: 23%;
    left: 60%;
    font-size: 18px;
  }
  .site-slider .slide .slider-price4 {
     bottom: 15%;
     left: 80%;
     font-size: 10px;
     padding: 5px 10px;
  }
}
#mega-menu-mainm-menu {
    display: block !important;
    padding-left:10px;
    padding-right:10px;
}
.mobile-nav__main-menu{
    margin-top:0px !important;
}
.mega-menu-toggle {
    display: none !important;
}
.fzzs {
    font-size: 26px;
}
.mobile-nav {
    padding:0px !important;    
}
.d-flex-c {
    display: flex;
    flex-direction: row;
}
.smnt_z {
        font-size: 26px;
    }
.smnt {
        font-size: 16px;
    }
.smnt2 {
        margin-left: 1.5rem;
    margin-right: 1.5rem;
    }
@media only screen and (min-width: 1024px) {
.credits {
    position: absolute;
    left: auto;
    left: 15px;
    top: 15px;
    padding: 7px 12px;
    background-color: #3F51B5;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}
}
@media only screen and (max-width: 1440px) {
    .smnt_z {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1024px) {
.d-flex-c {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
}
.smnt2 {
        margin-left: 0;
    margin-right: 0;
    }
    .smnt_z {
        font-size: 18px;
    }
}
@media only screen and (max-width: 768px) {
    body {
        padding-top: 0px;
    }
    .smnt {
        font-size: 10px;
    }
    .smnt2 {
        margin-left: 0;
    margin-right: 0;
    }
    .smnt_z {
        font-size: 14px;
    }
    .d-flex-c {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
}
    .site-header__shop {
        display:none;
    }
    .fzzs {
    font-size: 16px;
    }
    .woocommerce ul.products {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    .credits {
        position: absolute;
        left: auto;
        left: 15px;
        top: 15px;
        padding: 2px 5px;
        background-color: #3F51B5;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    }
}
.menu-footer {
  position: fixed;
  padding-top: 3px;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  border-top: 1px solid #e1e1e3;
  z-index: 10;
  background: #fff;
  padding-bottom: var(--safe-area-inset-bottom, 0);
  -webkit-transition: padding-bottom .3s;
  transition: padding-bottom .3s
}

.menu-footer__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.menu-footer__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  color: #999;
  padding: 5px;
  font-size: 10px
}

.menu-footer__control .header__controll-sum {
  top: 4px;
  right: 21px
}

.menu-footer__control span {
  margin-top: -2px
}

.menu-footer__control:hover, .menu-footer__control_active {
  color: #999
}

.menu-footer__control_active-page {
  color: #0e0e0e
}
@media (min-width: 1024px) {
    .menu-footer {
        display: none;
    }
}
.cart-parameter__title-big {
    margin-bottom: 12px;
    font-weight: 700;
}
.cart-parameter__characteristics-dl {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 14px;
    gap: 2px;
}
.cart-parameter__characteristics-dt {
    position: relative;
    color: #7d7d7d;
    width: 50%;
    padding-right: 16px;
}
.cart-parameter__characteristics-dd {
    width: calc(50% - 2px);
}
@media (max-width: 766px) {
    .cart-parameter__characteristics-dt {
        width: calc(100% - 142px);
        margin-top: 0;
    }
}
.cart-parameter__title-big {
    margin-bottom: 12px !important;
    font-weight: 700;
}
.tabs__container {
    padding: 28px 0;
}
.tabs__container dl:not(:last-child) {
    margin-bottom: 8px;
}

.tabs__container dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2px;
}
.tabs__container dl dt {
    position: relative;
    width: calc(100% - 310px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #7d7d7d;
    font-size: 14px;
}
.tabs__container dl dd {
    width: 308px;
    font-size: 14px;
}
.tabs__container dl dt:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    border-bottom: .5px dashed #b9b9b9;
    bottom: 0;
    left: 0;
}
@media (max-width: 1439px) {
    .tabs__container dl dt {
        width: calc(100% - 142px);
    }
}

.container{
    max-width:1440px !important;
}
.term-description p{
    font-size:12px;
}
.term-description h1{
    font-size:18px;
}
.order-total{
    display: none;
}

/* Скрываем оригинальные радиокнопки для этих двух блоков */
ul.wc_payment_methods li.payment_method_cheque input[type="radio"],
ul.wc_payment_methods li.payment_method_bacs input[type="radio"] {
    display: none;
}

/* Стили для блоков с рассрочками */
ul.wc_payment_methods li.payment_method_cheque,
ul.wc_payment_methods li.payment_method_bacs {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
    vertical-align: top;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}

/* Стилизация лейблов с текстом */
ul.wc_payment_methods li.payment_method_cheque label,
ul.wc_payment_methods li.payment_method_bacs label {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

/* Стили для тумблера (выбранный вариант) */
ul.wc_payment_methods li.payment_method_cheque input:checked + label,
ul.wc_payment_methods li.payment_method_bacs input:checked + label {
    background-color: #4CAF50; /* Зеленый для выбранного варианта */
    color: white;
    border-color: #4CAF50;
}

/* Визуальный эффект для тумблеров (переключение) */
ul.wc_payment_methods li.payment_method_cheque label,
ul.wc_payment_methods li.payment_method_bacs label {
    position: relative;
    padding-left: 35px; /* Отступ для тумблера */
}

ul.wc_payment_methods li.payment_method_cheque label::before,
ul.wc_payment_methods li.payment_method_bacs label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ddd;
    transition: all 0.3s;
}

/* Стиль для активного состояния (тумблер включен) */
ul.wc_payment_methods li.payment_method_cheque input:checked + label::before,
ul.wc_payment_methods li.payment_method_bacs input:checked + label::before {
    background-color: #4CAF50;
    left: 100%;
    transform: translateX(-100%) translateY(-50%);
}

/* Обеспечиваем гладкую анимацию переключения */
ul.wc_payment_methods li.payment_method_cheque input,
ul.wc_payment_methods li.payment_method_bacs input {
    display: none;
}

/* Визуальное разделение блоков */
ul.wc_payment_methods li.payment_method_cheque,
ul.wc_payment_methods li.payment_method_bacs {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* При наведении эффект выделения */
ul.wc_payment_methods li.payment_method_cheque:hover,
ul.wc_payment_methods li.payment_method_bacs:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-color: #4CAF50;
}

/* Медиазапросы для адаптивности: на меньших экранах блоки будут расположены один под другим */
@media (max-width: 768px) {
    ul.wc_payment_methods li.payment_method_cheque,
    ul.wc_payment_methods li.payment_method_bacs {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px; /* Отступ между блоками */
    }
}



#srvs.cat-badge a {
    display: block;
    padding: 12px 26px;
    font-size: 15px;
    color: #ffffff;
    border: 1px solid #306ebe;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    background-color: #306ebe;
}
.wpcf7-submit {
    color:black !important;
}
.fee{
    display: none;
}
.product-total{
    display: none;
}
.product_list_widget{
    display: flex;
    flex-direction: column;
}
.product_list_widget picture { 
    display:block;
    width:100px;
}
.product_list_widget a { 
    display: flex !important;
    flex-direction: row;
    color: black !important;
}
.product_list_widget a:hover { 
    background-color: transparent !important;
    -webkit-box-shadow: -1px 1px 15px 6px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -1px 1px 15px 6px rgba(34, 60, 80, 0.2);
    box-shadow: -1px 1px 15px 6px rgba(34, 60, 80, 0.2);
}
.product_list_widget .price-on-credit{
    display:none;
}
.product_list_widget .woocommerce-Price-amount{
    display:none;
}
.grecaptcha-badge{
    display:none;
}
#srvs.cat-badge a:hover {
    color: #000000;
    background-color: #ffffff;
}
#srvs {
    text-align: center;
}
.banki_st a{
	align-self:center;
	padding:1rem;
	height:100%;
	display:flex;
	align-items:center;
}
.rassrochka {
    position: absolute;
    left: auto;
    left: 15px;
    top: 15px;
    padding: 7px 12px;
    background-color: #279c29;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}
.product-category {
    padding:0px;
}
ul.columns-0{
    display:flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.columns-0 > li{
    padding:0px !important;
    padding-left:15px !important;
    padding-right:15px !important;
    border-radius:5px !important;
    margin-top:0px !important;
}
.woocommerce-loop-category__title {
    margin-top:15px !important;
    margin-bottom:15px !important;
    margin-left: 10px !importnat;
    margin-right: 10px !importnat;
}
/*.columns-0{
    display:block !important;
}*/
.mejs-controls {
  display: none !important;
  visibility: hidden !important;
  }
  .wp-video {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.bnn {
        display: none;
    }
.plashki_black {
    margin-left: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.grey_0{
    margin-bottom: 20px;
    flex-basis: 96%;
    background-color: black;
    border-radius: 25px;
    color:#ffffff;
    padding:45px;
    min-height:330px;
    background: url('/wp-content/themes/wp-apple-yug/img/15/main/hero_large.png') no-repeat center center / cover;
}
.grey_0_16{
    margin-bottom: 20px;
    flex-basis: 96%;
    background-color: black;
    border-radius: 25px;
    color:#ffffff;
    padding:45px;
    min-height:330px;
    background: url('/wp-content/themes/wp-apple-yug/img/16/16/16-01.jpg') no-repeat center center / cover;
}
.black_0{
    margin-bottom: 20px;
    flex-basis: 96%;
    background-color: black;
    border-radius: 25px;
    color:#ffffff;
    padding:45px;
}
.black_1{
    margin-bottom: 20px;
    margin-right:20px;
    flex-basis: 62%;
    background-color: black;
    border-radius: 25px;
    color:#ffffff;
}
.grey_1{
    margin-bottom: 20px;
    margin-right:20px;
    flex-basis: 47%;
    background-color: #f5dddd;
    border-radius: 25px;
    color:#000000;
}
.grey_2{
    margin-bottom: 20px;
    flex-basis: 47%;
    background-color: #eef5dd;
    border-radius: 25px;
    color:#000000;
}
.grey_3{
    margin-bottom: 20px;
    flex-basis: 96%;
    background-color: #ddf2f5;
    border-radius: 25px;
    color:#000000;
}
.grey_4{
    margin-bottom: 20px;
    margin-right:20px;
    flex-basis: 62%;
    background-color: black;
    border-radius: 25px;
    color:#000000;
    background: url('/wp-content/themes/wp-apple-yug/img/15/main/iph-15-2x.jpg') no-repeat center center / cover;

}
.grey_5{
    margin-bottom: 20px;
    margin-right:20px;
    flex-basis: 32%;
    background-color: #f5dddd;
    border-radius: 25px;
    color:#000000;
}
.grey_6{
    margin-bottom: 20px;
    margin-right:20px;
    flex-basis: 32%;
    background-color: #f5dddd;
    border-radius: 25px;
    color:#000000;
}
.grey_7{
    margin-bottom: 20px;
    flex-basis: 62%;
    background-color: #eef5dd;
    border-radius: 25px;
    color:#000000;
}
.black_2{
    margin-bottom: 20px;
    flex-basis: 32%;
    background-color: black;
    border-radius: 25px;
    color:#ffffff;
}
.black_3{
    margin-bottom: 20px;
    margin-right:20px;
    flex-basis: 47%;
    background-color: black;
    border-radius: 25px;
    color:#ffffff;
}
.black_4{
    margin-bottom: 20px;
    flex-basis: 47%;
    background-color: black;
    border-radius: 25px;
    color:#ffffff;
}
.black_5{
    margin-bottom: 20px;
    margin-right:20px;
    flex-basis: 47%;
    background-color: black;
    border-radius: 25px;
    color:#000000;
    background: url('/wp-content/themes/wp-apple-yug/img/15/pro-max-5x.jpg') no-repeat center center / cover;

}
.bl_zag_p{
    padding:25px;
    font-size:18px;
    text-align:center;
    margin-bottom:15px;
}
.b30{
    margin-bottom:430px;
}
.bl_zag_p2{
    padding:25px;
    font-size:24px;
    text-align:center;
    margin-bottom:15px;
}
.bl_zag_p3{
    padding:5px;
    font-size:32px;
    text-align:center;
    color:#baaba0;
}
.bl_zag_p4{
    padding:5px;
    font-size:28px;
    text-align:center;
    padding-bottom:15px;
    color:#baaba0;
}
.bl_zag_p9{
    padding:25px;
    font-size:18px;
    text-align:center;
    margin-bottom:15px;
}
.bl_zag{
    font-size:18px;
    text-align:center;
    margin-bottom:15px;
}
.bl_zag_{
    font-size:18px;
    text-align:center;
}
@media only screen and (max-width: 768px){
    .bnn {
        display: block;
    }
    .chaty-channels {
        display:none;
    }
    .grey_1{
    flex-basis: 98%;
    margin-right:0px;
    }
    .grey_2{
    flex-basis: 98%;
    margin-right:0px;
    }
    .grey_3{
    flex-basis: 98%;
    margin-right:0px;
    }
    .grey_4{
    flex-basis: 98%;
    margin-right:0px;
    }
    .grey_5{
    flex-basis: 98%;
    margin-right:0px;
    }
    .grey_6{
    flex-basis: 98%;
    margin-right:0px;
    }
    .grey_7{
    flex-basis: 98%;
    margin-right:0px;
    }
    .black_1{
    flex-basis: 98%;
    margin-right:0px;
    }
    .black_2{
    flex-basis: 98%;
    margin-right:0px;
    }
    .black_3{
    flex-basis: 98%;
    margin-right:0px;
    }
    .black_4{
    flex-basis: 98%;
    margin-right:0px;
    }
    .black_5{
    flex-basis: 98%;
    margin-right:0px;
    }
    .bl_zag_p9{
    padding-bottom:200px;
    }
}
/* Контейнер только для области изображения (не для всей карточки) */
.woocommerce ul.products li.product .thumb-swap{
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1; /* если превью квадратные; иначе, например: 4 / 3 */
}

/* Обе картинки одинакового размера и позиции */
.woocommerce ul.products li.product .thumb-swap__img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .25s ease;
  display: block;
}

/* Вторая скрыта по умолчанию */
.woocommerce ul.products li.product .thumb-swap__img.is-hover{ opacity: 0; }

/* Показываем вторую при наведении на ссылку карточки */
.woocommerce ul.products li.product a:hover .thumb-swap__img.is-hover{ opacity: 1; }
.woocommerce ul.products li.product a:hover .thumb-swap__img.is-primary{ opacity: 0; }
/* Одинаковая «рамка» под картинку в карточке */
.woocommerce ul.products li.product .thumb-swap,
.woocommerce ul.products li.product .thumb-single{
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1; /* смените на 4/3, если у вас не квадратные превью */
}

/* ДВЕ картинки — кладём друг на друга и анимируем */
.woocommerce ul.products li.product .thumb-swap .thumb-swap__img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .25s ease;
  display: block;
}
.woocommerce ul.products li.product .thumb-swap .is-hover{ opacity: 0; }
.woocommerce ul.products li.product a:hover .thumb-swap .is-hover{ opacity: 1; }
.woocommerce ul.products li.product a:hover .thumb-swap .is-primary{ opacity: 0; }

/* ОДНА картинка — обычный блок без подмены */
.woocommerce ul.products li.product .thumb-single .thumb-single__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wpro-pre-order-shop-page {
    display: inline-block;
    margin-top: 8px;
    padding: 4px 10px;
    background: #f5f5f7;       /* светло-серый фон */
    color: #444;               /* тёмно-серый текст */
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;        /* лёгкое скругление */
}
.thumb-swap{
    margin-top:17px;
}
  .ip17p {
    /*--bg: #0b0b0f;*/
    --card: #121216;
    --card-border: #1b1b22;
    --text: #e9e9ee;
    --muted: #9aa0a6;
    --radius: 20px;
    background: var(--bg);
    color: var(--text);
    font-family: system-ui, -apple-system, "Inter", "Manrope", Arial, sans-serif;
    padding: 24px 16px;
  }
  .ip17p__wrap{
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr; /* mobile: 1 в ряд */
    gap: 16px;
  }
  @media (min-width:1024px){
    .ip17p__wrap{ grid-template-columns: repeat(2, 1fr); } /* desktop: 2 в ряд */
  }

  .ip17p__card{
    position: relative;
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0) 60%), var(--card);
    border: 1px solid var(--card-border);
    border-radius: var(--radius);
    padding: 24px 22px 26px;
    min-height: 200px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
    transition: transform .2s ease, border-color .2s ease;
  }
  .ip17p__card:hover{ transform: translateY(-2px); border-color:#2b2b36; }
  .ip17p__card--wide{ grid-column: 1 / -1; }


  .ip17p__icon{
    width: 36px; height: 36px;
    margin-bottom: 14px;
    opacity: .95;
    border-radius: 10px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.04);
  }
  .ip17p__icon svg{ width:100%; height:100%; fill: var(--muted); }
  .ip17p__icon img{ display:block; width:100%; height:100%; object-fit:cover; }

  .ip17p__card--media .ip17p__icon{
    display:block;
    width: calc(100% + 44px);
    height: clamp(160px, 42vw, 260px);
    margin: -24px -22px 16px;
    border-radius: calc(var(--radius) - 2px) calc(var(--radius) - 2px) 0 0;
    background: var(--bg); 
    opacity: 1;
  }
  .ip17p__card--media .ip17p__icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;      
    object-position: center;  
    background: black;
  }

  @media (min-width:1024px){
    .ip17p__card--media .ip17p__icon{
      height: clamp(200px, 22vw, 300px);
    }
  }

  .ip17p__eyebrow{
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
    color: var(--muted);
    margin: 2px 0 4px;
  }
  .ip17p__title{ font-size: 22px; line-height: 1.25; margin: 0 0 8px; font-weight: 700;color: white; }
  .ip17p__text{ font-size: 15px; line-height: 1.5; margin: 0; color: #cfd2d8; }
  .ip17p__big{ font-size: 44px; line-height: 1; font-weight: 800; letter-spacing: -.02em; margin: 2px 0 8px; }
  .ip17p__subtitle{ font-size: 16px; margin: 0; color:#cfd2d8; }
  .ip17p__small{ font-size: 12px; color: var(--muted); }


  .ip17p__spec{
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 8px 0 6px;
  }
  @media (min-width:1024px){
    .ip17p__spec{ grid-template-columns: repeat(3, 1fr); }
  }
  .ip17p__spec-col{
    background: rgba(255,255,255,0.02);
    border: 1px solid var(--card-border);
    border-radius: 14px;
    padding: 16px;
  }
  .ip17p__spec-col h4{ margin: 0 0 8px; font-size: 16px; font-weight: 700; }
  .ip17p__spec-col ul{
    margin: 0; padding-left: 18px;
    color:#cfd2d8; font-size: 14px; line-height: 1.5;
  }
  .ip17p__footnote{ margin: 10px 0 0; font-size: 12px; color: var(--muted); }


  .ip17p img{ max-width:100%; height:auto; }

.ip17p2 {
    /*--bg: #0b0b0f;*/
    --card: #121216;
    --card-border: #1b1b22;
    --text: #e9e9ee;
    --muted: #9aa0a6;
    --radius: 20px;
    background: var(--bg);
    color: var(--text);
    font-family: system-ui, -apple-system, "Inter", "Manrope", Arial, sans-serif;
    padding: 24px 16px;
  }
  .ip17p__wrap2{
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr; /* mobile: 1 в ряд */
    gap: 16px;
  }
  @media (min-width:1024px){
    .ip17p__wrap2{ grid-template-columns: repeat(2, 1fr); } /* desktop: 2 в ряд */
  }

  .ip17p__card2{
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0) 60%), #ffffff;
    border: 1px solid #d6d6d6;
    border-radius: var(--radius);
    padding: 24px 22px 26px;
    min-height: 200px;
    box-shadow: none;
    overflow: hidden;
    transition: transform .2s ease, border-color .2s ease;
  }
  .ip17p__card2:hover{ transform: translateY(-2px); border-color:#d0cfcf;box-shadow: 0 5px 10px rgba(0,0,0,.25); }
  .ip17p__card--wide2{ grid-column: 1 / -1; }


  .ip17p__icon2{
    width: 36px; height: 36px;
    margin-bottom: 14px;
    opacity: .95;
    border-radius: 10px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.04);
  }
  .ip17p__icon2 svg{ width:100%; height:100%; fill: var(--muted); }
  .ip17p__icon2 img{ display:block; width:100%; height:100%; object-fit:cover; }

  .ip17p__card--media2 .ip17p__icon2{
    display:block;
    width: calc(100% + 44px);
    height: clamp(160px, 42vw, 260px);
    margin: -24px -22px 16px;
    border-radius: calc(var(--radius) - 2px) calc(var(--radius) - 2px) 0 0;
    background: var(--bg); 
    opacity: 1;
  }
  .ip17p__card--media2 .ip17p__icon2 img{
    width: 100%;
    height: 100%;
    object-fit: contain;      
    object-position: center;  
    background: #ffffff;
  }

  @media (min-width:1024px){
    .ip17p__card--media2 .ip17p__icon2{
      height: clamp(200px, 22vw, 300px);
    }
  }

  .ip17p__eyebrow2{
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
    color: var(--muted);
    margin: 2px 0 4px;
  }
  .ip17p__title2{ font-size: 22px; line-height: 1.25; margin: 0 0 8px; font-weight: 700;color: black; }
  .ip17p__text2{ font-size: 15px; line-height: 1.5; margin: 0; color: #000000; }
  .ip17p__big2{ font-size: 44px; line-height: 1; font-weight: 800; letter-spacing: -.02em; margin: 2px 0 8px; }
  .ip17p__subtitle2{ font-size: 16px; margin: 0; color:#000000; }
  .ip17p__small2{ font-size: 12px; color: var(--muted); }


  .ip17p__spec2{
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 8px 0 6px;
  }
  @media (min-width:1024px){
    .ip17p__spec2{ grid-template-columns: repeat(3, 1fr); }
  }
  .ip17p__spec-col2{
    background: rgba(255,255,255,0.02);
    border: 1px solid var(--card-border);
    border-radius: 14px;
    padding: 16px;
  }
  .ip17p__spec-col2 h4{ margin: 0 0 8px; font-size: 16px; font-weight: 700; }
  .ip17p__spec-col2 ul{
    margin: 0; padding-left: 18px;
    color:#cfd2d8; font-size: 14px; line-height: 1.5;
  }
  .ip17p__footnote2{ margin: 10px 0 0; font-size: 12px; color: var(--muted); }


  .ip17p2 img{ max-width:100%; height:auto; }
.product_title {
    margin-bottom:6px;
}
.woocommerce .product .entry-summary .product_title {
    font-size: 25px;
    font-weight: 700;
}
.woocommerce .product .entry-summary .price {
    font-size: 26px;
    font-weight: 700;
}
.woocommerce .product .entry-summary .woocommerce-product-details__short-description {
    font-size: 16px;
}
.woocommerce ul.products .product .price {
    margin-bottom: 15px;
    font-weight: 700;
}
.woocommerce ul.products .product h2, .woocommerce ul.products .product .woocommerce-loop-product__title {
    font-weight: 600;
}

/* ==========================================================================
   1. ПРЕМИАЛЬНЫЕ КАРТОЧКИ ТОВАРОВ (APPLE STYLE)
   ========================================================================== */
/* Убираем жесткие рамки, добавляем мягкую тень и скругления */
.woocommerce ul.products .product {
    border: none !important;
    border-radius: 20px !important; /* Большое современное скругление */
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    transition: transform 0.4s ease, box-shadow 0.4s ease !important;
    overflow: hidden;
    padding: 25px 20px !important;
}

/* Плавное поднятие карточки при наведении (эффект левитации) */
.woocommerce ul.products .product:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08) !important;
    z-index: 2;
}

/* Легкое увеличение картинки при наведении */
.woocommerce ul.products .product img {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
.woocommerce ul.products .product:hover img {
    transform: scale(1.05) !important;
}

/* Обновляем цены в карточках (делаем их строже) */
.woocommerce ul.products .product .price {
    font-size: 20px !important;
    color: #1d1d1f !important; /* Фирменный темно-серый Apple */
    margin-top: 10px;
}
.woocommerce ul.products .product .price ins {
    color: #1d1d1f !important; /* Убираем красный цвет с новой цены, делаем премиально черным */
    text-decoration: none;
}
.woocommerce ul.products .product .price del {
    color: #86868b !important;
    font-size: 14px;
    margin-right: 8px;
}

/* ==========================================================================
   2. СОВРЕМЕННЫЕ КНОПКИ (ГРАДИЕНТЫ И ТЕНИ)
   ========================================================================== */
.button, .button.btn-primary, .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.button {
    border-radius: 12px !important; /* Скругленные кнопки */
    font-weight: 600 !important;
    letter-spacing: 0.3px;
    transition: all 0.3s ease !important;
    border: none !important;
}

/* Синие кнопки (основные) */
.button.btn-primary, #robokassa_payment_form a.button.cancel, .button.wc-backward, .cat-badge li.active a, #srvs.cat-badge a {
    background: #0071e3 !important; /* Цвет кнопок с сайта Apple */
    box-shadow: 0 4px 14px rgba(0, 113, 227, 0.3) !important;
}
.button.btn-primary:hover, .cat-badge li.active a:hover, #srvs.cat-badge a:hover {
    background: #0077ed !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 113, 227, 0.4) !important;
    color: #fff !important;
}

/* Красные кнопки (Скидки, купить) */
.button:not(.btn-primary):not(.btn-simple):not(.wc-backward) {
    box-shadow: 0 4px 14px rgba(216, 67, 77, 0.3);
}
.button:not(.btn-primary):not(.btn-simple):not(.wc-backward):hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(216, 67, 77, 0.4);
}

/* ==========================================================================
   4. БЕЙДЖИ И ЯРЛЫКИ (РАССРОЧКА, СКИДКА)
   ========================================================================== */
.woocommerce ul.products .product .onsale, .woocommerce .product .onsale {
    background-color: #ff3b30 !important; /* Яркий системный красный */
    border-radius: 8px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(255, 59, 48, 0.3);
    padding: 6px 12px !important;
}
.credits, .rassrochka {
    border-radius: 8px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ==========================================================================
   5. ВСПЛЫВАЮЩИЕ ОКНА (ПОПАПЫ) И ИНПУТЫ
   ========================================================================== */
.popup {
    border-radius: 20px !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2) !important;
    padding: 40px !important;
}
.popup .input-group input, input, select, textarea {
    border-radius: 12px !important;
    background-color: #f5f5f7 !important;
    border: 1px solid transparent !important;
    transition: all 0.3s ease;
    padding: 12px 15px !important;
}
.popup .input-group input:focus, input:focus, textarea:focus {
    background-color: #ffffff !important;
    border-color: #0071e3 !important;
    box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.1) !important;
}

/* ==========================================================================
   6. ПЛАШКИ КАТЕГОРИЙ (БЛОК "ВСЕ НОВИНКИ" И ПР.)
   ========================================================================== */
.cat-badge a {
    border-radius: 12px !important;
    border: none !important;
    background: #f5f5f7;
    font-weight: 500;
    transition: all 0.3s ease;
}
.cat-badge a:hover {
    background: #e5e5ea !important;
    transform: scale(1.02);
}
/* ==========================================================================
   7. СТРАНИЦА ОДНОГО ТОВАРА (SINGLE PRODUCT)
   ========================================================================== */
/* Заголовок товара */
.woocommerce .product .entry-summary .product_title {
    font-size: 32px !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px;
    color: #1d1d1f;
    line-height: 1.2;
    margin-bottom: 15px;
}

/* Цена на странице товара */
.woocommerce .product .entry-summary .price {
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #1d1d1f !important;
    margin-bottom: 25px;
}
.woocommerce .product .entry-summary .price ins {
    text-decoration: none;
    color: #1d1d1f !important;
}
.woocommerce .product .entry-summary .price del {
    font-size: 18px !important;
    color: #86868b !important;
    margin-right: 12px;
}

/* Краткое описание */
.woocommerce .product .entry-summary .woocommerce-product-details__short-description {
    font-size: 16px;
    line-height: 1.6;
    color: #515154;
    margin-bottom: 30px;
}

/* Галерея товара (фотографии) */
.woocommerce .product .woocommerce-product-gallery {
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    padding: 20px;
    border: 1px solid #f5f5f7;
}
.woocommerce .product .woocommerce-product-gallery .flex-control-thumbs li img {
    border-radius: 8px;
    transition: all 0.3s ease;
}
.woocommerce .product .woocommerce-product-gallery .flex-control-thumbs li img:hover,
.woocommerce .product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1;
    box-shadow: 0 0 0 2px #0071e3; /* Синяя обводка у активной миниатюры */
}

/* Форма добавления в корзину и вариации */
.woocommerce .product .entry-summary form.cart {
    border-top: 1px solid #e5e5ea;
    padding-top: 25px;
    margin-top: 25px;
}
.woocommerce .product .entry-summary .variations label {
    font-weight: 600;
    color: #1d1d1f;
    font-size: 15px;
}
.woocommerce .product .entry-summary .variations select {
    width: 100%;
    max-width: 300px;
    border-radius: 12px !important;
    background-color: #f5f5f7 !important;
    border: 1px solid transparent !important;
    padding: 12px 15px !important;
    font-size: 15px;
    font-weight: 500;
    color: #1d1d1f;
    cursor: pointer;
    transition: all 0.3s ease;
}
.woocommerce .product .entry-summary .variations select:focus {
    background-color: #ffffff !important;
    border-color: #0071e3 !important;
    box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.1) !important;
    outline: none;
}

/* Инпут количества */
.woocommerce .product .entry-summary .quantity input.qty {
    border-radius: 10px !important;
    background-color: #f5f5f7 !important;
    border: 1px solid transparent !important;
    padding: 14px !important;
    font-size: 16px;
    font-weight: 600;
    height: 52px;
}

/* Кнопка В корзину */
.woocommerce .product .entry-summary .single_add_to_cart_button {
    border-radius: 12px !important;
    padding: 14px 35px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    background: #0071e3 !important;
    box-shadow: 0 4px 14px rgba(0, 113, 227, 0.3) !important;
    color: #ffffff !important;
    height: 52px;
}
.woocommerce .product .entry-summary .single_add_to_cart_button:hover {
    background: #0077ed !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 113, 227, 0.4) !important;
}

/* Вкладки (Описание, Характеристики, Отзывы) */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 1px solid #e5e5ea !important;
    padding: 0 !important;
    margin: 0 0 30px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 0 12px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none !important; /* Убираем стандартные рамки woo */
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #86868b !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease;
    padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 2px solid #1d1d1f !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #1d1d1f !important;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 20px;
}


/* ==========================================================================
   9. БОКОВОЕ МЕНЮ (САЙДБАР / КАТЕГОРИИ)
   ========================================================================== */
/* Убираем старые рамки и серый фон, делаем стиль бокового меню macOS */
.sidebar ul > li > a {
    background-color: transparent !important;
    border: none !important;
    border-radius: 10px !important;
    color: #1d1d1f !important;
    font-weight: 500 !important;
    padding: 10px 15px !important;
    transition: all 0.2s ease !important;
    font-size: 15px !important;
}
.sidebar ul > li > a:hover {
    background-color: #f5f5f7 !important; /* Легкая серая заливка при наведении */
    color: #0071e3 !important; /* Синий цвет Apple */
}
.sidebar ul > li.current-menu-item > a,
.sidebar ul > li.sidebar-menu-drop > a {
    background-color: #354b62 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(0, 113, 227, 0.2) !important;
}
.sidebar ul > li.current-menu-item > a:after,
.sidebar ul > li.sidebar-menu-drop > a:after {
    color: #ffffff !important;
}

/* ==========================================================================
   10. МОБИЛЬНОЕ НИЖНЕЕ МЕНЮ (TAB BAR В СТИЛЕ IOS)
   ========================================================================== */
.menu-footer {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(15px); /* Эффект размытия как в iOS */
    -webkit-backdrop-filter: blur(15px);
    border-top: 1px solid rgba(0,0,0,0.05) !important;
}
.menu-footer__control {
    color: #86868b !important;
    transition: color 0.3s ease;
}
.menu-footer__control:hover, 
.menu-footer__control_active,
.menu-footer__control_active-page {
    color: #0071e3 !important;
}
.menu-footer__control svg, 
.menu-footer__control img {
    opacity: 0.6;
    transition: all 0.3s ease;
}
.menu-footer__control:hover svg, 
.menu-footer__control:hover img,
.menu-footer__control_active svg,
.menu-footer__control_active img {
    opacity: 1; /* Делаем иконку ярче */
    filter: brightness(0) saturate(100%) invert(31%) sepia(91%) saturate(2311%) hue-rotate(194deg) brightness(96%) contrast(101%); /* Хак для перекраски черного SVG/IMG в синий Apple */
}
.slick-list {
    border-radius:20px;
}
.mega-menu-wrap {
    background-color: transparent !important;
}

/* ==========================================================================
   8. ГЛАВНОЕ МЕНЮ И НАВИГАЦИЯ (MAX MEGA MENU & FIBOSEARCH)
   ========================================================================== */
/* Главная панель навигации (Глубокий, приглушенный темно-синий) */
.site-nav {
    background-color: rgba(18, 43, 70, 0.85) !important; /* Полупрозрачный Midnight Blue */
    backdrop-filter: blur(15px); /* Эффект матового стекла Apple */
    -webkit-backdrop-filter: blur(15px);
    padding: 5px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important; /* Легкий блик по нижнему краю */
    position: sticky !important; /* Меню "прилипает" к верху при прокрутке */
    top: 0 !important;
    z-index: 999 !important;
}
/* Переопределяем стили Mega Menu ТОЛЬКО для ссылок 1-го уровня */
#mega-menu-wrap-mainm-menu #mega-menu-mainm-menu {
    background: transparent !important;
}
#mega-menu-wrap-mainm-menu #mega-menu-mainm-menu > li.mega-menu-item {
    margin: 0 4px !important; 
}
#mega-menu-wrap-mainm-menu #mega-menu-mainm-menu > li.mega-menu-item > a.mega-menu-link {
    color: #ffffff !important; 
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 0.3px;
    transition: all 0.3s ease !important;
    background: transparent !important;
}

/* Эффект наведения и АКТИВНЫЙ пункт меню (плавное затухание) */
#mega-menu-wrap-mainm-menu #mega-menu-mainm-menu > li.mega-menu-item:hover > a.mega-menu-link,
#mega-menu-wrap-mainm-menu #mega-menu-mainm-menu > li.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-mainm-menu #mega-menu-mainm-menu > li.mega-current-product-ancestor > a.mega-menu-link,
#mega-menu-wrap-mainm-menu #mega-menu-mainm-menu > li.mega-current-menu-ancestor > a.mega-menu-link {
    color: #ffffff !important;
    background-color: transparent !important;
    opacity: 0.7 !important; 
}

/* Индикатор выпадающего списка (стрелочка вниз) верхнего уровня */
#mega-menu-wrap-mainm-menu #mega-menu-mainm-menu > li.mega-menu-item > a.mega-menu-link .mega-indicator {
    display: none !important; 
}

/* --- ВЫПАДАЮЩЕЕ ПОДМЕНЮ (Mega Menu Dropdown) --- */
/* Делаем панель подменю в стиле карточек Apple (белая с мягкой тенью) */
#mega-menu-wrap-mainm-menu #mega-menu-mainm-menu > li.mega-menu-item > ul.mega-sub-menu {
    background-color: #ffffff !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
    padding: 12px 16px !important; /* УМЕНЬШЕНО: Внешние отступы внутри белой плашки */
    border: 1px solid #f5f5f7 !important;
    margin-top: 5px !important; 
}

/* Ссылки внутри выпадающего меню (уменьшаем вертикальные отступы) */
#mega-menu-wrap-mainm-menu #mega-menu-mainm-menu ul.mega-sub-menu a.mega-menu-link {
    color: #1d1d1f !important;
    font-size: 14px !important; /* УМЕНЬШЕНО: Шрифт чуть меньше для компактности */
    padding: 4px 12px !important; /* УМЕНЬШЕНО: Вертикальный отступ (было 8px) */
    line-height: 1.4 !important; /* Делаем строки плотнее */
    transition: all 0.2s ease !important;
    background: transparent !important;
    border-radius: 6px !important;
    margin-bottom: 2px !important; /* Минимальное расстояние между ссылками */
}

/* Наведение на ссылки внутри подменю */
#mega-menu-wrap-mainm-menu #mega-menu-mainm-menu ul.mega-sub-menu a.mega-menu-link:hover {
    color: #122b46 !important; /* Темно-синий цвет при наведении */
    background-color: #f5f5f7 !important; 
}

/* Оформляем поиск FiboSearch в шапке */
.site-nav .site-search .dgwt-wcas-search-input {
    background-color: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px !important;
    color: #fff !important;
    height: 40px !important;
    padding: 0 40px 0 15px !important;
    box-shadow: none !important;
}
.site-nav .site-search .dgwt-wcas-search-input::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}
.site-nav .site-search .dgwt-wcas-search-input:focus {
    background-color: #ffffff !important;
    color: #1d1d1f !important;
    border-color: #ffffff !important;
}
.site-nav .site-search .dgwt-wcas-search-input:focus::placeholder {
    color: #1d1d1f !important;
}
/* Иконка лупы в FiboSearch */
.site-nav .site-search .dgwt-wcas-search-submit {
    background: transparent !important;
    border: none !important;
}
.site-nav .site-search .dgwt-wcas-search-submit svg {
    fill: #ffffff !important;
    opacity: 0.8;
}
.site-nav .site-search .dgwt-wcas-search-input:focus ~ .dgwt-wcas-search-submit svg {
    fill: #1d1d1f !important; 
}
/* ==========================================================================
   12. ШАПКА САЙТА (HEADER / TOP BAR)
   ========================================================================== */
/* Главный контейнер шапки */
.site-header {
    background-color: #ffffff !important;
    padding: 25px 0 !important; /* Больше воздуха сверху и снизу */
    border-bottom: none !important; /* Убираем возможные старые серые линии */
}

/* Очистка ссылок в шапке от старых стилей подчеркивания */
.site-header a {
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

/* Телефоны в шапке (Крупные, строгие, как заголовки) */
.site-header__phone a {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1d1d1f !important;
    letter-spacing: -0.5px;
}
.site-header__phone a:hover {
    color: #0071e3 !important; /* Фирменный синий при наведении */
}

/* Подписи (время работы, "заказать звонок") */
.site-header__work,
.site-header .top-line-register a {
    font-size: 13px !important;
    color: #86868b !important;
    font-weight: 500 !important;
    margin-top: 4px;
}
.site-header .top-line-register a:hover {
    color: #1d1d1f !important;
}

/* Иконки в шапке (Корзина, Профиль, Избранное) */
.site-header .header-icons {
    display: flex;
    align-items: center;
    gap: 20px; /* Равномерный отступ между иконками */
}
.site-header .header-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d1d1f !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

/* Увеличиваем иконки и добавляем hover-эффект (микро-взаимодействие) */
.site-header .header-icon svg,
.site-header .header-icon i {
    font-size: 22px !important; /* Размер иконок FontAwesome / SVG */
    transition: transform 0.3s ease, color 0.3s ease !important;
}
.site-header .header-icon:hover {
    color: #0071e3 !important;
}
.site-header .header-icon:hover svg,
.site-header .header-icon:hover i {
    transform: scale(1.1) !important; /* Легкое увеличение иконки при наведении */
}

/* Логотип */
.site-header .logo img {
    transition: opacity 0.3s ease !important;
    max-height: 45px !important; /* Ограничиваем высоту, чтобы логотип был аккуратным */
    width: auto !important;
}
.site-header .logo:hover img {
    opacity: 0.8 !important;
}
/* ==========================================================================
   13. МОБИЛЬНОЕ МЕНЮ (БОКОВАЯ ПАНЕЛЬ)
   ========================================================================== */
/* Главный фон меню (перебиваем инлайн-стили #222) */
.mobile-nav {
    background-color: rgba(29, 29, 31, 0.95) !important; /* Темный премиальный фон Apple */
    backdrop-filter: blur(20px) !important; /* Размытие как в iOS */
    -webkit-backdrop-filter: blur(20px) !important;
    box-shadow: 5px 0 30px rgba(0,0,0,0.3) !important;
}

/* Заголовок "Каталог" */
.mobile-nav > div:first-child {
    background-color: transparent !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 25px 20px 20px !important;
}

/* Кнопка закрытия (Крестик) */
.mobile-nav .menu-close {
    font-size: 40px !important;
    line-height: 1 !important;
    top: 15px !important;
    right: 20px !important;
    color: #86868b !important;
    transition: all 0.3s ease !important;
}
.mobile-nav .menu-close:hover {
    color: #ffffff !important;
    transform: rotate(90deg) scale(1.1);
}

/* Ссылки главного уровня (Apple iPhone, Samsung и т.д.) */
.mobile-nav .mega-menu-link {
    color: #f5f5f7 !important;
    font-size: 18px !important;
    padding: 16px 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    background: transparent !important;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

/* Выпадающие подменю внутри мобилки */
.mobile-nav .mega-sub-menu {
    
    padding: 10px 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
    animation: none !important; /* Убираем десктопную анимацию */
}

/* Ссылки внутри подменю (модели телефонов) */
.mobile-nav .mega-sub-menu .mega-menu-link {
    font-size: 15px !important;
    color: #86868b !important; /* Серый текст для подкатегорий */
    padding: 10px 20px 10px 40px !important; /* Сдвигаем вправо для иерархии */
    border-bottom: none !important;
}

/* Наведение на пункты в мобильном меню */
.mobile-nav .mega-menu-link:hover,
.mobile-nav .mega-menu-link:active {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
}

.mobile-nav .mega-indicator {
    opacity: 0.5;
    font-size: 14px;
}
.mobile-nav__marketing {
    margin-top: auto; 
    padding: 0px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.mobile-nav__messengers {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.mobile-nav__messengers a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff !important;
    text-decoration: none;
    transition: transform 0.2s ease;
}
.mobile-nav__messengers .btn-wa { background-color: #25D366; } /* Цвет WhatsApp */
.mobile-nav__messengers .btn-tg { background-color: #0088cc; } /* Цвет Telegram */
.mobile-nav__messengers a:active { transform: scale(0.96); }

.mobile-nav__promo {
    display: block; 
    text-decoration: none !important;
    background: linear-gradient(135deg, rgba(0, 113, 227, 0.15), rgba(0, 113, 227, 0.02));
    border: 1px solid rgba(0, 113, 227, 0.4);
    border-radius: 14px;
    padding: 16px;
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
.mobile-nav__promo:hover, 
.mobile-nav__promo:active {
    background: linear-gradient(135deg, rgba(0, 113, 227, 0.25), rgba(0, 113, 227, 0.05));
    transform: scale(0.98); /* Эффект физического нажатия */
}
.mobile-nav__promo span {
    display: block;
    color: #4da2ff; /* Светло-синий для темного фона */
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 4px;
}
.mobile-nav__promo small {
    color: #a1a1a6;
    font-size: 13px;
    display: block;
}

.mobile-nav__trust {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.mobile-nav__trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #f5f5f7;
    font-size: 14px;
    font-weight: 500;
}
.mobile-nav__trust-item i, 
.mobile-nav__trust-item svg {
    color: #4da2ff;
    font-size: 18px;
}
/* ==========================================================================
   14. МОБИЛЬНАЯ ШАПКА САЙТА (MOBILE HEADER)
   ========================================================================== */
@media (max-width: 991px) {
    .gvideo {
        display: none;
    }
    .site-header {
        position: sticky !important;
        top: 0 !important;
        z-index: 999 !important;
        background-color: rgba(255, 255, 255, 0.85) !important;
        backdrop-filter: blur(15px) !important;
        -webkit-backdrop-filter: blur(15px) !important;
        padding: 10px 0 !important; /* Уменьшаем высоту для компактности */
        border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
        box-shadow: 0 4px 20px rgba(0,0,0,0.02) !important;
    }

    .site-header .container > .flex-container,
    .site-header .container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        gap: 15px;
    }

    .site-header .logo img {
        max-height: 32px !important;
        margin-bottom: 0 !important;
    }

    .site-header__work,
    .site-header__phone span {
        display: none !important;
    }

    .site-header__phone a {
        font-size: 0 !important; 
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #f5f5f7 !important; 
        transition: all 0.2s ease;
    }
    .site-header__phone a:active {
        background-color: #e5e5ea !important;
        transform: scale(0.92);
    }
    .site-header__phone a::before {
        content: "\f095"; 
        font-family: "FontAwesome";
        font-size: 20px !important;
        color: #1d1d1f !important;
    }

    .site-header .header-icons {
        gap: 10px !important;
    }

    .site-nav {
        display: none !important;
    }
}
/* ==========================================================================
   Стили для Яндекс Карт (перенесены из header.php)
   ========================================================================== */
.YMaps {
    position: relative;
}

.YMaps .oi_yamaps_author_link {
    position: absolute;
    bottom: 9px; 
    right: 330px; 
    z-index: 999;
    padding: 0;
    display: table !important;
    line-height: 12px;
    text-decoration: underline !important;
    white-space: nowrap !important;
    font-family: Verdana, serif !important;
    font-size: 10px !important;
    padding-left: 2px !important;
    color: #000 !important;
    background-color: rgba(255, 255, 255, 0.7) !important;
    border: none;
}

.site-search {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.sticky-cart-only {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

body.is-scrolled .sticky-cart-only {
    opacity: 1;
    visibility: visible;
}

.sticky-cart-only .site-header__shop-img {
    filter: brightness(0) invert(1) !important;
    width: 22px !important;
}

body.is-scrolled .site-header .shop-cart-icon {
    opacity: 0 !important;
    pointer-events: none;
}
.woocommerce-cart table.cart .quantity input.qty {
    padding: 7px !important;
}
  .seo-specs-table {
    width: 100%;
    border-collapse: collapse;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 30px;
  }
  .seo-specs-table th, 
  .seo-specs-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #eaeaea;
    text-align: left;
    vertical-align: top;
  }
  .seo-specs-table th {
    width: 40%;
    font-weight: 600;
    color: #555;
  }
  .seo-specs-table td {
    width: 60%;
  }
  .seo-specs-table tr.section-header th {
    background-color: #f2fcff;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    padding-top: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ddd;
  }
  .seo-specs-table ul {
    margin: 0;
    padding-left: 20px;
  }
  .seo-specs-table li {
    margin-bottom: 4px;
  }

  @media screen and (max-width: 600px) {
    .seo-specs-table th, 
    .seo-specs-table td {
      display: block;
      width: 100%;
      padding: 8px 15px;
    }
    .seo-specs-table th {
      border-bottom: none;
      padding-top: 15px;
      color: #777;
      font-size: 13px;
      padding-bottom: 2px;
    }
    .seo-specs-table td {
      padding-top: 0;
      font-weight: 500;
    }
    .seo-specs-table tr.section-header th {
      padding-top: 25px;
      padding-bottom: 10px;
      border-bottom: 2px solid #ddd;
      color: #111;
      font-size: 17px;
    }
  }
  .woocommerce-tabs ul.tabs {
    list-style: none !important;
    padding-left: 0 !important; 
    margin-left: 0 !important;
}
    .s26-rich {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      max-width: 1320px;
      margin: 0 auto;
      padding: 20px;
      color: #1d1d1f;
      background-color: #f5f5f7;
      box-sizing: border-box;
    }

    .s26-rich *, .s26-rich *::before, .s26-rich *::after {
      box-sizing: inherit;
    }

    .s26-promo {
      position: relative;
      border-radius: 24px;
      overflow: hidden;
      margin-bottom: 30px;
      background-color: #e2e3f0; 
    }

    .s26-promo img {
      width: 100%;
      height: auto;
      display: block;
    }

    .s26-promo-content {
      position: absolute;
      top: 50%;
      right: 6%; 
      left: auto;
      transform: translateY(-50%);
      max-width: 460px; 
      color: #ffffff; 
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); 
    }

    .s26-promo-title {
      font-size: 36px;
      line-height: 1.15;
      font-weight: 700;
      margin: 0 0 16px 0;
      letter-spacing: -0.015em;
    }

    .s26-promo-text {
      font-size: 16px;
      line-height: 1.5;
      margin: 0;
      color: rgba(255, 255, 255, 0.9); 
    }

    .s26-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .s26-card {
      background-color: #ffffff;
      border-radius: 20px;
      padding: 24px;
      display: flex;
      flex-direction: column;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .s26-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    }

    .s26-card-img-wrapper {
      margin-bottom: 20px;
      border-radius: 12px;
      overflow: hidden;
      aspect-ratio: 4 / 3;
      background-color: #f5f5f7;
    }

    .s26-card-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .s26-card-title {
      font-size: 20px;
      line-height: 1.3;
      font-weight: 600;
      margin: 0 0 12px 0;
    }

    .s26-card-text {
      font-size: 14px;
      line-height: 1.5;
      color: #86868b;
      margin: 0;
    }

    @media (max-width: 1200px) {
      .s26-promo-content {
        max-width: 400px;
        right: 5%;
      }
      .s26-promo-title {
        font-size: 28px;
        margin-bottom: 12px;
      }
      .s26-promo-text {
        font-size: 15px;
      }
    }

    @media (max-width: 992px) {
      .s26-promo-content {
        max-width: 350px;
      }
      .s26-promo-title {
        font-size: 24px;
        margin-bottom: 8px;
      }
      .s26-promo-text {
        font-size: 14px;
      }
      .s26-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 768px) {
      .s26-promo {
        display: flex;
        flex-direction: column;
        background-color: #f5f5f7;
      }
      
      .s26-promo-content {
        position: relative;
        top: 0;
        right: auto;
        left: 0;
        transform: none;
        max-width: 100%;
        padding: 24px;
        color: #1d1d1f; 
        text-shadow: none;
      }

      .s26-promo-text {
        color: #515154;
      }

      .s26-promo-title {
        font-size: 24px;
        margin-bottom: 12px;
      }

      .s26-promo-text {
        font-size: 14px;
      }
    }

    @media (max-width: 640px) {
      .s26-grid {
        grid-template-columns: 1fr;
        gap: 16px;
      }
      
      .s26-rich {
        padding: 12px;
      }

      .s26-card {
        padding: 16px;
      }
    }
    .s26p-rich {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      max-width: 1320px;
      margin: 0 auto;
      padding: 20px;
      color: #1d1d1f;
      background-color: #f5f5f7;
      box-sizing: border-box;
    }

    .s26p-rich *, .s26p-rich *::before, .s26p-rich *::after {
      box-sizing: inherit;
    }

    .s26p-promo {
      position: relative;
      border-radius: 24px;
      overflow: hidden;
      margin-bottom: 30px;
      background-color: #dbe0eb;
    }

    .s26p-promo img {
      width: 100%;
      height: auto;
      display: block;
    }

    .s26p-promo-content {
      position: absolute;
      top: 50%;
      left: 5%;
      right: auto;
      transform: translateY(-50%);
      max-width: 480px;
      color: #ffffff;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .s26p-promo-title {
      font-size: 34px;
      line-height: 1.2;
      font-weight: 700;
      margin: 0 0 16px 0;
      letter-spacing: -0.015em;
    }

    .s26p-promo-text {
      font-size: 15px;
      line-height: 1.6;
      margin: 0;
    }

    .s26p-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }


    .s26p-grid > br,
    .s26p-grid > p:empty,
    .s26p-grid > div:empty,
    .s26p-grid > span:empty {
      display: none !important;
      margin: 0 !important;
      padding: 0 !important;
      height: 0 !important;
      width: 0 !important;
      border: none !important;
    }

    .s26p-grid > p {
      display: contents !important;
    }

    .s26p-card {
      background-color: #ffffff;
      border-radius: 20px;
      padding: 24px;
      display: flex;
      flex-direction: column;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .s26p-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    }

    .s26p-card-img-wrapper {
      margin-bottom: 20px;
      border-radius: 12px;
      overflow: hidden;
      aspect-ratio: 4 / 3;
      background-color: #f5f5f7;
    }

    .s26p-card-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .s26p-card-title {
      font-size: 20px;
      line-height: 1.3;
      font-weight: 600;
      margin: 0 0 12px 0;
    }

    .s26p-card-text {
      font-size: 14px;
      line-height: 1.5;
      color: #86868b;
      margin: 0;
    }

    @media (max-width: 1200px) {
      .s26p-promo-content {
        max-width: 420px;
        padding: 28px;
      }
      .s26p-promo-title {
        font-size: 28px;
        margin-bottom: 12px;
      }
      .s26p-promo-text {
        font-size: 14px;
      }
    }

    @media (max-width: 992px) {
      .s26p-promo-content {
        max-width: 380px;
        padding: 24px;
        right: 4%;
      }
      .s26p-promo-title {
        font-size: 24px;
        margin-bottom: 10px;
      }
      .s26p-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 768px) {
      .s26p-promo {
        display: flex;
        flex-direction: column;
        background-color: #f5f5f7;
      }
      
      .s26p-promo-content {
        position: relative;
        top: 0;
        right: auto;
        left: 0;
        transform: none;
        max-width: 100%;
        padding: 24px;
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        border: none;
        box-shadow: none;
        color: #1d1d1f;
      }

      .s26p-promo-text {
        color: #515154;
      }

      .s26p-promo-title {
        font-size: 24px;
        margin-bottom: 12px;
      }

      .s26p-promo-text {
        font-size: 14px;
      }
    }

    @media (max-width: 640px) {
      .s26p-grid {
        grid-template-columns: 1fr !important;
        gap: 16px;
      }
      
      .s26p-rich {
        padding: 12px;
      }

      .s26p-card {
        padding: 16px;
      }
    }

    .s26u-rich {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      max-width: 1320px;
      margin: 0 auto;
      padding: 20px;
      color: #1d1d1f;
      background-color: #f5f5f7;
      box-sizing: border-box;
    }

    .s26u-rich *, .s26u-rich *::before, .s26u-rich *::after {
      box-sizing: inherit;
    }

    .s26u-promo {
      position: relative;
      border-radius: 24px;
      overflow: hidden;
      margin-bottom: 30px;
      background-color: #1c1d21; 
    }

    .s26u-promo img {
      width: 100%;
      height: auto;
      display: block;
    }

    .s26u-promo-content {
      position: absolute;
      top: 50%;
      left: 5%;
      right: auto;
      transform: translateY(-50%);
      max-width: 500px;
      color: #ffffff;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background: rgba(15, 15, 18, 0.45);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      padding: 40px;
      border-radius: 24px;
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    }

    .s26u-promo-title {
      font-size: 36px;
      line-height: 1.15;
      font-weight: 700;
      margin: 0 0 16px 0;
      letter-spacing: -0.015em;
      color:#ffffff !important;
    }

    .s26u-promo-text {
      font-size: 15px;
      line-height: 1.6;
      margin: 0;
      color: rgba(255, 255, 255, 0.85);
    }

    .s26u-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .s26u-grid > br,
    .s26u-grid > p:empty,
    .s26u-grid > div:empty,
    .s26u-grid > span:empty {
      display: none !important;
      margin: 0 !important;
      padding: 0 !important;
      height: 0 !important;
      width: 0 !important;
      border: none !important;
    }

    .s26u-grid > p {
      display: contents !important;
    }

    .s26u-card {
      background-color: #ffffff;
      border-radius: 20px;
      padding: 24px;
      display: flex;
      flex-direction: column;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .s26u-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    }

    .s26u-card-img-wrapper {
      margin-bottom: 20px;
      border-radius: 12px;
      overflow: hidden;
      aspect-ratio: 4 / 3;
      background-color: #f5f5f7;
    }

    .s26u-card-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .s26u-card-title {
      font-size: 20px;
      line-height: 1.3;
      font-weight: 600;
      margin: 0 0 12px 0;
    }

    .s26u-card-text {
      font-size: 14px;
      line-height: 1.5;
      color: #86868b;
      margin: 0;
    }

    @media (max-width: 1200px) {
      .s26u-promo-content {
        max-width: 440px;
        padding: 30px;
        right: 4%;
      }
      .s26u-promo-title {
        font-size: 30px;
        margin-bottom: 12px;
      }
      .s26u-promo-text {
        font-size: 14px;
      }
    }

    @media (max-width: 992px) {
      .s26u-promo-content {
        max-width: 380px;
        padding: 24px;
      }
      .s26u-promo-title {
        font-size: 24px;
        margin-bottom: 10px;
        color:#000000 !important;
      }
      .s26u-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    /* Мобильные устройства */
    @media (max-width: 768px) {
      .s26u-promo {
        display: flex;
        flex-direction: column;
        background-color: #f5f5f7;
      }
      
      .s26u-promo-content {
        position: relative;
        top: 0;
        right: auto;
        left: 0;
        transform: none;
        max-width: 100%;
        padding: 24px;
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        border: none;
        box-shadow: none;
        color: #1d1d1f;
      }

      .s26u-promo-text {
        color: #515154;
      }

      .s26u-promo-title {
        font-size: 24px;
        margin-bottom: 12px;
        color:#000000 !important;
      }

      .s26u-promo-text {
        font-size: 14px;
      }
    }

    @media (max-width: 640px) {
      .s26u-grid {
        grid-template-columns: 1fr !important;
        gap: 16px;
      }
      
      .s26u-rich {
        padding: 12px;
      }

      .s26u-card {
        padding: 16px;
      }
    }

    .s25-rich {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      max-width: 1320px;
      margin: 0 auto;
      padding: 20px;
      color: #1d1d1f;
      background-color: #f5f5f7;
      box-sizing: border-box;
    }

    .s25-rich *, .s25-rich *::before, .s25-rich *::after {
      box-sizing: inherit;
    }


    .s25-promo {
      position: relative;
      border-radius: 24px;
      overflow: hidden;
      margin-bottom: 30px;
      background-color: #f5f5f7; 
    }

    .s25-promo img {
      width: 100%;
      height: auto;
      display: block;
    }

    .s25-promo-content {
      position: absolute;
      top: 50%;
      left: 6%; 
      right: auto;
      transform: translateY(-50%);
      max-width: 480px;
      color: #1d1d1f; 
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .s25-promo-title {
      font-size: 38px;
      line-height: 1.15;
      font-weight: 700;
      margin: 0 0 16px 0;
      letter-spacing: -0.015em;
    }

    .s25-promo-text {
      font-size: 16px;
      line-height: 1.5;
      margin: 0;
      color: #3e3e41; 
    }


    .s25-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

   
    .s25-grid > br,
    .s25-grid > p:empty,
    .s25-grid > div:empty,
    .s25-grid > span:empty {
      display: none !important;
      margin: 0 !important;
      padding: 0 !important;
      height: 0 !important;
      width: 0 !important;
      border: none !important;
    }


    .s25-grid > p {
      display: contents !important;
    }

    .s25-card {
      background-color: #ffffff;
      border-radius: 20px;
      padding: 24px;
      display: flex;
      flex-direction: column;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .s25-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    }

    .s25-card-img-wrapper {
      margin-bottom: 20px;
      border-radius: 12px;
      overflow: hidden;
      aspect-ratio: 4 / 3;
      background-color: #f5f5f7;
    }

    .s25-card-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .s25-card-title {
      font-size: 20px;
      line-height: 1.3;
      font-weight: 600;
      margin: 0 0 12px 0;
    }

    .s25-card-text {
      font-size: 14px;
      line-height: 1.5;
      color: #86868b;
      margin: 0;
    }


    @media (max-width: 1200px) {
      .s25-promo-content {
        max-width: 420px;
        left: 5%;
      }
      .s25-promo-title {
        font-size: 30px;
        margin-bottom: 12px;
      }
      .s25-promo-text {
        font-size: 15px;
      }
    }

    @media (max-width: 992px) {
      .s25-promo-content {
        max-width: 350px;
      }
      .s25-promo-title {
        font-size: 24px;
        margin-bottom: 10px;
      }
      .s25-promo-text {
        font-size: 14px;
      }
      .s25-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 768px) {
      .s25-promo {
        display: flex;
        flex-direction: column;
        background-color: #f5f5f7;
      }
      
      .s25-promo-content {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        max-width: 100%;
        padding: 24px;
        color: #1d1d1f;
      }

      .s25-promo-text {
        color: #515154;
      }

      .s25-promo-title {
        font-size: 24px;
        margin-bottom: 12px;
      }

      .s25-promo-text {
        font-size: 14px;
      }
    }

    @media (max-width: 640px) {
      .s25-grid {
        grid-template-columns: 1fr !important;
        gap: 16px;
      }
      
      .s25-rich {
        padding: 12px;
      }

      .s25-card {
        padding: 16px;
      }
    }

    .s25u-rich {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      max-width: 1320px;
      margin: 0 auto;
      padding: 20px;
      color: #1d1d1f;
      background-color: #f5f5f7;
      box-sizing: border-box;
    }

    .s25u-rich *, .s25u-rich *::before, .s25u-rich *::after {
      box-sizing: inherit;
    }


    .s25u-promo {
      position: relative;
      border-radius: 24px;
      overflow: hidden;
      margin-bottom: 30px;
      background-color: #f5f5f7; 
    }

    .s25u-promo img {
      width: 100%;
      height: auto;
      display: block;
    }

    .s25u-promo-content {
      position: absolute;
      top: 50%;
      left: 6%; 
      right: auto;
      transform: translateY(-50%);
      max-width: 480px;
      color: #1d1d1f; 
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .s25u-promo-title {
      font-size: 38px;
      line-height: 1.15;
      font-weight: 700;
      margin: 0 0 16px 0;
      letter-spacing: -0.015em;
    }

    .s25u-promo-text {
      font-size: 16px;
      line-height: 1.5;
      margin: 0;
      color: #3e3e41; 
    }

  
    .s25u-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

   
    .s25u-grid > br,
    .s25u-grid > p:empty,
    .s25u-grid > div:empty,
    .s25u-grid > span:empty {
      display: none !important;
      margin: 0 !important;
      padding: 0 !important;
      height: 0 !important;
      width: 0 !important;
      border: none !important;
    }

   
    .s25u-grid > p {
      display: contents !important;
    }

    .s25u-card {
      background-color: #ffffff;
      border-radius: 20px;
      padding: 24px;
      display: flex;
      flex-direction: column;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .s25u-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    }

    .s25u-card-img-wrapper {
      margin-bottom: 20px;
      border-radius: 12px;
      overflow: hidden;
      aspect-ratio: 4 / 3;
      background-color: #f5f5f7;
    }

    .s25u-card-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .s25u-card-title {
      font-size: 20px;
      line-height: 1.3;
      font-weight: 600;
      margin: 0 0 12px 0;
    }

    .s25u-card-text {
      font-size: 14px;
      line-height: 1.5;
      color: #86868b;
      margin: 0;
    }

 
    @media (max-width: 1200px) {
      .s25u-promo-content {
        max-width: 420px;
        left: 5%;
      }
      .s25u-promo-title {
        font-size: 30px;
        margin-bottom: 12px;
      }
      .s25u-promo-text {
        font-size: 15px;
      }
    }

    @media (max-width: 992px) {
      .s25u-promo-content {
        max-width: 350px;
      }
      .s25u-promo-title {
        font-size: 24px;
        margin-bottom: 10px;
      }
      .s25u-promo-text {
        font-size: 14px;
      }
      .s25u-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

      @media (max-width: 768px) {
      .s25u-promo {
        display: flex;
        flex-direction: column;
        background-color: #f5f5f7;
      }
      
      .s25u-promo-content {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        max-width: 100%;
        padding: 24px;
        color: #1d1d1f;
      }

      .s25u-promo-text {
        color: #515154;
      }

      .s25u-promo-title {
        font-size: 24px;
        margin-bottom: 12px;
      }

      .s25u-promo-text {
        font-size: 14px;
      }
    }

    @media (max-width: 640px) {
      .s25u-grid {
        grid-template-columns: 1fr !important;
        gap: 16px;
      }
      
      .s25u-rich {
        padding: 12px;
      }

      .s25u-card {
        padding: 16px;
      }
    }
    .__jivoMobileButton {
        bottom: 105px !important;
    }

    .main_plash{
        display: block;
    }
     @media (max-width: 768px) {
        .main_plash{
        display: none;
    }

     }

     .slick-prev, .slick-next {
        z-index: 99 !important;
    }