@media (max-width:1439px) {
	.header_top .header_contacts .phone,
	.header_top .header_contacts .whatsapp {
		font-size: 0;
		gap: 0;
	}
	.header_top .header_contacts .phone::before,
	.header_top .header_contacts .whatsapp::before {
		flex: 0 0 28px;
		width: 28px;
		height: 28px;
	}
}
@media (max-width:1279px) {
	.laptop {
		display: block !important;
	}
	.laptop_flex {
		display: flex !important;
	}
	.laptop_none {
		display: none !important;
	}
	.toggle_menu {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mobile_header_active .toggle_menu svg path {
		opacity: 0;
	}
	.mobile_header_active .toggle_menu svg path:nth-child(2) {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		transform-origin: 5px 10px;
		opacity: 1;
	}
	.mobile_header_active .toggle_menu svg path:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		transform-origin: 6px 18px;
		opacity: 1;
	}
	.mobile_header {
		z-index: 5;
	}
	.mobile_header_active .mobile_header {
		position: absolute;
		top: 68px;
		left: 0;
		width: 100%;
		height: calc(100vh - 68px);
		padding: 20px 0;
		border-top: 1px solid #e6e6e6;
		background: var(--color-white);
	}
	.mobile_header_active .top_message,
	.mobile_header_active header .header_bottom	{
		display: none;
	}
	.mobile_header_active .mobile_header_wrap {
		height: 100%;
		overflow: hidden;
	}
	.mobile_header_active .mobile_header_row {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
		border-top: 1px solid var(--color-stroke);
		overflow: auto;
		z-index: 5;
	}
	.mobile_header_active .mobile_header_scroll {
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.mobile_header .header_location {
		margin: 0 0 20px;
	}
	.mobile_header .location {
		font-weight: 500;
		font-size: var(--font-size-h6);
	}
	.mobile_header .location::before {
		flex: 0 0 24px;
		width: 24px;
		height: 24px;
	}
	.mobile_header_active .mobile_header .mobile_menu {
		display: block;
		height: auto;
		padding: 20px 0;
	}
	.mobile_header_active .mobile_header .mobile_menu > .menu {
		flex-direction: column;
		margin: 0 0 20px;
	}
	.mobile_header_active .mobile_header .mobile_menu > .menu:last-child {
		margin: 0;
	}
	.mobile_header_active .mobile_header .mobile_menu > .menu .menu {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		max-width: none;
		height: 100%;
		padding: 0;
		border-radius: 0;
		background: var(--color-white);
		box-shadow: none;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
		pointer-events: none;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
		z-index: 3;
	}
	.mobile_header_active .mobile_header .mobile_menu > .menu .menu.active {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
		pointer-events: unset;
	}
	.mobile_header_active .mobile_header .mobile_menu > .menu a {
		justify-content: flex-start;
		width: 100%;
		height: auto;
		min-height: auto;
		padding: 10px 0;
		border-bottom: none;
		font-size: var(--font-size-h6);
	}
	.mobile_header_active .mobile_header .mobile_menu > .menu a.catalog {
		padding: 0;
	}
	.mobile_header_active .mobile_header .mobile_menu > .menu .parent .menu a {
		padding: 10px 0;
	}
	.mobile_header_active .mobile_header .mobile_menu > .menu .parent {
		position: static;
	}
	.mobile_header_active .mobile_header .mobile_menu > .menu .parent > a::after {
		content: "";
		flex: 0 0 24px;
		width: 24px;
		height: 24px;
		margin-left: auto;
		mask: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9 18L15 12L9 6' stroke='%234C582B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e") no-repeat bottom center / contain;
		background: currentColor;
	}
	.mobile_header_active .mobile_header .mobile_menu > .menu .menu .menu_back {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
		padding: 0;
		margin: 0 0 30px;
		font-weight: 700;
		font-size: var(--font-size-h5);
	}
	.mobile_header_active .mobile_header .mobile_menu > .menu .menu .menu_back::before,
	.mobile_header_active .mobile_header .mobile_menu > .menu .menu .menu_back::after {
		content: "";
		flex: 0 0 24px;
		width: 24px;
		height: 24px;
	}
	.mobile_header_active .mobile_header .mobile_menu > .menu .menu .menu_back::before {
		background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15 18L9 12L15 6' stroke='%234C582B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e") no-repeat center / contain;
	}
	.mobile_header_bottom {
		padding: 20px 0 0;
		margin: auto 0 0;
		border-top: 1px solid #e6e6e6;
	}
	.mobile_contacts a {
		display: flex;
		padding: 8px 0;
		font-size: var(--font-size-body-l);
	}
	.mobile_contacts a:last-child {
		padding-bottom: 0;
	}
	.mobile_header_active .mobile_header .open_only {
		display: block !important;
	}
	.header_top .header_menu .menu,
	.header_top .header_contacts .app {
		display: none;
	}
	.company_rating {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.main_item .info {
		max-width: 75%;
	}
	.product_block {
		flex-wrap: wrap;
	}
	.product_detail_slider_row {
		flex: 0 0 calc(100% - 346px);
		width: calc(100% - 346px);
		padding: 10px 0 20px;
	}
	.product_detail_info,
	.product_detail_delivery {
		padding: 12px 0;
	}
	.product_detail_delivery {
		position: sticky;
		top: 0;
		right: 0;
	}
	.product_detail_info {
		position: relative;
		display: flex;
		flex-direction: column;
		flex: 0 0 calc(100% - 346px);
		width: calc(100% - 346px);
		order: 12;
	}
	.product_detail_control {
		top: 16px;
	}
	.product_detail_info .counts {
		order: 6;
	}
	.product_detail_info .name,
	.product_detail_info .articul,
	.product_detail_info .offer,
	.product_detail_info .text {
		order: 12;
	}
	.product_detail_info .price_block {
		margin: 0 0 24px;
	}
	.product_detail_info .price {
		padding-right: 72px
	}
	.product_detail_info .offer {
		margin: 0 0 16px;
	}
	.product_detail_info .text {
		margin: 0;
	}
}
@media (max-width:1023px) {
	body {
		padding-bottom: 60px;
	}
	.tablet {
		display: block !important;
	}
	.tablet_flex {
		display: flex !important;
	}
	.tablet_none {
		display: none !important;
	}
	.overlay_mobile {
		overflow: hidden;
	}
	.overlay_mobile header,
	.overlay_mobile .mobile_bottom {
		z-index: 0;
	}
	.overlay_select {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		display: block;
		background: rgba(0, 0, 0, 0.5);
		z-index: 20;
	}
	.select_list.active {
		z-index: 100;
	}
	.select_list .menu {
		position: fixed;
		top: auto;
		right: 0;
		bottom: 0;
		gap: 24px;
		max-width: 100%;
		min-width: 375px;
		padding: 20px 20px 40px;
		margin: auto;
		border-radius: 12px 12px 0 0;
		z-index: 100;
	}
	.select_list:not(.active):hover .menu {
		display: none;
	}
	.select_list.active .menu {
		display: flex;
	}
	.select_list:not(.active):hover .selected {
		color: var(--color-black);
	}
	.select_list.active .selected {
		color: var(--color-green);
	}
	.select_list:not(.active):hover .selected::after {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.select_list.active .selected::after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.select_placeholder {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
	}
	.select_placeholder > * {
		margin: 0;
	}
	.select_close {
		flex: 0 0 28px;
		width: 28px;
		height: 28px;
		background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M21 7L7 21M7 7L21 21' stroke='%238A8A8A' stroke-width='2.1875' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e") no-repeat center / contain;
	}
	.top_message {
		background-image: url(../img/message_bg_mobile.png);
		background-size: 100%;
		font-size: var(--font-size-body-s);
	}
	.top_message .text {
		display: block;
		width: fit-content;
		margin: auto;
	}
	.top_message .text::before {
		display: inline-block;
		vertical-align: middle;
		flex: 0 0 18px;
		width: 18px;
		height: 18px;
		margin-right: 4px;
	}
	.mobile_header_active .mobile_header {
		height: calc(100vh - 130px);
	}
	.mobile_bottom {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100vw;
		display: block;
		background: var(--color-green);
		box-shadow: 0 -4px 6px 0 rgba(59, 76, 14, 0.12);
		z-index: 999;
	}
	.mobile_bottom_menu {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mobile_bottom_menu a {
		flex-direction: column;
		gap: 4px;
		flex: 1;
		padding: 10px 0;
		font-weight: 500;
		font-size: var(--font-size-body-s);
	}
	.header_contacts .search {
		display: flex;
	}
	.header_top .header_contacts .search::before {
		flex: 0 0 28px;
		width: 28px;
		height: 28px;
	}
	.header_middle {
		display: none;
	}
	.header_bottom .header_menu > .menu a {
		min-height: 44px;
	}
	.company_rating {
		grid-template-columns: 1fr 1fr 1fr;
		margin: 16px 0 0;
	}
	.footer_menu_col,
	.footer_contacts_col {
		flex: 0 0 100%;
		width: 100%;
	}
	.footer_contacts_col {
		flex-direction: row;
	}
	.footer_menu {
		justify-content: flex-start;
	}
	.product_day_item {
		display: flex;
		flex-wrap: wrap;
		height: auto;
		padding: 12px;
	}
	.product_day_top {
		flex: 0 0 100%;
		width: 100%;
		margin: 0 0 12px;
	}
	.product_day_item .image {
		flex: 0 0 146px;
		width: 146px;
		height: 146px;
		padding: 8px;
		margin: 0 8px 0 0;
	}
	.product_day_item .info {
		flex: 1;
	}
	.product_day_item .text {
		height: 38px;
		margin: 4px 0 0;
	}
	.product_day_item .product_bottom {
		margin: 7px 0 0;
	}
	.catalog_info .catalog_info_image {
		max-width: 550px;
	}
	.catalog_info .info {
		padding-left: 0;
	}
	.breadcrumbs ul,
	.page_title,
	.page_tags {
		padding: 12px 0;
	}
	.tags_list {
		flex-wrap: nowrap;
		padding: 0 calc((100vw - 680px) / 2);
		margin: 0 calc(-1 * (100vw - 680px) / 2);
		white-space: nowrap;
		overflow: auto;
	}
	.content_block.catalog_block {
		padding-top: 0;
	}
	.catalog_top {
		padding: 12px 0;
		margin: 0;
	}
	.catalog_top .catalog_count {
		flex: 0 0 100%;
		width: 100%;
		order: 12;
	}
	.sitebar_block {
		order: 12;
	}
	.article_list {
		padding: 0;
	}
	.sitebar {
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		width: 100vw;
		height: 100vh;
		padding: 0 calc((100vw - 680px) / 2) 20px;
		background: var(--color-white);
		overflow: auto;
		z-index: 10;
	}
	.sitebar_active .sitebar,
	.sitebar.active {
		display: block;
	}
	.sitebar_mobile {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 20px 0 24px;
	}
	.sitebar_mobile::after,
	.sitebar_mobile .filter_close {
		content: "";
		flex: 0 0 24px;
		width: 24px;
		height: 24px;
	}
	.filter_close {
		background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15 18L9 12L15 6' stroke='%234C582B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e") no-repeat center / contain;
	}
	.sitebar_title {
		margin: 0 0 20px;
	}
	.sitebar > .menu {
		gap: 24px;
		padding: 20px 0 24px;
		border-bottom: none;
	}
	.filter_btn {
		position: sticky;
		bottom: 0;
	}
	.filter_btn .btn {
		width: 100%;
	}
	.product_detail_slider_row,
	.product_detail_info,
	.product_detail_delivery {
		position: relative;
		flex: 0 0 100%;
		width: 100%;
		order: unset;
	}
	.detail_thumbs_block,
	.detail_slider_block {
		flex: 0 0 100%;
		width: 100%;
	}
	.detail_thumbs_block {
		order: 12;
	}
	.detail_thumbs_block .detail_slider_thumbs {
		position: static;
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0 ;
	}
	.detail_thumbs_block .swiper-button-next,
	.detail_thumbs_block .swiper-button-prev {
		top: 0;
		bottom: 0;
		width: 20px;
		height: 100%;
	}
	.detail_thumbs_block .swiper-button-prev {
		left: -24px;
		right: auto;
		
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.detail_thumbs_block .swiper-button-next {
		right: -24px;
		left: auto;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.doc_item {
		flex: 0 0 100%;
		width: 100%;
	}
}
@media (max-width:767px) {
	:root {
	--font-size-body-xs: 10px;
	--font-size-body-s: 12px;
	--font-size-body: 14px;
	--font-size-body-l: 16px;
	--font-size-h1: 30px;
	--font-size-h2: 24px;
	--font-size-h3: 22px;
	--font-size-h4: 20px;
	--font-size-h5: 20px;
	--font-size-h6: 18px;
	--font-size-h7: 16px;
	--font-size-h8: 14px;
	--font-size-h9: 12px;
	--font-size-h10: 12px;
	}
	.mobile_none {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
	.mobile_flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	textarea {
		min-height: 120px;
	}
	label {
		font-size: var(--font-size-body-s);
	}
	.form_submit > *,
	.btn_row > * {
		flex: 0 0 100%;
		width: 100%;
	}
	.form_submit .reset_link {
		order: 12;
	}
	.swiper-pagination {
		margin: 12px 0 4px;
	}
	.mobile_header_active .mobile_header {
		top: 62px;
		height: calc(100vh - 122px);
	}
	header .logo img {
		height: 38px;
	}
	footer .logo img {
		height: 48px;
	}
	.footer_bottom {
		padding: 16px 0;
	}
	footer .text,
	.subscribe_title,
	.company_rating_item {
		font-size: var(--font-size-body-s);
	}
	.subscribe_form {
		max-width: 100%;
	}
	.company_rating {
		grid-template-columns: 1fr 1fr;
	}
	.footer_title {
		font-size: var(--font-size-body);
	}
	.footer_menu .footer_title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0;
	}
	.footer_menu .footer_title::after {
		content: "";
		flex: 0 0 24px;
		width: 24px;
		height: 24px;
		margin-left: auto;
		mask: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 9L12 15L18 9' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e") no-repeat bottom center / contain;
		background: currentColor;
	}
	.footer_menu_item {
		flex: 0 0 100%;
		width: 100%;
	}
	.footer_menu_item .menu {
		max-height: 0;
		padding: 0;
		overflow: hidden;
		transition: max-height 0.4s ease, padding 0.4s ease;
	}
	.footer_menu_item.active .menu {
		max-height: 500px;
		padding: 8px 0 0;
	}
	.footer_contacts_col {
		flex-direction: column;
	}
	.footer_contacts_info .icon {
		font-size: var(--font-size-body);
	}
	.app_block {
		order: 12;
	}
	.app_block .footer_title,
	.app_block .text,
	.app_block .qr {
		display: none;
	}
	.app_row {
		grid-template-columns: 132px 132px;
		grid-template-areas: "b c";
	}
	.pay_row {
		max-width: 176px;
		gap: 8px;
	}
	.main_block {
		padding: 8px 0;
	}
	.main_item {
		height: auto;
	}
	.main_item .info {
		padding: 72px 20px;
	}
	.main_item .info h2,
	.main_item .info .h2 {
		line-height: 1;
	}
	.main_item .info .text {
		font-size: var(--font-size-body);
	}
	.main_slider .swiper-pagination {
		position: absolute;
		bottom: 12px;
	}
	.content_block {
		padding: 20px 0;
	}
	.title > .btn {
		flex: 0 0 100%;
		width: 100%;
		margin: 8px 0 0;
	}
	.page_title h1,
	page_title .h1 {
		font-size: var(--font-size-h2);
	}
	.product_slider,
	.category_slider,
	.advantages_slider,
	.article_slider,
	.gift_slider {
		overflow: visible;
	}
	.product_slider .swiper-slide,
	.category_slider .swiper-slide,
	.advantages_slider .swiper-slide {
		width: 156px;
	}
	.article_slider .swiper-slide,
	.gift_slider .swiper-slide {
		width: 250px;
	}
	.product_block .row_slider_navigation,
	.gift_block .row_slider_navigation {
		display: none;
	}
	.catalog_info .text {
		flex-direction: column;
		align-items: flex-start;
	}
	.product_item .offer {
		margin: 8px 0 0;
	}
	.product_item .name {
		margin: 8px 0 0;
	}
	.product_item .text {
		height: 33px;
	}
	.product_list .product_item .text {
		height: 38px;
	}
	.product_item .desc {
		height: 54px;
	}
	.product_list .product_item .desc {
		height: 64px;
	}
	.tags_list {
		padding: 0 calc((100vw - 460px) / 2);
		margin: 0 calc(-1 * (100vw - 460px) / 2);
	}
	.sitebar {
		padding: 0 calc((100vw - 460px) / 2) 20px;
	}
	.fixed_product_block {
		position: fixed;
		left: 0;
		bottom: 60px;
		display: block;
		width: 100vw;
		padding: 10px 0;
		background: var(--color-white);
		box-shadow: 0 -4px 6px 0 rgba(59, 76, 14, 0.06);
		z-index: 9;
	}
	.fixed_product_block .product_item_control {
		display: flex;
		flex-wrap: wrap;
		gap: 16px;
		margin: 8px 0 0;
	}
	.fixed_product_block .product_item_control > * {
		flex: 1;
	}
	.fixed_product_block .product_item_control .btn,
	.fixed_product_block .product_item_control .add_cart {
		height: 40px;
		padding: 0 10px;
	}
	.add_cart_input input {
		width: 50px;
	}
	.product_detail_info {
		font-size: var(--font-size-body);
	}
	.delivery_item .date {
		font-size: var(--font-size-body);
	}
	.delivery_block_top,
	.delivery_item .price {
		font-size: var(--font-size-body-l);
	}
	.advantage_item {
		padding: 16px;
	}
	.reviews_total .rating_info {
		font-size: var(--font-size-body-l);
	}
	.reviews_total_list {
		margin: 8px 0 0;
	}
	.reviews_total_item {
		gap: 11px;
	}
	.reviews_total_item .stars {
		margin-right: 5px;
	}
	.reviews_total_item .reviews_total_count span {
		font-size: var(--font-size-body-l);
		line-height: 1.25;
	}
	.reviews_images {
		margin: 20px 0 0;
		padding: 20px 0;
	}
	.reviews_images .more {
		line-height: 2;
	}
	.reviews_images_slider .swiper-slide {
		width: 100px;
	}
	.reviews_list {
		margin: 20px 0 0;
	}
	.reviews_item {
		padding: 16px;
	}
	.reviews_labels {
		flex-wrap: wrap;
		gap: 8px;
	}
	.reviews_text .text {
		-webkit-line-clamp: 7;
	}
	.reviews_item_images .reviews_image {
		flex: 0 0 72px;
		width: 72px;
	}
	.reviews_like .like, .reviews_like .dislike {
		font-size: var(--font-size-body);
	}
	.reviews_links .share {
		gap: 0;
		font-size: 0;
	}
	.user .user_image {
		flex: 0 0 44px;
		width: 44px;
		height: 44px;
	}
	.answer_text .reviews_item_top .answer {
		font-weight: 600;
		font-size: var(--font-size-body);
	}
	.doc_item {
		font-size: var(--font-size-body);
	}
	.description_block {
		border: none;
		border-radius: 0;
	}
	.description_title {
		display: none;
	}
	.description_content {
		padding: 16px 0;
	}
	.description_content .description_content_name {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
	}
	.description_content .description_content_name::after {
		content: "";
		flex: 0 0 24px;
		width: 24px;
		height: 24px;
		mask: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 9L12 15L18 9' stroke='%23ADB29D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e") no-repeat center / contain;
		background-color: #ADB29D;
	}
	.description_content .description_content_name:hover::after,
	.description_content.opening .description_content_name::after,
	.description_content.open .description_content_name::after {
		background-color: var(--color-green);
	}
	.description_content.opening .description_content_name::after,
	.description_content.open .description_content_name::after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.description_content_name h3,
	.description_content_name .h3 {
		text-transform: uppercase;
	}
	.description_content .description_content_value {
		max-height: 0;
		padding: 0;
		overflow: hidden;
		transition: max-height 0.4s ease, padding 0.4s ease;
	}
	.description_content.opening .description_content_value {
		max-height: 800px;
		padding: 16px 0 0;
	}
	.description_content.open .description_content_value {
		max-height: none;
		padding: 16px 0 0;
	}
	.auth {
		justify-content: center;
	}
	.reg {
		justify-content: space-between;
	}
	.auth .modal-title {
		text-align: center;
	}
	.auth .form_submit {
		margin: 32px 0 0;
	}
	.auth_form {
		margin: auto 0;
	}
	.reg .auth_form  {
		margin-top: 0;
	}
	.or {
		font-size: var(--font-size-body-s);
	}
	.code_text {
		text-align: center;
	}
	.auth_text span,
	.code_text span {
		font-size: var(--font-size-body-l);
	}
	.text_input,
	.auth_link,
	.auth_text a,
	.code_text a {
		font-size: var(--font-size-body);
	}
	.product_item:before {
		content: none;
	}
	.product_item .product_item_control {
		position: static;
		pointer-events: unset;
		opacity: 1;
		z-index: 1;
	}
	.breadcrumbs ul {
		flex-wrap: nowrap;
		overflow: auto;
		white-space: nowrap;
	}
}
@media (max-width:575px) {
	.btn {
		height: 40px;
	}
	.select_list .menu {
		width: 100%;
		min-width: 100%;
		border-radius: 0;
	}
	.mobile_header .container {
		padding: 0;
	}
	.mobile_header .mobile_menu > .menu {
		padding: 0 20px;
	}
	.mobile_header_active .mobile_header .container {
		padding: 0 20px;
	}
	.mobile_header_active .mobile_header .mobile_menu > .menu {
		padding: 0;
	}
	.top_message {
		background-size: 100% 100%;
	}
	.app_row {
		justify-content: space-between;
	}
	.main_slider {
		max-width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
	}
	.main_slider .swiper-pagination {
		padding: 0 20px;
	}
	.main_item {
		height: auto;
		border-radius: 0;
	}
	.product_list .product_item .text,
	.product_list .product_item .desc {
		height: auto;
	}
	.product_list .product_item .product_item_control .btn,
	.pagenavigation .btn {
		width: 100%;
	}
	.pagenavigation {
		padding: 40px 0 20px;
	}
	.tags_list {
		padding: 0 20px;
		margin: 0 -20px;
	}
	.sitebar {
		padding: 0 20px 20px;
	}
	.detail_thumbs_block .swiper-button-next,
	.detail_thumbs_block .swiper-button-prev {
		display: none;
	}
	.detail_thumbs_block .detail_slider_thumbs {
		overflow: visible;
	}
	.brand_slider {
		margin: 0 -20px;
		padding: 0 20px;
		max-width: calc(100% + 40px);
	}
	.inputcode {
		justify-content: space-between;
	}
}
@media (pointer: coarse) {
	.sitebar {
		padding-bottom: 70px;
	}
	.product_item:before {
		content: none;
	}
	.product_item .product_item_control {
		position: static;
		pointer-events: unset;
		opacity: 1;
		z-index: 1;
	}
}

@media (max-width: 767px) {
	/* Плавающие виджеты не должны перекрывать нижнее мобильное меню. */
	.fw__gift.fw__gift--bottom-left,
	.consultant-widget-wrap.consultant-widget-wrap_right-bottom {
		bottom: calc(72px + env(safe-area-inset-bottom, 0px)) !important;
	}

	.consultant-widget-wrap.consultant-widget-wrap_right-bottom {
		position: fixed !important;
	}
}
