@font-face {
	font-family: 'Montserrat';
	src: url('/local/templates/moozzg/fonts/montserrat/Montserrat-Regular.woff2')
			format('woff2'),
		url('/local/templates/moozzg/fonts/montserrat/Montserrat-Regular.woff')
			format('woff');
	font-weight: normal;
	font-style: normal;
}

html {
	color: #222;
	font-size: 0.875em;
	line-height: 1.4;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

html:focus-within {
	scroll-behavior: smooth;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #e5e5e5;
	text-shadow: none;
}

::selection {
	background: #e5e5e5;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body,
input,
textarea {
	background-color: #fff;
	-webkit-text-size-adjust: none;
}

body {
	font-family: 'Roboto', Arial, Tahoma, sans-serif;
	letter-spacing: 0.05em;
}

button,
input,
textarea {
	outline: none;
	border: 0;
	/* resize: none; */
	border-radius: 0;
}

button:focus {
	outline: 0;
}

h1,
.h1 {
	font: normal 2.571rem 'Noto Serif', 'Times New Roman', Times, serif;
}

.h2 {
	font-size: 1.75rem;
	line-height: 1.2;
}

.h3 {
	font-size: 1.5rem;
}

@media (min-width: 576px) {
	.h2 {
		font-size: 2rem;
	}
	.h3 {
		font-size: 1.75rem;
	}
}

@media (min-width: 992px) {
	.h2 {
		font-size: 2.25rem;
	}
}

.small,
small {
	font-size: 80%;
	font-weight: 400;
}

input[type='text'],
input[type='tel'],
input[type='email'],
textarea {
	-webkit-appearance: none;
}
/* -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; */
:invalid {
	box-shadow: none;
}

input[type='search']::-webkit-search-cancel-button {
	display: none;
}

select {
	outline: none;
}

a,
img,
button,
input,
textarea,
svg,
.products-item,
.p-link,
[class*='btn'],
.dropdown-menu,
.dropdown-ico,
.dropdown-item,
.product-sizes .size,
.search-wrap,
.block-radio {
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

a {
	color: #353535;
	text-decoration: none;
}

.scroller {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.scroller::-webkit-scrollbar {
	display: none;
}

.stiky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.p-link {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px dotted;
}

@media (min-width: 980px) {
	a:hover:not(.product):not(.link-arrow):not(.btn):not(.cookie-link),
	.dropdown-item:hover {
		color: #999;
		border-color: #ccc;
	}
}

p {
	line-height: 22px;
}

button:not(:disabled),
label,
[role='button'],
[class*='btn'] {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.border-top {
	border-top: 1px solid #e5e5e5;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.border-left {
	border-left: 1px solid #e5e5e5;
}

.border-right {
	border-right: 1px solid #e5e5e5;
}

.border,
.border-x {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.border,
.border-y {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.color8 {
	color: #888;
}

.fs13 {
	font-size: 13px;
}

.fs12-l {
	font-size: 0.857rem;
	font-weight: 300;
}

.fs16,
.fs16-l {
	font-size: 1.143rem;
}

.fs16-l {
	font-weight: 300;
}

.fs18,
.fs18-l {
	font-size: 1.286rem;
}

.fs18-l {
	font-weight: 300;
}

.fs20 {
	font-size: 1.429rem;
}

.fs24,
.fs24-l,
.fs24-m {
	font-size: 1.714rem;
}

.fs24-l {
	font-weight: 300;
}

.fs24-m {
	font-weight: 500;
}

.fs30 {
	font-size: 2.143rem;
}

.lh-1_75 {
	line-height: 1.75;
}

@media (max-width: 575px) {
	.mx-n15 {
		margin-left: -15px;
		margin-right: -15px;
	}

	.tac-sm {
		text-align: center;
	}
}

@media (max-width: 768px) {
	.mx-md-n15 {
		margin-left: -15px;
		margin-right: -15px;
	}

	.tac-md {
		text-align: center;
	}
}

/* кнопки */
.btn {
	color: inherit;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	background-image: none;
	background-color: transparent;
	border: 2px solid transparent;
	white-space: nowrap;
	z-index: 5;
	font-size: 1em;
	line-height: 1em;
	letter-spacing: 0.05em;
}

.btn-tab {
	min-width: 60px;
	padding: 20px 25px;
}

.btn-tab + .btn-tab {
	margin-right: -1px;
}

.btn-disabled,
.btn:disabled {
	cursor: default;
	opacity: 0.4;
}

.btn-black,
.btn-blank,
.btn-white {
	padding: 15px 50px;
}

.btn-tab.active,
.btn-black {
	color: #fff;
	background-color: #222;
	border-color: #222;
}

.btn-tab,
.btn-blank {
	color: #222;
	border-color: #222;
}

.btn-white {
	color: #fff;
	border-color: #fff;
}

.btn-arrow,
.link-arrow {
	background-color: transparent;
	font-weight: 500;
	letter-spacing: 0.05em;
}

a.link-arrow {
	border-bottom: 2px solid;
}

.btn-arrow .arrow-right,
.link-arrow .arrow-right {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: transform 0.25s ease;
	-moz-transition: transform 0.25s ease;
	transition: transform 0.25s ease;
}

.btn-arrow .arrow-right,
.link-arrow .arrow-right {
	margin-left: 5px;
}

.btn-arrow .arrow-left,
.link-arrow .arrow-left {
	margin-right: 5px;
}

.btn-arrow:hover,
.link-arrow:hover {
	color: #999;
}

.btn-arrow:hover .arrow-right,
.link-arrow:hover .arrow-right {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	color: #999;
}

.btn-whatsapp {
	color: #28a745;
	/* border-color: #28a745; */
	/* background-color: #f2fcea; */
	border-color: #80ca91;
	background-color: #fafdf5;
	padding-left: 65px;
	padding-right: 65px;
}

.btn-whatsapp .pa.fa-whatsapp {
	font-size: 30px;
	left: -40px;
}

@keyframes heartbeat {
	20% {
		transform: scale(0.6);
	}
	40% {
		transform: scale(1.4);
	}
}

.mw-240,
.btn-240 {
	min-width: 240px;
}

/* .play-video-btn { */
/* display: block; */
/* background-image: url(../img/ico-video.svg); */
/* width: 80px; */
/* height: 80px; */
/* top: 0; */
/* right: 0; */
/* bottom: 0; */
/* left: 0; */
/* margin: auto; */
/* } */

@media (min-width: 980px) {
	.btn-white:hover:not(:disabled),
	.btn-black:hover:not(:disabled) {
		border-color: #f16848;
		background-color: #f16848;
	}

	.btn-blank:hover:not(:disabled),
	.btn-product-video:hover {
		color: #fff;
		border-color: #222;
		background-color: #222;
	}

	.btn-product-video:hover svg {
		fill: #fff;
	}
}

/* Custom select */
.select-hidden {
	visibility: hidden;
	padding-right: 10px;
}

.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	width: 100%;
	min-width: 105px;
	height: 30px;
}

.select-styled {
	color: #888;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
	border-bottom: 1px solid #353535;
	line-height: 22px;
}

.select-styled:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	background: url(../img/angle.svg) no-repeat;
	width: 16px;
	height: 16px;
	margin-top: -10px;
}

.select-styled.active:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.select-options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	padding: 10px 0;
	background-color: #fff;
	box-shadow: 0px 6px 10px rgba(53, 53, 53, 0.14);
}

.select-options li {
	margin: 0;
	line-height: 30px;
	padding: 0 15px;
	/* 	border-top: 1px solid #962d22; */
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.select-options li:hover {
	background: #efefef;
}

.select-options li[rel='hide'] {
	display: none;
}

/* форма */
.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem;
}

.form-check-input {
	padding: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	z-index: 100;
	width: 14px;
	height: 14px;
	border: none;
	left: 0;
	top: 7px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.form-check-label .radio {
	display: inline-block;
	border: 1px solid #222;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	border-radius: 50%;
	-webkit-transform: translateY(15%);
	-ms-transform: translateY(15%);
	transform: translateY(15%);
}

.form-check-label [type='radio']:checked + span {
	-webkit-box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 10px #222;
	box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 10px #222;
}

.block-radio {
	background-color: #fafafa;
	border: 2px solid transparent;
}

.block-radio.selected {
	border-color: #222;
}

/* .block-radio:not(.selected) { */
/* opacity: 0.5; */
/* } */

.block-radio .radio-group {
	top: 0;
	left: -7px;
	bottom: 0;
	height: 14px;
	margin: auto;
}

.block-radio .radio {
	transform: none;
}

.form-check-label .checkbox {
	display: inline-block;
	border: 1px solid #222;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	-webkit-transform: translateY(15%);
	-ms-transform: translateY(15%);
	transform: translateY(15%);
}

.form-check-label [type='checkbox']:checked + span:after {
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 10px;
	border-bottom: 1px solid #353535;
	border-right: 1px solid #353535;
	top: 0;
	left: 4px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row > .col,
.form-row > [class*='col-'] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-group {
	margin-bottom: 1rem;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
	background-color: transparent;
	background-clip: padding-box;
	border-bottom: 2px solid #222;
	-webkit-transition: border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
	border-color: #000;
}

textarea.form-control {
	height: auto;
}

.form-inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
}

.form-inline .form-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
}

.form-inline label {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
}

.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.form-control:focus,
.form-control.input-filled {
	outline: 0;
}

.form-control:focus + .placeholder,
.form-control:valid + .placeholder,
.form-control.input-filled + .placeholder {
	top: -12px;
	font-size: 12px;
	opacity: 0.5;
}

.placeholder {
	position: absolute;
	left: 0;
	top: 7px;
	color: #888;
	pointer-events: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.input-error,
.input-error + label,
.input-error:focus,
.form-error .form-control:invalid,
.form-error .form-control:invalid + label {
	color: #ff3f28;
	border-color: #ff3f28;
}

/* дроп-меню */
.dropdown-menu {
	background-color: #fff;
	padding: 20px;
	top: 100%;
	z-index: 20;
	box-shadow: 0px 6px 10px rgba(53, 53, 53, 0.14);
	opacity: 0;
	visibility: hidden;
}

.dropdown-menu.no-bs {
	box-shadow: none;
}

.dropdown-item {
	padding: 0.5rem 0;
}

.products-sort .dropdown-menu {
	right: -20px;
	min-width: 10rem;
}

.header-lang .dropdown-menu {
	right: -12px;
}

.dropdown.active .dropdown-ico {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* --- */

.mt-6,
.my-6 {
	margin-top: 4rem;
}

.mb-6,
.my-6 {
	margin-bottom: 4rem;
}

.ml-6,
.mx-6 {
	margin-left: 4rem;
}

.mr-6,
.mx-6 {
	margin-right: 4rem;
}

.m-6 {
	margin: 4rem;
}

.pt-6,
.py-6 {
	padding-top: 4rem;
}

.pb-6,
.py-6 {
	padding-bottom: 4rem;
}

.pl-6,
.px-6 {
	padding-left: 4rem;
}

.pr-6,
.px-6 {
	padding-right: 4rem;
}

.p-6 {
	padding: 4rem;
}

.no-gutters2 > .col,
.no-gutters2 > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

@media (min-width: 1400px) {
	.container-xxl {
		max-width: 1320px;
		margin-right: auto;
		margin-left: auto;
	}
}

.container-mm {
	max-width: 1440px;
}

/* ------------------------------ */
/* main { */
/* padding: 0; */
/* } */

/* -- Шапка --  */
.navbar {
	/* position: relative; */
	/* display: -ms-flexbox; */
	/* display: flex; */
	/* -ms-flex-wrap: wrap; */
	/* flex-wrap: wrap; */
	/* -ms-flex-align: center; */
	/* align-items: center; */
	/* -ms-flex-pack: justify; */
	/* justify-content: space-between; */
	/* padding: .5rem 1rem; */

	background-color: #fff;
}

.header-hamburger.open + .header-menu {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.header-hamburger {
	display: block;
	background-color: transparent;
	width: 30px;
	height: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.header-hamburger span {
	display: block;
	height: 2px;
	width: 100%;
	background-color: #353535;
	position: absolute;
	left: 0;

	/* -webkit-transition: -webkit-transform .2s; */
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.header-hamburger span:first-child {
	top: 0;
}

.header-hamburger span:nth-child(2) {
	top: 9px;
}

.header-hamburger span:last-child {
	top: 18px;
}

.header-hamburger.open span:first-child {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 10px;
}

.header-hamburger.open span:last-child {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 10px;
}

.header-hamburger.open span:nth-child(2) {
	opacity: 0;
}

/* хедер */
.header-top {
	color: #fff;
	background-color: #222;
	padding: 0.4em 0;
	z-index: 555;
}

.header-top a {
	color: #fff;
	box-shadow: 0 -3px #de2626 inset;
}

.header-bottom {
	background-color: #fff;
	padding: 15px 0;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	z-index: 555;
}

.header-menu_link {
	padding: 10px 20px;
}

.header-menu_link.active {
	font-weight: 400;
}

.header-toolbar .header-cart:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	background: url(../img/cart.svg) no-repeat;
	width: 24px;
	height: 24px;
}

.header-toolbar .header-wish:before {
	content: '';
	display: inline-block;
	margin-right: 3px;
	vertical-align: top;
	background: url(../img/heart1.svg) no-repeat 0 1px;
	width: 24px;
	height: 24px;
}

.header-toolbar .header-cart:after,
.header-toolbar .header-wish:after {
	content: '';
	position: absolute;
	top: 15px;
	right: -2px;
	width: 11px;
	height: 11px;
	background-color: #f16848;
	border-radius: 50%;
	border: 2px solid #fff;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.1s ease-in, transform 0.15s ease-in;
	transform: scale(0);
}
.header-toolbar .header-cart.dot:after,
.header-toolbar .header-wish.dot:after {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.header-search:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	background: url(../img/search2.svg) no-repeat center 1px;
	width: 24px;
	height: 24px;
}

.pa.header-search {
	top: 0;
	left: 50px;
	bottom: 0;
	margin: auto;
}

.header .search-wrap {
	border-top: 1px solid #ddd;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 455;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-63px);
	transform: translateY(-63px);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.header .search-wrap.show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.35);
	z-index: 444;
	visibility: hidden;
	opacity: 0;

	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

.show {
	visibility: visible !important;
	opacity: 1 !important;
}

/* .header .search-wrap:after { */
/* content: ''; */
/* position: absolute; */
/* background-color: rgba(223, 223, 227, 0.5); */
/* top: 0; */
/* left: 0; */
/* right: 0; */
/* bottom: 0; */
/* height: 100vh; */
/* z-index: -1; */
/* } */

.header .search-form {
	width: 100%;
	font-size: 18px;
	background-color: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.header-logo {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.header-logo .logo-img {
	background: url(../img/logo.svg) no-repeat 0 center;
	width: 300px;
	height: 100%;
	margin: auto;
	text-indent: -9999px;
	transition-duration: 0.25s;
}

@media (min-width: 1025px) {
	.header-logo a.logo-img:hover {
		opacity: 0.5;
	}
}

.active-link {
	font-weight: bold;
}

/* -- Главная -- */
.hero__media {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	transition: opacity 0.5s ease, visibility 0.5s linear;
	width: 100%;
}

.hero__video {
	background-color: transparent;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
	width: 100%;
}

.hero {
	height: 100vh;
	position: relative;
}

/* верхний баннер */
.tile-category .tile-img {
	filter: brightness(0.75);
	transition: all 0.25s ease;
}

.tile-category .tile-title-big {
	color: #fff;
	font-size: 5rem;
	line-height: 5rem;
	font-weight: 400;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -80%);
	transition: all 0.25s ease;
}

.tile-category .tile-title-big:before {
	content: '';
	position: absolute;
	background-color: #ef7e64;
	bottom: -5px;
	left: 0;
	right: 0;
	width: 40px;
	height: 4px;
	margin: auto;
	transition: all 0.25s ease;
}

.tile-category .tile-title {
	color: #fff;
	font-size: 2rem;
	line-height: 2rem;
	font-weight: 400;
	bottom: 30px;
	left: 30px;
	transition: all 0.25s ease;
}

@media (min-width: 1440px) {
	.tile-category .tile-title {
		font-size: 2.571rem;
		line-height: 2.571rem;
	}
}

.tile-category .tile-title div {
	font-size: 0.62em;
	font-weight: 400;
}

.tile-category .tile-title:before {
	content: '';
	position: absolute;
	background-color: #ef7e64;
	bottom: -5px;
	left: 0;
	right: 0;
	width: 40px;
	height: 4px;
	transition: all 0.25s ease;
}

@media (any-hover: hover) {
	.tile-category a:hover .tile-img {
		filter: brightness(1);
	}

	.tile-category a.oh:hover .tile-img {
		transform: scale(1.05);
	}

	.tile-category a:hover .tile-title {
		background-color: rgba(34, 34, 34, 0.5);
		padding: 20px;
	}

	.tile-category a:hover .tile-title-big {
		background-color: rgba(34, 34, 34, 0.5);
		padding: 40px;
	}

	.tile-category a:hover .tile-title-big:before,
	.tile-category a:hover .tile-title:before {
		width: 100%;
		transition: all 0.2;
	}
}
/* /верхний баннер */

.main-about {
	background-color: #fafafa;
}

.main-about .avatar {
	border-radius: 50%;
}

.main-about .text {
	line-height: 1.8;
}

/* .main-about .text:after { */
/* content:""; */
/* position: absolute; */
/* right: 10%; */
/* top: 90%; */
/* display: flex; */
/* width: 190px; */
/* height: 90px; */
/* background: url("../img/rospis.png") no-repeat 0 0; */
/* background-size: contain; */
/* } */

.subscribe-form {
	max-width: 46rem;
}
.subscribe-form .subscribe-text {
	font-size: 1.143rem;
	font-weight: 300;
	line-height: 1.714rem;
}

.subscribe-form .btn-arrow {
	top: 0;
	right: -4px;
}

/* -- Каталог -- */
/* Левая часть */
.left-side .top {
	background-color: #f7f7f8;
	font-size: 1.571em;
	font-weight: 500;
	padding: 15px;
	margin-left: -15px;
	margin-right: -15px;
}

.product-filter .top {
	background-color: #f7f7f8;
	font-size: 1.571em;
	font-weight: 500;
	padding: 15px;
	margin-left: -15px;
	margin-right: -15px;
}

.close-btn {
	display: inline-block;
	width: 30px;
	height: 30px;
	right: 7px;
}

.remove-item-btn {
	display: inline-block;
	width: 20px;
	height: 20px;
}

.edit-item-btn {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/pen-edit.svg) no-repeat center;
}

/* .modal-cart-item .remove-item-btn { */
/* right: -3px; */
/* top: 20px; */
/* } */

.remove-item-btn:before,
.remove-item-btn:after,
.close-btn:before,
.close-btn:after {
	content: '';
	position: absolute;
	background-color: #353535;
	height: 20px;
	width: 1px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.remove-item-btn:before,
.close-btn:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(45deg);
}

.remove-item-btn:after,
.close-btn:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* левое меню */
.catalog .left-menu a,
.catalog .left-menu span {
	padding: 0.5rem 0;
}

.catalog .left-menu .more:after {
	content: '\002B';
	position: absolute;
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: normal;
	height: 1.25em;
	top: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}

.catalog .left-menu .more.opened:after {
	content: '\2212';
}

.catalog .left-menu .more {
	cursor: pointer;
}

.left-menu .submenu a,
.left-menu .submenu span {
	padding-left: 20px;
}

.left-menu .opened + .submenu {
	display: block !important;
}

/* фильтр */
.products-filter {
	border-top: 1px solid #eee;
}

.filter-toggle-btn {
	background-color: transparent;
}

.filter-toggle-btn:before {
	content: '';
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
	background: url(../img/filter.svg) no-repeat center center;
	width: 20px;
	height: 20px;
}

.products-filter .filter-header .fa-filter {
	margin-right: 6px;
}

.products-filter .filer-block {
	margin-bottom: 20px;
}

.products-filter .filer-block .title,
.left-menu .title {
	color: #888;
	margin-bottom: 10px;
}

.products-filter .filer-block:not(.colors) li {
	padding: 0.5rem 0;
}

.products-filter .filer-block li label {
	display: block;
	padding-left: 20px;
	-khtml-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.products-filter .filer-block li label input {
	top: 1px;
	left: 0;
	opacity: 0;
	z-index: 3;
}

@media (min-width: 1025px) {
	.products-filter .filer-block li label:hover,
	.products-filter .filer-block li label:hover i {
		color: #999;
		border-color: #aaa;
	}
}

.products-filter .filer-block li label i {
	border: 1px solid #ccc;
	width: 12px;
	height: 12px;
	top: 50%;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 4;
	margin-top: -7px;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.products-filter .filer-block li label input[type='checkbox']:checked + i {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.products-filter
	.filer-block
	li
	label
	input[type='checkbox']:checked
	+ i
	+ span {
	font-weight: bold;
}

/* цвета */
/* .products-filter .filer-block.colors ul { */
/* ne-height: 34px; */
/* } */

/* .products-filter .filer-block.colors li label { */
/* padding-left: 30px; */
/* } */

/* .product-colors span.color, */
/* .products-filter .filer-block.colors li label span.color { */
/* width: 20px; */
/* height: 20px; */
/* top: 50%; */
/* right: 0; */
/* left: 0; */
/* bottom: 0; */
/* z-index: 4; */
/* border-radius: 50%; */
/* -webkit-transition: all 0.1s ease; */
/* -moz-transition: all 0.1s ease; */
/* -ms-transition: all 0.1s ease; */
/* -o-transition: all 0.1s ease; */
/* transition: all 0.1s ease; */
/* } */

/* .product-colors span.color.active:after, */
/* .products-filter .filer-block.colors li label input[type="checkbox"]:checked + span.color:after { */
/* content: ''; */
/* position: absolute; */
/* border: 2px solid #353535; */
/* display: block; */
/* top: -4px; */
/* bottom: -4px; */
/* left: -4px; */
/* right: -4px; */
/* border-radius: 50%; */
/* } */

/* @media (min-width: 1025px) { */
/* .product-colors span.color:hover:after, */
/* .products-filter .filer-block.colors li label:hover span.color:after { */
/* content: ''; */
/* cursor: pointer; */
/* position: absolute; */
/* border: 2px solid #353535; */
/* display: block; */
/* top: -4px; */
/* bottom: -4px; */
/* left: -4px; */
/* right: -4px; */
/* border-radius: 50%; */
/* } */
/* } */

/* .product-colors span.color.white, */
/* .products-filter .filer-block.colors li label span.color.white { */
/* border: 2px solid #d5d5d5; */
/* box-shadow: 0 0 0 2px #d5d5d5 inset; */
/* } */

/* Каталог - центр*/
.catalog-descriptions .text {
	font-weight: 300;
	max-width: 980px;
}

@media (min-width: 900px) {
	.catalog-descriptions .text {
		/* font-size: 1.286rem; */
		font-size: 1.143rem;
		width: 75%;
	}
}

.subcategories{
	display: flex !important;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 10px;
}

.subcategories a,
.subcategories span {
		width: auto;
    min-height: 32px;
    height: auto;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    color: #383838;
    margin-right: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 18px;
    display: flex;
    border-radius: 4px;
    background: #f5f5f5;
    margin: 0 7px;
		font-family: "Montserrat";
    text-transform: lowercase;
}

.subcategories span {
	color: #fff;
	border: 1px solid #222;
	background-color: #222;
}

.product img {
	width: 100%;
}

/* .product .product-bottom { */
/* top: 25px; */
/* left: 20px; */
/* transition: all 0.15s ease; */
/* z-index: 10; */
/* } */

.product .product-bottom .name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 500;
}

.product .product-bottom .price {
	margin-top: 10px;
}

.product .btn-fastview {
	visibility: hidden;
	opacity: 0;
	background-color: #fff;
	padding: 1rem 0;
	left: 1rem;
	right: 1rem;
	bottom: -0.5rem;
	z-index: 10;
	-webkit-transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.product .sale-bage {
	color: #fff;
	background-color: #222;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 0.1em;
	top: 15%;
	left: 0;
	z-index: 10;
}

.product.blink img.dp {
	display: none;
}

@media (min-width: 900px) {
	.product.blink:hover img.mi:not(.dp) {
		opacity: 0;
		display: none;
		height: 0;
		visibility: hidden;
	}

	.product.blink:hover img.dp {
		display: block;
	}

	.product:hover .btn-fastview {
		visibility: visible;
		opacity: 1;
		bottom: 1rem;
	}
}

.product .product-fav-btn,
.product-fav-del-btn {
	width: 60px;
	height: 60px;
}

.product-fav-btn,
.product-fav-del-btn {
	color: #000;
	top: 0;
	right: 0;
	font-size: 18px;
	background: radial-gradient(
		circle,
		rgba(255, 255, 255, 1) 50%,
		rgba(0, 0, 0, 0) 52%
	);
	z-index: 10;
	-webkit-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product .product-fav-btn {
	top: -20px;
	visibility: hidden;
	opacity: 0;
}

.product-fav-btn:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	content: '\f004';
}

.product-fav-btn.active:before {
	color: #ef7e64;
	content: '\f004';
	font-weight: 900;
}

@media (min-width: 1025px) {
	.product:hover .product-fav-btn {
		visibility: visible;
		opacity: 1;
		top: 0;
	}

	.product-fav-del-btn:hover,
	.delete-item-btn:hover {
		color: #999;
	}
}

@keyframes heartbeat {
	20% {
		transform: scale(0.6);
	}
	40% {
		transform: scale(1.3);
	}
}

.product-fav-btn.active:before {
	animation: heartbeat 0.6s;
}

.product-fav-btn.active {
	visibility: visible;
	opacity: 1;
	top: 0;
}

.product-fav-del-btn:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	content: '\f2ed';
}

/* 2 вариант продукт блока */
@media only screen and (min-width: 1024px) {
	/*.product-images {*/
	/*	height: 100%;*/
	/*}*/

	.product .media-img {
		height: 100%;
	}
}

.media-img.bg-img {
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: 100%;
	min-height: inherit;
}

.media-img {
	position: relative;
	overflow: hidden;
}

.product .media-img + .media-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.3, 1);
	transition: all 0.25s cubic-bezier(0.4, 0, 0.3, 1);
}

@media (min-width: 1025px) {
	.product:hover .media-img + .media-img {
		opacity: 1;
	}
}

.loaded.media-img.bg-img .media-img__preview {
	opacity: 0;
}

/* удалить */
.media-img__preview {
	-webkit-filter: blur(15px);
	filter: blur(15px);
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: opacity 0.25s cubic-bezier(0.4, 0, 0.3, 1);
	transition: opacity 0.25s cubic-bezier(0.4, 0, 0.3, 1);
	opacity: 1;
	pointer-events: none;
}

/* .media-img.bg-img img { */
/* visibility: hidden; */
/* } */

.loaded.media-img img {
	opacity: 1;
}

.media-img img {
	position: relative;
	z-index: 1;
	/* opacity: 0; */
	-webkit-transition: opacity 0.25s cubic-bezier(0.4, 0, 0.3, 1);
	transition: opacity 0.25s cubic-bezier(0.4, 0, 0.3, 1);
	max-height: 634px;
	object-fit: cover;
}
/*-------*/

/* глобальные кнопки перемотки слайдера */
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
	width: auto;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.3, 1);
	outline: 0;
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
	color: #222;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: 'Font Awesome 5 Pro';
}

.swiper .swiper-button-next:after {
	font-weight: 300;
	content: '\f061';
}

.swiper .swiper-button-prev:after {
	font-weight: 300;
	content: '\f060';
}

.swiper .swiper-pagination-bullet {
	transition: all 0.2s cubic-bezier(0.4, 0, 0.3, 1);
	width: 6px;
	height: 6px;
}

.swiper .swiper-pagination-bullet-active {
	background: #222;
	transform: scale(1.5);
}

/* -- Быстрый просмотр -- */
#modal-fastview {
	width: 90%;
	max-width: 1140px;
}

.modal-product-slider img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.modal-product-slider {
	width: 100%;
	height: 100%;
}

.modal-product-slider .swiper-pagination-bullets {
	width: auto;
	left: 10px;
}

.modal-product-slider .swiper-button-next,
.modal-product-slider .swiper-button-prev {
	color: inherit;
	opacity: 0;
	height: 100px;
	transform: translateY(-28px);
	z-index: 9999;
}

/* .modal-product-slider .swiper-button-next { */
/* right: 0; */
/* } */

/* .modal-product-slider .swiper-button-prev { */
/* left: 0; */
/* } */

.modal-product-slider:hover .swiper-button-next,
.modal-product-slider:hover .swiper-button-prev {
	opacity: 1;
}

/* Пагинация */
.load-more .count {
	color: #888;
	font-size: 0.857rem;
}

/* .products-wrap .product.blink img.dp { */
/* visibility: hidden; */
/* height: 0; */
/* opacity: 0; */
/* transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); */
/* position: absolute; */
/* top: 0; */
/* left: 0; */
/* padding: 20px; */
/* } */

/* .products-wrap .product.blink:hover img:not(.dp) { */
/* opacity: 0; */
/* display: none; */
/* height: 0; */
/* visibility: hidden; */
/* } */

/* .products-wrap .product.blink:hover img.dp { */
/* visibility: visible; */
/* height: auto; */
/* opacity: 1; */
/* padding: 0; */
/* background: #fff; */
/* bottom: -40px; */
/* } */

/* Whatsapp блок */
.whatsapp-block .text {
	font-size: 1.286rem;
	line-height: 2.143rem;
	font-weight: 300;
}

.whatsapp-block-bg {
	background-color: #fafafa;
}

/* -- Стр. товара + быстрый просмотр -- */
.product-page .product-info .sale-percent {
	color: #f16848;
}

.product-page .label-collection {
	color: #b1b1b1;
	border: 1px solid #ddd;
	font-size: 0.857rem;
	padding: 3px 10px 4px;
}

.product-page .product-info .label-uniq {
	color: #fff;
	background: #c53939;
	font-size: 0.857rem;
	padding: 5px 10px 4px;
	letter-spacing: 2.5px;
}

.sale-percent2 {
	background: #f16848;
	color: #fff;
	letter-spacing: 0;
	padding: 2px 5px;
	font-size: 0.857rem;
}

.product-page .product-info .sale-percent:before,
.product-page .product-info .sale-percent:after {
	content: '/';
	color: #222;
	margin: 0 5px;
}

.product-page .product-info .product-sku {
	padding-top: 5px;
}

.product-page .product-info .btn-buy span {
	display: block;
	min-width: 200px;
}

.product-page .product-info .product-fav-btn {
	font-size: 1.429rem;
}

.product-page .product-sizes .size {
	border: 1px solid #ddd;
	padding: 10px 15px;
	margin: 0 10px 5px 0;
}

.product-page .product-sizes .size.last-size::before {
	display: none;
	color: #000;
	content: 'последний';
	font-size: 10px;
	letter-spacing: 0;
	position: absolute;
	top: 100%;	
	left: -2px;
	margin-top: 5px;
}

.product-page .product-sizes .size.last-size.selected::before {
	display: block;
}

.product-page .product-sizes .size.last-size {
	margin-bottom: 20px;
}

.product-page .product-sizes .size:last-child {
	margin-right: 0;
}

.product-page .product-sizes .size.selected,
.product-page .product-sizes .size:hover:not(.disabled) {
	color: #fff;
	border-color: #222;
	background-color: #222;
}

.product-page .product-sizes .size.disabled {
	min-width: 49px;
	text-align: center;
	position: relative;
	cursor: default;
	opacity: 0.4;
}

.product-page .product-sizes .size.disabled:after {
	content: '';
	position: absolute;
	background-color: #222;
	height: 1px;
	width: 48px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.4;

	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.product-page .product-info .btn-whatsapp {
	max-height: 50px;
}

.btn-product-video {
	color: #000;
	background-color: #fff;
	border-radius: 60px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	padding: 0 30px;
	line-height: 44px;
}

.pa.btn-product-video {
	left: 0;
	right: 0;
	bottom: 5%;
	margin: auto;
}

.pa.btn-product-video:active {
	transform: translateY(2px) scale(0.99);
	box-shadow: none;
}

/* табы */
/* +- ico */
.accordion .collapse-btn:before {
	content: '';
	display: block;
	position: absolute;
	border-top: 2px solid #222;
	width: 16px;
	height: 2px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.accordion .collapse-btn:after {
	content: '';
	display: block;
	position: absolute;
	border-left: 2px solid #222;
	width: 2px;
	height: 16px;
	top: 0;
	bottom: 0;
	right: 7px;
	margin: auto;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.accordion .collapse-btn.active:before {
	opacity: 0;
}

.accordion .collapse-btn.active:after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

@keyframes uproll {
	0% {
		transform: translateY(50%);
	}
	50% {
		transform: translateY(48%);
	}
	100% {
		transform: scale(1);
	}
}

.accordion {
	background-color: #fff;
	transition: all 0.25s ease-in;
	left: 0;
	right: 0;
	box-shadow: -21px 0px #fff, 21px 0 #fff;
}

.accordion.move {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 11;
	animation: uproll 0.6s;
	animation-timing-function: ease-in-out;
}

.accordion.move .collapse-content {
	display: block;
}

.block {
	transition: all 0.5s ease;
}

.hide {
	opacity: 0;
}

.old-price {
	font-size: 14px;
	text-decoration: line-through;
	font-weight: normal;
}

.hidden-text {
	border: 0;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
}

/* форма быстрой покупки */
#fast-buy {
	/* width: 90%; */
	max-width: 540px;
}

.coupon-input {
	border-style: dotted;
	max-width: 230px;
}

/* -- Корзина -- */
.cart-product .cart-product-img {
	min-height: 113px;
}

.delete-item-btn {
	width: 20px;
	height: 20px;
}

.cell-title {
	top: 0;
}

.cart-product-price .old-price,
.cart-product-price .old-price + span {
	display: block;
}

/* -- Оформление -- */
.order-basket {
	background-color: #fafafa;
}

.order-basket .order-product > .dib:first-child {
	width: calc(30% - 0.5rem);
	max-width: 85px;
}

.order-basket .order-product > .dib + .dib {
	width: 70%;
}

@media only screen and (min-width: 1025px) {
	.order-basket {
		max-width: 30rem;
	}
}

@media only screen and (min-width: 575px) {
	.pay-method .payments-logos {
		float: right;
	}
}

.pay-method .pay-logo {
	height: 40px;
}

.pay-method .pay-logo-sm {
	height: 22px;
}

/* -- Карта на весь сайт -- */
.store-map .contacts-card {
	background-color: rgba(255, 255, 255, 0.8);
	top: 50%;
	left: 10%;
	z-index: 1;
	transform: translateY(-50%);
	/* box-shadow: 0px 8px 15px rgba(220,224,223, 1); */
}

.store-map .contacts-card:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	backdrop-filter: blur(3px);
}

.store-map .contacts-card ul {
	line-height: 24px;
}

/* -- Коллекции -- */
.collection-item {
	background-color: #fafafa;
	margin-bottom: 5rem;
}

.collection-page .title,
.collection-item .title {
	font: italic 3rem 'Noto Serif', 'Times New Roman', Times, serif;
}

.static-page h1:before,
.collection-page .title:before,
.collection-item .title:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 40px;
	height: 3px;
	background-color: #ef7e64;
}

/* -- Стр. Коллекции -- */
.collection-page .desc {
	font-size: 1.143rem;
	font-weight: 300;
	line-height: 1.714em;
}

.collection-page .product-name {
	font-weight: 500;
}

.collection-slider .swiper-button-next,
.collection-slider .swiper-button-prev {
	opacity: 0;
	color: inherit;
}

@media only screen and (min-width: 981px) {
	.collection-slider .swiper-pagination {
		display: none;
	}

	.collection-slider:hover .swiper-button-next,
	.collection-slider:hover .swiper-button-prev {
		opacity: 1;
	}
}

/* -- Пресса о нас -- */
.b-press .s-shot {
	display: inline-block;
	border: 6px solid #e5e5e5;
}

.b-press .title {
	font-family: 'Noto Serif', 'Times New Roman', Times, serif;
}

.b-press .site-name {
	color: #000;
}

.b-press .s-shot {
	max-height: 400px;
	overflow: hidden;
}

.b-press.v2 .title {
	text-align: center;
	background: linear-gradient(
		0deg,
		rgba(0, 0, 0, 0) 45%,
		rgba(0, 0, 0, 1) 45%,
		rgba(0, 0, 0, 1) 55%,
		rgba(0, 0, 0, 0) 55%
	);
}

.b-press.v2 .site-name {
	background: #fff;
	padding: 0 20px;
}

@media (min-width: 1400px) {
	.col-xxl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

/* -- Стат. стр. -- */
.static-page h1 {
	font-size: 3rem;
}

.static-page p,
.static-page li {
	font-size: 1.143rem;
	font-weight: 300;
	line-height: 1.714em;
}

.static-page .about p:first-child:first-letter {
	font-size: 3rem;
	font-weight: 400;
}

/* .static-page .about:before { */
/* content: "«"; */
/* position: absolute; */
/* font-family: Noto; */
/* font-size: 5rem; */
/* left: -25px; */
/* top: -40px; */
/* } */

/* .static-page .about:after { */
/* content: "»"; */
/* position: absolute; */
/* font-family: Noto; */
/* font-size: 5rem; */
/* right: 0; */
/* transform: translateY(-80px); */
/* } */

/* .static-page .about p:first-of-type:before { */
/* content: "«"; */
/* position: absolute; */
/* font-size: 5rem; */
/* font-family: Noto; */
/* left: -30px; */
/* } */

/* .static-page .about p:last-of-type:after { */
/* content: "»"; */
/* position: absolute; */
/* font-size: 5rem; */
/* font-family: Noto; */
/* right: -10px; */
/* } */

/* -- Футер -- */
footer {
	color: #fff;
	background-color: #131313;
	/* background-color: #efefef; */
	padding: 50px 0 40px;
}

footer .soc-link {
	color: #ccc;
}

.footer-logo .logo-img {
	width: 29em;
}

.footer-link {
	color: #fff;
	display: inline-block;
	padding: 10px 0;
}

span.footer-link {
	color: #888;
}

@media only screen and (min-width: 1025px) {
	a.footer-link:hover {
		color: #888;
	}
}

footer .payment-icons img {
	width: 54px;
	filter: invert(0.8);
}

footer .copyright,
footer .copy-link {
	color: #888;
	font-size: 0.857rem;
}

.footer-background-block {
	position: relative;
	margin: 0;
}

.footer-background-block__image {
	position: relative;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.footer-background-block__image img {
	width: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.footer-background-block__content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	font-size: 1rem;
	line-height: 1.5;
	background-color: rgba(0, 0, 0, 0.35);
	max-width: calc(100% - 40px);
	border-radius: 4px;
}

.footer-background-block__placeholder {
	padding: 40px 20px;
	text-align: center;
	background-color: #1e1e1e;
	color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767px) {
	.footer-background-block__content {
		font-size: 0.95rem;
		padding: 8px 16px;
	}
}

/* -- Modal window -- */
/* fancybox */
.fancybox-bg {
	/* background-color: rgba(223, 223, 227, 0.5) !important; */
	background-color: rgba(0, 0, 0, 0.35) !important;
	opacity: 1 !important;
}

.fancybox-slide--html .fancybox-close-small {
	padding: 5px !important;
}

.fancybox-slide--html {
	padding: 0 !important;
}

.fancybox-buy-button button {
	pointer-events: all;
}

@media only screen and (max-width: 1024px) {
	.fancybox-active {
		overflow: hidden;
	}
}

.modal-box {
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.14);
}

/* basket */
.modal-cart.fancybox-content {
	position: absolute;
	max-width: 400px;
	height: 100%;
	top: 0;
	right: 0;
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.14);
}

.modal-cart-title,
.modal-cart-item {
	border-bottom: 1px solid #dfdfdf;
}

.modal-cart-title {
	font-weight: bold;
}

.modal-cart-img {
	width: 90px;
	height: 115px;
	overflow: hidden;
}

.modal-cart-info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 105px;
	right: 0;
}

.modal-cart-info .item-bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.modal-cart-total {
	color: #888;
	padding: 15px 0;
}

.modal-cart-total span {
	color: #353535;
	font-weight: bold;
}

.modal-cart-info .item-color:before {
	content: '/';
	margin: 0 3px;
}

.item-quantity {
	white-space: nowrap;
}

.item-quantity .qty {
	padding: 0 10px;
}

.item-quantity .qty-btn {
	width: 30px;
	text-align: center;
	border: 1px solid #e8e8e8;
}

/* куки окно */
/* .modal-cookie { */
/* color: #fff; */
/* background-color: rgba(0, 0, 0, 0.81); */
/* bottom: 0; */
/* z-index: 9999; */
/* } */

/* @media (min-width: 980px) { */
/* .modal-cookie .cookie-link:hover { */
/* color: #fff; */
/* } */
/* } */

/* .modal-cookie .close-btn { */
/* top: 8px; */
/* } */

/* .close-btn.white:before,  */
/* .close-btn.white:after { */
/* background-color: #fff; */
/* } */

@media (min-width: 320px) {
	#modal-sizetable {
		width: 100%;
		max-width: 880px;
	}
}

#modal-sizetable {
	overflow: hidden;
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive .table-size {
	min-width: 700px;
}

/* выделение ячеек рамкой */
/* .table-size div:hover { */
/* background-color: #f7f7f8; */
/* box-shadow: 0 0 0px 4px black; */
/* } */

.table-size-head,
.table-size > div:hover,
.table-size .col:hover:after {
	background-color: rgba(233, 233, 235, 0.4);
	/* box-shadow: -25px 0px 0 0 rgba(233, 233, 235, 0.4), 25px 0px 0 0 rgba(233, 233, 235, 0.4); */
}

.table-size .col:hover:after {
	content: '';
	mix-blend-mode: multiply;
	position: absolute;
	left: 0;
	top: -10000vh;
	height: 30000vh;
	width: 100%;
	z-index: 1;
	opacity: 1;
	pointer-events: none;
}

/* список с отточием */
.list li {
	padding: 5px 0;
}

.list-left {
	margin-right: -50%;
	width: 50%;
	vertical-align: top;
	overflow: hidden;
	display: inline-block;
	letter-spacing: normal;
}

.list-left:after {
	content: '';
	display: inline-block;
	width: 100%;
	margin: 0 -99% 0 3px;
	vertical-align: baseline;
	border-bottom: 1px solid #dfdfdf;
}

.list-right {
	display: inline-block;
	letter-spacing: normal;
	padding-left: 3px;
	margin-left: 50%;
	width: 50%;
	vertical-align: bottom;
}

/* -- Слайдеры -- */
:root {
	--swiper-theme-color: #000;
}

/* меню */
.header-menu {
	position: absolute;
	background-color: #f7f7f7;
	top: 100%;
	left: 0;
	width: 50vw;
	height: 100vh;
	padding-bottom: 20px;
	z-index: 555;
	overflow-y: scroll;
	box-shadow: 0px 100px #f7f7f7;

	-webkit-overflow-scrolling: touch;
	scrollbar-color: #000 #dedede;
	scrollbar-width: thin;

	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.bg-gray,
.header-menu .header-menu_right .submenu-wrap .submenu-bar {
	background-color: #f7f7f7;
}

.header-menu .header-menu_right .submenu-wrap .columns {
	columns: 1;
	padding-bottom: 20px;
}

.header-menu .header-menu_right .submenu-wrap .submenu {
	break-inside: avoid-column;
}

@media (min-width: 576px) {
	.header-menu .header-menu_right .submenu-wrap .columns {
		columns: 2 170px;
		padding-bottom: 0;
	}
}

.menu-overlay {
	visibility: hidden;
	opacity: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.35);
	z-index: 444;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	transition: 0.25s;
	top: 100%;
	left: 0;
	position: absolute;
}

.open-menu {
	overflow: hidden;
	position: fixed;
	max-width: 100%;
	width: 100%;
}

.hide-menu {
	display: none;
}

.header-menu_link {
	display: block;
	margin: 0;
}

.header-menu .separator {
	background-color: #ef7e64;
	width: 40px;
	height: 3px;
	margin: 20px;
}

@media (max-width: 575px) {
	.header-menu .header-menu_right {
		position: absolute;
		top: 0;
		right: -100%;
		bottom: 0;
		opacity: 0;
		visibility: hidden;
		overscroll-behavior: contain;
		transition: 0.35s;
	}
	.header-menu .header-menu_right.show {
		right: 0;
	}
	.header-menu .header-menu_left,
	.header-menu .header-menu_right {
		background-color: #f7f7f7;
		max-height: calc(100vh - 54px);
		min-height: calc(100vh - 54px);
		overflow-y: auto;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}

.header-menu_link.more,
.header-menu_link-uppercase {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
}

.header-menu::-webkit-scrollbar {
	width: 3px;
}

.header-menu::-webkit-scrollbar-thumb {
	background-color: #000;
}

.header-menu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	background-color: #f5f5f5;
}

.header-menu .btn-menu-switch {
	padding: 10px 20px;
}

.header-menu .btn-menu-switch.active {
	border-color: #000;
	box-shadow: inset 0 -1px 0 #000;
	font-weight: 400;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media (min-width: 576px) {
	.header-menu_left {
		border-right: 1px solid #e5e5e5;
	}
}

/* --- Mobile --- */
@media only screen and (max-width: 1200px) {
	.header-bottom {
		padding: 15px 0;
	}

	/* главная */
	.main-subscribe {
		padding: 6rem 5rem;
	}
}

/* @media only screen and (max-width: 1024px) { */
/* .product-info { */
/* padding: 2rem; */
/* } */
/* } */

@media only screen and (max-width: 991px) {
	.tile-category .tile-title-big {
		font-size: 3.429rem;
	}

	.mh-60 {
		min-height: 100vh;
	}

	.h1 {
		font-size: 2.143rem;
	}

	.header-logo .logo-img {
		width: 300px;
	}
}

@media only screen and (max-width: 767px) {
	.left-side {
		background: #fff;
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		z-index: 9999;
	}

	.left-side .middle {
		position: relative;
		height: 100%;
		min-height: 100%;
		padding-bottom: 160px;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
		z-index: -1;
	}

	/* .products-filter .filer-block.colors ul { */
	/* margin-left: 4px; */
	/* } */

	.left-side .bottom {
		background: #fff;
		position: absolute;
		right: 0;
		left: 0;
		bottom: 0;
		padding: 15px;
		z-index: 9999;
	}

	.header-logo .logo-img {
		width: 280px;
	}
}

@media only screen and (max-width: 768px) {
	.tile-category .tile-title-big {
		font-size: 4rem;
	}

	.products-wrap .product .product-images {
		display: flex;
	}

	.products-wrap .product .media-img {
		width: 50%;
	}

	.products-wrap .product .media-img + .media-img {
		position: static;
		opacity: 1;
	}

	/* .products-wrap .product .product-bottom { */
	/* position: relative; */
	/* } */

	/* .products-wrap .product .product-bottom .name { */
	/* padding-right: 60px; */
	/* } */

	.products-wrap .product .product-fav-btn {
		font-size: 16px;
		top: 0;
		visibility: visible;
		opacity: 1;
	}
	/* слайдеры */
	.main-beauty-slider {
		--swiper-navigation-size: 34px;
	}
}

@media only screen and (max-width: 575px) {
	.header-menu,
	.main-new-drop .btn-240,
	.cart-row .btn-240,
	.order-form .btn-240,
	.confirmed-order .btn-240,
	.account-page .btn-240,
	#subscribe-modal .btn-240 {
		width: 100%;
	}

	.header-logo .logo-img {
		width: 50%;
	}

	.tile-category .tile-title-big {
		font-size: 2.571rem;
	}

	.main-about .text:after {
		width: 120px;
		top: 92%;
	}

	.footer-logo .logo-img {
		width: 85%;
	}

	.subscribe-form .btn-arrow {
		position: static;
		width: 100%;
		color: #353535;
		border-color: #353535;
		padding: 15px 50px;
		margin-top: 40px;
	}

	.catalog-descriptions h1,
	.product-title h1 {
		font-size: 2rem;
	}

	.static-page h1,
	.collection-page .title,
	.collection-item .title {
		font-size: 2.286rem;
	}

	/* .product-info, */
	/* .product-desc { */
	/* padding: 2rem 1.429rem; */
	/* } */

	.product-info .tar {
		text-align: left;
	}

	.product-title h1 {
		font: 500 1.429rem 'Roboto', Arial, Tahoma, sans-serif;
	}

	.product-page .product-info .label-uniq {
		font-size: 0.714rem;
		padding: 3px 5px 2px;
		letter-spacing: 1.5px;
	}

	/* корзина */
	.cart-product-name {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.cart-product-code {
		margin-bottom: 35px;
	}

	.cart-product-qty,
	.cart-product-price {
		position: absolute;
		width: auto;
		bottom: 0;
	}

	.cart-product-price {
		right: -15px;
	}

	/* сортирвока в каталоге */
	.products-sort .dropdown-menu {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: left;
		transition: all 0.3s ease;
		height: 200px;
	}

	.products-sort .dropdown-menu.show {
		transform: translateY(-150px);
	}

	.products-sort .dropdown-menu:before {
		content: '';
		position: fixed;
		bottom: 100%;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.35);
		height: 100vh;
		z-index: -1;
	}

	.dropdown-item {
		padding-left: 15px;
		position: relative;
	}

	.dropdown-item.active-link:before {
		content: '';
		display: inline-block;
		position: absolute;
		left: 0;
		top: -3px;
		bottom: 0;
		margin: auto;
		width: 5px;
		height: 10px;
		border: solid #000;
		border-width: 0 2px 2px 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	/* слайдеры */
	.main-beauty-slider {
		--swiper-navigation-size: 24px;
	}
}

@media only screen and (max-width: 380px) {
	.header-hamburger {
		width: 24px;
	}

	.pa.header-search {
		left: 40px;
	}

	.tile-category .tile-title {
		font-size: 1.8rem;
		left: 15px;
		bottom: 15px;
	}

	.main-about .avatar {
		width: 180px;
	}

	.main-about .text {
		font-size: 1.143rem;
	}

	/* .products-wrap .product .product-images { */
	/* display: flex; */
	/* } */

	/* .products-wrap .product .media-img { */
	/* width: 50%; */
	/* } */

	/* .products-wrap .product .media-img + .media-img { */
	/* position: static; */
	/* opacity: 1; */
	/* } */

	/* .products-wrap .product .product-bottom { */
	/* position: relative; */
	/* } */

	/* .products-wrap .product .product-bottom .name { */
	/* padding-right: 60px; */
	/* } */

	/* .products-wrap .product .product-fav-btn { */
	/* top: -3px; */
	/* visibility: visible; */
	/* opacity: 1; */
	/* } */
}

@media only screen and (max-width: 359px) {
	.products-wrap .col-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
	/* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	white-space: inherit;
	width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
	visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
	content: ' ';
	/* 1 */
	display: table;
	/* 2 */
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 1.25dppx),
	(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster */
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	/*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
	a[href^='#']:after,
	a[href^='javascript:']:after {
		content: '';
	}
	pre {
		white-space: pre-wrap !important;
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	/*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}

.product-content p {
	margin-bottom: 20px;
	line-height: 1.75;
}

.product-content p:last-child {
	margin-bottom: 0;
}

.product-content li {
	list-style: numeric;
	margin-bottom: 20px;
	margin-left: 20px;
}

.product-content li:last-child {
	margin-bottom: 0;
}

.product-images video {
	width: 100%;
	max-height: 750px;
	object-fit: cover;
	object-position: center;
}

.product-sliders .swiper-slide {
	width: 100% !important;
}

.product-sliders .swiper-button-next::after,
.product-sliders .swiper-button-prev::after {
	font-size: 32px;
}

.product-sliders .swiper-button-next {
	right: 25px;
}

.product-sliders .swiper-button-prev {
	left: 25px;
}

.product-item {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.product-bottom {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.product-buy {
	margin-top: auto;
}

.main-category img {
	height: calc(var(--vh, 1vh) * 100 - 118px);
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.main-category .tile-title {
	color: #fff;
	transition: all 0.3s;
	background-color: rgba(34, 34, 34, 0.6);
	padding: 20px;
}

.catalog-descriptions__hidden {
	display: none;
}

.catalog-descriptions__btn {
	background-color: transparent;
	margin-top: 10px;
}

.catalog-descriptions__btn:hover {
	text-decoration: underline;
}

.catalog-descriptions p:not(:first-child),
.catalog-descriptions ul:not(:first-child) {
	margin-top: 15px;
}

.category-banner-item {
	max-height: 700px;
}

.category-banner-item a {
	height: 100%;
}

.category-banner-item img {
	height: 100%;
	object-fit: cover;
}

.product-beauty .product-images {
	overflow-x: hidden;
	position: relative;
}

#g-map {
	min-height: 550px;
	min-width: 350px;
	height: 100%;
	width: 100%;
}

.product-beauty h1 {
	font-size: 32px;
	line-height: 36px;
}

@media (max-width: 768px) {
	.product-beauty h1 {
		font-size: 23px;
		line-height: 28px;
	}

	.main-category img {
		height: auto;
	}
}

@media (max-width: 1024px) {
	.main-category_fashion a,
	.main-category_beauty a {
		max-height: 70vh;
	}

	.main-category_fashion img {
		max-height: 70vh;
		object-fit: cover;
	}

	.main-category_beauty img {
		max-height: 70vh;
		object-fit: cover;
	}
}

@media (max-width: 991px) {
	.main-category_fashion a,
	.main-category_beauty a {
		max-height: 40vh;
	}

	.main-category_fashion img {
		max-height: 50vh;
		object-fit: cover;
	}

	.main-category_beauty img {
		max-height: 50vh;
		object-fit: cover;
	}
}

.features {
	max-width: 100%;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
	.features {
		border: none;
	}
}

.accordion ul {
	padding-left: 15px;
}

.accordion li {
	margin-bottom: 10px;
	list-style: disc;
}

@media (max-width: 991px) {
	.accordion li {
		margin-bottom: 15px;
	}

	.accordion li b {
		display: block;
	}
}

.product-features {
	padding-left: 15px;
}

.product-features li {
	list-style: disc;
}

.product-features li:not(:last-child) {
	margin-bottom: 10px;
}

.product-streetstyle {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

@media (max-width: 991px) {
	.product-streetstyle {
		grid-template-columns: repeat(3, 1fr);
	}
}

.popup-add-cart__buttons {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.popup-add-cart__buttons button {
	background: transparent;
	border: 1px solid #000;
	color: #000;
	padding: 8px 10px;
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.popup-add-cart__buttons a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 10px;
	background: #000;
	color: #fff;
	border: 1px solid #000;
	min-height: 38px;
	line-height: 1;
}

.popup-add-cart__title {
	font-size: 15px;
}

.popup-add-cart.fancybox-content {
	padding: 25px;
}

.popup-add-cart__buttons button:hover,
.popup-add-cart__buttons a:hover {
	opacity: 0.8;
	border: 1px solid #000 !important;
}

.popup-add-cart__buttons a:hover {
	color: #fff !important;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
}

.breadcrumb-item > span {
	color: #888;
}

.breadcrumb-item:not(:last-child)::after {
	content: '—';
	color: rgb(136, 136, 136);
	padding-right: 0.5rem;
	padding-left: 0.25rem;
}

.modal__sub-bag-content {
	display: flex;
	align-items: center;
	max-width: 800px;
	gap: 25px;
}

.modal__sub-bag-content img {
	max-width: 400px;
}

.modal__sub-bag-title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.modal__sub-bag-text p:last-child {
	font-size: 11px;
	margin-top: 20px;
}

.modal__sun-bag.fancybox-content {
	padding: 0;
}

.modal__sub-bag-text {
	text-align: center;
	padding: 0 40px 0 10px;
}

@media (max-width: 991px) {
	.modal__sub-bag-content {
		flex-direction: column;
		padding-bottom: 30px;
	}

	.modal__sub-bag-content img {
		max-width: 100%;
	}
}

.fw-600 {
	font-weight: 600;
}

.product-images .swiper-wrapper {
	align-items: flex-end;
}

.product-streetstyle img {
	max-width: 100%;
	max-height: 174px;
	object-fit: cover;
}

.fixed-top .header-bottom {
	box-shadow: none;
	border-bottom: 1px solid #ebe6e1;
}

.product-slider .swiper-button-prev {
	left: 50px;
}

.product-slider .swiper-button-next {
	right: 50px;
}

@media(max-width: 567px) {
	.product-page .product-sizes .size {
    padding: 10px 13px;
    margin: 0 5px 5px 0;
    font-size: 12px;
    line-height: 1;
	}
}

.admin-panel {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 10000;
}

.product__reviews-item {
	padding: 20px 0;
  border-top: 1px solid #eee;
}

.product__reviews-name {
	font-weight: bold;
}

.product__reviews-date {
	font-size: 13px;
}

.product__reviews-rating {
	display: flex;
	gap: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	align-items: center;
	margin-left: -1px;
}

.product__reviews-rating svg {
	fill: #f7d264;
}

[for="soa-property-47"] {
	position: static !important;
}

[data-property-id-row="47"] {
	display: flex;
	gap: 10px;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

[name="ORDER_PROP_47"] {
	transform: translate(0px, 2px);
}

.bx-soa-custom-label small {
	display: block;
	font-size: 12px;
}

.product-card__result {
	text-align: center;
	font-size: 16px;
}

.product-card__result span {
	display: block;
	font-size: 50px;
	position: relative;
}

.product-card__result p {
	font-size: 12px;
}

.product-card__result-bottom {
	margin-top: 30px;
}

.product-card__result-title {
	font-size: 28px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.product-card__result sup {
	position: absolute;
	top: 17px;
	font-size: 20px;
}

.product-card__result-item {
	margin-bottom: 20px;    
}

.product__reviews-images img {
	max-width: 100px;
	margin-top: 10px;
	display: block;
}

.product__reviews-name span {
	font-size: 13px;
	font-weight: 400;
	color: #5c5b5b;
}

.product-images .col-4.mb-4 a {
	display: flex;
	align-items: center;
	justify-content: center;
}	

.product-images .col-4.mb-4 a img {
	max-height: 207px;
	width: auto;
}

/* MODAL-DISCOUNT START */
.modal-discount {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.3);
}

.modal-discount__window {
  display: flex;
  justify-content: space-between;
  position: relative;
  background-image: url(/images/modal-discount-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1000px;
  width: 100%;
  max-height: 90vh;
}

.modal-discount__close {
  background: transparent;
  position: absolute;
  right: 10px;
  margin: 0 auto;
  top: 10px;
  width: 40px;
  height: 40px;
  display: block;
  transition: all .3s ease-in;
	z-index: 1000;
}

.modal-discount__close:hover {
  opacity: .5;
}

.modal-discount__right {
  max-width: 42%;
  width: 100%;
}

.modal-discount__right-image {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.modal-discount__right-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-discount__right-image-mobile {
  display: none;
}

.modal-discount__left {
  padding: 70px 30px 15px 30px;
  text-align: left;
}

.modal-discount__title {
  color: rgba(114, 114, 114, 0.80);
  font-family: Montserrat;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px; 
  margin-bottom: 20px;
}

.modal-discount__descr {
  color: #999;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; 
  margin-bottom: 30px;
  max-width: 256px;
}

.modal-discount__price {
  color: #999;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 20px;
}

.modal-discount__link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  background: rgba(140, 140, 140, 0.80);
  text-align: center;
  padding: 13px 10px 12px 10px;
  transition: all .5s ease;
  margin-bottom: 20px;
}

.modal-discount__link-btn:hover {
  color: #FFF !important;
  text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.40);
  background: #545454cc;
}

.modal-discount__link {
  display: block;
  text-align: center;
  color: #FFF;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-decoration-line: underline;
  transition: all .3s;
  text-underline-offset: 3px;
}


.modal-discount__link:hover {
  text-decoration: none;
}

@media (max-width: 768px) {

  .modal-discount {
    padding: 0 10px;
  }

  .modal-discount__window {
    background-image: url(/images/modal-discount-background-mobile.jpg);
    flex-direction: column;
    max-width: 550px;
  }

  .modal-discount__right {
    max-width: 100%;
  }

  .modal-discount__right-image {
    display: none;
  }
  

  .modal-discount__right-image-mobile {
    display: block;
    width: 100%;
  }

  .modal-discount__right-image-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .modal-discount__title {
    color: rgba(114, 114, 114, 0.80);
    text-align: center;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .modal-discount__left {
    padding: 55px 10px 0px 10px;
    position: relative;
  }

  .modal-discount__descr {
    color: #999;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    max-width: 174px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .modal-discount__price {
    color: #808080;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
    margin-bottom: 15px;
    text-align: center;
  }

  .modal-discount__link-btn {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; 
    margin-bottom: 10px;
  }

  .modal-discount__link {
    color: #A1A1A1;
    text-align: center;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 123.077% */
    text-decoration-line: underline;
  }
}

@media(max-height: 680px) {
    .modal-discount__title {
        color: rgba(114, 114, 114, 0.80);
        font-family: Montserrat;
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px;
        max-width: 280px;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .modal-discount__descr {
        color: #999;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        width: 100%;
        margin-bottom: 15px;
    }

    .modal-discount__left {
				padding: 30px 30px 15px 30px;
     }
}

h1.title {
	font-family: "Montserrat";
  font-size: 32px;
}

.main-category_fashion {
	border-right: 1px solid white;
}

@media(max-width: 991px) {
	h1.title {
		font-size: 22px;
	}

	.main-category_fashion {
		border-right: none;
	}
}

/* MODAL-DISCOUNT END  */


.header__promo-address {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: #222;
  padding: 10px 0;
}

.header__promo-list {
  display: flex;
  align-items: center;
}

.header__promo-item {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 100%;
  width: 100%;
  text-wrap: nowrap;
  cursor: pointer;
}

.header__promo-item:hover {
  transform: scale(1.05);
}

.row.no-gutters.px-lg-3.pt-md-5.px-xl-5.product-info {
	margin-top: 20px;
}

.tac.py-3.py-md-3.catalog-descriptions {
	margin-top: 35px;
}

@media (max-width: 1200px) {
  .container-fluid.flex-grow-1.flex-shrink-0.pr  {
    padding-top: 127px !important;
  }
}

.marquee {
  --gap: 100px;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
  -webkit-animation: scroll 35s linear infinite;
    animation: scroll 35s linear infinite;
}

.marquee:hover .marquee__content {
  animation-play-state: paused;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.modal-discount {
  display: none !important;
}

@media (max-width: 768px) {
  .header__promo-list {
    column-gap: 30px;
  }

  .marquee {
    animation: marquee 25s linear infinite;
  }

  .header__promo-item {
    font-size: 14px;
  }

  .header__promo-address {
    padding: 7px 0;
  }

  .container-fluid.flex-grow-1.flex-shrink-0.pr {
    padding-top: 114px !important;
  }

	.tac.py-3.py-md-3.catalog-descriptions {
    margin-top: 5px;
	}
}

/* START MODAL-NEWSPACE */
.modal-newspace {
	background-color: rgba(169, 169, 169, 0.5);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	max-width: 100%;
	width: 100%;
	height: 100vh;
	z-index: 9000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-newspace__window {
	background: #FFF;
	max-width: 800px;
	width: 100%;
	display: flex;
	position: relative;
}

.modal-newspace__close {
	position: absolute;
	top: -50px;
	left: 0px;
	right: 0;
	margin: 0 auto;
	z-index: 10;
	width: 40px;
	height: 40px;
	background-color: transparent;
}

.modal-newspace__title {
	color: #000;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position: absolute;
	top: 30px;
	left: 47px;
}

.modal-newspace__left {
	padding-top: 100px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}

.modal-newspace__right {
	max-width: 300px;
	width: 100%;
	height: auto;
}

.modal-newspace__right img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.modal-newspace__descr {
	color: #000;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: left;
	margin-bottom: 20px;
}

.modal-newspace__descr-bottom {
	color: #000;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: left;
}


.modal-newspace__descr p:not(:last-child) {
	margin-bottom: 15px;
}


@media (max-width: 960px) {
	.modal-newspace {
		padding: 0px 20px;
	}

	.modal-newspace__title {
		font-size: 25px;
	}
	
	.modal-newspace__left {
		max-width: 400px;
		width: 100%;
	}

	.modal-newspace__window {
		justify-content: space-between;
	}
}


@media (max-width: 768px) {
	.modal-newspace__window {
		flex-direction: column;
	}

	.modal-newspace__right {
		max-width: 100%;
		height: 250px;
	}


	.modal-newspace__right img {
		object-position: bottom;
	}

	.modal-newspace__left {
		padding: 20px 10px;
	}


	.modal-newspace__title {
		position: static;
		font-size: 22px;
		margin-bottom: 20px;
		text-align: center;
	}

	.modal-newspace__descr {
		text-align: center;
	}

	.modal-newspace__descr-bottom {
		text-align: center;
	}

	.modal-newspace__close {
		top: 0;
		left: auto;
	}
}

/* END MODAL-NEWSPACE */

.product-coming-soon {
	max-width: 100%;
	width: 100%;
	border: 1px solid #363636;
	padding: 11px 10px;
	text-align: center;
	font-family: 'Montserrat';
	font-size: 18px;
	margin-top: auto;
	margin-bottom: 0;
	cursor: pointer;
	height: 48px;
	transition: all .3s;
}

.product-coming-soon:hover {
	background: #f16848;
	border-color: #f16848;
	border: 1px solid #f16848;
	color: #fff;
}


/* CUSTOM CSS */

.catalog .product .product-images {
 	position: relative;
  	padding-top: 100%;
}
.catalog .product .media-img:not(.swiper-slide), .catalog .product .product-images .swiper-wrapper  {
  	position: absolute;
  	top: 0;
}
.catalog .product .media-img {
	display: flex;
    justify-content: center;
}
.catalog .product .media-img img {
  	height: 100%;
  	width: auto;
}

/* END CUSTOM CSS */