

/* Start:/local/templates/dst/components/bitrix/breadcrumb/custom/style.min.css?16077092011252*/
@media (max-width:560px){.breadcrumbs{margin-top:12px!important;margin-bottom:6px!important}.breadcrumbs li:after,.breadcrumbs li:not(.mobile_nav){display:none}.breadcrumbs .bx-breadcrumb-item.mobile_nav{display:flex;align-items:center;font-weight:700}.breadcrumbs .bx-breadcrumb-item.mobile_nav:before{content:'';display:inline-block;width:17px;height:14px;background-color:#15aeeb;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='14px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M17.000,8.000 L3.326,8.000 L7.629,12.303 L6.215,13.718 L0.498,8.000 L-0.000,8.000 L-0.000,6.000 L0.498,6.000 L6.215,0.282 L7.629,1.697 L3.326,6.000 L17.000,6.000 L17.000,8.000 Z'/%3E%3C/svg%3E") center center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='14px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M17.000,8.000 L3.326,8.000 L7.629,12.303 L6.215,13.718 L0.498,8.000 L-0.000,8.000 L-0.000,6.000 L0.498,6.000 L6.215,0.282 L7.629,1.697 L3.326,6.000 L17.000,6.000 L17.000,8.000 Z'/%3E%3C/svg%3E") center center/contain no-repeat;margin-right:10px}}
/* End */


/* Start:/local/templates/dst/components/bitrix/catalog/dst_projects/style.min.css?1601049104959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/local/templates/dst/components/bitrix/catalog.section/katalog.section/style.css?174948994216897*/
div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

.container .head h1[data-cnt]:after {
    content: attr(data-cnt);
    display: inline-block;
    color: #BDC4C8;
    font-size: 0.5em;
    /* margin-left: 5px; */
    vertical-align: super;
}/*

.container .head h1 sup {
    color: #BDC4C8;
    font-size: 0.5em;
    margin-left: 5px;
    vertical-align: super;
}*/

.description [data-regional-price] .price:before {
    content: attr(data-from-label);
    display: inline-block;
    padding-right: 10px;
}

.main-ihner .other-services .container .swiper-container-last .swiper-wrapper .swiper-slide .item .item-inner .contents .text {
    max-height: calc(100% - 56px);
    overflow: hidden;
    position: relative;
    /* text-overflow: ellipsis; */
}
/*

.main-ihner .other-services .container .swiper-container-last .swiper-wrapper .swiper-slide .item .item-inner .contents .text:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    background-color: #2bb5e6;
}*/


.details__main {
    display: flex;
    /* margin-bottom: 15px; */
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #15aeebb0;
    color: white;
    padding: 12px 12px 0;

    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -ms-transition: -ms-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;

    -webkit-transform: translate(0px, 100%);
    -moz-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    -o-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
}

.aside-full:hover .details__main {
    -webkit-transform: translate(0px, 0%);
    -moz-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    -o-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
}

.details__main div {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    margin-bottom: 26px;
}


.muted-text {
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    /* color: #8D9498; */
    margin-bottom: 4px;
    min-width: 110px;
}

.vector {
    font-weight: bold;
    font-size: 24px;
    display: flex;
    align-items: center;
    /* color: #414A50; */
}

.vector svg {
    margin-right: 15px;
}

.dm_prop .vector:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    background-color: #ffffff;
    width: 25px;
    height: 25px;
}

.prop_floor .vector:before {
    height: 24px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 23 25' width='23' height='25'%3E%3Cpath clip-rule='evenodd' fill='%2315aeeb' fill-rule='evenodd' d='M 11.1186 0.992036 C 11.1982 0.912219 11.2928 0.848892 11.3969 0.805684 C 11.501 0.762475 11.6127 0.740234 11.7254 0.740234 C 11.8381 0.740234 11.9498 0.762475 12.0539 0.805684 C 12.158 0.848892 12.2526 0.912219 12.3322 0.992036 L 22.6173 11.2771 C 22.6968 11.3568 22.7599 11.4515 22.8028 11.5556 C 22.8457 11.6597 22.8678 11.7713 22.8675 11.8839 V 23.8831 C 22.8675 24.1105 22.7772 24.3285 22.6165 24.4892 C 22.4558 24.6499 22.2378 24.7402 22.0105 24.7402 H 14.2967 C 14.0694 24.7402 13.8513 24.6499 13.6906 24.4892 C 13.5299 24.3285 13.4396 24.1105 13.4396 23.8831 V 17.0264 H 10.0112 V 23.8831 C 10.0112 24.1105 9.92092 24.3285 9.76019 24.4892 C 9.59945 24.6499 9.38145 24.7402 9.15414 24.7402 H 1.44034 C 1.21303 24.7402 0.995024 24.6499 0.834289 24.4892 C 0.673553 24.3285 0.583253 24.1105 0.583253 23.8831 V 11.8839 C 0.583052 11.7713 0.605052 11.6597 0.647995 11.5556 C 0.690938 11.4515 0.753982 11.3568 0.833523 11.2771 L 11.1186 0.992036 Z M 2.29743 12.2387 V 23.0261 H 8.29705 V 16.1694 C 8.29705 15.942 8.38735 15.724 8.54808 15.5633 C 8.70882 15.4026 8.92682 15.3123 9.15414 15.3123 H 14.2967 C 14.524 15.3123 14.742 15.4026 14.9027 15.5633 C 15.0635 15.724 15.1538 15.942 15.1538 16.1694 V 23.0261 H 21.1534 V 12.2387 L 11.7254 2.81078 L 2.29743 12.2387 Z'/%3E%3Cpath clip-rule='evenodd' fill='%2315aeeb' fill-rule='evenodd' d='M 20.2963 3.31317 V 9.31278 L 16.8679 5.88443 V 3.31317 C 16.8679 3.08585 16.9582 2.86785 17.119 2.70711 C 17.2797 2.54638 17.4977 2.45608 17.725 2.45608 H 19.4392 C 19.6665 2.45608 19.8845 2.54638 20.0452 2.70711 C 20.206 2.86785 20.2963 3.08585 20.2963 3.31317 Z'/%3E%3C/svg%3E") center center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 23 25' width='23' height='25'%3E%3Cpath clip-rule='evenodd' fill='%2315aeeb' fill-rule='evenodd' d='M 11.1186 0.992036 C 11.1982 0.912219 11.2928 0.848892 11.3969 0.805684 C 11.501 0.762475 11.6127 0.740234 11.7254 0.740234 C 11.8381 0.740234 11.9498 0.762475 12.0539 0.805684 C 12.158 0.848892 12.2526 0.912219 12.3322 0.992036 L 22.6173 11.2771 C 22.6968 11.3568 22.7599 11.4515 22.8028 11.5556 C 22.8457 11.6597 22.8678 11.7713 22.8675 11.8839 V 23.8831 C 22.8675 24.1105 22.7772 24.3285 22.6165 24.4892 C 22.4558 24.6499 22.2378 24.7402 22.0105 24.7402 H 14.2967 C 14.0694 24.7402 13.8513 24.6499 13.6906 24.4892 C 13.5299 24.3285 13.4396 24.1105 13.4396 23.8831 V 17.0264 H 10.0112 V 23.8831 C 10.0112 24.1105 9.92092 24.3285 9.76019 24.4892 C 9.59945 24.6499 9.38145 24.7402 9.15414 24.7402 H 1.44034 C 1.21303 24.7402 0.995024 24.6499 0.834289 24.4892 C 0.673553 24.3285 0.583253 24.1105 0.583253 23.8831 V 11.8839 C 0.583052 11.7713 0.605052 11.6597 0.647995 11.5556 C 0.690938 11.4515 0.753982 11.3568 0.833523 11.2771 L 11.1186 0.992036 Z M 2.29743 12.2387 V 23.0261 H 8.29705 V 16.1694 C 8.29705 15.942 8.38735 15.724 8.54808 15.5633 C 8.70882 15.4026 8.92682 15.3123 9.15414 15.3123 H 14.2967 C 14.524 15.3123 14.742 15.4026 14.9027 15.5633 C 15.0635 15.724 15.1538 15.942 15.1538 16.1694 V 23.0261 H 21.1534 V 12.2387 L 11.7254 2.81078 L 2.29743 12.2387 Z'/%3E%3Cpath clip-rule='evenodd' fill='%2315aeeb' fill-rule='evenodd' d='M 20.2963 3.31317 V 9.31278 L 16.8679 5.88443 V 3.31317 C 16.8679 3.08585 16.9582 2.86785 17.119 2.70711 C 17.2797 2.54638 17.4977 2.45608 17.725 2.45608 H 19.4392 C 19.6665 2.45608 19.8845 2.54638 20.0452 2.70711 C 20.206 2.86785 20.2963 3.08585 20.2963 3.31317 Z'/%3E%3C/svg%3E") center center/contain no-repeat;
}

.prop_sizes .vector:before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 25 25' width='25' height='25'%3E%3Cpath fill='%2315aeeb' d='M 24.5672 18.5259 L 24.5833 24.0974 C 24.5833 24.4509 24.294 24.7402 23.9404 24.7402 L 18.369 24.7242 C 18.0154 24.7242 17.7261 24.4349 17.7261 24.0813 V 23.5456 C 17.7261 23.192 18.0154 22.9027 18.369 22.9027 L 21.4761 22.9188 L 21.5136 22.8813 L 12.5833 13.9509 L 3.65289 22.8813 L 3.69039 22.9188 L 6.79754 22.9027 C 7.15111 22.9027 7.44039 23.192 7.44039 23.5456 V 24.0813 C 7.44039 24.4349 7.15111 24.7242 6.79754 24.7242 L 1.22611 24.7402 C 0.872538 24.7402 0.583252 24.4509 0.583252 24.0974 L 0.599323 18.5259 C 0.599323 18.1724 0.888609 17.8831 1.24218 17.8831 H 1.77789 C 2.13147 17.8831 2.42075 18.1724 2.42075 18.5259 L 2.40468 21.6331 L 2.44218 21.6706 L 11.3725 12.7402 L 2.44218 3.80988 L 2.40468 3.84738 L 2.42075 6.95452 C 2.42075 7.30809 2.13147 7.59738 1.77789 7.59738 H 1.24218 C 0.888609 7.59738 0.599323 7.30809 0.599323 6.95452 L 0.583252 1.38309 C 0.583252 1.02952 0.872538 0.740234 1.22611 0.740234 L 6.79754 0.756306 C 7.15111 0.756306 7.44039 1.04559 7.44039 1.39916 V 1.93488 C 7.44039 2.28845 7.15111 2.57773 6.79754 2.57773 L 3.69039 2.56166 L 3.65289 2.59916 L 12.5833 11.5295 L 21.5136 2.59916 L 21.4761 2.56166 L 18.369 2.57773 C 18.0154 2.57773 17.7261 2.28845 17.7261 1.93488 V 1.39916 C 17.7261 1.04559 18.0154 0.756306 18.369 0.756306 L 23.9404 0.740234 C 24.294 0.740234 24.5833 1.02952 24.5833 1.38309 L 24.5672 6.95452 C 24.5672 7.30809 24.2779 7.59738 23.9243 7.59738 H 23.3886 C 23.035 7.59738 22.7458 7.30809 22.7458 6.95452 L 22.7618 3.84738 L 22.7243 3.80988 L 13.794 12.7402 L 22.7243 21.6706 L 22.7618 21.6331 L 22.7458 18.5259 C 22.7458 18.1724 23.035 17.8831 23.3886 17.8831 H 23.9243 C 24.2779 17.8831 24.5672 18.1724 24.5672 18.5259 Z'/%3E%3C/svg%3E") center center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 25 25' width='25' height='25'%3E%3Cpath fill='%2315aeeb' d='M 24.5672 18.5259 L 24.5833 24.0974 C 24.5833 24.4509 24.294 24.7402 23.9404 24.7402 L 18.369 24.7242 C 18.0154 24.7242 17.7261 24.4349 17.7261 24.0813 V 23.5456 C 17.7261 23.192 18.0154 22.9027 18.369 22.9027 L 21.4761 22.9188 L 21.5136 22.8813 L 12.5833 13.9509 L 3.65289 22.8813 L 3.69039 22.9188 L 6.79754 22.9027 C 7.15111 22.9027 7.44039 23.192 7.44039 23.5456 V 24.0813 C 7.44039 24.4349 7.15111 24.7242 6.79754 24.7242 L 1.22611 24.7402 C 0.872538 24.7402 0.583252 24.4509 0.583252 24.0974 L 0.599323 18.5259 C 0.599323 18.1724 0.888609 17.8831 1.24218 17.8831 H 1.77789 C 2.13147 17.8831 2.42075 18.1724 2.42075 18.5259 L 2.40468 21.6331 L 2.44218 21.6706 L 11.3725 12.7402 L 2.44218 3.80988 L 2.40468 3.84738 L 2.42075 6.95452 C 2.42075 7.30809 2.13147 7.59738 1.77789 7.59738 H 1.24218 C 0.888609 7.59738 0.599323 7.30809 0.599323 6.95452 L 0.583252 1.38309 C 0.583252 1.02952 0.872538 0.740234 1.22611 0.740234 L 6.79754 0.756306 C 7.15111 0.756306 7.44039 1.04559 7.44039 1.39916 V 1.93488 C 7.44039 2.28845 7.15111 2.57773 6.79754 2.57773 L 3.69039 2.56166 L 3.65289 2.59916 L 12.5833 11.5295 L 21.5136 2.59916 L 21.4761 2.56166 L 18.369 2.57773 C 18.0154 2.57773 17.7261 2.28845 17.7261 1.93488 V 1.39916 C 17.7261 1.04559 18.0154 0.756306 18.369 0.756306 L 23.9404 0.740234 C 24.294 0.740234 24.5833 1.02952 24.5833 1.38309 L 24.5672 6.95452 C 24.5672 7.30809 24.2779 7.59738 23.9243 7.59738 H 23.3886 C 23.035 7.59738 22.7458 7.30809 22.7458 6.95452 L 22.7618 3.84738 L 22.7243 3.80988 L 13.794 12.7402 L 22.7243 21.6706 L 22.7618 21.6331 L 22.7458 18.5259 C 22.7458 18.1724 23.035 17.8831 23.3886 17.8831 H 23.9243 C 24.2779 17.8831 24.5672 18.1724 24.5672 18.5259 Z'/%3E%3C/svg%3E") center center/contain no-repeat;
}

.prop_square_g .vector:before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 25 25' width='25' height='25'%3E%3Cpath fill='%2315aeeb' d='M 0.583252 8.66881 V 2.02595 C 0.583252 1.31345 1.15647 0.740234 1.86897 0.740234 H 8.51182 C 8.86539 0.740234 9.15468 1.02952 9.15468 1.38309 V 1.81166 C 9.15468 2.16523 8.86539 2.45452 8.51182 2.45452 H 2.29754 V 8.66881 C 2.29754 9.02238 2.00825 9.31166 1.65468 9.31166 H 1.22611 C 0.872538 9.31166 0.583252 9.02238 0.583252 8.66881 Z M 16.6547 0.740234 H 23.2975 C 24.01 0.740234 24.5833 1.31345 24.5833 2.02595 V 8.66881 C 24.5833 9.02238 24.294 9.31166 23.9404 9.31166 H 23.5118 C 23.1583 9.31166 22.869 9.02238 22.869 8.66881 V 2.45452 H 16.6547 C 16.3011 2.45452 16.0118 2.16523 16.0118 1.81166 V 1.38309 C 16.0118 1.02952 16.3011 0.740234 16.6547 0.740234 Z M 24.5833 16.8117 V 23.4545 C 24.5833 24.167 24.01 24.7402 23.2975 24.7402 H 16.6547 C 16.3011 24.7402 16.0118 24.4509 16.0118 24.0974 V 23.6688 C 16.0118 23.3152 16.3011 23.0259 16.6547 23.0259 H 22.869 V 16.8117 C 22.869 16.4581 23.1583 16.1688 23.5118 16.1688 H 23.9404 C 24.294 16.1688 24.5833 16.4581 24.5833 16.8117 Z M 8.51182 24.7402 H 1.86897 C 1.15647 24.7402 0.583252 24.167 0.583252 23.4545 V 16.8117 C 0.583252 16.4581 0.872538 16.1688 1.22611 16.1688 H 1.65468 C 2.00825 16.1688 2.29754 16.4581 2.29754 16.8117 V 23.0259 H 8.51182 C 8.86539 23.0259 9.15468 23.3152 9.15468 23.6688 V 24.0974 C 9.15468 24.4509 8.86539 24.7402 8.51182 24.7402 Z'/%3E%3C/svg%3E") center center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 25 25' width='25' height='25'%3E%3Cpath fill='%2315aeeb' d='M 0.583252 8.66881 V 2.02595 C 0.583252 1.31345 1.15647 0.740234 1.86897 0.740234 H 8.51182 C 8.86539 0.740234 9.15468 1.02952 9.15468 1.38309 V 1.81166 C 9.15468 2.16523 8.86539 2.45452 8.51182 2.45452 H 2.29754 V 8.66881 C 2.29754 9.02238 2.00825 9.31166 1.65468 9.31166 H 1.22611 C 0.872538 9.31166 0.583252 9.02238 0.583252 8.66881 Z M 16.6547 0.740234 H 23.2975 C 24.01 0.740234 24.5833 1.31345 24.5833 2.02595 V 8.66881 C 24.5833 9.02238 24.294 9.31166 23.9404 9.31166 H 23.5118 C 23.1583 9.31166 22.869 9.02238 22.869 8.66881 V 2.45452 H 16.6547 C 16.3011 2.45452 16.0118 2.16523 16.0118 1.81166 V 1.38309 C 16.0118 1.02952 16.3011 0.740234 16.6547 0.740234 Z M 24.5833 16.8117 V 23.4545 C 24.5833 24.167 24.01 24.7402 23.2975 24.7402 H 16.6547 C 16.3011 24.7402 16.0118 24.4509 16.0118 24.0974 V 23.6688 C 16.0118 23.3152 16.3011 23.0259 16.6547 23.0259 H 22.869 V 16.8117 C 22.869 16.4581 23.1583 16.1688 23.5118 16.1688 H 23.9404 C 24.294 16.1688 24.5833 16.4581 24.5833 16.8117 Z M 8.51182 24.7402 H 1.86897 C 1.15647 24.7402 0.583252 24.167 0.583252 23.4545 V 16.8117 C 0.583252 16.4581 0.872538 16.1688 1.22611 16.1688 H 1.65468 C 2.00825 16.1688 2.29754 16.4581 2.29754 16.8117 V 23.0259 H 8.51182 C 8.86539 23.0259 9.15468 23.3152 9.15468 23.6688 V 24.0974 C 9.15468 24.4509 8.86539 24.7402 8.51182 24.7402 Z'/%3E%3C/svg%3E") center center/contain no-repeat;
}

.prop_square_b .vector:before {
    height: 21px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 25 21' width='25' height='21'%3E%3Cpath fill='%2315aeeb' d='M 22.4014 14.013 H 24.5833 V 16.1948 H 22.4014 V 14.013 Z M 22.4014 9.64933 H 24.5833 V 11.8311 H 22.4014 V 9.64933 Z M 24.5833 18.3766 H 22.4014 V 20.5584 C 23.4923 20.5584 24.5833 19.4675 24.5833 18.3766 Z M 13.6742 0.922058 H 15.856 V 3.10388 H 13.6742 V 0.922058 Z M 22.4014 5.28569 H 24.5833 V 7.46751 H 22.4014 V 5.28569 Z M 22.4014 0.922058 V 3.10388 H 24.5833 C 24.5833 2.01297 23.4923 0.922058 22.4014 0.922058 Z M 0.583252 5.28569 H 2.76507 V 7.46751 H 0.583252 V 5.28569 Z M 18.0378 0.922058 H 20.2196 V 3.10388 H 18.0378 V 0.922058 Z M 18.0378 18.3766 H 20.2196 V 20.5584 H 18.0378 V 18.3766 Z M 2.76507 0.922058 C 1.67416 0.922058 0.583252 2.01297 0.583252 3.10388 H 2.76507 V 0.922058 Z M 9.31052 0.922058 H 11.4923 V 3.10388 H 9.31052 V 0.922058 Z M 4.94689 0.922058 H 7.12871 V 3.10388 H 4.94689 V 0.922058 Z M 0.583252 9.64933 V 18.3766 C 0.583252 18.9553 0.813121 19.5102 1.22229 19.9194 C 1.63146 20.3286 2.18642 20.5584 2.76507 20.5584 H 15.856 V 9.64933 H 0.583252 Z M 2.76507 18.3766 L 5.49234 14.8748 L 7.44507 17.2202 L 10.1723 13.7075 L 13.6742 18.3766 H 2.76507 Z'/%3E%3C/svg%3E") center center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 25 21' width='25' height='21'%3E%3Cpath fill='%2315aeeb' d='M 22.4014 14.013 H 24.5833 V 16.1948 H 22.4014 V 14.013 Z M 22.4014 9.64933 H 24.5833 V 11.8311 H 22.4014 V 9.64933 Z M 24.5833 18.3766 H 22.4014 V 20.5584 C 23.4923 20.5584 24.5833 19.4675 24.5833 18.3766 Z M 13.6742 0.922058 H 15.856 V 3.10388 H 13.6742 V 0.922058 Z M 22.4014 5.28569 H 24.5833 V 7.46751 H 22.4014 V 5.28569 Z M 22.4014 0.922058 V 3.10388 H 24.5833 C 24.5833 2.01297 23.4923 0.922058 22.4014 0.922058 Z M 0.583252 5.28569 H 2.76507 V 7.46751 H 0.583252 V 5.28569 Z M 18.0378 0.922058 H 20.2196 V 3.10388 H 18.0378 V 0.922058 Z M 18.0378 18.3766 H 20.2196 V 20.5584 H 18.0378 V 18.3766 Z M 2.76507 0.922058 C 1.67416 0.922058 0.583252 2.01297 0.583252 3.10388 H 2.76507 V 0.922058 Z M 9.31052 0.922058 H 11.4923 V 3.10388 H 9.31052 V 0.922058 Z M 4.94689 0.922058 H 7.12871 V 3.10388 H 4.94689 V 0.922058 Z M 0.583252 9.64933 V 18.3766 C 0.583252 18.9553 0.813121 19.5102 1.22229 19.9194 C 1.63146 20.3286 2.18642 20.5584 2.76507 20.5584 H 15.856 V 9.64933 H 0.583252 Z M 2.76507 18.3766 L 5.49234 14.8748 L 7.44507 17.2202 L 10.1723 13.7075 L 13.6742 18.3766 H 2.76507 Z'/%3E%3C/svg%3E") center center/contain no-repeat;
}

.main-ihner .home-category .container .block-category .category-home .prev-photo .aside-full .preview {
    position: relative;
}


.main-ihner .home-category .container .block-category .category-home .description .value {
    font-size: 14px;
    line-height: 22px;
    color: #5e696f;
    font-weight: 400;
    padding-bottom: 10px;
}
.main-ihner .home-category .container .block-category .category-home .description .value .place {
    color: #353f45;
    font-weight: 800;
    font-size: 1.5em;
}
.main-ihner .home-category .container .block-category .category-home .description .value .price {
    color: #15aeeb;
    font-weight: 800;
    font-size: 2.2em;
}

.house_gift_svg {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 42px;
    height: 42px;
}
/* End */
/* /local/templates/dst/components/bitrix/breadcrumb/custom/style.min.css?16077092011252 */
/* /local/templates/dst/components/bitrix/catalog/dst_projects/style.min.css?1601049104959 */
/* /local/templates/dst/components/bitrix/catalog.section/katalog.section/style.css?174948994216897 */
