.mainEvent_dark {
	color: black;
	background-color: white;
	border-radius: 5px;
	padding: 2px;
}

.mainEvent_light {
	color: white;
	background-color: black;
	border-radius: 5px;
	padding: 2px;
}

.fixed-element-dark {
	position: fixed;
	top: 60px;
	width: 100%;
	left: 0;
	background-color: #212529;
	z-index: 1000;
}

.fixed-element-light {
	position: fixed;
	top: 60px;
	width: 100%;
	left: 0;
	background-color: white;
	z-index: 1000;
}

.fix-element-dark {
	
	width: 100%;
	left: 0;
	background-color: #212529;
	
}

.fix-element-light {
	
	width: 100%;
	left: 0;
	background-color: white;
	
}

/* Подчеркивание текста */
.underline {
    text-decoration: underline !important;
}

/* Стили для кнопки закрытия */
.close {
    position: absolute;
    top: -8px;
    left: 92%;
    margin-left: 0px;
    padding: 6px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: black !important;
}

/* Окно обратной связи */
.feedback-window {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

/* Кнопка обратной связи */
.feedback-button {
    background-color: #007bff;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Наведение на кнопку обратной связи */
.feedback-button:hover {
    background-color: #0056b3;
}

/* Форма обратной связи */
.feedback-form {
    width: 300px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Заголовок формы обратной связи */
.feedback-form p {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

/* Текстовое поле формы обратной связи */
.feedback-form textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    padding: 8px;
    box-sizing: border-box;
    resize: none;
    background-color: #fff;
    border-radius: 5px;
    color: #333;
}

/* Кнопка отправки формы обратной связи */
.feedback-form button {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* Наведение на кнопку отправки формы обратной связи */
.feedback-form button:hover {
    background-color: #0056b3;
}

/* Плавная прокрутка страницы */
html {
    scroll-behavior: smooth;
}

/* Загрузчик */
.loader {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border-radius: 100%;
    border: 1px solid #fff;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
}

/* Анимация вращения загрузчика */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Сброс фона при фокусе и активности элемента выпадающего списка */
.dropdown-item:focus,
.dropdown-item:active {
    background-color: transparent !important;
}

/* Контейнер видео */
.video-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Видео в контейнере */
.video-container iframe {
    display: block;
    width: 100%;
    height: 48vw;
    max-height: 450px;
    border: none;
    border-radius: inherit;
}

/* Блокировка и скрытие элементов */
.displayBlock {
    display: block;
}

.displayNone {
    display: none;
}

/* Кнопки карточек */
.cardBtnDark {
    padding-left: 0px;
    text-align: left;
    background-color: transparent;
    border: none;
}

.cardBtnLight {
    padding-left: 0px;
    text-align: left;
    background-color: transparent;
    border: none;
    color: #dee2e6;
    text-decoration: underline;
}

/* Сброс выделения при тапе */
input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: transparent !important;
    color: inherit;
}

/* Сброс выделения и подчеркивания для кнопок и ссылок */
button,
a {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none;
}

button::-moz-selection,
button::selection,
a::-moz-selection,
a::selection {
    background: transparent;
}

button:link,
button:visited,
button:focus,
button:hover,
button:active,
a {
    text-decoration: none;
    color: inherit;
}

/* Сброс подчеркивания для ссылок в навигации */
.nav-link {
    text-decoration: none;
    color: inherit;
}

/* Загрузка шрифтов */
@font-face {
    font-family: 'Comfortaa';
    src: url('fonts/Comfortaa-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('fonts/Comfortaa-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('fonts/Comfortaa-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('fonts/Comfortaa-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('fonts/Comfortaa-ExtraBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Основной шрифт для тела страницы */
body {
    font-family: 'Comfortaa', Arial, sans-serif;
}

/* Сброс стилей для аккордеона */
.accordion .accordion-item {
    border: none !important;
}

.accordion .accordion-button {
    box-shadow: none !important;
}

/* Сброс выделения при тапе для кнопок и ссылок */
input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: transparent !important;
}

button {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none;
    color: inherit;
}

button::-moz-selection,
button::selection {
    background: transparent;
}

button:link,
button:visited,
button:focus,
button:hover,
button:active,
a {
    text-decoration: none !important;
    color: inherit;
}

/* Стили для иконки аккордеона */
.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

/* Кнопка возврата к началу страницы */
#btn-back-to-top {
    position: fixed;
    bottom: 70px;
    right: 20px;
    display: none;
    width: 46px;
    height: 46px;
    border-radius: 25px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    z-index: 999;
}

/* Символ планеты */
.planetSign {
    background-color: transparent;
    border: none;
    padding-right: 10px;
    font-size: 23px;
}

/* Кнопки карточек */
.cardBtnDark {
    padding-left: 0px;
    text-align: left;
    background-color: transparent;
    border: none;
}

.cardBtnLight {
    padding-left: 0px;
    text-align: left;
    background-color: transparent;
    border: none;
    color: #dee2e6;
    text-decoration: underline;
}

/* Кнопка переключения */
#btnSwitch {
    cursor: pointer;
}

/* Сброс синего контура у кнопок */
.bg-black.text-white .accordion-button:not(.collapsed):focus {
    box-shadow: none !important;
    outline: none !important;
}

/* Шрифт для навигации */
.font-for-nav {
    font-size: 16px;
    color: white !important;
}

/* Шрифт для сайта */
.font-for-site {
    font-size: 16px;
}

/* Фоновое изображение */
.bg-image {
    background-image: url("https://i.ibb.co/WFGp5g1/Desktop-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* Отступ изображения */
.my-margin-top {
    margin-top: 6rem;
}

/* Прозрачная полоса прокрутки */
* {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 20px;
    border: 3px solid transparent;
}

/* Ссылки без подчеркивания */
.no-underline {
    text-decoration: none;
}

/* Ссылки без синего цвета */
.no-blue-color {
    color: inherit !important;
}

/* Текст без цвета */
.no-color {
    color: inherit;
    font-size: 85%;
}

/* Текущая страница */
.current-page {
    font-weight: 600;
}

/* Иконка навигации */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Поле предложений */
#suggestions {
    overflow-y: scroll;
    height: 100px;
    position: absolute;
    cursor: default;
    background-color: #212529;
    font-size: 15px;
}

/* Светлый стиль */
.city-light {
    color: #212529 !important;
    background-color: white !important;
}

/* Сброс стилей для аккордеона */
.accordion {
    --bs-accordion-active-color: none !important;
    --bs-accordion-btn-focus-box-shadow: none !important;
    outline: none !important;
    --bs-accordion-active-bg: none !important;
}

/* Контейнер для ввода */
.select-input-container {
    position: relative;
}

/* Поле ввода */
.select-input-container input {
    width: 100%;
    height: 40px;
    padding: 10px;
}

/* Список без маркеров */
li {
    list-style-type: none;
}