/* base color */

.top-blocks {
    white-space: nowrap
}

.horizontal-menu>li+li {
    margin-left: 27px
}

a {
    color: #1b54b4
}

a:focus, a:hover {
    color: #0e3577
}

/* Bootstrap styles */

.tooltip-inner {
    background-color: #212529
}

/* basic styles */

.btn-buy,
.catalog-button {
    box-shadow: 0 4px 8px rgb(135 135 135 / 20%)
}

#form-currency button.dropdown-toggle, 
#form-language button.dropdown-toggle {
    background: #ffffff;
    border-radius: 3px;
}

.list-informations .li-name {
    color: #999
}

.product-item__heading a:hover,
.product-item__heading a:focus {
    text-decoration: none
}

.swiper-wrapper .product-layout {
    height: auto;
}

.product-item__rating {
    margin-top: 9px
}

.product-item-price-stock {
    flex-wrap: wrap
}

.main-price {
    font-size: 29px
}

.catalog-list .product-item__image a img {
    margin-top: 0;
    margin-bottom: 0
}

.text-empty p {
    font-size: 29px;
    font-weight: 300
}

.review-answer {
    padding: 10px 15px;
    background: rgb(150 202 88 / 6%);
    border: 1px solid rgb(139 195 74 / 64%);
    color: #000;
    font-weight: 500;
    line-height: 24px
}

.fake-checkbox .option-name, 
.fake-radio .option-name {
    border: 1px solid #e8edef;
}

.top-panel__logo img {
    max-height: 63px
}

.contacts-item__comment {
    padding: 15px 20px;
    border-radius: 8px;
    border: 1px solid #ffc107;
    font-size: 15px;
    max-width: 600px;
    background: #fff;
}

.contacts-item__comment:before {
    background: #ffc107;
}

.product-rewards .reward-description h3 {
    font-size: 31px;
    font-weight: 300;
    line-height: 1.2
}

.catalog .additional-сategories {
    padding: 4px;
    margin-left: -4px;
}

.catalog-sections .catalog-section__item {
    background: #ffffff;
    transition: all .3s;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 21%);
}

.header-submenu__col--grey {
    max-height: calc(100vh - 95px)
}

.header-submenu__rightside {
    max-height: calc(100vh - 27px)
}

.header-submenu__col--grey, .header-submenu__rightside {
    overflow-x: hidden;
    overflow-y: auto
}

@media only screen and (min-width: 1200px) {
    .product .main-title {
        font-size: 22px;
        line-height: 1.2
    }
}

.table-list .h3 {
    font-weight: 800
}

.category-section__list {
    padding-bottom: 0
}

.catalog-section__item__title {
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.container-push {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

.counter-style-1 .counter-input {
    border-radius: 12px;
}

@media only screen and (min-width: 992px) {
    .mini-cart>a {
        min-width: 70px;
    }
}

.product-button__container .btn {
    border-radius: 8px;
    width: 40px;
    height: 40px;
}

.header-submenu__col--grey {
    width: 338px;
}

.top-panel__title {
    line-height: 18px;
}

.price-tax {
    padding-bottom: 6px;
    margin-top: -3px;
    font-size: 12px;
    font-weight: 400;
}

.dropdown-menu {
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 18%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 18%);
}

.title-module {
    border-radius: 3px 3px 0 0;
    height: 44px;
}

.toolbar-form__input__title {
    font-size: 13px;
    font-weight: 500;
}

.top-panel__wrapper {
    border-bottom: 1px solid #e7e7e7;
}

.header-nav__catalog__menu {
    padding-top: 15px;
}

.catalog-button span {
    text-transform: uppercase;
    letter-spacing: .05em;
}

.product-item__delay i:active, .product-item__delay i:hover {
    color: #5a5a5a;
}

.accordeon > li > ul {
    padding-left: 8px;
    padding-top: 5px;
}

.contacts-item__title h3 {
    font-size: 22px;
    font-weight: 600;
}

.contacts-item__caption {
    display: flex;
    flex-wrap: wrap;
}

.contacts-item {
    min-width: 20%;
}

.catalog-section__item__count {
    color: #000;
    background: #ffffff;
    font-weight: 800;
}

.top-header {
    margin-bottom: 20px;
}

.add-cart-block button.btn {
    border-radius: 12px;
}

.modal-content {
    border-radius: 20px;
}

.modal-body {
    padding: 40px 48px 48px;
}

.product-item-price-old {
    position: relative;
    text-decoration: none;
}

.product-item-price-old:before {
    background-color: #f1222e;
    border-radius: 20px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    top: 8px;
    -webkit-transform: rotate(172deg);
    -ms-transform: rotate(172deg);
    transform: rotate(172deg);
    width: 100%;
}

.table-list .table-list__item div:first-child {
    color: #999;
}

.contacts-item__row {
    max-width: 200px;
    align-items: baseline;
}

.product-price__main .price-new {
    color: inherit;
}

.product-price__current {
    font-weight: 700;
    font-size: 23px;
}

.top-info__blocks .btn-group>button>strong {
    margin-right: 5px;
}

.product-item-marker,
.card-percent span {
    color: #ffffff;
    line-height: 20px;
    background-color: #ff0000;
/*    transform: rotate(-10deg);*/
    font-weight: 700;
    box-shadow: 2px 3px 0 0px #b30303;
    border-radius: 0;
}

.btn-addtools button:hover, .product-share .dropdown-toggle:hover, .product-share.open .dropdown-toggle {
    border-color: #e5e8eb;
}

.btn-addtools button, .product-share .dropdown-toggle {
    height: auto;
    border: 2px solid #eee;
}

.btn-addtools i {
    font-size: 19px;
    display: inline-block;
}

.btn-addtools button span {
    padding-left: 8px;
    vertical-align: 1px;
}

.btn-addtools button:hover, 
.product-share .dropdown-toggle:hover, 
.product-share.open .dropdown-toggle {
    border-color: #bfc2c5;
}

.product-item__delay {
    padding: 8px;
    border-radius: 50px;
    background: #ffffff;
    cursor: pointer;
    border: 1px solid #ededed;
}

.product-item__delay:hover i {
    color: #5a5a5a;
}

.product-item__delay+.product-item__delay {
    margin-top: 5px;
}

.header-submenu__info {
    flex-direction: column;
}

.header-submenu__image {
    margin-bottom: 15px;
}

.product-right {
    display: flex;
    flex-wrap: wrap;
}

.product-option,
.product-busket {
    flex: 50;
}

.product-item__bg {
    background: #fff;
    border: 1px solid transparent;
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.product-item__image,
.product-item__basket {
    z-index: 2;
}

.product-item__image a img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-item__delay i {
    font-size: 14px;
    color: #999
}

.product-top-info {
    margin-top: 10px;
}

.product-item-price-stock .product-item-price-economy {
    color: gold;
    background: #212529;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
/*    transform: skew(-5deg, 10deg);*/
}

/* Общий стиль блока */
.quality-block {
  background: #f1f1f1;
  padding: 30px 15px 20px;
  text-align: center;
}

.quality-block h2 {
  margin: 0;
  font-size: 28px;
}

/* Контейнер элемента */
.quality-item {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1130px;
  margin: 30px auto 0;
  gap: 20px;
  text-align: left;
}

/* Иконка слева */
.quality-icon img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
}

/* Текст */
.quality-text p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 22px;
}

.quality-text a {
  color: #ec5937;
  font-size: 15px;
  text-decoration: none;
}
/* ---------- Блок 8 причин ---------- */
.reasons-block {
  background: #fafafa;
}

.reasons-block h2 {
  background: #40484f;
  color: #fff;
  padding: 20px 0;
  margin: 0;
  text-align: center;
}

.reasons-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  max-width: 1150px;
  margin: 0 auto;
}

.reasons-list {
  flex: 1 1 45%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.reasons-list li {
  background: #f1f1f1;
  margin-bottom: 10px;
  padding: 15px;
  position: relative;
  font-size: 15px;
  line-height: 1.4em;
  padding-right: 40px;
}

.reasons-list li:nth-child(even) {
  background: #fafafa;
}

.reasons-list span {
  color: #ec5937;
  font-size: 20px;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
}

.reasons-btn {
  text-align: center;
  padding: 20px 0;
}

.reasons-btn a {
  display: inline-block;
  background: #a3b1bc;
  color: #fff;
  padding: 10px 30px;
  border-radius: 2px;
  font-size: 16px;
  text-decoration: none;
}

/* ---------- Блок удобства ---------- */
.comfort-block {
  background: #f1f1f1;
  padding: 20px 15px;
  text-align: center;
}

.comfort-block h2 {
  margin-bottom: 20px;
}

.comfort-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
}

.comfort-item {
  background: #fff;
  box-shadow: rgba(116, 52, 156, 0.3) 1px 2px 10px;
  flex: 1 1 45%;
  padding: 20px;
  text-align: center;
  border-radius: 4px;
  min-height: 200px;
}

.comfort-item p {
   margin-top: 30px;
  font-size: 15px;
  line-height: 1.4em;
}

.comfort-btn {
  padding-top: 20px;
}

.comfort-btn a {
  display: inline-block;
  background: #a3b1bc;
  color: #fff;
  padding: 10px 30px;
  border-radius: 2px;
  font-size: 16px;
  text-decoration: none;
}
/* --- Эксперт диагностики --- */
.expert-block {
  background: #fafafa;
  padding: 30px 15px 20px;
  text-align: center;
}

.expert-block h2 {
  margin-bottom: 30px;
}

.expert-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.expert-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  text-align: left;
}

.expert-item img {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.expert-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.4em;
}

/* --- Как оформить заказ --- */
.order-block {
  background: #f1f1f1;
  padding: 20px 15px;
}

.order-block h2 {
  text-align: center;
  margin-bottom: 20px;
}

.order-steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1090px;
  margin: 0 auto;
}

.order-steps ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1 1 45%;
}

.order-steps li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.4em;
}

.order-steps span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #a3b1bc;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #ec5937;
  font-weight: bold;
}

/* --- CTA финальный блок --- */
.cta-block {
  background: #40484F;
  padding: 30px 15px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.cta-block h2 {
  color: #fff;
  margin-bottom: 15px;
}

.cta-block p {
  margin: 10px 0;
}

.cta-block a {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #ce0200;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  margin-top: 15px;
}

.cta-block a:hover {
  background: #ce0200;
  color: #fff;
}

@media only screen and (max-width: 767px) {
     .expert-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .order-steps {
    flex-direction: column;
  }
  .order-steps ul {
    flex: 1 1 100%;
  }
    #slideshow0 {top: -30px;}
    .h222{line-height: 23px;font-size: 32px;}
    .reasons-list {
    flex: 1 1 100%;
  }
  .comfort-item {
    flex: 1 1 100%;
  }
    .quality-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}

.quality-item {
  flex: 1 1 calc(50% - 10px); /* два в ряд */
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 20px;
}

.quality-item img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.quality-text {
  margin-top: 15px;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
}
    .product-price__current {
        font-size: 15px
    }
    .product-item-price-old {
        font-size: 13px;
        line-height: 16px
    }
    .catalog-section__item__title {
        line-height: 16px;
        font-size: 13px;
        word-break: normal
    }
    .btn-addtools button, 
    .product-share .dropdown-toggle,
    .fake-checkbox .option-name, 
    .fake-radio .option-name,
    .breadcrumb>li {
        font-size: 13px;
    }
    .main-price {
        font-size: 23px;
    }
    .product-right {
        flex-direction: column;
        padding-top: 30px;
    }
    .product .main-title {
        font-size: 18px;
        line-height: 22px;
    }
    .product-item {
        padding: 5px;
    }
}
.form-group.required.marg{margin-left: 10px;}
.prises-text{font-size: 24px;}
.prises-text-rel{font-size: 18px;}
.product-item__container .product-offers.product-stock.not-available{margin-top: 8px;}

@media only screen and (min-width: 768px) {
    .quality-item {
    flex: 1 1 100%; /* на мобильных одна картинка в ряд */
  }
  .quality-text {
    text-align: center;
  }
    .product-item__sku .product-item__text_sku {
        color: #999;
        font-size: 13px
    }
    .product-item__heading {
        font-size: 15px;
        line-height: 22px
    }
    .product-right-block {
        box-shadow: 0 7px 14px rgb(0 22 44 / 16%), 0 0 0 rgb(0 20 40 / 5%);
        border-radius: 16px;
        width: 100%;
    }
    .product-option {
        margin-right: 20px;
    }
    .product-item__bg {
        box-shadow: 0 0 0 transparent;
        display: block;
        transition: all .2s ease;
    }
    .product-grid:hover .product-item__bg {
        border: 1px solid #ededed;
        bottom: -10px;
        box-shadow: 0 0 5px rgb(0 0 0 / 10%);
        left: -10px;
        right: -10px;
        top: -10px;
        z-index: 2;
    }
    .catalog .product-item:hover {
        z-index: 2;
        box-shadow: none;
    }
    .product-item__caption-block {
        padding-top: 10px;
    }
}

.catalog-section .xdstickers_wrapper.position_upleft {
    top: 20px;
    left: 5px;
}

.catalog-section .xdstickers_wrapper.position_upright {
    top: 20px;
    right: 20px;
}

.product-button__container .btn>i {
    font-size: 17px;
}

.brands-new .brand-link {
    margin-bottom: 20px;
}

/* style paginations */

.pagination {
    box-shadow: none;
    display: flex;
    justify-content: center
}

.pagination>li>a, .pagination>li>span {
    font-size: 14px;
    color: #111;
    border: 0;
    float: none;
    font-weight: 500;
    background-color: #fff;
    margin: 0;
    line-height: 100%;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid #ededed
}

.pagination li {
    display: inline-block;
    margin: 5px
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    background: #ccc;
    border-color: #ccc;
}

/* style breadcrumb */

.navigation-content {
    position: relative;
    padding-top: 0;
}

@media (max-width: 1024px) {
    .navigation-content:after {
        content: '';
        display: block;
        position: absolute;
        height: 25px;
        width: 30px;
        left: auto;
        background: linear-gradient(90deg,rgba(255,255,255,0) 0%,#fff 100%);
        z-index: 1;
        top: 0;
        right: 0;
    }
}

.breadcrumb {
    padding-left: 3px;
}

.breadcrumb::-webkit-scrollbar {
    height: 0;
}

/* btn */

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    filter: none
}

/* Extension category */

.list-module-item.active {
    margin: 5px 0 5px 0
}

.list-module__item .list-module__link {
    color: #212529;
    font-size: 14px;
    padding: 0;
    font-weight: 700;
    margin: 20px 0 5px 0;
    max-width: 90%;
    line-height: normal
}

.account-module .list-module__link {
    font-weight: 400;
}

.list-module-item:hover {
    color: #000000;
}

.list-module__item.has-item .list-module__link:after {
    content: "\f3b9";
    font-family: uicons-regular-rounded !important;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 9px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 4px
}

.list-module__item.has-item.slide .list-module__link:after {
    content: "\f374"
}

.list-module__item.has-item.slide > ul {
    display: block
}

@media only screen and (max-width: 991px) {
    .list-module__item .list-module__link {
        font-size: 13px;
        margin: 10px 0;
        word-break: break-all;
        margin-left: -5px
    }
    .list-module__item {
        padding: 0 15px
    }
    .list-module-item {
        padding-top: 0;
        font-size: 13px;
    }
}

.list-module__link:hover {
    opacity: .8
}

.list-module__wrap {
    background: #f5f7f9
}

.list-module-item {
    padding: 3px 0;
    color: #515151
}

.product-item__brand img,
.manufacturer-logo__img img {
    border: 0;
    border-radius: 8px;
    max-width: 110px;
}

.product-item__brand img,
.manufacturer-logo__img img,
.manufacturers .manufacturer-link {
    box-shadow: 0 2px 4px rgb(0 0 0 / 14%);
}

.fake-checkbox input:checked+label .option-name, .fake-radio input:checked+label .option-name {
    border-color: #212529;
    color: #212529;
    background: transparent;
}

/* Accordeon styles */

.accordeon > li > ul {
    display: none
}

.accordeon > li.active > ul {
    display: block
}

/* Custom styles swiper navigation */

.swiper-nav-next,
.swiper-nav-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.swiper-nav-next {
    right: -15px
}

.swiper-nav-prev {
    left: -15px
}

.swiper-button-disabled {
    display: none
}

.navigation-button {
    align-items: center;
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 15%);
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.navigation-button:hover {
    box-shadow: 0 8px 16px rgb(0 0 0 / 21%);
}

@media only screen and (max-width: 767px) {
    .swiper-buttons {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .swiper-extension .product-item {
        padding: 0;
        box-shadow: none;
    }
}

.section-block__horizontal.block1{margin-bottom: 30px;}
.h222{display: inline-block; width: 100%; font-weight: 600; line-height: 40px; font-size: 40px; letter-spacing: -2px; margin-bottom: 5px; color: #212529; text-align: center;}
.promo-banner {
  background: #40484F;
  text-align: center;
  padding: 20px;
  color: #fff;
  margin-bottom: 30px;
}

.promo-title {
  font-size: 26px;
  line-height: 34px;
  margin: 0 0 15px;
}

.promo-wrapper {
  display: flex;
  justify-content: space-between; /* растянем контент */
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap; /* на ПК в одну строку */
  max-width: 1100px; /* ограничим ширину, чтобы не расползался слишком */
  margin: 0 auto; /* центрируем по странице */
  width: 100%;
}

.promo-image img {
  max-width: 300px; /* можно чуть увеличить */
  height: auto;
}

.promo-content {
  flex: 1; /* займет оставшееся место */
  padding: 0 20px;
  text-align: left;
}


.promo-subtitle {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 10px;
}

.promo-text {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 20px;
}

.promo-text span {
  font-size: 20px;
  color: #ce0200;
  font-weight: bold;
}

.promo-btn {
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid #ce0200;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
}

.promo-btn:hover {
  background: #ce0200;
  color: #fff;
}
#common-home #content > div:nth-child(1){margin-bottom: 0px;}
.shipping-selected-text {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
    margin-top: 5px;
}

.shipping-selected-text.active {
    max-height: 500px; /* достаточно для текста */
    opacity: 1;
}
.common-home.home-0 .first-container, .home-2 .content-top .first-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.banners {
    padding-bottom: 40px;
    padding-top: 20px;
}
.banner {
    position: relative;
}


.banner img {
    max-width: 100%;
/*    filter: brightness(0.8);*/
}
.header-submenu__container{display: flex;}
.b-info {
    padding: 20px;
    position: absolute;
    top: 0;
    color: #000;
    background: #e6e6e6ab;
}
.b-info b {
    font-size: 25px;
    color: #00827d;
}
.b-info p {font-size: 15px;}
.banners .bann-btn {
    bottom: 20px;
    left: 20px;
}
.bann-btn.small {
    width: 30px;
    line-height: 30px;
    padding-right: 12px;
}

.bann-btn {
    background: linear-gradient(95deg, rgb(3 189 181) 20%, rgb(2 115 110) 80%);
    width: 50px;
    line-height: 50px;
    text-align: right;
    border-radius: 30px;
    color: white !important;
    transition: width 0.3s;
    padding-right: 20px;
    position: absolute;
    bottom: 60px;
    left: 40px;
    overflow: hidden;
    font-size: 12px;
}
.banner:hover .bann-btn, .bann-btn:hover, .slick-active .bann-btn, .module:hover .bann-btn {
    width: 140px;
}
.banner:hover span, .bann-btn:hover span, .module:hover span {
    left: 20px;
    opacity: 1;
}
.bann-btn span {
    position: absolute;
    top: -1px;
    left: -100%;
    opacity: 0;
    transition: 0.3s;
}
#butik-banner-text0 {
    margin-bottom: 20px;
    display: flex;
    position: relative;
    top: -20px;
}
#butik-banner-text0 .tbanner-box {
    background: #f9f9f9cc;
    padding: 20px 15px;
    overflow: hidden;
    border: 1px solid #fff;
    margin-bottom: 10px;
}
.tbanner-box .tbanner-icon {
    float: left;
    width: 65px;
}
.common-home #butik-banner-text0 .tbanner-content {
    padding-top: 10px;
}
.tbanner-box .tbanner-body .tbanner-content {
    line-height: 15px;
}
.tbanner-box .tbanner-body .tbanner-content .span_h5 {
    font-weight: 600;
    font-size: 12px;
    padding: 0 0 5px 0;
    margin: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    height: 21px;
    overflow: hidden;
}
.text-left {
    text-align: left;
}
.tbanner-box .tbanner-body .tbanner-content p {
    font-size: 12px;
    padding: 0;
    margin: 4px 0 0 0;
    height: 33px;
}
#product-product #butik-banner-text0, #information-information #butik-banner-text0, #product-search #butik-banner-text0, #product-manufacturer #butik-banner-text0{margin-bottom: 0px;    top: 0px;}
.first-container{padding-left: 0px; padding-right: 0px;}
.delivery-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0;
}

.delivery-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 calc(50% - 20px);
  background:#fafafa;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  padding: 20px;
  padding-top: 0px;
  padding-right: 0px;
  transition: transform 0.3s;
}

.delivery-card:hover {
  transform: translateY(-3px);
}

.delivery-text {
  max-width: 55%;
}

.delivery-text .h3 {
  margin: 0 0 15px;
  font-size: 1.4em;
  color: #333;
}

.delivery-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #7c5b43;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s;
}

.delivery-btn:hover {
  background: #436046;
   color: #fff;
}

.delivery-img {
  max-width: 60%;
    max-height: 220px;
    position: relative;
        top: 20px;
}
.h3-text{margin-bottom: 20px;}
/* 📱 Мобильная адаптация */
@media (max-width: 768px) {
    .delivery-card {
    flex: 1 1 100%;
    flex-direction: column;
    text-align: center;
    padding-top: 20px;
  }

  .delivery-text {
    max-width: 100%;
  }

  .delivery-img {
    max-width: 80%;
    margin-top: 15px;
  }
    .footer-column__list-item {
        flex: 2;
    }
    #butik-banner-text0 {
    display: block;
}
.xdstickers_wrapper{padding-right: 20px! important;}
    .pagination{display: block;}
    .top-panel__logo img {
    max-height: 50px;
}
    .first-container{padding-left: 0px; padding-right: 0px;}
    .banner {
    margin-bottom: 30px;
    }
    .banners {
    padding-bottom: 5px;
    padding-top: 5px;
}
    /* Общий контейнер */
.nav-tabs.mobile-scroll {
  display: flex;
  flex-wrap: nowrap;           /* Не переносить строки */
  overflow-x: auto;            /* Горизонтальная прокрутка */
  -webkit-overflow-scrolling: touch; /* Плавная прокрутка на iOS */
  white-space: nowrap;         /* Не переносить текст */
  scrollbar-width: none;       /* Скрыть скролл в Firefox */
}

.nav-tabs.mobile-scroll::-webkit-scrollbar {
  display: none;               /* Скрыть скроллбар в Chrome/Safari */
}

/* Элементы списка */
.nav-tabs.mobile-scroll li {
  flex: 0 0 auto;              /* Не растягивать, не сжимать */
}

/* Ссылки внутри li */
.nav-tabs.mobile-scroll li a {
  display: block;
  padding: 10px 15px;
  white-space: nowrap;
}

   #common-home #content > div:nth-child(1){margin-bottom: 0px;}
    .reasons-block h2{font-size: 22px;}
  .promo-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .promo-content {
    text-align: center;
    padding: 0;
  }

  .promo-title {
    font-size: 22px;
    line-height: 28px;
  }

  .promo-subtitle {
    font-size: 16px;
  }

  .promo-text {
    font-size: 14px;
  }
}

.image-mode-switch{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:15px;
}

.switch-label{
    font-weight:600;
    color:#666;
    text-align: center;
}

.mode-btn{
    border:1px solid #ddd;
    background:#fff;
    padding:6px 14px;
    border-radius:20px;
    cursor:pointer;
    transition:.2s;
    font-size:14px;
}

.mode-btn.active{
        background: #33633c;
    color: #fff;
    border-color: #34623a;
}
.mode-btn .fi-rr-camera:before {font-size: 16px;}
.toolbar-form__switch .mode-btn{border-radius: 5px;}

@media (min-width:768px){
    .image-mode-switch{
        position:fixed;
        top:50%;
        right:15px;
        flex-direction:column;
        background:#fff;
        padding:10px;
        border-radius:12px;
        box-shadow:0 4px 14px rgba(0,0,0,.1);
        z-index:99999999999999999999;
        opacity: 0.5;
        transition: 0.2s;
    }
    .image-mode-switch:hover{
        opacity: 1;
        transition: 0.2s;
    }
    .mode-btn:hover{transform: scale(1.04); transition: 0.3s;}

    .switch-label{
        display:none;
    }
}

/* 📱 моб — снизу */
@media (max-width:767px){
 .mode-btn{
    font-size:13px;
}
    .image-mode-switch1{display:none;}
    .toolbar-form__switch{display:none;}
    .image-mode-switch{
        position:fixed;
        bottom:1px;
        left:40%;
        transform:translateX(-50%);
        background:#fff;
        padding:8px 12px;
        border-radius:30px;
        box-shadow:0 2px 10px rgba(0,0,0,.15);
        z-index:9999999999999999;
    }
}

.featured-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:20px;
}

@media (max-width:768px){
  .featured-grid{
    grid-template-columns:repeat(2,1fr);
    gap:10px;
  }
}