

/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1713331425666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* 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.list/projects/style.css?17769242513544*/

.projects__label {
    border: 0;
    border-radius: 12px;
    display: inline-flex;
    font-family: "Lato";
    font-size: 20px;
    font-style: normal;
    font-weight: var(--projects-label-font-weight);
    line-height: 1;
    /* padding: 5px 10px; */
    position: relative;
    text-transform: none;
    vertical-align: middle;
    color: #c2bcba;
    align-items: center;
} 

.projects__label svg{
   width: 28px;
   height: 28px;
   margin-right: 3px;
}

.projects__item {
    --bs-columns: 1;
    --bs-gap: 0;
    background: var(--gray-light);
    background-position: 50%;
    background-size: cover;
    border-radius: var(--base-border-radius);
    color: #fff;
    font-family: inherit;
    height: 300px;
    padding: 33px 30px;
    position: relative;
    text-decoration: none
}

.projects__item:after {
    background: rgba(0, 0, 0, .43);
    border-radius: var(--base-border-radius);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    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;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: "Literal-Bold";
    font-size: var(--projects-title-font-size);
    font-weight: var(--projects-title-font-weight);
    margin-bottom: 7px
}

.projects__name {
    display: inline-block;
    letter-spacing: -.02em;
    line-height: 1em;
    margin-right: 15px;
    /* text-shadow: 1px 1px 2px #000; */
    text-transform: uppercase;
    -webkit-transition: color .2s, text-shadow .2s;
    transition: color .2s, text-shadow .2s
}

.projects__description {
    font-family: "Literal-Bold";
    font-size: var(--projects-description-font-size);
    font-weight: var(--projects-description-font-weight);
    line-height: 1.5em;
    /* text-shadow: 1px 1px 1px #000 */
}

.projects__info {
    --bs-columns: 12;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--font-base-family)
}

.projects__count {
    line-height: 1em
}

.projects__count,
.projects__price {
    font-size: 17px;
    font-style: normal;
    font-weight: 400
}

.projects__price {
    letter-spacing: -.02em;
    line-height: normal;
    line-height: 1em;
    text-align: right
}

.projects__arrow {
    margin-left: 5px
}

.projects__showmore {
    background: var(--gray-light);
    border-radius: var(--base-border-radius);
    color: #fff;
    display: block;
    font-family: Rubik, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 17px 26px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.projects__showmore:hover {
    background-color: var(--orange)
}

@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
    }
}


/* End */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1713331425666 */
/* /local/templates/main/components/bitrix/system.pagenavigation/main/style.css?1776924251888 */
/* /local/templates/main/components/bitrix/news.list/projects/style.css?17769242513544 */
