

/* Start:/local/templates/standart/template_styles.css?14629755298411*/
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top}ul{list-style:none}blockquote,q{quotes:none}table,table td{padding:0;border:none;border-collapse:collapse}img{vertical-align:top}embed{vertical-align:top}article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video{display:block}mark,rp,rt,ruby,summary,time{display:inline}
input::-moz-focus-inner{padding:0;border:0;}:focus{outline: none;}img{vertical-align: top;}

@font-face {
    font-family: "OpenSans";
    src: url("/fonts/OpenSans.ttf");
    url("/fonts/OpenSans.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

h2{
	color: #333333;
	text-transform: uppercase;
	font-size: 22px;
	padding-bottom: 8px;
}

h3{
	font-size: 20px;
	color: #333333;
	text-transform: uppercase;
	padding-bottom: 6px;
}

body{
	font-family: OpenSans, sans-serif;
}

.clear:after, .row:after, .wrapper:after{
	content: '';
	display: block;
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}

.wrapper{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.header-top .wrapper{
    height: 125px;
    display: table;
}

.logo {
    width: 40%;
	display: table-cell;
	vertical-align: middle;
}

.header-nav{
	display: table-cell;
    vertical-align: middle;
}

.header-nav_item{
	float: left;
	position: relative;
    right: -10px;
	margin-left: 1px;
}

.header-nav_item a{
	padding: 15px 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	color: #333333;
	display: block;
}

.header-nav_item.active a, .header-nav_item a:hover{
	background: #0056b4;
	color: #ffffff;
}


.header-bottom {
    background: #f5f5f5;
}

.header-nav_sub {
    width: 40%;
	padding: 20px 0;
}

.nav_sub_item + .nav_sub_item {
    margin-top: 10px;
}

.nav_sub_item {
    width: 100%;
    background: #0056b4;
}
.nav_sub_item.active, .nav_sub_item:hover{
    padding: 0 10px;
    position: relative;
    left: -10px;
    background: #fff;
}
.nav_sub_item a {
    color: #ffffff;
    display: block;
    padding-left: 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    line-height: 60px;
}

.nav_sub_item.active a, .nav_sub_item:hover a {
    color: #333333;
}

.image-block {
    height: 100%;
    position: absolute;
    left: 50%;
}
.image-block img{
    height: 100%;
    width: auto;
}

.section_head {
    height: 32px;
    margin: 45px 0 35px;
}
.section_head:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 32px;
	background-position: center!important;
}
.cup-icon:before {
	background: url(/img/cup.png) no-repeat;
}
.tie-icon:before {
	background: url(/img/tie-icon.png) no-repeat;
}
.planet-icon:before {
	background: url(/img/planet-icon.png) no-repeat;
}
.section_head:after {
    content: '';
    display: block;
    margin: 0 0 0 40px;
    position: relative;
    top: -14px;
    height: 0;
    border-top: 2px solid #cccccc;
}
.section_head h1 {
	display: inline-block;
    padding: 0 15px;
    background: #fff;
    position: relative;
    z-index: 1;
    font-weight: normal;
    line-height: 32px;
	color: #333333;
    text-transform: uppercase;
    font-size: 22px;
}
.section_head h2 {
	display: inline-block;
    padding: 0 15px;
    background: #fff;
    position: relative;
    z-index: 1;
    font-weight: normal;
    line-height: 32px;
}

.advantage_list {
    padding: 0 0 20px 0;
}

.advantage_item{
	width: 20%;
	float: left;
	text-align: center;
}

.advantage_item a{
	color: #333333;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
}

.advantage_image_block {
    width: 120px;
    height: 120px;
    border: 2px solid transparent;
    border-radius: 50%;
    margin: 0 auto;
    display: table;
}
.image_block_center {
    display: table-cell;
    vertical-align: middle;
}
.advantage_title {
    margin-top: 10px;
}
.advantage_item a:hover{
	color: #0056b4;
	font-weight: bold;
}

.advantage_item a:hover .advantage_image_block{
	border-color: #0056b4;
}

.content {
    padding: 2px 0 5px;
}
.content p {
	padding-bottom: 20px;
}

.image_block {
	float: left;
    width: 40%;
    padding: 5px;
    border: 2px solid #cccccc;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.image_block img{
	width: 100%;
}

.text-block{
	width: 60%;
	float: left;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.text-block p{
	line-height: 20px;
	font-size: 14px;
	color: #666666;
}
.text-block p + p{
	margin-top: 20px;
}


.flexslider {
    margin: 55px 0 45px;
    border: 0;
}
.flex-direction-nav a {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 1!important;
}
.flexslider .slides > li {
    text-align: center;
}
.flexslider .slides img {
    width: auto !important;
	margin: 0 auto;
}

.flexslider:hover .flex-direction-nav .flex-next, .flex-direction-nav .flex-next {
    opacity: 1;
    right: -30px;
}
.flexslider:hover .flex-direction-nav .flex-prev, .flex-direction-nav .flex-prev  {
    opacity: 1;
    left: -30px;
}
.flex-direction-nav a {
    width: 30px;
    height: 60px;
	font-size: 0px;
	margin: -30px 0 0 0;
}
.flex-direction-nav a:before{
	content: ''!important;
	height: 60px;
	width: 30px;
}
.flex-prev:before{
	background: url(/img/prev.png) no-repeat;
}
.flex-next:before{
	background: url(/img/next.png) no-repeat;
}
.flex-prev.flex-disabled:before{
	background: url(/img/prev-dis.png) no-repeat;
}
.flex-next.flex-disabled:before{
	background: url(/img/next-dis.png) no-repeat;
}

.footer-info{
	background: #f5f5f5;
	padding: 30px 0;
}
.footer_contacts{
	width: 80%;
	color: #333333;
}
.contacts_block {
    line-height: 1.2;
}
.footer-nav{
	width: 20%;
}

.row{
	margin-top: 20px;
}

.row_title{
	width: 140px;
	float: left;
	font-size: 14px;
	font-weight: bold;
}
.row_content{
	width: 620px;
	float: left;
	font-size: 16px;
}

.map a {
    color: #0056b4;
    text-decoration: none;
    border-bottom: 1px dotted;
    font-size: 14px;
}

.map:before {
    content: '';
	display: inline-block;
	height: 13px;
	width: 10px;
	margin-right: 5px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAANCAMAAACn6Q83AAAAVFBMVEUAVrQAVrQAVrQAVrQAVrQAVrQAVrQAVrQAVrQAVrQAVrQAVrQAVrQAVrQAVrQAVrQAVrQAVrQAVrQAVrQAVrQAVrQAVrQAVrQAVrQAVrQAVrQAVrTRLDWWAAAAG3RSTlMAChESLC1MTU9ub3Z3eISPoL7X5+7x8vP5+/7hzuNZAAAAW0lEQVR42jXLSQKDIBQE0VKciBOYqGjf/55+0bxVLbqBNu57bDCTsgkaJe9Kn9QS9cEMimxyGKeN7z9/hGfQK1AfyZd2OyqYlc1Asdy1FJhqldaarDvPjtc4Yi7JIwXkoWXeEAAAAABJRU5ErkJggg==) no-repeat;
}
.footer-nav_list {
    border-left: 2px solid #ccc;
    margin-left: 20px;
}
.footer-nav_item {
    margin-left: 35px;
}
.footer-nav_item + .footer-nav_item{
	margin-top: 23px;
}

.footer-nav_item a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    color: #333333;
    display: block;
    line-height: 1;
}
.footer-nav_item a:hover, .footer-nav_item.active a {
    color: #0056b4;
}

.copyright{
	padding: 4px 0;
}
.copyright, .copyright a{
	color: #999999;
	font-size: 14px;
	text-decoration: none;
}
.content-wrapper {
	padding-bottom: 30px;
}
.content-404 {
	min-height: 400px;
}
.content-wrapper a {
	color: #0056b4;
}
.content-wrapper a:hover {
	text-decoration: none;
}
#contacts-map {
	height: 400px;
}
h1 {
    color: #333333;
    text-transform: uppercase;
    font-size: 26px;
	padding-bottom: 10px;
}
h4 {
    font-size: 18px;
	color: #333333;
	padding-bottom: 4px;
}
h5 {
    font-size: 16px;
	color: #333333;
	padding-bottom: 2px;
}
.content ul li {
	padding-left: 20px;
    background: url('/img/dot.png') 7px 8px no-repeat;
}
.content ul {
	padding-bottom: 10px;
}
.content ol {
	padding-left: 30px;
    padding-bottom: 10px;
}
.advantage_item span {
	color: #0056b4;
	font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}
/* End */
/* /local/templates/standart/template_styles.css?14629755298411 */
