.page-loaded{
  opacity: 0 !important;
  position: absolute;
  z-index: -10;
}

.catalogMain-list__head{
  display: block;
  width: calc(100% + 1.5rem);
}

.accordionMy2-header__title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 24px;
  grid-template-columns: auto 24px;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* padding: 12px 0; */
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.catalogMain-list__body ul span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify; 
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
  font-size: 15px;
  line-height: 1.25;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
  opacity: .5;
}


.menu-list ul>*._accord>span,
.menu-list ul > a  {
  -ms-grid-columns: 1fr 16px;
  grid-template-columns: 1fr 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.menu-list ul>*._accord>span::after {
  display: block;
}

.menu-list ul>*>span,
.menu-list ul > a {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding: 15px 0;
  color: #3B3A3F;
  opacity: 0.5;
}

.menu-list ul>*>span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../img/icon-arrow.svg") center no-repeat;
  background-size: contain;
  pointer-events: none;
  display: none;
}

.request-block__subtitle{
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.55;
  color: #3B3A3F;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
}

.header-search input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}

.breadcrumbs p{
  display: inline-block !important;
}

div.search-popup{
  margin-top: 8px;
  padding: 4px;
  border: 1px solid #E6EAF2;
  border-radius: 8px;
}

div.search-popup *{
    line-height: 1.25;
    color: #3B3A3F;
    font-family: "SF Pro Text Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

div.search-popup-row, div.search-popup-row-active {
  padding: 4px 8px;
  border-radius: 8px;
}

.paginationMy ul li.active span{
  background: #1472BD;
  border-color: #1472BD;
  color: #fff;
}

.paginationMy ul span{
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 8px;
  font-size: 18px;
  line-height: 1.25;
  color: #333333;
  background: #ffffff;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  -webkit-transition: background 0.4s, color 0.4s, border 0.4s;
  transition: background 0.4s, color 0.4s, border 0.4s;
}

.paginationMy .disabled{
  display: none;
}

._content, ._content *{
  font-family: "SF Pro Text Regular", sans-serif !important;
}

._content br{
  display: none;
}

._content{
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.55;
  color: #3B3A3F;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

._content p, ._content ul, ._content div{
  margin-bottom: 12px !important;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.55;
  color: #3B3A3F;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

._content b, ._content strong{
  font-family: "SF Pro Text Bold", sans-serif !important;
  font-weight: bold !important;
  font-style: normal !important;
  font-display: swap !important;
}

._content a{
  color: #1472BD !important;
  font-family: "SF Pro Text Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: underline !important;
}

._content ul{
  padding-left: 15px;
}

._content ul li{
  list-style-type: '-';
  padding-left: 10px;
}

.product-content{
  margin-top: 10px !important;
}

.catalog-sidebar .accordionMy-header,
.catalog-sidebar a{
  text-decoration: none !important;
}


.accordionMy2-item._light .accordionMy2-header__title,
.accordionMy3-item._light .accordionMy3-header__title,
.accordionMy-list ._light{
  /* color: #2657A6; */
  text-shadow: 0 0 0.65px #3B3A3F, 0 0 0.65px #3B3A3F;
}

._industry_content{
  color: #3B3A3F;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.__single_collumnt{
  grid-template-columns: 1fr !important;
}

.accordionMy-list._single a{
  padding-left: 48px !important;
}

.accordionMy-list._single li::before{
  left: 32px !important;
}
/* 
.accordionMy2 .accordionMy-list._single li::before,
.accordionMy3 .accordionMy-list._single li::before{
  content: unset;
}

.accordionMy2 .accordionMy-list._single a,
.accordionMy3 .accordionMy-list._single a{
  padding-left: 24px !important;
} */

.search{
  margin-bottom: 0 !important;
}

.mb-0{
  margin-bottom: 0 !important;
}

.pt-0{
  padding-top: 0 !important;
}

.filters-box .check.__disabled{
  display: none;
}

.__load {
  opacity: 0.5;
}

/* Keep selected city title black in mobile catalog menu only */
.catalogMain .cityMob-name .city-button__name {
  color: #3B3A3F;
  opacity: 1;
}

/* City item in mobile catalog menu should stay fully opaque */
.catalogMain-list__body .city button.city-button .city-button__name,
.catalogMain-list__body .city .city-button__name,
.cityMob-name .city-button__name {
  opacity: 1 !important;
  color: #3B3A3F;
}

/* City icon in mobile catalog menu should not inherit reduced opacity */
.catalogMain-list__body .city button.city-button .city-button__icon,
.catalogMain-list__body .city .city-button__icon,
.cityMob-name .city-button__icon {
  opacity: 1 !important;
}

/* Mobile city list should match design contrast */
.catalogMain .cityMob-body ul li > a,
.catalogMain .cityMob-body ul li > span,
.cityMob .cityMob-body ul li > a,
.cityMob .cityMob-body ul li > span {
  color: #3B3A3F !important;
  opacity: 1 !important;
}

/* Fix inline baseline gap for picture-wrapped logos */
.header-logo picture,
.footer-logo picture {
  display: block;
  line-height: 0;
}

.header-logo picture > img,
.footer-logo picture > img {
  display: block;
}


/* Keep top-level mobile catalog links styled as original text */
.catalogMain .menu-list li[data-accordion="true"] > span > a.menu-item-link {
  color: #3B3A3F;
  opacity: 0.5;
  text-decoration: none;
}

.catalogMain .menu-list li[data-accordion="true"] > span > a.menu-item-link:hover,
.catalogMain .menu-list li[data-accordion="true"] > span > a.menu-item-link:focus,
.catalogMain .menu-list li[data-accordion="true"] > span > a.menu-item-link:active {
  color: #3B3A3F;
  opacity: 0.5;
  text-decoration: none;
}

/* Link categories in mobile catalog menu should not be faded */
.catalogMain .menu-list ul > li[data-accordion="true"] > span > a.menu-item-link,
.catalogMain .menu-list ul > li > a {
  opacity: 1 !important;
}

/* Normalize mobile catalog item opacity: one opacity layer for all items */
.catalogMain .menu-list li[data-accordion="true"] > span > a.menu-item-link {
  color: inherit;
  text-decoration: none;
  opacity: 1 !important; /* parent span keeps single opacity */
}

.catalogMain .menu-list li[data-accordion="true"] > span > a.menu-item-link:hover,
.catalogMain .menu-list li[data-accordion="true"] > span > a.menu-item-link:focus,
.catalogMain .menu-list li[data-accordion="true"] > span > a.menu-item-link:active {
  color: inherit;
  text-decoration: none;
  opacity: 1 !important;
}

/* direct menu links keep the same single opacity as other items */
.catalogMain .menu-list ul > li > a {
  opacity: 0.5 !important;
}

/* FINAL: avoid double opacity on expandable category links */
.catalogMain .menu-list ul > li[data-accordion="true"] > span > a.menu-item-link {
  opacity: 1 !important;
  color: inherit !important;
  text-decoration: none !important;
}


/* Active filter option text in blue (mobile filter modal) */
.filters-box__body .check__input:checked + .check__box + .check__text {
  color: #1472BD;
}

/* Highlight filled Tom Select control */
.has-items > .ts-control {
  background: #d4ecff !important;
}


/* Product card: table styles scoped only to item detail content */
.card-detail-content {
  overflow-x: auto;
}

.card-detail-content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px;
  min-width: 640px;
}

.card-detail-content table th,
.card-detail-content table td {
  border: 1px solid #E6EAF2;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.4;
  color: #3B3A3F;
  text-align: left;
  vertical-align: top;
}

.card-detail-content table th {
  background: #2B5BA7;
  color: #fff;
  font-weight: 600;
}

.card-detail-content table tr:nth-child(even) td {
  background: #F9F9F9;
}

@media (max-width: 767px) {
  .card-detail-content table {
    min-width: 560px;
  }
}

/* Product card: collapse repeated line breaks */
.card-detail-content br + br {
  display: none;
}

.accordionMy2-item + .accordionMy-list._single a {
  padding: 8px 24px !important;
  padding-right: 12px;
}


.accordionMy2-item + .accordionMy-list._single li::before {
  content: unset;
}

.industry-content__description img, 
._content img{
  height: auto !important;
}

._content table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #dddddd;
	border-collapse: collapse; 
}
._content th {
	font-weight: bold;
	padding: 5px;
	background: #f2f3f5;
	border: 1px solid #E6EAF2;
}
._content td {
	border: 1px solid #E6EAF2;
	padding: 5px;
}


@media screen and (max-width: 600px) {
  .b24-widget-button-position-bottom-right{
    right: 20px !important;
    bottom: 40px !important;
  }
}