.catalog_detail .ordered-block {
	margin: 55px 0;
}
/* background */
.top-block-wrapper,
.wrapper_inner,
#content .maxwidth-theme,
body.detail_page .wrapper_inner.wide_page {
	--black_bg_black: #F8F8F8;
	background-color: #F8F8F8;
	background-color: var(--black_bg_black);
}
/* btn */
.catalog_block .counter_wrapp > div .btn {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.ordered-block-info-wrap .btn {
	width: 100%;
	max-width: 270px;
	padding: 15px 20px;
	margin: 25px auto 0;
	color: #911EA4;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
/* text */
.ordered-block-feedback__title,
.ordered-block .ordered-block__title {
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.ordered-block-info-wrap > .ordered-block,
.content.detail-text-wrap {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}
/* info buy, delivery, payment */
.ordered-block-info-wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.ordered-block-info-wrap > .ordered-block {
	flex: 1;
	padding: 24px 15px;
	border-radius: 3px;
	margin: 0;
	background-color: #fff;
}
.ordered-block-feedback__title,
.ordered-block-info-wrap > .ordered-block .ordered-block__title {
	padding-bottom: 10px;
	margin-bottom: 0;
}
/* brand, form */
.ordered-block-footer {
	margin-top: 80px;
}
.ordered-block-footer > div {
	padding: 20px 15px;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	margin: 0;
	background-color: transparent;
}
@media (max-width:767px) {
	.ordered-block-footer > div + div {
		margin-top: 10px;
	}
}
.ordered-block-footer .brand-detail-info {
	padding: 0;
	margin: 0;
}
.ordered-block-footer .brand-detail .brand-detail-info__image + .brand-detail-info__preview {
	padding-top: 0;
}
.ordered-block-footer .brand-detail-info,
.ordered-block-footer .brand-detail-info__preview {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 24px;
}
.ordered-block-footer .brand-detail-info__preview .link:not(:last-of-type),
.ordered-block-footer .brand-detail-info__preview .link {
	padding-bottom: 0;
}
.show-comment.link {
	border: 1px solid;
	letter-spacing: unset;
	border: none;
	border-radius: unset;
	padding: 0;
	text-transform: unset;
}
.ordered-block-feedback__footer .link,
.show-comment.link,
.ordered-block-footer .brand-detail-info__preview .link a {
	color: #911EA4;
	font-size: 14px;
	font-weight: 500;
	text-decoration: underline;
}
.ordered-block-feedback__footer .link:hover,
.show-comment.link:hover,
.ordered-block-footer .brand-detail-info__preview .link a:hover {
	color: #911EA4;
	text-decoration: none;
}
.ordered-block-feedback {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.ordered-block-feedback__text {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}
.ordered-block-feedback__footer {
	display: flex;
	align-items: center;
	gap: 15px;
}
.ordered-block-feedback .svg {
	padding: 15px;
	border-radius: 50%;
	background-color: #fff;
}
.ordered-block-feedback .svg svg {
	width: 28px;
	height: 28px;
}
/* char */
.catalog_detail .char .char_block {
	--card_bg_black: transparent;
	padding: 0;
}
.catalog_detail .char .props_list {
	display: block;
}
.catalog_detail .char .props_list td,
.catalog_detail .char .char_block .props_list .props_item > span {
	font-size: 12px;
	line-height: 1.4;
}
.catalog_detail .char .char_block .props_list td.char_name,
.catalog_detail .char .char_block .props_list td.char_value {
	width: 100%;
}
.catalog_detail .char .char_block .props_list td.char_name {
	margin: 0;
}
.catalog_detail .char .props_list tbody {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.catalog_detail .char .props_list tbody > tr {
	width: 100%;
	columns: 2;
	gap: 20px;
	padding: 12px 0;
}
.catalog_detail .char .props_list tbody > tr:first-child {
	padding-top: 0;
}
.catalog_detail .char .props_list tbody > tr:last-child {
	padding-bottom: 0;
}
.catalog_detail .char .props_list tbody > tr:not(:last-child) {
	border-bottom: 1px solid #D9D9D9;
}
/* reviews */
[id^="blog-comment-page"] {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
[id^="blog-comment-page"] > a {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}
.reviews.EXTENDED #reviews_content .blog-comments .blog-comment .blog-comment-form {
	margin-top: 30px;
}
.reviews.EXTENDED .blog-comment-cont {
	--black_bg_black: #fff;
	padding: 24px 15px;
	border-radius: 3px;
	margin: 0;
	background-color: #fff;
}
.reviews.EXTENDED .parent > div > .blog-comment-cont:before {
	display: none;
}
.reviews.EXTENDED .blog-comment .blog-comment-info {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: unset;
	align-items: unset;
	gap: 15px;
	padding: 0;
}
.reviews.EXTENDED .blog-comment .blog-comment-info .left_info {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.reviews.EXTENDED .blog-comment .blog-comment-info .blog-info__rating {}
.reviews.EXTENDED .blog-comment .blog-comment-cont .blog-author {
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}
.reviews.EXTENDED .blog-comment .blog-post-date,
.reviews.EXTENDED .blog-comment .blog-comment-date {
	margin-left: 0;
	color: #999999;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
}
.reviews.EXTENDED .blog-comment .blog-comment-date {
	position: absolute;
	right: 0;
	bottom: 7px;
}
.reviews.EXTENDED .ratings .inner_rating svg,
.reviews.EXTENDED .blog-comment-info .votes_block.nstar.big .ratings .item-rating svg {
	width: 14px;
	height: 14px;
}
.reviews.EXTENDED .comment-text__text.COMMENT:not(:first-child),
.reviews.EXTENDED .blog-comment .blog-comment-content {
	padding-top: 15px;
}
.reviews.EXTENDED div.blog-comment .blog-comment-cont .blog-comment-meta {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 0;
}
.reviews.EXTENDED .blog-comment-meta .rating_vote.minus {
	margin-left: 20px;
}
.reviews.EXTENDED .blog-comment-meta .rating-vote-result {
	margin-left: 6px;
	font-size: 16px;
	font-weight: 500;
}
.reviews.EXTENDED div.blog-comment .blog-comment-cont .rating-vote {
	display: flex;
	align-items: center;
}
.reviews.EXTENDED div.blog-comment .blog-comment-cont .rating_vote svg {
	width: 20px;
	height: 20px;
}
.reviews.EXTENDED .blog-comment-meta span.blog-vert-separator {
	display: none;
}
.reviews.EXTENDED .reviews_sort .filter-panel {
	padding-bottom: 20px;
}
.reviews.EXTENDED .filter-panel__sort-form__inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}
.reviews.EXTENDED .filter-panel__sort-form__inner > .filter-panel__sort-form__item:nth-child(1) {
	order: 1;
}
.reviews.EXTENDED .filter-panel__sort-form__inner > .filter-panel__sort-form__item:nth-child(2) {
	order: 3;
}
.reviews.EXTENDED .filter-panel__sort-form__inner > .filter-panel__sort-form__item:nth-child(3) {
	order: 2
}
.reviews.EXTENDED .bx_filter_vertical input[type="checkbox"] + label:before,
.reviews.EXTENDED .filter input[type="checkbox"] + label:before,
.reviews.EXTENDED .filter input[type="radio"] + label:before,
.reviews.EXTENDED .bg_block:before,
.reviews.EXTENDED .filter-panel .bx_filter_vertical input[type="checkbox"] + label:after,
.reviews.EXTENDED .filter-panel .filter input[type="checkbox"] + label:after,
.reviews.EXTENDED .filter-panel .bg_block:after {
	top: 50%;
	transform: translate(0, -50%);
	width: 16px;
	height: 16px;
	background-color: #fff;
}
.reviews.EXTENDED .bx_filter_vertical input[type="checkbox"]:checked + label:after,
.reviews.EXTENDED .filter input[type="checkbox"]:checked + label:after {
	margin: 2px 0px 0px 3px;
	background: url(images/svg/content_icons.svg) -90px -2px no-repeat;
}
.reviews.EXTENDED .filter.label_block input + label,
.reviews.EXTENDED .dropdown-select__title {
	color: #333333;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}
.reviews.EXTENDED .dropdown-select__title {
	padding: 0;
}
.reviews.EXTENDED .filter.label_block input + label {
	padding-top: 0;
	padding-left: 26px;
}
.reviews.EXTENDED .reviews-title__wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 20px;
}
.reviews.EXTENDED .right_reviews_info .rating-wrapper .rating-value {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.reviews.EXTENDED .element-count-wrapper:not(.no-empty) {
	display: none;
}
.reviews.EXTENDED .element-count-wrapper {
	font-size: inherit;
}
.reviews.EXTENDED .element-count-wrapper .element-count {
	position: static;
	padding: 0;
	border: none;
	margin: 0;
}
.reviews.EXTENDED .right_reviews_info .rating-wrapper .rating-value .maximum_value {
	margin-left: 3px;
	letter-spacing: 5px;
}
/* chestnocenru-167 */
[name="SIMPLE_FORM_12"] .form_footer {
	display: none !important;
}
.hozopttorg-tip {
	/* margin-top: 14px; */
}
.hozopttorg-tip svg path {
	/* fill: #6a0974; */
}
.hozopttorg-tip .text-form-info {
	/* color: #6a0974; */
	/* font-weight: 500; */
}
.hozopttorg-tip .price_txt {
	/* font-size: 12px; */
}
/* --chestnocenru-167 */
/* side */
.side-footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding-left: 20px;
}
.side-footer > div:last-child {
	/* margin-top: 5px; */
}
.side-footer__link {
	display: inline-flex;
	align-items: center;
	gap: 20px;
}
.side-footer .svg-inline-delivery_calc svg,
.side-footer__link svg {
	width: 20px;
	height: 20px;
}
#main .catalog_detail .side-footer .calculate-delivery-preview .catalog-delivery-preview-title,
.side-footer .catalog-delivery-preview-title,
.side-footer .calculate-delivery > .animate-load,
.side-footer__link > span {
	border-bottom: none;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: underline;
}
.side-footer__link:hover {
	text-decoration: none;
}
.side-footer__dop {
	color: #999999;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.5;
}
.side-footer .svg-inline-delivery_calc path {
	fill: #911EA4;
}
.side-footer .calculate-delivery.with_preview {
	gap: 20px;
}
.side-footer .calculate-delivery.with_preview .svg.svg-inline-delivery_calc {
	margin: 0;
}
/* promo */
#snackbar {
	visibility: hidden;
	color: #fff;
	background-color: #333;
	min-width: 250px;
	margin-left: -125px;
	border-radius: 2px;
	padding: 16px;
	text-align: center;
	left: 50%;
	bottom: 30px;
	z-index: 1;
	position: absolute;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 14px;
}
.catalog_detail__promo-online .link {
	margin-top: 25px;
	margin-bottom: 8px;
	color: #911EA4;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: underline;
}
.catalog_detail__promo-online .link:hover {
	text-decoration: none;
}
/* This will be activated when the snackbar's class is 'show' which will be added through JS */
#snackbar.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
/* Animations for fading in and out */
@-webkit-keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}
	to {
		bottom: 30px;
		opacity: 1;
	}
}
@keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}
	to {
		bottom: 30px;
		opacity: 1;
	}
}
@-webkit-keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}
	to {
		bottom: 0;
		opacity: 0;
	}
}
@keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}
	to {
		bottom: 0;
		opacity: 0;
	}
}
@media (min-width: 470px) {
	.reviews.EXTENDED .filter-panel__sort-form__inner > .filter-panel__sort-form__item:nth-child(n) {
		order: unset;
	}
	.reviews.EXTENDED .filter-panel__sort-form__inner > .filter-panel__sort-form__item:nth-child(3) {
		margin-left: auto;
	}
	.reviews.EXTENDED .filter-panel__sort-form__inner > .filter-panel__sort-form__item:first-child {
		flex: unset;
	}
}
@media (min-width: 500px) {
	.catalog_detail .char .props_list tbody > tr td {
		background: none;
	}
	.catalog_detail .char .props_list tbody > tr {
		columns: unset;
		display: flex;
	}
}
/* right */
.wrapper_inner.wide_page .catalog_detail .product-view--type2 .product-info {
	padding: 0px var(--theme-page-width-padding);
}
.catalog_detail .product-info-headnote__rating .rating {
	padding: 0;
	margin: 0;
	min-height: 25px;
}
.catalog_detail .product-info.product-info--type2 .prices_block {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 12px 20px 25px;
	background-color: #fff;
}
.catalog_detail .cost.prices > .price_group .price_name.muted {
	display: none;
}
.catalog_detail__region-text {
	margin-top: 16px;
}
.city-product-text.loadings {
	min-height: 25px;
}
.catalog_detail-region-text {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 5px 18px;
	border-radius: 3px;
	color: #333;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	background-color: #F6F6F6;
}
.catalog_detail-region-text svg {
	width: 38px;
	height: 38px;
}
.catalog_detail .cost.prices.detail {
	display: flex;
	align-items: flex-end;
	gap: 14px;
}
.catalog_detail .cost.prices .strike_block .price,
.catalog_detail .cost.prices .strike_block.offers_price {
	text-decoration: none;
}
.catalog_detail.product-container .product-view--type2 .buy_block {
	padding-top: 16px;
}
/* cheaper */
.prices_block__cheaper-wrap {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin-top: 5px;
}
.prices_block__cheaper-wrap > p {
	margin: 0;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}
.prices_block__cheaper-wrap > p > span {
	color: #09AA1B;
	font-weight: 600;
}
#main .catalog_detail .prices_block__cheaper-wrap .cheaper_form > .animate-load {
	border: none;
	color: #999999;
	font-size: 12px;
	font-weight: 500;
	text-decoration: underline;
}
.prices_block__cheaper-wrap .cheaper_form > .animate-load:hover {
	text-decoration: none;
}
/* store */
.catalog_detail .quantity_block_wrapper {
	padding: 0;
	margin: 0;
}
.catalog_detail .quantity_block_wrapper > div {
	padding: 0;
	margin: 0;
}
.catalog_detail .quantity_block_wrapper .icon.stock {
	display: none;
}
.catalog_detail .item-stock .value .store_view {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}
.catalog_detail .item-stock .value .store_view > span {
	color: #09AA1B;
}
/* counter */
#main .catalog_detail .prices_block .counter_wrapp {
	position: static !important;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 25px;
}
#main .catalog_detail .prices_block .counter_wrapp::before,
#main .catalog_detail .prices_block .counter_wrapp::after {
	display: none;
}
#main .catalog_detail .prices_block .counter_wrapp > div {
	width: 100%;
}
#main .catalog_detail .price_matrix_wrapper:not(.strike_block) .values_wrapper span,
#main .catalog_detail .price_matrix_wrapper:not(.strike_block) .price_measure {
	color: #333;
	font-weight: 600;
	line-height: 1.4;
}
#main .catalog_detail .price_matrix_wrapper:not(.strike_block) .values_wrapper span {
	font-size: 24px;
}
#main .catalog_detail .price_matrix_wrapper:not(.strike_block) .price_measure {
	padding-left: 4px;
	font-size: 16px;
}
#main .catalog_detail .price_matrix_wrapper.strike_block .values_wrapper span,
#main .catalog_detail .price_matrix_wrapper.strike_block .price_measure {
	color: #999999;
	font-weight: 600;
	line-height: 1.4;
}
#main .catalog_detail .price_matrix_wrapper.strike_block .values_wrapper span {
	font-size: 16px;
}
#main .catalog_detail .price_matrix_wrapper.strike_block .price_measure {
	padding-left: 4px;
	font-size: 12px;
}
#main .catalog_detail .price_matrix_wrapper.strike_block {
	--center: 47%;
	position: relative;
	top: -4px;
	background-image: linear-gradient(0deg,
			transparent 0,
			transparent var(--center),
			#999999 var(--center),
			#999999 calc(var(--center) + 1px),
			transparent calc(var(--center) + 1px),
			transparent 100%);
}
#main .catalog_detail .module_products_list .cost.prices .strike_block .price,
#main .catalog_detail .cost.prices .strike_block .price span,
#main .catalog_detail .module_products_list .cost.prices .strike_block.offers_price {
	text-decoration: none;
}
.catalog_detail .counter_block {
	background-color: #fff;
}
#main .catalog_detail .product-info.product-info--type2 .buy_block .counter_block {
	border-color: #D9D9D9;
	border-radius: 3px;
}
.catalog_detail .counter_block path {
	fill: #911EA4;
	stroke: #911EA4;
}
.catalog_detail .counter_block input[type="text"] {
	color: #911EA4;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
}
.catalog_detail .product-chars {
	display: none;
}
/* gallery */
@media (max-width: 1199px) {
	.catalog_detail .detail-gallery-big--horizontal .detail-gallery-big-slider-thumbs {
		--thumb-size: 0%;
	}
	.catalog_detail .detail-gallery-big-slider-main .swiper-pagination--bottom {
		display: block !important;
	}
}
.product-info__block {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#main .catalog_detail .product-view--type2 .product-info .product-detail-gallery {
	width: 100%;
	flex: 0 0 100%;
	order: 0;
	padding: 0;
}
/* like icons */
#main .catalog_detail .product-info__headnote .like_icons .like-text {
	display: none;
}
#main .catalog_detail .like_icons.list {
	display: flex;
	align-items: center;
	gap: 15px;
}
#main .catalog_detail .like_icons.list > div {
	padding: 0;
}
#main .catalog_detail .like_icons.list:not(.icons) > div span .svg {
	position: static;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	width: 18px;
	height: 18px;
}
#main .catalog_detail .product-info-headnote__toolbar .like_icons.list.sm .btn-xs {
	padding: 8px;
	height: auto;
}
.catalog_detail .product-info-headnote__inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	padding: 0;
	margin: 0;
}
.catalog_detail .product-info-headnote__inner > div {
	padding: 0;
	min-width: calc(100% / 3);
}
.catalog_detail .product-info-headnote__brand {
	order: 3;
	flex: 1 0 auto;
}
.catalog_detail .product-info-headnote__article {
	order: 2;
}
.catalog_detail .product-info-headnote__rating {
	order: 4;
}
.blog-info__rating--top-info {
	justify-content: flex-end;
}
.catalog_detail .product-info-headnote__toolbar {
	order: 1;
	flex: 1 0 auto;
}
.catalog_detail .blog-info__rating--top-info > span {
	display: none;
}
.catalog_detail .product-info-headnote__brand .brand__picture,
.catalog_detail .brand-detail-info .brand-detail-info__image > a {
	padding: 0;
}
.catalog_detail .detail-gallery-big-slider-main__ratio-wrap {}
.catalog_detail .detail-gallery-big-slider-main__inner {
	max-width: unset;
}
.catalog_detail .swiper-button-next,
.catalog_detail .swiper-button-prev {
	width: 38px;
	height: 48px;
	border: 1px solid #911EA4;
	border-radius: 3px;
}
.catalog_detail .swiper-button-next {
	right: 0;
	left: auto;
}
.catalog_detail .swiper-button-prev {
	right: auto;
	left: 0;
}
.catalog_detail .detail-gallery-big-slider-main {
	padding: 20px;
	border-radius: 3px;
	background-color: #fff;
}
.catalog_detail .show-bottom-pagination {
	padding-bottom: calc(28px + 30px);
}
.catalog_detail .detail-gallery-big-slider-main .swiper-pagination--bottom {
	top: unset;
	bottom: calc(-40px - 15px);
}
#main .catalog_detail .detail-gallery-big-slider-main .swiper-pagination-bullet {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #911EA4;
	opacity: 1;
	--swiper-pagination-bullet-horizontal-gap: 5px;
}
.catalog_detail .detail-gallery-big-slider-main .swiper-pagination-bullet:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	display: block;
	border-radius: 100%;
	margin: -4px 0 0 -4px;
	background: #fff;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.catalog_detail .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.swiper-pagination-bullet:hover:before {
	transform: scale(1);
	background-color: #911EA4;
}
.catalog_detail .product-view--type2 .product-info-wrapper {
	border: none;
}
.catalog_detail .article,
.catalog_detail .kod_tovara_block > div {
	color: #999999;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.4;
}
@media (min-width: 576px) {
	.catalog_detail .show-bottom-pagination {
		padding-bottom: calc(18px + 30px);
	}
	.catalog_detail .product-info-headnote__article {
		text-align: right;
	}
}
@media (min-width: 768px) {
	.catalog_detail .char .char_block {
		padding-bottom: 55px;
	}
	.catalog_detail .char .char_block .props_list td.char_name {
		width: 30%;
	}
	.show-comment.link {
		font-size: 16px;
	}
	.reviews.EXTENDED .right_reviews_info .rating-wrapper .rating-value,
	.ordered-block-feedback__title,
	.ordered-block .ordered-block__title {
		font-size: 18px;
	}
	.ordered-block-info-wrap > .ordered-block,
	.content.detail-text-wrap {
		font-size: 14px;
		line-height: 1.6;
	}
	.ordered-block-feedback__title,
	.ordered-block-info-wrap > .ordered-block .ordered-block__title {
		padding-bottom: 10px;
	}
	.ordered-block-feedback {
		position: relative;
		flex-direction: row;
		gap: 80px;
	}
	.ordered-block-feedback__text {}
	.ordered-block-feedback__footer {
		margin-left: auto;
	}
	.ordered-block-feedback .svg {
		padding: 30px;
	}
	.ordered-block-feedback .svg svg {
		width: 66px;
		height: 66px;
	}
	.ordered-block-feedback__footer .link {
		position: absolute;
		bottom: 24px;
		left: 15px;
	}
	.catalog_detail .char .props_list td,
	.catalog_detail .char .char_block .props_list .props_item > span {
		font-size: 14px;
	}
	.reviews.EXTENDED .reviews-title__wrapper {
		flex-direction: row;
		gap: 40px;
	}
	.reviews.EXTENDED .right_reviews_info .rating-wrapper {
		margin-right: unset;
	}
	.reviews.EXTENDED .reviews-title__wrapper .ordered-block__title {
		width: calc(90% / 3);
	}
	.reviews.EXTENDED .right_reviews_info {
		flex: 1;
	}
	.reviews.EXTENDED .ratings .inner_rating svg,
	.reviews.EXTENDED .blog-comment-info .votes_block.nstar.big .ratings .item-rating svg {
		width: 20px;
		height: 20px;
	}
	.reviews.EXTENDED .blog-comment .blog-comment-info {
		flex-direction: column-reverse;
	}
	.reviews.EXTENDED .blog-comment .blog-comment-date {
		bottom: unset;
		top: 6px;
	}
	.reviews.EXTENDED .filter-panel__sort-form__inner {
		gap: 60px;
	}
	.reviews.EXTENDED .reviews-title__wrapper {
		padding-bottom: 30px;
	}
	.reviews.EXTENDED .blog-comment-cont {
		padding: 24px 20px;
	}
	.reviews.EXTENDED div.blog-comment .blog-comment-cont .blog-comment-meta,
	.reviews.EXTENDED .blog-comment .blog-comment-content {
		padding-top: 25px;
	}
	.side-footer__link svg {
		width: 22px;
		height: 22px;
	}
	.catalog_detail .show-bottom-pagination {
		padding-bottom: calc(28px + 50px);
	}
	.catalog_detail .detail-gallery-big-slider-main .swiper-pagination--bottom {
		bottom: calc(-40px - 35px);
	}
	.catalog_detail .product-info.product-info--type2 {
		--main-gap: 20px;
		position: relative;
		width: 100%;
		display: flex;
		align-items: start;
		gap: var(--main-gap);
	}
	.catalog_detail .product-info.product-info--type2 > div {
		width: calc((100% - var(--main-gap)) / 2);
		margin-top: 60px;
	}
	.catalog_detail .product-info__headnote {
		position: absolute;
		top: 0;
		left: var(--theme-page-width-padding);
		width: calc(100% - 2 * var(--theme-page-width-padding));
	}
	.catalog_detail .product-info-headnote__inner {
		flex-wrap: nowrap;
	}
	.catalog_detail .product-info-headnote__inner > div {
		min-width: auto;
	}
	.catalog_detail .product-info-headnote__brand {
		order: 2;
		flex: unset;
	}
	.catalog_detail .product-info-headnote__article {
		order: 4;
	}
	.catalog_detail .product-info-headnote__rating {
		order: 1;
	}
	.catalog_detail .product-info-headnote__toolbar {
		order: 3;
		flex: unset;
	}
	.catalog_detail .detail-gallery-big-slider-main {
		padding: 30px 10px;
	}
	.catalog_detail .article,
	.catalog_detail .kod_tovara_block > div {
		font-size: 12px;
	}
}
@media (min-width: 900px) {
	.catalog_detail .product-info.product-info--type2 > div {
		flex: 1;
		width: auto;
	}
	#main .catalog_detail .product-info-headnote__toolbar .like_icons.list.sm .btn-xs {
		padding: 10px;
	}
	.catalog_detail .product-info.product-info--type2 > div:last-child {
		max-width: 290px;
	}
	.catalog_detail .product-info-headnote__inner {
		gap: 0;
	}
	#main .catalog_detail .like_icons.list {
		gap: 18px;
	}
	.catalog_detail .product-info-headnote__article {
		width: calc(290px - 40px * 2 - 18px);
	}
	.side-footer {
		padding-left: 15px;
	}
	.catalog_detail .product-info-headnote__brand {
		margin-left: 40px;
		margin-right: auto;
	}
	.catalog_detail .product-info-headnote__rating .svg-inline-star svg {
		width: 20px;
		height: 20px;
	}
	.catalog_detail .product-info-headnote__toolbar {}
	.catalog_detail .show-bottom-pagination {
		padding-bottom: 0;
	}
}
@media (min-width: 991px) {
	.ordered-block-footer > div,
	.ordered-block-info-wrap > .ordered-block {
		padding: 30px 20px;
	}
	.ordered-block-feedback__title,
	.ordered-block-info-wrap > .ordered-block .ordered-block__title {
		padding-bottom: 24px;
	}
	.ordered-block-feedback__footer .link {
		position: absolute;
		bottom: 30px;
		left: 20px;
	}
	.side-footer__dop {
		font-size: 12px;
	}
}
@media (min-width: 1200px) {
	.ordered-block-info-wrap {
		flex-direction: row;
		gap: 20px;
	}
	.ordered-block-info-wrap > .ordered-block {
		display: flex;
		flex-direction: column;
	}
	.ordered-block-info-wrap .btn {
		margin-top: auto;
	}
	.reviews.EXTENDED .right_reviews_info .rating-wrapper .rating-value {
		font-size: 20px;
	}
	.ordered-block-feedback__title,
	.ordered-block .ordered-block__title {
		padding-bottom: 20px;
		font-size: 20px;
	}
	.content.detail-text-wrap {
		font-size: 16px;
	}
	.ordered-block-footer > div,
	.ordered-block-info-wrap > .ordered-block {
		padding: 22px 24px;
	}
	.ordered-block-feedback__footer .link {
		left: 24px;
	}
	.ordered-block-feedback__footer .btn {
		position: absolute;
		bottom: 30px;
		left: 15px;
	}
	.ordered-block-feedback .svg {
		padding: 35px;
	}
	.ordered-block-footer {
		display: flex;
		flex-direction: row;
		gap: 20px;
	}
	.brand-detail {
		width: calc((100% - 40px) * 1/3);
	}
	.ordered-block-feedback {
		flex: 1;
	}
	.catalog_detail .char .props_list td,
	.catalog_detail .char .char_block .props_list .props_item > span {
		font-size: 16px;
	}
	.reviews.EXTENDED .blog-comment .blog-comment-cont-white {
		display: flex;
		justify-content: space-between;
	}
	.reviews.EXTENDED .blog-comment .blog-comment-date {
		position: static;
	}
	.reviews.EXTENDED .blog-comment .blog-comment-info .left_info {
		margin-bottom: auto;
		gap: 15px;
	}
	.reviews.EXTENDED .blog-comment .blog-comment-info {
		flex: 3;
	}
	.reviews.EXTENDED .blog-comment .blog-comment-content {
		flex: 6;
	}
	.reviews.EXTENDED .blog-comment .blog-comment-content {
		padding-top: 0;
	}
	.reviews.EXTENDED div.blog-comment .blog-comment-cont .blog-comment-meta {
		padding-top: 26px;
	}
	.reviews.EXTENDED .filter.label_block input + label,
	.reviews.EXTENDED .dropdown-select__title {
		font-size: 16px;
	}
	.reviews.EXTENDED .filter-panel__sort-form__inner > .filter-panel__sort-form__item:first-child {
		min-width: 28%;
	}
	.side-footer__link > span {
		font-size: 16px;
	}
	.catalog_detail .product-chars {
		display: block;
	}
	/**/
	.catalog_detail .product-info.product-info--type2 {
		--main-gap: 40px;
	}
	.catalog_detail .product-info.product-info--type2 .product-info__block {
		max-width: clamp(33.33333%, 600px, 40%);
	}
	.catalog_detail .product-info.product-info--type2 > div:last-child {
		max-width: unset;
		display: flex;
		gap: var(--main-gap);
	}
	.product-info--type2 .product-chars {
		max-width: 300px;
		flex: 1 0 auto;
		padding-right: 0;
		margin-top: 155px;
	}
	.product-info__block {
		position: relative;
	}
	.catalog_detail .product-info__headnote {
		left: calc(100% + 40px);
		width: 300px
	}
	.catalog_detail .product-info-headnote__inner {
		position: relative;
		flex-direction: column;
		align-items: end;
		gap: 24px;
	}
	.catalog_detail .product-info-headnote__brand {
		order: 2;
		min-height: 40px;
		margin: 0;
	}
	.catalog_detail .product-info-headnote__article {
		order: 4;
		width: 100%;
		margin-top: 5px;
		text-align: left;
	}
	.catalog_detail .product-info-headnote__rating {
		order: 3;
		min-height: 25px;
	}
	.catalog_detail .product-info-headnote__toolbar {
		order: 1;
		position: absolute;
		top: 0;
		left: 0;
	}
	#main .catalog_detail .like_icons.list {
		flex-direction: column;
	}
	.product-main__action-wrap {}
	/* prop main */
	.catalog_detail .properties {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.catalog_detail .properties .properties__item {
		width: 100%;
		display: flex;
		gap: 20px;
		padding: 10px 0;
		margin: 0;
		font-size: 14px;
	}
	.catalog_detail .properties .properties__item .properties__value {
		text-align: right;
	}
	.catalog_detail .properties .properties__item > div {
		width: 100%;
	}
	.catalog_detail .properties .properties__item:not(:last-of-type) {
		border-bottom: 1px solid #D9D9D9;
	}
	.product-info-headnote__article > div + div {
		margin-top: 5px;
	}
	.catalog_detail .char .char_block .props_list td.char_name {
		width: 44%;
	}
	.catalog_detail .char .char_block .props_list td.char_value {
		width: 100%;
	}
	.catalog_detail .product-info.product-info--type2 > div {
		margin-top: 0;
	}
	.prices_block__cheaper-wrap {
		margin-top: 14px;
	}
	.catalog_detail__region-text {
		margin-top: 40px;
	}
	.catalog_detail-region-text svg {
		width: 30px;
		height: 30px;
	}
	.catalog_detail-region-text {
		padding: 14px 18px;
	}
	.catalog_detail__promo-online .link {
		margin-top: 35px;
		margin-bottom: 12px;
	}
	.catalog_detail.product-container .product-view--type2 .buy_block {
		padding-top: 33px;
	}
	#main .catalog_detail .prices_block .counter_wrapp {
		gap: 30px;
	}
}
@media (min-width: 1400px) {
	.catalog_detail .product-info.product-info--type2 .product-info__block {
		max-width: unset;
	}
	.product-main__action-wrap {
		width: 368px;
	}
	.product-info--type2 .product-chars {
		width: 300px;
	}
	#main .catalog_detail .price_matrix_wrapper:not(.strike_block) .values_wrapper span {
		font-size: 36px;
	}
	#main .catalog_detail .price_matrix_wrapper.strike_block .values_wrapper span {
		font-size: 24px;
	}
	#main .catalog_detail .prices_block__cheaper-wrap .cheaper_form > .animate-load {
		font-size: 16px;
	}
	.catalog_detail .cost.prices.detail {
		gap: 35px;
	}
	.catalog_detail .detail-gallery-big {
		--thumb-size: 112px;
		--thumb-gap: 10px;
	}
	.catalog_detail .detail-gallery-big-slider-thumb {
		--border-radius-thumbs: 3px;
	}
	.catalog_detail .gallery__item--thumb {
		background-color: #fff;
	}
	.product-container .bottom-info-wrapper {
		margin-top: 70px;
	}
}