.psk-filter {
	font-family: 'SolomonSans', sans-serif;
	text-align: right;
	padding: 5px;
}

.psk-filter__header {
	/* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;*/
	max-width: 320px;
	margin: 0 auto;
}

.psk-filter__section-right {
	position: relative;
}

.psk-filter__sort {
	width: 100%;
}

.psk-filter__form {
	position: relative;
	/*max-width: 320px;*/
	margin: 0 auto;
}

.psk-filter__form--hidden {
	/*display: none;*/
}

.psk-filter__item {
	position: relative;
	/*margin-bottom: 20px;*/
	margin-right: 2em;
}

.psk-filter__item-page {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

.psk-filter__item-title {
	color: #000;
	width: 30%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 10px;
	font-weight: 700;
}

.psk-filter .selected {
	/*background-color: #5c2c7d;*/
	font-weight: 700;
	height: 30px;
}

.psk-filter .selected a span {
	/*color: #fff;*/
	color: #414345;
	font-size: 1.5rem;
	line-height: normal;
	min-height: unset;
	margin-left: 0;
	margin-right: 2.5rem;
	text-transform: none;
	font-weight: 100;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}
.dark_bg .psk-filter .selected a span,
.dark_bg .psk-select__header span,
.dark_bg .psk-fake-select__header span
{color:#909499;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

.dark_bg .psk-filter .selected a:hover span,
.dark_bg .psk-select__header:hover span,
.dark_bg .psk-fake-select__header:hover span
{color: #fce326;}

.psk-filter .psk-select {
	min-width: 100%;
}

.psk-filter__hide-btn {
	background-color: #fff;
	height: 24px;
	/* margin-left: 10px;*/
	width: 100%;
	/*  max-width: 155px*/
	margin-bottom: 20px;
	display: none;
}

.psk-filter__button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 32px;
	color: #000;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	margin-bottom: -1px;
	outline: none;
	cursor: pointer;
	border: 1px solid #dedede;
}

.psk-fake-select__body .psk-filter__button {
	width: 100%;
	background-color: #dedede;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	justify-content: center;
}

.psk-filter__button--clear {
	position: absolute;
	right: 0;
	color: #000;
	font-weight: 700;
	border-bottom: 1px dashed #000;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 0;
}

.psk-filter__centered {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.psk-filter__caption {
	margin-right: 10px;
	font-size: 12px;
}

.psk-filter__colors {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #ccc;
	z-index: 1;
	opacity: 0;
	pointer-events: none;
}

.psk-filter__colors--visible {
	opacity: 1;
	pointer-events: all;
}

.psk-filter__colors-picker__header {
	position: relative;
	height: 36px;
	min-width: 140px;
	padding: 0 10px 0 12px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-decoration: none;
	-webkit-transition: 0.16s;
	-o-transition: 0.16s;
	transition: 0.16s;
	outline: none;
}

.psk-filter__colors-picker__header .psk-filter__colors-selected {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.psk-filter__colors-picker__header .psk-filter__colors-selected-color {
	visibility: visible;
}

.psk-filter__colors-picker__header .psk-filter__colors-selected-text {
	margin-right: 18px;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.psk-filter__colors-picker__header::after {
	content: '';
	position: absolute;
	top: 16px;
	right: 11px;
	height: 4px;
	width: 9px;
	background-position: -19px -166px;
}

.psk-filter__colors-selected {
	display: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.psk-filter__colors-selected-color {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #ccc;
	background-color: rgba(7, 7, 7, 0);
}

.psk-filter__colors-selected-text {
	font-size: 13px;
}

.psk-filter__colors-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	max-width: 331px;
	border: none;
}

.psk-filter__colors-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	color: #000;
	width: 88px;
	height: 88px;
	text-decoration: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: default;
	-webkit-tap-highlight-color: transparent;
}

.psk-filter__colors-center span {
	display: block;
}

.psk-filter__colors-center span:last-child {
	display: none;
	cursor: pointer;
	height: 100%;
	width: 100%;
	opacity: 0.5;
	-webkit-transition: 0.12s;
	-o-transition: 0.12s;
	transition: 0.12s;
	background-repeat: no-repeat;
	background-position: center center;
}

.psk-filter__colors-center span:last-child:hover {
	opacity: 1;
}

.psk-filter__colors-center--clear-visible span:first-child {
	display: none;
}

.psk-filter__colors-center--clear-visible span:last-child {
	display: block;
}

.psk-filter__colors-color {
	position: relative;
	min-width: 30px;
	min-height: 30px;
	margin-right: 2px;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-tap-highlight-color: transparent;
}

.psk-filter__hidden {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.psk-filter__special {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 10px;
}

.psk-filter__special-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
	font-size: 12px;
	margin-right: 5px;
	cursor: pointer;
}

.psk-filter__special-item:last-child {
	margin-right: 0;
}

.psk-filter__special-item input {
	position: absolute;
	margin: 0;
	opacity: 0;
}

.psk-filter__special-item span {
	display: block;
	height: 30px;
	width: 81px;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	background-color: #fff;
}

.psk-filter__special-item--sale span {
	background-position: 0 0;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #5c2c7d;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.psk-filter__special-item--sale input:checked ~ span,
.psk-filter__special-item--sale:hover span {
	background-position: -36px 0;
	background-color: #5c2c7d;
	color: #fff;
	font-weight: 700;
}

.psk-filter__special-item--percent span {
	background-position: 0 -37px;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #5c2c7d;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.psk-filter__special-item--percent input:checked ~ span,
.psk-filter__special-item--percent:hover span {
	background-position: -36px -37px;
	background-color: #5c2c7d;
	color: #fff;
	font-weight: 700;
}

.psk-filter__special-item--new span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-position: 0 -74px;
	color: #000;
	border: 1px solid #5c2c7d;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.psk-filter__special-item--new input:checked ~ span,
.psk-filter__special-item--new:hover span {
	background-position: -36px -74px;
	background-color: #5c2c7d;
	color: #fff;
	font-weight: 700;
}

.psk-filter__price-type {
	position: relative;
}

.psk-filter__price-type-item {
	cursor: pointer;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
	height: 24px;
}

.psk-filter__price-type-item:first-child {
	border-right: none;
}

.psk-filter__price-type-item * {
	pointer-events: none;
}

.psk-filter__price-type-item input {
	position: absolute;
	margin: 0;
	opacity: 0;
}

.psk-filter__price-type-item input:checked ~ span {
	color: #fff;
	background-color: #5c2c7d;
	font-weight: 700;
}

.psk-filter__price-type-item span {
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #5c2c7d;
	padding: 0;
	height: 24px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.psk-filter__range-slider {
	position: relative;
	width: 100%;
	height: 50px;
}

.psk-filter__range-slider * {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.psk-filter__range-slider input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.psk-filter__range-slider-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fff;
	height: 36px;
	border-bottom: 1px solid #000;
	z-index: 1;
}

.psk-filter__range-slider-min,
.psk-filter__range-slider-max {
	font-size: 14px;
	padding: 12px;
	color: #949494;
}

.psk-filter__range-slider-current {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 5px;
	color: #000;
}

.psk-filter__range-slider-current span:first-child {
	font-size: 22px;
	font-weight: 900;
}

.psk-filter__range-slider-current span:last-child {
	margin-top: 2px;
	margin-left: 6px;
	font-size: 22px;
	font-weight: 700;
}

.psk-filter__range-slider-track {
	position: absolute;
	bottom: 3px;
	width: 100%;
	height: 17px;
	margin-bottom: 10px;
}

.psk-filter__range-slider-thumb {
	display: block;
	position: relative;
	height: 100%;
	width: 0%;
}

.psk-filter__range-slider-thumb::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -25px;
	right: -7px;
	width: 15px;
	height: 23px;
	background-image: url('../../image/icons/rewind_triangle.png');
	background-repeat: no-repeat;
}

.psk-select {
	position: relative;
	/*margin-bottom: 20px;*/
}

.psk-select select {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	font-size: 0;
	opacity: 0;
	border: 0;
	pointer-events: none;
	overflow: hidden;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

.psk-select__header {
	height: 30px;
	/*width: 100%;*/
	padding-left: 10px;
	/*border: 1px solid #5c2c7d;*/
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-decoration: none;
	-webkit-transition: 0.16s;
	-o-transition: 0.16s;
	transition: 0.16s;
	outline: none;
	font-size: 10px;
}

.psk-select__header span {
	color: #414345;
	font-size: 1.5rem;
	line-height: normal;
	min-height: unset;
	margin-left: 0;
	margin-right: 2.5rem;
	text-transform: none;
	font-weight: 100;
}


/*.psk-select__header::after {*/
/*	content: '';*/
/*	position: absolute;*/
/*	top: 1px;*/
/*	right: 1px;*/
/*	height: 29px;*/
/*	width: 24px;*/
/*	background-position: -19px -166px;*/
/*	background-color: #e1e1e1;*/
/*	z-index: -1;*/
/*}*/

/*.psk-select__header::before {*/
/*	content: '';*/
/*	width: 0;*/
/*	height: 100%;*/
/*	background: #5a4499;*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 0;*/
/*	transition: all .3s ease-in-out;*/
/*	-o-transition: all .3s ease-in-out;*/
/*	-ms-transition: all .3s ease-in-out;*/
/*	-moz-transition: all .3s ease-in-out;*/
/*}*/
/*.psk-select__header::after {*/
/*	width: 0.6rem;*/
/*	height: 0.6rem;*/
/*	border-bottom: 1px solid #5a4499;*/
/*	border-right: 1px solid #5a4499;*/
/*	position: absolute;*/
/*	right: 1.5rem;*/
/*	top: 50%;*/
/*	transform: translateY(-50%) rotate(45deg);*/
/*	margin-top: -0.2rem;*/
/*	transition: all .3s ease-in-out;*/
/*	-o-transition: all .3s ease-in-out;*/
/*	-ms-transition: all .3s ease-in-out;*/
/*	-moz-transition: all .3s ease-in-out;*/
/*}*/
/*.psk-select__header::before {*/
/*	content: '';*/
/*	position: absolute;*/
/*	top: 12px;*/
/*	right: 3px;*/
/*	height: 0;*/
/*	width: 0;*/
/*	border-left: 9px solid transparent;*/
/*	border-right: 9px solid transparent;*/
/*	border-top: 9px solid #fff;*/
/*	background-position: -19px -166px;*/
/*	z-index: 1;*/
/*}*/

.psk-select--active .psk-select__header::before{
	width: 0px;
}
.psk-select--active .psk-select__header::after {
	transform: translateY(-50%) rotate(-135deg);
	margin-top: 0.2rem;
}

.psk-select__body {
	position: absolute;
	left: 0;
	max-height: 210px;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	opacity: 0;
	list-style: none;
	background-color: #F8F8F8;
	border: 1px solid #c2c2c2;
	/*border-top: 0;*/
	pointer-events: none;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 5;
	text-align: left;
	min-width: 250px;
}

.psk-select__item {
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	padding: 8px 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	color: #000;
	background-color: rgba(92, 44, 125, 0);
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: 0.16s;
	-o-transition: 0.16s;
	transition: 0.16s;
	outline: none;
}

.psk-select__item:hover {
	/*background-color: #5c2c7d;*/
	color: #5c2c7d;
}

.psk-select__item:active {
	/*background-color: #5c2c7d;*/
	color: #5c2c7d;
}

.psk-select__item--selected {
	/*background-color: #5c2c7d;*/
	color: #5c2c7d;
}

.psk-select__item--selected:hover,
.psk-select__item--selected:focus {
	/*background-color: #5c2c7d;*/
	color: #5c2c7d;
}

.psk-select--active .psk-select__body {
	opacity: 1;
	pointer-events: all;
}

.psk-select select:disabled + .psk-select__header {
	opacity: 0.3;
	cursor: not-allowed;
}

.psk-fake-select {
	position: relative;
}

.psk-fake-select__header {
	height: 30px;
	/*min-width: 140px;*/
	padding-left: 10px;
	/*border: 1px solid #5c2c7d;*/
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-decoration: none;
	-webkit-transition: 0.16s;
	-o-transition: 0.16s;
	transition: 0.16s;
	outline: none;
}

.psk-fake-select__header span {
	color: #414345;
	font-size: 1.5rem;
	line-height: normal;
	min-height: unset;
	margin-left: 0;
	margin-right: 2.5rem;
	text-transform: none;
	font-weight: 100;
}

/*.psk-fake-select__header::after {*/
/*	content: '';*/
/*	position: absolute;*/
/*	top: 1px;*/
/*	right: 1px;*/
/*	height: 28px;*/
/*	width: 25px;*/
/*	background-position: -19px -166px;*/
/*	background-color: #e1e1e1;*/
/*	z-index: -1;*/
/*}*/

/*.psk-fake-select__header::before {*/
/*	content: '';*/
/*	position: absolute;*/
/*	top: 12px;*/
/*	right: 4px;*/
/*	height: 0;*/
/*	width: 0;*/
/*	border-left: 9px solid transparent;*/
/*	border-right: 9px solid transparent;*/
/*	border-top: 9px solid #fff;*/
/*	background-position: -19px -166px;*/
/*	z-index: 1;*/
/*}*/
.psk-fake-select__body {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 0;
	opacity: 0;
	background-color: #F8F8F8;
	pointer-events: none;
	z-index: 10;
	min-width: max-content;
}

.psk-fake-select__body-title {
	display: block;
	width: 100%;
	text-align: center;
	padding: 12px 30px;
	color: #000;
	/*border-left: 1px solid #5c2c7d;*/
	/*border-right: 1px solid #5c2c7d;*/
}

/*.psk-fake-select__body ul {*/
/*	margin: 0;*/
/*	padding: 0 10px 20px;*/
/*	border-left: 1px solid #5c2c7d;*/
/*	border-right: 1px solid #5c2c7d;*/
/*}*/

.psk-fake-select__body ul li {
	list-style: none;
	margin-bottom: 5px;
	position: relative;
	color: #000;
}

.psk-fake-select__body ul li.disabled {
	opacity: 0.5;
}

.psk-fake-select__body ul li input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	padding: 0;
}

.psk-fake-select__body ul li input:checked + label::after {
	display: block;
}

/*.psk-fake-select__body ul li label span {*/
/*	max-width: 155px;*/
/*}*/

.psk-fake-select__body ul li label {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	cursor: pointer;
	font-weight: 300;
	font-size: 15px;
	text-align: left;
	align-items: center;
}

.psk-fake-select__body ul li label::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	width: 17px;
	height: 17px;
	background-image: url('../../image/icons/check-wrap.svg');
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.psk-fake-select__body ul li label::after {
	content: '';
	display: none;
	position: absolute;
	top: 10px;
	left: 3px;
	width: 12px;
	height: 10px;
	background-image: url('../../image/icons/check-mark.svg');
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.psk-fake-select--active .psk-fake-select__body {
	opacity: 1;
	pointer-events: all;
}

.psk-fake-select--disabled .psk-fake-select__header {
	opacity: 0.3;
	cursor: not-allowed;
}
.psk-catalog-cards {
	overflow: hidden;
}
.psk-breadcrumbs + div:after {
	content: '';
	display: block;
	clear: both;
}

@media (min-width: 760px) {
	/*.psk-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .psk-filter__header {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0
  }

  .psk-filter__item {
    grid-row: auto;
    grid-column: auto;
    max-width: 225px;
    margin: 0
  }

  .psk-filter__item-page {
    margin-bottom: 10px
  }

  .psk-filter__item-title {
    font-size: 11px;
    white-space: nowrap
  }

  .psk-filter__item--full-width {
    width: 100%
  }

  .psk-filter__item:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
    width: 100%
  }

  .psk-filter__item:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
    width: 100%
  }

  .psk-filter__item:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
    width: 100%
  }

  .psk-filter__item:nth-child(4) {
    grid-row: 4;
    grid-column: 1;
    width: 100%
  }

  .psk-filter__item:nth-child(5) {
    grid-row: 5;
    grid-column: 1;
    width: 100%
  }

  .psk-filter__item:nth-child(10) {
    grid-row: 6;
    grid-column: 1;
    width: 100%
  }

  .psk-filter__item:nth-child(7) {
    grid-row: 1;
    grid-column: 2;
    width: 100%
  }

  .psk-filter__item:nth-child(8) {
    grid-row: 2;
    grid-column: 2;
    width: 100%
  }

  .psk-filter__item:nth-child(9) {
    grid-row: 3;
    grid-column: 2;
    width: 100%
  }

  .psk-filter__item:nth-child(6) {
    grid-row: 4;
    grid-column: 2;
    width: 100%
  }

  .psk-filter__item:nth-child(11) {
    grid-row: 5;
    grid-column: 2;
    width: 100%
  }

  .psk-filter__item:nth-child(12) {
    grid-row: 6;
    grid-column: 2;
    width: 100%
  }

  .psk-filter__item:nth-child(13) {
    justify-self: start;
    grid-row: 1/4;
    grid-column: 3;
    width: 100%
  }

  .psk-filter__item:nth-child(14) {
    grid-row: 4/9;
    grid-column: 3;
    justify-self: center;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
    width: 100%;
  }

  .psk-filter__sort {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 10px;
    width: 200px;
  }

  .psk-filter__form {
    max-width: none
  }

  .psk-filter__hide-btn {
    margin-left: 0;
    min-width: 180px
  }

  .psk-filter__section:nth-child(1) {
    border-bottom: 2px solid rgba(58, 43, 32, 0.1);
  }


  .psk-filter__section {
    margin-bottom: 30px;
  }

  .psk-filter__section-left {
    display: grid;
    grid-template-rows: 24px 24px 40px 24px 24px 24px;
    grid-template-columns: 1fr 1fr 2fr;
    grid-gap: 18px 20px;
    grid-auto-rows: 24px
  }

  .psk-filter__button {
    font-size: 11px;
    background-color: #000;
    color: #fff
  }

  .psk-filter__button--clear {
    bottom: -100px;
    background-color: #fff;
    color: #000
  }

  .psk-filter__colors-picker {
    width: -webkit-calc(50% - 18px);
    width: calc(50% - 18px)
  }

  .psk-select__header {
    font-size: 11px;
    min-width: 180px
  }

  .psk-select__header::after {
    width: 34px
  }

  .psk-select__header::before {
    right: 7px
  }

  .psk-fake-select {
    position: relative
  }

  .psk-fake-select__header::after {
    width: 34px
  }

  .psk-fake-select__header::before {
    content: '';
    right: 7px
  }*/

	/*.psk-filter {*/
	/*	width: 250px;*/
	/*	float: left;*/
	/*	margin-right: 30px;*/
	/*}*/
}

@media (min-width: 1085px) {
	/*.psk-filter__header {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
    margin: 0;
    padding-top: 15px;
    border-top: 2px solid rgba(58, 43, 32, 0.1);
  }

  .psk-filter .selected {
    height: 30px
  }

  .psk-filter__item:nth-child(1) {
    grid-row: 1;
    grid-column: 1
  }

  .psk-filter__item:nth-child(2) {
    grid-row: 2;
    grid-column: 1
  }

  .psk-filter__item:nth-child(3) {
    grid-row: 3;
    grid-column: 1
  }

  .psk-filter__item:nth-child(4) {
    grid-row: 4;
    grid-column: 1
  }

  .psk-filter__item:nth-child(5) {
    grid-row: 5;
    grid-column: 1
  }

  .psk-filter__item:nth-child(10) {
    grid-row: 1;
    grid-column: 2
  }

  .psk-filter__item:nth-child(7) {
    grid-row: 4;
    grid-column: 3;
    max-width: 225px
  }

  .psk-filter__item:nth-child(8) {
    grid-row: 2;
    grid-column: 2
  }

  .psk-filter__item:nth-child(9) {
    grid-row: 3;
    grid-column: 2
  }

  .psk-filter__item:nth-child(6) {
    grid-row: 4;
    grid-column: 2
  }

  .psk-filter__item:nth-child(11) {
    grid-row: 5;
    grid-column: 2
  }

  .psk-filter__item:nth-child(12) {
    grid-row: 5;
    grid-column: 3;
    max-width: 225px
  }

  .psk-filter__item:nth-child(13) {
    justify-self: start;
    grid-row: 1/4;
    grid-column: 3
  }

  .psk-filter__item:nth-child(14) {
    grid-row: 1/6;
    grid-column: 4;
    padding-top: 20px;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
    margin-left: 15%
  }

  .psk-filter__item {
    max-width: 213px
  }

  .psk-filter__item-page {
    margin-bottom: 20px
  }

  .psk-filter__hide-btn {
    height: 30px;
    min-width: 220px
  }

  .psk-filter__section{
    margin-bottom: 90px;
  }

  .psk-filter__section:nth-child(1) {
    border-bottom: none;
  }

  .psk-filter__section-left {
    display: grid;
    grid-template-rows: 30px 30px 50px 30px 30px;
    grid-template-columns: 1fr 1fr 1.2fr 2fr;
    grid-gap: 18px 30px;
    grid-auto-rows: 30px
  }

  .psk-filter__section-right {
    position: absolute;
    right: 0;
    top: 20px
  }

  .psk-filter__section-color {
    margin: 0;
    max-width: 287px
  }

  .psk-filter__button {
    font-size: 14px;
    height: 30px
  }

  .psk-filter__button--clear {
    font-size: 18px;
    bottom: -25px;
  }

  .psk-filter__item-title {
    font-size: 14px
  }

  .psk-filter__item--full-width {
    display: none
  }

  .psk-filter__price-type-item {
    height: 30px
  }

  .psk-filter__price-type-item span {
    height: 30px
  }

  .psk-filter__colors {
    position: static;
    height: auto;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: none;
    opacity: 1;
    pointer-events: all;
    margin-left: 28px
  }

  .psk-filter__colors-selected {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-left: 16px
  }

  .psk-filter__special-item {
    width: 75px;
    margin-right: 20px
  }

  .psk-select__header {
    height: 30px;
    font-size: 14px
  }

  .psk-select__header::after {
    height: 28px
  }

  .psk-select__header::before {
    top: 10px
  }

  .psk-fake-select {
    position: relative
  }

  .psk-fake-select__header {
    height: 30px;
    padding-left: 10px
  }

  .psk-fake-select__header span {
    font-size: 14px
  }

  .psk-fake-select__header::after {
    height: 28px;
    width: 34px
  }

  .psk-fake-select__header::before {
    position: absolute;
    top: 10px
  }*/
}

@media (min-width: 320px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.psk-filter__item {
		max-width: auto;
	}

	.psk-product-item__inner {
		max-height: 300px;
	}

	.psk-filter-card__item {
		width: 50%;
	}
}

@media (min-width: 800px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.psk-product-item__inner {
		max-height: 400px;
	}

	.psk-filter__section-left {
		grid-template-rows: 40px 40px 60px 40px 40px 40px;
	}

	.psk-filter__item {
		max-width: 225px;
	}
}

@media (min-width: 1085px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.psk-filter__item {
		max-width: 190px;
	}

	.psk-filter__item:nth-child(13) {
		max-width: 250px;
	}

	.psk-filter__item:nth-child(14) {
		max-width: 300px;
	}

	.psk-product-item__inner {
		max-height: 500px;
	}
}

.psk-color-filter__name {
	text-align: left;
	font-size: 10px;
	font-weight: 700;
}

.psk-color-filter__output {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.psk-color-filter__output-square {

	width: 25px;
	height: 25px;
	border: 1px solid rgba(92, 44, 125, 0.2);
	margin-right: 17px;
}

.psk-color-filter__input {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
}

.psk-color-filter__item {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #5c2c7d;
}

@media (min-width: 760px) {
	.psk-colors-filter__name {
		font-size: 11px;
	}
}

@media (min-width: 1080px) {
	.psk-colors-filter__name {
		font-size: 14px;
	}
}

.psk-filter-card {
	max-width: 360px;
	margin: 0 auto;
	padding-bottom: 62px;
}

.psk-filter-card__card {
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.psk-filter-card__item {
	max-width: 47%;
	margin-bottom: 20px;
}

@media (min-width: 760px) {
	.psk-filter-card {
		max-width: none;
		padding-bottom: 0;
	}

	.psk-filter-card__card {
		padding: 0;
		list-style: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.psk-filter-card__item {
		max-width: none;
		margin-bottom: 20px;
		width: 33.33333%;
		padding: 10px;
	}
}

@media (min-width: 1100px) {
	.psk-filter-card__item {
		width: 33.33333%;
	}
}

/*@media (min-width: 1260px) {
  .psk-filter-card {
    padding-bottom: 154px
  }
}*/

.psk-seo-info {
	padding: 20px 0;
	/*font-family: 'SolomonSans', sans-serif;*/
	/*color: #000;*/
	/*background-color: #fff;*/
}

.psk-seo-info__title {
	margin: 0 0 0.8em;
	font-weight: 400;
	font-size: 30px;
	text-align: center;
	color: inherit;
}

.psk-seo-info__description {
	font-size: 14px;
}

.psk-seo-info__description p {
	margin: 0 0 20px;
	font-size: inherit;
	color: inherit;
}

@media (min-width: 1260px) {
	.psk-seo-info__description {
		/*
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
	*/
	}
}

.bottom-links {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.bottom-links a {
	border: 1px solid #d7d7d7;
	padding: 5px 15px;
	white-space: nowrap;
	font-size: 16px;
	margin: 5px;
	color: black;
}
.bottom-links a:hover {
	background: #eee;
}

.psk-catalog-page__header-title {
	font-family: 'SolomonSans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	margin: 0 0 18px;
}

.psk-catalog-page__header-title span {
	display: none;
}

.psk-catalog-page__info {
	display: none;
}

.psk-catalog-page .psk-seo-info {
	/*display: none;*/
}

@media (min-width: 760px) {
	.psk-catalog-page__header-title {
		font-size: 22px;
		margin-bottom: 29px;
	}

	.psk-catalog-page__header-title span {
		display: inline;
	}
}

@media (min-width: 1085px) {
	.psk-catalog-page__header-title {
		font-size: 30px;
		margin-bottom: 29px;
	}

	.psk-catalog-page .psk-seo-info {
		display: block;
		padding-bottom: 84px;
	}
}

.frame-wrapper {
	padding-bottom: 56.6%;
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.frame-wrapper__parent--restyling{
	width: 40%;
}

.frame-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 993px) {
	.frame-wrapper__parent--restyling{
		margin: 0 auto;
		width: 80%;
	}	
}

@media (max-width: 767px) {
	.frame-wrapper__parent--restyling{
		width: 100%;
	}
}

@media (max-width: 450px) {
	.psk-filter-card__item {
		/*width: 100%;
		max-width: 100%;*/
	}
	.psk-product-item__link img {
		max-width: 200px;
	}
	.psk-product-item__link img.obuv_image {
		max-width: 180px;
	}
}

@media (max-width: 320px) {
	.psk-product-item__link img {
		max-width: 180px;
	}
	.psk-product-item__link img.obuv_image {
		max-width: 150px;
	}	
}

.product__position .psk-fake-select__header::before {
	right: 8px;
}

.lg-toolbar.lg-group {
	width: 50px !important;
	right: 1% !important;
	top: 1% !important;
	left: inherit !important;
	background-color: #fff;
}

#lg-counter {
	display: none;
}

.lg-toogle-thumb.lg-icon,
.lg-sub-html {
	display: none;
}

@media (max-width: 760px) {
	.lg-actions {
		display: none;
	}
}

.lg-thumb-outer.lg-grab .lg-thumb-item img {
	display: none;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	margin: 0;
	width: 10px !important;
	height: 10px !important;
	border-color: #5c2c7d;
	background: #fff;
	border-radius: 20px;
	display: inline-block;
	float: none;
}

.lg-thumb-outer.lg-grab .lg-thumb.lg-group {
	transform: inherit !important;
	width: 100px !important;
	text-align: center;
}

.lg-thumb-outer.lg-grab {
	background: transparent;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	background: #ffe330;
	border-color: #ffe330 !important;
}

.lg-outer .lg-thumb-item.active::after,
.lg-outer .lg-thumb-item:hover::after {
	background-color: #ffe330;
}

.lg-outer .lg-thumb {
	padding: 40px 0;
}

@media (max-width: 450px) {
	.psk-filter-card__item {
		/*width: 100%;
		max-width: 100%;*/
	}
	.lg-item.lg-loaded.lg-complete {
		background: #fff;
		margin: 1%;
		width: 98%;
		height: 98%;
	}
	.lg-outer .lg-thumb {
		padding: 50px 0 10px 0;
	}
}

.lg-backdrop {
	z-index: 99999;
}

.lg-outer {
	z-index: 999999;
}

.lg-toolbar .lg-icon:hover {
	color: #999 !important;
}

@media (max-width: 760px) {
	.psk-fake-select__header {
		height: 24px;
	}
	.psk-fake-select__header::before {
		top: 18px;
	}
}
