.collections {
	overflow: hidden;
}
.collections_cell {
	width: 100%;
}
.collections_item {
	position: relative;
	height: 100%;
}
.collections_item_slider {
	position: relative;
	margin: 0 -1px;
}
.collections_item_caption {
	padding: 10px 0 60px;
}
.collections_item_labels {
	position: absolute;
	left: 20px;
	bottom: 30px;
	z-index: 1;
}
.collections_item_label {
	display: inline-block;
	margin: 0 0 1px;
	padding: 5px 8px;
	line-height: 18px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	background: #103a71;
}
.collections_item_name {
	line-height: 20px;
	color: #103a71;
	font-size: 17px;
	font-weight: 600;
}
.collections_item_cost {
	margin: 8px 0 10px;
	color: #103a71;
	font-size: 15px;
}
.collections_item_cost b {
	font-size: 21px;
}
.collections_item_thumbs {
	overflow: hidden;
	margin: 10px 0 0 -5px;
	font-size: 0;
	transition: all 200ms linear;
}
/* Без анимации */
/*.collections_item_thumbs.full_height {
	height: auto;
}*/
.collections_item_thumbs a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 0 5px 5px;
}
.collections_item_toggle {
	position: relative;
	display: none;
	margin: 10px 0;
	padding: 0 0 0 16px;
	line-height: 16px;
	color: #0663a4;
	font-size: 13px;
	text-align: left;
}
.collections_item_toggle::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	margin: -3px 0 0;
	border: 5px solid transparent;
	border-top-color: #0663a4;
}
.collections_item_toggle.pressed::before {
	margin: -8px 0 0;
	border-top-color: transparent;
	border-bottom-color: #0663a4;
}
.collections_item_toggle div {
	border-bottom: 1px dashed;
}
.collections_item_toggle div:nth-child(1),
.collections_item_toggle.pressed div:nth-child(2) {
	display: inline-block;
}
.collections_item_toggle.pressed div:nth-child(1),
.collections_item_toggle div:nth-child(2) {
	display: none;
}
.collections_item.archive .owl-carousel .owl-stage {
	opacity: 0.5;
}
.collections_item.archive .owl-carousel .owl-stage-outer::after {
	content: 'АРХИВНАЯ КОЛЛЕКЦИЯ';
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 0 50px;
	line-height: 22px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	background: #6eabda;
	transform: rotate(-45deg) translate(-32.5%, -100%);
}
.collections_item_pic {
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
}

@media (max-width: 1279px), print {
	.collections .owl-dots {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	.collections .owl-dots  button.owl-dot {
		margin: 10px 5px;
	}
}

@media screen and (max-width: 799px) {
	.collections_item_caption {
		padding: 10px 0 30px;
	}
	.collections_item_thumbs {
		max-height: 100px;
	}
	.collections_item_thumbs.full_height {
		height: 100px;
		max-height: none;
	}
	.collections_item_slider {
		margin: 0 -20px;
	}
}

@media (min-width: 568px) {
	.collections_item_pic {
		height: 350px;
	}
}

@media (min-width: 667px) {
	.collections_item_pic {
		height: 400px;
	}
}

@media (min-width: 800px), print {
	.collections {
		margin: 20px 0;
	}
	.collections_grid {
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		align-content: flex-start;
		margin: 0 -10px;
	}
	.collections_grid > .collection_offers {
		flex: 0 0 100%;
	}
	.collections_cell {
		width: 50%;
		padding: 0 10px 20px;
	}
	.collections_item {
		padding: 0 0 56px;
		border: 1px solid #d1d6dc;
	}
	.collections_item_inner {
		overflow: hidden;
	}
	.collections.mini .collections_item {
		padding: 0 0 10px;
	}
	.collections_item_caption {
		padding: 20px 20px 10px;
	}
	.collections_item_thumbs {
		height: 100px;
		margin: 20px 0 0 -5px;
	}
	.collections_item_toggle {
		position: absolute;
		left: 20px;
		bottom: 20px;
		margin: 0;
	}
	.collections_item_pic {
		height: 280px;
	}
}

@media (min-width: 1024px) {
	.collections_item_pic {
		height: 330px;
	}
	.collections_grid .collection_offers_cell {
		width: 50%;
	}
}

@media (min-width: 1280px) {
	.collections_cell {
		width: 33.33%;
	}
	.collections_grid .collection_offers_cell {
		width: 33.33%;
	}
	.collections_item_slider .owl-nav button.owl-prev,
	.collections_item_slider .owl-nav button.owl-next {
		position: absolute;
		bottom: 20px;
		background: none;
		background: rgba(255,255,255,.2);
	}
	.collections_item_slider .owl-nav button.owl-prev::after {
		background-position: -193px -50px;
		background-position: -86px -50px;
	}
	.collections_item_slider .owl-nav button.owl-next::after {
		background-position: -204px -50px;
		background-position: -97px -50px;
	}
	.collections_item_slider .owl-nav button.owl-prev:hover,
	.collections_item_slider .owl-nav button.owl-next:hover {
		background: rgba(255,255,255,.5);
	}
	.collections_item_slider .owl-nav button.owl-prev:hover::after,
	.collections_item_slider .owl-nav button.owl-next:hover::after {
		opacity: 1;
	}
	.collections_item_slider .owl-nav button.owl-prev {
		left: 20px;
	}
	.collections_item_slider .owl-nav button.owl-next {
		right: 20px;
	}
	.collections_item_labels {
		top: 20px;
		bottom: auto;
	}
	.collections_item_toggle:hover div {
		border-bottom-color: transparent;
	}
	.collections_item_slider_pic {
		max-height: 313px;
	}
	.collections_item_pic {
		height: 270px;
	}
}

@media (min-width: 1440px) {
	.collections {
		margin: 40px 0 30px;
	}
	.collections_grid {
		margin: 0 -25px;
	}
	.collections_grid .collection_offers_cell {
		width: 25%;
	}
	.collections_cell {
		padding: 0 25px 50px;
	}
	.collections_item {
		padding: 0 0 66px;
	}
	.collections.mini .collections_item {
		padding: 0 0 20px;
	}
	.collections_item_caption {
		padding: 20px 30px 0;
	}
	.collections_item_toggle {
		left: 30px;
		bottom: 30px;
	}
	.collections_item_slider_pic {
		max-height: 335px;
	}
	.collections_item_pic {
		height: 300px;
	}
}

@media (min-width: 1600px) {
	.collections_item_pic {
		height: 330px;
	}
}

/*
*******************************************************************************/

.collections_side_toggle {
	display: block;
	margin: 20px auto;
	padding: 0 30px;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  background: #0c3a6f;
  border: none;
  vertical-align: top;
}
.collections_filter {
	margin: 0 0 20px;
}
.collections_filter_head {
	font-weight: 600;
}
.collections_filter_body {
	margin: 10px 0 0;
}

.filters_range {}
.filters_range_interface {
	margin: 20px 0 !important;
}
.filters_range_inputs {
	display: flex;
	justify-content: space-between;
}
.filters_range_inputs input {
	width: calc(50% - 5px);
	padding: 0 10px;
	border: 1px solid #ddd;
}
.filters_range_inputs input + input {
	height: 30px;
	text-align: right;
}

.filters_cost {}

.filters_range .noUi-target {
	height: 2px;
	margin: 7px 0;
	background: #c3c3c3;
	border: none;
	border-radius: 0;
}
.filters_range .noUi-connect {
	background: #113a72;
}
.filters_range .noUi-horizontal .noUi-handle {
	cursor: pointer;
	top: -7px;
	right: -3px !important;
	width: 6px;
	height: 16px;
	background: #113a72;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.filters_range .noUi-horizontal .noUi-handle::before,
.filters_range .noUi-horizontal .noUi-handle::after {
	display: none;
}

.collections_filter label {
	display: block;
	margin: 10px 0 0;
}
.collections_filter input[type="radio"] + div,
.collections_filter input[type="checkbox"] + div {
	position: relative;
	padding-left: 24px;
	line-height: 20px;
}
.collections_filter input[type="radio"] + div:before,
.collections_filter input[type="checkbox"] + div:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.collections_filter input[type="radio"] + div:after,
.collections_filter input[type="checkbox"] + div:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 2px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.collections_filter input[type="radio"]:checked + div:after,
.collections_filter input[type="checkbox"]:checked + div:after {
	background: #0c3a6f;
}

.collections_filter_body > div:nth-child(n+6) {
	display: none;
}
.collections_filter_more {
	margin: 10px 0 0;
}
.collections_filter_more span {
	cursor: pointer;
	font-size: 12px;
	color: #0663a4;
	border-bottom: 1px dashed #0663a4;
}
.collections_filter_more span + span {
	display: none;
}

.bx_filter_block.super_h {
	height: auto !important;
}

@media (max-width: 1023px) {
	.collections_filters {
		display: none;
	}
}

@media (min-width: 1024px) {
	.collections_row {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.collections_side {
		flex: 0 0 240px;
	}
	.collections_side_toggle {
		display: none;
	}
	.ib_type-tile .collections_grid {
		flex: 0 0 calc(100% - 240px - 20px);
		width: calc(100% - 240px - 20px);
	}
}

/*
*******************************************************************************/
