

/* Start:/local/components/domoff-new/fasadnyjkam.list/templates/.default/style.css?17465348243110*/
.fasadnyjkam_wrap{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.fasadnyjkam_item{
    width: calc(25% - 20px);
    margin: 0 20px 20px 0;
    display: block;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.fasadnyjkam_item:nth-of-type(4n){
    margin-right: 0;
}
.fasadnyjkam_item img{
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
}
.fasadnyjkam_item a{
    color: #fffefd;
}
.fasadnyjkam_item a:hover{
    border: 0;
}
.fasadnyjkam_item a:after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 50% 0px 0px;
    height: 50%;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    width: 100%;
    left: 0px;
    border-radius: 0 0 30px 30px;
    opacity: 1;
    transition: all 0.3s;
}
.fasadnyjkam_text{
    position: absolute;
    right: 15px;
    bottom: 15px;
    left: 15px;
    user-select: none;
    z-index: 5;
    transition: all 0.3s;
}
.fasadnyjkam_item:hover .fasadnyjkam_text{
    transform: translateY(500px);
}
.fasadnyjkam_item:hover a:after {
    opacity: 0;
}
.fasadnyjkam_name{
    line-height: 28px;
    font-size: 24px;
    font-family: 'SFProDisplay Heavy';
}

.fasadnyjkam-list-desc .btn{
    font-family: 'SFProDisplay Bold';
    background-color: #fff5e9;
    border: 1px solid #f3e5d4;
    padding: 10px 15px;
    display: block;
    border-radius: 10px;
    height: 40px;
    box-sizing: border-box;
    margin-bottom: 10px;
    transition: all 0.3s;
}
.fasadnyjkam-list-desc .btn:hover{
    color: #393531;
}

.fasadnyjkam-list-desc a{
    border-bottom: 1px solid;
}
.fasadnyjkam-list-desc a:hover{
    border-color: transparent;
}

@media (max-width: 1280px) {
    .fasadnyjkam_item{
        width: calc(33.33% - 20px);
        margin: 0 20px 20px 0 !important;
    }
    .fasadnyjkam_item:nth-of-type(3n){
        margin-right: 0;
    }
}
@media (max-width: 991px) {
    .fasadnyjkam_item{
        width: calc(50% - 20px);
        margin: 0 20px 20px 0 !important;
    }
    .fasadnyjkam_item:nth-of-type(2n){
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .fasadnyjkam_item{
        width: 100%;
        margin: 0 0 20px !important;
    }
}

.fasadnyjkam-list-desc {
    padding-bottom: 30px;
}
.fasadnyjkam-list-desc .gallery {
    max-width: none;
    margin: 20px -7.5px;
    padding: 0;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    width: auto;
}
.fasadnyjkam-list-desc .gallery li {
    display: inline-block;
    list-style: none;
    margin: 0 0 15px 0 !important;
    padding: 0 7.5px !important;
    width: 50%;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    max-height: 500px;
}
.fasadnyjkam-list-desc .gallery li:before{
    display: none;
}
.fasadnyjkam-list-desc .gallery li a {
    position: relative;
    box-sizing: border-box;
    display: flex;
}
.fasadnyjkam-list-desc .gallery li a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 768px) {
    .fasadnyjkam-list-desc .gallery li {
        width: 33.333%;
    }
}

/* End */


/* Start:/local/components/domoff-new/iblock.elemens/templates/arch_elements/style.css?1746534824413*/
.arch_items {
    display: flex;
    flex-wrap: wrap;
    max-width: none;
}
.arch_item{
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    border-radius: 20px;
    background-color: #fff5e9;
    border: 1px solid #f3e5d4;
    margin: 15px 15px 0 0;
}
.arch_item:last-child{
    margin-right: 0;
}

/* End */


/* Start:/local/templates/domof/css/ui-widget.css?16589963001502*/
.widget-v1 {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.widget-v1 * {
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .widget-v1 {
    flex-direction: row;
  }
}

.widget-v1__image {
  max-width: 100%;
  margin-bottom: 15px;
}
.widget-v1__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
@media (min-width: 992px) {
  .widget-v1__image {
    padding-right: 15px;
    margin-bottom: 0;
    max-width: 50%;
  }
}

.widget-v1__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 992px) {
  .widget-v1__body {
    padding-left: 15px;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .widget-v1--nopic .widget-v1__image {
    width: 100%;
    padding: 0;
  }
  .widget-v1--nopic .widget-v1__body {
    width: 100%;
    padding: 0;
  }
}

.widget-v1__title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .widget-v1__title {
    font-size: 20px;
  }
}

.widget-v1__text {
  margin-bottom: 15px;
}

.widget-v1__btn {
  width: 100%;
  text-align: center;
  background-color: #fff;
  text-decoration: none;
  font-weight: normal;
  padding: 5px 10px;
  border-radius: 4px;
}
.widget-v1__btn:hover {
  text-decoration: none;
  font-weight: normal;
}

/* End */


/* Start:/local/templates/domoff2025/css/tiles.css?17465348249110*/
.tiles_wrap_out{
    overflow: hidden;
}
.js_tiles_in {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    counter-reset: items;
    flex-direction: row;
    min-height: 400px;
}
.js_tile_item {
    width: 33.33%;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.js_tile_item._hide img{
    opacity:0;
}
.js_tile_item.loading{
    margin: 0 10px 20px;
    width: calc(33.33% - 20px);
}
.js_tile_item.loading:before{
    background-color:#f0f0f0;
    opacity: 1;
    border-radius: 30px;
}
.js_tile_item.loading:after{
    top: -30px;
    left: 0;
    opacity: 0.3;
    width: calc(100% + 120px);
    height: 50px;
    margin-left: -60px;
    z-index: 1;
    border: 0;
    animation: move 4s linear infinite;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.41) 21%, rgba(255,255,255,1) 51%, rgba(255,255,255,0.8) 66%, rgba(255,255,255,0.33) 86%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.41) 21%,rgba(255,255,255,1) 51%,rgba(255,255,255,0.8) 66%,rgba(255,255,255,0.33) 86%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.41) 21%,rgba(255,255,255,1) 51%,rgba(255,255,255,0.8) 66%,rgba(255,255,255,0.33) 86%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.js_tile_item:nth-of-type(3n+1) { order: 1; }
.js_tile_item:nth-of-type(3n+2) { order: 2; }
.js_tile_item:nth-of-type(3n)   { order: 3; }

.js_tile_item img{
    margin: 0 10px 20px;
    width: calc(100% - 20px);
    height: auto;
    border-radius: 30px;
    display: block;
}
.js_tile_item a,
.js_tile_item a:hover{
    border: 0;
    color: #fffefd;
}

.loading .js_tile_item_text{
    display: none;
}
.js_tile_item_text{
    max-width: calc(100% - 50px);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 25px 50px;
    user-select: none;
    z-index: 5;
    transition: all 0.3s;
}
.js_tile_item_name{
    line-height: 28px;
    font-size: 24px;
    font-family: 'SFProDisplay Heavy';
}
.js_tile_item_desc{
    font-size: 14px;
    font-family: 'SFProDisplay Medium';
}
.js_tile_item:hover .js_tile_item_text{
    transform: translateY(500px);
}
.js_tile_item.loading a._gradient:after{
    display: none;
}
.js_tile_item a._gradient:after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: calc(50% - 20px) 0px 0px;
    height: 50%;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    width: calc(100% - 20px);
    left: 10px;
    border-radius: 0 0 30px 30px;
    opacity: 1;
    transition: all 0.3s;
}
.js_tile_item:hover a._gradient:after {
    opacity: 0;
}

@media (max-width: 1280px) {
    .js_tile_item {
        order: unset;
        width: 50%;
    }
    .js_tile_item.loading{
        width: calc(50% - 20px);
    }
    .js_tile_item:nth-of-type(2n+1) { order: 1; }
    .js_tile_item:nth-of-type(2n)   { order: 2; }
}
@media (max-width: 767px) {
    .js_tiles_in {
        margin: 0;
    }
    .js_tile_item {
        width: 100%;
    }
    .js_tile_item.loading{
        margin: 0 0 10px;
        width: 100%;
    }
    .js_tile_item img{
        margin: 0 0 10px;
        width: 100%;
    }
    .js_tile_item a._gradient:after {
        width: 100%;
        left: 0;
        inset: calc(50% - 10px) 0px 0px;
    }
}


/**/
.tiles_max_5 .js_tile_item {
    order: unset;
    width: 20%;
}
.tiles_max_5 .js_tile_item.loading{
    width: calc(20% - 20px);
}
.tiles_max_5 .js_tile_item:nth-of-type(5n+1) { order: 1; }
.tiles_max_5 .js_tile_item:nth-of-type(5n+2) { order: 2; }
.tiles_max_5 .js_tile_item:nth-of-type(5n+3) { order: 3; }
.tiles_max_5 .js_tile_item:nth-of-type(5n+4) { order: 4; }
.tiles_max_5 .js_tile_item:nth-of-type(5n) { order: 6; }
@media (max-width: 1280px) {
    .tiles_max_5 .js_tile_item {
        order: unset;
        width: 25%;
    }
    .tiles_max_5 .js_tile_item.loading{
        width: calc(25% - 20px);
    }
    .tiles_max_5 .js_tile_item:nth-of-type(4n+1) { order: 1; }
    .tiles_max_5 .js_tile_item:nth-of-type(4n+2) { order: 2; }
    .tiles_max_5 .js_tile_item:nth-of-type(4n+3) { order: 3; }
    .tiles_max_5 .js_tile_item:nth-of-type(4n)   { order: 6; }
}
@media (max-width: 991px) {
    .tiles_max_5 .js_tile_item {
        order: unset;
        width: 33.33%;
    }
    .tiles_max_5 .js_tile_item.loading{
        width: calc(33.33% - 20px);
    }
    .tiles_max_5 .js_tile_item:nth-of-type(3n+1) { order: 1; }
    .tiles_max_5 .js_tile_item:nth-of-type(3n)   { order: 2; }
    .tiles_max_2 .js_tile_item:nth-of-type(3n)   { order: 3; }
}
@media (max-width: 767px) {
    .tiles_max_5:not(.awards_wrap) .js_tile_item {
        order: unset;
        width: 50%;
    }
    .tiles_max_5:not(.awards_wrap) .js_tile_item img{
        margin: 0 10px 20px;
        width: calc(100% - 20px);
    }
    .tiles_max_5:not(.awards_wrap) .js_tile_item.loading{
        margin: 0 10px 20px;
        width: calc(50% - 20px);
    }
    .tiles_max_5:not(.awards_wrap) .js_tile_item:nth-of-type(2n+1) { order: 1; }
    .tiles_max_5:not(.awards_wrap) .js_tile_item:nth-of-type(2n)   { order: 2; }
}
@media (max-width: 450px) {
    .tiles_max_5:not(.awards_wrap) .js_tiles_in {
        margin: 0;
    }
    .tiles_max_5:not(.awards_wrap) .js_tile_item {
        width: 100%;
    }
    .tiles_max_5:not(.awards_wrap) .js_tile_item.loading{
        margin: 0 0 10px;
        width: 100%;
    }
    .tiles_max_5:not(.awards_wrap) .js_tile_item img{
        margin: 0 0 10px;
        width: 100%;
    }
    .tiles_max_5:not(.awards_wrap) .js_tile_item a._gradient:after {
        width: 100%;
        left: 0;
        inset: calc(50% - 10px) 0px 0px;
    }
}

/**/
.tiles_max_4 .js_tile_item {
    order: unset;
    width: 25%;
}
.tiles_max_4 .js_tile_item.loading{
    width: calc(25% - 20px);
}
.tiles_max_4 .js_tile_item:nth-of-type(4n+1) { order: 1; }
.tiles_max_4 .js_tile_item:nth-of-type(4n+2) { order: 2; }
.tiles_max_4 .js_tile_item:nth-of-type(4n+3) { order: 3; }
.tiles_max_4 .js_tile_item:nth-of-type(4n)   { order: 6; }
@media (max-width: 1280px) {
    .tiles_max_4 .js_tile_item {
        order: unset;
        width: 33.33%;
    }
    .tiles_max_4 .js_tile_item.loading{
        width: calc(33.33% - 20px);
    }
    .tiles_max_4 .js_tile_item:nth-of-type(3n+1) { order: 1; }
    .tiles_max_4 .js_tile_item:nth-of-type(3n+2) { order: 2; }
    .tiles_max_4 .js_tile_item:nth-of-type(3n)   { order: 3; }
}
@media (max-width: 991px) {
    .tiles_max_4 .js_tile_item {
        order: unset;
        width: 50%;
    }
    .tiles_max_4 .js_tile_item.loading{
        width: calc(50% - 20px);
    }
    .tiles_max_4 .js_tile_item:nth-of-type(2n+1) { order: 1; }
    .tiles_max_4 .js_tile_item:nth-of-type(2n)   { order: 2; }
}
@media (max-width: 767px) {
    .tiles_max_4 .js_tiles_in {
        margin: 0;
    }
    .tiles_max_4 .js_tile_item {
        width: 100%;
    }
    .tiles_max_4 .js_tile_item.loading{
        margin: 0 0 10px;
        width: 100%;
    }
    .tiles_max_4 .js_tile_item img{
        margin: 0 0 10px;
        width: 100%;
    }
    .tiles_max_4 .js_tile_item a._gradient:after {
        width: 100%;
        left: 0;
        inset: calc(50% - 10px) 0px 0px;
    }
}

/**/
.tiles_max_2 .js_tile_item {
    order: unset;
    width: 50%;
}
.tiles_max_2 .js_tile_item.loading{
    width: calc(50% - 20px);
}
.tiles_max_2 .js_tile_item:nth-of-type(2n+1) { order: 1; }
.tiles_max_2 .js_tile_item:nth-of-type(2n)   { order: 2; }
@media (max-width: 991px) {
    .tiles_max_2 .js_tiles_in {
        margin: 0;
    }
    .tiles_max_2 .js_tile_item {
        width: 100%;
    }
    .tiles_max_2 .js_tile_item.loading{
        margin: 0 0 10px;
        width: 100%;
    }
    .tiles_max_2 .js_tile_item img{
        margin: 0 0 10px;
        width: 100%;
    }
    .tiles_max_2 .js_tile_item a._gradient:after {
        width: 100%;
        left: 0;
        inset: calc(50% - 10px) 0px 0px;
    }
}

/**/
.portfolio_wrap_out .js_tiles_in {
    margin-left: -13px;
    margin-right: -13px;
}
.portfolio_wrap_out .js_tile_item.loading{
    width: calc(33.33% - 30px);
}
.portfolio_wrap_out .js_tile_item img{
    margin: 0 15px 30px;
    width: calc(100% - 30px);
}
.portfolio_wrap_out .js_tile_item a._gradient:after {
    inset: calc(50% - 30px) 0px 0px;
    width: calc(100% - 30px);
    left: 15px;
}

/**/
@media (max-width: 767px) {
    .awards_wrap.tiles_max_5 .js_tile_item img{
        margin: 0 10px 20px;
        width: calc(100% - 20px);
    }
    .awards_wrap.tiles_max_5 .js_tile_item.loading{
        margin: 0 10px 20px;
        width: calc(50% - 20px);
    }
    .awards_wrap.tiles_max_5 .js_tile_item:nth-of-type(2n+1) { order: 1; }
    .awards_wrap.tiles_max_5 .js_tile_item:nth-of-type(2n)   { order: 2; }
}
@media (max-width: 450px) {
    .awards_wrap.tiles_max_5 .js_tile_item {
        order: unset;
        width: 50%;
    }
}

/* End */


/* Start:/local/components/domoff-new/fasadnyjkam.fast_view/templates/aside_panel/style.css?1746534824291*/
.modal_aside_window_fast_view .fasadnyjkam_detail_wrap{
    margin: 0;
    padding: 25px;
    box-sizing: border-box;
    min-height: 100vh;
    height: 100vh;
}
@media screen and (max-width: 767px) {
    .modal_aside_window_fast_view .fasadnyjkam_detail_wrap{
        height: auto;
    }
}

/* End */
/* /local/components/domoff-new/fasadnyjkam.list/templates/.default/style.css?17465348243110 */
/* /local/components/domoff-new/iblock.elemens/templates/arch_elements/style.css?1746534824413 */
/* /local/templates/domof/css/ui-widget.css?16589963001502 */
/* /local/templates/domoff2025/css/tiles.css?17465348249110 */
/* /local/components/domoff-new/fasadnyjkam.fast_view/templates/aside_panel/style.css?1746534824291 */
