

/* Start:/local/components/main/topslider/templates/.default/style.css?17775298776248*/
.slider {
    font-family: sans-serif;
    font-style: normal;
    position: relative;
    width: 100%
}

.slider .slider__item+.slider__item {
    display: none
}

.slider .slick-initialized .slider__item+.slider__item {
    display: block
}

.slider .slick-slide,
.slider__item {
    height: calc(120vh - 103px);
    min-height: 480px;
    max-height: 954px;
}

.slider__item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.slider__item--image {
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.slider__item:before {
    background: rgba(0, 0, 0, .3);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .08)));
    background: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .08));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.slider__due-date {   
    font-family: "Literal-Light";
    font-size: 38px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.2em;
    margin-top: 20px;
    max-width: 65%;
    text-transform: none;
    color: white;  
    max-width: 51vw;
}

.slider__due-date svg {
    width: 45px;
    height: 45px;
    margin-right: 5px;
}

.slider .slider__arrow {
    cursor: pointer;
    z-index: 2
}

.slider .slider__arrow svg:focus,
.slider .slider__arrow svg:hover {
    fill: hsla(0, 4%, 85%, .278)
}

.slider__arrow {
    transform: rotate(180deg);
}

.slider__navigations-body {
    position: relative;
}

.slider__navigations {
    display: flex;
    gap: 20px;
    width: fit-content;
    align-self: end;
    align-items: center;
    position: absolute;
    top: -100px;
    transform: translateX(100%);
    right: 25%;
}

.slider__description {
    font-family: "Literal-Light";
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    color: white;
    margin-top: 231px;
    width: 25%;
}

.slider__title {
    color: #fff;
    font-family: "Literal-Bold";
    font-size: var(--slider-title-font-size);
    font-weight: var(--slider-title-font-weight);
    letter-spacing: -.02em;
    line-height: 1.2em;
    position: relative;
    margin-top: 231px;
    width: 60%;
}

.slider__content {
    height: 100%;
    position: relative;
    z-index: 4;
    display: flex;
    gap: 35px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .slider__content {
        flex-direction: column;
        height: auto;
    }

    .slider__description {
        width: 100%;
        margin-top: 35px;
    }

    .slider__title {
        width: 100%;
        margin-top: 100px;
    }
}

.slider__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
    border: 1px solid #fff;
    border-radius: 18px;
    bottom: calc(25% - 56px);
    color: #3d342f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Literal-Bold";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: 20px 17px;
    position: absolute;
    text-decoration: none;
    /* text-transform: uppercase; */
    -webkit-transition: background-color .2s, color .2s, border-color .2s;
    transition: background-color .2s, color .2s, border-color .2s;
    white-space: nowrap
}

.slider__link:focus,
.slider__link:hover {
    background-color: #9e887c;
    border-color: #ad9486;
}

.slider__go {
    margin-left: 10px
}

.slider__dots {
    list-style: none;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
}

.slider__numbers {
    bottom: 31%;
    left: 81.4%;
    list-style: none;
    margin: 0 auto;
    position: absolute;
    text-align: center;
}


.slider__dots li button {
    background: rgba(0, 0, 0, 0);
    border: 0;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    outline: none;
}

.slider__dots li button:before {
    color: #fff;
    content: "•";
    font-family: slick;
    font-size: 32px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle
}

.slider__dots li button:hover:before {
    color: #f90
}

.slider__dots .slick-active button:before {
    color: #f90;
    font-size: 70px
}

@media screen and (max-width:767px) {

    .slider .slick-slide,
    .slider__item {
        height: 724px
    }

    .slider__link {
        bottom: 60px;
        bottom: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 4
    }

    .slider__due-date { 
        font-size: 18px;        
    }
    
    .slider__due-date svg {
        width: 18px;
        height: 18px;
        margin-right: 5px;
    }
    

}

@media screen and (min-width:768px)and (max-width:1399px) {

    .slider .slick-slide,
    .slider__item {
        height: calc(100vh - 103px)
    }
}

@media screen and (min-width:768px)and (max-width:1199px) {
    .slider__title {
        font-size: 40px;
        width: 70%
    }
}

span.dot {
    /* padding: 10px 10px; */
    color: white;
    font-family: var(--font-face-fourth);
    font-size: 20px;
}

@media screen and (max-width: 312px) {

    .slider__due-date { 
        font-size: 15px;        
    }
    
    .slider__due-date svg {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }
}

@media (max-width: 767px) {

    .slider__content {
        margin-top: 130px;
    }

    .slider__description {
        width: 100%;
        margin-top: 35px;
        font-size: 14px;
        line-height: 17px;
    }

    .slider__title {
        width: 100%;
        margin-top: 40px;
        font-size: 30px;
        line-height: 32px;
    }

    .slider__navigations {
        transform: translateX(0);
        right: 0;
        width: 100%;
        justify-content: space-between;
    }
}
/* End */


/* 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_main/style.css?17769242516601*/
.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__label:before {
    background: linear-gradient(45deg, #c0ff59, #00ffb2);
    border-radius: 12px;
    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: 12px;
    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: var(--gray-light);
    background-position: 50%;
    background-size: cover;
    border-radius: 30px;
    color: #fff;
    font-family: inherit;
    position: relative;
    text-decoration: none;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: calc(300px + 26vh);
}






/* .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__header,
.projects__info {
    position: relative;
    z-index: 4;
    color: #3d342f;
    background: white;
    min-height: 186px;
    height: 25%;
    border-radius: 0 0 27px 27px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.projects__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3d342f;
    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;
    flex-wrap: wrap;   
    justify-content: space-between;
}

.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;
    font-size: 20px;
    /* width: 54%; */
}

.projects__description {
    font-family: "Lato";
    font-weight: bold;
    font-size: 20px;   
    line-height: 1.5em;
    /* text-shadow: 1px 1px 1px #000 */
}

.projects__description.flat__count {
    background-color: #f4f0ec;
    padding: 8px;
    border-radius: 10px;    
}

.projects__description.minimal__price {
 font-family: "Literal-Bold";
}

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

.flex-card-container-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    z-index:2;
}

.flex-card-container-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;    
    z-index: 2;
    overflow: hidden;
}

.flex-card-container-column-outer {
    height: calc(300px + 26vh);
}


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

    .projects__description {
        font-size: 14px
    }

    
    .projects__description.minimal__price {        
        font-size: 18px;
       }
}

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


}

@media screen and (max-width: 768px) {
    .flex-card-container-column-outer {
        height: initial;
    }
}

.projects__item:after {   
    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: 120;
}

.card-flex-end:after {
    background: #1b1b1b82;
    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: 1;
}



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

.card-flex-end:hover:after {
    background: rgba(51, 49, 49, .39)
}


@media screen and (min-width: 1199px) and (max-width: 1534px) {
    .projects__label {
       margin-top: 7px;
    }   
   }
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/unique_features/style.css?1776924251131*/
.flex-card-container-column-outer-unique {
    height: calc(300px + 52vh);
}

.card-flex-end {
    justify-content: flex-end;
  }


/* End */


/* Start:/local/templates/main/components/bitrix/news.list/partners/style.css?1776924251519*/
.partners{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0}.partners img{max-width:100%}.partners__title{font-family:var(--font-face-primary);font-size:25px;font-style:normal;font-weight:500;line-height:normal}.partners__items{gap:10px}@media screen and (min-width:1200px){.partners__title span{display:block;max-width:150px}.partners__items{gap:60px}.grid .g-col-xl-10 {grid-auto-flow: column !important;}}@media screen and (min-width:768px)and (max-width:1199px){.partners__items{gap:30px}}

/* End */
/* /local/components/main/topslider/templates/.default/style.css?17775298776248 */
/* /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_main/style.css?17769242516601 */
/* /local/templates/main/components/bitrix/news.list/unique_features/style.css?1776924251131 */
/* /local/templates/main/components/bitrix/news.list/partners/style.css?1776924251519 */
