html {
	scroll-behavior: smooth;
}

header {
	display: flex;
}

header>.container {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width:767px) {
	header>.container {
		justify-content: center;
	}
}

body {
	font-family: Noto Sans,sans-serif;
	font-size: 17px;
	background-color: #f3f3f3;
	color: #333;
	margin: 0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	text-align: unset;
	transition: padding-top .3s ease;
}

body.white-bg {
	background-color: #fff;
}

body:not(.checkout-page) {
	font-family: Roboto,sans-serif;
}

h1,h2,h3,h4 {
	font-weight: 700;
}

h1,h2,h3,h4 {
	color: #0a0f0a;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 17px;
}

.vi-static-topbar {
	padding: 16px 0;
	text-align: center;
	background-color: #7e33e0;
	color: #fff;
	font-size: 16px;
}

.vi-static-topbar .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.vi-static-topbar .link {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
}

.vi-static-topbar .link-icon {
	margin-right: 10px;
}

.vi-static-topbar .link-icon.user {
	margin-right: 0;
	margin-left: 4px;
}

.vi-footer {
	padding-top: 95px;
	background-color: #eeeffb;
}

@media screen and (max-width:575px) {
	.vi-footer .logo-wrapper {
		text-align: center;
	}
}

.vi-footer .logo {
	max-width: 200px;
}

@media screen and (max-width:575px) {
	.vi-footer .logo {
		margin-bottom: 20px;
	}
}

.vi-footer .menu {
	margin-top: 44px;
	display: flex;
	flex-direction: column;
	grid-row-gap: 20px;
}

@media screen and (max-width:575px) {
	.vi-footer .menu {
		grid-column-gap: 20px;
		grid-row-gap: 0;
		margin: 20px 0;
	}
}

.vi-footer .menu-header {
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
}

.vi-footer .menu-link {
	color: #8a8fb9;
	line-height: 19px;
}

.vi-footer .rights {
	margin-top: 80px;
	background-color: #e7e4f8;
	color: #9da0ae;
	padding: 17px 0;
}

@media screen and (max-width:374px) {
	.vi-footer .rights {
		margin-top: 45px;
	}
}

.vi-header {
	background-color: #fff;
	border-bottom: 1px solid hsla(0,0%,83.9%,.4);
	padding-left: 0;
	padding-right: 0;
}

.vi-header .header-menu,.vi-header>.container {
	display: flex;
	align-items: center;
}

.vi-header .header-menu {
	list-style: none;
	padding-left: 0;
	-moz-column-gap: 18px;
	column-gap: 18px;
	margin-bottom: 0;
}

.vi-header .header-menu-link {
	color: #0d0e43;
}

.vi-header .logo {
	max-height: 47px;
	height: 100%;
}

@media screen and (max-width:500px) {
	.vi-header .logo {
		max-height: unset;
		max-width: 210px;
		width: 100%;
	}
}

.search {
	display: inline-flex;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 0;
}

.search-field {
	border: 2px solid #e7e6ef;
	border-right: none;
}

.search-field:focus {
	outline: none;
}

.search-btn {
	border-radius: 0;
	background-color: #fb2e86;
}

.fixed-region {
	z-index: 10000;
}

.el-input::-webkit-scrollbar:horizontal {
	height: 6px;
}

.static__wrapper {
	background-color: #fff;
	padding: 10px;
}

.static h1 {
	font-size: 30px;
	font-weight: 500;
}

.static h2 {
	font-size: 22px;
}

.static h3 {
	font-size: 20px;
}

.static h2,.static h3 {
	font-weight: 400;
}

.static strong {
	font-weight: 700;
}

header {
	background-color: transparent;
	box-shadow: none;
}


	.klixy-inline-wrap {
		display: block;
		overflow: hidden;
		box-sizing: border-box
	}

.static__wrapper {
	background-color: #fff;
	padding: 10px;
}

.static h1 {
	font-size: 30px;
	font-weight: 500;
}

.static h2 {
	font-size: 22px;
}

.static h3 {
	font-size: 20px;
}

.static h5 {
	font-size: 16px;
}

.static h2,.static h3,.static h5 {
	font-weight: 400;
}

.static strong {
	font-weight: 700;
}

header {
	background-color: transparent;
	box-shadow: none;
}
/*# sourceMappingURL=static.css.map*/

html {
	scroll-behavior: smooth;
}

header {
	display: flex;
}

header>.container {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width:767px) {
	header>.container {
		justify-content: center;
	}
}

body {
	font-family: Noto Sans,sans-serif;
	font-size: 17px;
	background-color: #f3f3f3;
	color: #333;
	margin: 0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	text-align: unset;
	transition: padding-top .3s ease;
}

body.white-bg {
	background-color: #fff;
}

body:not(.checkout-page) {
	font-family: Roboto,sans-serif;
}

h1,h2,h3,h4,h5 {
	font-weight: 700;
}

h1,h2,h3,h4,h5 {
	color: #0a0f0a;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 17px;
}

.vi-static-topbar {
	padding: 16px 0;
	text-align: center;
	background-color: #7e33e0;
	color: #fff;
	font-size: 16px;
}

.vi-static-topbar .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.vi-static-topbar .link {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
}

.vi-static-topbar .link-icon {
	margin-right: 10px;
}

.vi-static-topbar .link-icon.user {
	margin-right: 0;
	margin-left: 4px;
}

.vi-footer {
	padding-top: 95px;
	background-color: #eeeffb;
}

@media screen and (max-width:575px) {
	.vi-footer .logo-wrapper {
		text-align: center;
	}
}

.vi-footer .logo {
	max-width: 200px;
}

@media screen and (max-width:575px) {
	.vi-footer .logo {
		margin-bottom: 20px;
	}
}

.vi-footer .menu {
	margin-top: 44px;
	display: flex;
	flex-direction: column;
	grid-row-gap: 20px;
}

@media screen and (max-width:575px) {
	.vi-footer .menu {
		grid-column-gap: 20px;
		grid-row-gap: 0;
		margin: 20px 0;
	}
}

.vi-footer .menu-header {
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
}

.vi-footer .menu-link {
	color: #8a8fb9;
	line-height: 19px;
}

.vi-footer .rights {
	margin-top: 80px;
	background-color: #e7e4f8;
	color: #9da0ae;
	padding: 17px 0;
}

@media screen and (max-width:374px) {
	.vi-footer .rights {
		margin-top: 45px;
	}
}

.vi-header {
	background-color: #fff;
	border-bottom: 1px solid hsla(0,0%,83.9%,.4);
	padding-left: 0;
	padding-right: 0;
}

.vi-header .header-menu,.vi-header>.container {
	display: flex;
	align-items: center;
}

.vi-header .header-menu {
	list-style: none;
	padding-left: 0;
	-moz-column-gap: 18px;
	column-gap: 18px;
	margin-bottom: 0;
}

.vi-header .header-menu-link {
	color: #0d0e43;
}

.vi-header .logo {
	max-height: 47px;
	height: 100%;
}

@media screen and (max-width:500px) {
	.vi-header .logo {
		max-height: unset;
		max-width: 210px;
		width: 100%;
	}
}

.search {
	display: inline-flex;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 0;
}

.search-field {
	border: 2px solid #e7e6ef;
	border-right: none;
}

.search-field:focus {
	outline: none;
}

.search-btn {
	border-radius: 0;
	background-color: #fb2e86;
}

.fixed-region {
	z-index: 10000;
}

.fixed-region.fixed {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.el-input::-webkit-scrollbar:horizontal {
	height: 6px;
}

.contacts__wrapper {
	background-color: #fff;
	padding: 20px 10px;
}

html {
	scroll-behavior: smooth;
}

header {
	display: flex;
}

header>.container {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width:767px) {
	header>.container {
		justify-content: center;
	}
}

body {
	font-family: Noto Sans,sans-serif;
	font-size: 17px;
	background-color: #f3f3f3;
	color: #333;
	margin: 0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	text-align: unset;
	transition: padding-top .3s ease;
}

body.white-bg {
	background-color: #fff;
}

body:not(.checkout-page) {
	font-family: Roboto,sans-serif;
}

p {
	margin: 0;
}

h2,h3,h4 {
	font-weight: 700;
}

h2,h3,h4 {
	color: #0a0f0a;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 17px;
}

.vi-static-topbar {
	padding: 16px 0;
	text-align: center;
	background-color: #7e33e0;
	color: #fff;
	font-size: 16px;
}

.vi-static-topbar .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.vi-static-topbar .link {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
}

.vi-static-topbar .link-icon {
	margin-right: 10px;
}

.vi-static-topbar .link-icon.user {
	margin-right: 0;
	margin-left: 4px;
}

.vi-footer {
	padding-top: 95px;
	background-color: #eeeffb;
}

@media screen and (max-width:575px) {
	.vi-footer .logo-wrapper {
		text-align: center;
	}
}

.vi-footer .logo {
	max-width: 200px;
}

@media screen and (max-width:575px) {
	.vi-footer .logo {
		margin-bottom: 20px;
	}
}

.vi-footer .menu {
	margin-top: 44px;
	display: flex;
	flex-direction: column;
	grid-row-gap: 20px;
}

@media screen and (max-width:575px) {
	.vi-footer .menu {
		grid-column-gap: 20px;
		grid-row-gap: 0;
		margin: 20px 0;
	}
}

.vi-footer .menu-header {
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
}

.vi-footer .menu-link {
	color: #8a8fb9;
	line-height: 19px;
}

.vi-footer .rights {
	margin-top: 80px;
	background-color: #e7e4f8;
	color: #9da0ae;
	padding: 17px 0;
}

@media screen and (max-width:374px) {
	.vi-footer .rights {
		margin-top: 45px;
	}
}

.vi-header {
	background-color: #fff;
	border-bottom: 1px solid hsla(0,0%,83.9%,.4);
	padding-left: 0;
	padding-right: 0;
}

.vi-header .header-menu,.vi-header>.container {
	display: flex;
	align-items: center;
}

.vi-header .header-menu {
	list-style: none;
	padding-left: 0;
	-moz-column-gap: 18px;
	column-gap: 18px;
	margin-bottom: 0;
}

.vi-header .header-menu-link {
	color: #0d0e43;
}

.vi-header .header-menu-link.active {
	color: #fb2e86;
}

.vi-header .logo {
	max-height: 47px;
	height: 100%;
}

@media screen and (max-width:500px) {
	.vi-header .logo {
		max-height: unset;
		max-width: 210px;
		width: 100%;
	}
}

.search {
	display: inline-flex;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 0;
}

.search-field {
	border: 2px solid #e7e6ef;
	border-right: none;
}

.search-field:focus {
	outline: none;
}

.search-btn {
	border-radius: 0;
	background-color: #fb2e86;
}

.fixed-region {
	z-index: 10000;
}

.el-input::-webkit-scrollbar:horizontal {
	height: 6px;
}

.klixy-chat-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: var(--klixy-orange);
  color: var(--klixy-white);
  flex-shrink: 0;
}

.klixy-chat {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: var(--klixy-white);
  width: 100%;
  height: 100%;
  min-height: 0;
}

#klixy-root {
  flex: 1;
  display: flex;
}

html {
	scroll-behavior: smooth;
}

header {
	display: flex;
}

header>.container {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width:767px) {
	header>.container {
		justify-content: center;
	}
}

body {
	font-family: Noto Sans,sans-serif;
	font-size: 17px;
	background-color: #f3f3f3;
	color: #333;
	margin: 0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	text-align: unset;
	transition: padding-top .3s ease;
}

body.white-bg {
	background-color: #fff;
}

body:not(.checkout-page) {
	font-family: Roboto,sans-serif;
}

p {
	margin: 0;
}

h4 {
	font-weight: 700;
}

h4 {
	color: #0a0f0a;
}

.vi-static-topbar {
	padding: 16px 0;
	text-align: center;
	background-color: #7e33e0;
	color: #fff;
	font-size: 16px;
}

.vi-static-topbar .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.vi-static-topbar .link {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
}

.vi-static-topbar .link-icon {
	margin-right: 10px;
}

.vi-static-topbar .link-icon.user {
	margin-right: 0;
	margin-left: 4px;
}

.vi-footer {
	padding-top: 95px;
	background-color: #eeeffb;
}

@media screen and (max-width:575px) {
	.vi-footer .logo-wrapper {
		text-align: center;
	}
}

.vi-footer .logo {
	max-width: 200px;
}

@media screen and (max-width:575px) {
	.vi-footer .logo {
		margin-bottom: 20px;
	}
}

.vi-footer .menu {
	margin-top: 44px;
	display: flex;
	flex-direction: column;
	grid-row-gap: 20px;
}

@media screen and (max-width:575px) {
	.vi-footer .menu {
		grid-column-gap: 20px;
		grid-row-gap: 0;
		margin: 20px 0;
	}
}

.vi-footer .menu-header {
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
}

.vi-footer .menu-link {
	color: #8a8fb9;
	line-height: 19px;
}

.vi-footer .rights {
	margin-top: 80px;
	background-color: #e7e4f8;
	color: #9da0ae;
	padding: 17px 0;
}

@media screen and (max-width:374px) {
	.vi-footer .rights {
		margin-top: 45px;
	}
}

.vi-header {
	background-color: #fff;
	border-bottom: 1px solid hsla(0,0%,83.9%,.4);
	padding-left: 0;
	padding-right: 0;
}

.vi-header .header-menu,.vi-header>.container {
	display: flex;
	align-items: center;
}

.vi-header .header-menu {
	list-style: none;
	padding-left: 0;
	-moz-column-gap: 18px;
	column-gap: 18px;
	margin-bottom: 0;
}

.vi-header .header-menu-link {
	color: #0d0e43;
}

.vi-header .logo {
	max-height: 47px;
	height: 100%;
}

@media screen and (max-width:500px) {
	.vi-header .logo {
		max-height: unset;
		max-width: 210px;
		width: 100%;
	}
}

.search {
	display: inline-flex;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 0;
}

.search-field {
	border: 2px solid #e7e6ef;
	border-right: none;
}

.search-field:focus {
	outline: none;
}

.search-btn {
	border-radius: 0;
	background-color: #fb2e86;
}

.fixed-region {
	z-index: 10000;
}

.el-input::-webkit-scrollbar:horizontal {
	height: 6px;
}

main.pt-4 {
	padding: 0!important;
}

.form {
	border-top: 1px solid hsla(0,0%,83.9%,.4);
}

	.klixy-popup {
		position: fixed;
		z-index: 2147483647
	}
	
	.klixy-popup[data-pos=bottom-right] {
		bottom: 20px;
		right: 20px
	}
	
	.klixy-btn {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background: #FF6B00;
		border: none;
		cursor: pointer;
		box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
		display: flex;
		align-items: center;
		justify-content: center;
		transition: transform 180ms;
		padding: 0;
		position: relative
	}
	
	.klixy-btn:hover {
		transform: scale(1.06)
	}
	
	.klixy-btn svg {
		width: 28px;
		height: 28px;
		fill: #fff
	}
	
	.klixy-ico-close {
		display: none;
		fill: none!important;
		stroke: #fff;
		stroke-width: 2.5px;
		stroke-linecap: round
	}
	
	.klixy-badge {
		position: absolute;
		top: -4px;
		right: -4px;
		background: #FF6B00;
		color: #fff;
		width: 24px;
		height: 24px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 11px;
		font-weight: 700;
		font-family: system-ui, sans-serif;
		border: 2px solid #fff;
		box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
		animation: klixy-badge-pop .4s cubic-bezier(.34, 1.56, .64, 1);
		display: none
	}
	
	@keyframes klixy-badge-pop {
		from {
			transform: scale(0);
			opacity: 0
		}
		to {
			transform: scale(1);
			opacity: 1
		}
	}
	
	@keyframes klixy-slide-up {
		from {
			opacity: 0;
			transform: translateY(14px) scale(.94)
		}
		to {
			opacity: 1;
			transform: translateY(0) scale(1)
		}
	}
	
	.klixy-bubble {
		position: absolute;
		bottom: 80px;
		right: 0;
		background: #FF6B00;
		color: #fff;
		font-family: system-ui, sans-serif;
		font-size: 15px;
		font-weight: 600;
		line-height: 1.4;
		padding: 12px 16px;
		border-radius: 18px 18px 4px 18px;
		box-shadow: 0 8px 28px rgba(0, 0, 0, .22), 0 2px 8px rgba(255, 107, 0, .35);
		white-space: nowrap;
		display: flex;
		align-items: center;
		gap: 10px;
		animation: klixy-slide-up .4s cubic-bezier(.34, 1.56, .64, 1) both
	}
	
	.klixy-bubble-text {
		cursor: pointer;
		color: #fff;
		text-decoration: none
	}
	
	.klixy-bubble-text:hover {
		text-decoration: underline;
		color: #fff
	}
	
	.klixy-bubble-close {
		background: rgba(255, 255, 255, .25);
		border: none;
		cursor: pointer;
		padding: 0;
		color: #fff;
		font-size: 15px;
		line-height: 1;
		flex-shrink: 0;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center
	}
	
	.klixy-bubble-close:hover {
		background: rgba(255, 255, 255, .4)
	}
	
	@media(max-width:600px) {
		.klixy-bubble {
			white-space: normal;
			max-width: 220px
		}
	}

