

/* Start:/local/templates/main/components/bitrix/system.pagenavigation/main/style.css?1776924251888*/

.navigation {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: normal;
    justify-content: center;
}
.navigation a {
    background: #f4f0ec;
    border: 2px solid #f4f0ec;
    color: var(--gray-light);
    transition: all 0.2s;
}


.navigation b {
    background: #b27259;
    border-color: #b27259;
    color: #fff;
}
.navigation a, .navigation b {
    padding: 8px 12px;
    border-radius: 8px;
    border-width: 2px;
    border-style: solid;
    text-decoration: none;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 1;
    flex-basis: 0;
    flex-grow: 0;
    text-align: center;
}
.navigation a:hover{
    background: #DED6D2;
    border-color: #DED6D2;
    /* color: #fff; */
}

/* End */


/* Start:/local/templates/main/components/bitrix/news/stocks/bitrix/news.list/.default/style.css?17769242514029*/
.projects {
    --bs-gap: 20px;
    margin-bottom: 53px;
}

.projects__label {
    border: 0;
    border-radius: 10px;
    display: inline-block;
    font-family: Nunito Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 123.9%;
    padding: 4px 12px;
    position: relative;
    text-transform: none;
    vertical-align: top
}

.projects__label:before {
    background: linear-gradient(45deg, #c0ff59, #00ffb2);
    border-radius: 10px;
    content: "";
    inset: 0;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c0ff59)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #00ffb2));
    -webkit-mask: linear-gradient(#c0ff59 0 0) content-box, linear-gradient(#00ffb2 0 0);
    mask-composite: add, add;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 2px;
    position: absolute
}

.projects__label--orange:before {
    background: linear-gradient(45deg, #f90, #ff5c00);
    border-radius: 10px;
    content: "";
    inset: 0;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f90)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff5c00));
    -webkit-mask: linear-gradient(#f90 0 0) content-box, linear-gradient(#ff5c00 0 0);
    mask-composite: add, add;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 2px;
    position: absolute
}

.projects__item {
    --bs-columns: 1;
    --bs-gap: 0;
    background: #333;
    background-position: 50%;
    background-size: cover;
    border-radius: 30px;
    color: #fff;
    height: 352px;
    padding: 33px 30px;
    position: relative;
    text-decoration: none
}

.projects__item:after {
    background: rgba(0, 0, 0, .43);
    border-radius: 30px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.projects__item:hover:after {
    background: rgba(51, 49, 49, .39)
}

.projects__header,
.projects__info {
    position: relative;
    z-index: 4
}

.projects__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
    margin-bottom: 7px
}

.projects__name {
    display: inline-block;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 15px;
    text-transform: uppercase
}

.projects__description {
    font-family: Nunito Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.projects__info {
    --bs-columns: 12;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.projects__count {
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 123.9%
}

.projects__price {
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .66px;
    line-height: normal;
    text-align: right
}

.projects__arrow {
    margin-left: 5px
}

.projects__showmore {
    background: #333;
    border-radius: 18px;
    color: #fff;
    display: block;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 120px;
    margin-top: 30px;
    padding: 17px 26px;
    text-align: center;
    text-decoration: none
}

.projects__showmore:hover {
    background: #666
}

@media screen and (max-width:1199px) {
    .projects__name {
        font-size: 18px
    }

    .projects__info {
        gap: 0
    }

    .projects__price {
        font-size: 16px;
        text-align: left
    }
}

@media screen and (max-width:991px) {
    .projects__description {
        font-size: 14px
    }
}

@media screen and (max-width:767px) {
    .projects__showmore {
        margin: 0 auto
    }
}
/* End */
/* /local/templates/main/components/bitrix/system.pagenavigation/main/style.css?1776924251888 */
/* /local/templates/main/components/bitrix/news/stocks/bitrix/news.list/.default/style.css?17769242514029 */
