@font-face {
	font-family: 'Manrope';
	src: url('../font/manrope/light.woff2') format('woff2'),
		 url('../font/manrope/light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Manrope';
	src: url('../font/manrope/regular.woff2') format('woff2'),
		 url('../font/manrope/regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Manrope';
	src: url('../font/manrope/medium.woff2') format('woff2'),
		 url('../font/manrope/medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Manrope';
	src: url('../font/manrope/semibold.woff2') format('woff2'),
		 url('../font/manrope/semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Manrope';
	src: url('../font/manrope/bold.woff2') format('woff2'),
		 url('../font/manrope/bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../font/montserrat/regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../font/montserrat/medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../font/montserrat/semibold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../font/montserrat/bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'PT Serif';
	src: url('../font/pt-serif/PTSerif-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

html {
	font-size: 13.5px;
}
@media (min-width: 576px) {
	html {
		font-size: 14px;
	}
}
@media (min-width: 992px) {
	html {
		font-size: 15px;
	}
}
@media (min-width: 1240px) {
	html {
		font-size: 16px;
	}
}
body {
	--bs-body-color: #1A1E4D;
	--bs-body-color-rgb: 26, 30, 77;
	--bs-body-font-weight: 500;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	min-height: 100dvh;
	background-color: #ECEFF3;
	color: var(--bs-body-color);
	font-family: 'Montserrat', sans-serif;
	font-weight: var(--bs-body-font-weight);
	line-height: 1.25;
}
*:focus {
	outline: none !important;
}
button {
	font-weight: inherit;
}
.container {
	--bs-gutter-x: 40px;
	width: 100%;
	max-width: 1060px;
	margin-right: auto;
	margin-left: auto;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
}
body > .container {
	flex: 1 0 auto;
}
body > .container,
body > main.container {
	margin-top: 20px;
}
body.route-extension-feature-anxiety-quiz-result > .container,
body.route-extension-feature-anxiety-quiz-result > main.container {
	margin-top: 0;
}
footer {
	flex-shrink: 0;
}

b, strong {
	font-weight: 700;
}

.w-min-0 {
	min-width: 0;
}

/******************** form *******************/
.form-group {
	margin-bottom: 1rem;
}
.required > label:before {
	content: '* ';
	color: #ff0000;
}

@media (min-width: 576px) {
	.form-container {
		width: 34.375rem;
		max-width: 100%;
		box-shadow: 0 0 0.9375rem rgb(0 0 0 / 5%);
		padding: 2rem;
		border-radius: 1rem;
		margin: 1.5rem auto;
	}
}

/******************* masked ******************/
.masked {
	background: rgba(0, 0, 0, 0.05) url(/image/loading.svg) no-repeat center center;
	background-size: 3.4375rem;
	position: fixed;
	z-index: 1056;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}

/******************** modal ******************/
.modal {
	background-color: #CDD4D9;
}
.modal-backdrop {
	--bs-backdrop-bg: #CDD4D9;
	--bs-backdrop-opacity: 1;
	background-color: #CDD4D9;
}
.modal-backdrop.show {
	opacity: 1;
}
.modal-dialog {
	width: calc(100% - 16px);
}
@media (min-width: 768px) {
	.modal-dialog {
		width: calc(100% - 52px);
	}
}
.modal-dialog:not([class*="modal-fullscreen"]) {
	max-width: var(--bs-modal-width);
}
.modal-content {
	border-radius: 1.5rem;
}
.modal-sm {
	--bs-modal-width: 300px;
}
.modal-lg {
	--bs-modal-width: 900px;
}
.modal-xl {
	--bs-modal-width: 1140px;
}

/************** button preloader *************/
.btn-preloader {
	position: relative;
	overflow: hidden;
	pointer-events: none;
}
.btn-preloader::after {
	content: '';
	position: absolute;
	inset: 0;
	transform: translateX(-100%);
	background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
	animation: btn-preloader-shimmer 1s infinite;
}
@keyframes btn-preloader-shimmer {
	to { transform: translateX(100%); }
}

/**************** button icon ****************/
.btn .icon {
	width: calc(1em * var(--bs-body-line-height));
	display: block;
	height: calc(1em * var(--bs-body-line-height));
	margin-left: -.2rem;
	margin-right: -.2rem;
	fill: currentColor;
}

/*************** rating stars ****************/
.rating {
	display: flex;
	font-size: 1.1rem;
	margin-bottom: .25rem;
}
.rating span {
	width: 1em;
	height: 1em;
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffc949' d='M11.75 4.5c-.091 0-.315.025-.434.263L9.49 8.414c-.289.577-.846.978-1.49 1.07l-4.088.589c-.27.039-.362.239-.39.323-.025.081-.065.287.121.465l2.956 2.84c.471.453.685 1.106.573 1.745l-.696 4.01c-.043.251.114.397.184.447.074.056.272.167.517.039l3.655-1.895c.576-.297 1.262-.297 1.836 0l3.654 1.894c.246.127.444.016.519-.038.07-.05.227-.196.184-.447l-.698-4.01c-.112-.639.102-1.292.573-1.745l2.956-2.84c.187-.178.147-.385.121-.465-.027-.084-.119-.284-.389-.323l-4.088-.589c-.643-.092-1.2-.493-1.489-1.071l-1.828-3.65c-.118-.238-.342-.263-.433-.263M6.947 21.5c-.413 0-.823-.13-1.174-.386-.606-.444-.903-1.177-.774-1.915l.696-4.01c.026-.149-.025-.3-.135-.406l-2.956-2.84c-.544-.521-.739-1.291-.509-2.006.232-.723.846-1.24 1.603-1.348L7.786 8c.158-.022.294-.119.362-.257l1.827-3.652C10.312 3.418 10.992 3 11.75 3s1.438.418 1.775 1.091l1.828 3.651c.069.139.204.236.361.258l4.088.589c.757.108 1.371.625 1.603 1.348.23.715.034 1.485-.51 2.006l-2.956 2.84c-.11.106-.16.257-.134.405l.697 4.011c.128.739-.169 1.472-.776 1.915-.615.451-1.416.512-2.095.158l-3.653-1.893a.49.49 0 0 0-.457 0L7.867 21.273c-.292.152-.607.227-.92.227'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}
.rating span.active {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffc949' d='M15.919 11.82c-.259.251-.378.614-.319.97l.889 4.92c.075.417-.101.839-.45 1.08-.342.25-.797.28-1.17.08l-4.429-2.31a.99.99 0 0 0-.771-.041l-.084.041-4.43 2.321a1.47 1.47 0 0 1-.71.11c-.592-.112-.987-.676-.89-1.271l.89-4.92c.059-.359-.06-.724-.319-.979l-3.611-3.5c-.302-.293-.407-.733-.269-1.13.134-.396.476-.685.889-.75l4.97-.721c.378-.039.71-.269.88-.609l2.19-4.49c.052-.1.119-.192.2-.27l.09-.07a.78.78 0 0 1 .16-.13l.109-.04.17-.07h.421c.376.039.707.264.88.6l2.219 4.47c.16.327.471.554.83.609l4.97.721c.42.06.771.35.91.75.131.401.018.841-.29 1.13z' transform='translate(2 2.5)'/%3E%3C/svg%3E");
}

/* форма отзыва */
.rating.rating-review {
	flex-direction: row-reverse;
}
.rating.rating-review input {
	display: none;
}
.rating.rating-review label {
	font-size: 1.5rem;
	cursor: pointer;
	padding-right: .15rem;
}
.rating.rating-review input:checked ~ label span,
.rating.rating-review input:hover ~ label span {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffc949' d='M15.919 11.82c-.259.251-.378.614-.319.97l.889 4.92c.075.417-.101.839-.45 1.08-.342.25-.797.28-1.17.08l-4.429-2.31a.99.99 0 0 0-.771-.041l-.084.041-4.43 2.321a1.47 1.47 0 0 1-.71.11c-.592-.112-.987-.676-.89-1.271l.89-4.92c.059-.359-.06-.724-.319-.979l-3.611-3.5c-.302-.293-.407-.733-.269-1.13.134-.396.476-.685.889-.75l4.97-.721c.378-.039.71-.269.88-.609l2.19-4.49c.052-.1.119-.192.2-.27l.09-.07a.78.78 0 0 1 .16-.13l.109-.04.17-.07h.421c.376.039.707.264.88.6l2.219 4.47c.16.327.471.554.83.609l4.97.721c.42.06.771.35.91.75.131.401.018.841-.29 1.13z' transform='translate(2 2.5)'/%3E%3C/svg%3E") !important;
}

/* карточка товара */
.rating.rating-product {
	margin-top: -.2rem;
	margin-bottom: 0;
	font-size: 1.2rem;
}

/**************** site chrome ****************/
.site-header {
	position: relative;
	z-index: 1;
	background: #ECF7FB;
	box-shadow: 0px 5px 5px 0px #3E548C26;
}
.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 40px;
}
.site-header__brand {
	color: #002676;
	font-family: 'PT Serif', serif;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}
.site-header__profile {
	display: none;
	align-items: center;
	gap: 12px;
	color: inherit;
	font-size: 16px;
	text-decoration: none;
}
.site-header__profile.is-active {
	font-weight: 700;
}
.site-header__profile img {
	width: 29px;
	height: 29px;
	object-fit: contain;
}
.site-header__menu-toggle {
	display: inline-flex;
	width: 32px;
	height: 32px;
	padding: 5px 4px;
	border: 0;
	background: transparent;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-around;
}
.site-header__menu-toggle span {
	height: 2px;
	background: #0065B7;
}
.site-mobile-menu {
	--bs-offcanvas-width: min(82vw, 320px);
	border-left: 0;
	background: #ECEFF3;
}
.site-mobile-menu .offcanvas-header {
	justify-content: flex-end;
}
.site-mobile-menu__link {
	display: block;
	color: #0065B7;
	font-size: 18px;
	text-decoration: none;
}
.site-footer {
	flex-shrink: 0;
	margin-top: auto;
	padding-top: 5px;
}
.site-footer__legal {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 20px;
	padding-top: 18px;
	padding-bottom: 18px;
	border-top: 1px solid #EFE7D8;
	color: #68676D;
	font-size: 12px;
	text-align: center;
}
.site-footer__link {
	color: inherit;
	text-decoration: none;
}
@media (max-width: 767.98px) {
	body > .container,
	body > main.container {
		margin-top: 10px;
	}
}
@media (min-width: 768px) {
	.container {
		--bs-gutter-x: 40px;
	}
	.site-header {
		margin-bottom: 2rem;
	}
	.site-header__inner {
		min-height: 70px;
	}
	.site-header__brand {
		font-size: 26px;
	}
	.site-header__profile {
		display: inline-flex;
	}
	.site-header__menu-toggle,
	.site-mobile-menu {
		display: none;
	}
	.route-extension-feature-anxiety-quiz-result .site-header,
	.route-common-home .site-header {
		margin-bottom: 0;
	}
	.site-footer__legal {
		padding-top: 22px;
		padding-bottom: 28px;
		font-size: 14px;
	}
}

/**************** header top *****************/
.header__top {
	display: none;
	background: #fcfcfd;
	margin-bottom: .75rem;
	padding: .35rem 0;
}
.header__top-phone,
.header__top-link {
	color: var(--bs-body-color);
}
@media (min-width: 768px) {
	.header__top {
		display: block;
	}
}

/********* language, currency, city **********/
.common-city > button,
.common-language > button,
.common-currency > button {
	display: flex;
	padding: 0;
	border: 0;
}
.common-city > button:after,
.common-language > button:after,
.common-currency > button:after {
	display: none;
}
.common-language .dropdown-menu,
.common-currency .dropdown-menu {
	min-width: auto;
}

/******************** logo *******************/
.header__logo {
	font-size: 1.5rem;
}
.header__logo img {
	width: 9.375rem;
}

/*************** header navbar ***************/
.header__navbar {
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: #ffffff;
	padding-top: .75rem;
	padding-bottom: .75rem;
	justify-content: space-around;
	box-shadow: 0 0 0.25rem rgb(0 0 0 / 5%);
}
.header__navbar > * {
	position: relative;
	text-align: center;
	flex: 1 0 0%;
}
.header__navbar .icon {
	fill: #b3b8cd;
	width: 2rem;
	height: 2rem;
}
.header__navbar span:not(:empty) {
	background: #a4b3ed;
	color: #ffffff;
	border-radius: .25rem;
	position: absolute;
	top: -0.125rem;
	margin-left: -0.8125rem;
	padding: 0 0.1875rem;
	font-size: .75rem;
	box-shadow: 0 0 0 0.125rem #ffffff;
	min-width: 1.0625rem;
	text-align: center;
}
.header__navbar a:hover span {
	background: #8c9dde;
}
.header__navbar small {
	display: none;
	margin-top: .15rem;
	color: #8e92a5;
	font-size: 0.8rem;
}
@media (min-width: 992px) {
	.header__navbar {
		position: static;
		z-index: auto;
		background: transparent;
		padding-top: 0;
		padding-bottom: 0;
		justify-content: flex-start;
		box-shadow: none;
	}
	.header__navbar > *:not(:last-child) {
		margin-right: 1.5rem;
	}
	.header__navbar small {
		display: block;
	}
}

/*********** phone, compare (mobile) **********/
.header__mobile-compare {
	position: relative;
}
.header__mobile-compare .icon,
.header__mobile-phone .icon {
	width: 1.875rem;
	height: 1.875rem;
	fill: #b3b8cd;
}
.header__mobile-compare {
	margin-left: .75rem;
}
.header__mobile-compare span:not(:empty) {
	background: #a4b3ed;
	color: #ffffff;
	border-radius: .25rem;
	position: absolute;
	left: 1.125rem;
	top: -0.125rem;
	padding: 0.0625rem 0.125rem;
	font-size: 0.6875rem;
	box-shadow: 0 0 0 0.125rem #ffffff;
	min-width: 1rem;
	text-align: center;
}

/****************** search *******************/
.header__search {
	position: relative;
	z-index: 102;
}
/* строка поиска */
.header__search-form {
	border-radius: .35rem;
	overflow: hidden;
}
.header__search-form .icon {
	position: absolute;
	z-index: 3;
	top: 50%;
	transform: translateY(-50%);
	width: 2.3125rem;
	height: 100%;
	fill: #c9cbd1;
	padding-left: 0.75rem;
	padding-right: 0.25rem;
}
.header__search-form .icon-search {
	pointer-events: none;
}
.header__search-form .icon-arrow-left-long {
	display: none;
	cursor: pointer;
}
.header__search-input {
	position: relative;
	z-index: 2;
	padding: .5rem 6.5rem .5rem 2.7rem;
	line-height: 1.8;
	text-overflow: ellipsis;
	border: none;
	border-radius: 0;
	background-color: #fafbfd;
	background-clip: border-box;
}
.header__search-control {
	display: flex;
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	border-radius: .35rem;
	cursor: pointer;
}
.header__search-close {
	width: 2.2rem;
	transition: opacity .2s;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / .85rem auto no-repeat;
	opacity: .2;
}
.header__search-close:hover {
	opacity: .3;
}
.header__search-find {
	background: #42d8ca;
	padding: 0 .7rem;
	color: #ffffff;
	transition: background .2s;
	display: flex;
	align-items: center;
}
.header__search-find:hover {
	background: #3dd1c3;
}
/* блок с результатами */
.header__search-result {
	display: none;
	position: absolute;
	background: #fff;
	left: 0;
	right: 0;
	overflow: auto;
	padding-bottom: .75rem;
}
.header__search-header {
	display: flex;
	justify-content: space-between;
	color: #aeb3bb;
	padding: .5rem 1rem;
	cursor: default;
	font-size: .8125rem;
}
/* история поиска */
.header__search-history-clear {
	cursor: pointer;
	color: #858c93;
	font-weight: 400;
}
.header__search-history-clear:hover {
	color: #2677fb;
}
.header__search-history-item {
	display: flex;
	padding: 0 1rem;
}
.header__search-history-item:hover {
	background: #fafbfd;
}
.header__search-history-request {
	width: 100%;
	line-height: 2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
}
.header__search-history-delete {
	visibility: hidden;
	width: 1rem;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center right / .7rem auto no-repeat;
	opacity: .25;
	cursor: pointer;
}
.header__search-history-delete:hover {
	opacity: .5;
}
.header__search-history-item:hover .header__search-history-delete,
.header__search.is-touch-device .header__search-history-delete {
	visibility: visible;
}
/* результаты поиска */
.header__search-found {
	padding-top: .75rem;
}

/* окно поиска открыто */
.header__search-open .header__search {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.header__search-open .header__search-form {
	border-radius: 0;
}
.header__search-open .header__search-form .icon-search {
	display: none;
}
.header__search-open .header__search-form .icon-arrow-left-long {
	display: block;
}
.header__search-open .header__search-control {
	border: 0.125rem solid transparent;
	border-radius: 0;
}
.header__search-open .header__search-input {
	background: #ffffff;
}
.header__search-open .header__search-result {
	display: block;
	border-top: 1px solid #f3f4f5;
}
@media (min-width: 768px) {
	.header__search-form {
		box-shadow: 0 0rem 0.3125rem rgb(0 0 0 / 5%);
	}
	.header__search-input {
		background-color: #ffffff;
		padding-top: .55rem;
		padding-bottom: .55rem;
	}
	.header__search-control {
		border: 0.125rem solid transparent;
	}
	.header__search-result {
		border-radius: 0 0 .35rem .35rem;
		box-shadow: 0 0rem 0.3125rem rgb(0 0 0 / 5%);
	}
	/* поиск открыт */
	.header__search-open .header__search {
		top: 2.4rem;
		left: 1.5rem;
		right: 1.5rem;
	}
	.header__search-open .header__search-form {
		border-radius: .35rem .35rem 0 0;
	}
	.header__search-open .header__search-control {
		border-radius: .35rem;
	}
}
@media (min-width: 1240px) {
	.header__search-input {
		padding-top: .6rem;
		padding-bottom: .6rem;
	}
	/* поиск открыт */
	.header__search-open .header__search {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
	}
	.header__search-open .header__search-form .icon-search {
		display: block;
	}
	.header__search-open .header__search-form .icon-arrow-left-long {
		display: none;
	}
	/* временная подложка такого же размера */
	.header__search-underlay {
		display: none;
	}
}
/* подложка */
.header__search-overlay {
	position: absolute;
	z-index: 101;
	top: 0;
	left: 0;
	right: 0;
	animation-name: search-overlay-show;
	animation-duration: .5s;
	animation-fill-mode: forwards;
}
@keyframes search-overlay-show {
	from {
		background: rgb(199 204 222 / 0%);
	}
	to {
		background: rgb(199 204 222 / 25%);
	}
}
/* товары */
.header__search-product {
	display: flex;
	align-items: center;
	padding: .25rem 1rem;
}
.header__search-product:hover {
	background: #fafbfd;
}
.header__search-product img {
	margin-right: 1rem;
}
.header__search-product-name {
	display: block;
}
.header__search-product-price {
	color: #333;
}
/* результаты не найдены */
.header__search-no-results {
	margin: 0;
	padding: 0 1rem;
}

/************** menu category ****************/
/* toggler */
.header__menu-toggler {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	width: 9.375rem;
	padding: 0.5rem 1.25rem;
	border-radius: 0.35rem;
	background-color: #42d8ca;
	color: #ffffff;
	font-weight: 600;
	transition: background-color 0.15s ease-in-out;
}
.header__menu-toggler:hover {
	background-color: #3dd1c3;
}
.header__menu-toggler-icon {
	width: 1.25rem;
	height: 1.25rem;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' fill='%23fff'%3e%3cpath d='M8,0H2C0.9,0,0,0.9,0,2v6c0,1.1,0.9,2,2,2h6c1.1,0,2-0.9,2-2V2C10,0.9,9.1,0,8,0z M8.5,8c0,0.3-0.2,0.5-0.5,0.5H2 C1.7,8.5,1.5,8.3,1.5,8V2c0-0.3,0.2-0.5,0.5-0.5h6c0.3,0,0.5,0.2,0.5,0.5V8z'/%3e%3cpath d='M8,12H2c-1.1,0-2,0.9-2,2v6c0,1.1,0.9,2,2,2h6c1.1,0,2-0.9,2-2v-6C10,12.9,9.1,12,8,12z M8.5,20c0,0.3-0.2,0.5-0.5,0.5H2 c-0.3,0-0.5-0.2-0.5-0.5v-6c0-0.3,0.2-0.5,0.5-0.5h6c0.3,0,0.5,0.2,0.5,0.5V20z'/%3e%3cpath d='M20,0h-6c-1.1,0-2,0.9-2,2v6c0,1.1,0.9,2,2,2h6c1.1,0,2-0.9,2-2V2C22,0.9,21.1,0,20,0z M20.5,8c0,0.3-0.2,0.5-0.5,0.5h-6 c-0.3,0-0.5-0.2-0.5-0.5V2c0-0.3,0.2-0.5,0.5-0.5h6c0.3,0,0.5,0.2,0.5,0.5V8z'/%3e%3cpath d='M20,12h-6c-1.1,0-2,0.9-2,2v6c0,1.1,0.9,2,2,2h6c1.1,0,2-0.9,2-2v-6C22,12.9,21.1,12,20,12z M20.5,20 c0,0.3-0.2,0.5-0.5,0.5h-6c-0.3,0-0.5-0.2-0.5-0.5v-6c0-0.3,0.2-0.5,0.5-0.5h6c0.3,0,0.5,0.2,0.5,0.5V20z'/%3e%3c/svg%3e") center / 1.25rem auto no-repeat;
}

/* меню открыто */
.header__menu-toggler.open .header__menu-toggler-icon {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='%23fff'%3e%3cpath d='M114,100l49-49a9.9,9.9,0,0,0-14-14L100,86,51,37A9.9,9.9,0,0,0,37,51l49,49L37,149a9.9,9.9,0,0,0,14,14l49-49,49,49a9.9,9.9,0,0,0,14-14Z'/%3e%3c/svg%3e") center / 1.35rem auto no-repeat;
}
.header__menu-toggler.open + .header__menu-container-outer {
	visibility: visible;
}

/* контейнеры */
.header__menu-container-outer {
	--bs-gutter-x: initial;
	position: fixed;
	z-index: 103;
	visibility: hidden;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.header__menu-container-inner {
	height: 100%;
	padding: .5rem 0 1rem 0;
	background-color: #ffffff;
	overflow: auto;
}
@media (min-width: 992px) {
	.header__menu-container-outer {
		position: absolute;
		background-color: rgb(199 204 222 / 25%);
	}
	.header__menu-container-inner {
		height: auto;
		max-height: 100%;
	}

	/* подсказка если контейнер не до конца прокручен */
	.header__menu-container-inner:after {
		content: '';
		position: sticky;
		display: block;
		box-shadow: 0 1.25rem 2.5rem 2.5rem #ffffff;
		bottom: 0;
	}
	.header__menu-container-inner.hide-pseudo-element:after {
		display: none;
	}
}

/* левый блок */
.header__menu-left {
	display: none;
	flex: 0 0 18.75rem;
	border-right: 1px solid #f3f3f7;
}

@media (min-width: 992px) {
	.header__menu-left {
		display: block;
	}
}

/* список категорий */
.header__menu-category {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-right: 1.5rem;
	padding: .35rem .25rem .35rem .75rem;
	border-radius: .25rem;
	color: var(--bs-body-color);
}
.header__menu-category.active {
	background-color: #fcfcfd;
}
.header__menu-category span {
	flex: 0 0 1.3125rem;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23adb2b7'%3e%3cpath d='M202.1,450a15,15,0,0,1-10.6-25.61L365.79,250.1,191.5,75.81A15,15,0,0,1,212.71,54.6l184.9,184.9a15,15,0,0,1,0,21.21l-184.9,184.9A15,15,0,0,1,202.1,450Z'/%3e%3c/svg%3e") center / .95rem auto no-repeat;
}

/* центральный блок */
@media (min-width: 992px) {
	.header__menu-center {
		align-self: flex-start;
		flex-grow: 1;
		position: sticky;
		top: 0;
		background: #ffffff;
		margin-left: 1.5rem;
	}
}

/* шапка мобильного меню */
.header__menu-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: .5rem .5rem 1rem .5rem;
}
.header__menu-heading {
	font-size: 1.3rem;
	font-weight: 600;
}
.header__menu-close {
	flex: 0 0 1.5625rem;
	height: 1.5625rem;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1rem auto no-repeat;
	opacity: .35;
}
@media (min-width: 992px) {
	.header__menu-header {
		display: none;
	}
}

/* подкатегории */
.header__menu-submenu:not(:last-child) {
	border-bottom: 1px solid #fafafb;
}

@media (min-width: 992px) {
	.header__menu-submenu {
		display: none;
	}
	.header__menu-submenu.active {
		display: block;
	}
	.header__menu-submenu:not(:last-child) {
		border-bottom: none;
	}
}

/* заголовок подкатегорий */
.header__menu-submenu-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .55rem .5rem;
	color: var(--bs-body-color);
}
.header__menu-submenu-heading .toggler {
	flex: 0 0 1.5625rem;
	align-self: stretch;
	background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d7d9dd' viewBox='0 0 472 472'%3E%3Cpath d='M472,185H287V0H185v185H0v102h185v185h102V287h185V185z'/%3E%3C/svg%3E") center / 1rem auto no-repeat;
}
.header__menu-submenu.active .toggler {
	background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d7d9dd' viewBox='0 0 472 472'%3E%3Cpath d='M0,185h472v102H0V185z'/%3E%3C/svg%3E") center / 1rem auto no-repeat;
}

@media (min-width: 992px) {
	.header__menu-submenu-heading {
		display: inline-block;
		font-size: 1.2rem;
		margin-bottom: .5rem;
		color: var(--bs-body-color);
	}
	.header__menu-submenu-heading .toggler {
		display: none;
	}
}

/* список подкатегорий */
.header__menu-submenu-container {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s;
}
.header__menu-submenu.active .header__menu-submenu-container {
	max-height: var(--max-height);
}
@media (min-width: 992px) {
	.header__menu-submenu-container {
		max-height: none;
		overflow: unset;
	}
	.header__menu-submenu.active .header__menu-submenu-container {
		max-height: none;
	}
}
.header__menu-submenu-container > a {
	display: flex;
	color: #63676d;
}
.header__menu-submenu-container > a span {
	padding: .4rem 0 .4rem 1.25rem;
}

@media (min-width: 992px) {
	.header__menu-submenu-container > a {
		margin-bottom: .75rem;
		min-height: 5.125rem;
		color: var(--bs-body-color);
	}
	.header__menu-submenu-container > a span {
		width: 100%;
		background-color: #fcfcfd;
		border-radius: .25rem;
		padding: 1rem;
	}
	.header__menu-submenu-container > a span:hover {
		background-color: #fafafb;
	}
}

/* правый контейнер */
.header__menu-right {
	display: none;
	flex: 0 0 18.75rem;
	align-self: flex-start;
	position: sticky;
	top: 0;
	margin-left: 1.5rem;
}

@media (min-width: 1240px) {
	.header__menu-right {
		display: block;
	}
}

/*************** menu custom *****************/
.header__menu-custom {

}

/********** menu mobile (toggler) ************/
.header__menu-mobile-toggler {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 1.85rem;
	height: 1.85rem;
	cursor: pointer;
}
.header__menu-mobile-toggler span {
	height: 0.125rem;
	background-color: #b3b8cd;
}

/********* menu mobile (offcanvas) ***********/
.offcanvas-mobile-menu .offcanvas-header {
	align-items: baseline;
}
.offcanvas-mobile-menu__divider {
	margin: .75rem 0;
	border-bottom: 1px solid #f2f2f2;
}
.offcanvas-mobile-menu__phone a {
	display: block;
	font-size: 1rem;
	color: var(--bs-body-color);
}
.offcanvas-mobile-menu__phone span {
	font-size: .75rem;
	margin: .25rem 0;
}
.offcanvas-mobile-menu__catalog {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.offcanvas-mobile-menu__catalog .icon {
	width: 1.875rem;
	height: 1.875rem;
	fill: #97a3e7;
	margin-right: .5rem;
}
.offcanvas-mobile-menu__heading {
	margin-bottom: .75rem;
	font-weight: 700;
}
.offcanvas-mobile-menu__links a {
	display: block;
	margin-bottom: .75rem;
	color: var(--bs-body-color);
}
.offcanvas-mobile-menu__localisation .common-city > button,
.offcanvas-mobile-menu__localisation .common-language > button,
.offcanvas-mobile-menu__localisation .common-currency > button {
	background: var(--bs-light);
	border-color: var(--bs-light);
	padding: 0.25rem 0.5rem;
	font-size: 0.765625rem;
}

/****************** cookie *******************/
#cookie {
	border-top: none;
	border-left: none;
	border-right: none;
}

/**** блок для изменения количества товара ****/
.cart-control-container {
	display: flex;
	align-items: stretch;
	gap: .5rem;
}

/* control */
.cart-control-container[data-in-cart="0"] .cart-control-quantity {
	display: none;
}
.cart-control-container[data-loading] .cart-control-quantity {
	opacity: .9;
	pointer-events: none;
}
.cart-control-quantity {
	position: relative;
	width: 5.2rem;
	display: flex;
	border: 1px solid #e1e3e7;
	border-radius: .5rem;
}
.cart-control-quantity button {
	position: absolute;
	top: .15rem;
	bottom: .15rem;
	width: 1.5rem;
	border-radius: .35rem;
	background-color: #eeeff4;
	background-repeat: no-repeat;
	background-position: center;
	background-size: .75rem;
	transition: background .2s;
	border: none;
}
.cart-control-quantity button:hover {
	background-color: #f3f3f7;
}
.cart-control-quantity .minus {
	left: .15rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52' fill='%23a3abb4'%3e%3cpath d='M52,26c0,2.476-0.213,4.483-2.69,4.483H2.69C0.213,30.483,0,28.476,0,26s0.213-4.483,2.69-4.483 h46.62C51.787,21.517,52,23.524,52,26z'/%3e%3c/svg%3e");
}
.cart-control-quantity .plus {
	right: .15rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58' fill='%23a3abb4'%3e%3cpath d='M55,24H34V3c0-2.762-2.238-3-5-3s-5,0.238-5,3v21H3c-2.762,0-3,2.238-3,5s0.238,5,3,5h21v21 c0,2.762,2.238,3,5,3s5-0.238,5-3V34h21c2.762,0,3-2.238,3-5S57.762,24,55,24z'/%3e%3c/svg%3e");
}
.cart-control-quantity input {
	text-align: center;
	padding: 0;
	border: none;
	pointer-events: none;
	background-color: transparent;
}

/* button */
.cart-control-button {
	flex-grow: 1;
}
.cart-control-button[data-role="cart-action"] .text-to-cart,
.cart-control-button[data-role="cart-action"] .text-in-cart {
	display: none;
}
.cart-control-container[data-in-cart="0"] .cart-control-button[data-role="cart-action"] .text-to-cart {
	display: inline;
}
.cart-control-container[data-in-cart="1"] .cart-control-button[data-role="cart-action"] .text-in-cart {
	display: inline;
}
.cart-control-container[data-in-cart="1"] .cart-control-button[data-role="cart-action"] {
	background-color: #607D8B;
	border-color: #607D8B;
}

/* product thumb */
.cart-control-container__product-thumb .cart-control-button {
	--bs-btn-padding-x: .2rem;
}
/* chackout */
.cart-control-container__checkout {
	height: 2.4rem;
}

/****************** city *********************/
.modal-city__item {
	padding: .15rem .5rem;
}

/*********** module social login *************/
.feature-social-login__heading {
	font-size: 1.07rem;
	margin-top: 1.25rem;
	border-top: 1px solid #ebeef1;
	padding-top: .75rem;
}
.feature-social-login__list {
	display: flex;
	justify-content: space-between;
	width: 10.625rem;
}
.feature-social-login__list div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.125rem;
	height: 3.125rem;
	background: #f5f7f9;
	border-radius: .5rem;
	cursor: pointer;
	transition: background .2s;
}
.feature-social-login__list div:hover {
	background: #f1f3f5;
}
.feature-social-login__list svg {
	width: 1.6875rem;
	height: 1.6875rem;
}

/*************** lock scroll *****************/
.lock-scroll {
	overflow: hidden;
	position: relative;
}

/**************** scroll top *****************/
.scroll-top {
	display: none;
}
.scroll-top {
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	z-index: 99;
	cursor: pointer;
	background-color: rgb(0 10 64 / 20%);
	width: 2rem;
	height: 2rem;
	border-radius: .5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s, background-color .5s;
}
.scroll-top.is-visible {
	opacity: 1;
	visibility: visible;
}
.scroll-top:hover {
	background-color: rgb(0 10 64 / 25%);
}
.scroll-top svg {
	width: 80%;
	height: 80%;
	fill: rgb(0 0 0 / 70%);
}

/************** swiper plugin ****************/
.swiper-viewport {
	position: relative;
	margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
	.swiper-viewport {
		margin-bottom: 2.5rem;
	}
}
.swiper {
	user-select: none;
	-webkit-user-select: none;
}
.swiper-heading {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
}
.swiper-heading h3 {
	margin: 0;
}
.swiper-heading a {
	margin-left: 1rem;
	padding: 0 .4rem;
	font-size: .8rem;
	white-space: nowrap;
}

/* все слайды одинаковой высоты */
.swiper-slide {
	height: auto;
}

/* pagination */
.swiper-pagination-bullets.swiper-pagination-horizontal {
	position: relative;
	bottom: unset;
	margin: 1.5rem 0 .5rem;
}
.swiper-pagination-bullet-active {
	background: #85848a;
}
@media (min-width: 768px) {
	.swiper-pagination {
		display: none;
	}
}

/* pager in heading */
.swiper-heading-pager {
	display: none;
	margin-left: auto;
	gap: 0.75rem;
}
@media (min-width: 768px) {
	.swiper-heading-pager {
		display: flex;
	}
}
.swiper-heading-button-prev,
.swiper-heading-button-next {
	width: 1.75rem;
	height: 1.75rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: .7;
	transition: opacity .15s;
	user-select: none;
}
.swiper-heading-button-prev:hover,
.swiper-heading-button-next:hover {
	opacity: 1;
}
.swiper-heading-button-prev {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z'/%3E%3C/svg%3E");
}
.swiper-heading-button-next {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'/%3E%3C/svg%3E");
}
.swiper-heading-pager .swiper-button-disabled {
	opacity: .3;
}

/* pager */
.swiper-pager {
	--swiper-navigation-sides-offset: .75rem;
	--swiper-navigation-color: #222222;
	--swiper-navigation-size: 2.5rem;
	display: none;
}
.swiper-button-prev,
.swiper-button-next {
	padding: .563rem;
	border-radius: 50%;
	background-color: #ffffff;
	opacity: 0;
	transition: opacity .15s, color .15s, background-color .15s, margin .15s;
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.swiper-button-prev:not(.swiper-button-disabled):hover,
.swiper-button-next:not(.swiper-button-disabled):hover {
	--swiper-navigation-color: var(--bs-primary);
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0;
	/* делаем кликабельными стрелки, чтобы не кликали на баннер вместо стрелки */
	pointer-events: auto;
}
.swiper-horizontal .swiper-button-prev {
	margin-left: -0.1875rem;
}
.swiper-horizontal .swiper-button-next {
	margin-right: -0.1875rem;
}
.swiper-horizontal:hover .swiper-button-prev,
.swiper-horizontal:hover .swiper-button-next {
	opacity: 1;
	margin-left: 0;
	margin-right: 0;
}
.swiper-horizontal:hover .swiper-button-disabled {
	opacity: .35;
}

@media (min-width: 768px) {
	.swiper-pager {
		display: block;
	}
}


/********************** CATEGORY GROUP *************************
===============================================================*/
.category-group-product__cat {
	width: 100%;
	background-color: #fcfcfd;
	padding: 1.25rem 4.8rem 1.25rem 1.5rem;
	margin-bottom: 1.5rem;
	border-radius: .5rem;
	position: relative;
}
.category-group-product__cat-lvl-1 a {
	color: var(--bs-body-color);
	font-size: 1rem;
	font-weight: 600;
	display: inline-block;
	margin-bottom: .5rem;
}
.category-group-product__cat-lvl-1 span {
	display: flex;
	width: 4.0625rem;
	height: 3.75rem;
	position: absolute;
	right: 1rem;
	top: .5rem;
}
.category-group-product__cat-icon {
	width: calc(100% * var(--icon-zoom));
	height: calc(100% * var(--icon-zoom));
	margin: auto;
	max-width: 100%;
}
.category-group-product__cat-lvl-2 a {
	color: var(--bs-body-color);
	line-height: 1.3;
	display: inline-block;
	margin-bottom: .4rem;
}
.category-group-product__cat-all {
	font-size: .875rem;
}


/*********************** CATEGORY PAGE *************************
===============================================================*/
.category-product__image {
	width: 11.25rem;
}
.category-product__description {
	max-height: calc(var(--bs-body-font-size) * var(--bs-body-line-height) * 7);
	overflow: hidden;
	margin-bottom: .25rem;
}
.category-product__description p:last-child {
	margin-bottom: 0;
}
.category-product__description p {
	margin-bottom: calc(var(--bs-body-font-size) * var(--bs-body-line-height));
}
.category-product__description.show {
	max-height: none;
}

/* раскрыть описание категории */
.category-product__descr-toggler {
	display: inline-block;
	font-size: .75rem;
	color: var(--bs-primary);
}

/* список подкатегорий */
.category-product__cat {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 1.5rem;
	color: var(--bs-body-color);
	font-weight: 400;
	border-radius: .5rem;
	overflow: hidden;
	border: 1px solid #f3f5f7;
}
.category-product__cat span {
	padding: 1rem .5rem 1rem 1rem;
	line-height: 1.35;
}
.category-product__cat img {
	flex: 0 0 auto;
}

/* кнопка показать ещё */
.category-product__show-more {
	height: 3.125rem;
	background: url(/image/show_more.png) center 1.875rem no-repeat;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
	margin: 1rem 0 2rem;
	transition: background-position .2s;
	text-align: center;
}
.category-product__show-more:hover {
	background-position: center 2.1875rem;
}


/************* МОДУЛЬ ДЛЯ ВЫВОДА СПИСКА КАТЕГОРИЙ **************
===============================================================*/
.module-category-list {
	width: 16.875rem;
	border-radius: .5rem;
	box-shadow: 0 0 0.625rem rgb(0 0 0 / 3%);
}
@media (min-width: 1240px) {
	.module-category-list {
		width: 18.75rem;
	}
}
.module-category-list a {
	color: var(--bs-body-color);
}
.module-category-list a:hover {
	color: var(--bs-primary);
}
.module-category-list__group {
	padding-top: .55rem;
	padding-bottom: .55rem;
	border-color: #eeeef3;
}
.module-category-list__group.active {
	background-color: #fff;
	border-color: #eeeef3;
}

/* основная категория */
.module-category-list__cat {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.module-category-list__cat a {
  font-weight: 600;
}
.module-category-list__group.active .module-category-list__cat a {
	color: var(--bs-primary);
}

/* раскрывает меню */
.module-category-list__cat span {
	opacity: 0;
	color: #61616d;
	flex: 0 0 1rem;
	height: 1rem;
	cursor: pointer;
	position: relative;
}
.module-category-list__cat span::before,
.module-category-list__cat span::after {
	content: '';
	position: absolute;
	background: #61616d;
}
.module-category-list__cat span::before {
	width: 100%;
	height: 0.125rem;
	top: calc(50% - 0.0625rem);
}
.module-category-list__cat span::after {
	width: 0.125rem;
	height: 100%;
	left: calc(50% - 0.0625rem);
	top: 0;
}
.module-category-list__cat span:hover::before,
.module-category-list__cat span:hover::after {
	background: var(--bs-primary);
}
.module-category-list__group:hover .module-category-list__cat span,
.module-category-list__group.active .module-category-list__cat span {
	opacity: 1;
}
.module-category-list__group.active .module-category-list__cat span::after {
	display: none;
}
.module-category-list__group.active .module-category-list__cat span::before,
.module-category-list__group.active .module-category-list__cat span::after {
	background: var(--bs-primary);
}

/* подкатегории */
.module-category-list__subcat-lvl-1  {
	display: none;
	position: relative;
	top: 0.3125rem;
}
.module-category-list__subcat-lvl-1.active {
	display: block;
}
.module-category-list__subcat-lvl-1 a {
	display: block;
	line-height: 1.3;
	padding: .25rem 0 .25rem .5rem;
}
.module-category-list__subcat-lvl-1 a.active {
	color: var(--bs-primary);
}


/*************** МЕНЮ РАЗДЕЛОВ ЛИЧНОГО КАБИНЕТА ****************
===============================================================*/
.module-account {
	width: 15.625rem;
}
@media (min-width: 1240px) {
	.module-account {
		width: 16.875rem;
	}
}
.module-account__header {
	font-size: 1.05rem;
	font-weight: 600;
	margin-bottom: .5rem;
	padding: 0 1rem;
}
.module-account a {
	display: flex;
	align-items: center;
	color: var(--bs-body-color);
	padding: .4rem 1rem;
	border-radius: .35rem;
}
.module-account a:hover {
	background-color: #fafafb;
}
.module-account .icon {
	width: 1.5625rem;
	height: 1.5625rem;
	flex-shrink: 0;
	margin-right: .5rem;
	fill: #b4b4bd;
}


/************************* BLOG THUMB **************************
===============================================================*/
.blog-thumb {
	position: relative;
}
.blog-thumb__date {
	display: inline-block;
	background-color: rgb(255 255 255 / 75%);
	padding: .05rem .25rem;
	border-radius: 0 0 0 .5rem;
	font-size: .875rem;
	position: absolute;
	right: 0;
	top: 0;
	pointer-events: none;
	color: rgb(0 0 0 / 75%);
}


/************************ PRODUCT LIST *************************
===============================================================*/
.product-layout {
	display: flex;
	margin-bottom: 1.5rem;
}


/*********************** PRODUCT LABEL *************************
===============================================================*/
.product-label {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	padding: .15rem .25rem;
	border-radius: .25rem;
	font-size: .7rem;
	font-weight: 600;
	text-transform: uppercase;
}
.product-label--special {
	background-color: #ef1818;
	color: #ffffff;
}


/*********************** PRODUCT THUMB *************************
===============================================================*/
.product-thumb {
	position: relative;
	display: flex;
	flex-direction: column;
}
.product-thumb__body {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-top: .5rem;
}
.product-thumb__name {
	margin-bottom: .75rem;
	line-height: 1.3;
	color: var(--bs-body-color);
	flex-grow: 1;
	font-size: 0.938rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.product-thumb__price,
.product-thumb__price-special {
	font-size: 1.16rem;
	font-weight: 600;
}
.product-thumb__price-special {
	color: #ef4e4e;
	margin-right: .5rem;
}
.product-thumb__price-base {
	color: #989a9f;
	text-decoration: line-through;
	font-size: .95rem;
}
.product-thumb__labels {
	position: absolute;
	top: .5rem;
	left: .5rem;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: .25rem;
	pointer-events: none;
}
.product-thumb__image img {
	border-radius: .375rem;
}

.product-thumb__controls {
	position: absolute;
	right: .5rem;
	top: .5rem;
	display: flex;
	flex-direction: column;
	background-color: rgb(233 233 233 / 50%);
	gap: 0.25rem;
	padding: 0.2rem;
	border-radius: .5rem;
	color: #5f5f5f;
}
.product-thumb__controls .icon {
	width: 1.4rem;
	height: 1.4rem;
	cursor: pointer;
	fill: #333333;
}
.product-thumb__controls .icon-favorite[data-product="wishlist-remove"] {
	fill: var(--bs-primary);
}


.product-thumb__button-add {
	cursor: pointer;
	background: #7fd97f;
	padding: 0.15rem .85rem 0.25rem;
	border-radius: .35rem;
}
.product-thumb__button-add:hover {
	background: #88d988;
}


/************************* PRODUCT PAGE ************************
===============================================================*/
.product__panel-buttons {
	display: inline-flex;
	gap: .5rem;
}
.product__panel-buttons .icon {
	width: 2rem;
	height: 2rem;
	cursor: pointer;
	fill: #333333;
}
.product__panel-buttons .icon-favorite[data-product="wishlist-remove"] {
	fill: var(--bs-primary);
}

.product__price-base,
.product__price-special {
	font-size: 1.65rem;
}
.product__price-special {
	color: #f13232;
}
.product__price-special + .product__price-base {
	margin-left: 0.25rem;
	font-size: 1.1rem;
	vertical-align: top;
	text-decoration: line-through;
}

.product__labels {
	display: flex;
	flex-wrap: wrap;
	gap: .375rem;
	margin-bottom: .75rem;
}

.product__tags {
	margin-bottom: 1.5rem;
	display: flex;
	gap: .5rem;
}
.product__tags a {
	position: relative;
	padding: .188rem .438rem;
	background: #f2f5fb;
	color: var(--bs-body-color);
	border-radius: .5rem;
	border: 1px solid #e7eaf1;
	font-size: .875rem;
	display: inline-flex;
	align-items: center;
}
.product__tags a:before {
	content: '';
	width: .563rem;
	height: .563rem;
	background: #ffffff;
	border: 1px solid #e3e7ef;
	border-radius: 50%;
	margin-right: .25rem;
}
.product__tags a:hover {
	background-color: #ebeff7;
	border-color: #e1e5ef;
}

/* --- Галерея изображений товара --- */

/* контейнер галереи */
@media (min-width: 768px) {
	.product__swiper-container {
		aspect-ratio: 1.6818;
	}
}

/* горизонтальный слайдер */
.product__swiper-horizontal {
	position: relative;
	flex-grow: 1;
}
@media (min-width: 768px) {
	.product__swiper-horizontal .swiper-slide {
		border-radius: 1rem;
		overflow: hidden;
	}
}

/* счётчик слайдов на мобильных (fraction) */
.product__swiper-horizontal .swiper-pagination-fraction {
	bottom: 1rem;
	left: 1rem;
	width: auto;
	background: rgba(255, 255, 255, 0.75);
	padding: 0.1rem 0.4rem;
	border-radius: 0.4rem;
	font-size: 0.875rem;
}

/* скрываем счётчик, если слайд всего один */
.product__swiper-horizontal .swiper-pagination-lock {
	display: none !important;
}

@media (min-width: 576px) and (max-width: 767px) {
	.product__swiper-horizontal .swiper-slide {
		width: 60%;
	}
}

/* миниатюры (вертикальный слайдер) */
.product__swiper-vertical {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	margin-right: 1rem;
}
.product__swiper-vertical .swiper {
	height: 100%;
}
.product__swiper-vertical .swiper-slide {
	display: flex;
	justify-content: center;
	cursor: pointer;
}
.product__swiper-vertical .swiper-slide-thumb-active img {
	border-color: #d3d3db;
	box-shadow: inset 0 0 0 0.0625rem #d3d3db;
}
.product__swiper-vertical img {
	max-width: none;
}

/* кнопки навигации миниатюр */
.product__swiper-vertical-prev,
.product__swiper-vertical-next {
	position: absolute;
	z-index: 2;
	width: 1.8rem;
	height: 1.8rem;
	padding: .2rem;
	background-color: #ffffff;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.05);
	cursor: pointer;
}
.product__swiper-vertical-prev:hover,
.product__swiper-vertical-next:hover {
	fill: var(--bs-primary);
}
.product__swiper-vertical-prev {
	top: 1rem;
}
.product__swiper-vertical-next {
	bottom: 1rem;
}
.product__swiper-vertical-prev.swiper-button-disabled,
.product__swiper-vertical-next.swiper-button-disabled {
	opacity: 0;
	pointer-events: none;
}


/*************************** ОТЗЫВЫ ****************************
===============================================================*/

.product__review {
	background-color: #f8f9fb;
	padding: 1.5rem;
	border-radius: 1rem;
}

/* Список отзывов */
.product__review-list ul {
	margin-top: 1.5rem;
	margin-bottom: 2rem;
}
.product__review-list img {
	width: 2.5rem;
	border-radius: .5rem;
}
.product__review-list-answer {
	border-top: 1px solid #f0f0f3;
	margin-top: .5rem;
	padding-top: .5rem;
}


/*************************** TAG PAGE ***************************
===============================================================*/
.product-tag__related {
	position: relative;
	display: inline-block;
	background: #ece7f5;
	color: #61586f;
	padding: 0.0625rem 0.4375rem 0.0625rem 1.25rem;
	border-radius: .25rem;
	border: 1px solid #e5dff1;
	margin-right: 0.3125rem;
	transition: all .2s;
}
.product-tag__related:hover {
	background: #e6e0f1;
	color: #4e475a;
	border-color: #ded7ea;
}
.product-tag__related::before {
	content: '';
	position: absolute;
	top: 0.5625rem;
	left: 0.375rem;
	width: 0.625rem;
	height: 0.625rem;
	background: #ffffff;
	border: 1px solid #e5dff1;
	border-radius: 50%;
}


/*************************** КОРЗИНА ***************************
===============================================================*/
.cart__block {
	margin-bottom: 2rem;
}
@media (min-width: 992px) {
	.cart__block {
		padding: 1.5rem 1.5rem 1rem;
		box-shadow: 0 0 0.9375rem rgb(0 0 0 / 3%);
		border-radius: .5rem;
		margin-bottom: 1.5rem;
	}
	.cart__confirm {
		position: sticky;
		top: 0.625rem;
		background: #f9fafb;
		box-shadow: none;
	}
}

/* список товаров */
.cart__product-row {
	padding: .5rem 0;
}
.cart__product-row:not(:last-child) {
	margin-bottom: .5rem;
	border-bottom: 0.0625rem dashed #e1e4e8;
}
.cart__product-remove {
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	cursor: pointer;
	fill: #d3d8dc;
	transition: fill .1s;
}
.cart__product-remove:hover {
	fill: #c9cdd0;
}
.cart__product-data {
	line-height: 1.3;
}
.cart__product-name {
	color: var(--bs-body-color);
}
.cart__product-labels {
	display: flex;
	flex-wrap: wrap;
	gap: .25rem;
	margin-top: .25rem;
}
.cart__product-total {
}
.cart__product-base-total {
	color: #c0c3c9;
	text-decoration: line-through;
	font-size: .75rem;
	line-height: 1.3;
}
.cart__product-base-total + .cart__product-total {
	color: #eb4c4c;
}
.cart__product-unit-price {
	color: #84878d;
	font-size: .75rem;
	line-height: 1.4;
}
@media (min-width: 576px) {
	.cart__product-data {
		margin-right: 1rem;
	}
	.cart__product-total {
		width: 6.25rem;
	}
}
@media (min-width: 1240px) {
	.cart__product-total {
		width: 8.125rem;
		font-size: .9375rem;
	}
}

/* customer form */
.cart-customer-data__selected-address {
	padding: .5rem .75rem;
	border-radius: .375rem;
	background-color: #f4f5f7;
}

/* итого */
.cart__confirm-coupon,
.cart__confirm-reward,
.cart__confirm-voucher {
	display: block;
	margin-bottom: .25rem;
}
.cart__confirm-payment-method {
	margin-bottom: 1rem;
}
.cart__confirm-payment-method div {
	font-weight: 600;
}
.cart__confirm #button-confirm {
	width: 100%;
	padding: .65rem 1.5rem;
	font-size: .9375rem;
}
@media (min-width: 768px) {
	.cart__confirm #button-confirm {
		width: auto;
	}
}
@media (min-width: 992px) {
	.cart__confirm #button-confirm {
		width: 100%;
	}
}


/*********************** МОДУЛЬ КАРУСЕЛЬ ***********************
===============================================================*/
.module-carousel {}


/************************ МОДУЛЬ БАННЕР ************************
===============================================================*/
.module-banner {}


/*********************** МОДУЛЬ СЛАЙДШОУ ***********************
===============================================================*/
.module-slideshow {}


/*********************** ЛИЧНЫЙ КАБИНЕТ ************************
===============================================================*/
.information-styleguide__icon-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin-bottom: 3rem;
}
.information-styleguide__icon-list svg {
	width: 3rem;
	height: 3rem;
}


/*********************** ЛИЧНЫЙ КАБИНЕТ ************************
===============================================================*/
.account__heading {
	display: flex;
	align-items: center;
}
h3.account__heading {
	margin-bottom: 1.5rem;
}
h4.account__heading {
	margin-bottom: 1rem;
}
.account__heading a {
	display: flex;
	flex-shrink: 0;
	margin-right: .75rem;
}
.account__heading .icon {
	width: 1.6875rem;
	height: 1.6875rem;
	border: 1px solid #dee2e6;
	border-radius: .35rem;
	padding: 0.1875rem;
	fill: #44484c;
}

/****************** ЛИЧНЫЙ КАБИНЕТ (ОСНОВНАЯ) ******************
===============================================================*/
.account-account__block {
	width: 100%;
	padding: 1.5rem;
	border-radius: .75rem;
	margin-bottom: 1.5rem;
	background-color: #fafafb;
}
.account-account__block h4 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.2rem;
	color: rgb(0 0 0 / 70%);
}
.account-account__block .icon {
	width: 1.5625rem;
	height: 1.5625rem;
	margin-right: .5rem;
	fill: #b4b4bd;
	flex-shrink: 0;
}
.account-account__block h4 a {
	font-size: .8rem;
}
.account-account__block ul a {
	color: var(--bs-body-color);
	display: inline-flex;
	align-items: center;
	margin-bottom: .5rem;
}
.account-account__wishlist-products {
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}
.account-account__wishlist-products:after {
	content: '';
	position: absolute;
	right: 0;
	height: 100%;
	box-shadow: 0 0 0.625rem 0.9375rem #f9f9fb;
}
.account-account__wishlist-products a {
	margin-right: .5rem;
	display: inline-block;
	background: #ffffff;
}
.account-account__wishlist-products img {
	border-radius: .25rem;
	border: 1px solid #f3f3f7;
	padding: 0.125rem;
}
.account-account-page {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: center;
	min-height: 0;
	padding-top: 32px;
	padding-bottom: 48px;
}
.account-account__alert {
	position: fixed;
	top: 16px;
	left: 50%;
	z-index: 1040;
	width: calc(100% - 32px);
	max-width: 568px;
	transform: translateX(-50%);
}
.account-account__locked {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 600px;
	text-align: center;
}
.account-account__locked-icon {
	display: block;
	width: 153px;
	height: auto;
	margin-bottom: 68px;
}
.account-account__locked-title {
	max-width: 520px;
	margin: 0 0 31px;
	font-size: 25px;
	font-weight: 700;
}
.account-account__locked-button,
.account-account__refund-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 530px;
	height: 50px;
	min-height: 50px;
	padding: 0 24px;
	border: 0;
	border-radius: 10px;
	background: var(--quiz-gradient, linear-gradient(74.74deg, #7358D4 0%, #9378F6 103.58%));
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}
.account-account__locked-button:hover,
.account-account__refund-button:hover {
	color: #fff;
	text-decoration: none;
}
.account-account__subscription {
	width: 100%;
	max-width: 530px;
}
@media (min-width: 768px) {
	.account-account-page {
		padding-top: 32px;
	}
	.account-account__locked-icon {
		width: 270px;
		margin-bottom: 52px;
	}
	.account-account__locked-title {
		margin-bottom: 31px;
		font-size: 35px;
	}
	.account-account__locked-button,
	.account-account__refund-button {
		height: 80px;
		min-height: 80px;
		border-radius: 20px;
		font-size: 30px;
	}
}

/*************** СПИСОК ЗАКАЗОВ (ЛИЧНЫЙ КАБИНЕТ) ***************
===============================================================*/
.account-order-list__item {
	display: flex;
	padding: .5rem;
	border-radius: .5rem;
	border: 1px solid #f0f1f3;
	margin-bottom: .75rem;
	cursor: pointer;
}
@media (min-width: 576px) {
	.account-order-list__item {
		padding: 1rem;
	}
}
.account-order-list__status-color {
	width: .5rem;
	border-radius: .25rem;
	margin-right: .75rem;
	flex-shrink: 0;
}
.account-order-list__order-status {
}
.account-order-list__order-total {
	font-size: 0.9375rem;
}
.account-order-list__products {
	display: flex;
	width: 13rem;
	overflow: hidden;
}
@media (min-width: 400px) {
	.account-order-list__products {
		width: 16.25rem;
	}
}
@media (min-width: 452px) {
	.account-order-list__products {
		width: 19.5rem;
	}
}
@media (min-width: 504px) {
	.account-order-list__products {
		width: 22.75rem;
	}
}
@media (min-width: 576px) {
	.account-order-list__products {
		width: 26rem;
	}
}
@media (min-width: 650px) {
	.account-order-list__products {
		width: 29.25rem;
	}
}
@media (min-width: 700px) {
	.account-order-list__products {
		width: 35.75rem;
	}
}
@media (min-width: 768px) {
	.account-order-list__products {
		width: 13rem;
		justify-content: end;
	}
}
@media (min-width: 992px) {
	.account-order-list__products {
		width: 32.5rem;
		justify-content: start;
	}
}
@media (min-width: 1100px) {
	.account-order-list__products {
		width: 39rem;
	}
}
@media (min-width: 1240px) {
	.account-order-list__products {
		width: 13rem;
		justify-content: end;
	}
}
@media (min-width: 1300px) {
	.account-order-list__products {
		width: 16.25rem;
	}
}
.account-order-list__products img {
	margin-right: 0.125rem;
}
.account-order-list__view {
	margin: 0 0 auto 1rem;
	background: #f7f7fb;
	padding: 0.3125rem;
	border-radius: .35rem;
}
.account-order-list__view .icon {
	width: 1.4375rem;
	height: 1.4375rem;
	fill: #757781;
}

/************** СТРАНИЦА ЗАКАЗА (ЛИЧНЫЙ КАБИНЕТ) ***************
===============================================================*/
.account-order-info__container {
	width: 100%;
	padding: 1rem;
	margin-bottom: 1rem;
	background-color: #fafafb;
	border-radius: .5rem;
}
.account-order-info__container td {
	border-color: #e9ebed;
}

/*************** СПИСОК АДРЕСОВ (ЛИЧНЫЙ КАБИНЕТ) ***************
===============================================================*/
.account-address__item {
	padding: 1rem;
	border-radius: .5rem;
}
.account-address__item-address {
	font-size: 1rem;
	margin-bottom: .25rem;
}

/**************** АВТОРИЗАЦИЯ (ЛИЧНЫЙ КАБИНЕТ) *****************
===============================================================*/
.account-login-page {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: center;
	min-height: 0;
	padding-top: 23px;
	padding-bottom: 32px;
}
.account-login {
	width: 100%;
	max-width: 568px;
	margin: 0 auto;
}
.account-login__alert {
	margin-bottom: 16px;
}
.account-login__title {
	margin: 0 0 35px;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
}
.account-login__hint {
	display: flex;
	align-items: center;
	min-height: 68px;
	margin-bottom: 21px;
	padding: 13px 22px;
	border-radius: 8px;
	background: #E6DDF2;
	font-size: 15px;
	font-weight: 700;
}
.account-login__hint-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	margin-right: 21px;
	border-radius: 50%;
	background: #B29AF0;
}
.account-login__hint-icon img {
	display: block;
	width: 23px;
	height: 30px;
}
.account-login__form {
	display: flex;
	flex-direction: column;
}
.account-login__input {
	width: 100%;
	height: 58px;
	padding: 0 18px;
	border: 1px solid #DEE2E6;
	border-radius: 8px;
	background: #fff;
	font-size: 18px;
	box-shadow: none;
}
.account-login__input::placeholder {
	color: #B7B8C1;
	opacity: 1;
}
.account-login__input:focus {
	border-color: #7358D4;
	box-shadow: 0 0 0 3px rgba(115, 88, 212, .14);
}
.account-login__form .text-danger {
	margin-top: 8px !important;
	font-size: 13px;
}
.account-login__button-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 57px;
	margin-top: 26px;
	padding: 12px 20px;
	border: 0;
	border-radius: 7px;
	background: var(--quiz-gradient, linear-gradient(74.74deg, #7358D4 0%, #9378F6 103.58%));
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.account-login__button-submit:disabled {
	opacity: .72;
}
.account-login__privacy {
	margin-top: 30px;
	color: #939393;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
}
@media (min-width: 768px) {
	.account-login-page {
		padding-top: 32px;
	}
	.account-login {
		max-width: 420px;
	}
	.account-login__title {
		font-size: 30px;
	}
	.account-login__privacy {
		font-size: 15px;
	}
}

/**************** РЕГИСТРАЦИЯ (ЛИЧНЫЙ КАБИНЕТ) *****************
===============================================================*/
.account-register {}

/*************** ЗАБЫЛИ ПАРОЛЬ (ЛИЧНЫЙ КАБИНЕТ) ****************
===============================================================*/
.account-forgotten {}
