

/* Start:/local/components/redsoft/catalog.section/templates/.default/style.css?174997900511490*/
.n-catalog-products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 28px;
	row-gap: 30px;
}
.category-tags_bottom {
	border-bottom: none !important;
}
.swiper-wrapper, .swiper-button-next, .swiper-button-prev, .swiper-container, .product__sticker1{
	display: none1 !important;
}
.n-catalog-products.empty_catalog {
	grid-template-columns: none;
}
@media screen and (max-width: 1023px) {
	.n-catalog-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 14px;
		row-gap: 20px;
	}
}
.n-catalog-item {
	box-shadow: 0 16px 32px -4px rgba(16, 24, 40, 0.05);
	border-radius: 8px;
	background-color: #FFFFFF;
		padding-bottom: 185px;
	position: relative;
}

.n-catalog-item__price_round {
    font-size: 12px;
    margin-top: 10px;
    font-weight: 400;
	color: #5f5f5f;
}

.n-catalog-item__photo {
	height: 184px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 8px 8px 0 0;
	display: block;
}

@media screen and (max-width: 600px) {
	.n-catalog-item__photo {
		height: 141px;
	}
}

.n-catalog-item__title-wrap {
	height: 120px;
	overflow: hidden;
}

@media screen and (max-width: 600px) {
	.n-catalog-item__title-wrap {
		height: 95px;
	}
}

.n-catalog-item__title {
	padding-top: 24px;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 18px;
	color: #231F20;
	line-height: 24px;
	font-weight: 600;
	display: block;
}

@media screen and (max-width: 600px) {
	.n-catalog-item__title {
		padding-top: 14px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 13px;
		line-height: 16px;
	}
}

.n-catalog-item__wrap {
	padding-left: 18px;
	padding-right: 18px;
}

@media screen and (max-width: 600px) {
	.n-catalog-item__wrap {
		padding-left: 13px;
		padding-right: 13px;
	}
}

.n-catalog-item__available,
.n-catalog-item__not_available {
	padding-left: 9px;
	margin-top: 13px;
	color: #00B6BD;
	font-weight: 600;
	font-size: 14px;
	position: relative;
}
.n-catalog-item__not_available {
	color: #8e918e;
}
.n-catalog-item__not_available:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #8e918e;
}
@media screen and (max-width: 600px) {

	.n-catalog-item__available,
	.n-catalog-item__not_available {
		font-size: 12px;
	}
}

.n-catalog-item__available::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #00B6BD;
}

@media screen and (max-width: 600px) {
	.n-catalog-item__available::before {
		top: 4px;
	}
}

.n-catalog-item__desc {
	font-size: 14px;
	line-height: 19px;
	color: #231F20;
	margin-top: 12px;
	height: 78px;
	overflow: hidden;
}

@media screen and (max-width: 600px) {
	.n-catalog-item__desc {
		font-size: 12px;
		line-height: 13px;
	}
}

.n-catalog-item__specs {
	color: #8E918E;
	font-size: 14px;
	line-height: 19px;
	margin-top: 12px;
	min-height: 90px;
	padding-bottom: 5px;
	overflow: hidden;
}

@media screen and (max-width: 600px) {
	.n-catalog-item__specs {
		font-size: 12px;
		line-height: 13px;
		min-height: 45px;
	}
}

.n-catalog-item__footer {
	padding-left: 18px;
	padding-right: 18px;
	position: absolute;
	bottom: 30px;
	width: 100%;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}

@media screen and (max-width: 600px) {
	.n-catalog-item__footer {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.n-catalog-item__price {
	color: #231F20;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	width: 100%;
}
.n-catalog-item__old_price {
	color: #8e918e;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	width: 100%;
	text-decoration: line-through;
	padding-bottom: 3px;
}
.n-catalog-item__cart {
	text-align: center;
	height: 42px;
	line-height: 42px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	border: 1px solid #00B6BD;
	border-radius: 8px;
	margin-top: 14px;
	display: block;
	transition: 0.3s;
	width: auto;
	flex-grow: 1;
	margin-right: 35px;
	margin-left: 35px;
	background-color: #00B6BD;
	box-shadow: 0 16px 26px rgba(0, 182, 189, 0.2);
	color: #fff;
	cursor: pointer;
	user-select: none;
}

.n-catalog-item__cart:hover {
	background-color: #04c5cc;
	box-shadow: 0 9px 20px 0 rgba(13, 5, 2, 0.18);
	border-color: #04c5cc;
}

@media screen and (max-width: 600px) {
	.n-catalog-item__cart {
		margin-left: 0;
		margin-right: 0;
	}
}

.n-catalog-item__cart.-added {
	width: 174px;
	flex-grow: unset;
	margin-left: 0;
	margin-right: 0;
	background-color: #fff;
	box-shadow: unset;
	color: #00B6BD;
}

@media screen and (max-width: 600px) {
	.n-catalog-item__cart.-added {
		font-size: 10px;
		text-align: left;
		padding-left: 10px;
	}
}

.n-catalog-item__add {
	height: 42px;
	background: #00B6BD;
	border: 1px solid #00B6BD;
	box-shadow: 0 16px 26px rgba(0, 182, 189, 0.2);
	border-radius: 8px;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	line-height: 42px;
	width: 42px;
	color: #fff;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 18px;
	display: none;
	transition: 0.3s;
}
.n-catalog-item__add:hover {
	background-color: #04c5cc;
	box-shadow: 0 9px 20px 0 rgba(13, 5, 2, 0.18);
	border-color: #04c5cc;
}
.n-catalog-item__add.show {
	display: block;
}
.loading {
	color: transparent !important;
	border-color: transparent !important;
	background: url(/local/templates/.default/assets/stylesheets/../images/loader.gif) center center no-repeat !important;
	box-shadow: none !important;
	-o-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
@media screen and (max-width: 600px) {
	.n-catalog-item__add {
		font-size: 10px;
		width: 38px;
		right: 11px;
	}
}
.n-catalog-more {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 214px;
	border: 1px solid #00B6BD;
	border-radius: 8px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	color: #00B6BD;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	transition: 0.3s;
}

@media screen and (max-width: 600px) {
	.n-catalog-more {
		margin-top: 30px;
	}
}

.n-catalog-more:hover {
	background-color: #00B6BD;
	box-shadow: 0 16px 26px rgba(0, 182, 189, 0.2);
	color: #fff;
}
.n-catalog-pagination {
	display: flex;
	justify-content: flex-end;
	margin-top: 24px;
}

@media screen and (max-width: 600px) {
	.n-catalog-pagination {
		justify-content: center;
		margin-top: 30px;
		border-top: 1px solid #EEEEEE;
		padding-top: 30px;
	}
}

.n-catalog-pagination a,
.n-catalog-pagination span {
	display: block;
	height: 34px;
	width: 28px;
	text-align: center;
	border-top: 1px solid #E8E6E6;
	border-bottom: 1px solid #E8E6E6;
	border-right: 1px solid #E8E6E6;
	line-height: 34px;
	font-size: 15px;
	letter-spacing: 0.375px;
	color: #231F20;
	transition: 0.3s;
}

.n-catalog-pagination a:first-child,
.n-catalog-pagination span:first-child {
	border-left: 1px solid #E8E6E6;
	border-radius: 8px 0 0 8px;
}

.n-catalog-pagination a:last-child,
.n-catalog-pagination span:last-child {
	border-radius: 0 8px 8px 0;
}

.n-catalog-pagination span {
	cursor: default;
}

.n-catalog-pagination span.-active {
	color: #FFFFFF;
	background-color: #8E918E;
}

.n-catalog-pagination a:hover {
	color: #FFFFFF;
	background-color: #8E918E;
}
.n-catalog-section-desc {
	margin-top: 40px;
	padding: 20px 50px 50px;
	line-height: 18px;
	background-color: #F5F4EF;
	border-radius: 8px;
	color: #231F20;
	font-size: 15px;
	margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
	.n-catalog-section-desc {
		padding: 1px 20px 30px;
		font-size: 12px;
		line-height: 18px;
	}
}

.n-catalog-section-desc p,
.n-catalog-section-desc ul,
.n-catalog-section-desc ol {
	margin-top: 20px;
}

@media screen and (max-width: 600px) {

	.n-catalog-section-desc p,
	.n-catalog-section-desc ul,
	.n-catalog-section-desc ol {
		margin-top: 10px;
	}
}

.n-catalog-section-desc ul,
.n-catalog-section-desc ol {
	margin-left: 17px;
}

.n-catalog-section-desc ol {
	list-style: decimal;
}

.n-catalog-section-desc ol li::marker {
	color: #00B6BD;
	font-weight: 600;
}

.n-catalog-section-desc ul {
	list-style: disc;
}

.n-catalog-section-desc ul li::marker {
	color: #231F20;
	font-size: 11px;
}

.n-catalog-section-desc b {
	font-weight: 600;
}

.n-catalog-section-desc ul ul,
.n-catalog-section-desc ol ol,
.n-catalog-section-desc ol ul,
.n-catalog-section-desc ul ol {
	margin-top: 10px;
}

.n-catalog-section-desc a {
	color: #00B9BF;
}

.n-catalog-section-desc a:hover {
	text-decoration: underline;
}
.n-catalog-item__quantity {
	font-size: 13px;
	line-height: 22px;
	color: #8e918e;
	text-transform: uppercase;
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 14px;
}
@media screen and (max-width: 900px) {
	.category-tags_bottom a {
		margin-right: 20px;
	}
    .category-tags {
        overflow-x: hidden;
    }
	.category-tags::-webkit-scrollbar {
		display: none;
	}
}
.product__sticker {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #00B6BD;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	color: #FFF;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	min-width: 40%;
	z-index: 100;
}

:root {
	--swiper-navigation-size: 18px
}

.swiper-list-wrapper {
	position: relative;
	height: auto;
	overflow: hidden;
}

.category-tags {
	width: calc(100% - 50px);
	margin-left: auto;
	margin-right: auto;
	overflow-x: initial;
}

.mySwiper .swiper-wrapper {
	align-items: center;
}

.mySwiper {
	width: 100%;
}
.product_missing {
    border: 1px solid #D4D5D4;
    background-color: #D4D5D4;
    box-shadow: 0 16px 26px rgba(212, 213, 212, 0.2);
}

:root {
    --swiper-navigation-size: 18px
}
.swiper-list-wrapper {
    position: relative;
    height: auto;
    overflow: hidden;
}
.category-tags {
    width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
    overflow-x: initial;
}
.mySwiper .swiper-wrapper {
    align-items: center;
}
.mySwiper {
    width: 100%;
}

.photo-slider .swiper-pagination {
    width: auto!important;
    height: 36px;
    bottom: 0!important;
    border-radius: 8px 8px 0 0;
    background: rgba(255, 255, 255, 0.11);
    display: flex;
    align-items: center;
    padding-left: 35px;
    padding-right: 35px;
    left: 50%!important;
    transform: translateX(-50%);
}
.photo-slider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 5px;
    background: #231F20;
    opacity: 0.2;
    transition: 0.2s;
}
.photo-slider .swiper-pagination-bullet-active {
    opacity: 0.5;
}
.photo-slider .pagination-prev, .photo-slider .pagination-next {
    width: 9px;
    height: 18px;
    background-image: url("/local/components/redsoft/catalog.section/templates/.default/img/arrow_pagination.svg");
    background-size: contain;
    opacity: 0.5;
    position: absolute;
    cursor: pointer;
    transition: 0.2s;
}
.photo-slider .pagination-prev:hover, .photo-slider .pagination-next:hover {
    opacity: 1;
}
.photo-slider .pagination-prev {
    left: 10px;
    transform: rotate(180deg);
}
.photo-slider .pagination-next {
    right: 10px;
}
a.n-catalog-item__cart.product_missing {
    background-color: #d4d5d4;
    border: 1px solid #d4d5d4;
    box-shadow: 0 16px 26px rgb(212 213 212 / 0%);
}


/* End */
/* /local/components/redsoft/catalog.section/templates/.default/style.css?174997900511490 */
