/* SECTIONS */
.catalog__item {
	display: flex;
	background: #F5F5F5;
	position: relative;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	text-decoration: none!important;
	min-height: 145px;
}

.catalog__item-secondary {
	font-weight: bold;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 1.74284px;
	text-transform: uppercase;
	color: #B5BFC6;
	display: block;
	padding-right: 27px;
}

.catalog__item-info {
	text-align: right;
}

.category__item-top-left {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #646464;
	display: flex;
	align-items: center;
	position: absolute;
	top: 20px;
	right: 35px;
	z-index: 1;
}

.catalog__item-name {
	font-size: 20px;
	line-height: 22px;
	text-align: right;
	letter-spacing: 0.43571px;
	color: #404546;
	display: block;
	padding-right: 27px;
	margin-bottom: 16px;
}

.catalog__item-link {
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #636C6E;
	display: inline-flex;
	border-bottom: 1px solid #FFC93F;
	padding-right: 54px;
	padding-bottom: 5px;
	position: relative;
}

.catalog__item-link span {
	width: 16px;
	height: 8px;
	background: url(/local/templates/bani/img/arrowLong.svg) right bottom;
	display: block;
	margin-left: 10px;
	position: absolute;
	left: 60px;
	top: 3px;
	transition: 0.3s all;
}

.catalog__item:hover .catalog__item-link span {
	width: 33px;
}

.catalog__item:before {
	content: "";
	display: block;
	width: 15px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 0;
}

.catalog__item-thumb {
	position: relative;
}

.catalog__item-thumb img {
	max-height: 144px;
}

.catalog__item-link img {
	margin-left: 4px;
}

.catalog__item-from {
	display: flex;
	align-items: center;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #404546;
	margin: 9px 0;
}


.catalog__item-text {
	font-weight: 300;
	font-size: 18px;
	line-height: 29px;
	letter-spacing: 0.08em;
	color: #404546;
	margin-bottom: 47px;
}

.catalog__item-top-title {
	position: relative;
	font-size: 30px;
	line-height: 42px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #404546;
}

.catalog__item-top-title:before {
	content: "";
	display: block;
	width: 56px;
	height: 56px;
	background: #FFC93F;
	border-radius: 30px;
	position: absolute;
	z-index: -1;
	top: 48%;
	left: -29px;
	transform: translateY(-50%);
}

.category__item {
	min-height: 403px;
	border: 2px solid #E8E8E8;
	border-radius: 14px;
	padding: 15px 36px 20px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-content: flex-start;
	margin-bottom: 30px;
}

.category__item-label {
	border-radius: 0 0 15px 0;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	z-index: 4;
	padding: 6px;
	margin-bottom: 4px;
}

.category__item-label--hit {
	background: #FD550E;
	color: #FFFFFF;
}

.category__item-labels {
	position: absolute;
	left: -2px;
	top: 13px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.category__item-label--size {
	background: #FFC93F;
	color: #404546;
	padding: 6px 14px;
}

.category__item-video {
	display: flex;
	font-size: 14px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #646464;
	align-items: center;
	position: absolute;
	right: 32px;
	top: 16px;
	z-index: 2;
	transition: 0.3s all;
}

.category__item-counter + .category__item-video {
	right: 70px;
}

.category__item-title {
	font-size: 22px;
	line-height: 31px;
	letter-spacing: 0.08em;
	/* text-transform: uppercase; */
	color: #404546;
	width: 100%;
	margin-bottom: 20px;
	min-height: 62px;
}

.category__item-from {
	display: flex;
	font-size: 17px;
	letter-spacing: 0.08em;
	align-items: flex-end;
	line-height: 1;
	margin: 0 0 3px;
}

.category__item-price {
	font-size: 25px;
}

.category__item-credit {
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.08em;
	color: #4F4F4F;
	text-align: center;
	margin-bottom: 13px;
}

.category__item-credit span {
	color: #FFC93F;
	FONT-WEIGHT: 400;
}

.category__item-price-old {
	text-decoration-line: line-through;
	color: #767F81;
}

.category__item-profit {
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.08em;
	color: #4F4F4F;
	margin-top: 8px;
}

.category__item-profit span {
	color: #FFC93F;
	FONT-WEIGHT: 400;
}

.category__item-more {
	display: flex;
	justify-content: center;
}

.catalog__item-from img {
	margin-right: 14px;
}

.catalog__item-tops {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 48px;
}
.catalog__itemt-top-divider {
	border: 1px solid #E2E2E2;
	flex: 1;
	margin: 0 5%;
}

.category__item-slider {
	text-align: center;
	height: 245px;
	margin: 34px -5px 12px;
}

.category__item-video img {
	margin-right: 12px;
}

.category__item-counter {
	margin-right: 30px;
}

.category__item-counter > span {
	color: #09af00;
}

.category__item-counter svg {
	margin-right: 5px;
}

.category__item-info {
	flex: 1;
	/* white-space: nowrap; */
}

.catalog__item-slider {
	padding-bottom: 30px!important;
	margin-bottom: 58px;
}

.category__item-prev {
	position: absolute;
	z-index: 1;
	top: 43%;
	width: 35px;
	height: 33px;
	left: 0;
	display: flex;
}

.category__item-next {
	position: absolute;
	z-index: 1;
	top: 43%;
	right: 0;
	transform: rotate(180deg);
	width: 35px;
	height: 33px;
}


.catalog__item-dots .swiper-pagination-bullet {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
	margin: 0 8px!important;
}

.catalog_section {
	margin-bottom: 44px;
}

.catalog_section-text {
	font-weight: 300;
	font-size: 18px;
	line-height: 29px;
	letter-spacing: 0.08em;
	color: #404546;
}

.catalog_section-text {
	margin-bottom: 50px;
}


.catalog_sections {
	margin-bottom: 40px;
}


@media (max-width: 1200px) {
	.category__item-more .btn {
		max-width: 200px;
	}
}

@media (max-width: 767px) {
	.catalog__itemt-top-divider {
		display: none;
	}

	.catalog__item-top-all {
		display: none!important;
	}

	.catalog__item:before {
		display: none;
	}

	.catalog__item {
		margin: 0 -15px 7px;
		padding: 0 15px;
	}

	.catalog__item-secondary {
		padding-right: 0;
	}

	.catalog__item-name {
		padding-right: 0;
	}
	.catalog__item-link {
		padding-right: 30px;
	}


	.catalog__item-from {
		font-size: 16px;
		margin: 2px 0 26px;
	}

	.catalog__item-text {
		font-size: 14px;
		line-height: 23px;
		margin-bottom: 36px;
	}

	.catalog__item-top-title {
		font-size: 24px;
		line-height: 33px;
	}

	.catalog__item-tops {
		margin-bottom: 17px;
	}

	.catalog__item-slider {
		margin: 0 -15px 10px!important;
		padding: 22px 15px!important;
	}

	.category__item {
		min-height: inherit;
		border: none;
		box-shadow: 0 4px 19px rgba(0, 0, 0, 0.25);
		padding: 50px 15px 15px;
		margin: 0 -15px 15px;
	}

	.category__item-label {
		left: 15px;
		font-size: 10px;
	}

	.category__item-label--size {
		padding: 6px;
	}

	.category__item-video img {
		/* width: 17px; */
		/* margin-right: 4px; */
	}

	.category__item-slider {
		height: inherit;
		margin: 4px 0 12px;
	}

	.category__item-title {
		font-size: 18px;
		line-height: 25px;
		text-align: center;
		margin-bottom: 7px;
		min-height: initial;
	}

	.category__item-info {
		justify-content: space-between;
		text-align: center;
		width: 100%;
		flex: none;
		display: flex;
		flex-wrap: wrap;
	}

	.category__item-counter {
		margin-right: 10px;
	}

	.category__item-top-left {
		right: 15px;
	}

	.category__item-info + .category__item-info {
		margin-bottom: 20px;
	}

	.category__item-from {
		justify-content: center;
	}

	.category__item-profit {
		margin: 8px auto;
	}

	.category__item-credit {
		margin-left: auto;
		margin-right: auto;
	}

	.category__item-more .btn {
		width: 185px;
		height: 45px;
		margin: 0 auto;
	}

	.category__item-more {
		width: 100%;
		text-align: center;
	}

	.h3_small {
		font-size: 16px;
	}

	.h3 + .h3_small {
		margin: 0 0 25px;
	}

	.catalog_section-text {
		font-size: 15px;
		line-height: 24px;
	}

	.catalog__item-top-after {
		display: flex;
		justify-content: center;
		margin-bottom:55px
	}

}

/* END SECTIONS */

/* SECTION */

.filter-item {
	border: 1.47px solid #E8E8E8;
	border-radius: 0 0 19.5px 0;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #404546;
	padding: 9px 18px 5px;
	display: block;
	transition: 0.3s all;
}

.filter-item.active,.filter-item:hover {
	background: #FFC93F;
	color: #404546;
	text-decoration: none;
	border-color: #FFC93F;
}

.filter_slider .swiper-slide {
	width: initial;
	margin-right: 15px;}

.filter_slider-prev,.filter_slider-next {
	width: 53px;
	height: 53px;
	position: absolute;
	z-index: 1;
}

.filter_slider {
	margin: 0 36px 29px!important;
}

.swiper-button-lock {
	display: none!important;
}

.swiper-button-lock + .filter_slider {
	margin-left: 0!important;
	margin-right: 0!important;
}

.filter_slider-prev {
	left: -12px;
	top: -9px;
}

.filter_slider-next {
	right: -12px;
	top: -9px;
}

.count-title {
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #767F81;
}

.count-value {
	color: #404546;
}

@media (max-width: 767px) {
	.count-title {
		font-size: 12px;
		line-height: 17px;
		text-align: center;
		margin-bottom: 19px;
	}
}

.sorting {
	display: flex;
	align-items: center;
	margin-bottom: 31px;
}

.sorting-item {
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.14));
	border-radius: 6px;
	padding: 2px 22px;
	font-size: 16px;
	color: #767F81;
	margin-right: 17px;
	transition: 0.3s all;
}

.sorting-title {
	font-size: 18px;
	color: #ACACAC;
	margin-right: 23px;
}

.sorting-item.active,.sorting-item:hover {
	background: #FFC93F;
	color: #404546;
	text-decoration: none;
	border-color: #FFC93F;
}


.category__item-action {
	/* background: #FFFCEA url(/local/templates/bani/img/bg_action.png) center center no-repeat; */
	margin: 70px 0 80px;
	background-color: #FFFCEA;
	background-position: center;
	background-repeat: no-repeat;
}

.category__item-action .col-12 {
	display: flex;
	min-height: 130px;
	align-items: center;
}

.category__item-action-title {
	font-size: 36px;
	line-height: 50px;
	letter-spacing: 0.08em;
	color: #404546;
	margin-right: 75px;
}

.category__item-action-text {
	font-weight: 300;
	font-size: 22px;
	line-height: 31px;
	letter-spacing: 0.08em;
	color: #000000;
}

.category__item-action-btn {
	width: 215px;
	height: 53px;
	background: #00BC13;
	border-radius: 7px;
	font-size: 15px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #FDFDFD;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s all;
}

.category__item-action-btn:hover {
	background: #019f11;
	color: #fff;
	text-decoration: none;
}


.catalog__item-related-text {
	font-size: 28px;
	line-height: 39px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #404546;
}

.catalog__itemt-related-divider {
	border-top: 1px solid #E2E2E2;
	width: 100%;
	margin-left: 5%;
}

.catalog__item-related {
	display: flex;
	align-items: center;
	margin: 30px 0 50px;
}

@media (max-width: 767px) {

	.filter-item {
		font-size: 14px;
		padding: 5px 14px 3px;
	}

	.filter_slider {
		margin: 0 30px 17px!important;
		/* width: 100vw; */
	}

	.category__item-action {
		margin: 8px 0 38px;
		background: #FFFCE9 url(/local/templates/bani/img/bg_action-m.jpg) left center no-repeat!important;
		text-align: center;
		height: 260px;
		display: flex;
		align-items: center;
		padding-left: 20px;
	}

	.category__item-action .col-12 {
		min-height: inherit;
	}

	.category__item-action-title {
		margin: 0 auto 8px;
		font-size: 30px;
	}

	.category__item-action-text {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 27px;
	}

	.category__item-action-btn {
		width: 183px;
		height: 45px;
		margin: 0 auto;
	}

	.catalog__item-related-text {
		font-size: 24px;
		line-height: 32px;
	}

	.catalog__itemt-related-divider {
		display: none;
	}

	.catalog__item-related {
		margin-bottom: 30px;
	}
}

/* END SECTION */

/* DETAIL */
.detail__nav {
	display: flex;
	justify-content: space-between;
	margin-bottom: 37px;
	width: 100%;
}

.catalog_detail {
	margin-bottom: 25px;
}

.detail__nav-prev,.detail__nav-next {
	display: flex;
	align-items: center;
	text-decoration: none!important;
}

.detail__nav-img img {
	border-radius: 50px;
}

.detail__nav-img {
	width: 70px;
	height: 69px;
	display: flex;
	align-items: center;
	border: 1px solid #DADADA;
	justify-content: center;
	border-radius: 50px;
	flex: none;
}

.detail__nav-text {
	font-size: 18px;
	line-height: 22px;
	color: #AEAEAE;
	margin: 0 16px;
	transition: 0.3s all;
}

.detail__nav-prev:hover .detail__nav-text,
.detail__nav-next:hover .detail__nav-text {
	color: #ffc93f;
}

.detail__nav-title {
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.08em;
	/* text-transform: uppercase; */
	color: #404546;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 182px;
}

.detail__nav-next {
	flex-direction: row-reverse;
	margin-left: auto;
}

.detail__cost {
	display: flex;
	border-bottom: 1px solid #E2E2E2;
	align-items: center;
	margin-bottom: 34px;
	padding-bottom: 8px;
	flex-wrap: wrap;
}

.detail__cost-info {
	padding: 6px 0 9px;
	color: #646464;
}

.detail__cost-price {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.08em;
	color: #404546;
	white-space: nowrap;
}

.detail__cost-price span {
	font-weight: 600;
	font-size: 28px;
	line-height: 39px;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #FD550E;
}

.detail__cost-link {
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.08em;
	text-decoration-line: underline;
	color: #646464;
	margin-left: 30px;
	transition: 0.3s all;
}

.detail__action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 35px;
}

.detail__prems {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 20px;
	justify-content: space-between;
	align-items: flex-start;
}

.detail__prems-item {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.08em;
	color: #4F4F4F;
	/* flex: auto; */
	/* width: 50%; */
}

.detail__prems-item span {
	display: block;
	color: #ffc93f;
}

.card_soc-link__wrapper {
	display: flex;
	margin-top: 10px;
	width: 100%;
	justify-content: center;
    gap: 20px;
}
.card_soc-link {
	display: flex;
    align-items: center;
	gap: 10px;
    /* width: 50%; */
	transition: 0.3s all;
	font-size: 16px;
	line-height: 18px;
	text-decoration-line: underline;
	color: #646464;
	/* border: 1px solid #dbdbdb; */
	/* border-radius: 7px; */
}
.card_soc-link svg {
	transition: 0.3s;
}
.card_soc-link:hover svg {
	fill: #3b4041 !important;
}
.card_soc-link.whatsapp svg {
	fill: #00df72;
	transition: 0.3s all;
}
.card_soc-link.tg svg {
	fill: #2BA2D5;
	transition: 0.3s all;
}

@media (min-width:  767px) {
	.detail__action-btn.btn {
		flex: auto !important;
		width: 50% !important;
		margin-right: 10px !important;
	}
	.detail__action-border.btn-border {
		width: 40% !important;
		margin-right: 10px !important;
	}
	.card_soc-link__wrapper {
		margin-top: 0;
	}
	.detail__prems {
		margin-bottom: 20px;
	}
	.detail__prems-item {
		/* width: 50%; */
		font-size: 16px;
		/* margin-bottom: 10px; */
	}
}

@media (min-width:  992px) {
	.detail__action-btn.btn {
		width: 100% !important;
		margin-right: 0 !important;
	}
	.detail__action-border.btn-border {
		width: 100% !important;
		margin-right: 0 !important;
		margin-top: 10px !important;
	}
	.card_soc-link__wrapper {
		margin-top: 10px;
	}
	.detail__action {
		flex-wrap: wrap;
	}
}

.detail__info-item {
	display: flex;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.08em;
	color: #767F81;
	margin-bottom: 4px;
	align-content: flex-start;
}

.detail__info-name {
	width: 50%;
	display: flex;
	flex: none;
}

.detail__info-name span {
	flex: 1;
	border-bottom: 1px solid #E2E2E2;
	display: block;
	margin: 0   5px;
	height: 15px;
}

.detail__price {
	font-size: 19px;
}
ul.price-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.price-list li {
	color: #767F81;
	display: flex;
    justify-content: space-between;
	align-items: flex-end;
	margin: 0px 0px 2px 0px;
}
ul.price-list li span.delimiter {
    flex: 1 0;
    border-bottom: 2px dotted #c7c7c7;
    margin: 0 5px 9px;
}
ul.price-list li span.price-list__value {
	color: #404546;
	text-align: right;
}
ul.price-list li span.price-list__value-red {
	font-weight: 600;
    /* font-size: 28px; */
    /* text-transform: uppercase; */
    color: #fd550e;
}
ul.price-list li span.price-list__value-through {
	text-decoration: line-through;
}

@media (min-width: 420px) {
    .detail__price {
		font-size: 22px;
	}
	ul.price-list li {
		margin: 0px 0px 6px 0px;
	}
}

@media (min-width: 1200px) {
    .detail__price {
		padding: 35px;
	}
}

/* columns */
.columns-count {
	column-gap: 1rem;
	-moz-column-gap: 1rem;
	-webkit-column-gap: 1rem;
}
.columns-count__two {
	column-count: 1;
	-moz-column-count: 1;
	-webkit-column-count: 1;
}
@media (min-width: 768px) {
	.columns-count__two {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}
}

/* props */
ul.props-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.props-list li {
	color: #767F81;
	display: flex;
    justify-content: space-between;
	align-items: flex-end;
	margin: 0px 0px 2px 0px;
}
ul.props-list li span.delimiter {
    flex: 1 0;
    border-bottom: 1px solid #e2e2e2;
    margin: 0 5px 6px;
	padding-left: 16px;
}
ul.props-list li span.props-list__value {
	/* color: #404546; */
	text-align: right;
}
.props-list__value-red {
	color: #fd550e;
}
.props-list__value-green {
	color: #31a702;
}

/* .detail__price-item { */
	/* display: flex; */
	/* align-content: flex-start; */
	/* font-size: 24px; */
	/* line-height: 21px; */
	/* letter-spacing: 0.08em; */
	/* color: #767F81; */
	/* margin-bottom: 4px; */
/* } */
/* .detail__price-name { */
	/* width: 50%; */
	/* display: flex; */
	/* flex: none; */
/* } */
/* .detail__price-name span { */
	/* flex: 1; */
	/* border-bottom: 1px dotted #E2E2E2; */
	/* display: block; */
	/* margin: 0   5px; */
	/* height: 15px; */
/* } */
/* .detail__price-value { */
/* } */

.detail__img-thumbs {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.detail__img-thumb {
	width: 77px!important;
	height: 77px!important;
	border: 1px solid #DADADA;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 7px;
}

.detail__img-thumb img {
	border-radius: 8px;
}

.detail__img-videos {
	position: relative;
	margin-left: auto;
	display: flex;
	flex-direction: column;
}

.detail__img-videos .category__item-video {
	position: relative;
	top: 0;
	font-size: 14px;
	right: 0;
}

.detail__img-videos .category__item-video + .category__item-video {
	margin-top: 5px;
}

.detail__img-wrapper {
	margin-bottom: 15px;
	position: relative;
}

.detail__img-slider {
	position: relative;
}

.detail__img-prev {
	top: 50%;
	left: 15px;
}

.detail__img-next {
	top: 50%;
	right: 15px;
	transform: rotate(180deg);
}

.detail__info {
	margin-bottom: 30px;
	margin-top: 0;
}

.detail__foto {
	display: flex;
	margin-bottom: 40px;
}

.detail__foto-item {
	margin-right: 15px;
}

.detail__foto-item:nth-child(n + 12) {
	display: none;
}

.detail__foto-item--last {
	margin-right: 0!important;
	position: relative;
	display: block!important;
}

.detail__foto-item--last span {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, #fffc, #fffc);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3B4041;
}

.detail__foto-item img {
	width: 81px;
	height: 81px;
	object-fit: contain;
}

.detail__action-btn.btn {
	flex: 1;
	height: 66px;
	width: initial;
	margin-right: 25px;
}

.komplect-nav-action {
	margin: 7px 0 0 0;
	display: flex;
}

@media (max-width: 992px) {
	.komplect-nav-action {
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.komplect-nav-action {
		display: none;
	}
	.komplect-nav-name.active .komplect-nav-action {
		display: flex;
		position: absolute;
		width: calc(100vw - 30px);
		left: 0;
		justify-content: center;
		top: 72px;
		height: 39px;
		align-items: center;
		flex-direction: row-reverse;
	}
}

.komplect__btn.btn {
	flex: 1;
	height: 38px;
	width: 270px;
	/* width: initial; */
	background: #FD550E;
	border-radius: 8px;
	border: 2px solid #FD550E;
	font-weight: 600;
	font-size: 12px;
	color: #FFFFFF;
}

.detail__action-border.btn-border {
	/* flex: 1; */
	height: 66px;
	width: 100%;
	display: flex;
	padding: 0 10px;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.timer {
	min-height: 334px;
	margin-top: 31px;
	background-image: url('/local/templates/bani/img/bg_timer.jpg');
}

.timer__wrapper {
	width: 330px;
	top: 80px;
	position: relative;
	left: 186px;
}

.timer__title {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #242424;
	margin-bottom: 8px;
}

.timer__text {
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.08em;
	color: #404546;
	margin-bottom: 17px;
}

#timer {
	height: 45px;
	margin-bottom: 17px;
}

.timer__btn {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
	height: 45px!important;
	margin-left: -9px;
	text-transform: inherit!important;
	color: #000!important;
}

.review__slider {
	border: 2px solid #DADADA;
	box-sizing: border-box;
	border-radius: 10px;
	margin: 0 15px;
}

.review__slider-wrapper {
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 70px;
}

.review__slider-info {
	display: flex;
	padding-left: 33px;
	align-items: center;
	margin-bottom: 30px;
}

.review__slider-avatar {
	width: 53px;
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 17px;
	flex: none;
}

.review__slider-avatar img {
	border-radius: 40px;
}

.review__slider-name {
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.08em;
	color: #000000;
	width: 228px;
}

.review__slider-name span {
	font-size: 16px;
	display: block;
	FONT-WEIGHT: 400;
}

.review__slider-gal {
	display: flex;
}

.review__slider-gal img {
	width: 95px;
	border-radius: 10px;
}

.review__slider-gal a {
	display: block;
	margin-right: 11px;
}

.review__slider-text {
	font-weight: 300;
	font-size: 18px;
	line-height: 29px;
	letter-spacing: 0.08em;
	color: #404546;
}

.review__slider-text p:last-child {
	margin-bottom: 0;
}

.review__slider-prev {
	top: 44%;
	transform: translateY(-50%);
	left: -9px;
	width: 47px;
	height: 47px;
}

.review__slider-next {
	top: 44%;
	transform: translateY(-50%);
	right: -9px;
	width: 47px;
	height: 47px;
}
.review__slider-slide {
	padding: 25px 63px 35px;
}

.review__slider-pagination .swiper-pagination-bullet {
	box-shadow: 0 4px 10px rgb(0 0 0 / 25%)!important;
}

@media (max-width:  1200px) {
	.detail__nav-img {
		width: 50px;
		height: 50px;
	}


	.detail__nav-title {
		display: none;
	}


	.detail__nav-next .detail__nav-text {
		text-align: right;
		margin: 0 10px 0 0;
	}

	.detail__nav-text {
		margin: 0 10px;
	}

	.detail__foto-item:nth-child(n + 10) {
		display: none;
	}

}

@media (max-width:  992px) {

	.timer__wrapper {
		top: 50px;
	}

	.detail__foto-item:nth-child(n + 7) {
		display: none;
	}

	.category__item-top-left {right: 20px;}
}

@media (max-width:  767px) {
	.detail__nav-img {
		/* width: 50px; */
		height: 45px;
	}

	.detail__nav-title {
		display: none;
	}

	.detail__nav-text {
		font-size: 14px;
		line-height: 18px;
		margin: 0 0 0 10px;
		color: #000000;
	}

	.detail__nav-next .detail__nav-text {
		text-align: right;
		margin: 0 10px 0 0;
	}

	.detail__img-thumb {
		width: initial!important;
		flex: 1;
		height: auto!important;
		margin-right: 10px;
		max-width: 67px;
	}

	.detail__nav {
		width: 100%;
		padding: 0 15px;
		margin-bottom: 20px;
	}

	.category__item-video {
		right: 5px;
		font-size: 0;
		top: 14px;
	}

	.detail__cost {
		flex-direction: column;
		align-items: flex-start;
		border: none;
		padding-bottom: 0;
		margin-bottom: 26px;
	}

	.detail__cost-link {
		margin: 0;
		font-size: 16px;
	}

	.detail__action {
		flex-wrap: wrap;
		margin-bottom: 29px;
	}

	.detail__action-btn.btn {
		width: 100%;
		flex: inherit;
		height: 51px;
		font-size: 14px;
		margin: 0 0 9px;
	}

	.detail__action-border.btn-border {
		height: 51px;
		font-size: 14px;
	}

	.catalog_detail .banner-item {
		width: 100%;
		padding: 11px 15px 11px 42px;
		margin-bottom: 10px;
	}

	.catalog_detail .detail__foto-item img {
		width: 63px;
		height: 63px;
	}

	.catalog_detail .detail__foto {
		margin-bottom: 18px;
	}

	.catalog_detail .detail__cost-price {
		margin-bottom: 3px;
	}

	.catalog_detail .detail__info-item {
		font-size: 14px;
	}

	.catalog_detail .detail__info {
		margin-bottom: 26px;
	}

	.catalog_detail .banner-text {
		font-size: 16px;
		line-height: 22px;
	}

	.catalog_detail .banner-icon {
		width: 45px;
		height: 45px;
		margin-right: 16px;
	}


	.detail__img-wrapper {
		margin-bottom: 20px;
	}

	.timer {
		background-position: left -160px top 0;
		margin: 26px -15px 10px;
	}

	.timer__wrapper {
		width: calc(100% - 30px);
		left: 27px;
		top: 44px;
	}

	.detail__foto-item:nth-child(n + 5) {
		display: none;
	}

	.detail__foto-item {
		margin-right: 12px;
	}

	.catalog_detail .detail__foto-item img {
		width: inherit;
		height: inherit;
	}

	.category__item-labels {
		top: 10px;
		left: 23px;
	}

}

/* END DETAIL */
/* SECTIONS */
.catalog__item {
	display: flex;
	background: #F5F5F5;
	position: relative;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	text-decoration: none!important;
	min-height: 145px;
}

.catalog__item-secondary {
	font-weight: bold;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 1.74284px;
	text-transform: uppercase;
	color: #B5BFC6;
	display: block;
	padding-right: 27px;
}

.catalog__item-info {
	text-align: right;
}

.category__item-top-left {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #646464;
	display: flex;
	align-items: center;
	position: absolute;
	top: 20px;
	right: 35px;
	z-index: 1;
}

.catalog__item-name {
	font-size: 20px;
	line-height: 22px;
	text-align: right;
	letter-spacing: 0.43571px;
	color: #404546;
	display: block;
	padding-right: 27px;
	margin-bottom: 16px;
}

.catalog__item-link {
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #636C6E;
	display: inline-flex;
	border-bottom: 1px solid #FFC93F;
	padding-right: 54px;
	padding-bottom: 5px;
	position: relative;
}

.catalog__item-link span {
	width: 16px;
	height: 8px;
	background: url(/local/templates/bani/img/arrowLong.svg) right bottom;
	display: block;
	margin-left: 10px;
	position: absolute;
	left: 60px;
	top: 3px;
	transition: 0.3s all;
}

.catalog__item:hover .catalog__item-link span {
	width: 33px;
}

.catalog__item:before {
	content: "";
	display: block;
	width: 15px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 0;
}

.catalog__item-thumb {
	position: relative;
}

.catalog__item-thumb img {
	max-height: 144px;
}

.catalog__item-link img {
	margin-left: 4px;
}

.catalog__item-from {
	display: flex;
	align-items: center;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #404546;
	margin: 9px 0;
}


.catalog__item-text {
	font-weight: 300;
	font-size: 18px;
	line-height: 29px;
	letter-spacing: 0.08em;
	color: #404546;
	margin-bottom: 47px;
}

.catalog__item-top-title {
	position: relative;
	font-size: 30px;
	line-height: 42px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #404546;
}

.catalog__item-top-title:before {
	content: "";
	display: block;
	width: 56px;
	height: 56px;
	background: #FFC93F;
	border-radius: 30px;
	position: absolute;
	z-index: -1;
	top: 48%;
	left: -29px;
	transform: translateY(-50%);
}

.category__item {
	min-height: 403px;
	border: 2px solid #E8E8E8;
	border-radius: 14px;
	padding: 15px 36px 20px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-content: flex-start;
	margin-bottom: 30px;
}

.category__item-label {
	border-radius: 0 0 15px 0;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	z-index: 4;
	padding: 6px;
	margin-bottom: 4px;
}

.category__item-label--hit {
	background: #FD550E;
	color: #FFFFFF;
}

.category__item-labels {
	position: absolute;
	left: -2px;
	top: 13px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.category__item-label--size {
	background: #FFC93F;
	color: #404546;
	padding: 6px 14px;
}

.category__item-video {
	display: flex;
	font-size: 14px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #646464;
	align-items: center;
	position: absolute;
	right: 32px;
	top: 16px;
	z-index: 2;
	transition: 0.3s all;
}

.category__item-counter + .category__item-video {
	right: 70px;
}

.category__item-title {
	font-size: 22px;
	line-height: 31px;
	letter-spacing: 0.08em;
	/* text-transform: uppercase; */
	color: #404546;
	width: 100%;
	margin-bottom: 20px;
	min-height: 62px;
}

.category__item-from {
	display: flex;
	font-size: 17px;
	letter-spacing: 0.08em;
	align-items: flex-end;
	line-height: 1;
	margin: 0 0 3px;
}

.category__item-price {
	font-size: 25px;
}

.category__item-credit {
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.08em;
	color: #4F4F4F;
	text-align: center;
	margin-bottom: 13px;
}

.category__item-credit span {
	color: #FFC93F;
	FONT-WEIGHT: 400;
}

.category__item-price-old {
	text-decoration-line: line-through;
	color: #767F81;
}

.category__item-profit {
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.08em;
	color: #4F4F4F;
	margin-top: 8px;
}

.category__item-profit span {
	color: #FFC93F;
	FONT-WEIGHT: 400;
}

.category__item-more {
	display: flex;
	justify-content: center;
}

.catalog__item-from img {
	margin-right: 14px;
}

.catalog__item-tops {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 48px;
}
.catalog__itemt-top-divider {
	border: 1px solid #E2E2E2;
	flex: 1;
	margin: 0 5%;
}

.category__item-slider {
	text-align: center;
	height: 245px;
	margin: 34px -5px 12px;
}

.category__item-video img {
	margin-right: 12px;
}

.category__item-counter {
	margin-right: 30px;
}

.category__item-counter > span {
	color: #09af00;
}

.category__item-counter svg {
	margin-right: 5px;
}

.category__item-info {
	flex: 1;
	/* white-space: nowrap; */
}

.catalog__item-slider {
	padding-bottom: 30px!important;
	margin-bottom: 58px;
}

.category__item-prev {
	position: absolute;
	z-index: 1;
	top: 43%;
	width: 35px;
	height: 33px;
	left: 0;
	display: flex;
}

.category__item-next {
	position: absolute;
	z-index: 1;
	top: 43%;
	right: 0;
	transform: rotate(180deg);
	width: 35px;
	height: 33px;
}


.catalog__item-dots .swiper-pagination-bullet {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
	margin: 0 8px!important;
}

.catalog_section {
	margin-bottom: 44px;
}

.catalog_section-text {
	font-weight: 300;
	font-size: 18px;
	line-height: 29px;
	letter-spacing: 0.08em;
	color: #404546;
}

.catalog_section-text {
	margin-bottom: 50px;
}


.catalog_sections {
	margin-bottom: 40px;
}


@media (max-width: 1200px) {
	.category__item-more .btn {
		max-width: 200px;
	}
}

@media (max-width: 767px) {
	.catalog__itemt-top-divider {
		display: none;
	}

	.catalog__item-top-all {
		display: none!important;
	}

	.catalog__item:before {
		display: none;
	}

	.catalog__item {
		margin: 0 -15px 7px;
		padding: 0 15px;
	}

	.catalog__item-secondary {
		padding-right: 0;
	}

	.catalog__item-name {
		padding-right: 0;
	}
	.catalog__item-link {
		padding-right: 30px;
	}


	.catalog__item-from {
		font-size: 16px;
		margin: 2px 0 26px;
	}

	.catalog__item-text {
		font-size: 14px;
		line-height: 23px;
		margin-bottom: 36px;
	}

	.catalog__item-top-title {
		font-size: 24px;
		line-height: 33px;
	}

	.catalog__item-tops {
		margin-bottom: 17px;
	}

	.catalog__item-slider {
		margin: 0 -15px 10px!important;
		padding: 22px 15px!important;
	}

	.category__item {
		min-height: inherit;
		border: none;
		box-shadow: 0 4px 19px rgba(0, 0, 0, 0.25);
		padding: 50px 15px 15px;
		margin: 0 -15px 15px;
	}

	.category__item-label {
		left: 15px;
		font-size: 10px;
	}

	.category__item-label--size {
		padding: 6px;
	}

	.category__item-video img {
		/* width: 17px; */
		/* margin-right: 4px; */
	}

	.category__item-slider {
		height: inherit;
		margin: 4px 0 12px;
	}

	.category__item-title {
		font-size: 18px;
		line-height: 25px;
		text-align: center;
		margin-bottom: 7px;
		min-height: initial;
	}

	.category__item-info {
		justify-content: space-between;
		text-align: center;
		width: 100%;
		flex: none;
		display: flex;
		flex-wrap: wrap;
	}

	.category__item-counter {
		margin-right: 10px;
	}

	.category__item-top-left {
		right: 15px;
	}

	.category__item-info + .category__item-info {
		margin-bottom: 20px;
	}

	.category__item-from {
		justify-content: center;
	}

	.category__item-profit {
		margin: 8px auto;
	}

	.category__item-credit {
		margin-left: auto;
		margin-right: auto;
	}

	.category__item-more .btn {
		width: 185px;
		height: 45px;
		margin: 0 auto;
	}

	.category__item-more {
		width: 100%;
		text-align: center;
	}

	.h3_small {
		font-size: 16px;
	}

	.h3 + .h3_small {
		margin: 0 0 25px;
	}

	.catalog_section-text {
		font-size: 15px;
		line-height: 24px;
	}

	.catalog__item-top-after {
		display: flex;
		justify-content: center;
		margin-bottom:55px
	}

}

/* END SECTIONS */

/* SECTION */

.filter-item {
	border: 1.47px solid #E8E8E8;
	border-radius: 0 0 19.5px 0;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #404546;
	padding: 9px 18px 5px;
	display: block;
	transition: 0.3s all;
}

.filter-item.active,.filter-item:hover {
	background: #FFC93F;
	color: #404546;
	text-decoration: none;
	border-color: #FFC93F;
}

.filter_slider .swiper-slide {
	width: initial;
	margin-right: 15px;}

.filter_slider-prev,.filter_slider-next {
	width: 53px;
	height: 53px;
	position: absolute;
	z-index: 1;
}

.filter_slider {
	margin: 0 36px 29px!important;
}

.swiper-button-lock {
	display: none!important;
}

.swiper-button-lock + .filter_slider {
	margin-left: 0!important;
	margin-right: 0!important;
}

.filter_slider-prev {
	left: -12px;
	top: -9px;
}

.filter_slider-next {
	right: -12px;
	top: -9px;
}

.count-title {
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #767F81;
}

.count-value {
	color: #404546;
}

@media (max-width: 767px) {
	.count-title {
		font-size: 12px;
		line-height: 17px;
		text-align: center;
		margin-bottom: 19px;
	}
}

.sorting {
	display: flex;
	align-items: center;
	margin-bottom: 31px;
}

.sorting-item {
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.14));
	border-radius: 6px;
	padding: 2px 22px;
	font-size: 16px;
	color: #767F81;
	margin-right: 17px;
	transition: 0.3s all;
}

.sorting-title {
	font-size: 18px;
	color: #ACACAC;
	margin-right: 23px;
}

.sorting-item.active,.sorting-item:hover {
	background: #FFC93F;
	color: #404546;
	text-decoration: none;
	border-color: #FFC93F;
}


.category__item-action {
	/* background: #FFFCEA url(/local/templates/bani/img/bg_action.png) center center no-repeat; */
	margin: 70px 0 80px;
	background-color: #FFFCEA;
	background-position: center;
	background-repeat: no-repeat;
}

.category__item-action .col-12 {
	display: flex;
	min-height: 130px;
	align-items: center;
}

.category__item-action-title {
	font-size: 36px;
	line-height: 50px;
	letter-spacing: 0.08em;
	color: #404546;
	margin-right: 75px;
}

.category__item-action-text {
	font-weight: 300;
	font-size: 22px;
	line-height: 31px;
	letter-spacing: 0.08em;
	color: #000000;
}

.category__item-action-btn {
	width: 215px;
	height: 53px;
	background: #00BC13;
	border-radius: 7px;
	font-size: 15px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #FDFDFD;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s all;
}

.category__item-action-btn:hover {
	background: #019f11;
	color: #fff;
	text-decoration: none;
}


.catalog__item-related-text {
	font-size: 28px;
	line-height: 39px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #404546;
}

.catalog__itemt-related-divider {
	border-top: 1px solid #E2E2E2;
	width: 100%;
	margin-left: 5%;
}

.catalog__item-related {
	display: flex;
	align-items: center;
	margin: 30px 0 50px;
}

@media (max-width: 767px) {

	.filter-item {
		font-size: 14px;
		padding: 5px 14px 3px;
	}

	.filter_slider {
		margin: 0 30px 17px!important;
		/* width: 100vw; */
	}

	.category__item-action {
		margin: 8px 0 38px;
		background: #FFFCE9 url(/local/templates/bani/img/bg_action-m.jpg) left center no-repeat!important;
		text-align: center;
		height: 260px;
		display: flex;
		align-items: center;
		padding-left: 20px;
	}

	.category__item-action .col-12 {
		min-height: inherit;
	}

	.category__item-action-title {
		margin: 0 auto 8px;
		font-size: 30px;
	}

	.category__item-action-text {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 27px;
	}

	.category__item-action-btn {
		width: 183px;
		height: 45px;
		margin: 0 auto;
	}

	.catalog__item-related-text {
		font-size: 24px;
		line-height: 32px;
	}

	.catalog__itemt-related-divider {
		display: none;
	}

	.catalog__item-related {
		margin-bottom: 30px;
	}
}

/* END SECTION */

/* DETAIL */
.detail__nav {
	display: flex;
	justify-content: space-between;
	margin-bottom: 37px;
	width: 100%;
}

.catalog_detail {
	margin-bottom: 25px;
}

.detail__nav-prev,.detail__nav-next {
	display: flex;
	align-items: center;
	text-decoration: none!important;
}

.detail__nav-img img {
	border-radius: 50px;
}

.detail__nav-img {
	width: 70px;
	height: 69px;
	display: flex;
	align-items: center;
	border: 1px solid #DADADA;
	justify-content: center;
	border-radius: 50px;
	flex: none;
}

.detail__nav-text {
	font-size: 18px;
	line-height: 22px;
	color: #AEAEAE;
	margin: 0 16px;
	transition: 0.3s all;
}

.detail__nav-prev:hover .detail__nav-text,
.detail__nav-next:hover .detail__nav-text {
	color: #ffc93f;
}

.detail__nav-title {
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.08em;
	/* text-transform: uppercase; */
	color: #404546;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 182px;
}

.detail__nav-next {
	flex-direction: row-reverse;
	margin-left: auto;
}

.detail__cost {
	display: flex;
	border-bottom: 1px solid #E2E2E2;
	align-items: center;
	margin-bottom: 34px;
	padding-bottom: 8px;
	flex-wrap: wrap;
}

.detail__cost-info {
	padding: 6px 0 9px;
	color: #646464;
}

.detail__cost-price {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.08em;
	color: #404546;
	white-space: nowrap;
}

.detail__cost-price span {
	font-weight: 600;
	font-size: 28px;
	line-height: 39px;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #FD550E;
}

.detail__cost-link {
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.08em;
	text-decoration-line: underline;
	color: #646464;
	margin-left: 30px;
	transition: 0.3s all;
}

.detail__action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 35px;
}

.detail__prems {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 20px;
	justify-content: space-between;
	align-items: flex-start;
}

.detail__prems-item {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.08em;
	color: #4F4F4F;
	/* flex: auto; */
	/* width: 50%; */
}

.detail__prems-item span {
	display: block;
	color: #ffc93f;
}

.card_soc-link__wrapper {
	display: flex;
	margin-top: 10px;
	width: 100%;
	justify-content: center;
    gap: 20px;
}
.card_soc-link {
	display: flex;
    align-items: center;
	gap: 10px;
    /* width: 50%; */
	transition: 0.3s all;
	font-size: 16px;
	line-height: 18px;
	text-decoration-line: underline;
	color: #646464;
	/* border: 1px solid #dbdbdb; */
	/* border-radius: 7px; */
}
.card_soc-link svg {
	transition: 0.3s;
}
.card_soc-link:hover svg {
	fill: #3b4041 !important;
}
.card_soc-link.whatsapp svg {
	fill: #00df72;
	transition: 0.3s all;
}
.card_soc-link.tg svg {
	fill: #2BA2D5;
	transition: 0.3s all;
}

@media (min-width:  767px) {
	.detail__action-btn.btn {
		flex: auto !important;
		width: 50% !important;
		margin-right: 10px !important;
	}
	.detail__action-border.btn-border {
		width: 40% !important;
		margin-right: 10px !important;
	}
	.card_soc-link__wrapper {
		margin-top: 0;
	}
	.detail__prems {
		margin-bottom: 20px;
	}
	.detail__prems-item {
		/* width: 50%; */
		font-size: 16px;
		/* margin-bottom: 10px; */
	}
}

@media (min-width:  992px) {
	.detail__action-btn.btn {
		width: 100% !important;
		margin-right: 0 !important;
	}
	.detail__action-border.btn-border {
		width: 100% !important;
		margin-right: 0 !important;
		margin-top: 10px !important;
	}
	.card_soc-link__wrapper {
		margin-top: 10px;
	}
	.detail__action {
		flex-wrap: wrap;
	}
}

.detail__info-item {
	display: flex;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.08em;
	color: #767F81;
	margin-bottom: 4px;
	align-content: flex-start;
}

.detail__info-name {
	width: 50%;
	display: flex;
	flex: none;
}

.detail__info-name span {
	flex: 1;
	border-bottom: 1px solid #E2E2E2;
	display: block;
	margin: 0   5px;
	height: 15px;
}

.detail__price {
	font-size: 19px;
}
ul.price-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.price-list li {
	color: #767F81;
	display: flex;
    justify-content: space-between;
	align-items: flex-end;
	margin: 0px 0px 2px 0px;
}
ul.price-list li span.delimiter {
    flex: 1 0;
    border-bottom: 2px dotted #c7c7c7;
    margin: 0 5px 9px;
}
ul.price-list li span.price-list__value {
	color: #404546;
	text-align: right;
}
ul.price-list li span.price-list__value-red {
	font-weight: 600;
    /* font-size: 28px; */
    /* text-transform: uppercase; */
    color: #fd550e;
}
ul.price-list li span.price-list__value-through {
	text-decoration: line-through;
}

@media (min-width: 420px) {
    .detail__price {
		font-size: 22px;
	}
	ul.price-list li {
		margin: 0px 0px 6px 0px;
	}
}

@media (min-width: 1200px) {
    .detail__price {
		padding: 35px;
	}
}

/* columns */
.columns-count {
	column-gap: 1rem;
	-moz-column-gap: 1rem;
	-webkit-column-gap: 1rem;
}
.columns-count__two {
	column-count: 1;
	-moz-column-count: 1;
	-webkit-column-count: 1;
}
@media (min-width: 768px) {
	.columns-count__two {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}
}

/* props */
ul.props-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.props-list li {
	color: #767F81;
	display: flex;
    justify-content: space-between;
	align-items: flex-end;
	margin: 0px 0px 2px 0px;
}
ul.props-list li span.delimiter {
    flex: 1 0;
    border-bottom: 1px solid #e2e2e2;
    margin: 0 5px 6px;
	padding-left: 16px;
}
ul.props-list li span.props-list__value {
	/* color: #404546; */
	text-align: right;
}
.props-list__value-red {
	color: #fd550e;
}
.props-list__value-green {
	color: #31a702;
}

/* .detail__price-item { */
	/* display: flex; */
	/* align-content: flex-start; */
	/* font-size: 24px; */
	/* line-height: 21px; */
	/* letter-spacing: 0.08em; */
	/* color: #767F81; */
	/* margin-bottom: 4px; */
/* } */
/* .detail__price-name { */
	/* width: 50%; */
	/* display: flex; */
	/* flex: none; */
/* } */
/* .detail__price-name span { */
	/* flex: 1; */
	/* border-bottom: 1px dotted #E2E2E2; */
	/* display: block; */
	/* margin: 0   5px; */
	/* height: 15px; */
/* } */
/* .detail__price-value { */
/* } */

.detail__img-thumbs {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.detail__img-thumb {
	width: 77px!important;
	height: 77px!important;
	border: 1px solid #DADADA;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 7px;
}

.detail__img-thumb img {
	border-radius: 8px;
}

.detail__img-videos {
	position: relative;
	margin-left: auto;
	display: flex;
	flex-direction: column;
}

.detail__img-videos .category__item-video {
	position: relative;
	top: 0;
	font-size: 14px;
	right: 0;
}

.detail__img-videos .category__item-video + .category__item-video {
	margin-top: 5px;
}

.detail__img-wrapper {
	margin-bottom: 15px;
	position: relative;
}

.detail__img-slider {
	position: relative;
}

.detail__img-prev {
	top: 50%;
	left: 15px;
}

.detail__img-next {
	top: 50%;
	right: 15px;
	transform: rotate(180deg);
}

.detail__info {
	margin-bottom: 30px;
	margin-top: 0;
}

.detail__foto {
	display: flex;
	margin-bottom: 40px;
}

.detail__foto-item {
	margin-right: 15px;
}

.detail__foto-item:nth-child(n + 12) {
	display: none;
}

.detail__foto-item--last {
	margin-right: 0!important;
	position: relative;
	display: block!important;
}

.detail__foto-item--last span {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, #fffc, #fffc);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3B4041;
}

.detail__foto-item img {
	width: 81px;
	height: 81px;
	object-fit: contain;
}

.detail__action-btn.btn {
	flex: 1;
	height: 66px;
	width: initial;
	margin-right: 25px;
}

.komplect-nav-action {
	margin: 7px 0 0 0;
	display: flex;
}

@media (max-width: 992px) {
	.komplect-nav-action {
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.komplect-nav-action {
		display: none;
	}
	.komplect-nav-name.active .komplect-nav-action {
		display: flex;
		position: absolute;
		width: calc(100vw - 30px);
		left: 0;
		justify-content: center;
		top: 72px;
		height: 39px;
		align-items: center;
		flex-direction: row-reverse;
	}
}

.komplect__btn.btn {
	flex: 1;
	height: 38px;
	width: 270px;
	/* width: initial; */
	background: #FD550E;
	border-radius: 8px;
	border: 2px solid #FD550E;
	font-weight: 600;
	font-size: 12px;
	color: #FFFFFF;
}

.detail__action-border.btn-border {
	/* flex: 1; */
	height: 66px;
	width: 100%;
	display: flex;
	padding: 0 10px;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.timer {
	min-height: 334px;
	margin-top: 31px;
	background-image: url('/local/templates/bani/img/bg_timer.jpg');
}

.timer__wrapper {
	width: 330px;
	top: 80px;
	position: relative;
	left: 186px;
}

.timer__title {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #242424;
	margin-bottom: 8px;
}

.timer__text {
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.08em;
	color: #404546;
	margin-bottom: 17px;
}

#timer {
	height: 45px;
	margin-bottom: 17px;
}

.timer__btn {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
	height: 45px!important;
	margin-left: -9px;
	text-transform: inherit!important;
	color: #000!important;
}

.review__slider {
	border: 2px solid #DADADA;
	box-sizing: border-box;
	border-radius: 10px;
	margin: 0 15px;
}

.review__slider-wrapper {
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 70px;
}

.review__slider-info {
	display: flex;
	padding-left: 33px;
	align-items: center;
	margin-bottom: 30px;
}

.review__slider-avatar {
	width: 53px;
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 17px;
	flex: none;
}

.review__slider-avatar img {
	border-radius: 40px;
}

.review__slider-name {
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.08em;
	color: #000000;
	width: 228px;
}

.review__slider-name span {
	font-size: 16px;
	display: block;
	FONT-WEIGHT: 400;
}

.review__slider-gal {
	display: flex;
}

.review__slider-gal img {
	width: 95px;
	border-radius: 10px;
}

.review__slider-gal a {
	display: block;
	margin-right: 11px;
}

.review__slider-text {
	font-weight: 300;
	font-size: 18px;
	line-height: 29px;
	letter-spacing: 0.08em;
	color: #404546;
}

.review__slider-text p:last-child {
	margin-bottom: 0;
}

.review__slider-prev {
	top: 44%;
	transform: translateY(-50%);
	left: -9px;
	width: 47px;
	height: 47px;
}

.review__slider-next {
	top: 44%;
	transform: translateY(-50%);
	right: -9px;
	width: 47px;
	height: 47px;
}
.review__slider-slide {
	padding: 25px 63px 35px;
}

.review__slider-pagination .swiper-pagination-bullet {
	box-shadow: 0 4px 10px rgb(0 0 0 / 25%)!important;
}

@media (max-width:  1200px) {
	.detail__nav-img {
		width: 50px;
		height: 50px;
	}


	.detail__nav-title {
		display: none;
	}


	.detail__nav-next .detail__nav-text {
		text-align: right;
		margin: 0 10px 0 0;
	}

	.detail__nav-text {
		margin: 0 10px;
	}

	.detail__foto-item:nth-child(n + 10) {
		display: none;
	}

}

@media (max-width:  992px) {

	.timer__wrapper {
		top: 50px;
	}

	.detail__foto-item:nth-child(n + 7) {
		display: none;
	}

	.category__item-top-left {right: 20px;}
}

@media (max-width:  767px) {
	.detail__nav-img {
		/* width: 50px; */
		height: 45px;
	}

	.detail__nav-title {
		display: none;
	}

	.detail__nav-text {
		font-size: 14px;
		line-height: 18px;
		margin: 0 0 0 10px;
		color: #000000;
	}

	.detail__nav-next .detail__nav-text {
		text-align: right;
		margin: 0 10px 0 0;
	}

	.detail__img-thumb {
		width: initial!important;
		flex: 1;
		height: auto!important;
		margin-right: 10px;
		max-width: 67px;
	}

	.detail__nav {
		width: 100%;
		padding: 0 15px;
		margin-bottom: 20px;
	}

	.category__item-video {
		right: 5px;
		font-size: 0;
		top: 14px;
	}

	.detail__cost {
		flex-direction: column;
		align-items: flex-start;
		border: none;
		padding-bottom: 0;
		margin-bottom: 26px;
	}

	.detail__cost-link {
		margin: 0;
		font-size: 16px;
	}

	.detail__action {
		flex-wrap: wrap;
		margin-bottom: 29px;
	}

	.detail__action-btn.btn {
		width: 100%;
		flex: inherit;
		height: 51px;
		font-size: 14px;
		margin: 0 0 9px;
	}

	.detail__action-border.btn-border {
		height: 51px;
		font-size: 14px;
	}

	.catalog_detail .banner-item {
		width: 100%;
		padding: 11px 15px 11px 42px;
		margin-bottom: 10px;
	}

	.catalog_detail .detail__foto-item img {
		width: 63px;
		height: 63px;
	}

	.catalog_detail .detail__foto {
		margin-bottom: 18px;
	}

	.catalog_detail .detail__cost-price {
		margin-bottom: 3px;
	}

	.catalog_detail .detail__info-item {
		font-size: 14px;
	}

	.catalog_detail .detail__info {
		margin-bottom: 26px;
	}

	.catalog_detail .banner-text {
		font-size: 16px;
		line-height: 22px;
	}

	.catalog_detail .banner-icon {
		width: 45px;
		height: 45px;
		margin-right: 16px;
	}


	.detail__img-wrapper {
		margin-bottom: 20px;
	}

	.timer {
		background-position: left -160px top 0;
		margin: 26px -15px 10px;
	}

	.timer__wrapper {
		width: calc(100% - 30px);
		left: 27px;
		top: 44px;
	}

	.detail__foto-item:nth-child(n + 5) {
		display: none;
	}

	.detail__foto-item {
		margin-right: 12px;
	}

	.catalog_detail .detail__foto-item img {
		width: inherit;
		height: inherit;
	}

	.category__item-labels {
		top: 10px;
		left: 23px;
	}

}

/* END DETAIL */
/* SECTIONS */
.catalog__item {
	display: flex;
	background: #F5F5F5;
	position: relative;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	text-decoration: none!important;
	min-height: 145px;
}

.catalog__item-secondary {
	font-weight: bold;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 1.74284px;
	text-transform: uppercase;
	color: #B5BFC6;
	display: block;
	padding-right: 27px;
}

.catalog__item-info {
	text-align: right;
}

.category__item-top-left {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #646464;
	display: flex;
	align-items: center;
	position: absolute;
	top: 20px;
	right: 35px;
	z-index: 1;
}

.catalog__item-name {
	font-size: 20px;
	line-height: 22px;
	text-align: right;
	letter-spacing: 0.43571px;
	color: #404546;
	display: block;
	padding-right: 27px;
	margin-bottom: 16px;
}

.catalog__item-link {
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #636C6E;
	display: inline-flex;
	border-bottom: 1px solid #FFC93F;
	padding-right: 54px;
	padding-bottom: 5px;
	position: relative;
}

.catalog__item-link span {
	width: 16px;
	height: 8px;
	background: url(/local/templates/bani/img/arrowLong.svg) right bottom;
	display: block;
	margin-left: 10px;
	position: absolute;
	left: 60px;
	top: 3px;
	transition: 0.3s all;
}

.catalog__item:hover .catalog__item-link span {
	width: 33px;
}

.catalog__item:before {
	content: "";
	display: block;
	width: 15px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 0;
}

.catalog__item-thumb {
	position: relative;
}

.catalog__item-thumb img {
	max-height: 144px;
}

.catalog__item-link img {
	margin-left: 4px;
}

.catalog__item-from {
	display: flex;
	align-items: center;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #404546;
	margin: 9px 0;
}


.catalog__item-text {
	font-weight: 300;
	font-size: 18px;
	line-height: 29px;
	letter-spacing: 0.08em;
	color: #404546;
	margin-bottom: 47px;
}

.catalog__item-top-title {
	position: relative;
	font-size: 30px;
	line-height: 42px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #404546;
}

.catalog__item-top-title:before {
	content: "";
	display: block;
	width: 56px;
	height: 56px;
	background: #FFC93F;
	border-radius: 30px;
	position: absolute;
	z-index: -1;
	top: 48%;
	left: -29px;
	transform: translateY(-50%);
}

.category__item {
	min-height: 403px;
	border: 2px solid #E8E8E8;
	border-radius: 14px;
	padding: 15px 36px 20px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-content: flex-start;
	margin-bottom: 30px;
}

.category__item-label {
	border-radius: 0 0 15px 0;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	z-index: 4;
	padding: 6px;
	margin-bottom: 4px;
}

.category__item-label--hit {
	background: #FD550E;
	color: #FFFFFF;
}

.category__item-labels {
	position: absolute;
	left: -2px;
	top: 13px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.category__item-label--size {
	background: #FFC93F;
	color: #404546;
	padding: 6px 14px;
}

.category__item-video {
	display: flex;
	font-size: 14px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #646464;
	align-items: center;
	position: absolute;
	right: 32px;
	top: 16px;
	z-index: 2;
	transition: 0.3s all;
}

.category__item-counter + .category__item-video {
	right: 70px;
}

.category__item-title {
	font-size: 22px;
	line-height: 31px;
	letter-spacing: 0.08em;
	/* text-transform: uppercase; */
	color: #404546;
	width: 100%;
	margin-bottom: 20px;
	min-height: 62px;
}

.category__item-from {
	display: flex;
	font-size: 17px;
	letter-spacing: 0.08em;
	align-items: flex-end;
	line-height: 1;
	margin: 0 0 3px;
}

.category__item-price {
	font-size: 25px;
}

.category__item-credit {
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.08em;
	color: #4F4F4F;
	text-align: center;
	margin-bottom: 13px;
}

.category__item-credit span {
	color: #FFC93F;
	FONT-WEIGHT: 400;
}

.category__item-price-old {
	text-decoration-line: line-through;
	color: #767F81;
}

.category__item-profit {
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.08em;
	color: #4F4F4F;
	margin-top: 8px;
}

.category__item-profit span {
	color: #FFC93F;
	FONT-WEIGHT: 400;
}

.category__item-more {
	display: flex;
	justify-content: center;
}

.catalog__item-from img {
	margin-right: 14px;
}

.catalog__item-tops {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 48px;
}
.catalog__itemt-top-divider {
	border: 1px solid #E2E2E2;
	flex: 1;
	margin: 0 5%;
}

.category__item-slider {
	text-align: center;
	height: 245px;
	margin: 34px -5px 12px;
}

.category__item-video img {
	margin-right: 12px;
}

.category__item-counter {
	margin-right: 30px;
}

.category__item-counter > span {
	color: #09af00;
}

.category__item-counter svg {
	margin-right: 5px;
}

.category__item-info {
	flex: 1;
	/* white-space: nowrap; */
}

.catalog__item-slider {
	padding-bottom: 30px!important;
	margin-bottom: 58px;
}

.category__item-prev {
	position: absolute;
	z-index: 1;
	top: 43%;
	width: 35px;
	height: 33px;
	left: 0;
	display: flex;
}

.category__item-next {
	position: absolute;
	z-index: 1;
	top: 43%;
	right: 0;
	transform: rotate(180deg);
	width: 35px;
	height: 33px;
}


.catalog__item-dots .swiper-pagination-bullet {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
	margin: 0 8px!important;
}

.catalog_section {
	margin-bottom: 44px;
}

.catalog_section-text {
	font-weight: 300;
	font-size: 18px;
	line-height: 29px;
	letter-spacing: 0.08em;
	color: #404546;
}

.catalog_section-text {
	margin-bottom: 50px;
}


.catalog_sections {
	margin-bottom: 40px;
}


@media (max-width: 1200px) {
	.category__item-more .btn {
		max-width: 200px;
	}
}

@media (max-width: 767px) {
	.catalog__itemt-top-divider {
		display: none;
	}

	.catalog__item-top-all {
		display: none!important;
	}

	.catalog__item:before {
		display: none;
	}

	.catalog__item {
		margin: 0 -15px 7px;
		padding: 0 15px;
	}

	.catalog__item-secondary {
		padding-right: 0;
	}

	.catalog__item-name {
		padding-right: 0;
	}
	.catalog__item-link {
		padding-right: 30px;
	}


	.catalog__item-from {
		font-size: 16px;
		margin: 2px 0 26px;
	}

	.catalog__item-text {
		font-size: 14px;
		line-height: 23px;
		margin-bottom: 36px;
	}

	.catalog__item-top-title {
		font-size: 24px;
		line-height: 33px;
	}

	.catalog__item-tops {
		margin-bottom: 17px;
	}

	.catalog__item-slider {
		margin: 0 -15px 10px!important;
		padding: 22px 15px!important;
	}

	.category__item {
		min-height: inherit;
		border: none;
		box-shadow: 0 4px 19px rgba(0, 0, 0, 0.25);
		padding: 50px 15px 15px;
		margin: 0 -15px 15px;
	}

	.category__item-label {
		left: 15px;
		font-size: 10px;
	}

	.category__item-label--size {
		padding: 6px;
	}

	.category__item-video img {
		/* width: 17px; */
		/* margin-right: 4px; */
	}

	.category__item-slider {
		height: inherit;
		margin: 4px 0 12px;
	}

	.category__item-title {
		font-size: 18px;
		line-height: 25px;
		text-align: center;
		margin-bottom: 7px;
		min-height: initial;
	}

	.category__item-info {
		justify-content: space-between;
		text-align: center;
		width: 100%;
		flex: none;
		display: flex;
		flex-wrap: wrap;
	}

	.category__item-counter {
		margin-right: 10px;
	}

	.category__item-top-left {
		right: 15px;
	}

	.category__item-info + .category__item-info {
		margin-bottom: 20px;
	}

	.category__item-from {
		justify-content: center;
	}

	.category__item-profit {
		margin: 8px auto;
	}

	.category__item-credit {
		margin-left: auto;
		margin-right: auto;
	}

	.category__item-more .btn {
		width: 185px;
		height: 45px;
		margin: 0 auto;
	}

	.category__item-more {
		width: 100%;
		text-align: center;
	}

	.h3_small {
		font-size: 16px;
	}

	.h3 + .h3_small {
		margin: 0 0 25px;
	}

	.catalog_section-text {
		font-size: 15px;
		line-height: 24px;
	}

	.catalog__item-top-after {
		display: flex;
		justify-content: center;
		margin-bottom:55px
	}

}

/* END SECTIONS */

/* SECTION */

.filter-item {
	border: 1.47px solid #E8E8E8;
	border-radius: 0 0 19.5px 0;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #404546;
	padding: 9px 18px 5px;
	display: block;
	transition: 0.3s all;
}

.filter-item.active,.filter-item:hover {
	background: #FFC93F;
	color: #404546;
	text-decoration: none;
	border-color: #FFC93F;
}

.filter_slider .swiper-slide {
	width: initial;
	margin-right: 15px;}

.filter_slider-prev,.filter_slider-next {
	width: 53px;
	height: 53px;
	position: absolute;
	z-index: 1;
}

.filter_slider {
	margin: 0 36px 29px!important;
}

.swiper-button-lock {
	display: none!important;
}

.swiper-button-lock + .filter_slider {
	margin-left: 0!important;
	margin-right: 0!important;
}

.filter_slider-prev {
	left: -12px;
	top: -9px;
}

.filter_slider-next {
	right: -12px;
	top: -9px;
}

.count-title {
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #767F81;
}

.count-value {
	color: #404546;
}

@media (max-width: 767px) {
	.count-title {
		font-size: 12px;
		line-height: 17px;
		text-align: center;
		margin-bottom: 19px;
	}
}

.sorting {
	display: flex;
	align-items: center;
	margin-bottom: 31px;
}

.sorting-item {
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.14));
	border-radius: 6px;
	padding: 2px 22px;
	font-size: 16px;
	color: #767F81;
	margin-right: 17px;
	transition: 0.3s all;
}

.sorting-title {
	font-size: 18px;
	color: #ACACAC;
	margin-right: 23px;
}

.sorting-item.active,.sorting-item:hover {
	background: #FFC93F;
	color: #404546;
	text-decoration: none;
	border-color: #FFC93F;
}


.category__item-action {
	/* background: #FFFCEA url(/local/templates/bani/img/bg_action.png) center center no-repeat; */
	margin: 70px 0 80px;
	background-color: #FFFCEA;
	background-position: center;
	background-repeat: no-repeat;
}

.category__item-action .col-12 {
	display: flex;
	min-height: 130px;
	align-items: center;
}

.category__item-action-title {
	font-size: 36px;
	line-height: 50px;
	letter-spacing: 0.08em;
	color: #404546;
	margin-right: 75px;
}

.category__item-action-text {
	font-weight: 300;
	font-size: 22px;
	line-height: 31px;
	letter-spacing: 0.08em;
	color: #000000;
}

.category__item-action-btn {
	width: 215px;
	height: 53px;
	background: #00BC13;
	border-radius: 7px;
	font-size: 15px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #FDFDFD;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s all;
}

.category__item-action-btn:hover {
	background: #019f11;
	color: #fff;
	text-decoration: none;
}


.catalog__item-related-text {
	font-size: 28px;
	line-height: 39px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #404546;
}

.catalog__itemt-related-divider {
	border-top: 1px solid #E2E2E2;
	width: 100%;
	margin-left: 5%;
}

.catalog__item-related {
	display: flex;
	align-items: center;
	margin: 30px 0 50px;
}

@media (max-width: 767px) {

	.filter-item {
		font-size: 14px;
		padding: 5px 14px 3px;
	}

	.filter_slider {
		margin: 0 30px 17px!important;
		/* width: 100vw; */
	}

	.category__item-action {
		margin: 8px 0 38px;
		background: #FFFCE9 url(/local/templates/bani/img/bg_action-m.jpg) left center no-repeat!important;
		text-align: center;
		height: 260px;
		display: flex;
		align-items: center;
		padding-left: 20px;
	}

	.category__item-action .col-12 {
		min-height: inherit;
	}

	.category__item-action-title {
		margin: 0 auto 8px;
		font-size: 30px;
	}

	.category__item-action-text {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 27px;
	}

	.category__item-action-btn {
		width: 183px;
		height: 45px;
		margin: 0 auto;
	}

	.catalog__item-related-text {
		font-size: 24px;
		line-height: 32px;
	}

	.catalog__itemt-related-divider {
		display: none;
	}

	.catalog__item-related {
		margin-bottom: 30px;
	}
}

/* END SECTION */

/* DETAIL */
.detail__nav {
	display: flex;
	justify-content: space-between;
	margin-bottom: 37px;
	width: 100%;
}

.catalog_detail {
	margin-bottom: 25px;
}

.detail__nav-prev,.detail__nav-next {
	display: flex;
	align-items: center;
	text-decoration: none!important;
}

.detail__nav-img img {
	border-radius: 50px;
}

.detail__nav-img {
	width: 70px;
	height: 69px;
	display: flex;
	align-items: center;
	border: 1px solid #DADADA;
	justify-content: center;
	border-radius: 50px;
	flex: none;
}

.detail__nav-text {
	font-size: 18px;
	line-height: 22px;
	color: #AEAEAE;
	margin: 0 16px;
	transition: 0.3s all;
}

.detail__nav-prev:hover .detail__nav-text,
.detail__nav-next:hover .detail__nav-text {
	color: #ffc93f;
}

.detail__nav-title {
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.08em;
	/* text-transform: uppercase; */
	color: #404546;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 182px;
}

.detail__nav-next {
	flex-direction: row-reverse;
	margin-left: auto;
}

.detail__cost {
	display: flex;
	border-bottom: 1px solid #E2E2E2;
	align-items: center;
	margin-bottom: 34px;
	padding-bottom: 8px;
	flex-wrap: wrap;
}

.detail__cost-info {
	padding: 6px 0 9px;
	color: #646464;
}

.detail__cost-price {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.08em;
	color: #404546;
	white-space: nowrap;
}

.detail__cost-price span {
	font-weight: 600;
	font-size: 28px;
	line-height: 39px;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #FD550E;
}

.detail__cost-link {
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.08em;
	text-decoration-line: underline;
	color: #646464;
	margin-left: 30px;
	transition: 0.3s all;
}

.detail__action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 35px;
}

.detail__prems {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 20px;
	justify-content: space-between;
	align-items: flex-start;
}

.detail__prems-item {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.08em;
	color: #4F4F4F;
	/* flex: auto; */
	/* width: 50%; */
}

.detail__prems-item span {
	display: block;
	color: #ffc93f;
}

.card_soc-link__wrapper {
	display: flex;
	margin-top: 10px;
	width: 100%;
	justify-content: center;
    gap: 20px;
}
.card_soc-link {
	display: flex;
    align-items: center;
	gap: 10px;
    /* width: 50%; */
	transition: 0.3s all;
	font-size: 16px;
	line-height: 18px;
	text-decoration-line: underline;
	color: #646464;
	/* border: 1px solid #dbdbdb; */
	/* border-radius: 7px; */
}
.card_soc-link svg {
	transition: 0.3s;
}
.card_soc-link:hover svg {
	fill: #3b4041 !important;
}
.card_soc-link.whatsapp svg {
	fill: #00df72;
	transition: 0.3s all;
}
.card_soc-link.tg svg {
	fill: #2BA2D5;
	transition: 0.3s all;
}

@media (min-width:  767px) {
	.detail__action-btn.btn {
		flex: auto !important;
		width: 50% !important;
		margin-right: 10px !important;
	}
	.detail__action-border.btn-border {
		width: 40% !important;
		margin-right: 10px !important;
	}
	.card_soc-link__wrapper {
		margin-top: 0;
	}
	.detail__prems {
		margin-bottom: 20px;
	}
	.detail__prems-item {
		/* width: 50%; */
		font-size: 16px;
		/* margin-bottom: 10px; */
	}
}

@media (min-width:  992px) {
	.detail__action-btn.btn {
		width: 100% !important;
		margin-right: 0 !important;
	}
	.detail__action-border.btn-border {
		width: 100% !important;
		margin-right: 0 !important;
		margin-top: 10px !important;
	}
	.card_soc-link__wrapper {
		margin-top: 10px;
	}
	.detail__action {
		flex-wrap: wrap;
	}
}

.detail__info-item {
	display: flex;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.08em;
	color: #767F81;
	margin-bottom: 4px;
	align-content: flex-start;
}

.detail__info-name {
	width: 50%;
	display: flex;
	flex: none;
}

.detail__info-name span {
	flex: 1;
	border-bottom: 1px solid #E2E2E2;
	display: block;
	margin: 0   5px;
	height: 15px;
}

.detail__price {
	font-size: 19px;
}
ul.price-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.price-list li {
	color: #767F81;
	display: flex;
    justify-content: space-between;
	align-items: flex-end;
	margin: 0px 0px 2px 0px;
}
ul.price-list li span.delimiter {
    flex: 1 0;
    border-bottom: 2px dotted #c7c7c7;
    margin: 0 5px 9px;
}
ul.price-list li span.price-list__value {
	color: #404546;
	text-align: right;
}
ul.price-list li span.price-list__value-red {
	font-weight: 600;
    /* font-size: 28px; */
    /* text-transform: uppercase; */
    color: #fd550e;
}
ul.price-list li span.price-list__value-through {
	text-decoration: line-through;
}

@media (min-width: 420px) {
    .detail__price {
		font-size: 22px;
	}
	ul.price-list li {
		margin: 0px 0px 6px 0px;
	}
}

@media (min-width: 1200px) {
    .detail__price {
		padding: 35px;
	}
}

/* columns */
.columns-count {
	column-gap: 1rem;
	-moz-column-gap: 1rem;
	-webkit-column-gap: 1rem;
}
.columns-count__two {
	column-count: 1;
	-moz-column-count: 1;
	-webkit-column-count: 1;
}
@media (min-width: 768px) {
	.columns-count__two {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}
}

/* props */
ul.props-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.props-list li {
	color: #767F81;
	display: flex;
    justify-content: space-between;
	align-items: flex-end;
	margin: 0px 0px 2px 0px;
}
ul.props-list li span.delimiter {
    flex: 1 0;
    border-bottom: 1px solid #e2e2e2;
    margin: 0 5px 6px;
	padding-left: 16px;
}
ul.props-list li span.props-list__value {
	/* color: #404546; */
	text-align: right;
}
.props-list__value-red {
	color: #fd550e;
}
.props-list__value-green {
	color: #31a702;
}

/* .detail__price-item { */
	/* display: flex; */
	/* align-content: flex-start; */
	/* font-size: 24px; */
	/* line-height: 21px; */
	/* letter-spacing: 0.08em; */
	/* color: #767F81; */
	/* margin-bottom: 4px; */
/* } */
/* .detail__price-name { */
	/* width: 50%; */
	/* display: flex; */
	/* flex: none; */
/* } */
/* .detail__price-name span { */
	/* flex: 1; */
	/* border-bottom: 1px dotted #E2E2E2; */
	/* display: block; */
	/* margin: 0   5px; */
	/* height: 15px; */
/* } */
/* .detail__price-value { */
/* } */

.detail__img-thumbs {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.detail__img-thumb {
	width: 77px!important;
	height: 77px!important;
	border: 1px solid #DADADA;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 7px;
}

.detail__img-thumb img {
	border-radius: 8px;
}

.detail__img-videos {
	position: relative;
	margin-left: auto;
	display: flex;
	flex-direction: column;
}

.detail__img-videos .category__item-video {
	position: relative;
	top: 0;
	font-size: 14px;
	right: 0;
}

.detail__img-videos .category__item-video + .category__item-video {
	margin-top: 5px;
}

.detail__img-wrapper {
	margin-bottom: 15px;
	position: relative;
}

.detail__img-slider {
	position: relative;
}

.detail__img-prev {
	top: 50%;
	left: 15px;
}

.detail__img-next {
	top: 50%;
	right: 15px;
	transform: rotate(180deg);
}

.detail__info {
	margin-bottom: 30px;
	margin-top: 0;
}

.detail__foto {
	display: flex;
	margin-bottom: 40px;
}

.detail__foto-item {
	margin-right: 15px;
}

.detail__foto-item:nth-child(n + 12) {
	display: none;
}

.detail__foto-item--last {
	margin-right: 0!important;
	position: relative;
	display: block!important;
}

.detail__foto-item--last span {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, #fffc, #fffc);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3B4041;
}

.detail__foto-item img {
	width: 81px;
	height: 81px;
	object-fit: contain;
}

.detail__action-btn.btn {
	flex: 1;
	height: 66px;
	width: initial;
	margin-right: 25px;
}

.komplect-nav-action {
	margin: 7px 0 0 0;
	display: flex;
}

@media (max-width: 992px) {
	.komplect-nav-action {
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.komplect-nav-action {
		display: none;
	}
	.komplect-nav-name.active .komplect-nav-action {
		display: flex;
		position: absolute;
		width: calc(100vw - 30px);
		left: 0;
		justify-content: center;
		top: 72px;
		height: 39px;
		align-items: center;
		flex-direction: row-reverse;
	}
}

.komplect__btn.btn {
	flex: 1;
	height: 38px;
	width: 270px;
	/* width: initial; */
	background: #FD550E;
	border-radius: 8px;
	border: 2px solid #FD550E;
	font-weight: 600;
	font-size: 12px;
	color: #FFFFFF;
}

.detail__action-border.btn-border {
	/* flex: 1; */
	height: 66px;
	width: 100%;
	display: flex;
	padding: 0 10px;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.timer {
	min-height: 334px;
	margin-top: 31px;
	background-image: url('/local/templates/bani/img/bg_timer.jpg');
}

.timer__wrapper {
	width: 330px;
	top: 80px;
	position: relative;
	left: 186px;
}

.timer__title {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #242424;
	margin-bottom: 8px;
}

.timer__text {
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.08em;
	color: #404546;
	margin-bottom: 17px;
}

#timer {
	height: 45px;
	margin-bottom: 17px;
}

.timer__btn {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
	height: 45px!important;
	margin-left: -9px;
	text-transform: inherit!important;
	color: #000!important;
}

.review__slider {
	border: 2px solid #DADADA;
	box-sizing: border-box;
	border-radius: 10px;
	margin: 0 15px;
}

.review__slider-wrapper {
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 70px;
}

.review__slider-info {
	display: flex;
	padding-left: 33px;
	align-items: center;
	margin-bottom: 30px;
}

.review__slider-avatar {
	width: 53px;
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 17px;
	flex: none;
}

.review__slider-avatar img {
	border-radius: 40px;
}

.review__slider-name {
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.08em;
	color: #000000;
	width: 228px;
}

.review__slider-name span {
	font-size: 16px;
	display: block;
	FONT-WEIGHT: 400;
}

.review__slider-gal {
	display: flex;
}

.review__slider-gal img {
	width: 95px;
	border-radius: 10px;
}

.review__slider-gal a {
	display: block;
	margin-right: 11px;
}

.review__slider-text {
	font-weight: 300;
	font-size: 18px;
	line-height: 29px;
	letter-spacing: 0.08em;
	color: #404546;
}

.review__slider-text p:last-child {
	margin-bottom: 0;
}

.review__slider-prev {
	top: 44%;
	transform: translateY(-50%);
	left: -9px;
	width: 47px;
	height: 47px;
}

.review__slider-next {
	top: 44%;
	transform: translateY(-50%);
	right: -9px;
	width: 47px;
	height: 47px;
}
.review__slider-slide {
	padding: 25px 63px 35px;
}

.review__slider-pagination .swiper-pagination-bullet {
	box-shadow: 0 4px 10px rgb(0 0 0 / 25%)!important;
}

@media (max-width:  1200px) {
	.detail__nav-img {
		width: 50px;
		height: 50px;
	}


	.detail__nav-title {
		display: none;
	}


	.detail__nav-next .detail__nav-text {
		text-align: right;
		margin: 0 10px 0 0;
	}

	.detail__nav-text {
		margin: 0 10px;
	}

	.detail__foto-item:nth-child(n + 10) {
		display: none;
	}

}

@media (max-width:  992px) {

	.timer__wrapper {
		top: 50px;
	}

	.detail__foto-item:nth-child(n + 7) {
		display: none;
	}

	.category__item-top-left {right: 20px;}
}

@media (max-width:  767px) {
	.detail__nav-img {
		/* width: 50px; */
		height: 45px;
	}

	.detail__nav-title {
		display: none;
	}

	.detail__nav-text {
		font-size: 14px;
		line-height: 18px;
		margin: 0 0 0 10px;
		color: #000000;
	}

	.detail__nav-next .detail__nav-text {
		text-align: right;
		margin: 0 10px 0 0;
	}

	.detail__img-thumb {
		width: initial!important;
		flex: 1;
		height: auto!important;
		margin-right: 10px;
		max-width: 67px;
	}

	.detail__nav {
		width: 100%;
		padding: 0 15px;
		margin-bottom: 20px;
	}

	.category__item-video {
		right: 5px;
		font-size: 0;
		top: 14px;
	}

	.detail__cost {
		flex-direction: column;
		align-items: flex-start;
		border: none;
		padding-bottom: 0;
		margin-bottom: 26px;
	}

	.detail__cost-link {
		margin: 0;
		font-size: 16px;
	}

	.detail__action {
		flex-wrap: wrap;
		margin-bottom: 29px;
	}

	.detail__action-btn.btn {
		width: 100%;
		flex: inherit;
		height: 51px;
		font-size: 14px;
		margin: 0 0 9px;
	}

	.detail__action-border.btn-border {
		height: 51px;
		font-size: 14px;
	}

	.catalog_detail .banner-item {
		width: 100%;
		padding: 11px 15px 11px 42px;
		margin-bottom: 10px;
	}

	.catalog_detail .detail__foto-item img {
		width: 63px;
		height: 63px;
	}

	.catalog_detail .detail__foto {
		margin-bottom: 18px;
	}

	.catalog_detail .detail__cost-price {
		margin-bottom: 3px;
	}

	.catalog_detail .detail__info-item {
		font-size: 14px;
	}

	.catalog_detail .detail__info {
		margin-bottom: 26px;
	}

	.catalog_detail .banner-text {
		font-size: 16px;
		line-height: 22px;
	}

	.catalog_detail .banner-icon {
		width: 45px;
		height: 45px;
		margin-right: 16px;
	}


	.detail__img-wrapper {
		margin-bottom: 20px;
	}

	.timer {
		background-position: left -160px top 0;
		margin: 26px -15px 10px;
	}

	.timer__wrapper {
		width: calc(100% - 30px);
		left: 27px;
		top: 44px;
	}

	.detail__foto-item:nth-child(n + 5) {
		display: none;
	}

	.detail__foto-item {
		margin-right: 12px;
	}

	.catalog_detail .detail__foto-item img {
		width: inherit;
		height: inherit;
	}

	.category__item-labels {
		top: 10px;
		left: 23px;
	}

}

/* END DETAIL */
