.top-slider {
	width: 1224px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	bottom: 70px;
	margin-bottom: -25px;
	padding: 30px 0 0;
}

@media (max-width:1140px) {
	.top-slider {
		width: auto;
	}
}

.top-slider-title {
	text-transform: uppercase;
	font-size: 24px;
	color: #fff;
	position: relative;
	padding: 0 0 10px;
	text-align: center;
	margin: 0 0 25px;
}

.top-slider-title:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -30px;
	width: 60px;
	background: #fdffef;
	height: 1px;
}

.top-slider-title:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 3px;
	left: 50%;
	margin: 0 0 0 -30px;
	width: 60px;
	background: #fdffef;
	height: 1px;
}

.slider-item {
	width: 285px!important;
	height: 285px;
	overflow: hidden;
	position: relative;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
}

.slider-item a {
	display: block;
}

.slider-item:nth-child(1):before {
	background-color: #ea6a6a;
	position: absolute;
	bottom: 11px;
	left: 11px;
	right: 11px;
	height: 60px;
	border-radius: 30px;
	content: '';
}

.slider-item:nth-child(2):before {
	background-color: #dc6a90;
	position: absolute;
	bottom: 11px;
	left: 11px;
	right: 11px;
	height: 60px;
	border-radius: 30px;
	content: '';
}

.slider-item:nth-child(3):before {
	background-color: #e6b94e;
	position: absolute;
	bottom: 11px;
	left: 11px;
	right: 11px;
	height: 60px;
	border-radius: 30px;
	content: '';
}

.slider-item:nth-child(4):before {
	background-color: #4698d1;
	position: absolute;
	bottom: 11px;
	left: 11px;
	right: 11px;
	height: 60px;
	border-radius: 30px;
	content: '';
}

.slider-item:nth-child(5):before {
	background-color: #918fdb;
	position: absolute;
	bottom: 11px;
	left: 11px;
	right: 11px;
	height: 60px;
	border-radius: 30px;
	content: '';
}

.slider-item:nth-child(6):before {
	background-color: #d2c255;
	position: absolute;
	bottom: 11px;
	left: 11px;
	right: 11px;
	height: 60px;
	border-radius: 30px;
	content: '';
}

.slider-item:nth-child(7):before {
	background-color: #85bd48;
	position: absolute;
	bottom: 11px;
	left: 11px;
	right: 11px;
	height: 60px;
	border-radius: 30px;
	content: '';
}

.slider-item:hover {
	-webkit-transform: scale(.93);
	-ms-transform: scale(.93);
	transform: scale(.93);
}

.slider-item-image {
	height: 285px;
	overflow: hidden;
	width: 285px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
}

.slider-item-image img {
	height: 285px;
	min-width: 285px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
}

.slider-item-info {
	position: absolute;
	bottom: 11px;
	left: 11px;
	right: 11px;
	height: 60px;
	border-radius: 30px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
}

.slider-item:hover .slider-item-title {
	opacity: .75;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.slider-item-icon {
	width: 39px;
	height: 39px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	position: absolute;
	left: 15px;
	top: 11px;
	overflow: hidden;
}

.slider-item-icon img {
	width: 39px;
	height: 39px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.slider-item-title {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: 400;
	margin: 20px 15px 15px 70px;
	position: relative;
	color: #fff;
	overflow: hidden;
}

.slider-item-title a {
	color: #fff;
}

.slider-item-title:before {
	bottom: -7px;
}

.sld-nav {
	text-align: center;
	padding: 33px 0 0;
}

.sld-nav span {
	width: 30px;
	height: 2px;
	margin: 0 5px;
	background-color: var(--color_button);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	outline: 0;
}

.sld-nav span.swiper-pagination-bullet-active {
	background: var(--color_button);
	cursor: default;
}

.sld-next {
	background-image: url(../img/arrow-swipe-right.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: var(--color_button);
	background-size: 12px 19px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	right: -25px;
	top: 140px;
	z-index: 222;
	outline: 0;
	transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
}

.sld-next:hover {
	background-color: var(--color_button_hover);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.sld-prev {
	background-image: url(../img/arrow-swipe-left.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: var(--color_button);
	background-size: 12px 19px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	left: -25px;
	top: 140px;
	z-index: 222;
	outline: 0;
	transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
}

.sld-prev:hover {
	background-color: var(--color_button_hover);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.top-slider-content:hover .sld-next,.top-slider-content:hover .sld-prev {
	opacity: 1;
}

.center-slider .sld-next,.center-slider .sld-prev {
	top: 200px;
}

.main-center-block {
	width: 1140px;
	text-align: left;
	margin: 0 auto;
	padding: 60px 0 0;
}

@media (max-width:1140px) {
	.sld1-next,.sld1-prev,.sld2-next,.sld2-prev {
		display: none;
	}
}