

/* Start:/local/templates/main/components/bitrix/news/portfolio/bitrix/news.detail/.default/style.css?16801798091222*/
.btn-zapros { 
   font-weight: 600;
    color: #fff !important;
    cursor: pointer;
    background: #18ab5b;
    padding: 9px 0px;
    border-radius: 10px;
    width: 200px;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}


.catalog-item__price {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3;
    color: #522C58;
}

.catalog-props__item {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.5;
}

.catalog-props__item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 4px;
    z-index: 1;
    height: 3px;
    width: 100%;
    background: url(/local/templates/main/img/dots.png) 0 0 repeat-x;
}

.catalog-props__item .name {
    position: relative;
    z-index: 2;
    color: #8C8C8C;
    background: #fff;
    padding-right: 5px;
    white-space: nowrap;
}

.catalog-props__item .val {
    position: relative;
    z-index: 2;
    color: #333;
    background: #fff;
    padding-left: 5px;
    font-weight: 500;
    text-align: right;
}

.catalog-props__item + .catalog-props__item {
    margin-top: 10px;
}
/* End */
/* /local/templates/main/components/bitrix/news/portfolio/bitrix/news.detail/.default/style.css?16801798091222 */
