ul {
	padding-left: 20px;
}

div.news-detail {
    word-wrap: break-word;
    backdrop-filter: blur(10px);
    background-color: rgba(242, 248, 252, 0.3);
    border: 1px solid #D3E7F4;
    padding: 38px 23px 42px;
    border-radius: 10px;
}
@media (min-width: 768px) {
  div.news-detail {
    padding: 48px 33px;
  }
}
@media (min-width: 1230px) {
  div.news-detail {
    padding: 42px 90px;
  }
}

.news-detail img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.news-item__image img{
	height: 225px;
}

.search-page {
	width: 1140px;
    margin: 0 auto;
    padding: 30px 0px;
}

.product-info-tabs-buttons {
	overflow-x: auto;
}

.bx-filter-param-text{
	padding: 0 10px 10px 0;
}

@media (min-width: 768px) {
    .top__title {
        font-size: 30px;
    }
}

.header__search-column {
    position: relative;
    display: none;
}

.bx-filter-block {
    padding: 0px 0px;
    position: relative;
}

.filter__items {
		padding: 22px 22px 22px 22px;
	}

@media (min-width: 1026px) {
    .product-title {
        display: block;
        margin: 0 0 10px 0;
        font-size: 36px;
    }
}

/*.product-top-info {*/
/*	display: none;*/
/*}*/

.product-info-tabs-content__item {
	font-size: 16px;
}

.product-technical-list__item-name {
	font-size: 16px;
	font-weight: 300;
}

.product-technical-list__item-value {
	font-size: 16px;
	font-weight: 700;
}