

/* Start:/bitrix/templates/incorp2/components/bitrix/news/catalog/style.css?17683960441239*/
@media(width < 600px) {
	.catalog_list .items {
		width: 100%;
		box-sizing: border-box;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.catalog_list .item .pic img,
	.catalog_list .item .title {
		max-width: calc(100% - 10px) !important;
	}

	.catalog_list_in .item .left,
	.catalog_list .item .title {
		margin: auto !important;
	}

	.catalog_list .items.clearfix:before, 
	.catalog_list .items.clearfix:after {
		display: none;
	}

	.catalog_list .item .title a {
		font-size: 18px !important;
	}
}

.tags-product {}

.tags-product__title {
	margin-block: 1rem;
	color: grey;
}

.tags-product__wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tag-product__link {
    border: 1px solid;
	border-color: #494949;
    border-radius: 3em;
    padding: 15px 20px;
    color: #494949;
    max-width: 360px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
	font-weight: 700;
	background: white;
	transition: scale 120ms linear,
				background 300ms linear,
				color 300ms linear,
				border-color 300ms linear;
}

.tag-product__link:active {
	scale: .98;
}

.tag-product__link:hover {
	background: #ffc400;
	color: white;
	border-color: #ffc400;
}
/* End */


/* Start:/bitrix/templates/incorp2/components/bitrix/news/catalog/bitrix/news.detail/.default/style.css?17817893263663*/
.product_icon-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.product_icon-item {
    position: relative;
    cursor: pointer;
}

.product_icon-tooltip {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    background: #fff;
    padding: 10px;
    border: 1px solid #efefef;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 10px 10px -8px rgb(0 0 0 / .5);
    width: 260px;
    top: 0;
    transform: translateY(-100%);
    z-index: 1;
    font-size: 13px;
    text-align: left;
    line-height: 1.25;
    transition: opacity 300ms ease;
}

.product_icon-tooltip::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #fff;
    display: block;
    position: absolute;
}

.product_icon-tooltip small {
    font-size: 10px;
}

.product_icon-item:hover .product_icon-tooltip {
    opacity: 1;
    height: auto;
}

.characteristic-static {
    margin-top: 2.5rem;
}

.characteristic.characteristic-static>span {
    margin-bottom: 25px;
}

.characteristic.characteristic-static ul li span:first-child {
    width: 160px
}

.wrapper-other_news a.title-item-other_news {
    -webkit-line-clamp: 4 !important;
    line-clamp: 4 !important;
}

.is-price-number {
    position: relative;
}

.is-price-number::after {
    content: " \20BD";
}

.wrapper__presence {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}

.news_back {
    margin-block: 3rem 1rem;
}

.notification {
    font-size: 13px;
    border: 1px solid;
    padding: 26px 26px 26px 80px;
    border-radius: 0.5em;
    background: linear-gradient(95deg, rgb(247, 197, 68) 20%, rgb(247, 197, 68) 80%);
    color: white;
    border-color: transparent;
    box-sizing: border-box;
    box-shadow: 0 19px 38px 0 rgba(34,36,43,.3);
    position: relative;
    line-height: 1.5;
}

.notification::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="white" class="bi bi-info-circle" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/><path d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 26px; top: 50%;
    transform: translateY(-50%);
}

.title--h2 {
    color: #494949;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-block: 45px 30px;
}

.card-pay {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    font-size: 13px;
}

.card-pay__item {
    border: 1px solid #ffc400;
    border-radius: 20px;
    padding: 15px;
}

.card-pay__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 0.84em;
    text-wrap: pretty;
    text-align: center;
    min-height: 40px;
}

.card-pay__text {
    line-height: 1.25;
    text-align: center;
    text-wrap: balance;
}

.tabs_caption {
    width: 100%;
    overflow-x: auto;
    display: inline-flex;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

.tabs_caption::-webkit-scrollbar { display: none; }

.tabs_caption li {
    scroll-snap-align: end;
    scroll-snap-stop: always
}
/* End */
/* /bitrix/templates/incorp2/components/bitrix/news/catalog/style.css?17683960441239 */
/* /bitrix/templates/incorp2/components/bitrix/news/catalog/bitrix/news.detail/.default/style.css?17817893263663 */
