.custom-action .iziToast-title {
    position: absolute !important; /* Абсолютное позиционирование */
    left: 50% !important;
    transform: translate(-50%, -50%) !important; /* Центрирование по вертикали и горизонтали */
    display: flex !important; /* Используем flexbox для выравнивания содержимого */
    justify-content: center !important; /* Центрируем содержимое по горизонтали */
    align-items: center !important; /* Центрируем содержимое по вертикали */
    width: 20px !important; /* Установите ширину блока (можно изменить) */
    height: 20px !important; /* Установите высоту блока (можно изменить) */
    top: 17px;
}
.custom-action .iziToast-message {
    margin-top: 32px !important;
    margin-bottom: 27px !important;
}
.custom-action .iziToast-buttons {
    position: inherit;
    bottom: 0px;
    margin: 0px auto !important;
    transform: translate(-50%, -50%) !important;
    left: 50%;
    top: 6px;
}


.chosen-single.chosen-default.is-danger {
    border-color: #f185a7;
}
.chosen-container-single .chosen-single {
    height: 44px;
}
.checkbox-wrap .is-danger {
    border-color: #f185a7 !important;
}
.bread-div {
    top: 1px;
    position: relative;
    font-weight: 900;
}
.hero.is-app-vmtech {
    background-color: #709acb;
}
.is-single-post {
    max-width: initial;
}
.vmt-img {
    width: 100%;
}
.confetti {
    position: fixed; /* Фиксированное положение для верхнего слоя */
    width: 10px;
    height: 20px;
    background-color: red;
    opacity: 1;
    z-index: 9999; /* Поверх всего контента */
    pointer-events: none; /* Не мешает кликам */
    animation: explode 4s ease-out forwards;
    transform-origin: center;
}
@keyframes explode {
    0% { transform: translate(0, 0) rotate(0deg); opacity: 1; }
    25% { transform: translate(var(--x), var(--y)) rotate(var(--r)); }
    50% { opacity: 1; }
    100% { transform: translate(var(--x), calc(var(--y) + 200px)) rotate(var(--r-end)); opacity: 0; }
}
.dark-theme {
    background: #1D1D1D;
    color: #FFF;
}
#cometCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 9999;
}
.comet-container {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.column.is--offset-1 {
    margin-left: -10.333%;
}
.section p {
    text-indent: 20px; /* Устанавливаем отступ первой строки */
    margin: 0 0 10px 0; /* Добавляем небольшой отступ между параграфами */
}

.search-choice-close::before, .search-choice-close::after {
    background-color: white !important;
}
.title.tab-select-vmt {
    font-weight: 400;
}
.datetimepicker-clear-button {
    display: none;
}
.chosen-drop {
    position: relative;
}
.datetimepicker-dummy-wrapper.is-danger {
    border-color: #f185a7 !important;
}
.chosen-choices.is-danger {
    border-color: #f185a7 !important;
}
.vmt-mega {
    padding: 7px;
    border-radius: 3px;
    overflow: hidden;
}
.navbar-light .vmt-mega:hover, .navbar-faded .vmt-mega:hover {
    background-color: #efefef !important;
}
.is-dark-mobile.navbar-faded  .is-mega-menu-title {
    color: #52637f !important;
}
.navbar-light.is-dark-mobile .vmt-mega:hover {
    background-color: #52637f !important;
}
.is-dark-mobile .navbar-dropdown {
    box-shadow: inset 0px -24px 15px -18px rgb(120, 129, 144) !important;
}
.mega-menu-vmt-url .im {
    position: relative;
    top: 1px;
    margin-right: 7px;
}
.mega-menu-vmt-url {
    text-align: left;
}

.vmt-another-lang {
    list-style: none; /* Убираем маркеры списка */
    padding: 0; /* Убираем отступы */
    display: flex; /* Делаем контейнер флексбоксом */
    flex-direction: column; /* Выстраиваем элементы ВЕРТИКАЛЬНО */
    gap: 10px; /* Промежуток между кнопками */
    margin-top: 11px;
}

.vmt-another-lang li {
    display: block; /* Делаем <li> блочным элементом */
}

.vmt-another-lang a li {
    display: block; /* Растягиваем ссылку на всю ширину li */
    text-decoration: none;
    padding: 8px 15px;
    font-size: 14.7px;
    font-weight: 400;
    color: #fff; /* Белый текст */
    background-color: #c3d7ff; /* Основной цвет Bootstrap */
    border: 1px solid #c3d7ff;
    border-radius: 5px; /* Скругление углов */
    transition: background-color 0.3s ease;
    text-align: center; /* Центрируем текст */
}

.vmt-another-lang a:hover li {
    background-color: #b6d0ff; /* Затемняем при наведении */
    border-color: #b0c8fb;
}
.datetimepicker-dummy-wrapper {
    height: 44px !important;
}
.datetimepicker-dummy.is-info::before, .datetimepicker-dummy.is-info::before {
    top: 13px;
}
.oooop {
    background-attachment: initial !important;
}
#backtotop a {
    right: 64px;
    position: inherit;
    bottom: 0px;
}