.front-slider-widget {
    margin-bottom: 20px;
    position: relative;
}
.front-slider-widget-container {
    position: relative;
    width: 100%;
}
.front-slider-widget-slide {
    display: none;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.front-slider-widget-slide.active {
    display: block;
}
.front-slider-widget-slide-content {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
.front-slider-widget-seemore-link {
    font-size: 1rem;
    min-width: 250px;
    padding-left: 10px;
    padding-right: 35px;
    position: absolute;
    right: 0;
    top: 230px;
}
.front-slider-widget-seemore-link::after {
    border: 3px solid var(--color-green);
    border-bottom-width: 0;
    border-left-width: 0;
    content: '';
    display: inline-block;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
	transition: .3s;
    width: 10px;
}
.front-slider-widget-seemore-link:hover::after {
	border-color: #FFF;
}
.front-slider-widget-arrows {
    bottom: 70px;
    left: 0;
    position: absolute;
    right: 0;
}
.front-slider-widget-arrow {
    background: #20a741;
    border-radius: 50%;
    display: block;
    height: 25px;
    opacity: .6;
    position: relative;
    transition: .2s;
    width: 25px;
}
.front-slider-widget-arrow:hover {
    opacity: .95;
}
.front-slider-widget-arrow::before {
    background: transparent;
    border-left: 2px solid #FFF;
    border-top: 2px solid #FFF;
    content: '';
    height: 6px;
    left: 9px;
    position: absolute;
    top: 9px;
    width: 6px;
}
.front-slider-widget-arrow--left {
    margin-right: 35px;
    transform: rotate(-45deg);
}
.front-slider-widget-arrow--right {
    transform: rotate(135deg);
}
.front-slider-widget-navigator {
    bottom: 30px;
    left: 0;
    position: absolute;
    text-align: right;
    width: 100%;
}
.front-slider-widget-bullet {
    background-color: #FFF;
    border-radius: 10px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .4);
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 4px;
    transition: .2s linear;
}
.front-slider-widget-bullet.active {
    background-color: #20a741;
    width: 40px;
}
.front-slider-widget-bullet:hover {
    background-color: #20a741;
}
.front-slider-widget-update-link {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.front-slider-widget-update-link a {
    font: normal 12px Arial, sans-serif;
    color: #FFF !important;
    padding: 2px 8px;
    background: rgba( 0, 0, 0, 0.7 );
    text-decoration: underline;
}

.front-slider-widget__feedback-form-container {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}