/*
Theme Name: Impulse
Author: DIZZ (Artem H.)
Version: 1.0
*/

/*base*/
body.admin-bar .header {
    top: 46px;
}
@media screen and (min-width: 783px){
    body.admin-bar .header {
        top: 32px;
    }
}

.remove_before:before,
.remove_after:after {
    content: none !important;
}
.update_before:before {
    background:
            linear-gradient(90deg,
            rgba(18, 20, 28, 0.5) 0%,
            rgba(18, 20, 28, 0) 20%,
            rgba(18, 20, 28, 0) 80%,
            rgba(18, 20, 28, 0.5) 100%
            ) !important;
}
.z-index-1 {
    z-index: 1;
}

/*header*/
.header__btn {
    font-size: 16px;
}
.header__lang.on_desktop.style-dark:not(:hover) .current span {
    color: #2F344A;
}
.header__lang.on_desktop.style-dark:not(:hover) .current .icon {
    background-color: #2F344A;
}
.header__lang.on_desktop {
    display: none !important;
    position: fixed;
    top: 39px;
    right: 32px;
    z-index: 9;
}
@media screen and (min-width: 992px) {
    .header__lang.on_desktop {
        display: block !important;
    }
    .header__lang:not(.on_desktop) {
        display: none !important;
    }
    .header__btn {
        font-size: 24px;
    }
    .header__btn .icon {
        width: 28px;
        height: 28px;
    }
    .header__btn.open-menu .icon span {
        top: 14px;
        left: 6px;
    }
    .header__btn.open-menu .icon:before {
        top: 9px;
        left: 6px;
    }
    .header__btn.open-menu .icon:after {
        top: 19px;
        left: 6px;
    }
    .header__btn.close-menu .icon:after, .header__btn.close-menu .icon:before {
        top: 14px;
        left: 6px;
    }
}

/*footer*/
.footer__main .title.v2 {
    margin-top: 48px;
}
@media screen and (min-width: 992px) {
    .footer__main .title.v2 {
        margin-top: 32px;
    }
}

/*Load More Button*/
.load__more--button.loading {
    visibility: hidden;
}
.load__more--buttonWrap {
    position: relative;
}

/* LOADER */
.loader-dots{
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    display: none;
    position: absolute;
}
#loader-dots span{
    display: inline-block;
    width: 10px;
    height: 10px;
    /*border-radius: 100%;*/
    background-color: #000000;
    margin: 5px;
    opacity: 0;
}
#loader-dots span:nth-child(1){
    animation: opacitychange 1s ease-in-out infinite;
}
#loader-dots span:nth-child(2){
    animation: opacitychange 1s ease-in-out 0.33s infinite;
}
#loader-dots span:nth-child(3){
    animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange{
    0%, 100%{
        opacity: 0;
    }

    60%{
        opacity: 1;
    }
}

section.s-news-single .offer__slider .offer__slider-counter_1 {
    display: none !important;
}

.b-image--simple.b-image--simple-4 > img {
    width: 100%;
    height: auto;
    /*border-radius: 32px;*/
    overflow: hidden;
}

/*flexbox image_text*/
.s-images.s-images--one-column .s-images__list {
    grid-template-columns: none;
    justify-content: center;
}

/*history single*/
.text-field .gallery .gallery-item {
    margin-top: 0 !important;
    padding-right: 1em;
}
.text-field .gallery .gallery-item img {
    margin-top: 0 !important;
    margin-bottom: 1em;
    border: none !important;
}
