* {
	padding: 0; margin: 0;
}
.content .coloumns .right .col h2{
	padding-bottom: 20px;
}
.content .coloumns .right .col ol{
	padding-left: 30px;
}
.content .coloumns .right .col ol ul{
	padding-left: 20px;
}
.content .coloumns .right .col ul{
	padding-left: 30px;
}

.content .seq {
	display: block; float: right; margin-bottom:10px;
}
.content .seq .incell{
	display: block; padding: 10px; width: 250px; height: 155px; position: relative; float: left; margin-left: 20px; box-sizing: border-box; border: 1px solid #ccc; border-radius: 10px;
}
.content .seq .incell .blockLabel{
	display: block; width: 100%; height: 100%; text-decoration: none; position: relative;
}
.content .seq .image {
	display: block; width: 100px; height: 100px; float: left; background: url(/resource/img/graph_black.png) center left no-repeat; background-size: contain; position: absolute; opacity: 0.1;
}
.content .seq  .caption{
	display: block; padding-top: 83px; text-align: right; color: black; font-weight: bold; text-indent: 80px;
}
.content .seq  [corange="true"] .image{
	background: url(/resource/img/graph_magenta.png) center left no-repeat; background-size: contain; opacity: 1;
}
.content .seq  [cgreen="true"] .image{
	background: url(/resource/img/graph_green.png) center left no-repeat; background-size: contain; opacity: 1;
}
.content .seq   [cblue="true"] .image{
	background: url(/resource/img/graph_blue.png) center left no-repeat; background-size: contain; opacity: 1;
}
.content .seq  [orange="true"]:hover .image{
	background: url(/resource/img/graph_magenta.png) center left no-repeat; background-size: contain; opacity: 0.7;
}
.content .seq  [green="true"]:hover .image{
	background: url(/resource/img/graph_green.png) center left no-repeat; background-size: contain; opacity: 0.7;
}
.content .seq   [blue="true"]:hover .image{
	background: url(/resource/img/graph_blue.png) center left no-repeat; background-size: contain; opacity: 0.7;
}
.content .seq  .incell:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.content .seq .incell .smenu{
	position: absolute; width: 250px; top:145px; left:0; display: none; padding-top: 10px; z-index: 1000;
}
.content .seq .incell .smenu .smenuitem{
	display: block; text-align: center; margin: 10px 0; border-radius: 10px; padding: 20px 0; color: white;
}
.content .seq [orange="true"] .smenu .smenuitem{
	background-color: #FF0066; opacity: 0.7;
}
.content .seq [green="true"] .smenu .smenuitem{
	background-color: #339966; opacity: 0.7;
}
.content .seq [blue="true"] .smenu .smenuitem{
	background-color: #0033CC; opacity: 0.7;
}
.content .seq  .incell:hover .smenu{
	display: block;
}
.content .seq .incell .smenu .smenuitem:hover{
	opacity: 0.9;
}



/*
.content .seq {
	display: block; float: right;
}
.content .seq .blockLabel{
	display: block; padding: 10px; width: 250px; text-decoration: none; position: relative; float: left; margin-left: 20px; box-sizing: border-box;
}

.content .seq .smenu {
	
}
.content .seq  .smenu .smenuitem{
	
}

.content .seq  .blockLabel  .incell{
	height: 150px;
}
*/




/*
Блок списка статьи
*/
.content .listitem {
	display: block; background-color: black; margin-top: 10px; text-align: center; padding: 10px;
}
.content .listitem a{
	text-decoration: none;
}
.content .listitem .headerlist{
	display: block; color: white;
}
.content .listitem .bodylist{
	display: block; margin: 0 auto;
}
.content .listitem .bodylist .image{
	width: 100%; height: 400px; overflow: hidden;
}
.content .listitem .footerlist{
	display: block; color: white;
}
.content .listitem .footerlist h2{
	padding: 0 !important;
}
/*
Содержание услуги
*/
.content .text {
	text-indent: 20px;
}
.content .text p{
	margin: 10px 0;
}
.content .text li{
	margin-left: 60px; text-indent: 0;
}
.content .bold{
	font-weight: bold;
}
.content .italic{
	font-style: italic;
}
.content .videoclip {
	text-align: center;
}
.content .gallery {
	display: block; text-align: center; padding-top: 5px;
}
.content  a{
	text-decoration: none;
}