

/* 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.element/.default/style.css?178166931427656*/
.catalog-element {
	display:flex;
	flex-direction:column;
	align-items:stretch;
	--icon-help: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1167 15.6897C10.2879 15.6897 10.4358 15.622 10.5603 15.4868C10.6849 15.3517 10.7471 15.1985 10.7471 15.027C10.7471 14.8749 10.6843 14.7318 10.5586 14.5977C10.4331 14.4636 10.2847 14.3966 10.1132 14.3966C9.94195 14.3966 9.78927 14.4642 9.65517 14.5994C9.52107 14.7345 9.45402 14.8782 9.45402 15.0305C9.45402 15.2017 9.52165 15.3544 9.6569 15.4885C9.79195 15.6226 9.94521 15.6897 10.1167 15.6897ZM9.65517 12.1264H10.3448C10.364 11.705 10.455 11.3362 10.6178 11.0201C10.7807 10.704 11.0824 10.3448 11.523 9.94253C12.0594 9.42529 12.4425 8.96552 12.6724 8.56322C12.9023 8.16092 13.0172 7.71714 13.0172 7.2319C13.0172 6.39531 12.7404 5.70881 12.1868 5.17241C11.6331 4.63602 10.9521 4.36782 10.1437 4.36782C9.43487 4.36782 8.80268 4.55939 8.24713 4.94253C7.69157 5.32567 7.27011 5.77586 6.98276 6.2931L7.67241 6.58046C7.9023 6.10153 8.20402 5.72797 8.57759 5.45977C8.95115 5.19157 9.44444 5.05747 10.0575 5.05747C10.8429 5.05747 11.4272 5.27299 11.8103 5.70402C12.1935 6.13506 12.3851 6.63793 12.3851 7.21264C12.3851 7.61494 12.2797 7.97893 12.069 8.3046C11.8582 8.63027 11.5613 8.96552 11.1782 9.31034C10.6418 9.80843 10.2538 10.2969 10.0144 10.7759C9.7749 11.2548 9.65517 11.705 9.65517 12.1264ZM10.0049 20C8.62232 20 7.32701 19.7376 6.11897 19.2129C4.91092 18.6882 3.85182 17.9713 2.94167 17.0621C2.03132 16.1529 1.31351 15.0951 0.788218 13.8888C0.262739 12.6823 0 11.3876 0 10.0049C0 8.62232 0.262356 7.32222 0.787069 6.1046C1.31178 4.88697 2.02874 3.82787 2.93793 2.9273C3.84713 2.02653 4.90489 1.31351 6.11121 0.788218C7.31772 0.262739 8.61236 0 9.99511 0C11.3777 0 12.6778 0.262357 13.8954 0.787069C15.113 1.31178 16.1721 2.02395 17.0727 2.92356C17.9735 3.82318 18.6865 4.88094 19.2118 6.09684C19.7373 7.31293 20 8.61236 20 9.99511C20 11.3777 19.7376 12.673 19.2129 13.881C18.6882 15.0891 17.9761 16.1482 17.0764 17.0583C16.1768 17.9687 15.1191 18.6865 13.9032 19.2118C12.6871 19.7373 11.3876 20 10.0049 20ZM10 19.3678C12.6054 19.3678 14.818 18.4579 16.6379 16.6379C18.4579 14.818 19.3678 12.6054 19.3678 10C19.3678 7.39464 18.4579 5.18199 16.6379 3.36207C14.818 1.54215 12.6054 0.632184 10 0.632184C7.39464 0.632184 5.18199 1.54215 3.36207 3.36207C1.54215 5.18199 0.632184 7.39464 0.632184 10C0.632184 12.6054 1.54215 14.818 3.36207 16.6379C5.18199 18.4579 7.39464 19.3678 10 19.3678Z' fill='black'/%3E%3C/svg%3E%0A");
	--icon-3d: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8978 41.2292C21.5008 41.2292 19.2483 40.7745 17.1401 39.8649C15.0319 38.9551 13.1981 37.7204 11.6386 36.1609C10.0791 34.6014 8.84446 32.7676 7.9346 30.6594C7.02508 28.5513 6.57031 26.2987 6.57031 23.9017H7.96448C7.96448 28.1506 9.40844 31.802 12.2964 34.8559C15.1843 37.9098 18.7527 39.5695 23.0016 39.835L19.8149 36.6484L20.8107 35.6525L26.1882 41.03C25.8231 41.0964 25.4414 41.1462 25.043 41.1794C24.6447 41.2126 24.263 41.2292 23.8978 41.2292ZM25.6903 29.0801V18.7234H31.0678C31.6321 18.7234 32.1051 18.9143 32.4869 19.296C32.8686 19.6777 33.0595 20.1507 33.0595 20.7151V27.0884C33.0595 27.6527 32.8686 28.1257 32.4869 28.5074C32.1051 28.8892 31.6321 29.0801 31.0678 29.0801H25.6903ZM14.7361 29.0801V27.6859H20.7111V24.5988H16.7278V23.2046H20.7111V20.1176H14.7361V18.7234H20.9103C21.2489 18.7234 21.5327 18.8379 21.7617 19.0669C21.9908 19.296 22.1053 19.5798 22.1053 19.9184V27.8851C22.1053 28.2236 21.9908 28.5074 21.7617 28.7365C21.5327 28.9655 21.2489 29.0801 20.9103 29.0801H14.7361ZM27.0845 27.6859H31.0678C31.267 27.6859 31.4164 27.6361 31.5159 27.5365C31.6155 27.4369 31.6653 27.2876 31.6653 27.0884V20.7151C31.6653 20.5159 31.6155 20.3665 31.5159 20.2669C31.4164 20.1673 31.267 20.1176 31.0678 20.1176H27.0845V27.6859ZM39.8311 23.9017C39.8311 19.6528 38.3872 16.0014 35.4993 12.9476C32.6114 9.89366 29.0429 8.23394 24.7941 7.96839L27.9807 11.1551L26.9849 12.1509L21.6074 6.77339C21.9725 6.707 22.3543 6.6572 22.7526 6.62401C23.1509 6.59082 23.5327 6.57422 23.8978 6.57422C26.2948 6.57422 28.5474 7.02915 30.6555 7.93901C32.7637 8.84853 34.5975 10.083 36.157 11.6425C37.7165 13.202 38.951 15.0358 39.8605 17.144C40.7704 19.2522 41.2253 21.5047 41.2253 23.9017H39.8311Z' fill='black'/%3E%3C/svg%3E%0A");
	--icon-lupa: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39 39.8L26.3 27.1C25.313 28.0027 24.1622 28.6867 22.8475 29.152C21.5325 29.6173 20.2333 29.85 18.95 29.85C15.8897 29.85 13.2995 28.7943 11.1795 26.683C9.05983 24.572 8 21.9887 8 18.933C8 15.8777 9.05567 13.2917 11.167 11.175C13.278 9.05833 15.8575 8 18.9055 8C21.9532 8 24.5475 9.05633 26.6885 11.169C28.8295 13.282 29.9 15.8638 29.9 18.9145C29.9 20.2715 29.65 21.6083 29.15 22.925C28.65 24.2417 27.9667 25.3667 27.1 26.3L39.8 38.95L39 39.8ZM18.95 28.75C21.7193 28.75 24.0533 27.8083 25.952 25.925C27.8507 24.0417 28.8 21.7083 28.8 18.925C28.8 16.1417 27.8507 13.8083 25.952 11.925C24.0533 10.0417 21.7193 9.1 18.95 9.1C16.1807 9.1 13.8467 10.0417 11.948 11.925C10.0493 13.8083 9.1 16.1417 9.1 18.925C9.1 21.7083 10.0493 24.0417 11.948 25.925C13.8467 27.8083 16.1807 28.75 18.95 28.75ZM18.4 23.2V19.45H14.65V18.35H18.4V14.65H19.5V18.35H23.2V19.45H19.5V23.2H18.4Z' fill='black'/%3E%3C/svg%3E%0A");
}
.catalog-element .image {
	flex: 0 0 auto;
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.catalog-element .image img {
	width:100%;
	height:100%;
	object-fit:cover;
}

.catalog-element .fullscreen .main-slider .image img {
	object-fit:contain;
}
	
.catalog-element-hero {
	display:flex;
	align-items:center;
	background-color:#F4F4F4;
	padding: 0 28px;
	gap:80px;
	height:900px;
	overflow:hidden;
}
.catalog-element-hero .slider-block {
	display:flex;
	align-items:center;
	position:relative;
	height:100%;
	gap:80px;
}
.catalog-element-hero .slider-block.fullscreen {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:11;
	background-color:#fff;
	padding:10px;
}
.catalog-element-hero .slider-block .close {
	position:absolute;
	width:48px;
	height:48px;
	right:10px;
	top:10px;
	width:48px;
	height:48px;
	cursor:pointer;
	z-index:1;
	background: rgba(255,255,255, .5) var(--close-line-icon-1) center no-repeat;
	cursor:pointer;
	display:none;
}
.catalog-element-hero .slider-block.fullscreen .close {
	display:inline-flex;
}

.catalog-element-hero .slider-block.fullscreen + .main-info-block {
	opacity:0;
}
.catalog-element-hero .preview-slider {
	position:relative;
	flex: 0 0 auto;
	width:80px;
	height:588px;
	max-height:100%;
	display:flex;
	align-items:center;
}
.catalog-element-hero .preview-slider-container {
	flex: 0 0 auto;
	width:100%;
	height:100%;
	max-height:calc(100% - 58px);
	display:flex;
	flex-direction:column;
	overflow:hidden;
	gap:10px;
}
.catalog-element-hero .fullscreen .preview-slider {
	height:100%;
	max-height:none;
}
.catalog-element-hero .preview-slider .swiper-button-nav {
	position:absolute;
	left:50%;
	right:auto;
	top:auto;
	bottom:auto;
	transform:translateX(-50%);
	display:inline-flex;
	z-index:1;
	margin:0;
	padding:0;
	width:21px;
	height:21px;
	cursor:pointer;
}
.catalog-element-hero .preview-slider .swiper-button-nav svg {
	display:none;
}
.catalog-element-hero .preview-slider .swiper-button-nav:before {
	content:"";
	flex:0 0 auto;
	width:15px;
	height:21px;
	background: url("data:image/svg+xml,%3Csvg width='15' height='21' viewBox='0 0 15 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.07039 0.292893C7.67987 -0.0976314 7.0467 -0.0976315 6.65618 0.292892L0.292215 6.65685C-0.0983097 7.04738 -0.0983098 7.68054 0.292215 8.07107C0.682739 8.46159 1.3159 8.46159 1.70643 8.07107L7.36328 2.41421L13.0201 8.07107C13.4107 8.46159 14.0438 8.46159 14.4344 8.07107C14.8249 7.68054 14.8249 7.04738 14.4344 6.65686L8.07039 0.292893ZM7.36328 21L8.36328 21L8.36328 1L7.36328 1L6.36328 1L6.36328 21L7.36328 21Z' fill='black'/%3E%3C/svg%3E%0A") center/cover no-repeat;
}
.catalog-element-hero .preview-slider .swiper-button-nav.swiper-button-prev {
	top:0px;
}	
.catalog-element-hero .preview-slider .swiper-button-nav.swiper-button-next {
	bottom:0px;
}	
.catalog-element-hero .preview-slider .swiper-button-nav.swiper-button-next:before {
	transform:rotate(180deg);
}

.catalog-element-hero .preview-slider .image {
	width:80px;
	height:80px;
	user-select:none;
	cursor:pointer;
}
.catalog-element-hero .preview-slider .image.video {
	position:relative;
}
.catalog-element-hero .preview-slider .image.video:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgba(255,255,255, .5) url("data:image/svg+xml,%3Csvg width='32' height='38' viewBox='0 0 165 192' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M165 95.9961L9.83477e-06 191.259V0.733298L165 95.9961Z' fill='%23333'/%3E%3C/svg%3E%0A") center no-repeat;
	opacity:.7;
	transition:all .35s ease;
}
.catalog-element-hero .preview-slider .image.video:hover:before {
	opacity:1;
}
.catalog-element-hero .preview-slider .image * {
	user-select:none;
}

.catalog-element-hero .preview-slider .image.swiper-slide-thumb-active {
	border:2px solid #000;
	border-radius:3px;
}

.catalog-element-hero .main-slider {
	flex: 0 0 auto;
	width: calc(1104px - 160px);
	display:flex;
	flex-wrap:nowrap;
	overflow:auto;
	height:100%;
	position:relative;
}
.catalog-element-hero .main-slider .swiper-wrapper {
	align-items:center;
}
.catalog-element-hero .main-slider .swiper-button-next,
.catalog-element-hero .main-slider .swiper-button-prev {
	color: #000000;
}
.bx-touch .catalog-element-hero .main-slider .swiper-button-next,
.bx-touch .catalog-element-hero .main-slider .swiper-button-prev,
.catalog-element-hero .main-slider:hover .swiper-button-next,
.catalog-element-hero .main-slider:hover .swiper-button-prev {
	background-color:rgba(255,255,255,.5)
}
.open-mobile-menu .catalog-element-hero .main-slider .swiper-button-next,
.open-mobile-menu .catalog-element-hero .main-slider .swiper-button-prev {
	display:none !important;
}
.catalog-element-hero .fullscreen .main-slider {
	flex: 1 1 auto;
}
.catalog-element-hero .main-slider.swiper-container {
	overflow:hidden;
}
.catalog-element-hero .main-slider .image {
	width:100%;
	height:100%;
	position:relative;
}
.catalog-element-hero .main-slider .image.video {
	height:900px;
}
.catalog-element-hero .main-slider .image.video.swiper-slide {
	display:flex;
	align-items:stretch;
	justify-content:stretch;
}
.catalog-element-hero .main-slider .image.video.swiper-slide iframe {
	width:100%;
	height:100%;
	border:0 !important;
}

.catalog-element-hero .main-slider .icon-zoom,
.catalog-element-hero .main-slider .icon-3d {
	position:absolute;
	right:0;
	bottom:0;
	width:48px;
	height:48px;
	cursor:pointer;
	z-index:1;
}

.catalog-element-hero .main-slider .icon-zoom {
	background: rgba(255,255,255, .5) var(--icon-lupa) center no-repeat;
}
.catalog-element-hero .main-slider .icon-3d {
	right:48px;
	background: rgba(255,255,255, .5) var(--icon-3d) center no-repeat;
}
	
/* .catalog-element-hero .fullscreen .main-slider .icon-zoom, */
.catalog-element-hero .fullscreen .main-slider .icon-3d {
	display:none;
}

.catalog-element .main-info-block {
	padding:33px 0;
    flex: 0 1 auto;
	display:flex;
	flex-direction:column;
	align-items:stretch;
	width:552px;
	max-width:100%;
	max-height: 100%;
}
.catalog-element .main-info-block h1 {
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	text-transform: uppercase;
	display: flex;
	padding: 10px;
	margin:0;
}
.catalog-element .main-info-block .article {
	display: flex;
	padding: 10px;

	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
}

.catalog-element .main-info-block .ttxs {
    flex: 0 1 auto;
    overflow: auto;	
	margin-top:25px;
	padding:0 20px;
	display:flex;
	flex-direction:column;
	align-items:stretch;
	scrollbar-width: thin;
}
.catalog-element .main-info-block .ttx {
	display:flex;
	flex-direction:column;
	gap:0px;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	border-bottom:1px solid #D7D7D7;
}
.catalog-element .main-info-block .ttx .label {
	flex: 0 0 auto;
	display:inline-flex;
	align-items:center;
	width: 100%;
	font-weight:bold;
}
.catalog-element .main-info-block .ttx .value {
	flex: 0 1 auto;
	width: 100%;
}
.catalog-element .main-info-block .ttx .help {
	flex: 0 0 auto;
	display:inline-flex;
	padding:6px;
	cursor:pointer;
	align-self: center;	
	vertical-align: bottom;
}
.catalog-element .main-info-block .ttx .help:before {
	flex: 0 0 auto;
	content:"";
	width: 20px;
	height: 20px;
	background:var(--icon-help) center no-repeat;
}

.catalog-element .main-info-block .sale-block {
	margin-top:10px;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.catalog-element .main-info-block .sale-block .price-block {
	display:flex;
	gap:0;
	justify-content:center;
}
.catalog-element .main-info-block .sale-block .price {
	padding:10px;
	font-size: 24px;
	line-height: 29px;
	white-space:nowrap;
}

.catalog-element .main-info-block .sale-block .price.old {
	text-decoration-line: line-through;
}

.catalog-element .main-info-block .sale-block .buy-block {
	display:flex;
	justify-content:center;
}

.catalog-element .variant-block {
	display:flex;
	flex-direction:column;
	align-items:stretch;
	gap:6px;
	margin-top:25px;
}
.catalog-element .variant-block-title {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	text-transform:uppercase;
	letter-spacing: 0.05em;
	hanging-punctuation: first last;
}
.catalog-element .variant-slider {
	display:flex;
	align-items:center;
	gap:10px;
	width:438px;
	max-width:100%;
	overflow:auto;
}
.catalog-element .variant-slider .swiper-wrapper {
	display:flex;
	align-items:center;
}
.catalog-element .variant-slider.swiper-container {
	overflow:hidden;
	flex-direction:column;
	align-items:stretch;
}
.catalog-element .variant {
	width:72px;
	height:120px;
	padding:10px 5px;
}

.variant-slider .swiper-pagination {
	position:static;
	width: 100%;
    display: flex;
    justify-content: center;
    overflow: auto;	
	gap:11px;
}
.variant-slider .swiper-pagination .swiper-pagination-bullet {
	display:inline-flex;
	height:4px;
	width:90px;
	background-color:#C9C9C9 !important; 
	border-radius:0;
	margin:0 !important;
	cursor:pointer;
}
.variant-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color:#000 !important;
}

.catalog-element .advantages-block {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	width:100%;
	gap:15px 23px;
	margin-top:25px;
}
.catalog-element .advantage {
	width:calc(50% - 23px /2);
	font-size: 14px;
	line-height: 14px;
	hanging-punctuation: first last;
	color: #7B7B7B;
	display:flex;
	gap:15px;
	align-items:center;
	cursor:pointer;
}
.catalog-element .advantage:hover {
	text-decoration:underline;
}

.catalog-element .advantage:before {
	flex: 0 0 auto;
	content:"";
	width:12px;
	height:9px;
	background: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.351562 3.85547L3.85156 7.35547L10.8516 0.355469' stroke='%237B7B7B'/%3E%3C/svg%3E%0A") center no-repeat;
}
.catalog-element-hero .main-slider .swiper-pagination {
	display:none;
}
@media (max-width:1800px) {
	.catalog-element-hero .slider-block {
		gap:10px;
		flex: 0 0 auto;
		width:60%;
	}
	.catalog-element-hero .main-slider {
		width: calc(100% - 90px);
	}
	.catalog-element .image img {
		object-fit: contain;
	}
	.catalog-element .main-info-block {
		flex: 1 1 auto;
		width:auto;
		overflow:hidden;
	}
}
@media (max-width:1600px) {
	.catalog-element-hero {
		gap:20px;
	}
	.catalog-element-hero .slider-block {
		flex-direction:column-reverse;
		align-items:stretch;
	}
	.catalog-element-hero .slider-block {
		width:50%;
	}
	.catalog-element-hero .main-slider {
		width: 100%;
	}
	.catalog-element-hero .main-slider .swiper-wrapper {
		max-height:calc(100% - 40px);
	}
	.catalog-element-hero .main-slider .icon-zoom,
	.catalog-element-hero .main-slider .icon-3d	{
		bottom: 20px;
	}
	.catalog-element-hero .preview-slider {
		display:none;
	}
	.catalog-element-hero .main-slider .swiper-pagination {
		display:flex;
		gap:4px;
		position:absolute;
		left:50%;
		bottom:10px;
		max-width:100%;
		transform:translateX(-50%);
		z-index:1;
	}
	.catalog-element-hero .main-slider .swiper-pagination .swiper-pagination-bullet {
		flex: 0 1 auto;
		width:40px;
		height:3px;
		border-radius:0;
		background-color:#C9C9C9;
	}
	.catalog-element-hero .main-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color:#000;
	}
}

@media (max-width:1200px) { 
	.catalog-element-hero {
		flex-direction:column;
		gap:27px;
		height: auto;
	}
	.catalog-element-hero .slider-block {
		width:808px;
		max-width:100%;
		height: auto;
		margin:0 auto;
		padding: 0 20px;
	}
	.catalog-element-hero .main-slider {
		height:auto;
		flex-direction:column;
	}
	.catalog-element-hero .main-slider .swiper-wrapper {
		max-height:none;
	}
	.catalog-element-hero .main-slider .icon-zoom,
	.catalog-element-hero .main-slider .icon-3d	{
		bottom: 27px;
	}
	
	.catalog-element-hero .main-slider .image {
		max-height:70vh;
		overflow: hidden;
	}
	.catalog-element-hero .main-slider .image img {
		object-fit:contain;
	}
	.catalog-element-hero .main-slider .swiper-pagination {
		position:static;
		transform:none;
		margin-top:24px;
		padding:0 15px;
	}	
	.catalog-element .main-info-block {
		width:808px;
		max-width:100%;
		margin:0 auto;
		padding: 0 20px 16px;
	}
	.catalog-element .main-info-block h1 {
		font-size:24px;
		line-height:1.2;
		padding:12px 0 21px;
		text-align: center;
        width: 100%;
        justify-content: center;		
	}
	.catalog-element .main-info-block .article {
		padding:0;
	}
	.catalog-element .main-info-block .ttxs {
		padding:0;
		margin-top:12px;
	}
	.catalog-element .main-info-block .sale-block {
		margin-top:27px;
	}
	.catalog-element .main-info-block .sale-block .price {
		padding:0 10px;
	}
	.catalog-element .main-info-block .sale-block .buy-block {
		margin-top:25px;
		padding:0 10px;
	}
	.catalog-element .variant-block {
		gap:10px;
		margin-top:25px;
	}
	.catalog-element .variant-block-title {
		text-align:center;
	}
	.catalog-element .variant-slider {
		width:100%;
	}
	.catalog-element .variant {
		width: 152px;
		height: 162px;
		padding: 0 5px;
	}
}
@media (max-width:800px) {
	.catalog-element .main-info-block .sale-block .buy-block .button {
		height: 46px;
		padding: 1px 20px;
		font-size: 18px;		
		width:200px;
		max-width:100%;
	}
}
@media (max-width:480px) {
	.catalog-element-hero,
	.catalog-element-hero .slider-block	{
		padding:0;
	}
	.catalog-element-hero .main-slider .swiper-wrapper,
	.catalog-element-hero .main-slider .image {
		height:374px;
	}
	.catalog-element-hero .fullscreen .main-slider {
		flex: 0 0 auto;
		margin: auto;
	}
}

.catalog-element-ttx {
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:43px;
	padding:68px 57px 60px;
}
.catalog-element-ttx h2 {
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	text-transform:uppercase;
	letter-spacing: 0.05em;
	hanging-punctuation: first last;
	margin:0;
	padding:0;
}

.catalog-element-ttx .ttx-presentation {
	padding: 18px 0;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	gap:36px 30px;
}
.catalog-element-ttx .ttx-presentation .icon {
	flex: 0 0 auto;
	width:calc(25% - 3 * 30px / 4);
	order:1;
	background: #D7D7D7;
	border-radius: 21px;
	font-weight: 400;
	font-size: 14px;
	text-transform:uppercase;
	line-height: 21px;
	display: flex;
	flex-direction:column;
	gap:5px;
	align-items: center;
	color: #000000;
	padding:16px;
	cursor:pointer;
}
.catalog-element-ttx .ttx-presentation .icon.current {
	background: #b4b4b4;
}


.catalog-element-ttx .ttx-presentation .icon:before {
	flex:0 0 auto;
	content:"";
	width:130px;
	height:130px;
}
.catalog-element-ttx .ttx-presentation .icon.mechanism:before {
	background:url(/local/templates/molnija-shop-v2026/components/bitrix/catalog/kolle/bitrix/catalog.element/.default/imgs/mehanism.png) center no-repeat;
}
.catalog-element-ttx .ttx-presentation .icon.korpus:before {
	background:url(/local/templates/molnija-shop-v2026/components/bitrix/catalog/kolle/bitrix/catalog.element/.default/imgs/korpus.png) center no-repeat;
}
.catalog-element-ttx .ttx-presentation .icon.remeshok:before {
	background:url(/local/templates/molnija-shop-v2026/components/bitrix/catalog/kolle/bitrix/catalog.element/.default/imgs/braslet.png) center no-repeat;
}
.catalog-element-ttx .ttx-presentation .icon.steklo:before {
	background:url(/local/templates/molnija-shop-v2026/components/bitrix/catalog/kolle/bitrix/catalog.element/.default/imgs/ciferblat.png) center no-repeat;
}
.catalog-element-ttx .ttx-presentation .icon:after {
	flex:0 0 auto;
	content:"";
	width:21px;
	height:21px;
	background: 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%3Cpath d='M10.5 1.5L10.5 19.5' stroke='black' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M19.5 10.832L1.5 10.832' stroke='black' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A") center no-repeat;
}
.catalog-element-ttx .ttx-presentation .icon.current:after {
	background-image: url("data:image/svg+xml,%3Csvg width='21' height='6' viewBox='0 0 21 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5 3.33203L1.5 3.33203' stroke='black' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.catalog-element-ttx .ttx-presentation .content {
	order:2;
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:stretch;
	padding:0;
	overflow:hidden;
	display:none;
	
}
.catalog-element-ttx .ttx-presentation .current + .content {
	display:flex;
}
.catalog-element-ttx .ttx-presentation .content .content-wrap {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	padding:25px 30px;
	gap:34px 38px;
	transform:translateY(-100%);
	transition:transform .35s ease;
}
.catalog-element-ttx .ttx-presentation .current.visible + .content .content-wrap{
	transform:translateY(0);
}

.catalog-element-ttx .ttx-presentation .content .data {
	flex: 0 0 auto;
	width:calc(25% - 3 * 38px / 4);
	display:flex;
	flex-direction:column;
	align-items:stretch;
	border-bottom: 1px solid #000;
}
.catalog-element-ttx .ttx-presentation .content .data .label {
	font-weight: 700;
	font-size: 22px;
	line-height: 21px;
	text-transform:uppercase;
	margin-bottom:4px;
}
.catalog-element-ttx .ttx-presentation .content .data .value {
	font-weight: 400;
	font-size: 20px;
	line-height: 21px;
	padding-bottom:4px;
	/* border-bottom:1px solid #000; */
}


@media (max-width:1200px) {
	.catalog-element-ttx {
		padding:0 20px;
		gap:30px;
		
	}
	.catalog-element-ttx .ttx-presentation {
		padding:0;
	}
	.catalog-element-ttx .ttx-presentation {
		flex-direction:column;
		align-items:center;
		gap:0;
	}
	.catalog-element-ttx h2 {
		font-weight: 500;
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 0.05em;
		hanging-punctuation: first last;
	}
	.catalog-element-ttx .ttx-presentation .icon {
		order:initial;
		width:100%;
		flex-direction:row;
		gap:81px;
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0.05em;
		hanging-punctuation: first last;
		padding:22px 44px;
	}
	.catalog-element-ttx .ttx-presentation .icon:before {
		width:70px;
		height:70px;
		background-size:contain !important;
	}
	.catalog-element-ttx .ttx-presentation .icon:after {
		margin-left:auto;
	}
	.catalog-element-ttx .ttx-presentation .content {
		order:initial;
		width:100%;
	}
	.catalog-element-ttx .ttx-presentation .content + .icon {
		margin-top:15px;
	}
	.catalog-element-ttx .ttx-presentation .content .content-wrap {
		padding:24px 13px;
		gap:13px;
	}
	.catalog-element-ttx .ttx-presentation .content .data {
		width:100%;
		padding:0 0 9px;
		border-bottom: 2px solid #D7D7D7;
	}
	.catalog-element-ttx .ttx-presentation .content .data .label {
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0.05em;
		hanging-punctuation: first last;
	}
	.catalog-element-ttx .ttx-presentation .content .data .value {
		border-bottom:0;
		padding-bottom:0;
		font-weight: 300;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0.05em;
		hanging-punctuation: first last;
	}
}
@media (max-width:500px) {
	.catalog-element-ttx .ttx-presentation .icon {
		gap:16px;
		font-size: 14px;
		line-height: 12px;
		padding:10px 19px;
	}
	.catalog-element-ttx .ttx-presentation .icon:before {
		width:50px;
		height:50px;
	}
}

.help-window {
	position:absolute;
	opacity:0;
	visibility:hidden;
	display:flex;
	flex-direction:column;
	align-items:stretch;
	gap:10px;
	background: #fff;
    padding: 1.5rem;
	box-shadow:0 0 5px rgba(0,0,0,.1);
	transition:opacity .35s ease;
	width:350px;
	max-width:100%:
}
.help-window.opened {
	visibility:visible;
	opacity:1;
	z-index:1;
}

.help-window .help-title {
	font-weight:bold;
}
.help-window .help-text {
}

.catalog-element-description-block {
	display:flex;
	flex-direction:column;
	align-items:center;
	padding:92px 0 138px;
	gap:81px;
}
.catalog-element-description-title {
	padding: 0 30px;
	font-weight: 500;
	font-size: 36px;
	line-height: 44px;
	text-transform: uppercase;
	text-align:center;
}

.catalog-element-description {
	margin:0 auto;
	padding: 0 30px;
	width:823px;
	max-width:100%;
	font-weight: 300;
	font-size: 18px;
	line-height: 29px;
	letter-spacing: 0.02em;
	/* text-align: center; */
	text-align: justify;
	hyphens: auto;
}

.catalog-element-image {
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.catalog-element-image source {
	display:none;
}
.catalog-element-image img {
	width:100%;
	height:100%;
	object-fit:scale-down;
}

.catalog-element .catalog-element-hero:has(+ .catalog-breadcrambs) {
	margin-bottom:0;
}

.catalog-element .catalog-breadcrambs {
	padding:23px 28px;
	overflow:auto;
}
.catalog-element .catalog-breadcrambs + .catalog-element-ttx {
	padding-top:0;
}

@media (max-width:1200px) {
	.catalog-element .catalog-breadcrambs {
		padding:23px 20px;
	}
	.catalog-element-description-block {
		padding: 10px 0 0;
		gap: 13px;
	}
	.catalog-element-description-title {
		font-size: 18px;
		line-height: 1.2;
	}
	.catalog-element-description {
		order:2;
		line-height:20px;
		letter-spacing:0.32px;
		margin-bottom: 3rem;
	}
}
@media (max-width:1024px) {
	.catalog-breadcrambs [itemprop="itemListElement"]:not(.last):not(.pre-last),
	.catalog-breadcrambs [itemprop="itemListElement"].pre-last:has(+ .pre-last)	{
		display:none;
	}
	.catalog-breadcrambs .catalog-breadcrambs-separator:not(:has(+ [itemprop="itemListElement"]:last-child)) {
		display:none;
	}
	
}

.advantage-help {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(0, -50%);
	display:none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px 27px;
	gap: 25px;
	width:422px;
	max-width:100%;
	isolation: isolate;
	background: #FFFFFF;
	z-index:10;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, .3)
}
.advantage-help.opened {
	display:flex;
}

.advantage-help-title {
	font-size: 16px;
	line-height: 14px;
	color: #7B7B7B;
}
.advantage-help-text {
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 25px;
}
.advantage-help-text p {
	font-size: 14px;
	line-height: 14px;
	padding: 0;
	margin:0;
	color: #000000;
}
.advantage-help-action {
	display:flex;
	justify-content:center;
}
.advantage-help-action .button {
	cursor:pointer;
}
.advantage-help .close {
	display: flex;
	position: absolute;
	width: 15px;
	height: 15px;
	right: 9px;
	top: 9px;
	background: var(--close-line-icon-1) center / cover no-repeat;
    transition: all .35s ease;	
	cursor:pointer;
}
.advantage-help .close:hover {
	transform:rotate(180deg);
}

/* End */


/* Start:/local/templates/molnija-shop-v2026/components/bitrix/catalog.section/catalog-element-accessory/style.css?17749457925101*/
.catalog-element-accessory {
	display:flex;
	flex-direction:column;
	align-items:stretch;
	padding:72px 0 67px;
}
.catalog-element-accessory h2 {
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	align-self:center;
	text-align:center;
	max-width:100%;
	/* font-weight:300; */
	font-weight: 400;
	margin:0 0 84px;
	padding:0;
}
.catalog-element-accessory h2 a {
	text-decoration:none;
	color:inherit;
}
.catalog-element-accessory h2 a:hover {
	text-decoration:underline;
	color:inherit;
}
.catalog-element-accessory-swiper {
	display:inline-flex;
	align-items:stretch;
	overflow:hidden;
	margin-left:150px;
	width:calc(100% - 150px);
}
.catalog-element-accessory-list {
	display:inline-flex;
	align-items:stretch;
	gap:24px;
	cursor:grab;
}
.swiper-initialized .catalog-element-accessory-list {
	gap:0;
}

.catalog-element-accessory-list-item,
.catalog-element-accessory-list-item.swiper-slide {
	
	flex: 0 0 auto;
	width:387px;
	max-width:100%;
	display:inline-flex;
	flex-direction:column;
	align-items:stretch;
	gap:13.42px;
	position:relative;
}
.catalog-element-accessory-list-item .actions {
	position:absolute;
	right:12px;
	top:11px;
	display:flex;
	gap:10px;
	align-items:center;
}
.catalog-element-accessory-list-item .actions .action {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	cursor:pointer;
	background:center/cover no-repeat;
	animation: 1.35s linear a_opacity;
}
@keyframes a_opacity {
  from {
    opacity: 1;
  }
  50% {
    opacity: .3;
  }
  to {
    opacity: 1;
  }
}
.catalog-element-accessory-list-item .actions .action.favorite {
	background-image:var(--favorites-item);
}
.catalog-element-accessory-list-item .actions .action.favorite:hover {
	background-image:var(--favorites-item-hover);
}
.catalog-element-accessory-list-item .actions .action.favorite.full,
.catalog-element-accessory-list-item .actions .action.favorite.activ {
	background-image:var(--favorites-item-full);
}
.catalog-element-accessory-list-item .image {
	width: 100%;
	height: 469.77px;
	background: #F4F4F4;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	text-decoration:none;
}
.catalog-element-accessory-list-item .image img {
	max-width:100%;
	max-height:100%;
	object-fit:scale-down;
}
.catalog-element-accessory-list-item .info {
	display:inline-flex;
	flex-direction:column;
	align-items:stretch;
	gap:13.42px;
	padding-bottom:20px;
	flex: 1 1 auto;
}

.catalog-element-accessory-list-item .info .name {
	flex: 1 1 auto;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color:#000;
	text-decoration:none;
}
.catalog-element-accessory-list-item .info a.name:hover {
	text-decoration:underline;
}

.catalog-element-accessory-list-item .info .color {
	font-size: 14px;
	line-height: 17px;
	color: #808080;
}

.catalog-element-accessory-list-item .info .price {
	font-size: 16px;
	line-height: 20px;
}

.catalog-element-accessory-list-item .info .link {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}
.catalog-element-accessory-list-item .info .link a,
.catalog-element-accessory-list-item .info .link .buy-link {
	text-decoration-line: underline;
	color: #000000;
	cursor:pointer;
}


.catalog-element-accessory-pagination {
	margin-top:42px;
	display:flex;
	gap:11px;
	justify-content:center;
}
.catalog-element-accessory-pagination:empty {
	display:none;
}
.catalog-element-accessory-pagination-item {
	width: 40px;
	height: 2px;
	background: #C9C9C9;
	transition:all .35s ease;
	cursor:pointer;
}
.catalog-element-accessory-pagination-item.current {
	background-color:#000;
	cursor:default;
}

.catalog-element-accessory-more {
	display:flex;
	justify-content:center;
	margin-top:67px;
}
@media (max-width: 1620px) {
	.catalog-element-accessory-swiper {
		margin-left:20px;
		width:calc(100% - 20px);
	}
}
@media (max-width: 1200px) {
	.catalog-element-accessory-swiper {
		margin:0;
		width:100%;
	}
	.catalog-element-accessory {
		margin-top:10px;
		padding: 11px 20px 24px;
	}
	.catalog-element-accessory h2 {
		font-weight: 400;
		font-size: 20px;
		margin-bottom:18px;
	}
	.catalog-element-accessory-list.swiper-wrapper {
		align-items:stretch;
	}
	.catalog-element-accessory-list-item, .catalog-element-accessory-list-item.swiper-slide {
		width:159px;
		gap: 13.6px;
	}
	.catalog-element-accessory-list-item .actions {
		right:9px;
		top:9px;
	}	
	.catalog-element-accessory-list-item .image {
		width:159px;
		height:159px;
	}
	.catalog-element-accessory-list-item .info {
		gap:1px;
		padding-bottom:0;
	}
	.catalog-element-accessory-list-item .info .name {
		font-size:10px;
		line-height:1.2;
	}
	.catalog-element-accessory-list-item .info .color {
		font-size: 10px;
        line-height: 1.2;
	}
	.catalog-element-accessory-list-item .info .price {
		margin-top:2px;
		font-size:12px;
	}
	.catalog-element-accessory-list-item .info .link {
		font-size:12px;
	}
	.catalog-element-accessory-list-item .actions .action {
		width: 20px;
		height: 20px;
	}
	.catalog-element-accessory-pagination {
		margin-top:22px;
	}
	.catalog-element-accessory-more {
		margin-top:20px;
	}
}

/* End */


/* Start:/local/templates/molnija-shop-v2026/components/bitrix/news.list/catalog-element-promo/style.css?17782296384477*/
.catalog-element-promo {
	padding:175px 30px 70px;
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:123px;
	max-width:100%;
	overflow:hidden;
}
.catalog-element-promo-item {
	display:flex;
	align-items:center;
	background-color:#F4F4F4;
	width:1570px;
	max-width:100%;
	min-height:600px;
}
.catalog-element-promo-item .image {
	flex: 0 0 auto;
	align-self: stretch;
	width:600px;
	max-width:50%;
	display:inline-flex;
	overflow:hidden;
}
.catalog-element-promo-item .image img {
	height:100%;
	width:100%;
	max-width:none;
	object-fit:cover;
}
.catalog-element-promo-item .info {
	flex: 1 1 auto;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:20px;
}
.catalog-element-promo-item .info-wrapper {
	width:648px;
	max-width:100%;
	display:inline-flex;
	flex-direction:column;
	align-items:stretch;
	padding:0;
}
.catalog-element-promo-item .info-label {
	font-weight: 300;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	margin-bottom:10px;
}

.catalog-element-promo-item .info-title {
	margin-bottom:24px;
	padding-bottom:10px;
	font-weight: 500;
	font-size: 36px;
	line-height: 44px;
	text-transform: uppercase;
	border-bottom:2px solid #947A00;
}

.catalog-element-promo-item .info-description {
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.01em;
	margin-bottom:70px;
}
.catalog-element-promo-item .info-ttxs {
	display:flex;
	flex-wrap:wrap;
	margin-top:auto;
	--gap: 10px;
	gap: var(--gap);
}
.catalog-element-promo-item .info-ttx {
	width:calc((100% - 2 * var(--gap)) /3 );
	display:inline-flex;
	flex-direction:column;
	gap:0;
	font-size: 12px;
	line-height: 15px;
	text-transform:uppercase;
	border-bottom:2px solid #D7D7D7;
}
.catalog-element-promo-item .info-ttx-label {
	font-weight: 500;
}
.catalog-element-promo-item .info-ttx-value {
	color:#868686;
}


.catalog-element-promo-item:nth-child(even) {
	flex-direction:row-reverse;
}

@media (max-width:1200px) {
	.catalog-element-promo {
		margin-top:10px;
		padding:15px 0 70px;
		gap:60px;
	}
	.catalog-element-promo-item .info-wrapper {
		width:100%;
	}
	.catalog-element-promo-item .info {
		padding:20px;
	}
	.catalog-element-promo-item .info-ttx {
		width: calc((100% - var(--gap)) / 2);
	}
}
@media (max-width:768px) {
	.catalog-element-promo {
		padding:0;
		gap:49px;
	}
	.catalog-element-promo-item  {
		align-items: stretch;
		min-height: 0;
	}
	.catalog-element-promo-item .info-ttxs {
		flex-wrap:wrap;
		flex-direction: column;
	}
	.catalog-element-promo-item .info {
		padding: 19px 30px;
	}
	.catalog-element-promo-item .info-label {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 0;
	}
	.catalog-element-promo-item .info-title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 18px;
		padding-bottom: 8px;
	}
	.catalog-element-promo-item .info-description {
		font-size: 12px;
		line-height: 18px;
		margin-bottom:30px;
	}
	.catalog-element-promo-item .image img {
	  height: 100%;
	  width: 100%;
	  max-width: none;
	  object-fit: cover;
	  /* max-height: 70vh; */
	}	
}
@media (max-width:520px) {
	.catalog-element-promo {
		padding:0;
		gap:0;
	}
	.catalog-element-promo-item,
	.catalog-element-promo-item:nth-child(even)	{
		flex-direction:column-reverse;
		background-color:#fff;
		gap:20px;
		padding-bottom:32px;
	}
	.catalog-element-promo-item .image {
		width:100%;
		max-width:100%;
		height:335px;
	}
	.catalog-element-promo-item .info {
		width:calc(100% - 40px);
		margin:0 auto;
		background-color: #F4F4F4;
		padding:19px;
	}
	.catalog-element-promo-item .info-label {
		text-align:center;
		font-size: 22px;
		line-height: 19.52px;
		margin-bottom:3px;
	}
	.catalog-element-promo-item .info-title {
		text-align:center;
		font-size: 22px;
		line-height: 1;
		border-bottom: 0;
		position:relative;
		padding-bottom:3px;
		margin-bottom:10px;
	}
	.catalog-element-promo-item .info-title:after {
		content:"";
		position:absolute;
		bottom:0;
		left:50%;
		transform:translateX(-50%);
		background-color: #947A00;
		height:1px;
		width:calc(100% - 90px);
	}
	.catalog-element-promo-item .info-description {
		font-size:18px;
		line-height: 20px;
		text-align:center;
		margin-bottom:30px;
	}
	.catalog-element-promo-item .info-ttxs {
		flex-direction:column;
		gap:6px;
		justify-content:flex-start;
	}
	.catalog-element-promo-item .info-ttx {
		width: 100%;
		max-width:100%;
		font-size: 14px;
		line-height: 14px;
		border-bottom:2px solid #D7D7D7;
		padding-bottom:6px;
		gap:4px;
	}
}

/* End */


/* Start:/local/templates/molnija-shop-v2026/components/bitrix/catalog.section/catalog-element-other/style.css?17749541054949*/
.catalog-element-other {
	display:flex;
	flex-direction:column;
	align-items:stretch;
	padding:72px 0 67px;
}
.catalog-element-other h2 {
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	align-self:center;
	text-align:center;
	max-width:100%;
	/* font-weight:300; */
	font-weight: 400;
	margin:0 0 84px;
	padding:0;
}
.catalog-element-other h2 a {
	text-decoration:none;
	color:inherit;
}
.catalog-element-other h2 a:hover {
	text-decoration:underline;
	color:inherit;
}
.catalog-element-other-swiper {
	display:inline-flex;
	align-items:stretch;
	overflow:hidden;
	margin-left:150px;
	width:calc(100% - 150px);
}
.catalog-element-other-list {
	display:inline-flex;
	align-items:stretch;
	gap:24px;
	cursor:grab;
}
.swiper-initialized .catalog-element-other-list {
	gap:0;
}

.catalog-element-other-list-item,
.catalog-element-other-list-item.swiper-slide {
	
	flex: 0 0 auto;
	width:387px;
	display:inline-flex;
	flex-direction:column;
	align-items:stretch;
	gap:13.42px;
	position:relative;
}
.catalog-element-other-list-item .actions {
	position:absolute;
	right:12px;
	top:11px;
	display:flex;
	gap:10px;
	align-items:center;
}
.catalog-element-other-list-item .actions .action {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	cursor:pointer;
	background:center/cover no-repeat;
	animation: 1.35s linear a_opacity;
}
@keyframes a_opacity {
  from {
    opacity: 1;
  }
  50% {
    opacity: .3;
  }
  to {
    opacity: 1;
  }
}
.catalog-element-other-list-item .actions .action.favorite {
	background-image:var(--favorites-item);
}
.catalog-element-other-list-item .actions .action.favorite:hover {
	background-image:var(--favorites-item-hover);
}
.catalog-element-other-list-item .actions .action.favorite.full,
.catalog-element-other-list-item .actions .action.favorite.activ {
	background-image:var(--favorites-item-full);
}
.catalog-element-other-list-item .image {
	width: 100%;
	height: 469.77px;
	background: #F4F4F4;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	text-decoration:none;
}
.catalog-element-other-list-item .image img {
	max-width:100%;
	max-height:100%;
	object-fit:scale-down;
}
.catalog-element-other-list-item .info {
	display:inline-flex;
	flex-direction:column;
	align-items:stretch;
	gap:13.42px;
	padding-bottom:20px;
	flex: 1 1 auto;
}

.catalog-element-other-list-item .info .name {
	flex: 1 1 auto;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color:#000;
	text-decoration:none;
}
.catalog-element-other-list-item .info a.name:hover {
	text-decoration:underline;
}

.catalog-element-other-list-item .info .color {
	font-size: 14px;
	line-height: 17px;
	color: #808080;
}

.catalog-element-other-list-item .info .price {
	font-size: 16px;
	line-height: 20px;
}

.catalog-element-other-list-item .info .link {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	display:none;
}
.catalog-element-other-list-item .info .link a,
.catalog-element-other-list-item .info .link .buy-link {
	text-decoration-line: underline;
	color: #000000;
	cursor:pointer;
}


.catalog-element-other-pagination {
	margin-top:42px;
	display:flex;
	gap:11px;
	justify-content:center;
	padding: 0 20px;
}
.catalog-element-other-pagination:empty {
	display:none;
}
.catalog-element-other-pagination-item {
	width: 40px;
	height: 2px;
	background: #C9C9C9;
	transition:all .35s ease;
	cursor:pointer;
}
.catalog-element-other-pagination-item.current {
	background-color:#000;
	cursor:default;
}

.catalog-element-other-more {
	display:flex;
	justify-content:center;
	margin-top:67px;
}
@media (max-width: 1620px) {
	.catalog-element-other-swiper {
		margin-left:20px;
		width:calc(100% - 20px);
	}
}
@media (max-width: 1220px) {
	.catalog-element-other-swiper {
		margin:0 20px;
		width:calc(100% - 40px);
	}
}

@media (max-width: 768px) {
	.catalog-element-other {
		padding:11px 0;
		margin-bottom:10px;
	}
	.catalog-element-other h2 {
		margin-bottom:20px;
	}
	.catalog-element-other-list-item, .catalog-element-other-list-item.swiper-slide {
		width:170px;
		gap:5px;
	}
	.catalog-element-other-list-item .actions {
		right:9px;
		top:9px;
	}	
	.catalog-element-other-list-item .image {
		height:210px;
	}
	.catalog-element-other-list-item .info {
		gap:4px;
		padding-bottom:10px;
	}
	.catalog-element-other-list-item .info .name {
		font-size:12px;
	}
	.catalog-element-other-list-item .info .color {
		font-size:12px;
	}
	.catalog-element-other-list-item .info .price {
		margin-top:6px;
		font-size:12px;
	}
	.catalog-element-other-list-item .info .link {
		margin-top:5px;
		font-size:12px;
	}
	.catalog-element-other-list-item .actions .action {
		width: 20px;
		height: 20px;
	}
	.catalog-element-other-pagination {
		margin-top:10px;
	}
	.catalog-element-other-more {
		margin-top:55px;
	}
}

@media (max-width: 480px) {
    .catalog-element-other-swiper {
        margin-right: 0;
        width: calc(100% - 20px);
    }
}

/* 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.element/.default/style.css?178166931427656 */
/* /local/templates/molnija-shop-v2026/components/bitrix/catalog.section/catalog-element-accessory/style.css?17749457925101 */
/* /local/templates/molnija-shop-v2026/components/bitrix/news.list/catalog-element-promo/style.css?17782296384477 */
/* /local/templates/molnija-shop-v2026/components/bitrix/catalog.section/catalog-element-other/style.css?17749541054949 */
/* /local/templates/molnija-shop-v2026/components/hp/catalog.product.subscribe/.default/style.css?177618172612567 */
