

/* Start:/local/templates/main/components/bitrix/news.detail/place/style.css?17769242511523*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.documents{font-family:Rubik,sans-serif;margin-bottom:0;margin-top:0}.documents__info{margin-bottom:20px}.documents__link{color:#ff5c00;text-decoration:none}.documents__link:hover{text-decoration:underline}.documents__items{grid-template-columns:repeat(2,1fr)}.documents__item{-webkit-box-pack:justify;-ms-flex-pack:justify;background:#f4f4f4;border-radius:20px;gap:20px;justify-content:space-between;padding:33px 41px}.documents__download,.documents__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.documents__download{background:var(--gray-1,#333);border-radius:19px;color:#fff;font-family:Montserrat;font-size:17px;font-style:normal;font-weight:600;gap:10px;line-height:normal;padding:17px 26px;text-decoration:none}.documents__download:hover{background:#555}.documents__text{color:#333;font-family:Montserrat;font-size:19px;font-style:normal;font-weight:500;line-height:normal}@media screen and (max-width:767px){.documents__items{grid-template-columns:repeat(1,1fr)}.documents__item{-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;padding:20px}.documents__text{width:100%}}@media screen and (min-width:768px)and (max-width:991px){.documents__item{padding:20px}.documents__download{font-size:14px}.documents__text{font-size:16px}}


/* End */


/* 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:/local/components/main/projects_about/templates/.default/style.css?17769242504791*/
.projects__label_new {
    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;
} 

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

.projects__label_new svg{
   width: 28px;
   height: 28px;
   margin-right: 10px;
}



.about {
    margin-bottom: 40px;
    margin-top: 40px
}

.about__showmore {
    background: #3d342f;
    border: 0;
    border-radius: 15px;
    color: #fff;
    display: block;
    font-family: 'Literal-Bold';
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
    padding: 20px 26px;
    text-align: center;
    text-decoration: none;
    margin: 25px 25px 0px 0;
}

.about__showmore:hover {
    background: #836f64
}

.about__image {
    background-position: 50%;
    background-size: cover;
    border-radius: 27px;
    height: 441px;
    width: 106%;
}
.about__title {
    font-family: Rubik, sans-serif
}

.about__title--text {
    font-family: inherit;
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase
}

.about__description {
    color: #3d342f;
    font-family: 'Literal';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
    margin-top: 16px;
    width: 93%;
}
.about__bank,
.about__builder {
    color: #3d342f;
    font-family: 'Literal';
    font-size: 20px;
}

.about__bank > a > img {
    width: 18%;
    margin-left: 10px;
}
.about__deadline {
    border-radius: 10px;
    display: inline-block;
    font-family: inherit;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    margin-top: 10px;
    padding: 5px 11px;
    position: relative;
    text-transform: none
}

.about__deadline: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);
    -webkit-mask-composite: source-over, source-over;
    mask-composite: add, add;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 2px;
    position: absolute
}

.about__deadline--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);
    -webkit-mask-composite: source-over, source-over;
    mask-composite: add, add;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 2px;
    position: absolute
}

.about__advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.about__advantage {
    background: var(--gray-superlight);
    border-radius: 12px;
    font-family: Rubik, sans-serif;
    gap: 20px;
    padding: 20px;
    width: 100%
}

.about__advantage-icon {
    background-position: 50%;
    background-size: cover;
    height: 36px;
    width: 36px
}

.about__advantage-title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    margin-bottom: 10px
}

.about__advantage-about,
.about__advantage-title {
    font-family: inherit;
    font-style: normal;
    line-height: 1.2em
}

.about__advantage-about {
    color: var(--gray-light);
    font-size: 13px;
    font-weight: 400
}

@media screen and (max-width:1199px) {
    .about__advantages {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden
    }
}

@media screen and (max-width:767px) {
    .about__advantage {
        gap: 15px;
        padding: 23px
    }

    .about__advantage-icon {
        height: 38px;
        width: 38px
    }

    .about__advantage-title {
        font-size: 13px
    }

    .about__advantage-about {
        font-size: 11px
    }
}
/* End */


/* Start:/local/components/main/project_gallery/templates/.default/style.css?17769242503273*/
.gallery {
    font-family: Rubik, sans-serif;
    margin-bottom: 0;
    position: relative;
    width: 100%
}

.gallery:hover .gallery__item:before {
    background: none
}

.gallery .slick-list {
    border-radius: 30px;
    height: 450px
}

.gallery__item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    position: relative
}

.gallery__arrow {
    cursor: pointer;
    height: auto;
    position: absolute;
    width: 36px;
    z-index: 2
}

.gallery__arrow svg {
    display: block;
    height: auto;
    width: 36px
}

.gallery__arrow svg:focus,
.gallery__arrow svg:hover {
    fill: hsla(0, 4%, 85%, .278)
}
.gallery__arrow--left {
    bottom: 46%;
    right: 3%;
}

.gallery__arrow--right {
    bottom: 46%;
    left: 3%;
}

.gallery__title {
    color: #fff;
    font-family: inherit;
    font-size: 61.963px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.62px;
    line-height: normal;
    max-width: 800px;
    position: relative;
    text-transform: uppercase;
    top: 18%
}

.gallery__content {
    height: 100%;
    position: relative;
    z-index: 4
}

.gallery__link {
    border: 1px solid #fff;
    border-radius: 19px;
    bottom: calc(25% - 56px);
    color: #fff;
    font-family: inherit;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 17px 23px;
    position: absolute;
    text-decoration: none
}

.gallery__link:focus,
.gallery__link:hover {
    background: hsla(0, 4%, 85%, .278)
}

.gallery__go {
    margin-left: 10px
}

.gallery__dots {
    bottom: 30px;
    left: 50%;
    list-style: none;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.gallery__dots li {
    display: inline-block
}

.gallery__dots li:nth-child(n+10) {
    display: none
}

.gallery__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;
    padding: 12px
}

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

.gallery__dots li button:hover:before {
    color: #b27259
}

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

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

    .gallery .slick-list,
    .gallery__item {
        height: 441px
    }

    .gallery__title {
        font-size: 30px
    }

    .gallery__link {
        bottom: 60px;
        display: block;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 200px;
        z-index: 4
    }

    .gallery__dots {
        bottom: 0;
        padding: 0;
        width: 100%
    }
}

@media screen and (max-width:1199px) {
    .gallery__arrow {
        display: none !important
    }
}

@media screen and (min-width:768px)and (max-width:991px) {
    .gallery__title {
        font-size: 40px;
        width: 70%
    }
}
/* End */


/* Start:/local/components/main/progress/templates/.default/style.css?17769242504513*/
.progress__cameras {
    border-radius: 20px !important;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 0;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 17px 19px;
    position: relative
}

.progress__cameras:hover:before {
    background: none;
    border: 2px solid #01d999
}

.progress__cameras-text {
    display: inline-block;
    font-size: 17px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle
}

.progress__cameras:before {
    background: linear-gradient(45deg, #c0ff59, #00ffb2);
    border-radius: 20px;
    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);
    -webkit-mask-composite: source-over, source-over;
    mask-composite: add, add;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 2px;
    position: absolute
}

.progress__showmore {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 19px;
    bottom: 80px;
    color: var(--white, #fff);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: inherit;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    gap: 10px;
    left: 53px;
    line-height: normal;
    padding: 17px 23px;
    position: absolute;
    text-decoration: none
}

.progress__showmore:hover {
    background: hsla(0, 2%, 64%, .58)
}

.progress__countPhotos {
    color: var(--white, #fff);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2em;
    top: 65px
}

.progress__countPhotos,
.progress__date {
    font-family: inherit;
    font-style: normal;
    left: 30px;
    position: absolute;
    z-index: 4
}

.progress__date {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    top: 33px
}

.progress__stages {
    font-family: Rubik, sans-serif;
    margin-bottom: 30px
}

.progress__gallery {
    font-family: Rubik, sans-serif;
    position: relative
}

.progress__gallery .slick-slider {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.progress__gallery .slick-list {
    border-radius: 12px
}

.progress__gallery-item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    position: relative
}

.progress__gallery-item:before {
    background: rgba(0, 0, 0, .388);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.progress__gallery-dots {
    bottom: 30px;
    left: 50%;
    list-style: none;
    margin: 0 auto;
    min-width: 600px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.progress__gallery-dots li {
    display: inline-block
}

.progress__gallery-dots li:nth-child(n+10) {
    display: none
}

.progress__gallery-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;
    padding: 12px
}

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

.progress__gallery-dots li button:hover:before {
    color: #b27259
}

.progress__gallery-dots .slick-active button:before {
    color: #b27259;
    font-size: 70px
}

@media screen and (max-width:767px) {
    .progress__cameras {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .progress__showmore {
        bottom: 30px;
        left: 20px;
        min-width: 220px
    }

    .progress__gallery .slick-list {
        height: 400px
    }

    .progress__gallery-dots {
        bottom: 0;
        display: none !important;
        padding: 0;
        width: 100%
    }
}

@media screen and (max-width:991px) {
    .progress__cameras-text {
        font-size: 12px
    }
}
/* End */


/* Start:/local/components/main/other_projects/templates/.default/style.css?17769242503738*/
.projects{--bs-gap:30px}.projects__label{border:0;border-radius:12px;display:inline-block;font-family:var(--projects-label-font);font-size:var(--projects-label-font-size);font-style:normal;font-weight:var(--projects-label-font-weight);line-height:1;padding:5px 10px;position:relative;text-transform:none;vertical-align:middle}.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: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:var(--projects-title-font);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:var(--projects-description-font);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}}@media screen and (max-width:767px){.projects__showmore{margin:0 auto}}

/* End */
/* /local/templates/main/components/bitrix/news.detail/place/style.css?17769242511523 */
/* /local/components/main/topslider/templates/.default/style.css?17775298776248 */
/* /local/components/main/projects_about/templates/.default/style.css?17769242504791 */
/* /local/components/main/project_gallery/templates/.default/style.css?17769242503273 */
/* /local/components/main/progress/templates/.default/style.css?17769242504513 */
/* /local/components/main/other_projects/templates/.default/style.css?17769242503738 */
