

.quote-section__name {

    color: #202a45!important;
}


.prevtext {margin-top: 50px;}


.staninfo {
  font-family: 'San Francisco(SF UI)', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 26px;
  line-height: 40px;
  max-width: 600px;
}




.third-navn .banner__button {
  margin-top: 20px;
  margin-bottom: 10px;
}





/* =========================
   CARD MENU — "дорогой" вариант
   Виньетка #f7f7f7: темнее по бокам, центр чистый (эллипс),
   на hover эллипс расширяется и становится мягче + легкий zoom.
   ========================= */

.card_menu{
   height: 100%;
   padding: 0;
   border: 1px solid rgba(0,0,0,.07);
   border-radius: 0;
   overflow: hidden;
   background: #fff;
   transition: none;
 }

.card_menu a{
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

/* Картинка */
.card_menu .image-container{
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
  }

/* можно включить фикс-пропорцию, если нужно одинаково по сетке
.card_menu .image-container{
  padding-bottom: 66.66%;
}
.card_menu .image-container img{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
*/

.card_menu .image-container img{
    width: 100%;
    height: auto;
    display: block;
    transform: none;
    transition: none;
  }

/* "Дорогая" виньетка:
   1) боковые мягкие шторки (больше по бокам, меньше сверху/снизу)
   2) эллипс-окно в центре (без затемнения)
   3) лёгкий общий тон внизу, чтобы картинка "собиралась" */
.card_menu .image-container::after{
   content: none;
 }

/* Подпись */
.card_menu .card_menu__title{
  font-style: normal;
  font-family: var(--title-font, "Onest"), Onest, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  color: var(--textPrimary, #111827);
  padding: 16px 16px 6px;
  display: block;
  margin: 0;
  min-height: 0;
  background: #fff;
}

.card_menu .card_menu__price{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1ba44c;
  padding: 0 16px 16px;
  display: block;
  margin: 0;
  background: #fff;
  position: relative;
  min-height: 24px;
}

/* hover */
.card_menu:hover{
   transform: none;
   box-shadow: none;
 }

.card_menu:hover .image-container img{
   transform: none;
   filter: none;
 }

/* hover: эллипс БОЛЬШЕ и мягче (центр шире), боковые края чуть спокойнее */
.card_menu:hover .image-container::after{
   content: none;
 }

/* если хочешь сохранить твою инверсию плашки при hover */
.card_menu:hover span{
   color: #2f343c;
   background: #fff;
 }











#vid3d .model-box {margin-top: 20px;}

#shema {padding-top: 20px;}

#color-warning {margin-top: 20px;}

.model-box {
  position:   relative;
  width:      100%;
  height: 0;
  padding-top:   66.6%; /* This is your aspect ratio */ }
  
  
.model {
  position: absolute;
  top:      0;
  left:     0;
  bottom:   0;
  right:    0;
  width:    100%;
  height:   100%
}





.first_page {
  padding: 20px 0 0px 0;
  background: #f7f7f7;
}


.catalog_pod_header {
  padding: 10px 0 40px 0;
  background: #f7f7f7;
}



.catalog_card {
  background: #f7f7f7;
}



.obj3level .catalog_card {
  padding: 10px 0;
  background: #fff;
}



.obj3level .page__container_index {
  padding: 0;
}



.catalog_card .rating-card {
  height: 100%;
  padding: 0px;
  border: 1px solid rgba(0, 0, 0, 0.07);
}



.catalog_card  .rating-card img {

  max-width: 100%;

}


.catalog_card .section-advantages__name {
  margin: 0;
  padding: 0;
  font-family: var(--title-font, "Onest"), Onest, sans-serif;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  word-spacing: normal;
  color: var(--textPrimary, #111827);
  word-break: break-word;
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  display: block;
  max-width: 100%;
}



.catalog_card .rating-section__title {
 color: #2f343c;
}


.catalog_card .section-advantages__text{
 color: #2f343c;
}



#incart {padding: 30px;}





.catalog_card .b-button {
  color: #2f343c !important;
}



.catalog_card .b-button:hover {
  background: #202a45;
  color:#fff!important;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, .3)
}



.catalog_card  .section-advantages__button {
  margin-top: 5px;

}

@media (max-width: 1024px) {
  .catalog_card--all-products .rating-list,
  .catalog_card.first_page .rating-list,
  .catalog_card.catalog_pod_header .rating-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 12px;
  }

  .catalog_card--all-products .rating-card,
  .catalog_card.first_page .rating-card,
  .catalog_card.catalog_pod_header .rating-card {
    display: block;
    height: auto;
    min-height: 0;
  }

  .catalog_card--all-products #incart,
  .catalog_card.first_page #incart,
  .catalog_card.catalog_pod_header #incart {
    padding: 12px 12px 14px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 160px;
  }

  .catalog_card--all-products .section-advantages__name,
  .catalog_card.first_page .section-advantages__name,
  .catalog_card.catalog_pod_header .section-advantages__name {
    font-size: 17px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 8px;
    min-height: calc(1.25em * 3);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .catalog_card--all-products .section-advantages__button,
  .catalog_card.first_page .section-advantages__button,
  .catalog_card.catalog_pod_header .section-advantages__button {
    margin-top: auto;
    padding: 2px 10px;
    height: 44px;
    min-height: 44px;
    max-width: none;
    font-size: 17px;
    line-height: 1.1;
    font-weight: 400;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .third-navn .rating-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 12px;
  }

  .third-navn .card_menu {
    display: block;
    height: auto;
    min-height: 0;
  }

  .third-navn .card_menu .card_menu__title {
    margin: 0 0 8px;
    padding: 12px 12px 0;
    font-family: var(--title-font, "Onest"), Onest, sans-serif;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--textPrimary, #111827);
    min-height: calc(1.25em * 3);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    overflow: hidden;
  }

  .third-navn .card_menu .card_menu__price {
    padding: 0 12px 12px;
  }
}

.third-navn .card_menu .card_menu__title {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
}



.start-steps-item__title .card-name {
  font-weight: 500;
  color: #313640;
  margin-bottom: 15px;
}

/* Related tab: compact product cards grid */
#related .catalog_card .rating-list {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  grid-gap: 10px;
}

#related .catalog_card .rating-card {
  height: auto;
  min-height: 0;
}

#related .catalog_card #incart {
  padding: 10px 10px 12px;
}

#related .catalog_card .section-advantages__name {
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 6px;
}

#related .catalog_card .section-advantages__text {
  font-size: 14px;
  line-height: 1.2;
}

#related .catalog_card .section-advantages__text--has-price {
  color: #1ba44c;
  font-weight: 600;
}

@media (max-width: 1599.98px) {
  #related .catalog_card .rating-list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 1199.98px) {
  #related .catalog_card .rating-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  #related .catalog_card .rating-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.card-name {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.35;
}



.card-name  a {
  color: #202a45;
  text-decoration: none;
  font-weight: 500;
}





.tovar_desc p span, .tovar_info p span {
  border: 1px solid #202a45;
  padding: 5px 15px !important;
  border-radius: 30px;
  line-height: 2.5em;
  white-space: nowrap;
}



.tovar_desc p span:hover, .tovar_info p span:hover {

  background: #202a45;
  color: #fff;

}


.tovar_desc p span.color_0 { color: #fff;}




.cart h5.result_cart_item {
  font-size: 38px;
  color: red;
  padding-top: 10px;
}


.cart h5.result_cart_all {
  font-size: 38px;
  color: #202a45;
  padding-top: 10px;
}


.cart h5.text_itogo {
  font-size: 38px;
  color: rgb(73, 80, 87);
  padding-top: 10px;
}




@media screen and (max-width: 600px) {
	

.cart h5.text_itogo {
display: none;
}
	

}







.cart .form-check .form-check-input {
	
margin-top: 0;


}


.cart #forma_order_x h2 {
	
	margin-top: 20px;
	
	
}




.photo-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



#widget {display:none;}


.widget-avatar {
  width: 5.34722vw;
  height: 5.34722vw;
  }

.widget {

  position: fixed;
  bottom: 1vw;
  right: 1vw;
  z-index: 999999999;
  max-width: 11.80556vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.widget-avatar {
  cursor: pointer;
  position: relative; }
  
  
  
  
  
  .widget-avatar::after {
    position: absolute;
    width: 0.31451vw;
    height: 0.31451vw;
    border-radius: 50%;
    background: #40A45A;
    content: '';
    display: block;
    left: 0.625vw;
    top: 0.55556vw;
    -webkit-animation-name: blink;
            animation-name: blink;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
			
			
			
			
			
	  .online-rachet::after {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #40A45A;
    content: '';
    display: block;
    right: 10px;
    top: 10px;
    -webkit-animation-name: blink;
            animation-name: blink;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
			
		



			
		

@-webkit-keyframes blink {
  50% {
    opacity: 0; } }

@keyframes blink {
  50% {
    opacity: 0; } }







		

.widget-hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }

.widget__close {

  border-radius: 3.47222vw;
  background: #FFF;
  cursor: pointer;
  margin-bottom: 0.90278vw; }
  
  
  
  .widget__close img {
    padding: 5px;

	
	}



.flex-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.widget-block {
  width: 5.34722vw;
  height: 5.34722vw;
  padding-left: 0.78611vw;
  padding-top: 0.78611vw;
  display: block;
  margin-bottom: 0.5vw;
  border-radius: 0.47181vw; }
  

  .widget-block:last-child {
    margin-bottom: 0; }

.widget-blocks {
  margin-bottom: 0.78611vw; }

.widget-block__title {
  color: #FFF;
  font-size: 0.53472vw;
  font-weight: 600;
  line-height: 110%; }

.widget.opened .widget-hidden {
  max-height: 69.44444vw;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out; }
  
  
  
  
  
  
  
  
  
  @media (max-width: 1024px) {
	  
  .widget{
    display: none;
  }
  
  
	  
  }
	  
	  
	  
	 
	 
.numberx {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.numberx[data-aos^="fade"].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

.empty-cart-message {
    text-align: center;
    padding: 40px 0;
    opacity: 0;
    transform: scale(0.8);
}

.empty-cart-message.aos-animate {
    opacity: 1;
    transform: scale(1);
}
	 
	 
	
  /* Кастомизация подсказки */
  .tippy-box[data-theme~='custom'] {
    background: white;
    color: black !important;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    font-family: sans-serif;
    padding: 8px 12px;
	
   z-index: 999999999999 !important; /* Приоритет над плашкой */
    pointer-events: auto; /
	
	
	
  }
  
  
  
  .tippy-box[data-theme~='custom'] .tippy-arrow {
    color: white;
  }


  .tippy-box p  {
	  
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;

	  
  }












  /* Кастомизация подсказки */
  .tippy-box[data-theme~='navy'] {
    background: #202a45;
    color: #fff !important;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    font-family: sans-serif;
    padding: 8px 12px;
  }
  
  
  
  .tippy-box[data-theme~='navy'] .tippy-arrow {
    color: #202a45;
  }


  .tippy-box p  {
	  
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;

	  
  }



/* /garantiya/ */



#gara ul li {
  margin-bottom: 5px!important;
  line-height: 1.75;
  position: relative;
  padding-left: 0 !important;
  list-style-position: inside;
  font-size: 18px;
}


#gara ol li {
  margin-bottom: 5px!important;
  line-height: 1.75;
  position: relative;
  padding-left: 0 !important;
  list-style-position: inside;
  font-size: 18px;
}


#gara h4 {
  margin-top: 20px!important;
  margin-bottom: 20px!important;
}




#gara #zayvka-dileram {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 3%;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  z-index: 6;
  position: relative;
}










/* 1) опускаем сайдбар чуть ниже */
.sidebar_active {
  z-index: 1000 !important;
}

/* 2) backdrop любой модалки (фон) */
.modal-backdrop {
  z-index: 1001 !important;
}

/* 3) сама первая модалка (#myModal) */
#myModal.modal {
  z-index: 1002 !important;
}

/* 4) вторая, «служба контроля» (#control) – чуть выше */
#control.modal {
  z-index: 1003 !important;
}











.cookie-banner {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 9999;
  background: #181818;
  color: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.22);
  max-width: 380px;
  width: 94vw;
  padding: 0;
  animation: fadeIn .45s;
}
@media (max-width:600px){
  .cookie-banner {
    right: 12px;
    bottom: 100px;
    max-width: 98vw;
  }
}



.cookie-banner__content { padding: 32px 28px 20px 28px; }
.cookie-banner__title {
  font-weight: 700;
  font-size: 1.35rem;
  margin-bottom: 15px;
  line-height: 1.2;
}
.cookie-banner__text {
  color: #f1f1f1;
  font-size: 1.01rem;
  margin-bottom: 22px;
  line-height: 1.5;
}
.cookie-banner__text a {
  color: #48a8ff;
  text-decoration: underline;
  transition: color .15s;
}
.cookie-banner__text a:hover { color: #fff; }
.cookie-banner__btn {
  display: block;
  width: 100%;
  background: #0273fd;
  color: #fff;
  font-weight: 500;
  border: none;
  border-radius: 12px;
  font-size: 1.1rem;
  padding: 12px 0;
  cursor: pointer;
  transition: background .15s;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
}
.cookie-banner__btn:hover {
  background: #0350c9;
}
@keyframes fadeIn {
  from { opacity:0; transform: translateY(60px);}
  to   { opacity:1; transform: translateY(0);}
}







.sidebar_city .menu-link.menu-location {color: #fff;}


.sidebar_city { padding: 5px 20px 5px 20px;}





.btn--disabled {
    opacity: 0.8;
    cursor: not-allowed;
}

#errorsend {
    /* Скрыт по умолчанию (управляется JavaScript) */
    display: none;
    /* Основной цвет текста и стили */
    color: #dc3545; /* Красный цвет для ошибок, как в Bootstrap */
    font-size: 0.9em; /* Чуть меньший размер текста для компактности */
    font-weight: 500; /* Средняя жирность для выделения */
    margin-top: 0.5em; /* Отступ сверху, как указано */
    margin-bottom: 1em;
    padding: 0.5em 1em; /* Внутренние отступы для удобства чтения */
    /* Фон и границы */

    /* Позиционирование и выравнивание */
    display: inline-block; /* Чтобы padding и margin работали корректно */
    /* Анимация появления */
    transition: opacity 0.3s ease-in-out; /* Плавное изменение прозрачности */
    opacity: 0; /* Начальная прозрачность (для анимации с JavaScript) */
}

/* Состояние, когда элемент виден (добавляется через JavaScript) */
#errorsend.visible {
    display: block;
    opacity: 1; /* Полная видимость */
}

/* Дополнительный стиль для текста ошибки */
#errorsend:empty {
    display: none; /* Скрывать, если текст пустой */
}




#writing_database label {

  font-weight: 300;
}


#writing_database label a {

  text-decoration: underline;

  
}




.submesto {font-size: 16px; margin:0; padding:0; display: block;  font-weight: normal;}




.contact__btn {
  height: 54px;
  background: #ccc;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  margin-bottom: 0px;
}

.contact__btn span {
  font-family: Onest;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
}

.contact__btn i {
  margin-right: 10px;
}


.contact__btn.blue {
  background: #202a45;
}





.contact__btn.bt-white {
  background: #f7f7f7;
  border: none;
  outline: none;
}



.contact__btn.orange-while {
  background: #C8A33A;
  border: none;
  outline: none;
}



.contact__btn.red{
  background: #F55959;
  border: none;
  outline: none;
}






.js-copy-btn {
  user-select: none;
  cursor: pointer;
}

/* Опционально: при клике добавим небольшой эффект */
.js-copy-btn:active {
  transform: scale(0.98);
}




.maps {
  height: 350px;
}



.openmaps-mobile {
  cursor: pointer;
}




/* Для мобильных устройств */
@media (max-width: 991.98px) {
  .maps {
    height: 250px;
    margin-bottom: 1rem;
  }
}



#maps_modal {
    height: 60vh;
    min-height: 300px;
}


#myModal_maps h4 {font-size: 24px;}






#myModal_maps .modal-header .close {
  margin-top: 7px;
  margin-right: 7px;
}

.modal_maps {cursor: pointer;}









/* ========== Header Phone ========== */
.header-phone {
  font-family: Onest, Helvetica, Arial, sans-serif;
  color: #1d1d3a;
  text-decoration: none;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  text-align: left;
  width: 100%;
  display: block;
}

/* ========== Search Bar ========== */
.search-bar-2 {
  display: flex;
  align-items: stretch;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  overflow: hidden;
}

.search-bar-2 .input-group-text {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #888;
  padding: 0 1rem;
  font-size: 1.1rem;
}

.search-bar-2 .form-control {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  padding-left: 0;
  box-shadow: none;
  border-radius: 0;
}

.search-bar-2 .btn-search2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  margin: 0;
  background: linear-gradient(160deg, #0b2e4f, #1f4f78);
  color: #fff;
  border: 1px solid #2f6ea6;
  border-radius: 0;
  font-weight: 500;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.search-bar-2 .btn-search2:hover {
  background: linear-gradient(160deg, #133a61, #2b6698);
  border-color: #3b7db6;
  color: #fff;
}

.search-bar-2 .btn-search2:focus-visible {
  outline: 2px solid #c8a33a;
  outline-offset: -2px;
  box-shadow: none;
}

.search-bar-2 .btn-search2:active {
  background: #202a45;
  border-color: #202a45;
  color: #fff;
}

/* ========== Search Buttons ========== */
.search-btn {
  box-sizing: border-box;
  padding: 0.4rem 1rem;
  min-width: 60px;
  font-size: 1rem;
  border-radius: 0.5rem;
  border: 2px solid #E0E0E0;
  background-color: #F9F9F9;
  color: #333;
  transition: background-color .1s, border-color .1s, color .1s;
}

.search-btn.active {
  border-color: #1d1d3a;
  background-color: #fff;
  color: #000;
}





.search-btn:hover {
  border-color: #1d1d3a;
  background-color: #fff;
  color: #000;
}





/* более специфичный селектор: */
.btn.search-btn.dropdown-toggle + .dropdown-menu li > a.dropdown-item {
 width: auto; 
  padding: 0.5rem 1rem;

}




/* ========== Search Menu ========== */
.search-menu {
  display: flex;
  width: 100%;
  gap: 0.5rem;
}

.search-menu > .dropdown {
  flex: 1 1 0;
  min-width: 0;
}

.search-menu .dropdown-toggle {
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* uniform height for search and menu buttons */
:root {
  --search-height: 40px;
}

.search-bar-2,
.search-menu .dropdown-toggle {
  height: var(--search-height) !important;
}

/* ========== Search Suggestions ========== */
#naideno a {
  display: block;
  margin: 0.25rem 0;
}

/* ========== Time Block ========== */
.time {
  font-family: Onest, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.time > div {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  color: #33435B;
  line-height: 1;
}

.time > div:last-child {
  margin-bottom: 0;
}

.time .highlight {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}


.time  .highlight {
  color: #C8A33A;
}

/* ========== Userblock ========== */
.userblock {
  padding: 0 !important;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.userblock > div {
  margin-bottom: 14px;
}

.userblock > div:last-child {
  margin-bottom: 0;
}

.userblock a {
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  font-family: Onest, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #1d1d3a;
}

.userblock .icon-header {
  width: 32px;
  height: 32px;
  padding: 2px;
  box-sizing: content-box;
}



.userblock .cart-badge {
  position: absolute;
  top: -4px;
  left: 20px;
  width: 18px;
  height: 18px;
  background-color: #D0021B;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  padding: 0;
}



.search-product-row {
  border: 1px solid #e9e9e9;
  /* padding тут не нужен */
}
.search-product-row:hover {
  background: #f7f7f7;
}











/* Мобильные точнее: до 768px */
@media (max-width: 768px) {
	
	
.search-product-row img {

margin-left: 5px;
  
  
}

  
  
}





/* Обёртка для «лупы» + текста в блоке «Часто ищут» */
.search-history {
  display: inline-flex;      /* выстроить иконку и текст в строку */
  align-items: center;       /* вертикально выровнять по центру */
  gap: 0.5rem;               /* отступ между иконкой и словом */
}

/* (по желанию) немного сузить саму иконку */
.search-history .bi-search {
  font-size: 1.2rem;         /* или ваш размер */
  flex-shrink: 0;
}




/* обнулим стандартные маркеры и отступы ul */
#frequent-searches {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* сделаем каждый li flex-контейнером */
#frequent-searches li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem; /* отступ между строками при желании */
}

/* иконка уже имеет класс me-2 — это gap справа */
#frequent-searches li .bi-search {
  /* можно подкорректировать размер, если нужно */
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* а ссылка займёт остальной space, если потребуется */
#frequent-searches li a {
  color: inherit;
  text-decoration: none;
}








.menu-link {
  color: #232323;
  font-size: 18px;
  text-decoration: none;
  padding-bottom: 2px;
  cursor: pointer;
  transition: color .15s;
}
.menu-link:hover {
  color: #1976d2;
  text-decoration: none;
}





.menu-location__icon {
  vertical-align: middle;
  margin-right: 4px;   /* расстояние между иконкой и текстом */
  position: relative;
  top: -1px;           /* подстрой при необходимости для идеального выравнивания */
}

.menu-link.menu-location {


  color: #fff;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;

}

.menu-link.menu-location:hover {

  color: #fff;
}

.menu-location__city {
  /* ничего менять не надо, все параметры теперь у родителя */
}






a:hover .icon-header {
  transform: scaleX(-1);
  transition: transform 0.2s;
}
.icon-header {
  transition: transform 0.2s;
  display: inline-block;
}







.hide-preheader {
  display: none !important;
}





.eldorado-style {
  background-color: #f7f7f7;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  font-family: 'Segoe UI', 'Roboto', 'Arial', sans-serif;
  color: #1f1f23;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.menu-location__icon {
  flex-shrink: 0;
  margin-top: -1px;
}

.btn-confirm-location {
  background-color: #0273fd;
  color: #fff;
  font-weight: 500;
  font-size: 0.85rem;
  border-radius: 4px;
  padding: 0.4rem 0.9rem;
  border: none;
  transition: background-color 0.2s ease;
}

.btn-confirm-location:hover {
  background-color: #0260d1;
}

.btn-outline-dark {
  border: 1px solid #bbb;
  color: #333;
  font-size: 0.85rem;
  padding: 0.4rem 0.9rem;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-outline-dark:hover {
  background-color: #e6e6e6;
  color: #000;
}


.btn-confirm-location {
  background-color: #0273fd;
  color: #ffffff;
  border: none;
  transition: background-color 0.3s ease, transform 0.1s ease;
}

.btn-confirm-location:hover {
  background-color: #25D366; /* Цвет WhatsApp */
  color: #fff;
}

.btn-confirm-location:active {
  transform: scale(0.96); /* Небольшой "вжим" при клике */
  box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.2);
}



.city-wrap {
  display: flex;
  align-items: center;
  gap: 0rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1f1f23;
  flex-wrap: wrap; /* позволяет перенос строк */
  line-height: 1.3;
}

.city-wrap svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-top: 4px; /* легкий отступ для центрирования */
}

.city-wrap strong {
  font-size: 1.1rem;
  color: #1f1f23;
  font-weight: 600;
}




.code-inputs {
  display: flex;
  justify-content: flex-start; /* ← левый край */
  gap: 10px;
  margin-top: 16px;
  margin-bottom: 20px;
}

.code-inputs input.code-input {
  width: 48px;     /* было 60px → уменьшено на 20% */
  height: 58px;    /* было 72px → уменьшено на 20% */
  font-size: 28px; /* было 36px */
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 10px;
  background: #f9f9f9;
  transition: border-color 0.2s;
  color: #000;
}

.code-inputs input.code-input:focus {
  outline: none;
  border-color: #2b82ff;
  background: #fff;
}








.tippy-box[data-theme~='red'] {
  background-color: #e53935;
  color: #fff;
  border-radius: 8px;
  max-width: 300px;
  font-size: 14px;
  padding: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.tippy-box[data-theme~='red'] .tippy-content {
  padding: 0;
}




.tippy-box[data-theme~='red'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #e53935 !important;
}

/* Низ */
.tippy-box[data-theme~='red'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #e53935 !important;
}

/* Слева */
.tippy-box[data-theme~='red'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: #e53935 !important;
}

/* Справа */
.tippy-box[data-theme~='red'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: #e53935 !important;
}



.city-confirm-content {
  padding: 10px;
  text-align: left;
}

.city-confirm-content div:first-child {
  margin-bottom: 8px;
}

.city-confirm-content .btn {
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 4px;
  white-space: nowrap;
}

.city-confirm-content .d-flex {
  gap: 8px;
}





#cityConfirmChange {
  border: 1px solid #fff !important;
  color: #fff !important;
  background-color: transparent;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

/* При наведении */
#cityConfirmChange:hover {
  background-color: #fff !important;
  color: #e53935 !important;
  border-color: #fff !important;
}

/* При нажатии */
#cityConfirmChange:active {
  background-color: #ffe5e5 !important;
  color: #d32f2f !important;
  border-color: #fff !important;
}


.city-timer-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}












.time_row div.col {



}

.time_row div.col span  {


display: block;
text-align: center;

}




.time_row div.today:not(.alert-light) {
  --bs-alert-color:    #0f5132;
  --bs-alert-bg:       #d1e7dd;
  --bs-alert-border-color: #badbcc;
}







.time_row div.alert-light {

  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);

}






span#dennedeli {font-weight: bold;}


.time_work .site-menu__day {color: #000; font-weight: 400; }
