


.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;}




/* от 320px до 959px */


.bloc_phone .btn-group {width:100%;}
.bloc_phone .dropdown-menu {width:100%;}
.bloc_phone .dropdown-menu li {text-align: center;}
.bloc_phone .dropdown-menu li a {font-size: 18px; font-weight: bold;}


.bloc_phone .btn {width:100%; margin:  0 0 10px 0;}

.rcontact .btn {width:100%; margin:  0 0 10px 0;}



.bloc_phone b {position: relative; padding-left: 5px;}


/* чтобы иконки в выпадающих пунктах не сжимались */
.dropdown-item i {
  flex-shrink: 0;
}



.bloc_phone .btn.btn-success.dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2; /* чтобы иконки не растягивали */
}




.maps_id_h{
    width:100%;
    height:100%;
    min-height:350px;
}





@media only screen and (min-width:320px) and (max-width:959px) {

#luck:after  {content: "от 320px до 959px "; }


.rcontact .btn {width:100%; margin:  0 0 10px 0;}


#maps_id_1, #maps_id_2, #maps_id_3, #maps_id_4 {
  height: 320px;
  display: block;
  margin-bottom: 20px;
  position: relative;
}


.photogal {margin-bottom: 20px;}


.telbot {margin-top: 25px;}

.contact-form .cf-item {
margin-top: 30px;
}


.bloc_phone button { margin: 10px 0 10px 0; width: 100%;}



.emailcontact {margin-bottom: 15px;}



}	










/* ======================================================
   ОБЩЕЕ — КНОПКИ (ЕДИНАЯ ВЫСОТА)
   ====================================================== */

.bloc_phone .btn-group .btn.dropdown-toggle {
    padding: 12px 18px;
    line-height: 1.3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}


/* ======================================================
   ПОЗИЦИОНИРОВАНИЕ DROPDOWN
   ====================================================== */

.dropdown-business-wrapper {
    position: relative;
}

.dropdown-business-wrapper > .dropdown-menu {
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: calc(100% + 10px);
    margin: 0;

    min-width: 340px;
    max-width: 360px;

    padding: 14px 16px;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,.08);
    background: #fff;
}

.dropdown-business-wrapper > .dropdown-menu[data-bs-popper] {
    transform: translateX(-50%) !important;
}


/* ======================================================
   СБРОС bloc_phone
   ====================================================== */

.bloc_phone .dropdown-menu li {
    text-align: left !important;
}

.bloc_phone .dropdown-menu li a {
    font-size: inherit;
    font-weight: normal;
}


/* ======================================================
   ДЛЯ БИЗНЕСА (КРАСНЫЙ)
   ====================================================== */

.dropdown-business__title {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 12px;
}

.dropdown-business__row {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.dropdown-business__icon {
    min-width: 22px;
    text-align: center;
    font-size: 18px;
    color: #dc3545;
}

.dropdown-business__label,
.dropdown-business__time,
.dropdown-business__requisites {
    font-size: 12px;
    color: #000;
}

.dropdown-business__phone {
    font-size: 18px;
    font-weight: 600;
}

.dropdown-business__link {
    font-size: 14px;
    font-weight: 500;
    color: #1a73e8;
}

.dropdown-business__requisites-link {
    display: inline-block;
    margin-top: 6px;
    font-size: 12px;
    color: #1a73e8;
}


/* ======================================================
   ОТДЕЛ ПРОДАЖ (ЗЕЛЁНЫЙ)
   ====================================================== */

.dropdown-sales__title {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 12px;
}

.dropdown-sales__row {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.dropdown-sales__icon {
    min-width: 22px;
    text-align: center;
    font-size: 18px;
    color: #198754;
}

.dropdown-sales__label,
.dropdown-sales__time {
    font-size: 12px;
    color: #000;
}

.dropdown-sales__phone {
    font-size: 18px;
    font-weight: 600;
}

.dropdown-sales__link {
    font-size: 14px;
    font-weight: 500;
    color: #1a73e8;
}


/* ======================================================
   DIVIDER
   ====================================================== */

.dropdown-menu .dropdown-divider {
    margin: 10px 0;
    opacity: .5;
}





.contact2025new .bloc_phone .btn {
    margin: 0 0 0px 0;
}


/* ======================================================
   contact2025new — мобильные отступы между кнопками
   ====================================================== */

@media (max-width: 959px) {

  .contact2025new .bloc_phone .col-12:not(:last-child) .btn {
      margin-bottom: 15px;
  }

  .contact2025new .bloc_phone .col-12:last-child .btn {
      margin-bottom: 0;
  }

}






/* Кликабельные телефоны */
.phone-link {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}

/* Hover / focus — подсказка, что это ссылка */
.phone-link:hover,
.phone-link:focus {
    color: #0d6efd; /* bootstrap primary */
    text-decoration: underline;
}

/* На мобильных увеличим зону нажатия */
@media (max-width: 959px) {
    .phone-link {
        display: inline-block;
        padding: 6px 0;
    }
}


.contact2025new .bloc_phone .contact-btn-unified {
    min-height: 48px;
    padding: 12px 18px;
    line-height: 1.3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}

/* CONTACT BUTTONS SHARED */
.legacy-shimmer-btn {
  position: relative;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .22s ease, filter .22s ease;
}

.legacy-shimmer-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,.18) 35%, rgba(255,255,255,.05) 52%, transparent 72%);
  transform: translateX(-130%);
  transition: transform .55s ease;
  pointer-events: none;
}

.legacy-shimmer-btn:hover::before,
.legacy-shimmer-btn:focus::before {
  transform: translateX(130%);
}

.legacy-shimmer-btn:hover,
.legacy-shimmer-btn:focus {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.14);
}

.bloc_phone {
  row-gap: 10px;
}

.bloc_phone .btn {
  min-height: 48px;
  height: auto;
  padding: 12px 18px;
  line-height: 1.3;
  margin: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
}

.bloc_phone button {
  margin: 0 !important;
}

.bloc_phone > [class*="col"] {
  display: flex;
}

.bloc_phone > [class*="col"] > .text-center,
.bloc_phone > [class*="col"] > .btn-group,
.bloc_phone > [class*="col"] > div {
  width: 100%;
}

.bloc_phone > [class*="col"] > .text-center > a {
  display: block;
  width: 100%;
}

.bloc_phone .btn-group {
  display: block;
  width: 100%;
}

.bloc_phone .dropdown-toggle {
  width: 100%;
}

.bloc_phone .dropdown-menu {
  min-width: 100%;
  width: 100%;
}

.bloc_phone .btn.btn-success.dropdown-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 48px;
}

.bloc_phone .btn.btn-success.dropdown-toggle .bi-telegram {
  font-size: 18px !important;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

.bloc_phone .write-dropdown-menu {
  padding: 0;
  overflow: hidden;
}

.bloc_phone .write-dropdown-item {
  min-height: 54px;
  padding: 14px 16px;
  white-space: normal;
}

.telegram-map-btn,
.birsk-write-btn {
  background-color: #2ea8df !important;
  border-color: #2ea8df !important;
  color: #fff !important;
}

.telegram-map-btn:hover,
.telegram-map-btn:focus,
.telegram-map-btn:active,
.birsk-write-btn:hover,
.birsk-write-btn:focus,
.birsk-write-btn:active {
  background-color: #2ea8df !important;
  border-color: #2ea8df !important;
  color: #fff !important;
}

.telegram-map-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M22.5 3.1c.3-.1.6.2.5.5l-3.6 16.9c-.1.5-.7.7-1.1.4l-5-3.7-2.6 2.5c-.3.3-.8.1-.8-.3l.1-4.6 9.3-8.4c.2-.2 0-.5-.3-.3l-11.4 7-4.6-1.5c-.5-.2-.5-.9 0-1.1L22.5 3.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  vertical-align: middle;
}

.contact2025new .contact-btn-unified,
.contact2025new .btn-group > .btn,
.contact2025new .btn-group > .btn.dropdown-toggle {
  position: relative;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .22s ease, filter .22s ease;
}

.contact2025new .contact-btn-unified::before,
.contact2025new .btn-group > .btn::before,
.contact2025new .btn-group > .btn.dropdown-toggle::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,.18) 35%, rgba(255,255,255,.05) 52%, transparent 72%);
  transform: translateX(-130%);
  transition: transform .55s ease;
  pointer-events: none;
}

.contact2025new .contact-btn-unified:hover::before,
.contact2025new .contact-btn-unified:focus::before,
.contact2025new .btn-group > .btn:hover::before,
.contact2025new .btn-group > .btn:focus::before,
.contact2025new .btn-group > .btn.dropdown-toggle:hover::before,
.contact2025new .btn-group > .btn.dropdown-toggle:focus::before {
  transform: translateX(130%);
}

.contact2025new .contact-btn-unified:hover,
.contact2025new .contact-btn-unified:focus,
.contact2025new .btn-group > .btn:hover,
.contact2025new .btn-group > .btn:focus,
.contact2025new .btn-group > .btn.dropdown-toggle:hover,
.contact2025new .btn-group > .btn.dropdown-toggle:focus {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.14);
}

.contact2025new__write-toggle {
  background-color: #2ea8df !important;
  border-color: #2ea8df !important;
  color: #fff !important;
}

.contact2025new__write-toggle:hover,
.contact2025new__write-toggle:focus {
  background-color: #2ea8df !important;
  border-color: #2ea8df !important;
  color: #fff !important;
}

.contact2025new__write-toggle:active,
.contact2025new__write-toggle.show {
  background-color: #2ea8df !important;
  border-color: #2ea8df !important;
  color: #fff !important;
}

.contact2025new__button-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 100%;
}

.contact2025new__button-plane {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M22.5 3.1c.3-.1.6.2.5.5l-3.6 16.9c-.1.5-.7.7-1.1.4l-5-3.7-2.6 2.5c-.3.3-.8.1-.8-.3l.1-4.6 9.3-8.4c.2-.2 0-.5-.3-.3l-11.4 7-4.6-1.5c-.5-.2-.5-.9 0-1.1L22.5 3.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex: 0 0 20px;
}

.contact2025new__review-btn {
  background: linear-gradient(90deg, #ef4444 0%, #dc2626 100%) !important;
  border-color: #dc2626 !important;
  color: #fff !important;
}

.contact2025new__review-btn:hover,
.contact2025new__review-btn:focus,
.contact2025new__review-btn:active {
  background: linear-gradient(90deg, #dc2626 0%, #b91c1c 100%) !important;
  border-color: #b91c1c !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(185, 28, 28, 0.22);
}

.contact2025new__review-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.contact2025new__review-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #ffd54f;
  letter-spacing: .02em;
}

.contact2025new__review-stars i {
  font-size: 14px;
  line-height: 1;
  opacity: .62;
  transform: none;
  transition: opacity .22s ease, filter .22s ease, text-shadow .22s ease;
}

.contact2025new__review-stars i:nth-child(1) {
  transition-delay: 0s;
}

.contact2025new__review-stars i:nth-child(2) {
  transition-delay: .06s;
}

.contact2025new__review-stars i:nth-child(3) {
  transition-delay: .12s;
}

.contact2025new__review-btn:hover .contact2025new__review-stars i,
.contact2025new__review-btn:focus .contact2025new__review-stars i {
  opacity: 1;
  filter: saturate(1.08);
  text-shadow: 0 0 12px rgba(255, 213, 79, 0.35);
}

.contact2025new__review-btn:hover .contact2025new__review-stars i:nth-child(1),
.contact2025new__review-btn:focus .contact2025new__review-stars i:nth-child(1) {
  opacity: .82;
}

.contact2025new__review-btn:hover .contact2025new__review-stars i:nth-child(2),
.contact2025new__review-btn:focus .contact2025new__review-stars i:nth-child(2) {
  opacity: .92;
}

.contact2025new__review-btn:hover .contact2025new__review-stars i:nth-child(3),
.contact2025new__review-btn:focus .contact2025new__review-stars i:nth-child(3) {
  opacity: 1;
}

.contact2025new__messenger-list {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  flex: 0 0 auto;
}

.contact2025new__messenger-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #e7edf5;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.07);
  text-decoration: none;
}

.contact2025new__messenger-link--telegram {
  color: #2899e6;
}

.contact2025new__messenger-link--max {
  color: #5a45f2;
}

.contact2025new .dropdown-menu {
  min-width: 370px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact2025new .dropdown-sales__title {
  padding: 0 18px 10px;
  font-size: 14px;
  font-weight: 700;
  color: #1f2937;
}

.contact2025new .dropdown-sales__block,
.contact2025new .dropdown-business__block {
  padding: 10px 18px;
}

.contact2025new .dropdown-divider {
  margin: 0;
}

.contact2025new__messenger-link:hover,
.contact2025new__messenger-link:focus {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.11);
}

.contact2025new__messenger-icon,
.contact2025new__messenger-link img {
  width: 19px;
  height: 19px;
  display: block;
}

.contact2025new__messenger-link i {
  font-size: 18px;
  line-height: 1;
}

.contact2025new__messenger-link--telegram i {
  transform: translateX(-1px);
}

.contact2025new__messenger-link--max img {
  width: 20px;
  height: 20px;
}

.contact2025new__write-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
}

.contact2025new__write-text {
  min-width: 0;
  flex: 1 1 auto;
}

.contact2025new__write-phone {
  display: inline-block;
  margin-top: 2px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 575.98px) {
  .contact2025new .dropdown-menu {
    min-width: 300px;
    width: min(92vw, 360px);
  }

  .contact2025new__write-row {
    gap: 10px;
  }
}

@media (max-width: 959px) {
  .bloc_phone > .col,
  .bloc_phone > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
