

/* Start:/local/templates/utwood__main/components/bitrix/search.page/ut_search/style.css?17399473581505*/
.breadcrumbs{
	display: none;
}
.container.search-page{
	h1{
		margin-top: 1.88rem;
		font-size: 2.5rem;
		font-weight: 600;
		line-height: 3rem;
		margin-bottom: 1.88rem;
		@media screen and (max-width: 767px) {
			margin-top: 1.25rem;
			font-size: 1.50rem;
			line-height: 1.62rem;
			margin-bottom: 1.25rem;
		}
	}
	.search__wrapper{
		display: flex;
		gap: 2rem;
		flex-wrap: wrap;
		@media screen and (max-width: 1200px){
			gap: 1.25rem;
		}
		@media screen and (max-width: 767px){
			gap: 0.625rem;
		}

		.search-item{
			width: calc((100% - 8rem)/5);
			display: flex;
			height: auto;
			flex-direction: column;
			justify-content: space-between;
			gap: 0.5rem;
			border-radius: 0.625rem;
			box-sizing: border-box;
			padding: 1.25rem;
			box-shadow: 0px 4px 8px 0px #0000000F,  0px 0px 4px 0px #0000000A;
			img{
				width: 100%;
				height: auto;
				object-fit: contain;
			}
			p{
				font-size: 1rem;
				width: 100%;
				line-height: 1.3em;
				max-height: 4em;
				overflow: hidden;
			}
			a{
				margin-top: auto;
				font-size: 0.875rem;
				color: #fff;
				background-color: #52A957;
				box-sizing: border-box;
				width: 100%;
				display: flex;
				font-weight: 600;
				align-items: center;
				justify-content: center;
				padding: 0.6875rem 0;
				border-radius: 0.25rem;
			}

			@media screen and (max-width: 1200px){
				width: calc((100% - 2.5rem)/3);
				padding: 1rem;
			}
			@media screen and (max-width: 767px){
				width: calc((100% - 0.625rem)/2);
			}
		}
	}

}
/* End */


/* Start:/local/templates/utwood__main/components/bitrix/catalog.section/bootstrap_v4/style.css?17476465052755*/
/* Base Styles */
.container.favorites h1 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
  margin-bottom: 1.88rem;
}

.container.favorites .products__wrapper {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.product__preview {
  position: relative;
}

.container.favorites .products__wrapper .product__preview {
  width: calc((100% - 8rem) / 5);
}

.products__wrapper {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.catalog .products__wrapper .product__preview {
  width: calc((100% - (2rem * 3)) / 4);
}

.search-page .products__wrapper .product__preview,
.sale-page .products__wrapper .product__preview {
  width: calc((100% - (2rem * 4)) / 5);
}

/* Media Queries */
/* Max-width: 1200px */
@media screen and (max-width: 1200px) {
  .container.favorites .products__wrapper {
    gap: 1.25rem;
  }

  .container.favorites .products__wrapper .product__preview {
    width: calc((100% - 2.5rem) / 3);
  }

  .catalog .products__wrapper {
    gap: 1.25rem;
  }

  .catalog .products__wrapper .product__preview {
    width: calc((100% - (1.25rem * 2)) / 3);
  }

  .search-page .products__wrapper .product__preview,
  .sale-page .products__wrapper .product__preview {
    width: calc((100% - (1.25rem * 3)) / 4);
  }

  .product__preview-stickers {
    left: 0.62rem;
    top: 0.62rem;
  }
}

/* Max-width: 767px */
@media screen and (max-width: 767px) {
  .container.favorites h1 {
    font-size: 1.5rem;
    line-height: 1.62rem;
    margin-bottom: 1.25rem;
  }

  .container.favorites .products__wrapper {
    gap: 0.625rem;
  }

  .container.favorites .products__wrapper .product__preview {
    width: calc((100% - 0.625rem) / 2);
  }

  .catalog .products__wrapper {
    gap: 0.625rem;
  }

  .catalog .products__wrapper .product__preview {
    width: calc((100% - 0.625rem) / 2);
  }

  .search-page .products__wrapper .product__preview,
  .sale-page .products__wrapper .product__preview {
    width: calc((100% - 0.625rem) / 2);
  }
}

.section-text-desc {
  margin-top: 110px;
}

.section-text-desc h2 {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.2;
}

.section-text-desc h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
}

.section-text-desc li {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}

.catalog__content .section-text-desc p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}
.catalog-tabs {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.catalog-tabs {
  .catalog-tab {
    padding: 8px 20px;
    background: #eef6ee;
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #222222;
  }
}
.catalog-tabs {
  & .catalog-tab {
    &.active {
      border: 1px solid #52a957;
    }
  }
}

/* End */


/* Start:/local/templates/utwood__main/components/bitrix/catalog.item/bootstrap_v4/style.css?17479977744719*/
/* Base Styles */
.product__preview {
	box-shadow: 0 0.25rem 0.5rem 0 #0000000f;
	border-radius: 0.62rem;
	box-sizing: border-box;
	width: calc((100% - 6rem) / 4);
	height: auto;
	position: relative;
	padding: 1.25rem 1.25rem 1.69rem 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	justify-content: space-between;
}

.product__preview .product__preview__fav-btn {
	position: absolute;
	cursor: pointer;
	right: 0.62rem;
	top: 0.62rem;
}

.product__preview .product__preview-image {
	width: 15.88rem;
	height: 11rem;
	object-fit: contain;
	margin: 0 auto;
}

.product__preview .product__preview__title {
	font-size: 1rem;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	gap: 0.62rem;
	flex-grow: 1;
}

.product__preview .product__preview__stock {
	font-size: 0.75rem;
	display: flex;
	align-items: center;
	font-weight: 400;
}

.product__preview .product__preview__stock::before {
	content: '';
	border-radius: 50%;
	background-color: #52a957;
	margin-right: 0.38rem;
	width: 0.4rem;
	height: 0.4rem;
}

.product__preview .product__preview__stock.notAvailable::before {
	background-color: #e40000;
}

.product__preview .product__preview__prices {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 0.94rem;
}

.product__preview .product__preview__prices .product__preview__prices-actual {
	font-weight: 600;
	font-size: 1.12rem;
}

.product__preview .product__preview__prices .product__preview__prices-old {
	font-size: 0.75rem;
	font-weight: 500;
	color: #999999;
	text-decoration-line: line-through;
}

.product__preview .product__preview__actions {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1.25rem;
}

.product__preview .product__preview__actions .product__preview__actions-button {
	width: 7.62rem;
	height: 2.5rem;
}

.product__preview .product__preview__actions .product__preview__actions-counter {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.625rem;
	font-weight: 500;
}

.countOfCounter {
	border: none;
	outline: none;
	text-align: center;
	width: 3.125rem;
	font-size: 1rem;
}

.countOfCounter::-webkit-outer-spin-button,
.countOfCounter::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.countOfCounter {
	-moz-appearance: textfield;
}

.countOfCounter:hover {
	cursor: pointer;
}

.product__preview__fav-btn.active {
	fill: #52a957;
}

.decreaseCounter,
.increaseCounter {
	width: 1.375rem;
	height: 1.375rem;
	cursor: pointer;
}

.product__preview-stickers {
	width: calc(100% - 50px);
	position: absolute;
	left: 1.25rem;
	top: 1.25rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.product__preview-sticker {
	padding: 0.25rem 0.5rem;
	overflow: hidden;
	border-radius: 0.62rem;
	-webkit-border-radius: 0.62rem;
	-moz-border-radius: 0.62rem;
	-ms-border-radius: 0.62rem;
	-o-border-radius: 0.62rem;
}

.product__preview__prices-percent {
	padding: 0.25rem 0.5rem;
	/* background-color: red; */
	color: #E40000;
	font-weight: 600;
	font-size: 12px;
	border-radius: 0.3rem;
	border: solid 1px #E40000;
	width: fit-content;
	-webkit-border-radius: 0.3rem;
	-moz-border-radius: 0.3rem;
	-ms-border-radius: 0.3rem;
	-o-border-radius: 0.3rem;
}

/* Media Queries */
@media screen and (max-width: 1200px) {
	.product__preview {
		width: 14.5rem;
		gap: 0.94rem;
		padding: 1rem 1rem 1.25rem 1rem;
	}

	.product__preview .product__preview-image {
		width: 100%;
		height: auto;
		min-height: 1.25rem;
	}

	.product__preview .product__preview__fav-btn {
		top: 0.44rem;
		right: 0.44rem;
	}

	.product__preview .product__preview__prices {
		flex-direction: column-reverse;
		gap: 0;
		align-items: flex-start;
	}

	.product__preview .product__preview__actions>div {
		width: 100%;
	}

	.product__preview .product__preview__actions .product__preview__actions-button {
		width: 100%;
	}

	.product__preview .product__preview__actions .product__preview__actions-counter {
		display: none;
	}

	.countOfCounter {
		width: 2.2rem;
	}

	.product__preview-stickers {
		left: 0.62rem;
		top: 0.62rem;
	}
}

@media screen and (max-width: 767px) {
	.product__preview {
		width: 10rem;
		padding: 0.62rem;
		gap: 0.62rem;
	}

	.product__preview .product__preview__fav-btn {
		right: 0.25rem;
		top: 0.25rem;
	}

	.product__preview .product__preview__title {
		font-size: 0.88rem;
	}

	.product__preview .product__preview__stock {
		font-size: 0.62rem;
	}

	.product__preview .product__preview__prices .product__preview__prices-actual {
		font-size: 0.88rem;
	}

	.product__preview .product__preview__prices .product__preview__prices-old {
		font-size: 0.62rem;
	}

	.product__preview .product__preview__actions .product__preview__actions-button {
		font-size: 0.75rem;
	}
}
/* End */
/* /local/templates/utwood__main/components/bitrix/search.page/ut_search/style.css?17399473581505 */
/* /local/templates/utwood__main/components/bitrix/catalog.section/bootstrap_v4/style.css?17476465052755 */
/* /local/templates/utwood__main/components/bitrix/catalog.item/bootstrap_v4/style.css?17479977744719 */
