

/* Start:/rasprodazha/style.css?17866242272004*/
.salesList-filter {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-bottom: 12px;
}
.salesList-filter li {
		margin-right: 8px;
		margin-bottom: 12px;
}
.salesList-filter a {
		text-wrap: nowrap;
		border: 1px #dee0e4 solid;
		padding: 4px 10px;
		color: #222327;
		border-radius: 4px;
}

.catalogList-goods {
  display: -ms-grid;
  display: grid;
  grid-gap: 32px 24px;
  grid-auto-flow: dense;
  padding-bottom: 70px;
  margin-bottom: 32px;
  border-bottom: 1px solid #EBEFF6;
}
@media (min-width: 1551px) {
  .catalogList-goods {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}
@media (min-width: 1310px) and (max-width: 1550px) {
  .catalogList-goods {
    grid-template-columns: repeat(auto-fill, minmax(233px, 1fr));
  }
}
@media (min-width: 1281px) and (max-width: 1309px) {
  .catalogList-goods {
    grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .catalogList-goods {
    grid-template-columns: repeat(auto-fill, minmax(216px, 1fr));
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .catalogList-goods {
    grid-template-columns: repeat(auto-fill, minmax(224px, 1fr));
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .catalogList-goods {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  }
}
@media (min-width: 500px) and (max-width: 599px) {
  .catalogList-goods {
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
  }
}
@media (min-width: 401px) and (max-width: 499px) {
  .catalogList-goods {
    grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
  }
}
@media (min-width: 320px) and (max-width: 400px) {
  .catalogList-goods {
    grid-gap: 20px 12px;
    grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
  }
}

/* End */


/* Start:/local/components/oldis/empty.item/templates/capsule.list/style.css?17866242261140*/
ul.capsules {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 30px;
}

@media (max-width: 992px) {
	ul.capsules {
		padding-bottom: 15px;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto;
	}
}

ul.capsules li {
	margin-left: 0;
	height: 34px;
	background-color: #f2f4f6;
	border-radius: 40px;
	list-style: none;
	transition: background-color 0.2s ease-out;
}

ul.capsules li.active {
	background-color: #1266cb;
}

ul.capsules li.active a {
	color: #fff;
}

@media (hover: hover) {
	ul.capsules li:hover:not(.active) {
		background-color: #e7eaec;
	}
	ul.capsules li:hover:not(.active) a {
		color: #1a222c;
	}
}
@media (hover: none) {
	ul.capsules li:active:not(.active) {
		background-color: #e7eaec;
	}
	ul.capsules li:active:not(.active) a {
		color: #1a222c;
	}
}

ul.capsules a {
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 14px;
	line-height: 17px;
	padding: 0 15px;
	line-height: 140%;
	color: #1a222c;
	border: 0;
	background-color: transparent;
	border-radius: 40px;
}

@media (max-width: 992px) {
	ul.capsules li {
		flex-shrink: 0;
	}
}

/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?17866242272620*/
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0;
    width: 100%;
}

.pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination ul li {
    height: 30px;
    text-align: center;
    list-style: none !important;
    margin-left: 0;
}

.pagination ul li span {
    display: flex;
    justify-content: center;
    padding: 5px 0;
    min-width: 32px;
    font-size: 18px;
    line-height: 21.94px;
}

.pagination ul li:not(:last-child) {
    margin-right: 4px;
}

.pagination-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 32px;
    padding: 5px 0;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid transparent;
}

.pagination-link.is-active {
    border-color: #1266cb;
}

.pagination-arrow-next,
.pagination-arrow-prev {
    display: none !important;
    width: 16px;
    height: 16px;
    background-image: url("/assets/icons-16.png");
    background-image: url("/assets/icons-16.webp");
    background-repeat: no-repeat;
    display: block;
    background-position: -16px 0px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .pagination-arrow-next,
    .pagination-arrow-prev {
        background-image: url("/assets/icons-16.png") !important;
    }
}

.pagination-arrow-next:hover,
.pagination-arrow-prev:hover {
    width: 16px;
    height: 16px;
    background-image: url("/assets/icons-16.png");
    background-image: url("/assets/icons-16.webp");
    background-repeat: no-repeat;
    display: block;
    background-position: 0px -16px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .pagination-arrow-next:hover,
    .pagination-arrow-prev:hover {
        background-image: url("/assets/icons-16.png") !important;
    }
}

.pagination-arrow-next {
    margin-left: 15px;
}

.pagination-arrow-prev {
    margin-right: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination.is-arrow-next .pagination-arrow-next {
    display: block !important;
}

.pagination.is-arrow-prev .pagination-arrow-prev {
    display: block !important;
}

/* pagination State styles */

/* End */


/* Start:/local/components/oldis/empty.item/templates/catalog.item/style.css?17866242269975*/
/* Remove after compile: /components/catalog/card/ */
/* product-card Module styles	*/
.catalogCard {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto auto auto auto auto auto 1fr auto;
	grid-template: "l l" auto "n n" auto "h h" auto "p p" auto "q q" auto "r r" auto ". ." 1fr "s s" auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-width: 170px;
	max-width: 264px;
	width: 100%;
	height: 100%;
	padding-top: 28px;
}
@media (min-width: 769px) and (max-width: 1280px) {
	.catalogCard {
		max-width: 100%;
	}
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard {
		min-width: 138px;
	}
}
.catalogCard-labels {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	position: absolute;
	grid-area: l;
	top: -28px;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.catalogCard-labels > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.catalogCard-labels > div.is-show {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
.catalogCard-labels button {
	position: relative;
	width: 20px;
	height: 20px;
	margin-left: 8px;
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid #a3aebf;
}
.catalogCard-labels button:focus {
	outline: none;
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-labels button {
		width: 24px;
		height: 24px;
	}
}
.catalogCard-labels button.is-rotate {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin: 0;
}
.catalogCard-labels button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 10px;
	height: 16px;
	background: -webkit-image-set(url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.webp"), url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.png")) no-repeat -24px 3px;
	background: image-set(url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.webp"), url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.png")) no-repeat -24px 3px;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.catalogCard-labels span {
	display: none;
	padding: 3px 6px 5px 6px;
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	color: #fff;
	background-color: #1781e3;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.catalogCard-labels span:first-of-type {
	display: inline-block;
}
.catalogCard-labels span.is-show {
	display: inline-block;
	margin-bottom: 4px;
}
.catalogCard-image {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: n;
}
.catalogCard picture {
	display: block;
	margin-bottom: 8px;
}
.catalogCard picture img {
	display: block;
	object-fit: contain;
	max-height: 264px;
	width: 100%;
}

@media (min-width: 769px) and (max-width: 991px) {
	.catalogCard picture img {
		max-height: 205px;
	}
}
@media (min-width: 480px) and (max-width: 768px) {
	.catalogCard picture img {
		max-height: 223px;
	}
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard picture img {
		min-height: 138px;
		max-height: 138px;
	}
}

.catalogCard-verif {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-area: h;
	height: 30px;
	border-bottom: 1px solid #d2d8e4;
}
.catalogCard-verif label {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	text-align: center;
}
.catalogCard-verif input {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
}
.catalogCard-verif input:checked + span {
	font-weight: 500;
}
.catalogCard-verif input:checked + span::before {
	width: 100%;
	left: 0;
}
.catalogCard-verif span {
	position: relative;
	display: block;
	padding: 4px 8px 8px 8px;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	color: #1a222c;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: lowercase;
	white-space: nowrap;
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-verif {
		height: 27px;
	}
	.catalogCard-verif span {
		padding: 5px 0;
		font-size: 11px;
		line-height: 16px;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: normal;
	}
}
.catalogCard-verif span::before {
	content: "";
	height: 2px;
	width: 0;
	position: absolute;
	bottom: -1px;
	right: 0;
	background-color: #1266cb;
	border-radius: 3px 3px 0 0;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-verif span::before {
		bottom: 0;
	}
}
.catalogCard-price {
	-ms-grid-row: 4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: p;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 12px 0 8px;
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-price {
		margin: 8px 0;
	}
}
.catalogCard-current {
	margin-right: 8px;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-current {
		font-size: 16px;
		line-height: 20px;
	}
}
.catalogCard-old {
	font-size: 14px;
	line-height: 20px;
	text-decoration: line-through;
	color: #8e9aad;
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-old {
		font-size: 12px;
		line-height: 16px;
	}
}
.catalogCard-name {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	display: -webkit-box;
	grid-area: q;
	margin-bottom: 4px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	color: #1a222c;
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-name {
		font-size: 13px;
		line-height: 16px;
		margin-bottom: 4px;
	}
}
.catalogCard-available {
	-ms-grid-row: 6;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: r;
	margin-bottom: 16px;
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-available {
		margin-bottom: 12px;
	}
}
.catalogCard-available p {
	margin-bottom: 1px;
	font-size: 14px;
	line-height: 20px;
	color: #1a222c;
	text-align: left;
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-available p {
		margin-bottom: 3px;
		font-size: 13px;
		line-height: 16px;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}
.catalogCard-available p span {
	font-size: 13px;
	line-height: 16px;
	color: #677488;
}
.catalogCard-available p:first-of-type::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 6px;
	vertical-align: middle;
	border-radius: 50%;
	background-color: #20bd15;
}
.catalogCard-buttons {
	-ms-grid-row: 8;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 42px;
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-buttons {
		height: 36px;
	}
}
.catalogCard-buttons button,
.catalogCard-buttons a {
	text-align: center;
	border: 0;
	border-radius: 4px;
}
.catalogCard-buttons a:hover {
	color: #fff;
}
.catalogCard-buttons span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.catalogCard-basket {
	width: 100%;
	padding: 13px 5px;
	background-color: #1266cb;
	color: #ffffff;
	font-size: 13px;
	line-height: 16px;
	margin-right: 8px;
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-basket {
		padding: 10px 5px;
		margin-right: 4px;
	}
}
.catalogCard-compare {
	position: relative;
	width: 100%;
	max-width: 42px;
	background-color: transparent;
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-compare {
		max-width: 32px;
	}
}
.catalogCard-compare::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 14px;
	height: 18px;
	background: -webkit-image-set(url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.webp"), url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.png")) no-repeat -48px 0px;
	background: image-set(url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.webp"), url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.png")) no-repeat -48px 0px;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-compare::before {
		width: 12px;
		height: 14px;
		background: -webkit-image-set(url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.webp"), url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.png")) no-repeat -12px 0px;
		background: image-set(url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.webp"), url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.png")) no-repeat -12px 0px;
	}
}
.catalogCard-compare.is-active::before {
	background: -webkit-image-set(url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.webp"), url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.png")) no-repeat -34px 0px;
	background: image-set(url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.webp"), url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.png")) no-repeat -34px 0px;
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-compare.is-active::before {
		background: -webkit-image-set(url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.webp"), url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.png")) no-repeat 0px 0px;
		background: image-set(url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.webp"), url("/local/components/oldis/empty.item/templates/catalog.item/./assets/sprite.png")) no-repeat 0px 0px;
	}
}
.catalogCard-compare:focus {
	outline: none;
}
.catalogCard-minus,
.catalogCard-plus {
	width: 42px;
	font-size: 26px;
	font-weight: 500;
	color: #1266cb;
	background-color: #eff6ff;
}
.catalogCard-minus:focus,
.catalogCard-plus:focus {
	outline: none;
}
@media (min-width: 320px) and (max-width: 479px) {
	.catalogCard-minus,
	.catalogCard-plus {
		width: 36px;
	}
}
.catalogCard-plus {
	margin-right: 8px;
}

/* End */
/* /rasprodazha/style.css?17866242272004 */
/* /local/components/oldis/empty.item/templates/capsule.list/style.css?17866242261140 */
/* /local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?17866242272620 */
/* /local/components/oldis/empty.item/templates/catalog.item/style.css?17866242269975 */
