

/* Start:/local/templates/main/components/bitrix/news/arenda/bitrix/news.detail/.default/style.css?16941562221238*/
 
.btn-zapros {
	display: inline-block;
	font-weight: 600;
	color: #fff !important;
	cursor: pointer;
	background: #0B7A45;
	padding: 9px 20px;
	border-radius: 10px;
	transition: all .3s linear;
}

.btn-zapros:hover {
	text-decoration: none;
	background: #18ab5b;
}





.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/arenda/bitrix/news.detail/.default/style.css?16941562221238 */
