

/* Start:/bitrix/components/netlime/price/templates/.default/style.css?17198497394894*/
.nl_price h1{
	text-align: left;
	margin-top: 30px !important;
	font-family: BrutalType;
	font-size: 33px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.93px;
	color: #484d53;
}
.table-price{
	width: 100%;
	display: table;
	text-align: left;
}
.table-price-tr{
	display: table-row;
}
.table-price-th, .table-price-td{
	display: table-cell;
	vertical-align: middle;
}
.table-price .table-price-tr .table-price-th{
	padding: 10px 15px;
	color:#767F8D;
	font-size: 19px;
	font-weight: normal;
	line-height: 22px;
}
.table-price .table-price-tr .table-price-td{
	border-top:1px solid #E8E8E8;
	padding: 10px 15px;
	color: #868686;
	font-size: 16px;
	line-height: 20px;
}
.table-price .table-price-tr:hover .table-price-td{
	background: #F2F2F2;
}
.spoiler_box{
	font-size:15px;
	padding: 0px;
}
.spoiler_links {
	cursor:pointer;
	padding-right: 50px;
	padding-top: 12px;
	padding-bottom: 12px;
	outline: none;
	font-size: 22px;
	/*font-weight: bold;*/
	line-height: 1;
	position: relative;
	border-bottom: 1px solid #BDBDBD;
	background: #FFFFFF;
	text-align: left;
	padding-left: 20px;
	margin-bottom: 8px;
}
.accordion__spoiler--enabled .spoiler_links{
	border-bottom: 1px solid #BF0D3F;
}
.spoilers_box .accordion__plus {
	outline: none;
	position: absolute;
	top: 50%;
	right: 20px;
	margin: auto;
	margin-top: -15px;
	width: 31px;
	height: 31px;
	background: url('/bitrix/components/netlime/price/templates/.default/images/spoiler_arrow.png') no-repeat;
}
.spoilers_box .accordion__spoiler--enabled .accordion__plus {
	background: url('/bitrix/components/netlime/price/templates/.default/images/spoiler_arrow_close.png') no-repeat;
}
.spoiler_body {
	display:none;
	padding:0px 0px;
	width: 100% !important;
	background: #fff;
	margin-bottom: 15px !important;
	border-bottom: 1px solid #BDBDBD;
}
.template_one .spoiler_links{
	display: none;
}
.template_one .spoiler_body{
	display: block;
}
.spoiler_body_box{
	padding: 0 20px;
}

.nl-price-item-btn {
	float: right;
	border: 1px solid #BF0D3F;
	border-radius: 4px;
	display: inline-block;
	padding: 5px 20px;
	cursor: pointer;
	width: 170px;
}
.table-price .table-price-tr .table-price-td.PROPERTY_PRICE_VALUE,
.table-price .table-price-tr .table-price-td.PROPERTY_SERVICE_PRICE_VALUE{
	min-width: 120px;
	color:#BF0D3F;
}
.breadcrumb-modern .shell{
	position: relative;
}
.price-search-form{
	width: 550px;
	position: absolute;
	top:10px;
	right: 20px;
	/*margin-bottom: 20px;*/
}
.price-search-form input.main-search-form-inptext{
	width: 100%;
	height: 33px;
	border-radius: 2px;
	background-color: #ffffff;
	color:#000;
	border: 0;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	padding:0 30px 0 10px;
}
.search-ico{
	width: 20px;
	height: 20px;
	object-fit: contain;
	background-image: url("/svg/search-ico.svg");
	background-repeat: no-repeat;
	position: absolute;
	top:6px;
	right: 15px;
	font-size: 0px;
	border: 0;
	background-color: #fff;
}

.shildik{
	display: inline-block;
	color: #BF0D3F;
	padding:1px 14px 2px;
	margin-left: 2px;
	margin-top: 1px;
	background-image: url("/bitrix/components/netlime/price/templates/.default/images/sas.png");
	background-repeat: no-repeat;
	background-position: 0 6px;
}
.shild_price{
	display: block;
	background-image: url("/bitrix/components/netlime/price/templates/.default/images/akcia.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 67px;
	height: 30px;
	padding: 12px 0 0 0;
	text-align: center;
	font-size: 16px;
	line-height: 0;

}
@media screen and ( -webkit-min-device-pixel-ratio : 0 )	 {
	.shild_price{
		padding: 13px 0 0 0;
	}
}
@media (max-width: 991px) {
	.price-search-form{
		width: 100%;
		position: relative;
		top:0px;
		right: 0px;
		margin-top: 10px;
		/*margin-bottom: 20px;*/
	}
	.nl_price h2{
		margin-top: 15px !important;
	}
}
@media (max-width: 768px) {
	.table-price .table-price-tr{
		display: block;
		padding: 0;
		border-top:1px solid #E8E8E8;
	}
	.table-price .table-price-tr:nth-child(1){
		border: none;
		padding-top: 10px;
	}
	.table-price .table-price-tr .table-price-th, .table-price .table-price-tr .table-price-td{
		display: block !important;
		border: none;
		padding: 0px 15px;

	}
	.table-price .table-price-tr .table-price-td{
		padding: 1px 15px;
		line-height: 20px;
	}
	.table-price .table-price-tr .table-price-td:nth-child(1){
		padding-top: 5px;
	}
	.table-price .table-price-tr .table-price-td:nth-last-child(1), .table-price .table-price-tr .table-price-th:nth-last-child(1){
		padding-bottom: 10px;
		padding-top: 5px;
	}
	.table-price-item-button .nl-price-item-btn {
		float: none;
	}
}
.r_circle{
	border: 1px solid #868686;
	width: 19px;
	height: 19px;
	border-radius: 19px;
	text-align: center;
	font-size: 12px;
	display: inline-block;
	line-height: 17px;
	padding: 0px 0 0 0;
}
.spoiler_body_box_desc{
	padding: 5px 0 0px 0px;
	font-size: 12px;
}
.PROPERTY_97_VALUE{
	white-space: nowrap;
}
.modal-block-bonus-info .content-bonus-modal{
	padding: 20px;
}
.nla-box2-item-button{
	cursor: pointer;
}
.nla-box2-item-button:hover {
	color: #93002c;
}
/* End */
/* /bitrix/components/netlime/price/templates/.default/style.css?17198497394894 */
