#services_list .sl_item {
	float: left;
	position: relative;
	padding: 25px 25px 70px 90px;
	width: 349px;
	margin: 0 20px 20px 0;
	transition: 0.3s all;

	background-repeat: no-repeat;
	background-position: 25px 30px;
}
#services_list .sl_item:hover {

}
#services_list .sl_item:nth-child(2n) { margin-right: 0; }

#services_list .sl_item a.name {
	font-size: 16pt;
	border-bottom: 1px dashed #0000be;
	font-weight: 400;
	line-height: 25px;
}
#services_list .sl_item a.name:hover {
	border: none;
}
#services_list .sl_item p.desc {
	margin-top: 15px;
}

#services_list .sl_item .buy {
	position: absolute;
	bottom: 25px;
}

#services_list .sl_item .buyNo {
	position: absolute;
	bottom: 25px;
}

.noPreviewText {
	padding-bottom: 100px !important;
}

/************ MODAL ************/
.detail_info {
    display: none;
}
.crocobox_content .detail_info {
    display: block;
}
.detail_info h2 {
	padding: 25px 0 0;
	font-size: 13pt;
	font-weight: 400;
	color: #0000be;
	border-bottom: 1px dashed #0000be;
	display: table;
}
.detail_info .action {
    color: #eb008c;
    font-weight: 600;
    padding-top: 20px;
}
.detail_info span.action {
    padding: 0;
}
.detail_info .propCont_main h2:first-child {
	padding-top: 0;
}

.detail_info .name .propCont_main:first-child {
	
}

.detail_info .name .propCont_main .spoiler_body_main {
	padding: 0 25px;
}

#services_list .sl_item .icon {
	display: block;
	background: #fff;
	position: absolute;
	left: 25px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	transition: 0.2s all;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center center;
}
#services_list .sl_item:hover .icon {
	box-shadow: none !important;
	background-size: 30px 30px;
}
table#rc_prices tr td {
    padding: 8px 0;
}
table#rc_prices tr td {
    border-bottom: 1px dashed rgba(38, 154, 255, .15);
}
table#rc_prices tr td:first-child:before {
    content: "\e835";
    font-family: "volna";
    color: #ccc;
    font-size: 20pt;
    position: absolute;
    top: 50%;
    margin: -13px 0 0 -20px;
    transition: 0.3s all;
}
table#rc_prices tr:hover td:first-child:before {
    color: #eb008c;
}

table#rc_prices tr td:first-child {
    padding-right: 50px;
    padding-left: 20px;
    position: relative;
}
table#rc_prices tr td:last-child {
    white-space: nowrap;
    text-align: right;
    color: #0000be;
}