 .table60 tr:nth-child(even) {
     background-color: rgba(170, 170, 170, 0.1);
 }
/*первая колонка 60%*/
 .table60 td:nth-child(1) {
     width: 60%;
 }

.table40 tr:nth-child(even) {
     background-color: rgba(170, 170, 170, 0.1);
 }
/*первая колонка 40%*/
 .table40 td:nth-child(1) {
     width: 40%;
 }






 *,
 *:before,
 *:after {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 .Ncontainer {
     font: 13px "Fira Sans", sans-serif;
     color: #222222;
 }



 .container_ {
     max-width: 980px;
     margin: 0 auto;
     padding: 25px 10px 0;
 }

 h1 {
     padding: 50px 0;
     font-weight: 400;
     text-align: center;
 }

 .Ninfo {
     color: rgba(78, 78, 78, 0.8);
     width: 100%;
     margin: 40px auto;
     text-align: center;
     font-weight: 300;
 }

 .Ninfo a {
     color: #bbb;
     text-decoration: none;
 }

 .Ninfo a:hover {
     color: #888;
 }

 .tabs {
     min-width: 500px;
     padding: 0px;
     margin: 0 auto;
 }

 .tabs > section {
     display: none;
     padding: 15px;
     background: #fff;
     border: 1px solid #ddd;
 }

 .tabs > section > p {
     margin: 0 0 5px;
     line-height: 1.5;
     color: #383838;
     -webkit-animation-duration: 1s;
     animation-duration: 1s;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
     -webkit-animation-name: fadeIn;
     animation-name: fadeIn;
 }

 @-webkit-keyframes fadeIn {
     from {
         opacity: 0;
     }

     to {
         opacity: 1;
     }
 }

 @keyframes fadeIn {
     from {
         opacity: 0;
     }

     to {
         opacity: 1;
     }
 }

 .tabs > input {
     display: none;
     position: absolute;
 }

 .tabs > label {
     display: inline-block;
     margin: 0 0 -1px;
     padding: 15px 25px;
     font-weight: 600;
     text-align: center;
     color: #aaa;
     border: 0px solid #ddd;
     border-width: 1px 1px 1px 1px;
     background: #f1f1f1;
     border-radius: 3px 3px 0 0;
 }

 .tabs > label:before {
     font-family: fontawesome;
     font-weight: normal;
     margin-right: 10px;
 }

 .tabs > label[for*="1"]:before {
     content: "\f187";
 }

 .tabs > label[for*="2"]:before {
     content: "\f0ca";
 }

 .tabs > label[for*="3"]:before {
     content: "\f15c";
 }

 .tabs > label[for*="4"]:before {
     content: "\f13c";
 }

 .tabs > label:hover {
     color: #888;
     cursor: pointer;
 }

 .tabs > input:checked + label {
     color: #555;
     border-top: 1px solid #009933;
     border-bottom: 1px solid #fff;
     background: #fff;
 }

 #tab1:checked ~ #content-tab1,
 #tab2:checked ~ #content-tab2,
 #tab3:checked ~ #content-tab3,
 #tab4:checked ~ #content-tab4 {
     display: block;
 }

 @media screen and (max-width:680px) {
     .tabs > label {
         font-size: 0;
     }

     .tabs > label:before {
         margin: 0;
         font-size: 18px;
     }
 }

 @media screen and (max-width:500px) {
     .tabs > label {
         padding: 15px;
     }
 }

 .TopSection {
     display: flex;
     max-width: 800px;
 }

 .ImageBlock {}

 .ImageBlock img {
     padding-left: 30px;
     padding-right: 40px;
     padding-top: 20px;
     padding-bottom: 20px;
     width: 370px;
 }

 .DescriptionBlock > h2 {
     font-size: 20px !important;
 }

 .DescriptionBlock {
     padding-left: 25px;
	 width: 400px;
 }

 .DescriptionBlock > li {
     list-style-type: disc;
 }

 .Nblue {
     color: blue;
 }

 .Nred {
     color: red;
 }

 .Nbold {
     font-weight: bold;
 }

 .Nmargin {
     margin: 15px;
 }

 a img {
     border: none;
 }

 .lightbox {
     position: fixed;
     overflow: hidden;
     z-index: 9999;
     width: 0;
     height: 0;
     text-align: center;
     top: 0;
     left: 0;
     background: rgba(0, 0, 0, 0.9);
 }

 .lightbox img {
     height: auto;
     margin: 5% auto;
     opacity: 0;
     border: 1px solid #4D4D4D;
     -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
     -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
     box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
     -webkit-transition: opacity 500ms ease-in;
     -moz-transition: opacity 500ms ease-in;
     transition: opacity 500ms ease-in;
 }

 .lightbox:target {
     width: auto;
     height: auto;
     bottom: 0;
     right: 0;
     outline: none;
 }

 .lightbox:target img {
     opacity: 1;
     background-color: white;
 }

 .table td {
     border-bottom: 1px solid rgba(71, 69, 70, 0.53);
/*     padding: 10px 0;*/
 }

 .thumb {
     background-color: #fff;
     box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
     margin: 10px;
 }

 .smallthumb img {
     width: 120px;
 }

 .smallthumb img:hover {
     box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
 }

 a.new_link {
     text-decoration: none;
     font-weight: 600;
     color: #299BE8 !important
 }

 .new_link img {
     margin: 6px 6px 6px 20px;
 }

 a.new_link:hover {
     color: #4D0000 !important;
 }

/*
 a.new_link:visited {
     color: red !important;
 }
*/

 .mycontainer{
        margin: 0px;
        padding: 0px;
        min-width: 800px;
        
    }
    
    .mydiv{

        display: block;
        min-width: 800px;
       /* border: 1px solid black;*/
        background-color: #fafafa;
		padding-top: 40px;
        
    }
    .mydiv a{
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 9px 9px 9px 9px;
        background-color: #e2e5e4;
        text-align: center;
        text-decoration: none;
        font-family: Arial;
        font-weight: bolder;
        font-size: 31px;
        margin: 5px;
        
        
        
    }
    .mydiv table{
        height: 500px;
		margin: 0;
		padding: 0;
    }
    

/* вид кнопки с числом года на странице https://www.navigard.ru/news/   */
a.button27 {
  position: relative;
  display: inline-block;
  width: 3em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  color: #000;
  outline: none;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #ddd inset, 0 1px 1px #fff;
  margin-bottom: 3px;
}
a.button27:hover {
  background: #dcdcdc linear-gradient(#fff, #dcdcdc);
  box-shadow: 0 0 0 1px #aaa inset, 0 1px 1px #aaa;
}
a.button27:active {
  background: none;
    box-shadow: 0 0 0 1px #bbb inset, 0 1px 3px rgba(0,0,0,.5) inset, 0 1px 2px #fff;
}
/* ----  */


/* линия над  кнопкой архив новостей на главной  */
.new_hr {
border: 0;
height: 1px;
background: #000;
background-image: -webkit-linear-gradient(left, #fff, #000, #fff);
background-image: -moz-linear-gradient(left, #fff, #000, #fff);
background-image: -ms-linear-gradient(left, #fff, #000, #fff);
background-image: -o-linear-gradient(left, #fff, #000, #fff);
}


/* кнопка под новостью - Подробнее  */
.button22 {
 border: 1px solid #0456C4;
  padding: 12px 32px;
  text-align: center;
  font-size: 14px;
  margin: 4px 2px;
  opacity: 0.6;
  transition: 0.5s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
border-radius: 8px;
}
.button22:hover {opacity: 1}


/* иконка в описании  */

.nvicon {
 width: 50px;
 height: 50px;
 margin: 2px;
 opacity: 0.7;
 }

 .nvicon:hover {
 opacity: 1;
 transition: all 0.3s ease 0s;
 }
/* таблица с иконками в описании  */
 .tableicons {
 width: 290px;
 margin: 10px 0;
 }




/* выделение преимуществ линиями как в каталоге  */
 .linew li{
 list-style-type: none;
/* background-color: rgba(244,250,255,1.00);*/
 margin: 3px;
 line-height: 20px !important;
 list-style-position: inside !important;
 padding-left: 5px;
 
 }


.linew li:before {
    padding-right:10px;
    font-weight: bold;
    color: #C0C0C0;
    content: "\2714";
    transition-duration: 0.5s;
}
.linew li:hover:before {
    color: #337AB7;
    content: "\2714";
}   

/* список комплектация*/
/*
.licom li{
    list-style-position: inside !important;
    list-style-type: none;
    font-family: Consolas; 
    color: #4D0000;
}
*/







            
.licom {
  font-family: Consolas;
   
}

.licom li {
/*  margin-bottom: 5px;*/
  border-bottom: 1px #B0B0B0 dotted;
/*  font-size: 26px;*/
/*  line-height: 20px;*/
     list-style-position: inside !important;
    list-style-type: none;
}

.licom li span:nth-child(odd) {
  padding-right: 6px; 
  color: #4D0000;
}

.licom li span:nth-child(even) {
  float: right; 
  padding-left: 6px;
  color: #4D0000;
}

.licom span {
  position: relative;
  bottom: -4px;
}
    


/* таблица совместимое оборудование*/
.sovmestimoe {
    border: 1px solid lightgray;
    width: 100%;
}


.sovmestimoe-title{
    padding: 0px !important;
}

.sovmestimoe-title p{
text-align: center; 
background-color: #299BE8; 
color: white; 
font-weight: bold;
padding: 10px; 
margin: 0 !important;
}




















 
 /* -- высота текста для списков - применять к UL --  */

ul.lh-13 li{
     line-height: 1.3 !important;
}

ul.lh-14 li{
     line-height: 1.4 !important;
}

.frameShadowNews {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.50) !important;
}

.titleProduct {
    color: blue;
}






.faily {
    font-size: 10px !important; 
    line-height: 15px !important; 
    margin-top: 0;
    margin-bottom: 5px !important;
    border-bottom: 1px dotted gray;
}


.mytags li a{
background: #E9E9E9;
color: #000000;
border: 1px solid rgba(0,13,255,0.40);
border-radius: 4px;
padding: 6px 12px;
font-size: 14px;
margin-right: 2px;
margin-bottom: 3px;
display: block;
}

.mytags li a:hover{
background: #E9EBFF;
    transition: 0.5s ease-in-out; 
    -webkit-transition: 0.5s ease-in-out; 
    -moz-transition: 0.5s ease-in-out; 
    -o-transition: 0.5s ease-in-out;
}

    
.mytags li{
    
display: inline-block;
}


/* cards */

.card-variant {
padding: 0.5rem 0.5rem;
font-size: 12px;
line-height: 1.2 !important;
}


.card-text-lineh12{
    line-height: 1.2 !important;
}




.cardborder{
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.cardnoborder{
    border: 0 !important;
    padding: 15px !important;
}


.aboutpage p {
                margin-bottom: 12px;
                text-align: justify;
            }





.NgProductTree {
		margin: 10px 0;
/*		width: 98%;*/
	}
	.NgProductTree a {
		text-decoration: underline;
		display: block;
	}
	.NgProductTree h2 {
		margin-top: 2em;
	}
	.NgProductTree h2, .NgProductTree h3, .NgProductTree h4, .NgProductTree h5, .NgProductTree h6 {
		clear: left;
		margin-bottom: 1em;
	}
	.NgProductTree ul li {
		margin-top: 1em;
	}
	.NgProductTree ul li a strong {
		color: #000;
	}
	.NgItem {
		float: left;
		width: 150px;
		height: 17em;
		overflow: hidden;
		text-align: center;
		margin: 0 15px 0 0;
	}
	.NgItem .pad {
		padding: 5px;
		background-color: #D6E5EF;
	}
	.NgProductTree .NgImage {
		display: block;
		width: 140px;
		height: 150px;
		overflow: hidden;
		text-decoration: none;
	}
	.NgProductTree .NgImage img {
		width: 140px;
	}

    .carimg{
        width: 200px !important;
    }
    .imagein{
        width: 300px;
        padding-left: 25px;
    }
    
    .zagolovok{
        margin-left: 30px;
        font-family: Verdana;
        color: #010158;
        font-size: 24px;
		margin-bottom: 10px;
		line-height: 1.2;
    }
    
    .text{
        margin-left: 30px;
        font-family: Verdana;
        color: #5c5c5c;
        
    }
    
    .imagein{
        width: 300px;
        padding-left: 25px;
    }
    
	.sovmestimoe a{
		text-decoration: none;
		font-family: Verdana;
		font-size: 14px;
	
	}
	.sovmestimoe{
		font-family: Verdana;
		font-size: 14px;
	}





















/*  бокс для новости  */
#NEWS_GRP{
padding: 7px;
border: 1px solid #ddd;
border-radius: 7px;
box-shadow: 0 0 7px rgba(0,0,0,0.05);
}

/*  бокс для продукта  */
#PRODUCT_GRP{
padding: 20px 30px 30px 30px;
border: 1px solid #ddd;
border-radius: 7px;
box-shadow: 0 0 7px rgba(0,0,0,0.05);
}

/*  заголовок продукта  */
#PRODUCT_GRP .titleProduct{
/*    color: red;*/
    margin-bottom: .2rem;
}

/*  бокс для названия + кнопки справа (избранное)  */
#PRODUCT_GRP .title{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}

.manufacturer span{
/*    font-weight: bold;*/
    text-decoration: underline;
}

.product-price ins{
text-decoration: none;
color: #212529;
font-size: 24px;
font-weight: bold;
}
.product-price{
    font-size: 16px;
    color: #212529;
    font-weight: bold;
}

.opisanie span{
    font-weight: bold;
}

.parametr td, th {
    padding: .25rem .25rem;
}

.parametr td {
    padding-left: .5rem;
}

.pr_calc03 {
padding-right: calc(var(--bs-gutter-x) * .3) !important;
padding-left:  calc(var(--bs-gutter-x) * .3) !important;
}


.pad-0707 {
    padding: 0 7px 0 7px;
}

.clients-box h6 {
    margin: 10px 0 8px 3px;
}

.opisanie ul{
	margin: 10px 0px 5px 15px;
 
}

.opisanie p{
margin-bottom: 2px;
}






/* для фильтра */
/* .cardF{
    overflow: hidden;
    transition: 0.5s all;
} */

/* .hideit{
	display: none;
} */
.pillsval{
	font-size: 14px;
	 color: #FFFFFF; 
	 font-weight: normal;
}

.buttonClear{
    cursor: pointer;
    border: 0;
    outline: none;
    position: relative;
	padding: 0px 10px;
    border-radius: 5px;
    /* font-weight: bold; */
    color: rgb(210, 205, 255);
    background-color: rgb(116, 116, 116);
    margin-right: 5px;
    margin: 2px;
    font-size: 12px;
}
.buttonClear:hover{
	background-color: rgb(134, 8, 92);
}

.buttonVal{

    cursor: pointer;
    border: 0;
    outline: none;
    position: relative;
	padding: 0px 5px;
    border-radius: 5px;
    /* font-weight: 300; */
    color: white;
    background-color: rgb(168, 168, 168);
    margin-right: 3px;
    margin: 1px; 
    font-size: 12px;
}

.label2 {
    font-size: 12px;
}


/* .buttonVal_11{
    background-color: rgb(168, 168, 168);
    color: white;

}
.buttonVal_11:hover{
	background-color: rgb(104, 95, 160);
    color: white;
} */

.filter1s .highlight{
    background-color: rgb(46, 143, 124);
    color: rgb(0, 0, 0);
}


.highlight{
    background-color: rgb(4, 70, 29);
    color: rgb(255, 255, 255);
}

.buttonVal:hover{
	background-color: rgb(104, 95, 160);
}


/* .hide{
    animation-name: hide;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
	padding: 0;
}

@keyframes hide{
    0%{
        visibility: visible;

    }
    100%{
        visibility: hidden;
        width: 0;
        height: 0;
        margin: 0;
        font-size: 0;
    }
} */

.containernew{
    display: flex;
    flex-wrap: wrap;
}

/* ============== */

.filter0s > .active{
    background-color: var(--bs-orange);
}

.filter1s > .active{
    background-color: var(--bs-orange);
}

.filter2s > .active{
    background-color: var(--bs-orange);
}

.filter3s > .active{
    background-color: var(--bs-orange);
}

.filter4s > .active{
    background-color: var(--bs-orange);
}

.filter5s > .active{
    background-color: var(--bs-orange);
}

.filter6s > .active{
    background-color: var(--bs-orange);
}

.filter7s > .active{
    background-color: var(--bs-orange);
}

.filter8s > .active{
    background-color: var(--bs-orange);
}

.filter9s > .active{
    background-color: var(--bs-orange);
}

.filterAs > .active{
    background-color: var(--bs-orange);
}


.cardF{
    visibility: hidden;
    display: none;
    /* width: 0;
    height: 0;
    margin: 0;
    font-size: 0; */
        
    /* color: blue;
   
    text-align: center;
    overflow: hidden;
    transition: 0.5s all;
    border-bottom: 1px solid black;
    padding: 5px 0 ;
    border-radius: 8px;
    background-color: snow; */
}



.anime {
    transform: scale(0);
    opacity: 0;
}

.show{
    animation-name: show;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    display: block;
}

@keyframes show{

    0%{
        visibility: hidden;
        display: none;
        /* width: 0;
        height: 0;
        margin: 0;
        font-size: 0; */
    }
       100%{
        visibility: visible;
        display: block;
        /* min-height: 0;
        width: calc(20% - 30px);
        height: 40px;
        margin: 15px;
        font-size: 12px; */
    }

}

/* ////////////////////////////////////////////// */

.corner-box {
    position: relative;
    /* display: inline-block;
    width: 300px;
    padding: 30px;
    margin: 10px;
    min-height: 160px;
    border: 2px solid #BFE2FF;
    text-align: center; */
}
.corner-ribbon {
    width: 130px;
    height: 130px;
    overflow: hidden;
    position: absolute;
}
.corner-ribbon::before, .corner-ribbon-6::after {
    position: absolute;
    /* z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9; */
}
.corner-ribbon span {
    position: absolute;
    display: block;
    width: 180px;
    padding: 10px 0;
/*    background-color: #3379b7ea; */
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    font: 700 13px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
}
.corner-ribbon-top-left {
    top: -10px;
    left: -10px;
}
.corner-ribbon-top-left::before, .corner-ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.corner-ribbon-top-left::before {
    top: 0;
    right: 0;
}
.corner-ribbon-top-left::after {
    left: 0;
    bottom: 0;
}
.corner-ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}
.corner-ribbon-top-right {
    top: 0px;
    right: 8px;
}
.corner-ribbon-top-right::before, .corner-ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.corner-ribbon-top-right::before {
    top: 0;
    left: 0;
}
.corner-ribbon-top-right::after {
    right: 0;
    bottom: 0;
}
.corner-ribbon-top-right span {
  /*  left: -25px; */
    top: 24px;
    transform: rotate(45deg);
    z-index: 2;
}