body {
	font-family: "Roboto", "Arial", sans-serif
}

a {
	color: #333
}

a:active,
a:focus,
a:hover {
	color: #0f6eb7;
	text-decoration: none
}

.clearfix::after,
.dc-brands-list::after,
.dc-brands-list__list-area::after {
	content: "";
	display: table;
	clear: both
}

.border-radius {
	border-radius: 0
}

#default-view .loader-circle {
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -35px;
	margin-top: -35px;
	border: 4px solid #0f6eb7;
	background: 0 0;
	border-bottom-color: transparent;
	border-radius: 100%;
	-webkit-animation: loader 1s linear infinite;
	animation: loader 1s linear infinite
}

#default-view .close-modal-button {
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='%23FFF'%3E %3Cpath d='M1145,219.41l-1.41-1.41-5.59,5.59-5.59-5.59-1.41,1.41,5.59,5.59-5.59,5.59,1.41,1.41,5.59-5.59,5.59,5.59,1.41-1.41-5.59-5.59Z' transform='translate(-1131 -218)'/%3E %3C/svg%3E");
	background-size: 12px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #292929;
	border: none
}

#default-view .btn {
	background-color: #0f6eb7;
	color: #fff;
	font-size: 15px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	padding: 8.5px 15px;
	cursor: pointer;
	transition: background-color 200ms;
	border: 1px solid #0f6eb7;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

#default-view .btn:active,
#default-view .btn:focus,
#default-view .btn:hover {
	background-color: #f44336;
	color: #fff;
	border-color: #f44336
}

#default-view .basket-action-container {
	font-size: 0;
	white-space: nowrap
}

#default-view .input {
	transition: border-color .1s linear, box-shadow .1s linear
}

#default-view .input:focus {
	box-shadow: 0 0 0 1px #8c8c8c inset;
	outline: none;
	border-color: #8c8c8c
}

#default-view .input:hover {
	border-color: #8c8c8c
}

#default-view .basket-count-input {
	white-space: nowrap;
	margin-right: 10px;
	height: 30px;
	width: 60px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-style: solid;
	border-color: #e5e5e5;
	border-width: 1px;
	min-width: 60px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	transition: border-color .1s linear, box-shadow .1s linear
}

#default-view .basket-count-input:focus {
	box-shadow: 0 0 0 1px #8c8c8c inset;
	outline: none;
	border-color: #8c8c8c
}

#default-view .basket-count-input:hover {
	border-color: #8c8c8c
}

@media (min-width:768px) and (max-width:1023px) {
	#default-view .basket-count-input {
		width: 36px!important;
		margin-right: 7px
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.dc-brands-list {
	margin-bottom: 30px
}

.dc-brands-list__list-area {
	display: block;
	box-sizing: border-box
}

@media only screen and (min-width:450px) {
	.dc-brands-list__list-area {
		width: 50%;
		float: left
	}
}

.dc-brands-list__list {
	display: block;
	box-sizing: border-box
}

@media only screen and (min-width:992px) {
	.dc-brands-list__list {
		width: 50%;
		float: left
	}
}

.dc-brands-list__list li {
	display: block
}

.dc-brands-list__brand-link {
	display: block;
	position: relative;
	padding: 8px 15px 8px 60px;
	color: #666;
	text-decoration: none;
	margin-bottom: 10px
}

@media only screen and (min-width:768px) {
	.dc-brands-list__brand-link {
		padding: 8px 15px 8px 75px
	}
}

.dc-brands-list__brand-link:active,
.dc-brands-list__brand-link:focus,
.dc-brands-list__brand-link:hover {
	text-decoration: none;
	background-color: #f5f5f5;
	color: #333!important
}

.dc-brands-list__brand-icon-area {
	display: block;
	position: absolute;
	width: 35px;
	height: 100%;
	top: 0;
	left: 15px;
	text-align: right
}

@media only screen and (min-width:768px) {
	.dc-brands-list__brand-icon-area {
		left: 30px
	}
}

.dc-brands-list__brand_icon {
	display: inline-block;
	position: absolute;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.dc-buy-button {
	background-color: #0f6eb7;
	border: none;
	transition: background .2s ease
}

.dc-buy-button__icon {
	font-size: 1.6em;
	vertical-align: sub;
	margin-right: 10px
}

.dc-buy-button__icon--single {
	margin-right: 0
}

.dc-buy-button__mobile-text {
	margin-left: 10px
}

@media only screen and (min-width:600px) {
	.dc-buy-button__mobile-text {
		display: none
	}
}

.dc-buy-button--text {
	vertical-align: top;
	width: auto;
	color: #fff;
	font-size: 16px;
	padding-right: 30px;
	padding-left: 45px;
	background-image: none;
	position: relative
}

.dc-buy-button--text::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 35px;
	top: 0;
	left: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18' fill='%23fff'%3E%3Cpath d='M6.8 14.571a1.714 1.714 0 1 1-1.7 1.714 1.706 1.706 0 0 1 1.7-1.714zm6.79 0a1.714 1.714 0 1 1-1.7 1.714 1.706 1.706 0 0 1 1.7-1.714zM0 0h3.4v1.715H0V0zm4.74 3.429L4.25 0H3.4l-.85.12 1.81 12.737h11.49L20 3.429H4.74zm10 7.714h-8.9l-.85-6h12.39z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 20px
}

.dc-buy-button--full-text {
	display: block;
	width: 100%;
	text-align: center;
	height: auto
}

.dc-buy-button_added {
	background-color: #404040
}

.dc-buy-button_added:focus,
.dc-buy-button_added:hover {
	background-color: #404040
}

.dc-buy-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.dc-buy-info__data {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-right: 20px
}

.dc-buy-info__term {
	font-size: 13px;
	color: #757575;
	white-space: nowrap
}

.dc-buy-info__old-price {
	font-size: 14px;
	color: #d41a31;
	text-decoration: line-through;
	white-space: nowrap
}

.dc-buy-info__price {
	font-size: 20px;
	color: #000;
	white-space: nowrap
}

.dc-buy-info__button {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none
}

.dc-buy-info__action {
	font-size: 0;
	white-space: nowrap
}

.content-page input[type=text].dc-buy-info__count,
.dc-buy-info__count {
	white-space: nowrap;
	margin-right: 10px;
	height: 30px;
	width: 60px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-style: solid;
	border-color: #e5e5e5;
	border-width: 1px;
	min-width: 60px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	transition: border-color .1s linear, box-shadow .1s linear
}

.content-page input[type=text].dc-buy-info__count:focus,
.dc-buy-info__count:focus {
	box-shadow: 0 0 0 1px #8c8c8c inset;
	outline: none;
	border-color: #8c8c8c
}

.content-page input[type=text].dc-buy-info__count:hover,
.dc-buy-info__count:hover {
	border-color: #8c8c8c
}

@media (min-width:768px) and (max-width:1023px) {
	.content-page input[type=text].dc-buy-info__count,
	.dc-buy-info__count {
		width: 36px!important;
		margin-right: 7px
	}
}

.dc-car-filter {
	margin-bottom: 18px
}

.dc-car-filter--td-search,
.dc-detail__description p {
	margin-bottom: 20px
}

@media (min-width:768px) {
	.dc-car-filter--td-search {
		margin-bottom: 30px
	}
}

.dc-car-filter__collapse-control {
	display: block;
	margin-bottom: 2px;
	background-color: #f7f7f7;
	padding: 20px 50px;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	cursor: pointer
}

.dc-car-filter__collapse-control:after,
.dc-car-filter__collapse-control:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	background-repeat: no-repeat
}

.dc-car-filter__collapse-control:before {
	left: 0;
	width: 40px;
	background-position: right center;
	background-size: 18px auto;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='459' height='459' viewBox='0 0 459 459' fill='%230f6eb7'%3E%3Cpath d='M405.45 51c-5.101-15.3-20.4-25.5-35.7-25.5H89.25c-17.85 0-30.6 10.2-35.7 25.5L0 204v204c0 15.3 10.2 25.5 25.5 25.5H51c15.3 0 25.5-10.2 25.5-25.5v-25.5h306V408c0 15.3 10.2 25.5 25.5 25.5h25.5c15.3 0 25.5-10.2 25.5-25.5V204L405.45 51zM89.25 306C68.85 306 51 288.15 51 267.75s17.85-38.25 38.25-38.25 38.25 17.85 38.25 38.25S109.65 306 89.25 306zm280.5 0c-20.4 0-38.25-17.85-38.25-38.25s17.85-38.25 38.25-38.25S408 247.35 408 267.75 390.15 306 369.75 306zM51 178.5L89.25 63.75h280.5L408 178.5H51z'/%3E%3C/svg%3E")
}

.dc-car-filter__collapse-control:after {
	right: 20px;
	width: 15px;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='357' height='357' viewBox='0 0 357 357' fill='%23333'%3E%3Cpath d='M357 204H204v153h-51V204H0v-51h153V0h51v153h153v51z'/%3E%3C/svg%3E")
}

.dc-car-filter__collapse-control:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='357' height='357' viewBox='0 0 357 357' fill='%230f6eb7'%3E%3Cpath d='M357 204H204v153h-51V204H0v-51h153V0h51v153h153v51z'/%3E%3C/svg%3E")
}

.dc-car-filter__collapse-control--open {
	background-color: #f0f0f0
}

.dc-car-filter__collapse-control--open:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.354' height='22.354' viewBox='0 0 22.354 22.354' fill='%23333'%3E%3Cpath d='M0 8.61h22.354v5.133H0z'/%3E%3C/svg%3E")
}

.dc-car-filter__collapse-control--open:hover:after,
.dc-td-accordion--open .dc-td-accordion__collapse-controll:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.354' height='22.354' viewBox='0 0 22.354 22.354' fill='%230f6eb7'%3E%3Cpath d='M0 8.61h22.354v5.133H0z'/%3E%3C/svg%3E")
}

.dc-car-filter--td-search .dc-car-filter__collapse-control {
	font-size: 18px;
	padding: 15px 50px;
	border-left: 4px solid #0f6eb7
}

.dc-car-filter__title {
	display: inline-block;
	margin-right: 2px
}

.dc-car-filter__selected-name {
	display: inline-block;
	color: #0f6eb7
}

.dc-car-filter--name-hidden .dc-car-filter__selected-name {
	display: none
}

.dc-car-filter__collapse-container {
	overflow: hidden;
	transition: height .3s ease;
	box-sizing: border-box
}

.dc-car-filter__collapse-container--open {
	overflow: visible
}

.dc-car-filter__filter-area {
	background-color: #f7f7f7;
	padding: 30px 30px 15px;
	box-sizing: border-box
}

@media only screen and (min-width:1200px) {
	.dc-car-filter__filter-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		padding: 30px 30px 35px
	}
}

.dc-car-filter__filter-area>form {
	width: 100%;
	display: block
}

@media only screen and (min-width:1200px) {
	.dc-car-filter__filter-area>form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}
}

.dc-car-filter__input-area {
	display: block;
	margin: 0 -10px
}

.dc-car-filter__input-area::after {
	content: "";
	display: table;
	clear: both
}

@media only screen and (min-width:1200px) {
	.dc-car-filter__input-area {
		width: 100%
	}
}

.dc-car-filter__input-container {
	box-sizing: border-box;
	padding: 0 10px;
	float: left;
	width: 100%;
	margin-bottom: 15px
}

@media only screen and (min-width:630px) {
	.dc-car-filter__input-container {
		width: 50%
	}
	.dc-car-filter--three .dc-car-filter__input-container {
		width: 33.3%
	}
}

.dc-car-filter__input-label {
	display: block;
	color: #666;
	margin-bottom: 4px
}

.dc-car-filter__input-container--active .dc-car-filter__input-label {
	color: #333
}

.dc-car-filter__input-container select {
	width: 100%
}

.dc-car-filter__input-container .bootstrap-select {
	width: 100%!important
}

.dc-car-filter__input-container .bootstrap-select select {
	width: inherit
}

.dc-car-filter__btn-area {
	box-sizing: border-box;
	position: relative;
	text-align: right
}

@media only screen and (min-width:1200px) {
	.dc-car-filter__btn-area {
		margin-left: 20px;
		width: 30%
	}
}

.dc-car-filter--three .dc-car-filter__btn-area {
	margin: 0 -10px
}

@media only screen and (min-width:1200px) {
	.dc-car-filter--three .dc-car-filter__btn-area {
		margin-left: 20px;
		margin-right: 0;
		width: 20%
	}
}

.dc-car-filter__btn-container {
	display: block;
	margin-bottom: 15px;
	vertical-align: top
}

@media only screen and (min-width:630px) {
	.dc-car-filter__btn-container {
		display: inline-block
	}
}

@media only screen and (min-width:1200px) {
	.dc-car-filter__btn-container {
		position: absolute;
		display: block;
		width: 100%
	}
}

@media only screen and (min-width:630px) {
	.dc-car-filter__btn-container:first-child {
		margin-right: 10px
	}
}

@media only screen and (min-width:1200px) {
	.dc-car-filter__btn-container:first-child {
		margin-right: 0;
		top: 23px
	}
	.dc-car-filter__btn-container:last-child {
		bottom: 0
	}
}

.dc-car-filter__btn-container--reset>.btn {
	display: -webkit-inline-box!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.dc-car-filter__btn-container>* {
	min-width: 160px
}

.dc-car-filter--three .dc-car-filter__btn-container {
	padding: 0 10px;
	box-sizing: border-box
}

@media (min-width:630px) {
	.dc-car-filter--three .dc-car-filter__btn-container {
		width: 33.3%
	}
}

@media (min-width:1200px) {
	.dc-car-filter--three .dc-car-filter__btn-container {
		position: absolute;
		display: block;
		width: 100%
	}
}

@media only screen and (min-width:1200px) {
	.dc-car-filter--three .dc-car-filter__btn-container {
		padding: 0
	}
}

.dc-car-filter--three .dc-car-filter__btn-container--apply {
	display: none
}

.dc-car-filter--three .dc-car-filter__btn-container>* {
	min-width: 100%
}

.dc-car-filter--three .dc-car-filter__btn-addon-text {
	display: inline-block;
	margin-left: 3px
}

@media (min-width:1200px) {
	.dc-car-filter--three .dc-car-filter__btn-addon-text {
		display: none
	}
}

.dc-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #292929;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (min-width:520px) {
	.dc-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.dc-card:focus,
.dc-card:hover {
	text-decoration: none;
	color: #292929
}

.dc-card__image {
	display: block;
	position: relative;
	height: 176px;
	text-align: center;
	overflow: hidden;
	width: 100%;
	max-width: 50vw;
	padding-right: 10px
}

@media only screen and (min-width:520px) {
	.dc-card__image {
		padding-right: 0
	}
}

@media only screen and (min-width:600px) {
	.dc-card__image {
		margin-bottom: 20px
	}
}

.dc-card__image--no-image {
	background-color: #e5e5e5;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 40' fill='%238c8c8c'%3E%3Cpath class='st0' d='M0 12.2V34c0 3.3 2.7 6 6.1 6h37.8c3.4 0 6.1-2.7 6.1-6V12.2c0-3.2-2.6-5.7-5.8-5.7h-8.1l-.2-.8C35.1 2.3 32.1 0 28.6 0h-7.2c-3.5 0-6.5 2.3-7.3 5.7l-.2.8H5.8C2.6 6.5 0 9.1 0 12.2zM14.9 9c.6 0 1.1-.4 1.2-1l.4-1.8C17 4 19 2.4 21.3 2.4h7.2c2.3 0 4.3 1.5 4.8 3.8l.6 1.8c.1.6.6 1 1.2 1h9.1c1.8 0 3.3 1.5 3.3 3.3V34c0 2-1.6 3.6-3.6 3.6H6.1c-2 0-3.6-1.6-3.6-3.6V12.2C2.5 10.4 4 9 5.8 9h9.1z'/%3E%3Cpath class='st0' d='M8.5 12.6c.9 0 1.7.7 1.7 1.6 0 .9-.7 1.6-1.7 1.6-.9 0-1.7-.7-1.7-1.6 0-.9.7-1.6 1.7-1.6zM25 33.7c5.8 0 10.5-4.6 10.5-10.3C35.5 17.6 30.8 13 25 13s-10.5 4.6-10.5 10.3c0 5.7 4.7 10.4 10.5 10.4zm0-18.3c4.4 0 8 3.5 8 7.9 0 4.3-3.6 7.9-8 7.9s-8-3.5-8-7.9c0-4.3 3.6-7.9 8-7.9z'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50px
}

@media only screen and (min-width:520px) {
	.dc-card__image--no-image {
		width: 100%
	}
}

.dc-card__tag {
	margin: 0 2px 2px 0
}

.dc-card__picture {
	object-fit: cover;
	max-height: 100%;
	max-width: 100%;
	margin: auto
}

.dc-card__actions {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	font-size: 0;
	text-align: left
}

.dc-card__data {
	display: block;
	overflow: hidden;
	padding-left: 10px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

@media only screen and (min-width:520px) {
	.dc-card__data {
		padding-left: 0
	}
}

.dc-card__title {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.2
}

@media only screen and (min-width:600px) {
	.dc-card__title {
		font-size: 16px;
		margin-bottom: 16px
	}
}

.dc-card__characters {
	font-size: 13px;
	width: 100%
}

.dc-card__characters td {
	padding: 0 10px 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.dc-sugg--tile .dc-card__picture {
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

@media only screen and (min-width:520px) {
	.dc-sugg--tile .dc-card__data {
		width: 100%
	}
	.dc-sugg--rows .dc-card__image {
		margin-bottom: 0;
		margin-right: 20px;
		height: 140px;
		width: 140px;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none
	}
	.dc-sugg--rows .dc-card__picture {
		width: 100%
	}
	.dc-sugg--rows .dc-buy-button__mobile-text {
		display: none
	}
}

.dc-characters__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	max-width: 100%;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 1px
}

.dc-characters__prop-name {
	color: #767676;
	width: 50%;
	padding-right: 10px;
	box-sizing: border-box;
	display: inline-block;
	white-space: normal;
	word-wrap: break-word
}

@media only screen and (max-width:599px) {
	.dc-characters__prop-name {
		display: none
	}
}

.dc-characters__prop-value {
	width: 50%;
	box-sizing: border-box;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

@media only screen and (max-width:599px) {
	.dc-characters__prop-value {
		width: 100%
	}
}

@media only screen and (max-width:899px) {
	.dc-data-filter {
		background-color: #f7f7f7
	}
}

.dc-data-filter__section {
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #f7f7f7
}

.dc-data-filter__section:last-child:not(:first-child) {
	border-bottom: none
}

.dc-data-filter__section--active {
	position: relative
}

.dc-data-filter__section--active::after {
	content: '';
	display: block;
	position: absolute;
	left: 1px;
	height: 20px;
	width: 3px;
	top: 20px;
	background: #0f6eb7
}

@media only screen and (min-width:900px) {
	.dc-data-filter__section_view_outline {
		background-color: transparent;
		border-width: 1px;
		border-color: #e5e5e5;
		border-style: solid;
		margin-bottom: 10px
	}
}

.dc-data-filter__filter-button {
	padding: 8px 10px;
	display: block;
	font-size: 14px;
	width: 100%;
	border: none;
	margin-bottom: 10px
}

.dc-data-filter__filter-button i {
	vertical-align: baseline;
	margin: 0 5px
}

.dc-data-filter__filter-button:last-child {
	margin-bottom: 0
}

.dc-data-filter__filter-button--reset {
	background: #292929
}

.dc-data-filter__filter-button--reset:focus,
.dc-data-filter__filter-button--reset:hover {
	background: #292929
}

.dc-data-filter__filter-button--medium {
	height: 36px
}

@media (min-width:1024px) {
	.dc-data-filter__filter-button--medium {
		height: 44px
	}
	.dc-data-filter__filter-button--medium .dc-icon {
		height: .7em
	}
}

@media (min-width:1200px) {
	.dc-data-filter__filter-button--medium {
		font-size: 16px;
		padding: 11px 10px
	}
}

.dc-data-filter__label {
	font-size: 16px;
	padding-right: 20px
}

.dc-data-filter__content {
	margin-top: 20px
}

.dc-detail {
	margin-bottom: 50px
}

@media only screen and (min-width:900px) {
	.dc-detail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.dc-detail__prod-slider {
	margin-bottom: 40px;
	width: 100%
}

@media only screen and (min-width:900px) {
	.dc-detail__prod-slider {
		width: 390px;
		min-width: 390px;
		margin-right: 30px
	}
}

.dc-detail__prod-slide {
	width: 100%;
	height: 330px
}

@media only screen and (min-width:900px) {
	.dc-detail__prod-slide {
		width: 330px
	}
}

@media only screen and (max-width:768px) {
	.dc-detail__prod-slider-thumbs {
		display: none!important
	}
}

.dc-detail__features-items table,
.dc-detail__info {
	width: 100%
}

.dc-detail__info-section {
	margin-bottom: 40px
}

.dc-detail__name {
	display: block;
	margin: 20px 0;
	font-size: 32px
}

.dc-detail__cart-container {
	display: inline-block
}

.dc-detail__price-container {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	margin-bottom: 20px
}

.dc-detail__price {
	color: #0f6eb7;
	font-size: 26px
}

.dc-detail__cart-form {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px
}

.dc-detail__cart-input-container {
	margin-right: 15px
}

.dc-detail__available {
	color: #8c8c8c;
	padding: 10px 0;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5
}

.dc-detail__info-section {
	font-size: 14px
}

.dc-detail__section-header {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px
}

.dc-detail__features-items {
	border-bottom: 1px solid #f0f0f0;
	max-height: 241px;
	overflow: hidden;
	transition: all .3s ease
}

.dc-detail__features-items td {
	width: 50%;
	padding: 10px 15px
}

.dc-detail__features-items--open {
	max-height: 100%!important
}

.dc-detail__collapse-btn {
	position: relative;
	display: none;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-right: 14px;
	padding-left: 2px;
	font-size: 15px;
	color: #0f6eb7;
	border: none;
	background-color: transparent;
	cursor: pointer;
	transition: all .1s ease
}

.dc-detail__collapse-btn:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	border-top: 1px dashed #0f6eb7;
	width: 100%
}

.dc-detail__collapse-btn:hover:after {
	border-top: 1px solid #0f6eb7
}

.dc-detail__collapse-btn--active {
	display: inline-block
}

.dc-detail__collapse-btn--open>span {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg)
}

.dc-detail__collapse-btn-arrow {
	content: '';
	position: absolute;
	right: 2px;
	top: 50%;
	width: 5px;
	height: 9px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='%26%23x421;%26%23x43B;%26%23x43E;%26%23x439; 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.99 12' fill='%230f6eb7'%3E%3Ctitle%3Earrow%3C/title%3E%3Cpath class='cls-1' d='M7 1.41L2.67 6 7 10.59 5.66 12 0 6l5.66-6z'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg)
}

.dc-detail__description-container {
	max-height: 60px;
	overflow: hidden;
	transition: all .3s ease
}

.dc-detail__description-container--open {
	max-height: 100%!important
}

.dc-filter-clist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative
}

.dc-filter-clist__item {
	font-size: 14px;
	clear: both;
	padding-left: 25px;
	color: #292929;
	position: relative;
	line-height: 1.2em;
	margin-bottom: 8px
}

.dc-filter-clist__item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	display: block;
	height: 16px;
	background-color: #fff
}

.dc-filter-clist__item:focus,
.dc-filter-clist__item:hover {
	color: #0f6eb7;
	text-decoration: none;
	cursor: pointer
}

.dc-filter-clist__item--active:before {
	border: 1px solid #0f6eb7;
	background-color: #0f6eb7;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='%23fff'%3E%3Cpath d='M6.61 11.89L3.5 8.78 2.44 9.84 6.61 14l8.95-8.95L14.5 4z'/%3E%3C/svg%3E");
	background-position: center;
	background-size: contain
}

.dc-filter-clist__item:last-child {
	margin-bottom: 0
}

@media only screen and (min-width:900px) {
	.dc-data-filter__section_view_outline .dc-filter-clist__item::before {
		background-color: #f7f7f7
	}
}

.dc-data-filter__section_view_outline .dc-filter-clist__item--active:before {
	background-color: #0f6eb7;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='%23fff'%3E%3Cpath d='M6.61 11.89L3.5 8.78 2.44 9.84 6.61 14l8.95-8.95L14.5 4z'/%3E%3C/svg%3E")
}

.dc-filter-clist__item_type_radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	padding-left: 0
}

.dc-filter-clist__item_type_radio::before,
.dc-filter-clist__radio {
	display: none
}

.dc-filter-clist__label::before,
input[type=radio]+label.dc-filter-clist__label::before {
	left: 0;
	top: -1px
}

.dc-filter-clist__label::after,
input[type=radio]+label.dc-filter-clist__label::after {
	left: 4px;
	top: 3px
}

.dc-filter-clist__label,
input[type=radio]+label.dc-filter-clist__label {
	margin-right: 0;
	margin-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 30px
}

.dc-filter-clist__text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.dc-filter-expand__label {
	position: relative
}

.dc-filter-expand__label:hover {
	cursor: pointer
}

.dc-filter-expand__label::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0;
	border-color: #292929 transparent transparent;
	right: 5px;
	top: 8px;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease
}

.dc-filter-expand__content {
	max-height: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	opacity: 0;
	transition: max-height .15s ease-in-out .1s, opacity .1s ease, margin-top 0s ease .1s;
	margin-right: -6px;
	padding-right: 6px
}

.dc-filter-expand__content::-webkit-scrollbar {
	width: 6px;
	background: 0 0
}

.dc-filter-expand__content::-webkit-scrollbar-thumb {
	background-color: #d7d7d7
}

.dc-filter-expand--open .dc-filter-expand__content {
	max-height: 200px;
	overflow-y: auto;
	opacity: 1;
	margin-top: 20px;
	transition: max-height .15s ease-in-out, opacity .1s ease .1s
}

.dc-filter-expand--open .dc-filter-expand__label::after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.dc-icon {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: .8em;
	height: .8em
}

.dc-icon--close {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.9 9.9' fill='%23fff'%3E%3Cpath class='st0' d='M1.4 0l8.5 8.5-1.4 1.4L0 1.4 1.4 0z'/%3E%3Cpath class='st0' d='M8.5 0l1.4 1.4-8.5 8.5L0 8.5 8.5 0z'/%3E%3C/svg%3E")
}

.dc-icon--basket {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18' fill='%23fff'%3E%3Cpath d='M6.8 14.571a1.714 1.714 0 1 1-1.7 1.714 1.706 1.706 0 0 1 1.7-1.714zm6.79 0a1.714 1.714 0 1 1-1.7 1.714 1.706 1.706 0 0 1 1.7-1.714zM0 0h3.4v1.715H0V0zm4.74 3.429L4.25 0H3.4l-.85.12 1.81 12.737h11.49L20 3.429H4.74zm10 7.714h-8.9l-.85-6h12.39z'/%3E%3C/svg%3E")
}

.dc-icon--basket_loading {
	background-image: url(/_sysimg/add_basket_loader.gif)
}

.dc-icon--basket_added {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='%23fff'%3E%3Cpath d='M6.61 11.89L3.5 8.78 2.44 9.84 6.61 14l8.95-8.95L14.5 4z'/%3E%3C/svg%3E");
	background-size: initial
}

.dc-item-table__sub-th-value {
	display: block
}

.dc-item-table__sub-td-value {
	display: block;
	color: #848484
}

.dc-item-table__addon-value {
	display: block;
	color: #666;
	font-size: 13px
}

.dc-item-table__td-thumb-value {
	display: inline-block;
	cursor: default
}

.dc-item-table__container {
	overflow-x: auto;
	margin-bottom: 6px
}

.dc-item-table__container::-webkit-scrollbar {
	width: 6px;
	background: 0 0
}

.dc-item-table__container::-webkit-scrollbar-thumb {
	background-color: #d7d7d7
}

.dc-item-table__container--td-catalog {
	padding-bottom: 0
}

@media (min-width:1025px) {
	.dc-item-table__container--modal {
		max-height: 600px;
		overflow-y: scroll;
		padding: 0 0 0 6px
	}
}

.dc-item-table__table {
	min-width: 100%
}

@media only screen and (min-width:768px) {
	.dc-item-table__table {
		max-width: 100%
	}
}

.dc-item-table__table th {
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	color: #848484;
	font-size: 14px;
	background-color: #eee;
	font-weight: 500
}

.dc-item-table__table tr {
	box-shadow: 0 0 transparent, 0 -1px transparent
}

.dc-item-table__table tr:nth-child(2n+1) {
	background-color: #f5f5f5
}

.dc-item-table__table tr:hover {
	box-shadow: 0 1px #ddd inset, 0 -1px #ddd inset
}

.dc-item-table__table td {
	text-align: left;
	vertical-align: middle;
	padding: 15px 10px;
	color: #333;
	font-size: 14px
}

@media only screen and (min-width:768px) {
	.dc-item-table__table td {
		padding: 15px
	}
}

.dc-item-table__table_scale_middle td {
	padding-left: 10px;
	padding-right: 10px
}

.dc-item-table__table_scale_min td {
	padding-left: 5px;
	padding-right: 5px
}

.dc-item-table__table td.dc-item-table__column_price {
	text-align: right
}

.dc-item-table__container--td-catalog .dc-item-table__table th {
	vertical-align: top;
	padding: 10px;
	color: #666;
	font-size: 13px;
	background-color: #f5f5f5
}

.dc-item-table__container--td-catalog .dc-item-table__table tr {
	border-bottom: 1px solid #f5f5f5
}

.dc-item-table__container--td-catalog .dc-item-table__table tr:nth-child(2n+1) {
	background-color: transparent
}

.dc-item-table__container--td-catalog .dc-item-table__table tr:last-child {
	border-bottom: none
}

.dc-item-table__container--td-catalog .dc-item-table__table td {
	color: #404040;
	font-size: 16px;
	text-align: center;
	padding: 10px
}

.dc-item-table__container--td-catalog .dc-item-table__table .DigitalTextBox {
	height: 30px;
	width: 60px;
	text-align: center
}

.dc-item-table__gallery-btn {
	display: inline-block;
	width: 40px;
	height: 30px;
	background-color: transparent;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80% 80%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 490 397.70001' width='490' height='397.7' fill='%230f6eb7'%3E%3Cg transform='translate(0 -46.15)'%3E%3Cpath d='M0 167.85v216.2c0 33 26.8 59.8 59.8 59.8h370.4c33 0 59.8-26.8 59.8-59.8v-216.2c0-31.4-25.5-56.9-56.9-56.9h-79.6l-1.9-8.3c-7.7-33.3-37-56.5-71.2-56.5h-70.9c-34.1 0-63.4 23.2-71.2 56.5l-1.9 8.3H56.9c-31.4 0-56.9 25.6-56.9 56.9zm146.2-32.4c5.7 0 10.6-3.9 11.9-9.5l4.1-17.8c5.2-22.1 24.6-37.5 47.3-37.5h70.9c22.7 0 42.1 15.4 47.3 37.5l4.1 17.8c1.3 5.5 6.2 9.5 11.9 9.5H433c17.9 0 32.4 14.5 32.4 32.4v216.2c0 19.5-15.8 35.3-35.3 35.3H59.8c-19.5 0-35.3-15.8-35.3-35.3v-216.2c0-17.9 14.5-32.4 32.4-32.4z'/%3E%3Ccircle cx='82.9' cy='187.75' r='16.4'/%3E%3Cpath d='M245 380.95c56.7 0 102.9-46.2 102.9-102.9s-46.2-102.9-102.9-102.9-102.9 46.1-102.9 102.9c0 56.8 46.2 102.9 102.9 102.9zm0-181.3c43.2 0 78.4 35.2 78.4 78.4s-35.2 78.4-78.4 78.4-78.4-35.2-78.4-78.4 35.2-78.4 78.4-78.4z'/%3E%3C/g%3E%3C/svg%3E");
	transition: all .25s ease;
	border: none
}

.dc-item-table__gallery-btn:focus,
.dc-item-table__gallery-btn:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 490 397.70001' width='490' height='397.7' fill='%23f44336'%3E%3Cg transform='translate(0 -46.15)'%3E%3Cpath d='M0 167.85v216.2c0 33 26.8 59.8 59.8 59.8h370.4c33 0 59.8-26.8 59.8-59.8v-216.2c0-31.4-25.5-56.9-56.9-56.9h-79.6l-1.9-8.3c-7.7-33.3-37-56.5-71.2-56.5h-70.9c-34.1 0-63.4 23.2-71.2 56.5l-1.9 8.3H56.9c-31.4 0-56.9 25.6-56.9 56.9zm146.2-32.4c5.7 0 10.6-3.9 11.9-9.5l4.1-17.8c5.2-22.1 24.6-37.5 47.3-37.5h70.9c22.7 0 42.1 15.4 47.3 37.5l4.1 17.8c1.3 5.5 6.2 9.5 11.9 9.5H433c17.9 0 32.4 14.5 32.4 32.4v216.2c0 19.5-15.8 35.3-35.3 35.3H59.8c-19.5 0-35.3-15.8-35.3-35.3v-216.2c0-17.9 14.5-32.4 32.4-32.4z'/%3E%3Ccircle cx='82.9' cy='187.75' r='16.4'/%3E%3Cpath d='M245 380.95c56.7 0 102.9-46.2 102.9-102.9s-46.2-102.9-102.9-102.9-102.9 46.1-102.9 102.9c0 56.8 46.2 102.9 102.9 102.9zm0-181.3c43.2 0 78.4 35.2 78.4 78.4s-35.2 78.4-78.4 78.4-78.4-35.2-78.4-78.4 35.2-78.4 78.4-78.4z'/%3E%3C/g%3E%3C/svg%3E")
}

@media only screen and (min-width:900px) {
	.dc-items-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.dc-items-wrap__view {
	margin-bottom: 10px
}

@media only screen and (min-width:600px) {
	.dc-items-wrap__view {
		margin-bottom: 30px
	}
}

@media only screen and (max-width:899px) {
	.dc-items-wrap__filter {
		display: block;
		position: fixed;
		z-index: 100;
		top: 0;
		right: 0;
		-webkit-transform: translateX(290px);
		-ms-transform: translateX(290px);
		transform: translateX(290px);
		width: 290px;
		transition: transform .4s ease-in-out;
		transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
		bottom: 0;
		overflow: auto
	}
	.dc-items-wrap__filter--show {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		box-shadow: 0 0 2px 0 rgba(0, 0, 0, .5)
	}
}

@media only screen and (min-width:900px) {
	.dc-items-wrap__filter {
		width: 25%;
		position: relative;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		margin-right: 30px;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.dc-items-wrap__content {
	min-width: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%
}

.dc-items-wrap__items {
	margin-bottom: 20px
}

.dc-model-list {
	margin-bottom: 15px
}

.dc-model-list::after,
.dc-model-list__item::after,
.dc-model-list__list::after,
.dc-more-product-slider::after {
	content: "";
	display: table;
	clear: both
}

.dc-model-list__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0 -15px;
	box-sizing: border-box;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.dc-model-list__item {
	display: block;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 30px;
	float: left;
	width: 100%
}

@media only screen and (min-width:480px) {
	.dc-model-list__item {
		width: 50%
	}
}

@media only screen and (min-width:768px) {
	.dc-model-list__item {
		width: 33.3333%
	}
}

@media only screen and (min-width:992px) {
	.dc-model-list__item {
		width: 25%
	}
}

.dc-model-list__item--no-content .dc-model-list__item-name-area {
	padding-right: 40px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='%26%23x421;%26%23x43B;%26%23x43E;%26%23x439; 1' viewBox='0 0 6.99 12' fill='%238c8c8c'%3E%3Ctitle%3Earrow%3C/title%3E%3Cpath class='cls-1' d='M0 1.41L4.33 6 0 10.59 1.34 12 7 6 1.34 0z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 94% 50%;
	background-size: 8px
}

.dc-model-list__item--no-content .dc-model-list__item-link:active .dc-model-list__item-name-area,
.dc-model-list__item--no-content .dc-model-list__item-link:focus .dc-model-list__item-name-area,
.dc-model-list__item--no-content .dc-model-list__item-link:hover .dc-model-list__item-name-area {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='%26%23x421;%26%23x43B;%26%23x43E;%26%23x439; 1' viewBox='0 0 6.99 12' fill='%23fff'%3E%3Ctitle%3Earrow%3C/title%3E%3Cpath class='cls-1' d='M0 1.41L4.33 6 0 10.59 1.34 12 7 6 1.34 0z'/%3E%3C/svg%3E")
}

@media only screen and (min-width:768px) {
	.dc-model-list--brands .dc-model-list__item {
		width: 50%
	}
}

@media only screen and (min-width:992px) {
	.dc-model-list--brands .dc-model-list__item {
		width: 33.3333%
	}
}

.dc-model-list__item-link {
	display: block;
	border: 1px solid #f5f5f5;
	transition: all .15s ease;
	height: 100%
}

.dc-model-list__item-link:focus,
.dc-model-list__item-link:hover {
	border-color: #0f6eb7
}

.dc-model-list__item-link:focus .dc-model-list__item-name-area,
.dc-model-list__item-link:hover .dc-model-list__item-name-area {
	background-color: #0f6eb7
}

.dc-model-list__item-link:focus .dc-model-list__item-desc,
.dc-model-list__item-link:focus .dc-model-list__item-name,
.dc-model-list__item-link:focus .dc-model-list__item-year,
.dc-model-list__item-link:hover .dc-model-list__item-desc,
.dc-model-list__item-link:hover .dc-model-list__item-name,
.dc-model-list__item-link:hover .dc-model-list__item-year {
	color: #fff
}

.dc-model-list__item-link:active {
	border-color: #f44336
}

.dc-model-list__item-link:active .dc-model-list__item-name-area {
	background-color: #f44336
}

.dc-model-list__item-link:active .dc-model-list__item-desc,
.dc-model-list__item-link:active .dc-model-list__item-name,
.dc-model-list__item-link:active .dc-model-list__item-year {
	color: #fff
}

.dc-model-list__item-name-area {
	background-color: #f7f7f7;
	transition: all .15s ease;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 10px 20px;
	min-height: 65px
}

.dc-model-list--brands .dc-model-list__item-name-area {
	height: auto;
	vertical-align: middle
}

.dc-model-list--brands .dc-model-list__item-name-area img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	max-width: 40%;
	max-height: 36px
}

.dc-model-list__item--img .dc-model-list__item-name-area {
	height: calc(100% - 140px)
}

.dc-model-list__item-name {
	font-size: 18px;
	color: #333;
	font-weight: 600;
	transition: all .15s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.dc-model-list__item-name>p,
.dc-model-list__item-name>span {
	margin-top: auto;
	margin-bottom: auto
}

.dc-model-list__item-desc {
	font-size: 14px;
	color: #8d8d8d
}

.dc-model-list__item-year {
	font-size: 14px;
	color: #666;
	font-weight: 500;
	transition: all .15s ease;
	overflow: hidden
}

.dc-model-list__item-image-area {
	height: 140px;
	text-align: center;
	padding: 15px;
	background-position: center;
	background-size: 40px auto;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 490 397.70001' width='490' height='397.7' fill='%23f0f0f0'%3E%3Cg transform='translate(0 -46.15)'%3E%3Cpath d='M0 167.85v216.2c0 33 26.8 59.8 59.8 59.8h370.4c33 0 59.8-26.8 59.8-59.8v-216.2c0-31.4-25.5-56.9-56.9-56.9h-79.6l-1.9-8.3c-7.7-33.3-37-56.5-71.2-56.5h-70.9c-34.1 0-63.4 23.2-71.2 56.5l-1.9 8.3H56.9c-31.4 0-56.9 25.6-56.9 56.9zm146.2-32.4c5.7 0 10.6-3.9 11.9-9.5l4.1-17.8c5.2-22.1 24.6-37.5 47.3-37.5h70.9c22.7 0 42.1 15.4 47.3 37.5l4.1 17.8c1.3 5.5 6.2 9.5 11.9 9.5H433c17.9 0 32.4 14.5 32.4 32.4v216.2c0 19.5-15.8 35.3-35.3 35.3H59.8c-19.5 0-35.3-15.8-35.3-35.3v-216.2c0-17.9 14.5-32.4 32.4-32.4z'/%3E%3Ccircle cx='82.9' cy='187.75' r='16.4'/%3E%3Cpath d='M245 380.95c56.7 0 102.9-46.2 102.9-102.9s-46.2-102.9-102.9-102.9-102.9 46.1-102.9 102.9c0 56.8 46.2 102.9 102.9 102.9zm0-181.3c43.2 0 78.4 35.2 78.4 78.4s-35.2 78.4-78.4 78.4-78.4-35.2-78.4-78.4 35.2-78.4 78.4-78.4z'/%3E%3C/g%3E%3C/svg%3E");
	position: relative
}

.dc-model-list__item-image {
	display: inline-block;
	height: 100%;
	max-width: 100%;
	width: auto
}

.dc-model-list__item-about-area {
	padding: 15px 20px 20px;
	text-align: left;
	position: relative
}

.dc-modif-modal .modal-dialog {
	position: relative;
	width: auto;
	margin: 35px 10px
}

@media (min-width:768px) {
	.dc-modif-modal .modal-dialog {
		margin-top: 50px!important
	}
}

@media (min-width:992px) {
	.dc-modif-modal .modal-dialog {
		width: 880px;
		margin: 80px auto 0!important
	}
}

@media (min-width:1200px) {
	.dc-modif-modal .modal-dialog {
		width: 992px;
		margin: 85px auto 0!important
	}
}

.dc-modif-modal__close-btn {
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.9 9.9' fill='%23292929'%3E%3Cpath class='st0' d='M1.4 0l8.5 8.5-1.4 1.4L0 1.4 1.4 0z'/%3E%3Cpath class='st0' d='M8.5 0l1.4 1.4-8.5 8.5L0 8.5 8.5 0z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer
}

.dc-modif-modal__close-btn:active,
.dc-modif-modal__close-btn:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.9 9.9' fill='%23f44336'%3E%3Cpath class='st0' d='M1.4 0l8.5 8.5-1.4 1.4L0 1.4 1.4 0z'/%3E%3Cpath class='st0' d='M8.5 0l1.4 1.4-8.5 8.5L0 8.5 8.5 0z'/%3E%3C/svg%3E")
}

.dc-modif-modal__header-container {
	margin: 10px 10px 0
}

.dc-modif-modal__header {
	display: block;
	font-size: 24px;
	margin-bottom: 10px
}

.dc-more-product-slider {
	margin-bottom: 90px
}

.dc-more-product-slider__outer {
	overflow: hidden
}

.dc-more-product-slider__outer .owl-stage {
	display: table;
	height: 100%
}

.dc-more-product-slider__item {
	display: table;
	height: 100%;
	width: 100%;
	border: 2px solid #f5f5f5;
	padding: 0 20px;
	transition: border .2s ease
}

.dc-more-product-slider__item:hover {
	border-color: #d41a31
}

.dc-more-product-slider__item-content {
	display: table-cell;
	height: 100%;
	width: 100%;
	padding-bottom: 84px;
	position: relative
}

.dc-more-product-slider__item-image {
	padding: 40px 0;
	min-height: 195px;
	text-align: center
}

.dc-more-product-slider__item-image img {
	height: 115px;
	max-width: 100%;
	display: inline-block!important
}

.dc-more-product-slider__item-name {
	font-size: 16px;
	margin-bottom: 7px;
	font-weight: 600
}

.dc-more-product-slider__item-features {
	padding-bottom: 15px
}

.dc-more-product-slider__item-feature {
	color: #404040;
	font-size: 14px
}

.dc-more-product-slider__item-cart-section {
	border-top: 1px solid #f5f5f5;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 84px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.dc-more-product-slider__item-info-container {
	width: 100%;
	margin-right: 15px
}

.dc-more-product-slider__header-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px
}

.dc-more-product-slider__header {
	font-size: 26px;
	font-weight: 600;
	width: 100%;
	margin-right: 15px
}

.dc-more-product-slider__controll-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.dc-more-product-slider__controll-next,
.dc-more-product-slider__controll-prev {
	height: 44px;
	width: 44px;
	background-color: #f5f5f5;
	background-position: center;
	background-size: 12px auto;
	background-repeat: no-repeat;
	cursor: pointer
}

.dc-more-product-slider__controll-next:hover,
.dc-more-product-slider__controll-prev:hover {
	background-color: #eee
}

.dc-more-product-slider__controll-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='%26%23x421;%26%23x43B;%26%23x43E;%26%23x439; 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.99 12' fill='%23848484'%3E%3Ctitle%3Earrow%3C/title%3E%3Cpath class='cls-1' d='M7 1.41L2.67 6 7 10.59 5.66 12 0 6l5.66-6z'/%3E%3C/svg%3E");
	margin-right: 2px
}

.dc-more-product-slider__controll-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='%26%23x421;%26%23x43B;%26%23x43E;%26%23x439; 1' viewBox='0 0 6.99 12' fill='%23848484'%3E%3Ctitle%3Earrow%3C/title%3E%3Cpath class='cls-1' d='M0 1.41L4.33 6 0 10.59 1.34 12 7 6 1.34 0z'/%3E%3C/svg%3E")
}

.dc-more-product-slider__item-available {
	font-size: 13px;
	color: #666
}

.dc-more-product-slider__item-price {
	color: #d41a31;
	font-size: 18px
}

.dc-more-product-slider__item-price--old {
	color: #d41a31;
	font-size: 14px;
	text-decoration: line-through;
	margin-bottom: -5px
}

.dc-product-slider__main {
	position: relative;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	white-space: nowrap;
	width: 100%
}

.dc-product-slider__round {
	padding: 30px;
	border: 2px solid #f8f8f8;
	width: 100%;
	position: relative
}

.dc-product-slider__slide {
	position: relative;
	display: inline-block;
	vertical-align: top
}

.dc-product-slider__picture {
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%)
}

.dc-product-slider__slides {
	display: inline-block;
	min-width: 100%
}

.dc-product-slider__actions {
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 0;
	text-align: left
}

.dc-product-slider__tag {
	margin: 0 2px 2px 0
}

.dc-product-slider__nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0
}

.dc-product-slider__next,
.dc-product-slider__prev {
	width: 30px;
	height: 50px;
	border: none;
	position: absolute;
	margin-top: -30px;
	background-color: transparent;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='%26%23x421;%26%23x43B;%26%23x43E;%26%23x439; 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.99 12' fill='%23777777'%3E%3Ctitle%3Earrow%3C/title%3E%3Cpath class='cls-1' d='M7 1.41L2.67 6 7 10.59 5.66 12 0 6l5.66-6z'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 8px;
	transition: background .2s ease
}

.dc-product-slider__next:active,
.dc-product-slider__next:hover,
.dc-product-slider__prev:active,
.dc-product-slider__prev:hover {
	background-color: #f5f5f5
}

.dc-product-slider__prev {
	left: 0
}

.dc-product-slider__next {
	right: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.dc-product-slider__thumbs {
	width: 100%;
	font-size: 0;
	margin-top: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.dc-product-slider__thumb-item {
	display: inline-block;
	width: 30%;
	width: calc(33.33333333% - 4px);
	margin: 0 2px 2px 0;
	position: relative
}

.dc-product-slider__thumb-item:nth-child(3n) {
	margin-right: 0
}

.dc-product-slider__thumb-item::before {
	content: "";
	display: block;
	padding-top: 100%
}

.dc-product-slider__thumb-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: box-shadow .2s ease
}

.dc-product-slider__thumb-link--active {
	box-shadow: inset 0 0 0 2px #eee
}

.dc-product-slider__thumb-link:hover {
	box-shadow: inset 0 0 0 2px rgba(238, 238, 238, .3)
}

.dc-product-slider__thumb-link:not(.dc-product-slider__thumb-link--active):hover {
	cursor: pointer
}

.dc-product-slider__thumb-picture {
	width: 96%;
	margin: auto
}

.dc-product-slider__no-image {
	background-color: #f5f5f5;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 40' fill='%23eee'%3E%3Cpath class='st0' d='M0 12.2V34c0 3.3 2.7 6 6.1 6h37.8c3.4 0 6.1-2.7 6.1-6V12.2c0-3.2-2.6-5.7-5.8-5.7h-8.1l-.2-.8C35.1 2.3 32.1 0 28.6 0h-7.2c-3.5 0-6.5 2.3-7.3 5.7l-.2.8H5.8C2.6 6.5 0 9.1 0 12.2zM14.9 9c.6 0 1.1-.4 1.2-1l.4-1.8C17 4 19 2.4 21.3 2.4h7.2c2.3 0 4.3 1.5 4.8 3.8l.6 1.8c.1.6.6 1 1.2 1h9.1c1.8 0 3.3 1.5 3.3 3.3V34c0 2-1.6 3.6-3.6 3.6H6.1c-2 0-3.6-1.6-3.6-3.6V12.2C2.5 10.4 4 9 5.8 9h9.1z'/%3E%3Cpath class='st0' d='M8.5 12.6c.9 0 1.7.7 1.7 1.6 0 .9-.7 1.6-1.7 1.6-.9 0-1.7-.7-1.7-1.6 0-.9.7-1.6 1.7-1.6zM25 33.7c5.8 0 10.5-4.6 10.5-10.3C35.5 17.6 30.8 13 25 13s-10.5 4.6-10.5 10.3c0 5.7 4.7 10.4 10.5 10.4zm0-18.3c4.4 0 8 3.5 8 7.9 0 4.3-3.6 7.9-8 7.9s-8-3.5-8-7.9c0-4.3 3.6-7.9 8-7.9z'/%3E%3C/svg%3E");
	background-position: top 70px center;
	height: 200px;
	background-repeat: no-repeat;
	background-size: 50px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.dc-product-slider__no-image-text {
	font-size: 13px;
	color: #848484;
	text-align: center;
	margin: 120px auto
}

.dc-search__container {
	display: block;
	padding: 15px;
	background-color: #f7f7f7;
	margin-bottom: 30px
}

@media only screen and (min-width:768px) {
	.dc-search__container {
		padding: 15px 30px
	}
}

.dc-search__input-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 250px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	transition: all .15s linear
}

@media only screen and (min-width:550px) {
	.dc-search__input-group {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex
	}
}

.dc-search__input-group--active,
.dc-search__input-group:focus,
.dc-search__input-group:hover {
	border-color: #0f6eb7
}

.dc-search__input-group--active .dc-search__submit,
.dc-search__input-group:focus .dc-search__submit,
.dc-search__input-group:hover .dc-search__submit {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%230f6eb7'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E")
}

.dc-search__input {
	width: 100%;
	outline: none!important;
	border: none!important;
	box-shadow: none!important;
	padding: 15px!important
}

.dc-search__input:focus,
.dc-search__input:hover {
	outline: none!important;
	border: none!important;
	box-shadow: none!important
}

.dc-search input[type=submit],
.dc-search__submit {
	background-color: transparent!important;
	text-indent: -9999px;
	width: 50px;
	background-repeat: no-repeat;
	background-size: auto 20px;
	background-position: center;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
	border: none!important;
	transition: all .15s linear;
	position: relative
}

.dc-search input[type=submit]:focus,
.dc-search input[type=submit]:hover,
.dc-search__submit:focus,
.dc-search__submit:hover {
	background-color: #0f6eb7!important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E")!important
}

.dc-search input[type=submit]:active,
.dc-search__submit:active {
	outline: none!important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E")!important;
	background-color: #f44336!important
}

.dc-sugg,
.dc-sugg__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.dc-sugg {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.dc-sugg__item {
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 10px;
	border: 2px solid #f7f7f7
}

@media only screen and (min-width:768px) {
	.dc-sugg__item {
		padding: 20px
	}
}

.dc-sugg__card {
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 0 16px
}

.dc-sugg__buy-info {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	border-top: 1px solid #f7f7f7;
	padding-top: 10px
}

@media only screen and (min-width:600px) {
	.dc-sugg__buy-info {
		padding-top: 16px
	}
}

@media only screen and (min-width:520px) {
	.dc-sugg--rows .dc-sugg__item {
		border: none;
		padding: 20px 0;
		border-top: 2px solid #f7f7f7;
		margin: 0;
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.dc-sugg--rows .dc-sugg__item:first-child {
		border-top: none
	}
	.dc-sugg--rows .dc-sugg__buy-info {
		border: none;
		padding-top: 0
	}
	.dc-sugg--rows .dc-sugg__card {
		padding: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.dc-sugg--tile .dc-sugg__item {
	border: 2px solid #f7f7f7;
	transition: border .1s ease
}

.dc-sugg--tile .dc-sugg__item:focus,
.dc-sugg--tile .dc-sugg__item:hover {
	border-color: #0f6eb7;
	transition: border .15s ease
}

@media only screen and (max-width:519px) {
	.dc-sugg--tile .dc-sugg__item {
		margin-bottom: 10px
	}
}

@media (min-width:520px) and (max-width:767px) {
	.dc-sugg--tile .dc-sugg__item {
		width: 100%;
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-top: 10px
	}
	.dc-sugg--tile .dc-sugg__item:nth-child(2n) {
		margin-right: 0
	}
	.dc-sugg--tile .dc-sugg__item:nth-child(-n+2) {
		margin-top: 0
	}
}

@media only screen and (min-width:768px) {
	.dc-sugg--tile .dc-sugg__item {
		width: 50%;
		width: calc(33.33333333% - 20px);
		margin-right: 30px;
		margin-top: 30px
	}
	.dc-sugg--tile .dc-sugg__item:nth-child(3n) {
		margin-right: 0
	}
	.dc-sugg--tile .dc-sugg__item:nth-child(-n+3) {
		margin-top: 0
	}
}

@media only screen and (min-width:1024px) {
	.dc-sugg--four:not(.dc-sugg--rows) .dc-sugg__item {
		width: 33.33333333%;
		width: calc(25% - 22.5px);
		margin-right: 30px;
		margin-top: 30px
	}
	.dc-sugg--four:not(.dc-sugg--rows) .dc-sugg__item:nth-child(4n) {
		margin-right: 0
	}
	.dc-sugg--four:not(.dc-sugg--rows) .dc-sugg__item:nth-child(-n+4) {
		margin-top: 0
	}
}

.dc-table-modal-link {
	display: inline-block;
	background-color: transparent;
	border: none;
	outline: none;
	color: #0f6eb7;
	padding: 0 2px;
	border-bottom: 1px dashed #0f6eb7;
	cursor: pointer
}

.dc-table-modal-link:focus,
.dc-table-modal-link:hover {
	color: #f44336;
	border-bottom: 1px solid #f44336
}

.dc-tag {
	display: inline-block;
	color: #fff
}

.dc-tag_size_small {
	font-size: 13px;
	padding: 3px 7px
}

.dc-tag_type_stock {
	background-color: #d41a31
}

.dc-tag_type_recommend {
	background-color: #67b16a
}

.dc-tag_type_new {
	background-color: #2196f3
}

.dc-td-accordion__collapse-controll {
	display: block;
	background-color: #f5f5f5;
	padding-right: 50px;
	position: relative;
	cursor: pointer
}

.dc-td-accordion__collapse-controll:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 20px;
	width: 15px;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='357' height='357' viewBox='0 0 357 357' fill='%23333'%3E%3Cpath d='M357 204H204v153h-51V204H0v-51h153V0h51v153h153v51z'/%3E%3C/svg%3E")
}

.dc-td-accordion__collapse-controll:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='357' height='357' viewBox='0 0 357 357' fill='%230f6eb7'%3E%3Cpath d='M357 204H204v153h-51V204H0v-51h153V0h51v153h153v51z'/%3E%3C/svg%3E")
}

.dc-td-accordion--open .dc-td-accordion__collapse-controll {
	background-color: #eee
}

.dc-td-accordion--open .dc-td-accordion__collapse-controll:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.354' height='22.354' viewBox='0 0 22.354 22.354' fill='%23333'%3E%3Cpath d='M0 8.61h22.354v5.133H0z'/%3E%3C/svg%3E")
}

@media (min-width:768px) {
	.dc-td-accordion--hard-open .dc-td-accordion__collapse-controll {
		cursor: default
	}
	.dc-td-accordion--hard-open .dc-td-accordion__collapse-controll:after {
		background-image: none
	}
}

.dc-td-accordion__collapse-container {
	overflow: hidden;
	height: 0;
	transition: height .3s ease;
	box-sizing: border-box
}

.dc-td-accordion__collapse-container--open {
	overflow: visible
}

@media (min-width:768px) {
	.dc-td-accordion--hard-open .dc-td-accordion__collapse-container {
		height: auto!important;
		overflow: visible
	}
}

.dc-td-options__header {
	color: #666;
	margin-bottom: 5px
}

.dc-td-options__container {
	display: block;
	margin: 0 -5px 10px
}

.dc-td-options__container::after {
	content: "";
	display: table;
	clear: both
}

.dc-td-options__form {
	display: block;
	padding: 0 5px 5px;
	float: left
}

.dc-td-product {
	margin-bottom: 10px;
	border: 1px solid #eee;
	overflow: hidden;
	width: 100%
}

.dc-td-product__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 20px 20px 10px
}

@media (min-width:480px) {
	.dc-td-product__header {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 30px 30px 15px
	}
}

.dc-td-product__header-name {
	display: block;
	font-size: 16px;
	color: #333;
	font-weight: 600;
	margin-bottom: 20px
}

.dc-td-product__header-img-container {
	min-width: 160px;
	width: 160px;
	margin-right: 20px
}

.dc-td-product__header-img {
	max-height: 120px;
	max-width: 100%;
	margin-bottom: 15px
}

.dc-td-product__header-main-options {
	width: 100%;
	color: #333
}

.dc-td-product__header-main-options td:first-child {
	color: #666;
	padding-right: 25px
}

.dc-td-search-item {
	width: 100%;
	margin-bottom: 20px
}

@media (min-width:768px) {
	.dc-td-search-item {
		margin-bottom: 30px
	}
}

.dc-td-search-item__header {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	padding: 15px 15px 15px 50px;
	border-left: 4px solid #0f6eb7;
	background-color: #f5f5f5;
	position: relative
}

.dc-td-search-item__header--disk:before,
.dc-td-search-item__header--tire:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230f6eb7'%3E%3Cpath d='M17.5 11.7c-.2-3-1.7-5.2-3-5.2-.3 0-.5.1-.8.3 1.1 1.5 1.8 3.5 1.8 5.7s-.7 4.3-1.8 5.7c.3.2.5.3.8.3 1.3 0 2.7-2.2 3-5.2v-.8c0-.3.1-.6 0-.8z'/%3E%3Cpath d='M15.6 2.5h-6c-4.4 0-8 4.5-8 10s3.6 10 8 10h6c3.3 0 6-4.5 6-10s-2.7-10-6-10zm.2 17.9c-.2 0-.4.1-.7.1h-.7c-.2 0-.4 0-.5-.1-.1 0-.2-.1-.3-.1-.1 0-.1 0-.2-.1-.1 0-.2-.1-.3-.2H13c-.1-.1-.2-.1-.3-.2l-.1-.1c-1.7-1.3-2.8-4-2.8-7.2s1.2-6 2.9-7.3l.2-.2c.1 0 .1-.1.2-.1.1-.1.2-.1.3-.1.1 0 .1 0 .2-.1.1 0 .2-.1.4-.1h.1c.2 0 .3-.1.5-.1h.6c.3 0 .6 0 .8.1 1.8.2 3.8 3.6 3.8 8-.2 4.3-2.2 7.6-4 7.8z'/%3E%3C/svg%3E")
}

.dc-td-search-item__header--disk:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230f6eb7'%3E%3Cpath d='M13.4 2h-2c-5.5 0-10 4.5-10 10s4.5 10 10 10h2c4.4 0 8-4.5 8-10s-3.5-10-8-10zM15 4.8c2 .7 3.3 2.6 3.9 5L15 11.1V4.8zm-2-.3v6.6L7.8 9.4C8.6 6.6 11 4.6 13 4.5zm-5.6 8c0-.4 0-.8.1-1.1l5.1 1.6L9 17.9c-1-1.4-1.6-3.3-1.6-5.4zm6 8c-1.1 0-2.1-.4-3-1.1l3.8-5.2 3.2 4.4c-1.1 1.1-2.5 1.9-4 1.9zm6-7.4v.4c-.1 1.2-.4 2.3-.9 3.2L15.8 13l3.6-1.2V13.1z'/%3E%3C/svg%3E")
}

.dc-td-search-item__form {
	display: block;
	padding-top: 25px
}

.dc-td-search-item__row {
	margin: 0 -7px
}

.dc-td-search-item__row::after {
	content: "";
	display: table;
	clear: both
}

.dc-td-search-item__input-container {
	display: block;
	padding: 0 7px;
	box-sizing: border-box;
	margin-bottom: 20px
}

.dc-td-search-item__input-container select {
	width: 100%!important;
	max-width: 100%!important
}

.dc-td-search-item__input-container input[type=submit] {
	min-width: 100%;
	height: 36px
}

@media (min-width:480px) {
	.dc-td-search-item__input-container input[type=submit] {
		min-width: 40%
	}
}

@media (min-width:1024px) {
	.dc-td-search-item__input-container input[type=submit] {
		height: 44px
	}
}

@media (min-width:1200px) {
	.dc-td-search-item__input-container input[type=submit] {
		min-width: 30%
	}
}

@media (min-width:480px) {
	.dc-td-search-item__input-container--third {
		float: left;
		width: 33.3%
	}
	.dc-td-search-item__input-container--half {
		float: left;
		width: 50%
	}
}

.dc-td-search-item__input-label {
	display: block;
	font-size: 14px;
	color: #333;
	margin-bottom: 5px
}

.dc-td-search__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -15px
}

@media (min-width:768px) {
	.dc-td-search__container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.dc-td-search__item {
	padding: 0 15px;
	box-sizing: border-box;
	width: 100%
}

@media (min-width:768px) {
	.dc-td-search__item {
		width: 50%
	}
}

.dc-tile {
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 15px 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media only screen and (min-width:600px) {
	.dc-tile {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 15px -15px
	}
}

@media only screen and (min-width:1024px) {
	.dc-tile {
		margin: 30px -15px
	}
}

.dc-tile__link {
	border: 2px solid #f0f0f0;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 270px;
	text-decoration: none;
	margin: 0 0 15px;
	transition: border .2s ease;
	display: inline-block\9
}

.dc-tile__link:focus,
.dc-tile__link:hover {
	border-color: #0f6eb7;
	text-decoration: none
}

@media only screen and (min-width:600px) {
	.dc-tile__link {
		width: 50%;
		margin: 15px;
		width: calc(50% - 30px)
	}
}

@media only screen and (min-width:1024px) {
	.dc-tile__link {
		width: 50%;
		width: calc(33.33333333% - 30px);
		margin: 15px
	}
}

@media only screen and (min-width:1200px) {
	.dc-tile__link {
		width: 50%;
		width: calc(25% - 30px);
		margin: 15px
	}
}

.dc-tile__info {
	background-color: #fff;
	padding: 15px;
	display: block
}

@media only screen and (min-width:600px) {
	.dc-tile__info {
		padding: 30px
	}
}

.dc-tile__name {
	font-size: 19px;
	color: #292929;
	display: block;
	transition: color .2s ease;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none
}

.dc-tile__link:focus .dc-tile__name,
.dc-tile__link:hover .dc-tile__name {
	color: #0f6eb7
}

.dc-tile__sub {
	color: #666;
	font-size: 14px
}

.dc-tile__cover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden
}

.dc-tile__img {
	object-fit: cover;
	width: 100%;
	width: 285px\9;
	height: 170px\9
}

.dc-title {
	margin-bottom: 20px;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.dc-title__sub {
	font-size: 18px;
	white-space: nowrap;
	color: #8c8c8c;
	margin-right: 6px
}

@media only screen and (max-width:767px) {
	.dc-title__sub {
		margin-bottom: 6px
	}
}

@media only screen and (min-width:1024px) {
	.dc-title__sub {
		font-size: 24px
	}
}

@media only screen and (min-width:900px) {
	.dc-title__filter-button {
		display: none
	}
}

@media only screen and (max-width:767px) {
	.dc-title__filter-button {
		margin-bottom: 6px
	}
}

.dc-title__search {
	margin-left: auto
}

@media only screen and (max-width:767px) {
	.dc-title__search {
		width: 100%
	}
}

.content-page h1.dc-title__caption,
.dc-title__caption {
	font-size: 32px;
	margin-bottom: 0;
	margin-right: 6px
}

@media only screen and (max-width:767px) {
	.content-page h1.dc-title__caption,
	.dc-title__caption {
		margin-bottom: 8px
	}
}

.dc-view-settings {
	background-color: #f7f7f7;
	padding: 10px 20px;
	font-size: 13px;
	color: #292929;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.dc-view-settings__show-by {
	padding: 6px 0
}

@media only screen and (min-width:600px) {
	.dc-view-settings__show-by {
		margin-right: 30px
	}
}

.dc-view-settings__sort {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 6px 0
}

.dc-view-settings__sort-label {
	display: inline-block;
	margin-right: 16px
}

.dc-view-settings__view-type {
	padding: 6px 0
}

.dc-view-settings__sort-link {
	margin-right: 14px;
	color: #292929;
	white-space: nowrap
}

.dc-view-settings__sort-link:focus,
.dc-view-settings__sort-link:hover {
	text-decoration: none
}

.dc-view-settings__sort-link--current {
	color: #0f6eb7
}

.i-sort-arrow {
	display: inline-block;
	width: 2px;
	height: 6px;
	position: relative;
	margin: 0 5px;
	background-color: currentColor;
	vertical-align: middle
}

.i-sort-arrow::after {
	content: "";
	position: absolute;
	top: -2.5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 3px 3px;
	border-color: transparent transparent currentColor
}

.i-sort-arrow--down {
	-webkit-transform: rotate(180deg) translateY(1px);
	-ms-transform: rotate(180deg) translateY(1px);
	transform: rotate(180deg) translateY(1px)
}

.show-by-settings__link {
	margin: 0 2px;
	padding: 0 4px
}

.show-by-settings__link:focus,
.show-by-settings__link:hover {
	text-decoration: none;
	color: #0f6eb7
}

.show-by-settings__cur {
	margin: 0 2px;
	padding: 0 4px;
	position: relative
}

.show-by-settings__cur::after {
	content: "";
	left: 0;
	right: 0;
	height: 2px;
	bottom: -2px;
	display: block;
	position: absolute;
	background-color: #0f6eb7
}

.view-type-settings__rows,
.view-type-settings__tile {
	width: 16px;
	height: 16px;
	border: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-left: 10px;
	opacity: .6;
	vertical-align: sub;
	transition: opacity .2s ease
}

.view-type-settings__tile {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.109' height='33.109' viewBox='0 0 33.109 33.109' fill='%23292929'%3E%3Cpath d='M33.109.105v14.621H18.49V.105h14.619zM0 14.727h14.62V.105H0v14.622zm18.49 18.277h14.619V18.385H18.49v14.619zm-18.49 0h14.62V18.385H0v14.619z'/%3E%3C/svg%3E")
}

.view-type-settings__rows {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23292929'%3E%3Cpath class='st0' d='M0 12h16v4H0v-4zM0 6h16v4H0V6zM0 0h16v4H0V0z'/%3E%3C/svg%3E")
}

.view-type-settings__active {
	opacity: 1
}

.blueimp-gallery {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-moz-backface-visibility: hidden;
	position: fixed;
	z-index: 999999;
	overflow: hidden;
	background: #000;
	background: rgba(0, 0, 0, .9);
	opacity: 0;
	display: none;
	direction: ltr;
	-ms-touch-action: none;
	touch-action: none
}

.blueimp-gallery>.slides>.slide>.slide-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-moz-backface-visibility: hidden;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	opacity: 1
}

.blueimp-gallery-carousel {
	position: relative;
	z-index: auto;
	margin: 1em auto;
	padding-bottom: 56.25%;
	box-shadow: 0 0 10px #000;
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.blueimp-gallery-display {
	display: block;
	opacity: 1
}

.blueimp-gallery>.slides {
	position: relative;
	height: 100%;
	overflow: hidden
}

.blueimp-gallery-carousel>.slides {
	position: absolute
}

.blueimp-gallery>.slides>.slide {
	position: relative;
	float: left;
	height: 100%;
	text-align: center;
	-webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
	-moz-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
	-ms-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
	-o-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
	transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.blueimp-gallery>.slides>.slide-loading {
	background: url(../img/loading.gif) center no-repeat;
	background-size: 64px 64px
}

.blueimp-gallery>.slides>.slide-loading>.slide-content {
	opacity: 0
}

.blueimp-gallery>.slides>.slide-error {
	background: url(../img/error.png) center no-repeat
}

.blueimp-gallery>.slides>.slide-error>.slide-content {
	display: none
}

.blueimp-gallery>.next,
.blueimp-gallery>.prev {
	position: absolute;
	top: 50%;
	width: 40px;
	margin-top: -23px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 2px #000;
	text-align: center;
	background: #222;
	background: rgba(0, 0, 0, .5);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	opacity: .5;
	cursor: pointer;
	display: none
}

.blueimp-gallery>.next {
	left: auto
}

.blueimp-gallery>.close,
.blueimp-gallery>.title {
	position: absolute;
	top: 15px;
	line-height: 30px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	opacity: .8;
	display: none
}

.blueimp-gallery>.title {
	left: 15px;
	margin: 0 40px 0 0;
	font-size: 20px
}

.blueimp-gallery>.close {
	padding: 15px;
	right: 15px;
	left: auto;
	margin: -15px;
	font-size: 30px;
	text-decoration: none;
	cursor: pointer
}

.blueimp-gallery>.play-pause {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 15px;
	height: 15px;
	background: url(../img/play-pause.png) 0 0 no-repeat;
	cursor: pointer;
	opacity: .5;
	display: none
}

.blueimp-gallery-playing>.play-pause {
	background-position: -15px 0
}

.blueimp-gallery>.close:hover,
.blueimp-gallery>.next:hover,
.blueimp-gallery>.play-pause:hover,
.blueimp-gallery>.prev:hover,
.blueimp-gallery>.title:hover {
	color: #fff;
	opacity: 1
}

.blueimp-gallery-controls>.close,
.blueimp-gallery-controls>.next,
.blueimp-gallery-controls>.play-pause,
.blueimp-gallery-controls>.prev,
.blueimp-gallery-controls>.title {
	display: block;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0)
}

.blueimp-gallery-left>.prev,
.blueimp-gallery-right>.next,
.blueimp-gallery-single>.next,
.blueimp-gallery-single>.play-pause,
.blueimp-gallery-single>.prev {
	display: none
}

.blueimp-gallery>.close,
.blueimp-gallery>.next,
.blueimp-gallery>.play-pause,
.blueimp-gallery>.prev,
.blueimp-gallery>.slides>.slide>.slide-content {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

body:last-child .blueimp-gallery>.slides>.slide-error {
	background-image: url(../img/error.svg)
}

body:last-child .blueimp-gallery>.play-pause {
	width: 20px;
	height: 20px;
	background-size: 40px 20px;
	background-image: url(../img/play-pause.svg)
}

body:last-child .blueimp-gallery-playing>.play-pause {
	background-position: -20px 0
}

*+html .blueimp-gallery>.slides>.slide {
	min-height: 300px
}

*+html .blueimp-gallery>.slides>.slide>.slide-content {
	position: relative
}

.blueimp-gallery>.next,
.blueimp-gallery>.prev {
	background-size: 30% auto;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='%26%23x421;%26%23x43B;%26%23x43E;%26%23x439; 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.99 12' fill='%23fff'%3E%3Ctitle%3Earrow%3C/title%3E%3Cpath class='cls-1' d='M7 1.41L2.67 6 7 10.59 5.66 12 0 6l5.66-6z'/%3E%3C/svg%3E");
	border-radius: 0;
	border: none;
	height: 60px
}

.blueimp-gallery>.prev {
	left: 0
}

.blueimp-gallery>.next {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	right: 0
}

.blueimp-gallery>.slides>.slide-loading {
	background-image: none;
	position: relative
}

.blueimp-gallery>.slides>.slide-loading::before {
	content: '';
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -35px;
	margin-top: -35px;
	border: 4px solid #0f6eb7;
	background: 0 0;
	border-bottom-color: transparent;
	border-radius: 100%;
	-webkit-animation: loader 1s linear infinite;
	animation: loader 1s linear infinite
}

.blueimp-gallery>.slides>.slide-error {
	background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='64' height='64'%3E %3Ccircle cx='32' cy='32' r='25' stroke='red' stroke-width='7' fill='black' fill-opacity='0.2'/%3E %3Crect x='28' y='7' width='8' height='50' fill='red' transform='rotate(45, 32, 32)'/%3E %3C/svg%3E")!important
}

.blueimp-gallery>.play-pause {
	background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='30' height='15'%3E %3Cpolygon points='2,1 2,14 13,7' stroke='black' stroke-width='1' fill='white'/%3E %3Crect x='17' y='2' width='4' height='11' stroke='black' stroke-width='1' fill='white'/%3E %3Crect x='24' y='2' width='4' height='11' stroke='black' stroke-width='1' fill='white'/%3E %3C/svg%3E")!important
}

.blueimp-gallery-playing>.play-pause {
	background-image: none
}