

/* Start:/local/templates/molnija-shop-v2026/components/bitrix/catalog/kolle/style.css?178166900115369*/
/* catalog */

[data-collection-before],
[data-collection-after] {
	display:none !important;
}
.catalog {
	--icon-sort: url("data:image/svg+xml,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.35547 13.707V0.707031M2.35547 0.707031L0.355469 2.70703M2.35547 0.707031L4.35547 2.70703' stroke='black'/%3E%3Cpath d='M9.35547 0.707031V13.707M9.35547 13.707L7.35547 11.707M9.35547 13.707L11.3555 11.707' stroke='black'/%3E%3C/svg%3E%0A");
	--icon-filter: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 2L13 2' stroke='black'/%3E%3Cpath d='M13 9L0 9' stroke='black'/%3E%3Ccircle cx='5' cy='9' r='1.5' fill='white' stroke='black'/%3E%3Ccircle cx='8' cy='2' r='1.5' fill='white' stroke='black'/%3E%3C/svg%3E%0A");
	--icon-navigation: url("data:image/svg+xml,%3Csvg width='10' height='15' viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 7.5L9.25 1.75L7.5 0L0 7.5L7.5 15L9.25 13.25L3.5 7.5Z' fill='black'/%3E%3C/svg%3E%0A");
	display:flex;
	flex-direction:column;
	align-items:stretch;
	padding: 0 30px 49px;
}

.action-bar {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.catalog .action-bar {
	margin-bottom:80px;
}
.button.sort,
.button.filter,
.button.sort:active,
.button.filter:active {
	gap:5px;
	cursor:pointer;
	height: 44px;
	background-color:#fff;
	border: 1px solid #000000;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -0.03em;
	/* font-variant: small-caps; */
	color: #000000;
	border-radius:0;
}
.button.sort:hover,
.button.filter:hover {
	color:#fff!important;
	background-color:#000!important;
}
.button.filter[data-smartfilter]:not([data-smartfilter="0"]) {
	color:#fff;
	background-color:#000;
}
.button.filter[data-smartfilter]:after {
	content: "(" attr(data-smartfilter) ")";
}
.button.filter[data-smartfilter="0"]:after {
	display:none;
}
.button.sort:before {
	content:"";
	flex:0 0 auto;
	width:12px;
	height:15px;
	background:var(--icon-sort) center no-repeat;
}
.button.filter:before {
	content:"";
	flex:0 0 auto;
	width:13px;
	height:11px;
	background:var(--icon-filter) center no-repeat;
}
.button.sort:hover:before,
.button.filter:hover:before,
.button.filter[data-smartfilter]:not([data-smartfilter="0"]):before,
.opened .button.sort:before,
.opened .button.filter:before {
	filter:invert();
}

.catalog-collection {
	display:flex;
	flex-direction:column;
	align-items:stretch;
	gap:17px;
}
.catalog-collection h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: 0.05em;
	text-transform:uppercase;
	margin:0;
}
.catalog-collection-list {
	display:flex;
	align-items:stretch;
	flex-wrap:wrap;
	gap:60px 24px;
}
.catalog-collection-promo-item {
	flex: 0 0 auto;
	width: calc(50% - 12px);
	display:flex;
	flex-direction:column;
	align-items:stretch;
	gap:17px;
	align-self: flex-start;
	position:relative;
}

.catalog-collection-promo-item .catalog-collection-slider {
	width: 100%;
	height: 482px;
	background: #F4F4F4;
	display:flex;
	align-items:center;
	justify-content:center;
}
.catalog-collection-promo-item a.catalog-collection-slider {
	text-decoration:none;
	color:inherit;
}
.catalog-collection-promo-item .catalog-collection-slider.swiper-container,
.catalog-collection-item .catalog-collection-slider.swiper-container {
	overflow:hidden;
	position:relative;
}
.catalog-collection-promo-item .swiper-button-prev,
.catalog-collection-promo-item .swiper-button-next,
.catalog-collection-item .swiper-button-prev,
.catalog-collection-item .swiper-button-next
 {
	position:absolute;
	top:50% !important;
	margin:0 !important;
	transform:translateY(-50%);
	width: 40px;
	height: 40px;
	background: #D9D9D9;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	z-index:1;
	border-radius:50%;
	cursor:pointer;
	opacity:0;
	transition:all .35s ease;
	&.swiper-button-disabled {
		opacity:0;
	}
}
.catalog-collection-promo-item:hover .swiper-button-prev,
.catalog-collection-promo-item:hover .swiper-button-next,
.catalog-collection-item:hover .swiper-button-prev,
.catalog-collection-item:hover .swiper-button-next {
	opacity:1;
	&.swiper-button-disabled {
		opacity:.35;
	}
}
.catalog-collection-item .swiper-button-prev,
.catalog-collection-item .swiper-button-next {
	top:calc(484px / 2) !important;
	@media (max-width:1200px) {
		top:40% !important;
	}
}

.catalog-collection-promo-item .swiper-button-prev svg,
.catalog-collection-promo-item .swiper-button-next svg,
.catalog-collection-item .swiper-button-prev svg,
.catalog-collection-item .swiper-button-next svg {
	display:none !important;
}
.catalog-collection-promo-item .swiper-button-prev,
.catalog-collection-item .swiper-button-prev {
	left:1px;
}
.catalog-collection-promo-item .swiper-button-next,
.catalog-collection-item .swiper-button-next {
	right:1px;
}
.catalog-collection-promo-item .swiper-button-prev:before,
.catalog-collection-promo-item .swiper-button-next:before,
.catalog-collection-item .swiper-button-prev:before,
.catalog-collection-item .swiper-button-next:before {
	flex: 0 0 auto;
	content:"";
	width: 10px;
	height: 15px;
	background:var(--icon-navigation) center no-repeat;
}
.catalog-collection-promo-item .swiper-button-next:before,
.catalog-collection-item .swiper-button-next:before {
	transform:rotate(180deg);
}
.catalog-collection-promo-item .catalog-collection-slider img,
.catalog-collection-item .catalog-collection-slider img {
	width:100%;
	height:100%;
	object-fit:cover;
}

.catalog-collection-promo-item .subtitle {
	font-weight: 300;
	font-size: 24px;
	line-height: 29px;
}

.catalog-collection-item {
	flex: 0 0 auto;
	width: calc(25% - 3 * 24px / 4);
	display:flex;
	flex-direction:column;
	align-items:stretch;
	position:relative;
}

.catalog-collection.even .catalog-collection-item {
	order:3;
}
.catalog-collection.even .catalog-collection-item:nth-child(2),
.catalog-collection.even .catalog-collection-item:nth-child(3) {
	order:1;
}
.catalog-collection.even .catalog-collection-promo-item {
	order:2;
}

main:has(.sort-bar.opened) .catalog-collection-item {
	z-index:-1;
}
.catalog-collection-item .actions {
	position:absolute;
	top:17px;
	right:22px;
	z-index:2;
}

.catalog-collection-item .catalog-collection-slider {
	width: 100%;
	height: 487px;
	background: #F4F4F4;
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
}

@media (max-width:1900px) {
	.catalog-collection-promo-item .catalog-collection-slider {
		height: 25vw;
	}
	.catalog-collection-item .catalog-collection-slider {
		height: 25vw;
	}
}

.catalog-collection-item .catalog-collection-slider img {
	max-width:100%;
	max-height:100%;
	object-fit:scale-down;
}

.catalog-collection-item .actions .action {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: center/cover no-repeat;
    animation: 1.35s linear a_opacity;
}
.catalog-collection-item .actions .action.favorite {
    background-image: var(--favorites-item);
}
.catalog-collection-item .actions .action.favorite:hover {
    background-image: var(--favorites-item-hover);
}
.catalog-collection-item .actions .action.favorite.activ {
    background-image: var(--favorites-item-full);
}

.catalog-collection-item .stickers {
	display:flex;
	gap:5px;
}
.catalog-collection-item .stickers .sticker {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 2px 5px;
	font-weight: 400;
	font-size: 8px;
	line-height: 10px;
}
.catalog-collection-item .stickers .sticker.new {
	background: rgba(197, 255, 170, 0.6);
	color: #13A600;
}
.catalog-collection-item .stickers .sticker.sale {
	background: rgba(255, 170, 170, 0.6);
	color: #E51C1C;
}

.catalog-collection-item .name {
	display:flex;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: inherit;
	text-decoration:none;
}

.catalog-collection-item a.name:hover {
	text-decoration:underline;
}

.catalog-collection-item .footer {
	display:flex;
	justify-content:space-between;
	gap:10px;
	align-items:flex-end;
	min-height: 74px;
}

.catalog-collection-item .footer-col {
	display:flex;
	flex-direction:column;
}
.catalog-collection-item .footer-col:last-child {
	padding-right:20px;
}
.catalog-collection-item .color {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #808080;
	margin-bottom:9px;
}

.catalog-collection-item .prices {
	display:flex;
	flex-wrap:wrap;
	gap:5px 23px;
	font-size: 16px;
	line-height: 20px;
}
.catalog-collection-item .old-price {
	text-decoration:line-through;
	white-space:nowrap;
}
.catalog-collection-item .price {
	white-space:nowrap;
}

.catalog-collection-item .credit {
	font-size: 14px;
	line-height: 17px;
	text-decoration-line: underline;
	color: #838383;
	cursor:pointer;
}

.catalog-collection .more {
	display:flex;
	justify-content:center;
	margin:57px 0 47px;
}



.round-button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	gap: 10px;

	min-height: 51px;

	border: 3px solid #000000;
	color:#000000;
	border-radius: 35px;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	text-decoration:none;
	cursor:pointer;
	transition:all .35s ease;
}
.round-button:hover {
	color:#fff;
	background-color:#000;
}
.catalog .loading {
	display:flex;
	justify-content:center;
	margin:49px 0;
}
.catalog .loading [data-collection-load-next-page]:not(:first-child) {
	display:none;
}

@media (max-width:1200px) {
	h1:has(+.catalog) {
		margin: 16px 0 15px;
		font-size:28px;
		padding: 0 20px;
        line-height: normal;		
	}
	.catalog .action-bar {
		margin-bottom:20px;
	}
	.catalog {
	    padding: 20px 20px 25px; 
	}
	.catalog-collection {
		padding-top:15px;
	}
	.catalog-collection-list {
		gap: 24px 16px;
	}
	.catalog-collection-promo-item {
		gap:14px;
		width: calc(50% - 8px);
	}
	.catalog-collection-item {
	    width: calc(25% - 3 * 16px / 4);
	}
	.catalog-collection-promo-item .subtitle {
		font-size: 18px;
		line-height: 22px;
	}
	.catalog-collection-item .name {
		font-size: 12px;
		line-height: 15px;
	}
	.catalog-collection-item .footer {
		flex: 1 1 auto;
		flex-direction:column;
		align-items:stretch;
		gap:8px;
	}
	.catalog-collection-item .footer-col:last-child {
		padding-right: 0;
	}
	.catalog-collection-item .color {
		font-size:12px;
		line-height: 15px;
		margin-bottom: 8px;
	}
	.catalog-collection-item .prices {
		font-size: 12px;
		line-height: 15px;
	}
	.catalog-collection-item .credit {
		font-size: 10px;
		line-height: 12px;
	}
	.catalog-collection-item .footer-col .button {
		width:auto;
		margin:0 auto;
		font-size:16px;
		height:35px;
		padding: 1px 22px;
	}
	
	.catalog-collection-item .actions {
		top:10px;
		right:9px;
	}
	.catalog-collection-item .actions .action {
		width:18px;
		height:18px;
	}
	.catalog-collection .more {
		margin: 49px 0 25px;
	}
	.catalog-collection .more .round-button {
		font-size: 14px;
		line-height: 1;
		height: 41px;
	}
	.catalog .loading {
		margin: 25px 0;
	}
}
@media (max-width:755px) {
	.catalog-collection-item .footer-col:last-child {
		align-self: flex-end;
	}
}

@media (max-width:640px) {
	h1:has(+.catalog) {
		margin: 16px 0 20px;
		font-size:24px;
	}
	.catalog {
	    padding: 5px 20px 26px; 
	}
	/*
	.catalog .action-bar {
		padding-bottom:5px;
	}
	*/
	.catalog-collection {
		gap:15px;
	}
	.catalog-collection h2 {
		font-size: 24px;
		line-height: 29px;
	}
	.catalog-collection-list {
		gap:15px 16px;
	}
	.catalog-collection-promo-item {
		width:100%;
		gap:1px;
		order:1 !important;
	}
	.catalog-collection-promo-item .catalog-collection-slider {
		height:236px;
	}
	.catalog-collection-item {
		width:calc(50% - 8px);
		order:2 !important;
	}
	.catalog-collection-item .catalog-collection-slider {
		height:236px;
	}
}

@media (max-width:550px) {
	.catalog-collection-item .name {
		text-align:center;
	}
	.catalog-collection-item .footer {
        flex-direction: column;
        align-items: center;		
	}
	.catalog-collection-item .footer-col {
		align-items:center;
	}
	.catalog-collection-item .footer-col:last-child {
		align-self: center;
	}
}
.sort-bar {
	display:inline-flex;
	position:relative;
	z-index:1;
	backdrop-filter: blur(3px);	
}
.sort-bar.opened .button.sort:after {
	content:"";
	flex:0 0 auto;
	width:20px;
	height:20px;
	background:var(--close-line-icon-1) center/cover no-repeat;
	filter:invert();
	margin-left:20px;
	transition:all .35s ease;
	display:none;
}
.sort-bar.opened .button.sort:hover:after {
	transform: rotate(90deg)
}

.dropdown-options {
	display:flex;
	flex-direction:column;
	align-items:stretch;
	gap:0;
	background: #FFFFFF;
	padding:10px 17px;
	box-shadow:1px 1px 10px rgba(0,0,0,.1);
	transition:all .35s ease;
}
.sort-bar .dropdown-options {
	position:absolute;
	left:0;
	top:100%;
	opacity:0;
	visibility:hidden;
	padding-right:117px;
	max-width:calc(100vw - 50px)
}
.sort-bar .dropdown-options .close {
	display:inline-flex;
	align-items:center;
	position:absolute;
	font-size:12px;
	top:12px;
	right:11px;
	gap:6px;
	cursor:pointer;
}
.sort-bar .dropdown-options .close:before {
	content:"";
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    background: var(--close-line-icon-1) center/cover no-repeat;
    transition: all .35s ease;
}
.sort-bar .dropdown-options .close:hover:before {
	transform: rotate(180deg);
}

.sort-bar.opened  .dropdown-options {
	opacity:1;
	visibility:visible;
}

.dropdown-option {
	display:inline-flex;
	align-items:center;
	gap:19px;
	cursor:pointer;
	white-space:nowrap;
	padding:8px 16px;
}
.dropdown-option:hover {
	background-color:rgba(0,0,0,.1);
}

label.dropdown-option input[type="radio"]:has(+i) {
	display:none;
}
label.dropdown-option input[type="radio"] + i{
	flex:0 0 auto;
	display:inline-flex;
	width: 18px;
	height: 18px;
	border: 1px solid #000000;
	border-radius:50%;
	align-items:center;
	justify-content:center;
}
label.dropdown-option input[type="radio"] + i:before {
	flex: 0 0 auto;
	content:"";
	width: 8px;
	height: 8px;
	background: #fff;
	border: 1px solid #fff;
	border-radius:50%;
	transition:all .35s ease;
}
label.dropdown-option input[type="radio"]:checked + i:before {
	background: #000;
	border: 1px solid #000;
}

.sort-bar.opened .button {
	background-color:#000;
	color:#fff;
}

main:has(.sort-bar.opened) {
	position:relative;
}
main:has(.sort-bar.opened):before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.3);
	z-index:1;
}

[data-add2basket][data-in-basket].button {
	background-color: #000;
    color: #fff;
	white-space:nowrap;
}

.catalog-filter[data-pupop-filter] {
	display:none;
	opacity:0;
	visibility:hidden;
	transition:all .35s ease;
}
.catalog-filter[data-pupop-filter].opened {
	opacity:1;
	visibility:visible;
}

@media (max-width:1200px) {
	.action-bar .button {
		font-size: 14px;
		height: 35px;
	}
}


@media (max-width:640px) {
	.action-bar .button {
		font-size: 14px;
		height: 25px;
	}
	.sort-bar .dropdown-options {
		padding:10px 45px 10px 10px;
	}
	.dropdown-option {
		font-size:14px;
		gap: 10px;
		padding:8px 0;
	}
	label.dropdown-option input[type="radio"] + i {
		width:14px;
		height:14px;
	}
	.sort-bar .dropdown-options .close {
		font-size:0;
		color:transparent;
		gap:0;
	}
}
/* End */


/* Start:/local/templates/molnija-shop-v2026/components/bitrix/catalog/kolle/bitrix/catalog.smart.filter/.default/style.css?177670373211990*/
.catalog-filter {
	position:fixed;
	left:0;
	top:88px;
	height:calc(100% - 88px);
	width:100%;
	overflow:hidden;
	background: rgba(101, 101, 101, 0.3);
	z-index:3;
}
.catalog-filter-window {
	position:absolute;
	right:0;
	top:0;
	display:flex;
	flex-direction:column;
	align-items:stretch;
	height:auto;
	max-height:100%;
	width:640px;
	max-width:100%;
	overflow:hidden;
	background: #fff;
	padding:0 28px;
}
.catalog-filter-header {
	flex: 0 0  auto;
	display:flex;
	align-items:center;
	gap:20px;
	position:relative;
	padding:21px 0  28px;
	border-bottom:1px solid #000;
}
.catalog-filter-header .title {
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	letter-spacing: -0.03em;
}
.catalog-filter-header .title span[data-count]{
	display:inline-block;
	margin-left:.5em;
}
.catalog-filter-header .title span[data-count]:before {
	content: "(" attr(data-count) ")";
}
.catalog-filter-header .title span[data-count="0"]:before {
	display:none;
}

.catalog-filter-header .clear {
	font-size: 12px;
	line-height: 1;
	text-decoration-line: underline;
	cursor:pointer;
}

.catalog-filter-header .close {
	margin-left:auto;
    border: 0;
    background: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #000000;
    cursor: pointer;
}

.catalog-filter-header .close:before {
    content: "";
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    background: var(--close-line-icon-1) center/cover no-repeat;
    transition: all .35s ease;
}
.catalog-filter-header .close:hover:before {
    transform: rotate(180deg);
}

.catalog-filter-body {
	flex: 1 1  auto;
	overflow:auto;
	display:flex;
	flex-direction:column;
	align-items:stretch;
	gap:11px;
	position:relative;
	padding:18px 0 21px;
}

.catalog-filter-parameters-box {
	display:flex;
	flex-direction:column;
	align-items:stretch;
	padding: 20px 15px;
	gap: 15px;
	border-bottom: 1px solid #000000;
	position:relative;
}
.catalog-filter-parameters-box:hover {
	background: rgba(131, 131, 131, 0.1);
}

.catalog-filter-parameters-box.noborder {
	border:0;
	padding: 0 15px 18px;
}
.catalog-filter-parameters-box.noborder:hover {
	background: transparent;
}
.catalog-filter-container-modef {
	position:absolute;
	right:100%;
	top:0;
	display:none;/* пока скроем*/
}
.catalog-filter-parameters-box-title  {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	display:inline-flex;
	gap:10px;
	cursor:pointer;
	--icon-plus: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='10.5' x2='21' y2='10.5' stroke='black'/%3E%3Cline x1='10.5' y1='21' x2='10.5' y2='-2.18556e-08' stroke='black'/%3E%3C/svg%3E%0A");
	--icon-minus: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='10.5' x2='21' y2='10.5' stroke='black'/%3E%3C/svg%3E%0A");
}
.catalog-filter-parameters-box-title:after  {
	flex: 0 0 auto;
	content:"";
	width:21px;
	height:21px;
	background:var(--icon-plus) center no-repeat;
	margin-left:auto;
}
.bx-active .catalog-filter-parameters-box-title:after  {
	background-image:var(--icon-minus);
}

.catalog-filter-block {
	flex-direction:column;
	align-items:stretch;
	visibility:hidden;
	display:none;
	opacity:0;
	height:0;
	overflow:hidden;
	transition:all .35s ease;
}
.catalog-filter-block.individual,
.bx-active .catalog-filter-block { 
	display:flex;
	visibility:visible;
	opacity:1;
	height:auto;
}

.catalog-filter-block.individual {
	display:flex;
	height:auto;
}

.catalog-filter-button-box {
	display:none;
}

.catalog-filter-param {
	display:flex;
	flex-direction:column;
	align-items:stretch;
	gap: 10px;
}
.catalog-filter-param-G {
	flex-direction:row;
	flex-wrap: wrap;
	padding: 5px 10px;
	gap: 10px;
}	
.catalog-filter-param-G label {
	flex: 0 0 auto;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width: 24px;
	height: 24px;
	border: 1px solid #000000;
	border-radius: 2px;
	cursor:pointer;
}
.catalog-filter-param label:has(:disabled) {
	cursor:not-allowed;
	opacity:.5;
}
.catalog-filter-param-G label [type="checkbox"] {
	display:none;
}
.catalog-filter-param-G label .fake-checkbox {
	flex: 0 0 auto;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	background-color:var(--color);
}
.catalog-filter-param-G label :checked + .fake-checkbox:before,
.catalog-filter-param-G label :disabled + .fake-checkbox:before {
	flex: 0 0 auto;
	content:"";
	width: 24px;
	height: 24px;
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.55156 18.0016L3.85156 12.3016L5.27656 10.8766L9.55156 15.1516L18.7266 5.97656L20.1516 7.40156L9.55156 18.0016Z' fill='black'/%3E%3C/svg%3E%0A") center no-repeat;	
}
.catalog-filter-param-G label :disabled + .fake-checkbox:before {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.4 19L5 17.6L10.6 12L5 6.4L6.4 5L12 10.6L17.6 5L19 6.4L13.4 12L19 17.6L17.6 19L12 13.4L6.4 19Z' fill='%23B4B4B4'/%3E%3C/svg%3E%0A");
}
.catalog-filter-param-G label :checked + .fake-checkbox[data-color="white"]:before,
.catalog-filter-param-G label :disabled + .fake-checkbox[data-color="white"]:before {
	filter: brightness(0) invert(1);
}

.catalog-filter-param-F {
	padding: 5px 0;
}	
.catalog-filter-param-F label {
	flex: 0 0 auto;
	width:100%;
	display:flex;
	gap:15px;
	align-items:center;
	cursor:pointer;
}
.catalog-filter-param-F label .fake-checkbox {
	flex: 0 0 auto;
	width: 15px;
	height: 15px;
	border: 1px solid #000000;
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.catalog-filter-param-F label :checked + .fake-checkbox:before  {
	content:"";
	flex: 0 0 auto;
	width: 9px;
	height: 9px;
	background: #000000;
}
.catalog-filter-block.individual {
	gap:22px;
}
.catalog-filter-block.individual label {
	display:flex;
	flex-direction:row-reverse;
	justify-content:space-between;
}

.catalog-filter-block.individual label .fake-checkbox {
	flex: 0 0 auto;
	width: 40px;
	height: 20px;
	border-radius:10px;
	background-color: #838383;
	display:inline-flex;
	position:relative
}
.catalog-filter-block.individual label .fake-checkbox:before  {
	content:"";
	position:absolute;
	left:2px ;
	top:2px;
	width: 16px;
	height: 16px;
	border-radius:8px;
	background: #fff;
	transition:all .15s ease;
}
.catalog-filter-block.individual label:hover .fake-checkbox:before  {
	left:6px;
}
.catalog-filter-block.individual label :checked + .fake-checkbox {
	background-color: #000;
}
.catalog-filter-block.individual label :checked + .fake-checkbox:before  {
	left:22px ;
}
.catalog-filter-block.individual label:hover :checked + .fake-checkbox:before  {
	left:18px ;
}
.catalog-filter-block.individual label .bx-filter-param-text {
	display:inline-flex;
	align-items:center;
	gap:10px;
}
.catalog-filter-block.individual label .bx-filter-param-text:before {
	flex: 0 0 auto;
	content:"";
	width:24px;
	height:24px;
	background:center no-repeat;
}
.catalog-filter-block.individual label [data-name="quantity"] ~ .bx-filter-param-text:before {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 22C5.45 22 4.97917 21.8042 4.5875 21.4125C4.19583 21.0208 4 20.55 4 20V8C4 7.45 4.19583 6.97917 4.5875 6.5875C4.97917 6.19583 5.45 6 6 6H8C8 4.9 8.39167 3.95833 9.175 3.175C9.95833 2.39167 10.9 2 12 2C13.1 2 14.0417 2.39167 14.825 3.175C15.6083 3.95833 16 4.9 16 6H18C18.55 6 19.0208 6.19583 19.4125 6.5875C19.8042 6.97917 20 7.45 20 8V20C20 20.55 19.8042 21.0208 19.4125 21.4125C19.0208 21.8042 18.55 22 18 22H6ZM6 20H18V8H16V10C16 10.2833 15.9042 10.5208 15.7125 10.7125C15.5208 10.9042 15.2833 11 15 11C14.7167 11 14.4792 10.9042 14.2875 10.7125C14.0958 10.5208 14 10.2833 14 10V8H10V10C10 10.2833 9.90417 10.5208 9.7125 10.7125C9.52083 10.9042 9.28333 11 9 11C8.71667 11 8.47917 10.9042 8.2875 10.7125C8.09583 10.5208 8 10.2833 8 10V8H6V20ZM10 6H14C14 5.45 13.8042 4.97917 13.4125 4.5875C13.0208 4.19583 12.55 4 12 4C11.45 4 10.9792 4.19583 10.5875 4.5875C10.1958 4.97917 10 5.45 10 6Z' fill='black'/%3E%3C/svg%3E%0A");
}
.catalog-filter-block.individual label [data-name="new"] ~ .bx-filter-param-text:before {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_649_49409)'%3E%3Cpath d='M11.9992 23.2992L8.64922 19.9992H3.99922V15.3492L0.699219 11.9992L3.99922 8.64922V3.99922H8.64922L11.9992 0.699219L15.3492 3.99922H19.9992V8.64922L23.2992 11.9992L19.9992 15.3492V19.9992H15.3492L11.9992 23.2992ZM11.9992 20.4992L14.4992 17.9992H17.9992V14.4992L20.4992 11.9992L17.9992 9.49922V5.99922H14.4992L11.9992 3.49922L9.49922 5.99922H5.99922V9.49922L3.49922 11.9992L5.99922 14.4992V17.9992H9.49922L11.9992 20.4992Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_649_49409'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.catalog-filter-block.individual label [data-name="sale"] ~ .bx-filter-param-text:before {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.15 22C10.9 22 10.65 21.95 10.4 21.85C10.15 21.75 9.925 21.6 9.725 21.4L2.575 14.25C2.375 14.05 2.22917 13.8292 2.1375 13.5875C2.04583 13.3458 2 13.1 2 12.85C2 12.6 2.04583 12.35 2.1375 12.1C2.22917 11.85 2.375 11.625 2.575 11.425L11.375 2.6C11.5583 2.41667 11.775 2.27083 12.025 2.1625C12.275 2.05417 12.5333 2 12.8 2H19.975C20.525 2 20.9958 2.19583 21.3875 2.5875C21.7792 2.97917 21.975 3.45 21.975 4V11.175C21.975 11.4417 21.925 11.6958 21.825 11.9375C21.725 12.1792 21.5833 12.3917 21.4 12.575L12.575 21.4C12.375 21.6 12.15 21.75 11.9 21.85C11.65 21.95 11.4 22 11.15 22ZM11.15 20L19.975 11.15V4H12.825L4 12.85L11.15 20ZM17.475 8C17.8917 8 18.2458 7.85417 18.5375 7.5625C18.8292 7.27083 18.975 6.91667 18.975 6.5C18.975 6.08333 18.8292 5.72917 18.5375 5.4375C18.2458 5.14583 17.8917 5 17.475 5C17.0583 5 16.7042 5.14583 16.4125 5.4375C16.1208 5.72917 15.975 6.08333 15.975 6.5C15.975 6.91667 16.1208 7.27083 16.4125 7.5625C16.7042 7.85417 17.0583 8 17.475 8Z' fill='black'/%3E%3C/svg%3E%0A");
}
.catalog-filter-block.individual label [data-name="engraving"] ~ .bx-filter-param-text:before {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 8L15.5 17H14V18.5L12.5 22H11.5L10 18.5V17H8.5L6 8H18ZM15.375 10H8.625L10.025 15H13.975L15.375 10ZM20 3L19.45 4.625C19.3167 5.04167 19.075 5.375 18.725 5.625C18.375 5.875 17.9833 6 17.55 6H6.45C6.01667 6 5.625 5.875 5.275 5.625C4.925 5.375 4.68333 5.04167 4.55 4.625L4 3H20Z' fill='black'/%3E%3Cline x1='14' y1='21.5' x2='18' y2='21.5' stroke='black'/%3E%3Cline x1='18.1817' y1='16.3536' x2='15.3533' y2='19.182' stroke='black'/%3E%3Cline x1='8.65035' y1='19.1817' x2='5.82193' y2='16.3533' stroke='black'/%3E%3Cline x1='6' y1='21.5' x2='10' y2='21.5' stroke='black'/%3E%3C/svg%3E%0A");
}

@media (max-width:640px) {
	body:has(.catalog-filter.opened) {
		height:100%;
		overflow:hidden;
	}
	.catalog-filter-header .close {
		gap:0;
		font-size:0;
		color:transparent;
	}
	.catalog-filter-header {
		align-items: baseline;
	}
	.catalog-filter-header .title {
		font-size:14px;
		font-weight: bold;
	}
	.catalog-filter-parameters-box {
		padding:10px;
	}
	.catalog-filter-parameters-box-title {
		font-size:14px;
		line-height:1.22;
		align-items:center;
	}
	.catalog-filter-param {
		gap:5px;
	}
	.bx-filter-param-text {
		font-size:14px;
		line-height:1.22;
	}
}
/* End */


/* Start:/local/templates/molnija-shop-v2026/components/hp/catalog.section.list.compact/.default/style.css?17769687231967*/
.catalog-collection-compact-list {
	--gap-y: 50px;
	--gap-x: 24px;
	display:flex;
	align-items:stretch;
	flex-wrap:wrap;
	gap:var(--gap-y) var(--gap-x);
	@media (max-width:768px) {
		--gap-y: 25px;
		--gap-x: 16px;
	}	
}

.catalog-collection-compact-item {
	flex:0 0 auto;
	width:calc((100% - 3 * var(--gap-x)) / 4);
	display:inline-flex;
	flex-direction:column;
	align-items:stretch;
	text-decoration:none;
	@media (max-width:840px) {
		width:calc((100% - 2 * var(--gap-x)) / 3);
	}	
	@media (max-width:500px) {
		width:calc((100% - var(--gap-x)) / 2);
	}	
}
.catalog-collection-compact-item .image {
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	background: #F4F4F4;
	aspect-ratio:1;
}
.catalog-collection-compact-item .image img {
	width:100%;
	height:100%;
	object-fit:scale-down;
}
.catalog-collection-compact-item .tags {
	display:flex;
	align-items:stretch;
	justify-content:center;
	text-align:center;
	@media (max-width:540px) {
		gap:5px;
	}
}
.catalog-collection-compact-item .tags .tag {
	display:inline-flex;
	padding:4.5px 5px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	@media (max-width:1200px) {
		padding:3px 5px;
		font-size: 14px;
	}
	@media (max-width:768px) {
		padding:2px 5px;
		font-size: 12px;
	}
	@media (max-width:540px) {
		font-size: 10px;
	}
		
}
.catalog-collection-compact-item .tags .tag.new {
	color: #13A600;
	background: rgba(197, 255, 170, 0.6);
}
.catalog-collection-compact-item .tags .tag.discount {
	color: #E51C1C;
	background: rgba(255, 170, 170, 0.6);
}
.catalog-collection-compact-item h2 {
	font-weight: 300;
	font-size: 36px;
	line-height: 1.33;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	margin:0;
	padding:0;
	@media (max-width:1200px) {
		font-size: 24px;
	}
	@media (max-width:900px) {
		font-size: 20px;
	}
	@media (max-width:768px) {
		font-size: 18px;
	}
}
.catalog-collection-compact-item h2:hover {
	text-decoration:underline;

/* End */


/* Start:/local/templates/molnija-shop-v2026/components/hp/catalog.product.subscribe/.default/style.css?177618172612567*/
/* new window */
.window.window-subscribe {
	box-sizing:border-box;
	max-width:calc(100% - 30px);
}
.window-subscribe .window-content {
	gap:15px;
}
.window-subscribe .window-content-item {
	gap:31px;
	padding: 24px 37px;
	width: 100%;
	background: #F4F4F4;
}
.window-subscribe .window-content-item .image {
	flex: 0 0 auto;
	width:225px;
	height:225px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.window-subscribe .window-content-item .image img {
	width:100%;
	height:100%;
	object-fit:scale-down;
}
.window-subscribe .window-content-item .info {
	flex: 1 1 auto;
	width:auto;
	display:flex;
	flex-direction:column;
	gap:9px;
	padding:0;
}
.window-subscribe .window-content-item .info .item-title{
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
}
.window-subscribe .window-content-item .info .item-color{
	font-size: 20px;
	line-height: 1.2;
	margin:0;
}

.window-subscribe-data {
	display:flex;
	flex-direction:column;
	padding: 0px;
	gap: 0px;
	width: 100%;
}
.window-subscribe-data .please {
	text-align:center;
	padding:5px 10px;
	font-size: 20px;
	line-height: 1.45;
}
.window-subscribe-data .input-block {
	display:flex;
	flex-direction:column;
	padding: 0px;
	gap: 5px;
	width: 100%;
}
.window-subscribe-data .input-block label {
	padding:5px 0;
	font-size: 20px;
	line-height: 1.45;
}
.window-subscribe-data .input-block input {
	padding: 19px 29px;
	width: 100%;
	min-height: 60px;
	background: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 8px;
	font-size: 18px;
	line-height: 1.22;
}
.window-subscribe-data .input-block input::placeholder {
	color: #666666;
}
.window-subscribe-data .input-block-user-consent {
	margin-top:10px;
}
.window-subscribe-data-actions {
	margin-top:20px;
	display:flex;
	justify-content:center;
}
.window-subscribe-notify {
	width:100%;
	text-align:center;
	font-weight:bold;
	padding:1em 1em 0px;
}
.window-subscribe-notify.success {
	color:green;
}
.window-subscribe-notify.error {
	color:red;
}
.window-subscribe .input-block[data-error],
.window-subscribe .input-block-user-consent[data-error]
{
	position:relative
}
.window-subscribe .input-block[data-error]:has(.error):after,
.window-subscribe .input-block-user-consent[data-error]:has(.error):after {
	content:attr(data-error);
	position:absolute;
	top:100%;
	left:0;
	color:red;
	font-size:12px;
}
.window-subscribe-data .input-block[data-error]:has(.error) input {
	border-color:red;
}
.window-subscribe .input-block-user-consent[data-error]:has(.error):after {
	left:28px;
}


@media (max-width:800px) {
	.window-subscribe .window-content-item .image {
		width:150px;
		height:150px;
	}
	.window-subscribe .window-content-item .info .item-title {
		font-size:18px;
	}
	.window-subscribe .window-content-item {
		padding:20px;
		gap:20px;
	}
	.window-subscribe .window-content-item .info .item-color,
	.window-subscribe-data .please,
	.window-subscribe-data .input-block label	{
		font-size:16px;
		line-height: 1.2;
	}
	.window-subscribe-data .input-block input {
		font-size:16px;
		min-height:48px;
		padding: 1px 1em;
	}
	.window-subscribe-data .input-block-user-consent label:has(span.fake-checkbox) {
		font-size:14px;
	}
	.window.window-subscribe .close {
		top:19px;
		right:15px;
	}
	.window-subscribe-data .input-block-user-consent {
		margin-top: 30px;
	}
}
@media (max-width:576px) {
	.window-subscribe .window-content-item .image {
		display:none;
	}
	.window-subscribe .window-content-item .info {
		align-items:center;
	}
	.window-subscribe .window-content-item .info * {
		text-align:center;
	}
	.window.window-subscribe .close {
		font-size:0;
		color:transparent;
	}
}
/* /new window */
/* molnija styles */

.product-subscribe-popup {
	box-sizing:border-box;
	padding:0;
	position:fixed !important;
	left:50%  !important;
	top:50% !important;
	transform:translate(-50%, -50%);
	transition:all .3s ease;
	max-width:100%;
	max-height:100vh;
}
.product-subscribe-popup * {
	box-sizing:border-box;
}

.product-subscribe-popup.start {
	top:0% !important;
	transform:translate(-50%, -100%);
}

.product-subscribe-popup .bx-catalog-subscribe-form-notify {
	margin-bottom:20px;
	padding:0;
	box-shadow:none;
	text-shadow:none;
}
.product-subscribe-popup .bx-catalog-subscribe-form-notify:empty {
	display:none;
}
.product-subscribe-popup .bx-catalog-subscribe-form-notify.alert {
	font: normal normal 16px/1.6 "Fira Sans";
}
.product-subscribe-popup .bx-catalog-subscribe-form-notify.alert.error {
	color:red;
}
.product-subscribe-popup .bx-catalog-subscribe-form-notify.alert.success {
	color:green;
}

.popup-window.popup-window-with-titlebar.product-subscribe-popup {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 50px;
	gap: 15px;
	isolation: isolate;

	width: 940px;
	max-width:100%;
	background: #FFFFFF;
}

.product-subscribe-popup .popup-window-titlebar {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px;
	gap: 10px;
}

.product-subscribe-popup .popup-window-titlebar .popup-window-titlebar-text {


	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	display: flex;
	align-items: center;
	color: #000000;
}


.product-subscribe-popup .popup-window-close-icon.popup-window-titlebar-close-icon {
	width:22px;
	height:22px;
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L20.9105 20M20.5673 1L1 20' stroke='%23191C1D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-position:center;
	background-repeat:no-repeat;
	top:22px;
	right:22px;
	opacity:.4;
	cursor:pointer;
}
.product-subscribe-popup .popup-window-close-icon.popup-window-titlebar-close-icon:hover {
	opacity:1
}
.product-subscribe-popup .popup-window-close-icon.popup-window-titlebar-close-icon:after {
	display:none;
}

.product-subscribe-popup .popup-window-content {
	padding:28px 40px;
}
.product-subscribe-form-body {
	max-width: 100%;
}
.product-subscribe-form-body .product-info {
	display:flex;
	align-items:center;
	margin-bottom:27px;
}
.product-subscribe-popup .product-info .img {
	width:161px;
	flex: 0 0 auto;
}
.product-subscribe-popup .img img {
	max-width:100%;
	height:auto;
}
.product-subscribe-popup .product-info .info {
	flex: 1 1 auto;
	padding-left:37px;
}
.product-subscribe-popup .product-info .info .item-title {
	font: normal normal 32px/37px Cuprum;
	color: #000000;
}

.product-subscribe-popup .product-info .info .item-price {
	white-space:nowrap;
}
.product-subscribe-popup .product-info .info .item-price .description {
	font: normal normal 16px/1.6 "Fira Sans";
	color: #717171;
	margin-right:10px;
}
.product-subscribe-popup .product-info .info .item-price .value {
	font: normal normal 18px/1.6 "Fira Sans";
	color: #000000;
}

.product-subscribe-form-body .enable-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px;
	gap: 13px;
	width: 100%;
	font-size: 20px;
	line-height: 29px;
	color: #000000;
}

.product-subscribe-popup .bx-catalog-subscribe-form-container {
	margin-bottom:36px;
}
.product-subscribe-popup.success .bx-catalog-subscribe-form-container {
	margin-bottom:12px;
}

.product-subscribe-popup .bx-catalog-subscribe-form-container .input-text {
	width:100%;
	height:56px;
	border: 1px solid #717171;
	box-sizing: border-box;
	border-radius: 2px;
	font: normal normal 18px/1.6 "Fira Sans";
	color:#191C1D;
	padding:12px 20px;
}
.product-subscribe-popup.success .bx-catalog-subscribe-form-container .input-text {
	border: 1px solid #ccc;
	color:#939393;
}

.product-subscribe-popup .bx-catalog-subscribe-form-container .input-text:-ms-input-placeholder,
.product-subscribe-popup .bx-catalog-subscribe-form-container .input-text::-ms-input-placeholder,
.product-subscribe-popup .bx-catalog-subscribe-form-container .input-text::-webkit-input-placeholder,
.product-subscribe-popup .bx-catalog-subscribe-form-container .input-text:-moz-placeholder,
.product-subscribe-popup .bx-catalog-subscribe-form-container .input-text::-moz-placeholder,
.product-subscribe-popup .bx-catalog-subscribe-form-container .input-text::placeholder {
	color: #939393;
}

.user-consent-block {
	max-width: 418px;
	font: normal normal 14px/1.6 "Fira Sans";
	color: #191C1D;
	display:flex;
	align-items:flex-start;
}
.popup-window.success .user-consent-block {
	display:none;
}
.user-consent-block span.input-checkbox-wrap {
	flex:0 0 auto;
	margin-right:15px;
}
.user-consent-block span.input-checkbox-label {
	flex:1 1 auto;
	font-weight:normal !important;
}
.user-consent-block a {
	color: #191C1D;
	text-decoration:underline;
}

.product-subscribe-popup input + i:before {
    background: #191C1D !important;
}

.product-subscribe-popup .popup-window-buttons {
	text-align:center;
	padding:0 40px 59px;
}

.product-subscribe-popup .btn-default {
    background-color: #997F44 !important;
	background-image:none;
    font: normal normal 18px/1.6 "Fira Sans" !important;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;
	outline: none;
	color:#fff;
	transition: 0.3s all ease;
	border-radius: 2px !important;
	text-transform:uppercase;
	border: 1px solid #997F44;
}

.product-subscribe-popup .btn-default:hover {
    background-color: #7B6533 !important;
	color:#fff;
	border: 1px solid #7B6533;
}
.product-subscribe-popup .btn-default.submit {
}
.popup-window.product-subscribe-popup.success .btn-default.submit {
	display:none;
}
.product-subscribe-popup .btn-default.success-info {
	background: #FFFFFF !important;
	border: 1px solid #CCCCCC !important;
	color: #191C1D;
	cursor:default;
	display:none;
}
.product-subscribe-popup .btn-default.success-info:before {
	content:"";
	flex: 0 0 auto;
	width:17px;
	height:14px;
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.2084 2L5.58577 11.1825L1.34758 7.13815' stroke='%23359B11' stroke-width='3'/%3E%3C/svg%3E%0A");
	margin-right:26px;
}
.product-subscribe-popup .btn-default.success-info:hover {
    background: #FFFFFF !important;
	color:#191C1D;
}
.popup-window.product-subscribe-popup.success .btn-default.success-info {
	display:flex;
}

/* // molnija styles */

/* Button */
.bx-catalog-subscribe-button.not(.button)
{
    margin-bottom: 6px;
    display: inline-block;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}

@media (max-height:800px) {
	.product-subscribe-form-body .product-info {
		margin-bottom:15px;
	}
	.product-subscribe-popup .img {
		display:none;
	}
	.product-subscribe-popup .product-info .info {
		padding-left:0;
	}
	.product-subscribe-popup .popup-window-content {
		padding:15px;
	}
	.product-subscribe-popup .popup-window-buttons {
		padding: 0 15px 15px;
	}	
}


/* End */
/* /local/templates/molnija-shop-v2026/components/bitrix/catalog/kolle/style.css?178166900115369 */
/* /local/templates/molnija-shop-v2026/components/bitrix/catalog/kolle/bitrix/catalog.smart.filter/.default/style.css?177670373211990 */
/* /local/templates/molnija-shop-v2026/components/hp/catalog.section.list.compact/.default/style.css?17769687231967 */
/* /local/templates/molnija-shop-v2026/components/hp/catalog.product.subscribe/.default/style.css?177618172612567 */
