:root {
	--grey:#929292;	
	--otstup:10px;
	--mobileheaderheight:62px;
	--blue: #006CA7;
}

@media (min-width: 576px) and (max-width: 1199.98px){
	:root {	
		--otstup:20px;
	}

}	

@media (max-width: 575.98px){
	:root {	
		--otstup:20px;
	}

}	


*, ::after, ::before {
    box-sizing: border-box;
}


A color (var(--blue));
.container {
	padding-left: var(--otstup);
    padding-right: var(--otstup);
}
img {max-width: 100%;height: auto;}
.rs_slider p img {width: 100%;height: auto;}
	
body {
  color:#000000;
  transition:all .2s linear; 
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;   
  font-size: 15px;
  font-family: 'Segoe UI',sans-serif;
  line-height: 1.5;
  background-color: #fff;
}
table {margin-bottom: 20px;}
.centrpan {
    max-width: 1200px;
    padding-left: var(--otstup);
    padding-right: var(--otstup);
    margin: 0 auto;

}

.page, .pagesection {font-size: 18px;}

.centerpanimg{max-width: 100%}
 .pagecontainer {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	padding: 10px;
    padding: var(--otstup);
    padding-top: 20px;
}

/* bootstrap переопределение */
.pagecontainer .row {
    margin-right: -10px;
    margin-left: -10px;
}

.h1, h1 {
    font-size: 2.5rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	    margin-bottom: 0.5rem;
}

h2 {
	font-size: 50px;
	font-weight:bold;
}
.page h2 {font-size: 30px; font-weight: 400;}
h3 {font-size: 120%;}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
strong {font-weight:bold;}
.nobr {white-space: nowrap;}
.navbar {background-color:black;}
.bigtext p, .bigtext td, .bigtext th, p.bigtext, th.bigtext {
	font: 16px/1.5;
}
.bigtext ul li,.bigtext ol li{
	font: 16px/1.5;
	text-align:left;
}

 ul#like li:before{
    content:"";
    background:url(/landing_images/like1.png);
    float:left;
    width:22px;
    height:22px;
    margin-right:10px;
    background-repeat: no-repeat;
	}


.pagecontainer h2 {margin-bottom: 40px;}
 
.jr_full h2 {margin-bottom: 20px;}

A.navlink {display:inline; text-align: left; color: #929292; }

.tovarpageblok .opisanietitle {font-family: 'Segoe UI',sans-serif; font-weight: bold; font-size: 28px; color: #000; margin-top: 10px; margin-right:10px}

.tovarpageblok ul {margin-left: 60px;}
 
.supervideo {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}

.Описание, .Features  {
    grid-area: mainblock;
	margin-bottom:30px;
}
.Преимущества, .Advantages {
    grid-area: advantage;
	margin-bottom:30px;
}
.Характеристики, .Specifications {
    grid-area: features;
	margin-bottom:30px;
}
.Характеристики tr, .Specifications tr {
border-bottom:0.01px solid grey;	

}
 	
.Характеристики td, .Specifications td {
    padding: 10px 50px 10px 0;
	border-width: 0.01px;
	
}
.Характеристики  td:last-child, .Specifications td:last-child {
	padding-right: 0px;
	/*white-space:nowrap;*/
	
}

.Документация, .Documents {
    grid-area: docs;
	margin-bottom:30px;
}

.tovargridblock {
    display: grid;
    grid-auto-rows: minmax(0px, auto);
	  gap: 0px 50px;

    grid-template-columns: 100%;
    grid-template-areas:
      "mainblock"
	  "advantage"
      "features"
	  "docs"
}
 

 
@media (min-width: 769px) {
    .tovargridblock {
		grid-template-columns: repeat(3, 1fr);
        grid-template-areas:
        "mainblock mainblock mainblock"
		"advantage advantage advantage"
		"features features docs"
    }
	
	.gridspan2 {grid-column: span 2;}
	.gridspan3 {grid-column: span 3;}
}


.tovariconsblock__description {
	
	grid-area: advantage_descr;
}
.tovariconsblock__description h3 {text-transform:uppercase;}
.tovariconsblock__icon {
	grid-area: advantage_icon;
	margin: 10px; 

}
.tovariconsblock__icon img {
	max-width:6vw;	
	margin:10px;
	min-width:50px;
}
.futuraline:before {
      content: '';
      display: block;
      height: 1px;
      width: 300px;
      background: #7F7F7F;
	  margin-bottom: 20px;
    }
 
.tovariconsblock {
	display:grid;
	gap: 10px 30px;
	grid-template-columns: min-content  auto;
	grid-template-areas:
	"advantage_icon advantage_descr";
        align-items: center;
	width: -moz-fit-content;
	width: fit-content;
	margin-bottom: 50px;
}

.futura_wrap h3 {font-size: 100%; font-weight:700; margin-bottom: 10px;}
.tovariconsblock.futura  {
	margin-top: 50px;
}

.filelist {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
	margin-bottom:20px;
}

.tovardocsfile__name{
	grid-area:file_name;
	text-wrap-style: balance;
}
.tovardocsfile__description {
	grid-area: file_description;
}
.tovardocsfile__icon {
	grid-area: file_icon;
}
.tovardocsfile__icon img {
	max-width:90px;	
	margin:10px;
	min-width:90px;
}
.tovardocsfile {
	display:grid;
	gap: 0px 10px;
	grid-template-columns: minmax(64px,100px) 1fr;
	grid-template-areas:
	"file_icon file_name";
    align-items: center;
	
}
.cell-size, .cell-lang {font-style:italic;}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
	.tovariconsblock {
		 
		gap: 10px 20px;
		grid-template-columns: auto;
		grid-template-areas:
		"advantage_icon"
		"advantage_descr";
		align-items: center;
		text-align:center;
		margin-bottom: 20px;
			gap: 0px 10px;
		width: 100%;
	}
	
	.tovariconsblock.futura {
		 
		margin-top: 20px;
		margin-bottom: 50px; 
	}
	
	.futuraline:before {
		  width: 90%;
		  margin-bottom: 20px;
		  margin-left: auto;
		  margin-right: auto;
		}
		

	
	.tovariconsblock img {
		max-width:60px;	
		margin:10px;
		min-width:50px;
	}
	.tovariconsblock.futura img{
		max-width:60px;	
		margin:10px;
		min-width:50px;
	}
	.tovariconsblock h3 {font-size:20px; text-align:center;}
	.futura_wrap h3 {
		font-size: 100%;
		margin-bottom: 20px;
		text-align:center;
	}
	.tovariconsblock__description{text-align:center;}

	.tovardocsfile {
		grid-template-columns: minmax(64px,80px) 1fr;
		gap: 0px 0px;
	}
 
	.gomore {display:none;}
	.otherprodlist__info {padding-bottom: 30px;}
	.Характеристики td {
    padding: 10px 20px 10px 0;
 
	}
 }


.speciftable {background-color: #ffffff;}
table.speciftable td {border: 1px solid #D8D8D8;padding:2px; }


table.speciftable th {
	border: 1px solid #D8D8D8;
    text-align:center;
	vertical-align: baseline;
}
table.speciftable th p {
    margin:0 -100%;
    display:inline-block;
}
table.speciftable th p:before {
    content:'';
	margin: 0; padding: 0;
    width:0;
    padding-top:110%;
    display:inline-block;
    vertical-align:middle;
}
table.speciftable {
    text-align:center;
    table-layout:fixed;
    width:100%;
}
table.speciftable td{text-align:center;vertical-align:middle;}
table.speciftable  td:nth-child(1){text-align:left; width:200px; border-left: 0px solid #ffffff;}
.speciftable tr:nth-child(odd) { background-color: #efefef; }
table.speciftable td{text-align:center;}
.speciftable tr:nth-child(1) td {background-color: var(--blue); color: #FFFFFF; border: 0px; border-left: 1px solid white}
.speciftable tr:nth-child(1) a { color: #FFFFFF;}
.speciftable tr:nth-child(1) a:hover { color: #efefef;}
.speciftable tr:nth-child(1) td:nth-child(1){background-color: #ffffff; color: #FFFFFF; border-top: 0px solid #ffffff;}

table.speciftable.konsoli td{ width: 6%;}
table.speciftable.konsoli td:nth-child(1){ width: 23%;}
table.speciftable.konsoli td{ width: 7%; }

.gourl {display: inline-block; padding: 5.5px; border: 1px solid var(--blue); border-radius: 5px; color: var(--blue); font-weight:bold;    min-width: 150px;}
a.gourl span:before {
    position: relative;
    top: 0px;
    box-sizing: content-box;
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 10px;
    content: "";
    transform: rotate(0deg);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid var(--blue);
}
.gourl:hover {color:#ffffff; background-color: var(--blue);text-decoration:none; }
a.gourl:hover  span:before {
    
    border-left: 6px solid #ffffff;
}
.gourl.engl {min-width:100px;}
.gotovarurl {font-weight:700;  border: 1px var(--blue) solid; width: 158px; }
.itemswrap {
	margin-left: 10px;
	margin-right: 10px;
	
}
.greyarea {background-color: #EFEFEF;}

#itemslist {
    display: grid;
    flex-flow: wrap;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 20px;
	max-width:1200px;
	margin: 0px auto;
	padding-top: 20px;	
	padding-bottom: 20px;
	padding-left: 10px;
	padding-left: var(--otstup);
	padding-right: 10px;
	padding-right: var(--otstup);
}

.proditem  {
	padding: 35px; 
	padding-top: 25px;
	padding-bottom: 25px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	}
	/*.proditem div {border: 1px dotted}*/
.place1 {
    /* width: 33.33%; */
    text-align: center;
    background: white;
	text-align:center;
}

.place2 {
		background: white;
    	text-align: center;
		grid-column-start: span 2;
		text-align:center;
}
.place1, .place2 {border-radius:5px;}
.place1.press, .place2.press {background:unset; font-family: 'Gotham Pro'; font-style: normal;
font-weight: 400;
font-size: 18px; text-align: center;
text-transform: uppercase;
color: #000000;
    border-radius: 0px;
}
@media (min-width:992px){
	.press:not(:last-child) {background:url('/images_site/press-tsentr/vertbg.gif');background-position: center right; background-repeat:no-repeat;
	}
}
.prodbottom {
	padding-top: 10px;
	display: flex;
	gap:30px;
    flex-direction: row-reverse;
	justify-content: space-between;
}
.pressmore {
	
    padding-top: 10px;
    display: flex;
    gap: 30px;
    /* flex-direction: row-reverse; */
    justify-content: center;
	
}
.pressurl {
	 
	display: flex;
	justify-content: center;
	align-items:center;
	box-sizing: border-box;
	 

	background: rgba(0, 103, 165, 1);
	backdrop-filter: blur(1.8924px);
	/* Note: backdrop-filter has minimal browser support */
	border-radius: 6.55983px;
	width: 150px;
	height: 36px;
	font-family: 'Gotham Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 113%;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}
.pressurl:hover {
	background: rgba(0, 103, 165, 0.5);		
}
.prodbottom a{display: inline-block;}
.prodstiker {
    display: inline-block;
	line-height: 0.9;
    border: 1px solid var(--blue);
    border-radius: 5px;
    background-color: var(--blue);
	color: white;
    font-weight: normal;
}


/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
	
	.proditem {
		 padding: 10px;
	}
 

 }