.header,
.category__wrapper {
	position: relative;
}

/*.header {*/
/*	z-index: 2;*/
/*}*/

.catalog__wrapper {
	padding-bottom: 100px;
	margin-bottom: 80px;
	box-shadow: 0px 10px 14px 2px rgba(181, 204, 223, 0.38);
	border-radius: 0px 0px 30px 30px;
}
.category__wrapper {
	margin-top: -26px;
	z-index: 1;
	background-color: #fff;
	border-radius: 0px 0px 30px 30px;
	box-shadow: 0px 4px 14px 1px rgba(181, 204, 223, 0.18);
}

ul.breadcrumb {
	padding: 0;
	list-style: none;
	font-size: 14px;
	color: #A0A9B9;
	margin: 10px 0 0;
}

ul.breadcrumb li a {
	color: #A0A9B9;
}

ul.breadcrumb li {
	display: inline;
}

ul.breadcrumb li+li:before {
	content: "/ ";
}

.category__block {
	max-width: 1440px;
	margin: 0 auto;
	padding: 35px 0 0 0;
}

.category__heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.category__name {
	display: flex;
	align-items: first baseline;
}

.category__title{
	max-width: max-content;
}

.recommend__text {
	margin: 16px 0;
}

.subcats__list {
	/*display: flex;*/
	/*flex-flow: wrap;*/
	width: 100%;
	padding: 0;
	text-decoration: none;
	list-style: none;
	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
}

.subcat__filter__item {
	display: inline-block;
	width: 100%;
	margin: 0 15px 5px 0;
	/*max-width: calc(20% - 15px);*/
	font-weight: 300;
	font-size: 14px;
}

.subcat__filter__item:nth-child(5n){
	margin-right: 0;
}

.subcat__filter__item a {
	display: block;
	font-weight: 300;
	font-size: 14px;
	color: #2C2C2C;
	letter-spacing: 0.04em;
}

.subcat__filter__item__firstletter {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	display: flex;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 1px;
}

.subcat__filter__item__firstletters {
	margin-top: 10px;
}

.subcats__filter{
	padding-bottom: 20px;
}

/*.subcat__filter__item__firstletter:not(:first-child){*/
/*	padding: 15px 0 5px 0;*/
/*}*/

.product__count {
	font-weight: 400;
	margin-left: 9px;
	font-size: 12px;
	color: #A0A9B9;
}

.catalog__toolbox {
	display: flex;
	justify-content: space-between;
	padding: 33px 0;
}

.filter__block {
	display: flex;
	align-items: center;
}

button {
	border-radius: 50px;
	padding: 7px 13px 7px 33px;
}

.filter__button {
	position: relative;
	margin-right: 28px;
	background: #00A0E3;
	color: #fff;
	border: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
}

.filter__button:before {
	position: absolute;
	left: 11px;
	top: 9px;
	content: '';
	background-image: url('../img/catalog/filter.svg');
	width: 17px;
	height: 15px;
}

.applied__filter {
	position: relative;
	font-weight: 400;
	font-size: 16px;
	margin-right: 28px;
	color: #00A0E3;
}

.applied__filter::after {
	position: absolute;
	content: '';
	right: -15px;
	cursor: pointer;
	top: 6px;
	background-image: url('../img/catalog/cancel.svg');
	width: 10px;
	height: 10px;
}

.reset__filters button,
.catalog__pagination button {
	padding: 7px 7px;
}

.catalog__sort,
.outline,
.category__filter {
	border: 1px solid rgba(0, 160, 227, 0.7);
	background: transparent;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #00A0E3;
}

.catalog__sort {
	position: relative;
}

.catalog__sort::before {
	position: absolute;
	left: 18px;
	top: 13px;
	content: '';
	cursor: pointer;
	background-image: url('../img/catalog/dropdown.svg');
	width: 9px;
	height: 8px;
}

.product__catalog__desktop .product__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.product__card.desktop .product__button{
	border-bottom: 1px solid #DEE6EA;
	border-top: 1px solid #DEE6EA;
}

.product__card.desktop {
	width: 21%;
	margin-right: 2.3%;
	margin-bottom: 2.3%;
	/*min-height: 608px*/
}

.product__catalog__desktop .product__card:nth-of-type(4n) {
	margin-right: 0;
}

.catalog__promo {
	/*width: calc(50% - 33px);*/
	width: calc(50% - 16.5px);
	margin: 50px 0 80px 0;
	position: relative;
}

.catalog__promo img {
	width: 100%;
}

.catalog__promo:nth-of-type(1) {
	margin-right: 33px;
}

.catalog__pagination {
	float: right;
	text-align: center;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.catalog__pagination a {
	margin-right: 36px;
	font-weight: 400;
	font-size: 21px;
	color: #029CDF;
}

.catalog__pagination a.active {
	padding: 2px 9px;
	color: #fff;
	background: #029CDF;
	border-radius: 3px;
}

.pagination__button {
	display: inline;
}
.sorting__dropdown{
	display: none;
	position: absolute;
	z-index: 999;
	width:200px;
	opacity:1;
transition: all 0.1s;
	margin-top:10px;
	right:0;
    flex-direction: column;
    background-color: #fff;
	padding: 5px 13px 5px 13px;
    border-radius: 15px;
    box-sizing: border-box;
		box-shadow: 0px 4px 7px rgba(0, 95, 136, 0.25);
}
.sorting__dropdown.opacity{
	opacity:0;
}
.sorting__dropdown a:not(:last-child){
	border-bottom: 1px solid #DEE6EA;
}
.sorting__dropdown a{
	font-weight: 500;
	font-size: 18px;
	color: #2C2C2C;
	padding: 10px 0;
}
.sorting__dropdown.show{
	display:flex;
}
.set__filters.mobile {
	display: none;
}

.product__list__mobile {
	display: none;
}

button.category__filter {
	display: none;
}
.category__block.skidki{
	padding-bottom:0px;
}
.catalog__wrapper.skidki{
	box-shadow:none;
}
.visually__hidden{
	display: none;
}
#show__more__cats{
	color: #2C2C2C;
	cursor: pointer;
}

.product__list .promo__img{
	width: 100%;
}
.product__list .promo__item {
	 width: 49%;
}
.product__list .promo__box {
	display: flex;
	column-gap: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
	 width: 100%;
	 margin: 15px 0 calc(2.3% + 15px);
}

.catalog_section_banner__link{
	display: block;
	margin-top: 30px;
}
.catalog_section_banner__link img{
	border-radius: 20px;height: 300px;width: 100%;
}
.product__main__image--original{
	position: absolute;
	z-index: 2;
	left: 0;
}

@media screen and (max-width: 768px){
	.catalog_section_banner__link{
		width: 95%;
		margin: 30px auto 0 auto;
	}
	.catalog_section_banner__link img{
		height: 150px;
	}
	.product__main__image--original{
		width: 40px;
		height: 40px;
		left: unset;
		right: 0;
	}
}