.j-tab__content a,
.j-static p a {
    color: #71a5c4;
    text-decoration: underline;
}
.link-btn {
    padding: 14px;
    border: 1px solid #71a5c4;
}
.j-page__static .j-static p,
.j-page__static .j-static ul {
    margin-bottom: 18px;
}
.j-typography__table td:first-child, .j-typography__table td:last-child {text-align: left;}
.j-tab__nav {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left; 
}
.mg-buy-click-button.mg-plugin-btn:before {
    margin-bottom: 7px;
}
.wrapper-modal-mg-buy-click .loading-send-order {margin: 50px;}

/*.j-social,
.j-product__price,
.j-product .j-amount,
.j-product .buy-container .j-button,
.j-block__cart,
.mg-price-buy-click,
.product-price,
.j-block__login {
	display: none !important;
}*/

.j-social,
.j-block__login,
.product-price,
.cart-qty,
.j-order__table__price,
.j-order__table__total,
.total-sum,
.j-cart__table__name__qty,
.payment-form-block .j-alert__green {
	display: none !important;
}
.j-cart__visible .icon--cart {font-size: 32px;}
.j-order__table__title {width: 60%;}
@media (max-width: 700px) {
    .j-order__table__column {width: 100%;}
}
.j-order__table {border-bottom: 1px solid #dadada;}

.j-product__block__right {margin-left: 10px;}
.j-button {font-size: 14px;}
.j-footer .j-container {height: auto;}

.j-goods .j-amount:not([style*='none']) ~ .j-button {
    width: calc(100% - 90px);
}
.j-amount {
    min-width: 90px;
    max-width: 90px;
}
.owl-item .j-button {width: calc(100% - 90px);}
.yur-field li {font-size: 12px;}
.wrapper-modal-mg-buy-click {top: 25%;}
.mg-product-info .title {font-size: 16px; text-align: left;}
.mg-filter-body {display: none;}
.j-seo__top {
    margin-bottom: 30px;
    background: none;
    padding: 0;
}
.j-seo h1 {
	font-size: 34px;
    line-height: 40px;
	font-weight: 600;
	border-bottom: none;
}
.j-seo ul {margin-bottom: 20px; }
.j-static .j-amount__inner a {color: #fff}

@media (max-width: 1024px) {
	.j-offcanvas__a__2 {
    	padding: 22px 20px;
    }
}

@media (max-width: 700px) {
  .j-footer__column {
  	-webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  
  .bread-crumbs {display: none;}
  .j-product__title {width: auto;}
}

.j-static a {
    color: #485fd5; /* Устанавливаем синий цвет текста ссылок */
    text-decoration: underline; /* Подчеркиваем ссылки */
}
a.j-goods__name {
    color: #4a389f; 
    text-decoration: none;
}
a.product-info {

}
a.j-button,
a.mg-buy-click-button.mg-plugin-btn {
	color: #fff;
	height: 36px;
	border-radius: 5px;
    text-decoration: none;
}
button.mg-send-order-click-button.mg-buy-btn {
    height: 36px;
    padding: 0 30px !important;
    border-radius: 5px;
}
.j-amount__inner {height: 36px;}
.j-goods__count--in:before {bottom: 5px;}


/*PDF каталог*/
.unique-container {
    display: flex; /* Используем flexbox для создания колонок */
    flex-wrap: wrap; /* Позволяем обертывание на мобильных устройствах */
    justify-content: space-between; /* Пробел между колонками */
    padding: 20px; /* Отступ по краям контейнера */
}

.unique-column {
    flex: 1 1 calc(33.333% - 20px); /* 3 колонки на десктопе с учетом отступов */
    margin-right: 20px; /* Отступ справа для всех колонок */
    margin-bottom: 20px; /* Отступ между строками */
}

/* Убираем отступ справа для последней колонки */
.unique-column:last-child {
    margin-right: 0; /* Убираем отступ справа у последней колонки */
}

.unique-column img {
    max-width: 100%; /* Адаптивная ширина изображений */
    height: auto; /* Автоматическая высота */
}

.download-button {
    display: inline-block; /* Делаем кнопку блочным элементом для отступов */
    margin-top: 10px; /* Отступ сверху для кнопки */
    padding: 10px 15px; /* Внутренний отступ */
    background-color: #4CAF50; /* Цвет фона */
    color: white !important; /* Цвет текста */
    text-decoration: none !important; /* Убираем подчеркивание */
    border-radius: 5px; /* Скругление углов */
}


.download-button:hover {
    background-color: #45a049; /* Цвет фона при наведении */
}

.news-block {
    margin-top: 25px;
    padding: 10px;
    border-radius: 2px;
    background: #fff;
}
.news-item {margin-bottom: 25px}
.news-date {text-align: left;}

/* Стили для мобильных устройств */
@media (max-width: 768px) {
    .unique-column {
        flex: 1 1 100%; /* 1 колонка на мобильных устройствах */
        margin-right: 0; /* Убираем отступ справа в мобильной версии */
    }
}