@media(max-width:1520px) {
	.grid-home_cont,
	.catalog-grid {
		grid-template: auto / repeat(4, 1fr);
	}
}
@media(max-width:1280px) {
	.tags-home_cont {
		grid-template: auto / repeat(3, 1fr);
	}
	.header-bottom_menu ul {
		overflow: auto;
		max-width: 100%;
		white-space: nowrap;
	}
	.element-variants_list {
		grid-template: auto / repeat(9, 1fr);
	}
}
@media(max-width:980px) {
	.top-search {
		padding: 0 30px;
	}
	.home-slider_item__header {
		font-size: 28px;
	}
	.home-slider_item__top {
		margin-bottom: 15px;
	}
	.home-slider_item__subheader {
		margin-top: 15px;
	}
	.home-slider_item__button {
		margin-top: 20px;
	}
	h2, .h2 {
		font-size: 28px;
	}
	h1, .h1 {
		font-size: 28px;
	}
	.tags-home_cont {
		grid-template: auto / repeat(3, 1fr);
	}
	.grid-home_cont,
	.catalog-grid {
		grid-template: auto / repeat(3, 1fr);
	}
	.element-page_grid__img-pagination {
		display: none;
	}
	.element-page_grid__image {
		max-width: 100%;
	}
	.element-page_grid {
		display: flex;
		width: 100%;
		gap: 20px;
	}
	.element-page_grid__img {
		max-width: 35%;
	}
	.element-page_grid__txt {
		flex: 1;
	}
	.col_left_bas {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.flex_center_basket {
		flex-wrap: wrap;
	}
	.col_right_bas {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media(max-width:768px) {
	.--mobile {
		display: block;
	}
	.header-bottom_menu {
		padding: 0px;
		position: fixed;
		top: 50px;
		z-index: 11;
		width: 100%;
		left: 0;
		transition: all .2s ease;
		height: calc(100vh - 50px);
		transform: translateY(-100%);
		overflow: auto;
	}
	.open .header-bottom_menu {
		transform: 	translateY(0%);
	}
	.header-bottom_menu ul {
		overflow: unset;
		max-width: 100%;
		white-space: normal;
		width: 100%;
		flex-wrap: wrap;
	}
	.header-bottom_menu ul li {
		padding: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.header-bottom_menu ul li a {
		display: block;
		padding: 15px 0;
		border-bottom: 1px solid #F2F1F6;
	}
	.header-top_menu {
		display: none;
	}
	.header-center_menu {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 11;
	}
	.header-center_menu__m {
		background-color: #1b3137;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 12;
	}
	.container {
		padding: 0 10px;
	}
	.header-center_menu__m > .container {
		padding-left: 0;
	}
	.top-menu_open {
		background: #131e21;
		width: 50px;
		height: 50px;
		cursor: pointer;
		position: relative;
	}
	.top-menu_open span {
		display: inline-block;
		width: 23px;
		height: 2px;
		background: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.top-menu_open span:after {
		content: "";
		display: inline-block;
		width: 23px;
		height: 2px;
		background: #fff;
		position: absolute;
		top: -7px;
		transition: all .2s ease;
	}
	.top-menu_open span:before {
		content: "";
		display: inline-block;
		width: 23px;
		height: 2px;
		background: #fff;
		position: absolute;
		bottom: -7px;
		transition: all .2s ease;
	}
	.open .top-menu_open span {
		background: none;
	}
	.open .top-menu_open span:after {
		transform: rotate(45deg);
		left: 0;
		top: 0;
	}
	.open .top-menu_open span:before {
		transform: rotate(-45deg);
		left: 0;
		top: 0;
	}
	.top-menu_button {
		display: flex;
		align-items: center;
		gap: 15px;
	}
	.top-menu_button b {
		color: #fff;
		font-weight: 500;
	}
	.top-icons_item a span {
		position: relative;
	}
	.top-icons_item a {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.top-icons_item a span > b {
		position: relative;
		top: auto;
		right: auto;
		transform: none;
		margin-left: 5px;
	}
	.header-center_menu .top-logo {
		display: none;
	}
	.top-search {
		position: fixed;
		top: 50px;
		left: 0;
		width: 100%;
		padding: 0;
		z-index: 12;
		height: calc(100vh - 50px);
		transition: all .2s ease;
		background: #fff;
		transform: translateY(100%);
	}
	.top-icons {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		flex: 0 0 100%;
	}
	.top-icons_item {
		padding: 0;
		flex: auto;
	}
	.open_search .top-search {
		transform: 	translateY(0%);
	}
	.header-center_menu {
		padding: 15px 0;
	}
	.search-container .head_popup.--mobile {
		display: flex;
		padding: 0;
		margin-bottom: 15px;
		line-height: normal;
	}
	.top-search button {
		display: none;
	}
	.top-search input {
		color: #1e1e1e;
		background-color: #fff;
		height: auto;
		padding: 18px 20px;
		border-radius: 4px;
	}
	.search-container > form {
		background-color: #F2F1F6;
		padding: 30px;
		padding-bottom: 15px;
	}
	.top-search input::placeholder {
		color: #1E1E24;
	}
	.search-result {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		display: none;
		height: calc(100vh - 135px - 50px);
		overflow: auto;
	}
	.home-slider_item__flex {
		align-items: flex-start;
		padding: 30px;
		text-align: center;
	}
	body {
		padding-top: 50px;
	}
	footer {
		padding-bottom: 54px;
	}
	.story-gallery_list.swiper-horizontal {
		padding-right: 100px!important;
		margin-right: -10px;
	}
	.story-gallery_list .swiper-button-next,
	.story-gallery_list .swiper-button-prev {
		display: none;
	}
	.home-slider_item__button {
		position: absolute;
		bottom: 30px;
		left: 50%;
		transform: translateX(-50%);
		margin: 0;
	}
	.info-home_flex {
		grid-template: auto / repeat(1, 1fr);
	}
	.info-home_video {
		order: 1;
		aspect-ratio: 2 / 1;
	}
	.tags-home_cont {
		grid-gap: 10px;
		margin-top: 30px;
	}
	.tags-home_flex {
		margin-bottom: 30px;
	}
	.info-home_text {
		padding-top: 0;
	}
	.story-gallery {
		padding: 30px 0;
	}
	.swiper-horizontal {
		padding: 30px 0;
		padding-bottom: 40px;
	}
	.info-home {
		padding: 30px 0;
		padding-bottom: 0;
	}
	.tags-home {
		padding: 30px 0;
		padding-bottom: 0;
	}
	.grid-home {
		padding: 30px 0;
	}
	.grid-home_cont {
		grid-gap: 10px;
		margin-top: 30px;
	}
	..catalog-grid {
		grid-gap: 10px;
	}
	.grid-center_price > span {
		font-size: 16px;
	}
	.grid-bottom {
		padding: 10px;
	}
	.grid-center {
		padding: 10px;
		padding-bottom: 0;
	}
	.grid-center_sale {
		padding-left: 10px;
		margin-left: -10px;
		padding-right: 9px;
		padding-top: 2px;
		margin-right: 6px;
	}
	.grid-center_price > span.old {
		margin-left: 7px;
		font-size: 14px;
	}
	.grid-title {
		font-size: 13px;
		line-height: 1.5;
	}
	.ozon a div, .wb a div, .ymarket a div {
		display: none;
	}
	.reviews-home {
		padding: 30px 0;
	}
	.reviews-home_cont .swiper-button-next,
	.reviews-home_cont .swiper-button-prev {
		display: none;
	}
	.reviews-home_cont {
		padding-right: 100px;
		margin-right: -10px;
	}
	.photo-gallery {
		margin-top: 30px;
	}
	.photo-gallery_cont .swiper-button-next,
	.photo-gallery_cont .swiper-button-prev {
		display: none;
	}
	footer {
		margin-top: 30px;
	}
	.home-slider_cont {
		padding: 0;
	}
	.footer {
		flex-wrap: wrap;
		padding-top: 15px;
	}
	.footer > div {
		padding-bottom: 15px;
		padding-top: 15px;
		border-bottom: 1px solid #2A2A33;
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
		border-right: 0;
	}
	.footer-info {
		padding: 0;
	}
	.footer-infoblock {
		display: none;
		margin-top: 30px;
		text-align: center;
		margin-bottom: 15px;
	}
	.footer > div.footer-catalog {
		max-width: 100%;
		padding-bottom: 15px;
		padding-top: 15px;
		padding-left: 0;
	}
	.footer-bottom {
		justify-content: center;
		gap: 10px;
		flex-wrap: wrap;
		border-top: 0;
	}
	.footer-bottom .copy,
	.footer-bottom .privacy {
		flex: 0 0 100%;
		text-align: center;
	}
	.footer-info h3, .footer-catalog h3, .footer-contact h3 {
		margin-bottom: 0;
		padding: 0;
	}
	.footer-info h3, 
	.footer-catalog h3, 
	.footer-contact h3 {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.footer-contact_item:not(:first-child) {
		margin-top: 15px;
	}
	.footer-contact_item ul {
		justify-content: center;
	}
	.open .footer-infoblock {
		display: block;
	}
	.footer-catalog ul {
		grid-template: auto / repeat(1, 1fr);
		grid-gap: 15px;
	}
	.footer-info h3 span, 
	.footer-catalog h3 span, 
	.footer-contact h3 span {
		transition: all .2s ease;
	}
	.footer-info.open h3 span, 
	.footer-catalog.open h3 span, 
	.footer-contact.open h3 span {
		transform: rotate(180deg);
	}
	.footer-contact {
		order: 3;
	}
	.catalog-description {
		padding: 30px 0;
	}
	.tags-list ul > li > a {
		padding: 10px 10px;
		font-size: 14px;
	}
	.top-page {
		padding-top: 20px;
	}
	.where-to-buy {
		padding: 30px 0;
	}
	.contacts-grid {
		grid-template: auto / repeat(1, 1fr);
		grid-gap: 10px;
	}
	.top-page {
		margin-bottom: 20px;
	}
	.contact_item.req h2 {
		font-size: 16px;
	}
	.contacts-maps {
		height: 450px;
		border-radius: 0;
	}
	.contacts-right {
		margin: 0 -10px;
	}
	.where-to-buy_grid {
		grid-template: auto / repeat(1, 1fr);
		grid-gap: 30px;
	}
	.flex_market_list {
		grid-gap: 10px;
	}
	.where-to-buy.page {
		padding-top: 0;
	}
	.about-text_grid {
		grid-template: auto / repeat(1, 1fr);
		grid-gap: 20px;
	}
	.about-text_grid__img {
		border-radius: 0;
		margin: 0 -10px;
	}
	.about-text_grid__img img {
		border-radius: 0;
	}
	.about-text + .about-text .about-text_grid__img {
		order: 1;
	}
	.about-text {
		padding: 30px 0;
		padding-bottom: 0;
	}
	.element-page_grid {
		flex-wrap: wrap;
	}
	.element-page_grid__img {
		max-width: 100%;
		max-height: none;
		height: auto;
	}
	.element-img_cont {
		padding: 0;
	}
	.catalog-slider .swiper-button-next,
	.catalog-slider .swiper-button-prev {
		display: none;
	}
	.header-bottom_menu ul li.allCatalog {
		position: relative;
		padding-right: 0;
		padding-bottom: 10px;
	}
	.header-bottom_menu ul li.allCatalog a {
		background: #131e21;
		display: flex;
		color: #fff;
		padding: 11px 60px 11px 16px;
		position: relative;
		border-radius: 3px;
		transition: all .2s ease;
		font-size: 16px;
		line-height: 1.7;
		align-items: center;
		justify-content: center;
		gap: 15px;
	}
	.header-bottom_menu ul li.allCatalog svg {
		fill: #fff;
		position: relative;
		transform: none;
	}
}
@media(max-width:499px) {
	.home-slider_item__subheader {
		font-size: 14px;
	}
	.home-slider_item__flex {
		padding: 30px 0;
	}
	.home-slider_item__button {
		width: 100%;
	}
	h2, .h2 {
		font-size: 24px;
	}
	.story-gallery_desc,
	.grid-home_desc,
	.reviews-home_desc,
	.photo-gallery_desc {
		font-size: 14px;
	}
	.story-gallery_list.swiper-horizontal {
		padding-right: 70px!important;
	}
	h1, .h1 {
		font-size: 24px;
	}
	.info-home_text > p {
		font-size: 14px;
	}
	.tags-home_linkAll a {
		font-size: 15px;
	}
	.tags-home_cont {
		grid-template: auto / repeat(2, 1fr);
	}
	.grid-home_cont,
	.catalog-grid {
		grid-template: auto / repeat(2, 1fr);
	}
	.grid-center_sale {
		margin-right: 5px;
		font-size: 13px;
	}
	.grid-title {
		margin-top: 10px;
	}
	.grid-bottom_line {
		gap: 5px;
	}
	.element-button .grid-bottom_line:first-child {
		grid-gap: 5px;
	}
	.grid-bottom_line + .grid-bottom_line {
		margin-top: 5px;
	}
	.grid-home_cont,
	.catalog-grid {
		grid-gap: 5px;
	}
	.tags-home_cont {
		grid-gap: 5px;
	}
	.reviews-home_cont {
		padding-right: 70px;
	}
	.reviews-home_content__bottom .right a {
		font-size: 13px;
	}
	.reviews-home_content__bottom .right {
		line-height: 1.3;
	}
	.catalog-top {
		padding: 10px 15px;
	}
	.filter_r > div:not(.modef) {
		padding: 0;
	}
	.filter_r {
		justify-content: space-between;
		gap: 10px 20px;
	}
	.filter_r > div:not(.modef, :first-child):after {
		content: none;
	}
	.block_filter + .block_filter.open .cont_list_filter {
		left: auto;
		right: 0;
	}
	.contact_item.req span {
		justify-content: space-between;
	}
	.contact_item.req span b {
		text-align: right;
	}
	.header-center_menu__container {
		gap: 25px;
	}
	.element-top {
		padding: 0 0 20px 0;
		gap: 10px;
	}
	.element-top_sale > span {
		background-color: #FC4A1A;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		display: inline-block;
		color: #fff;
		font-size: 18px;
		font-weight: 700;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 3px;
		padding-bottom: 0px;
		margin-left: -10px;
	}
	.element-page_grid__txt {
		border: none;
	}
	.element-variants {
		padding: 0;
		margin: 20px 0;
	}
	/*
	.element-variants_list > span a {
		width: 34px;
		height: 34px;
	}
	*/
	.element-variants_list {
		grid-template: auto / repeat(6, 1fr);
	}
	.element-button {
		padding: 0;
		margin: 20px 0;
	}
	.element-properties {
		padding: 0;
		margin: 20px 0;
		grid-template: auto / repeat(1, 1fr);
		margin-bottom: 0;
	}
	.element-description {
		padding: 30px 0;
		margin-top: 30px;
	}
	.element-button .addcart {
		max-width: calc(100% / 2 - 2.5px);
	}
	.element-button .onebuyclick {
		max-width: calc(100% / 2 - 2.5px);
	}
	.basket-page {
		padding: 0;
		border-radius: 0;
		border: none;
	}
	.basket-page_item {
		gap: 10px;
		align-items: flex-start;
	}
	.basket-page_img {
		max-width: 60px;
	}
	.basket-page_name {
		margin-bottom: 15px;
	}
	.basket-page_txt {
		gap: 10px;
	}
	.basket-page_price strong {
		font-size: 13px;
	}
	.basket-page_price > div span {
		font-size: 14px;
		line-height: 1.2;
		white-space: nowrap;
		display: block;
	}
	.basket-page_price > div span.old {
		margin-left: 0;
	}
	.basket-page_quantity .minus {
		width: 30px;
		max-width: 30px;
		height: 30px;
	}
	.basket-page_quantity > div {
		flex: 0 0 30px;
		max-width: 30px;
	}
	.s_adeli h2, .s_deli h2, .s_pay h2 {
		font-size: 20px;
	}
	.s_form_flex {
		grid-template: auto / repeat(1, 1fr);
		grid-gap: 0;
	}
	.line_form.flex {
		grid-template: auto / repeat(1, 1fr);
	}
	.inp_acc.full {
		grid-column-start: 1;
		grid-column-end: 1;
	}
	.of_bas {
		padding: 20px;
	}
	.it_bas {
		font-size: 18px;
	}
	.order-thank {
		padding: 30px;
	}
	.order-thank__icon svg {
		width: 75px;
		height: 75px;
	}
	.order-thank__icon {
		margin-bottom: 30px;
	}
	.order-thank__top {
		font-size: 24px;
	}
	.m-title {
		font-size: 18px;
	}
	.tags-home_item a span {
		bottom: 10px;
		left: 10px;
		width: calc(100% - 20px);
		border-radius: 3px;
		padding: 5px 5px;
		font-size: 14px;
	}
	.home-slider_item__top {
		display: none;
	}
	.home-slider_item__subheader {
		display: none;
	}
}
@media(max-width:430px) {
	.element-top {
		flex-wrap: wrap;
	}
	.element-top > div {
		flex: 0 0 100%;
		max-width: calc(100% / 2 - 5px);
	}
	.element-top .reviews-star {
		justify-content: flex-end;
	}
	.element-top_price span {
		text-align: right;
	}
	.element-top {
		gap: 20px 10px;
	}
}
@media(min-width:769px) {
	.top-icons_item:nth-child(3) {
		padding-left: 0;
	}
	.top-icons_item:nth-child(3):after {
		content: none;
	}
	.home-slider_item__text {
		color: #fff;
		/*
		background: rgb(255 255 255 / 60%);
		padding: 20px;
		border-radius: 4px;
		*/
	}
}