.swiper-button-next:after,
.swiper-button-prev:after {
    background: url("../images/svg/header_icons.svg") no-repeat;
    font-size: 0px;
    width: 7px;
    height: 12px;
    background-position: var(--light, 0px -65px) var(--dark, 0px -81px);
    content: "" !important;
    font-family: initial;
}

@media screen and (max-width: 767px),
projection and (max-width: 767px),
tv and (max-width: 767px),
handheld and (max-width: 767px) {
    .vac__media .top_slider_wrapp.view_2 .main-slider {
        border-bottom: none;
    }
}

.mobile-alert {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.mobile-alert.is-open {
    display: block;
}

.mobile-alert--page {
    position: static;
    inset: auto;
    z-index: auto;
    padding: 24px 0;
}

.mobile-alert--page .mobile-alert__box {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 0 auto;
}

.mobile-alert__overlay {
    position: absolute;
    inset: 0;
    background: #3a3f44;
    opacity: 0.7 !important;
}

.mobile-alert__box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 300px;
    transform: translate(-50%, -50%);
    background: #4DB5E2;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 26px 34px 22px;
    text-align: center;
    color: #fff;
}

.mobile-alert__top {
    width: 77px;
    height: auto;
}

.mobile-alert__text {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
}

.mobile-alert__bottom {
    width: 105px;
    height: 88;
    margin-top: 10px;
    margin-bottom: 4px;
}

.mobile-alert__close {
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
    line-height: 0;
}

.mobile-alert__topwrap {
    position: relative;
    width: 77px;
}

.mobile-alert__top {
    width: 100%;
    height: auto;
    display: block;
}

.mobile-alert__toptext {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    padding: 10px;
    transform: rotate(-4deg);

    pointer-events: none;
}

@media (max-width: 340px) {
    .mobile-alert__box {
        transform: translate(-50%, -50%) scale(.92);
    }
}