

/* Start:/local/templates/videomaster/template_styles.css?178954399324659*/
:root {
	--vm-orange: #ff6a00;
	--vm-orange-dark: #e85f00;
	--vm-text: #1a1d23;
	--vm-muted: #6b7280;
	--vm-line: #eceff3;
	--vm-bg: #f5f6f8;
	--vm-card: #ffffff;
	--vm-footer: #1c2430;
	--vm-radius: 18px;
	--vm-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
	--vm-container: 1240px;
}

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

html,
body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Manrope, "Segoe UI", sans-serif;
	color: var(--vm-text);
	background: var(--vm-bg);
	line-height: 1.45;
	min-width: 320px;
}

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

a {
	color: inherit;
	text-decoration: none;
}

button,
input {
	font: inherit;
}

.vm-container {
	width: min(100% - 32px, var(--vm-container));
	margin: 0 auto;
}

.container {
	width: min(100% - 32px, var(--vm-container));
	margin: 0 auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.col-xs-12,
.col-sm-6,
.col-sm-12,
.col-md-3,
.col-md-6 {
	padding: 0 12px;
	width: 100%;
}

@media (min-width: 768px) {
	.col-sm-6 { width: 50%; }
}

.bx-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 10px;
	font-size: 13px;
	color: var(--vm-muted);
	padding: 16px 0 0;
}

.bx-breadcrumb-item a {
	color: var(--vm-muted);
}

.bx-breadcrumb-item span {
	color: var(--vm-text);
}

.vm-header {
	background: #fff;
	border-bottom: 1px solid var(--vm-line);
}

.vm-topline {
	background: #f3f4f6;
	font-size: 13px;
	color: var(--vm-muted);
}

.vm-topline__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 36px;
	gap: 16px;
}

.vm-topline__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.vm-topline__nav a:hover {
	color: var(--vm-orange);
}

.vm-burger {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 12px;
	background: #f3f4f6;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	cursor: pointer;
}

.vm-burger span {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 2px;
	background: var(--vm-text);
	transition: transform .2s, opacity .2s;
}

.vm-burger.is-open span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.vm-burger.is-open span:nth-child(2) {
	opacity: 0;
}

.vm-burger.is-open span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.vm-head__inner {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1.1fr;
	gap: 24px;
	align-items: center;
	padding: 18px 0;
}

.vm-logo {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	max-width: 280px;
}

.vm-logo img {
	height: 42px;
	width: auto;
}

.vm-logo__tag {
	font-size: 12px;
	color: var(--vm-muted);
}

.vm-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.vm-meta strong {
	display: block;
	font-size: 16px;
}

.vm-meta span span {
	display: block;
	font-size: 13px;
	color: var(--vm-muted);
	line-height: 1.35;
}

.vm-meta__icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff4eb;
	color: var(--vm-orange);
	display: grid;
	place-items: center;
	flex: 0 0 auto;
}

.vm-searchrow {
	padding: 0 0 18px;
}

.vm-searchrow__inner {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 12px;
	align-items: center;
}

.vm-catalog-drop {
	position: relative;
}

.vm-catalog-btn {
	width: 100%;
	height: 52px;
	border: 0;
	border-radius: 12px;
	background: var(--vm-orange);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-weight: 700;
	cursor: pointer;
}

.vm-catalog-btn:hover,
.vm-catalog-btn.is-open {
	background: var(--vm-orange-dark);
}

.vm-catalog-btn__chev {
	margin-left: 2px;
}

.vm-catalog-panel {
	position: absolute;
	left: 0;
	top: calc(100% + 8px);
	z-index: 30;
	width: min(720px, 80vw);
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 18px 50px rgba(17, 24, 39, 0.16);
	padding: 16px;
}

.vm-catmenu {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vm-catmenu a {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 12px;
	border-radius: 10px;
	background: #f7f8fa;
}

.vm-catmenu a:hover {
	background: #fff4eb;
	color: var(--vm-orange);
}

.vm-catmenu sup {
	color: var(--vm-muted);
	font-size: 12px;
}

.vm-search {
	display: flex;
	align-items: center;
	height: 52px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}

.vm-search input {
	flex: 1;
	border: 0;
	outline: 0;
	padding: 0 18px;
	background: transparent;
}

.vm-search button {
	width: 52px;
	height: 52px;
	border: 0;
	background: var(--vm-orange);
	color: #fff;
	cursor: pointer;
}

.vm-search button:hover {
	background: var(--vm-orange-dark);
}

.vm-section {
	margin: 28px 0;
}

.vm-section__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.vm-section__title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-size: 28px;
	line-height: 1.2;
}

.vm-section__title::before {
	content: "";
	width: 8px;
	height: 22px;
	border-radius: 4px;
	background: var(--vm-orange);
}

.vm-more {
	color: var(--vm-orange);
	font-weight: 700;
	white-space: nowrap;
}

.vm-cats {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 12px;
	margin-top: 22px;
}

.vm-cat {
	background: #fff;
	border-radius: 16px;
	box-shadow: var(--vm-shadow);
	padding: 16px 10px 14px;
	text-align: center;
	min-height: 132px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.vm-cat img,
.vm-cat svg {
	width: 42px;
	height: 42px;
	object-fit: contain;
	color: #374151;
}

.vm-cat__name {
	font-size: 13px;
	font-weight: 600;
}

.vm-cat__count {
	font-size: 12px;
	color: var(--vm-muted);
}

.vm-cat:hover {
	transform: translateY(-2px);
}

.vm-hero {
	position: relative;
	overflow: hidden;
	border-radius: 24px;
	background: linear-gradient(90deg, #f4f7fb 0%, #fff 55%);
	min-height: 280px;
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	align-items: center;
	margin-top: 22px;
}

.vm-hero__content {
	padding: 36px 40px;
	position: relative;
	z-index: 1;
}

.vm-hero__brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 14px;
	background: #111;
	color: #fff;
	font-weight: 800;
	margin-bottom: 10px;
}

.vm-hero h2 {
	margin: 0 0 10px;
	font-size: 42px;
	line-height: 1.05;
	max-width: 520px;
}

.vm-hero p {
	margin: 0 0 22px;
	color: var(--vm-muted);
	max-width: 420px;
}

.vm-hero__media {
	min-height: 280px;
}

.vm-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	min-height: 280px;
}

.vm-hero--image {
	display: block;
	padding: 0;
}

.vm-hero--image img {
	width: 100%;
	display: block;
	min-height: 240px;
	object-fit: cover;
}

.vm-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 44px;
	padding: 0 18px;
	border-radius: 10px;
	background: var(--vm-orange);
	color: #fff;
	font-weight: 700;
}

.vm-btn:hover {
	background: var(--vm-orange-dark);
}

.vm-sale {
	position: absolute;
	right: 24px;
	top: 24px;
	background: var(--vm-orange);
	color: #fff;
	border-radius: 16px 16px 16px 4px;
	padding: 12px 14px;
	font-weight: 800;
	line-height: 1.15;
	text-align: center;
	z-index: 2;
}

.vm-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.vm-card {
	background: #fff;
	border-radius: 18px;
	box-shadow: var(--vm-shadow);
	padding: 16px;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.vm-card__img {
	height: 180px;
	display: grid;
	place-items: center;
	margin-bottom: 12px;
}

.vm-card__img img {
	max-height: 170px;
	object-fit: contain;
}

.vm-card__badge {
	position: absolute;
	left: 12px;
	top: 12px;
	background: #22c55e;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	border-radius: 8px;
	padding: 4px 8px;
}

.vm-card {
	position: relative;
}

.vm-card__name {
	font-size: 14px;
	font-weight: 600;
	min-height: 42px;
	margin-bottom: 10px;
}

.vm-card__price {
	font-size: 22px;
	font-weight: 800;
	margin-top: auto;
	margin-bottom: 12px;
}

.vm-card__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	border-radius: 10px;
	background: var(--vm-orange);
	color: #fff;
	font-weight: 700;
}

.vm-card:hover .vm-card__btn {
	background: var(--vm-orange-dark);
}

.vm-promo {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.vm-tile {
	background: #fff;
	border-radius: 18px;
	box-shadow: var(--vm-shadow);
	padding: 20px;
	display: flex;
	flex-direction: column;
	min-height: 250px;
	position: relative;
	overflow: hidden;
}

.vm-tile h3 {
	margin: 0 0 6px;
	font-size: 22px;
}

.vm-tile p {
	margin: 0;
	color: var(--vm-muted);
	font-size: 14px;
}

.vm-tile img {
	width: 70%;
	max-height: 130px;
	object-fit: contain;
	align-self: flex-end;
	margin-top: auto;
}

.vm-tile__link {
	color: var(--vm-orange);
	font-weight: 700;
	margin-top: 10px;
}

.vm-tile--guarantee {
	background: linear-gradient(180deg, #fff7ed, #fff);
}

.vm-brands {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px 12px;
	margin-top: auto;
	font-weight: 800;
	color: #4b5563;
	font-size: 14px;
}

.vm-news {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.vm-news-card {
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: var(--vm-shadow);
}

.vm-news-card img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	display: block;
}

.vm-news-card__body {
	padding: 14px;
}

.vm-news-card time {
	display: block;
	font-size: 12px;
	color: var(--vm-muted);
	margin-bottom: 6px;
}

.vm-news-card h3 {
	margin: 0 0 8px;
	font-size: 16px;
}

.vm-news-card p {
	margin: 0;
	color: var(--vm-muted);
	font-size: 13px;
}

.vm-footer {
	background: var(--vm-footer);
	color: #d1d5db;
	margin-top: 40px;
	padding: 36px 0;
}

.vm-footer__inner {
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr 1fr;
	gap: 24px;
}

.vm-footer a:hover {
	color: #fff;
}

.vm-logo--light img {
	filter: brightness(0) invert(1);
}

.vm-logo--light .vm-logo__tag,
.vm-footer__copy {
	color: #9ca3af;
	font-size: 13px;
}

.vm-footer__cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 24px;
}

.vm-footer__cols a,
.vm-footer__contacts a {
	display: block;
	margin-bottom: 8px;
}

.vm-footer__phone {
	color: #fff;
	font-size: 22px;
	font-weight: 800;
}

.vm-social {
	display: flex;
	gap: 8px;
	margin-bottom: 12px;
}

.vm-social a {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #2a3444;
	display: grid;
	place-items: center;
	font-size: 11px;
	font-weight: 800;
	color: #fff;
}

.vm-mail {
	display: inline-flex;
	align-items: center;
	height: 40px;
	padding: 0 14px;
	border-radius: 20px;
	background: #2a3444;
}

.vm-page-title,
h1 {
	font-size: 32px;
	margin: 8px 0 20px;
}

.about-page p,
.vm-page p {
	margin: 0 0 12px;
}

.about-page ul {
	padding-left: 20px;
}

.about-page,
.catalog-page,
.product-page,
.search-results-page,
.vm-page {
	padding: 8px 0 40px;
}

.vitrina-items,
.vm-subcats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 16px 0 24px;
}

.vm-subcats a {
	background: #fff;
	border-radius: 14px;
	padding: 14px;
	box-shadow: var(--vm-shadow);
	display: flex;
	justify-content: space-between;
	gap: 8px;
}

.vitrina-product {
	padding-bottom: 40px;
}

.vm-product__top {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 20px;
	align-items: start;
}

.vm-product__gallery,
.vm-product__buy,
.vm-product-block {
	background: #fff;
	border-radius: 20px;
	box-shadow: var(--vm-shadow);
}

.vm-product__gallery {
	padding: 18px;
}

.vm-product__photo {
	display: grid;
	place-items: center;
	min-height: 320px;
	background: #f8fafc;
	border-radius: 16px;
}

.vm-product__photo img {
	max-height: 380px;
	object-fit: contain;
}

.vm-product__thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.vm-product__thumb {
	width: 72px;
	height: 72px;
	padding: 6px;
	border: 1px solid var(--vm-line);
	border-radius: 12px;
	background: #fff;
	cursor: pointer;
}

.vm-product__thumb.is-active,
.vm-product__thumb:hover {
	border-color: var(--vm-orange);
}

.vm-product__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.vm-product__buy {
	padding: 24px;
}

.vm-product__art {
	color: var(--vm-muted);
	font-size: 14px;
	margin-bottom: 8px;
}

.vm-product__price {
	font-size: 36px;
	font-weight: 800;
	letter-spacing: -0.03em;
	margin-bottom: 12px;
}

.vm-product__lead {
	margin: 0 0 16px;
	color: #374151;
	line-height: 1.55;
}

.vm-product__highlights {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	border-top: 1px solid var(--vm-line);
}

.vm-product__highlights li {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid var(--vm-line);
	font-size: 14px;
}

.vm-product__highlights span {
	color: var(--vm-muted);
}

.vm-product__note {
	margin-top: 12px;
	font-size: 12px;
	color: var(--vm-muted);
	line-height: 1.4;
}

.vm-product-block {
	padding: 24px;
	margin-bottom: 16px;
}

.vm-product-block h2 {
	margin: 0 0 16px;
	font-size: 22px;
}

.vm-product-text p {
	margin: 0 0 12px;
	line-height: 1.65;
	color: #374151;
}

.vm-product-features {
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.vm-product-features li {
	position: relative;
	padding-left: 28px;
	line-height: 1.45;
}

.vm-product-features li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff4eb url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23ff6a00' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>") center / 12px no-repeat;
}

.vm-specs {
	display: grid;
	gap: 2px;
}

.vm-spec {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	padding: 11px 0;
	border-bottom: 1px solid #f1f3f6;
}

.vm-spec__name {
	color: var(--vm-muted);
}

.vm-spec__value {
	font-weight: 700;
	text-align: right;
}

.vm-related {
	margin-top: 28px;
}

.vm-slider {
	--vm-slider-gap: 16px;
	--vm-slider-count: 4;
	position: relative;
	padding: 0 44px;
}

.vm-slider__viewport {
	overflow: hidden;
}

.vm-slider__track {
	display: flex;
	gap: var(--vm-slider-gap);
	transition: transform .3s ease;
}

.vm-slider__slide {
	flex: 0 0 calc((100% - (var(--vm-slider-count) - 1) * var(--vm-slider-gap)) / var(--vm-slider-count));
	min-width: 0;
}

.vm-slider__slide .vm-card {
	height: 100%;
}

.vm-slider__btn {
	position: absolute;
	top: 42%;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: var(--vm-text);
	box-shadow: var(--vm-shadow);
	cursor: pointer;
	z-index: 2;
	display: grid;
	place-items: center;
}

.vm-slider__btn:hover:not(:disabled) {
	color: #fff;
	background: var(--vm-orange);
}

.vm-slider__btn:disabled {
	opacity: .35;
	cursor: default;
}

.vm-slider__btn--prev {
	left: 0;
}

.vm-slider__btn--next {
	right: 0;
}

.vm-slider.is-single .vm-slider__btn,
.vm-slider.is-single .vm-slider__dots {
	display: none;
}

.vm-slider__dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 14px;
}

.vm-slider__dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #d1d5db;
	cursor: pointer;
}

.vm-slider__dot.is-active {
	background: var(--vm-orange);
	width: 18px;
	border-radius: 8px;
}

.vm-search-results {
	display: grid;
	gap: 12px;
}

.vm-search-item {
	background: #fff;
	border-radius: 14px;
	padding: 16px;
	box-shadow: var(--vm-shadow);
}

.modern-page-navigation {
	display: flex;
	gap: 8px;
	margin: 24px 0;
}

.modern-page-navigation a,
.modern-page-navigation span {
	min-width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	background: #fff;
	border-radius: 8px;
}

.modern-page-navigation span {
	background: var(--vm-orange);
	color: #fff;
}

.home-page-h1 {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.vm-backdrop {
	position: fixed;
	inset: 0;
	z-index: 50;
	background: rgba(17, 24, 39, 0.45);
}

.vm-drawer {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 60;
	width: min(86vw, 380px);
	background: #fff;
	transform: translateX(-105%);
	transition: transform .25s ease;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 16px 16px calc(24px + env(safe-area-inset-bottom));
	box-shadow: 12px 0 40px rgba(17, 24, 39, 0.12);
	pointer-events: none;
}

body.is-drawer-open .vm-drawer {
	transform: none;
	pointer-events: auto;
}

body.is-drawer-open {
	overflow: hidden;
}

.vm-drawer__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.vm-drawer__close {
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 10px;
	background: #f3f4f6;
	color: var(--vm-text);
	cursor: pointer;
}

.vm-drawer__phone {
	display: block;
	font-size: 22px;
	font-weight: 800;
	color: var(--vm-orange);
	margin-bottom: 4px;
}

.vm-drawer__hours,
.vm-drawer__address {
	color: var(--vm-muted);
	font-size: 13px;
	margin-bottom: 16px;
}

.vm-drawer__title {
	font-weight: 800;
	margin-bottom: 8px;
}

.vm-drawer .vm-catmenu {
	grid-template-columns: 1fr;
}

.vm-drawer__all {
	display: inline-flex;
	margin: 10px 0 18px;
	color: var(--vm-orange);
	font-weight: 700;
}

.vm-drawer__nav {
	display: grid;
	gap: 4px;
	margin-bottom: 18px;
}

.vm-drawer__nav a {
	display: block;
	padding: 12px 0;
	border-bottom: 1px solid var(--vm-line);
	font-weight: 600;
}

.vm-tabbar {
	display: none;
}

@media (max-width: 1100px) {
	.vm-cats,
	.vm-grid,
	.vm-promo,
	.vm-news,
	.vitrina-items,
	.vm-subcats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vm-head__inner {
		grid-template-columns: 1fr auto;
		gap: 12px 20px;
	}

	.vm-meta--place {
		grid-column: 1 / -1;
	}

	.vm-footer__inner,
	.vm-hero {
		grid-template-columns: 1fr;
	}

	.vm-searchrow__inner {
		grid-template-columns: 220px 1fr;
	}

	.vm-hero h2 {
		font-size: 32px;
	}

	.vm-product__top {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	body {
		padding-bottom: calc(64px + env(safe-area-inset-bottom));
	}

	.vm-header {
		position: sticky;
		top: 0;
		z-index: 40;
	}

	.vm-topline,
	.vm-logo__tag,
	.vm-meta--place,
	.vm-meta--phone .vm-meta__text,
	.vm-catalog-drop {
		display: none;
	}

	.vm-catalog-panel {
		display: none !important;
	}

	.vm-burger {
		display: flex;
	}

	.vm-head__inner {
		grid-template-columns: 44px 1fr 44px;
		gap: 10px;
		padding: 10px 0;
		align-items: center;
	}

	.vm-logo {
		max-width: none;
		align-items: center;
	}

	.vm-logo img {
		height: 32px;
	}

	.vm-meta--phone {
		justify-content: center;
	}

	.vm-meta--phone .vm-meta__icon {
		width: 44px;
		height: 44px;
	}

	.vm-searchrow {
		padding: 0 0 10px;
	}

	.vm-searchrow__inner {
		grid-template-columns: 1fr;
	}

	.vm-search,
	.vm-search button {
		height: 44px;
	}

	.vm-search input {
		font-size: 16px;
		padding: 0 14px;
	}

	.vm-section {
		margin: 20px 0;
	}

	.vm-section__title,
	h1,
	.vm-hero h2 {
		font-size: 22px;
	}

	.vm-hero {
		min-height: 0;
		border-radius: 16px;
		margin-top: 12px;
	}

	.vm-hero__content {
		padding: 20px;
	}

	.vm-hero--image img {
		min-height: 160px;
		border-radius: 16px;
	}

	.vm-sale {
		right: 12px;
		top: 12px;
		font-size: 12px;
		padding: 8px 10px;
	}

	.vm-cats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		margin-top: 12px;
	}

	.vm-cat {
		min-height: 108px;
		padding: 12px 8px;
		border-radius: 14px;
	}

	.vm-grid,
	.vitrina-items,
	.vm-news,
	.vm-subcats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.vm-promo,
	.vm-footer__inner {
		grid-template-columns: 1fr;
	}

	.vm-card {
		padding: 12px;
		border-radius: 14px;
	}

	.vm-card__img {
		height: 120px;
	}

	.vm-card__img img {
		max-height: 110px;
	}

	.vm-card__name {
		font-size: 13px;
		min-height: 36px;
	}

	.vm-card__price {
		font-size: 16px;
		margin-bottom: 8px;
	}

	.vm-card__btn {
		height: 36px;
		font-size: 13px;
	}

	.vm-tile {
		min-height: 180px;
	}

	.vm-product__top {
		grid-template-columns: 1fr;
	}

	.vm-product__photo {
		min-height: 220px;
	}

	.vm-product__price {
		font-size: 28px;
	}

	.vm-product-block,
	.vm-product__buy,
	.vm-product__gallery {
		padding: 16px;
	}

	.vm-spec {
		flex-wrap: wrap;
	}

	.vm-spec__name,
	.vm-spec__value {
		max-width: 100%;
		text-align: left;
	}

	.vm-tabbar {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 45;
		background: #fff;
		border-top: 1px solid var(--vm-line);
		padding: 6px 4px calc(6px + env(safe-area-inset-bottom));
		box-shadow: 0 -8px 24px rgba(17, 24, 39, 0.06);
	}

	.vm-tabbar__btn {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 2px;
		border: 0;
		background: transparent;
		color: var(--vm-text);
		font-size: 11px;
		font-weight: 600;
		min-height: 48px;
		cursor: pointer;
	}

	.vm-tabbar__btn svg {
		color: var(--vm-orange);
	}

	.vm-slider {
		padding: 0 36px;
	}

	.vm-slider__btn {
		width: 36px;
		height: 36px;
	}
}

.bx-notifications,
.bx-notifications-sticky,
.ui-cookie-consent,
.main-ui-cookie-consent,
[class*="bx-cookie"] {
	display: none !important;
}

.vm-cookie {
	position: fixed;
	left: 24px;
	bottom: 24px;
	z-index: 48;
	width: min(380px, calc(100vw - 48px));
	display: grid;
	grid-template-columns: 40px 1fr;
	gap: 10px 12px;
	align-items: start;
	padding: 16px;
	background: #fff;
	border: 1px solid var(--vm-line);
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(17, 24, 39, 0.14);
}

.vm-cookie[hidden] {
	display: none !important;
}

.vm-cookie__icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: #fff4eb;
	color: var(--vm-orange);
	display: grid;
	place-items: center;
}

.vm-cookie p {
	margin: 0;
	grid-column: 2;
	font-size: 13px;
	line-height: 1.45;
	color: #374151;
}

.vm-cookie a {
	color: var(--vm-orange);
	font-weight: 700;
}

.vm-cookie .vm-btn {
	grid-column: 2;
	justify-self: start;
	height: 38px;
	padding: 0 16px;
	font-size: 14px;
}

@media (max-width: 767px) {
	.vm-cookie {
		left: 12px;
		right: 12px;
		bottom: calc(76px + env(safe-area-inset-bottom));
		width: auto;
	}
}

body.is-modal-open {
	overflow: hidden;
}

.vm-modal[hidden] {
	display: none !important;
}

.vm-modal {
	position: fixed;
	inset: 0;
	z-index: 80;
	display: grid;
	place-items: center;
	padding: 16px;
}

.vm-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(17, 24, 39, 0.5);
}

.vm-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(460px, 100%);
	max-height: calc(100vh - 32px);
	overflow: auto;
	background: #fff;
	border-radius: 20px;
	padding: 24px 22px 22px;
	box-shadow: 0 24px 60px rgba(17, 24, 39, 0.2);
}

.vm-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 10px;
	background: #f3f4f6;
	cursor: pointer;
}

.vm-modal__dialog h2 {
	margin: 0 36px 8px 0;
	font-size: 24px;
}

.vm-modal__product {
	margin: 0 0 18px;
	color: var(--vm-muted);
	font-size: 14px;
}

.vm-field {
	display: block;
	margin-bottom: 12px;
}

.vm-field span {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
	font-size: 13px;
}

.vm-field span em {
	color: var(--vm-orange);
	font-style: normal;
}

.vm-field input,
.vm-field textarea {
	width: 100%;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 11px 12px;
	background: #fff;
	outline: none;
	font-size: 16px;
}

.vm-field input:focus,
.vm-field textarea:focus {
	border-color: var(--vm-orange);
}

.vm-field.is-error input,
.vm-field.is-error textarea {
	border-color: #dc2626;
}

.vm-check.is-error span {
	color: #dc2626;
}

.vm-field__error {
	display: block;
	min-height: 16px;
	margin-top: 4px;
	color: #dc2626;
	font-size: 12px;
}

.vm-check {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 4px 0 8px;
	font-size: 13px;
	line-height: 1.4;
}

.vm-check input {
	margin-top: 3px;
}

.vm-check a {
	color: var(--vm-orange);
	font-weight: 700;
}

.vm-form .vm-btn {
	width: 100%;
	justify-content: center;
	margin-top: 8px;
}

.vm-form .vm-btn:disabled {
	opacity: .6;
	cursor: default;
}

.vm-form__message {
	margin: 8px 0;
	padding: 10px 12px;
	border-radius: 12px;
	font-size: 13px;
}

.vm-form__message.is-success {
	background: #ecfdf3;
	color: #166534;
}

.vm-form__message.is-error {
	background: #fef2f2;
	color: #991b1b;
}

/* End */
/* /local/templates/videomaster/template_styles.css?178954399324659 */
