/* Оформление контента модалки (и для fancybox, и для фолбэка) */
.warn-modal {
  max-width: 520px;
  padding: 20px 22px;
}

.warn-modal__title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}

.warn-modal__text {
  color: #42526e;
  line-height: 1.5;
  margin-bottom: 16px;
}

.warn-modal__actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.warn-btn {
  border: 0;
  padding: 10px 14px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
}

.warn-btn--secondary {
  background: #f1f3f7;
  color: #1f2d3d;
}

.warn-btn--primary {
  background: #0f62fe;
  color: #fff;
}

/* Фолбэк-модалка без Fancybox */
.warn-fallback-open {
  overflow: hidden;
}

.warn-fallback {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, .5);
}

.warn-fallback .warn-modal {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
}

.warn-modal a {
  color: #0f62fe;
  text-decoration: underline;
}


.main_menu {
  z-index: 1 !important;
  margin-bottom: 1rem;
}

.title-search-result {
  z-index: 10;
  background-color: rgba(255, 255, 255, .8);
}

.catalog-block-header {
  color: #aaa;
  margin-bottom: 1rem;
}

/* бургер — как было */
.burger {
  position: relative;
  z-index: 1200;
  width: 36px;
  height: 28px;
  border: 0;
  background: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer
}

.burger span {
  display: block;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  transition: all .3s
}

.burger.active span:nth-child(1) {
  transform: rotate(45deg) translateY(10px)
}

.burger.active span:nth-child(2) {
  opacity: 0
}

.burger.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-10px)
}

/* меню */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 1100;
  background: rgba(0, 0, 0, .4);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s
}

.mobile-menu.open {
  opacity: 1;
  visibility: visible
}

.mobile-menu__inner {
  background: #fff;
  width: 80%;
  max-width: 320px;
  height: 100%;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform .3s;
  padding: 20px 15px
}

.mobile-menu.open .mobile-menu__inner {
  transform: translateX(0)
}

.mobile-menu__close {
  position: absolute;
  top: 12px;
  right: 14px;
  background: 0;
  border: 0;
  font-size: 28px;
  cursor: pointer;
  color: #333
}

.mobile-menu__list {
  list-style: none;
  padding: 60px 0 20px;
  margin: 0
}

.mobile-menu__list li {
  margin-bottom: 8px
}

.mobile-menu__list a {
  display: block;
  padding: 10px 12px;
  color: #222;
  font-size: 17px;
  text-decoration: none;
  border-radius: 6px;
  transition: background .2s
}

.mobile-menu__list a:hover {
  background: #f3f3f3
}

/* поиск в шторке */
.mobile-search {
  display: flex;
  gap: 8px;
  margin: 56px 0 10px
}

.mobile-search input {
  flex: 1;
  min-width: 0;
  border: 1px solid #e1e5ea;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 16px
}

.mobile-search button {
  border: 0;
  border-radius: 8px;
  background: #0f62fe;
  color: #fff;
  padding: 10px 14px;
  font-weight: 700;
  cursor: pointer
}

body.menu-open {
  overflow: hidden
}

.mobile {
  background-color: #E026EE;
  columns: #fff;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}

.header_block {
  background: #0060b1;
  color: #fff;
}


.header_block {
  background: #0060b1 !important;
  color: #fff;
}

.header_block .small_cart .bx-basket,
.markers .card-title,
.category .card-title {
  background: linear-gradient(96.96deg, #FD17A1 3.55%, #bd063f 133.18%) !important;
  border-radius: 5rem;
}


.mobile_panel {
  background-color: #0060b1;
  color: #fff;
}


.mobile_panel .uk-icon {
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  font-size: 2rem;
  color: #fff;
  text-transform: none;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
}

.mobile_panel .uk-icon svg {
  width: 2rem !important;
  height: 2rem !important;
}

.mobile_panel .basket-line-block {
  position: relative;
  padding-left: 0;
  white-space: nowrap;
  font-size: 13px;
}

.mobile_panel .bi {
  font-size: 2rem !important;
  color: #fff;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2rem;
}
}


body
 {
    linear-gradient(rgb(210 238 241 / 20%), rgb(179 228 255 / 23%)), url(/images/fon3.png) !important;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.glass {
  margin: 2rem auto;
  background: rgba(255, 255, 255, 0.5);
}