

/* Start:/local/components/laba/weather.current/templates/.default/style.css?1771788986907*/
.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: 40px;
    height: 44px;
}

@media(max-width: 570px){
    .weather-icon{
        width: 20px;
        height: 24px;
    }
}

.weather-desc {
    text-align: center;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1768906778467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/landingnch/template_styles.css?17718266599842*/
.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;
}

body.loaded-now {
    overflow: hidden;
}

.bx-cstm-loader {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(26, 25, 25, 0.28);
    backdrop-filter: blur(8px);
    opacity: 0;
    transition: opacity .25s ease;
}

.bx-cstm-loader.animated {
    opacity: 1;
}

.bx-cstm-loader__spinner {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, .35);
    border-top-color: #ffffff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .18);
    animation: bx-cstm-loader-spin .8s linear infinite;
}

@keyframes bx-cstm-loader-spin {
    to {
        transform: rotate(360deg);
    }
}

.events__list__pagination,
.projects__list__pagination {
    margin-top: 28px;
    display: flex;
    justify-content: center;
}

.pagination-more-btn.catalog__list-btn {
    min-width: 260px;
    padding: 18px 34px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(180deg, #58ac4b 0%, #3f9638 100%);
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.02em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 34px rgba(63, 150, 56, 0.28);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.pagination-more-btn.catalog__list-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.03);
    box-shadow: 0 18px 36px rgba(63, 150, 56, 0.34);
}

.pagination-more-btn.catalog__list-btn.loaded {
    cursor: default;
    filter: grayscale(0.2);
    opacity: .9;
}

.projects__item .projects__item-open-hint {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%) translateY(8px);
    margin-top: 0;
    z-index: 2;
    pointer-events: none;
    cursor: pointer;
}

.projects__item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(5, 5, 5, 0.18) 0%, rgba(5, 5, 5, 0.48) 100%);
    opacity: 0;
    transition: opacity .25s ease;
    z-index: 0;
    pointer-events: none;
}

.projects__item .title,
.projects__item .descr {
    position: relative;
    z-index: 1;
    transition: transform .25s ease;
}

.projects__item:hover .projects__item-open-hint {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.projects__item:hover::before {
    opacity: 1;
}

.projects__item:hover .title,
.projects__item:hover .descr {
    transform: translateY(-45px);
}

.projects__item:hover .projects__item-open-hint:hover {
    background: rgba(255, 255, 255, 0.32);
}

@media (max-width: 768px) {
    .pagination-more-btn.catalog__list-btn {
        min-width: 220px;
        padding: 16px 28px;
        font-size: 20px;
    }

    .projects__item .projects__item-open-hint {
        bottom: 14px;
    }
}

.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);
    }
}


@media(max-width: 640px){
    html .btn__more{
        width: 100%;
        padding: 20px 20px;
        font-size: 16px;
        border-radius: 15px
    }
    html .mayor__img{
        width: 100%;
    }
}

@media(max-width: 1280px){
    .banner__400img{
        max-height: 24%;
    }

    .projects__bottom{
        justify-content: center !important;
    }
    .events__filter{
        max-width: none !important;
        justify-content: center;
    }

    .pagination-more-btn.catalog__list-btn{
        width: 100%;
        padding: 20px 20px;
        font-size: 16px;
        border-radius: 15px;
    }
    .pagination-more-btn.catalog__list-btn{
        width: calc(100% - 32px);
    }
    .events__filter-dropdown{
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .events.main__section .events__filter-dropdown{
        display: none;
    }
}


@media(max-width: 1200px){
    .page-top {
        margin: 50px 0 0;
    }
    html .events__list{
        padding-bottom: 16px;
    }
    html .main__title{
        line-height: 1;
    }
    html .projects__list{
        margin-top: 16px;
    }
    html .mayor__card{
        padding-bottom: 20px;
    }
    html .mayor__text .btn__more{
        margin-top: 16px;
    }
    .congratulations__image img{
        border-radius: 10px;
    }

    html .footer-image-400-logo{
        width: 100%;
        left: 0;
        height: 30%;
        object-fit: contain;
    }

    .footer-banner{
        aspect-ratio: 2 / 1.6;
        height: auto !important;
    }
}

@media(max-width: 720px){
    .header__logo.logo{
        z-index: 0;
    }
    .bx-breadcrumb{
        margin-bottom: -8px;
        justify-content: left;
        margin-top: 0;
    }
    .page-top{
        padding: 0 16px;
        margin-top: 24px;
    }
    .page-top h1{
        text-align: left;
    }
    .events__filter-outer{
        padding: 0 16px;
        justify-content: flex-start;
    }

    html .events__filter-outer--project .events__filter-dropdown,
    html .events__filter-outer--project .events__filter-dropdown .dropdown,
    html .events__filter-outer--project .events__filter-btn,
    html .events__filter-outer--project .events__filter{
        width: 100%;
    }

    .events__filter-outer--project .events__filter-btn{
        justify-content: space-between;
    }

    html .projects__item{
        min-height: 0;
        height: auto;
        aspect-ratio: 1.3 / 1;
    }

    html .projects:not(.main__section){
        margin-bottom: 3rem;
    }
}

.project-gallery-nav{
    transform: none;
}

.history--persons .history__card-bg{
    border-radius: 20px;
    overflow: hidden;
}

html .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.1) 0%,
            rgba(0, 0, 0, 0) 40%,
            rgba(14, 46, 23, 0.8) 75%, /* Темно-зеленый прилив */
            rgba(10, 31, 15, 0.95) 100%
    )
/* End */
/* /local/components/laba/weather.current/templates/.default/style.css?1771788986907 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1768906778467 */
/* /local/templates/landingnch/template_styles.css?17718266599842 */
