

/* Start:/bitrix/templates/trusted23/components/bitrix/news.list/compatibility/style.css?16982513752128*/
.content_tab_product_item{
	cursor:pointer;
	transition:0.15s ease-out;
}

.content_tab_product_item:hover{
	background: #E9E9EB;
}

.content_tab_product_item:hover svg path.blacksvg{
	fill: #313133;
	stroke: #313133;
}

.content_tab_head {
	cursor: pointer;
	transition:0.15s ease-out;
}


.content_tab_head:hover {
	color:#737376;
}


.content_tab_head::after {
  background-color: #F5F5F7;
  border-radius: 50%;
	transition:0.15s ease-out;
}

.content_tab_head:hover:after {
  background-color: #E9E9EB;
}


input[type="checkbox"] {
    position: absolute;
    left: -999em;
}

input[type="checkbox"] + label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

input[type="checkbox"] + label::before {
   content: "";
    display: inline-block;
    vertical-align: -20%;
    height: 20px;
    width: 20px;
    background-color: rgba(0,0,0,0);
    border: 1px solid #D6D6D9;
    border-radius: 4px;
    margin-right: 8px;
    transition: border 0.1s ease;
}

input[type="checkbox"]:hover + label::before {
      border: 1px solid #454547;
}

input[type="checkbox"]:checked + label::before {
   background-color:#B5262F;
    border: 1px solid #B5262F;
}

input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    width: 1.2ex;
    height: 0.4ex;
    background: rgba(0, 0, 0, 0);
    top: 0.9ex;
    left: 0.5ex;
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0.4ex;
}

.certifacatepage_item.certifacatepage_item_newversion .certifacatepage_item_image {
	margin: 0;
}

.certifacatepage_item.certifacatepage_item_newversion .certifacatepage_item_image img {
	width: 100%;
	height: 100%;  
	object-fit: contain;
  object-position: center;
}

.certifacatepage_item.certifacatepage_item_newversion {
	padding: 24px;
	background: rgba(0,0,0,0);
}

.certifacatepage_item_newversion .certifacatepage_item_text{
	margin-top:10px;
	text-align:center;
	font-size: 14px;
}
/* End */


/* Start:/bitrix/templates/trusted23/components/bitrix/news.list/compatibility/lightbox/src/css/lightbox.css?17606810343114*/
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/bitrix/templates/trusted23/components/bitrix/news.list/compatibility/lightbox/src/css/../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/bitrix/templates/trusted23/components/bitrix/news.list/compatibility/lightbox/src/css/../images/prev.png) left 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/bitrix/templates/trusted23/components/bitrix/news.list/compatibility/lightbox/src/css/../images/next.png) right 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/bitrix/templates/trusted23/components/bitrix/news.list/compatibility/lightbox/src/css/../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}

/* End */
/* /bitrix/templates/trusted23/components/bitrix/news.list/compatibility/style.css?16982513752128 */
/* /bitrix/templates/trusted23/components/bitrix/news.list/compatibility/lightbox/src/css/lightbox.css?17606810343114 */
