/* Базовые установки */
body {
    font: normal 12px/16px Arial;
}

a {
    color: #2a4b88;
}

a:hover {
    text-decoration: none;
}

a[href$="pdf"]:before {
    background: url(/static/img/links_to_pdf.png) 0% 0% no-repeat;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 42px;
    margin-right: 8px;
}

h1 {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 20px 0;
    clear: both;
}

h2 {
    font-size: 20px;
    line-height: 21px;
    margin: 20px 0 15px 0;
    clear: both;
}

h3 {
    font-size: 18px;
    line-height: 19px;
    color: #004c81;
    margin: 20px 0 15px 0;
    clear: both;
}

h4 {
    font-size: 16px;
    line-height: 17px;
    margin: 20px 0 15px 0;
    clear: both;
}

h5 {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 10px;
    clear: both;
}

h6 {
    margin-bottom: 5px;
    clear: both;
}

.last {
    border-right: none !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.last2 {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

.nobg {
    background: none !important;
}

.hide {
    display: none;
}

.nomargintop {
    margin-top: 0 !important;
}

.nopaddingtop {
    padding-top: 0 !important;
}

strong,b {
    font-weight: bold;
    color: #362f2d;
}

em,i,address {
    font-style: italic;
}

input[type="checkbox"] {
    vertical-align: top;
}

input[type="text"],
input[type="email"],
input[type="phone"] {
    height: 15px;
    padding: 5px;
    width: 370px;
    border: 1px solid #b9b9b9;
    background: url(/static/img/inner-inputshadow.png) top left repeat-x;
}

textarea {
    width: 370px;
    padding: 5px;
    height: 130px;
    background: url(/static/img/inner-inputshadow.png) top left repeat-x;
    border: 1px solid #b9b9b9;
}

input.error,
textarea.error {
    border: 1px solid red;
}

#all-menu-hover {
    background: #000;
    height: 22px;
    line-height: 22px;
    position: absolute;
}

.textblock {
    margin-bottom: 20px;
}

.imageblock {
    border: 4px solid #fff;
    -webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    2px 2px 5px rgba(50, 50, 50, 0.75);
    box-shadow:         2px 2px 5px rgba(50, 50, 50, 0.75);
    display: inline-block;
    position: relative;
    overflow: hidden;
    behavior: url(/static/js/PIE.htc);
}

.imageblock .zoom {
    background: url(/static/img/zoom.png);
    width: 32px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.imageblock img {
    display: block;
    float: left;
}

.image-left {
    margin: 0 15px 15px 0;
    float: left;
}

.image-right {
    float: right;
    margin: 0 0 15px 15px;
}

.image-center {
    display: block;
    margin: 15px auto;
    text-align: center;
}

p {
    margin-bottom: 10px;
}

table {
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 95%;
}

table th,
table td {
    border-left: 1px solid #dddddd;
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

table tr:hover {
    background: #ffffe1;
}

table th {
    font-weight: bold;
}

table thead th {
    vertical-align: bottom;
    background: #F9F9F9;
}

table caption + thead tr:first-child th,
table caption + tbody tr:first-child th,
table caption + tbody tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + tbody tr:first-child th,
table colgroup + tbody tr:first-child td,
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
    border-top: 0;
}

table thead:first-child tr:first-child > th:first-child,
table tbody:first-child tr:first-child > td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}

table thead:first-child tr:first-child > th:last-child,
table tbody:first-child tr:first-child > td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}

table thead:last-child tr:last-child > th:first-child,
table tbody:last-child tr:last-child > td:first-child,
table tfoot:last-child tr:last-child > td:first-child {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
}

table thead:last-child tr:last-child > th:last-child,
table tbody:last-child tr:last-child > td:last-child,
table tfoot:last-child tr:last-child > td:last-child {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
}

table tfoot + tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
}

table tfoot + tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
}

table caption + thead tr:first-child th:first-child,
table caption + tbody tr:first-child td:first-child,
table colgroup + thead tr:first-child th:first-child,
table colgroup + tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}

table caption + thead tr:first-child th:last-child,
table caption + tbody tr:first-child td:last-child,
table colgroup + thead tr:first-child th:last-child,
table colgroup + tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}

/* Кнопки и стрелки */
.button-2 {
    background: url(/static/img/button2-left.png) top left no-repeat;
    border: none;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}

.button-2 span {
    background: url(/static/img/button2-right.png) top right no-repeat;
    padding: 2px 10px 4px 5px;
    margin-left: 5px;
    display: block;
}

.button-1 {
    background: url(/static/img/button-left.png) top left no-repeat;
    border: none;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 14px;
}

.button-1 span {
    background: url(/static/img/button-right.png) top right no-repeat;
    padding: 4px 30px 6px 5px;
    margin-left: 5px;
    display: block;
}

.gallery {
    position: relative;
}

.scrollable {
    overflow: hidden;
    position: relative;
}

.scrollable .items {
    white-space: nowrap;
    width: 30000px;
    position: relative;
}

.scrollable .items .row {
    display: block;
    float: left;
}

.scrollable .items .row .item {
    float: left;
}


.gallery .prev {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    cursor: pointer;
}

.gallery .next {
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    cursor: pointer;
}

/* Основные стили */
#all {
    /*width: 1000px;*/
    /*margin: 0 auto;*/
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
}

.nav-background {
  background: #ebebeb url(/static/img/slider-bg.png) bottom left repeat-x;
}
.nav-background-header {
  background-size: cover;
  background: #efefef url(/static/img/header-bottom.png) left bottom repeat-x;
}

/*
    Header
*/

.header {
    position: absolute;
    left: 0;
    right: 0;
    background-size: cover;
}

.all-head {
    position: relative;
}


.all-head-top {
    height: 37px;
    background: #efefef url(/static/img/header-bottom.png) left bottom repeat-x;
    position: relative;
    margin-bottom: -2px;
    z-index: 10;
}

.all-head-top .language-select {
    position: absolute;
    top: 10px;
    left: 450px;
    vertical-align: top;
}

.all-head-top .language-select .language-title{
      top: 0px;
      left: 19px;
      position: absolute;
}

.all-head-top .menu {
    position: absolute;
    top: 10px;
    left: 40px;
    vertical-align: top;
}

.all-head-top .menu .item {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.all-head-top .menu .item-label {
    color: #2a4b88;
    text-decoration: underline;
    cursor: pointer;
}
.all-head-top .menu .item-label:hover {
    text-decoration: none;
}
.all-head-top .menu .item-field {
    position: fixed;
    left: 100%;
}
.all-head-top .menu .item-field:checked + .menu-group {
    display: block;
}
.all-head-top .menu .menu-group {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 5px;
    margin-left: -10px;
    padding-top: 10px;
    background: #efefef url(/static/img/header-bottom.png) left bottom repeat-x;
}
.all-head-top .menu .menu-group-item {
    white-space: nowrap;
    display: block;
    margin: 8px 10px;
    margin-top: -4px;
}

.all-head-top .contact {
    color: #2b2f71;
    font-weight: normal;
    position: absolute;
    bottom: -24px;
    right: -30px;
    font-size: 17px;

    width: 167px;
    padding-bottom: 14px;
    height: 26px;
    background: url(/static/img/header-phonebg_2.png) bottom right no-repeat;
    z-index: 11;
}

.all-head-top .search {
    position: relative;
    left: 550px;
    top: 7px;
    position: absolute;
}

.all-head-top .search .search-icon {
    background: url(/static/img/search.png);
    width: 14px;
    height: 15px;
    position: absolute;
    top: 3px;
    left: 6px;
}

.all-head-top .search input {
    border: 1px solid #6e6e6e;
    height: 14px;
    width: 150px;
    padding: 2px 5px 3px 25px;
    display: inline-block;
    margin-right: 2px;
    background: #fff;
}

.all-head-top .user {
}

.all-head-top .user .item {
    display: inline-block;
    margin-right: 10px;
}


.all-head-bot {
    overflow: hidden;
    height: 275px;
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.all-headin  .all-head-bot .all-head-banner .over {
    position: relative;
    position: absolute;
    top: 100px;
    left: 230px;
    width: 450px;
    font-family: 'PT Sans';
    overflow: hidden;
}

.all-headin .all-head-bot .all-head-banner .over h1 {
    margin-bottom: 10px;
    font-size: 26px;
}

.all-headin .all-head-bot .all-head-banner .over .text {
    font-size: 18px;
    line-height: 19px;
}

.all-headin .all-head-bot .all-head-banner .over .slogan {
    height: 100px;
}

.all-head-bot .all-head-logo {
    top: 100px;
    left: 40px;
    position: absolute;
    z-index: 6;
}

/*
    Header на внутренних страницах, кое-чего переопределяем
*/
.all-headin {

}

.all-headin .all-head-bot {
    height: 133px;
}

.all-headin .all-head-bot .all-head-banner .over {
    top: 40px;
}

.all-headin  .all-head-logo {
    top: 20px;
}

.all-breadcrumbs {
    width: 100%;
    margin-bottom: 20px;
    min-height: 16px;
    font-size: 14px;
}

.all-breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
}

.all-breadcrumbs li a {
    color: #5c5c5c;
}

.all-breadcrumbs li span {
    color: #004c81;
}

.all-breadcrumbs li:before {
    /*
    content: '→';
    content: '/';
    content: '>';
    */
    background: url(/static/img/arrows-5.png);
    height: 8px;
    width: 5px;
    display: inline-block;
    content: ' ';
    margin: 0 10px;
    vertical-align: middle;
}

.all-breadcrumbs li:first-child:before {
    display: none;
}

/*
    Наше большое меню
*/
.all-menu {
    margin-bottom: 30px;
    position: relative;
    padding: 10px 19px 25px 19px;
}

.all-menu-head {
    border: 1px solid #000;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    white-space: nowrap;
}

.all-menu-head .column {
    display: inline-block;
}

.all-menu-head .column a {
    color: #555555;
    text-decoration: none;
    font-size: 16px;
    display: block;
    padding: 10px 0 10px 20px;
    background: #f1f2f2;
    width: 220px;
    font-family: 'PT Sans';
}

.all-menu-head .now {
}

.all-menu-head .now a {
    color: #fff;
    background: #6e6e6e;
}

.all-menu-blocks {
    background: #f1f2f2;
    margin: 25px 1px 0 1px;
    height: 151px;
    position: relative;
    background: url(/static/img/slider-tile.png) 0 0 repeat-y;
}

.all-menu .all-menu-slide {
    display: block;
    width: 93px;
    height: 21px;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 11px;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -47px;
    z-index: 10;
    background: url(/static/img/slider-slide.png);
}

.all-menu-blocks:before {
    display: block;
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: url(/static/img/slider-top.png);
}

.all-menu-blocks:after {
    display: block;
    position: absolute;
    content: ' ';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 76px;
    background: url(/static/img/slider-bottom.png);
}

.all-menu-blocks .corner {
    background: url(/static/img/slider-corners.png);
    width: 17px;
    height: 64px;
    position: absolute;
    display: block;
    z-index: 1000;
}

.all-menu-blocks .corners-tl {
    top: 1px;
    left: 1px;
}

.all-menu-blocks .corners-tr {
    top: 1px;
    right: 1px;
    background-position: -17px 0;
}

.all-menu-blocks .corners-bl {
    bottom: 1px;
    left: 1px;
    background-position: 0 -64px;
}

.all-menu-blocks .corners-br {
    bottom: 1px;
    right: 1px;
    background-position: -17px -64px;
}

.all-menu-blocks .block {
    width: 237px;
    height: 100%;
    margin-right: 3px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    z-index: 2;
}

.all-menu-blocks .block .prev {
    width: 17px;
    height: 8px;
    background: url(/static/img/arrows-1.png);
    position: absolute;
    top: -17px;
    left: 50%;
    margin-left: -9px;
    display: block;
    cursor: pointer;
}

.all-menu-blocks .block .prev.disabled {
    background: url(/static/img/arrows-1.png) -17px 0;
    cursor: default;
}

.all-menu-blocks .block .next {
    width: 17px;
    height: 8px;
    background: url(/static/img/arrows-1.png) 0 -8px;
    bottom: -17px;
    left: 50%;
    margin-left: -9px;
    position: absolute;
    display: block;
    cursor: pointer;
}

.all-menu-blocks .block .next.disabled {
    background: url(/static/img/arrows-1.png) -17px -8px;
    cursor: default;
}

.all-menu-blocks .block a {
    color: #000;
    text-decoration: none;
}

.all-menu-blocks .block .item {
    padding: 0 20px;
    position: relative;
    font-size: 12px;
    line-height: 22px;
    border-top: 1px #cccccc dashed;
    margin-top: -1px;
}

.all-menu-blocks .block .item-special {
    padding-left: 30px;
}

.all-menu-blocks .block .item-type1 {
    background: #b4b4b4;
}

.all-menu-blocks .block .item-type2 {
    background: #6e6e6e;
}

.all-menu-blocks .block .item-type2 a,
.all-menu-blocks .block .item-type1 a {
    color: #fff;
}

.all-menu-blocks .block .item-type1:before,
.all-menu-blocks .block .item-type2:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 3px;
    width: 8px;
    height: 15px;
    background: url(/static/img/arrows-3.png);
}

.all-menu-blocks .block .item-type1:before {
    left: 5px;
}

.all-menu-blocks .block .item-type2:before {
    right: 5px;
}

.all-menu-blocks .block .vscrollable {
    overflow: hidden;
    position: relative;
    height: 132px;
    margin: 9px 0 9px 1px;
}

.all-menu-blocks .block .vscrollable .items {
    position: relative;
    height: 30000px;
}

.all-menu-blocks .block-last {
    border-right: 0;
}

/*
    Типографика? Hiii
*/
.all-content {
}

.all-content p,
.in-content p {
    margin-bottom: 10px;
}

.in-content ol {

}

.in-content ol li {
    list-style-position: outside;
    list-style-type: decimal;
    margin-left: 30px;
    margin-bottom: 10px;
}


/*
    Контент на главной
*/
.main-content {

}

.main-content {

}

/*
    Блоки на главной
*/
.shadow-cell {
    background:
    url(/static/img/shadow-tl.png) 0% 0% no-repeat,
    url(/static/img/shadow-tr.png) 100% 0% no-repeat,
    url(/static/img/shadow-bl.png) 0% 100% no-repeat,
    url(/static/img/shadow-br.png) 100% 100% no-repeat,
    url(/static/img/shadow-tc.png) 0% 0% repeat-x,
    url(/static/img/shadow-bc.png) 0% 100% repeat-x,
    url(/static/img/shadow-ml.png) 0% 0% repeat-y,
    url(/static/img/shadow-mr.png) 100% 0% repeat-y,
    url(/static/img/shadow-cell-top.png) 0% 0% no-repeat,
    url(/static/img/shadow-cell-left.png) 0% 0% repeat-y,
    url(/static/img/shadow-cell-right.png) 100% 0% repeat-y,
    #ffffff;
    padding: 20px 30px;

    -pie-background:
    url(/static/img/shadow-tl.png) 0% 0% no-repeat,
    url(/static/img/shadow-tr.png) 100% 0% no-repeat,
    url(/static/img/shadow-bl.png) 0% 100% no-repeat,
    url(/static/img/shadow-br.png) 100% 100% no-repeat,
    url(/static/img/shadow-tc.png) 0% 0% repeat-x,
    url(/static/img/shadow-bc.png) 0% 100% repeat-x,
    url(/static/img/shadow-ml.png) 0% 0% repeat-y,
    url(/static/img/shadow-mr.png) 100% 0% repeat-y,
    url(/static/img/shadow-cell-top.png) 0% 0% no-repeat,
    url(/static/img/shadow-cell-left.png) 0% 0% repeat-y,
    url(/static/img/shadow-cell-right.png) 100% 0% repeat-y,
    #ffffff;
    behavior: url(/static/js/PIE.htc);
}
.shadow {
    background:
    url(/static/img/shadow-tl.png) 0% 0% no-repeat,
    url(/static/img/shadow-tr.png) 100% 0% no-repeat,
    url(/static/img/shadow-bl.png) 0% 100% no-repeat,
    url(/static/img/shadow-br.png) 100% 100% no-repeat,
    url(/static/img/shadow-tc.png) 0% 0% repeat-x,
    url(/static/img/shadow-bc.png) 0% 100% repeat-x,
    url(/static/img/shadow-ml.png) 0% 0% repeat-y,
    url(/static/img/shadow-mr.png) 100% 0% repeat-y,
    #ffffff;
    padding: 10px;
    margin: 20px 0px;

    -pie-background:
    url(/static/img/shadow-tl.png) 0% 0% no-repeat,
    url(/static/img/shadow-tr.png) 100% 0% no-repeat,
    url(/static/img/shadow-bl.png) 0% 100% no-repeat,
    url(/static/img/shadow-br.png) 100% 100% no-repeat,
    url(/static/img/shadow-tc.png) 0% 0% repeat-x,
    url(/static/img/shadow-bc.png) 0% 100% repeat-x,
    url(/static/img/shadow-ml.png) 0% 0% repeat-y,
    url(/static/img/shadow-mr.png) 100% 0% repeat-y,
    #ffffff;
    behavior: url(/static/js/PIE.htc);
}
.main-text {
    line-height: 1.5;
    padding: 15px 30px;
    background:
    url(/static/img/main-text_right.png) 100% 0% no-repeat,
    url(/static/img/main-text_top.png) 0% 0% no-repeat,
    url(/static/img/main-text_bg-left.png) 0% 0% repeat-y,
    url(/static/img/main-text_bg-right.png) 100% 0% repeat-y;

    -pie-background:
    url(/static/img/main-text_right.png) 100% 0% no-repeat,
    url(/static/img/main-text_top.png) 0% 0% no-repeat,
    url(/static/img/main-text_bg-left.png) 0% 0% repeat-y,
    url(/static/img/main-text_bg-right.png) 100% 0% repeat-y;
    behavior: url(/static/js/PIE.htc);
}
.main-text > p {
    margin: 10px 0 0 0;
}
.main-text > p:first-child {
    margin: 0;
}
.caption {
    margin: 0 0 10px 0;
    line-height: 1.2;
    background: url(/static/img/bg_title.png) 0% 50% no-repeat;
    padding-left: 15px;
    margin-left: -15px;
}

.main-blocks {
    display: table;
    width: 100%;
    margin: 20px 0px;
    position: relative;
}

.main-blocks > .shadow-cell {
    display: table-cell;
    vertical-align: top;
    width: 33%;
}

.main-blocks > .shadow-cell > h4 {
    margin: 0;
    margin-bottom: 10px;
}
.main-blocks > .shadow-cell > h5 {
    clear: none;
}

.main-blocks > .shadow-cell > .img {
    float: left;
    margin: 3px 10px 5px 0;
}
.main-blocks > .shadow-cell > .text {
    padding-bottom: 30px;
}
.main-blocks > .shadow-cell > .text:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}
.main-blocks > .shadow-cell > .more {
    position: absolute;
    bottom: 20px;
}


/*
    Контент на внутренних
*/
.in-content {
    position: relative;
    width: 977px;
    margin: 0 0 22px 11px;
    background: url(/static/img/innerbg-tail.png) top left repeat-y;
}

.in-content-top-without-logo {
    background: url(/static/img/innerbg-top-without-logo.png) no-repeat;
    padding: 28px 30px 30px 40px;
    width: 907px;
    overflow: hidden;
}

.in-content-top {
    background: url(/static/img/innerbg-top.png) no-repeat;
    padding: 28px 30px 30px 40px;
    width: 907px;
    overflow: hidden;
}

.in-content:after {
    background: url(/static/img/innerbg-bottom.png) no-repeat;
    width: 977px;
    height: 22px;
    position: absolute;
    bottom: -22px;
    left: 0;
    display: block;
    content: ' ';
}

.in-content .content-title {
    color: #004c81;
    margin-bottom: 30px;
    margin-top: -3px;
}

.in-content .content-undertitle {
    margin-top: -25px;
    margin-bottom: 30px;
    color: #6f6f6f;
    font-size: 12px;
}

.in-content .content-undertitle a {
    color: #6f6f6f;
}

.in-content .content-title-type2 {
    color: #004c81;
    margin: 40px -21px 30px -31px;
    padding: 15px 0 0 31px;
    border-top: 1px solid #cecece;
}

.in-content .content-title-type3 {
    width: 790px;
    margin-top: -3px;
    margin-left: -20px;
    padding-left: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid red;
}

.in-content ul {

}

.in-content ul li {
    background: url(/static/img/bullit.png) 0 3px no-repeat;
    list-style-position: inside;
    margin-left: 15px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.in-content-body {
    width: 645px;
    margin-right: 40px;
    display: inline-block;
    vertical-align: top;
}

.in-content-aside {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin-top: 130px;
}

.in-content-aside .banner {
    margin-bottom: 50px;
}

.in-content-aside .contact {
    text-align: center;
    height: 251px;
    padding: 25px 15px;
    margin-bottom: 50px;
    overflow: hidden;
    background: url(/static/img/contactbg.png);
}

.in-content-aside .contact .header {
    margin-bottom: 40px;
}

.in-content-aside .contact .body {
    font-size: 18px;
    line-height: 19px;
}

.in-content-aside .contact .body div {
    margin-bottom: 20px;
}

.in-content-aside .contact .body .position {
    color: #fff;
}

.in-content .gallery-1 {
    background: url(/static/img/gallerybg.png);
    width: 680px;
    height: 120px;
    padding: 18px 0 22px 0;
    margin: 20px 0 10px -10px;
}

.in-content .gallery-1 .scrollable {
    width: 570px;
    margin-left: 60px;
}

.in-content .gallery-1 .scrollable .item {
    margin-right: 45px;
}

.in-content .gallery-1 .prev {
    background: url(/static/img/arrows-4.png) 0 -25px;
    width: 12px;
    height: 25px;
    left: 22px;
    margin-top: -12px;
}

.in-content .gallery-1 .prev.disabled {
    background-position: 0 0;
}

.in-content .gallery-1 .next {
    background: url(/static/img/arrows-4.png) -12px -25px;
    width: 12px;
    height: 25px;
    margin-top: -12px;
    right: 20px;
}

.in-content .gallery-1 .next.disabled {
    background-position: -12px 0;
}

.in-content .gallery-2 {
    background: url(/static/img/gallerybg-2.png);
    width: 907px;
}

.in-content .gallery-2 .scrollable {
    width: 765px;
    margin-left: 71px;
}

.in-content .gallery-3 {
    background: #cacbdb;
    width: 460px;
    padding: 3px 0;
}

.in-content .gallery-3 .scrollable {
    width: 410px;
    margin-left: 30px;
}

.in-content .gallery-3 .scrollable .item {
    margin-right: 20px;
}

.in-content .gallery-3 .prev {
    background: url(/static/img/arrows-6.png);
    width: 9px;
    height: 16px;
    left: 10px;
    margin-top: -8px;
}

.in-content .gallery-3 .next {
    background: url(/static/img/arrows-6.png) -9px 0;
    width: 9px;
    height: 16px;
    margin-top: -8px;
    right: 10px;
}

/*
    Конкретные части
*/
.contacts {
    font-size: 16px;
    line-height: 16px;
}

.vacancy {

}

.vacancy .list {
    margin-bottom: 20px;
}

.vacancy .list li {
    background: none;
    padding-left: 0;
}

.vacancy .descgroup {
    margin-bottom: 20px;
}

.vacancy .career {
    margin-left: -80px;
}

.story {

}

.story .inproject {
    color: #414141;
}

.story .inproject .title {
    background: url(/static/img/inner-projectshadow.png) no-repeat;
    color: #004C81;
    padding: 10px 10px 15px 10px;
    margin-left: -10px;
}

.story .inproject .descgroup {
    margin-bottom: 15px;
    line-height: 16px;
}

.story .inproject .descgroup-title {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.story .title-1 {
    background: none;
    padding-left: 3px;
}

.story .title-2 {
    background: #eeeeee;
    padding-left: 3px;
    margin-top: 25px;
}

.story .incut {
    background: url(/static/img/inner-incut.png);
    height: 44px;
    padding: 20px 30px;
    overflow: hidden;
    margin: 20px 0;
}

.story .incut .line-1 {
    font-size: 17px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.story .incut .line-1 .special {
    font-family: 'PT Sans';
    font-size: 19px;
    color: #2a5c8b;
    margin-left: 15px;
    display: inline-block;
}

.story .incut .line-2 {

}


.news .list {
    margin: 0 -21px 0 -31px;
    padding: 20px 0 20px;
    border-bottom: 1px solid #cecece;
}

.news .list .block {
    padding: 20px 21px 20px 31px;
    position: relative;
}

.news .list .block .img {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    width: 160px;
    text-align: center;
}

.news .list .block .content {
    vertical-align: top;
    display: inline-block;
    position: relative;
    width: 650px;
}

.news .list .block .title {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 10px;
}

.news .list .block .text {
    margin-bottom: 20px;
}

.news .list .block .date {
    color: #004c81;
    display: inline-block;
    border-top: 1px solid #cecece
}

.news .list .block .more {
    position: absolute;
    right: 0;
    bottom: -3px;
}


.news .list .special {
    background: #cccddd;
}

.pager {
    text-align: center;
    margin: 15px auto -10px auto;
    padding: 0;
}

.pager li {
}

.pager li a {
    color: #5c5c5c;
}

.pager .page {
    background: url(/static/img/inner-pager.png);
    width: 15px;
    height: 15px;
    padding: 3px;
    margin: 0 5px;
    display: inline-block;
}

.pager .page a {
    text-decoration: none;
}

.pager .now {
    background-position: 0 -21px;
    color: red;
}

.pager .all {
    display: inline-block;
}

.stories {

}

.stories .list {
    margin: 0 -21px 0 -31px;
    padding: 20px 0 0 0;
}

.stories .list .block {
    padding: 20px 21px 20px 31px;
    position: relative;
    border-bottom: 1px solid #cecece;
}

.stories .list .block .title {
    font-size: 20px;
    margin-bottom: 10px;
}

.stories .list .block .text {
    margin-bottom: 20px;
}

.stories .list .block .date {
    color: #6f6f6f;
    margin-bottom: 10px;
}

.stories .list .block .gallery-3 {
    margin-bottom: 10px;
}

.stories .list .block .more {
    margin-left: 540px;
    margin-top: -5px;
}

.stories .list .last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: -30px;
}

.search {
}

.search .result {
    display: block;
    margin-top: 25px;
}

.search .result:first-child {
    border: 1px solid red;
}

.search .result span {
    color: #ccc;
}

.search .truncated {
    margin-top: 20px;
    font-style: italic;
}

.form {

}

.form .line {
    margin-bottom: 15px;
    width: 725px;
}

.form .line label {
    width: 340px;
    padding: 5px 0 0 0;
    display: inline-block;
    vertical-align: top;
}

.form .line input,
.form .line textarea {
    vertical-align: top;
}

.form .send {
    text-align: right;
}

.form2 {
    margin-top: 20px;
}

.form2 .line {
    width: 485px;
}

.form2 .line label {
    width: 100px;
}

/*
    Footer
*/

.footer {
    position: absolute;
    left: 0;
    right: 0;
    background: url(/static/img/footer-tail.png) top left no-repeat;
    margin-bottom: 0px;
    background-size: cover;
}

.all-foot {
    /*margin-top: 40px;*/
    padding-bottom: 15px;
    position: relative;
    font-size: 11px;
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 1000px;
}

.all-foot .social {
    top: 20px;
    left: 40px;
    position: absolute;
}

.all-foot .social .item {
    display: inline-block;
    margin-right: 15px;
}

.all-foot .social .item .rss {
    width: 25px;
    height: 25px;
}

.all-foot .social .item .facebook {
    width: 12px;
    height: 25px;
    background-position: -45px 0;
}

.all-foot .social .item .twitter {
    width: 25px;
    height: 25px;
    background-position: -76px 0;
}

.all-foot .social .item .gplus {
    width: 27px;
    height: 25px;
    background-position: -113px -1px;
}

.all-foot .copy {
    padding: 60px 0 0 40px;
    font-size: 12px;
}

.all-foot .designby {
    position: absolute;
    top: 60px;
    right: 25px;
}

.all-foot .menu {
    top: 20px;
    right: 25px;
    position: absolute;
}

.all-foot .menu li {
    display: inline-block;
    margin-left: 20px;
}
