/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

* {
	box-sizing: border-box;
	outline: none;
}

*::before,
*::after {
	box-sizing: border-box;
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	background-color: #ffffff;
	overflow-x: hidden;
}

body.body--freeze {
	overflow: hidden;
}

main {
	margin-bottom: auto;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

.container {
	margin: 0 auto;
	padding: 0 45px;
	max-width: 1370px;
}

button,
input,
textarea {
	padding: 0;
	background: none;
	border: 0;
	outline: none;
	font: inherit;
	box-sizing: border-box;
}

button {
	cursor: pointer;
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=checked].visually-hidden,
input[type=radio].visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}

button:hover,
button:active,
button:focus,
input:hover,
input:active,
input:focus {
	outline: none;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

input[type=number]:hover,
input[type=number]:focus {
	-moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.item-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/*max-height: 2000px;*/
	border: 1px solid #000000;
	border-bottom: none;
	overflow: hidden;
}

.item-list .item-list__item {
	position: relative;
	height: 500px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.item-list .item-list__item.item-list__item--plastinki .img-wrapper {
  height: 280px;
}

.item-list .item-list__item.item-list__item--kompaktdiski .img-wrapper {
  height: 280px;
}

.item-list .item-list__item.item-list__item--sale::before {
	content: 'sale';
	position: absolute;
	top: 12px;
	right: 16px;
	width: 47px;
	height: 47px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	line-height: 135%;
	color: #FFFFFF;
	text-align: center;
	border-radius: 50%;
	background: #C93515;
}

.item-list .item-list__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: #000000;
}

.item-list .genre {
	display: block;
	font-size: 16px;
	line-height: 135%;
	text-decoration: none;
}

.item-list .year {
	padding: 7px 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 11px;
	text-decoration: none;
	background: #F1F1F1;
	border-radius: 60px;
}

.item-list .title {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-weight: 500;
	font-size: 20px;
	line-height: 135%;
}

.item-list .artist {
	grid-column: 1/4;
	grid-row: 2/3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-weight: 300;
	font-size: 18px;
	line-height: 135%;
}

.item-list .title > b,
.item-list .artist > b,
.item-list .genre > b {
	font-weight: inherit;
	color: #C93515;
}

.item-list .old-price {
	grid-row: 1/3;
	grid-column: 2/3;
	padding-top: 5px;
	justify-self: end;
	font-size: 16px;
	line-height: 135%;
	text-decoration: line-through;
}

.item-list .price {
	padding-left: 10px;
	grid-column: 3/4;
	grid-row: 1/3;
	justify-self: end;
	font-size: 22px;
	line-height: 135%;
}

.item-list .img-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	max-width: 90%;
	overflow: hidden;
}

.item-list .img-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.item-list .top-wrapper {
	display: flex;
	align-items: center;
	padding: 12px 20px;
	gap: 8px;
}

.item-list .bottom-wrapper {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 4px;
	padding: 20px 20px 26px;
	border-top: 1px solid #000000;
	height: 105px;
	min-height: 105px;
}

.header {
	padding: 21px 0;
	border-bottom: 1px solid #000000;
}

.header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	background: #ffffff;
}

.header .container {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 20px;
}

.header .logo {
	z-index: 101;
	width: 147px;
	height: 39px;
	display: block;
	overflow: hidden;
}

.header .logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.header .nav {
	z-index: 9;
	justify-self: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.header .nav.active {
	margin-top: 0;
}

.header .nav .nav__link {
	font-size: 18px;
	line-height: 135%;
	text-decoration: none;
	color: #000000;
}

.header .basket {
	justify-self: end;
	display: block;
	font-size: 18px;
	line-height: 135%;
	color: #000000;
	text-decoration: none;
}

.header .basket.active {
	cursor: pointer;
}

.header .basket .basket__num.active {
	color: #C93515;
}

.header .burger {
	z-index: 10;
	display: none;
	width: 38px;
	height: 38px;
	background-size: contain;
	background-image: url('./images/burger.svg');
	background-repeat: no-repeat;
	background-position: center;
}

.header .burger.active {
	width: 24px;
	height: 24px;
	justify-self: center;
	background-image: url('./images/cross1.svg');
}

.sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	height: 80px;
	margin-top: -80px;
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
	transition: 0.3s;
}

.sticky-header.sticky {
	margin-top: 0;
}

.sticky-header .container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	height: 100%;
}

.sticky-header .btn-wrapper {
	display: flex;
	align-items: center;
	gap: 30px;
}

.sticky-header .filter-btn {
	position: relative;
	padding-left: 20px;
	justify-self: start;
	font-size: 16px;
	line-height: 135%;
	color: inherit;
	text-decoration: none;
}

.sticky-header .filter-btn:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 12px;
	height: 15px;
	background-size: contain;
	background-image: url('./images/filter.svg');
	background-repeat: no-repeat;
	background-position: center;
}

.sticky-header .tag-wrapper {
	display: flex;
	justify-content: center;
	gap: 10px;
	justify-self: center;
}

.sticky-header .tag-wrapper .tag {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	width: 52px;
	height: 52px;
	cursor: pointer;
}

.sticky-header .tag-wrapper .tag:hover.tag--knigi .img-wrapper .img,
.sticky-header .tag-wrapper .tag.active.tag--knigi .img-wrapper .img {
	display: none;
}

.sticky-header .tag-wrapper .tag:hover.tag--knigi .img-wrapper .img-active,
.sticky-header .tag-wrapper .tag.active.tag--knigi .img-wrapper .img-active {
	display: block;
}

.sticky-header .tag-wrapper .tag:hover.tag--plastinki .img-wrapper .img,
.sticky-header .tag-wrapper .tag.active.tag--plastinki .img-wrapper .img {
	display: none;
}

.sticky-header .tag-wrapper .tag:hover.tag--plastinki .img-wrapper .img-active,
.sticky-header .tag-wrapper .tag.active.tag--plastinki .img-wrapper .img-active {
	display: block;
}

.sticky-header .tag-wrapper .tag:hover.tag--kompaktdiski .img-wrapper .img,
.sticky-header .tag-wrapper .tag.active.tag--kompaktdiski .img-wrapper .img {
	display: none;
}

.sticky-header .tag-wrapper .tag:hover.tag--kompaktdiski .img-wrapper .img-active,
.sticky-header .tag-wrapper .tag.active.tag--kompaktdiski .img-wrapper .img-active {
	display: block;
}

.sticky-header .tag-wrapper .tag .img-wrapper {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.3s;
}

.sticky-header .tag-wrapper .tag .img-wrapper .img-active {
	display: none;
}

.sticky-header .tag-wrapper .tag--knigi .img-wrapper {
	width: 40px;
	height: 52px;
	overflow: hidden;
}

.sticky-header .tag-wrapper .tag--knigi .img-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.sticky-header .tag-wrapper .tag--plastinki .img-wrapper {
	width: 52px;
	height: 52px;
	overflow: hidden;
}

.sticky-header .tag-wrapper .tag--plastinki .img-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.sticky-header .tag-wrapper .tag--kompaktdiski .img-wrapper {
	width: 52px;
	height: 52px;
	overflow: hidden;
}

.sticky-header .tag-wrapper .tag--kompaktdiski .img-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.sticky-header .search {
	position: relative;
}

.sticky-header .search .search__input {
	width: 100%;
	padding: 0;
	font-size: 16px;
	line-height: 135%;
	background: #ffffff;
	transition: 0.3s;
}

.sticky-header .search .search__input::-webkit-input-placeholder {
	color: #000000;
}

.sticky-header .search .search__input::-moz-placeholder {
	color: #000000;
}

.sticky-header .search .search__input:-ms-input-placeholder {
	color: #000000;
}

.sticky-header .search .search__input::-ms-input-placeholder {
	color: #000000;
}

.sticky-header .search .search__input::placeholder {
	color: #000000;
}

.sticky-header .search .search__input:focus {
	border-bottom: 1px solid #000000;
}

.sticky-header .search .search__input:focus::-webkit-input-placeholder {
	color: transparent;
}

.sticky-header .search .search__input:focus::-moz-placeholder {
	color: transparent;
}

.sticky-header .search .search__input:focus:-ms-input-placeholder {
	color: transparent;
}

.sticky-header .search .search__input:focus::-ms-input-placeholder {
	color: transparent;
}

.sticky-header .search .search__input:focus::placeholder {
	color: transparent;
}

.sticky-header .search .search__btn {
	position: absolute;
	top: 50%;
	left: -26px;
	width: 31px;
	height: 31px;
	transform: translateY(-50%);
}

.sticky-header .search .search__btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 12px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('./images/loupe.svg');
	transform: translate(-50%, -50%);
}

.sticky-header .basket {
	justify-self: end;
	font-size: 18px;
	line-height: 135%;
	color: #000000;
	text-decoration: none;
}

.sticky-header .basket.active {
	cursor: pointer;
}

.sticky-header .basket .basket__num.active {
	color: #C93515;
}

.catalog {
	padding-top: 40px;
	overflow: hidden;
}

.catalog.catalog-search {
	padding-top: 0;
}

.catalog .catalog__title {
	font-weight: 500;
	font-size: 40px;
	line-height: 145%;
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.catalog .catalog__title > .active,
.catalog .catalog__title > .active {
	color: #C93515;
}

.catalog .catalog__subtitle {
	margin: 12px auto 0;
	max-width: 751px;
	font-weight: 400;
	font-size: 20px;
	line-height: 145%;
	text-align: center;
}

.catalog .catalog-no-more {
	width: 100%;
	margin-top: -1px;
	background: #000;
	height: 1px;
}

.catalog .catalog-nothing-found,
.catalog .catalog-more-btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 32px;
	width: 100%;
	margin-top: -1px;
	font-weight: 500;
	font-size: 17.9942px;
	line-height: 135%;
	border: 1px solid #000000;
	color: inherit;
	text-decoration: none;
}

.catalog .catalog-more-btn span {
	position: relative;
	display: block;
	padding-right: 20px;
}

.catalog .catalog-more-btn span::before {
	content: '';
	position: absolute;
	top: 6px;
	right: 0;
	width: 12px;
	height: 13px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('./images/arrow2.svg');
}

.catalog .filter-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: end;
	padding-top: 40px;
	margin-bottom: 30px;
	transition: 0.3s;
	/*overflow: hidden;*/
}

.catalog .btn-wrapper .search {
	display: none;
}

.catalog .filter-btn {
	position: relative;
	padding-left: 23px;
	justify-self: start;
	font-size: 20px;
	line-height: 135%;
	color: inherit;
	text-decoration: none;
}

/*.catalog .filter-btn-placeholder {*/
/*  position: relative;*/
/*  justify-self: start;*/
/*}*/

.catalog .filter-btn:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 15px;
	height: 18px;
	background-size: contain;
	background-image: url('./images/filter.svg');
	background-repeat: no-repeat;
	background-position: center;
}

.catalog .tag-wrapper {
	display: flex;
	justify-content: center;
	gap: 20px;
	justify-self: center;
}

.catalog .tag-wrapper .tag {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	width: 60px;
	height: 60px;
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}

.catalog .tag-wrapper .tag:hover .img-wrapper,
.catalog .tag-wrapper .tag.active .img-wrapper {
	bottom: 26px;
}

.catalog .tag-wrapper .tag:hover.tag--knigi .img-wrapper .img,
.catalog .tag-wrapper .tag.active.tag--knigi .img-wrapper .img {
	display: none;
}

.catalog .tag-wrapper .tag:hover.tag--knigi .img-wrapper .img-active,
.catalog .tag-wrapper .tag.active.tag--knigi .img-wrapper .img-active {
	display: block;
}

.catalog .tag-wrapper .tag:hover.tag--plastinki .img-wrapper .img,
.catalog .tag-wrapper .tag.active.tag--plastinki .img-wrapper .img {
	display: none;
}

.catalog .tag-wrapper .tag:hover.tag--plastinki .img-wrapper .img-active,
.catalog .tag-wrapper .tag.active.tag--plastinki .img-wrapper .img-active {
	display: block;
}

.catalog .tag-wrapper .tag:hover.tag--kompaktdiski .img-wrapper .img,
.catalog .tag-wrapper .tag.active.tag--kompaktdiski .img-wrapper .img {
	display: none;
}

.catalog .tag-wrapper .tag:hover.tag--kompaktdiski .img-wrapper .img-active,
.catalog .tag-wrapper .tag.active.tag--kompaktdiski .img-wrapper .img-active {
	display: block;
}

.catalog .tag-wrapper .tag:hover .tag-txt,
.catalog .tag-wrapper .tag.active .tag-txt {
	display: block;
}

.catalog .tag-wrapper .tag .img-wrapper {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.3s;
}

.catalog .tag-wrapper .tag .img-wrapper .img-active {
	display: none;
}

.catalog .tag-wrapper .tag--knigi .img-wrapper {
	width: 49px;
	height: 63px;
	overflow: hidden;
}

.catalog .tag-wrapper .tag--knigi .img-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.catalog .tag-wrapper .tag--plastinki .img-wrapper {
	width: 63px;
	height: 62px;
	overflow: hidden;
}

.catalog .tag-wrapper .tag--plastinki .img-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.catalog .tag-wrapper .tag--kompaktdiski .img-wrapper {
	width: 63px;
	height: 62px;
	overflow: hidden;
}

.catalog .tag-wrapper .tag--kompaktdiski .img-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.catalog .tag-wrapper .tag-txt {
	display: none;
	font-size: 14px;
	line-height: 135%;
}

.catalog .search {
	position: relative;
}

.catalog .search .search__input {
	width: 100%;
	padding: 0 0 6px 0;
	font-size: 18px;
	line-height: 135%;
	border-bottom: 1px solid #000000;
	background: #ffffff;
	transition: 0.3s;
}

.catalog .search .search__input::-webkit-input-placeholder {
	color: #000000;
}

.catalog .search .search__input::-moz-placeholder {
	color: #000000;
}

.catalog .search .search__input:-ms-input-placeholder {
	color: #000000;
}

.catalog .search .search__input::-ms-input-placeholder {
	color: #000000;
}

.catalog .search .search__input::placeholder {
	color: #000000;
}

.catalog .search .search__input:focus::-webkit-input-placeholder {
	color: transparent;
}

.catalog .search .search__input:focus::-moz-placeholder {
	color: transparent;
}

.catalog .search .search__input:focus:-ms-input-placeholder {
	color: transparent;
}

.catalog .search .search__input:focus::-ms-input-placeholder {
	color: transparent;
}

.catalog .search .search__input:focus::placeholder {
	color: transparent;
}

.catalog .search .search__btn {
	position: absolute;
	top: 50%;
	right: 0;
	width: 31px;
	height: 31px;
	transform: translateY(-50%);
}

.catalog .search .search__btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 21px;
	height: 19px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('./images/loupe.svg');
	transform: translate(-50%, -50%);
}

.catalog .search-block {
	position: relative;
	/*display: none;*/
	border: 1px solid #000000;
}

.catalog .search-block .search-close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 24px;
	height: 24px;
	display: none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('./images/cross1.svg');
}

.catalog .search-block .search-results {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 20px;
}

.catalog .search-block .search-results.search-results--error {
	padding: 20px 66px 20px 20px;
}

.catalog .search-block .search-results.search-results--error .search-close-btn {
	display: block;
}

.catalog .search-block .search-results.search-results--error .search-results__txt.search-results__txt--arror {
	display: block;
}

.catalog .search-block .search-results .search-results__txt {
	font-size: 24px;
	line-height: 145%;
}

.catalog .search-block .search-results .search-results__txt.search-results__txt--arror {
	display: none;
}

.catalog .search-block .search-results .search-results__txt span {
	color: #C93515;
}

.catalog .search-block .search-results .search-results__founds {
	font-size: 16px;
	line-height: 135%;
	color: #606060;
}

.catalog .search-block .search-list {
	border: none;
	border-top: 1px solid #000000;
}

.catalog .search-block .search__btn--catalog {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 32px;
	width: 100%;
	margin-top: -1px;
	font-weight: 500;
	font-size: 17.9942px;
	line-height: 135%;
	border-top: 1px solid #000000;
	color: inherit;
	text-decoration: none;
}

.catalog .search-block .search__btn--catalog span {
	position: relative;
	display: block;
	padding-right: 19px;
}

.catalog .search-block .search__btn--catalog span::before {
	content: '';
	position: absolute;
	top: 7px;
	right: 0;
	width: 11px;
	height: 11px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('./images/arrow3.svg');
}

.catalog .filter {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(1, 1fr);
	border: 1px solid #000000;
	border-bottom: none;
}

.catalog .filter .filter__block {
	padding: 20px 20px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.catalog .filter .filter__block:not(:last-child) {
	border-right: 1px solid #000000;
}

.catalog .filter .filter__block.filter__block--genres {
	/*grid-column: 1/3;*/
	/*grid-row: 1/3;*/
	/*border-right: 1px solid #000000;*/
}

.catalog .filter .filter__block .filter__title {
	font-weight: 400;
	font-size: 20px;
	line-height: 135%;
}

.catalog .filter .genres-list {
	margin-top: 15px;
	/*columns: 3;*/
}

.catalog .filter .genres-list .genres-list__item {
	margin-top: 4px;
}

.catalog .filter .genres-list .genres-list__item:first-child {
	margin-top: 0;
}

.catalog .filter .genres-list .genres-list__checkbox {
	display: none;
}

.catalog .filter .genres-list .genres-list__checkbox:checked + label::before {
	background-color: #000000;
}

.catalog .filter .genres-list .genres-list__label {
	position: relative;
	padding-left: 24px;
	display: block;
	font-size: 16px;
	line-height: 135%;
	cursor: pointer;
	/*width: fit-content;*/
}

.catalog .filter .genres-list .genres-list__label::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #000000;
}

.catalog .range-wrapper {
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-gap: 16px;
	width: 100%;
	margin-top: 20px;
}

.catalog .range-wrapper .range-slider {
	grid-column: 1/3;
	height: 1px;
	border: none;
	box-shadow: none;
	padding-left: 10px;
	padding-right: 10px;
}

.catalog .range-wrapper .range-slider .noUi-base {
	height: 1px;
}

.catalog .range-wrapper .range-slider .noUi-connects {
	height: 1px;
	background: #000000;
}

.catalog .range-wrapper .range-slider .noUi-connect {
	background: #000000;
}

.catalog .range-wrapper .range-slider .noUi-handle {
	top: -9px;
	right: -10px;
	width: 20px;
	height: 20px;
	background: transparent;
	border: none;
	border-radius: 50%;
	background-image: url('./images/slider_icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: none;
	cursor: pointer;
}

.catalog .range-wrapper .range-slider .noUi-handle::before,
.catalog .range-wrapper .range-slider .noUi-handle::after {
	content: none;
}

.catalog .range-wrapper .range-slider .noUi-touch-area {
	background-color: transparent;
}

.catalog .range-wrapper label {
	width: 50px;
	height: 26px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 135%;
	background: #F1F1F1;
}

.catalog .range-wrapper label.left {
	justify-self: start;
}

.catalog .range-wrapper label.right {
	justify-self: end;
}

.catalog .range-wrapper input {
	padding: 0 7px;
	width: 100%;
	font-size: 14px;
	line-height: 135%;
	text-align: center;
}

.about, .standart_page {
	padding: 36px 0 60px;
}

.about .container {
	/*display: grid;*/
	/*grid-template-columns: repeat(2, 1fr);*/
	/*gap: 20px;*/
}

.about .container,
.standart_page .container {
}
.about .container > *,
.standart_page .container > * {
	max-width: 915px;
}

.about .about__title,
.standart_page h1 {
	grid-column: 1/3;
	font-weight: 500;
	font-size: 36px;
	line-height: 145%;
}

.about .about__txt,
.standart_page p {
	margin-top: 20px;
	font-size: 18px;
	line-height: 145%;
}

.about h2,
.standart_page h2 {
	margin-top: 30px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 160%;
}

.about .about__ul,
.standart_page ol,
.standart_page ul {
	margin-top: 20px;
	font-size: 18px;
	line-height: 145%;
}

.about .about__ul li,
.standart_page ul li {
	list-style: square outside url('/local/templates/main/images/list-ul-li.svg');
	margin-left: 28px;
	padding-left: 5px;
	margin-top: 15px;
}

.about .container .about-row {
	max-width: 1155px;
}

.about__title {
	margin: 0 0 51px;
}

.about {
}

.about-row {
	display: flex;
	margin: 0 0 60px;
}
.about-col:first-child {
	width: 36%;
	margin-right: 7%;
}
.about-col {
	width: 57%;
}
.about-col p:first-child {
	font-size: 24px;
	margin: 0 0 34px;
}
.about-col p {
	font-size: 18px;
	line-height: 1.45;
	color: #000000;
	margin: 0 0 30px;
}
.about-photo {
	margin: 0 0 25px;
}
.about-photo img {
	width: 100%;
}
.about-photo-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.45;
	color: #000000;
	margin: 0 0 5px;
}
.about-photo-subtitle {
	font-size: 14px;
	line-height: 1.45;
	color: #000000;
	margin: 0 0 20px;
}
.about-photo-social {
	display: flex;
	border-top: 1px solid rgba(0,0,0,0.2);
	padding: 10px;
	justify-content: flex-start;
	align-items: center;
	max-width: 290px;
}
a.about-photo-social-item,
.about-photo-social-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 26px;
	font-size: 14px;
	line-height: 1.45;
	color: #000000;
	text-decoration: none;
}
.about-photo-social-item img {
	width: 32px;
	margin: 0 4px 0 0;
}
	

.standart_page ol li {
	margin-left: 0;
	padding-left: 5px;
	margin-top: 15px;
}

.standart_page p {
}

.bottom-catalog-items-slider {
	overflow: hidden;
}

.bottom-catalog-items-slider .slider-list {
	display: flex;
	transition-timing-function: linear;
}

.bottom-catalog-items-slider .slider-list .slider-list__item {
	width: 170px;
	height: 170px;
}

.bottom-catalog-items-slider .slider-list .slider-list__link {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

.bottom-catalog-items-slider .slider-list .slider-list__link img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.delivery {
	padding: 36px 0 60px;
}

.delivery .container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.delivery .delivery__title {
	grid-column: 1/3;
	font-weight: 500;
	font-size: 36px;
	line-height: 145%;
}

.delivery .delivery__txt {
	font-size: 18px;
	line-height: 145%;
}

.item .item-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, auto);
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.item .breadcrumbs-list {
	display: flex;
	align-items: center;
	gap: 0 20px;
	flex-wrap: wrap;
	padding: 16px;
	align-self: start;
	border-bottom: 1px solid #000000;
}

.item .breadcrumbs-list .breadcrumbs-list__item {
	position: relative;
}

.item .breadcrumbs-list .breadcrumbs-list__item:last-child::before {
	content: none;
}

.item .breadcrumbs-list .breadcrumbs-list__item::before {
	content: '';
	position: absolute;
	top: 7px;
	right: -11px;
	width: 5px;
	height: 9px;
	background-position: center;
	background-image: url('./images/arrow.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.item .breadcrumbs-list .breadcrumbs-list__link {
	display: block;
	font-size: 14px;
	line-height: 150%;
	color: #000000;
	text-decoration: none;
}

.item .label-wrapper {
	position: relative;
	height: 100%;
	padding-top: 9%;
	grid-row: 2/4;
	display: flex;
	flex-direction: column;
}

.item .label-wrapper.label-wrapper--gallery {
	padding-top: 15%;
}

.item .label-wrapper.label-wrapper--gallery .slider-wrapper {
	display: block;
}

.item .label-wrapper.label-wrapper--gallery .img-wrapper {
	display: none;
}

.item .label-wrapper.label-wrapper--gallery .label-slider {
	display: flex;
}

.item .label-wrapper.label-wrapper--gallery .label-slider-btn-prev,
.item .label-wrapper.label-wrapper--gallery .label-slider-btn-next {
	display: block;
}

.item .label-wrapper .img-wrapper {
	position: -webkit-sticky;
	position: sticky;
	top: 9%;
	max-width: 515px;
	height: 329px;
	margin: 0 auto 9%;
	overflow: hidden;
}

.item .label-wrapper .img-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.item .label-wrapper .slider-wrapper {
	position: -webkit-sticky;
	position: sticky;
	top: 9%;
	height: 329px;
	margin-bottom: 29%;
	display: none;
}

.item .label-wrapper .label-slider {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-top: auto;
	width: 100%;
	width: calc(100% + 1px);
	display: none;
	border-top: 1px solid #000000;
	overflow: hidden;
}

.item .label-wrapper .label-slider.label-slider--top {
	border-top: none;
}

.item .label-wrapper .label-slider.label-slider--top .label-list .label-list__item {
	height: 329px;
	border-right: none;
}

.item .label-wrapper .label-slider.label-slider--top .label-list .label-list__item img {
	width: auto;
	height: 100%;
}

.item .label-wrapper .label-list {
	width: 100%;
	display: flex;
}

.item .label-wrapper .label-list .label-list__item {
	height: 128px;
	width: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #000000;
	overflow: hidden;
	cursor: pointer;
}

.item .label-wrapper .label-list .label-list__item img {
	width: 110px;
	height: 100px;
	margin: 0 auto;
	-o-object-fit: contain;
	   object-fit: contain;
}

.item .label-wrapper .label-slider-btn-prev {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 33px;
	height: 28px;
	display: none;
	background-size: contain;
	background-image: url('./images/arrow1.svg');
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(180deg);
}

.item .label-wrapper .label-slider-btn-next {
	position: absolute;
	top: 30px;
	right: 20px;
	width: 33px;
	height: 28px;
	display: none;
	background-size: contain;
	background-image: url('./images/arrow1.svg');
	background-repeat: no-repeat;
	background-position: center;
}

.item .info-wrapper {
	position: relative;
	padding: 24px 32px 90px;
	grid-column: 2/3;
	grid-row: 1/3;
	border-left: 1px solid #000000;
}

.item .info-wrapper .title {
	font-weight: 500;
	font-size: 36px;
	line-height: 145%;
	color: #000000;
}

.item .info-wrapper .artist {
	margin-top: 4px;
	font-weight: 300;
	font-size: 24px;
	line-height: 145%;
}

.item .info-wrapper .price-wrapper {
	display: flex;
	margin-top: 10px;
}

.item .info-wrapper .price-wrapper .price-txt {
	padding-top: 12px;
	font-weight: 300;
	font-size: 16px;
	line-height: 135%;
	color: #606060;
}

.item .info-wrapper .price-wrapper .price-num {
	margin-left: 9px;
	font-size: 28px;
	line-height: 135%;
}

.item .info-wrapper .price-wrapper .price-discount {
	position: relative;
	margin-left: 16px;
	padding-top: 10px;
	font-weight: 400;
	font-size: 18px;
	line-height: 135%;
	color: #8E8E8E;
}

.item .info-wrapper .price-wrapper .price-discount::before {
	content: '';
	position: absolute;
	top: 21px;
	left: -3px;
	width: 106%;
	height: 1px;
	background-color: #8E8E8E;
}

.item .info-wrapper .info-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 26px;
}

.item .info-wrapper .info-list > li {
	display: flex;
	gap: 8px;
}

.item .info-wrapper .info-list p:nth-child(1) {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
}

.item .info-wrapper .info-list p:nth-child(2) {
	font-size: 16px;
	line-height: 150%;
}

.item .info-wrapper .item__btn_tocart {
	margin-top: 26px;
	padding: 0 34.5px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 135%;
	text-align: center;
	color: #FFFFFF;
	background: #0F0F0F;
	transition: 0.3s ease;
}

.item .info-wrapper .item__btn_tocart.incart,
.item .item__btn_tocart.incart {
	background: #147323;
	transform: rotate(360deg);
}

.item .delivery {
	position: relative;
	grid-column: 2/3;
	padding: 0;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

.item .delivery .delivery__btn {
	position: absolute;
	top: 19px;
	right: 13px;
	z-index: -10;
	width: 22px;
	height: 22px;
	background-size: contain;
	background-image: url('./images/cross.svg');
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s;
}

.item .delivery .delivery__btn.active {
	background-image: url('./images/minus.svg');
}

.item .delivery .delivery__title {
	padding: 16px 24px;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	cursor: pointer;
}

.item .delivery .delivery-info {
	display: flex;
	align-items: center;
	margin-top: 22px;
	padding-bottom: 29px;
	padding-left: 24px;
}

.item .delivery .delivery-info .inner-wrapper {
	display: flex;
	align-items: center;
	gap: 12px;
}

.item .delivery .delivery-info .city {
	padding: 2px 14px;
	font-size: 16px;
	line-height: 150%;
	background: #F1F1F1;
	border-radius: 30px;
}

.item .delivery .delivery-info .city-change {
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
	color: #606060;
}

.item .delivery .delivery-info .delivery__txt {
	position: relative;
	padding-left: 26px;
	margin-left: 44px;
	font-size: 16px;
	line-height: 150%;
}

.item .delivery .delivery-info .delivery__txt span {
	position: relative;
}

.item .delivery .delivery-info .delivery__txt span::before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000000;
}

.item .delivery .delivery-info .delivery__txt::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-image: url('./images/box.svg');
	background-repeat: no-repeat;
	background-position: center;
}

.item .item__btn_tocart {
	padding: 0 34.5px;
	height: 60px;
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 135%;
	text-align: center;
	color: #FFFFFF;
	background: #0F0F0F;
}

/*.recommended.delivery-recommended,*/
/*.recommended.about-recommended {*/
/*	display: none;*/
/*}*/

.recommended .title-wrapper {
	padding: 26px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ECECEC;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.recommended .recommended__title {
	font-weight: 500;
	font-size: 24px;
	line-height: 135%;
}

.recommended .recommended__list {
	border-top: none;
	border-right: none;
}

.recommended .recommended__list .item-list__item {
	border-top: none;
	border-bottom: 1px solid #000000;
}

.recommended .recommended__list .item-list__item:nth-of-type(2n) {
	border-right: 1px solid #000000;
}

.recommended .recommended__list .item-list__item:nth-of-type(3n) {
	border-right: 1px solid #000000;
}

.footer {
	margin-top: 50px;
}

.footer .footer-top {
	padding: 30px 0;
	border-top: 1px solid #000000;
}

.footer .footer-top .container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
}

.footer .footer-top .logo-wrapper {
	align-self: start;
}

.footer .footer-top .logo-wrapper .logo {
	width: 147px;
	height: 39px;
	display: block;
	overflow: hidden;
}

.footer .footer-top .logo-wrapper .logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.footer .footer-top .logo-wrapper .policy {
	margin-top: 23px;
	display: block;
	font-size: 18px;
	line-height: 135%;
	color: #000000;
	text-decoration: none;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.footer .footer-top .nav {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-left: 35px;
}

.footer .footer-top .nav .nav__link {
	font-size: 18px;
	line-height: 135%;
	text-decoration: none;
	color: #000000;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.footer .footer-top .contacts {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 24px;
}

.footer .footer-top .contacts .contacts__tel {
	font-size: 24.7853px;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
}

.footer .footer-top .contacts .contacts__email {
	font-size: 20.6545px;
	line-height: 25px;
	color: #000000;
	text-decoration: none;
}

.footer .footer-bottom {
	padding: 10px 0;
	border-top: 1px solid #000000;
}

.footer .footer-bottom .copyright {
	font-size: 16px;
	line-height: 135%;
}

.footer .footer-bottom .policy {
	margin-top: 6px;
	display: none;
	font-size: 16px;
	line-height: 135%;
	color: #000000;
	text-decoration: none;
}

.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100;
	width: 520px;
	max-height: 90%;
	padding: 32px;
	background: #FFFFFF;
	border-radius: 8px;
	box-shadow: 0px 4px 44px -5px rgba(0, 0, 0, 0.12);
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

.modal.modal--basket {
	max-height: 750px;
	overflow: hidden;
}

.modal.modal--success {
	padding-bottom: 45px;
}

.modal.active {
	opacity: 1;
	visibility: visible;
}

.modal .top-block {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 83px;
	display: flex;
	align-items: center;
	padding: 0 45px;
}

.modal .top-block .logo {
	display: none;
}

.modal .modal__close-btn {
	position: absolute;
	top: 30px;
	right: 45px;
	width: 24px;
	height: 24px;
	justify-self: center;
	display: none;
	background-image: url('./images/cross1.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.modal .modal__title {
	font-weight: 500;
	font-size: 30px;
	line-height: 135%;
}

.modal .modal__title .basket__num.active {
	color: #C93515;
}

.modal .modal-wrapper {
	padding-top: 20px;
	height: 100%;
	padding-bottom: 10px;
	overflow-y: auto;
}

.modal .modal__txt {
	margin-top: 8px;
	font-size: 18px;
	line-height: 150%;
}

.modal .basket-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-height: 230px;
	overflow-y: auto;
}

.modal .basket-list .basket-list__item {
	position: relative;
	padding: 8px 48px 8px 8px;
	display: grid;
	grid-template-columns: 65px auto;
	gap: 5px 25px;
	border: 1px solid #000000;
}

.modal .basket-list .img-wrapper {
	width: 65px;
	height: 65px;
	margin-top: 0;
	grid-row: 1/3;
	overflow: hidden;
}

.modal .basket-list .img-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.modal .basket-list .basket-list__name {
	align-self: end;
	font-size: 18px;
	line-height: 145%;
}

.modal .basket-list .basket-list__price {
	font-weight: 300;
	font-size: 14px;
	line-height: 135%;
	color: #606060;
}

.modal .basket-list .basket-list__price span {
	margin-left: 5px;
	font-weight: 400;
	font-size: 20px;
	line-height: 135%;
	color: #000000;
}

.modal .basket-list .basket-item__delete_button {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('./images/cross1.svg');
	transform: translateY(-50%);
}

.modal .basket-form {
	display: flex;
	flex-direction: column;
	margin-top: 40px;
}

.modal .basket-form .basket-form__title {
	font-weight: 500;
	font-size: 24px;
	line-height: 135%;
}

.modal .basket-form .basket-form__input {
	width: 100%;
	padding: 10px 0;
	margin-top: 20px;
	font-weight: 300;
	font-size: 16px;
	line-height: 135%;
	border-bottom: 1px solid #000000;
}

.modal .basket-form .basket-form__input.error,
.modal .basket-form .basket-form__checkbox_label .basket-form__checkbox.error + .check {
	border-color: red;
}

.modal .basket-form .basket-form__input:focus::-webkit-input-placeholder {
	color: transparent;
}

.modal .basket-form .basket-form__input:focus::-moz-placeholder {
	color: transparent;
}

.modal .basket-form .basket-form__input:focus:-ms-input-placeholder {
	color: transparent;
}

.modal .basket-form .basket-form__input:focus::-ms-input-placeholder {
	color: transparent;
}

.modal .basket-form .basket-form__input:focus::placeholder {
	color: transparent;
}

.modal .basket-form .basket-form__input::-webkit-input-placeholder {
	color: #000000;
}

.modal .basket-form .basket-form__input::-moz-placeholder {
	color: #000000;
}

.modal .basket-form .basket-form__input:-ms-input-placeholder {
	color: #000000;
}

.modal .basket-form .basket-form__input::-ms-input-placeholder {
	color: #000000;
}

.modal .basket-form .basket-form__input::placeholder {
	color: #000000;
}

.modal .basket-form .basket-form__checkbox_label {
	position: relative;
	display: block;
	padding-left: 29px;
	margin-top: 12px;
	font-weight: 300;
	font-size: 14px;
	line-height: 135%;
	color: #606060;
	cursor: pointer;
}

.modal .basket-form .basket-form__checkbox_label .check,
.modal .basket-form .basket-form__checkbox_label .basket-form__checkbox {
	position: absolute;
	top: 5px;
	left: 0;
	width: 18px;
	height: 18px;
}

.modal .basket-form .basket-form__checkbox_label .check {
	border: 1px solid #606060;
	background-color: #fff;
	background-size: 13px 10px;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s;
}

.modal .basket-form .basket-form__checkbox_label .basket-form__checkbox {
	opacity: 0.01;
}

.modal .basket-form .basket-form__checkbox_label .basket-form__checkbox:checked + .check {
	background-image: url('./images/check.svg');
}


.modal .basket-form .basket-form__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	margin-top: 24px;
	font-size: 20px;
	line-height: 135%;
	text-align: center;
	color: #FFFFFF;
	background: #0F0F0F;
}

.modal.modal--success .img-wrapper {
	position: relative;
	width: 100%;
	height: 1px;
	margin-top: 57px;
	background-color: #000000;
}

.modal.modal--success .img-wrapper::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 41px;
	height: 41px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('./images/slider_icon.svg');
	transform: translateY(-50%);
}

.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.75);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

.modal-overlay.active {
	opacity: 1;
	visibility: visible;
}

@media (min-width: 1200px) {
	.item-list .item-list__item:nth-of-type(3n) {
		border-right: none;
	}
}

@media (max-width: 1200px) {
	.item-list {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.item-list .item-list__item:nth-of-type(2n) {
		border-right: none;
	}
	
	.item .label-wrapper .img-wrapper {
		max-width: 90%;
	}
	
	.item .label-wrapper .label-list .label-list__item img {
		max-width: 90%;
	}
	
	.item .delivery .delivery-info {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
		margin-top: 16px;
		padding-left: 15px;
		padding-bottom: 22px;
	}
	
	.item .delivery .delivery-info .delivery__txt {
		margin-left: 0;
	}
	
	.recommended .recommended__list .item-list__item:nth-of-type(3n) {
		display: none;
	}
}

@media (max-width: 992px) {
	.catalog .filter {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, auto);
	}
	
	.catalog .filter .filter__block:not(:last-child) {
		/*grid-column: auto;*/
		/*grid-row: auto;*/
		border-right: none;
		border-bottom: 1px solid #000000;
	}
	
	.footer .footer-top .logo-wrapper .policy {
		display: none;
	}
	
	.footer .footer-bottom {
		padding: 14px 0;
	}
	
	.footer .footer-bottom .policy {
		display: block;
	}
}

@media (min-width: 768px) {
	.mobile_only {
		display: none;
	}
}

@media (max-width: 767px) {
	.item-list {
		/*max-height: 4500px;*/
		grid-template-columns: 1fr;
	}
	
	.item-list .item-list__item {
		border-right: none;
	}
	
	.header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		width: 100%;
		background: #ffffff;
	}
	
	.header .container {
		grid-template-columns: auto auto 38px;
		gap: 24px;
	}
	
	.header .nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		margin-top: -100%;
		flex-direction: column;
		gap: 10px;
		padding: 120px 0 55px;
		background: #F1F1F1;
		transition: 0.6s;
	}
	
	.header .nav::before {
		content: '';
		position: absolute;
		top: 82px;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #000000;
	}
	
	.header .nav .nav__link {
		font-size: 24px;
		line-height: 145%;
	}
	
	.header .burger {
		display: block;
	}
	
	.catalog {
		padding-top: 122px;
	}
	
	.catalog.catalog-search {
		padding-top: 82px;
	}
	
	.catalog .catalog__title {
		font-size: 34px;
	}
	
	.catalog .catalog__subtitle {
		margin-top: 4px;
	}
	
	.catalog .filter-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, auto);
		gap: 16px 0;
		margin-bottom: 16px;
	}
	
	.catalog .tag-wrapper {
		grid-column: 1/3;
		grid-row: 1/2;
	}
	
	.catalog .search .search__input {
		margin-left: 150%;
	}
	
	.catalog .search .search__input.active {
		width: 200%;
		margin-left: -100%;
		margin-right: 0;
	}
	
	.catalog .search-block .search-close-btn {
		top: 16px;
		width: 20px;
		height: 20px;
	}
	
	.catalog .search-block .search-results {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		padding: 16px 20px;
	}
	
	.catalog .search-block .search-results.search-results--error {
		padding: 16px 66px 16px 20px;
	}
	
	.catalog .search-block .search-results .search-results__txt.search-results__txt--arror {
		font-size: 18px;
		line-height: 145%;
	}
	
	.catalog .search-block .search-results .search-results__txt {
		font-size: 20px;
		line-height: 145%;
	}
	
	.catalog .filter .filter__block {
		padding: 16px 20px 24px;
	}
	
	.catalog .filter .filter__block.filter__block--price {
		margin-top: -20px;
	}
	
	.catalog .filter .genres-list {
		-moz-columns: 2;
		     columns: 2;
	}
	
	.catalog .filter .genres-list .genres-list__item {
		margin-top: 14px;
	}
	
	.catalog .filter .genres-list .genres-list__label {
		padding-left: 28px;
		font-size: 14px;
	}
	
	.catalog .filter .genres-list .genres-list__label::before {
		top: -1px;
		width: 20px;
		height: 20px;
	}
	
	.about, .standart_page {
		padding: 54px 0 50px;
		margin-top: 82px;
	}
	
	.about .container {
		/*grid-template-columns: 1fr;*/
	}
	
	.standart_page .container {
	}
	
	.about .about__title,
	.standart_page h1 {
		/*grid-column: auto;*/
	}
	
	.delivery {
		padding: 54px 0 50px;
		margin-top: 82px;
	}
	
	.delivery .container {
		grid-template-columns: 1fr;
	}
	
	.delivery .delivery__title {
		grid-column: auto;
	}
	
	.item {
		margin-bottom: 50px;
		margin-top: 82px;
	}
	
	.item .item-wrapper {
		grid-template-columns: 1fr;
		border: none;
	}
	
	.item .breadcrumbs-list {
		padding: 16px 0;
		border: none;
	}
	
	.item .breadcrumbs-list .breadcrumbs-list__link {
		font-size: 15px;
	}
	
	.item .label-wrapper {
		border: 1px solid #000000;
		border-bottom: none;
	}
	
	.item .label-wrapper .img-wrapper {
		height: 235px;
		margin: 0 auto 9%;
	}
	
	.item .label-wrapper .label-list .label-list__item {
		height: 117px;
	}
	
	.item .label-wrapper .label-list .label-list__item img {
		height: 90px;
	}
	
	.item .info-wrapper {
		grid-column: auto;
		grid-row: auto;
		padding: 24px 32px 32px;
		border: 1px solid #000000;
		border-bottom: none;
	}
	
	.item .info-wrapper .title {
		font-size: 30px;
		line-height: 140%;
	}
	
	.item .info-wrapper .price-wrapper {
		margin-top: 20px;
	}
	
	.item .delivery {
		grid-column: auto;
		margin-top: 0;
		border: 1px solid #000000;
	}
	
	.item .delivery .delivery__btn {
		top: 22px;
	}
	
	.item .delivery .delivery__title {
		padding: 20px 15px;
	}
	
	.recommended .recommended__list .item-list__item {
		border-right: 1px solid #000000;
	}
	
	.recommended .recommended__list .item-list__item:nth-of-type(3n) {
		display: block;
	}
	
	.footer .footer-top {
		padding-top: 24px;
	}
	
	.footer .footer-top .container {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	
	.footer .footer-top .nav {
		margin-left: 0;
		grid-row: 3/4;
	}
	
	.footer .footer-top .contacts {
		align-items: flex-start;
		gap: 12px;
	}
	
	.footer .footer-top .contacts .contacts__tel {
		font-weight: 500;
	}
	
	.modal {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		max-height: 100%;
		padding-top: 128px;
		padding-bottom: 0;
		border: none;
		border-radius: 0;
		overflow: visible;
		transform: translate(0, 0);
	}
	
	.modal::before {
		content: '';
		position: absolute;
		top: 82px;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #000000;
	}
	
	.modal .modal-wrapper {
		padding-bottom: 32px;
	}
	
	.modal.modal--basket {
		max-height: unset;
		height: 100vh;
	}
	
	.modal .top-block .logo {
		display: block;
	}
	
	.modal .modal__close-btn {
		display: block;
	}
	
	.modal .basket-list {
		max-height: none;
	}
	
	.modal .basket-form {
		margin-bottom: 32px;
	}
	.about-row {
		flex-wrap: wrap;
	}
	.about-col {
		width: 100%;
	}
	.about-col:first-child {
		width: 100%;
		margin: 0 0 30px;
	}
	.about-photo {
		max-width: 420px;
	}
}

@media (max-width: 600px) {
	.container {
		padding: 0 15px;
	}
	
	.bottom-catalog-items-slider {
		margin-bottom: 50px;
	}
	
	.item .label-wrapper .img-wrapper {
		max-width: 90%;
	}
	
	.item .label-wrapper .slider-wrapper {
		height: 235px;
		margin-bottom: 58%;
	}
	
	.item .label-wrapper .label-slider.label-slider--top .label-list .label-list__item {
		height: 235px;
	}
	
	.item .label-wrapper .label-slider-btn-prev {
		top: calc(100% - 170px);
	}
	
	.item .label-wrapper .label-slider-btn-next {
		top: calc(100% - 170px);
	}
	
	.item .info-wrapper {
		padding: 24px 15px;
	}
	
	.item .info-wrapper .item__btn_tocart {
		display: none;
	}
	
	.item .delivery {
		border-bottom: none;
	}
	
	.item .item__btn_tocart {
		display: flex;
	}
	
	/*.recommended.delivery-recommended,*/
	/*.recommended.about-recommended {*/
	/*	display: block;*/
	/*}*/
	.modal {
		padding: 128px 15px 0;
	}
	
	.modal .top-block {
		padding: 0 15px;
	}
	
	.modal .modal__close-btn {
		right: 20px;
	}
}

@media (max-width: 480px) {
	.catalog .catalog__title {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.catalog .catalog__title .dot {
		display: none;
	}
	
	.catalog .filter .genres-list {
		-moz-columns: 1;
		     columns: 1;
	}
	
	.modal .basket-list .basket-list__item {
		grid-template-columns: 90px auto;
		gap: 5px 10px;
	}
	
	.modal .basket-list .img-wrapper {
		width: 90px;
		height: 90px;
	}
}