

/* Start:/local/components/laba/weather.current/templates/.default/style.css?1770904936803*/
.weather-widget {
    background: transparent;
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    padding: 10px;
    display: inline-block;
}

.weather-main {
    display: flex;
    align-items: center; /* Центрирует иконку и текст по вертикали */
    gap: 12px;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 4px;
}

.weather-icon {
    /*width: auto;*/
    /*height: 40px; !* Высота подбирается под размер шрифта *!*/
    /*display: block;*/
    display: inline-block;
    width: 20px;
    height: 24px;
}

.weather-desc {
    text-align: center;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
}
/* End */


/* Start:/local/templates/landingnch/template_styles.css?17709049363671*/
.banner__400img{
    position: absolute;
    bottom: 56px;
}

.history__title-uzor{
    display: flex;
    gap: 0;
    align-items: center;
    margin-top: -50px;
    margin-bottom: -70px;
    justify-content: center;
}

.history__title-uzor img{
    margin: 0 -40px !important
}

.page-top{
    margin: 100px 0 0;
}

.page-top h1{
    text-align: center;
    font-size: calc(24px + 56 * ((100vw - 320px) / (1440 - 320)));
}
.events__filter-outer{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.header--shadow{
    box-shadow: 0 0 5px 5px rgba(1, 1, 1, .1);
}
.header--shadow:after{
    filter: drop-shadow(0px 8px 6px rgba(1, 1, 1, .1));
}
.bx-breadcrumb{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -20px;
}

.error-404 {
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--spacing-3xl) var(--container-padding);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.error-404::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: var(--gradient-hero);
    border-radius: 50%;
    filter: var(--blur-effect);
    opacity: 0.1;
    z-index: -1;
}

.error-404__content {
    max-width: 800px;
    position: relative;
    z-index: 1;
}

.error-404__number {
    font-size: clamp(6rem, 8vw, 12rem);
    color: rgb(0 150 69);
    line-height: 1;
    margin-bottom: var(--spacing-lg);
    font-family: var(--font-family-primary);
    text-transform: uppercase;
    letter-spacing: -0.02em;
    background-clip: text;
    font-weight: 800;
}

.error-404__title {
    font-size: clamp(var(--font-size-2xl), 3vw, var(--font-size-4xl));
    font-weight: var(--font-weight-semibold);
    color: var(--text-primary);
    margin-bottom: var(--spacing-md);
    font-family: var(--font-family-primary);
    line-height: var(--line-height-tight);
}

.error-404__text {
    font-size: clamp(var(--font-size-base), 1.5vw, var(--font-size-lg));
    color: var(--text-secondary);
    margin-bottom: var(--spacing-2xl);
    line-height: var(--line-height-relaxed);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.error-404__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 46px;
    background: rgba(244, 244, 244, 0.9);
    border: 1px solid rgba(26, 25, 25, 0.1);
    border-radius: 64px;
    backdrop-filter: var(--blur-backdrop);
    color: var(--text-primary);
    font-family: var(--font-family-primary);
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1em;
    letter-spacing: -0.04em;
    text-decoration: none;
    transition: all var(--transition-normal);
    box-shadow: var(--shadow-card);
    cursor: pointer;
}

.error-404__button:hover {
    background: rgba(244, 244, 244, 1);
    border-color: rgba(26, 25, 25, 0.2);
    transform: translateY(-2px);
    box-shadow: var(--shadow-button);
}

@media (max-width: 768px) {
    .error-404 {
        min-height: calc(100vh - 150px);
        padding: var(--spacing-2xl) var(--container-padding);
    }

    .error-404__number {
        margin-bottom: var(--spacing-md);
    }

    .error-404__text {
        margin-bottom: var(--spacing-xl);
    }

    .error-404__button {
        padding: 14px 32px;
        font-size: var(--font-size-lg);
    }
}



/* End */
/* /local/components/laba/weather.current/templates/.default/style.css?1770904936803 */
/* /local/templates/landingnch/template_styles.css?17709049363671 */
