<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.city-form__radio-label.sel {
	opacity:1;
}
.product__features_out ul {
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
	color: var(--gray-dark);
}



.product__features_out ul {
	display:flex;
	flex-direction:column;
	row-gap:1rem;
	color:var(--gray-dark)
}
.product__features_out ul li {
	position:relative;
	padding-left:1.375rem
}
@media(max-width:1280px) {
	.product__features_out ul li {
		font-size:16px
	}
}
@media(max-width:992px) {
	.product__features_out ul li {
		padding-left:16px;
		line-height:24px
	}
}
@media(max-width:640px) {
	.product__features_out ul li {
		font-size:14px
	}
}
.product__features_out ul li::before {
	content:"";
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	width:.625rem;
	height:1.1875rem;
	background-image:url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2210%22%20height%3D%2220%22%20viewBox%3D%220%200%2010%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M1.16475%2019.5L8.83525%2011.2504L9.17718%2010.8847L9.78607%2010.228L10%2010L9.78607%209.76999L9.17718%209.11527L8.83525%208.7476L1.16475%200.5L0%201.75043L7.67234%2010L0%2018.2476L1.16475%2019.5Z%22%20fill%3D%22%23342C25%22%2F%3E%0D%0A%3C%2Fsvg%3E');
	background-repeat:no-repeat;
	background-size:contain
}
@media(max-width:992px) {
	.product__features_out ul li::before {
		width:8px;
		height:16px
	}
}

.product-badge_out {
	width:100%;
}

.product-badge_out img {
	--badge-size:3rem;
	--fs-badge:0.875rem;
	display:flex;
	justify-content:center;
	align-items:center;
	width:var(--badge-size);
	height:var(--badge-size);
	font-family:var(--font-family-suisse);
	font-size:var(--fs-badge);
	line-height:1;
	color:var(--white);
	box-sizing:border-box;
	pointer-events:all;
	padding-top:0;
	margin-left:auto;
}
@media(max-width:1920px) {
	.product-badge_out img {
		padding-top:.1em
	}
}
@media(max-width:1280px) {
	.product-badge_out img {
		--badge-size:40px;
		--fs-badge:12px
	}
}
@media(max-width:640px) {
	.product-badge_out img {
		--badge-size:32px;
		--fs-badge:8px
	}
}

.catalog-accordion__section:nth-child(7)  { z-index: 7; }
.catalog-accordion__section:nth-child(8)  { z-index: 8; }
.catalog-accordion__section:nth-child(9)  { z-index: 9; }
.catalog-accordion__section:nth-child(10) { z-index: 10; }
.catalog-accordion__section:nth-child(11) { z-index: 11; }
.catalog-accordion__section:nth-child(12) { z-index: 12; }
.catalog-accordion__section:nth-child(13) { z-index: 13; }
.catalog-accordion__section:nth-child(14) { z-index: 14; }
.catalog-accordion__section:nth-child(15) { z-index: 15; }
.catalog-accordion__section:nth-child(16) { z-index: 16; }
.catalog-accordion__section:nth-child(17) { z-index: 17; }

.product-badge._discount {
	background-color:#415C98;
	border-radius:50%;
}
.file-download__icon {
	height: 2.2rem;
	background: url(/img/exts/other.svg) center no-repeat;
	background-size:contain;
}
.file-download {
	display: flex;
	margin-bottom:1rem;
}
.file-download__descr {
	margin-top: .2rem;
}


.brands__img {
	filter: grayscale(100%);
	mix-blend-mode: multiply;
}
.brands__link {
	transition: none;
}

.brands__item {
	padding:3.75rem !important;
}
@media(max-width:1440px) {
	.brands__item {
		padding:38px !important;
	}
}
@media(max-width:768px) {
	.brands__item {
		padding:22px !important;
	}
}
.brands__item:hover {
	background:#fff;
	
}
._logo .brands__item {
  width: auto;
}


/*  
 Р·Р°РјРµРЅРёС‚СЊ 
 .header__actions-link._cart .header__cart-number { 
 РЅР°
 .header__actions-link .header__cart-number {
 */
.header__actions-link .header__cart-number {
	--size: 1rem;
	position: absolute;
	top: .7em;
	right: .6em;
	display: block;
	min-width: var(--size);
	height: var(--size);
	padding-left: .25em;
	padding-right: .3em;
	border-radius: 50%;
	color: var(--white);
	background-color: var(--red-light);
	line-height: var(--size);
	text-align: center;
	box-sizing: border-box;
	word-break: keep-all;
}



.sizes-popup h3 {
	margin-bottom: var(--sizes-margin);
	text-transform: uppercase;
	font-family: var(--font-family-suisse);
	font-size: var(--font-size-h7);
	line-height: 1.3;
	font-weight: var(--default-font-weight);
	text-align:left;
}
@media(max-width:1280px) {
	.sizes-popup h3 {
		font-size:16px;
		line-height:20px
	}
}
@media(max-width:640px) {
	.sizes-popup h3 {
		font-size:14px;
		line-height:16px
	}
}

.sizes-popup table {
	margin-bottom:3.5rem
}
@media(max-width:1440px) {
	.sizes-popup table {
		margin-bottom:40px
	}
}
@media(max-width:1280px) {
	.sizes-popup table {
		margin-bottom:38px
	}
}
@media(max-width:992px) {
	.sizes-popup table {
		margin-bottom:16px
	}
}
@media(max-width:640px) {
	.sizes-popup table {
		margin-bottom:40px
	}
}
.sizes-popup__columns {
 display:grid;
 grid-template-columns:repeat(3,1fr);
 gap:3.125rem;
 margin-bottom:var(--sizes-margin)
}
@media(max-width:1440px) {
 .sizes-popup__columns {
  gap:28px
 }
}
@media(max-width:1280px) {
 .sizes-popup__columns {
  gap:2px
 }
}
@media(max-width:992px) {
 .sizes-popup__columns {
  gap:34px
 }
}
@media(max-width:640px) {
 .sizes-popup__columns {
  grid-template-columns:1fr;
  gap:12px
 }
}
.sizes-popup__columns:last-child {
 margin-bottom:0
}
.sizes-popup__columns._2 {
 grid-template-columns:repeat(2,1fr);
 gap:3.75rem
}
@media(max-width:1280px) {
 .sizes-popup__columns._2 {
  gap:40px
 }
}
@media(max-width:640px) {
 .sizes-popup__columns._2 {
  grid-template-columns:1fr;
  gap:24px
 }
}
.sizes-popup__img {
 width:100%
}
@media(max-width:mobile-lg) {
 .sizes-popup__img {
  max-width:232px
 }
}
.sizes-popup__subtitle-small {
 margin-bottom:.5rem
}
.sizes-popup__text {
 margin-bottom:1.5rem;
 color:var(--gray-dark)
}
.sizes-popup__text:last-child {
 margin-bottom:0
}

.sizes-popup table {
 --width-first-cell:8.75rem;
 --columns:7;
 width:100%;
 padding-bottom:1.5rem;
 text-align:center;
 overflow-x:auto;
 scrollbar-width:none
}
@media(max-width:1280px) {
 .sizes-popup table {
  --width-first-cell:120px;
  padding-bottom:20px
 }
}
@media(max-width:640px) {
 .sizes-popup table {
  --width-first-cell:94px;
  padding-bottom:24px
 }
}
.sizes-popup table::-moz-scrollbar {
 height:4px;
 background-color:rgba(50,68,129,.2)
}
.sizes-popup table::-webkit-scrollbar {
 height:4px;
 background-color:rgba(50,68,129,.2)
}
.sizes-popup table::scrollbar {
 height:4px;
 background-color:rgba(50,68,129,.2)
}
.sizes-popup table::-moz-scrollbar-thumb {
 background-color:var(--blue-dark)
}
.sizes-popup table::-webkit-scrollbar-thumb {
 background-color:var(--blue-dark)
}
.sizes-popup table::scrollbar-thumb {
 background-color:var(--blue-dark)
}
.sizes-popup table {
 width:100%;
 table-layout:fixed
}
.sizes-popup table,
.sizes-popup table td,
.sizes-popup table th {
 border:1px solid var(--blue-dark);
 border-collapse:collapse
}
.sizes-popup table td,
.sizes-popup table th {
 padding:.75rem .3125rem;
 height:3.5rem;
 vertical-align:middle;
 box-sizing:border-box;
 font-weight:400
}
@media(max-width:640px) {
 .sizes-popup table td,
 .sizes-popup table th {
  height:44px;
  padding:7px 5px
 }
}
.sizes-popup table td:first-child,
.sizes-popup table th:first-child {
 width:var(--width-first-cell);
 min-width:var(--width-first-cell);
 max-width:var(--width-first-cell);
 padding:.75rem 1.5rem;
 text-align:left
}
@media(max-width:1280px) {
 .sizes-popup table td:first-child,
 .sizes-popup table th:first-child {
  padding:12px 12px 12px 16px
 }
}
@media(max-width:640px) {
 .sizes-popup table td:first-child,
 .sizes-popup table th:first-child {
  height:46px;
  padding:7px 12px
 }
}
.sizes-popup table td:not(:first-child),
.sizes-popup table th:not(:first-child) {
 width:5.5625rem
}
@media(max-width:1440px) {
 .sizes-popup table td:not(:first-child),
 .sizes-popup table th:not(:first-child) {
  width:85px
 }
}
@media(max-width:640px) {
 .sizes-popup table td:not(:first-child),
 .sizes-popup table th:not(:first-child) {
  width:80px
 }
}
.sizes-popup table th {
 background-color:var(--gray-light);
 color:var(--gray-dark)
}



.counter__btn.disabled {
	opacity:0.2;
	cursor:default;
}
.counter__btn.disabled:hover {
 background-color:var(--gray-light)
}


.product-card__link-photo, .product-slider__thumbnail, .product-slider__main, .product-slider__thumbnails .tns-ovh {
	mix-blend-mode: multiply;
}





.product__dolyame-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	row-gap: 1rem;
	margin-bottom: 2rem;
}

.product__dolyame-title {
	font-family: var(--font-family-suisse);
	font-size: 1rem;
	line-height: 1.3125rem;
	letter-spacing: .02em;
}
.product__dolyame-btn {
	font-family: var(--default-font-family);
	font-size: 1rem;
	line-height: 1.3125rem;
}
.product__dolyame {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}
.product__dolyame-item {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 16px;
	gap: 4px;

	border: 1px solid rgba(65, 92, 152, 0.2);
	border-right:0;
	flex: none;
	order: 0;
	flex-grow: 1;
	color: var(--gray-dark);
}
.product__dolyame-item:last-child {
	border-right:1px solid rgba(65, 92, 152, 0.2);
}
.product__dolyame-one {
	display: flex;
	align-items: center;
	justify-content: space-between;
	row-gap: 1rem;
	width:100%;
}
.product__dolyame-date {
	opacity: 0.5;
}
.product__dolyame-price {
}
@media (max-width: 1340px) {
	.product__dolyame-item {
		padding: 8px;
	}
	.product__dolyame-one {
		display:block;
	}
}


.product-availability-table {
	width:100%;
}
.product-availability-table tr {
	border-bottom: 1px solid rgba(65,92,152,.2);
}
.product-availability-table td {
	padding:1.5rem 0 .9375rem;
	text-align:left;
}
.product-availability-table th {
	padding:0 0 .9375rem;
	text-align:left;
	color: rgba(52,44,37,.5);
}
@media(max-width:1280px) {
	.product-availability-table td {
		padding:20px 0 17px
	}
	.product-availability-table th {
		padding:0 0 17px
	}
}
@media(max-width:640px) {
	.product-availability-table td {
		padding:15px 0 8px
	}
	.product-availability-table th {
		padding:0 0 8px
	}
}

.product__express-btn {
	font-family: var(--default-font-family);
	font-size: 1rem;
	line-height: 1.3125rem;
	margin-top:3rem;
	white-space: normal;
	box-sizing: border-box;
}
@media(max-width:992px) {
	.product__express-btn, .product__dolyame-btn {
		font-size:18px;
		line-height:24px;
	}
	.product__express-btn._arrow-s .button__icon,
	.product__dolyame-btn._arrow-s .button__icon {
		--size:16px;
		margin-left:var(--size)
	}
}
@media(max-width:640px) {
	.product__express-btn, .product__dolyame-btn {
		font-size:16px
	}
	.product__express-btn {
		display:inline-block;
		text-align:left;
	}
}


@media (max-width: 768px) {
	.popups__popup-wrapper[data-popup-wrapper="product-to-order"] .popups__popup {
		margin-top: 0;
	}
}


.services-content ul:not([class]), .services-content ol:not([class]), 
.article-content ul:not([class]), .article-content ol:not([class]),
.class__content ul:not([class]), .class__content ol:not([class]),
.text__content ul:not([class]), .text__content ol:not([class]) {
	padding-left:40px;
	margin-top:10px;
}
.services-content ul:not([class]) li:not([class]),
.article-content ul:not([class]) li:not([class]),
.class__content ul:not([class]) li:not([class]),
.text__content ul:not([class]) li:not([class]) {
	list-style:disc;
	margin-bottom:10px;
}
.services-content ol:not([class]) li:not([class]),
.article-content ol:not([class]) li:not([class]),
.class__content ol:not([class]) li:not([class]),
.text__content ol:not([class]) li:not([class]) {
	list-style:decimal;
	margin-bottom:10px;
}

.article-content h2:not([class]), 
.class__content h2:not([class]) {
	color: var(--blue-dark);
	text-transform: uppercase;
	font-family: var(--font-family-suisse);
	font-size: var(--font-size-h6);
	line-height: 1.3;
	font-weight: var(--default-font-weight);
}

.services-content {
	gap:3.87rem;
}
@media(max-width:1440px) {
	.services-content {
		gap:48px
	}
}
@media(max-width:1280px) {
	.services-content {
		gap:36px
	}
}
@media(max-width:640px) {
	.services-content {
		gap:24px
	}
}

.services-price {
	margin:2rem 0;
}

.services-content table {
	margin:2rem 0;
	width:100%;
}
.services-content tr {
	display:flex;
	align-items:flex-end;
	padding-block:1rem;
	border-bottom:1px solid rgba(50,68,129,.2);
	gap:1.5rem;
}
@media(max-width:640px) {
	.services-content table._3 tbody tr {
		display:grid;
		grid-template-areas:"name name" "price qty";
		grid-template-columns:repeat(2,1fr);
		padding-top:0;
		padding-bottom:15px;
		gap:16px;
	}
	/*.services-content table._2 tbody tr {
		display:grid;
		grid-template-areas:"name" "price";
		grid-template-columns:repeat(1,1fr);
		padding-top:0;
		padding-bottom:15px;
		gap:16px;
	}*/
	.services-content table._many tbody tr {
		display:block;
		padding-top:0;
		padding-bottom:15px;
	}
	.services-content table._many tbody tr th, 
	.services-content table._many tbody tr td {
		display:block;
		padding-top:10px;
	}
	.services-content table._many tbody tr td._hide,
	.services-content table._many thead td {
		display: none;
	}
	.services-content table._many thead:first-child {
		display: none;
	}
	.services-content table._many tbody td {
		text-align: right;
	}
	.services-content table._many tbody td:before {
		content: attr(aria-label);
		float: left;
	}
}
@media(max-width:992px) {
	.services-content table._many._very tbody tr {
		display:block;
		padding-top:0;
		padding-bottom:15px;
	}
	.services-content table._many._very tbody tr th,
	.services-content table._many._very tbody tr td {
		display:block;
		padding-top:10px;
	}
	.services-content table._many._very tbody tr td._hide,
	.services-content table._many._very thead td {
		display: none;
	}
	.services-content table._many._very thead:first-child {
		display: none;
	}
	.services-content table._many._very tbody td {
		text-align: right;
	}
	.services-content table._many._very tbody td:before {
		content: attr(aria-label);
		float: left;
	}
}

.services-content tr:not(:last-child) {
	margin-bottom: 1rem;
}
.services-content th {
	text-transform: uppercase;
	font-family: var(--font-family-suisse);
	font-size: var(--font-size-h7);
	line-height: 1.3;
	font-weight: var(--default-font-weight);
	text-align:left;
	width:38.5rem;
	grid-area:name;
}
.services-content table._2 th {
	width:57rem;
}
@media(max-width:1440px) {
	.services-content th {
		width:520px
	}
	.services-content table._2 th {
		width:768px
	}
}
@media(max-width:1280px) {
	.services-content th {
		width:360px
	}
	.services-content table._2 th {
		width:720px
	}
}
@media(max-width:1024px) {
	.services-content th {
		--font-size-h7:16px;
	}
}
@media(max-width:992px) {
	.services-content th, .services-content table._2 th {
		width:336px
	}
}
@media(max-width:640px) {
	.services-content th {
		--font-size-h7:14px
	}
	.services-content table._2 th {
		width:224px
	}
}


.services-content td:not(.services-price__qty) {
	grid-area:price;
	color:var(--blue-dark);
	font-family: var(--default-font-family);
	font-size: var(--font-size-p1);
	line-height: 1.33;
	font-weight: var(--default-font-weight);
	flex: 1 1 0;
}

.services-content td[colspan="2"] {
	flex: 3 1 0;
}
.services-content td[colspan="3"] {
	flex: 4 1 0;
}
.services-content td[colspan="4"] {
	flex: 5 1 0;
}
.services-content td[colspan="5"] {
	flex: 6 1 0;
}
.services-content td[colspan="6"] {
	flex: 7 1 0;
}

@media(max-width:1280px) {
	.services-content td:not(.services-price__qty) {
		font-size:16px;
	}
}
@media(max-width:992px) {
	.services-content td:not(.services-price__qty) {
		font-family:var(--font-family-suisse);
		font-size:18px;
		line-height:23px
	}
}
@media(max-width:640px) {
	.services-content td:not(.services-price__qty) {
		--font-size-h7:14px;
	}
}

.services-content thead tr {
	background-color: var(--default-text-color);
	color: var(--white);
	margin-bottom:1rem;
}
.services-content thead tr td:not(.services-price__qty), .services-content thead tr th:not(.services-price__qty) {
	color: var(--white);
}
.services-content thead td, .services-content thead th {
	padding:0 1rem;
	box-sizing:border-box;
}




.news-item {
	width: 100%;
}
.textarea {
	position: relative;
}
.is-invalid .textarea__input {
	border-color:var(--red-light)!important
}
.is-invalid .input__error-msg {
	display: block;
}


.input .custom-select-opener {
	padding-left: var(--padding);
}
.input .select._delivery {
	padding-top:0;
	width:100%;
}
.input .select .custom-select-panel {
	border-color: rgba(65,92,152,.4);
}
.input:hover .select .custom-select-panel {
	border-color: var(--blue-light);
}


.class-accordions__item:last-child {
	border:0;
}



.hero-trails__link {
	content: "";
	position: absolute;
	z-index: 3;
	bottom: var(--container-padding);
	right: var(--container-padding);
	width: var(--arrow-size);
	height: var(--arrow-size);
}


.community-tabs__section._application-form {
  padding-top: var(--padding-y);
}
.services-index__tags-item a {
	text-decoration:none;
}
.services-index__tags .button._quick-filter {
	height:auto;
	text-align: center;
}

.red_dark {
	color:var(--red-dark);
	
}
.cart-popup__wrap iframe {
	width:100% !important;
	border-width:1px !important;
	height:400px !important;
}

.auth-form button {
	margin-left: auto;
	margin-top: 2rem;
}


.personal-data__radios {
	display: flex;
	flex-direction: row;
	row-gap: 1.5rem;
	margin-top:2rem;
	padding-bottom:1rem;
	border-bottom: 1px solid rgba(65,92,152,.4);
}
.personal-data__radio {
	margin-right: 3rem;
}

.personal-data__checkbox {
	--size: 1.5rem;
	
	font-size: 1rem;
	line-height: 2;
	font-family: var(--default-font-family);
	margin-top:4rem;
}
.personal-data__checkbox label {
	color: var(--blue-dark);
}
.personal-data-form__btn {
	margin-left:auto;
}
.personal-data-form__new_email {
	border-bottom: 1px solid;
	border-color:var(--red-dark);
	padding:1rem 0;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}
.personal-data-form__new_email p {
	line-height: 2rem;
}
.personal-data-form__new_tel {
	padding:1rem 0;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}
.personal-data-form__inputs {
	grid-template-columns: repeat(2,1fr);
}

.profile-product__img img {
	max-width: 100%;
	max-height: 100%;
	width:auto;
	height:auto;
}


.distribution-brands__item-logo, .brand-list__link-img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	mix-blend-mode: multiply;
}
.distribution-brands__item-logo._svg {
	max-width:80%;
	max-height:80%;
	width:500px;
	margin:auto auto;
}


.profile-order__status._st0::before { background-color: #ffdddd; }
.profile-order__status._st1::before { background-color: #FF9966; }
.profile-order__status._st4::before { background-color: #aa5522; }
.profile-order__status._st5::before { background-color: #ffff88; }
.profile-order__status._st9::before { background-color: var(--blue-light); }
.profile-order__status._st7::before { background-color: var(--blue-dark); }
.profile-order__status._st2::before,
.profile-order__status._st13::before { background-color: var(--green-dark); }
.profile-order__status._st3::before, 
.profile-order__status._st10::before,
.profile-order__status._st12::before { background-color: var(--gray-dark); }
.profile-order__status._st11::before { background-color: var(--green-light); }
.profile-order__status._st14::before { background-color: var(--violet-dark); }
.profile-order__status._st15::before { background-color: var(--violet-light); }


/* РІС‹Р±РѕСЂ РіРѕСЂРѕРґР° Рё СѓР»РёС†С‹ */
.kladr_list_div {
	width:100%;
	position:absolute;
}
.kladr_list {
	border: 1px solid var(--blue-dark);
	background:var(--white);
	display:none;
	width:100%;
	position:relative;
	z-index:110;
	top: var(--vr-3);
}
.kladr_list a {
	color: var(--blue-dark);
	text-decoration:none;
	display: block;
	padding: .75rem;
}
.kladr_list a.sel {
	background:var(--blue-light);
	color:var(--white);
	text-decoration:underline;
}
.kladr_list a:hover {
	
}
.kladr_list a span { color:#aaa; }
.kladr_list a strong {
	font-weight:normal;
	color:var(--red-dark);
}
.waiting {
	background: transparent url(/img/loading_t.gif) center left no-repeat;
	background-size: 16px 11px;
	padding-left:22px;
	font-style:italic;
	color:var(--blue-light);
}

.catalog-promo._new-drop .catalog-promo__bg-img { 
	top:0;
	right:0;
	height:auto;
	width:100%;
}

.timeline__container::before {
	background-image: url("/img/company_years.svg?1=1");
	opacity:.5;
	background-repeat: no-repeat;
	background-size: var(--progressbar-width);
}
.timeline__progress span {
	background-image: url("/img/company_years.svg?1=1");
}

@media (max-width: 2096px) {
	.timeline__container {
		flex-shrink: 0;
		width: 2096px;
		margin-inline: 16px;
	}
	
	.timeline__container::before {
		background-image: url("/img/company_years_1.svg?");
		opacity:.5;
		background-repeat: no-repeat;
		background-size: var(--progressbar-width);
	}
	.timeline__progress span {
		background-image: url("/img/company_years_1.svg?");
	}
}
.notification._auth .notification__content.notification-auth {
	display:flex;
}

._cols-1 .catalog__item._empty,
._cols-2 .catalog__item._empty._2,
._cols-2 .catalog__item._empty._3,
._cols-2._c2_0 .catalog__item._empty,
._cols-3 .catalog__item._empty._3,
._cols-3._c3_0 .catalog__item._empty,
._cols-3._c3_2 .catalog__item._empty._2,
._cols-4._c4_0 .catalog__item._empty,
._cols-4._c4_2 .catalog__item._empty._3,
._cols-4._c4_3 .catalog__item._empty._2,
._cols-4._c4_3 .catalog__item._empty._3 {
	display:none;
}
@media(max-width:640px) {
	._cols-2._c2_0 .catalog__item._empty._1 {
		display:flex;
	}
	._cols-2._c2_640_0 .catalog__item._empty._1 {
		display:none;
	}
}

._cols-4._pb1 .catalog__item._promo-1 {
	grid-row:1/2;
}
._cols-4._pb2_1 .catalog__item._promo-2,
._cols-4._pb2_2 .catalog__item._promo-2 {
	grid-row:1/2;
}
._cols-4._pb2_3 .catalog__item._promo-2,
._cols-4._pb2_4 .catalog__item._promo-2,
._cols-4._pb2_5 .catalog__item._promo-2,
._cols-4._pb2_6 .catalog__item._promo-2 {
	grid-row:2/3;
}
._cols-4._pb2_7 .catalog__item._promo-2,
._cols-4._pb2_8 .catalog__item._promo-2,
._cols-4._pb2_9 .catalog__item._promo-2,
._cols-4._pb2_10 .catalog__item._promo-2 {
	grid-row:3/4;
}
._cols-3._pb2_1 .catalog__item._promo-2 {
	grid-row:1/2;
}
._cols-3._pb2_2 .catalog__item._promo-2, 
._cols-3._pb2_3 .catalog__item._promo-2, 
._cols-3._pb2_4 .catalog__item._promo-2 {
	grid-row:2/3;
}
._cols-3._pb2_5 .catalog__item._promo-2, 
._cols-3._pb2_6 .catalog__item._promo-2, 
._cols-3._pb2_7 .catalog__item._promo-2 {
	grid-row:3/4;
}
._cols-2._pb2_1 .catalog__item._promo-2 {
	grid-row:1/2;
} 
._cols-2._pb2_2 .catalog__item._promo-2,
._cols-2._pb2_3 .catalog__item._promo-2 {
	grid-row:2/3;
}
._cols-2._pb2_4 .catalog__item._promo-2, 
._cols-2._pb2_5 .catalog__item._promo-2 {
	grid-row:3/4;
}

@media(max-width:640px) {
	._cols-2._pb2_1 .catalog__item._promo-2,
	._cols-2._pb2_2 .catalog__item._promo-2 {
		grid-row:2/3;
	}
	._cols-2._pb2_3 .catalog__item._promo-2,
	._cols-2._pb2_4 .catalog__item._promo-2 {
		grid-row:3/4;
	}
	._cols-2._pb2_5 .catalog__item._promo-2 {
		grid-row:4/5;
	}
}

.product-card__photo._zoom {
	top: 15%;
	height: 70%;
}
@media(min-width:1281px) {
	._c3_0 .trail-list__item._empty {
		display:none;
	}
	._c3_2 .trail-list__item._empty._2 {
		display:none;
	}
}

@media(max-width:1280px) {
	.trail-list__item:nth-child(2),
	.trail-list__item:nth-child(5) {
		display:flex;
	}
	
	._c2_0 .trail-list__item._empty {
		display:none;
	}
	._c2_1 .trail-list__item._empty._2 {
		display:none;
	}
}
@media(max-width:640px) {
	.trail-list__item:last-child {
		display:flex;
	}
	.trail-list__item._empty {
		display:none;
	}
}

.cart-item__img-wrapper { 
	background:none;
}

.cart-item__img {
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}

.cart-delivery__register-form {
	margin-bottom:0;
}
.cart-delivery__ur-form {
	margin-bottom:70px;
}

.error {
	color:var(--red-dark);
}
.act {
	color:var(--green-light);
}
.error._hide, .act._hide {
	display:none;
}
.cart-delivery._total .cart-delivery__table {
	width: 100%;
}

.cart__pay {
	overflow-y: auto;
	overflow-x: hidden;
	height: var(--100vh);
	margin-top: calc(0% - var(--popup-padding));
}
.cart__pay .cart__title-wrapper {
	margin-top: var(--popup-padding);
}


.popups__popup-wrapper._open {
	translate: none; 
	rotate: none; 
	scale: none; 
	display: flex;
	width:50%;
}

.class-main._border_left {
	border-left: 1px solid var(--blue-dark);
}
@media(max-width:992px) {
	.class-main._border_left {
		border-left: 0;
	}
}


.popup_contacts {
	display:flex;
	flex-wrap:wrap;
}
.popup_contacts&gt;span:first-child {
	width:100%
}
.popup_contacts:not(:last-child) {
	margin-bottom:1.5rem
}
@media(max-width:1024px) {
	.popup_contacts {
		row-gap:8px
	}
	.popup_contacts:not(:last-child) {
		margin-bottom:25px
	}
}
@media(max-width:640px) {
	.popup_contacts {
		row-gap:0
	}
	.popup_contacts&gt;span:first-child {
		margin-bottom:6px
	}
	.popup_contacts:not(:last-child) {
		margin-bottom:24px
	}
}


.digi-dolyame-image__payment-list {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5rem;
	padding:0;
}
.digi-dolyame-image__payment-item {
	min-width: -webkit-max-content;
	min-width: -moz-max-content;
	min-width: max-content;
}
.digi-dolyame-image__payment-item--price {
	display: flex;
	align-items: center;
	position: relative;
	font-size: 1.3rem;
	line-height: 1.6rem;
	font-weight: 700;
	margin-bottom: 0.2rem;
}
.digi-dolyame-image__payment-item--date {
	font-size: 1.1rem;
	line-height: 1.6rem;
	font-weight: 400;
	opacity: .6;
	margin-bottom: 8.rem;
}
.digi-dolyame-image__payment-item--img {
	position: relative;
	display: flex;
	align-items: center;
	height: 1.8rem;
}
.digi-dolyame-image__payment-item--border {
	width: 17%;
	border-bottom: 1px solid #c7c9cc;
	margin-bottom: 0.7rem;
	margin-left: -2rem;
	margin-right: 0.8rem;
}
.digi-dolyame-image__payment-item:first-child .digi-dolyame-image__payment-item--img::before,
.digi-dolyame-image__payment-item:nth-child(3) .digi-dolyame-image__payment-item--img::before,
.digi-dolyame-image__payment-item:nth-child(5) .digi-dolyame-image__payment-item--img::before,
.digi-dolyame-image__payment-item:nth-child(7) .digi-dolyame-image__payment-item--img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5rem;
	height: 1.4rem;
	display: block;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.318 1a9 9 0 00-9 9' stroke='%2300a3e5' stroke-width='1.5'/%3E%3Ccircle cx='10.318' cy='10' r='4' transform='rotate(-90 10.318 10)' fill='%23242424'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
}
.digi-dolyame-image__payment-item:nth-child(3) .digi-dolyame-image__payment-item--img::before {
	width: 2.1rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.354 10a9 9 0 10-18 0' stroke='%2300a3e5' stroke-width='1.5'/%3E%3Ccircle cx='10.354' cy='10' r='4' transform='rotate(-90 10.354 10)' fill='%23242424'/%3E%3C/svg%3E");
}
.digi-dolyame-image__payment-item:nth-child(5) .digi-dolyame-image__payment-item--img::before {
	width: 2.1rem;
	height: 2rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.386 19a9 9 0 10-9-9' stroke='%2300a3e5' stroke-width='1.5'/%3E%3Ccircle cx='10.386' cy='10' r='4' transform='rotate(-90 10.386 10)' fill='%23242424'/%3E%3C/svg%3E");
}
.digi-dolyame-image__payment-item:nth-child(7) .digi-dolyame-image__payment-item--img::before {
	width: 1.9rem;
	height: 1.9rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9.422' cy='9.069' r='8.25' stroke='%2300a3e5' stroke-width='1.5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.536 10.472l-1.782-1.52a.824.824 0 00-1.13.064.745.745 0 00.067 1.083l2.4 2.045a.824.824 0 001.146-.082l4-4.602a.745.745 0 00-.103-1.08.824.824 0 00-1.127.099l-3.47 3.993z' fill='%2300a3e5'/%3E%3C/svg%3E");
}


.club-card-form__btn._cancel {
	position:absolute;
	bottom:-1.5rem;
	right:0;
	left:auto;
	font-size:.75rem;
}
[data-form-stage] .club-card-form__available-samovivoz, 
[data-form-stage] .club-card-form__available-ok {
	display:none;
	flex-grow: 1;
	flex-direction: column;
	row-gap: .5rem;
}
[data-form-stage=code] .club-card-form__btn._cancel,
[data-form-stage=pay] .club-card-form__btn._cancel,
[data-form-stage=pay_samovivoz] .club-card-form__btn._cancel,
[data-form-stage=pay_noscores] .club-card-form__btn._cancel,
[data-form-stage=ok] .club-card-form__btn._cancel {
	display:inline-flex;
}
[data-form-stage=pay_samovivoz] .club-card-form__available-samovivoz,
[data-form-stage=pay_noscores] .club-card-form__available,
[data-form-stage=ok] .club-card-form__available-ok {
	display:flex;
}
[data-form-stage=code] .club-card-form__btn._cancel .button__icon {
	margin-left:.5rem
}
[data-form-stage=code] .club-card-form__btn._cancel:hover .button__text {
	transform:translateX(.25rem)
}



.availability__content {
	row-gap:2.5rem;
	display: flex;
	flex-direction: column;
}
@media(max-width:1280px) {
	.availability__content {
		row-gap:20px
	}
}
@media(max-width:992px) {
	.availability__content {
		row-gap:24px
	}
}
@media(max-width:640px) {
	.availability__content {
		row-gap:40px
	}
}


.payalfa, #payalfa-container button {
	display: block;
	width: 400px;
	max-width:100%;
	min-height: 50px;
	line-height:50px;
	border: 0;
	border-radius: 5px;
	text-align:center;
	color:#fff !important;
	font-size: 16px;
	text-decoration:none;
	background:#000;
	margin: 5px 0 20px 0;
	transition: background-color .15s;
}
.payalfa.hide {
	display:none;
}
.payalfa {
	box-sizing:border-box;
	background:#183645 url(/img/card_white.svg) no-repeat 100px center;
	background-size:45px;
	padding-left:40px;
}
.payalfa.sbp {
	background:#15053d url(/img/sbp.png) no-repeat 60px center;
	background-size:60px;
	padding-left:60px;
}

.payalfa:active,
.payalfa:hover {
	background-color: rgb(152, 152, 152);
	color:#fff;
}


.input select {
	width:100%;
}

.delivery-address__date, .delivery-address__time, .delivery-address__select {
	flex:1;
}


/*** CUSTOM-SELECT BEGIN *****/
.custom-select {
	position:relative;
	box-sizing:border-box;
	background-color:var(--gray-light);
	width:100%;
}
.custom-select * {
	box-sizing:border-box
}
.custom-select.is-disabled {
	opacity:.333;
}
.custom-select &gt; a {
	background-color:var(--gray-light);
	padding-top:0;
	padding-right:1.875rem;
	padding-left:.75rem;
	padding-bottom:.25rem;
	display:block;
	cursor:pointer;
	width:100%;
	line-height:1.5;
	color:var(--gray-dark);
	text-decoration: none;
}
.custom-select &gt; a &gt; * {
	display:inline-block;
	width:100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}


@media(max-width:1024px) {
	.select._delivery .custom-select &gt; a {
		padding-bottom:3px
	}
}
.custom-select select {
	visibility:hidden;
	position:absolute;
	top:0;
	left:0;
}
.custom-select &gt; div {
	max-height:0;
	transition:max-height .2s ease-out,overflow-y .1s .2s;
	overflow:hidden;
	background-color:#e9e9e9;
	position:absolute;
	top:100%;
	z-index:1;
	width:100%;
	color:var(--gray-dark);
	top:calc(100% - 1px);
	background-color:var(--gray-light);
	border:1px solid var(--blue-light);
	border-top:none;
	box-shadow:0 1px 0 0 var(--blue-light) inset;
	scrollbar-width:none;
}
.custom-select.custom-select-open &gt; div {
	z-index:2;
	max-height:18.4375rem;
	overflow-y:auto;
}
@media(max-width:640px) {
	.custom-select,
	.custom-select &gt; a,
	.custom-select &gt; div {
		font-size:14px
	}
}
.custom-select::before {
	content:"";
	position:absolute;
	--size:0.625rem;
	top:.1875rem;
	right:1.125rem;
	transform-origin:70% 70%;
	transform:rotate(45deg);
	width:var(--size);
	height:var(--size);
	border-bottom:2px solid var(--blue-dark);
	border-right:2px solid var(--blue-dark);
	transition:transform .15s ease-out;
	pointer-events:none
}
@media(max-width:640px) {
	.custom-select::before {
		top:2px;
		right:20px
	}
}
@media(max-width:1728px) {
	.custom-select::before {
		right:11px;
		top:6px
	}
}
@media(max-width:1280px) {
	.custom-select::before {
		right:6px;
		top:4px;
	}
}
.custom-select.custom-select-open::before {
	transform:rotate(225deg);
}
.custom-select &gt; div::-moz-scrollbar {
	display:none;
}
.custom-select &gt; div::-webkit-scrollbar {
	display:none;
}
.custom-select &gt; div::scrollbar {
	display:none;
}
.custom-select input {
	width: 100%;
	border: 1px solid #888;
	margin: 5px 5px 0;
	padding: 5px;
	font-size: 14px;
}
.custom-select div ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.custom-select div ul li {
	display: none;
	padding:.75rem;
	cursor:pointer;
	transition:color .15s ease-out,background .15s ease-out,outline .15s ease-out,opacity .15s ease-out,border-color .15s ease-out;
}
.custom-select div ul li:first-child {
	margin-top:1px;
}
.custom-select div ul li.active {
	display: block;
	cursor: pointer;
}
.custom-select div ul li:hover {
	transition:none;
	color:var(--white);
	background-color:var(--blue-light);
}
.custom-select div ul li.option-hover {
	color:var(--white);
	background-color:var(--blue-light);
}
.custom-select div ul li.option-disabled {
	color: #999;
}
.custom-select div ul li.option-disabled:hover {
	background: #ff9999;
	color:var(--white);
}
.custom-select div ul li.option-hover.option-disabled {
	background: #ff6666;
	color:var(--white);
}
.custom-select div ul li.no-results {
	display: none;
	background: #f2f2f2;
	color: #000;
}

.custom-select-optgroup&gt;.custom-select-option {
 padding-left:2em
}
.custom-select-optgroup::before {
 content:attr(data-label);
 display:block;
 padding:.5em;
 color:#888
}
.custom-select &gt; div &gt; div {
	position: relative;
	overflow-x: hidden;
	overflow-y: visible;
}
/* Hide Input Box
----------------------------------*/
.custom-select input.custom-select-hidden-input {
  position: absolute !important;
  top: 0 !important;
  left: -1000px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  z-index: -1 !important;
}

/* Mobile Override
----------------------------------*/
.custom-select-mobile select {
  display: inline !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*** CUSTOM-SELECT END *****/


.product__descr strong {
	font-weight:normal;
}
.product__descr em {
	font-style:normal;
}





.hero-trails._tours .hero-trails__title {
	white-space:nowrap;
}
@media (max-width: 640px) {
	.hero-trails._tours .hero-trails__title {
		position:absolute;
	}
	.hero-trails__tags {
		margin-top: 270px;
	}
}
@media(max-width:768px) {
	.banner-section__item.tns-item {
		height:715px;
	}
}
.catalog_menu_out {
	display: flex;
	--gap: 1rem;
	opacity:0;
	width: calc(100% + var(--container-padding)*2);
	margin-left: calc(0px - var(--container-padding));
	--max-width-scrollbar: 37.5rem;
	scrollbar-width: thin;
	scrollbar-color: rgb(50, 68, 129) rgba(65, 92, 152, 0.2);
}
.catalog_menu_in {
	display: flex;
	margin: 0 auto;
	padding-top: 1rem;
	padding-bottom: 2rem;
}
.catalog_menu_in a._back {
	margin-right:20px;
	margin-left:var(--container-padding);
}
.quick-filter__item.catalog_menu_out[data-drag-scroll] {
	padding-bottom:0;
	margin-bottom:0;
}



@media (max-width: 640px) {
	.quick-filter__item:first-child {
		margin-left: 0;
	}
}


.search-menu:not(._no-results) .search-menu__list {
	display: flex;
}



@media(max-width:992px) and (min-width:641px) {
	.catalog__list._news .catalog__item._empty._3,
	.catalog__list._news._c3_0 .catalog__item._empty,
	.catalog__list._news._c3_2 .catalog__item._empty._2 {
		display:none;
	}
}
@media(max-width:640px) {
	.catalog__list._news .catalog__item._empty._3,
	.catalog__list._news .catalog__item._empty._2,
	.catalog__list._news._c2_0 .catalog__item._empty {
		display:none;
	}
}

@media(min-width:993px) {
	.catalog__list._news._c4_0 .catalog__item._empty,
	.catalog__list._news._c4_2 .catalog__item._empty._3,
	.catalog__list._news._c4_3 .catalog__item._empty._2,
	.catalog__list._news._c4_3 .catalog__item._empty._3 {
		display:none;
	}
}
@media(max-width:640px) {
	.hide-mobile {
		display:none;
	}
}

@media(max-width:640px) {
	.delivery-address__map-wrapper {
		padding-bottom: 0;
		height: 360px;
	}
}
@media (max-width: 640px) {
	.addresses-shop__place {
		white-space: nowrap;
	}
}
@media(max-width:1280px) {
	.news__filter-btns {
		white-space: nowrap;
	}
}


@media (max-width: 640px) {
	.news__filter-btns {
		flex-direction: column;
	}
}


@media (max-width: 640px) {
	.cart .title-block__link._delete {
		display: flex;
	}
}


@media (max-width: 640px) {
	.category-list__item:nth-child(4) {
		display: flex;
	}
	.category-list__item:nth-child(5) {
		display: none;
	}
}

.input-rating {
	position:relative;
}
@media (max-width: 640px) {
	.community-auth._my .button._auth .button__text {
		display: flex;
	}
	.community-auth._my .button._auth .button__icon {
		--size: 16px;
		margin-left: 16px;
	}
}
@media (max-width: 640px) {
	.button._quick-filter:not(._active):hover {
		border-color:var(--blue-dark);
		color:var(--blue-dark);
		background-color:var(--white);
	}
}

.hero-trails._tours .hero-trails__item::before {
	cursor:pointer;
}

@media (max-width: 640px) {
	.header__actions-item._user {
		display: block;
	}
}

.article-form {
	border-left:1px solid var(--blue-dark);
	padding:var(--container-padding);
	margin-bottom:calc(2*var(--container-padding));
}
.article-form .custom-select.custom-select-open &gt; div {
	max-height: 9rem;
}
@media (max-width: 992px) {
	.article-form {
		border-left:0;
		padding:0;
		margin-bottom:calc(3*var(--container-padding));
	}
}
@media (max-width: 640px) {
	.article-form {
		margin-bottom:calc(4*var(--container-padding));
	}
	.article-form .custom-select.custom-select-open &gt; div {
		max-height: 7rem;
	}
}

.hero-trails__erid {
	position: absolute;
	top: calc(4*var(--container-padding));
	left: calc((var(--container-padding) - 15px)/2);
	font-size: 10px;
	writing-mode: vertical-rl;
	color:#fff;
}

.community-index .hero-trails__erid {
	z-index: 3;
	top: calc(7*var(--container-padding));
}


.iframe_conteiner {
	position: relative;
	margin-bottom:10px;
}
.iframe_conteiner img {
	width:100%;
	margin:0;
	display:block;
}
.iframe_conteiner iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.article-content table td {
	padding:10px;
}

@media (max-width: 992px) {
	.table-wrap {
		overflow-x: auto;
		overflow-y: hidden;
		display:block;
		width: calc(100vw - var(--container-padding)*2);
	}
	.table-wrap &gt; table {
		width: 800px;
	}
}

.sizes-popup table {
	min-width:100%;
	width:auto !important;
}


._empty .cart__cart-pay.cart-pay {
	opacity: 0.4;
	pointer-events: none;
}

[data-cart-payment-waiting] {
	opacity:0;
	margin-top:calc(0px - var(--container-padding));
	margin-bottom:calc(var(--container-padding)/2);
}

._empty [data-cart-payment-waiting] {
	opacity: 1;
}


.news-section__text {
	padding-right: 0;
}
.news-section__content::before {
	display:none;
}



.cart__block._auth .cart-delivery__ur-form {
	display: none;
}


._disabled .auth-form__bottom {
	pointer-events: none;
	background: rgba(65,92,152,.6);
}




@media (max-width: 1280px) {
	.menu__nav-item._dropdown {
		height: var(--height);
	}
}
.cart__block .cart__block-sub,
.cart__block .cart__title-btn {
	display: none;
}
.cart__block._auth .cart__title-btn._auth,
.cart__block._newuser .cart__title-btn._newuser,
.cart__block._authorized .cart__title-btn._exit {
	display: flex;
}
.cart__block._complete .cart__block-sub._complete,
.cart__block._auth:not(._complete) .cart__block-sub._auth,
.cart__block._authorized:not(._complete) .cart__block-sub._authorized,
.cart__block._authorized:not(._complete) .cart__block-sub._edit,
.cart__block._newuser:not(._complete) .cart__block-sub._edit,
.cart__block._newuser:not(._complete) .cart__block-sub._newuser {
	display: block;
}

.cart__block._hidden &gt; :not(.cart__title-wrap) {
	display: none !important;
}

[data-cart-city-edit] {
	margin-bottom:20px;
}
.delivery-address__section._courier .delivery-address__block.city_off {
	display:none;
}
.delivery-address__section._courier._city_off .delivery-address__block.city_off {
	display:block;
}
.delivery-address__section._courier._city_off .delivery-address__block.city_on {
	display:none;
}


.delivery-address__section .delivery-address__change-address-wrap,
.delivery-address__section .delivery-address__address-inputs .delivery-address__edit-address,
.delivery-address__section .delivery-address__address-inputs {
	display:none;
}

.delivery-address__section._oldadress .delivery-address__change-address-wrap,
.delivery-address__section._oldadress .delivery-address__address-inputs .delivery-address__edit-address {
	display:block;
}
.delivery-address__section._newadress .delivery-address__address-inputs {
	display:block;
}
.grecaptcha-badge { visibility: hidden; }
</pre></body></html>