.sdt-info-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.sdt-info-section h2 {
  font-size: 28px;
  font-weight: bold;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.sdt-info-section h2::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #007bff;
  margin: 10px auto;
}

.sdt-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.sdt-info-item {
  display: flex;
  align-items: center;
  background: #f8f9fa;
  border-radius: 10px;
  padding: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sdt-info-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.sdt-info-icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #007bff;
  flex-shrink: 0; /* Предотвращает сжатие контейнера */
  overflow: hidden; /* Обрезает содержимое, выходящее за границы */
}

.sdt-info-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.sdt-info-item a {
  font-size: 16px;
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.4;
}

.sdt-info-item a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* Адаптивность */
@media (max-width: 768px) {
  .sdt-info-section h2 {
    font-size: 24px;
  }

  .sdt-info-item {
    padding: 10px;
  }

  .sdt-info-item a {
    font-size: 14px;
  }
}



.categories-tile-h__image {
    width: 50%;
}
.categories-tile-h__title {
    font-size: 14px;
}

.product-tile__cart .price {
    padding-left: 15px;
}
.product-tile__cart .price::before {
    content:"От ";
    font-weight: 700;
    vertical-align: middle;
    font-size: 15px;
    white-space: normal;
}


#post-stream .post-item__date {
    display: none;
}


.pdf-download {
  display: block;
  width: 200px;
  text-align: center;
   
}
.pdf-download a {
  text-decoration: none !important;  
  transition: all 1s ease;  
}
.pdf-download img {
  margin: 0 auto;
}
.imgdiv {
    transition: all 1s ease;
}
.pdf-download:hover a {
    text-shadow: 0 0 5px;
}
.pdf-download:hover .imgdiv {
    transform: rotateY(-1turn);
}

@media (max-width: 600px) {
.table-overflow-mobile {
    overflow: scroll;
}
}


.sidebar-mm-u__link.selected, .sidebar-mm-u__link:hover, .sidebar-submm-u__link.selected, .sidebar-submm-u__link:hover {
    border-bottom: 2px solid red
}

.shop-sk-oneclick-final,
.product-main__right .product-code {
    display: none;
}

.item.skin.flat {
    max-width: 300px;
    padding: 20px;
    margin: 9px;
    float: left;
    box-shadow: 0 0 3px rgb(0 0 0 / 12%), 0 2px 4px rgb(0 0 0 / 12%);
}
.categories-tile-h__btn {
    display: none;
}
.slider-product__add2cart,
.product-list__qty-cart,
.product-add2cart-btns,
.js-cart-preview,
.product-tile__add2cart,
.product-tbl__right{
display: none;
}

.sidebar-mm__head {
    color: #333;
}

.bs-icon, .bs-color, .owl-prev:not(.disabled), .owl-next:not(.disabled), .sidebar-carousel__prev:not(.disabled), .sidebar-carousel__next:not(.disabled), .button-action, button.button-action, input[type="button"].button-action, input[type="submit"].button-action, .link-action, .button-action:hover, button.button-action:hover, input[type="button"].button-action:hover, input[type="submit"].button-action:hover, .link-action:hover {
    color: #D8031C !important;
}

.sidebar-mm__wrap {
    background: #f6f6f6 !important;
}

.js-header-menu-item.header-menu__item a:hover {
    text-decoration: none !important;
}

.js-header-menu-item.header-menu__item:hover {
    background: #D8031C !important;
    color: white;
    border-radius: 3px;
}

.header-menu__item {
    padding: 5px 10px !important;
    margin: 0 !important;
}


.categories-tile-h__item:hover {
    background: #D8031C !important;
    color: white !important;
}

.categories-tile-h__item,
.categories-tile-h__item:hover,
.sidebar-mm__link:hover,
.sidebar-mm__link,
.js-header-menu-item.header-menu__item,
.js-header-menu-item.header-menu__item:hover {
   transition: all 0.3s ease;
}

.sidebar-mm__link:hover {
    color: white;
    background: #D8031C !important;
}

.decor-h {
    box-shadow: inset 0 -5px #fff, inset 0 -8px #d8031c !important;
}

.tech_question-wrapper {
    font-size: 16px;
    text-align: center;
    background-color: #eee;
    margin: 20px 0px 20px 0px;
    padding: 10px 20px;
}

.tech_question-wrapper p {
    margin-bottom: 0;
}

.doc_itemCont {
    display: flex;
    align-items: center;
}

.doc_itemCont a {
    text-decoration: none;
    transition: .2s;
}

.s-plugin-syrattach-icon img {
    width: 40px;
    height: 40px;
}

.s-plugin-syrattach-icon {
    margin-right: 6px;
}

.s-plugin-syrattach-fileinfo {
    display: flex;
    flex-direction: column;
    margin-left: 8px;
}

.s-plugin-syrattach-filetitle {
    margin-right: 8px;
}

.okompimg {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.okompimg img {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 1em);
}
.product-description img {
    max-width:500px;
}


@media (max-width: 500px) {
  .product-description img {
    max-width: 100%;
  }
}


.accord, .accord *::after, .accord *::before{
  margin: 0;
  padding: 0;
  box-sizing:border-box;
}

.accord div.c{
  position: relative;
  margin:1em;
}
.accord input{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity:0;
  visibility: 0;
}
.accord h4{
    background: white;
    color: #333;
    padding: 10px;
    margin: 0;
    border-radius: 3px;
    border: 1px solid #D8031C;
    position: relative;
}
.accord label::before{
    position: absolute;
    content: "";
    border-top: 12px #D8031C solid;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    left: 5px;
    top: 50%;
    transform: translatey(-6px);
    margin-right:10px;
}
.accord input:checked ~ h4 label::before{
    border-bottom: 12px #D8031C solid;
    border-top: none;
}

.accord label{
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 50px;
}
.accord div.p{
  max-height:0px;
  overflow: hidden;
  transition:max-height 0.5s;
  background-color: white;
  box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.accord div.p p {
  padding: 1em 2em;
  margin: 0;
}

.accord input:checked ~ h4 ~ div.p{
  max-height:1000px;
}
.accord a{
  color:#D8031C;
}


.slider-banner .owl-nav {
  bottom: 30px;
}

.owl-dots {
    color: red !important;
}


.accord li {
    list-style-type: none;
}
.accord li:before {
  content: "✔";
  color: #D8031C;
  font-size: 20px;
}