.mm-page {
	background-color: #F1F5F9;
}
.block-catalog-section-items {
	background-color: transparent;
	border-top: none;
	display: grid;
	grid-template-columns: repeat(auto-fill, 320px);
	gap: 20px;
	margin-top: 20px;
	box-sizing: border-box;
	justify-content: center;
}

.d-flex.align-items-center.---.block-two {
	display: none!important;
}


.block-catalog-section .item .b-left .b-image-and-name-mob .b-image {
	background: transparent;
}
.block-catalog-section .item {
	border-bottom: none;
	flex-direction: column;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 11px #d0d5d9;
	transition: all .2s ease-in-out;
	box-sizing: border-box;
}
.catalog__card {
	display: flex !important;
	flex-wrap: wrap;
	padding: 16px 16px 0 16px
}
.card__similar {
	display: none;
}
.card__image {
	margin: 20px 0 !important;
	max-width: 100% !important;
}
.card__name {
	margin: 0 20px 10px;
	width: 100%;
}
.block-catalog-section .item .b-left {
	flex-grow: inherit;
}
.block-catalog-section .item .b-left .b-name-and-similar {
	margin: 0 20px 20px;
	width: -webkit-fill-available;
}
.block-catalog-section .item .b-left .b-name-and-similar .b-delivery {
	margin: 0;
}
.m-button.preorder {
	display: none;
}
.block-catalog-section .item .b-left .b-prescription {
	display: none;
}
.block-catalog-section .item .b-price {
	width: 100%;
	padding: 0 20px 16px;
	border-left: none;
}
.content-price {
	width: 100%;
}

.hor-card__price {
	display: grid;
	grid-template-columns: max-content max-content;
	gap: 10px;
	position: relative;
	width: max-content;
	align-items: end;
}
.price__title {
	display: none;
}
.block-catalog-section .promotion-discount-wrapper {
	position: static;
	width: max-content;
}
.block-delivery-and-store .m-button {
	width: 50%;
}
.block-catalog-section .item:hover {
	box-shadow: 1px 0 11px #d0d5d9, 0 1px 11px #d0d5d9, -1px 0 11px #d0d5d9, 0 -1px 11px #d0d5d9;
}
.counter.counter--sm-light {
	width: 100%;
}
.counter.counter--sm-light .counter__input {
	color: #252525;
	font-weight: 500;
}

.price__title {
	display: none;
}


.hor-card__buttons-col.hor-card__buttons-col--md {
	width: 100%;
}

.search-menu .hor-card__buttons-col.hor-card__buttons-col--md {
    width: auto;
}

.block-catalog-section .item .b-price .content-price {
	flex-wrap: wrap;
}
.counter {
	background: #E6F5F5;
}
.counter.counter--sm-light {
	border: 4px solid #E6F5F5;
	border-radius: 8px;
}
.counter.counter--sm .counter__button, .counter.counter--sm-light .counter__button {
	width: 55px;
}
.counter.counter--sm-light .counter__input {
	background: #fff;
}
.counter.counter--sm-light .counter__input:focus {
	outline: none;
}
.block-catalog-section .promotion-discount {
	padding: 2px 4px;
	text-align: center;
	width: 41px;
	top: 0;
	right: -50px;
	background-color: #E2202B;
	height: 20px;
	border-radius: 80px;
}
.m-button.store {
	border-radius: 0 8px 8px 0;
}
.m-button.delivery {
	border-radius: 8px 0 0 8px;
}
.hor-card__discount {
	top: 0;
	width: 76px;
	height: 24px;
	font-weight: 500;
	justify-content: flex-start;
	background: #e2202b;
	border-radius: 80px;
	padding: 2px 4px;
}
.hor-card__discount::after {
	content: 'Скидка';
	color: #fff;
	font-size: 12px;
	margin-left: 6px;
}
.main-card__price--main {
	font-size: 20px;
	grid-column: 2 / 3;
    grid-row: 1 / 1;
}
.price_without_promo_code {
	display: flex;
	align-items: center;
}
.hor-card__new {
	top: 0;
	width: 76px;
	height: 24px;
	font-family: 'Roboto', arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 80px;
}
.hor-card__star--lg {
	top: 0;
	bottom: auto;
}
.search-menu__dropdown .col {
	flex-basis: auto;
}
.price_info {
	grid-column: 2 / 3;
}

.block-text-in-store__additional {
	display: none;
}

.block-catalog-section .item .b-left .b-image-and-name-mob .b-image a img {
	background: transparent;
}

@media (max-width: 1700px) {
	.block-catalog-section-items {
		padding: 0 15px;
	}
}
@media (max-width: 1670px) {
	.card__similar {
		display: none;
	}
	.block-catalog-section .item .b-left .b-name-and-similar {
		flex-shrink: inherit;
		width: 100%;
		margin-left: 20px;
	}
}

@media (max-width: 1628px) {
    .block-catalog-section .item .b-left .b-similar {
        display: none;
    }
}

@media (max-width: 1100px) {
	.card__name {
		margin: 0 0 15px;
	}
	.block-catalog-section .item .b-left .card__delivery {
		margin: 0 0 5px;
	}
	.block-catalog-section .item .b-price {
		padding: 0 0 25px;
	}
	.hor-card__price {
		margin-bottom: 15px;
	}
	.block-catalog-section .item {
		display: flex;
	}
	.block-catalog-section .block-special-order .m-price-empty {
		width: 100%;
		max-width: 240px;
		min-width: 0;
	}
	.block-catalog-section .block-special-order .m-btns {
		width: 100%;
		margin-left: 0;
		display: flex;
		flex-wrap: wrap;
	}
	.block-catalog-section .block-special-order .m-btns .m-btn {
		width: 100%;
	}
	.block-catalog-section .block-special-order .m-btns.m-two .m-btn.left {
		margin: 0 0 20px;
		width: 100%;
	}
	.block-catalog-section .promotion-discount {
		position: absolute;
	}
	.block-catalog-section .item .b-left .b-similar {
		display: none;
	}

	.d-flex.align-items-center.---.block-two {
	display: none!important;
	}
}
@media (max-width: 900px) {
	.block-catalog-section .item .b-left .b-image-and-name-mob .b-image {
		width: 100%;
	}
	.block-catalog-section .block-special-order .m-btns.m-two .m-btn.right {
		padding-left: 0;
	}
	.block-catalog-section .block-special-order .m-btns.m-two .m-btn.left {
		padding-right: 0;
	}
}
@media (max-width: 767px) {
	.block-catalog-section .item {
		border-width: none;
		padding: 20px;
	}
	.hor-card__price {
		margin-bottom: 15px;
	}
	.hor-card__buttons-col.hor-card__buttons-col--md {
		width: 100%;
	}
	.block-catalog-section-items {
		padding: 0 20px;
	}
	.hor-card__discount {
		width: 76px;
		height: 24px;
	}
	.hor-card__new {
		width: 76px;
		height: 24px;
	}
	.hor-card__star--lg {
		bottom: auto;
	}
}
@media (max-width: 699px) {
	.block-catalog-section .promotion-discount {
		top: -22px;
		right: 0;
	}
	.block-catalog-section-items {
		grid-template-columns: 1fr 1fr;
	}
	.b-delivery {
		display: none;
	}
	.hor-card__price {
		grid-template-columns: 40% 1fr;
		width: 100%;
	}
	.item .main-card__price--main {
		font-size: 16px;
		text-align: right;
	}
	.hor-card__price--old {
		font-size: 13px;
	}
	.template__button {
		font-size: 14px;
	}
	.block-catalog-section-items {
		padding: 0 10px;
		gap: 10px;
	}
	.block-catalog-section .item {
		padding: 10px;
	}
	a.hor-card__title, .hor-card__title {
		font-size: 13px;
		line-height: 18px;
	}
	.hor-card__text {
		display: none;
	}
	.hor-card__discount {
		width: 60px;
		height: 20px;
	}
	.hor-card__discount::after {
		font-size: 9px;
		margin-left: 4px;
	}
	.hor-card__new {
		width: 60px;
		height: 20px;
		font-size: 9px;
	}
	.card__name {
		margin: 0;
	}
	.block-special-order .hor-card__price {
		grid-template-columns: 1fr;
	}
	.block-special-order .main-card__price--main {
		text-align: left;
	}
	.card__image {
		margin-top: 0!important;
		margin-bottom: 10px !important;
	}
	.block-catalog-section .item .b-price {
		padding: 0;
	}
	.counter.counter--sm .counter__button, .counter.counter--sm-light .counter__button {
		width: 35px;
	}
	.price_info {
		text-align: right;
		width: max-content;
	}
}
@media (max-width: 575px) {
	.block-catalog-section .item .b-left .b-image-and-name-mob .b-image {
		width: 100%;
	}
}
