@font-face {
	font-family: slick;
	src: url(/static/origin/css/web/fonts/slick.eot?#iefix) format("embedded-opentype"), url(/static/origin/css/web/fonts/slick.woff) format("woff"), url(/static/origin/css/web/fonts/slick.ttf) format("truetype"), url(/static/origin/css/web/fonts/slick.svg#slick) format("svg");
	font-weight: normal;
	font-style: normal;
}
.slick-loading .slick-list {
	background: url("/static/origin/images/web/loading_spinner.gif") no-repeat center rgb(255, 255, 255);
	/*background: url("./ajax-loader.gif") no-repeat center rgb(255, 255, 255);*/
}
.slick-prev {
	background: none; padding: 0px; border: currentColor; border-image: none; top: 50%; width: 32px; height: 32px; color: transparent; line-height: 0; overflow: visible; font-size: 0px; display: block; position: absolute; cursor: pointer; transform: translate(0px, -50%); -webkit-transform: translate(0, -50%);
}
.slick-next {
	background: none; padding: 0px; border: currentColor; border-image: none; top: 50%; width: 32px; height: 32px; color: transparent; line-height: 0; overflow: visible; font-size: 0px; display: block; position: absolute; cursor: pointer; transform: translate(0px, -50%); -webkit-transform: translate(0, -50%);
}
.slick-prev:hover {
	background: none; color: transparent;
}
.slick-prev:focus {
	background: none; color: transparent;
}
.slick-next:hover {
	background: none; color: transparent;
}
.slick-next:focus {
	background: none; color: transparent;
}
.slick-prev:hover::before {
	opacity: 1;
}
.slick-prev:focus::before {
	opacity: 1;
}
.slick-next:hover::before {
	opacity: 1;
}
.slick-next:focus::before {
	opacity: 1;
}
.slick-disabled.slick-prev::before {
	opacity: 0.25;
}
.slick-disabled.slick-next::before {
	opacity: 0.25;
}
.slick-prev::before {
	color: white; line-height: 1; font-family: "slick"; font-size: 20px; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.slick-next::before {
	color: white; line-height: 1; font-family: "slick"; font-size: 20px; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
}
[dir='rtl'] .slick-prev {
	left: auto; right: -25px;
}
.slick-prev::before {
	background: url("../page/clients/images/slider_arrow_left_b.png") no-repeat top; width: 32px; height: 32px; overflow: visible; margin-left: -14px; display: block; content: "";
}
[dir='rtl'] .slick-prev::before {
	background: url("../page/clients/images/slider_arrow_right_b.png") no-repeat top; width: 32px; height: 32px; overflow: visible; margin-left: -14px; display: block; content: "";
}
.slick-next {
	right: -25px;
}
[dir='rtl'] .slick-next {
	left: -25px; right: auto;
}
.slick-next::before {
	background: url("../page/clients/images/slider_arrow_right_w.png") no-repeat top; width: 32px; height: 32px; overflow: visible; margin-left: 11px; display: block; content: "";
}
[dir='rtl'] .slick-next::before {
	background: url("../page/clients/images/slider_arrow_right_w.png") no-repeat top; width: 32px; height: 32px; overflow: visible; margin-left: 11px; display: block; content: "";
}
.slick-slider.slick-dotted {
	margin-bottom: 30px;
}
.slick-dots {
	list-style: none; margin: 0px; padding: 0px; top: -30px; text-align: center; right: 8px; display: block; position: absolute;
}
.slick-dots li {
	margin: 0px 5px; padding: 0px; width: 20px; height: 20px; display: inline-block; position: relative; cursor: pointer;
}
.slick-dots li button {
	background: none; padding: 5px; border: 0px currentColor; border-image: none; width: 20px; height: 20px; color: transparent; line-height: 0; font-size: 0px; display: block; cursor: pointer;
}
.slick-dots li button:hover {
	
}
.slick-dots li button:focus {
	
}
.slick-dots li button:hover::before {
	opacity: 1;
}
.slick-dots li button:focus::before {
	opacity: 1;
}
.slick-dots li button::before {
	background: url("../images/location_off.png") no-repeat 0% 0% / cover; left: 0px; top: 0px; width: 24px; height: 29px; text-align: center; color: black; font-family: "slick"; font-size: 10px; position: absolute; content: ""; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button::before {
	background: url("../images/location_active.png") no-repeat; transition:0.3s ease-out; left: -3px; top: -10px; width: 30px; height: 39px; opacity: 1;
}
