 :root {
  --ansid-orange-color:  #D05C4D;
   --ansid-blue-color :#6E89BD;
}

 
 .custom-btn {
     
   
  Top:-11em; 
  
  width: 400px;
  height: 80px;
  color: #fff;
  border-radius: 5px;
  padding: 15px 40px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
    font-size: 42px;
         
  
  
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}

.head-btn {
   
   
   
   top:0px;
   right:0.2em;
  width: 100%;
  height: 80px;
  color: #fff;
  border-radius: 5px;
  
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: absolute;
  display: inline-block;
    font-size: 2.5vw;
         
  
  
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}



.btn-12{
  position: relative;
    width: 100%;
  height: 80px;
  border:none;
  box-shadow: none;
  
  line-height: 42px;
  -webkit-perspective: 1500px;
  perspective: 1500px;
}

.head-btn-12{
  position: relative;
  
  bottom:10em;
  border:none;
  box-shadow: none;
  width: 100%;
  height: 80px;
  line-height: 42px;
  -webkit-perspective: 1500px;
  perspective: 1500px;
}

.btn-12 span {
  background: rgb(0,172,238);
background: linear-gradient(0deg, rgba(110, 137, 189,1) 0%, rgba(120,140,205,1) 100%);
  display: block;
  position: absolute;
  width: 100%;
  height: 80px;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  border-radius: 5px;
  margin:0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn-12 span:nth-child(1) {
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -40px;
  -moz-transform-origin: 50% 50% -40px;
  transform-origin: 50% 50% -40px;
}
.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -40px;
  -moz-transform-origin: 50% 50% -40px;
  transform-origin: 50% 50% -40px;
}
.btn-12:hover span:nth-child(1) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.btn-12:hover span:nth-child(2) {
  box-shadow:inset 4px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
 color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
  
  



.contact-widget__icon-close {
    position: absolute;
    width:  5rem;
    height:  5rem;
    top: 2%;
    left:-1%; 
    background-color:  silver ;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    color: #fff;
    padding: 0;
    z-index: 4;
    opacity: 0;
     transition: 0.5s;
}
.flex-center {
   display: flex;
    align-items: center;
    justify-content: center;
     text-align: center;
}

.overlay {
  height: 42%;
  width: 0%;
  position: absolute;
  z-index: 3;
  top: 5em;
  left: 0;
 
  background-color: rgba(110, 137, 189, 0.7);
  overflow-x: hidden;
  transition: 0.5s;
   align-items: center; 
    justify-content: center;
     
}





.overlay-content {
 
    width: 0%;
   height: 30%; 
  position: absolute;
   display: flex;
    align-items: center;
 left:3em;
top: 10em;
transition: 0.5s;
     justify-content: space-between;
     z-index:3;
     
}




.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.5s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

 

@media (max-width: 1499.98px) {.overlay { height: 65%; }}
@media (max-width: 1499.98px) {.overlay-content { height: 45%;top: 13em; }}
 /* 

@media (max-width: 1199.98px) {.overlay {height: 48%;}}

@media (max-width: 1199.98px) {.overlay-content { width: 88%;right:5em;}}
@media (max-width: 999.98px) {.overlay-content { width: 88%;right:7em;}} */

  

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
} 
 
 .invisible {
  visibility: hidden !important;
}
 
 
 .roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
} 
     /*  что касается УДПКЛ   */
.tabledesc{width:140%;  border: 2px solid black;
  border-collapse: collapse;}
  
 .tabledescPSK{width:100%;  border: 2px solid black;
  border-collapse: collapse;} 
  

.aaslink{  color: black; display: block; width: 100%;
  height: 100%;}
.aaslink:hover{  color: #434547 ;}

.imageupdkl {width: 100%;      transition: transform 0.3s ease;}
 .imageupdkl:hover{transform: scale(2); }
@media (max-width: 2399.98px) {.imageupdkl {bottom:20em;}}


/*.catans {padding-left:0px; 
 padding-right:0px;
 margin-left: 0px;
 margin-top: 5px;
  
    flex: 0 0 auto;
    width: 10%;
     
    
 
   
}
@media (max-width:2199.98px) {.catans {width: 12%;}}
@media (max-width: 1499.98px) {.catans {width: 25%;}}
@media (max-width: 575.98px) {.catans {width: 100%;}}*/

.tooltip-inner {
    background-color: #6E89BD; /* Цвет фона */
    font-weight: 600;
    color: #ffffff; /* Цвет текста */
    border-radius: 4px;
    padding: 5px;
    font-size: 14px;}
.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #6E89BD; /* Цвет стрелки */}


/*

.catans:hover {z-index:2;
}

.catcatframe {
      position: relative; 
  border-style: solid;
  border-width: 4px;
  border-radius: 1.8em;
  border-color: #e9a045;
   
    
}

 .catframe {
     width: 100%;
     height:100%;
      position: relative; 
  border-style: solid;
  border-width: 4px;
  border-radius: 1.8em;
  border-color: #e9a045;
   z-index:1;
 }



.catframe:hover {
  border-color: #6E89BD;
  
  transform: translate(8px,5px);
  transform: scale(1.1,1.1);
box-shadow: 5px 8px 5px 3px rgba(110, 137, 189,	  0.5);
   z-index:2; }  */

.category{width: 100%;
    height:100%;
}

.manframe {
      display: block;
    margin-left: 0;
    margin-right: 0 ;
  border-style: solid;
  border-width: 4px;
  border-radius: 1.8em;
  border-color: #6E89BD;
   height:20em; width: 95%;
    
}

.manframemob {
      display: block;
    margin-left: 0;
    margin-right: 0 ;
  border-style: solid;
  border-width: 4px;
  border-radius: 1.8em;
  border-color: #6E89BD;
    
    
}



.manframe:hover {
  border-color: #e9a045;
  
  transform: translate(8px,5px);
  transform: scale(1.1,1.1);
box-shadow: 5px 8px 5px 3px rgba(	233,	160,	69, 0.5);
   z-index:3; }


 .imageman{ width: 100%;
  height: 100%;    border-radius: 1.5em;}

.posright  {position: relative; 
float:right; }

.intleft {margin-left:2em;}

  .art{padding-top: 15px;
                 display: flex;
                align-items: baseline;} 
     .artmob{
                 padding-top: 5px;padding-bottom:3px;
                 display: block;
                     line-height: 14px;
                     color: #9d9d9f;
                     padding-right: 10px;
                     max-width: 100%;
                    font-size:16px;
               }               
              
    .artikul{display: block;
                     line-height: 14px;
                     color: #9d9d9f;
                     padding-right: 10px;
                     max-width: 62%;
                    font-size:16px;}
                    
                    
     .artikul-mob{display: block;
                     line-height: 14px;
                    
                     padding-right: 0px;
                     max-width: 100%;
                   
         margin-bottom: 1em;
         vertical-align: inherit;     
    font-size: 16px;
    
    color: #1c2d38;
    font-weight: bold;
         
         
         
     }
     
     
     .artikulmob{display: block;
                     line-height: 14px;
                     color: #9d9d9f;
                     padding-right: 10px;
                     max-width: 100%;
                   font-size:16px;
          margin-left: auto;}
     
                                    
                    
                    
   .nomer{vertical-align: inherit;     
    font-size: 18px;
    line-height: 14px;
    color: #1c2d38;
    font-weight: bold;} 
    
    .nomermob{vertical-align: inherit;     
    font-size: 16px;
    line-height: 14px;
    color: #1c2d38;
    font-weight: bold;} 
     


  .catframesub {
  border-style: solid;
  border-width: 2px;
  border-radius: 3%;
 color: #6E89BD;
    
}

.catframesub:hover {
  border-color: var(--ansid-orange-color);
       
   
 
  transform: translate(5px,3px);
  transform: scale(1.1,1.05);
box-shadow: 3px 5px 3px 1px rgba(	208,	92,	77, 0.5);
   z-index: -1;   
}

 
  /* Свойство отвечающее за формирование тени 
   8px - отступ по оси Х
   10px - отступ по оси Y
   5px - радиус размытия тения
   2px - радиус распространения
   rgba - функция формирующая цвет тени
  */
  


.supcol {position: relative;bottom: -30px; height:70px;}
@media (max-width: 991px) {
	.supcol  {position: relative;
	bottom:0px;
	}
}
  
    

.sup   {margin-right:  20px; width:80%;}


.dropbtn {
   
  color: white;
  padding: 3px;
  font-size: 3px;
  border: none;
}

.dropdown {
   
  float:left; border-radius:3px 3px 3px 3px;
  
    width: 90%;
   height:100%;
   
    
 
 
 
}
 
 .dropdown :hover {  z-index:2;
}
 
 
 
 
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #efefdd;
  min-width: 180px;
  box-shadow: 25px 8px 16px 0px rgba(0,0,0,0.2);
  
  z-index:6;
  
  
  
   top: 1em;
  left: 150px;
 
  
}

@media (max-width: 1399px) {
	.dropdown-content {
	left: 30px;
	}}
@media (max-width: 1199px) {
	.dropdown-content {
	left: 50px;
	}}	
@media (max-width: 1499px) {
	.dropdown-content {
	left: 80px;
	}}	
	 @media (max-width: 899px) {
	.dropdown-content {
	left: 15px;
	}}

.dropdown-content a {
  color: #6E89BD;
  font-weight:600;
  padding: 3px 3px;
  text-decoration: none;
  display: block;
  font-size: 12pt;
}

.dropdown-content a:hover {background-color: #ddd; color: var(--ansid-orange-color);font-size: 13pt;font-weight:800;}

.dropdown:hover .dropdown-content {display: block;}



  body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      color: #456;
       
    }

    .slider {
      position: relative;
      overflow: hidden;
    }

    .slider__wrapper {
      display: flex;
      transition: transform 0.6s ease;
    }

    .slider__item {
      flex: 0 0 30%;
      max-width: 50%;
    }
    
    @media (max-width: 768px) {.slider__item {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
     

    .slider__control {
      position: absolute;
      top: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      color: #fff;
      text-align: center;
      opacity: 0.5;
      height: 50px;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, .5);
    }

    .slider__control:hover,
    .slider__control:focus {
      color: #fff;
      text-decoration: none;
      outline: 0;
      opacity: .9;
    }

    .slider__control_left {
      left: 0;
    }

    .slider__control_right {
      right: 0;
    }

    .slider__control::before {
      content: '';
      display: inline-block;
      width: 40px;
      height: 40px;
      background: transparent no-repeat center center;
      background-size: 100% 100%;
    }

    .slider__control_left::before {
      background-image: url(/catalog/view/theme/test/image/home/carousel/left.png);
    }

    .slider__control_right::before {
      background-image: url(/catalog/view/theme/test/image/home/carousel/right.png);
    }

    .slider__item>div {
      line-height: 250px;
      font-size: 100px;
      text-align: center;
    }
    
/*     *{
   box-sizing: border-box;
}*/

body {
  background-color: #f1f1f1;
  padding:0px;
  font-family: Arial;
  
    margin: 0;
    background-color: #f2f2f2;
    color: #1d1d1f;
    font: 10px Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
 
}

/* Center website */
.main {
  max-width: 1000px;
  margin: auto;
}

h1 {
  font-size: 50px;
  word-break: break-all;
}

.row {
  margin: 10px -16px;
}

/* Add padding BETWEEN each column */
.row,
.row > .column {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  display: none; /* Hide all elements by default */
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: white;
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */


.btn:hover {
  background-color: #ddd;
  border-radius: 5%;
}

.btn-primary:hover {
  background-color: #eee;
  border-radius: 5%;
}


.btn.active {
  background-color: #666;
  color: white;
  border-radius: 50%;
}
.supim{width:225px;
       height:100%;
    
}

   [data-tooltip] {
    position: relative; /* Относительное позиционирование */ 
   }
   [data-tooltip]::after {
    content: attr(data-tooltip); /* Выводим текст */
    position: absolute; /* Абсолютное позиционирование */
    width: 230px; /* Ширина подсказки */
      font-size:0.7vw; 
    left:-6vw; top:0; /* Положение подсказки */
    background: white; /* Синий цвет фона */
    color: #494d52 ; /* Цвет текста/ графітовый */
    padding: 0.2em; /* Поля вокруг текста */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Параметры тени */
    pointer-events: none; /* Подсказка */
    opacity: 0; /* Подсказка невидима */
    transition: 0.5s; /* Время появления подсказки */
    z-index: 8;
    border:1px solid #494d52;
   } 
   [data-tooltip]:hover::after {
    opacity: 1; /* Показываем подсказку */
    top: 3em; /* Положение подсказки */
     left: -8vw; 
   }
   
   #prev img { top: 30px;
            left: 15px; }
 
  #prev img:hover  { transform: scale(1.2,1.3);
  opacity: 0.5;}
  
 .btncle { background-color: #fdf8f8; 
 width:100%;
  height:100%;
 border-radius:3px 3px 3px 3px;}
 
 
 
 .imagcat{width:100%;  height:170px; border-radius:3px 3px 3px 3px; padding: 0px 0px 0px 0px;z-index: 2;}
 
 .imagcatsub{width:100%;  height:90px; border-radius:3% 3% 3% 3%; padding: 0px 0px 0px 0px;}
 
 .catname {background-color: lightgrey;
                font-size: 18px; 
                color:black;
             height:60px;    
                
              margin: 0 0 0 0;  
     display: flex;
  align-items: center;
     
 }
 
 
 
  .catnamesub {background-color: white;
                font-size: 13px;
                color:black; 
                margin-bottom:0;
                padding-bottom:7px;
                padding-top:7px; 
                border-radius:0px 0px 3px 3px;}
  
 
 .divcatname{height:75px;}
 
  
.infocat { position: absolute;   z-index: 3;  }
.catdesc { position: absolute; z-index:3; top:-0.8vw; }

/* photo produkt*/
body {
  font-family: Arial;
  margin: 0;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.containeransid {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.mySlidemobs {
  display: none;
}



/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  background-color: var(--ansid-orange-color); 
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 5px 5px 0;
  user-select: none;
  -webkit-user-select: none;
  text-decoration:underline dotted var(--ansid-orange-color); 
      
   
    
  
  
  
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 5px 0 0 5px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: #6E89BD;
  color:#FFF8DC;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #6E89BD;
  font-size: 16px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-containeransid {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.rowansid:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.columnansid {
  float: left;

  
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}


.improd {
    width:100%;
    height:350px;  
    margin: 2px 0px 2px 0px; 
    border-width: 2px;
  border-radius: 3%;
  border-color: var(--ansid-orange-color);
  border-style: solid;
     
 }
 
 .improdmob {
    width:100%;
    max-height: 200px;
    margin: 2px 0px 2px 0px; 
    border-width: 2px;
  border-radius: 3%;
  border-color: var(--ansid-orange-color);
  border-style: solid;
     
 }
 

 
  
.thuprod { width:100%;
margin: 1px 0px 1px 0px;
border-width: 1px;
  border-radius: 2%;
  border-color: #6E89BD;
  border-style: solid; }
 .thuprod:hover{ border-color: var(--ansid-orange-color);} 
 
 
 .thuprodmob { width:20%;
margin: 1px 0px 1px 0px;
border-width: 1px;
  border-radius: 2%;
  border-color: #6E89BD;
  border-style: solid; }
 .thuprodmob:hover{ border-color: var(--ansid-orange-color);} 
 
 
  
  
.rowthu {max-height: 350px; overflow-y: scroll; margin-top:0px; padding-top:0px;margin-bottom:0px; padding-bottom:0px;}
.rowthumob {max-height: 200px;  margin-top:0px; padding-top:0px;margin-bottom:0px; padding-bottom:0px;}
.accordion-button {background-color:var(--ansid-orange-color);font-weight: 600; font-family:"Roboto", sans-serif;
    color: white;
    border-style: solid;
  border-color: var(--ansid-orange-color);
  border-width: 2px;font-size: 2rem;
}  
  
.accordion-button:not(.collapsed){background-color:var(--ansid-orange-color);font-weight: 600; font-family:"Roboto", sans-serif;
    color: white;
    border-style: solid;
  border-color: white;
  border-width: 2px;
   box-shadow: 0 0 0 .25rem var(--ansid-orange-color);
} 

.accordion-button:focus{    z-index: 3;
    border-color:white;
    outline: 0;
    box-shadow: 0 0 0 .25rem var(--ansid-orange-color);}
  
  .accordion-button:not(.collapsed):after {background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");transform: rotate(-180deg);}
  
  .accordion-button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");}
  
 
 
 
 
 table {
 font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  border:3px solid black;
}


 th,td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
tr:hover {background-color: #e9a045;}


 tr:nth-child(even) {background-color: #e2e7ed;}
.tab-content{color:black;}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th{border-bottom-width:0.2px;}

   tr:nth-child(even):hover {background-color: #e9a045;}
 
.cell-link {
  display: block;
  /* Чтобы ссылка не имела отступов */
  margin: -5px;
  padding: 5px;
  /* Дополнительная стилизация для наглядности */
  color: blue;
  text-decoration: underline;
}

       
 .atribute{max-height: 100px;  /*высота таблицы в аккордионе*/ 
 overflow-y: scroll;}
  
 .accordion-header{margin-top:2px;margin-bottom:2px;}
 
  
  
  
  .input-file {
	position: relative;
	display: inline-block;
	
}

  
  
 
  
   .input-file {
	position: relative;
	display: inline-block;
	
}



.input-file-text {
	padding: 0 10px;
	line-height: 50px;
	text-align: center;
	height: 50px;
	display: block;
border: none;
	box-sizing: border-box;
	width: 320px;
	border-radius: 0px 0px 0 0px;
	border: 1px solid #6E89BD;
	 background: #6E89BD;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  	box-sizing: border-box;
  	margin-left:10px;
  	padding-left:10px;
  	border-left:10px;
}
.input-file-btn {
position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-size: 14px;
	vertical-align: middle;
	color: rgb(255 255 255);
	text-align: center;
	border-radius: 0 0px 0px 0;
	background-color: #6E89BD;
	line-height: 22px;
	height: 50px;
	padding: 10px 20px;
	box-sizing: border-box;
	border: none;
	margin: 0;
	float: left;
	font-weight: 700;
	transition: background-color 0.2s;
	 
}
.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
 
/* Focus */
.input-file input[type=file]:focus + .input-file-btn {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover/active */
.input-file:hover .input-file-btn {
	background-color: #B6C4DE;
}
.input-file:active .input-file-btn {
	background-color: #F0F3F8;
}
 
/* Disabled */
.input-file input[type=file]:disabled + .input-file-btn {
	background-color: #eee;
}

.modal-download {
 
	font-size: 14px;
	vertical-align: middle;
	color: #6E89BD;
	text-align: center;
	border-radius: 0 0px 0px 0;


	line-height: 22px;
	height: 50px;
 
	font-weight: 700;
	transition: background-color 0.2s;
 }

.download{position: absolute; right: 140px;top:150px;width:350px;}

@media screen and (max-width: 580px) {
  .download{
   right: 30px;
  }
}
@media screen and (max-width: 580px) {
  .h2dialog{
   font-size: 18px;
  }
}  




.buttondown {background-image: linear-gradient(to bottom, white, #D05C4c); font-size:18px; width:95%; height: 3.3em; margin-top:10px; color: #191919;}

.prodincat {
    color:#6E89BD;
    font-size: 18px;
    font-family: 'Magra', serif;
    font-family: var(--font-headers), serif;
    font-weight: 700;
    padding: 0 0 5px;
    -webkit-transition: all .3s ease; }
.prodincat:hover {
    color:#B6C4DE;}
    
.navbarman {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: .5rem;
    padding-bottom: .5rem;
} 




/* menuansid */
#menuansid {
	background-color: white;
		z-index: 3;
visibility: hidden; 
transition: visibility 0.05s, width 1.5s;
width:0%; 
 
}
#menuansid .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
 
}
#menuansid .nav > li > a:hover, #menuansid .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menuansid .dropdown-content {
	padding-bottom: 0;
}
#menuansid .dropdown-inner {
position:absolute;	display: table;
		z-index: 6;
}
#menuansid .dropdown-inner ul {
	display: table-cell;
	z-index: 6;
}
#menuansid .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 6px 20px;
	clear: both;
	line-height: 20px;
	color: var(--ansid-blue-color);
	font-size: 16px;
 
	border: 1px solid #6E89BD;
	 
		z-index: 6;
}
#menuansid .dropdown-inner li a:hover {
	color: #6E89BD;
	font-weight: 500;
}
#menuansid .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 14px;
}
#menuansid .see-all:hover, #menuansid .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #6E89BD;
 
	background-repeat: repeat-x;	font-size: 14px;font-weight: 500;
}
#menuansid #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menuansid .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menuansid .btn-navbar:hover, #menuansid .btn-navbar:focus, #menuansid .btn-navbar:active, #menuansid .btn-navbar.disabled, #menuansid .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menuansid .dropdown:hover .dropdown-menuansid {
		display: block;    
	}
}
@media (max-width: 767px) {
	#menuansid {
		border-radius: 4px;
	}
	#menuansid div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menuansid div.dropdown-menuansid {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
/*	#menuansid .dropdown-inner {
		display: block;
	}*/
	#menuansid .dropdown-inner a {
		width: 100%;
		
	}
	#menuansid .dropdown-menuansid a:hover,
	#menuansid .dropdown-menuansid ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menuansid .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
 
#readMore{display:none;}

.sidebar {
  margin: 0;
  padding: 0;

  background-color: #f1f1f1;
  position: flex;
   
  overflow: auto;
}

.sidebarmob {
  margin: 0;
  padding: 0;

  background-color: #f1f1f1;
  position: flex;
   
  overflow: auto;
}


.brsidebar a {
  display: block;
  color:var(--ansid-blue-color);
 font-size: 18px;
  border-color:var(--ansid-blue-color);
  
  text-decoration: none;
  
   margin-bottom: 0px;
   
 
}


.brsidebarmob a {
  display: block;
  color:var(--ansid-blue-color);
 font-size: 18px;
  border-color:var(--ansid-blue-color);
  
  text-decoration: none;
  
   margin-bottom: 0px;
   
 
}

.sidebar a {
  display: block;
  color:var(--ansid-blue-color);
 font-size: 18px;
  border-color:var(--ansid-blue-color);
  padding: 16px;
  text-decoration: none;
   
}


.sidebarmob a {
  display: block;
  color:var(--ansid-blue-color);
 font-size: 18px;
  border-color:var(--ansid-blue-color);
 
  text-decoration: none;
}


 
.sidebar a.active {
   display: inline-block;
  
  background-color: var(--ansid-orange-color);
  color: white;
}

.sidebarmob a.active {
   display: inline-block;
  
  background-color: var(--ansid-orange-color);
  color: white;
}



.sidebar a:hover:not(.active) {
  background-color: var(--ansid-blue-color);
  color: white;
}
.sidebarmob a:hover:not(.active) {
  background-color: var(--ansid-blue-color);
  color: white;
}


.sidebarcell {background-color:  var(--ansid-orange-color); 
border-radius: 1em;}
.sidebarcellmob {background-color:  var(--ansid-orange-color); 
border-radius: 1em;}

.sidebarcell_cat{border:solid; border-radius: 1em;}


.sidebarcell_cat_mob{border:solid; border-radius: 1em;  border-color:var(--ansid-blue-color);     padding-top:0.2em; padding-bottom:0.2em;padding-left:2em; padding-right:2em;}

.manh{
    
  
  color: var(--ansid-orange-color);
  font-weight: 300;
}
.manh1{
    
  
  color:#4a6394  ;
  font-weight:500;
}

.mancatalog{width:calc(20% - 0px);
  color: var(--ansid-orange-color);
  font-weight: 300;
}


@media screen and (max-width: 576px) {
  .mancatalog{ width: 50%;
  color: var(--ansid-orange-color);
  font-weight: 300;
}}

.catcatalog{width:calc(20% - 0px);
  color:#44444;
  font-weight: 300;
}


@media screen and (max-width: 576px) {
  .catcatalog{ width: 50%;
  color: #44444;
  font-weight: 300;
}}





.mcb {  border-radius: inherit;
    bottom: 0;
    left: 0;
    opacity: 1;
    
    right: 0;
    top: 0;
    z-index: 1;
 
    background-color:black;}
.manuf {border-width:medium;
  border-color:var(--ansid-blue-color);}
.manh1>span {
    
  
  color: var(--ansid-blue-color);
  font-weight: 800;
}

.colorblue{color:  var(--ansid-blue-color);}
.labeloption
{color:#6ba54a;
font-family: Arial; font-size: 16px;}
.labeloptionval
{color:#6ba54a;
font-family: Arial; font-size: 18px;
 font-weight: 700;   
}
.requestnewcontact {width: 80%;
    border: none;
    display:  block;
    margin: 0 auto;
    background-color:  var(--ansid-blue-color);
    color: white;
    line-height: 38px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 1em; 
    transition: 0.5s;
    font-size:20px;  
    position: relative;
    text-align: center;
    justify-content: center;
    top:5px; 
    }
 .requestnew{width: 80%;
    border: none;
    display:  block;
    margin: 0 auto;
    background-color:  var(--ansid-blue-color);
    color: white;
    line-height: 38px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 1em; 
    transition: 0.5s;
    font-size:20px; 
    position: relative;
    top:150px; 
    
    text-align: center;
    justify-content: center; 
    }
    
  @media screen and (max-width: 700px) {
  .requestnew{
     width: 90%; top:0px; 
  }
}  
    
    
    
    
    
    
   .requestnew:hover{  background-color: var(--ansid-orange-color);} 
     .requestnew:active{   background-color: var(--ansid-blue-color);
 box-shadow: 0 0 5px rgba(0, 0, 0, 0.8); 
 transform: scale(0.85);}
    
  .request{background-image: 
 linear-gradient(to top, white, #6E73BD); 
  
 font-size:20px; width:80%; 
 color: black;
 position: relative; 
 border-radius:12px;
 top:150px; 
 left:40px; 
 text-align: center;
 justify-content: center; height: 50px;}
  
  
  
   

 .request:hover{background-image: 
 linear-gradient(to 20%, #6E89BD,white); 
 border: 3px  solid  #6E89BD;
  border-radius:14px;
   font-size:25px;
   font-weight: bolder;
   width:180%; 
  color: #6E89BD;
 
  
 }
.circle {
         
         position: relative;
  top: -10px;
  left: -10px;
  display: inline-block;
  width: 18px;
  height: 18px;
 vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  border: 1px solid red;
   background-color:red;
  color:white;
  font-weight: 900;
}   
.headmenu  {
    border: none;
    display:  block;
  margin: 0 auto;
    background-color:  var(--ansid-blue-color);
       color: white;
    line-height: 38px;
    font-weight: bold;
    text-align: center; text-transform: uppercase;
    border-radius: 1em; transition: 0.5s;}

.manbut{width: 80%;
    border: none;
    display:  block;
  margin: 0 auto;
    background-color:  var(--ansid-blue-color);
       color: white;
    line-height: 38px;
    font-weight: bold;
    text-align: center; text-transform: uppercase;
    border-radius: 1em; transition: 0.5s;}
    

 
.manbut:hover {
 background-color: var(--ansid-orange-color);
}  
 .manbut:active{ background-color: var(--ansid-blue-color);
 box-shadow: 0 0 5px rgba(0, 0, 0, 0.8); 
 transform: scale(1.3); }
 
 
 .manbutweb{width: 80%;
    border: none;
    display:  block;
  margin: 0 auto;
    background-color:  var(--ansid-blue-color);
    
       color: white;
    line-height: 38px;
    font-weight: bold;
    text-align: center; text-transform: uppercase;
    border-radius: 1em; transition: 0.5s;}
    
   
  @media screen and (max-width: 700px) {
  .manbutweb{
      background-color:  white; 
       border: 1px solid var(--ansid-orange-color);
     
     
  }
}  
    
 
.manbutweb:hover {
 background-color: var(--ansid-orange-color);
}  
 .manbutweb:active{ background-color: var(--ansid-blue-color);
 box-shadow: 0 0 5px rgba(0, 0, 0, 0.8); 
 transform: scale(1.3); }
 

.margintopnull{margin-top:0; padding-top:0;}

.price-text{    
    line-height: 14px;
    color: #9d9d9f;
    padding-right: 10px;
    max-width: 62%;
    font-size: 16px;
     
}


.price{margin-top:20px;margin-bottom:40px; align-items: end;  height: 20px; }

.price-man{font-size:1.4em; color:  var(--ansid-blue-color);}

.price-new{font-size:2em; font-weight: bold;align-items: end;
color: #e84d10;}

@media screen and (max-width: 576px) {
.price-new{font-size:1.5em; font-weight: bold;align-items: end;
color: #e84d10;}}


.price-old{font-size:1.8em;
color:  var(--ansid-blue-color);
    
    text-decoration: line-through;
    margin-left: 10px;align-items: end;text-align:right;
}

@media screen and (max-width: 576px) {
    .price-old{font-size:1.4em; align-items:stretch; }}

.price-cat{font-size:2em;
color:  var(--ansid-blue-color);
   margin-left: 10px;align-items: end;
 }
 
 @media screen and (max-width: 576px) {
    .price-cat{font-size:1.6em;}}
 

 .text-price{ font-size:1.8em; align-items: end;
color: #9d9d9f;;} 
 .textprice{ font-size:1.85em; font-weight: bold;align-items: end;
  color:var(--ansid-blue-color);}  


  @media screen and (max-width: 576px) {
    .textprice{font-size:1.4em;}} 
  @media screen and (max-width: 576px) {
    .text-price{font-size:1.2em; align-items: end;}}  
  
    

.marginbottom{padding-bottom:1em;}

.gal{margin-bottom:0px;padding-bottom:0px;}
 
div.content {
  margin-left: 200px;
  padding: 1px 16px;
  height: 1000px;
}

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }

  
}


@media screen and (max-width: 700px) {
  .sidebarmob {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebarmob a {float: left;}
  div.content {margin-left: 0;}
}

@media screen and (max-width: 400px) {
  .sidebarmob a {
    text-align: center;
    float: none;
  }
}
.padnull{ padding-left:0;
padding-right:0;}

.marginnull{margin-top:0; margin-bottom:0;padding-bottom:0;   position:relative;}

.input-group-mob {
    border: 2px solid var(--ansid-blue-color);
  position: relative; 
  display: table;
  border-collapse: separate;    border-radius: 1em;}
  
 

 .form-control-mob
 
 {
    border-radius: 2em; 
     
    position: relative;
    z-index: 2;

     
    float: left;

    width: 100%;
    margin-bottom: 0;

    
  }
 .product-cat-mob {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    z-index:3;
     border-radius:1.5em;
 }

.label1 {position: absolute;
  top: 5px;  
  left: 5%;  
  transform: translate(-50%, -50%); 
  color: white;  
  font-size: 18px;
  font-weight: bold;
  background-color:   rgba(255, 160, 122,0.8); 
  padding: 10px;
 
  display: inline-block; 
  transform: rotate(-2deg);}
 
  @media screen and (max-width: 578px) {
  .label1 {
    top: -60px;
    left: 20px;
    position: relative;
    font-size: 14px;
    max-width:80%;
    transform: rotate(-15deg);
    
  }}
  
  
  .label2 {position: absolute;
  top: 50%;  
  left: 10%;  
  transform: translate(-50%, -50%); 
  color: white;  
  font-size: 1.2em;
  font-weight: bold;
  background-color:   rgba(120,140,205,0.8); 
  padding: 5px;
 
  display: inline-block; 
  transform: rotate(-20deg);}
  
  
  @media screen and (max-width: 578px) {
  .label2 {
    top: -50px;
left: 30px;
    position: relative;
  }}
  
  
  .label3 {position: absolute;
  top: 15%;  
  left: 50%;  
  transform: translate(-50%, -50%); 
  color: white;  
  font-size: 18px;
  font-weight: bold;
  background-color:   rgba(120,200,140,0.8); 
  padding: 10px;
 
  display: inline-block; 
  transform: rotate(-10deg);}
  
  @media screen and (max-width: 578px) {
  .label3 {
    top: -40px;
left: 50px;
    position: relative;
  }}
  
  
  
  .label4 {position: absolute;
  top: 15%;  
  right: 5%;  
  transform: translate(-50%, -50%); 
  color: white;  
  font-size: 18px;
  font-weight: bold;
  background-color:   rgba(250, 128, 114,0.6); 
  padding: 5px;
 
  display: inline-block; 
  transform: rotate(-12deg);}
  
  
    @media screen and (max-width: 578px) {
  .label4 {
    top: -30px;
left: 30px;
    position: relative;
  }}
  
  
  
  
.head-title-mob {text-align:center; margin-top:0px; padding-top:0px;   }

.head-title-mob-h1{margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
    line-height: 1.3em;
    margin: 0em 0em 0;
     
    font-size:clamp(2rem, 2.5vw, 6rem);
    color: var(--ansid-blue-color);}

.margintop{margin-top:1em;}
 .break {-webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;}
    



 
 
  
  .clickable-row {
    cursor: pointer;
  }
  .clickable-row:hover {
    background-color: #f1f1f1; /* Эффект наведения */
  }
  .catans {padding-left:0px; 
 padding-right:0px;
 margin-left: 0px;
 margin-top: 5px;
   
}
.catans:hover {z-index:2;
}

 .catframe {
  border-style: solid;
  border-width: 3px;
  border-radius: 13px;
  border-color: #6E89BD;
    
}

.catframe:hover {
  border-color: #D05C4D;
  
  transform: translate(8px,5px);
  transform: scale(1.1,1.1);
box-shadow: 5px 8px 5px 3px rgba(	208,	92,	77, 0.5);
   z-index: -1; }
 
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
