

/* Start:/local/templates/molnija-shop-v2026/components/bitrix/news/recomendations/style.css?1778092846965*/
.sort-bar {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom: 82px;
	gap:30px;
}

[name="sort_form"] select {
    font-size: 24px;
    padding: 5px 10px;
	border: 1px solid #ccc;
	@media (max-width:768px) {
		font-size: 16px;
	}
}

.sort-bar .sub-title {
	margin-bottom: 0;
}
.sort-bar .sub-title .title {
	line-height:1.2;
}

@media (max-width: 1400px) {
	.sort-bar {
		flex-direction:column-reverse;
	}
}


.recomendation-hero {
	display:flex;
	max-height: 50vh;
}
.recomendation-hero picture {
	flex: 0 0 auto;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.recomendation-hero picture img {
	width:100%;
	height:100%;
	object-fit:cover;
}

.recomendation-title {
	padding:30px 0;
}
.recomendation-title h1 {
	margin:0;
	text-align:center;
}

.recomendation-detail-text {
	width:1200px;
	max-width:100%;
	padding:0 30px;
	margin:60px auto;
}
.recomendation-goto-back {
	margin:60px 0;
	text-align:center;
}
/* End */


/* 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/system.pagenavigation/visual/style.css?17773972784264*/
.bx_pagination_bottom{
	color: #000;
	display:flex;
	flex-flow:row nowrap;
	margin:1rem 0;
	max-width:100%;
	overflow:auto;
	min-height:36px;
}
.bx_pg_text {
	display:none;
}
.bx_pagination_bottom .bx_pagination_section_one{
	flex: 2 1 auto;
	text-align:center;
}
.bx_pagination_bottom .bx_pagination_section_two{
	flex: 0 0 auto;
	display:none;
}
.bx_pagination_bottom .bx_pg_section{
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 30px;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
	position: relative;
	margin: 2px 20px 2px 10px;
	padding: 1px 25px 3px 5px;
	height: 22px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	background: #fff url(/local/templates/molnija-shop-v2026/components/bitrix/system.pagenavigation/visual/images/select_arrow.png) no-repeat right center;
	resize: none;
	-webkit-appearance: none;
}
@-moz-document url-prefix(){
	.bx_pagination_bottom .bx_pagination_select_container select{
		background: #fff !important;
		padding-right: 5px;
	}
}


.bx_pagination_bottom .bx_pagination_page{
	white-space: nowrap;
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: inline-flex;
	margin: 0;
	padding: 0;
	gap:0.75em;
	@media (max-width:768px) {
		gap:0.15em;
	}
}
.bx_pagination_bottom .bx_pagination_page li{
	flex:0 0 auto;
	display: inline-flex;
	align-items:center;
	justify-content:center;
	height:2em;
	min-width:2em;
	border-radius: 1em;
}
.bx_pagination_bottom .bx_pagination_page li:not(:has(a)):not(.bx_active) {
	opacity:.3;
}
.bx_pagination_bottom .bx_pagination_page li:first-child {
	margin-left:0;
	margin-right:1.25em;
}
.bx_pagination_bottom .bx_pagination_page li:last-child {
	margin-right:0;
	margin-left:1.25em;
}
.bx_pagination_bottom .bx_pagination_page li a{
	color:#000;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{
	color: #333;
}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	background: #ccc;
	text-align:center;
	color:#000;
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: block;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media screen and (max-width:480px){
	.bx_pagination_section_two {
		display:none;
	}
	.bx_pagination_page {
		text-align:center;
	}
}

/* End */


/* Start:/local/templates/molnija-shop-v2026/components/bitrix/news/recomendations/bitrix/catalog.section/watches/style.css?17794306706508*/
.catalog-section {
	display:flex;
	flex-direction:column;
	align-items:stretch;
}
.catalog-section .hero {
	width:100%;
	max-width:100%;
	overflow:hidden;
	margin-bottom:66px;
}
.catalog-section .hero.image-block source {
	display:none;
}
.catalog-section .container {
	padding-left:28px;
	padding-right:28px;
}
.catalog-section .container.info {
	padding-top:40px;
	padding-bottom:40px;
}

.catalog-section h1 {
	font-style: normal;
	font-weight: 300;
	font-size: 36px;
	line-height: 44px;
	text-transform:uppercase;
	margin:0;
	padding:0;
}

.catalog-section .slogan {
	margin-top:24px;
	font-weight: 300;
	font-size: 24px;
	line-height: 29px;
	
}

.catalog-section .stickers {
	margin-top:24px;
	display:flex;
	flex-wrap:wrap;
	gap:13px;
	overflow:auto;
	max-width:100%;
}
.catalog-section .catalog .stickers {
	gap:10px;
	margin-top:0;
	margin-bottom:5px;
}
.catalog-section .stickers:empty {
	display:none;
}
.catalog-section .stickers .sticker {
	display:inline-flex;
	padding:5px 15px;
	background-color:#D7D7D7;
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration:none;
	white-space:nowrap;
}
.catalog-section .catalog .stickers .sticker {
	padding:2px 5px;
	font-size: 8px;
	line-height: 10px;
	min-height:14px;
}

.catalog-section .stickers a.sticker:hover {
	text-decoration:underline;
}
.catalog-section .stickers .sticker.new {
	background-color: rgba(197, 255, 170, 0.6);
	color:#13A600;
}
.catalog-section .stickers .sticker.sale {
	background-color: rgba(255, 170, 170, 0.6);
	color: #E51C1C;
}



.catalog-section .description {
	display:flex;
	flex-direction:column;
	gap:14px;
	padding:45px  0 58px;
}
.catalog-section .description h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
.catalog-section .description-text {
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	transition:all .35s ease;
	overflow: hidden;
}
@media(max-width:500px) {
	.catalog-section .description-text:not(.inited) {
		max-height:250px;
	}
}

.catalog-section .description-text-switcher {
	display:none;
	align-items:center;
	justify-content:center;
	@media(max-width:500px) {
		display:flex;
	}
}
.catalog-section .description-text-switcher span {
	font-size: 18px;
	line-height: 1;
	color: #000000;
	cursor:pointer;
	text-decoration:underline;
}
.catalog-section .description-text-switcher[data-switcher="on"] span:before {
	content:attr(data-text-on);
}
.catalog-section .description-text-switcher[data-switcher="off"] span:before {
	content:attr(data-text-off);
}

.catalog-section .catalog-collection-list {
	gap:177px 18px;
	padding-bottom:27px;
}
.catalog-section .catalog-collection-item {
	width: calc(25% - 3 * 18px / 4);
	padding-bottom:63px;
}
.catalog-section .catalog-collection-item.big-card {
	width: calc(50% - 3 * 18px / 2);
}

.catalog-section .catalog-collection-item .swiper-button-prev,
.catalog-section .catalog-collection-item .swiper-button-next {
	top:calc(487px / 2);
	transform:translateY(-50%);
	margin:0;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	background-color:#D9D9D9;
	border-radius:50%;
}
.catalog-section .catalog-collection-item .swiper-button-prev {
	left:1px;
}
.catalog-section .catalog-collection-item .swiper-button-next {
	right:1px;
}
.catalog-section .catalog-collection-item .swiper-button-prev svg,
.catalog-section .catalog-collection-item .swiper-button-next svg{
	display:none;
}
.catalog-section .catalog-collection-item .swiper-button-prev:before,
.catalog-section .catalog-collection-item .swiper-button-next:before{
	content:"";
	flex: 0 0 auto;
	width:30px;
	height:30px;
	background:var(--icon-slider-prev) center/cover no-repeat;
}
.catalog-section .catalog-collection-item .swiper-button-next:before{
	transform:rotate(180deg);
}
@media (max-width:1400px) {
	.catalog-section .catalog-collection-item {
		width: calc(33.3333% - 2 * 18px / 3);
	}
	.catalog-section .catalog-collection-item .catalog-collection-slider {
		height:400px;
	}
}
@media (max-width:1200px) {
	.catalog-section .catalog-collection-list {
		gap:36px 16px;
		padding-bottom:0;
	}

	.catalog-section .hero {
		margin-bottom:0
	}
	.catalog-section .container.info {
		padding-bottom:36px;
	}
	.catalog-section .catalog-collection-item {
		width: calc(25% - 3 * 16px / 4);
		padding-bottom: 0;
	}
	.catalog-section .description {
		padding:86px 0 60px;
		gap:21px;
	}
	.catalog-section .description h3 {
		font-size: 20px;
		line-height: 24px;
	}
	.catalog-section .description-text {
		font-size: 20px;
		line-height: 150%;
	}
}
@media (max-width:960px) {
	.catalog-section .catalog-collection-item {
		width: calc(50% - 18px / 2);
	}
	.catalog-section .catalog-collection-item .catalog-collection-slider {
		height:343px;
	}
}

@media (max-width:755px) {
	.catalog-section .container.info {
		margin:20px 0 0;
		padding:0 20px 0;
	}
	.catalog-section .slogan {
		margin-top:12px;
		font-size: 16px;
		line-height: 20px;
	}
	.catalog-section .stickers {
		margin-top: 8px;
		gap: 3px;
	}
	.catalog-section .stickers .sticker {
		display: inline-flex;
		padding: 5px 6px;
		font-size: 8px;
		line-height: 10px;
	}	
	.catalog-section .catalog {
		padding: 24px 20px 23px;
	}
	.catalog-section .catalog .action-bar {
		margin-bottom:16px;
	}
	.catalog-section .catalog-collection-list {
        gap: 11px 16px;
        padding-bottom: 0;
    }
	.catalog-section .catalog-collection-item.big-card {
		width:100%;
	}
	.catalog-collection-item .footer {
		flex-direction:row;
		align-items:center;
		gap:10px;
		min-height:0;
	}
	.catalog-section .catalog-collection-item .catalog-collection-slider {
		height:250px;
	}
	.catalog-collection-item .catalog-collection-slider img {
		object-fit:cover;
	}
	.catalog-section .description {
		padding:50px 0 0;
		gap:16px;
	}
	.catalog-section .description h3 {
		font-size: 16px;
		line-height: 1.25;
	}
	.catalog-section .description-text {
		font-size: 18px;
		line-height: 1.25;
	}
}

@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;
	}
}

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

.catalog-section .catalog-breadcrambs {
	padding:23px 28px;
}

/* 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/news/recomendations/style.css?1778092846965 */
/* /local/templates/molnija-shop-v2026/components/bitrix/catalog/kolle/style.css?178166900115369 */
/* /local/templates/molnija-shop-v2026/components/bitrix/system.pagenavigation/visual/style.css?17773972784264 */
/* /local/templates/molnija-shop-v2026/components/bitrix/news/recomendations/bitrix/catalog.section/watches/style.css?17794306706508 */
/* /local/templates/molnija-shop-v2026/components/hp/catalog.product.subscribe/.default/style.css?177618172612567 */
