

/* Start:/local/components/skadium/catalog/templates/v1/css/review.css?1784169806615*/
.product-sreview {
  border-radius: 0px 0px 30px 30px;
  background: #f8f8f8;
  padding-top: 30px;
  padding-bottom: 60px;
}
.product-sreview .reviews-header {
  display: none;
}
@media only screen and (max-width: 960px) {
  .product-sreview {
    border-radius: 0px 0px 10px 10px;
    background: #f4f4f4;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .product-sreview .reviews-total {
    display: contents;
  }
  .product-sreview .reviews-total-r1,
  .product-sreview .reviews-all-photos{
    display: none;
  }
  .product-sreview .total-total-add {
    margin-top: 10px;
  }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/compact/style.css?17504115884735*/
.product-container {
  border-bottom: 1px solid #ebebeb;
}
.product-fd {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 18px;
}
.product-back {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background: #f5f5f5;
  color: #000;
  cursor: pointer;
  transition: background-color .2s;
}
.product-back:hover {
  background: #eee;
}
.product-back svg {
  stroke: currentColor;
}
.product-back span {
  display: none;
}
.product-thumb {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  padding: 5px;
}
.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-body {
  flex-grow: 1;
}
.product-name {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
}
.product-meta {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 0 20px;
  font-size: 14px;
  line-height: 1;
}
.product-review {
  display: flex;
  align-items: center;
  gap: 6px;
}
.product-review-star {
  width: 17px;
  height: auto;
  flex-shrink: 0;
  fill: #e9e7e2;
  stroke: #e9e7e2;
}
.product-review.in .product-review-star {
  stroke: #ffd800;
  fill: #ffd800;
}
.product-review-sep {
  font-size: 14px;
  opacity: .5;
}
.product-share .share.ui.dropdown > .icon {
  width: 14px;
  height: auto;
  stroke: var(--c2);
}
.product-share .share.ui.dropdown > .share-text {
  font-size: 14px;
  color: var(--c2);
  border-bottom-color: var(--c2);
}

.product-prices {
  flex-shrink: 0;
}
.product-prices-h {
  margin-bottom: 5px;
  color: #ababab;
  font-size: 14px;
}
.product-prices-r1 {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.product-prices .price-current {
  color: #000;
  font-weight: 700;
  font-size: 25px;
}
.product-prices .price-new {
  color: var(--c3);
}
.product-prices .price-old {
  position: relative;
  color: #ababab;
  font-size: 22px;
  text-decoration: line-through;
}
.product-control {
  flex-shrink: 0;
  display: flex;
  gap: 10px;
}
.product-btn-add.btn {
  width: 180px;
  height: 50px;
  padding: 0;
  gap: 12px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
}
.product-btn-add svg {
  stroke: currentColor;
  stroke-width: 1.5px;
}
.product-btn-add .btn-badge {
  display: none;
}
.product-btn-add.in-cart {
  background: var(--c2);
  color: #fff;
}
.product-btn-add.in-cart .btn-icon{
  display: none;
}
.product-favourite {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 50px;
  border-radius: 10px;
  background: #f4f4f4;
  color: #c1c1c1;
  cursor: pointer;
  transition: color .2s;
}
.product-favourite:hover {
  color: #000;
}
.product-favourite.is-favourite {
  color: #000;
}
.product-favourite svg {
  width: 20px;
  height: auto;
  fill: transparent;
  stroke: currentColor;
}
.product-favourite.is-favourite svg {
  fill: currentColor;
}



.product.not-can-buy .product-quantity,
.product.not-can-buy .product-mfloat{
  display: none;
}
.product.not-can-buy .product-mfloat-btn.btn,
.product.not-can-buy .product-btn-add.btn{
  opacity: .7;
  background: #eee;
  max-width: max-content;
  padding: 0 20px;
  pointer-events: none;
  transition: 0s;
}
.product.not-can-buy .product-mfloat-btn .btn-badge,
.product.not-can-buy .product-btn-add .btn-badge{
  display: none;
}


@media only screen and (max-width: 1260px) {
  .product-fd {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .product-body {
    width: calc(100% - 155px);
  }
  .product-prices {
    margin-left: 155px;
  }
  .product-btn-add.btn {
    width: 180px;
  }
}
@media only screen and (max-width: 960px) {
  .product-container {
    position: relative;
    z-index: 1;
  }
  .product-container:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -150px;
    bottom: 0;
    background: #f4f4f4;
    z-index: -1;
  }
  .product-fd {
    row-gap: 12px;
    padding: 0;
  }
  .product-back {
    order: 1;
    justify-content: space-between;
    border-radius: 10px;
    width: 100%;
    height: 28px;
    background: #fff;
    font-size: 11px;
    font-weight: 500;
    padding: 0 20px;
  }
  .product-back span {
    display: block;
  }
  .product-fd > div,
  .product-meta {
    display: none;
  }
  .product-fd > .product-body {
    display: contents;
  }
  .product-name {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
  }
}
/* End */


/* Start:/local/components/skadium/share/templates/.default/style.css?17443765351950*/
.share {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.share-links {
	display: flex;
	gap: 10px;
}
.share-link {
	flex-shrink: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	background: #ebebeb;
	border-radius: 50%;
	overflow: hidden;
	transition: background .2s, color .2s;
}
.share-link:hover{
	background: #ccc;
}
.share-link-copy-input {
	position: absolute;
	pointer-events: none;
	opacity: 0;
	font-size: 0;
	z-index: -1;
	color: transparent;
}
.share-link-icon {
	width: 18px;
	height: 18px;
	max-width: 40%;
	fill: currentColor;
	transition: fill .2s;
}


.share.ui.dropdown{
	display: inline-flex;
}
.share.ui.dropdown > .icon{
	stroke: currentColor;
}
.share.ui.dropdown > .share-text{
	padding-bottom: 1px;
	border-bottom: 1px dashed;
	transition: border .2s;
}
.share.ui.dropdown:hover > .share-text{
	border-bottom-color: transparent;
}
.share.ui.dropdown .menu{
	margin-top: 8px;
	min-width: 220px;
	background: #fff;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 13px 0;
	border: none;
}
.share.ui.dropdown.upward .menu{
	margin-top: 0;
	margin-bottom: 8px;
}
.share.ui.dropdown .menu>.item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	color: rgba(0,0,0,.6);
	font-weight: 400 !important;
	padding: 6px 22px !important;
}
.share.ui.dropdown .menu>.item>.wi{
	flex-shrink: 0;
	width: 24px;
}
.share.ui.dropdown .menu>.item>.icon {
	margin: 0 15px 0 0;
	width: 20px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
@media only screen and (max-width: 960px) {
	.share-h {
		font-size: 12px;
	}
	.share.ui.dropdown .menu {
		margin-top: 4px;
		min-width: auto;
		padding: 10px 0;
	}
	.share.ui.dropdown .menu>.item {
		font-size: 12px;
		padding: 4px 15px !important;
	}
}
/* End */


/* Start:/local/components/skadium/catalog/templates/v1/skadium/include.block/product-review-mi/style.css?17841698061513*/
.review3m{
  display: none;
}
@media only screen and (max-width: 960px) {
  .review3m{
    display: flex;
    border-radius: 10px;
    background: #FFF;
    color: #000;
    padding: 22px 20px;
    margin: 0 10px 0;
  }
  .review3m-c1 {
    flex-basis: 50%;
    padding-right: 20px;
    border-right: 1px solid rgba(0,0,0,.1);
  }
  .review3m-c2{
    padding-left: 20px;
  }
  .review3m-h {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .review3m-h-b1 {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 0 10px;
    background: var(--c2);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 100px;
  }
  .review3m-t1 {
    color: #888;
    margin-top: 4px;
    font-size: 13px;
  }
  .review3m-ls {
    display: flex;
    margin-top: 6px;
    gap: 1px;
  }
  .review3m-ls svg{
    fill: transparent;
    stroke: #FFD800;
  }
  .review3m-ls svg.in{
    fill: #FFD800;
  }
  .review3m-num {
    display: flex;
    align-items: baseline;
    gap: 7px;
    font-size: 30px;
    font-weight: 500;
  }
  .review3m-num svg{
    flex-shrink: 0;
    fill: #FFD800;
    stroke: #FFD800;
  }
  .review3m-t2{
    margin-top: 5px;
    color: #333;
    font-size: 13px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 360px) {
  .review3m {
    padding: 20px 10px;
  }
  .review3m-c1 {
    flex-basis: 60%;
  }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17443765362331*/
.pagination{
	margin-top: 50px;
	display: flex;
	flex-direction: column;
}
.pagination-more{
	margin-top: 30px;
	text-align: center;
	order: 1;
}
.pagination-btn-more{
	width: 240px;
	height: 50px;
	border-radius: 10px;
	color: #fff;
	background: var(--c2);
	font-size: 14px;
	font-weight: 500;
	transition: background .2s;
	overflow: hidden;
}
.pagination-btn-more:hover{
	background: var(--c2_hover);
}
.pagination-btn-more .btn-icon{
	flex-shrink: 0;
	margin-right: 10px;
	stroke: currentColor;
}
.pagination-num {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
}
.pagination-pn{
	width: 190px;
	flex-shrink: 0;
}
.pagination-list{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.pagination-list-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 42px;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	border-radius: 100px;
	background: #E9E9E9;
	cursor: pointer;
	color: inherit;
	transition: color .2s, background .2s, border .2s;
}
a.pagination-list-link:hover{
	background: #eee;
}
span.pagination-list-link{
	background: var(--c2);
	color: #fff;
}
.pagination-pn-link{
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 42px;
	border-radius: 100px;
	border: 1px solid #E7E7E7;
	color: #6C6C6C;
	font-size: 14px;
	transition: color .2s, background .2s, border .2s;
}
.pagination-pn-link:hover{
	background: #eee;
}
@media only screen and (max-width: 1500px) {
	.pagination-list li{
		display: none;
	}
	.pagination-list li.m{
		display: block;
	}
}
@media only screen and (max-width: 960px) {
	.pagination {
		margin-top: 30px;
	}
	.pagination-list-link {
		width: 36px;
		height: 36px;
		font-size: 13px;
	}
	.pagination-pn{
		display: none;
	}
	.pagination-more {
		margin-top: 20px;
	}
	.pagination-btn-more {
		width: 100%;
		height: 50px;
		border-radius: 10px;
		color: var(--c2);
		border: 1px solid var(--c2);
		background: transparent;
		font-size: 14px;
		font-weight: 500;
		transition: background-color .2s, color .2s;
	}
	.pagination-btn-more:hover{
		color: #fff;
		background: var(--c2);
	}
}
/* End */


/* Start:/local/components/skadium/review/templates/.default/style.css?17508241396498*/
.root-review {
	background: #F8F8F8;
}
.reviews{
	position: relative;
	container: reviews / inline-size;
}
.reviews-header{
	margin-bottom: 30px;
}
.reviews-btn-add {
	width: 180px;
	height: 50px;
	padding-top: 0;
	padding-bottom: 0;
}
.reviews-empty-text{
	font-size: 20px;
	line-height: 1.4;
}
.reviews-empty-text .st{
	color: var(--c2);
}
.reviews-empty-action{
	margin-top: 25px;
}
.reviews-body{
	display: flex;
	gap: 60px;
}
.reviews-body-c1{
	flex-grow: 1;
	width: calc(100% - 480px);
}
.reviews-body-c2{
	flex-shrink: 0;
	width: 420px;
	order: -1;
	container: reviews-columns-total / inline-size;
}
.reviews-list-item + .reviews-list-item{
	margin-top: 10px;
}
.reviews-total {
	padding: 30px;
	background: #fff;
	border-radius: 10px;
}
.reviews-total-r1 {
	display: flex;
	align-items: center;
	gap: 8px;
}
.reviews-total-avg {
	font-size: 30px;
	font-weight: 500;
	line-height: .7;
}
.reviews-total-count {
	margin-left: auto;
	color: #888;
	font-size: 14px;
}
.reviews-total-rating {
	position: relative;
	top: -1px;
	display: flex;
	gap: 2px;
}
.reviews-total-rating svg{
	fill: transparent;
	stroke: #FFD800;
	width: 24px;
	height: 24px;
}
.reviews-total-rating svg.in{
	fill: #FFD800;
}
.total-total-add{
	margin-top: 17px;
}
.total-total-add .btn{
	width: 100%;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 500;
}
.reviews-all-photos {
	margin-top: 15px;
}
.reviews-all-photos-caption {
	margin-bottom: 20px;
	font-size: 14px;
	color: #888;
}
.reviews-all-photos-grid {
	display: grid;
	gap: 7px;
	grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
}
.reviews-all-photos-grid-item:nth-child(n+13){
	display: none;
}
.reviews-photo-item {
	display: block;
	position: relative;
	padding-bottom: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.reviews-photo-item img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity .2s;
}
.reviews-photo-item:hover img{
	opacity: .5;
}
.reviews-photo-item .box-more{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #adadad;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	transition: background .2s;
}
.reviews-photo-item .box-more:hover{
	background: #bbb;
}

.reviews-all{
	margin-top: 10px;
	width: 100%;
	height: 50px;
	border-radius: 10px;
	border: 1px solid;
	color: var(--c2);
	font-size: 14px;
	font-weight: 500;
	transition: color .2s, background-color .2s;
}
.reviews-all:hover{
	background: var(--c2);
	border-color: var(--c2);
	color: #fff;
}

.reviews-f5-add{
	display: none;
}



.popup-modal.popup-review {
	max-width: 870px;
	container: popup-review / inline-size;
}
.popup-review .popup-modal-sub-title {
	margin-top: 5px;
}
.popup-review-header {
	display: flex;
	align-items: center;
	gap: 20px;
}
.popup-review-header-thumb {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	padding: 8px;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	overflow: hidden;
}
.popup-review-header-thumb img{
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}
.popup-review-header-body{
	flex-grow: 1;
}
.popup-review-columns {
	display: flex;
	gap: 30px;
}
.popup-review-c1 {
	flex-grow: 1;
}
.popup-review .input-group_textarea .form-input {
	height: 200px;
}
.popup-review-row{
	margin-top: 25px;
}
.popup-review-c2{
	flex-shrink: 0;
	width: 240px;
	padding: 50px 0 0 0;
}
.popup-review-c2 .attach-media,
.popup-review-c2 .attach-media-dropzone{
	height: 100%;
}
.popup-review-c2 .attach-media-container .item {
	width: 33.33%;
}
.popup-review-rating {
	display: flex;
	align-items: center;
	gap: 16px;
}
.popup-review-rating-text.form-label {
	margin: 0;
}
.popup-review-rating-checkbox {
	display: inline-flex;
	align-items: center;
	gap: 3px;
}
.popup-review-rating-item{
	position: relative;
}
.popup-review-rating-item-input{
	position: absolute;
	width: 25px;
	height: 25px;
	opacity: 0;
	cursor: pointer;
}
.popup-review-rating-item-icon{
	width: 25px;
	height: auto;
	fill: transparent;
	stroke: #FFDA64;
	cursor: pointer;
	transition: fill .2s;
}
.popup-review-rating-item-input:hover + .popup-review-rating-item-icon{
	fill: #FFDA64;
}
.popup-review-rating-item.active .popup-review-rating-item-icon{
	fill: #FFDA64;
}
.popup-review-row-submit{
	display: flex;
	align-items: center;
	gap: 15px;
}
@media only screen and (max-width: 1500px) {
	.reviews-body {
		gap: 30px;
	}
	.reviews-body-c2 {
		width: 350px;
	}
	.reviews-body-c1{
		width: calc(100% - 380px);
	}
}

@media only screen and (max-width: 1260px) {
	.reviews-body {
		flex-direction: column;
		align-items: stretch;
	}
	.reviews-body-c1,
	.reviews-body-c2 {
		width: 100%;
	}
}

@media only screen and (max-width: 960px) {
	.reviews-header {
		margin-bottom: 20px;
	}
	.reviews-body {
		gap: 10px;
	}
	.reviews-body-c1 {
		width: 100%;
	}
	.reviews-body-c2 {
		width: 100%;
	}
	.reviews-total {
		padding: 0;
		background: transparent;
		border-radius: 0;
	}
	.reviews-total-avg {
		font-size: 15px;
		line-height: 1;
	}
	.reviews-total-rating {
		top: -2px;
	}
	.reviews-total-rating svg {
		width: 15px;
		height: auto;
	}
	.reviews-total-count {
		margin-left: 0;
		color: #777;
		font-size: 11px;
	}
	.total-total-add {
		margin-top: 14px;
	}

	.reviews-btn-add{
		width: 100%;
		border-radius: 10px;
		font-size: 14px;
		font-weight: 500;
	}

	.reviews-all-photos {
		display: none;
	}
	.reviews-empty-text{
		font-size: 14px;
	}
	.reviews-empty-text .t1{
		margin-bottom: 8px;
		font-size: 18px;
		font-weight: 500;
		display: block;
	}
	.reviews-empty-action {
		margin-top: 14px;
	}
}

@container popup-review (max-width: 650px) {
	.popup-review-columns {
		gap: 20px;
		flex-direction: column;
	}
	.popup-review-c2 {
		width: 100%;
		padding: 0;
	}
	.popup-review-row {
		margin-top: 20px;
	}
	.popup-review-c2 .attach-media, .popup-review-c2 .attach-media-dropzone {
		height: 160px;
	}
	.popup-review-row-submit {
		margin-top: 30px;
		max-width: 100%;
	}
}
@container popup-review (max-width: 450px) {
	.popup-review-header-thumb{
		display: none;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/popup-modal/style.css?17501540532322*/
.popup-modal{
	display: none;
	max-width: 460px;
	width: calc(100% - 20px);
	background: #fff;
	color: #000;
	padding: 0;
	margin: 10px 0;
	border-radius: 15px;
}
.popup-modal.fancybox-content{
	display: inline-block;
}
.popup-modal-wrap {
	padding: 40px 50px 55px;
}
.popup-modal-header{
	margin-bottom: 20px;
}
.popup-modal-title {
	font-size: 32px;
	line-height: 1.3;
}
.popup-modal-sub-title{
	margin-top: 10px;
	color: #5B5554;
	line-height: 1.5;
}
.popup-modal-group{
	margin-top: 15px;
}
.popup-modal-group_hor{
	display: flex;
	align-items: baseline;
	gap: 30px;
}
.popup-modal-group_hor > .form-label {
	margin-bottom: 0;
}
.popup-modal-submit {
	width: 100%;
	height: 60px;
}
.popup-modal-links{
	margin-top: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}
.popup-modal-links-link{
	border-bottom-style: dashed;
}
.popup-modal .fancybox-close-small {
	color: currentColor;
	padding: 20px;
	right: 0;
	top: 0;
	width: 70px;
	height: 70px;
}
.popup-modal .tabs-nav-item {
	flex-grow: 1;
}
.popup-modal > .preloader{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255,255,255,.5);
	backdrop-filter: blur(2px);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
@media only screen and (max-width: 960px) {
	.popup-modal-title {
		font-size: 30px;
	}
	.popup-modal-sub-title{
		font-size: 14px;
	}
}
@media only screen and (max-width: 500px) {
	.popup-modal:not(.compact) {
		display: none;
		max-width: 100%;
		width: 100%;
		background: #fff;
		color: #000;
		padding: 0;
		margin: 0;
		border-radius: 0;
		height: 100vh;
	}
	.popup-modal .popup-modal-wrap {
		padding: 50px 15px;
	}
	.popup-modal.compact .popup-modal-wrap {
		padding: 35px 25px;
	}
	.popup-modal-header {
		margin-bottom: 15px;
	}
	.popup-modal-title {
		font-size: 18px;
		font-weight: 500;
	}
	.popup-modal .fancybox-close-small {
		padding: 10px;
		width: 50px;
		height: 50px;
	}
	.popup-modal .form-label{
		color: #777;
		font-size: 14px;
	}
	.popup-modal .private-text{
		font-size: 10px;
	}
}
@media only screen and (max-width: 360px) {
	.popup-modal-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/review-item/style.css?17516302276945*/
.review-item {
  position: relative;
  container: review-item / inline-size;
}
.review-item-container {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
.review-item-product {
  display: flex;
  align-items: center;
  gap: 15px;
  color: inherit;
}
.review-item-product-thumb {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  padding: 5px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  transition: border .2s;
}
.review-item-product:hover .review-item-product-thumb {
  border-color: #ccc;
}
.review-item-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.review-item-product-body {
  flex-grow: 1;
}
.review-item-product-name {
  line-height: 1.3;
  transition: color .2s;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.review-item-product:hover .review-item-product-name {
  color: var(--c2);
}
.review-item-product-atrnumber {
  margin-top: 5px;
  color: #9b9b9b;
  font-size: 14px;
  line-height: 1.3;
}
.review-item-head {
  display: flex;
  align-items: center;
  gap: 14px;
}
.review-item-thumb {
  flex-shrink: 0;
}
.review-item-tn {
  width: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.review-item-r1 {
  display: flex;
  align-items: center;
  gap: 10px 20px;
}
.review-item-fio {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review-item-date {
  flex-shrink: 0;
  font-size: 14px;
  color: #888;
}
.review-item-rating {
  flex-shrink: 0;
  margin-left: auto;
  align-self: flex-start;
}
.review-item-rating-t {
  display: none;
}
.review-item-rating-caption {
  color: #333;
}
.review-item-rating-list {
  display: flex;
  gap: 2px;
}
.review-item-rating svg {
  fill: transparent;
  stroke: #ffd800;
}
.review-item-rating svg.in {
  fill: #ffd800;
}
.review-item-descr .wysiwyg {
  -webkit-line-clamp: 8;
}
.review-item-photos-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.review-item-photos-item {
  display: block;
}
.review-item-photos-link {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
}
.review-item-photos-link-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .2s;
}
.review-item-photos-link:hover .review-item-photos-link-img {
  opacity: .5;
}

.review-item-answer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 14px;
  border-radius: 10px;
  background: #f4f4f4;
  padding: 20px;
}
.review-item-answer-thumb {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.review-item-answer-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-item-answer-h {
  width: calc(100% - 64px);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #333;
}
.review-item-answer-pos{
  margin-top: 8px;
  font-weight: 400;
  font-size: .85em;
  opacity: .8;
}
.review-item-answer-text {
  width: 100%;
  margin-top: 15px;
}
.review-item-answer-text .wysiwyg {
  -webkit-line-clamp: 8;
}
.review-item-answer-text .wrap-link-toggle.float:before {
  background: linear-gradient(0deg, #f4f4f4, transparent);
}

.review-item_list .review-item-product {
  margin-top: 15px;
  margin-left: 64px;
}
.review-item_list .review-item-descr {
  margin-top: 15px;
  margin-left: 64px;
}
.review-item_list .review-item-photos {
  margin-top: 15px;
  margin-left: 64px;
}
.review-item_list .review-item-answer {
  margin-top: 20px;
  margin-left: 64px;
}


.review-item_card .review-item-container {
  overflow: hidden;
}
.review-item_card .review-item-product {
  position: relative;
  margin-bottom: 40px;
}
.review-item_card .review-item-product:before {
  content: '';
  position: absolute;
  left: -30px;
  right: -30px;
  bottom: -20px;
  height: 1px;
  background: rgba(0, 0, 0, .1);
}
.review-item_card .review-item-rating {
  margin-top: 10px;
  display: flex;
  align-items: flex-end;
  gap: 6px;
}
.review-item_card .review-item-descr {
  margin-top: 20px;
}
.review-item_card .review-item-photos {
  margin-top: 15px;
}

@media only screen and (max-width: 960px) {
  .review-item-container {
    padding: 20px;
  }
  .review-item-head {
    gap: 10px;
  }
  .review-item-thumb svg {
    width: 40px;
    height: auto;
  }
  .review-item-tn {
    width: calc(100% - 145px);
  }
  .review-item-r1 {
    gap: 10px;
  }
  .review-item-fio {
    font-size: 13px;
  }
  .review-item-date {
    font-size: 10px;
  }
  .review-item-rating {
    align-self: center;
  }
  .review-item-rating-t {
    display: block;
    color: #888;
    font-size: 10px;
    margin-bottom: 3px;
  }
  .review-item-rating-list svg {
    width: 15px;
    height: auto;
  }
  .review-item-descr .wysiwyg {
    -webkit-line-clamp: 5;
  }
  .review-item-photos-grid {
    gap: 6px;
  }
  .review-item-photos-link {
    width: 40px;
    height: 40px;
  }
  .review-item-answer {
    gap: 0 10px;
  }
  .review-item-answer-thumb {
    width: 30px;
    height: 30px;
  }
  .review-item-answer-h {
    width: calc(100% - 40px);
    font-size: 13px;
  }
  .review-item-answer-pos {
    margin-top: 4px;
  }
  .review-item-answer-text {
    margin-top: 10px;
  }
  .review-item-answer-text .wysiwyg {
    -webkit-line-clamp: 5;
  }

  .review-item-product-thumb {
    border-radius: 5px;
    width: 45px;
    height: 45px;
    padding: 2px;
    align-self: flex-start;
  }
  .review-item-product {
    gap: 10px;
  }
  .review-item-product-atrnumber {
    margin-top: 3px;
    font-size: 10px;
  }

  .review-item_list .review-item-product {
    margin-top: 10px;
    margin-left: 0;
  }
  .review-item_list .review-item-descr {
    margin-top: 10px;
    margin-left: 0;
  }
  .review-item_list .review-item-photos {
    margin-top: 10px;
    margin-left: 0;
  }
  .review-item_list .review-item-answer {
    margin-top: 15px;
    margin-left: 0
  }

  .review-item_card .review-item-descr {
    margin-top: 10px;
    max-height: calc(6* 1em* 1.4);
    padding-right: 10px;
  }
  .review-item_card .review-item-photos {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 360px) {
  .review-item-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .review-item-tn {
    width: calc(100% - 130px);
  }
  .review-item-fio {
    line-height: 1.1;
  }
  .review-item-rating-list {
    gap: 1px;
  }
  .review-item-rating-list svg {
    width: 13px;
  }
  .review-item-answer {
    padding: 15px 10px;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/form-private/style.css?1750824139321*/
.private{
	display: flex;
	align-items: flex-start;
	gap: 8px;
}
.private > input{
	flex-shrink: 0;
	width: 18px;
	height: 18px;
}
.private-text{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	position: relative;
}
.private-text .link{
	color: inherit;
	border-bottom-color: rgba(0,0,0,.3);
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/catalog-slider/style.css?1744376536411*/
.catalog-slider .catalog-slider-item {
	margin-right: 10px;
	width: 280px;
}
@media only screen and (max-width: 1500px) {
	.catalog-slider .catalog-slider-item {
		width: 292px;
	}
}
@media only screen and (max-width: 1260px) {
	.catalog-slider .catalog-slider-item {
		width: 293px;
	}
}
@media only screen and (max-width: 960px) {
	.catalog-slider .catalog-slider-item {
		width: 170px;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/sliderlayout/style.css?17458146793788*/
.sliderlayout-head {
	position: relative;
	display: flex;
	align-items: flex-end;
	margin-bottom: 25px;
	z-index: 1;
}
.sliderlayout-head-c1 {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.sliderlayout-head-c2 {
	flex-shrink: 0;
	margin-left: auto;
	display: flex;
	gap: 10px;
}
.sliderlayout-sub-h {
	line-height: 1.3;
	color: #777;
}
.sliderlayout-controls {
	flex-shrink: 0;
	display: none;
}
.sliderlayout-controls.visible {
	display: block;
}
.sliderlayout-arrows {
	display: flex;
	gap: 10px;
}
.sliderlayout .slider-arrow {
	background: #fff;
}
.sliderlayout-all-link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	padding: 0 25px;
	border-radius: 500px;
	border: 1px solid rgba(0, 0, 0, .05);
	box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.02);
	background: #fff;
	transition: border .2s;
}
.sliderlayout-all-link:hover {
	border-color: rgba(0, 0, 0, .1);
}
.sliderlayout .slick-list {
	position: relative;
	overflow: visible;
	z-index: 2;
}
.sliderlayout-list {
	display: flex;
	position: relative;
}
.sliderlayout-list.show-dots {
	padding-bottom: 40px;
}
.sliderlayout-list.slick-initialized {
	display: block;
}
.sliderlayout-list-item {
	flex-shrink: 0;
}
.sliderlayout-list-item:nth-child(n+2) {
	opacity: 0;
	visibility: hidden;
}
.sliderlayout-list-item.slick-slide {
	opacity: 0;
	visibility: hidden;
	height: auto;
	transition: opacity .2s, visibility .2s;
}
.sliderlayout-list-item.slick-slide.slick-active {
	visibility: visible;
	opacity: 1;
}
.sliderlayout-list .slick-track {
	display: flex;
	margin-left: 0;
	margin-right: 0;
}
.sliderlayout-list .slick-track:before,
.sliderlayout-list .slick-track:after {
	display: none;
}
.sliderlayout-list > .slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
}
.sliderlayout-list.slick-dotted > .slider-arrow {
	top: calc(50% - 20px);
}
.sliderlayout-list > .slider-prev {
	left: 0;
	transform: translate(-50%, -50%);
}
.sliderlayout-list > .slider-next {
	right: 0;
	transform: translate(50%, -50%);
}
.sliderlayout-list > .slider-arrow-mob {
	transform: none !important;
	bottom: -4px;
}
.sliderlayout-list .slick-dots {
	margin-top: 25px;
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
}
.sliderlayout-list.show-dots .slick-dots {
	opacity: 1;
	visibility: visible;
}
.sliderlayout-footer {
	display: none;
}
@media only screen and (max-width: 1260px) {
	.sliderlayout-h {
		font-size: 32px;
	}
	.sliderlayout-sub-h {
		display: none;
	}
}
@media only screen and (max-width: 960px) {
	.sliderlayout-head {
		margin-bottom: 15px;
		flex-wrap: wrap;
		gap: 10px;
	}
	.sliderlayout-head-c1 {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
	}
	.sliderlayout-sub-h {
		display: block;
	}
	.sliderlayout-h {
		font-size: 24px;
		font-weight: 500;
	}
	.sliderlayout-h br {
		display: none;
	}
	.sliderlayout-head-c2 {
		display: none;
		margin-left: 0;
	}
	.sliderlayout-controls.show {
		display: none;
	}
	.sliderlayout-all {
		display: none;
	}
	.sliderlayout-all-link {
		height: 42px;
		font-size: 14px;
		color: #6C6C6C;
		box-shadow: none;
	}
	.sliderlayout-list {
		overflow: visible;
	}
	.sliderlayout-list .slick-list {
		margin-left: 0 !important;
		margin-right: -10px !important;
	}
	.sliderlayout-list-item {
		margin: 0 10px 0 0 !important;
	}
	.sliderlayout-list-item:nth-child(n) {
		opacity: 1;
		visibility: visible;
	}
	.sliderlayout-list .slick-dots {
		padding: 0 30px;
	}
	.sliderlayout-list.show-dots{
		padding-bottom: 35px;
	}
	.sliderlayout-footer {
		margin-top: 15px;
		display: block;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/.default/style.css?177916114815493*/
.shop-item {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  z-index: 1;
  padding: 20px;
  color: #000;
  container: shop-item / inline-size;
}
.shop-item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #ebebeb;
  background: #fff;
  border-radius: 15px;
  z-index: -1;
}
.shop-item:hover:before {
  bottom: -50px;
  border-color: transparent;
  box-shadow: 0px 22px 49px 0px rgba(0, 0, 0, 0.03), 0px 88px 88px 0px rgba(0, 0, 0, 0.03);
}
.shop-item-media {
  flex-shrink: 0;
  position: relative;
  display: block;
  overflow: hidden;
}
.shop-item-thumb {
  position: relative;
  display: block;
  height: 210px;
}
.shop-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.shop-item-btn-popup {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 195px;
  margin: auto;
  gap: 10px;
  padding: 0 20px;
  height: 40px;
  background: rgba(148, 179, 61, .8);
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
  opacity: 0;
  transform: translateY(-50%);
  text-align: center;
  transition: background .2s, opacity .4s;
  z-index: 2;
}
.shop-item-btn-popup svg {
  stroke: currentColor;
  flex-shrink: 0;
}
.shop-item-btn-popup:hover {
  background: #94b33d;
}
.shop-item:hover .shop-item-btn-popup {
  opacity: 1;
}
.shop-item-thumb-divs {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
}
.shop-item-thumb-divs-item {
  flex-grow: 1;
}
.shop-item-thumb-points {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  display: flex;
  justify-content: center;
  gap: 3px;
}
.shop-item-thumb-points-item {
  flex-shrink: 0;
  width: 15px;
  height: 2px;
  border-radius: 50%;
  border-radius: 50px;
  background: #d9d9d9;
  overflow: hidden;
  transition: background-color .2s;
}
.shop-item-thumb-points-item.active {
  background: var(--c2);
}
.shop-item-tl {
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: calc(100% - 80px);
  z-index: 2;
}
.shop-item-tr {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-self: center;
  gap: 10px;
  z-index: 2;
}
.shop-item-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.shop-item-favourite {
  position: relative;
  cursor: pointer;
}
.shop-item-favourite svg {
  stroke: #777;
  fill: transparent;
  transition: stroke .2s, fill .2s;
}
.shop-item-favourite:hover svg {
  stroke: #000;
}
.shop-item-favourite.is-favourite svg {
  stroke: #000;
  fill: #000;
}
.shop-item-body {
  flex-grow: 1;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
.shop-item-col2,
.shop-item-col3 {
  display: contents;
}
.shop-item-review {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.shop-item-review-stars {
  display: flex;
  gap: 1px;
}
.shop-item-review-icon {
  flex-shrink: 0;
  fill: #e9e7e2;
  stroke: #e9e7e2;
}
.shop-item-review-icon.in {
  stroke: var(--c4);
  fill: var(--c4);
}
.shop-item-review-rating {
  font-size: 12px;
}
.shop-item-review-count {
  display: none;
  color: #ababab;
  font-size: 12px;
  line-height: 1;
}
.shop-item-name {
  margin-bottom: 8px;
}
.shop-item-name-link {
  color: #000;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color .2s;
}
.shop-item-name-link:hover {
  color: var(--c2_hover);
}
.shop-item-cat-name {
  color: #6c6c6c;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.shop-item-brand {
  display: none;
}
.shop-item-cat-brand-link {
  color: inherit;
  transition: color .2s;
}
.shop-item-prices {
  margin-top: auto;
  padding-top: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  white-space: nowrap;
  gap: 6px 10px;
}
.shop-item-prices .shop-item-bonus {
  position: relative;
  top: -2px;
}
.shop-item-prices .price-current {
  font-size: 18px;
  font-weight: 500;
}
.shop-item-prices .price-new {
  color: var(--c3);
}
.shop-item-prices .price-old {
  color: #ababab;
  font-size: 12px;
  text-decoration: line-through;
}
.shop-item-prices .price-info {
  order: 1;
  width: 100%;
  color: var(--c3);
  font-size: 12px;
  font-weight: 500;
}
.shop-item-in-stock {
  margin-top: 10px;
  color: #999;
  font-weight: 500;
  font-size: 13px;
}
.shop-item-in-stock.on {
  color: var(--c2);
}
.shop-item-rd {
  display: none;
}
.shop-item-discount {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 0 6px;
  color: #fff;
  font-size: 11px;
  border-radius: 3px;
  font-weight: 500;
  background: var(--c3);
}
.shop-item-bonus {
  flex-shrink: 0;
  display: none;
  align-items: center;
  gap: 3px;
  color: var(--c2);
  font-size: 12px;
  font-weight: 500;
}
.shop-item-bonus.init {
  display: inline-flex;
}
.shop-item-bonus-wicon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.shop-item-control {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -30px;
  visibility: hidden;
  opacity: 0;
}
.shop-item:hover .shop-item-control {
  visibility: visible;
  opacity: 1;
}
.shop-item-quantity.b-quantity {
  display: none;
}
.shop-item-delivery {
  display: none;
  flex-direction: column;
  margin-top: 15px;
  gap: 8px;
  font-size: 14px;
}
.shop-item-delivery a {
  color: var(--c2);
  transition: color .2s;
}
.shop-item-delivery a:hover {
  color: var(--c2_hover);
}
.shop-item-btn-add {
  min-width: 110px;
  height: 36px;
  border-radius: 100px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 500;
}
.shop-item-btn-add svg {
  display: none;
  flex-shrink: 0;
  stroke: currentColor;
}
.shop-item-btn-add-wicon {
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
}
.shop-item-btn-add .btn-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  padding: 0 3px;
  border-radius: 50px;
  overflow: hidden;
  font-size: 11px;
  text-align: center;
  background: #333;
  color: #fff;
  font-weight: 700;
}
.shop-item-btn-subscr{
  max-width: 100%;
  height: 36px;
  border-radius: 100px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 500;
}
.shop-item-btn-subscr .btn-text{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop-item-no-in-stock {
  margin-top: 25px;
  color: #6c6c6c;
  font-size: 12px;
  line-height: 1.2;
}
.shop-item.in-cart:hover:before{
  bottom: -95px;
}
.shop-item.in-cart .shop-item-control {
  bottom: -75px;
}
.shop-item.in-cart .shop-item-btn-add {
  background: var(--c2);
  color: #fff;
}
.shop-item.in-cart .shop-item-quantity {
  display: flex;
}
.shop-item.in-cart .shop-item-btn-add svg {
  display: none !important;
}
.shop-item.not-can-buy .shop-item-quantity {
  display: none !important;
}
.shop-item.not-can-buy .shop-item-btn-add.btn {
  opacity: .7;
  background: #eee;
  max-width: max-content;
  padding: 0 20px;
  pointer-events: none;
  transition: 0s;
}
.shop-item.not-can-buy .shop-item-btn-add-wicon {
  display: none;
}


.catalog-list-item:hover {
  position: relative;
  z-index: 5;
}

.shop-item-quantity.b-quantity {
  gap: 6px;
  height: 36px;
  border-radius: 0;
  border: none;
  background: transparent;
  margin-bottom: 10px;
}
.shop-item-quantity .b-quantity-btn {
  width: 36px;
  height: 36px;
  background: #eee;
  color: #666;
  border-radius: 50%;
}
.shop-item-quantity .b-quantity-input {
  width: 70px;
  border: 1px solid #eee;
  border-radius: 10px;
  flex-grow: 0;
}

@media only screen and (min-width: 961px) {
  .catalog-items.list .shop-item {
    position: relative;
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
  .catalog-items.list .shop-item:before {
    border-radius: 10px;
  }
  .catalog-items.list .shop-item:hover:before {
    bottom: 0;
    border-color: #ebebeb;
    box-shadow: none;
  }
  .catalog-items.list .shop-item-tr {
    flex-direction: column;
  }
  .catalog-items.list  .shop-item-tl {
    max-width: 200px;
  }
  .catalog-items.list .shop-item-media {
    flex-shrink: 0;
    height: auto;
    width: 200px;
  }
  .catalog-items.list .shop-item-thumb {
    height: 200px;
  }
  .catalog-items.list .shop-item-body {
    display: contents;
  }
  .catalog-items.list .shop-item-col2 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .catalog-items.list .shop-item-col3 {
    flex-shrink: 0;
    width: 350px;
    display: flex;
    flex-direction: column;
  }
  .catalog-items.list .shop-item-review {
    margin-bottom: 15px;
  }
  .catalog-items.list .shop-item-review-rating {
    display: none;
  }
  .catalog-items.list .shop-item-review-count {
    display: block;
  }

  .catalog-items.list .shop-item-rd {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
  }
  .catalog-items.list .shop-item-bonus {
    height: 20px;
    padding: 0 6px;
    border-radius: 5px;
    background: var(--c2);
    color: #fff;
    font-size: 11px;
  }
  .catalog-items.list .shop-item-bonus-wicon {
    width: 12px;
    height: 12px;
    color: inherit;
  }

  .catalog-items.list .shop-item-name {
    margin-bottom: 12px;
  }
  .catalog-items.list .shop-item-name-link {
    font-size: 20px;
    -webkit-line-clamp: 3;
  }
  .catalog-items.list .shop-item-cat-name,
  .catalog-items.list .shop-item-brand {
    display: block;
    color: #4e4e4e;
    font-size: 14px;
    margin-bottom: 8px;
  }
  .catalog-items.list .shop-item-cat-brand-link:hover {
    color: var(--c2);
  }
  .catalog-items.list .shop-item-prices {
    margin-top: 0;
    padding-top: 0;
  }
  .catalog-items.list .shop-item-prices .price-current {
    font-size: 20px;
  }
  .catalog-items.list .shop-item-prices .price-old {
    font-size: 16px;
  }
  .catalog-items.list .shop-item-prices .shop-item-bonus {
    display: none;
  }
  .catalog-items.list .shop-item-control {
    margin-top: 15px;
    position: static;
    visibility: visible;
    opacity: 1;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .catalog-items.list .shop-item-quantity {
    width: 100px;
    display: flex;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    background: #fff;
    gap: 0;
    margin: 0;
  }
  .catalog-items.list .b-quantity-btn {
    width: 32px;
    height: auto;
    color: #bfbfbf;
    background: transparent;
    border-radius: 0;
  }
  .catalog-items.list .b-quantity-input {
    width: 100%;
    flex-grow: 1;
    border-radius: 0;
    border: none;
  }

  .catalog-items.list .shop-item-delivery.show {
    display: flex;
  }
  .catalog-items.list .shop-item-btn-add {
    flex-grow: 1;
    height: 50px;
    max-width: 180px;
    font-size: 15px;
    font-weight: 500;
    gap: 12px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
  }
  .catalog-items.list .shop-item-btn-add svg {
    display: block;
  }
  .catalog-items.list .shop-item-btn-subscr{
    flex-grow: 1;
    height: 50px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1500px) {
  .catalog-items.list .shop-item {
    gap: 20px;
  }
  .catalog-items.list .shop-item-name-link {
    font-size: 18px;
  }
  .catalog-items.list .shop-item-col3 {
    width: 300px;
  }
}

@media only screen and (max-width: 960px) {
  .shop-item {
    padding: 0;
  }
  .shop-item:before {
    display: none;
  }
  .shop-item-tl {
    top: 10px;
    left: 10px;
    max-width: calc(100% - 50px);
  }
  .shop-item-tr {
    top: 10px;
    right: 10px;
    flex-direction: column;
  }
  .shop-item-media {
    border-radius: 10px;
    border: 1px solid #ebebeb;
  }
  .shop-item-thumb {
    height: 170px;
    padding: 15px;
  }
  .shop-item-btn-popup {
    display: none;
  }
  .shop-item-thumb-points {
    display: none;
  }
  .shop-item-thumb-points-item {
    width: 4px;
    height: 2px;
  }
  .shop-item-body {
    margin-top: 10px;
  }
  .shop-item-name {
    margin-bottom: 6px;
  }
  .shop-item-name-link {
    font-size: 14px;
  }
  .shop-item-cat-name {
    font-size: 12px;
  }
  .shop-item-review {
    position: absolute;
    margin-top: -30px;
    left: 10px;
    z-index: 1;
  }
  .shop-item-control {
    position: static;
    padding-top: 12px;
    visibility: visible;
    opacity: 1;
  }
  .shop-item-btn-add {
    width: auto;
    height: 32px;
    border-radius: 5px;
    font-size: 12px;
  }
  .shop-item-btn-add-wicon {
    display: none;
  }
  .shop-item-btn-subscr{
    height: 32px;
    border-radius: 5px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .shop-item-quantity.b-quantity {
    height: 30px;
    margin-bottom: 12px;
  }
  .shop-item-quantity .b-quantity-input {
    width: 60px;
    font-weight: 500;
    border-radius: 6px;
  }
  .shop-item-quantity .b-quantity-btn {
    width: 30px;
    height: 30px;
  }
  .shop-item-quantity .b-quantity-btn svg {
    max-width: 10px;
  }


  .shop-item.not-can-buy .shop-item-btn-add.btn {
    padding: 0 10px;
    font-size: 11px;
  }


  .catalog-items.list .shop-item {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    flex-direction: row;
    align-items: center;
  }
  .catalog-items.list .shop-item-media {
    width: 40%;
    border: none;
    border-radius: 0;
  }
  .catalog-items.list .shop-item-tl {
    max-width: calc(40% - 15px);
  }
  .catalog-items.list .shop-item-thumb {
    padding: 0;
    height: 150px;
  }
  .catalog-items.list .shop-item-body {
    width: 60%;
    padding-left: 15px;
    margin: 0;
  }
  .catalog-items.list .shop-item-review {
    position: static;
    margin: 0 0 10px 0;
  }
  .catalog-items.list .shop-item-name-link {
    -webkit-line-clamp: 4;
    padding-right: 20px;
  }
  .catalog-items.list .shop-item-prices {
    margin-top: 0;
  }
}


@media only screen and (max-width: 500px) {
  .catalog-items.list .shop-item-media {
    width: 35%;
  }
  .catalog-items.list .shop-item-tl {
    max-width: calc(35% - 10px);
  }
  .catalog-items.list .shop-item-body {
    padding-left: 10px;
    width: 65%;
  }
}

@media only screen and (max-width: 430px) {
  .catalog-items.list .b-badge-only-site {
    max-width: 86px;
  }
}


@container (max-width: 160px) {
  .shop-item-prices .price-current {
    font-size: 16px;
  }
  .shop-item-bonus {
    gap: 2px;
  }
  .shop-item-bonus-wicon {
    width: 14px;
    height: 14px;
  }
  .shop-item-bonus-wicon svg {
    width: 8px;
    height: auto;
  }
}

/* End */


/* Start:/local/components/skadium/include.block/templates/ssearchabc/style.css?17443765352450*/
.ssearchabc {
	position: relative;
	z-index: 2;
}
.ssearchabc-wrap{
	position: relative;
	padding-top: 40px;
	padding-bottom: 50px;
	z-index: 1;
}
.ssearchabc-wrap:before{
	content: '';
	position: absolute;
	top: 0;
	left: -60px;
	right: -60px;
	bottom: 0;
	border-radius: 15px;
	border: 1px solid #F8F8F8;
	background: #FFF;
	box-shadow: 0px 22px 49px 0px rgba(0, 0, 0, 0.03), 0px 88px 88px 0px rgba(0, 0, 0, 0.03);
	z-index: -1;
}
.ssearchabc-h {
	margin-bottom: 20px;
}
.ssearchabc-tabsnav {
	margin-bottom: 20px;
}
.ssearchabc-tabsnav .tabs-nav-list::-webkit-scrollbar {
	width: 0;
	height: 0;
	background: transparent;
}
.ssearchabc-tabsnav .tabs-nav-item {
	flex-basis: 25%;
}
.ssearchabc-tabsnav  .tabs-nav-link{
	white-space: nowrap;
}
.ssearchabc-letters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.ssearchabc-letters-link{
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 30px;
	height: 32px;
	padding: 0 10px;
	border-radius: 50px;
	background: #F5F5F5;
	color: #000;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	transition: color .2s, background .2s;
}
.ssearchabc-letters-link:hover{
	background: #94B33D;
	color: #fff;
}
@media only screen and (max-width: 1600px) {
	.ssearchabc-wrap {
		padding: 40px;
	}
	.ssearchabc-wrap:before {
		left: 0;
		right: 0;
	}
	.ssearchabc-letters {
		gap: 7px;
	}
}

@media only screen and (max-width: 960px) {
	.ssearchabc-wrap {
		padding: 0;
	}
	.ssearchabc-wrap:before{
		display: none;
	}
	.ssearchabc-h{
		margin-bottom: 15px;
	}
	.ssearchabc-tabsnav .tabs-nav-list {
		gap: 10px;
		border-radius: 0;
		background: transparent;
		margin: 0 -10px;
		padding: 0 10px;
	}
	.ssearchabc-tabsnav .tabs-nav-item {
		flex-basis: auto;
	}
	.ssearchabc-tabsnav .tabs-nav-link {
		border-radius: 5px;
		height: 26px;
		padding: 0 10px;
		font-size: 15px;
		color: var(--c2);
		background: transparent;
	}
	.ssearchabc-tabsnav .tabs-nav-link:hover{
		background: transparent;
	}
	.ssearchabc-tabsnav .tabs-nav-link.active{
		background: var(--c2);
		color: #fff;
	}
	.ssearchabc-letters {
		gap: 10px;
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
	}
	.ssearchabc-letters-link {
		height: 34px;
		font-size: 14px;
		padding: 0;
		border-radius: 5px;
		background: #f4f4f4;
	}
}
/* End */
/* /local/components/skadium/catalog/templates/v1/css/review.css?1784169806615 */
/* /local/templates/.default/components/bitrix/catalog.element/compact/style.css?17504115884735 */
/* /local/components/skadium/share/templates/.default/style.css?17443765351950 */
/* /local/components/skadium/catalog/templates/v1/skadium/include.block/product-review-mi/style.css?17841698061513 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17443765362331 */
/* /local/components/skadium/review/templates/.default/style.css?17508241396498 */
/* /local/components/skadium/include.block/templates/popup-modal/style.css?17501540532322 */
/* /local/components/skadium/include.block/templates/review-item/style.css?17516302276945 */
/* /local/components/skadium/include.block/templates/form-private/style.css?1750824139321 */
/* /local/templates/.default/components/bitrix/catalog.section/catalog-slider/style.css?1744376536411 */
/* /local/components/skadium/include.block/templates/sliderlayout/style.css?17458146793788 */
/* /local/templates/.default/components/bitrix/catalog.item/.default/style.css?177916114815493 */
/* /local/components/skadium/include.block/templates/ssearchabc/style.css?17443765352450 */
