.c-catalog-extend .c-catalog-list {
	overflow-y: auto;
}

.c-product-thumb__features.c-product-thumb__hidden {
	height: auto;
}

.c-product-thumb__features.c-product-thumb__hidden .c-product-features-overview__item_wrap {
	white-space: normal;
}

.c-checkout-shipping__method-toggler {
	display: none;
}

@media (max-width: 1199px) {
	.c-form-field_required .c-form-field__name-wrapper {
		display: inline-block;
	}

	.buy1step-page.checkout input::placeholder {
		color: transparent;
	}

	.c-checkout-auth__text {
		display: none;
	}

	.c-checkout-shipping-method__logo-container,
	.c-checkout-payment-method__logo-container {
		display: none;
	}

	.c-checkout-shipping__method-toggler {
		display: block;
		font-size: 16px;
		padding: 10px 0;
	}

	.c-checkout-shipping__method-toggler .svg-inline--fa {
		margin-right: 10px;
	}

	.c-checkout-shipping__method-toggler + .c-checkout-shipping__method {
		display: none;
		margin-top: 0;
	}

	.c-checkout-shipping-method_checked .c-checkout-shipping-method__content {
		display: block;
	}
}

.r-header-menu__contacts {
	margin-right: auto;
}

.r-header-menu__ordercall {
	margin-left: 10px;
}

.c-product-get_analog {
}

.c-product-get_analog div:not(:first-of-type) {
	margin-top: 20px;
}

.c-product-add-to-cart_disabled > div:not(.c-product-add-to-cart__prices):not(.c-product-add-to-cart__skus-stocks){
	display: none;
}

.c-product-add-to-cart_disabled .c-product-get_analog {
	display: block!important;
}

.c-order-page__buy1click {
	text-align: right;
}

.c-order-page__buy1click .c-buy1click-decorator {
	display: inline-block;
	width: 50%;
}


.c-breadcrumbs {
	position: relative;
	z-index: 0;
}

.c-breadcrumbs_opened {
	z-index: 2;
}

.l-content__content {
	position: relative;
	z-index: 1;
}

@media (max-width: 1199px) {
	.l-content__breadcrumbs {
		background: linear-gradient(to bottom, #fafafa, #fafafa 45px, #ffffff 46px);
	}

	.c-breadcrumbs .c-breadcrumbs__item-brothers-container {
		display: table-cell;
	}

	.c-responsive-social-button {
		bottom: auto;
		height: 60px;
		z-index: 2;
	}
}

.c-category-page__bestsellers {
	margin-top: 50px;
}

.seofilters-links {
	margin-bottom: 20px;
}

.grouplinks-group {
	position: relative;
}

.grouplinks-group:not(:first-of-type) {
	margin-top: 20px;
}

.grouplinks-group__header {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 700;
}

.grouplinks-group__slider {
	width: 100%;
	margin: 0 -20px;
	padding: 0 20px;
}

.grouplinks-group__prev,
.grouplinks-group__next {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	background-color: transparent;
	z-index: 2;
	cursor: pointer;
	outline: none;
}

.grouplinks-group__prev.swiper-button-disabled,
.grouplinks-group__next.swiper-button-disabled {
	visibility: hidden;
}

.grouplinks-group__prev {
	left: 0;
}

.grouplinks-group__next {
	right: 0;
}


.grouplinks-group__item {
	display: inline-block;
	width: auto;
}

.grouplinks-group__link {
	display: inline-block;
	width: auto;
	vertical-align: top;
	text-decoration: none;
	padding: 3px 9px;
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
	border-radius: 3px;
	cursor: pointer;
	transition: all .2s ease-out;
}

.grouplinks-group__link:hover {
	color: var(--button-color-dark);
	border-color: var(--primary-color-hover);
}

.grouplinks-group__link--current {
	color: var(--button-color-dark);
	border-color: var(--button-color-dark);
}

@media (max-width: 1199px) {
	.c-up-button:not(.c-up-button_show):hover {
		opacity: 0;
	}
}

.c-product-cart-form__ymarket-link {
	display: block;
	text-align: center;
}

.c-product-cart-form__ymarket-link img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.product-materials {

}

.product-materials .c-slider-block__header-text-container {
	width: calc(100% - 85px);
}

.product-materials__categories {
	margin: 15px 0;
}

.product-materials__category {
	display: inline-block;
	padding: 8px;
	color: var(--primary-color);;
	text-decoration: none;
	width: auto;
	border: 1px solid var(--primary-color);;
	border-radius: 6px;
	transition: all .2s ease-out;
	cursor: pointer;
}

.product-materials__subcategories {
	display: none;
	margin: -5px;
}

.product-materials__subcategory {
	margin: 5px;
}

.product-materials__category-link {
	display: inline-block;
	padding: 8px;
}

.product-materials__subcategories--show {
	display: block;
}

.product-materials__category:hover {
	color: var(--button-color-dark);
	border-color: var(--primary-color-hover);;
	box-shadow: 0 5px 20px rgba(61,61,61,.1);
}

.product-materials__category--active {
	color: var(--dark-color);
	border-color: var(--dark-color);
	box-shadow: 0 5px 20px rgba(61,61,61,.1);
}

.product-materials__products--loading {
	opacity: 0.5;
	pointer-events: none;
}

@media (max-width: 1199px) {
	.product-materials .c-slider-block__header-container {
		position: relative;
		display: block;
	}

	.product-materials .c-slider-block__header-text-container {
		width: 100%;
	}

	.product-materials .c-slider-block__buttons-container {
		position: absolute;
		right: 0;
		bottom: 10px;
	}
}

@media (min-width: 1200px) {
	.product-materials__subcategories--show {
		display: flex;
		flex-wrap: wrap;
	}
}

.flag {
	width: 24px;
	height: 24px;
}

.flag img {
	vertical-align: bottom;
	max-width: 24px;
	max-height: 24px;
	margin-right: 4px;
}

.c-error-page__slider {
	margin: 60px 0;
}

.c-error-page__slider .c-slider-block__header-text-container {
	text-align: left;
}

.c-products__posts {
	margin: 30px 0;
}

.product-price-chart__content {
	display: flex;
}

.product-price-chart__info {
	width: 265px;
	padding-right: 20px;
}

.product-price-chart__current-price-block {
	margin-bottom: 10px;
}

.product-price-chart__current-price {
	font-size: 24px;
	font-weight: 500;
}

.product-price-chart__text {
	margin-bottom: 15px;
}

.product-price-chart .c-button_pricedown {
	border-bottom-style: solid;
}

.product-price-chart__chart-block {
	flex-grow: 1;
}

.product-price-chart__chart svg {
	overflow: visible;
}

.product-price-chart__chart .ct-chart-line .ct-series-a .ct-line,
.product-price-chart__chart .ct-chart-line .ct-series-a .ct-point {
	stroke: var(--primary-color);
}

.product-price-chart__chart .ct-chart-line .ct-series .ct-label {
	font-size: 15px;
	font-weight: bold;
	fill: #000000;
	stroke: white;
	stroke-width: 0.3;
}

.product-price-chart__chart .ct-chart-line .ct-labels .ct-label {
	margin-left: -20px;
}

@media (max-width: 1199px) {
	.product-price-chart {
		margin-bottom: 30px;
	}

	.product-price-chart__content {
		flex-direction: column;
	}

	.product-price-chart__info {
		width: 100%;
		margin-bottom: 15px;
		padding-right: 0;
	}


	.product-price-chart .c-button__pricedown,
	.product-price-chart .plugin_pricedown-button {
		display: block;
	}

	.product-price-chart__chart .ct-chart-line .ct-series .ct-label:nth-of-type(2),
	.product-price-chart__chart .ct-chart-line .ct-series .ct-label:nth-of-type(4) {
		display: none;
	}

	.product-price-chart__chart .ct-chart-line .ct-series .ct-label:last-of-type {
		text-anchor: end!important;
	}
}

.hint-block {
	position: relative;
}
.hint-block__hint {
	position: absolute;
	display: block;
	bottom: 0;
	left: 50%;
	font-size: 0;
	font-weight: normal;
	line-height: 1.5;
	color: #828282;
	white-space: nowrap;
	padding: 0;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 4px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	opacity: 0;
	transform: translateX(-50%);
	transition: all 0.3s;
	z-index: 500;
}

.hint-block__hint_bottom {
	bottom: auto;
}

.hint-block__hint::after,
.hint-block__hint::before {
	position: absolute;
	content: '';
	bottom: -11px;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	border-width: 11px;
	border-color: transparent;
	border-style: solid;
	border-top-color: rgba(0,0,0,0.25);
	border-bottom-width: 0;
	transform: translateX(-50%);
}

.hint-block__hint::after {
	border-top-width: 10px;
	bottom: -10px;
	border-top-color: #ffffff;
}

.hint-block__hint_bottom::after,
.hint-block__hint_bottom::before {
	top: -12px;
	bottom: auto;
	border-top-color: rgba(0,0,0,0.25);
	border-bottom-color: rgba(0,0,0,0.25);
	border-top-width: 0;
	border-bottom-width: 11px;
}

.hint-block__hint_bottom::after {
	border-top-width: 0;
	border-bottom-width: 10px;
	top: -10px;
	bottom: auto;
	border-top-color: transparent;
	border-bottom-color: #ffffff;
}

.hint-block:hover .hint-block__hint {
	bottom: calc(100% + 11px);
	display: block;
	font-size: 12px;
	padding: 5px;
	opacity: 1;
}

.hint-block:hover .hint-block__hint_bottom {
	top: calc(100% + 11px);
	bottom: auto;
	padding: 10px;
}

.available-badge {
	font-size: 11px;
	line-height: 1.5;
	color: #F39C12;
	padding: 4px 12px;
	background: #FFFFFF;
	border: 1px solid #F39C12;
	border-radius: 5px;
}

.available-badge__hint {
	color: #333333;
	white-space: normal;
	width: 170px;
	background: #F5F5F5;
	border: none;
	box-shadow: none;
}

.available-badge__hint.hint-block__hint_bottom::after,
.available-badge__hint.hint-block__hint_bottom::before {
	border-bottom-color: #F5F5F5;
}

.guarantee-block {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 1.5;
	color: #828282;
	max-width: 380px;
	padding: 16px 18px;
	border: 1px solid #F5F5F5;
	border-radius: 5px;
}

.guarantee-block__icon-block {
	display: flex;
	align-items: center;
	margin-right: 15px;
}

@media (max-width: 1199px) {
	.available-badge__hint {
		left: 65%;
	}
}

.c-product-brand {
	padding: 15px;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	transition: box-shadow .2s ease-in-out;
}

.c-product-brand:hover {
	box-shadow: 0 10px 50px rgba(0,0,0,.07);
}

.c-product-brand__header {
	display: flex;
}

.c-product-brand__name-block {

}

.c-product-brand__name {
	position: relative;
	font-size: 16px;
	color: #333333;
	padding-right: 15px;
}

.c-product-brand__hint-block {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 14px;
}

.c-product-brand__hint-icon {
	display: inline-block;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	background-color: #e0e0e0;
	width: 14px;
	border-radius: 50%;
}

.c-product-brand__hint-block:hover .c-product-brand__hint-icon {
	background-color: #00A4C7;
}

.c-product-brand__hint {
	white-space: normal;

}

.c-product-brand__hint .hint-block__hint-text {
	display: block;
	width: 290px;
	max-height: 260px;
	overflow-y: auto;
}

.c-product-brand__link-block {
	margin-top: 5px;
}

.c-product-brand__link {
	font-size: 13px;
}

.c-product-brand__logo {
	width: 70px;
	height: 60px;
	padding-left: 10px;
	margin-left: auto;
}

.c-product-brand__country {
	font-size: 14px;
	color: #333333;
	margin-top: 5px;
}

.guarantee-block-container {
	width: 100%;
	display: flex;
	justify-content: center;
}

.guarantee-block {
	margin-top: 20px;
}

/* ---- стилизация плагина "Топы и списки"  ---- */

.seoratings-widget__icon--title {
	fill: #0491b0 !important;
}

.seoratings-widget__text--place {
	color: #0491b0 !important;
}

.seoratings-widget__link--product {
	text-decoration: none !important;
	display: flex !important;
	align-items: center;
	gap: 8px;
}

.seoratings-widget__text--rating {
	text-decoration: none !important;
	color: var(--link-color) !important;
}

.seoratings-widget__text--rating:hover {
	color: var(--link-color-hover) !important;
}

/* ---- конец стилизации плагина "Топы и списки"  ---- */

.btn-buy-mp,
.btn-buy-ozon {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 10px;
	background: #F5F5F5;
	border-radius: 4px;
	text-decoration: none;
}

.btn-buy-mp:hover,
.btn-buy-ozon:hover {
	cursor: pointer;
	opacity: 0.8;
}

.btn-buy-mp__text,
.btn-buy-ozon__text {
	margin: 0 8px 0 0;
	padding: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #00A4C7;
}

.btn-buy-mp__icon {
	width: 97px;
	height: 19px;
	object-fit: contain;
}

.btn-buy-ozon__img {
	width: 64px;
	height: 17px;
	object-fit: contain;
}

.c-block__header_banner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
}

.c-banner__img {
	max-width: 50vw;
}

.c-banner {
	display: flex;
	justify-content: center;
}

@media (max-width: 1199px) {
	.c-banner {
		align-self: center;
	}
	.c-block__header_banner {
		flex-direction: column;
		align-items: flex-start;
	}
	.c-banner__img {
		max-width: 80vw;
	}
}

.c-banner__img_cart {
	width: 100%;
}

.c-banner_cart {
	margin-bottom: 20px;
}

.mlink-button-content {
    flex-direction: row-reverse;
    font-weight: 500;
    font-size: 16px;
}

.mlink-button-content img {
    max-height: 25px;
}

.mlink-button_profile_3 {
    margin-top: 20px;
}

a:has(.mlink-button_profile_2) {
    text-decoration: none;
}

a:has(.mlink-button_profile_2)::after {
  display: block;
  content: 'Цена на маркетплейсах с учетом доставки';
  color: gray;
  text-align: center;
  font-size: 12px;
}

/*.mlink-button_profile_2:after {*/
/*    display: block;*/
/*    content: 'Цена на маркетплейсах с учетом доставки';*/
/*}*/

