.glcr-background-switcher {
    position: relative;
    overflow: hidden
}

.glcr-background-switcher .bg-switcher-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.glcr-background-switcher .bg-switcher-item {
    height: 50vh;
    padding: 0;
    position: relative;
    z-index: 2;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}

.glcr-background-switcher .bg-switcher-items:before,
.glcr-background-switcher .bg-switcher-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*images*/
.glcr-background-switcher .bg-switcher-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 22;
}

.glcr-background-switcher .bg-switcher-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.glcr-background-switcher .bg-switcher-image.active-item {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1
}

.glcr-background-switcher .bg-switcher-image.active-item {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1
}

/*content*/
.glcr-background-switcher .bg-switcher-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 5;
    position: relative;
    padding: 12%;
}

.glcr-background-switcher .bg-switcher-title {
    font-size: 27px;
    line-height: 1.35em;
}

.glcr-background-switcher .bg-switcher-title,
.glcr-background-switcher .bg-switcher-title a,
.glcr-background-switcher .bg-switcher-subtitle,
.glcr-background-switcher .bg-switcher-text {
    color: var(--swm-color-light-1);
}

.glcr-background-switcher .bg-switcher-text {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 16px;
    padding-top: 18px;
}

.glcr-background-switcher .bg-switcher-counterLink {
    width: 41px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.35);
    overflow: :hidden;
    position: relative;
    z-index: 1;
    display: block;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    flex-shrink: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.glcr-background-switcher .bg-switcher-counterLink,
.glcr-background-switcher .bg-switcher-counterLink a {
    color: var(--swm-color-dark-1);
}

.glcr-background-switcher .bg-switcher-counterLink span {
    position: absolute;
    top: 0;
    left: 0;
    width: 41px;
    height: 41px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.glcr-background-switcher .bg-switcher-counter {
    font-family: var(--swm-headings-font-family);
    font-size: calc(var(--body-font-size) - 2px);
    font-weight: var(--swm-headings-font-weight);
    letter-spacing: 1px;
    left: 0;
    opacity: 1;
    visibility: visible;
}

.glcr-background-switcher .bg-switcher-link {
    left: -100%;
    opacity: 0;
    visibility: hidden;
}

.glcr-background-switcher .bg-switcher-link a {
    position: relative;
    width: 100%;
    height: 100%;
}

.glcr-background-switcher .bg-switcher-link a:before {
    font-family: "swm-font-icon";
    font-style: normal;
    font-weight: normal;
    transform: rotate(0deg);
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.glcr-background-switcher .bg-switcher-link a:hover:before {
    transform: rotate(-45deg);
}

.glcr-background-switcher .bg-switcher-content-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.glcr-background-switcher .bg-switcher-item .bg-switcher-content-bottom {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}

.glcr-background-switcher .bg-switcher-item.active-item .bg-switcher-content-bottom,
.glcr-background-switcher .bg-switcher-item:hover .bg-switcher-content-bottom {
    overflow: visible;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.glcr-background-switcher .bg-switcher-item.active-item .bg-switcher-counter,
.glcr-background-switcher .bg-switcher-item:hover .bg-switcher-counter {
    left: 100%;
    opacity: 0;
    visibility: hidden;
    font-size: 0;
}

.glcr-background-switcher .bg-switcher-item.active-item .bg-switcher-link,
.glcr-background-switcher .bg-switcher-item:hover .bg-switcher-link {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.glcr-background-switcher .bg-switcher-counterLink.empty-link .bg-switcher-counter {
    left: 0;
    opacity: 1;
    visibility: visible;
    font-size: calc(var(--body-font-size) - 2px);
}

.glcr-background-switcher .bg-switcher-content-bottom > a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

/*Mobile*/
@media only screen and (max-width:1024px) {
    .glcr-background-switcher .bg-switcher-items .bg-switcher-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .glcr-background-switcher .bg-switcher-item-image {
        display: block;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -1;
        position: relative;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .glcr-background-switcher .bg-switcher-item {
        border: 0;
    }

    .glcr-background-switcher .bg-switcher-item .bg-switcher-content-bottom {
        max-height: 100%;
        overflow: visible;
    }

    .glcr-background-switcher .bg-switcher-item .bg-switcher-counter {
        left: 100%;
        opacity: 0;
        visibility: hidden;
        font-size: 0;
    }

    .glcr-background-switcher .bg-switcher-item .bg-switcher-link {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    .glcr-background-switcher .bg-switcher-item {
        background: rgba(0, 0, 0, 0.1);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }

    .glcr-background-switcher .bg-switcher-item::before {
        display: none;
    }

}