body::-webkit-scrollbar {
    width: 12px;
    background: #fff;
}

body::-webkit-scrollbar-thumb {
    background: rgba(208,2,27,1);
    border: 2px solid #fff;
}

.g-page-article ul, .g-page-article ol {
	font-size: 17px;
	font-weight: 400;
}

ul.seo {
  vertical-align: top;
  margin: 10px 5px 10px 0px;
  text-align: left; 
  padding-left: 15px!important;
}

ul.seo li {
  background: url("/t/images/molarr.png") no-repeat scroll left 0px top 5px / 24px rgba(0, 0, 0, 0);
  list-style-type: none;
  padding: 5px 1px 5px 30px;
  font-weight: 400;
  padding-left: 35px!important; }
  ul.seo li:before {
    display: none; }
    
ul.seo1 {
  vertical-align: top;
  margin: 10px 5px 10px 0px;
  text-align: left; 
  padding-left: 5px!important;
}

ul.seo1 li {
  background: url("/t/images/chek.png") no-repeat scroll left 0px top 0px / 30px rgba(0, 0, 0, 0);
  list-style-type: none;
  padding: 5px 1px 5px 30px;
  padding-left: 35px!important; }
  ul.seo1 li:before {
    display: none; }
    
ol.seo1 {
  vertical-align: top;
  margin: 10px 5px 10px 0px;
  text-align: left;
  padding-left: 5px!important;
}

ol.seo1 li {
  background: url("/t/images/arr.png") no-repeat scroll left 0px top 5px / 24px rgba(0, 0, 0, 0);
  list-style-type: none;
  padding: 5px 1px 5px 30px;
  padding-left: 35px!important; }
  ul.seo1 li:before {
    display: none; }

ol.number {
	counter-reset: li;
	margin: 15px 0;
	font-weight: 400;
	padding: 0 0 0 20px; }

ol.number > li {
	position: relative;
	list-style: none;
	padding: 0px 15px 0 15px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	margin: 0 0 10px; }

ol.number > li::before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: -1px;
	left: -23px;
	width: 21px;
	height: 22px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #000000;
    background: #000000;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

@media (min-width: 768.99px) {
	   ul.seo {
		padding-left: 15px;
	}
		
	   ol.number {
		padding: 0 0 0 35px;
	}
}

.news_slider-wrapper .news-slider .news_item .news_body {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: calc(1.4em * 7);
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 7;
    display: box;
    box-orient: vertical;
    line-clamp: 7;
}

.news_slider-wrapper .news-slider .news_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 605px;
}

.b24-crm-button-chat-icon {
	fill: #fff!important;
}

.site-path::-webkit-scrollbar {
	height: 5px;
	width: 5px;
}

.site-path::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 0 0 4px 4px;
}

.site-path::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 4px;
}

.site-path::-webkit-scrollbar-thumb:hover {
	background: #a8a8a8;
}

.center {
	text-align: center;
}

.product-item__params-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.product-list.thumbs .product-item__note #text {
	text-overflow: ellipsis;
}

/*Таблица*/

.seo-table {
	width: 100%;
	/*max-height: 80vh;*/
	overflow: auto;
	margin: 5px 0 20px 0;
	border: 1px solid #e0e0e0;
	/*	border-left: 4px solid #464646;
	border-right: 4px solid #464646;*/
	border-bottom: 4px solid #464646;
	position: relative;
	-webkit-overflow-scrolling: touch;
	border-collapse: collapse;
}

.seo-table caption {
	background: #000;
	padding: 15px;
	color: #fff;
	font-weight: 900;
	font-size: 18px;
	margin: 0;
}

.seo-table::-webkit-scrollbar {
	height: 8px;
	width: 5px;
}

.seo-table::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 0 0 4px 4px;
}

.seo-table::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 4px;
}

.seo-table::-webkit-scrollbar-thumb:hover {
	background: #a8a8a8;
}

.seo-table table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

/* Закрепленная строка заголовков при скролле страницы */
.seo-table thead th {
	position: sticky;
	top: 0;
	z-index: 20;
	background: #d0021b;
	color: #fff;
}

/* Закрепленный первый столбец */
.seo-table td:first-child {
	position: sticky;
	left: 0;
	background-color: #f8f9fa;
	z-index: 15;
	border-right: 1px solid #dee2e6;
}

.seo-table th:first-child {
	position: sticky;
	left: 0;
	background-color: #d0021b;
	color: #fff;
	z-index: 25;
	border-right: 1px solid #dee2e6;
}

/* Заголовки таблицы */
.seo-table th {
	font-weight: 600;
	padding: 15px 20px;
	border: 1px solid #e0e0e0;
}

.seo-table th:not(:first-child) {
	text-align: center;
}

/* Ячейки таблицы */
.seo-table td {
	background-color: white;
	color: #495057;
	padding: 15px 20px;
	border: 1px solid #e0e0e0;
	text-align: left;
}

.seo-table td:not(:first-child) {
	text-align: center;
}


/* Чередование строк */
.seo-table tr:nth-child(even) td {
	background-color: #f8f9fa;
}

/* Закрепленная ячейка в четных строках */
.seo-table tr:nth-child(even) td:first-child {
	background-color: #e9ecef;
}

/* Ховер эффекты */
.seo-table tr:hover td {
	background-color: #e9ecef;
	transition: background-color 0.2s ease;
}

.seo-table tr:hover td:first-child {
	background-color: #dee2e6;
}

/* Тени для лучшего визуального разделения */
.seo-table th:first-child,
.seo-table td:first-child {
	box-shadow: 2px 0 5px rgba(0,0,0,0.1);
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
	.seo-table {
		margin: 15px 0;
	}

	.seo-table table {
		font-size: 13px;
	}

	.seo-table th,
	.seo-table td {
		padding: 12px 10px;
		max-width: 85px;
	}

	.seo-table th:first-child,
	.seo-table td:first-child {
		min-width: 105px;
		white-space: normal;
	}

	.seo-table::-webkit-scrollbar {
		height: 6px;
	}
}
@media (max-width: 374px) {
	.seo-table th,
	.seo-table td {
		max-width: 85px;
		min-width: 105px;
	}
}

/* Для очень широких таблиц */
@media (min-width: 1200px) {
	.seo-table th:first-child,
	.seo-table td:first-child {
		min-width: 200px;
	}
}


.zirno {
	font-weight: 700;
}

input:checked+.lp-form-tpl__field-checkbox--input {
	border-color: #d0021b!important;
}

.b24-widget-button-position-bottom-right {
	right: 38px!important;
}

.upcase {
	text-transform: uppercase!important;
}

.shop2-order-form small {
	font-family: Montserrat, sans-serif!important;
	color: #848383!important;
    font-size: 13px;
    letter-spacing: 0.3px;
}

.g-article__text {
	padding-top: 8px;
}

.g-article__name {
	font-weight: 800;
    font-family: Montserrat, sans-serif;	
}

.brands_block__item-pic {
	padding: 5px!important;
}

.brands_block__item-pic-wrap {
	transition: all .3s;
}

.brands_block__item {
	padding: 10px 10px 15px;
	border: 1px solid rgba(0, 0, 0, 0.1)!important;
	transition: transform .3s, box-shadow .3s;
	height: 100%!important;
}

.brands_block__item:hover {
	border: 1px solid #fff!important;
	box-shadow: 0 0 10px 0 rgba(204,204,204,1)!important;
	transform: translateY(-5px);
	will-change: transform, box-shadow;
}

.company-info__name {
	display: none;
}

._type-textarea {
	width: 100%!important;
	min-width: 257px!important;
}

.lp-form-tpl__field-textarea {
	min-width: 100%!important;
	max-width: 436px!important;
	min-height: 50px!important;
	max-height: 400px!important;
}
.lpc-button--type-1 {
    transition: all .3s;
}

.mes img {
	transition: all .2s!important;
	border-radius: 5px;
}

.mes:hover img {
	-webkit-transform: translate(0px, -3px);
    -ms-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
	/*width: 37px!important;
	height: 37px!important;
	box-shadow: 0 0 7px 0 rgba(40,169,235,1);
}

.gr:hover  img {
	box-shadow: 0 0 7px 0 rgba(1,188,57,1);*/
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.flex div {
	flex: 1;
}

@media (min-width: 768px) {
	.flex {
		padding: 20px;
	    background: #f7f7f7;
	    margin: 10px 0px;
	    border-radius: 10px;
	}
}

@media (max-width: 768px) {
	.flex {
		flex-direction: column;
	}
}


.g-article__date {
	text-align: right!important;
}

.g-article__name {
	text-decoration: none!important;
}

.g-article__name:hover {
	text-decoration: underline!important;
}

.lp-form-tpl__field-multi_select__list, .lp-form-tpl__field-select__list {
	background: #fff!important;
}

input:checked+.lp-form-tpl__field-checkbox--input {
    border-color: rgba(208,2,27,1)!important;
    background-color: rgba(208,2,27,1)!important;
}

@media (max-width: 479px) {
	.highslide img {
		margin: 10px 0 10px 0!important;
		width: 100%!important;
	}
	.lpc-popup-form-1__top {
	    height: auto!important;
	    margin: 20% 0!important;
	}
	.b24-widget-button-position-bottom-right {
		bottom: 70px!important;
	}
}

.g-page-article__text p a, .g-page-article__text ul li a, .g-page-article__text ol li a {
	color: #dc0d16!important;
	text-decoration: none;
}

.g-page-article__text p a:hover, .g-page-article__text ul li a:hover, .g-page-article__text ol li a:hover {
	text-decoration: underline;
}

.highslide img {
    border: 2px solid #d0021b!important;
    padding: 8px;
    transition: .2s;
}

.line {
    border-left: 4px solid #c42a09;
    padding: 10px 0 10px 15px;
    font-style: italic!important;
    background: linear-gradient(90deg, rgba(196,42,9,0.05) , rgba(255,255,255,1) );
    font-size: 15px;
}

.btn_next_menu span, .btn_prev_menu span {
	cursor: pointer!important;
}

.mobile_panel_wrap .close-button {
    width: 45px!important;
    height: 45.5px!important;
    cursor: pointer;
}

.mobile_shared > li {
	background: #ffff!important;
}

.mobile_shared > li:hover, .mobile_shared > li ul li:hover {
	background: #f3f3f3!important;
}

.top_mobile_menu ul li a span, .top_mobile_menu > li > a span, .login, .registration {
	position: relative;
}

.top_mobile_menu ul li a span:before, .top_mobile_menu > li > a span:before, .login:before, .registration:before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 2px;
	background: #fff;
	transition: all .1s;
}

.top_mobile_menu ul li a:hover span:before, .top_mobile_menu > li > a:hover span:before, .login:hover:before, .registration:hover:before {
	width: 100%;
	height: 2px;
}

a.catItem:hover {
	box-shadow: 0 0 10px 0 rgba(204,204,204,1)!important;
	border: none!important;
	transition: all .2s;
}

.news-block__art_panel {
    padding: 30px 30px 0 30px!important;
    max-height: 100%!important;
    display: block!important;
}

.tpl-btns .gr-button-1[type="submit"] {
	margin-right: 10px!important;
}

.tpl-btns .gr-button-1[type="submit"]:hover {
	color: #fff!important;
}

.news-block__anonce {
	max-height: 100%!important;
}
.content-text__body {
	column-count: auto!important;
}

.contacts-popup__phone a {
	justify-content: center!important;
	font-weight: 800;
}

.call {
    background-color: rgba(208,2,27,1)!important;
    background-image: none!important;
    border-radius: 6px!important;
    border: 2px solid rgba(208,2,27,1)!important;
    border-transparent: 100%;
    border-enabled: 1;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 700;
    height: 37px!important;
}
.call:hover {
	background-color: rgba(255,255,255,1)!important;
    border-color: rgba(208,2,27,1);
    color: rgba(208,2,27,1);
}

.remodal {
	padding: 45px 45px 30px!important;
}

.remodal[data-remodal-id="phones_popup"] {
	width: auto;
	height: fit-content;
	border-radius: 5px;
}

.b24-widget-button-inner-block, .b24-widget-button-inner-mask {
	background: #d0021b!important;
}


.b24-widget-button-pulse, .b24-widget-button-popup, .b24-widget-button-popup-triangle {
	border-color: #d0021b!important;
}

.cat-item__pic img {
	object-fit: contain;
}

.payments .payments__inner .payments__item {
	line-height: 50px;
}

@media (max-width: 639px) {
	.remodal[data-remodal-id="search_popap"] {
		height: auto;
	    margin: 40% 10px;
	    width: auto;
	    border-radius: 5px;
	    padding-right: 55px!important;
	    padding-left: 40px!important;
	}
	
	.remodal[data-remodal-id="phones_popup"] {
		margin: 40% 10px;
	}
}

@media (max-width: 1260px) {
	.filter-1 {
		padding: 20px 20px 30px!important;
	}
	.shop2-filter__header {
		background-color: #fff!important;
	}
	
	.filter-popup-btn {
		background: #000!important;
		border: 2px solid #000!important;
		color: #fff!important;
		transition: all .2s;
	}
	.filter-popup-btn:hover {
		background: #d0021b!important;
		border: 2px solid #d0021b!important;
	}
	
}


.site {
	background-color: #fff!important;
}

@media (max-width: 767px) {
	.news-block__art_panel {
    	padding-bottom: 20px!important;
	}
	.shop-modules__search-input {
		background: #f7f7f7!important;
		border-radius: 5px;
		color: #000!important;
	}
	
	.company-info .contacts-popup__messengers {
		display: none;
	}
}

@media all and (max-width: 580px) {
	.catPic {
		height: 40px!important;
	}
	.catItem .title {
    	font-size: 13px!important;
    	line-height: 1.3!important;
	}
	.catItem .title {
    	height: fit-content;!important;
	}
}

@media all and (max-width: 440px) {
	.call {
		font-size: 14px;
	}
	
}

@media (min-width: 1260px) {
	html .red_block__button::before {
		background-color: rgb(208, 2, 27);
	}
}