	@-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)
	}
}

@-webkit-keyframes opacity-animation {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes opacity-animation {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@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)
	}
}

#default-view .loader-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	margin-left: -35px;
	background: 0 0;
	border: 4px solid #f24d4d;
	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-color: #292929;
	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-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
	border: 0
}

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

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

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

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

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

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

#default-view .basket-count-input {
	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;
	width: 60px;
	min-width: 60px;
	height: 30px;
	margin-right: 10px;
	font-size: 14px;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-color: #e5e5e5;
	-webkit-transition: border-color .1s linear, -webkit-box-shadow .1s linear;
	-o-transition: border-color .1s linear, box-shadow .1s linear;
	transition: border-color .1s linear, box-shadow .1s linear;
	transition: border-color .1s linear, box-shadow .1s linear, -webkit-box-shadow .1s linear
}

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

#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
	}
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%)
}

.dc-buy-button {
	background-color: #788ca4;
	border: 0;
	-webkit-transition: background .2s ease;
	-o-transition: background .2s ease;
	transition: background .2s ease
}

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

.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 {
	position: relative;
	width: auto;
	padding-right: 30px;
	padding-left: 45px;
	color: #fff;
	font-size: 16px;
	vertical-align: top;
	background-image: none
}

.dc-buy-button--text::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 100%;
	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;
	content: ''
}

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

.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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.dc-sugg--rows .dc-buy-info {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none
}

.dc-buy-info__data {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

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

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

.dc-buy-info__price {
	color: #000;
	font-size: 20px;
	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;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.dc-sugg--rows .dc-buy-info__action {
	padding-left: 20px
}

.content-page input[type=text].dc-buy-info__count,
.dc-buy-info__count {
	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;
	width: 60px;
	min-width: 60px;
	height: 30px;
	margin-right: 10px;
	font-size: 14px;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-color: #e5e5e5;
	-webkit-transition: border-color .1s linear, -webkit-box-shadow .1s linear;
	-o-transition: border-color .1s linear, box-shadow .1s linear;
	transition: border-color .1s linear, box-shadow .1s linear;
	transition: border-color .1s linear, box-shadow .1s linear, -webkit-box-shadow .1s linear
}

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

.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
	}
}

@media only screen and (min-width:768px) {
	.content-page input[type=text].dc-buy-info__count,
	.dc-buy-info__count {
		display: none
	}
}

@media only screen and (min-width:1200px) {
	.content-page input[type=text].dc-buy-info__count,
	.dc-buy-info__count {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex
	}
}

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

.dc-buy-info__data {
	padding-right: 20px
}

.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 {
	position: relative;
	display: block;
	padding: 20px 50px;
	color: #333;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer
}

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

.dc-car-filter__collapse-control::before {
	left: 0;
	width: 40px;
	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='%23c62828'%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");
	background-position: right center;
	background-size: 18px auto
}

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

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

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

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

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

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

.dc-car-filter__filter-area {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 30px 15px
}

@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 {
	display: block;
	width: 100%
}

@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
}

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

.dc-car-filter__input-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 15px
}

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

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

@media only screen and (min-width:600px) {
	.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;
	margin-bottom: 4px;
	color: #8c8c8c
}

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

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

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

.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 {
		width: 20%;
		margin-right: 0;
		margin-left: 20px
	}
}

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

@media only screen and (min-width:600px) {
	.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:600px) {
	.dc-car-filter__btn-container:first-child {
		margin-right: 10px
	}
}

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

.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 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px
}

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

@media only screen and (min-width:1200px) {
	.dc-car-filter--three .dc-car-filter__btn-container {
		position: absolute;
		display: block;
		width: 100%;
		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 only screen and (min-width:1200px) {
	.dc-car-filter--three .dc-car-filter__btn-addon-text {
		display: none
	}
}

.dc-car-filter__collapse-control {
	margin-bottom: 2px;
	background-color: #fdfdfd
}

.dc-car-filter__collapse-control::after {
	right: 20px;
	width: 15px;
	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");
	background-position: center;
	background-size: contain
}

.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='%23c62828'%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='%23c62828'%3E%3Cpath d='M0 8.61h22.354v5.133H0z'/%3E%3C/svg%3E")
}

.dc-car-filter__filter-area {
	background-color: #fdfdfd
}

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

.dc-car-filter__input-container {
	float: left;
	padding: 0 10px
}

.dc-car-filter__arrow {
	display: none
}

.dc-card {
	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;
	color: #292929
}

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

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

.dc-card__image {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	height: 140px;
	max-width: 50vw;
	overflow: hidden;
	text-align: center
}

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

.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-repeat: no-repeat;
	background-position: center;
	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 {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	-o-object-fit: contain;
	object-fit: contain
}

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

.dc-card__data {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: hidden;
	width: 50%
}

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

.dc-card__title {
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2
}

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

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

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

.dc-sugg--tile .dc-card__picture {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	-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 {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 140px;
		height: 140px;
		margin-right: 20px;
		margin-bottom: 0
	}
	.dc-sugg--rows .dc-card__picture {
		width: 100%
	}
	.dc-sugg--rows .dc-buy-button__mobile-text {
		display: none
	}
}

.dc-characters {
	table-layout: fixed
}

.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;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	max-width: 100%;
	margin-bottom: 1px
}

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

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

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

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

.dc-data-filter {
	position: relative;
	z-index: 6
}

@media only screen and (max-width:1199px) {
	.dc-data-filter {
		min-height: 100vh;
		padding-top: 14px
	}
}

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

.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 {
	position: absolute;
	top: 20px;
	left: 1px;
	display: block;
	width: 3px;
	height: 20px;
	background: #f24d4d;
	content: ''
}

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

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

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

.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 {
		padding: 11px 10px;
		font-size: 16px
	}
}

.dc-data-filter__filter-button--accept:before {
	-webkit-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 7px 0;
	border-color: transparent #292929 transparent transparent
}

.dc-data-filter__filter-button--accept:hover:before {
	border-color: transparent #f44336 transparent transparent
}

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

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

.dc-data-filter__close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	display: none
}

@media only screen and (max-width:1199px) {
	.dc-data-filter__close {
		display: block
	}
}

.dc-data-filter__accept {
	visibility: hidden;
	background-color: #404040;
	border-color: #404040;
	position: absolute;
	top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (min-width:600px) {
	.dc-data-filter__accept_show {
		visibility: visible
	}
}

.dc-data-filter__accept::before {
	width: 6px;
	background-color: inherit;
	height: 6px;
	position: absolute;
	content: "";
	top: 50%;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: -4px
}

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

.dc-data-filter__section {
	background-color: #fdfdfd
}

.dc-data-filter__accept {
	left: 100%;
	margin-left: 10px
}

.dc-data-filter__filter-button--accept {
	background: #292929;
	border-color: #292929;
	width: auto!important;
	position: absolute;
	left: 5px;
	top: 0
}

@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 {
	width: 100%;
	margin-bottom: 40px
}

@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:767px) {
	.goods__item {
		width: 50%;
		width: calc(51.33333333% - 10px);
		margin-bottom: 5px;
		display: inline-block;
		padding: 15px 15px;
		vertical-align: top;
	}
	.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;
	font-size: 14px
}

.dc-detail__name {
	display: block;
	font-size: 22px;
	text-transform: uppercase;
}

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

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

.dc-detail__price {
	font-size: 26px
}
.dc-detail__old__price{
    font-size:18px;
    color:#8c8c8c;
    text-decoration:line-through;
}
.dc-detail__cart-form {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: top
}

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

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

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

.dc-detail__features-items {
	max-height: 241px;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	word-break: break-word
}

.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;
	color: #f24d4d;
	font-size: 15px;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	-webkit-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease
}

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

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

.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 {
	position: absolute;
	top: 50%;
	right: 2px;
	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='%23c62828'%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-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
	content: ''
}

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

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

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

.dc-detail__name {
	margin: 20px 0
}

.dc-detail__cart-form {
	margin-bottom: 20px;
	width: 100%;
}

.dc-filter-clist {
	position: relative;
	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
}

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

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

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

.dc-filter-clist__item--active::before {
	background-color: #f24d4d;
	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;
	border: 1px solid #f24d4d
}

.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: #fdfdfd
	}
}

.dc-data-filter__section_view_outline .dc-filter-clist__item--active::before {
	background-color: #f24d4d;
	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_checkbox,
.dc-filter-clist__item_type_radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	padding-left: 0
}

.content-page .dc-navigation ul li::before,
.dc-filter-clist__checkbox,
.dc-filter-clist__item_type_checkbox:before,
.dc-filter-clist__item_type_radio:before,
.dc-filter-clist__radio {
	display: none
}

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

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

input[type=radio]+label.dc-filter-clist__label {
	padding-left: 30px
}

.dc-filter-clist__label,
input[type=checkbox]+label.dc-filter-clist__label {
	padding-left: 30px;
	line-height: 18px
}

input[type=checkbox]+label.dc-filter-clist__label:before {
	border-color: #dedede
}

input[type=checkbox]:checked+label.dc-filter-clist__label:before {
	border-color: #f24d4d;
	background-color: #f24d4d
}

.dc-filter-clist__checkbox[disabled],
.dc-filter-clist__radio[disabled] {
	opacity: 0
}

.dc-filter-clist__checkbox[disabled]+label,
.dc-filter-clist__radio[disabled]+label {
	opacity: .5;
	cursor: not-allowed!important
}

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

.dc-filter-clist__label::before,
input[type=radio]+label.dc-filter-clist__label::before {
	background-color: #dedede
}

input[type=checkbox]+label.dc-filter-clist__label:before {
	left: 0;
	background-color: #dedede
}

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

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

.dc-filter-expand__label {
	position: relative
}

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

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

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

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

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

.dc-filter-expand--open .dc-filter-expand__content {
	max-height: 200px;
	margin-top: 20px;
	overflow-y: auto;
	opacity: 1;
	-webkit-transition: max-height .15s ease-in-out, opacity .1s ease .1s;
	-o-transition: max-height .15s ease-in-out, opacity .1s ease .1s;
	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;
	width: .8em;
	height: .8em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.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");
	margin-right: 10px
}

.dc-icon--close_black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='9' viewBox='0 0 9 9' xmlns='http://www.w3.org/2000/svg' fill='%23292929'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.485 7.778L7.778 8.485L4.243 4.95L0.707 8.485L0 7.778L3.536 4.243L0 0.707L0.707 0L4.243 3.535L7.778 0L8.485 0.707L4.95 4.243L8.485 7.778Z'/%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
}
.fa-shopping-cart{color:rgba(140, 140, 140, 1);}
.btn:focus .fa-shopping-cart, .btn:hover .fa-shopping-cart{color:#fff;}
.dc-item-table__sub-th-value {
	display: block
}

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

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

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

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

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

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

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

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

.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 td,
.dc-item-table__table th {
	font-size: 14px;
	text-align: left;
	vertical-align: middle
}

.dc-item-table__table th {
	font-weight: 500;
	background-color: #e5e5e5;
	padding: 10px;
	color: #8c8c8c
}

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

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

.dc-item-table__table td {
	padding: 15px 10px;
	color: #333
}

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

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

.dc-item-table__table_scale_min td {
	padding-right: 5px;
	padding-left: 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 {
	padding: 10px;
	color: #8c8c8c;
	font-size: 13px;
	vertical-align: top;
	background-color: #fdfdfd
}

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

.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 {
	padding: 10px;
	color: #404040;
	font-size: 16px;
	text-align: center
}

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

.dc-item-table__gallery-btn {
	display: inline-block;
	width: 40px;
	height: 30px;
	background-color: transparent;
	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='%23c62828'%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");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80% 80%;
	border: 0;
	border-radius: 0;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.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")
}

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

.dc-items-loader {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .8);
	z-index: 10
}

.dc-items-loader__circle {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	border: 4px solid #f24d4d;
	border-bottom-color: transparent;
	border-radius: 100%;
	position: fixed;
	left: 50%;
	-webkit-animation: loader .5s linear infinite;
	animation: loader .5s linear infinite
}

@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: 20px
	}
}

.dc-items-wrap__filter {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 25%;
	margin-right: 30px
}

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

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

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

.dc-items-wrap__loader {
	border: 2px solid red
}

@media only screen and (min-width:600px) {
	.dc-model-list__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.dc-model-list__item {
	display: block
}

@media (min-width:320px) and (max-width:599px) {
	.dc-model-list__item {
		margin-bottom: 20px
	}
}

@media (min-width:600px) and (max-width:899px) {
	.dc-model-list__item {
		width: 100%;
		width: calc(50% - 10px);
		margin-top: 20px;
		margin-right: 20px
	}
	.dc-model-list__item:nth-child(2n) {
		margin-right: 0
	}
	.dc-model-list__item:nth-child(-n+2) {
		margin-top: 0
	}
	@supports (-ms-ime-align:auto) {
		.dc-model-list__item {
			width: calc(50% - 11px)
		}
	}
}

@media (min-width:900px) and (max-width:1199px) {
	.dc-model-list__item {
		width: 50%;
		width: calc(33.33333333% - 13.33333333px);
		margin-top: 20px;
		margin-right: 20px
	}
	.dc-model-list__item:nth-child(3n) {
		margin-right: 0
	}
	.dc-model-list__item:nth-child(-n+3) {
		margin-top: 0
	}
	@supports (-ms-ime-align:auto) {
		.dc-model-list__item {
			width: calc(33.33333333% - 14.33333333px)
		}
	}
}

@media only screen and (min-width:1200px) {
	.dc-model-list__item {
		width: 50%;
		width: calc(33.33333333% - 20px);
		margin-top: 30px;
		margin-right: 30px
	}
	.dc-model-list__item:nth-child(3n) {
		margin-right: 0
	}
	.dc-model-list__item:nth-child(-n+3) {
		margin-top: 0
	}
	@supports (-ms-ime-align:auto) {
		.dc-model-list__item {
			width: calc(33.33333333% - 21px)
		}
	}
}

.dc-model-list__item-name,
.dc-model-list__item-name-area {
	-webkit-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease
}

.dc-model-list__item-name-area {
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 82px;
	padding: 10px 20px
}

.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--brands .dc-model-list__item-name-area {
	height: 100%;
	vertical-align: middle
}

.dc-model-list--brands .dc-model-list__item-name-area .range-img {
	float: left;
	max-width: 25%;
	height: 100%;
	margin-right: 10px;
	vertical-align: middle
}

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

.dc-model-list__item-name {
	overflow: hidden;
	color: #333;
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	-o-text-overflow: ellipsis;
	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 {
	color: #8d8d8d;
	font-size: 14px
}

.dc-model-list__item-link,
.dc-model-list__item-year {
	-webkit-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease
}

.dc-model-list__item-year {
	overflow: hidden;
	color: #8c8c8c;
	font-weight: 500;
	font-size: 14px
}

.dc-model-list__item-link {
	display: block;
	height: 100%
}

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

.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: #f24d4d
}

.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--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")
}

.dc-model-list__item-image-area {
	position: relative;
	height: 140px;
	padding: 15px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px auto
}

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

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

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

.dc-model-list__list {
	margin: 0 -15px
}

.dc-model-list__item-name-area {
	background-color: #fdfdfd
}

.dc-model-list__item-image-area {
	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")
}

.dc-model-list__item-link {
	border: 1px solid #fdfdfd;
	background: #fdfdfd;
}

.dc-modif-modal .modal-dialog {
	position: relative;
	width: auto;

}

@media only screen and (min-width:900px) {
	.dc-modif-modal .modal-dialog {
		margin: 85px auto 0!important
	}
}

.dc-modif-modal .modal-content {
	padding: 10px
}

@media only screen and (min-width:600px) {
	.dc-modif-modal .modal-content {
		padding: 40px 48px 48px;
	}
}

.dc-modif-modal__close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 14px;
	height: 14px;
	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;
	margin-bottom: 10px;
	font-size: 24px
}

.dc-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start
}

.dc-navigation__nav {
	width: 100%;
	color: #292929
}

@media only screen and (min-width:600px) {
	.dc-navigation__nav {
		max-width: 210px
	}
}

@media only screen and (min-width:1200px) {
	.dc-navigation__nav {
		max-width: 285px
	}
}

.dc-navigation__form {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 36px
}

@media only screen and (min-width:600px) {
	.dc-navigation__form {
		height: 44px
	}
}

.dc-navigation__input {
	width: 100%;
	height: 100%;
	padding: 0 40px 0 15px;
	overflow: hidden;
	color: #8c8c8c;
	font-size: 13px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background-color: transparent;
	border: 0;
	outline: 0
}

.dc-navigation__sudmit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	background: 0 0;
	border: 0
}

.dc-navigation__svg {
	width: 22px;
	height: 22px;
	margin: auto;
	fill: #8c8c8c
}

.dc-navigation__list {
	margin-top: 20px;
	list-style-type: none
}

.dc-navigation__link {
	display: block;
	padding: 15px 0;
	color: #000;
	font-size: 16px;
	line-height: 1.2;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
	-webkit-transition: border-bottom-color .15s linear;
	-o-transition: border-bottom-color .15s linear;
	transition: border-bottom-color .15s linear
}

.dc-navigation__link_subsection {
	position: relative;
	padding-right: 26px
}

.dc-navigation__link_subsection::after,
.dc-navigation__link_subsection::before {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 1px;
	background-color: #8c8c8c;
	content: ""
}

.dc-navigation__link_subsection::after {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: -webkit-transform .15s linear;
	-o-transition: transform .15s linear;
	transition: transform .15s linear;
	transition: transform .15s linear, -webkit-transform .15s linear
}

.dc-navigation__link_opened {
	font-weight: 700;
	border-bottom: 1px solid #e5e5e5
}

.dc-navigation__link_opened::after {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg)
}

.dc-navigation__link:focus,
.dc-navigation__link:hover {
	color: #292929;
	border-bottom-color: #f24d4d
}

.dc-navigation__list-item:last-child .dc-navigation__link {
	border-bottom: none
}

.dc-navigation__sublink {
	display: block;
	padding: 4px 0;
	color: #8c8c8c;
	line-height: 1.4;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	cursor: pointer
}

.dc-navigation__sublink:hover {
	color: #f24d4d;
	text-decoration: underline
}

.dc-navigation__content {
	display: none;
	padding: 14px 0;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	list-style-type: none
}

.dc-navigation__content_visible {
	display: block
}

.dc-navigation__tile {
	display: none;
	width: 100%;
	margin-left: 30px
}

@media only screen and (min-width:600px) {
	.dc-navigation__tile {
		display: block
	}
}

.dc-navigation__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 55px
}

.dc-navigation__block:first-child {
	margin-top: 0
}

.goods__item,
.dc-navigation__item {
	position: relative;
	overflow: hidden;
	background: #fdfdfd;
	border: 1px solid #d2d8e1;
	border-radius: 4px;
	cursor: pointer;
	
}

.dc-navigation__item:not(.dc-navigation__item_no-image)::before {
	position: absolute;
	top: 0;
	right: -1px;
	bottom: 0;
	left: -1px;
	z-index: 0;
	display: block;
	content: ''
}

@media (min-width:600px) and (max-width:1199px) {
	.dc-navigation__item {
		height: 250px;
		width: 100%;
		width: calc(50% - 7.5px);
		margin-top: 15px;
		margin-right: 15pxş
		background-position:center;
	}
	.dc-navigation__item:nth-child(2n) {
		margin-right: 0
	}
	.dc-navigation__item:nth-child(-n+2) {
		margin-top: 0
	}
	@supports (-ms-ime-align:auto) {
		.dc-navigation__item {
			width: calc(50% - 8.5px)
		}
	}
}

@media only screen and (min-width:1200px) {
	.dc-navigation__item {
		height: 220px
	}
}

.dc-navigation__box {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	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-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	padding: 25px
}

.dc-navigation__item_no-image .dc-navigation__box {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.dc-navigation__subtitle {
	color: #404040;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px
}

@media only screen and (min-width:600px) {
	.dc-navigation__subtitle {
		font-size: 19px
	}
}

.dc-navigation__item:not(.dc-navigation_no-image):focus .dc-navigation__subtitle,
.dc-navigation__item:not(.dc-navigation_no-image):hover .dc-navigation__subtitle {
	color: #fff
}

.dc-navigation__number {
	color: #8c8c8c;
	font-size: 13px;
	line-height: 20px
}

@media only screen and (min-width:600px) {
	.dc-navigation__number {
		font-size: 14px
	}
}

.content-page .dc-navigation ul li {
	padding: 0
}

.dc-navigation__form {
	border: 2px solid #e5e5e5
}

.dc-navigation__item:focus::before,
.dc-navigation__item:hover::before {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#262626), to(rgba(240, 240, 240, 0)));
	background-image: -webkit-linear-gradient(bottom, #262626 0%, rgba(240, 240, 240, 0) 100%);
	background-image: -o-linear-gradient(bottom, #262626 0%, rgba(240, 240, 240, 0) 100%);
	background-image: linear-gradient(to top, #262626 0%, rgba(240, 240, 240, 0) 100%)
}

@media only screen and (min-width:1200px) {
	.goods__outer {
		display: block;
		position: relative;
		width: 100%;
	}
	.goods__item {
		width: 50%;
		width: calc(24.33333333% - 10px);
		margin-top: 5px;
		margin-right: 5px;
		display: inline-block;
		padding: 15px 15px;
	}
}
	.news_h5 {
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	.type_news {
		padding: 0;
		margin-bottom: 15px;
	}
	.type_news_content {
		background: #fdfdfd;
		margin-left: 5px;
		margin-right: 5px;
	}
	.desc_news {
		padding: 2vh;
	}
	.dc-navigation__item {
		width: 50%;
		width: calc(33.33333333% - 10px);
		margin-top: 15px;
		margin-right: 15px
	}
	.dc-navigation__item:nth-child(3n) {
		margin-right: 0
	}
	.dc-navigation__item:nth-child(-n+3) {
		margin-top: 0
	}
	@supports (-ms-ime-align:auto) {
		.goods__item {
			width: calc(33.33333333% - 11px)
		}
		.dc-navigation__item {
			width: calc(33.33333333% - 11px)
		}
	}
	.dc-not-found {
		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-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.dc-not-found__icon {
		margin-bottom: 35px
	}
	.dc-not-found__title {
		font-weight: 500;
		font-size: 24px;
		margin-bottom: 10px
	}
	.dc-not-found__text {
		font-weight: 400;
		font-size: 18px;
		margin-bottom: 20px
	}
	.dc-not-found__clear-all {
		margin-bottom: 60px
	}
	.dc-not-found__clear-all,
	.dc-not-found__clear-all:hover {
		background: #292929;
		border-color: #292929
	}
	.dc-not-found__clear-all .dc-icon--close {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='9' viewBox='0 0 9 9' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.485 7.778L7.778 8.485L4.243 4.95L0.707 8.485L0 7.778L3.536 4.243L0 0.707L0.707 0L4.243 3.535L7.778 0L8.485 0.707L4.95 4.243L8.485 7.778Z'/%3E %3C/svg%3E")
	}
	.dc-not-found__list {
		list-style: none
	}
	.dc-not-found__list-item {
		display: inline-block;
		margin: 0 15px 15px 0
	}
	.content-page .dc-not-found__list-item::before,
	.dc-range-slider__slider .range-slider.noUi-horizontal .noUi-handle:after,
	.dc-range-slider__slider .range-slider.noUi-horizontal .noUi-handle:before {
		content: none
	}
	.dc-product-slider__main {
		position: relative;
		width: 100%;
		overflow: hidden;
		font-size: 0;
		line-height: 0;
		white-space: nowrap
	}
	.dc-product-slider__round {
		position: relative;
		width: 100%;
		padding: 30px
	}
	.dc-product-slider__slide {
		position: relative;
		display: inline-block;
		vertical-align: top
	}
	.dc-product-slider__picture {
		position: absolute;
		top: 50%;
		left: 50%;
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		-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%;
		right: 0;
		left: 0
	}
	.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__next,
	.dc-product-slider__prev {
		position: absolute;
		width: 30px;
		height: 50px;
		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='%23777'%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-repeat: no-repeat;
		background-position: center;
		background-size: 8px;
		border: 0;
		-webkit-transition: background .2s ease;
		-o-transition: background .2s ease;
		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__thumbs {
		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;
		width: 100%;
		margin-top: 6px;
		font-size: 0
	}
	.dc-product-slider__thumb-item {
		position: relative;
		display: inline-block;
		width: 30%;
		width: calc(100%/3 - (2px*4)/2);
		margin: 0 2px 2px 0
	}
	.dc-product-slider__thumb-item:nth-child(3n) {
		margin-right: 0
	}
	.dc-product-slider__thumb-item::before {
		display: block;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: auto;
		padding-top: 100%;
		padding-left: 20px;
		content: ""
	}
	.dc-product-slider__thumb-link {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-transition: -webkit-box-shadow .2s ease;
		-o-transition: box-shadow .2s ease;
		transition: box-shadow .2s ease;
		transition: box-shadow .2s ease, -webkit-box-shadow .2s ease
	}
	.dc-product-slider__thumb-link--active {
		-webkit-box-shadow: inset 0 0 0 2px #eee;
		box-shadow: inset 0 0 0 2px #eee
	}
	.dc-product-slider__thumb-link:hover {
		-webkit-box-shadow: inset 0 0 0 2px rgba(238, 238, 238, .3);
		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 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 200px;
		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-repeat: no-repeat;
		background-position: top 70px center;
		background-size: 50px
	}
	.dc-product-slider__no-image-text {
		margin: 120px auto;
		color: #848484;
		font-size: 13px;
		text-align: center
	}
	.dc-product-slider__round {
		border: 2px solid #fdfdfd;
		background: #fff;
	}
	.dc-range-slider {
		width: 100%;
		padding: 0
	}
	.dc-range-slider:before {
		display: none
	}
	.dc-range-slider__inputs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		margin-bottom: 20px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.dc-range-slider__input-max,
	.dc-range-slider__input-min {
		min-width: 0
	}
	.dc-range-slider__input-max:disabled,
	.dc-range-slider__input-min:disabled {
		background-color: #fff;
		pointer-events: none
	}
	.dc-range-slider__divider {
		display: block;
		max-width: 15px;
		height: 1px;
		margin: 0 10px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 15px;
		flex: 0 0 15px;
		background: #262626
	}
	.dc-range-slider__slider {
		padding: 6px 0 6px 16px
	}
	.dc-range-slider__slider .range-slider:before {
		content: '';
		display: block;
		width: 16px;
		height: 4px;
		position: absolute;
		left: -16px;
		background: #dedede;
		border-radius: 4px 0 0 4px
	}
	.dc-range-slider__slider .range-slider.noUi-horizontal {
		height: 4px
	}
	.dc-range-slider__slider .range-slider.noUi-horizontal .noUi-handle {
		width: 16px;
		height: 16px;
		border: 4px solid #f24d4d;
		border-radius: 50%;
		background: #fff;
		-webkit-box-shadow: none;
		box-shadow: none;
		right: 0
	}
	.dc-range-slider__slider .range-slider.noUi-target {
		background: #dedede;
		border-radius: 0 4px 4px 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.dc-range-slider__slider .noUi-connect {
		background-color: #f24d4d
	}
	.dc-search__container {
		display: block;
		margin-bottom: 30px;
		padding: 15px
	}
	@media only screen and (min-width:768px) {
		.dc-search__container {
			padding: 15px 30px
		}
	}
	.dc-search input[type=submit],
	.dc-search__submit {
		position: relative;
		text-indent: -9999px;
		background-color: transparent!important;
		border: 0!important;
		-webkit-transition: all .15s linear;
		-o-transition: all .15s linear;
		transition: all .15s linear
	}
	.dc-search input[type=submit] {
		width: 50px
	}
	.dc-search input[type=submit]:focus,
	.dc-search input[type=submit]:hover,
	.dc-search__submit:focus,
	.dc-search__submit:hover {
		background-color: #f24d4d!important
	}
	.dc-search input[type=submit]:active,
	.dc-search__submit:active {
		background-color: #f44336!important;
		outline: 0!important
	}
	.dc-search__submit {
		width: 41px
	}
	.dc-search__input-group {
		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;
		background-color: #fff;
		-webkit-transition: all .15s linear;
		-o-transition: all .15s linear;
		transition: all .15s linear
	}
	@media only screen and (min-width:600px) {
		.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: #f24d4d
	}
	.dc-search__input {
		width: 100%;
		padding: 15px!important;
		border: 0!important;
		outline: 0!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
		background-color: transparent
	}
	.dc-search__input:focus,
	.dc-search__input:hover {
		border: 0!important;
		outline: 0!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important
	}
	.dc-search__icon {
		position: absolute;
		fill: #8c8c8c
	}
	.dc-search__input-group:focus .dc-search__icon,
	.dc-search__input-group:hover .dc-search__icon {
		fill: #f24d4d
	}
	.dc-search__input-group--active .dc-search__icon {
		fill: #f24d4d
	}
	.dc-search__submit:focus .dc-search__icon,
	.dc-search__submit:hover .dc-search__icon {
		fill: #fff
	}
	.dc-search__container {
		background-color: #fdfdfd
	}
	.dc-search__input-group {
		min-width: 250px;
		border: 1px solid #f0f0f0
	}
	.dc-search__icon {
		width: 20px;
		height: 20px;
		top: 13px;
		right: 10px
	}
	.dc-show-settings__link {
		margin: 0 2px;
		padding: 0 4px
	}
	.dc-show-settings__link:focus,
	.dc-show-settings__link:hover {
		color: #f24d4d;
		text-decoration: none
	}
	.dc-show-settings__cur {
		position: relative;
		margin: 0 2px;
		padding: 0 4px
	}
	.dc-show-settings__cur::after {
		position: absolute;
		right: 0;
		bottom: -2px;
		left: 0;
		display: block;
		height: 2px;
		background-color: #f24d4d;
		content: ""
	}
	.dc-sort-arrow {
		position: relative;
		display: inline-block;
		width: 2px;
		height: 6px;
		margin: 0 5px;
		vertical-align: middle;
		background-color: currentColor
	}
	.dc-sort-arrow::after {
		position: absolute;
		top: -2.5px;
		left: 50%;
		width: 0;
		height: 0;
		border-width: 0 3px 3px;
		border-style: solid;
		border-color: transparent transparent currentColor;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		content: ""
	}
	.dc-sort-arrow--down {
		-webkit-transform: rotate(180deg) translateY(1px);
		-ms-transform: rotate(180deg) translateY(1px);
		transform: rotate(180deg) translateY(1px)
	}
	.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 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		padding: 10px
	}
	@media only screen and (min-width:768px) {
		.dc-sugg__item {
			padding: 20px
		}
	}
	.dc-sugg__card {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		overflow: hidden
	}
	@media only screen and (max-width:599px) {
		.dc-sugg__buy-info {
			width: 100%
		}
	}
	@media only screen and (min-width:600px) {
		.dc-sugg__buy-info {
			padding-top: 16px
		}
	}
	.dc-sugg--tile .dc-sugg__buy-info {
		width: 100%
	}
	@media only screen and (min-width:600px) {
		.dc-sugg--rows .dc-sugg__item {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			width: 100%;
			margin: 0;
			padding: 20px 0
		}
		.dc-sugg--rows .dc-sugg__buy-info {
			padding-top: 0
		}
		.dc-sugg--rows .dc-sugg__card {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			padding: 0
		}
	}
	.dc-sugg--tile .dc-sugg__item:focus,
	.dc-sugg--tile .dc-sugg__item:hover {
		-webkit-transition: border-color .15s ease-in-out;
		-o-transition: border-color .15s ease-in-out;
		transition: border-color .15s ease-in-out;
		border-color: #f24d4d
	}
	@media (min-width:320px) and (max-width:599px) {
		.dc-sugg--tile .dc-sugg__item {
			margin-bottom: 10px
		}
	}
	.dc-sugg__item {
		border: 2px solid #fdfdfd
	}
	.dc-sugg__card {
		padding: 0
	}
	.dc-sugg__card:not(:last-child) {
		margin-bottom: 16px
	}
	.dc-sugg__buy-info {
		padding-top: 16px;
		margin-top: 16px;
		border-top: 1px solid #fdfdfd
	}
	@media only screen and (min-width:600px) {
		.dc-sugg--rows .dc-sugg__item {
			border-color: transparent
		}
	}
	.dc-sugg--rows .dc-sugg__item:not(:last-child) {
		border-bottom: 2px solid #fdfdfd
	}
	@media only screen and (max-width:599px) {
		.dc-sugg--rows .dc-sugg__item:not(:last-child) {
			margin-bottom: 10px
		}
	}
	@media only screen and (min-width:600px) {
		.dc-sugg--tile:not(.dc-sugg--four) .dc-sugg__item {
			width: 50%;
			width: calc(33.33333333% - 20px);
			margin-top: 30px;
			margin-right: 30px
		}
		.dc-sugg--tile:not(.dc-sugg--four) .dc-sugg__item:nth-child(3n) {
			margin-right: 0
		}
		.dc-sugg--tile:not(.dc-sugg--four) .dc-sugg__item:nth-child(-n+3) {
			margin-top: 0
		}
		@supports (-ms-ime-align:auto) {
			.dc-sugg--tile:not(.dc-sugg--four) .dc-sugg__item {
				width: calc(33.33333333% - 21px)
			}
		}
		.dc-sugg--tile.dc-sugg--four .dc-sugg__item {
			width: 33.33333333%;
			width: calc(25% - 22.5px);
			margin-top: 30px;
			margin-right: 30px
		}
		.dc-sugg--tile.dc-sugg--four .dc-sugg__item:nth-child(4n) {
			margin-right: 0
		}
		.dc-sugg--tile.dc-sugg--four .dc-sugg__item:nth-child(-n+4) {
			margin-top: 0
		}
		@supports (-ms-ime-align:auto) {
			.dc-sugg--tile.dc-sugg--four .dc-sugg__item {
				width: calc(25% - 23.5px)
			}
		}
	}
	@media only screen and (max-width:599px) {
		.dc-sugg__data {
			padding-left: 20px
		}
	}
	.dc-table-modal-link {
		display: inline-block;
		padding: 0 2px;
		color: #f24d4d;
		background-color: transparent;
		border: 0;
		border-bottom: 1px dashed #f24d4d;
		outline: 0;
		cursor: pointer
	}
	.dc-table-modal-link:focus,
	.dc-table-modal-link:hover {
		color: #f44336;
		border-bottom: 1px solid #f44336
	}
	.dc-td-accordion__collapse-controll {
		position: relative;
		display: block;
		padding-right: 50px;
		cursor: pointer
	}
	.dc-td-accordion__collapse-controll::after {
		position: absolute;
		top: 0;
		right: 20px;
		display: block;
		width: 15px;
		height: 100%;
		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='%23292929'%3E%3Cpath d='M357 204H204v153h-51V204H0v-51h153V0h51v153h153v51z'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		content: ''
	}
	.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='%23c62828'%3E%3Cpath d='M357 204H204v153h-51V204H0v-51h153V0h51v153h153v51z'/%3E%3C/svg%3E")
	}
	@media only screen and (min-width:600px) {
		.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--open .dc-td-accordion__collapse-controll {
		background-color: #e5e5e5
	}
	.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='%23292929'%3E%3Cpath d='M0 8.61h22.354v5.133H0z'/%3E%3C/svg%3E")
	}
	.dc-td-accordion__collapse-container {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: 0;
		overflow: hidden;
		-webkit-transition: height .3s ease;
		-o-transition: height .3s ease;
		transition: height .3s ease
	}
	.dc-td-accordion__collapse-container--open {
		overflow: visible
	}
	@media only screen and (min-width:600px) {
		.dc-td-accordion--hard-open .dc-td-accordion__collapse-container {
			height: auto!important;
			overflow: visible
		}
	}
	.dc-td-accordion__collapse-controll {
		background-color: #fdfdfd
	}
	.dc-td-options__header {
		color: #8c8c8c
	}
	.dc-td-options__header:not(:empty) {
		margin-bottom: 5px
	}
	.dc-td-options__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: -5px
	}
	.dc-td-options__option {
		margin-right: 5px;
		margin-bottom: 5px
	}
	.dc-td-product {
		width: 100%;
		margin-bottom: 10px;
		overflow: hidden;
		border: 1px solid #e5e5e5
	}
	.dc-td-product__header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-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;
		margin-bottom: 20px;
		color: #333;
		font-weight: 600;
		font-size: 16px
	}
	.dc-td-product__header-img-container {
		width: 160px;
		min-width: 160px;
		margin-right: 20px
	}
	.dc-td-product__header-img {
		max-width: 100%;
		max-height: 120px;
		margin-bottom: 15px
	}
	.dc-td-product__header-main-options {
		width: 100%;
		color: #333
	}
	.dc-td-product__header-main-options td:first-child {
		padding-right: 25px;
		color: #8c8c8c
	}
	.dc-td-search__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 0 -15px;
		overflow: hidden
	}
	@media only screen and (min-width:900px) {
		.dc-td-search__container {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row
		}
	}
	.dc-td-search__item {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding: 0 15px
	}
	@media only screen and (min-width:900px) {
		.dc-td-search__item {
			width: 50%
		}
	}
	.dc-td-search-item {
		width: 100%;
		margin-bottom: 20px
	}
	@media only screen and (min-width:600px) {
		.dc-td-search-item {
			margin-bottom: 30px
		}
	}
	.dc-td-search-item__header {
		position: relative;
		color: #292929;
		font-weight: 600
	}
	.dc-td-search-item__header--disk::before,
	.dc-td-search-item__header--tire::before {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 40px;
		height: 100%;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23c62828'%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");
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 18px auto;
		content: ''
	}
	.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='%23c62828'%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__form-item:not(:last-child) {
		margin-bottom: 20px
	}
	.dc-td-search-item__header {
		display: block;
		padding: 15px 15px 15px 50px;
		font-size: 18px;
		background-color: #fdfdfd;
		border-left: 4px solid #f24d4d
	}
	.dc-td-search-item__row {
		margin: 0 -7px
	}
	.dc-td-search-item__input-container {
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 20px;
		padding: 0 7px
	}
	.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 only screen and (min-width:600px) {
		.dc-td-search-item__input-container input[type=submit] {
			min-width: 40%
		}
	}
	@media only screen and (min-width:1200px) {
		.dc-td-search-item__input-container input[type=submit] {
			height: 44px;
			min-width: 30%
		}
	}
	@media only screen and (min-width:600px) {
		.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;
		margin-bottom: 5px;
		color: #292929;
		font-size: 14px
	}
	.dc-tile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-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 {
		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;
		margin-bottom: 15px;
		overflow: hidden;
		text-decoration: none;
		-webkit-transition: border .2s ease;
		-o-transition: border .2s ease;
		transition: border .2s ease
	}
	.dc-tile__link:focus,
	.dc-tile__link:hover {
		text-decoration: none;
		border-color: #f24d4d
	}
	@media only screen and (min-width:600px) {
		.dc-tile__link {
			width: calc(50% - 30px);
			margin: 15px
		}
	}
	@media only screen and (min-width:1024px) {
		.dc-tile__link {
			width: 50%;
			width: calc(100%/3 - 30px);
			margin: 15px
		}
	}
	@media only screen and (min-width:1200px) {
		.dc-tile__link {
			width: 50%;
			width: calc(100%/4 - 30px);
			margin: 15px
		}
	}
	.dc-tile__info {
		display: block;
		padding: 15px;
		background-color: #fff
	}
	@media only screen and (min-width:600px) {
		.dc-tile__info {
			padding: 30px
		}
	}
	.dc-tile__name {
		display: block;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		color: #292929;
		font-size: 19px;
		-webkit-transition: color .2s ease;
		-o-transition: color .2s ease;
		transition: color .2s ease
	}
	.dc-tile__link:focus .dc-tile__name,
	.dc-tile__link:hover .dc-tile__name {
		color: #f24d4d
	}
	.dc-tile__sub {
		color: #8c8c8c;
		font-size: 14px
	}
	.dc-tile__cover {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden
	}
	.dc-tile__img {
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}
	.dc-tile {
		margin: 15px 0
	}
	.dc-tile__link {
		border: 2px solid #f0f0f0
	}
	.dc-title {
		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;
		margin-bottom: 20px;
		line-height: 1
	}
	.dc-title__sub {
		margin-right: 6px;
		color: #8c8c8c;
		font-size: 18px;
		white-space: nowrap
	}
	@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:1200px) {
		.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 {
		margin-right: 6px;
		margin-bottom: 0;
		font-size: 32px
	}
	@media only screen and (max-width:767px) {
		.content-page h1.dc-title__caption,
		.dc-title__caption {
			margin-bottom: 8px
		}
	}
	.dc-view-settings {
		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;
		padding: 10px 20px;
		color: #292929;
		font-size: 13px
	}
	.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
	}
	.dc-view-settings__sort-label {
		display: inline-block;
		margin-right: 16px
	}
	.dc-view-settings__view-type {
		padding: 6px 0
	}
	@media only screen and (max-width:599px) {
		.dc-view-settings__view-type {
			display: none
		}
	}
	.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: #f24d4d
	}
	.dc-view-settings__rows,
	.dc-view-settings__tile {
		width: 16px;
		height: 16px;
		margin-left: 10px;
		vertical-align: sub;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		border: 0;
		opacity: .6;
		-webkit-transition: opacity .2s ease;
		-o-transition: opacity .2s ease;
		transition: opacity .2s ease
	}
	.dc-view-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")
	}
	.dc-view-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")
	}
	.dc-view-settings__active {
		opacity: 1
	}
	.dc-view-settings {
		background-color: #fdfdfd
	}
	.dc-view-settings__sort {
		padding: 6px 0
	}
	.content-page ol:not([class]) li:not([class])::before {
    display: inline-block;
    width: 1em;
    margin-right: .5em;
    margin-left: -1.5em;
    color: #c62828;
    font-weight: 500;
    text-align: right;
    content: counter(li);
}
.content-page ul:not([class]) li:not([class])::before {
    position: absolute;
    top: .5em;
    left: 1.5em;
    display: block;
    width: .5em;
    height: .5em;
    background-color: #c62828;
    border-radius: 1em;
    content: "";
}
.content-page ol:not([class]) li:not([class]) {
    position: relative;
    padding-left: 2.5em;
    counter-increment: li;
}
.content-page ul:not([class]) li:not([class]) {
    position: relative;
    padding-left: 2.5em;
    list-style-type: none;
}
.ie9 img[src$=".svg"] {
  width: 100%; 
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; 
  }
}
@font-face{font-family:'FontAwesome';src:url(fonts/fontawesome-webfont.eot?v=4.7.0);src:url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
[data-font=FontAwesome]:before{font-family:'FontAwesome' !important;content:attr(data-icon) !important;speak:none !important;font-weight:400 !important;font-variant:normal !important;text-transform:none !important;line-height:1 !important;font-style:normal !important;-webkit-font-smoothing:antialiased !important;-moz-osx-font-smoothing:grayscale !important}