.slider-htc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.fl-ajax-carousel {
	position: relative;
	min-height: 100vh;
}
.fl-ajax-carousel-prev {
	position: absolute;
	left: 42px;
	top: 50%;
	height: 22px;
	margin-top: -11px;
	cursor: pointer;
	z-index: 2;
}
.fl-ajax-carousel-next {
	position: absolute;
	z-index: 3;
	right: 42px;
	top: 50%;
	height: 22px;
	margin-top: -11px;
	cursor: pointer;
	z-index: 2;
}
.min .fl-ajax-carousel-prev,
.max .fl-ajax-carousel-next {
	opacity: 0.2;
	pointer-events: none;
}
.fl-ajax-carousel-down {
	position: absolute;
	left: 50%;
	bottom: 15px;
	width: 30px;
	margin-left: -15px;
	cursor: pointer;
}
	
.fl-ajax-carousel-progressbar.dark-ui,
.fl-ajax-carousel-progressbar-inner.dark-ui {
	background-color: #23252B;
}
.fl-ajax-carousel-progressbar-number.dark-ui {
	color: #23252B;
}
svg.dark-ui path {
	stroke: #23252B;
}
svg.dark-ui .fill {
	fill: #23252B;
}

@media (max-width: 767px) {
	.fl-ajax-carousel-help,
	.fl-ajax-carousel-progressbar {
		display: none;
	}
	.fl-ajax-carousel-prev,
	.fl-ajax-carousel-next {
	    width: 30px;
	    height: 30px;
	}
	.fl-ajax-carousel-prev {
		left: 27px;
		top: 25vh;
	}
	.fl-ajax-carousel-next {
	    top: auto;
	    right: 12px;
	    bottom: 124px;
	}
	.fl-ajax-carousel-prev path,
	.fl-ajax-carousel-next  path {
    	stroke-width: 2px;
	}
}
@media (min-width: 768px) {

	.fl-ajax-carousel-down {
		bottom: 50px;
	}
	.fl-ajax-carousel-progressbar {
		position: absolute;
		z-index: 3;
		right: 98px;
		top: 50%;
		height: 260px;
		width: 1px;
		margin-top: -130px;
		background-color: #fff;
	}
	.fl-ajax-carousel-progressbar-inner {
		position: absolute;
		top: 0;
		left: -1px;
		display: block;
		width: 3px;
		background-color: #fff;
	}
	.fl-ajax-carousel-progressbar-number {
		position: absolute;
		bottom: 0;
		left: 1px;
		color: #fff;
		transform: translate(-50%, calc(100% + 20px));
	}
	.fl-ajax-carousel-help {
		position: absolute;
		right: 63px;
		bottom: 23px;
		width: 50px;
		fill: rgba(248,250,251,0);
		transition: fill ease-in-out 0.3s;
		cursor: pointer;
	}
	.fl-ajax-carousel-help:hover {
		fill: rgba(248,250,251,0.35);
	}
	.info-help-container {
		position: relative;
	}
	.info-help {
		position: absolute;
		right: 63px;
		bottom: 95px;
		padding: 28px 30px 35px 13px;
		background: #F8FAFB;
		border: 1px solid rgba(35, 37, 43, 0.2);
		border-radius: 14px;
		font-size: 18px;
		width: 280px;
	}
	.info-help p {
		margin-bottom: 0;
		margin-top: 0;
	}
	.info-help-search {
		display: flex;
		align-items: center;
		justify-content: space-between;
		text-transform: uppercase;
		line-height: 1;
		padding: 8px 0px 12px 37px;
		border-radius: 40px;
		cursor: pointer;
		margin-left: 0;
		transition: margin-left 0.3s;
	}
	.info-help-search.open {
		padding-right: 12px;
		margin-left: -190px;
		background-color: #E0E6EF;
		margin-top: -15px;
	}
	.info-help-search.open svg {
		margin: 0 25px;
	}
	.info-help-search-form {
		flex-grow: 3;
	}
	.info-help-search-form input,
	.info-help-search-form label {
		display: block;
		width: 100%;
	}
	.info-help .search-submit {
		display: none;
	}
	.info-help .search-field {
		border-radius: 30px;
		box-shadow: none;
	}
	.info-help .info-help-link {
		display: block;
		padding: 10px 37px;
		border-radius: 40px;
		line-height: 1;
		text-transform: uppercase;
		margin-bottom: 0;
		text-decoration: none;
	}
	.info-help .info-help-link:hover {
		background-color: #E0E6EF;
	}
	.info-help .info-help-contact-link {
		margin-left: 40px;
		color: #BC8E4E;
	}
}