html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	line-height: 1.2;
}



/*---------------------------------------------------------------------------reset*/


html, body {
	height: auto;
	font: normal 12px / 16px Tahoma,Geneva,sans-serif;
}
html {}
body.front {
	/*background:#2a244a;*/
background: url('images/main-bg.png') no-repeat center top, -moz-linear-gradient(top, #2a244a 0%, #394d7c 100%);
background: url('images/main-bg.png') no-repeat center top, -webkit-gradient(left top, left bottom, color-stop(0%, #2a244a), color-stop(100%, #394d7c));
background: url('images/main-bg.png') no-repeat center top, -webkit-linear-gradient(top, #2a244a 0%, #394d7c 100%);
background: url('images/main-bg.png') no-repeat center top, -o-linear-gradient(top, #2a244a 0%, #394d7c 100%);
background: url('images/main-bg.png') no-repeat center top, -ms-linear-gradient(top, #2a244a 0%, #394d7c 100%);
background: url('images/main-bg.png') no-repeat center top, linear-gradient(to bottom, #2a244a 0%, #394d7c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a244a', endColorstr='#394d7c', GradientType=0 );
/*background-image: url('images/main-bg.png');
background-repeat: no-repeat;
background-position: center top;*/
}
body.not-front {
	background:#eef0f7 url('images/back-gradient.png') repeat-x right top;
}
body > .wrapper {
	height:auto !important;
	min-height:100%;

}

.wrapper{
	position: relative;
	max-width: 6000px;
	width: 100%;
	min-width: 980px;
	height: 100%;
	margin: 0;
	overflow: hidden;
	z-index: 3;

}
.wrapper-grad {
	position:absolute;
	z-index:5;
	top:0;
	right:-180px;
	width:600px;
	height:800px;
}
.not-front .wrapper-grad {
	background-image:-webkit-gradient(   linear,
	    right top,
	    left bottom,
	    color-stop(0.1, rgba(51,0,74, 0.5)),
	    color-stop(0.2, rgba(51,0,74, 0.3)),
	    color-stop(0.43, rgba(83,170,242, 0))
	);
	background-image: -moz-linear-gradient(
	    right top,
	    rgba(51,0,74, 0.5) 10%,
	    rgba(51,0,74, 0.3) 20%,
	    rgba(83,170,242, 0) 43%
	);
}

.base {
	position:relative;
	z-index: 7;
	min-width: 600px;
	max-width:675px;
	padding: 158px 0 80px 295px;
	margin: 0 auto;
}

/*---------------------------------------------------------------------------global*/

.ie{
	display: none;
}
/*---------------------------------------------------------------------------global*/

.header {
	z-index: 2;
	position: absolute;
	width:675px;
	height: 158px;
	top: 0;
	margin: 0 auto;
}
.not-front .header { background-image: url('images/back-header.jpg'); }
.front .head-wrapper {
	padding: 10px;
    height: 49px;
    /* position: absolute; */
    /* width: 100%; */
    margin-top: 38px;
    /* margin-bottom: 10px; */
    border-radius: 5px;
    background: rgba(112, 45, 160, 0.85);
}
.header:before, .header:after{
	z-index: -1;
	position: absolute;
	top: 0;
}
.header:before{
	left: -475px;
	width: 475px;
	height: 646px;
	content: " ";
}
.not-front .header:before{ background-image: url('images/back-left.jpg'); }
.header:after{
	top: 134px;
	right: -121px;
	width: 121px;
	height: 148px;
	content: " ";
}
.not-front .header:after{ background-image: url('images/back-right.jpg'); }

.logo-name{
	width:450px;
	margin-top:17px;
}
.front .logo-name {
    margin-top: 0;
}
.logo-name img{
	margin-bottom:6px;
}

a.site-name{
	display: block;
    margin-top: 50px;
    color: #ffffff;
    font: normal 16px / 23px Tahoma, Arial;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgb(112, 45, 160);
}
.front a.site-name { 
	margin-top: 0;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
.header .menu {
	position:absolute;
	z-index:10;
	bottom:0;
}
.header .menu ul { margin: 0; }
.header .menu ul li {
	float: left;
	list-style: none;
	margin:0;
}
.header .menu ul li a {
	display:block;
	background-color: #702da0;
	border-right: 1px solid #580f81;
	border-left: 1px solid #883fbe;
	font: normal 14px / 13px Arial, Tahoma;
	color: #ffffff;
	text-decoration: none;
	padding: 13px 15px 15px 15px;
}
.header .menu ul li.last a{
	border-right: none;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
.header .menu ul li.first a{
	border-left: none;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
.header .menu ul li a.active{
	background: #ffffff url('images/back-block-gradient.png') repeat-x right top;
	border: none;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	color: #8560a8;
	padding: 13px 17px 15px 16px;
	margin-left: -1px;
}

.header .menu ul li a:hover{
	background: #ebebeb url('images/lingua-block-gradient.png') repeat-x right top;
	border: none;
	color: #555555;
	padding: 13px 17px 15px 16px;
	margin-left: -1px;		
}

.header .menu ul li.first a.active, .header .menu ul li.first a:hover{
	padding: 13px 16px 15px 15px;
	margin-left: 0;	
}

ul.pager {
margin-top: 15px;
}

.lingua-switcher {
	position:absolute;
	z-index:10;
	top:0;
	right:0;
	background: #ebebeb url('images/lingua-block-gradient.png') repeat-x right top;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	color: #555555;
	font: normal 12px / 12px Arial, Tahoma;
	padding: 0 5px 0 5px;
}
.lingua-switcher ul {
	margin: 0;
}

.lingua-switcher ul li {
	float: left;
	list-style: none;
	margin:0;
}

.lingua-switcher ul li a {
	display:block;
	color: #555555;
	text-decoration: none;
	padding: 8px 5px 10px 5px;
	}
	
.lingua-switcher ul li a:hover {
	text-decoration:underline;	
	}
	
.lingua-switcher ul li.laborder {
	display:block;
	padding: 8px 0px 10px 0px;
	}
.phone{
	position:absolute;
	z-index:10;
	top:50px;
	right:0;
}	
.front .phone {
	right: 10px;
    top: 44px;
}
.phone .phone-label{
	color: #ffffff;
	font: normal 11px / 12px Arial, Tahoma;
}

.phone .number {
	color: #ead4eb;
	font: normal 14px / 18px Arial, Tahoma;
}

.phone .number-big{
	color: #ffffff;
	font: normal 18px / 18px Arial, Tahoma;
}

.main_row {
	z-index: 10;
	position: relative;
	width:673px;

	background: #fefefe;
	position:relative;

	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	
	-moz-box-shadow: 0px 1px 2px #8d8d95;
	-webkit-box-shadow: 0px 1px 2px #8d8d95;
	box-shadow: 0px 1px 2px #8d8d95;
}
.main_row_grad {
	z-index: -10;
	width:673px;
	height: 500px;
	background: transparent;
	background-image:-webkit-gradient(   linear,
	    right top,
	    left bottom,
	    color-stop(0.05, rgb(225,225,225)),
	    color-stop(0.33, rgb(255,255,255))
	);
	background-image: -moz-linear-gradient(
	    right top,
	    rgb(225,225,225) 5%,
	    rgb(255,255,255) 33%
	);
	position:absolute;
	top:0;
}
.content_row {
	min-height: 850px;
	margin: 20px 20px 20px 20px;
}

.node .content img{
	margin: 0 15px 15px 10px;
	float: left;
	border: 1px solid #acacac;
}

.view-photogallery .field-item {
display: inline-block;
margin: 20px;

}


.view-photogallery .view-content .views-row { 
position: relative;
display: inline-block;
width: 170px;
text-align: center;
margin: 18px;
float: left;
}

.view-photogallery .view-content .views-row .views-field-edit-node {
display: none;
}

.view-photogallery .view-content .views-row-first .views-field-edit-node {
position: absolute;
display: block;
top: -25px;

}

body.cke_show_borders,
.cke_panel_block,
.cke_panel_listItem { background:#ffffff; }
 
 #sidebar-left {
 margin-right: 20px;
 }
 
#block-user-1{
	position:relative;
	clear:both;
	border: 1px dashed #e5e3d9;
	border-top: 2px dotted #767572;
	padding-bottom:5px;
	margin: 20px 0 10px;
}



#block-user-1 h2 {

	background:#EDECE6;
	display:block;
	padding: 10px 15px 10px;
	margin-bottom:10px;
}
	

#block-user-1 ul li {
display:inline;
margin:0;
padding:0;
margin-bottom:2px;}

#block-user-1 ul li a{
display:inline-block;
font-size:13px;
padding: 3px 5px 3px 5px;
background-color:#F2F1ED;
margin-right:1px;
}

#edit-body {
background: #FFFF none;
}

.footer {
	z-index: 10;
	position: absolute;
	width: 100%;
	height: 60px;
	left:0;
	bottom: 0;
	margin: 0 auto;
	overflow: hidden;
	color: #555555;
}
.front .footer { color: #d0d0d0; }
.copyleft {	font: normal 11px / 11px Arial, Tahoma,Geneva,sans-serif; }
.copyright {
	position:absolute;
	top:0;
	right:5px;
	display:block;
	width:200px;
	text-align:right;
	font: normal  11px / 11px Arial, Tahoma,Geneva,sans-serif;
}
.copyright a {
	font-size:12px;
	color:#404040;
}
.front .copyright a {
	color:#d7d7d7;
}
.shadow{
	-moz-box-shadow: 0px 1px 2px #8d8d95;
	-webkit-box-shadow: 0px 1px 2px #8d8d95;
	box-shadow: 0px 1px 2px #8d8d95;
}

.curved{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sidebar-left {
	z-index: 10;
	position: absolute;
	bottom: 77px;
	left:0px;
	width: 285px;
	height:auto;
	/*max-height: 600px;*/
	overflow: hidden;
	padding-bottom: 2px;

}

.sidebar-left-block-1, #block-views-blog-block_1 {
	width:280px;
	min-height:50px;
	margin-top:15px;
	margin-left: 2px;
	padding: 5px 0 5px 0;
	background:#ffffff url('images/back-block-gradient.png') repeat-x right top;
	overflow: hidden;
	text-align:center;
}
#block-views-blog-block_1 {
	border-radius:5px;
    -moz-box-shadow: 0px 1px 2px #8d8d95;
    -webkit-box-shadow: 0px 1px 2px #8d8d95;
    box-shadow: 0px 1px 2px #8d8d95;
	background: #f5f4f4;
	background: -moz-linear-gradient(top, #f5f4f4 0%, #ffffff 31%, #ffffff 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #f5f4f4), color-stop(31%, #ffffff), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #f5f4f4 0%, #ffffff 31%, #ffffff 100%);
	background: -o-linear-gradient(top, #f5f4f4 0%, #ffffff 31%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f5f4f4 0%, #ffffff 31%, #ffffff 100%);
	background: linear-gradient(to bottom, #f5f4f4 0%, #ffffff 31%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f4f4', endColorstr='#ffffff', GradientType=0 );
}
.view-blog { padding:0 20px; }
.view-blog ul {	padding:0; }
.view-blog ul li { list-style:circle; }
#block-views-blog-block_1 h3 { text-align: center; }
#block-views-blog-block_1 a { 
	text-align: left;
    font-size: 14px;
	display: block;
    clear: both;
    color: #8560a8;
    margin: 10px 0;
    text-decoration: none;
}
#block-views-blog-block_1 a:hover { 
	text-decoration: underline; 
}
.sidebar-left-block-1  img.video {

}
.inserted-block {
	float:right;
	/*width:260px;*/
	min-height:50px;
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
	margin: 0 10px 10px 10px;
	padding: 12px 20px 10px 20px;
}

.inserted-block p {
	font: normal  14px / 18px Arial, Tahoma,Geneva,sans-serif;
	color: #464646;	
}

.inserted-block .big {
	display: inline-block;
	min-width: 35px;
	font: normal  18px / 18px Arial, Tahoma,Geneva,sans-serif;
	text-align: center;
}

#block-views-photogallery-block_1 .view-id-photogallery {
	max-height: 320px;
	overflow:hidden;
}

.views-field-field-foto-fid img{
	margin: 0 15px 15px 0;
	float: left;
	border: 1px solid #acacac;
}

.views-field-edit-node, .views-field-view-node {
	display: inline-block;
	float:right;
	margin: 10px 20px 30px 0 ;
}

.views-field-title a{
	display:block;
	clear: both;
	font: normal  17px / 18px Arial, Tahoma,Geneva,sans-serif;
	color: #8560a8;
	margin: 15px 0 10px 0;
	text-decoration: none;
}
.view-photogallery .views-field-title a { 
	font: normal  14px / 17px Arial, Tahoma,Geneva,sans-serif;
	margin: 7px 0 10px 0;
}
.view-photogallery .views-field-title a:hover { 
	text-decoration:underline;
}
.views-field-field-short-view-value{
	margin: 15px 0 10px 0;
}

.view-employees .views-row{
	clear: both;
	margin: 15px 10px 10px 10px;
}

.content_row h1 {
	display:block;
	clear: both;
	font: normal  18px / 18px Arial, Tahoma,Geneva,sans-serif;
	color: #8560a8;
	margin: 15px 0 10px 10px;
	text-decoration: none;
}
h1.serv-header { margin: 15px 0 10px; }
hr.small {
	background: transparent  url(images/hr-line-small.png) no-repeat scroll center;
}

h3.info {
	display:block;
	background: transparent  url(images/icon-info.png) no-repeat left;
	margin: 5px auto 5px;
	padding-left: 25px;

}


ul.tabs {
	height: 20px;
	margin: 20px 0 20px 0px;
}

ul.tabs {
	border:none;
}

ul.tabs li a, ul.tabs li a.active, ul.tabs li a:hover {
	border-bottom: 1px solid #BBBBBB;
}

p {
	font: normal  12px / 15px Arial, Tahoma,Geneva,sans-serif;
	color: #414141;
	margin-bottom: 10px;
}

a {
	font: normal  13px / 15px Arial, Tahoma,Geneva,sans-serif;
	color: #414141;
	text-decoration: underline;
}

a:hover {
	text-decoration:none;
}

h3 {
	clear: both;
	font: bold  15px / 16px Arial, Tahoma,Geneva,sans-serif;
	color: #8560a8;
	margin: 15px 0 15px 0;
}
ul{
	list-style: circle;
	margin: 15px 15px 20px 18px;		
}

ul li {
	margin: 0 0 10px 0;
	font: normal  12px / 16px Arial, Tahoma,Geneva,sans-serif;
	color: #404040;
}

hr {
  clear: both;
  height: 1px;
  border: 0; /*#e1e1e*/
  background: transparent  url(images/hr-line.png) no-repeat scroll center;
  margin: 15px 0 15px 0;
}

abbr {
	border-bottom: 1px dotted #495857;
	}
.education {
	float: left;
    width: 49.5%;
    clear: both;
}
.consult { margin:0; }
.consult li{
	list-style:none;
	height:24px;
	margin-bottom:7px;
	padding-left:30px;
}
.consult li span{
	color: #8560a8;
	font-weight:bold;
	font-size:16px;
	line-height:25px;
}
.consult li span a{
	color: #8560a8;
	font-weight:normal;
	font-size:16px;
	line-height:25px;
}
li.info {  background: url(images/ico-info.png) left center no-repeat; }
li.skype {  background: url(images/ico-skype.png) left center no-repeat; }
li.viber {  background: url(images/ico-viber.png) left center no-repeat; }
.uslugi { margin: 15px 15px 10px 18px; }
.uslugi li:last-child {	margin-bottom:0; }
.tac { text-align:center; }
.view-id-video.view-display-id-page_1 table tr td {	
	padding: 0 0 20px 0;
	text-align:center;
	width:25.33%;
}
.view-id-video.view-display-id-page_1 table tr td.col-2 { 
	padding: 0 0 20px 0;
}
.view-id-video.view-display-id-page_1 table tr td.col-3 { 
	padding: 0 0 20px 0;
}
.services table {border-collapse:collapse;}
.services table tr td {
	width:50%;
	height:108px;
	vertical-align:top;
}
.services table tr td.col-1 {
	padding-right:10px;
}
.services table tr td.col-2 {
	padding-left:10px;
}
.services table tr td .views-field-title {
	border: 1px solid #acacac;
	height: 108px;
	margin-bottom:20px;
	background: #f6f6f6;
	background: -moz-linear-gradient(top,  #f6f6f6 0%, #ffffff 35%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #f6f6f6 0%,#ffffff 35%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f6f6f6 0%,#ffffff 35%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 );
}
.services table tr td .views-field-title a{
	margin:0;
	height: 108px;
}
.services table tr td .serv-title-wrap { 
	float: left;
	width: calc(100% - 109px);
}
.serv-title {
	/*height:60px;*/
	padding:7px 5px 7px 7px;
	font: bold 16px/19px Arial,Tahoma,Geneva,sans-serif;
	color: #836ba5;
	text-decoration:none;
	display: table-cell;
    vertical-align: middle;
    height: 95px;
}
.services table tr td .serv-prev { 
	width: 109px;
	height: 108px;
	float: right;
}
.node .submitted { display:none; }
a.youtube {
	position:relative;
	display: block;
}
a.youtube:before {
	position:absolute;
	display:block;
	content: url(images/play-ico.png);
    top: 40px;
    left: 60px;
	opacity: 0.6;
}
.not-front a.youtube:before {
	left: 75px;
}
a.youtube:hover:before {
	opacity: 0.85;
	transition: 0.3s opacity linear;
}
.lquote {
	float:right;
    background: #f3edff;
    border-left: 1px solid #bbb;
    margin: 0 0 1.5em 10px;
    padding: 0.5em 10px;
	font: italic 12px/15px Georgia, "Times New Roman", Times, serif;
}
.lquote.lily {
	margin: 0 0 0 10px;
}
.lquote p {
	font: italic 13px/18px Tahoma, Georgia, "Times New Roman", Times, serif !important;
}
.lquote:before {
    color: #bbb;
    content: "\201C"; /* Непечатаемый символ слева */
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 0.2em;
    vertical-align: -.4em;
	height: 1px;
    display: inline-block;
}
.lquote:after {
    color: #bbb;
    content: "\201D"; /* Непечатаемый символ справа */
    font-size: 3em;
    line-height: 0.1em;
    vertical-align: -.45em;
	height: 1px;
    display: inline-block;
}
.lquote > p:first-child {
    display: inline;
}