.swiper-button-next,.swiper-button-prev{
    position:absolute;
    cursor:pointer;
    z-index: 1000;
    display:flex;
    justify-content: center;
    align-items: center;
    width: 44px!important;
    height: 44px;
    background-color: rgba(255, 255, 255, .8);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 22px;
}
.swiper-button-next:hover,.swiper-button-prev:hover{
    background-color: rgba(255, 255, 255, 1);
}
.swiper-button-next .icon-right,.swiper-button-prev .icon-left{
    color: #414145;
}
.swiper-button-next:hover .icon-right,.swiper-button-prev:hover .icon-left{
    opacity:0.8;
}
.swiper-button-next{
    top: 130px!important;
    right: -22px!important;
}
.swiper-button-prev{
    top: 130px!important;
    left: -22px!important;
}

.swiper-button-next:after,.swiper-button-prev:after{
    content:'';
    display:none;
}


.cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    background-color: var(--dark-color);
    color: #fff;
}

.cookie-bar p {
    margin: 0 15px 0 0;
}

.cookie-bar .btn {
    flex: 0 0 auto;
}

.cookie-bar_close {
    position: absolute;
    background: none;
    border: none;
    z-index: 3;
    color: #fff;
    top: 5px;
    right: 7px;
    font-size: 24px;
    line-height: 20px;
    width: 20px;
}