<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width : 420px) {
  #modal-window {
	zoom: 0.5;
	top: 60% !important;
	left: 35% !important;
	}
  .fire-decor {display: none;}
}
@media (max-width : 520px) {
  #modal-window {
	zoom: 0.5;
	top: 60% !important;
	left: 35% !important;
	}
  .fire-decor {display: none;}
}
@media (max-width : 620px) {
  #modal-window {
	zoom: 0.5;
	top: 60% !important;
	left: 35% !important;
	}
  .fire-decor {display: none;}
}
@media (max-width : 720px) {
  #modal-window {
	zoom: 0.5;
	top: 76% !important;
	left: 35% !important;
	}
  .fire-decor {display: none;}
}


    #modal-window {
    position: fixed;
      zoom: 0.7;
    top: 80%;
    left: 15%;
    width: 520px;
    transform: translate(-50%, -50%);
    background-color: rgba(250, 250, 250, 0.5);
    padding: 0px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
    text-align: center;
    z-index: 999;
      border-radius: 20px; 
    }

/* Styling the modal */
       
.hot16 {font-size: 16px !important;} 

        #modal-content {
            background-color: #ffffff00;
          border-radius: 20px;
            padding: 0px;
            
        }

        #close-modal {
                color: #ff5e03;
    text-align: right; font-weight: 900;
    font-size: 19px;
    /* text-decoration: underline; */
    /*border-bottom: 1px solid black;*/
    cursor: pointer;
        }


/* РћСЃРЅРѕРІРЅС‹Рµ СЃС‚РёР»Рё Р±Р°РЅРЅРµСЂР° */
.banner {
  background: linear-gradient(135deg, #4b6cb7 30%, #e22c30 110%);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  color: white;
  font-family: 'Roboto', Arial, sans-serif;
  box-shadow: 0 8px 25px rgba(238, 9, 121, 0.4);
  position: relative;
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
}

/* Р”РµРєРѕСЂР°С‚РёРІРЅС‹Рµ РѕРіРѕРЅСЊРєРё */
.fire-decor {
  position: absolute;
  font-size: 2.5rem;
  top: 15px;
  opacity: 0.8;
  animation: pulse 2s infinite;
}
.fire-decor:first-child { left: 20px; }
.fire-decor:last-child { right: 20px; }

/* Р—Р°РіРѕР»РѕРІРѕРє */
h1 {
  font-size: 1rem;
  font-weight: 900;
  margin: 10px 0 15px;
  letter-spacing: -0.5px;
}

/* РџРѕРґР·Р°РіРѕР»РѕРІРѕРє */
.subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

/* РљРѕРЅС‚РµР№РЅРµСЂ СЃ С†РµРЅР°РјРё */
.prices-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 25px 0;
  background: rgba(255,255,255,0.15);
  padding: 20px;
  border-radius: 10px;
  backdrop-filter: blur(4px);
}

/* Р‘Р»РѕРє С†РµРЅС‹ */
.price-block {
  padding: 15px 25px;
}

.pipe-name {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.price-value {
  font-size: 1.5rem;
  font-weight: 900;
  background: linear-gradient(45deg, #ffeb3b, #ff9800);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Р&nbsp;Р°Р·РґРµР»РёС‚РµР»СЊ С†РµРЅ */
.price-divider {
  font-size: 2.5rem;
  font-weight: 700;
  opacity: 0.7;
}

/* РђРєС†РµРЅС‚РЅРѕРµ РїСЂРµРґР»РѕР¶РµРЅРёРµ */
.offer-highlight {
  font-size: 1.8rem;
  font-weight: 800;
  margin: 25px 0 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffeb3b;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* РўРµРєСЃС‚ СЃСЂРѕС‡РЅРѕСЃС‚Рё */
.urgency {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}

/* Р”Р°С‚Р° */
.date {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 25px;
  opacity: 0.9;
}

/* РљРЅРѕРїРєР° РїСЂРёР·С‹РІР° Рє РґРµР№СЃС‚РІРёСЋ */
.cta-button {
  background: linear-gradient(to bottom, #ffeb3b, #ff9800);
  color: #d50000;
  border: none;
  border-radius: 50px;
  padding: 18px 40px;
  font-size: 1rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
  background: linear-gradient(to bottom, #ffff72, #ffb300);
}

.cta-button:active {
  transform: translateY(1px);
}

/* РђРЅРёРјР°С†РёСЏ РїСѓР»СЊСЃР°С†РёРё РґР»СЏ РѕРіРѕРЅСЊРєРѕРІ */
@keyframes pulse {
  0% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1); opacity: 0.8; }
}

/* РђРґР°РїС‚РёРІРЅРѕСЃС‚СЊ */
@media (max-width: 768px) {
  .banner { padding: 20px; }
  h1 { font-size: 1.3rem; }
  .subtitle { font-size: 1.5rem; }
  .prices-container { /*flex-direction: column;*/ gap: 15px; }
  .price-divider { transform: rotate(180deg); }
  .price-value { font-size: 2.8rem; }
  .offer-highlight { font-size: 1.5rem; }
  .pipe-name {font-size: 2.6rem;}
  .cta-button { font-size: 1rem; padding: 15px 30px; }
}



/* Р‘Р°Р·РѕРІС‹Рµ РЅР°СЃС‚СЂРѕР№РєРё РїР»РёС‚РѕРє РєР°С‚Р°Р»РѕРіР°*/
/* РЁР°РїРєР° */
.site-header {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.site-header h1 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}

/* РљР°С‚Р°Р»РѕРі */
.catalog {
  max-width: 1400px;
  margin: 0 auto;
}

.row {
  margin-top: 30px;
}

/* РљР°СЂС‚РѕС‡РєРё РєР°С‚РµРіРѕСЂРёР№ */
.card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s;
  break-inside: avoid; /* РќРµ СЂР°Р·СЂС‹РІР°С‚СЊ Р±Р»РѕРєРё РјРµР¶РґСѓ РєРѕР»РѕРЅРєР°РјРё */
  margin-bottom: 20px;
}

.card:hover {
  transform: translateY(-5px);
}

/* Р‘РѕР»СЊС€С‹Рµ Р±Р»РѕРєРё */
.big-blocks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 20px;
}

.big-blocks .card {
  display: flex;
}

.big-blocks .content {
  display: flex;
}

.big-blocks .text {
  padding: 20px;
  width: 50%;
}

.big-blocks .image {
  width: 50%;
  padding: 0;
  
}

.big-blocks .image img {
  width: 100%;
  height: auto;
  display: block;
}

/* РњР°Р»РµРЅСЊРєРёРµ Р±Р»РѕРєРё */
.small-blocks {
  column-count: 3;
  column-gap: 30px;
  padding: 20px;
}

.small-blocks .card {
  min-width: 400px;
}

.small-blocks .image {
  text-align: right;
  padding: 10px;
}

.small-blocks .image img {
  max-width: 100%;
  height: 200px;
}

.small-blocks .text {
  padding: 20px;
}

/* РЎС‚РёР»Рё РґР»СЏ С‚РµРєСЃС‚Р° */
.card h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  color: #555;
  transition: color 0.3s;
}

.card:hover h2 {
  color: #007bff; /* РЎРёРЅРёР№ С†РІРµС‚ */
}

.card ul {
  list-style: none;
  padding-left: 0;
}

.card li {
}

.card a {
  color: #555;
  text-decoration: none;
  transition: color 0.3s, text-decoration 0.3s;
}

.card a:hover {
  color: #333 !important;
  text-decoration: underline !important;
}

  .text h2 {line-height: 1;}
  .text ul li a {line-height: 1; font-size:14px !important;}
  .text ul li {margin-bottom: 0;}
  
/* РњРѕР±РёР»СЊРЅР°СЏ Р°РґР°РїС‚РёРІРЅРѕСЃС‚СЊ */
@media (max-width: 768px) {
  .big-blocks .card {
    min-width: 100%;
  }

  .small-blocks .card {
    min-width: 100%;
  }
}

@media (max-width: 767px) {
    .mob-75 {
        max-width: 100%;
        flex: 0 0 60% !important;
    }
}

@media (max-width: 767px) {
    .mob-25 {
        flex: 0 0 40%;
        max-width: 100%;
    }
}
.c-search {
    width: 80% !important;
}

/* fix С„РёР»СЊС‚СЂР° */
.c-filter .price-slider-list li {
    width: 46% !important;
}

.c-filter label {
    font-size: 12px;
    margin-top: 8px;
    border-bottom: 2px solid #5882d7;
    border-right: 1px solid #5882d7;
    border-radius: 20px;
    padding: 3px 11px;
}

.c-filter label:hover {
    font-size: 12px;
    margin-top: 8px;
	background: #5882d7;
	color: white !important;
    border-bottom: 2px solid #5882d7;
    border-right: 1px solid #5882d7;
    border-radius: 20px;
    padding: 3px 11px;
}
.c-filter label input:checked ~ .value-name:hover {color: white !important;}
.c-filter label input:checked ~ .value-name {
    /*background-color: #5882d7;
    border: 2px solid #5882d7;*/
  	padding: 5px;
  	font-size: 13px;
  	color: #333;
  	font-weight: bolder;
}

.c-filter label input:checked ~ .unit:hover {color: white !important;}
.value-name {padding: 0 3px;}


/* END fix С„РёР»СЊС‚СЂР° */

/*START С€С‚РѕСЂРєР° РјРµРЅСЋ*/
    * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        body {
            background: #f8f9fa;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            color: #333;
            line-height: 1.6;
        }
        
        /* РЁР°РїРєР° СЃР°Р№С‚Р° */
        .header-middle {
            background: #fff;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            padding: 15px 0;
            position: relative;
            z-index: 100;
        }
        
        .container {
            max-width: 1200px;
            width: 100%;
            margin: 0 auto;
            padding: 0 15px;
        }
        
        .menu-toggle {
            background: none;
            border: none;
    width: 130px;
    font-size: 19px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
          
    border-bottom: 2px solid #5882d7;
          margin-top: 20px;
    border-radius: 20px;
    padding: 3px 11px;
        }
        
        .menu-toggle:hover {
            background: #f0f0f0;
        }
        
        .menu-toggle svg {
            width: 24px;
            height: 24px;
            fill: #2c3e50;
        }
        
        /* РЎС‚РёР»Рё РґР»СЏ РјРµРЅСЋ-С€С‚РѕСЂРєРё */
        #sidebar-toggle {
            display: none;
        }
        
        .sidebar {
            position: fixed;
            top: 0;
            left: -350px;
            width: 350px;
            height: 100%;
            background: linear-gradient(135deg, #f8f9fa 0%, #e2e6ea 100%);
            color: white;
            overflow-y: auto;
            transition: left 0.4s ease;
            z-index: 1000;
            box-shadow: 5px 0 25px rgba(0, 0, 0, 0.3);
        }
        
        #sidebar-toggle:checked ~ .sidebar {
            left: 0;
        }
        
        #sidebar-toggle:checked ~ .overlay {
            display: block;
        }
        
        .sidebar-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 25px 20px;
            background: white;
            border-bottom: 2px solid #5882d7;
        }
        
        .sidebar-title {
            font-size: 22px;
            font-weight: 700;
      		color: #2c2c2c;
        }
        
        .close-btn {
            background: white;
            color: #2c2c2c;
            border: none;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            font-size: 18px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s ease;
        }
        
        .close-btn:hover {
            background: white;
            transform: rotate(90deg);
        }
        
        /* РЎС‚РёР»Рё РґР»СЏ Р°РєРєРѕСЂРґРµРѕРЅР° */
        .accordion {
            padding: 15px 0;
        }
        
        .accordion-item {
            border-bottom: 1px solid #e8ebee;
        }
        
        .accordion-toggle {
            display: none;
        }
        
        .accordion-btn {
            width: 100%;
            text-align: left;
            background: linear-gradient(135deg, #f8f9fa 0%, #e2e6ea 100%);
            color: #2c2c2c;
            border: none;
            padding: 16px 20px;
            font-size: 18px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background 0.3s ease;
        }
        
        .accordion-btn:hover {
            background: white;
        }
        
        .accordion-btn i {
            transition: transform 0.3s ease;
        }
        
        .accordion-toggle:checked + .accordion-btn i {
            /*transform: rotate(360deg);*/
        }
        
        .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            background: #1a2530;
        }
        
        .accordion-toggle:checked ~ .accordion-content {
            max-height: 1000px;
        }
        
        /* РџРѕРґРєР°С‚РµРіРѕСЂРёРё Р°РєРєРѕСЂРґРµРѕРЅР° */
        .sub-accordion {
            padding: 0;
        }
        
        .sub-accordion-item {
            border-bottom: 1px solid #e8ebee;
        }
        
        .sub-accordion-toggle {
            display: none;
        }
        
        .sub-accordion-btn {
            width: 100%;
            text-align: left;
            background: white;
            color: #2c2c2c;
            border: none;
            padding: 14px 20px 14px 30px;
            font-size: 16px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background 0.3s ease;
        }
        
        .sub-accordion-btn:hover {
            background: #e8ebee;
        }
        
        .sub-accordion-btn i {
            transition: transform 0.3s ease;
        }
        
        .sub-accordion-toggle:checked + .sub-accordion-btn i {
            transform: rotate(360deg);
        }
        
        .sub-accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            background: white;
        }
        
        .sub-accordion-toggle:checked ~ .sub-accordion-content {
            max-height: 1000px;
        }
        
        .category-links {
            padding: 10px 20px 10px 40px;
            display: flex;
            flex-direction: column;
        }
        
        .category-link {
            color: #2c3e50;
            text-decoration: none;
            padding: 10px 0;
            display: flex;
            align-items: center;
            gap: 10px;
            transition: color 0.2s ease;
        }
        
        .category-link:last-child {
            border-bottom: none;
        }
        
        .category-link:hover {
            color: #3498db;
        }
        
        .category-link i {
            font-size: 12px;
        }
        
        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
            display: none;
        }
        
        .overlay-label {
            display: block;
            width: 100%;
            height: 100%;
            cursor: pointer;
        }
        
        /* РђРґР°РїС‚РёРІРЅРѕСЃС‚СЊ */
        @media (max-width: 767px) {
            .min-768--1, 
            .min-768--2, 
            .min-768--9 {
                /*flex: 0 0 100%;*/
                max-width: 100%;
            }
            
            .sidebar {
                width: 100%;
                left: -100%;
            }
        }
/*END С€С‚РѕСЂРєР° РјРµРЅСЋ*/

.l-body .l-header {
    font-size: 16px;
    font-weight: 500;
    color: var(--second-text-color);
    position: fixed;
    z-index: 999;
    width: 100%;
}
.l-main {
    padding-top: 70px !important;
}
.m-p-slider-wrapper {margin-top: 75px;}
.l-body .l-header__middle {
    box-shadow: 0px 1px 19px -1px;
}



/* РЅРѕРІРѕРµ РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅРѕРµ РјРµРЅСЋ*/
    .catalog-button {
      position: relative;
      padding: 12px 24px;
      background: #4F46E5;
      color: white;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      font-weight: 600;
      font-size: 16px;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      box-shadow: 0 2px 8px rgba(79, 70, 229, 0.15);
    }

    .catalog-button:hover {
      background: #4338CA;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(79, 70, 229, 0.25);
    }

    .fullscreen-menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(15, 23, 42, 0.95);
      display: flex;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      z-index: 1000;
    }

    .fullscreen-menu.active {
      opacity: 1;
      visibility: visible;
    }

    .menu-wrapper {
      background: white;
      width: 95%;
      max-width: 1200px;
      height: 90vh;
      margin: 5vh auto;
      border-radius: 16px;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
      display: flex;
      transform: scale(0.95);
      opacity: 0;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .fullscreen-menu.active .menu-wrapper {
      transform: scale(1);
      opacity: 1;
    }

    .categories {
      width: 280px;
      padding: 24px;
      border-right: 1px solid #e2e8f0;
      overflow-y: auto;
      background: #f8fafc;
      border-radius: 16px 0 0 16px;
    }

    .categories ul {
      list-style: none;
    }

    .categories li {
      padding: 12px 16px;
      margin: 4px 0;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.2s ease;
      position: relative;
    }

    .categories li::before {
      content: '';
      position: absolute;
      left: -4px;
      top: 50%;
      transform: translateY(-50%);
      width: 4px;
      height: 0;
      background: #4F46E5;
      border-radius: 2px;
      transition: all 0.3s ease;
    }

    .categories li:hover {
      background: #f1f5f9;
      transform: translateX(4px);
    }

    .categories li:hover::before {
      height: 60%;
    }

    .categories li.active {
      background: #eef2ff;
      font-weight: 600;
      color: #4F46E5;
    }

    .categories li.active::before {
      height: 100%;
      left: -8px;
      width: 4px;
    }

    .subcategories {
      flex: 1;
      padding: 32px;
      overflow-y: auto;
      position: relative;
    }

    .category-group {
      display: none;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 24px;
      width: 100%;
      position: absolute;
      opacity: 0;
      transform: translateY(10px);
      transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    .category-group.active {
      display: grid;
      opacity: 1;
      transform: translateY(0);
      position: relative;
    }

    .default-message {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #64748b;
      transition: opacity 0.3s ease;
    }

    .default-message.visible {
      display: block;
      opacity: 1;
    }

    .default-message:not(.visible) {
      display: none;
      opacity: 0;
    }

    .subcategory-column h3 {
      font-size: 15px;
      font-weight: 600;
      color: #1e293b;
      margin-bottom: 16px;
      padding-bottom: 8px;
      border-bottom: 2px solid #e2e8f0;
    }

    .subcategory-column ul {
      list-style: none;
    }

    .subcategory-column li {
      margin-bottom: 8px;
    }

    .subcategory-column a {
      text-decoration: none;
      color: #475569;
      display: block;
      padding: 6px 0;
      transition: all 0.2s ease;
      position: relative;
    }

    .subcategory-column a::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 1px;
      background: #4F46E5;
      transition: width 0.3s ease;
    }

    .subcategory-column a:hover {
      color: #4F46E5;
      transform: translateX(4px);
    }

    .subcategory-column a:hover::before {
      width: 100%;
    }

    .close-icon {
      position: absolute;
      top: 0px;
	  z-index: 999999;
      right: -55px;
      width: 40px;
      height: 40px;
      cursor: pointer;
      transition: transform 0.3s ease;
      background: #f1f5f9;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .close-icon:hover {
      transform: rotate(90deg);
      background: #e2e8f0;
    }

    .close-icon::before,
    .close-icon::after {
      content: '';
      position: absolute;
      width: 18px;
      height: 2px;
      background: #64748b;
      transition: background 0.2s ease;
    }

    .close-icon::before {
      transform: rotate(45deg);
    }

    .close-icon::after {
      transform: rotate(-45deg);
    }

    .close-icon:hover::before,
    .close-icon:hover::after {
      background: #4F46E5;
    }

    @media (max-width: 768px) {
      .menu-wrapper {
        flex-direction: column;
        height: 95vh;
        margin: 2.5vh auto;
      }

      .categories {
        width: 100%;
        height: 340px;
        border-right: none;
        border-bottom: 1px solid #e2e8f0;
      }

      .subcategories {
        padding: 24px;
      }

      .close-icon {
        top: 12px;
        right: 12px;
      }
    }

    @media (max-width: 480px) {
      .catalog-button {
        width: calc(100% - 40px);
        margin: 20px;
      }

      .menu-wrapper {
        width: 100%;
        border-radius: 0;
        height: 100vh;
        margin: 0;
      }

      .categories li {
        font-size: 14px;
      }
    }

.main-nav {
  background: #0d6efd;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.catalog-button {top: 5px;}
.catalog-button {
            background: none;
            border: none;
    width: 130px;
  color: #333;
    font-size: 15px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
          
    border-bottom: 2px solid #5882d7;
          margin-top: 20px;
    border-radius: 20px;
    padding: 3px 11px;
        }
.catalog-button:hover {
            background: #f0f0f0;
        }

.catalog-button svg {
            width: 24px;
            height: 24px;
            fill: #2c3e50;
        }
.nav-links {
    list-style: none;
    display: flex;
    margin-left: 20px;
    margin-top: 25px;
    height: 29px;
}

.nav-links li {
  margin: 0 15px;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.nav-links a:hover {
  color: #f1f5f9;
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
}



/* РљРЅРѕРїРєР° РїРѕРґ С„Р»Р°РµСЂ*/
    .modal-btn {
      padding: 12px 24px;
      background-color: #3498db;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: 16px;
      transition: background-color 0.3s;
    }

    .modal-btn:hover {
      background-color: #2980b9;
    }

    /* РЎРєСЂС‹С‚РѕРµ РїРѕР»Рµ */
    .modal-toggle {
      display: none;
    }

    /* РњРѕРґР°Р»СЊРЅРѕРµ РѕРєРЅРѕ */
    .modal {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      visibility: hidden;
      z-index: -1;
      transition: opacity 0.3s, visibility 0.3s;
    }

    /* РћС‚РєСЂС‹С‚РѕРµ СЃРѕСЃС‚РѕСЏРЅРёРµ */
    .modal-toggle:checked ~ .modal {
      opacity: 1;
      visibility: visible;
      z-index: 999;
    }

    /* РљРѕРЅС‚РµРЅС‚ РјРѕРґР°Р»СЊРЅРѕРіРѕ РѕРєРЅР° */
    .modal-content {
      background-color: #fff;
      padding: 30px;
      border-radius: 8px;
      max-width: 500px;
      width: 80%;
      position: relative;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    /* РљСЂРµСЃС‚РёРє */
    .close-label {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 24px;
      font-weight: bold;
      color: #aaa;
      cursor: pointer;
      transition: color 0.3s;
    }

    .close-label:hover {
      color: #000;
    }

    /* РР·РѕР±СЂР°Р¶РµРЅРёРµ */
    .modal-image {
      max-width: 100%;
      height: auto;
      border-radius: 5px;
      margin-bottom: 15px;
    }

/* fix С„РёР»СЊС‚СЂР° С‚РѕРІР°СЂРѕРІ */
.c-filter {
    width: 100%;
}

.c-filter label .cbox {
    display: block;
	box-shadow: none;
    opacity: 0;
    width: 0;
    height: 0;
    min-width: 0 !important;
    max-width: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin-right: 0 !important;
    border: none  !important;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.filter-buttons {display: none;}
.mg-filter-item ul {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-end;
  margin-left: 20px;
}
.mg-filter-item ul li {
  	margin-right: 15px;
}
.mg-filter-head {display: none;}
.c-filter .filter-form {
    background: #ffffff00 !important;
}
.c-filter .mg-filter-body .mg-filter-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: stretch;
}

@media (max-width: 768px) {
  .bottom-bar {
    display: none;
  }
  .fixed-bar {
    display: none !important;
  }
  .c-search__dropdown {top: 30% !important;}
  .fast-result-info {font-size: 12px;}
  .prod-description {width: 100% !important;}
  .prod-description-a {display: block !important;}
  .xfor-mobile {display:block !important;}
}

.xfor-mobile {display:none;}

.prod-description-a {
	display: flex;
}
.prod-description {
	padding: 15px;
	background: #fff;
	border-radius: 12px;
	margin: 10px 10px 10px 0;
	width: 50%;
  min-height: 140px;
} 


@media (min-width: 1025px) {
    .l-main__left + .l-main__right {
        display: block;
        max-width: 100% !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 100% !important;
    }
}
.storage-field td {
    font-size: 13px;
}
.c-description__top {display: inline !important;}
.c-description {background: none !important;}
.c-description__img {display: none;}
.sub-cat-name {
    font-weight: 600 !important;
    line-height: 1.2 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 16px !important;
    text-align: center !important;
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.uk-grid {display: flex;}
.uk-grid .uk-medium-width-1-5 {
  color: white;
    padding: 5px 20px;
    text-align: center;
}
.bottomphone {font-size: 21px;}
.rating-wrapper {display: none !important;}
.btn {
    margin: 10px !important;
    border-bottom: 3px solid #5176c5;
}

.footer-top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: stretch;
    margin-bottom: 120px;
}
.c-search__dropdown {z-index: 1001 !important;}
.c-nav__dropdown--2 .c-menu__level--2:last-of-type:first-of-type, .c-nav__dropdown--3 .c-menu__level--3:last-of-type:first-of-type {
        width: max-content;
    }

/* footer new */
.l-footer {
  background-color: #2b2b2b;
  color: #fff;
  padding: 40px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}
.store-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 РєРѕР»РѕРЅРєРё РЅР° Р±РѕР»СЊС€РёС… СЌРєСЂР°РЅР°С… */
  gap: 20px;
  margin-bottom: 30px;
}

.store-item {
  text-align: center;
}

.store-title {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #5c88e0; /* РђРєС†РµРЅС‚РЅС‹Р№ С†РІРµС‚ РґР»СЏ Р·Р°РіРѕР»РѕРІРєРѕРІ РјР°РіР°Р·РёРЅРѕРІ */
}

.phone {
  font-weight: bold;
  color: #fff;
}
.menu-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 3 СЂР°РІРЅС‹Рµ РєРѕР»РѕРЅРєРё */
  gap: 20px; /* РћС‚СЃС‚СѓРї РјРµР¶РґСѓ РєРѕР»РѕРЅРєР°РјРё */
}

.column {
  width: 100%;
}

.column h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}

.column ul {
  list-style: none;
}

.column ul li {
  margin-bottom: 6px;
}

.column ul li a {
  text-decoration: none;
  color: #ccc;
  transition: color 0.3s ease;
}

.column ul li a:hover {
  color: #5c88e0;
}

/* РђРґР°РїС‚РёРІРЅРѕСЃС‚СЊ РґР»СЏ РјРѕР±РёР»СЊРЅС‹С… СѓСЃС‚СЂРѕР№СЃС‚РІ */
@media (max-width: 768px) {
  .menu-section, .store-info {
    grid-template-columns: 1fr; /* РћРґРЅР° РєРѕР»РѕРЅРєР° РЅР° РјРѕР±РёР»СЊРЅС‹С… */
  }
}

/*fixed bar*/
.bar-height{
    height: 58px;
}

.fixed-bar{
    position: fixed; display: flex;
    z-index: 51;
    bottom: -1px;
    left: 0;
    right: 0;
    background: #252F3F;
    padding: 10px 0;
  box-shadow: 0px -4px 8px rgb(111 104 104 / 24%);
}

.fixed-bar .mg-layer,
.fixed-bar .small-cart,
.fixed-bar .mg-fake-cart{
    display: none!important;
}

.fixed-bar .mg-contacts-block{
    float: left;
    color: #fff;
    font-family: 'Lato-Bold', sans-serif;
    font-size: 24px;
}

.fixed-bar .wrapper-back-ring{
    float: left;
    margin: 0 20px 0 0;
}

.fixed-bar .bar-left{
    float: left;
    margin: 3px 0 0;
}

.fixed-bar .bar-right{
    float: right;
      margin-right: 50px;
}

.fixed-bar .mg-desktop-cart{
    position: static;
    float: right;
    margin: 5px 0 0 0;
}

.fixed-bar .mg-desktop-cart .count-text{
    display: none;
}

.fixed-bar .mg-desktop-cart .title{
    color: #ffffff;
    font-size: 14px;
    float: left;
    margin: 5px 15px 0 0;
}

.fixed-bar .mg-desktop-cart .small-cart-icon{
    width: 18px;
    height: 18px;
    background: url("../images/cart-icon.png") no-repeat;
    background-size: 18px 18px;
    top: 5px;
    left: 0;
}

.fixed-bar .mg-product-to-compare{
    padding: 6px 20px 6px 0;
    border-right: 1px solid #424A55;
    margin: 0 20px 0 0;
}

.fixed-bar .mg-product-to-compare a{
    border: none;
    padding: 7px 45px 6px 0;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    line-height: 14px;
}

.fixed-bar .mg-desktop-cart .title:hover,
.fixed-bar .mg-product-to-compare a:hover{
    text-decoration: underline;
}

.fixed-bar .mg-product-to-compare .compare-icon{
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 0;
}

.fixed-bar .mg-desktop-cart .countsht,
.fixed-bar .mg-product-to-compare .mg-compare-count{
    display: block;
    color: #fff;
    width: 30px;
    height: 30px;
    font-family: 'Lato-Bold', sans-serif;
    font-size: 14px;
    line-height: 30px;
    background: #5F646C;
    border-radius: 3px;
    top: 5px;
    right: 20px;
    text-align: center;
}

.fixed-bar .mg-desktop-cart .countsht{
    display: inline-block;
}

.fixed-bar .mg-desktop-cart .cart-inner{
    padding: 0 0 0 28px;
    border-radius: 0;
    overflow: hidden;
}

.fixed-bar .mg-desktop-cart .cart-inner &gt; a{
    overflow: hidden;
    color: #fff;
    float: left;
}

.fixed-bar .mg-desktop-cart .cart-list li .price-text{
    color: #5e646c;
}

.fixed-bar .mg-desktop-cart .cart-list li.cart-qty{
    padding: 5px 15px;
    font-size: 14px;
    font-family: 'Lato-Bold', sans-serif;
}

.fixed-bar .mg-desktop-cart .cart-list li{
    font-size: 14px;
    float: left;
    margin: 0;
}

.fixed-bar .mg-desktop-cart .cart-list{
    float: left;
}

.fixed-bar .mg-desktop-cart .cart{
    padding: 0;
}

/** РїР»РёС‚РєР° РїРѕРґРєР°С‚РµРіРѕСЂРёР№**/
.sub-categories {
    padding: 0;
    margin: 0 -1.5%;
    list-style: none;
}
.sub-categories a {color: inherit !important;}
.sub-categories li {
    display: inline-block;
    vertical-align: top;
    width: 40%;
  	max-width: 200px;
    border: 2px solid #F6F6F6;
    transition: border 0.2s ease-in-out;
    margin: 0 0 1.5% 1.5%;
    border-radius: 30px;
    background: #fff;
    padding: 20px;
}
.header .mg-desktop-cart .cart-qty {
    margin: 4px 0 6px 0;
}

.sub-categories li:hover{
    border-color: #4c6db8;
}

.sub-categories li a.sub-cat-name {
    word-wrap: break-word;
    color: #000 !important;
    text-decoration: none;
    display: block;
}

.sub-categories li a.sub-cat-name:hover {
    text-decoration: underline;
}

.sub-categories li a {
    font-size: 13px;
    text-align: center;
}

.sub-categories li a.cat-image{
    width: 100px;
    height: 80px;
    margin: 0 auto 10px;
    display: block;
    position: relative;
}

.sub-categories li img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

/* РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅРѕРµ РјРµРЅСЋ*/

.bottom-bar .main-menu {min-width: 175px;}



.mtopmen1 {
	background: url(https://vodonos33.ru/mg-templates/topmen/topmen-sant.png) !important;
    background-position: left !important;
    background-size: 60px !important;
    background-color: white !important;
    background-repeat: no-repeat !important;
	
}
.mtopmen2 {
	background: url(https://vodonos33.ru/mg-templates/topmen/topmen-is-3.png) !important;
    background-position: left !important;
    background-size: 60px !important;
    background-color: white !important;
    background-repeat: no-repeat !important;
}
.mtopmen3 {
	background: url(https://vodonos33.ru/mg-templates/topmen/topmen-meb-2.png) !important;
    background-position: left !important;
    background-size: 60px !important;
    background-color: white !important;
    background-repeat: no-repeat !important;
}
.mtopmen4 {
	background: url(https://vodonos33.ru/mg-templates/topmen/topmen-in-2.png) !important;
    background-position: left !important;
    background-size: 60px !important;
    background-color: white !important;
    background-repeat: no-repeat !important;
}
.mtopmen5 {
	background: url(https://vodonos33.ru/mg-templates/topmen/topmen-otop.png) !important;
    background-position: left !important;
    background-size: 60px !important;
    background-color: white !important;
    background-repeat: no-repeat !important;
}
.mtopmen6 {
	background: url(https://vodonos33.ru/mg-templates/topmen/topmen-nas.png) !important;
    background-position: left !important;
    background-size: 60px !important;
    background-color: white !important;
    background-repeat: no-repeat !important;
}

@media (max-width: 1024px) {
.bottom-bar .main-menu .mg-menu &gt; li {
    max-width: none;
}
}
@media (max-width: 450px) {
.bottom-bar .main-menu .mg-menu &gt; li {
    max-width: none;
}
}

.buttonun {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    outline: none;
    height: 33px;
    font-size: 14px;
    line-height: 29px;
    color: #fff;
    text-decoration: none;
    padding: 0 18px;
    border: none;
    background: #3F97F6;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.4);
    border-radius: 3px;
    transition: background 0.2s ease-in-out;
    font-weight: normal;
    text-transform: none;
    text-shadow: none;
}

.topmen1 {
    background: url(https://vodonos33.ru/mg-templates/topmen/topmen-sant.png) !important;
    background-size: cover !important;
}

.topmen2 {
    background: url(https://vodonos33.ru/mg-templates/topmen/topmen-is-3.png) !important;
    background-size: cover !important;
}

.topmen3 {
    background: url(https://vodonos33.ru/mg-templates/topmen/topmen-meb-2.png) !important;
    background-size: cover !important;
}

.topmen4 {
    background: url(https://vodonos33.ru/mg-templates/topmen/topmen-in-2.png) !important;
    background-size: cover !important;
}

.topmen5 {
    background: url(https://vodonos33.ru/mg-templates/topmen/topmen-otop.png) !important;
    background-size: cover !important;
}

.topmen6 {
    background: url(https://vodonos33.ru/mg-templates/topmen/topmen-nas.png) !important;
    background-size: cover !important;
}

.bottom-bar .top-menu-block,
.bottom-bar .main-menu{
        display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-between;
    align-items: flex-start;
}


.bottom-bar .main-menu{
    margin: 0 25px 0 0;
}

.bottom-bar .main-menu .title{
        display: block;
    padding: 21px 75px 10px 10px;
    color: #000;
    text-decoration: none;
    transition: background 0.2s ease-in-out;
    position: relative;
    font-weight: 600;
    min-height: 77px;
    border-bottom-left-radius: 35px;
    border-top-right-radius: 34px;
    border-bottom-right-radius: 35px;
    font-size: 15px;
    /*border: 1px solid red;*/
}

.top-menu-toggle{
    position: absolute;
    right: 0;
    top: 0;
    width: 125px;
    text-align: center;
    height: 47px;
    line-height: 47px;
    background: #3f97f6;
    color: #fff;
    text-decoration: none;
    padding: 0 25px 0 0;
    display: none;
}

.top-menu-toggle .toggle-wrapper {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    top: 10px;
    right: 15px;
    position: absolute;
    width: 15px;
    height: 30px;
    border-radius: 100%;
}

.top-menu-toggle .toggle-wrapper .toggle {
    background: #fff;
    transition: all .2s ease-in-out;
    height: 2px;
    width: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: none;
}

.top-menu-block .toggle-wrapper .toggle:after,
.top-menu-block .toggle-wrapper .toggle:before {
    content: "";
    background: #fff;
    transition: all .2s ease-in-out;
    height: 2px;
    width: 15px;
    position: absolute;
    left: 0;
    right: 0;
}

.top-menu-block.open .top-menu-toggle .toggle-wrapper .toggle {
    background: none;
}

.top-menu-block.open .top-menu-toggle .toggle-wrapper .toggle:before {
    top: 0;
    transform: rotate(45deg);
}

.top-menu-block.open .top-menu-toggle .toggle-wrapper .toggle:after {
    top: 10px;
    transform: translateY(-10px) rotate(-45deg);
}

.top-menu-toggle .toggle-wrapper .toggle:before {
    top: -6px;
}

.top-menu-toggle .toggle-wrapper .toggle:after {
    bottom: -6px;
}

.bottom-bar .main-menu .title-mobile{
    display: none;
}

.bottom-bar .top-menu-list li:hover a{
    background: #37AB4B;
}

.bottom-bar .main-menu .title:hover{
    background: #42CD59;
}

.bottom-bar .main-menu .title:before{
    content: "";
    position: absolute;
    left: 20px;
    top: 23px;
    width: 20px;
    height: 14px;
    /*background: url("../images/menu-icon.png") no-repeat;*/
    background-size: 20px 14px;
}

.bottom-bar .main-menu .title:after{
    content: "";
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 16px;
    height: 10px;
    background: url("../images/arrow-down-icon.png") no-repeat;
    background-size: 16px 10px;
}

.bottom-bar .top-menu-list li .sub_menu{
    z-index: 111;
    box-shadow: 0 1px 10px rgba(0,0,0,0.10);
}

.bottom-bar .top-menu-list li .sub_menu li + li{
    border-top: 1px solid #F0F0F0;
}

.bottom-bar .top-menu-list li .sub_menu li{
    float: none;
}

.bottom-bar .top-menu-list li .sub_menu li:hover &gt; a{
    background: #f6f6f6;
}

.bottom-bar .top-menu-list li .sub_menu li a{
    padding: 10px;
    color: #444;
    font-size: 13px;
    background: #fff;
    transition: background 0.2s ease-in-out;
}

.bottom-bar .top-menu-list li .sub_menu li .sub_menu{
    margin: 0 0 0 10px;
    top: 0;
    left: 100%;
}

.bottom-bar .top-menu-list li .sub_menu{
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 220px;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, margin 0.2s ease-in-out;
    opacity: 0;
    margin-top: 10px;
    visibility: hidden;
}

.bottom-bar .top-menu-list li:hover &gt; .sub_menu{
    opacity: 1;
    margin: 0!important;
    visibility: visible;
}

.bottom-bar .top-menu-list li{
    float: left;
    position: relative;
}

.bottom-bar .top-menu-list li a{
    color: #fff;
    display: block;
    padding: 21px 15px;
    text-decoration: none;
    transition: background 0.2s ease-in-out;
}

.bottom-bar .main-menu .mg-menu{
    position: absolute;
    top: 100%;
    left: 15%;
    z-index: 1001;
    background: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.10);
    padding: 10px 0 15px 0;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, margin 0.2s ease-in-out;
    opacity: 0;
    margin-top: 10px;
    visibility: hidden;
    width: 1170px;
}

.bottom-bar .main-menu .mg-menu li a:hover{
    text-decoration: underline;
}

.bottom-bar .main-menu .mg-menu li .submenu li{
    margin: 0 0 10px 0;
}

.bottom-bar .main-menu .mg-menu li .submenu li a{
    padding: 0;
}

.submenu li ul{
    clear: both;
    margin: 5px 0 0 10px;
}
.bottom-bar .main-menu .mg-menu &gt; li:hover {
    background: #eaeaea;
}

.bottom-bar .main-menu .mg-menu &gt; li{
    float: left;
    max-width: 210px;  
    min-width: 143px;
    border-right: 1px solid #eaeaea;
    margin-bottom: 10px;
}
.bottom-bar .main-menu .mg-menu &gt; li:last-of-type {
    border: none;
}

.bottom-bar .main-menu:hover .mg-menu{
    opacity: 1;
    visibility: visible;
    margin: 0;
    display: flex;
    flex-wrap: wrap;    
}

.bottom-bar .main-menu .mg-menu li .submenu{
    margin: 0 0 0 15px;
}
.bottom-bar .main-menu .mg-menu &gt; li &gt; a {
    font-weight: 700;
}

.bottom-bar .main-menu .mg-menu li a{
    padding: 10px 15px;
    color: #444;
    font-size: 13px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.bottom-bar ul{
    list-style: none;
    margin: 0;
    padding: 0;
}



.bottom-bar .main-menu .mg-menu li .mg-cat-img img{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin: 0 auto;
}</pre></body></html>