

/* Start:/local/templates/main/components/bitrix/menu/sections/style.css?1744115420526*/
.section__menu ul {
    list-style-type: none;
    display: flex;
    gap:  1rem 3rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.section__menu ul a {
    font-weight: 700;
    font-size: 20px;
    color: #A3A7AA;
    transition: all .3s;
}

.section__menu ul a:hover {
    color: #000;
}

@media(max-width: 900px) {
    .section__menu ul {
        gap: 1rem 2rem;
    }

    .section__menu ul a {
        font-size: 18px;
    }
}

@media(max-width: 767px) {
    .section__menu ul a {
        font-size: 16px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news/projects/bitrix/catalog.filter/.default/style.css?17479017083989*/
.projects-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 50px;
}

.proj-filter {
    margin-right: 10px;
    position: relative;
}

.proj-filter.active .proj-filter-current:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.proj-filter.active .proj-filter-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.proj-filter-current {
    white-space: nowrap;
    height: 36px;
    padding: 0 42px 0 18px;
    background-color: var(--color-primary);
    border-radius: 2px;
    font-size: 16px;
    line-height: 36px;
    color: var(--color-black);
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
}

.proj-filter-current:after {
    content: '';
    position: absolute;
    top: 1px;
    right: 18px;
    font-size: 12px;
    width: 10px;
    height: 36px;
    color: var(--color-black);
    transition: all .3s ease;
    background: url(/local/templates/main/components/bitrix/news/projects/bitrix/catalog.filter/.default/images/icon_arrow_down.png) center no-repeat;
}

.proj-filter-dropdown {
    max-height: 350px;
    overflow-y: scroll;
    position: absolute;
    left: 0;
    top: 100%;
    background: #F7F8FA;
    margin-top: 3px;
    min-width: 100%;
    white-space: nowrap;
    border-radius: 2px;
    z-index: 50;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 6px 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0;
    visibility: hidden;
}

.proj-filter-option {
    font-size: 14px;
}

.proj-filter-option.active a {
    color: var(--color-primary);
}

.proj-filter-option a {
    display: block;
    padding: 2px 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.proj-search-group {
    position: relative;
}

.search-input {
    height: 36px;
    padding: 0 55px 0 16px;
    background-color: #fff;
    outline: none !important;
    border: 1px solid #ACB0B2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    font-size: 16px;
}

.search-input::-webkit-input-placeholder {
    color: #CFD4D9;
}

.search-input::-moz-placeholder {
    color: #CFD4D9;
}

.search-input:-ms-input-placeholder {
    color: #CFD4D9;
}

.search-input::-ms-input-placeholder {
    color: #CFD4D9;
}

.search-input::placeholder {
    color: #CFD4D9;
}

.search-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background-color: transparent;
    outline: none !important;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 19px;
    color: #7B7C7E;
    top: 8px;
    right: 17px;
}

@media(max-width: 1300px) {
    .proj-filter-current {
        font-size: 12px;
        padding: 0 35px 0 11px;
    }
    .proj-filter-current:after {
        right: 13px;
    }
    .proj-filter-option {
        font-size: 12px;
    }

    .projects-filter {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 30px;
    }
    .proj-search {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .search-input {
        width: 100%;
        min-width: 0;
        font-size: 12px;
    }
}


@media(max-width: 680px) {
    .projects-filter {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .proj-filter {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1747901534783*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1rem;
    margin: 3rem 0;
}

.pagination-arrow {
    line-height: 1;
    display: inline-block;
    padding: .1rem .25rem;
    border: 1px solid var(--color-black);
}

.pagination-arrow:hover {
    background: var(--color-primary);
}

.pagination-arrow.prev img {
    transform: rotate(180deg);
}

.pagination-link {
    transition: all .3s ease;
    font-size: .75rem;
    color: var(--color-black);
    font-weight: 800;
    padding: .45rem .75rem;
    display: inline-block;
}

.pagination-link.active {
    background: var(--color-primary);
}

.pagination-link:hover {
    color: var(--color-primary);
}

@media(max-width: 480px) {
    .pagination-arrow {
        display: none;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news/projects/bitrix/news.list/.default/style.css?17477505522496*/
.page-title.projects__title {
    margin-bottom: 0;
}

.projects__top {
    display: flex;
    align-items: start;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 56px;
}

.projects__show-count {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 1rem;
    gap: 1rem;
    font-size: .875rem;
    font-weight: 700;
}

.projects__show-count select {
    appearance: none;
    border: 2px solid #A3A7AA;
    font-size: .875rem;
    background-color: #fff;
    padding: 0 1.5rem 0 .75rem;
    background: url(/local/templates/main/components/bitrix/news/projects/bitrix/news.list/.default/images/icon_arrow_down.png) center right .5rem no-repeat;
    font-weight: 700;
}

@media(max-width: 1150px) {
    .projects__top {
        display: block;
        margin-bottom: 2rem;
    }
}

.projects__top .pagination {
    margin: 0;
}

.projects__top .projects-filter {
    margin-bottom: 0;
}

.projects__top .search-input {
    max-width: 200px;
}

@media(max-width: 1150px) {
    .projects__top .search-input {
        max-width: 100%;
    }

    .projects__top .projects-filter {
        margin-bottom: 56px;
    }
}

.projects__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

@media(max-width: 1199px) {
    .projects__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width: 800px) {
    .projects__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.project {
    position: relative;
    border: 2px solid #D6D7D5;
}

.project__link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.project__img-wrapper {
    background: #EBEBEB;
    padding-bottom: 66%;
    position: relative;
}

.project__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project__inner {
    padding: 1.5rem 1.5rem 6rem;
}

@media(max-width: 1023px) {
    .project__inner {
        padding: 1.5rem 1rem 6rem;
    }
}


.project__name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    transition: all .3s;
    margin-bottom: .5rem;
}

@media(max-width: 1023px) {
    .project__name {
        font-size: 18px;
    }
}

.project:hover .project__name {
    color: var(--color-primary);
}

.project__place {
    font-weight: 400;
    font-size: .875rem;
}

.projects__bottom {
    position: absolute;
    bottom: 1.5rem;
    font-size: .875rem;
}

.project__section,
.projects__product {
    color: #A3A7AA;
}



/* End */
/* /local/templates/main/components/bitrix/menu/sections/style.css?1744115420526 */
/* /local/templates/main/components/bitrix/news/projects/bitrix/catalog.filter/.default/style.css?17479017083989 */
/* /local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1747901534783 */
/* /local/templates/main/components/bitrix/news/projects/bitrix/news.list/.default/style.css?17477505522496 */
