.overflow-hidden img {
    transition: all .4s linear; /* Время эффекта */
}
.overflow-hidden img:hover {
    transform: scale(1.050); /* Увеличиваем масштаб */
}
.lk__info {
    background: var(--brand-color-2);
    color: #fff;
    padding: 25px 15px;
    font-size: 22px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.lk__info span {
    margin-left: 15px;
}
.bgmenu__inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
    margin-top: 5px;
}
.bgmenu {
    padding-bottom: 150px;
}
.bgmenu__item {
    background: var(--brand-color-2);
    padding: 10px 20px 10px 10px;
    width: calc(33.3333% - 10px);
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    height: 150px;
    overflow: hidden;
    text-decoration: none;
}
.bgmenu__item span {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    transition: all .2s linear;
}
.bgmenu__item svg {
    position: absolute;
    right: -20px;
    bottom: -60px;
    z-index: 10;
    width: 30%;
    height: auto;
    opacity: .5;
    transition: all .2s linear;
}
.bgmenu__item:hover.bgmenu__item svg {
    opacity: 1;
    right: 0px;
    bottom: 0px;
}
.bgmenu__item:hover.bgmenu__item span {
    font-size: 22px;
}
.imgNone img {
    display: none;
}
.tour__descr {
    text-align: justify;
}
.tour__dates p {
    margin: 0;
}
.tour__prefInfo {
    margin-top: 10px;
}
.tour__prefInfo p {
    margin: 0;
}
.footer__titleBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer__title {
    width: 45%;
}
.itemSlide {
    height: 352px;
}
.align-right {
    display: flex;
    justify-content: flex-end;
}
.feedbackIcon {
    font-size: 20px;
}
.modal-feedback {
    display: flex;
    justify-content: space-between;
}
.nowrap {
    flex-wrap: nowrap;
}
.optionNone option {
    display: none;
}
.badge_for_icon {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 40%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #007bff !important;
}

@media (max-width: 550px) {
    .footer__title {
        width: 100%;
    }
    .footer__logo {
        flex-direction: column;
        align-items: center;
    }
    .center {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
}


.actions a{
    padding: 0px;
    display: block;
    text-align: left;
}

.actions a span{
    text-align: left;
    vertical-align: super;
}

.loading {
    background: url('/app/portal/assets/ajax-loader.gif') no-repeat center center #fff !important;
    min-height: 300px;
}

.loading > * {
    opacity: .1;
    pointer-events: none;
}

.button_from_index{

}

.container {
    max-width: 90vw;
}

.cursor-pointer {
    cursor: pointer;
}