.element-gallery {
	position: relative;
	height: 100%;
	min-height: 470px;
}

.element-gallery.element-gallery_light {
	height: auto;
	min-height: 0;
}

.element-gallery__thumbs {
	position: absolute;
	padding: 0 15px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.element-gallery__thumbs .swiper-container {
	width: 260px;
}

.element-gallery_light .element-gallery__thumbs {
	position: static;
	transform: none;
	padding: 0;
	width: 100%;
}

.element-gallery__thumbs .element-gallery__cover {
	height: 80px;
	background-color: #ffffff;
	cursor: pointer;
}

.element-gallery__thumbs .element-gallery__cover:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #dee5f1;
}

.element-gallery__thumbs .swiper-slide-thumb-active .element-gallery__cover:after {
	border-color: #ffcc00;
}

.element-gallery__thumbs .swiper-button-next,
.element-gallery__thumbs .swiper-button-prev {
	display: block;
	width: 15px;
	height: 80px;
	top: 0;
	right: auto;
	left: auto;
	margin: 0;
	color: #193d80;
	font-size: 14px;
	text-align: center;
	line-height: 80px;
	transition: color .2s ease-in-out;
	overflow: hidden;
}

.element-gallery__thumbs .swiper-button-next:before,
.element-gallery__thumbs .swiper-button-prev:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
}

.element-gallery__thumbs .swiper-button-next:after,
.element-gallery__thumbs .swiper-button-prev:after {
	display: none;
}

.element-gallery__thumbs .swiper-button-next:hover,
.element-gallery__thumbs .swiper-button-prev:hover {
	color: #7aa9ff;
}

.element-gallery__thumbs .swiper-button-next {
	right: 0;
}

.element-gallery__thumbs .swiper-button-next:before {
	right: -4px;
	font-family: 'Ionicons';
	content: "\";
	color: "inherit";
	font-size: "inherit";
}

.element-gallery__thumbs .swiper-button-prev {
	left: 0;
}

.element-gallery__thumbs .swiper-button-prev:before {
	left: -4px;
	font-family: 'Ionicons';
	content: "\";
	color: "inherit";
	font-size: "inherit";
}

.element-gallery__detail {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 90px;
}

.element-gallery_light .element-gallery__detail {
	position: static;
	height: 360px;
}

.element-gallery__detail .swiper-container,
.element-gallery__detail .swiper-wrapper,
.element-gallery__detail .swiper-slide {
	height: 100%;
}

.element-gallery__detail .element-gallery__cover {
	height: 100%;
}

.element-gallery__item {
	margin-top: 15px;
}

.element-gallery__item.active .element-gallery__cover:after {
	border-color: #ffcc00;
}

@media (min-width: 576px) {

.element-gallery__thumbs .swiper-container {
	width: 440px;
}

}

@media (min-width: 768px) {

.element-gallery__thumbs {
	padding: 15px 0;
	top: 50%;
	left: 0;
	bottom: auto;
	width: 80px;
	transform: translateY(-50%);
}

.element-gallery__thumbs .swiper-container {
	width: auto;
	height: 440px;
}

.element-gallery__thumbs .swiper-button-next,
.element-gallery__thumbs .swiper-button-prev {
	width: 80px;
	height: 15px;
	top: auto;
	right: auto;
	left: 0;
	line-height: 1;
}

.element-gallery__thumbs .swiper-button-next {
	right: auto;
	bottom: 0;
}

.element-gallery__thumbs .swiper-button-next:before {
	right: 0;
	bottom: -4px;
	font-family: 'Ionicons';
	content: "\";
	color: "inherit";
	font-size: "inherit";
}

.element-gallery__thumbs .swiper-button-prev {
	left: 0;
	top: 0;
}

.element-gallery__thumbs .swiper-button-prev:before {
	left: 0;
	top: -4px;
	font-family: 'Ionicons';
	content: "\";
	color: "inherit";
	font-size: "inherit";
}

.element-gallery__detail {
	left: 90px;
	bottom: 0;
}

}

@media (min-width: 1024px) {

.element-gallery__detail {
	left: 110px;
}

}

