.sticker.sale {
	font-size: 9px;
}

/* .active {
	color: #039be5;
} */

@media (max-width: 991px) {
	.header-mobile .top__logo {
		height: 40px;
	}
}

@media (max-width: 991px) {
	.header-mobile .top__logo img {
		height: 100%;
	}
}

@media (max-width: 767px) {

	.tovar__action-buttons {
		background-color: white;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 2;
		left: 0;
		padding-block: 20px;
		padding-inline: 20px;
		border: 1px solid #bbbbbb;
	}

	.count-form {
		/* display:flex;
		gap:10px;
		width: 100%; */
	}

	body>jdiv {
		position: relative;
		z-index: 3;
	}
}



.tovar__consult .messenger__list {
	margin-right: 0px;
	display: flex;
	gap: 10px;
}

.messenger__list-item {
	width: 22px;
}

.messenger__list-icon {
	width: 100%;
	height: 100%;
}

.tovar__consult-info {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

@media (max-width: 1200px) {
	.nav-mobile__point.mess {
		flex-direction: column;
	}

	.nav-mobile__point.mess .nav-mobile__link {
		padding-top: 0px;
	}

	.mobile-menu__menu {
		display: flex;
		flex-direction: column;
		height: 100vh;
	}

	.nav-mobile__outer {
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}

	.nav-mobile__outer .mess {
		margin-top: auto;
		margin-bottom: 75px;
	}

	.phone-icon {
		color: #039be5;
		width: 15px;
	}
}


/* Стикеры */
.sticker {
	/* border-radius: 1px;
    font-size: 8px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 4px;
    padding: 0 7px;
    text-align: center; */
	text-transform: none;
}

.cookie-main {
	z-index: 20;
}



@media (max-width: 768px) {
	.pagetitle {
		text-align: left;
	}

	.pagetitle__crumbs {
		justify-content: left;
		overflow-x: auto;
		flex-wrap: nowrap;
	}

	.pagetitle__subtitle {
		text-align: left;
	}

	.tovar__action-buttons {
		z-index: 10;
	}

	.pagetitle__crumbs-point {
		white-space: nowrap;
		color: #A9A9A9
	}

	.pagetitle__crumbs-point a {
		text-decoration: none;
	}
}

@media (min-width: 768px) {
	.tovar__action-buttons {
		margin-bottom: 15px;
	}
}

.tovar__state-brand {
	margin-left: initial;
}

@media (max-width: 768px) {
	._hidden-phone {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	._hidden-tablet {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	._hidden-desktop {
		display: none !important;
	}
}



/* accordeon */
.ac-container {
	margin: 0 auto 10px auto;
}

.ac-item {
	position: relative;
	/* border-bottom: 1px solid hsl(208, 20%, 55%); */
}

.ac-item:first-child {
	/* border-top: 1px solid hsl(208, 20%, 55%); */
}

.ac-item .feather {}

.ac-item label {
	margin: 0;
	border-bottom: 1px solid hsl(208, 20%, 55%);
	font-weight: 600;
	text-transform: uppercase;
}

.ac-icon {
	position: absolute;
	width: 18px;
	right: 18px;
	top: 12px;
}

.ac-icon.minus {
	display: none;
}

.ac-container label {
	padding: 8px 0 5px 0;
	position: relative;
	z-index: 2;
	display: block;
	height: 50px;
	cursor: pointer;
	line-height: 33px;
	font-size: 0.9rem;
}

.ac-container label:hover:after,
.ac-container input:checked+label:hover:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(http://netcribe.com/example/arrow_down.png) no-repeat center center;
}

.ac-container input:checked+label:hover:after {
	background-image: url(http://netcribe.com/example/arrow_up.png);
}

.ac-container input:checked~.ac-icon.plus {
	display: none;
}

.ac-container input:checked~.ac-icon.minus {
	display: block;
}

.ac-container input {
	display: none;
}

.ac-container .ac-content {
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	max-height: 0px;
	position: relative;
	z-index: 1;

	border-bottom: 1px solid hsl(208, 20%, 55%);
	/* transition: max-height 0.1s ease-in-out; */
}

.ac-container input:checked~.ac-content {
	/* transition: max-height 1.5s linear; */
	max-height: 2000px;
	padding-block: 10px;
}

.ac-content table {
	width: 100%;
}

.ac-content table th {
	background: #f5f5f5;
	padding: 5px 10px;
}

.ac-content table tr:nth-child(2n) {
	background: #f5f5f5;
}

.ac-content table td {
	padding: 5px 10px;
}

.ac-content *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
	font-size: 0.8rem;
}

/* .swiper-carousel */
.swiper.carousel {
	padding: 0;
}

@media (min-width: 1200px) {
	.input-container {
		height: 36px;
	}
}




@media (min-width: 400px) {

	/* tabs__products */
	.tabs__products .tabs__buttons {
		justify-content: center;
	}
}

.tabs__buttons {
	overflow-x: auto;
}

.tabs__buttons .tabs__buttons-item {
	white-space: nowrap;
}

.tabs__products .tabs__buttons-item {
	background-color: #f1f2f2;
	border-color: #f1f2f2;
	color: #1e252d;
	border-radius: 4px;
	font-size: .9rem;
	height: 34px;
	line-height: 32px;
	padding: 0 12px;

	margin-right: 10px;
}

.tabs__products .tabs__buttons-item.active {
	background-color: #039be5;
	border-color: #039be5;
	color: white;
	font-weight: 600;
}




.tovar__state-features {
	white-space: pre-line;
	display: flex;
	gap: 4px;
	align-items: start;
}

.tovar__state-features img {
	flex-shrink: 0;
	margin-top: 22px;
	width: 22px;
}

/* блок на телефоне */
@media (max-width: 768px) {
	.tovar__state-rating {
		flex-direction: column;
		align-items: start;
		gap: 4px;
	}

	.tovar__state-rating span {
		margin-left: 0px;
		font-size: 8px;
	}

	.brand__item {
		padding: 0;
	}

	.tovar__state-wrapper {
		display: flex;
		flex-direction: row-reverse;
		gap: 15px;
		align-items: center;
	}

	.tovar__state-features {
		font-size: 8px;
	}

	.tovar__state-features img {
		margin-top: 14px;
		width: 15px;
	}

	.tovar__review-open .feather {
		width: 15px;
		height: 15px;
	}

	.tovar__main {
		display: flex;
		justify-content: space-between;
		gap: 4px;
	}

	.tovar__consult {
		padding: 12px;
	}

	.tovar__consult-title,
	.tovar__consult-phone {
		font-size: 10px;
		text-align: left;
		justify-content: start;
	}

	.messenger__list-point.mess {
		padding: 0;
	}

	.tovar__action-price__wrapper {
		margin-bottom: 10px;
	}
}

@media (min-width: 768px) and (max-width: 1400px) {
	.tovar__state--new {
		margin-bottom: 10px;
	}
}

@media (min-width: 1400px) {
	.tovar__main {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
}



.tovar__info-slider--mobile .swiper-pagination-bullets {
	display: flex;
	gap: 4px;
}

.tovar__info-slider--mobile .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: #D9D9D9;
	border-color: #D9D9D9;
}

.tovar__info-slider--mobile .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #039BE5;
	border-color: #039BE5;
}


@media (max-width: 768px) {
	.section__header-title {
		text-align: start;
	}
}



.bag__list-point+.bag__list-point {
	margin-top: 15px;
}

.bag__list-point {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.bag__list-point._removed .bag__item {
	opacity: 0.5;
}

/* удаление товара из корзины */
.bag__sticky ._removed:last-of-type {
	margin-bottom: 15px;
}

.bag__sticky {
	list-style: none;
}

.bag__item-button__return {
	background-color: initial;
	padding: 0;
	text-decoration: underline;
	text-decoration-style: dashed;
	border: none;
	text-underline-offset: .2em;
	font-size: 0.85rem;
}

.bag__item-button__return:hover {
	text-decoration: none;
}

.stat__item {
	font-size: 1rem;
}

/* swiper */
.swiper-container {
	margin-inline: 50px;
}

.swiper-button-prev:not(#swiper_main_promo .swiper-button-prev),
.swiper-button-next:not(#swiper_main_promo .swiper-button-next) {
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 1px 8px hsl(from black h s l / .08), 0 2px 4px hsl(from black h s l / .12);
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	transition: .4s;
	visibility: visible;
	width: 40px;
}

.tovar__info-slider--mobile .swiper-container {
	margin-inline: 0;
}

#swiper_main_promo .swiper-container {
	margin-inline: 0;
}

/* bag__list-point */
@media (max-width: 767px) {
	.bag__list-point {
		position: relative;
	}

	.bag__list-point form {
		position: absolute;
		bottom: 18px;
	}

}

@media (min-width: 768px) {
	.tovar__video.video {
		margin-top: 1.5rem;
	}
}

.sticker.season {
	background-color: orange;
	color: white;
}

.product-shorts {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}

.product-shorts__item {
	display: flex;
	align-items: center;
	gap: 2px;
}

.product-shorts__item-image {
	flex-shrink: 0;
	width: 16px;
}

.ac-content table td a,
div#tabs_product table td a {
	color: #383838;
	text-decoration: underline;
}

.ac-content table td a:hover,
div#tabs_product table td a:hover {
    color: #039be5;
    text-decoration: none;
}

.ac-content table td a[href=""],
div#tabs_product table td a[href=""] {
	text-decoration: none !important;
	cursor: text !important;
	color: inherit !important;
}

svg.feather.feather-percent {
	padding: 3px;
    background-color: red;
    color: white;
    border-radius: 30px;
}

.nav-mobile__link--flex {
	display: flex;
	align-items: center;
    gap: 8px;
}

.tovar__info .tabs__buttons-item {
	border: none;
	background-color: white;
}

.tabs__buttons-item.is-active {
	border: none;
	background-color: white;
	border-bottom: 1px solid black;
}

/* ------content с кнопкой "Показать больше"-------- */
.show-more-content-wrapper {
  position: relative;
}

.show-more-content {
  overflow: hidden;
  max-height: 8em;
  transition: max-height 0.4s ease;
  position: relative;
}

.show-more-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3em;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
  transition: opacity 0.3s ease;
}

.show-more-content.expanded-content {
  max-height: none;
}

.show-more-content.expanded-content::after {
  opacity: 0;
}
	
.show-more-content-btn {
  display: inline-block;
  margin-top: 8px;
  color: #039be5;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}

.show-more-content-btn:hover {
  text-decoration: none;
}

.product-small__footer {
	justify-content: space-between;
	gap: 5px;
}

.product-small__category {
	text-wrap: pretty;
}

@media (max-width: 768px) {
	.brand__item {
		display: flex;
		justify-content: center;
    	align-items: center;
	}
}

.section__header-subtitle {
	margin: 1.8rem auto 0;
}

.region_shop--address {
	align-items: flex-start;
}