@import url(fonts/fonts.css);

body{
	background: white;
	margin: 0;
	font : 14px Avenir, Arial, Helvetica, sans-serif;
	color: #7a7a7a;
	line-height: 1;
}
a{
	text-decoration: none;
	color: #7a7a7a;
	outline: none;
}
h1{
	font-size: 16px;
	margin: 0;
}
h2, h3, h4, h5{
	font-size: 14px;
	margin: 0;
}

p { margin: 0; padding: 0; }

img {
	border: 0; 
}
form{
	margin: 0px;
	padding: 0px;
}
input, select, textarea{
	vertical-align: middle;
	font : 14px Avenir, Arial, Helvetica, sans-serif;
}
label{
	vertical-align: middle;
}
hr{
	color: #D3E5F7;
	height: 1px;
	border: 0;
	margin: 0;
	border-bottom: 1px solid #D3E5F7;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
/*---------------------------------------------------*/
.show_on_mobile{
	display: none!important;
}
.hide_on_mobile{
	display: block;
}
span.hide_on_mobile{
	display: inline;
}
/*---------------Layout------------------------------*/
.main_center{	
	margin: 0 auto;	
	width: 1000px;
	position: relative;
}
#top{
	
}

#left{
	width: 21.6%;
	float: left;
	padding: 50px 0;
}

#right{
	background: #F4F4F4;
	width: 78.4%;
	float: right;
	padding: 50px 0;
}

.content_wrapper{
	padding-left: 50px;
}

#page_bg{
	background: url(../images/bg_page.png) repeat-y center;
}

#page_bg2{
	background: url(../images/bg_page2.png) repeat-y center;
}
#page_bg2 #left{
	width: 26.6%
}
#page_bg2 #right{
	width: 73.4%
}

#bottom{
	
}
/*---------------Common------------------------------*/
.clear{
	clear: both;
	overflow: hidden;
	height: 0px;
	display: block;
}
.f-left{
	float: left !important;
}
.f-right{
	float: right !important;
}
.a-left{
	text-align: left !important;
}
.a-right{
	text-align: right !important;
}
.a-center{
	text-align: center !important;
}

.button1{
	background: #c82525;
	height: 36px;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 0.1s ease-in-out; 
-moz-transition: all 0.1s ease-in-out;
	  transition: all 0.1s ease-in-out;	
	padding: 0 23px;
	font-size: 14px;
	color: white !important;	  
	text-transform: uppercase;
	border: none !important;
}

.button1:hover{
	background-color: #E03A3A;
}

.section_header{
	color: #463463;
	font-weight: bold;
	display: block;
	font-size: 32px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	line-height: 1;
}
.section_header:after{
	background: #C82525;
	width: 90px;
	height: 2px;
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}

.section_header.center{
	text-align: center;
}
.section_header.center:after{
	bottom: 0;
	left: 50%;
	margin-left: -45px;
}
/*---------------------------------------------------*/
#top{
	border-top: 5px solid #E9E9E9;
}
#top .section1{
	overflow: hidden;
	padding: 25px 0 32px 0;
}
#top .section1 .logo{
	background: url(../images/logo.png) no-repeat;
		

	display: inline-block;
	text-indent: -10000px;
	display: none;
}
#top .section1 .logo a{
	display: block;
	height: 100%;
}
#top .appointment{
	font-size: 14px;
	float: right;
	
}
#top .appointment .title{
	color: #463463;
	display: block;
	text-align: right;
	margin-bottom: 3px;
}
#top .appointment .phone{
	background: #C82525;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border-radius: 14px;
	padding: 0 16px 0 38px;
	color: white;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
#top .appointment .phone:after{
	background: url(../images/bg_appointment_arrow.png) no-repeat;
	content: "";
	display: block;
	width: 9px;
	height: 13px;
	position: absolute;
	left: 21px;
	top: -13px;
	
}

#top nav.main_menu{
	background: #463463;
	height: 63px;
	line-height: 63px;
	font-size: 14px;
	color: white;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
}
#top nav.main_menu ul{
	overflow: hidden;
	float: left;
}
#top nav.main_menu ul li{
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	position: relative;
}
#top nav.main_menu ul li:after{
	background: #8FB6DF;
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 21px;
}
#top nav.main_menu ul li:last-child:after{
	background: none;
}
#top nav.main_menu ul a{
	color: white;
	display: block;
	height: 61px;
	-webkit-transition: color 0.1s ease-out; 
-moz-transition: color 0.1s ease-out;
	  transition: color 0.1s ease-out;
}
#top nav.main_menu ul li.active a,
#top nav.main_menu ul li.current-menu-item a{
	border-bottom: 2px solid white;
}
#top nav.main_menu ul a:hover{
	color: #9e8bbd;
}

#top nav.main_menu .searchform{
	float: right;
	height: 44px;	
	line-height: 1;
	padding-top: 17px;
	position: relative;
}
#top.search_active nav.main_menu .searchform{
	border-bottom: 2px solid white;
}
#top nav.main_menu .searchform .buttons{
	position: relative;
	top: 5px;
	display: inline-block;
}
#top nav.main_menu .searchform .button{
	width: 17px;
	height: 18px;
	display: inline-block;
	
}
#top nav.main_menu .searchform .button img,
#top nav.main_menu .searchform .button svg{
	width: 100%;
	height: 100%;
	fill: white;
}
#top nav.main_menu .searchform .button:hover svg{
	fill: #9e8bbd;
}
#top nav.main_menu .searchform .button_close{
	display: none;
}
#top nav.main_menu .searchform input{
	background: transparent;
	color: #9e8bbd;
	font-size: 14px;
	width: 165px;
	border: none;
	border-left: 1px solid #9C89BB;
	padding: 2px 5px;
	outline: none;
	text-transform: uppercase;
	display: none;
}
#top.search_active nav.main_menu .searchform input{
	display: inline;
}
::-webkit-input-placeholder {
    color:    #9e8bbd;
}

/*---------------------------------------------------*/
.main_slider{
	padding: 0;
	height: 547px;
	position: relative;
	overflow: hidden;
}
.main_slider ul.items{
	width: 100%;
	height: 100%;
	position: relative;
}
.main_slider ul.items > li{
	background: no-repeat center top;	
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in; 
	-moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    
}
.main_slider ul.items > li .main_center{
	height: 100%;
}

.main_slider ul.items > li.active{
	opacity: 1;
	z-index: 2;
}
.main_slider ul.items > li a.full_link{
	display: block;
	width: 100%;
	height: 100%;
}
.main_slider ul.items .content{
	color: white;
	position: absolute;
	width: 97%;
	bottom: 100px;
}
.main_slider ul.items .content p{
	
}
.main_slider ul.items .content .text1{
	background-color: rgba(34,34,34,0.88);
	font-size: 65px;
	font-weight: 500;
	padding: 20px;
}
.main_slider ul.items .content .text2{
	background-color: #463463;
	font-family: Utopia;
	font-size: 30px;
	text-transform: uppercase;
	padding: 10px 20px;
	margin-top: 2px;
}

.main_slider ul.items .item_img{
	display: none;
}
.main_slider ul.pager{
	position: absolute;
	left: 50%;
	bottom: 28px;
	z-index: 5;
}
.main_slider ul.pager li{
	background: white;
	background-color: rgba(255,255,255,0.51);
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 8px;
	cursor: pointer;
}
.main_slider ul.pager li.active{
	background-color: white;
}

.main_slider .ctrl a{
	background: rgba(0,0,0,0.5) no-repeat center;
	position: absolute;
	top: 40%;	
	z-index: 5;
	display: block;
	width: 76px;
	height: 76px;
	margin-top: -38px;
}

.main_slider .ctrl a.prev{
	background-image: url(../images/bg_prev.png);
	left: 0%;
}
.main_slider .ctrl a.next{
	background-image: url(../images/bg_next.png);
	right: 0;
}
/*---------------------------------------------------*/
.welcome_panel{
	background: url(../images/bg_welcome_panel.jpg) no-repeat center top;
	padding: 50px 0 60px 0;
	font-size: 14px;
	position: relative;
}
.welcome_panel .head1{
	color: #a1a2a2;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-bottom: 2px;
}
.welcome_panel .head2{
	color: #463463;
	font-weight: bold;
	display: block;
	font-size: 32px;
	margin-bottom: 22px;
}
.welcome_panel .content{
	width: 840px;
	background: white;
	box-shadow: 0 8px 5px -6px rgba(0, 0, 0, 0.1), 0 -8px 5px -6px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.welcome_panel .videobox{
	width: 326px;
	width: 38%;
	float: left;
} 
.welcome_panel .content .text{
	background: url(../images/qmark.svg) no-repeat 43px 41px;
	background-size: 40px 30px;
	line-height: 1.5;
	padding: 39px 115px 30px 100px;
	box-sizing: border-box;
	float: left;
	width: 62%;
}
.welcome_panel .content .text p{
	margin-bottom: 17px;
}
.welcome_panel .content .text .name{
	font-size: 19px;
	font-family: Utopia;
	color: #463463;
	display: block;
	text-transform: uppercase;
	line-height: 1;
	font-weight: normal;
}
.welcome_panel .content .text em{
	color: #463463;
}
.welcome_panel .welcome_img{
	position: absolute;
	bottom: -60px;
	right: -9px;
}

/*---------------------------------------------------*/
.videobox{
	position: relative;
}
.videobox img{
	width: 100%;
	display: block;
}
.videobox .overlay{
	background: rgba(59,59,59,0.62);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	font-size: 17px;
	color: white;
	font-weight: 500;
}
.videobox .overlay:hover{
	background-color: transparent;
}
.videobox .overlay .play{	
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 40px 0 0 -34px;
}
.videobox .overlay .play:after{
	background: rgba(255,255,255,0.5) url(../images/bg_play.png) no-repeat center;
	display: block;
	width: 64px;
	height: 64px;	
	border-radius: 34px;
	border: 2px solid rgba(255,255,255,0.5);
	content: "";
	position: absolute;
	top: -75px;
}
.videobox .overlay:hover .play:after{
	background-image: url(../images/bg_play2.png);
}

/*---------------------------------------------------*/
.specialization_panel{
	background: #E2EEEC url(../images/bg_specialization_panel.jpg) repeat center top;
	padding: 57px 0;
	font-size: 14px;
	position: relative;
}
.specialization_panel .head1{
	color: #a1a2a2;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-bottom: 4px;
	text-align: center;
}
.specialization_panel .head2{
	color: #463463;
	font-weight: bold;
	display: block;
	font-size: 32px;
	margin-bottom: 61px;
	text-align: center;
}

.specialization_panel ul.items{

}
.specialization_panel ul.items:after{
	content:'';
	display:block;
	clear: both;
}
.specialization_panel ul.items li{
	background: #F4F4F4;
	width: 32.6%;
	padding: 60px 3% 30px 3%;
	margin-right: 1.1%;
	float: left;
	position: relative;
	border: 1px solid #D6D6D6;
	border-bottom-width: 3px;
	box-sizing: border-box;
	border-radius: 6px;
	text-align: center;
	color: #463463;
	min-height: 200px;
}
.specialization_panel ul.items li:last-child{
	margin-right: 0;
}
.specialization_panel ul.items .circle{
	background: #463463;
	width: 78px;
	height: 78px;
	border: 3px solid white;
	border-radius: 42px;
	position: absolute;
	left: 50%;
	top: -42px;
	margin: 0 0 0 -42px;
}
.specialization_panel ul.items .header{
	font-size: 19px;
	font-family: "Utopia";
	color: #463463;
	display: block;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: normal;
}
.specialization_panel ul.items p{
	line-height: 1.5;
	margin-bottom: 17px;
	min-height: 84px;
}
.specialization_panel ul.items .button{
	color: #c82525;
	border: 1px solid #c82525;
	width: 100px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 0.1s ease-in-out; 
-moz-transition: all 0.1s ease-in-out;
	  transition: all 0.1s ease-in-out;	
}
.specialization_panel ul.items .button:hover{
	background-color: #c82525;
	color: white;
}
/*---------------------------------------------------*/
.news_panel{
	padding: 67px 0 100px 0;
	overflow: hidden;
}
.news_panel .posts{
	width: 46%;
	float: left;
}
.news_panel .posts .head1{
	color: #a1a2a2;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-bottom: 4px;
}
.news_panel .posts .head2{
	color: #463463;
	font-weight: bold;
	display: block;
	font-size: 32px;
	margin-bottom: 30px;
}
.news_panel .posts ul{
	line-height: 1.3;
}
.news_panel .posts ul li{
	border-bottom: 1px solid #DFECEA;
	padding: 12px 0;
	overflow: hidden;
}
.news_panel .posts ul li:last-child{
	border-bottom: 0;
}
.news_panel .posts ul .date{
	background: #E2EEEC;
	font-size: 14px;
	color: #6ea49b;
	display: block;
	border-radius: 4px;
	width: 60px;
	text-align: center;
	padding: 12px 0 8px 0;
	margin-right: 20px;
	float: left;
}
.news_panel .posts ul .date .month{
	display: block;
	text-transform: uppercase;
}
.news_panel .posts ul .date .day{
	font-size: 28px;
	font-family: "Utopia";
	display: block;
}
.news_panel .posts ul .text{
	overflow: hidden;
}
.news_panel .posts ul .title,
.news_panel .posts ul .title a{
	font-size: 16px;
	font-family: "Utopia";
	color: #463463;
	text-transform: uppercase;
	display: block;
	font-weight: normal;
	margin-bottom: 10px;
	-webkit-transition: color 0.1s ease-in-out; 
-moz-transition: color 0.1s ease-in-out;
	  transition: color 0.1s ease-in-out;		
}
.news_panel .posts ul .title a:hover{
	color: #c82525;
}

.news_panel .about_us{
	background: #F1F1F1 url(../images/bg_about_us.jpg) left top;
	border: 1px solid #CFCFCF;
	border-radius: 6px;
	float: right;
	width: 38%;
	text-align: center;
	padding: 66px 6% 30px 6%;
	margin-top: 55px;
	position: relative;
}
.news_panel .about_us .header{
	font-size: 25px;
	font-family: "Utopia";
	color: #463463;
	text-transform: uppercase;
	display: block;
	font-weight: normal;
	margin-bottom: 20px;
}
.news_panel .about_us p{
	line-height: 1.5;
	margin-bottom: 38px;
	color: #463463;
	text-align: left;
}
.news_panel .about_us .circle{
	background: #463463;
	width: 78px;
	height: 78px;
	border: 3px solid white;
	border-radius: 42px;
	position: absolute;
	left: 50%;
	top: -42px;
	margin: 0 0 0 -42px;
}
/*---------------------------------------------------*/
.testimonials{
	background: #46335E url(../images/bg_testimonials.jpg) center top;
	overflow: hidden;
	font-size: 19px;
	color: white;	
}
.testimonials .wrapper{
	width: 50%;
	float: right;	
	position: relative;
}
.testimonials .header{
	font-size: 14px;
	color: #8997a2;
	font-weight: bold;
	padding: 14px 17px;
	text-transform: uppercase;
	border: 1px solid #5E4664;
	border-right: 0;
	border-top: 0;
	display: block;
}

.testimonials ul.items{
	height: 200px;		
	font-family: "Utopia";
	white-space: nowrap;
	overflow: hidden;
}
.testimonials ul.items li{
	height: 164px;
	padding: 36px 40px 0 4px;
	display: inline-block;
	white-space: normal;
	vertical-align: middle;
}
.testimonials ul.items p{
	font-style: italic;
	margin-bottom: 20px;
	line-height: 1.4;
}
.testimonials ul.items .name{
	color: #8997a2;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
}
.testimonials ul.items .title{
	color: #8997a2;
	font-size: 14px;
	font-style: italic;
}

.testimonials .ctrl a{
	background: no-repeat;
	display: inline-block;
	width: 16px;
	height: 27px;
	text-decoration: none;
	position: absolute;
	top: 104px;
	z-index: 2;
}
.testimonials .ctrl a.left{	background-image: url(../images/bg_prev.png); left: -34px; }
.testimonials .ctrl a.right{background-image: url(../images/bg_next.png); right: 0;}

/*---------------------------------------------------*/
.contact_panel{
	background: url(../images/map.jpg) no-repeat center top;	
	padding: 60px 0;
}

.contact_panel.map_only{
	background-position: center;
	padding: 0;
	height: 315px;
}

.contact_panel .wrapper{
	background: white;
	width: 480px;
	border: 1px solid #D8D8D8;
	box-shadow: 0 4px 0 rgba(0,0,0,0.08);
	border-radius: 6px;
	padding: 50px;
	margin: 0 auto;
	text-align: center;
}
.contact_panel .head1{
	color: #a1a2a2;
	font-weight: bold;
	text-transform: uppercase;
	display: block;	
}
.contact_panel .head2{
	color: #463463;
	font-weight: bold;
	display: block;
	font-size: 32px;
	margin-bottom: 30px;
	padding-bottom: 17px;
	margin-bottom: 15px;
	position: relative;
}
.contact_panel .head2:after{
	background: #C82525;
	width: 90px;
	height: 2px;
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -45px;
}
.contact_panel p{
	color: #848383;
	line-height: 1.5;
	padding: 0 40px;
}
.contact_panel table{
	width: 360px;
	margin: 0 auto;
	font-size: 16px;
	color: #463463;
	margin-top: 23px;
	border-spacing: 0;
}
.contact_panel table td{
	position: relative;
	padding: 5px 0;
}
.contact_panel table td:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 7px;
	left: 0;
	width: 98%;
	border-bottom: 1px dotted #C8C8C8;
}
.contact_panel table td span{
	background: white;
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 0 5px;
}
.contact_panel table td:nth-child(1){
	font-weight: bold;
	text-align: left;
}
.contact_panel table td:nth-child(2){
	text-align: right;
}
.contact_panel table a{
	color: #463463;
}
/*---------------------------------------------------*/
#bottom{
	background: #463463;
	color: white;
	text-align: center;
	border-top: 4px solid white;
}
#bottom a{
	color: white;
}
#bottom nav{
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	padding: 25px 0;
}
#bottom nav ul{

}
#bottom nav ul li{
	display: inline-block;
	margin: 0 15px;
}
#bottom nav ul a{
	display: inline-block;
	padding: 5px;
	-webkit-transition: color 0.1s ease-out; 
-moz-transition: color 0.1s ease-out;
	  transition: color 0.1s ease-out;		
}
#bottom nav ul a:hover{
	color: #9e8bbd;
}
#bottom .copy{
	border-top: 1px solid #5B477A;
	padding: 10px 0;
	line-height: 1.4;
	font-size: 12px;
	color: #826ca6;
}
#bottom a.scroll_to_top{
	background: #463463 url(../images/bg_up.png) no-repeat center 13px;
	width: 42px;
	height: 24px;
	display: block;
	position: absolute;
	left: 50%;
	top: -28px;
	margin-left: -25px;
	border: 4px solid white;
	border-bottom: 0;
	-webkit-transition: all 0.1s ease-in-out; 
-moz-transition: all 0.1s ease-in-out;
	  transition: all 0.1s ease-in-out;	
}
#bottom a.scroll_to_top:hover{
	height: 35px;
	top: -39px;
}
/*---------------------------------------------------*/
.page_header{
	background: url(../images/bg_page_header.jpg) no-repeat center top;
	padding: 60px 0;
	font-size: 19px;	
	color: white;
	text-align: center;
}
.page_header .header{
	font-size: 65px;	
	font-weight: 500;
	display: block;
	margin-bottom: 20px;
}
.page_header p{
	font-family: "Utopia";
	font-style: italic;
}
/*---------------------------------------------------*/
.breadcrumbs{
	font-size: 14px;
	color: #b2b2b2;
	box-shadow: 0 3px 0 rgba(8,8,8,0.05);
	position: relative;
	z-index: 1;
}
.breadcrumbs a{
	color: #463463;
	display: block;
	padding-right: 17px;
}
.breadcrumbs a:hover{
	color: #c82525;
}
.breadcrumbs ul{
	overflow: hidden;
}
.breadcrumbs ul li{
	background: url(../images/bg_breadcrumbs_item.png) no-repeat right center;
	float: left;
	height: 44px;
	line-height: 44px;
	padding-right: 24px;
	margin-right: 20px;
	cursor: default;
	
}
.breadcrumbs ul li:last-child{
	background: none;
}
/*---------------------------------------------------*/
.welcome_panel2{
	background: #E2EEEC;
	padding: 50px 0 60px 0;	
	line-height: 1.5;
	border-bottom: 1px solid #E0E0E0;
}
.welcome_panel2 .section_header{
	margin-bottom: 25px;
}
.welcome_panel2 strong{
	color: #463463;
	font-weight: 500;
}
.welcome_panel2 .text{
	width: 68%;
    -webkit-column-count: 2; 
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px; 
    -moz-column-gap: 40px; 
    column-gap: 40px;
}
.welcome_panel2 .text p{
	margin-bottom: 20px;
}
.welcome_panel2 .text .name{
	font-size: 19px;
	font-family: Utopia;
	color: #463463;
	display: block;
	text-transform: uppercase;
	line-height: 1;
	font-weight: normal;
	margin-top: 30px;
}
.welcome_panel2 .text em{
	color: #463463;
}
.welcome_panel2 .welcome_img{
	position: absolute;
	bottom: -60px;
	right: -9px;
}
/*---------------------------------------------------*/
.testimonials2{
	
	background: #F4F4F4;
	padding: 50px 0 20px 0;
}
.testimonials2 p{
	line-height: 1.4;
	padding: 0 100px;
}
.testimonials2  ul.items{
	margin-top: 40px;	
	  -webkit-column-count: 2; 
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px; 
    -moz-column-gap: 40px; 
    column-gap: 40px;
}
.testimonials2  ul.items:after{
	content: "";
	display: block;
	clear: both;
}
.testimonials2  ul.items li{
	background: white url(../images/qmark.svg) no-repeat 34px 29px;
	background-size: 40px 30px;
	border: 1px solid #DFE8F1;
	border-radius: 6px;
	box-shadow: 0 0 5px rgba(0,0,0,0.11);
	line-height: 1.4;
	margin-bottom: 30px;
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column; 
}
.testimonials2  ul.items li .wrapper{
	padding: 27px 30px 30px 90px;
}
.testimonials2  ul.items li p{
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #D8E1EA;
	padding: 0;
}
.testimonials2  ul.items li .name{
	font-size: 19px;
	font-family: Utopia;
	color: #463463;
	display: block;
	text-transform: uppercase;
	font-weight: normal;
}
.testimonials2  ul.items li .title{
	color: #a2a2a2;
	font-style: italic;
}
/*---------------------------------------------------*/
.interviews{
	padding: 45px 0 60px 0;
}
.interviews p{
	line-height: 1.4;
	padding: 0 100px;
}
.interviews  ul.items{
	margin-top: 40px;
}
.interviews  ul.items:after{
	content: "";
	display: block;
	clear: both;
}
.interviews  ul.items li{
	float: left;
	width: 32.8%;
	margin-right: 0.8%;
	margin-bottom: 26px;
	border: 1px solid #DFE8F1;
	box-sizing: border-box;
}
.interviews  ul.items li:nth-of-type(3n){
	margin-right: 0;
}
.interviews  ul.items li:nth-of-type(3n+1){
	clear: left;
}
.interviews  ul.items li .text{
	height: 57px;
	padding: 17px 15px 0 80px;
	position: relative;
}
.interviews  ul.items li .text .photo{
	background: white;
	width: 47px;
	height: 64px;
	padding: 2px;
	border: 1px solid #D5D5D5;
	position: absolute;
	left: 17px;
	top: -11px;
}
.interviews  ul.items li .text .photo img{
	width: 100%;
	
}
.interviews  ul.items li .text p{
	padding: 0;
}
.interviews  ul.items li .text a{
	color: #463463;
	font-weight: 500;
	border-bottom: 1px dotted #463463;
}
.interviews  ul.items li .text a:hover{
	color: #c82525;
	border-bottom: none;
}
/*---------------------------------------------------*/
.community{
	background: #F4F4F4;
	padding: 45px 0 50px 0;
}
.community p{
	line-height: 1.4;
	padding: 0 100px;
}
.community  ul.items{
	margin-top: 40px;
	white-space: nowrap;
	overflow: hidden;
}
.community  ul.items li{
	display: inline-block;
	vertical-align: top;	
	white-space: normal;
	width: 33%;
	margin-right: 5px;
}
.community  ul.items li img{
	width: 100%;
}
.community ul.pager{
	text-align: center;
	margin-top: 30px;
}
.community ul.pager li{
	background: #9E8BBD;
	border: 1px solid #9793CC;
	width: 12px;
	height: 12px;
	border-radius: 7px;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}
.community ul.pager li.active{
	background-color: #463463;
	border-color: #384651;
}
/*---------------------------------------------------*/
.page_footer{
	background: #E2EEEC;
	border-top: 1px solid #CADCE0;
	padding: 56px 0;
	line-height: 1.2;
	font-size: 32px;
	color: #463463;
	text-align: center;
}
.page_footer a{
	font-weight: bold;
	border-bottom: 1px dotted #463463;
	color: #463463;	
}
.page_footer a:hover{
	border: none;
}
/*---------------------------------------------------*/
nav.sidemenu{
	text-align: right;
	margin-right: 50px;
}
nav.sidemenu .header{
	font-size: 14px;
	color: #a2a2a2;
	font-weight: bold;
	display: block;
	margin-bottom: 25px;
	text-transform: uppercase;
}
nav.sidemenu > ul{	
	font-size: 14px;
	color: #463463;
	font-weight: 500;	
	line-height: 1.2;
}
nav.sidemenu > ul > li{
	border-top: 1px solid #E0E0E0;
}
nav.sidemenu > ul > li a{
	display: block;
	color: #463463;
	padding: 9px 0;
	-webkit-transition: all 0.1s ease-in-out; 
-moz-transition: all 0.1s ease-in-out;
	  transition: all 0.1s ease-in-out;		
}
nav.sidemenu > ul > li a:hover{
	color: #c82525;
}
/*---------------------------------------------------*/
.specializations{
	
}
.specializations .section_header{
	margin-bottom: 27px;
}
.specializations table.items{
	width: 100%;
	border-spacing: 0;
	line-height: 1.5;
	font-size: 13px;
	color: #7a7a7a;
	margin-bottom: 47px;
}
.specializations table.items td{
	width: 50%;
	border: 1px solid #EBEBEB;
	border-top: none;
	border-left: none;
	padding: 15px 15px 15px 0;
}
.specializations table.items td:nth-child(2){
	border-right: none;
	padding: 15px 0 15px 15px;
}
.specializations table.items tr:last-child td{
	border-bottom: none;
}
.specializations table.items .ico{
	width: 34px;
	height: 34px;
	float: left;
	margin-right: 10px;
}
.specializations table.items .header{
	font-size: 19px;
	font-family: Utopia;
	color: #463463;
	display: block;
	text-transform: uppercase;
	line-height: 1;
	padding-top: 3px;
	font-weight: normal;	
	margin-bottom: 5px;
}
.specializations table.items a{
	display: block;
	height: 100%;
	-webkit-transition: all 0.2s ease-in-out; 
-moz-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;		
}
.specializations table.items a:hover,
.specializations table.items a:hover .header{
	color: #c82525;	
}
.specializations table.items a:hover svg path{
	fill: #c82525 !important;
	-webkit-transition: all 0.2s ease-in-out; 
-moz-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;		
}
.specializations table.items .text{
	overflow: hidden;
}

.specializations .spec_head_img{
	background: url(../images/bg_spec_head_img.jpg) no-repeat;
	background-size: cover;
	width: 784px;
	height: 329px;
	/*max-width: 100%;*/
	margin-left: -50px;
	margin-bottom: 50px;
	position: relative;
}
.specializations .spec_head_img .text{
	font-size: 32px;
	color: white;
	font-weight: bold;
	display: block;
	position: absolute;
	left: 50px;
	bottom: 50px;
}
.specializations .spec_head_img .text:after{
	background: #C82525;
	width: 90px;
	height: 2px;
	display: block;
	content: "";
	position: absolute;
	bottom: -16px;
	left: 0;
}
.specializations .colleagues{
	
}
.specializations .colleagues .header{
	font-size: 14px;
	margin-bottom: 15px;
}
.specializations .colleagues ul.items{
	border-top: 1px dashed #D8E1EA;
	overflow: hidden;
	margin: 0;
	padding: 15px 0 0 0;
}
.specializations .colleagues ul.items li{
	background: 0;
	padding: 0;	
	margin: 0 26px 0 0;	
	text-align: center;
	float: left;
}
.specializations .colleagues ul.items .photo{
	background: white;
	border: 1px solid #D5D5D5;
	padding: 4px;
	margin-bottom: 10px;
}
.specializations .colleagues ul.items .photo img{
	display: block;
}
/*---------------------------------------------------*/
.page_text{
	line-height: 1.5;
	font-size: 14px;
}
.page_text p{
	margin: 25px 0;
}
.page_text p:first-child{
	margin-top: 0;
}
.page_text p:last-child{
	margin-bottom: 0;
}
.page_text p strong{
	color: #463463;
	font-weight: 500;
}
.page_text a{
	color: #463463;
	font-weight: 500;
	border-bottom: 1px dotted #463463;
}
.page_text a:hover{
	color: #c82525;
	border-bottom: 0;
}

/*.page_text h1,
.page_text h2,
.page_text h3,
.page_text h4,
.page_text h5,
.page_text h6,*/
.page_text .header{
	line-height: 1.2;
	margin: 0 0 14px 0;	
	line-height: 1;
	color: #463463;
	font-size: 19px;
	font-family: Utopia;
	text-transform: uppercase;
	font-weight: 500;
	display: block;
}
/*.page_text h2{ font-size: 19px; }
.page_text h3{ font-size: 28px; }
.page_text h4{ font-size: 26px; }
.page_text h5{ font-size: 24px; }
.page_text h6{ font-size: 20px; }*/


.page_text ul{
	line-height: 1.5;
	margin: 29px 0;
}
.page_text ul li{
	background: url(../images/list_item.svg) no-repeat left 7px;
	background-size: 8px 8px;
	padding-left: 23px;
	margin-bottom: 11px;
}

.page_text ol{
	line-height: 1.5;
	margin: 29px 0;
	padding-left: 20px;
}
.page_text ol li{
	padding-left: 5px;
	margin-bottom: 11px;
}
.page_text pre{
	font-size: 12px;
	max-width: 100%;
	overflow: hidden;
	overflow-x: auto;
	line-height: 1.3;
}
.page_text figure{
	margin: 0;
	width: 340px;
	max-width: 100%;	
}
.page_text figure figcaption{
	font-style: italic;
	color: #8997a2;
	text-align: left;
	letter-spacing: -0.5px;
	margin-top: 5px;
	line-height: 1.2;
}
.page_text img{
	max-width: 100%;
	margin: 0;
	vertical-align: middle;
}
.page_text img.clean{
	border: none;
	box-shadow: 0 0 0;
}
.page_text .alignleft,
.page_text img.alignleft {
	display: inline;
	float: left;
	margin-right: 25px;
	margin-top: 4px;
}
.page_text .alignright,
.page_text img.alignright {
	display: inline;
	float: right;
	margin-left: 25px;
	margin-top: 4px;
}
.page_text .aligncenter,
.page_text img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.page_text blockquote{
	background: url(../images/qmark.svg) no-repeat 26px 24px;
	background-size: 40px 30px;
	border-top: 1px solid #D8E1EA;
	border-bottom: 1px solid #D8E1EA;
	border-left: 10px solid #C82525;
	padding: 18px 20px 18px 83px;
	margin: 45px 0;
	font-size: 19px;
	font-family: "Utopia";
	font-style: italic;
	color: #8997a2;
}

.page_text .column_2{
  	-webkit-column-count: 2; 
 	-moz-column-count: 2;
 	column-count: 2;
 	-webkit-column-gap: 40px; 
 	-moz-column-gap: 40px; 
 	column-gap: 40px;	
}
.page_text .highlight{
	color: #c82525;
}

/*---------------------------------------------------*/
.team{
	margin-top: -35px;
}
.team .group{
	border-bottom: 1px solid #E0E6ED;
	padding: 35px 0 3px 50px;
	margin-left: -50px;
}
.team ul.items{
	overflow: hidden;	
	margin-top: 33px;
}
.team ul.items li{
	float: left;
	width: 49%;
	overflow: hidden;
	margin-bottom: 40px;
}
.team ul.items li:nth-of-type(2n){
	float: right;
}
.team ul.items li:nth-of-type(2n+1){
	clear: right;
}

.team ul.items li .photo{
	background: white;
	border: 1px solid #D5D5D5;
	padding: 4px;	
	float: left;
	border-radius: 1px;
	margin-right: 14px;
}
.team ul.items li .photo img{
	display: block;
	width: 100%;
}
.team ul.items li .text{
	overflow: hidden;
	font-size: 13px;
	padding-bottom: 5px;
}
.team ul.items li .text p{
	line-height: 1.6;
	margin: 5px 0;
}
.team ul.items li .text .header,
.team ul.items li .text .header a{
	font-size: 19px;
	font-family: Utopia;
	color: #463463;
	display: block;
	text-transform: uppercase;
	line-height: 1;
	font-weight: normal;
	padding-bottom: 13px;
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 13px;	
}
.team ul.items li .text a.header:hover,
.team ul.items li .text .header a:hover{
	color: #c82525;
}

.team ul.items li .text a.details{
	color: #463463;
	font-weight: 500;
	border-bottom: 1px dotted #463463;
}
.team ul.items li .text a.details:hover{
	color: #c82525;
	border-bottom: 0;
}
/*---------------------------------------------------*/
.partner_details{
	position: relative;
}
.partner_details .video{
	background: white;
}
.partner_details .video .text{
	padding: 15px 25px;
}
.partner_details .databox{
	background: #463463;
	color: white;
	width: 248px;
	border-radius: 6px;
	float: right;
	padding: 20px 0;
	margin: 0 0 20px 20px;
	text-align: center;	
}
.partner_details .databox ul.buttons{
	margin: 0 0 15px 0;
}
.partner_details .databox ul.buttons li{
	background: none;
	display: inline-block;
	padding: 0;
	margin: 0 3px;
}
.partner_details .databox ul.buttons a{
	background: #826CA6;
	display: inline-block;
	width: 40px;
	height: 40px;
	border: none;
}
.partner_details .databox ul.buttons a:hover{
	background-color: white;
}
.partner_details .databox a{
	color: #9e8bbd; 
	font-weight: normal;
	border-bottom: 1px dotted #9e8bbd;
}
.partner_details .databox a:hover{
	border-bottom: none;
}
.partner_details .databox .header{
	color: white;
	font-family: "Avenir";
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 0;
}
.partner_details .databox .cv{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #5B477A;
}
/*---------------------------------------------------*/
.team_photo_big{
	margin-top: -50px;
	margin-bottom: 20px;
	max-width: 100%;
}

/*---------------------------------------------------*/
.contact{
	
}
.contact .section_left{
	width: 62.75%;
	float: left;
}
.contact .section_right{
	width: 32%;
	float: right;
}
.contact .section_right img{
	max-width: 100%;
}
.contact .section_header{
	margin-bottom: 30px;
}
.contact p{
	line-height: 1.5;
	margin-bottom: 30px;
}
.contact .header{
	display: block;
	font-weight: bold;
	margin-bottom: 15px;
	color: #463463;
	text-transform: uppercase;
}
.contact a{
	color: #463463;
	font-weight: 500;
	border-bottom: 1px dotted #463463;
}
.contact a:hover{
	color: #c82525;
	border-bottom: 0;
}
/*---------------------------------------------------*/
.dataform{
	
}
.dataform .label{
	margin: 0 0 5px 0;
	color: #463463;
	font-weight: 500;
}
.dataform .field {
	margin-bottom: 15px;
}
.dataform .field:last-child{
	margin-bottom: 0;
}
.dataform .field input[type=text],
.dataform .field input[type=number]{
	border: 3px solid #E4E4E4;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	width: 100%;	
	color: #7a7a7a;
	font-size: 14px;
	box-sizing: border-box;
}
.dataform .field.error input[type=text],
.dataform .field.error input[type=number]{
	border-color: #b90000;
}

.dataform .field select{
	border: 1px solid #D0D0D0;
	padding: 5px 0;
	width: 100%;	
	border: 3px solid #E4E4E4;
	color: #7a7a7a;
	font-size: 14px;
	box-sizing: border-box;
}
.dataform .field.error select{
	border-color: #b90000;
}

.dataform .field textarea{
	border: 3px solid #E4E4E4;
	line-height: 1.3;
	padding: 5px;
	width: 100%;	
	height: 230px;
	color: #7a7a7a;
	font-size: 14px;
	box-sizing: border-box;
}
.dataform .field.error textarea{
	border-color: #b90000;
}

.dataform .field .msg{
	color: #b90000;
	display: block;
	margin-top: 5px;
	font-weight: bold;
	display: none;
}
.dataform .field.error .msg{
	display: block;
}
.dataform .btn_container{
	
}
.dataform .btn_container img{
	vertical-align: middle;
}
.dataform .button1{
	/*height: 44px;
	line-height: 44px;
	border-radius: 20px;*/
}
