

/* Start:/bitrix/templates/.default/components/bitrix/catalog.section.list/services-main-list/style.css?14474115567305*/
/* line */
.bx_catalog_line{margin-bottom: 30px;}
.bx_catalog_line .bx_catalog_line_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_line .bx_catalog_line_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul{padding: 0;}
.bx_catalog_line .bx_catalog_line_ul li{
	margin-bottom: 20px;
	list-style: none;
}
.bx_catalog_line .bx_catalog_line_ul li:before {content: '' !important}

.bx_catalog_line .bx_catalog_line_img{
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}

.bx_catalog_line .bx_catalog_line_title{
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}
.bx_catalog_line .bx_catalog_line_title a{
	color: #4c7da6;
	font-size: 18px;
}
.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration: none;}
.bx_catalog_line .bx_catalog_line_title span{font-size: 16px}
.bx_catalog_line .bx_catalog_line_description{
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}


@media (max-width:639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img{
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size: 14px;}
	.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size: 11px;}
}



.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	 		transition: all 0.3s ease;
}

/* text */
.bx_catalog_text{margin-bottom: 30px;}
.bx_catalog_text .bx_catalog_text_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_text .bx_catalog_text_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul{padding: 0;}
.bx_catalog_text .bx_catalog_text_ul li{
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}
.bx_catalog_text .bx_catalog_text_ul li:before {content: '' !important}
.bx_catalog_text .bx_catalog_text_title{
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 14px;
}
.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration: none}
.bx_catalog_text .bx_catalog_text_title span{font-size: 12px;}

@media (max-width:639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_catalog_text .bx_catalog_line_title,
	.bx_catalog_text .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* tile */

.bx_catalog_tile{margin-bottom: 30px;}
.bx_catalog_tile .bx_catalog_tile_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_tile .bx_catalog_tile_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul{padding: 0;}
.bx_catalog_tile .bx_catalog_tile_ul li{
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width:12.5%;
	list-style: none;
	text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_ul li:before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: both;}

.bx_catalog_tile .bx_catalog_tile_img{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-color: #fff;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}
.bx_catalog_tile .bx_catalog_tile_title{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a{
	color: #4c7da6;
	font-size: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: none;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size: 12px;}




/*2*/
@media (max-width:980px){
	.bx_catalog_tile .bx_catalog_tile_ul li{width:20%;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear: both;}
}
/*3*/
@media (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size: 11px;}
}
@media (min-width:480px) and (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both;}
}
/*4*/
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_img{
		width: 100%;
		height: 80px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear: both;}

}


	.bx_catalog_tile .bx_catalog_tile_title,
	.bx_catalog_tile .bx_catalog_tile_title a,
	.bx_catalog_tile .bx_catalog_tile_ul li,
	.bx_catalog_tile .bx_catalog_tile_img{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* list */

.bx_sitemap{margin-bottom: 30px;}
.bx_sitemap .bx_sitemap_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_sitemap .bx_sitemap_title a{
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li{
	padding: 0;
	line-height: 14px;
}
.bx_sitemap .bx_sitemap_ul li:before {content: '' !important}
.bx_sitemap .bx_sitemap_li_title{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 10px;
}
.bx_sitemap .bx_sitemap_li_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}
.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration: none}
.bx_sitemap .bx_sitemap_li_title span{font-size: 11px;}

@media (max-width:639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_sitemap .bx_catalog_line_title,
	.bx_sitemap .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/lawyers-main-list/style.css?1447411556336*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}



.news-item-main {
  color: #000;
  font-size: 13px;
  float: left;
  width: 21%;
  margin: 15px 2%;
}

.news-detail-link, .news-more-main a {
  color: #0042af;
}

.news-more-main {
  padding: 3px 0 0 0;
  text-align: right;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/news-main-page/style.css?1447411556336*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}



.news-item-main {
  color: #000;
  font-size: 13px;
  float: left;
  width: 21%;
  margin: 15px 2%;
}

.news-detail-link, .news-more-main a {
  color: #0042af;
}

.news-more-main {
  padding: 3px 0 0 0;
  text-align: right;
}
/* End */


/* Start:/bitrix/templates/triumf-tpl/template_styles.css?145554128417960*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /*
  background: url(/bitrix/templates/triumf-tpl/images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  */
}

body {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  min-width: 1240px
}

body, button, input, select, textarea {
  font-family: Arial, sans-serif;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 2em;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

label {
  cursor: pointer;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.hidden {
  display: none;
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

input:focus, textarea:focus {
  outline: none;
}

a {
  color: #000f6c;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, blockquote, dl, address {
  margin: 0 0 1em 0;
}

.site-container {
  width: 1240px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.3);
  background: url("/bitrix/templates/triumf-tpl/images/top-bg.jpg") repeat;
}
header {
  height: 150px;
  padding: 0;
  position: relative;
}
.logo {
  background: url("/bitrix/templates/triumf-tpl/images/logo.png") no-repeat left top;
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
  width: 263px;
  height: 67px;
}
.header-phone {
  background: url("/bitrix/templates/triumf-tpl/images/phone-ico.png") no-repeat left;
  position: absolute;
  top: 48px;
  right: 25px;
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  padding: 0 0 0 50px;
  margin: 0;
}
.header-social {
  position: absolute;
  top: 103px;
  right: 25px;
}
.t-soc-ico {
  width: 16px;
  height: 16px;
  float: right;
  margin: 0 0 0 5px;
}
.t-soc-ico.t-vk {
  background: url("/bitrix/templates/triumf-tpl/images/soc-vk.png") no-repeat;
}
.t-soc-ico.t-fb {
  background: url("/bitrix/templates/triumf-tpl/images/soc-fb.png") no-repeat;
}
.t-soc-ico.t-tw {
  background: url("/bitrix/templates/triumf-tpl/images/soc-tw.png") no-repeat;
}
.nav-main .nav-main-list {
  padding: 0;
  display: block;
  position: absolute;
  top: 58px;
  left: 340px;
}
.nav-main .nav-main-list > .parent-li {
  padding: 0;
  float: left;
}
.nav-main .parent-li .parent-link {
  color: #004f9a;
  height: 33px;
  line-height: 33px;
  font-size: 18px;
  margin: 0;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  display: block;
  border: 1px solid transparent;
}
.nav-main .parent-link:hover, .nav-main .parent-li .parent-link.selected {
  color: #fff;
  background: #00509a;
  background: -moz-linear-gradient(top,  #00509a 0%, #002c91 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00509a), color-stop(100%,#002c91));
  background: -webkit-linear-gradient(top,  #00509a 0%,#002c91 100%);
  background: -o-linear-gradient(top,  #00509a 0%,#002c91 100%);
  background: -ms-linear-gradient(top,  #00509a 0%,#002c91 100%);
  background: linear-gradient(to bottom,  #00509a 0%,#002c91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00509a', endColorstr='#002c91',GradientType=0 );
}
.content-area {
  padding: 0 20px 20px 20px;
  min-height: 300px;
  font-size: 14px;
  color: #000000;
}
.servises-main-list {
  margin: 0 0 10px 0;
}
.servises-main-item {
  float: left;
  width: 310px;
  border: 1px solid #cccccc;
  padding: 0 1px 1px 1px;
  background: #fff;
  margin: 0 43px 20px 43px;
}
.servises-main-title {
  color: #333333;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
  padding: 18px 0 10px 0;
  line-height: 20px;
  text-align: center;
  background: #eaeaea;
  background: -moz-linear-gradient(top,  #eaeaea 0%, #dbdbdb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#dbdbdb));
  background: -webkit-linear-gradient(top,  #eaeaea 0%,#dbdbdb 100%);
  background: -o-linear-gradient(top,  #eaeaea 0%,#dbdbdb 100%);
  background: -ms-linear-gradient(top,  #eaeaea 0%,#dbdbdb 100%);
  background: linear-gradient(to bottom,  #eaeaea 0%,#dbdbdb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#dbdbdb',GradientType=0 );
}
.servises-main-alllink {
  display: block;
  font-size: 16px;
  color: #000;
  text-align: center;
  text-decoration: none;
  line-height: 36px;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
  background: -moz-linear-gradient(top,  #eaeaea 0%, #dbdbdb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#dbdbdb));
  background: -webkit-linear-gradient(top,  #eaeaea 0%,#dbdbdb 100%);
  background: -o-linear-gradient(top,  #eaeaea 0%,#dbdbdb 100%);
  background: -ms-linear-gradient(top,  #eaeaea 0%,#dbdbdb 100%);
  background: linear-gradient(to bottom,  #eaeaea 0%,#dbdbdb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#dbdbdb',GradientType=0 );
}
.servises-main-alllink:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #e8e8e8;
  position: absolute;
  top: -10px;
  left: 50%;
  margin: 0 0 0 -8px;
}
.servises-main-content {
  background: url("/bitrix/templates/triumf-tpl/images/servises-main-content.jpg") repeat-x top;
  min-height: 190px;
}
.servises-main-ul {
  margin: 0;
  padding: 48px 0 0 20px;
  list-style: none;
}
.servises-main-ul li {
  background: url("/bitrix/templates/triumf-tpl/images/servises-main-li.png") no-repeat 0 5px;
  padding: 0 0 0 15px;
  margin: 0 0 20px 0;
}
.servises-main-ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #004f9a;
  font-weight: bold;
}
.servises-main-ul li a:hover {
  text-decoration: underline;
}
.servises-main-item:hover .servises-main-title, .servises-main-item:hover .servises-main-alllink {
  color: #fff;
  text-shadow: none;
  background: #00509a;
  background: -moz-linear-gradient(top,  #00509a 0%, #002c91 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00509a), color-stop(100%,#002c91));
  background: -webkit-linear-gradient(top,  #00509a 0%,#002c91 100%);
  background: -o-linear-gradient(top,  #00509a 0%,#002c91 100%);
  background: -ms-linear-gradient(top,  #00509a 0%,#002c91 100%);
  background: linear-gradient(to bottom,  #00509a 0%,#002c91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00509a', endColorstr='#002c91',GradientType=0 );
}
.servises-main-item:hover .servises-main-alllink {
  border-bottom: 1px solid #0f3897;
}
.servises-main-item:hover .servises-main-alllink:before {
  border-bottom: 10px solid #014998;
}






.stuff-list {
  text-align: center;
  margin: 0 0 25px 0;
}
.stuff-item {
  display: inline-block;
  width: 180px;
  padding: 0 8px;
}
.stuff-title {
  border-top: 1px solid #9f9f9f;
  margin: 15px 0 5px 0;
  font-size: 16px;
  color: #00389a;
  font-weight: bold;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.stuff-title span {
  background: url("/bitrix/templates/triumf-tpl/images/top-bg.jpg") repeat;
  padding: 0 15px;
  top: -10px;
  position: relative;
  margin: 0;
  display: inline-block;
}
.stuff-image {
  width: 134px;
  border: 1px solid #fff;
  margin: 0;
}
.stuff-content {

}
.stuff-name {
  display: block;
  color: #104196;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 8px 0;
}
.stuff-position {
  display: block;
  margin: 0 0 8px 0;
}











footer {
  text-align: left;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  color: #404040;
}
.prefooter {
  padding: 15px 0 15px 420px;
  position: relative;
  min-height: 90px;
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
  margin: 0 2px;
  border-radius: 0 0 5px 5px;
}
.secfooter {
  padding: 15px;
}
.footer-logo {
  background: url('/bitrix/templates/triumf-tpl/images/footer-logo.png') no-repeat;
  position: absolute;
  top: 35px;
  left: 15px;
  display: block;
  width: 199px;
  height: 50px;
}
footer .footer-left {
  float: left;
  text-align: left;
  margin: 0 15px 0 0;
  width: 285px
}
footer .footer-center {
  float: left;
  text-align: center;
  padding: 10px 0 0 0;
  font-size: 12px;
  width: 580px;
  margin: 0 15px 0 15px;
}
footer .footer-right {
  float: right;
  text-align: right;
  margin: 0 0 0 15px;
  width: 285px
}
footer .dev {
  display: inline-block;
  background: url('/bitrix/templates/triumf-tpl/images/dev.png') no-repeat;
  width: 108px;
  height: 35px;
  margin: 10px 0 0 0;
}
footer a {
  color: #20318d;
}
.prefooter-right {
  float: right;
  width: 280px;
  color: #000;
}
.footer-phone {
  background: url('/bitrix/templates/triumf-tpl/images/footer-phone.png') no-repeat left;
  font-size: 16px;
  text-align: left;
  padding: 0 0 0 35px;
  margin: 0 0 10px 0;
}
.footer-address {
  background: url('/bitrix/templates/triumf-tpl/images/footer-address.png') no-repeat 0 0;
  padding: 3px 0 0 35px;
}
.left-part {
  float: left;
  width: 280px;
  margin: 0 15px 0 0;
}
.left-section-block {
  width: 278px;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-bottom: 5px solid #004e99;
}
.left-section-name {
  width: 240px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 0 -1px;
  color: #fff;
  text-shadow: none;
  background: #00509a;
  background: -moz-linear-gradient(top,  #00509a 0%, #002c91 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00509a), color-stop(100%,#002c91));
  background: -webkit-linear-gradient(top,  #00509a 0%,#002c91 100%);
  background: -o-linear-gradient(top,  #00509a 0%,#002c91 100%);
  background: -ms-linear-gradient(top,  #00509a 0%,#002c91 100%);
  background: linear-gradient(to bottom,  #00509a 0%,#002c91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00509a', endColorstr='#002c91',GradientType=0 );
  padding: 12px 20px;
}
.left-section-block ul {
  margin: 0;
  padding: 15px 12px 0 12px;
  list-style: none;
  font-size: 16px;
  color: #000f6c;
}
.left-section-block ul li {
  margin: 0 0 15px 0;
  font-weight: bold;
}
.left-section-block ul li a {
  color: #000f6c;
  text-decoration: none;
}
.left-section-block ul li a:hover, .left-section-block ul li a.selected {
  text-decoration: underline;
}
.left-section-block ul li a.selected:hover {
  text-decoration: none;
}
.right-part {
  float: right;
  width: 905px;
}
.ap-breadcrumbs, .ap-meta-news-item {
  background: url(/bitrix/templates/triumf-tpl/images/delim.png) no-repeat left bottom;
  padding: 0 0 8px 0;
  margin: 0 0 13px 0;
}
.ap-wews-item {
  margin: 0 0 30px 0;
}
.ap-news-date-time, .ap-news-date-detail {
  color: #6e6e6e;
  font-weight: bold;
}
.ap-meta-news-item {
  font-size: 15px;
}
.ap-news-date-detail {
  margin: 0 0 10px 0;
}
.contacts-left {
  float: left;
  width: 425px;
}
.contacts-right {
  float: right;
  width: 725px;
}
.contacts-content {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.contacts-content span {
  font-weight: normal;
  color: #3a3939;
}
.contacts-content a {
  color: #003092;
}




.news-list-main {
  float: left;
  width: 100%;
  border: 1px solid #cccccc;
  padding: 0 1px 1px 1px;
  background: #fff;
  margin: 0 0 20px 0;
  border-radius: 5px;
}
.news-list-main-content {
  background: url('/bitrix/templates/triumf-tpl/images/servises-main-content.jpg') repeat-x top;
}
.news-list-main-title {
  color: #0031a1;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px 0 8px 0;
  text-align: center;
  background: #eaeaea;
  background: -moz-linear-gradient(top,  #eaeaea 0%, #dbdbdb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#dbdbdb));
  background: -webkit-linear-gradient(top,  #eaeaea 0%,#dbdbdb 100%);
  background: -o-linear-gradient(top,  #eaeaea 0%,#dbdbdb 100%);
  background: -ms-linear-gradient(top,  #eaeaea 0%,#dbdbdb 100%);
  background: linear-gradient(to bottom,  #eaeaea 0%,#dbdbdb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#dbdbdb',GradientType=0 );
}





.bx_mfeedback{
  margin: 30px 0 0 0;
}
.bx_mfeedback input[type="text"]{
  width:100%;
  display: block;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  padding: 6px;
  outline: none;
  border: 1px solid #c1c5c8;
  border-radius: 2px;
  background: #fff;
  box-shadow: inset 2px 2px 2px -1px rgba(180,188,191,0.5);
  color: #000;
  vertical-align: middle;
  font-size: 14px;
  max-width:400px;
  border-radius: 5px;
}

.bx_mfeedback textarea {
  width:100%;
  display: block;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  padding: 6px;
  outline: none;
  border: 1px solid #c1c5c8;
  border-radius: 2px;
  background: #fff;
  box-shadow: inset 2px 2px 2px -1px rgba(180,188,191,0.5);
  color: #000;
  vertical-align: middle;
  font-size: 14px;
  max-width:400px;
  resize: vertical;
  border-radius: 5px;
}

.bx_mfeedback .bt_blue{
  display:inline-block;
  border-radius:3px;
  text-align:center;
  text-decoration:none;
  font-size:14px;
  cursor:pointer;
  border: none;
}
.bx_mfeedback .shadow.bt_blue{box-shadow:0 1px 1px 0 rgba(0,0,0,.2)}
.bx_mfeedback .shadow.bt_blue:active{box-shadow:none}

.bx_mfeedback .bt_blue {
  color: #fff;
  background: #00509a;
  background: -moz-linear-gradient(top,  #00509a 0%, #002c91 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00509a), color-stop(100%,#002c91));
  background: -webkit-linear-gradient(top,  #00509a 0%,#002c91 100%);
  background: -o-linear-gradient(top,  #00509a 0%,#002c91 100%);
  background: -ms-linear-gradient(top,  #00509a 0%,#002c91 100%);
  background: linear-gradient(to bottom,  #00509a 0%,#002c91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00509a', endColorstr='#002c91',GradientType=0 );
}
.bx_mfeedback .bt_blue:hover, .bx_mfeedback .bt_blue:active {
  color: #fff;
  background: #00509a;
  background: -moz-linear-gradient(top,  #00509a 0%, #002c91 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00509a), color-stop(100%,#002c91));
  background: -webkit-linear-gradient(top,  #00509a 0%,#002c91 100%);
  background: -o-linear-gradient(top,  #00509a 0%,#002c91 100%);
  background: -ms-linear-gradient(top,  #00509a 0%,#002c91 100%);
  background: linear-gradient(to bottom,  #00509a 0%,#002c91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00509a', endColorstr='#002c91',GradientType=0 );
}
.bx_mfeedback .big.bt_blue			{
  padding:0 13px;
  height:34px;
  font-weight:bold;
  line-height:34px;
  height:36px;
  line-height:36px;
}
.bx_mfeedback .big.bt_blue:hover  	{}
.bx_mfeedback .big.bt_blue:active 	{}

span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

.lawyer-title {
  font-size: 20px;
  color: #003192;
}
.lawyer-detail-pic {
  width: 290px;
  border: 1px solid #dcdcdc;
  float: left;
  margin: 0 15px 15px 0;
  background: #fff;
  padding: 3px;
}
.lawyer-field {
  margin: 0 0 15px 0;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/catalog.section.list/services-main-list/style.css?14474115567305 */
/* /bitrix/templates/.default/components/bitrix/news.list/lawyers-main-list/style.css?1447411556336 */
/* /bitrix/templates/.default/components/bitrix/news.list/news-main-page/style.css?1447411556336 */
/* /bitrix/templates/triumf-tpl/template_styles.css?145554128417960 */
