
/*.header.fixed{position:fixed;width:100%;top:0;left:0;z-index:99;box-shadow:0 2px 10px rgba(0,0,0,.1);animation:fadeIn 0.4s ease}@keyframes fadeIn{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.center-header{transition:all 0.3s ease;opacity:1}.header.hide-center .center-header{opacity:0;height:0;overflow:hidden;margin:0;padding:0}**/
.news-detail img{float:none;margin:0 0 15px 15px;max-width:50%;}
.btn-callback{height:40px;width:190px;margin-top:21px;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;background:#00468c;border:1px solid #dcdcdc;border-radius:4px;font-weight:600;font-size:12px;letter-spacing:.05em;color:#fff;min-width:130px;padding:3px 7px;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.btn-callback_footer{margin-top:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 0 0 20px}.callback_title{font-size:22px;}.callback{max-width:360px;}.callback form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.inpit-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.inpit-wrapper_title{margin-left:15px;margin-bottom:5px;}.inpit-info{margin-top:22px;}
.buy-one-click:hover{color:#fff;background-color:#00468c}.buy-one-click{border:1px solid #dcdcdc;border-radius:4px;overflow:hidden;white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#000;text-align:center;font-weight:600;font-size:12px;text-transform:uppercase;padding:0 15px;line-height:38px;height:38px;margin:23px 12px 0;cursor:pointer;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.disable-link{pointer-events:none}
.menu-categories__list>li>a {
  font-size: 108%;
  /* Нужный размер */
}
.req::before{content:"*";display:inline-block;color:red;font-size:18px;line-height:14px;vertical-align:bottom}#bonus_summ_display{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media(min-width:577px){#bonus_card_1{margin-right:50%}}@media(max-width:576px){#bonus_summ_display{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.info-user__form.form-user .sh-1{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.info-user__form.form-user .sh-2{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.info-user__form.form-user .sh-3{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.info-user__form.form-user .sh-4{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.info-user__form.form-user .sh-5{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.info-user__form.form-user .sh-6{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.info-user__form.form-user .sh-7{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.info-user__form.form-user .sh-8{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.info-user__form.form-user .sh-9{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}}.favorites-lnk{background:none!important;border:none!important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;margin-left:20px}.favorites-lnk i{font-size:18px}.favorites-heart{color:#000}.favorites-heart-active{color:#df4f4f}.favorites-heart-active{display:none!important}.favorites-heart{display:block!important}.favorites-lnk.fav-active .favorites-heart-active{display:block!important}.favorites-lnk.fav-active .favorites-heart{display:none!important}.favorites-lnk.product{position:absolute;top:13px;right:13px}.favorites-header{position:absolute;font-size:23px;left:-44px;bottom:-51px;color:#00468c}.favorites-header i{color:#00468c}.favorites-header__count{position:absolute;top:7px;right:-7px;font-size:10px;background:#00468c;color:#fff;padding:3px 6px;border-radius:100%}
.favorites-lnk {
 background:none!important;border:none!important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;margin-left:20px;cursor:pointer;
  /* Добавим курсор для кнопки */
}
 .favorites-lnk i{font-size:18px}.favorites-heart{color:#000}.favorites-heart-active{color:#df4f4f}

.favorites-lnk .favorites-heart-active {
  /* Убрал !important, т.к. fav-active более специфичен */
  display: none;
}

.favorites-lnk .favorites-heart {
  /* Убрал !important */
  display: block;
}

.favorites-lnk.fav-active .favorites-heart-active {
  display: block !important;
  /* Оставил !important для переопределения */
}

.favorites-lnk.fav-active .favorites-heart {
  display: none !important;
  /* Оставил !important для переопределения */
}

/* Стили для списка избранных товаров */
.favorites-page-title{margin-bottom:30px;font-size:28px;font-weight:bold}
.favorites-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  /* Адаптивная сетка */
  gap: 20px;
  margin-top: 20px;
}
.favorites-list__item{border:1px solid #e0e0e0;border-radius:8px;padding:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.1);box-shadow:0 2px 5px rgba(0,0,0,.1);-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;-o-transition:box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease,-webkit-box-shadow .3s ease}.favorites-list__item:hover{-webkit-box-shadow:0 4px 10px rgba(0,0,0,.15);box-shadow:0 4px 10px rgba(0,0,0,.15)}.favorites-list__item-image-link{display:block;margin-bottom:15px;text-align:center}
.favorites-list__item-image {
  max-width: 100%;
  height: 200px;
  /* Фиксированная высота для единообразия */
  -o-object-fit: contain;
  object-fit: contain;
  /* Чтобы изображение не искажалось */
  border-radius: 4px;
}
.favorites-list__item-details {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  /* Чтобы детали занимали доступное пространство */
  margin-bottom: 15px;
}
.favorites-list__item-name{font-size:1.1em;font-weight:bold;margin-bottom:10px}.favorites-list__item-name a{text-decoration:none;color:#333;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.favorites-list__item-name a:hover{color:#df4f4f}.favorites-list__item-price{font-size:1.2em;color:#df4f4f;font-weight:bold;margin-bottom:15px}
.favorites-list__item-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  /* Кнопку вправо */
}
.favorites-list__item-del{background-color:#f44336;color:white;border:none;padding:8px 15px;text-align:center;text-decoration:none;display:inline-block;font-size:14px;border-radius:4px;cursor:pointer;-webkit-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease}.favorites-list__item-del:hover{background-color:#d32f2f}

/* .favorites-list__item-del i {
  margin-right: 5px;
} */

.favorites-list__empty-message {
  grid-column: 1 / -1;
  /* Растянуть на всю ширину грида */
 text-align:center;font-size:1.2em;color:#777;padding:40px 20px;background-color:#f9f9f9;border-radius:8px;
}

.fast-view-popup{display:none;max-width:800px!important}.item-product__images{position:relative}.fast-view-btn{background:#003399;color:#fff;padding:10px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:-webkit-max-content;width:-moz-max-content;width:max-content;border-radius:34px;cursor:pointer;-webkit-transition:.2s;-o-transition:.2s;transition:.2s;display:none}.item-product__images:hover .fast-view-btn{display:block}.fast-view-btn:hover{-webkit-transform:translate(-50%,-50%) scale(1.04);-ms-transform:translate(-50%,-50%) scale(1.04);transform:translate(-50%,-50%) scale(1.04);background:#E24B33}.quick-view-container{background-color:#fff;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.quick-view-image-column{-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;padding-right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-image{max-width:100%;height:auto;border-radius:4px;border:1px solid #eee}.quick-view-details-column{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-title{font-size:22px;font-weight:bold;margin-top:0;margin-bottom:10px;color:#333}.product-price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;gap:10px;margin-bottom:10px}.product-price .current-price{font-size:20px;font-weight:bold;color:#e74c3c}.product-price .old-price{font-size:16px;color:#999;text-decoration:line-through;margin-right:5px}.product-sku{font-size:13px;color:#777;margin-bottom:15px}.product-short-description{font-size:14px;line-height:1.5;color:#555;margin-bottom:15px;max-height:130px;overflow-y:auto}.product-variants{margin-bottom:15px}.product-variants label{display:block;margin-bottom:5px;font-size:14px;color:#333}.product-variants select,.product-variants input[type="radio"],.product-variants input[type="checkbox"]{margin-bottom:10px;padding:8px;border:1px solid #ccc;border-radius:4px;font-size:14px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.add-to-cart-button{background-color:#2ecc71;color:white;border:none;padding:10px 18px;text-align:center;text-decoration:none;display:inline-block;font-size:15px;font-weight:bold;border-radius:4px;cursor:pointer;-webkit-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease;margin-bottom:10px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.add-to-cart-button:hover{background-color:#27ae60}.quick-view-container .close-quick-view-button{position:absolute;top:5px;right:10px;background:none;border:none;font-size:24px;font-weight:bold;color:#aaa;cursor:pointer;padding:0;line-height:1;z-index:10}.quick-view-container .close-quick-view-button:hover{color:#333}@media (max-width:600px){.quick-view-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:15px}.quick-view-image-column{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:0;padding-bottom:15px;width:100%;max-height:200px}.product-image{max-height:190px}.quick-view-details-column{width:100%;text-align:center}.product-title{font-size:18px}.product-price{font-size:16px}.product-price .current-price{font-size:18px}.product-price .old-price{font-size:14px}.add-to-cart-button{width:auto;display:inline-block}}

.catalog-slider-init .prev-slick,.catalog-slider-init .next-slick{position:absolute;top:-71px;right:18px;background:#00468c;color:#fff;width:25px;height:25px;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;border-radius:100%;font-size:11px}
.catalog-slider-init .prev-slick{right:48px}

.catalog-slider-init-top .prev-slick, 
.catalog-slider-init-top .next-slick{
	position:absolute;bottom:-5px;right:18px;background:#00468c;
	color:#fff;width:25px;height:25px;
	display:-webkit-box!important;display:-ms-flexbox!important;
	display:flex!important;-webkit-box-align:center;-ms-flex-align:center;
	align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;
	justify-content:center;cursor:pointer;border-radius:100%;font-size:11px;
	z-index:1;
}
.catalog-slider-init-top .prev-slick{right:48px}

.autocomplete-results {
  display: none;
  /* Скрываем по умолчанию */
  position: absolute;
  border: 1px solid #ddd;
  background-color: #fff;
  z-index: 999;
  max-height: 200px;
  overflow-y: auto;
  width: calc(100% - 2px);
  /* Ширина такая же, как у инпута */
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.autocomplete-results ul{list-style:none;padding:0;margin:0}.autocomplete-results li{padding:10px;cursor:pointer;border-bottom:1px solid #eee}.autocomplete-results li:hover{background-color:#f0f0f0}

/* Стили для модального окна (если оно будет отдельно от autocomplete-results) */
.modal {
  display: none;
  /* Скрыто по умолчанию */
  position: fixed;
  /* Позиция по верх всего */
  z-index: 1000;
  /* Высокий z-index */
  left: 0;
  top: 0;
  width: 100%;
  /* Полная ширина */
  height: 100%;
  /* Полная высота */
  overflow: auto;
  /* Включение прокрутки, если нужно */
  background-color: rgba(0, 0, 0, 0.4);
  /* Полупрозрачный фон */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* Центрирование содержимого */
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* Выравнивание сверху */
  padding-top: 50px;
  /* Отступ сверху для содержимого */
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  /* Автоматические поля для центрирования */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Ширина содержимого */
  max-width: 600px;
  /* Максимальная ширина */
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}
.menu__icon .ttw-icon{width:100%;height:100%;color:#014186}.recommend-title{font-weight: 600;font-size: 16px;letter-spacing: .05em;color: #313131;margin-bottom: 20px;}
.close-button{color:#aaa;float:right;font-size:28px;font-weight:bold;cursor:pointer}.close-button:hover,.close-button:focus{color:black;text-decoration:none;cursor:pointer}.counter-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.counter-view i{margin-right:5px}.news-detail__date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0}
/* 18.06.2025 Task: 132448 */
@media screen and (max-width:479px){.content-card__quantity .quantity-product__button{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.content-card__quantity .content-card__btn.btn{min-width:unset}.content-card__quantity .content-card__btn.btn .favorites-lnk{margin-left:10px}}
/* 18.06.2025 END */
/* 18.06.2025 Task: 132259 */
.content-catalog__text h2:not(:first-child),.content-catalog__text h3:not(:first-child),.content-catalog__text h4:not(:first-child),.content-catalog__text h5:not(:first-child),.content-catalog__text h6:not(:first-child){margin-top:.75rem}.content-catalog__text{font-size:1rem}.content-catalog__text p,.content-catalog__text ul,.content-catalog__text ol,.content-catalog__text dl{font-size:inherit}.content-catalog__text ul,.content-catalog__text ol{padding-left:1.25rem}.content-catalog__text ul li{list-style:initial}.content-catalog__text p:not(:last-child),.content-catalog__text ul:not(:last-child),.content-catalog__text ol:not(:last-child){margin-bottom:.5rem}
/* 18.06.2025 END */
.ttw-page-scroll-indicator{position:absolute;z-index:3;top:100%;left:0;right:0;height:5px;width:100%}@media screen and (min-width:576px){.ttw-page-scroll-indicator{position:fixed;z-index:5;top:0}}.ttw-page-scroll-indicator__bar{width:0;height:100%;background-color:#00468c}
.autocomplete-results a img {
    width: 15px;
    float: left;
    margin-right: 10px;
}
.content-catalog__top {
	margin-top: 20px;
}

.quick-view-details-column .product-title {
	letter-spacing: .05em;
}
span.h2 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .05em;
    color: #313131;
    margin-top: .75rem;
    margin-bottom: .5rem;
    line-height: 1.2;
    display: block;
}
.news-detail img {
    float: left;
	margin:15px 15px 15px 0;
}
.product-short-description {
    min-height: 85px;
}
.quantity-product {
    padding-bottom: 50px;
}
.quantity-product__text {
    margin: 0 20px 0 0;
}

.footer__bottom__link {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #fff;
}
.footer__bottom__link:hover {
    text-decoration: none;
    color: #fff;
}
.product-block {
    clear: both;
}
.modal-backdrop {
    z-index: 99;
}
.fancybox-content .btn-primary:disabled {
    background-color: #ddd;
    border-color: #aaa;
    color: #313131;
}