

/* Start:/local/components/oldis/header/templates/.default/style.css?176848475019197*/
body {
	position: relative;
	padding: 70px 0 0;
	min-height: 100%;
}

@media screen and (min-width: 1130px) {
	body {
		padding-top: 134px;
	}
}

.menu {
	position: fixed;
	top: 70px;
	bottom: 70px;
}

@media screen and (min-width: 1130px) and (max-width: 1499.001px) {
	.menu {
		top: 94px;
		bottom: 0;
		position: absolute;
	}
}

@media screen and (min-width: 1500px) {
	.menu {
		top: 134px;
		bottom: 0;
	}
}

@media screen and (max-width: 1130px) {
	footer {
		padding-bottom: 70px;
	}
}

@media screen and (min-width: 1130px) and (max-width: 1499.001px) {
	footer {
		bottom: 0;
	}
}

@media screen and (min-width: 1500px) {
	footer {
		bottom: 0;
	}
}

.header {
	width: 100%;
	position: relative;
	padding-bottom: 11px;
}

.header button {
	border: 0;
	background-color: transparent;
}

.header-inner {
	display: flex;
	width: 100%;
}

@media (max-width: 700px) {
	.header-inner {
		margin-top: 10px;
	}
}

.header-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 45px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-logo::before {
	content: "";
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/components/oldis/header/templates/.default/assets/header-sprite.png);
	background-image: url(/local/components/oldis/header/templates/.default/assets/header-sprite.webp);
	width: 161px;
	min-width: 161px;
	height: 30px;
	min-height: 30px;
	background-position: 0px 0px;
}

.header.is-homepage {
	padding-bottom: 0;
}

@media (max-width: 700px) {
	.header.is-homepage {
		padding-bottom: 41px;
	}
}

.header.is-top .header-dropdown:active li,
.header.is-top .header-dropdown:hover li,
.header.is-top .header-dropdown:focus li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header.is-top .header-top {
	z-index: 6;
}

.header.is-top .header-main {
	top: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}

@media (min-width: 1130px) {
	.header.is-top .header-main {
		top: 41px;
	}
}

@media screen and (min-width: 1130px) {
	.header.is-top .header-main {
		height: 94px;
	}
}

@media screen and (min-width: 1500px) {
	.header.is-top .header-main {
		top: 40px;
	}
}

.header-top {
	position: fixed;
	top: 0;
	background: #f5f7fb;
	display: none;
	height: 40px;
	-webkit-transition: height 0.15s, opacity 0.15s;
	transition: height 0.15s, opacity 0.15s;
	z-index: 3;
}

@media (min-width: 1130px) {
	.header-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.header-top .maxwidth {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-top nav,
.header-top nav > div,
.header-info {
	height: 100%;
}

.header-top nav ul,
.header-top nav li {
	height: 100%;
}

.header-top nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 25px;
	margin-left: -25px;
	padding-left: 12.5px;
}

.header-top nav li a,
.header-top nav li button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 11px;
	font-weight: 700;
	line-height: 16px;
	color: #1a222c;
	padding: 0 12px;
	text-transform: uppercase;
}

@media (max-width: 1580px) {
	.header-top nav li a,
	.header-top nav li button {
		font-size: 10px;
	}
}

@media screen and (max-width: 1580px) {
	.header-top nav li a,
	.header-top nav li button {
		padding: 0 7px;
	}
}

.header-info {
	display: flex;
	align-items: center;
	gap: 24px;
}

.header-info a,
.header-info button {
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 11px;
	line-height: 16px;
	font-weight: 700;
	color: #1a222c;
}

@media (max-width: 1580px) {
	.header-info a,
	.header-info button {
		line-height: 14px;
	}
}

@media (max-width: 1500px) {
	.header-info button {
		display: none;
	}
}

.header-telegram::before {
	content: "";
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: image-set(url(/local/components/oldis/header/templates/.default/assets/header-sprite.webp), url(/local/components/oldis/header/templates/.default/assets/header-sprite.png));
	width: 16px;
	height: 16px;
	background-position: -144px -30px;
	margin-right: 8px;
}

@media (max-width: 1500px) {
	.header-telegram {
		display: none !important;
	}
}

.header-dropdownMenu {
	position: absolute;
	top: 75px;
	left: -93px;
	width: 285px;
	padding: 25px 20px;
	background: #ffffff;
	border-radius: 7px;
	-webkit-box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.15);
	opacity: 0;
	z-index: 1;
	visibility: hidden;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: 0.2s 0.15s ease-in-out;
	transition: 0.2s 0.15s ease-in-out;
}

.header-dropdownMenu::before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9.5px 8px 9.5px;
	border-color: transparent transparent #ffffff transparent;
}

@media (max-width: 1750px) {
	.header-dropdownMenu::before {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		left: auto;
		right: 15px;
	}
}

.header-dropdownMenu-list li a {
	display: block;
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 19.5px;
}

.header-dropdownMenu-list li:last-child a {
	padding-bottom: 0;
}

@media (max-width: 1750px) {
	.header-dropdownMenu-list li {
		text-align: right;
	}
}

@media (max-width: 1750px) {
	.header-dropdownMenu {
		left: auto;
		right: 0;
		width: 230px;
	}
}

.header-dropdown {
	display: table;
	padding: 0 20px 0 0 !important;
	height: 100%;
	max-height: 40px;
	-ms-flex-item-align: baseline;
	align-self: baseline;
	z-index: 3;
	-webkit-transition: height 0.15s, opacity 0.15s;
	transition: height 0.15s, opacity 0.15s;
	position: relative;
	margin-right: -2.5px;
}

.header-dropdown li {
	display: none;
	margin: 0 -20px 0 -10px;
	position: inherit;
	left: 2.5px;
	top: -3px;
}

.header-dropdown li a {
	height: 40px;
	padding: 0 15px 0 15px;
}

@media (max-width: 1580px) {
	.header-dropdown li a {
		font-size: 11px;
	}
}

.header-dropdown li:first-of-type {
	top: 0;
	margin: 0;
	margin-right: -20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: -2.5px;
}

.header-dropdown li:first-of-type a {
	position: relative;
	padding: 0 20px 0 0;
	color: #1a222c;
}

.header-dropdown:hover li:first-of-type a {
	color: #1266cb;
}

.header-dropdown:hover li:first-of-type a::after {
	background-position: -60px -118px;
}

.header-dropdown li:first-of-type a::after {
	position: absolute;
	content: "";
	right: -1px;
	top: 13px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/components/oldis/header/templates/.default/assets/header-sprite.png);
	background-image: url(/local/components/oldis/header/templates/.default/assets/header-sprite.webp);
	width: 16px;
	height: 16px;
	background-position: -144px -62px;
}

.header-dropdown:active,
.header-dropdown:hover,
.header-dropdown:focus {
	max-height: 100%;
}

.header-dropdown:active li,
.header-dropdown:hover li,
.header-dropdown:focus li {
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
	background: #ffffff;
	border-radius: 5px;
}

.header-dropdown:active li:first-of-type,
.header-dropdown:hover li:first-of-type,
.header-dropdown:focus li:first-of-type {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	border-radius: 0;
}

.header-dropdown span {
	width: 100%;
}

.header-main,
.header-mobile {
	z-index: 6;
}

.header-top,
.header-main,
.header-mobile {
	width: 100%;
}

.header-main {
	position: fixed;
	top: 0;
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #ffffff;
	border-bottom: 1px solid #dddfe1;
	-webkit-transition: height 0.15s, opacity 0.15s;
	transition: height 0.15s, opacity 0.15s;
	z-index: 5;
}

@media screen and (min-width: 1130px) {
	.header-main {
		height: 70px;
	}
}

.header-main .maxwidth {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 700px) {
	.header-main {
		height: 120px;
	}

	.header-main .maxwidth {
		position: relative;
		flex-direction: column;
		padding: 0 14px;
	}

	.header-mobile-top {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-top: 10px;
	}
}

.header-main img {
	padding-top: 5px;
}

.header-cabinet {
	margin-left: 31px;
	height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 1px;
}

@media (max-width: 700px) {
	.header-cabinet {
		display: none;
	}
}

.header-cabinet > div {
	position: relative;
}

.header-cabinet > div:first-of-type > a,
.header-cabinet > div:first-of-type button {
	padding-left: 0;
}

.header-cabinet > div:last-of-type > a,
.header-cabinet > div:last-of-type > button {
	padding-right: 0;
}

.header-cabinet > div > a,
.header-cabinet > div button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	padding: 0 12px;
}

.header-cabinet > div > a > div,
.header-cabinet > div button > div {
	max-height: 25px;
}

.header-cabinet > div > a > span,
.header-cabinet > div button > span {
	line-height: initial;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	color: #868b91;
	letter-spacing: 0.44px;
	padding-top: 7px;
}

@media (max-width: 1130px) {
	.header-cabinet {
		margin-left: 16px;
	}

	.header-cabinet > div > a > span,
	.header-cabinet > div button > span {
		display: none;
	}
}

.header-cabinet > div.header-disabled a span,
.header-cabinet > div.header-disabled button span {
	color: #b1b5b9;
}

.header-counter,
.header-delayed-counter,
.header-compare-counter {
	position: relative;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: -8px;
	right: -11px;
}

@media screen and (min-width: 1130px) {
	.header-counter,
	.header-delayed-counter,
	.header-compare-counter {
		top: 0px;
		right: 0px;
	}
}

.header-counter span,
.header-delayed-counter span,
.header-compare-counter span {
	font-weight: 600;
	font-size: 13px;
	color: #ffffff !important;
	padding: 0 4px;
	margin-left: -50% !important;
	width: 17px;
	height: 16px;
	position: absolute;
	background: #1266cb;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	z-index: 3;
	border: 1px solid #ffffff;
}

@media screen and (min-width: 1130px) {
	.header-counter span,
	.header-delayed-counter span,
	.header-compare-counter span {
		top: -1px;
		right: -9px;
		font-size: 12px;
		line-height: 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 5px;
	}
}

.header-catalog-button input {
	display: none;
}

.header-catalog-button input:checked + div::before {
	background-position: -126px -78px;
}

.header-catalog-button div {
	margin: 0px;
	background: #1266cb;
	border-radius: 5px;
	width: 139px;
	min-width: 139px;
	height: 48px;
	margin-left: 28px;
	margin-right: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1130px) {
	.header-catalog-button div {
		width: 48px;
		height: 48px;
		min-width: 48px;
		margin: 0 12px;
	}
}

@media (max-width: 700px) {
	.header-catalog-button div {
		margin: 0 7px 0 0;
	}
}

.header-catalog-button div span {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #ffffff;
	display: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 1px 2px 0 0;
	letter-spacing: 0.56px;
}

@media screen and (min-width: 1130px) {
	.header-catalog-button div span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media (hover: hover) {
	.header-catalog-button div:hover {
		color: #ffffff !important;
		background: #105cb7;
	}
}
@media (hover: none) {
	.header-catalog-button div:active {
		color: #ffffff !important;
		background: #105cb7;
	}
}

.header-catalog-button div::before {
	content: "";
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: image-set(url(/local/components/oldis/header/templates/.default/assets/header-sprite.webp), url(/local/components/oldis/header/templates/.default/assets/header-sprite.png));
	width: 20px;
	height: 20px;
	background-position: -20px -98px;
	display: inline-block;
}

@media screen and (min-width: 1130px) {
	.header-catalog-button div::before {
		margin-right: 5px;
	}
}

.header search {
	width: 100%;
}

.header-search {
	border: 1px solid #d2d8e4;
	border-radius: 4px;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	color: #9ba0a6;
	display: flex;
	font-weight: 500;
}

.header-search * {
	border: 0;
	height: 100%;
	margin: 0;
	padding: 0;
}

.header-search *:active,
.header-search *:hover,
.header-search *:focus {
	outline: 0;
	outline-offset: 0;
}

.header-search button {
	padding: 0 10px 0 9px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
}

.header-search button::after {
	content: "";
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: image-set(url(/local/components/oldis/header/templates/.default/assets/header-sprite.webp), url(/local/components/oldis/header/templates/.default/assets/header-sprite.png));
	width: 20px;
	height: 20px;
	background-position: -120px -98px;
	display: inline-block;
}

.header-search input {
	font-size: 14px;
	line-height: 20px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-right: 12.5px;
	font-weight: 400;
}

.header-search input::-webkit-input-placeholder {
	color: #9ba0a6;
}

.header-search input::-moz-placeholder {
	color: #9ba0a6;
}

.header-search input:-ms-input-placeholder {
	color: #9ba0a6;
}

.header-search input::-ms-input-placeholder {
	color: #9ba0a6;
}

.header-search input::placeholder {
	color: #9ba0a6;
}

.header-mobile {
	position: fixed !important;
	bottom: 0;
	background: #ffffff;
	width: 100%;
	height: 70px;
	border-top: 1px solid #d2d8e4;
}

@media screen and (min-width: 1130px) {
	.header-mobile {
		display: none !important;
		height: 0 !important;
	}
}

.header-mobile * {
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	color: #677488;
}

.header-mobile .maxwidth {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

@media (max-width: 410px) {
	.header-mobile .maxwidth {
		padding: 0;
	}
}

.header-mobile a,
.header-mobile button {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-mobile a div,
.header-mobile button div {
	position: relative;
}

.header-mobile a span,
.header-mobile button span {
	margin-top: 3px;
}

.header-icon-compare,
.header-icon-heart,
.header-icon-shopping-cart,
.header-icon-user {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: image-set(url(/local/components/oldis/header/templates/.default/assets/header-sprite.webp), url(/local/components/oldis/header/templates/.default/assets/header-sprite.png));
	width: 24px;
	height: 24px;
}

.header-icon-compare {
	background-position: -72px -54px;
}

.header-icon-heart {
	background-position: -0px -54px;
}

.header-icon-shopping-cart {
	background-position: -72px -30px;
}

.header-icon-user {
	background-position: -96px -54px;
}

.header-icon-bottom-catalog,
.header-icon-bottom-heart,
.header-icon-bottom-shopping-cart,
.header-icon-bottom-user {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: image-set(url(/local/components/oldis/header/templates/.default/assets/header-sprite.webp), url(/local/components/oldis/header/templates/.default/assets/header-sprite.png));
	width: 20px;
	height: 20px;
}

.header-icon-bottom-catalog {
	background-position: -0px -98px;
}

.header-icon-bottom-heart {
	background-position: -20px -118px;
}

.header-icon-bottom-shopping-cart {
	background-position: -63px -78px;
}

.header-icon-bottom-сhat {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url(/local/components/oldis/header/templates/.default/assets/chat.png);
}

.header-icon-bottom-user {
	background-position: -60px -98px;
}

@media (hover: hover) {
	a:hover .header-icon-compare,
	button:hover .header-icon-compare {
		background-position: -96px -30px;
		width: 24px;
	}

	a:hover .header-icon-heart,
	button:hover .header-icon-heart {
		background-position: -120px -54px;
	}

	a:hover .header-icon-shopping-cart,
	button:hover .header-icon-shopping-cart {
		background-position: -0px -30px;
	}
}

@media (hover: none) {
	a:active .header-icon-compare,
	button:active .header-icon-compare {
		background-position: -96px -30px;
		width: 24px;
	}

	a:active .header-icon-heart,
	button:active .header-icon-heart {
		background-position: -120px -54px;
	}

	a:active .header-icon-shopping-cart,
	button:active .header-icon-shopping-cart {
		background-position: -0px -30px;
	}
}

.header-disabled {
	pointer-events: none;
}

.header-disabled .header-icon-compare {
	background-position: -120px -30px;
}

.header-disabled .header-icon-heart {
	background-position: -48px -54px;
}

.header-disabled .header-icon-shopping-cart {
	background-position: -24px -54px;
}

.header-disabled .header-icon-user {
	background-position: -48px -30px;
}

/* header State styles */
@media (hover: hover) {
	.header button:hover {
		color: #1266cb;
	}
	.header-top a:hover {
		color: #1266cb;
	}
}

@media (hover: none) {
	.header button:active {
		color: #1266cb;
	}
	.header-top a:active {
		color: #1266cb;
	}
}

.header-top .is-active {
	color: #1266cb;
}

.header-account:hover .header-dropdownMenu {
	opacity: 1;
	z-index: 7;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.header-mobile {
	bottom: 0;
	position: absolute;
	background: #ffffff;
	z-index: 4;
	width: 100%;
}

.header-consultation-mobile,
.header-tel-mobile {
	display: none;
	width: 20px;
	height: 20px;
	content: "";
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: image-set(url(/local/components/oldis/header/templates/.default/assets/header-sprite.webp), url(/local/components/oldis/header/templates/.default/assets/header-sprite.png));
}

.header-consultation-mobile {
	background-position: -40px -98px;
}

.header-tel-mobile {
	background-position: -80px -98px;
}

@media (max-width: 700px) {
	.header-consultation-mobile,
	.header-tel-mobile {
		display: block;
		/* position: absolute;
		top: 16px; */
	}

	.header-consultation-mobile {
		margin-left: 14px;
	}

	.header-tel-mobile {
		margin-right: 14px;
	}
}

/* End */


/* Start:/local/kitchen/bannerSlider/swiper.css?176848475022397*/
/**
 * Swiper 10.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 3, 2023
 * TODO: Удалить стиль Swiper после слияния с Home
 */

/* FONT_START */
@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-weight: 400;
	font-style: normal;
}
/* FONT_END */
:root {
	--swiper-theme-color: #007aff;
	/*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	overflow: clip;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
	display: block;
}
.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
	touch-action: pan-y;
}
.swiper-vertical {
	touch-action: pan-x;
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block;
}
.swiper-slide-invisible-blank {
	visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}
.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}
.swiper-3d {
	perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}
:root {
	--swiper-navigation-size: 44px;
	/*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
	transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}
.swiper-button-lock {
	display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}
/* Navigation font end */
:root {
	/*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}
.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-bullet:only-child {
	display: none !important;
}
.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}
.swiper-vertical
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
.swiper-horizontal
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
	position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}
.swiper-pagination-lock {
	display: none;
}
:root {
	/*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	-ms-touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}
.swiper-scrollbar-lock {
	display: none;
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.swiper-slide-zoomed {
	cursor: move;
	touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
	flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-cube {
	overflow: visible;
}
.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper-flip {
	overflow: visible;
}
.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height;
}
.swiper-cards {
	overflow: visible;
}
.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

/* End */


/* Start:/local/templates/main/components/bitrix/menu/header_catalog_menu/style.css?176848475014217*/
body.is-lock {
	width: 100%;
	position: fixed;
	overflow-y: scroll;
}

.menu {
	position: fixed;
	top: 134px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

@media (max-width: 1129px) {
	.menu {
		padding-top: 8px;
		top: 70px;
	}
}

@media (max-width: 700px) {
	.menu {
		top: 119px;
	}
}

.menu.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 99;
}

.menu .maxwidth {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	margin: 0 auto;
}

.menu-nav {
	position: relative;
	display: none;
	width: 327px;
	height: 100%;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #ebeff6 #ffffff;
	border-right: 1px solid #ebeff6;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (min-width: 1130px) {
	.menu-nav {
		display: block;
	}
}

.menu-catalog {
	padding-bottom: 15px;
}

.menu-catalog > li {
	margin-bottom: 4px;
	padding-right: 8px;
}

.menu-catalog > li:last-of-type {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.menu-catalog > li:hover a {
		text-shadow: 0 0 0 #1a222c;
		color: inherit;
		background-color: #f5f7fb;
	}

	.menu-catalog > li:hover a::after {
		opacity: 1;
	}
}

.menu-catalog > li > a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 8px 10px 11px;
	font-size: 14px;
	line-height: 20px;
	border-radius: 4px;
}

.menu-catalog > li > a::after {
	content: "";
	position: absolute;
	top: 11px;
	right: 4px;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url("/local/templates/main/components/bitrix/menu/header_catalog_menu/./assets/right.png");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	opacity: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.menu-catalog > li > a::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	background-image: -webkit-image-set(url("/local/templates/main/components/bitrix/menu/header_catalog_menu/./assets/sprite.webp") 1x, url("/local/templates/main/components/bitrix/menu/header_catalog_menu/./assets/sprite.png") 1x);
	background-image: image-set(url("/local/templates/main/components/bitrix/menu/header_catalog_menu/./assets/sprite.webp") 1x, url("/local/templates/main/components/bitrix/menu/header_catalog_menu/./assets/sprite.png") 1x);
	vertical-align: middle;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.menu-catalog > li.is-active a {
	text-shadow: 0 0 0 #1a222c;
	color: inherit;
	background-color: #f5f7fb;
}

.menu-catalog > li.is-active a::after {
	opacity: 1;
}

.menu-catalog > li:first-of-type a::before,
.menuMobileNav-submenu ul[data-level="1"] li:first-of-type button::before {
	background-image: url("/local/templates/main/components/bitrix/menu/header_catalog_menu/./assets/sets.png");
	background-position: 0px -288px !important;
	width: 24px;
	height: 24px;
}

.menu-catalog > li:first-of-type a::before,
.menuMobileNav-submenu ul[data-level="1"] li:nth-of-type(2) button::before {
	background-position: 0 -280px;
}

.menu-catalog > li:nth-of-type(2) a::before,
.menuMobileNav-submenu ul[data-level="1"] li:nth-of-type(3) button::before {
	background-position: 0 -380px;
}

.menu-catalog > li:nth-of-type(3) a::before,
.menuMobileNav-submenu ul[data-level="1"] li:nth-of-type(4) button::before {
	background-position: 0 -460px;
}

.menu-catalog > li:nth-of-type(4) a::before,
.menuMobileNav-submenu ul[data-level="1"] li:nth-of-type(5) button::before {
	background-position: 0 -20px;
}

.menu-catalog > li:nth-of-type(5) a::before,
.menuMobileNav-submenu ul[data-level="1"] li:nth-of-type(6) button::before {
	background-position: 0 -100px;
}

.menu-catalog > li:nth-of-type(6) a::before,
.menuMobileNav-submenu ul[data-level="1"] li:nth-of-type(7) button::before {
	background-position: 0 -240px;
}

.menu-catalog > li:nth-of-type(7) a::before,
.menuMobileNav-submenu ul[data-level="1"] li:nth-of-type(8) button::before {
	background-position: 0 -360px;
}

.menu-catalog > li:nth-of-type(8) a::before,
.menuMobileNav-submenu ul[data-level="1"] li:nth-of-type(9) button::before {
	background-position: -0px -420px;
}

.menu-catalog > li:nth-of-type(9) a::before,
.menuMobileNav-submenu ul[data-level="1"] li:nth-of-type(10) button::before {
	background-position: -0px -160px;
}

.menu-catalog > li:nth-of-type(10) a::before,
.menuMobileNav-submenu ul[data-level="1"] li:nth-of-type(11) button::before {
	background-position: -0px -0px;
}

.menu-catalog > li:nth-of-type(11) a::before,
.menuMobileNav-submenu ul[data-level="1"] li:nth-of-type(12) button::before {
	background-position: -0px -320px;
}

.menu-catalog > li:nth-of-type(12) a::before,
.menuMobileNav-submenu ul[data-level="1"] li:nth-of-type(13) button::before {
	background-position: -0px -520px;
}

.menu-catalog > li:nth-of-type(13) a::before,
.menuMobileNav-submenu ul[data-level="1"] li:nth-of-type(14) button::before {
	background-position: -0px -440px;
}

.menu-catalog > li:nth-of-type(14) a::before,
.menuMobileNav-submenu ul[data-level="1"] li:nth-of-type(15) button::before {
	background-position: -0px -60px;
}

.menu-catalog > li:nth-of-type(15) a::before,
.menuMobileNav-submenu ul[data-level="1"] li:nth-of-type(16) button::before {
	background-position: -0px -80px;
}

.menu-catalog > li:nth-of-type(16) a::before,
.menuMobileNav-submenu ul[data-level="1"] li:nth-of-type(17) button::before {
	background-position: -0px -180px;
}

.menu-catalog > li:nth-of-type(17) a::before,
.menuMobileNav-submenu ul[data-level="1"] li:nth-of-type(18) button::before {
	background-position: -0px -500px;
}

.menu-catalog > li:nth-of-type(18) a::before,
.menuMobileNav-submenu ul[data-level="1"] li:nth-of-type(19) button::before {
	background-position: -0px -40px;
}

.menu-catalog > li:nth-of-type(19) a::before,
.menuMobileNav-submenu ul[data-level="1"] li:nth-of-type(20) button::before {
	background-position: -0px -340px;
}

.menu-catalog > li:nth-of-type(20) a::before,
.menuMobileNav-submenu ul[data-level="1"] li:nth-of-type(21) button::before {
	background-position: -0px -200px;
}

.menu-right {
	display: none;
	width: 100%;
	padding-bottom: 40px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #ebeff6 #ffffff;
}

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

.menu-submenu {
	display: none;
}

.menu-submenu.is-active {
	display: block;
}

.menu-submenu > a {
	display: inline-block;
	margin-bottom: 32px;
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
}

@media (hover: hover) {
	.menu-submenu > a:hover {
		color: #1266cb;
	}
}
@media (hover: none) {
	.menu-submenu > a:active {
		color: #1266cb;
	}
}

.menu-lists {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
	gap: 32px;
	width: 100%;
}

.menu-lists ul {
	max-width: 328px;
	margin-bottom: 32px;
}

.menu-lists ul li {
	margin-bottom: 8px;
	line-height: 20px;
}

.menu-lists ul li:first-of-type {
	margin-bottom: 12px;
}

.menu-lists ul li:first-of-type a {
	display: inline-block;
	font-weight: 600;
}

.menu-lists ul li a {
	font-size: 14px;
	line-height: 20px;
}

.menu-lists ul li:last-of-type {
	margin-bottom: 0;
}

.menu-expand {
	font-size: 14px;
	line-height: 20px;
	color: #677488;
	border: 0;
	background-color: transparent;
}

.menu-expand:hover {
	color: #445163;
}

.menu-expand:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 8px;
	background-image: url("/local/templates/main/components/bitrix/menu/header_catalog_menu/./assets/down.png");
	background-size: 16px 16px;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.menu-expand:focus {
	outline: none;
}

.menu-lists ul li.is-hide {
	display: none;
}

.menu-lists ul li button.is-rotate:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.menu-mobile {
	position: relative;
	display: none;
	width: 100%;
	padding: 0 15px 16px;
	overflow-y: auto;
}

@media (max-width: 1129px) {
	.menu-mobile {
		display: block;
	}
}

@media (max-width: 425px) {
	.menu-mobile {
		padding: 8px 0 16px;
	}
}

.menu-auth button,
.menu-contacts button {
	width: 100%;
	height: 48px;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	background-color: #1266cb;
	border: 0;
	border-radius: 4px;
}

@media (max-width: 425px) {
	.menu-auth button,
	.menu-contacts button {
		height: 42px;
	}
}

.menu-auth {
	margin-bottom: 12px;
	padding: 16px 16px 20px;
	background-color: #f5f7fb;
	border-radius: 12px;
}

.menu-auth span {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}

.menu-auth p {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

@media (max-width: 425px) {
	.menu-auth p {
		font-size: 13px;
		line-height: 16px;
	}
}

.menu-contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 22px;
	border-bottom: 1px solid #ebeff6;
	margin-bottom: 10px;
}

.menu-contacts a {
	display: inline-block;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}

.menu-contacts button {
	margin-top: 12px;
}

.menu-info a {
	display: inline-block;
	padding: 10px 0;
	font-size: 14px;
	line-height: 20px;
}

.menuMobileNav {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ebeff6;
}

.menuMobileNav-list > li {
	position: relative;
}

.menuMobileNav-list > li > a,
.menuMobileNav-list > li > button {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 0 10px 28px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-align: left;
}

@media (max-width: 425px) {
	.menuMobileNav-list > li > a,
	.menuMobileNav-list > li > button {
		padding-right: 18px;
	}
}

.menuMobileNav-list > li > a::before,
.menuMobileNav-list > li > button::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: -webkit-image-set(url("/local/templates/main/components/bitrix/menu/header_catalog_menu/./assets/sprite.webp"), url("/local/templates/main/components/bitrix/menu/header_catalog_menu/./assets/sprite.png"));
	background-image: image-set(url("/local/templates/main/components/bitrix/menu/header_catalog_menu/./assets/sprite.webp"), url("/local/templates/main/components/bitrix/menu/header_catalog_menu/./assets/sprite.png"));
	background-repeat: no-repeat;
}

.menuMobileNav-list > li > button {
	background-color: transparent;
	border: 0;
}

.menuMobileNav-list > li:first-of-type button::before {
	background-position: 0 -140px;
}

.menuMobileNav-list > li:nth-of-type(2) a::before {
	background-position: 0 -400px;
}

.menuMobileNav-list > li:nth-of-type(3) a::before {
	background-position: 0 -480px;
}

.menuMobileNav-list > li:nth-of-type(4) a::before {
	background-position: 0 -120px;
}

.menuMobileNav-list > li:nth-of-type(5) {
	display: none;
}

.menuMobileNav-list > li:nth-of-type(6) a::before {
	background-position: 0 -260px;
}

.menuMobileNav-list > li:nth-of-type(7) {
	display: none;
}
.menuMobileNav-list > li:nth-of-type(8) {
	display: none;
}
.menuMobileNav-list > li:nth-of-type(9) a::before {
	background-position: 0 -220px;
}
.menuMobileNav-list > li:nth-of-type(10) a::before {
	background-position: 0 -300px;
}

.menuMobileNav-list > li.is-submenu::after {
	content: "";
	position: absolute;
	right: 0;
	top: 10px;
	width: 20px;
	height: 20px;
	background-image: url("/local/templates/main/components/bitrix/menu/header_catalog_menu/./assets/right.png");
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

.menuMobileNav-title {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-align: center;
}

@media (max-width: 425px) {
	.menuMobileNav-title {
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}

.menuMobileNav-submenu {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	overflow-y: auto;
	z-index: -1;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.menuMobileNav-submenu.is-active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.menuMobileNav-submenu > div {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 30px;
	background-color: #fff;
	z-index: 10;
}

@media (max-width: 425px) {
	.menuMobileNav-submenu > div {
		padding: 0 16px;
	}
}

.menuMobileNav-submenu > div button {
	width: 20px;
	height: 20px;
	border: 0;
	background-color: transparent;
}

.menuMobileNav-submenu > div button:first-of-type {
	background-image: url("/local/templates/main/components/bitrix/menu/header_catalog_menu/./assets/right.png");
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.menuMobileNav-submenu > div button:last-of-type {
	background-image: url("/local/templates/main/components/bitrix/menu/header_catalog_menu/./assets/x.png");
}

.menuMobileNav-submenu ul {
	position: fixed;
	padding: 40px 30px 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
	overflow-y: auto;
}

@media (max-width: 425px) {
	.menuMobileNav-submenu ul {
		padding: 44px 16px 0;
	}
}

.menuMobileNav-submenu ul li a,
.menuMobileNav-submenu ul li button {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 0;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	border-bottom: 1px solid #ebeff6;
	background-color: #fff;
}

.menuMobileNav-submenu ul li a::after,
.menuMobileNav-submenu ul li button::after {
	content: "";
	position: absolute;
	top: 11px;
	right: 4px;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url("/local/templates/main/components/bitrix/menu/header_catalog_menu/./assets/right.png");
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.menuMobileNav-submenu ul li button {
	padding-right: 20px;
	border: 0;
	border-bottom: 1px solid #ebeff6;
}

.menuMobileNav-submenu ul[data-level="1"] {
	z-index: 3;
}

.menuMobileNav-submenu ul[data-level="1"] li button::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	vertical-align: middle;
	background-image: -webkit-image-set(url("/local/templates/main/components/bitrix/menu/header_catalog_menu/./assets/sprite.webp"), url("/local/templates/main/components/bitrix/menu/header_catalog_menu/./assets/sprite.png"));
	background-image: image-set(url("/local/templates/main/components/bitrix/menu/header_catalog_menu/./assets/sprite.webp"), url("/local/templates/main/components/bitrix/menu/header_catalog_menu/./assets/sprite.png"));
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.menuMobileNav-submenu ul[data-level="2"] {
	display: none;
	z-index: 4;
}

.menuMobileNav-submenu ul[data-level="2"] button::before {
	content: unset !important;
}

.menuMobileNav-submenu ul[data-level="3"] {
	display: none;
	z-index: 5;
}

.menuMobileNav-submenu ul.is-active {
	display: block;
}

/* End */


/* Start:/local/components/oldis/cookies/templates/.default/style.css?1768484750849*/
.cookie-banner {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 50;
}

.cookie-content {
	width: 100%;
	max-width: 604px;
	padding: 20px 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #1a222c;
	border-radius: 8px;
}

.cookie-content p {
	margin: 0;
	margin-right: 16px;
	flex: 1;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #fff;
}

.cookie-content p a {
	font-size: 14px;
	line-height: 20px;
	text-decoration: underline;
	font-weight: 500;
	color: #fff;
}

.cookie-btn {
	padding: 10px 16px;
	border-radius: 6px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	background-color: #ebeff6;
	border: none;
	color: #1a222c;
}

.cookie-btn:hover {
	opacity: 0.9;
}

@media (max-width: 768px) {
	.cookie-content {
		flex-direction: column;
		text-align: center;
	}
}

/* End */


/* Start:/local/kitchen/browserNotice/style.css?17684847502576*/
.browserNotice {
		position: fixed;
		bottom: 60px;
		left: 10px;
		right: 10px;
		display: none;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		max-width: 915px;
		width: 100%;
		margin: 0 auto;
		padding: 16px;
		border-radius: 16px;
		background: #ffffff;
		-webkit-box-shadow: 0px 12px 24px -6px rgba(96, 96, 96, 0.15);
		        box-shadow: 0px 12px 24px -6px rgba(96, 96, 96, 0.15);
		z-index: 10;
}
@media (max-width: 992px) {
		.browserNotice {
				bottom: 80px;
				-webkit-box-align: end;
				    -ms-flex-align: end;
				        align-items: end;
		}
}
@media (max-width: 768px) {
		.browserNotice {
				max-width: 600px;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: start;
		}
}
.browserNotice p {
		position: relative;
		width: 80%;
		font-size: 14px;
		line-height: 17.07px;
		text-align: left;
		padding-left: 55px;
		color: #737477;
}
@media (max-width: 768px) {
		.browserNotice p {
				width: 100%;
				padding-left: 0;
				margin-bottom: 15px;
		}
}
.browserNotice p span {
		font-weight: 500;
		color: #1266cb;
}
.browserNotice p::before {
		content: "";
		position: absolute;
		top: 5px;
		left: 4px;
		width: 36px;
		height: 36px;
		background-image: url("/local/kitchen/browserNotice/../../modules/browser-notice/assets/icon.png");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
}
@media (max-width: 768px) {
		.browserNotice p::before {
				display: none;
		}
}
.browserNotice button {
		padding: 4px 20px;
		color: #ffffff;
		background-color: #1266cb;
		font-size: 14px;
		line-height: 17.07px;
		font-weight: 600;
		border-radius: 6px;
		border: 0;
}
.browserNotice.is-close {
		-webkit-animation: closeNotice 0.2s ease-in-out forwards;
		        animation: closeNotice 0.2s ease-in-out forwards;
}

@-webkit-keyframes closeNotice {
		0% {
				opacity: 1;
				visibility: visible;
		}
		100% {
				-webkit-transform: translateY(100%);
				        transform: translateY(100%);
				opacity: 0;
				visibility: hidden;
				z-index: -1;
				display: none;
		}
}

@keyframes closeNotice {
		0% {
				opacity: 1;
				visibility: visible;
		}
		100% {
				-webkit-transform: translateY(100%);
				        transform: translateY(100%);
				opacity: 0;
				visibility: hidden;
				z-index: -1;
				display: none;
		}
}
/* End */


/* Start:/local/components/oldis/footer/templates/.default/style.css?17684847505593*/
/* footer Module styles */
html {
	height: 100%;
}

body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer {
	background-color: #27313e;
	border-radius: 30px 30px 0 0;
	margin-top: auto;
	position: relative;
	bottom: 0;
}
.footer > div {
	padding: 50px 22.5px;
}
@media (max-width: 992px) {
	.footer > div {
		padding: 34px 22.5px;
	}
}
.footer a {
	line-height: 120%;
}
.footer-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #71767c;
	padding-bottom: 35px;
}
@media (max-width: 992px) {
	.footer-content {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.footer-content nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 65%;
	flex: 0 1 65%;
}
.footer-content nav ul li {
	margin-bottom: 5px;
}
.footer-content nav ul li a {
	font-size: 14px;
	line-height: 17.07px;
	color: #c7cace;
}
.footer-content nav ul li:first-of-type {
	margin-bottom: 10px;
}
.footer-content nav ul li:first-of-type a {
	font-weight: 700;
	color: #ffffff;
}
.footer-content nav ul li:last-of-type {
	margin-bottom: 0;
}
.footer-content nav ul:first-of-type li a {
	font-weight: 700;
	color: #ffffff;
}
.footer-content nav ul:first-of-type li:not(:last-of-type) {
	margin-bottom: 17px;
}
@media (max-width: 992px) {
	.footer-content nav {
		display: none;
	}
}
.footer-info {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 325px;
	flex: 0 1 325px;
}
.footer-info a,
.footer-info address {
	font-size: 16px;
	line-height: 19.5px;
	font-weight: 500;
	color: #ffffff;
}
@media (max-width: 992px) {
	.footer-info a,
	.footer-info address {
		font-weight: 400;
	}
}
.footer-info > a {
	display: block;
	margin-bottom: 15px;
}
.footer-info address {
	margin-bottom: 30px;
	line-height: 120%;
}
@media (max-width: 992px) {
	.footer-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
}
@media screen and (max-width: 992px) and (-ms-high-contrast: active), (max-width: 992px) and (-ms-high-contrast: none) {
	.footer-info {
		display: block;
	}
}
.footer-phone {
	margin-bottom: 15px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

@media (min-width: 992px) {
	.footer-phone > a {
		display: block;
	}
	.footer-phone > a:not(:last-child) {
		margin-bottom: 15px;
	}
}
.footer-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 250px;
	gap: 10px;
}
.footer-social a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px;
}
.footer-social a.telegram::before {
	content: "";
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/components/oldis/footer/templates/.default/assets/footer-sprites.png);
	background-image: url(/local/components/oldis/footer/templates/.default/assets/footer-sprites.webp);
	width: 20px;
	height: 20px;
	background-position: -20px 0px;
}

.footer-social a.vk::before {
	content: "";
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/components/oldis/footer/templates/.default/assets/footer-sprites.png);
	background-image: url(/local/components/oldis/footer/templates/.default/assets/footer-sprites.webp);
	width: 20px;
	height: 20px;
	background-position: -40px 0px;
}

.footer-social a.rutube::before {
	content: "";
	display: inline-block;

	background-repeat: no-repeat;
	background-image: url(/local/components/oldis/footer/templates/.default/assets/rutube.svg);
	width: 28px;
	height: 28px;
	background-size: 28px 28px;
	background-position: center;
}

.footer-social a.dzen::before {
	content: "";
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/local/components/oldis/footer/templates/.default/assets/footer-sprites.png);
	background-image: url(/local/components/oldis/footer/templates/.default/assets/footer-sprites.webp);
	width: 20px;
	height: 20px;
	background-position: 0px 0px;
}

.footer-copyright {
	margin: 0 auto;
	max-width: 1200px;
	padding-top: 30px;
}
.footer-copyright p {
	margin: 0;
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
	line-height: 17.07px;
	color: #c7cace;
}
.footer-copyright p:last-child {
	margin-bottom: 0;
}
.footer.is-light {
	background-color: #f6f7f9;
}
.footer.is-light .footer-content {
	border-color: #dddfe1;
}
.footer.is-light .footer-content nav ul li a {
	color: #71767c;
}
.footer.is-light .footer-content nav ul li:first-of-type a {
	color: #1a222c;
}
.footer.is-light .footer-content nav ul:first-of-type li a {
	color: #1a222c;
}
.footer.is-light .footer-info a,
.footer.is-light .footer-info address {
	color: #1a222c;
}
.footer.is-light .footer-social a {
	background-color: #ffffff;
}
.footer.is-light .footer-copyright p {
	color: #71767c;
}

@media (hover: hover) {
	.footer-info a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
}

@media (hover: none) {
	.footer-info a:active {
		color: #ffffff;
		text-decoration: underline;
	}
}

.footer-info.is-light a:hover {
	color: #1a222c;
	text-decoration: underline;
}

/* End */


/* Start:/local/templates/main/styles.css?176848475021240*/
@charset "UTF-8";
@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(/assets/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(/assets/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(/assets/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
		U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(/assets/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format("woff2");
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
		U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(/assets/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
		U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url(/assets/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url(/assets/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url(/assets/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
		U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url(/assets/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format("woff2");
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
		U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url(/assets/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
		U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url(/assets/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url(/assets/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url(/assets/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
		U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url(/assets/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format("woff2");
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
		U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url(/assets/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
		U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(/assets/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(/assets/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(/assets/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
		U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(/assets/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format("woff2");
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
		U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(/assets/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
		U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/assets/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/assets/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/assets/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
		U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/assets/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
		U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/assets/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
		U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(/assets/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(/assets/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(/assets/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
		U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(/assets/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
		U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(/assets/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
		U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(/assets/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(/assets/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(/assets/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
		U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(/assets/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
		U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(/assets/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
		U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/assets/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/assets/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/assets/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
		U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/assets/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
		U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/assets/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
		U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
* {
	-webkit-text-adjust: 100%;
	color: #1a222c;
	font: 16px/24px Montserrat, Arial, sans-serif;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	cursor: default;
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1a222c;
	display: block;
	text-wrap: balance;
}

h1 {
	font-size: 26px;
	line-height: 31.2px;
	margin: 30px 0 30px;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
	h1 {
		font-size: 32px;
		line-height: 38.4px;
		margin-bottom: 30px;
	}
}

h2 {
	font-size: 24px;
	line-height: 28.8px;
	margin: 35px 0 25px;
	margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
	h2 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 20px;
	}
}

h3 {
	font-size: 22px;
	line-height: 26.4px;
	margin-bottom: 20px;
	margin: 35px 0 25px;
}
@media screen and (min-width: 768px) {
	h3 {
		margin-bottom: 25px;
	}
}

h4 {
	font-size: 18px;
	line-height: 21.6px;
	margin-bottom: 20px;
}
p {
	color: #1a222c;
	font: 16px/24px "Montserrat", Arial, sans-serif;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin-bottom: 20px;
	line-height: 28px;
	text-wrap: pretty;
}

b {
	display: inline;
}

a {
	text-decoration: none;
	color: #1a222c;
}
@media (hover: hover) {
	a:hover {
		color: #1266cb;
	}
}
@media (hover: none) {
	a:active {
		color: #1266cb;
	}
}

li {
	list-style: none;
}

a,
input[type="button"],
input[type="reset"],
input[type="submit"],
button {
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a *,
input[type="button"] *,
input[type="reset"] *,
input[type="submit"] *,
button * {
	cursor: pointer;
}
a:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled,
button:disabled {
	cursor: default;
}
a:disabled *,
input[type="button"]:disabled *,
input[type="reset"]:disabled *,
input[type="submit"]:disabled *,
button:disabled * {
	cursor: default;
}

input[type="text"] {
	cursor: text;
}

img {
	overflow: hidden;
}

#digi-shield .digi-overlay {
	height: 100vh !important;
}

.content a {
	word-break: break-word;
}

.vendorsDetail-container > *:first-child,
.serviceDetail-content > *:first-child,
.articlesDetails > *:first-child,
.newsDetail-content > *:first-child,
.helpDetail > *:first-child,
.catalogDetailDescriptionV2-description > *:first-child,
article > *:first-child {
	margin-top: 0 !important;
}
.vendorsDetail-container > *:last-child,
.serviceDetail-content > *:last-child,
.articlesDetails > *:last-child,
.newsDetail-content > *:last-child,
.helpDetail > *:last-child,
.catalogDetailDescriptionV2-description > *:last-child,
article > *:last-child {
	margin-top: 0 !important;
}
.vendorsDetail-container p,
.serviceDetail-content p,
.articlesDetails p,
.newsDetail-content p,
.helpDetail p,
.catalogDetailDescriptionV2-description p,
article p {
	text-align: justify;
}
.vendorsDetail-container ul,
.vendorsDetail-container ol,
.serviceDetail-content ul,
.serviceDetail-content ol,
.articlesDetails ul,
.articlesDetails ol,
.newsDetail-content ul,
.newsDetail-content ol,
.helpDetail ul,
.helpDetail ol,
.catalogDetailDescriptionV2-description ul,
.catalogDetailDescriptionV2-description ol,
article ul,
article ol {
	margin-top: 20px;
	margin-bottom: 20px;
}
.vendorsDetail-container ul,
.serviceDetail-content ul,
.articlesDetails ul,
.newsDetail-content ul,
.helpDetail ul,
.catalogDetailDescriptionV2-description ul,
article ul {
	list-style-type: none;
	list-style-position: inside;
	margin-top: 20px;
	margin-bottom: 20px;
}
.vendorsDetail-container ul li,
.serviceDetail-content ul li,
.articlesDetails ul li,
.newsDetail-content ul li,
.helpDetail ul li,
.catalogDetailDescriptionV2-description ul li,
article ul li {
	color: #5b6169;
	left: 23.5px;
	margin-bottom: 12px;
	margin-left: -27.5px;
	padding-left: 27.5px;
	position: relative;
	text-indent: -19.5px;
}
.vendorsDetail-container ul li:last-of-type,
.serviceDetail-content ul li:last-of-type,
.articlesDetails ul li:last-of-type,
.newsDetail-content ul li:last-of-type,
.helpDetail ul li:last-of-type,
.catalogDetailDescriptionV2-description ul li:last-of-type,
article ul li:last-of-type {
	margin-bottom: 0;
}
.vendorsDetail-container ul li:before,
.serviceDetail-content ul li:before,
.articlesDetails ul li:before,
.newsDetail-content ul li:before,
.helpDetail ul li:before,
.catalogDetailDescriptionV2-description ul li:before,
article ul li:before {
	color: #5b6169;
	content: "—";
	left: -2px;
	padding-right: 4px;
	position: relative;
}
.vendorsDetail-container ol,
.serviceDetail-content ol,
.articlesDetails ol,
.newsDetail-content ol,
.helpDetail ol,
.catalogDetailDescriptionV2-description ol,
article ol {
	list-style-type: decimal;
}
.vendorsDetail-container ol li,
.serviceDetail-content ol li,
.articlesDetails ol li,
.newsDetail-content ol li,
.helpDetail ol li,
.catalogDetailDescriptionV2-description ol li,
article ol li {
	list-style-type: numeric !important;
	margin-bottom: 12px;
	list-style-position: inside;
	color: #5b6169;
}
.vendorsDetail-container ol li:last-of-type,
.serviceDetail-content ol li:last-of-type,
.articlesDetails ol li:last-of-type,
.newsDetail-content ol li:last-of-type,
.helpDetail ol li:last-of-type,
.catalogDetailDescriptionV2-description ol li:last-of-type,
article ol li:last-of-type {
	margin-bottom: 0;
}
.vendorsDetail-container table,
.serviceDetail-content table,
.articlesDetails table,
.newsDetail-content table,
.helpDetail table,
.catalogDetailDescriptionV2-description table,
article table {
	border-spacing: 0;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 25px;
}
.vendorsDetail-container table th,
.serviceDetail-content table th,
.articlesDetails table th,
.newsDetail-content table th,
.helpDetail table th,
.catalogDetailDescriptionV2-description table th,
article table th {
	font-weight: 700;
	color: #1a222c;
}
.vendorsDetail-container table th sub,
.vendorsDetail-container table th sup,
.serviceDetail-content table th sub,
.serviceDetail-content table th sup,
.articlesDetails table th sub,
.articlesDetails table th sup,
.newsDetail-content table th sub,
.newsDetail-content table th sup,
.helpDetail table th sub,
.helpDetail table th sup,
.catalogDetailDescriptionV2-description table th sub,
.catalogDetailDescriptionV2-description table th sup,
article table th sub,
article table th sup {
	font-size: 75%;
	color: #1a222c;
}
.vendorsDetail-container table th.section,
.serviceDetail-content table th.section,
.articlesDetails table th.section,
.newsDetail-content table th.section,
.helpDetail table th.section,
.catalogDetailDescriptionV2-description table th.section,
article table th.section {
	font-weight: 700;
}
.vendorsDetail-container table table,
.vendorsDetail-container table th,
.vendorsDetail-container table td,
.serviceDetail-content table table,
.serviceDetail-content table th,
.serviceDetail-content table td,
.articlesDetails table table,
.articlesDetails table th,
.articlesDetails table td,
.newsDetail-content table table,
.newsDetail-content table th,
.newsDetail-content table td,
.helpDetail table table,
.helpDetail table th,
.helpDetail table td,
.catalogDetailDescriptionV2-description table table,
.catalogDetailDescriptionV2-description table th,
.catalogDetailDescriptionV2-description table td,
article table table,
article table th,
article table td {
	border-bottom: 1px solid #dddfe1;
	border-collapse: collapse;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
}
.vendorsDetail-container table th,
.vendorsDetail-container table td,
.serviceDetail-content table th,
.serviceDetail-content table td,
.articlesDetails table th,
.articlesDetails table td,
.newsDetail-content table th,
.newsDetail-content table td,
.helpDetail table th,
.helpDetail table td,
.catalogDetailDescriptionV2-description table th,
.catalogDetailDescriptionV2-description table td,
article table th,
article table td {
	padding: 15px 15px 15px 0;
}
.vendorsDetail-container table td,
.serviceDetail-content table td,
.articlesDetails table td,
.newsDetail-content table td,
.helpDetail table td,
.catalogDetailDescriptionV2-description table td,
article table td {
	color: #5b6169;
}
.vendorsDetail-container table td sub,
.vendorsDetail-container table td sup,
.serviceDetail-content table td sub,
.serviceDetail-content table td sup,
.articlesDetails table td sub,
.articlesDetails table td sup,
.newsDetail-content table td sub,
.newsDetail-content table td sup,
.helpDetail table td sub,
.helpDetail table td sup,
.catalogDetailDescriptionV2-description table td sub,
.catalogDetailDescriptionV2-description table td sup,
article table td sub,
article table td sup {
	font-size: 75%;
	color: #5b6169;
}

/* End */


/* Start:/local/components/oldis/basket/templates/.default/oldis/basket.basket/.default/style.css?176848475011286*/
@charset "UTF-8";.basket-alert{display:flex;flex-direction:column;align-items:center;padding-top:30px;font-size:16px;color:#9ba0a6}.basket-alert span:first-child{font-weight:700;font-size:16px;line-height:20px;color:#1a222c;margin-bottom:7px}.basket-alert p{display:block;margin-top:0;margin-bottom:0;line-height:normal}.basket-alert.fade-out{animation:fadeOut .3s ease-in-out forwards}.basket-progress{position:absolute;bottom:0;left:0;right:0;height:8px;border-radius:0 0 7px 7px;background-color:#eff6ff;overflow:hidden}.basket-fill{height:100%;width:0;border-radius:0 7px 7px;transition:width .3s ease-in-out;background:linear-gradient(90deg,#0927fb 0%,#0ecde7 100%)}@media (max-width: 992px){.basket-alert span:first-child{margin-bottom:3px}}@media (max-width: 576px){.basket-alert{padding:20px 20px 25px}.basket-alert span:first-child{font-size:14px;line-height:17.07px}}.basket-details{position:sticky;top:80px;padding:30px;max-width:380px;width:100%;height:100%;background:#fff;color:#1a222c;-webkit-box-shadow:0px 4px 15px rgba(0,0,0,.08);box-shadow:0 4px 15px #00000014;border-radius:7px;animation:fade .3s ease-in-out forwards}.basket-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.basket-top span{font-weight:700;font-size:22px;line-height:27px}.basket-middle{margin-bottom:35px}.basket-middle>div{display:flex;justify-content:space-between;margin-bottom:4px}.basket-middle>div.is-discount span:last-child{color:#1266cb;font-weight:700}.basket-middle>div.is-price span:last-child{font-weight:700}.basket-middle>div.is-vat{margin-bottom:15px;color:#b1b5b9}.basket-bottom{display:flex;justify-content:space-between;margin-bottom:25px}.basket-bottom span{font-weight:700;font-size:22px;line-height:26.82px}.basket-checkout{display:block;padding:19px;text-align:center;font-weight:500;font-size:16px;line-height:19.5px;color:#fff;background-color:#1266cb;border-radius:7px;transition:background-color .2s ease-in-out}.basket-checkout:hover{color:#fff!important;background-color:#105cb7}.basket-checkout.disabled{color:#9ba0a6;background-color:#f2f4f6;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:1!important;cursor:default}@media (max-width: 1200px){.basket-details{padding:20px;max-width:335px}}@media (max-width: 992px){.basket-details{max-width:100%;margin-bottom:50px}}.basket-product{padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #dddfe1;animation:fade .3s ease-in-out forwards}.basket-product:last-child{margin-bottom:0}.basket-product>div:first-child{display:flex;align-items:start;margin-bottom:16px}.basket-product .basket-left{display:flex;align-items:center;flex-shrink:0;max-width:182px;margin-right:20px}.basket-product .basket-select{width:30px}.basket-right{width:100%}.basket-img{width:128px;height:128px;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.basket-info{display:flex;justify-content:space-between;margin-bottom:30px}.basket-about{display:flex;flex-direction:column}.basket-about a{margin-bottom:15px;font-size:16px;line-height:19.5px;line-height:20px;color:#1a222c}.basket-about span{font-size:14px;line-height:17.07px}.basket-about>div{display:flex;flex-direction:column}.basket-about>div span{display:inline-block;margin-bottom:5px}.basket-about>div span:last-child{margin-bottom:0}.basket-available{position:relative;margin-bottom:10px;color:#71767c}.basket-available:before{content:"";display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:10px;background-color:#4ed142}.basket-price{flex-shrink:0;text-align:right}.basket-price>span:first-child{margin-bottom:3px;font-weight:700;font-size:24px;line-height:29px;color:#1a222c}.basket-price>div{margin-bottom:3px;text-align:right}.basket-price>div span:first-child{display:inline-block;margin-right:10px;font-size:14px;line-height:17.07px;text-decoration-line:line-through;color:#71767c}.basket-price>div span:last-child{height:17px;padding:2px 4px;font-weight:600;font-size:11px;line-height:13.41px;color:#fff;background:linear-gradient(90deg,#0927fb 0%,#0ecde7 100%);border-radius:3px}.basket-price>span:last-child{display:block;text-align:right;min-height:20px;font-size:14px;line-height:17.07px;color:#71767c}.basket-actions{display:flex;justify-content:space-between}.basket-actions>button{margin-right:23px;color:#1266cb}.basket-counter{display:flex}.basket-counter button{width:35px;height:35px;font-size:23px;line-height:120%;text-align:center;font-weight:500;color:#c7cace;background-color:#f2f4f6;border-radius:5px;transition:color .2s ease-in-out,background-color .2s ease-in-out}.basket-counter button:disabled{pointer-events:none}.basket-counter button.is-active{background-color:#eff6ff;color:#1266cb}.basket-counter input{border:0;-moz-appearance:textfield;width:44px;text-align:center;font-weight:500;font-size:16px;line-height:19.5px;color:#1a222c}.basket-counter input::-webkit-outer-spin-button,.basket-counter input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.basket-counter input:focus{outline:none}.basket-difference{width:fit-content;color:#1266cb;font-size:14px;line-height:17.07px;border-bottom:1px dashed #73aaee}@media (max-width: 1200px){.basket-about a{max-width:250px}}@media (max-width: 992px){.basket-left{position:relative;align-items:start}.basket-left label{position:absolute;top:0;left:0}.basket-about a{max-width:100%}.basket-info,.basket-actions{align-items:start;flex-direction:column;justify-content:unset}.basket-info{margin-bottom:15px}.basket-about{order:2}.basket-price{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:12px}.basket-price>div{margin-bottom:0}.basket-price>span:first-child{margin-bottom:0;margin-right:15px}.basket-img{width:115px;height:115px}.basket-actions>button{order:2}.basket-counter{order:1;margin-bottom:25px}}.basket-goods{-webkit-box-flex:0;-ms-flex:0 1 75%;flex:0 1 75%;margin-right:85px}.basket-header{display:flex;align-items:center;margin-bottom:30px;animation:fade .3s ease-in-out forwards}.basket-header button{font-size:14px;line-height:17.07px;color:#9ba0a6;-webkit-user-select:none;user-select:none}@media (max-width: 1200px){.basket-goods{margin-right:30px}}@media (max-width: 992px){.basket-goods{margin-right:0;margin-bottom:35px}.basket-select span{margin-right:15px}}.basket-empty img{max-width:100%;height:auto;margin-bottom:60px}.basket-empty a{color:#1266cb}.basket-empty p{margin:0;color:#1a222c;line-height:120%;font-size:16px}.basket-empty p:nth-of-type(1){margin:0 0 20px;font-size:24px;line-height:29px;font-weight:700; text-align: left;}.lds-ellipsis{display:inline-block;position:absolute;width:80px;height:80px;top:50%;left:50%;transform:translate(-50%,-50%)}.lds-ellipsis div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:linear-gradient(90deg,#0927fb 0%,#0ecde7 100%);animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:nth-child(1){left:8px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}.basket{position:relative;min-height:570px}button{padding:0;border:0;background-color:transparent}.basket-select{position:relative;height:22px;z-index:8;outline:none}.basket-select span{display:block;margin-right:20px;margin-left:9px;padding-left:25px;color:#71767c;text-align:left;font-weight:400;font-size:14px;line-height:17.07px;cursor:pointer;-webkit-user-select:none;user-select:none}.basket-select input{position:absolute;z-index:-1;opacity:0}.basket-select span:after{content:"";display:none;position:absolute;left:8px;top:8px;z-index:2;opacity:0;display:inline-block;overflow:hidden;background-repeat:no-repeat;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAZCAYAAADXPsWXAAACB0lEQVQ4T62Uv2sTYRjHv9+zVRCE18SpqMTFQYRGaMXi0HS06B/g1CuY6HhddJKk4KKL6VZqoOnmrnStHYrQGxIRHFwMFjoZ+4JQsEnukffyg1xyl1zAZzt4ns99n+/zPC8xJkSkAECTLEalchRDRMoAVgAUSa5NDOkDlEmujvoZO3JnAayS1CZ5EoDJNxAHwFsAVQBLRnqnhbEKuup8T0QkD8A3EIACEBvgK+nS+kATAQKQjqI0SdPWRDE0YuVUlHXadEgsioc0CAWBFqBqkeWW1djXmwu1/r8EIIknrgMi7xdGhtQIq1DfmtsJGGs+EjnXGGsMjhWeh3Vdmjc1bWOT2UNbyO3B6vs3L+HxwhXsfjnBbtVfoWB4rbXfpXtFqmeVlOW19gBJDebsv7yF21cv4uvRKTKvvg1DBNprTN1glApTsZxWeDB7Ge8//8LB9z+hbXoeCkw+dfdEkAnLuJ68gGvJ8ziqn+Fn/W8oRASfmMi6J1HTeP5wBi8ezeD1h2O8+XgcbrhAM5FzJWocsSBmOv9FyShP4ihpe5Jzuxc81FUciAfaVHZFWdPNH2HmjoMIpCZnrSV/Y1XOdaz2wxSIcRCjQm/N7fQOcFRbYdMzS6ZL8+u92+kmqeyhTVp5hpxAD2RWHVLQ7+5uDF1xD2RXUphuZM5ZXBl8T8wk0Jza0OU7gWv8B8dc8sNY6pIiAAAAAElFTkSuQmCC);background-image:url(data:image/webp;base64,UklGRmwBAABXRUJQVlA4WAoAAAAQAAAAEAAAGAAAQUxQSHYAAAABcEjbWi5dhBBCeEZl8DL4MhiEMhiED2EQQvgQ7vzVVYiICcC2N4iTD2FyYNufCZgc2De+0uTAqTE4cG4cUC/oqXswvORNC/5f5U/naQdQed6QlxCpUjWXPKSgHlK45CaVFMLKaEIBYEeG37o2ceN/rh4MtwQAVlA4INAAAADQBQCdASoRABkAPpE8mEelo6KhMAgAsBIJbACBRBCec0zvVGwQD1wNMA56ADA1gDqfUKyGtJkAAP77op77lJaKIrvZv1r8bprI5qD9NfvdGcryPtPS//+M5p/JMvwFj5z//zUIcISBKfhJv//6DxMMi7gfKFWfAaUNjsiyGxtkNhKFw2Lb7K88RT/RFT3OuSBeyD/lEOkU1ZZqognGocGoM2F+fQFTyb8YE6t7ER8/B0H/yHB//9BImlc3puMXXvpuMKmiqabSIXbf9IfgAAAA);width:10px;height:10px;min-width:10px;min-height:10px;background-position:0px 0px;transition:opacity .2s ease-in-out;box-shadow:none}.basket-select span:before{content:"";height:20px;width:20px;position:absolute;left:1px;top:0;background:#fff;border:2px solid #dddfe1;z-index:-1;border-radius:3px;transition:background-color .2s ease-in-out,border-color .2s ease-in-out}.basket-select input:checked+span:before{background-color:#1266cb;border-color:#1266cb}.basket-select input:checked+span:after{display:block;opacity:1}.sticky-sidebar{display:none}.basket-wrapper{max-width:1520px;margin:0 auto}.basket-wrapper>div:not(.basket-empty){display:flex;justify-content:space-between}.basket-button{text-align:center;font-weight:500;font-size:16px;line-height:19.5px;color:#fff;background-color:#1266cb;border-radius:7px;transition:background-color .2s ease-in-out}.basket-button:hover{background-color:#105cb7;color:#fff}.basket-text{font-size:14px;line-height:120%;color:#71767c}.basket-select{display:flex;align-items:center}.basket-checkbox{width:20px;height:20px;background-color:#1266cb;border-radius:2px}.not-available:before{background-color:#ff9a3e!important}.basket-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:60px;animation:fade .3s ease-in-out forwards}@keyframes slideIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideOut{0%{opacity:1;transform:translateY(0)}50%{opacity:.5}to{opacity:0;transform:translate(-50px)}}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease-in-out}.fade-enter-from,.fade-leave-to{opacity:0}@keyframes fadeOut{0%{opacity:1}to{opacity:0;transform:translateY(-60px)}}@keyframes fade{0%{opacity:0}to{opacity:1}}@media (max-width: 992px){.basket-wrapper>div{flex-direction:column;justify-content:unset}}

/* End */
/* /local/components/oldis/header/templates/.default/style.css?176848475019197 */
/* /local/kitchen/bannerSlider/swiper.css?176848475022397 */
/* /local/templates/main/components/bitrix/menu/header_catalog_menu/style.css?176848475014217 */
/* /local/components/oldis/cookies/templates/.default/style.css?1768484750849 */
/* /local/kitchen/browserNotice/style.css?17684847502576 */
/* /local/components/oldis/footer/templates/.default/style.css?17684847505593 */
/* /local/templates/main/styles.css?176848475021240 */
/* /local/components/oldis/basket/templates/.default/oldis/basket.basket/.default/style.css?176848475011286 */
