/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;/* cursor: hand;*/
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

.slider {
	margin: 0 auto !important;
	padding: 0 !important;
	text-align: center;
	width: 100%;
	/*max-width: 1250px;*/
}

.slider img {
	width: 100%;
	max-width: 1500px;
	padding: 0 !important;
}
.op01 .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(20%);
    -moz-filter: opacity(20%);
    -o-filter: opacity(20%);
    -ms-filter: opacity(20%);
    filter: opacity(20%);
    transition: 0.2s linear;
}



.slide {
	position: relative;
}
.slide__link {
	color: #fff;
	text-align: center;
}
.slide img {
	height: auto;
	width: 100%;
}
.slide__content-wrap {
	left: 50%;
	position: absolute;
	bottom: -18px;
	width: 100%;
	text-align: center;
}
.slide__content {
	display: block;
	opacity: 0;
	transform: translate(-50%, 20%);
	transition: 0s;
}
.slide__content.on {
	opacity: 1;
	transform: translate(-50%, -20%);
	transition: 1s;
}
.slide__title {
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.3;
	max-width: 1250px;
	margin: 0 auto;
}
.slide__title img {
	max-width: 800px;
	margin: 0 auto !important;
}
.slide__content-wrap_small {
	left: 50%;
	position: absolute;
	bottom: -5px;
	width: 100%;
	text-align: center;
}
.slide__title.small {
	max-width: 1250px;
}
.slide__title.small img {
	max-width: 800px;
}


/*
 @media screen and (max-width:1600px) {
.slide__content-wrap {
	bottom: -19px;
}
.slide__title {
	max-width: 100%;
}
.slide__title img {
	max-width: 740px;
}
.slide__title.small img {
	max-width: 800px;
}
.slide__content-wrap_small {
	bottom: -8px;
}
.slide__content.on {
	transform: translate(-50%, -20%);
}
.slide__title {
	font-size: 1.2em;
	letter-spacing: 0;
	padding: 0;
}
.slide__text {
	font-size: 1.1em;
	line-height: 1.2;
	margin: 0 auto 10px !important;
	letter-spacing: 0;
	background: rgba(255,255,255,0.85);
	padding: 6px;
}
.slide__text span {
	background: none;
	color: #000;
	padding: 10px;
	border: none;
}
}
*/
 @media screen and (max-width:1500px) {
.slide__content-wrap {
	bottom: -20px;
}
.slide__content-wrap_small {
	bottom: -10px;
}
.slide__title img {
	width: 700px;
}
.slide__title.small img {
	width: 800px;
}
}
 @media screen and (max-width:1400px) {
.slide__content-wrap {
	bottom: -16px;
}
.slide__content-wrap_small {
	bottom: -12px;
}
.slide__title img {
	width: 650px;
}
.slide__title.small img {
	width: 800px !important;
}
}
 @media screen and (max-width:1300px) {
.slide__content-wrap {
	bottom: -15px;
}
.slide__content-wrap_small {
	bottom: -10px;
}
.slide__title img {
	width: 630px;
}
.slide__title.small img {
	width: 760px !important;
}
}
 @media screen and (max-width:1200px) {
.slide__content-wrap_small {
	bottom: -11px;
}
.slide__title img {
	width: 600px;
}
.slide__title.small img {
	width: 720px !important;
}
}
 @media screen and (max-width:1100px) {
.slide__content-wrap_small {
	bottom: -12px;
}
.slide__title img {
	width: 560px;
}
.slide__title.small img {
	width: 700px !important;
}
}
 @media screen and (max-width:1000px) {
.slide__title img {
	width: 520px;
}
.slide__title.small img {
	width: 680px !important;
}
}
@media screen and (max-width:900px) {
.slide__content-wrap {
	bottom: -11px;
}
.slide__title img {
	width: 480px;
}
.slide__content-wrap_small {
	bottom: -12px;
}
.slide__title.small img {
	width: 650px !important;
}
}
 @media screen and (max-width:800px) {
.slider {
	width: 100%;
}
.slide__content-wrap {
	bottom: -11px;
}
.slide__title img {
	width: 480px;
}
.slide__title.small img {
	width: 700px !important;
}
.slide__content-wrap_small {
	bottom: -13px;
}
/*
.slick-prev {
	display: none !important;
}
.slick-next {
	display: none !important;
}
*/
}
@media screen and (max-width:700px) {
.slider {
	width: 100%;
}
.slide__title img {
	width: 450px;
}
.slide__title.small img {
	width: 600px !important;
}
}
 @media screen and (max-width:600px) {
.slide__content-wrap {
	bottom: -10px;
}
.slide__title img {
	width: 370px;
}
.slide__content-wrap_small {
	bottom: -8px;
}
.slide__title.small img {
	width: 450px !important;
}
}
 @media screen and (max-width:480px) {
.slider {
	width: 100%;
}
.slide__content-wrap {
	bottom: -10px;
}
.slide__title img {
	width: 290px;
}
.slide__content-wrap_small {
	bottom: -7px;
}
.slide__title.small img {
	width: 350px !important;
}
}
