@font-face {
    font-family: 'LabGrotesqueK-Regular';
    src: url('/includes/fonts/LabGrotesqueK-Regular.woff') format('woff');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'LabGrotesqueK-Medium';
    src: url('/includes/fonts/LabGrotesqueK-Medium.woff') format('woff');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'LabGrotesqueK-Thin';
    src: url('/includes/fonts/LabGrotesqueK-Thin.woff') format('woff');
    font-style: normal;
    font-weight: normal;
}

body,
input,
textarea,
select,
button,
label,
p,
li,
a,
span,
div {
    font-family: 'LabGrotesqueK-Regular', sans-serif !important;
    font-weight: normal !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'LabGrotesqueK-Medium', sans-serif !important;
    font-weight: normal !important;
}

strong,
b {
    font-family: 'LabGrotesqueK-Regular', sans-serif !important;
    font-weight: normal !important;
}

small,
.small,
.hint,
.help-text,
.comment,
.note {
    font-family: 'LabGrotesqueK-Thin', sans-serif !important;
    font-weight: normal !important;
}

* {
    box-shadow: none !important;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
a[class*="btn"],
a[class*="button"],
button[class*="btn"],
button[class*="button"],
.btn,
.button,
.login-btn,
.cta-button,
.modal-button,
.history-tab,
.character-modal-download {
    background: #FF6B4A !important;
    color: #ffffff !important;
    padding: 14px 28px !important;
    border-radius: 10px !important;
    border: none !important;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'LabGrotesqueK-Regular', sans-serif !important;
    font-weight: normal !important;
    line-height: 1 !important;
    text-decoration: none;
    cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
a[class*="btn"]:hover,
a[class*="button"]:hover,
button[class*="btn"]:hover,
button[class*="button"]:hover,
.btn:hover,
.button:hover,
.login-btn:hover,
.cta-button:hover,
.modal-button:hover,
.history-tab:hover,
.character-modal-download:hover {
    background: #FF6B4A !important;
    color: #ffffff !important;
}

.main-burger,
.mobile-menu-close,
.modal-close,
.character-modal-close {
    background: #FF6B4A !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    padding: 10px !important;
    border: none !important;
}

.main-burger span {
    background: #ffffff !important;
}

.login-btn {
    font-family: 'LabGrotesqueK-Medium', sans-serif !important;
    font-weight: normal !important;
}

.tab-button {
    background: transparent !important;
    color: #666666 !important;
    border-radius: 0 !important;
    padding: 20px 30px !important;
}

.tab-button:hover {
    background: #ffffff !important;
    color: #2e4053 !important;
}

.tab-button.active {
    background: #ffffff !important;
    color: #FF6B4A !important;
    border-bottom-color: #FF6B4A !important;
}

.feature,
.participate-card,
.event-card,
.participant-card,
.additional-participant-card,
.contact-section,
.contact-item,
.requisites-section,
.location-info,
.map-image,
.history-section,
.history-tab,
.info-section,
.document-card,
.contact-card,
.event-card,
.photo-card,
.empty-state,
.result-card,
.payment-card {
    border-radius: 10px !important;
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.feature::before,
.participate-card::before {
    background: #FF6B4A !important;
}

.feature-icon,
.empty-state-icon,
.contact-icon,
.photos-count-icon,
.payment-method-icon,
.no-news-icon,
.icon {
    background: #FF6B4A !important;
    color: #ffffff !important;
}

.feature-icon svg {
    width: 32px;
    height: 32px;
}

.contact-icon svg {
    width: 20px;
    height: 20px;
}

.feature-icon svg,
.empty-state-icon svg,
.contact-icon svg,
.photos-count-icon svg,
.payment-method-icon svg,
.no-news-icon svg,
.icon svg {
    fill: #ffffff !important;
    stroke: #ffffff !important;
}

.map-left h2,
.map-right h2 {
    color: #FF6B4A !important;
}

.location-info h3 {
    color: #FF6B4A !important;
}

.location-info {
    line-height: 1 !important;
}

.location-info p {
    line-height: 1 !important;
    color: #666666 !important;
}

.location-info strong {
    color: #8652FF !important;
    font-weight: normal !important;
}

.location-address {
    border-top: 2px solid #FF6B4A !important;
}

.contact-section h2 {
    border-bottom: 2px solid #FF6B4A !important;
}

.requisites-section h2,
.info-section h2 {
    border-bottom: 2px solid #FF6B4A !important;
}

.info-email-link {
    color: #8652FF !important;
}
