.header .logo a img {
	width: 85% !important;
}

.header .phone a,
.header .phone a:hover {
	font-size: 18px !important;
}

.footer .line1 .contacts .phone a {
	font-size: 14px !important;
}

li.section a img {
	height: 200px;
	display: block !important;
	margin: auto !important;
}

.sectinfo .description {
	overflow-x: visible;
}

.catalogmenu li a.first {
	white-space: unset;
	text-overflow: initial;
}

.catalog .sidebar {
	/*display:none;*/
}

.catalog .prods {
	margin-left: 0px !important;
	width: 100%;
}

.rsec_online {
	display: none !important;
}

.small_red_rrc {
	font-size: 13px;
	color: #880000;
	font-weight: 100 !important;
}

.cond-base-detail {
	font-size: 16px;
	color: #9b9b9b;
}

.tooltip-wrap__section .tooltip {
	opacity: 1 !important;
	position: unset;
	z-index: 1 !important;
}

.tooltip .tooltip__text {
}

.prod-exist .quantity_icon {
	display: none;
}

.hint_bonus {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	padding: 1px 7px;
	height: 72%;
	border: 1px solid #ccc;
	border-radius: 50%;
	cursor: pointer;
}

.hint_bonus div {
	position: absolute;
	top: 25px;
	left: 0;
	display: none;
	width: 200px;
	padding: 4px 10px;
	color: #484848;
	font-size: 12px;
	text-transform: none;
	background-color: rgba(243, 243, 243, 0.8);
	border: 1px solid #ccc;

	z-index: 101;
}

.mobile-tab-panel {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #fff;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	justify-content: space-around;
	align-items: center;
}

.mobile-tab-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: #666;
	font-size: 12px;
	padding: 8px 0;
	transition: color 0.3s;
}

.mobile-tab-item:hover,
.mobile-tab-item.active {
	color: var(--accent-primary);
}

.mobile-tab-icon {
	margin-bottom: 4px;
	fill: currentColor;
}

.title-search-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #d9042b;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	animation: fadeInDown 0.3s;
	box-sizing: border-box;
	max-width: calc(100% - 10px);
	padding: 4px;
	margin: 0 auto;
	left: 5px;
	right: 5px;
	top: 5px !important;
	border-radius: 6px !important;
	width: auto;
	margin: 0 !important;
}

.searchinhead .aroundtext {
	gap: 5px;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.iblocklist {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px 20px;
}

.iblocklist .item {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
}

.iblocklist .item .pic {
	display: block;
	width: 100%;
	min-height: 120px;
	max-height: 120px;
	padding: 0;
	margin-bottom: 5px;
}

body.adaptive .iblocklist .item.line {
	padding-top: 0;
	border-top: none;
}

.iblocklist .item .pic a {
	display: block;
	width: 100%;
	height: 100%;
}

.iblocklist .item .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left top;
}

.iblocklist .item .info {
	width: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.iblocklist .item .more {
	margin-top: auto !important;
}
@media (max-width: 992px) {
	.iblocklist {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.iblocklist {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px 10px;
	}
}

/* @media (max-width: 480px) {
    .iblocklist {
        grid-template-columns: 1fr;
    }
} */

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.marker-block {
	z-index: 100;
	min-height: 25px;
}

@media (max-width: 768px) {
	.marker-block span {
		font-size: 11px;
	}

	.marker-block__label-youtube {
		right: 10px;
	}
}

/* Стили для отображения карточек товаров по две в ряд на мобильных устройствах */
/* Стили для слайдера изображений */
.prod-preview > a {
	overflow: hidden;
}

.slider-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	height: 80%;
	padding-top: 5px;
}

.slider-track {
	display: flex;
	position: relative;
	left: 0;
	transition: transform 0.5s ease-in-out;
}

.slider-slide {
	width: 33.33%;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2px;
	padding-bottom: 2px;
}

.slider-slide img {
	width: 100%;
	height: 100%;
	display: block;
}

.slider-indicators {
	position: absolute;
	bottom: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 5px;
}

.slider-dot {
	flex-shrink: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgb(199, 199, 199);
	cursor: pointer;
	transition: all 0.3s ease;
}

.slider-dot.active {
	background: #cf170a;
	border-color: #cf170a;
	transform: scale(1.2);
}

.status-mobile {
	display: none;
	padding-left: 5px;
}
.status-mobile li {
	list-style-type: none;
}

.bonus_block {
	display: flex;
	width: 100% !important;
	height: 30px;
	margin-bottom: 10px;
}

.bonus_block_left {
	display: flex;
	width: 100% !important;
	height: 30px;
	max-width: 45%;
}

.bonus_block_left div:last-child {
	width: 100% !important;
}

.status-mobile {
	padding-left: 0;
}

.prod-icons a:hover {
	margin-right: 5px !important;
}

.bonus_block.mobile {
	display: none;
}

@media screen and (max-width: 768px) {
	.bonus_block.mobile {
		display: flex;
	}

	.bonus_block:not(.mobile) {
		display: none;
	}

	.prod-list__item:not(:last-child) {
		margin-bottom: 0;
	}

	.slider-container {
		height: 100%;
	}

	.status-mobile {
		display: block;
	}

	.small_red_rrc {
		display: none;
	}

	.artables.table {
		display: flex;
		flex-direction: column;
	}

	.artables .names {
		display: none;
	}

	.artables .arproducts {
		width: 100%;
	}

	.artables .arproducts .products {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		border-collapse: separate;
		border-spacing: 10px;
	}

	.artables .arproducts .products tbody {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
	}

	.artables .arproducts .products tr {
		display: flex;
		flex-direction: column;
		width: calc(50% - 10px);
		margin-bottom: 15px;
		border: 1px solid #e5e5e5;
		border-radius: 5px;
		padding: 10px;
		box-sizing: border-box;
	}

	.artables .arproducts .products td {
		display: block;
		width: 100%;
		border: none;
		padding: 5px;
		box-sizing: border-box;
	}

	.artables .arproducts .products td.name {
		height: auto;
		min-height: 40px;
	}

	.artables .arproducts .products td.price {
		text-align: center;
		font-weight: bold;
	}

	.artables .arproducts .products td.buy {
		text-align: center;
	}

	/* Скрываем ненужные ячейки на мобильных */
	.artables .arproducts .products td.free,
	.artables .arproducts .products th.free {
		display: none !important;
	}

	/* Скрываем заголовок таблицы на мобильных */
	.artables .arproducts .products thead {
		display: none !important;
	}

	.prod-info .quantity {
		display: none !important;
	}

	.prod-buying-quantity {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.mobile-tab-panel {
		display: flex;
	}

	.prod-preview {
		display: flex;
		flex-direction: column;
	}

	.prod-preview a {
		flex: 1;
	}

	body {
		padding-bottom: 60px;
	}
}

@media (max-width: 768px) {
	.prod-preview {
		padding-bottom: 15px;
	}
	.prod-list__item {
		flex-direction: column;
		flex-wrap: nowrap;
	}

	.prod-cost {
		width: 100% !important;

		flex-direction: column;
		gap: 5px;
		align-items: start;

		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 5px;
	}

	.prod-preview {
		min-height: 215.8px;
		max-height: 215.8px;
		width: 100% !important;
	}

	.prod-detail {
		order: 1;
		width: 100%;
		max-height: 155px;
		padding: 10px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.prod-detail .review-stars {
		margin-bottom: 0;
	}

	.prod-detail .rates {
		line-height: initial;
	}

	.prod-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}

	.prod-proplist {
		display: none;
	}

	.prod-buying {
		width: 100%;
	}

	.prod-buying form {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
	}

	.prod-buying-quantity {
		flex: 1;
	}

	.prod-buying-quantity .measurename {
		flex: 1;
	}

	.prod-info {
		margin-top: auto;
		width: 100%;
		height: 230px;
	}

	.prod-name {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 5px;
		font-size: 14px;
	}

	.open-popup-call-bonus-text {
		margin-top: 0;
		display: flex;
		align-items: center;
	}

	.prod-buying form::after {
		display: none;
	}

	.prod-icons {
		position: initial;
		border: none;
		padding: 0;
		margin: 0;
	}

	.add2basket {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.prod-icons {
		position: absolute;
		bottom: -4px;
		z-index: 999;
	}
	.prod-list__item {
		margin-bottom: 0 !important;
	}

	.prod-buying-quantity {
		flex-wrap: nowrap;
	}

	.nofollow {
		width: 100%;
	}

	.open-popup-call-bonus-text b {
		text-wrap: nowrap;
		font-size: 9px;
	}

	.prod-name {
		font-size: 14px;
	}

	.bonus_block {
		margin-bottom: 0;
	}

	.bonus_block p b {
		font-size: 11px;
	}

	/* .add2basket__text {
		display: none;
	} */

	.slider-indicators {
		gap: 3.5px;
	}
}

@media (max-width: 500px) {
	.prod-cost-old {
		margin-right: 5px;
	}

	.prod-list__item {
		width: 100%;
	}

	.prod-cost-old,
	.prod-cost-siz {
		font-size: 11px;
	}

	.prod-preview {
		padding: 5px;
	}
	.centeringin {
		margin: 0 5px;
	}

	/* .prod-preview img {
        max-width: none;
    } */

	.prod-list {
		grid-gap: 5px;
	}

	.prod-detail {
		order: 1;
		width: 100%;
		min-height: 155px;
		max-height: 155px;
	}

	.detail-product__info .parameters-block .parameters-block {
		width: 100% !important;
	}

	.main-slider .main-slider__body-item img {
		object-fit: contain;
	}

	.main-slider .slick-dots {
		position: static;
	}

	.main-slider .slick-dots li button:before {
		background-color: gray;
	}

	.main-slider .slick-dots button {
		border-color: gray;
	}

	.main-slider .main-slider__body-title {
		font-size: 14px;
	}

	.main-slider__body-title {
		font-size: 14px;
	}

	.main-slider .main-slider__body-txt {
		font-size: 12px;
	}

	.main-slider .slick-dots li {
		margin-bottom: 10px;
	}

	.prod-list__item {
		flex-direction: column;
	}

	.bonus_block {
		flex-direction: column;
		height: auto;
	}

	.bonus_block_left {
		height: 100%;
	}

	.bonus_block_left div:last-child {
		padding-top: 3px !important;
	}
}

@media (max-width: 430px) {
	.bonus_block_left {
		max-width: 70%;
	}

	.status-mobile li {
		font-size: 11px;
		line-height: 16px;
	}
	/* .prod-list {
        grid-template-columns: repeat(1, 1fr);
    } */

	/* .bonus_block p b {
        font-size: 13px;
    }

    .prod-name {
        font-size: 16px;
    }

    .open-popup-call-bonus-text b {
        font-size: 11.5px;
    } */

	.prod-preview img {
		max-width: 100%;
	}

	.prod-name {
		max-height: 76px;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
}

#horiz-multilvl-menu li ul {
	z-index: 300 !important;
}
