/* tailwind-mini.css — минимальная версия под шапку mega-tex.ru */



  .prtab td {padding:6px;padding-left:10px;}
  .tdgr {font-size:11pt;color:#666666;padding-left:10px;}
    .TF {display:block;z-index:105;width:320px; cursor:pointer; border-radius:10px;}
    .TF:hover {position:absolute;width:640px;display:block;border:1px #000 solid;-moz-box-shadow: -5px 5px 5px #555;-webkit-box-shadow: -5px 5px 5px #555;box-shadow: -5px 5px 5px #555;cursor:help;}
    .PF {display:block;z-index:105;width:200px; cursor:pointer;}
    .PF:hover {position:absolute;margin-left:-200px;width:400px;display:block;border:1px #000 solid;-moz-box-shadow: -5px 5px 5px #555;-webkit-box-shadow: -5px 5px 5px #555;box-shadow: -5px 5px 5px #555;cursor:help;}
    .oval {margin: 0 auto;width: 98%;border-color: blue;border-style: solid;border-radius: 10px;border-width: thin;box-shadow:6px 6px 2px #aaa;}

  #mobNav {background-color: rgb(242, 227, 184); width:100%;border:none;text-align:center; font-family: Arial;font-size:16pt; padding:10px; display: none; table-layout: fixed;}
  #mobNav a {text-decoration:none;color:#333333;}

  #mobNav tbody {width: 100%;display: inline-table;}

  #tableLeft {width: 260px;border-radius: 20px;padding:10px; background: #5c606d; color: #ffffff}

  .MOBILEONLY {display: none;}
  .DESKTOPONLY {display: block;}
  .DESKTOPINLINEONLY {display: inline;}
  .prtab {width:94%;}

  #anons {position:fixed;z-index:10;top:0px;width:100%;background-color: #2196f3;text-align:center;margin-bottom:3px;box-shadow: 0 0 20px black;padding:10px;color:#ffffff;}

  #tovar_card div {padding-top:10px;}


  #tovar_card div:nth-child(1) {float:left;width: 11%;}
  #tovar_card div:nth-child(2) {float:left;width: 24%;}
  #tovar_card div:nth-child(3) {float:left;width: 10%;}
  #tovar_card div:nth-child(4) {float:left;width: 10%;text-align:center;}
  #tovar_card div:nth-child(5) {float:left;width: 10%;text-align:center; font-size:10pt;}

  .tovar_card_price {float:right; width:10%;}

  #tovar_card img {width:80%;margin:2%; border-radius: 6px;}    

H1 {/*font-family: MS Sans Serif;*/ color:#2196f3; font-size:13pt;}
H2 {/*font-family: Arial;*/ color:#0000aa; font-size:12pt;}
H3 {/*font-family: Arial;*/ color:#ffffaa; font-size:11pt;}

  .rub {color:#cccccc; font-size:10pt;}

  #tprice {font-size: 14pt;}


        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

        .hero {
            height: 300px;
            position: relative;
            overflow: hidden;
            width: 98%;
    border-radius: 10px;
    margin-top: 1%;
        }

        /* Фоны  ЧЁТКИЕ и на всю ширину */
        .hero-background {
            position: absolute;
            inset: 0;
            background-size: cover;           /* заполняет всю ширину и высоту */
            background-position: center;      /* всегда по центру */
            background-repeat: no-repeat;
            opacity: 0;
            transition: opacity 1.8s ease-in-out;
            z-index: 1;
        }
        .hero-background.active { opacity: 1; }

        /* Тёмный замыленный overlay  */
        .overlay {
            position: absolute;
            inset: 0;
background: linear-gradient(90deg, rgba(15, 23, 42, 0.92) 0%, rgb(224 224 224 / 8%) 50%, rgb(173 175 178 / 45%) 80%, rgb(42 42 42 / 25%) 100%);
            backdrop-filter: blur(0px);
            z-index: 2;
        }

        .content { position: relative; z-index: 10; height: 100%; }

        .top-bar {
            background: #0f172a;
            color: #e2e8f0;
            font-size: 14px;
            padding: 8px 0;
        }

        .logo {
            font-family: 'Inter', system-ui, sans-serif;
            font-size: 30px;
            font-weight: 800;
            letter-spacing: -1px;
            margin-right: 30px;
        }

        .menu-link 
        {
            padding: 10px;
            border: 1px #0e172a solid;
            border-radius: 10px;
            color: #0e172a;
            transition: all 0.3s ease;
            background: #ffffff;
            width: 30%;
            text-align: center;
        }
        .menu-link:hover {
            color: #ffffff;
            transform: translateY(-1px);
            background: #f97316;
        }

        .menu-link img , .btnsvg {height:20px;display: inline;margin-right:12px}

        /* Glassmorphism  прозрачный + мутный инфоблок */
        .contact-card {
    background: rgb(37 43 62 / 65%);
    backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
    color: #ffffff;
    border-radius: 12px;

        }

         /* Стили для кликабельного номера */
        .phone-link {
            color: #ffffff;
            text-decoration: none;
            cursor: pointer;
            font-weight: bold;
            text-decoration: none;
        }
        .phone-link:hover {
            text-decoration: none;
            color: #ffff00;
        }

        /* Overlay (темный фон) */
        #overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 999;
        }

        /* Модальное окно */
        #modal {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
            z-index: 1000;
            text-align: center;
            max-width: 300px;
            width: 90%;
        }

        /* Кнопки в модальном окне */
        .modal-btn {
            display: block;
            width: 90%;
            margin: 25px 0;
            padding: 12px;
            border: none;
            border-radius: 5px;
            font-size: 24px;
            cursor: pointer;
            text-decoration: none;
            color: white;
        }
        .whatsapp-btn {
            background-color: #25D366;
        }
        .telegram-btn {
            background-color: #0088cc;
        }
        .close-btn {
            background-color: #fdc4bf;
            font-size: 18px;
            position: absolute;
            top: 10px;
            right: 15px;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            color: #ffffff;
            border-color: #f2acac;
        }

        .col-sm-6
        {
          float:left;
          width:29%;
          padding:2%;
          margin:1%;
          border:1px #efefef solid;

        }

        /* Адаптивность для мобильных */
        @media (max-width: 1024px) 
         {
            .col-sm-6
            {
              float:left;
              width:85%;
              padding:2%;
              margin:1%;
              border:1px #efefef solid;

            }

            #modal {
                width: 95%;
                padding: 20px;
                scale:2;
                left:67%;
            }
        }


        body {
            font-family: 'Inter', system-ui, sans-serif;

        }



  #tableLeft img {max-width: none;border: 3px #ffffff solid;
    border-radius: 6px; box-shadow: #000 2px 2px 20px;}
  h1 {font-size:14pt}
  h2 {    padding: 10px;
    font-size: 10pt;}
  table {width: 98%;
    margin: 1%;}

    form textarea {border: 1px #aaa solid;}

    nav {width:100%}

    #menuTbl td {height:100px;padding: 10px;}

    #tableLeft h4 {color:#f3aa77;font-size:14pt; text-shadow: #000 1px 1px 1px;}

    .priceHead {float:left; width:100%; min-height:50px;background-color: #5c606d;
    color: #ffffff; border-radius:6px;padding:8px; margin-top:40px;}

    #mobileMenu {display: none}

    table input,table button {border:1px #aaa solid; padding:10px;border-radius: 6px;}
table h1  {font-size:16pt}
.tdpricetab {padding:15px;padding-left:3%}

  #article {width:80%;margin-left:10%;font-size:16pt;}

  #article p {margin-bottom:30px}

  #article ul {list-style:circle; margin-left:30px;}

  #article h2 {font-size:20pt;margin-top:40px;color:#009688}

  #article h3 {font-size:16pt;margin-top:40px;color:#2196f3}

  #article h1 {font-size:26pt;margin-top:40px; }

  

  #article a {border-bottom:1px #aaa dotted;}

/* Изображения - всегда по центру 571563 */
#article img {
    display: block;
    margin: 40px auto;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Таблицы - всегда по центру */
#article table {
    margin: 40px auto;
    max-width: 100%;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 4px 35px rgba(0,0,0,0.3);
    border-radius: 8px;
    overflow: hidden;
}

/* Ячейки таблицы */
#article th,
#article td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

#article th {
    background: #f8f9fa;
    font-weight: 600;
}

#tovar_description {float: left;
    width: 98%;
    padding: 4%;
    margin: 1%;
    border: #555555 1px dashed;}

#tovar_description a {border-bottom: 1px #aaaaaa dotted}    

#promo {scale:0.8; float:left; width:160px;margin:5px; border-radius:10px;border:1px #2196f3 solid;overflow:hidden;}

#tovcard {background: #ffffff; margin:2%; width:100%;border:none;}
#tovcard td {padding: 1%;}
#footer {border-top:1px #eeeeee solid;margin:40px;padding:20px}


.menuRound 
{
  display:block;
  width:10px;
  height:10px;
  border-radius: 5px; 
  background: #fad57e;
  float:right
}

#footer {float:left;width: 100%;font-size:8pt; color:#888888;}
#mobileMenuCalc {display: none}

.menu_h4 {color:#efefef;text-shadow: #000 1px 1px 1px;}




/* Layout */
.flex { display: flex; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-x-8 { column-gap: 2rem; }

.grid { display: grid; }
.grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
.col-span-8 { grid-column: span 8 / span 8; }
.col-span-4 { grid-column: span 4 / span 4; }

.w-full { width: 100%; }
.w-\[340px\] { width: 340px; }
.max-w-screen-2xl { max-width: 1536px; }
.max-w-\[620px\] { max-width: 620px; }

.mx-auto { margin-left: auto; margin-right: auto; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.p-6 { padding: 1.5rem; }

.mb-8 { margin-bottom: 2rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 0.5rem; }

/* Typography */
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.font-semibold { font-weight: 600; }
.font-medium { font-weight: 500; }
.leading-none { line-height: 1; }
.tracking-\[-1px\] { letter-spacing: -1px; }

.text-white { color: #ffffff; }
.text-emerald-400 { color: #34d399; }

/* Backgrounds */
.bg-slate-900 { background-color: #0f172a; }
.hover\:bg-slate-800:hover { background-color: #1e2937; }

.bg-orange-500 { background-color: #f97316; }
.hover\:bg-orange-600:hover { background-color: #ea580c; }

/* Effects */
.rounded-2xl { border-radius: 1rem; }
.transition-all { transition: all 0.15s ease; }
.transition-colors { transition: color 0.15s ease, background-color 0.15s ease; }

/* Glassmorphism */
.backdrop-filter { backdrop-filter: blur(8px); }

.transition-all
 {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}



.bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.rounded-2xl {
    border-radius: 1rem;
}

a {
    color: inherit;
    text-decoration: none;
}

img, video {
    max-width: 100%;
    height: auto;
}

audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle;
}

*, ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}


element.style {
}

.p-6 {
    padding: 1.5rem;
}

.w-\[340px\] {
    width: 340px;
}
.contact-card {
    background: rgb(37 43 62 / 65%);
    backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
    color: #ffffff;
    border-radius: 12px;
}

*, ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

*, ::before, ::after {
    --tw-border-spacing-x
0
: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

.pt-4 {
    padding-top: 1rem;
}

.justify-end {
    justify-content: flex-end;
}

.items-start {
    align-items: flex-start;
}

.flex {
    display: flex;
}

.col-span-4 {
    grid-column: span 4 / span 4;
}

.gap-3 {
    gap: 0.75rem;
}

.items-center {
    align-items: center;
}

.transition-colors {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.tracking-wider {
    letter-spacing: 0.05em;
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
    margin: 0;
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
    margin-top:10px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}

.text-amber-300 {
    --tw-text-opacity: 1;
    color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.font-medium {
    font-weight: 500;
}

.gap-1\.5 {
    gap: 0.375rem;
}

*, ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;

}

body {
    margin: 0;
    line-height: inherit;
    font-family: 'Inter', system-ui, sans-serif;
    line-height: 1.5;
    tab-size: 4;

}




@media (max-width: 1024px) 
{
  #footer {float:left;width: 100%;font-size:14pt; color:#888888;padding: 20px;}

  .tdpricetab {padding:15px;}
  #mobileMenu, #mobileMenuCalc {display: block; float:left; width:100%;padding:20px;text-align: center; background-color: #484951;}

  #mobileMenu a , #mobileMenuCalc a {display:inline-block;width: 150px; height:150px; overflow: hidden; border:4px #fff solid; border-radius:15px; box-shadow: #000000 1px 1px 20px;margin:30px;}



    #mobileMenu span , #mobileMenuCalc span{ width: 140px;
    display: block;
    float: left;
    /* width: 14%; */
    position: absolute;
    margin-top: 10px;
    font-size: 20pt;
    color: #ffffff;
    text-shadow: #000 1px 1px;}

    #mobileMenuCalc {background-color: #2f3030; height:375px; display: none;}
    #mobileMenuCalc a , #mobileMenuCalc img, #mobileMenuCalc span {width: 200px; height:200px;}



  
  #tprice {font-size: 28pt;}
  h2 {font-size:30pt;}
  table h1,h1 {font-size:36pt;}
  table h2,h2 {font-size:26pt;}

   #mobNav {display: block;}
   #mobNav td {padding: 2%;max-width: 23%;}
   #tableLeft {width: 0px;overflow: hidden;display: none;}


   .MOBILEONLY {display: block;}
   .DESKTOPONLY, .DESKTOPINLINEONLY {display: none;}
   .prtab {width:100%;}
   .prtab td {font-size:20pt;}
   .rub {color:#b3daf9; font-size:24pt;}

   .tovar_card_price {float:right; width:40%;} 

   #tovar_card  img {width:240px;height:180px; border: none;}    

    #tovar_card div:nth-child(1) {width: 30%;}
    #tovar_card div:nth-child(2) {width: 24%;min-height:180px;padding: 10px;}
    #tovar_card div:nth-child(3) {width: 40%;float: right;text-align: right; font-size:20pt;margin-right: 2%;}
    #tovar_card div:nth-child(4) {}

  

    #tovar_card div:nth-child(5) {width: 40%;float: right;text-align: right;font-size:14pt;height:20px;overflow: hidden;margin-right: 2%;}

    #tovar_card div:nth-child(4)::before {content:"Вес: "; opacity: 0.6;}
    #tovar_card div:nth-child(5)::before {content:"Упаковка: ";  }

    #tovar_card div:nth-child(8) {display: none;}
    #tovar_card div:nth-child(7) {display: none;}

    #tovar_card div:nth-child(6) {width: 20%; font-size: 30pt;text-align:right;padding:1%;border:1px #2196f3 solid;border-radius:10px; color:#2196f3; background: #FFFFFF;position: absolute;
        right: 10px;
        bottom: 10px;}

    .prtab a {font-size:26pt;color:#2196f3}   


      #anons {position:fixed;z-index:10;top:0px;width:96%;background-color: #2196f3;text-align:center;margin-bottom:3px;box-shadow: 0 0 20px black;padding:2%;color:#ffffff;font-size: 24pt;height:80px;}  

      header {display: none}
      h1 {font-size:30pt}

      .ves {position: absolute;
    bottom: 10px;
    left: 10px;
    background: #454343;
    height: 22%;
    width: 15%;
    color: #fff;}

    table {font-size:26pt;}
    table h1, h1  {font-size:30pt}

    #promo {scale: 1.5;
        float: left;
        width: 180px;
        margin: 60px;
        border-radius: 10px;
        border: 1px #2196f3 solid;
        overflow: hidden;
        font-size: 12pt;}

     
}     

