.t1 { border: 1px solid #FE0000; } .b1 { background-color: #FE0000; }
.t2 { border: 1px solid #00FE00; } .b2 { background-color: #00FE00; }
.t3 { border: 1px solid #0000FE; } .b3 { background-color: #0000FE; }
.t4 { border: 1px solid #FEFE00; } .b4 { background-color: #FEFE00; }
.t5 { border: 1px solid #00FEFE; } .b5 { background-color: #00FEFE; }
.t6 { border: 1px solid #FE00FE; } .b6 { background-color: #FE00FE; }



@font-face {
	font-family: 'Liberation Sans';
	src: local('Liberation Sans'), local('LiberationSans'),
		url('/libs/fonts/Liberation/LiberationSans-Regular.woff2') format('woff2'),
		url('/libs/fonts/Liberation/LiberationSans-Regular.woff') format('woff'),
		url('/libs/fonts/Liberation/LiberationSans-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}


small {
  font-size: 90%;
}



.language {
    position: fixed;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.language__img {
    margin: 2px;
    cursor: pointer;
    opacity: 1.0;
/*    filter: grayscale(1);*/
}

.language__img:hover,
.language__img_active {
    opacity: 0.5;
/*    filter: grayscale(0);*/
}


html,body
{
	color: #353535;
	font-family: 	'Roboto', sans-serif;
	/*font-family: "Liberation Sans", Arimo, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;*/
	font-size: 15px;
	/*line-height: 1.5rem;*/
	background-color: #ffffff;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

.width-screen{
	max-width: 1338px;	
	align: center;
}	

.divTable{
    display: table;
    width: 100%;
}
.divTableRow {
    display: table-row;
}
.divTableHeading {
    background-color: #ffffff;
    display: table-header-group;
}
.divTableCell, .divTableHead {
/*    border: 1px solid #ffffff;*/
    display: table-cell;
    padding: 3px 10px;
}
.divTableHeading {
    background-color: #ffffff;
    display: table-header-group;
    font-weight: bold;
}
.divTableFoot {
    background-color: #ffffff;
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}

.top-phone {
	margin-right: 20px;
	margin-top: 10px;
	color: #353535;
	font-family: 	'Roboto', sans-serif;
	font-size: 20px;

}

.btn {
	
	font-family: "Liberation Sans", Arimo, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 0.925em;
}

a
{
	color: #515151;
	text-decoration: none;
}
a:hover
{
	color: #3399ff;
	text-decoration: none;
}
.a__cur
{
	color: #fb2b28;
	text-decoration: none;
}

.link-empty
{
	color: #515151;
	text-decoration: none;
}


.link
{
	color: #515151;
	text-decoration: none;
	cursor: pointer;
}
.link:hover
{
	color: #3399ff;
	text-decoration: none;
}

.top_menu a
{
	color: #000;
	font-family: 	'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 100;
}

.top_menu_bottom {
	margin-bottom: 10px;
}

.top_menu a:hover
{color: #000000; text-decoration: underline;}

/*.top_menu a:active
{color: #3399ff;}*/

.index-img img {
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	background-color: #ffffff;
	border-radius: 0.8rem;
	border: 5px solid #fff;
	border-width: 5px;
	margin: 5px;
	max-width: 565px;
	max-height: 565px;
	/*	box-shadow: 10px 10px 3px rgba(0,0,0,.5);*/
	box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
}

.index-but{
background-color: rgb(202, 45, 42); 
border-radius: 2em; 
font-size: 22px; 
border-color: transparent;
color: #fff;
padding: 7px;
width: 70%;
text-align: center;
margin-left: 15%;
}

.red-backgrnd {
	background-color: rgb(202, 45, 42); 
	font-size: 18px; 
	color: #fff;
	padding: 25px;
	text-align: left;
}

.index-but-a a
{
	color: #fff;
	text-decoration: none;
}
.index-but-a a:hover
{
	color: #fff;
	text-decoration: none;
}

.brands_menu a
{
	margin: 0 15px 0 0;
}

.brands_menu a:hover
{
	color: #ff0000;
/*	font-weight: bold;*/
}

.hvr-grow-shadow2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
  border: 1px solid #ffffff;
}
.hvr-grow-shadow2:hover, .hvr-grow-shadow2:focus, .hvr-grow-shadow2:active {
  /*box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);*/
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.5);
  background-color: white;
  opacity: 1;
  z-index: 999;
  border: 1px solid #eeeeee;
}


.link_text a {color: #3399ff;}
.link_text a:hover {color: blue;}



button .btn-outline-danger-black
{
	color: #dc3545;
	border-color: #515151;
}

.list-group-item {
  border: 0;
}

.form-control
{
	background-color: #ffffff;
}

.logo
{
	display: inline-block;
	text-align: left;
	padding: 0;
	/*width: 216px;
	height: 65px;
	font-size: 8pt;*/
}
.logo img
{
	margin: 0 0 -5px 0;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.logo a
{
	color: inherit;
	text-decoration: none;
	text-align: inherit;
	font-family: inherit;
	font-size: inherit;
}
.logo a:hover, .logo a:link, .logo a:active, .logo a:visited
{
	color: #515151;
}

.stamp img
{
	display: inline-block;
	width: 400px;
	height: 147px;
	position: absolute;
	float: right;
	margin: 7px 7px 7px 7px;
	top: 40px;
	right: 30%;
}
.stamp form
{
	display: inline-block;
	position: absolute;
	float: right; 
    margin: 7px 7px 7px 7px;
	top: 10px;
    right: 30%; 
}
.contacts
{
/*	border: 1px solid #cccccc;*/
	display: inline-block;
	/*text-align: right;*/
	padding: 0;
	width: 216px;
	height: 80px;
	font-size: 13pt;
	font-family: inherit;
	font-weight: normal;
}
.contacts a
{
	display: inline-block;
	color: #323232;
	text-decoration: none;
	text-align: inherit;
	font-family: inherit;
	font-size: inherit;
}
.contacts a:hover, .logo a:link, .logo a:active, .logo a:visited
{
	color: #323232;
}
.phone
{
	color: red;
	font-size: 18pt;
	font-family: inherit;
	font-weight: bold;
}
.cart-head
{
	color: red;
	font-size: 10pt;
	font-family: inherit;
}


#SS0
{
	height: 190px;
}
#SS1
{
	height: 190px;
}
#SS2
{
	height: 190px;
}
#SS3
{
	height: 190px;
}
.slideshow
{
	background-color: #dfdfdf;
	margin: 0;
}

.bg-main
{
	background-color: #ffffff;
}

.bg-main-block
{
	background-color: #fcfcfc;
}

.bg-main-back
{
	background-color: #f2f2f2;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #e3e3e3;
  border-color: #dee2e6 #dee2e6 #fff;
}

.box-main
{
	display: -ms-flexbox;
/*	display: flex;*/
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
/*	background-color: #f8f9fa;*/
/*	background-color: #ffffff;*/
	border-radius: 0.25rem;
}

.box-price
{
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0.5em 0.5em 0.5em 0;
	margin-bottom: 1rem;
	list-style: none;
/*	background-color: #ffffff;*/
/*	border: 1px solid #ffffff;*/
/*	border-radius: 0.25rem;*/
}


.box-image-old
{
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #ffffff;
	border-radius: 0.5rem;
}

.box-img-old
{
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	background-color: #ffffff;
	border-radius: 0.8rem;
	margin: 0 0.8rem 0 0;
	max-width: 30rem;
/*	max-height: 80rem;*/
}


.box-img
{
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	background-color: #f2f2f2;
	border-radius: 0.8rem;
	margin: 0 0.8rem 0 0;
	max-width: 50%;
}


#toTop
{
	position: fixed;
	bottom: 10px;
	right: 10px;
	left: auto;
	cursor: pointer;
	display: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.informers
{
	margin: 0 auto;
	text-align: center;
}

.banner
{
	margin: 0.4rem auto;
	text-align: center;
	display: block;
	float: left;
}
.banner img
{
/*	width: 10rem;
	height: 14.1875rem;*/
	width: 8.75rem;
	height: 12.4141rem;
}

.copyright
{
	color: #515151;
}

.level2 a
{
	color: #02509e;
}
.level2 a:hover
{
	color: #fb2b28;
}

.card-custom
{
	min-height: 10rem;
}

.card-custom2
{
	min-height: 15rem;
}

.card-custom3
{
	min-height: 20rem;
}

.content__title
{
	display: block;
	font-size: 26px;
	font-weight: 400;
	line-height: 1;
	color: #737373;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	list-style: none;
}


.content__title2
{
	display: block;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	color: #737373;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	list-style: none;
	border-bottom: 0.15rem solid #f0f0f0;
}

.content__title3
{
	display: block;
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
	color: #353535;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1.9rem;
	margin-top: 1.9rem;
	list-style: none;
	text-align: center;
}

.content__title4
{
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	color: #000;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1.1rem;
	list-style: none;

}

.content__title5
{
	display: block;
	font-size: 16px;
	font-weight: 100;
	line-height: 1.2;
	color: #000;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1.1rem;
	list-style: none;

}

.section.clip_path3 {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - var(--clip_height, 60px)), 50% 100%, 0% calc(100% - var(--clip_height, 60px)));
    transition: .3s ease-in-out;
}

element.style {
    background-color: #fff;
    background-image: url(/images/68e3d123879afd05dd6a39896165fe32.jpg);
    padding-top: 160px;
    padding-bottom: 160px;
    --clip_height: 60px;
    --title_margin: 10px;
    --sub_title_margin: 24px;
}

.content__title:first-letter
{
	text-transform: uppercase;
}


.content__title__search
{
	display: block;
	font-size: 26px;
	font-weight: 400;
	line-height: 1;
	color: #737373;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
}


/* всплывающее окно*/

/*.descr{
    display:none;
    margin-left:-700px;
    padding:10px;
    margin-top:-42px;
    background:#ffffff;
    height:300px;
	width:700px;
 	border: 1px solid #bbbbbb;
    padding: 10px ;
    background: #ffffff;
    border-radius: 5px !important;
    box-shadow: 0 5px 9px rgb(0 0 0 / 20%);
}*/
.descr{
    display:none;
    margin: auto;
	left: 50%;
	margin-left:-350px;
	top: 50%;
	margin-top:-150px;
    padding:10px;
    background:#ffffff;
    height:300px;
	width:700px;
 	border: 1px solid #bbbbbb;
    padding: 10px ;
    background: #ffffff;
    border-radius: 5px !important;
    box-shadow: 0 5px 9px rgb(0 0 0 / 20%);
}
.poster:hover .descr{
    display:block;
    position:fixed;
    z-index:9999;
    
}
/* ---- */

.brand__title
{
	color: #777777;
}

.brand__description
{
/*	text-indent: 15px;*/
	border-left: 30px solid #eeeeee;
	padding: 0 0 0 10px;
	/*font-size: 0.85rem;*/
	display: block;
}


.table-catalog img
{
	padding: 0 25px 5px 0;
	float: left;
	object-fit: contain;
	width: 9em;
	height: 9em;
}



.category__description
{
	/*text-indent: 0.5em;*/
	border-left: 30px solid #ffffff;
	padding: 0 0 3em 0;
	/*font-size: 0.85rem;*/
	display: block;
	max-width: auto;
	min-height: 20em;
}

.category__description p
{
	margin: 0 0 0.5em 0;
	display: block;
}

.category__description h2, h3, h4, h5, h6
{
	margin: 1.2em 0 0 0;
	color: #676767;
	font-family: "Liberation Sans", Arimo, Arial, Helvetica, sans-serif;
	font-style: normal;
	border-bottom: 0.15rem solid #f0f0f0;
	display: table;
	width: 100%;
}



.category__description img
{
	float: left;
	object-fit: contain;
/*	width: 40%;*/
/*	height: 40%;*/
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	background-color: #ffffff;
	border-radius: 0.3em;
	margin: 0.8em 0.8em 0.4em 0;
	max-width: 30rem;
}

.category__description ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.category__description li
{
	padding-left: 16px;
}
.category__description li:before
{
	content: "-";
	padding-right: 8px;
}


.breadcrumb
{
	background-color: #f8f9fa;
}

.breadcrumb-item a, .breadcrumb-item strong
{
	color: #002299;
}

#breadcrumb
{
	list-style: none;
	display: inline;
	padding: 0;
}
#breadcrumb .icon
{
	font-size: 14px;
	font-weight: 100;
}
#breadcrumb li
{
	float: left;
	margin: 0 0 3px 0;
}
#breadcrumb li:first-child a:first-child, #breadcrumb li:first-child strong:first-child
{
	color: #ffffff;
	display: block;
	background: #ca2d2a;
	text-decoration: none;
	position: relative;
	height: 32px;
	line-height: 32px;
	padding: 0 12px 0 8px;
	text-align: center;
	margin-right: 23px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

#breadcrumb li a, #breadcrumb li strong
{
	color: #ffffff;
	display: block;
	background: #c3c3c3;
	text-decoration: none;
	position: relative;
	height: 32px;
	line-height: 32px;
	padding: 0 12px 0 8px;
	text-align: center;
	margin-right: 23px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

#breadcrumb li:first-child a, #breadcrumb li:first-child strong
{
	padding-left: 15px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before, #breadcrumb li:first-child strong:before
{
	border: none;
}
#breadcrumb li:last-child a, #breadcrumb li:last-child strong
{
	padding-right: 15px;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0;
	border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after, #breadcrumb li:last-child strong:after
{
	border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after, #breadcrumb li strong:before, #breadcrumb li strong:after
{
	content: "";
	position: absolute;
	top: 0;
	border: 0 solid #c3c3c3;
	border-width: 16px 11px;
	width: 0;
	height: 0;
}
#breadcrumb li a:before, #breadcrumb li strong:before
{
	left: -20px;
	border-left-color: transparent;
}
#breadcrumb li:first-child a:after, #breadcrumb li:first-child strong:after
{
	left: 100%;
	border-color: transparent;
	border-left-color: #ca2d2a;
}
#breadcrumb li a:after, #breadcrumb li strong:after
{
	left: 100%;
	border-color: transparent;
	border-left-color: #c3c3c3;
}
#breadcrumb li a:after, #breadcrumb li strong:after
{
	left: 100%;
	border-color: transparent;
	border-left-color: #c3c3c3;
}
#breadcrumb li:first-child a:hover, #breadcrumb li:first-child strong:hover
{
	background-color: #dc3546;
}
#breadcrumb li a:hover, #breadcrumb li strong:hover
{
	background-color: #dc3545;
}
#breadcrumb li a:hover:before, #breadcrumb li strong:hover:before
{
	border-color: #dc3545;
	border-left-color: transparent;
}
#breadcrumb li:first-child a:hover:after, #breadcrumb li:first-child strong:hover:after
{
	border-left-color: #dc3546;
}
#breadcrumb li a:hover:after, #breadcrumb li strong:hover:after
{
	border-left-color: #dc3545;
}
#breadcrumb li a:active, #breadcrumb li strong:active
{
	background-color: #ff0000;
}
#breadcrumb li a:active:before, #breadcrumb li strong:active:before
{
	border-color: #ff0000;
	border-left-color: transparent;
}
#breadcrumb li a:active:after, #breadcrumb li strong:active:after
{
	border-left-color: #ff0000;
}
#breadcrumb li.current a, #breadcrumb li.current strong
{
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

.badge-main
{
	color: #6c757d;
	background-color: #dadada;
	border: 1px solid #e5e5e5;
/*	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);*/
}

.badge-main[href]:hover, .badge-secondary[href]:focus
{
	color: #323232;
	text-decoration: none;
	background-color: #d0d0d0;
}

.no-picture
{
	background-image: url(/libs/octicons/circle-slash.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0.03;
	filter: alpha(opacity=3);
}

.required label
{
	color: red;
}
.required input
{
	background-color: #fffffc;
}
.required textarea
{
	background-color: #fffffc;
}



.cart_anchor
{
    float:right;
    vertical-align:top;
    width: 50px;
    height: 50px;
    margin-bottom: 50px;
}

.red
{
	color: red;
}

.table-hover2 tbody tr:hover {
  background-color: rgba(128, 128, 128, 0.055);
}


.page-link
{
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #f8f8f8;
	border: 1px solid #dee2e6;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #d7d7d7;
  border-color: #dee2e6;
}


/*
.category_tree li:hover
{
	background-color: #d6d6d6;
}
*/

#category-tree {
    border-right: 0.15rem solid #f0f0f0;
}

#category-info {
    /*border-left: 0.15rem solid #f0f0f0;*/
}


.table2 {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table2 th,
.table2 td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #ffffff;
}

.table2 thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ffffff;
}

.table2 tbody + tbody {
  border-top: 2px solid #ffffff;
}


@media (max-width: 576px)
{
	.mobile
	{
		display: none;
		visibility: hidden;
	}
	.logo
	{
		display: inline-block;
		text-align: center;
		padding: 0;
		margin: 0;
		width: 173px;
		height: 64px;
		font-size: 7pt;
	}
	.logo img
	{
		width: 172px;
		height: auto;
		margin: 0;
		opacity: 0.9;
		filter: alpha(opacity=90);
	}
	.slideshow
	{
		display: none;
		visibility: hidden;
	}
	.button_invoice
	{
		display: none;
		visibility: hidden;
	}
	#SS0
	{
		display: none;
		visibility: hidden;
	}
	.contacts
	{
	/*	border: 1px solid #cccccc;*/
		display: inline-block;
		text-align: right;
		padding: 0;
		margin: 0;
		width: 120px;
		height: 60px;
		font-size: 8pt;
		font-family: inherit;
		font-weight: normal;
	}
	.contacts img
	{
		width: 14px;
		height: 14px;
	}
	.contacts a
	{
		display: inline-block;
		color: #323232;
		text-decoration: none;
		text-align: inherit;
		font-family: inherit;
		font-size: inherit;
	}
	.contacts a:hover, .logo a:link, .logo a:active, .logo a:visited
	{
		color: #323232;
	}
	.phone
	{
		color: red;
		font-size: 10pt;
		font-weight: bold;
	}
}


.page_fix {
    top: 0 !important;
    position: static !important;
}
.skiptranslate {
    display: none !important;
}


.card-columns-webinar div {
    margin: 0 0 10pt 0;
}

.pr_status
{
    min-width: 60px;
    min-height: 15px;
    vertical-align: middle;
}

@media (max-width: 1000px)
{
	.mobile
	{
		display: none;
		visibility: hidden;
	}
	#SS1
	{
		display: none;
		visibility: hidden;
	}
	#toTop
	{
		position: fixed;
		bottom: 10px;
		left: auto;
		right: 10px;
		cursor: pointer;
		display: none;
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
	#ad_auto_bill
	{
		display: none;
	}
	.image__title
	{
		margin: 1pt 5pt 10pt 20pt;
		font-weight: 500;
	}
}

@media (max-width: 1100px)
{
	.mobile
	{
		display: none;
		visibility: hidden;
	}
	#SS2
	{
		display: none;
		visibility: hidden;
	}
	#SS3
	{
		display: none;
		visibility: hidden;
	}
	.image__title
	{
		margin: 1pt 5pt 10pt 20pt;
		font-weight: 500;
	}
}

@media (max-width: 1200px)
{
	.mobile
	{
		display: none;
		visibility: hidden;
	}
	#SS3
	{
		display: none;
		visibility: hidden;
	}
	#SS2
	{
		display: none;
		visibility: hidden;
	}
	#ad_auto_bill
	{
		display: none;
	}
	.image__title
	{
		margin: 1pt 5pt 10pt 20pt;
		font-weight: 500;
	}
}
@media print
{
	.container
	{
		width: auto;
	}
	html, body
	{
		color: #000000;
		background-color: transparent;
		width: auto;
	}
}
