@charset "utf-8";
/*
	main styles
	version: 18.02.14
	- reset
	- base style
	- wrap
		- 	SE_header
		- 	SE_promo
		- 	SE_content
		-	SE_sidebarLeft
	- footer
*/

/* reset =================== */
html,body,div,span,
h1, h2, h3, h4,
h5, h6, p, address,
del, em, img, strong,
sub, sup, b, u,
i,  dl, dt, dd,
ol, ul, li, fieldset,
form, label, table, tbody,
tfoot, thead, tr, th,
td, article, aside, canvas,
details, footer,
header, hgroup, nav,
section, time, mark, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, select, button, textarea {
    margin: 0;
    font-size: 100%;
}
input[type=text], input[type=password], textarea {
    padding: 0;
}
input[type=checkbox] {
    vertical-align: bottom;
}
input[type=radio] {
    vertical-align: text-bottom;
}
input:focus, select:focus, button:focus, textarea:focus {
    outline: none;
}
input:invalid {
    outline: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
article, aside, footer, header, hgroup, nav, section {
    display: block;
}
ul {
    list-style:none;
}
del {
    text-decoration: line-through;
}
@font-face {
    font-family: 'arimoregular';
    src: url('../../fonts/arimo-regular.eot');
    src: url('../../fonts/arimo-regular.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/arimo-regular.woff') format('woff'),
    url('../../fonts/arimo-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arimobold';
    src: url('../../fonts/arimo-bold.eot');
    src: url('../../fonts/arimo-bold.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/arimo-bold.woff') format('woff'),
    url('../../fonts/arimo-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arimoitalic';
    src: url('../../fonts/arimo-italic.eot');
    src: url('../../fonts/arimo-italic.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/arimo-italic.woff') format('woff'),
    url('../../fonts/arimo-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arimobold_italic';
    src: url('../../fonts/arimo-bolditalic.eot');
    src: url('../../fonts/arimo-bolditalic.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/arimo-bolditalic.woff') format('woff'),
    url('../../fonts/arimo-bolditalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* base style ----------------------------------------------- */
body, html{
    height: 100%;
}
html {
    overflow-y: scroll;
}
body {
    font: 13px 'arimoregular';
    background: #fff url(../images/bg2.png) repeat-x center 225px;
    color: #292929;
    font-weight: normal;
}
input, select, button, textarea {
    font: 14px 'arimoregular;';
}
label, input[type=button], input[type=submit], button {
    cursor: pointer;
}
a {
    color: #004eae;
    text-decoration: none;
}
/* content -----------------------*/
.content-wrap {
    padding-left: 21px;
	padding-bottom: 30px;
}
.content .invisibleTable, .content .invisibleTable tr, .content .invisibleTable td, .content .invisibleTable th {
	border:0;
	
}

.valignbot td {
 vertical-align:bottom;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase;
}
.content h1 {
    font-family: 'arimobold';
    font-size: 16px;
    margin-bottom: 20px;
    color: #252D7F;
    padding: 14px 21px 12px 21px;
    background: #C4E2FF;
}
.content h2 {
    font-family: 'arimobold';
    font-size: 16px;
    margin-bottom: 22px;
}
.content h3 {
    font-size: 14px;
    margin-bottom: 18px;
}
.content h4 {
    font-size: 12px;
    margin-bottom: 15px;
}
.content h5 {
    font-size: 10px;
    margin-bottom: 10px;
}
.content h6 {
    font-size: 8px;
    margin-bottom: 10px;
}
.list-title {
    font-weight: bold;
    margin-bottom: 6px;
    display: block;
}
.content p {
    line-height: 17px;
    margin-bottom: 14px;
}
.content ul {
    list-style: none;
    margin: 0 15px 14px 18px;
}
.content ul ul {
    margin: 10px 0 15px 25px;
}
.content ol {
    list-style: decimal;
    margin: 0 15px 15px 20px;
}
.content ol ol {
    margin: 10px 0 15px 25px;
}
.content ul li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -18px;
    width: 4px;
    height: 4px;
    background: url(../images/list.png) no-repeat;
}
.content li {
    line-height: 22px;
    position: relative;
}
.content .material {
    margin: 0 0 21px 0;
    padding: 0;
}
.content .material li:before {
    background: none;
}
.content .material li {
    margin: 0 0 2px 0;
    line-height: 36px;
}
.content .material li a {
    text-decoration: underline;
}
.content .material li a:hover {
    text-decoration: none;
}
.material .doc,
.material .pdf,
.material .xls {
    float: left;
    margin-right: 7px;
}
.doc, .pdf, .xls {
    width: 24px;
    height: 34px;
    background: url(../images/materials.png) no-repeat 0 0;
}
.pdf {
    background-position: 0 -38px;
}
.xls {
    background-position: 0 -77px;
}
.content table {
    margin-bottom: 15px;
    font-size: 100%;
    width: auto;
    border: 1px solid #000;
}
.content th,
.content td {
    border: 1px solid #000;
    padding: 4px;
    text-align: left;
}
.content th {
    font-weight: bold;
    text-align: center;
}
.img-group {
    margin: 0 0 15px -14px;
}
.content img {
    margin: 0 0 10px 0;
    padding: 6px;
    /*box-shadow: 0 0 2px #CBC9C9;*/
}
.img-group img {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px 16px;
}
.content img[align=left] {
    margin: 0 10px 20px 0;
    float: left;
}
.content img[align=right] {
    margin: 0 0 10px 20px;
    float: right;
}
.content dl {
    margin: 0 0 15px 0;
}
.content dt {
    font-weight: bold;
    margin-bottom: 2px;
}
.content dd {
    margin-bottom: 5px;
}
blockquote,
i {
    font-family: 'arimoitalic';
}
.content hr {
    height: 1px;
    border: none;
    color: #aaa;
    background: #aaa;
    margin: 10px 0;
    clear: both;
}
/* main-wrap -----------------------*/
.main-wrap {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    min-height: 100%;
    padding-bottom: 314px;
}
/* header ------------------------- */
.header {
    height: 159px;
    position: relative;
}

.header-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
}

.logo {
    position: absolute;
    top: 24px;
    left: 25px;
    width: 144px;
    height: 53px;
}

.header-info {
    position: absolute;
    top: 24px;
    left: 239px;
    width: 620px;
    color: #252D7F;
    text-align: right;
    height: 61px;
    overflow: hidden;
}

.header-info__title {
    font-size: 23px;
    line-height: 42px;
    text-align: left;
    vertical-align: bottom;
    font-weight: normal;
}

.header-info__title > span {
    font-family: 'arimobold';
    display: inline-block;
    vertical-align: bottom;
    font-size: 33px;
    text-align: left;
    text-transform: uppercase;
    font-weight: normal;
    margin-left: 4px;
}

.header-info__date {
    font-family: 'arimobold_italic';
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: normal;
    margin-left: 21px;
    line-height: 17px;
}

.header-info__address {
    font-family: 'arimoitalic';
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: normal;
    line-height: 19px;
    max-width: 400px;
    overflow: hidden;
}

.partner {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 71px;
    height: 90px;
}

.header-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 59px;
    background-color: #252D7F;
}

.main-menu {
    position: absolute;
    top: 0;
    left: 0;
    height: 59px;
    max-width: 950px;
    overflow: hidden;
}

.main-menu__item {
   float: left;
}

.main-menu__link {
    display: block;
    position: relative;
    font-family: 'arimobold';
    padding: 0 20px 0 19px;
    height: 59px;
    line-height: 64px;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    color: #fff;
}

.main-menu__link:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: -1px;
    width: 1px ;
    height: 10px;
    background-color: #434b9e;
}

.main-menu__link:hover,
.active .main-menu__link {
    background: #4953bb;

}

.active .main-menu__link {
    cursor: default;
}

.language {
    position: absolute;
    top: 0;
    right: 20px;
}

.language__item {
    float: left;
    padding: 0 5px;
    margin-left: 10px;
    height: 59px;
    line-height: 59px;
}

.language__link {
    position: relative;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    color: #FFF;
}

.language__link:hover,
.active .language__link {
    text-decoration: underline;
}

.active .language__link {
    cursor: default;
}

/* main-content ------------------------------ */
.main-content {
    position: relative;
    z-index: 1;
}
.main-content:after {
    content: "";
    display: table;
    clear: both;
}
.content__layout {
    float: left;
    width: 715px;
}
/* index ------------------------------ */
.slider {
    padding: 9px;
    position: relative;
    z-index: 1;
    height: 270px;
    margin-bottom: 30px;
    background: #4953bb;
    overflow: hidden;
}

.slider img {
    border: none;
    display: block;
}

.section-layout {
    background: #fff;
    padding: 0 55px 0 20px;
}

.section-layout_inner {
    padding-top: 21px;
}

.section {
    margin-bottom: 6px;
}

.section__title {
    font-family: 'arimobold';
    font-size: 16px;
    text-transform: uppercase;
    color: #252D7F;
    line-height: 1;
    padding: 14px 21px 12px 21px;
    background: #C4E2FF;
    margin-bottom: 13px;
}

.section-wrap {
    padding: 0 0 0 21px;
}

.section_news-item {
    padding: 4px 0 25px 0;
    position: relative;
}

.section_news-item:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 4px;
    background: url(../images/news-line.png) repeat-x;
}

.section_news-item:first-child:before {
    content: "";
    background: none;
}

.section_news-item:first-child + .section_news-item:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 4px;
    background: url(../images/news-line.png) repeat-x;
}

.section-layout_inner .section_news-item {
    margin-bottom: 17px;
}

.data {
    display: block;
    color: #686868;
    font-family: 'arimoitalic';
}

.section__link {
    color: #004eae;
    text-decoration: underline;
}

.section__link:hover {
    text-decoration: none;
}

.section__txt {
    margin-bottom: 11px;
    line-height: 16px;
}

.section__img {
    display: inline-block;
    vertical-align: top;
    padding: 6px;
    box-shadow: 0 0 2px #cbc9c9;
}

.section__img img {
    display: block;
}

.section__img-wrap {
    margin-left: -14px;
}

.section_info .section__img {
    margin: 0 0 10px 16px;
}

.section__title-second {
    font-family: 'arimobold';
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 14px;
    line-height: 20px;
}

/* index ------------------------------ */


/* sidebar ------------------------------ */
.sidebar {
    float: right;
    width: 285px;
    background: #fff;
}

.sidebar-wrap {
    position: relative;
    background: #C4E2FF;
    margin-bottom: 22px;
    padding-bottom: 44px;
}

.sidebar-wrap:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 24px;
    background: url(../images/slider-wrap.png) no-repeat;

}

.sidebar_contacts {
    padding: 14px 20px 0 0;
    margin-bottom: 20px;
    border-bottom: 4px solid #252D7F;
	background-color: #89c6ff;
    font-style: normal;
}

.sidebar_contacts .phone {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #252D7F;
    font-family: 'arimobold';
    letter-spacing: 0.6px;
}

.sidebar_contacts span,
.sidebar_contacts a {
    margin-left: 20px;
    margin-bottom: 12px;
}

.sidebar_contacts .email {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 16px;
    margin: 6px 0 0 31px;
    background: url(../images/email.png) no-repeat;
    text-indent: -999px;
    overflow: hidden;
}

.content-slider {
    position: relative;
	padding: 0 20px;
}

.content-slider__item {
    
    overflow: hidden;
}

.content-slider__header {
    overflow: hidden;
    height: 146px;
}

.content-slider__title {
    font-size: 14px;
    text-transform: uppercase;
    color: #252D7F;
    margin-bottom: 18px;
}

.content-slider__img {
    float: left;
    margin: 0 11px 8px 0;
    width: 104px;
    height: 118px;
    overflow: hidden;
    border: 1px solid #4953BB;
}

.content-slider__info {
    float: left;
    width: 126px;
    font-family: 'arimoitalic';
    margin-top: -3px;
    height: 130px;
    overflow: hidden;
}

.content-slider__info-title {
    display: block;
    font-family: 'arimobold_italic';
    margin-bottom: 13px;
}

.content-slider__txt {
    height: 142px;
    overflow: hidden;
    margin-bottom: 14px;
    line-height: 16px;
}

.content-slider__more {
    position: relative;
}

.content-slider__more-link {
    display: inline-block;
    vertical-align: top;
    background: #C4E2FF;
    font-family: 'arimoitalic';
    font-size: 12px;
    color: #252D7F;
    position: relative;
    padding-right: 13px;
}

.content-slider__more-link:hover {
    text-decoration: underline;
}

.content-slider__more:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    height: 1px;
    background: #252d7f;
}

.content-slider__btn-list {
    position: absolute;
    bottom: -30px;
    right: 20px;
}

.content-slider__btn-right,.content-slider__btn-left,.slidesjs-next,.slidesjs-previous{
    display: inline-block;
    vertical-align: top;
	position: absolute;
    bottom: -30px;
    right: 50px;
    height: 30px;
	text-indent:-9999px;
    width: 30px;
    background: url(../images/btn-slider.png) #FFF no-repeat;
}
.content-slider__btn-right,.slidesjs-next {
	position: absolute;
    bottom: -30px;
    right: 20px;
}


.content-slider__btn-right,.slidesjs-next {
    background-position: -30px 0;
}

.content-slider__btn-left,.slidesjs-previous:hover {
    background-position: 0 -35px;
	background-color: #252d7f;
}

.content-slider__btn-right,.slidesjs-next:hover {
    background-position: -30px -35px;
	background-color: #252d7f;
}

.sidebar-partner {
    margin-bottom: 21px;
}

.sidebar-partner__item {
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #DCDCDC;
}

.sidebar-partner__item span {
    font-family: 'arimoitalic';
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    color: #7e7e7e;
}

.sidebar-menu {
    padding: 5px 23px 0 13px;
}

.sidebar-sub-menu {
    display: none;
    margin: 4px 0 0 38px;
}

.sidebar-sub-menu.active {
    display: block;
}

.sidebar-sub-menu__item {
    line-height: 25px;
}

.sidebar-menu__item.active .sidebar-menu__link {
    background: url(../images/sidebar-menu-active.png) no-repeat #fff 0 center;
	background-size: auto 100%;
    font-family: 'arimobold';
    cursor: default;
    text-decoration: none;
}

.sidebar-menu__link {
    display: block;
    padding: 8px 25px 7px 18px;
    color: #252d7f;
    text-transform: uppercase;
}

.sidebar-menu__link:hover,
.sidebar-sub-menu__link:hover{
    text-decoration: underline;
}

.social__item {
    float: left;
    width: 33px;
    height: 33px;
    margin-left: 2px;
}

.social__item a {
    display: block;
    width: 33px;
    height: 33px;
    background: #a4d3ff;
    color: #252d7f;
    font-size: 12px;
    text-align: center;
    line-height: 35px;
}

.yt a {
     background: url(../images/social-ic.png) no-repeat;
}

.tw a {
    background: url(../images/social-ic.png) no-repeat -35px 0;
}

.hash a {
    padding: 0 10px;
    width: 194px;
    overflow: hidden;
}

.social__item:first-child {
    margin: 0;
}
/* footer =================== */
.footer {
    margin-top: -288px;
    position: relative;
    height: 288px;
    background: url(../images/footer-bg.png) repeat-x #252d7f;
    overflow: hidden;
}
.footer-pos {
    width: 912px;
    position: relative;
    margin: 0 auto;
}

.footer-top {
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    height: 202px;
}

.footer-top_pos {
    margin-left: -38px;
}

.footer-wrap {
    display: inline-block;
    vertical-align: top;
    width: 190px;
    margin-left: 38px;
    color: #6e76c9;
    margin-bottom: 10px;
}

.footer-wrap__title {
    text-transform: uppercase;
    line-height: 22px;
    min-height: 22px;
    border-bottom: 4px solid #6E76C9;
    margin-bottom: 14px;
    font-size: 12px;
}

.footer-menu {
    height: 95px;
}

.footer-menu__link,
.footer-wrap__title-link {
    color: #6e76c9;
    position: relative;
}

.footer-menu__link:hover,
.active .footer-menu__link,
.footer-wrap__title-link:hover,
.active .footer-wrap__title-link{
    color: #fff;
}

.directions {
    position: absolute;
    top: -18px;
    right: -73px;
    width: 54px;
    height: 54px;
}

.directions:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -14px;
    right: -14px;
    background: #252D7F;
}

.directions img {
    position: relative;
    z-index: 1;
    border: 3px solid #4953BB;
}

.footer-bot {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 57px;
    background: #161d61;
    color: #9b9b9b;
}

.footer-logo {
    position: absolute;
    top: 15px;
    left: 0;
    width: 102px;
    height: 29px;
    overflow: hidden;
}

.copy {
    position: absolute;
    top: 22px;
    left: 127px;
    font-size: 11px;
    max-width: 139px;
    overflow: hidden;
    height: 16px;
}

.footer_contacts {
    position: absolute;
    top: 19px;
    left: 233px;
    font-size: 14px;
    font-style: normal;
    max-width: 470px;
    overflow: hidden;
    height: 20px;
}

.footer_contacts span,
.footer_contacts a {
    margin-left: 44px;
}

.footer_contacts .email {
    background: none !important;
    font-size: 12px;
    color: #9b9b9b;
}

.dev {
    position: absolute;
    top: 18px;
    right: 29px;
    width: 150px;
    height: 21px;
    overflow: hidden;
}

.content .noborder,
.content .noborder th,
.content .noborder td
 {
    border: 0;
}
