/*! http://responsiveslides.com v1.55 by @viljamis */
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li .overlayy {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(9, 30, 70, 0.4); /* Прозрачность затемнения */
	z-index: 1;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	border: 0;
	width: 100%;
	object-fit: cover;
	max-height: 800px;
	min-height: 700px;
}

.rslides_container {
	position: relative;
	width: 100%;
}

.centered-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: transparent;
	top: 50%;
	left: 0;
	overflow: hidden;
	text-decoration: none;
	background: #fff;
	width: 40px;
	height: 80px;
	margin-top: -40px;
	margin-left: 0;
	opacity: 1;
	color: #3e82e7;
	box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.08);
	-webkit-border-radius: 0px 2px 2px 0px;
	-moz-border-radius: 0px 2px 2px 0px;
	border-radius: 0px 2px 2px 0px;
	opacity: 0.6;
	-webkit-transition: opacity 200ms linear 0ms;
	transition: opacity 200ms linear 0ms;
}
.centered-btns_nav:before {
	content: '\e923';
	font-size: 32px;
	line-height: 80px;
	margin-left: 2px;
	z-index: 5000;
	position: relative;
}
.centered-btns_nav.next {
	left: auto;
	right: 0;
	margin-right: 0;
	-webkit-border-radius: 2px 0px 0px 2px;
	-moz-border-radius: 2px 0px 0px 2px;
	border-radius: 2px 0px 0px 2px;
}
.centered-btns_nav.next:before {
	content: '\e924';
	font-size: 32px;
	line-height: 80px;
	z-index: 5000;
	position: relative;
	margin-left: 7px;
}
.centered-btns_nav.next:hover,
.centered-btns_nav:hover {
	/* 	background: #464a4e;
	color: #fff; */
	opacity: 1;
	-webkit-transition: opacity 200ms linear 0ms;
	transition: opacity 200ms linear 0ms;
}
.centered-btns_nav:focus {
	outline: 0;
}

.centered-btns_tabs {
	margin-top: 10px;
	text-align: center;
}

.centered-btns_tabs li {
	display: inline;
	float: none;
	margin-right: 5px;
}

.centered-btns_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	border-radius: 15px;
	background: #a53e6b;
	background: rgba(0, 0, 0, 0.2);
	display: inline-block;
	-webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
	width: 9px;
	height: 9px;
}

.centered-btns_here a {
	background: #222;
	background: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 390px) {
	.rslides {
		position: relative;
		list-style: none;
		overflow: hidden;
		width: 100%;
		padding: 0;
		margin: 0;
	}
}
@media only screen and (max-width: 900px) {
	.rslides img {
		min-height: 600px;
	}
}
@media only screen and (max-width: 780px) {
	.centered-btns_nav {
		width: 30px;
		height: 50px;
		margin-top: -20px;
	}
	.centered-btns_nav:before {
		font-size: 18px;
		line-height: 50px;
		margin-left: 5px;
	}
	.centered-btns_nav.next:before {
		font-size: 18px;
		line-height: 50px;
		margin-left: 8px;
	}
	.rslides img {
		min-height: 630px;
	}
}
@media only screen and (max-width: 630px) {
	.rslides img {
		min-height: 640px;
	}
}
@media only screen and (max-width: 500px) {
	.rslides img {
		min-height: 660px;
	}
}
@media only screen and (max-width: 400px) {
	.rslides img {
		min-height: 700px;
	}
}
@media only screen and (max-width: 360px) {
	.rslides img {
		min-height: 800px;
	}
}
