.rating-excurtion__star:last-child{
    margin-left:1px;
}
.rating-excurtion__star {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    width: 18px;
    height: 25px;
}

@media (max-width: 479.98px) {
    .page {
        padding-top: 110px;
    }
    .main-banner {
        min-height: 660px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .alert-header {
        height: auto;
        min-height: 50px;
        overflow: visible;
        padding: 8px 0;
    }

    .alert-header__text span {
        white-space: normal;
        word-break: break-word;
    }
}

@media (max-width: 479.98px) {
    .header._show-alert + .page {
        padding-top: 270px;
    }
}

/* Анимация кнопки "Rezervă" в сайдбаре тура — мягкая пульсация */
@-webkit-keyframes rezerva-pulse {
    0%, 100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 rgba(23, 173, 101, 0.45);
                box-shadow: 0 0 0 0 rgba(23, 173, 101, 0.45);
    }
    50% {
        -webkit-transform: scale(1.03);
                transform: scale(1.03);
        -webkit-box-shadow: 0 0 0 10px rgba(23, 173, 101, 0);
                box-shadow: 0 0 0 10px rgba(23, 173, 101, 0);
    }
}

@keyframes rezerva-pulse {
    0%, 100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 rgba(23, 173, 101, 0.45);
                box-shadow: 0 0 0 0 rgba(23, 173, 101, 0.45);
    }
    50% {
        -webkit-transform: scale(1.03);
                transform: scale(1.03);
        -webkit-box-shadow: 0 0 0 10px rgba(23, 173, 101, 0);
                box-shadow: 0 0 0 10px rgba(23, 173, 101, 0);
    }
}

.main-sidebar-excursion-page__btn {
    -webkit-animation: rezerva-pulse 2s ease-in-out infinite;
            animation: rezerva-pulse 2s ease-in-out infinite;
    will-change: transform;
}

.main-sidebar-excursion-page__btn:hover,
.main-sidebar-excursion-page__btn:focus,
.main-sidebar-excursion-page__btn:active {
    -webkit-animation: none;
            animation: none;
}

@media (prefers-reduced-motion: reduce) {
    .main-sidebar-excursion-page__btn {
        -webkit-animation: none;
                animation: none;
    }
}
