.slideshow-wrap {
    width: 100%;
    height: 100vh;
    padding: 72px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 1279.97px) and (min-width: 1023.98px) {
    .slideshow-wrap {
        padding: 66px 0 0
    }
}

@media screen and (max-width: 1023.97px) {
    .slideshow-wrap {
        padding: 66px 0 0
    }
}

@media screen and (max-width: 767px) {
    .slideshow-wrap .m-block {
        display: block
    }
}

.slideshow-wrap .slideshow-inner {
    width: 100%;
    height: 100%;
    position: relative
}

.slideshow-wrap .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.slideshow-wrap .bg.active {
    display: block;
}

.slideshow-wrap .bg1 {
    background: url(../images/index_1.jpeg) no-repeat 50% 50%;
    background-size: cover
}

.slideshow-wrap .bg2 {
    background: url(../images/index_2.jpeg) no-repeat 50% 50%;
    background-size: cover
}

.slideshow-wrap .bg3 {
    background: url(../images/index_3.jpeg) no-repeat 50% 50%;
    background-size: cover
}

.slideshow-wrap .bg4 {
    background: url(../images/index_4.jpg) no-repeat 50% 50%;
    background-size: cover
}

.slideshow-wrap .options {
    width: 100%;
    max-width: 300px;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(41, 42, 64, 0.8);
}

@media screen and (max-width: 767px) {
    .slideshow-wrap .options {
        max-width: 768px;
        height: 240px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.slideshow-wrap .options .item {
    width: 100%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .slideshow-wrap .options .item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

.slideshow-wrap .options .item.active .icon {
    /*-webkit-filter: brightness(100%);*/
    /*filter: brightness(100%)*/
    filter: none;
    filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, .95)) drop-shadow(0px 0px 4px rgba(255, 255, 255, .75));
}

.slideshow-wrap .options .item.active h3 {
    height: 24px;
    opacity: 1
}

@media screen and (max-width: 767px) {
    .slideshow-wrap .options .item.active h3 {
        height: 36px
    }
}

.slideshow-wrap .options .icon {
    height: 18px;
    margin: 0 auto 16px;
    -webkit-filter: brightness(100);
    filter: brightness(100);
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.slideshow-wrap .options .icon img {
    height: 100%
}

.slideshow-wrap .options h3 {
    height: 24px;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #91804E;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.8s;
    transition: 0.8s
}

@media screen and (max-width: 767px) {
    .slideshow-wrap .options h3 {
        font-size: 13px;
        line-height: 18px;
        text-align: center
    }
}


/*# sourceMappingURL=index.min.css.map */