@import "reset.css";
@import "content.css";
@import "form.css";

/**
 * Intecmedia HTML Reset
 *
 * @copyright 2011 IntecMedia (http://www.intecmedia.ru)
 * @license public domain
 */

html {
    background: url(../image/background.png) repeat;
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

html, body {
    height: 100%;
    min-height: 100%;
}

input, texarea {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

#wrapper {
    height: 100%;
    min-height: 100%;
}

#container {
    height: 100%;
    min-height: 100%;
    height: auto !important;
    position: relative;
    min-width: 1000px;
    overflow: hidden;
}

#main {
    width: 1000px;
    margin: 0 auto;
}

#empty {
    height: 146px;
    clear: both;
}

a {
    color: #3d94ff;
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    color: #331dd4;
    text-decoration: none;
}

a:focus {
    outline: none;
}

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

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

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

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

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

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

/* header */
header {
    height: 140px;
    background: url(../image/header.png) repeat-x;
    min-width: 1000px;
    position: relative;
    z-index: 2;
}

header .header-line {
    height: 13px;
    width: 100%;
    background: url(../image/header-line.png) repeat-x;
    position: absolute;
    left: 0;
    bottom: -13px;
}

header .header-block {
    width: 1000px;
    height: 140px;
    position: relative;
    margin: 0 auto;
}

header .logo {
    display: block;
    width: 181px;
    height: 131px;
    position: absolute;
    left: 10px;
    top: 11px;
    overflow: hidden;
    background: url(../image/logo.png) no-repeat;
    font-size: 0;
    text-indent: -1000px;
}

header .header-top {
    width: 767px;
    height: 51px;
    position: absolute;
    left: 213px;
    top: 0;
    background: url(../image/border-1.png) 0 100% repeat-x;
}

header .icons {
    width: 470px;
    height: 16px;
    position: absolute;
    top: 16px;
    left: 0;
}

header .icons a {
    color: #8d8d8d;
    font-size: 10px;
    line-height: 16px;
    display: inline-block;
    height: 15px;
    text-decoration: underline;
    padding: 1px 0 0 27px;
    background: url(../image/icons.png) no-repeat;
    vertical-align: top;
}

header .icons a:hover {
    text-decoration: none;
}

header .icons a.home {
    background-position: 0 0;
}

header .icons a.mail {
    background-position: 0 -29px;
}

header .icons a.map {
    background-position: 0 -56px;
}

header .icons .border {
    display: inline-block;
    vertical-align: top;
    height: 16px;
    width: 1px;
    background: url(../image/border-2.png) repeat-y;
    margin: 0 10px;
}

header .icons .lang {
    width: 40px;
    height: 24px;
    margin-top: -2px;
    padding: 0;
    background: none;
    font-family: 'elektra_light_proregular';
    font-size: 14px;
    line-height: 25px;
    text-decoration: none;
    text-align: center;
}

header .icons .lang.active {
    background: url(../image/code.png) no-repeat;
    color: #fff;
}

header .icons .lang.first {
    margin-left: 40px;
}

header .cabinet {
    height: 35px;
    width: 225px;
    left: 499px;
    top: 9px;
    position: absolute;
    background: url(../image/cabinet.png) no-repeat;
    padding: 5px 0 0 43px;
}

header .cabinet-head {
    display: inline-block;
    font-family: 'elektramediumbold';
    color: #6b6b6b;
    width: 55px;
    padding-right: 20px;
    background: url(../image/arr-black-6-left.gif) 100% 6px no-repeat;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 12px;
    vertical-align: middle;
    margin-right: 22px;
}

header a.login {
    color: #3d94ff;
    font-size: 12px;
    text-decoration: none;
    vertical-align: middle;
    background: url(../image/dot-blue.gif) 0 100% repeat-x;
}

header a.login:hover {
    background: none;
    color: #331dd4;
}

header a.registr {
    color: #3d94ff;
    font-size: 12px;
    text-decoration: underline;
    vertical-align: middle;
}

header a.registr:hover {
    text-decoration: none;
    color: #331dd4;
}

header .log-border {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 22px;
    background: url(../image/dot-gray-v.png) repeat-y;
    margin: 0 11px;
}

header .menu {
    left: 207px;
    top: 68px;
    position: absolute;
    width: 480px;
}

header .menu ul {
    font-size: 0;
    line-height: 0;
    letter-spacing: -3px;
}

header .menu li {
    display: inline-block;
    vertical-align: top;
    height: 25px;
    min-width: 121px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: normal;
    width: 150px;
}

.lt-ie8 header .menu li {
    display: inline;
}

header .menu a, header .menu .no-link {
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    font-size: 13px;
    line-height: 17px;
    padding: 5px 12px 3px 17px;
    font-family: 'elektratext';
    text-decoration: underline;
    position: relative;
}

header .menu .arr {
    display: block;
    width: 3px;
    height: 5px;
    background: url(../image/arr-3-sprite.gif) no-repeat;
    position: absolute;
    left: 6px;
    top: 10px;
}

header .menu a:hover, header .menu a.current, header .menu .no-link {
    color: #fff;
    text-decoration: none;
    background: #543fff url(../image/gradient-1.png) repeat-y;
}

header .menu a:hover .arr, header .menu a.current .arr, header .menu .no-link .arr {
    background-position: 0 100%;
}

header .phone {
    width: 262px;
    padding-left: 38px;
    position: absolute;
    left: 690px;
    top: 69px;
    min-height: 51px;
    background: url(../image/phone.png) no-repeat;
}

header .phone-head {
    margin: -5px 0 6px;
}

header .phone-label {
    color: #000;
    font-size: 13px;
    line-height: 13px;
    vertical-align: middle;
}

header .phone-separator {
    width: 12px;
    height: 7px;
    background: url(../image/arrow-gray.png) no-repeat;
    vertical-align: middle;
    display: inline-block;
    margin: 0 8px;
}

header a.call {
    color: #3d94ff;
    font-size: 13px;
    line-height: 13px;
    vertical-align: middle;
    text-decoration: underline;
}

header a.call:hover {
    text-decoration: none;
    color: #331dd4;
}

header a.phone-open {
    text-decoration: none;
    display: inline-block;
    padding-right: 26px;
    background: url(../image/phone-arrow.png) 100% 6px no-repeat;
    min-height: 25px;
}

header a.phone-open .code {
    display: inline-block;
    vertical-align: top;
    font-family: 'elektra_light_proregular';
    font-size: 15px;
    line-height: 17px;
    color: #fff;
    width: 40px;
    height: 20px;
    padding-top: 4px;
    background: url(../image/code.png) no-repeat;
    text-align: center;
    margin-right: 7px;
}

header a.phone-open .numb {
    font-family: 'elektra_light_probold';
    background: url(../image/dot-black.gif) 0 90% repeat-x;
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 35px;
    line-height: 38px;
}

header a.phone-open:hover .numb {
    background: none;
}

/* /header */

/* typical */
#typical {
    padding: 29px 0 20px;
    background: url(../image/typical-shadow.png) 0 6px repeat-x;
}

#typical .side-block {
    width: 26.9%;
    float: left;
}

#typical .side-area {
    width: 217px;
    margin-left: 22px;
}

#typical .content-block {
    width: 73.1%;
    float: left;
}

#typical .content-area {
    margin-right: 20px;
}

/* /typical */

/* crumbs */
#crumbs {
    font-size: 12px;
    line-height: 14px;
    color: #adadad;
    font-family: 'OpenSansRegular';
    margin-bottom: 21px;
}

#crumbs a {
    color: #727272;
    text-decoration: underline;
}

#crumbs a:hover {
    color: #393939;
    background: none;
}

#crumbs .separator {
    display: inline-block;
    margin: 0 10px;
    background: url(../image/arrow-5.png) no-repeat;
    height: 7px;
    width: 12px;
}

/* /crumbs */

/* side-menu */
#side-menu {
    width: 215px;
    border: 1px solid #c1bdeb;
    border-bottom: 1px solid #cecee8;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 3px 6px rgba(44, 70, 105, 0.15), 0 5px 30px rgba(44, 70, 105, 0.15);
    -webkit-box-shadow: 0 3px 6px rgba(44, 70, 105, 0.15), 0 5px 30px rgba(44, 70, 105, 0.15);
    box-shadow: 0 3px 6px rgba(44, 70, 105, 0.15), 0 5px 30px rgba(44, 70, 105, 0.15);
    background: #edeff2;
    padding-bottom: 2px;
    margin-bottom: 30px;
}

#side-menu .bottom-decor {
    background: #fff url(../image/side-menu-gradient.png) 0 100% repeat-x;
    border-bottom: 1px solid #dedcf5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 -1px 0 #fff inset;
    -webkit-box-shadow: 0 -1px 0 #fff inset;
    box-shadow: 0 -1px 0 #fff inset;
}

#side-menu ul {
    padding: 17px 16px 2px 16px;
}

#side-menu ul ul {
    padding: 7px 0 0 0;
}

#side-menu li {
    padding: 0 0 10px 17px;
    background: url(../image/arr-black-4-right.gif) 2px 4px no-repeat;
    font-size: 14px;
    line-height: 20px;
    font-family: 'elektratext';
}

#side-menu li.current {
    background: url(../image/arr-gray-4-down.png) 0 5px no-repeat;
}

#side-menu a.current, #side-menu .no-link {
    color: #8a8a8a;
    text-decoration: none;
}

#side-menu ul ul li {
    font-size: 13px;
    line-height: 15px;
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    background: url(../image/menu-list.gif) 0 7px no-repeat;
    padding: 0 0 9px 20px;
}

#side-menu ul ul li.current {
    background: url(../image/menu-list.gif) 0 8px no-repeat;
}

#side-menu ul ul a {
    color: #000;
}

#side-menu ul ul a:hover, #side-menu ul ul .no-link, #side-menu ul ul a.current {
    color: #6e6e6e;
}

#side-menu .summ {
    color: #b2b2b2;
    font-size: 10px;
}

/* /side-menu */

/* contact block */
#contact-block {
    padding: 42px 0 20px;
    background: url(../image/contact-block.gif) no-repeat;
}

#contact-block h2 {
    color: #000;
    font-size: 18px;
    line-height: 20px;
    font-family: 'elektra_text_probold';
    text-transform: uppercase;
    padding-bottom: 14px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cacaca;
}

#contact-block .contact-text {
    color: #626262;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    background: url(../image/dot-gray.png) 0 100% repeat-x;
}

#contact-block .phone-block {
    margin-bottom: 5px;
}

#contact-block .phone-head {
    margin: -5px 0 2px;
}

#contact-block .phone-label {
    color: #999;
    font-size: 13px;
    line-height: 13px;
}

#contact-block .phone-block .code {
    display: inline-block;
    vertical-align: top;
    font-family: 'elektra_light_proregular';
    font-size: 15px;
    line-height: 17px;
    color: #fff;
    width: 40px;
    height: 20px;
    padding-top: 4px;
    background: url(../image/code.png) no-repeat;
    text-align: center;
    margin-right: 7px;
}

#contact-block .phone-block .numb {
    font-family: 'elektra_light_probold';
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    line-height: 38px;
    padding-top: 2px;
}

#contact-block .contact-row {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 4px;
}

#contact-block .contact-row .type {
    color: #999;
}

#contact-block .contact-row .value {
    color: #000;
}

#contact-block a.map {
    display: inline-block;
    padding-left: 21px;
    height: 16px;
    background: url(../image/map.png) 2px 0 no-repeat;
    text-decoration: none;
    font-size: 15px;
    color: #872fff;
    margin-top: 9px;
}

#contact-block a.map .dot {
    background: url(../image/dot-violet.gif) 0 100% repeat-x;
}

#contact-block a.map:hover .dot {
    background: none;
}

/* /contact block */

/* vacant */
#vacant .required-row {
    color: #a0a0a0;
    font-size: 12px;
    margin-bottom: 15px;
}

#vacant .required-mark {
    color: #c70808;
    font-size: 18px;
    font-weight: bold;
}

#vacant .form-block {
    background: url(../image/dot-gray2.gif) 0 100% repeat-x;
    position: relative;
    padding-left: 190px;
    min-height: 100px;
    margin-bottom: 29px;
    padding-bottom: 10px;
}

#vacant .form-block:last-child {
    background: none;
    margin-bottom: 0;
}

#vacant .form-block.last-child { /* ie */
    background: none;
    margin-bottom: 0;
}

#vacant .block-name {
    position: absolute;
    left: 0;
    top: 10px;
    color: #a0a0a0;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
    width: 160px;
}

#vacant .check-label {
    color: #000;
    font-size: 12px;
    line-height: 16px;
    padding-top: 3px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    margin-right: 20px;
}

#vacant .input.w1 {
    width: 316px;
}

#vacant .input.w2 {
    width: 207px;
}

#vacant .input.w3 {
    width: 286px;
}

#vacant .select.w4 {
    width: 261px;
}

#vacant .textarea.w5 {
    width: 506px;
    height: 75px;
}

#vacant .code {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    width: 30px;
    vertical-align: middle;
    display: inline-block;
}

#vacant .label-block {
    font-size: 14px;
    padding: 8px 0 17px;
}

#vacant .label-block label {
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

#vacant .textarea-block {
    padding-bottom: 20px;
}

#vacant .submit-block {
    border-top: 1px solid #d9d9d9;
    padding: 18px 0;
    text-align: center;
}

#vacant .submit-block .submit {
    width: 123px;
    height: 40px;
    background: url(../image/submit-but.png) no-repeat;
    border: none;
    color: #000;
    font-size: 12px;
    color: #000;
    font-family: arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

#vacant .form-row.long {
    width: 550px;
}

/* /vacant */

/* news list */
ul.news-list {
    padding: 16px 0 6px 0;
    margin: 0;
    background: none;
    list-style: none;
    list-style-image: none;
}

ul.news-list li {
    margin: 0 0 30px !important;
    font-style: normal;
    padding: 0 0 0 134px !important;
    position: relative;
    min-height: 50px;
    font-style: normal;
}

ul.news-list .date {
    width: 130px;
    position: absolute;
    left: 0;
    top: 2px;
}

ul.news-list .day {
    display: inline-block;
    width: 52px;
    vertical-align: top;
    color: #010101;
    font-size: 35px;
    line-height: 37px;
    font-family: 'elektra_text_probold';
}

ul.news-list .month {
    display: inline-block;
    width: 70px;
    vertical-align: top;
    color: #818181;
    font-size: 12px;
    line-height: 15px;
    font-family: 'elektratext';
    text-transform: lowercase;
}

ul.news-list a {
    font-size: 14px;
}

ul.news-list p {
    margin: 0;
    padding: 10px 0 0 0;
    color: #575757 !important;
    font-size: 12px;
    line-height: 20px;
    font-style: normal !important;
}

.news-filtr {
    padding-bottom: 22px;
    margin-bottom: 23px;
    background: url(../image/dot-gray.gif) 0 100% repeat-x;
    position: relative;
}

.news-filtr .filtr-carousel {
    height: 33px;
    width: 666px !important;
    margin-bottom: -1px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.news-filtr .filtr-carousel ul {
    padding: 0;
    margin: 0;
    background: none;
    list-style: none;
    list-style-image: none;
}

.news-filtr .filtr-carousel li {
    margin: 1px 4px 0 1px;
    padding: 5px 0 0 0;
    width: 69px;
    text-align: center;
    height: 33px;
    float: left;
    overflow: hidden;
}

.news-filtr .filtr-carousel li.current {
    background: #fff;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border-top: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    margin: 0 3px 0 0;
}

.news-filtr .filtr-carousel li a {
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    background: url(../image/dot-violet.gif) 0 100% repeat-x;
    color: #872fff;
}

.news-filtr .filtr-carousel li a:hover {
    background: none;
}

.news-filtr .filtr-carousel li.current a {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    background: none;
}

.news-filtr a.prev {
    display: block;
    background: url(../image/arr-black-7-left.gif) no-repeat;
    width: 7px;
    height: 13px;
    position: absolute;
    top: 7px;
    right: 36px;
}

.news-filtr a.next {
    display: block;
    background: url(../image/arr-black-7-right.gif) no-repeat;
    width: 7px;
    height: 13px;
    position: absolute;
    top: 7px;
    right: 10px;
}

.news-filtr a.prev.disabled, .news-filtr a.next.disabled {
    display: none;
}

.news-filtr .filtr-month {
    padding: 5px 10px;
    font-size: 12px;
    background: #fff;
    border: 1px solid #c5c5c5;
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
    width: 660px;
    position: relative;
    z-index: 0;
}

.news-filtr .filtr-month a,
.news-filtr .filtr-month span {
    margin-right: 20px;
    line-height: 23px;
    display: inline-block;
}

.news-filtr .filtr-month span {
    color: #331dd4;
    text-decoration: none;
}

.news-filtr .month-part {
    display: none;
}

/* /news list */

/* gallery */
#gallery {
    margin: 0 23px;
}

#gallery .filtr-col-1 {
    width: 28.6%;
    float: left;
}

#gallery .filtr-col-2 {
    width: 28%;
    float: left;
}

#gallery .filtr-col-3 {
    width: 32.5%;
    float: left;
}

#gallery .filtr-col-4 {
    width: 10.9%;
    float: left;
    padding-top: 2px;
}

#gallery .gallery-filtr {
    background: url(../image/dot-gray2.gif) 0 100% repeat-x;
    padding-bottom: 18px;
    margin-bottom: 20px;
}

#gallery .gallery-filtr .select {
    width: 175px;
}

#gallery .gallery-filtr label {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    margin-right: 7px;
    vertical-align: middle;
}

#gallery .gallery-filtr .button {
    padding: 0 24px;
}

#gallery .gallery-items {
    font-size: 0;
    line-height: 0;
    letter-spacing: -3px;
    width: 1000px;
    padding-bottom: 11px;
}

#gallery a.gallery-item {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 298px;
    text-decoration: none;
    margin: 0 30px 45px 0;
}

#gallery .photo-shadow {
    display: block;
    width: 298px;
    padding-bottom: 20px;
    background: url(../image/photo-shadow.png) 0 100% no-repeat;
}

#gallery .photo-block {
    display: block;
    height: 180px;
    width: 298px;
    position: relative;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#gallery .big-photo {
    width: 207px;
    height: 180px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
}

#gallery .small-photo-top {
    width: 91px;
    height: 90px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
}

#gallery .small-photo-bottom {
    width: 91px;
    height: 90px;
    position: absolute;
    right: 0;
    top: 90px;
    overflow: hidden;
    z-index: 0;
}

#gallery .summ-photo {
    display: block;
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    width: 51px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 7px;
}

#gallery .photo-title {
    display: block;
    min-height: 65px;
    padding-left: 70px;
    position: relative;
}

#gallery .title-date {
    width: 70px;
    position: absolute;
    left: 0;
    top: 0;
}

#gallery .title-date .day {
    color: #000;
    font-size: 35px;
    line-height: 37px;
    display: block;
    font-family: 'elektra_text_probold';
}

#gallery .title-date .month {
    color: #818181;
    font-size: 12px;
    line-height: 14px;
    display: block;
    font-family: 'elektratext';
    text-transform: lowercase;
}

#gallery .photo-title .underline {
    text-decoration: underline;
    font-size: 15px;
    line-height: 20px;
}

#gallery a.gallery-item:hover .underline {
    text-decoration: none;
}

#gallery .pager {
    padding: 0;
}

#gallery .pager-center {
    width: 718px;
    margin: 0 auto;
    position: relative;
    padding: 24px 0;
}

/* /gallery */

/* gallery album */
#gallery .albums {
    width: 1000px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -3px;
    width: 1000px;
    padding-top: 11px;
}

#gallery a.album {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: normal;
    width: 218px;
    vertical-align: top;
    margin: 0 28px 56px 0;
    text-decoration: none;
}

#gallery .album-shadow {
    display: block;
    width: 218px;
    padding-bottom: 22px;
    background: url(../image/album-shadow.png) 0 100% no-repeat;
    margin-bottom: -6px;
}

#gallery .album-img {
    width: 206px;
    height: 169px;
    display: block;
    overflow: hidden;
    border: 1px solid #dbdbdb;
    background: #fff;
    padding: 5px;
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}

#gallery a.album:hover .album-img {
    background: #633fff url(../image/album-gradient.png) repeat-x;
    border-color: #a2a2a2;
}

#gallery .album-img img {
    width: 206px;
    height: 169px;
    display: block;
}

#gallery .album-img .album-summ {
    width: 46px;
    height: 25px;
    padding-top: 7px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: 72px;
    z-index: 5;
}

#gallery a.album .public {
    display: block;
    color: #828282;
    font-size: 11px;
}

#gallery a.album .public .value {
    color: #000;
    font-size: 12px;
}

#photo a .photo-text,
#gallery a.album .album-text {
    font-size: 14px;
    line-height: 19px;
    text-decoration: underline;
    color: #3d94ff;
}

#photo a .photo-text:hover,
#gallery a.album:hover .album-text {
    background: #3d94ff;
    color: #fff;
    text-decoration: none;
}

#gallery a.album .album-hover {
    height: 25px;
    padding-top: 7px;
    color: #fff;
    position: absolute;
    right: 5px;
    left: 5px;
    top: 72px;
    z-index: 4;
    font-size: 11px;
    opacity: 0;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -moz-transition-property: opacity;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

#gallery a.album:hover .album-hover {
    opacity: 1;
}

.lt-ie9 #gallery a.album .album-hover {
    display: none;
}

.lt-ie9 #gallery a.album:hover .album-hover {
    display: block;
}

#gallery a.album .album-hover .look {
    display: inline-block;
    background: url(../image/look.png) 100% 0 repeat-y;
    height: 18px;
    width: 125px;
    margin-left: 36px;
}

#gallery .album-line {
    position: absolute;
    right: 5px;
    left: 165px;
    top: 72px;
    z-index: 3;
    background: #000;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-transition-property: left;
    -webkit-transition-property: left;
    transition-property: left;
    display: block;
    height: 32px;
}

#gallery a.album:hover .album-line {
    left: 5px;
    background: url(../image/album-hover.png) repeat;
}

/* /gallery album */

/* photo */
#photo {
    margin: 0 23px;
}

#photo .head-block {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 13px;
    padding-bottom: 21px;
}

#photo h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #000;
    font-family: 'elektra_text_probold';
}

#photo .public {
    font-size: 11px;
    color: #828282;
}

#photo .public .value {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-right: 6px;
}

#photo .social {
    margin-bottom: 32px;
}

#photo .social-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #515151;
    margin-right: 18px;
}

#photo .social-widget {
    display: inline-block;
    vertical-align: middle;
}

.lt-ie8 #photo .social-widget {
    display: inline;
}

#photo .album-description {
    background: url(../image/dot-gray2.gif) 0 100% repeat-x;
    margin-bottom: 30px;
    padding-bottom: 4px;
}

#photo .description-left {
    width: 13.6%;
    float: left;
}

#photo .description-left h2 {
    color: #000;
    font-size: 20px;
    line-height: 25px;
    font-family: 'elektra_text_probold';
    margin-right: 15px;
}

#photo .description-right {
    width: 86.4%;
    float: left;
    padding-top: 4px;
}

#photo p.descrip {
    font-size: 12px;
}

#photo .photos {
    font-size: 0;
    line-height: 0;
    letter-spacing: -3px;
    width: 1000px;
}

#photo .photos a {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    position: relative;
    margin: 0 30px 50px 0;
    width: 216px;
}

#photo .photos a img {
    width: 206px;
    padding: 5px;
    background: #fff;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    display: block;
}

#photo .photos a:hover img {
    background: #633fff url(../image/album-gradient.png) repeat-x;
    -moz-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.4);
}

#photo .photos a .zoom {
    display: block;
    color: #fff;
    font-size: 11px;
    background: url(../image/album-hover.png) repeat;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    height: 25px;
    z-index: 5;
    left: 5px;
    right: 5px;
    padding-top: 7px;
    opacity: 0;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#photo .photos a:hover .zoom {
    opacity: 1;
}

#photo .photos a .zoom-inner {
    display: block;
    padding-left: 56px;
    height: 18px;
    background: url(../image/zoom.png) 12px 0 no-repeat;
}

.lt-ie9 #photo .photos a .zoom {
    display: none;
}

.lt-ie9 #photo .photos a:hover .zoom {
    display: block;
}

/* /photo */

/* cart-object */
#cart-object {
    margin: 0 23px;
}

#cart-object .head-block {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 13px;
    padding-bottom: 21px;
}

#cart-object h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #000;
    font-family: 'elektra_text_probold';
}

#cart-object .public {
    font-size: 11px;
    color: #828282;
}

#cart-object .public .value {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-right: 6px;
}

#cart-object .social {
    margin-bottom: 32px;
}

#cart-object .social-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #515151;
    margin-right: 18px;
}

#cart-object .social-widget {
    display: inline-block;
    vertical-align: middle;
}

.lt-ie8 #cart-object .social-widget {
    display: inline;
}

#cart-object .album-description {
    background: url(../image/dot-gray2.gif) 0 100% repeat-x;
    margin-bottom: 30px;
    padding-bottom: 4px;
}

#cart-object .object-left {
    width: 42.9%;
    float: left;
    padding: 7px 0 20px;
}

#cart-object .object-right {
    width: 57.1%;
    float: left;
    padding: 2px 0 20px;
}

#cart-object a.maxi-img {
    display: block;
    text-decoration: none;
    position: relative;
    margin-bottom: 20px;
    width: 379px;
}

#cart-object a.maxi-img img {
    width: 369px;
    padding: 5px;
    background: #fff;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    display: block;
}

#cart-object a.maxi-img:hover img {
    background: #633fff url(../image/object-gradient.png) repeat-x;
    -moz-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.4);
}

#cart-object a.maxi-img .zoom {
    display: block;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    background: url(../image/album-hover.png) repeat;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    height: 25px;
    z-index: 5;
    left: 5px;
    right: 5px;
    padding-top: 7px;
    opacity: 0;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#cart-object a.maxi-img:hover .zoom {
    opacity: 1;
}

#cart-object a.maxi-img .zoom-inner {
    display: block;
    padding-left: 56px;
    height: 18px;
    background: url(../image/zoom.png) 12px 0 no-repeat;
    margin-left: 85px;
}

.lt-ie9 #cart-object a.maxi-img .zoom {
    display: none;
}

.lt-ie9 #cart-object a.maxi-img:hover .zoom {
    display: block;
}

#cart-object a.mini-img {
    display: inline-block;
    vertical-align: top;
    margin: 0 18px 15px 0;
}

#cart-object a.mini-img.mini-hide {
    display: none;
}

#cart-object a.mini-img img {
    width: 76px;
    padding: 3px;
    background: #fff;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    display: block;
}

#cart-object a.mini-img:hover img, #cart-object a.mini-img.active img {
    background: #5e49f9 url(../image/gradient.png) repeat-x;
}

#cart-object a.mini-open {
    text-decoration: none;
    display: inline-block;
    padding-right: 25px;
    background: url(../image/arrow-1.png) 100% 0 no-repeat;
    height: 17px;
    font-size: 14px;
    display: none;
}

#cart-object a.mini-open.opened {
    background-image: url(../image/arrow-2.png);
}

#cart-object a.mini-open .dot {
    background: url(../image/dot-blue.gif) 0 100% repeat-x;
}

.lt-ie8 #cart-object a.mini-open .dot {
    line-height: 18px;
}

#cart-object a.mini-open:hover .dot {
    background: none;
}

#cart-object .char-block {
    margin-bottom: 21px;
    padding-bottom: 5px;
    background: url(../image/dot-gray2.gif) 0 100% repeat-x;
}

#cart-object .char {
    margin-bottom: 10px;
    color: #000;
}

#cart-object .char .type {
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

#cart-object .char .value {
    font-size: 17px;
}

#cart-object .descrip-head {
    color: #000;
    font-size: 20px;
    line-height: 25px;
    font-family: 'elektra_text_probold';
    margin-bottom: 10px;
}

/* /cart-object */

/* cart-product */
#cart-product .head-block {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px;
    padding-bottom: 21px;
}

#cart-product h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #000;
    font-family: 'elektra_text_probold';
}

#cart-product .public {
    font-size: 12px;
    color: #828282;
}

#cart-product .public a.back {
    color: #000;
    background: url(../image/arr-black-4-left.gif) 0 50% no-repeat;
    padding-left: 11px;
}

#cart-product .cart-left {
    width: 46%;
    float: left;
    padding-bottom: 17px;
}

#cart-product .cart-right {
    width: 54%;
    float: left;
    padding: 12px 0 17px;
}

#cart-product .descrip-head {
    color: #000;
    font-size: 20px;
    line-height: 25px;
    font-family: 'elektra_text_probold';
    margin-bottom: 8px;
}

#cart-product a.maxi-img {
    display: block;
    text-decoration: none;
    position: relative;
    margin-bottom: 20px;
    width: 296px;
}

#cart-product a.maxi-img img {
    width: 286px;
    padding: 5px;
    background: #fff;
    -moz-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.1), 0 0 0 1px #cdcdcd;
    -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.1), 0 0 0 1px #cdcdcd;
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.1), 0 0 0 1px #cdcdcd;
    display: block;
}

#cart-product a.maxi-img:hover img {
    background: #633fff url(../image/object-gradient.png) repeat-x;
    -moz-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.1);
}

#cart-product a.maxi-img .zoom {
    display: block;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    background: url(../image/album-hover.png) repeat;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    height: 25px;
    z-index: 5;
    left: 5px;
    right: 5px;
    padding-top: 7px;
    opacity: 0;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#cart-product a.maxi-img:hover .zoom {
    opacity: 1;
}

#cart-product a.maxi-img .zoom-inner {
    display: block;
    padding-left: 56px;
    height: 18px;
    background: url(../image/zoom.png) 12px 0 no-repeat;
    margin-left: 50px;
}

.lt-ie9 #cart-product a.maxi-img .zoom {
    display: none;
}

.lt-ie9 #cart-product a.maxi-img:hover .zoom {
    display: block;
}

#cart-product a.mini-img {
    display: inline-block;
    vertical-align: top;
    margin: 0 22px 15px 0;
}

#cart-product a.mini-img.mini-hide {
    display: none;
}

#cart-product a.mini-img img {
    width: 62px;
    padding: 3px;
    background: #fff;
    -moz-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.1), 0 0 0 1px #cdcdcd;
    -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.1), 0 0 0 1px #cdcdcd;
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.1), 0 0 0 1px #cdcdcd;
    display: block;
}

#cart-product a.mini-img:hover img, #cart-product a.mini-img.active img {
    background: #5e49f9 url(../image/gradient.png) repeat-x;
    -moz-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.1);
}

#cart-product a.mini-open {
    display: inline-block;
    width: 17px;
    background: url(../image/arrow-1.png) no-repeat;
    height: 17px;
    font-size: 14px;
    display: none;
    vertical-align: top;
    margin-top: 26px;
}

#cart-product a.mini-open.opened {
    background-image: url(../image/arrow-2.png);
}

#cart-product .download {
    background: url(../image/dot-gray2.gif) repeat-x;
    padding-top: 23px;
    margin-bottom: 20px;
}

#cart-product .download-head {
    color: #000;
    font-size: 20px;
    line-height: 25px;
    font-family: 'elektra_text_probold';
    margin-bottom: 3px;
}

#cart-product .download-row {
    width: 708px;
    border-top: 1px solid #e2e2e2;
    padding: 4px 0 8px;
}

#cart-product .download-row:first-child {
    border-top: none;
}

#cart-product .download-row .col-1 {
    width: 2.5%;
    float: left;
}

#cart-product .download-row .col-2 {
    width: 7.8%;
    float: left;
}

#cart-product .download-row .col-3 {
    width: 76.1%;
    float: left;
}

#cart-product .download-row .col-4 {
    width: 13.6%;
    float: right;
}

#cart-product .download .counter {
    color: #6f6f6f;
    font-size: 12px;
    padding: 5px 0;
}

#cart-product .download a.download-name {
    font-size: 12px;
    line-height: 18px;
    margin-right: 10px;
}

#cart-product .download a.download-link {
    font-size: 12px;
    line-height: 14px;
    color: #000;
    display: inline-block;
    height: 12px;
    background: url(../image/download-link.png) no-repeat;
    padding-left: 18px;
    white-space: nowrap;
}

#cart-product .download .doc {
    width: 34px;
    height: 28px;
    background: url(../image/doc.png) no-repeat;
}

#cart-product .download .xls {
    width: 31px;
    height: 29px;
    background: url(../image/xls.png) no-repeat;
}

#cart-product .download .jpg {
    width: 31px;
    height: 29px;
    background: url(../image/jpg.png) no-repeat;
}

#cart-product .download .pdf {
    width: 33px;
    height: 28px;
    background: url(../image/pdf.png) no-repeat;
}

#cart-product .download .rtf {
    width: 33px;
    height: 28px;
    background: url(../image/rtf.png) no-repeat;
}

#cart-product .cart-carousel {
    background: url(../image/dot-gray2.gif) repeat-x;
    padding-top: 23px;
    margin-bottom: 30px;
}

#cart-product .carousel-head {
    color: #000;
    font-size: 20px;
    line-height: 25px;
    font-family: 'elektra_text_probold';
    margin-bottom: 25px;
}

#cart-product .carousel {
    min-height: 112px;
    position: relative;
    width: 706px;
}

#cart-product .carousel-block {
    overflow: hidden;
    min-height: 112px;
    margin-left: 51px;
    width: 600px;
}

#cart-product .carousel a.carousel-prev {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/carousel-prev.jpg) no-repeat;
    width: 25px;
    height: 112px;
}

#cart-product .carousel a.carousel-next {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../image/carousel-next.jpg) no-repeat;
    width: 25px;
    height: 112px;
}

#cart-product .carousel ul {
    min-width: 700px;
}

#cart-product .carousel li {
    float: left;
    width: 130px;
    padding: 1px;
    margin-right: 25px;
    height: auto !important;
}

#cart-product .carousel li a {
    display: block;
    font-size: 12px;
    line-height: 20px;
}

#cart-product .carousel li img {
    width: 124px;
    padding: 3px;
    display: block;
    background: #fff;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px #b6b6b6;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px #b6b6b6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px #b6b6b6;
    margin-bottom: 10px;
}

#cart-product .carousel li a:hover img {
    background: #4b39e3 url(../image/catalog-gradient.png) repeat-x;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* /cart-product */

/* catalog */
#catalog h1 {
    color: #000;
    font-size: 30px;
    line-height: 35px;
    font-family: 'elektra_text_probold';
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
    margin-bottom: 21px;
    text-transform: uppercase;
}

#catalog .catalog-p {
    color: #575757;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 19px;
}

#catalog .category {
    font-size: 0;
    line-height: 0;
    letter-spacing: -3px;
}

#catalog .category li {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: normal;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.lt-ie8 #catalog .category li {
    width: 49.9%;
    display: inline;
}

#catalog .category .cat {
    padding-left: 36px;
    margin-right: 20px;
    background: url(../image/cat.gif) 0 9px no-repeat;
}

#catalog .category .cat:hover {
    background-position: -356px 9px;
}

#catalog .category a {
    color: #3d94ff;
    font-size: 14px;
    line-height: 18px;
    padding: 4px 0;
}

#catalog .category a:hover {
    background: #3d94ff;
    color: #fff;
}

#catalog .category .summ {
    color: #6e6e6e;
    font-size: 11px;
    padding-top: 2px;
}

#catalog .category .summ .value {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

#catalog .category-headline {
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 19px;
    padding: 28px 0 7px;
}

#catalog .category-headline .name {
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-family: 'elektratext';
}

#catalog .category-headline .category-summ {
    color: #7a7a7a;
    font-size: 15px;
    line-height: 18px;
    margin-left: 15px;
}

#catalog .catalog-list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -3px;
    width: 800px;
    padding-left: 2px;
}

#catalog .catalog-list li {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: normal;
    width: 133px;
    display: inline-block;
    vertical-align: top;
    margin: 0 50px 20px 0;
    font-size: 12px;
    line-height: 20px;
}

#catalog .catalog-list li a {
    line-height: 20px;
}

.lt-ie8 #catalog .catalog-list li {
    display: inline;
}

#catalog .catalog-list li.dotted {
    margin: 0 0 20px;
    height: 1px;
    width: 712px;
    background: url(../image/dot-gray2.gif) repeat-x;
}

#catalog .catalog-list img {
    width: 124px;
    background: #fff;
    padding: 3px;
    display: block;
    margin-bottom: 10px;
    -moz-box-shadow: 0 0 0 1px #b7b7b7, 0 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 0 1px #b7b7b7, 0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0 1px #b7b7b7, 0 1px 2px rgba(0, 0, 0, 0.4);
}

#catalog .catalog-list a:hover img {
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    background: #4b39e3 url(../image/catalog-gradient.png) repeat-x;
}

/* /catalog */

/* top section */
#top-section {
    height: 1730px;
    position: relative;
    z-index: 0;
    margin-top: 6px;
}

#top-section .catalog-bg {
    height: 1300px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
}

#top-section .catalog-bg-center {
    height: 1300px;
    width: 0;
    position: relative;
    margin: 0 auto;
}

#top-section .catalog-bg-inner {
    height: 1300px;
    width: 2200px;
    position: absolute;
    left: -1100px;
    top: 0;
    background: url(../image/catalog-bg.png) no-repeat;
}

#top-section .buts-bg {
    height: 79px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 534px;
    z-index: 1;
}

#top-section .buts-bg-inner {
    height: 79px;
    width: 1000px;
    margin: 0 auto;
    background: url(../image/buts-bg.png) 50% 0 repeat-x;
}

/* /top section */

/* slideshow */
#slideshow {
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    position: absolute;
    height: 603px;
    z-index: 0;
}

#slideshow .slides {
    width: 0;
    margin: 0 auto;
    position: relative;
    height: 603px;
}

#slideshow .slides .slide {
    width: 1600px;
    height: 603px;
    position: absolute;
    left: -800px;
    top: 0;
    z-index: 0;
    display: block;
    background: #fff;
}

/* /slideshow */

/* slider block */
#slider-block {
    width: 1000px;
    height: 603px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#slider-block .slide-description {
    position: absolute;
    top: 63px;
    left: 10px;
    width: 379px;
    height: 403px;
    background: url(../image/slide-description-bg.png) repeat;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
    overflow: hidden;
}

#slider-block .description-inner {
    padding: 23px 20px 0 23px;
    position: absolute;
    left: 0;
    top: 0;
    width: 336px;
    height: 380px;
    display: none;
}

#slider-block .description-inner:first-child {
    display: block;
}

#slider-block .description-inner .cut {
    height: 323px;
    margin-bottom: 20px;
}

#slider-block .description-inner h2 {
    color: #fff;
    font-size: 43px;
    line-height: 47px;
    font-family: 'elektra_text_probold';
    background: url(../image/line-1.gif) 0 100% no-repeat;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

#slider-block .description-inner h2.big {
    font-size: 47px;
    line-height: 50px;
}

#slider-block .description-inner p {
    margin: 0 10px 20px 2px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

#slider-block .description-inner a.more {
    color: #806fff;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    background: url(../image/more.png) 100% 0 no-repeat;
    height: 15px;
    padding-right: 30px;
}

#slider-block .buts {
    width: 270px;
    text-align: center;
    top: 548px;
    left: 365px;
    position: absolute;
    height: 32px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -3px;
}

#slider-block .buts a {
    display: inline-block;
    width: 31px;
    height: 32px;
    background: url(../image/buts.png) -31px 0 no-repeat;
    vertical-align: top;
    position: relative;
    z-index: 2;
}

#slider-block .buts a:hover {
    background-position: -60px 0;
}

#slider-block .buts a.active {
    background-position: -1px 0;
}

#slider-block .buts .but-pop {
    display: inline-block;
    width: 30px;
    height: 32px;
    vertical-align: top;
    position: relative;
}

#slider-block .buts .but-pop .pop {
    position: absolute;
    bottom: 27px;
    left: -88px;
    min-height: 64px;
    width: 209px;
    display: none;
    z-index: 0;
}

#slider-block .buts .but-pop .pop-top {
    position: absolute;
    width: 209px;
    height: 37px;
    top: 0;
    left: 0;
    z-index: 0;
    background: url(../image/pop-top.png) no-repeat;
    display: block;
}

#slider-block .buts .but-pop .pop-bottom {
    position: absolute;
    width: 209px;
    height: 26px;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: url(../image/pop-bottom.png) no-repeat;
    display: block;
}

#slider-block .buts .but-pop .pop-middle {
    position: absolute;
    width: 209px;
    bottom: 26px;
    top: 37px;
    left: 0;
    z-index: 0;
    background: url(../image/pop-middle.png) repeat-y;
    display: block;
}

#slider-block .buts .but-pop .pop-text {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    display: block;
    letter-spacing: normal;
    padding: 14px 25px 30px 25px;
}

/* /slider block */

/* arrows block */
#arrows-block {
    width: 100%;
    left: 0;
    top: 0;
    height: 603px;
    position: relative;
    z-index: 3;
}

#arrows-block .arrows-block-inner {
    width: 100%;
    max-width: 1600px;
    height: 603px;
    position: relative;
    margin: 0 auto;
}

#arrows-block a.arrow-prev, #arrows-block a.arrow-next {
    height: 366px;
    width: 180px;
    position: absolute;
    top: 55px;
    z-index: 4;
    display: block;
    background: url(../image/blank.gif) repeat;
}

#arrows-block a.arrow-prev {
    left: 0;
}

#arrows-block a.arrow-next {
    right: 0;
}

#arrows-block .arr-prev {
    width: 58px;
    height: 110px;
    position: absolute;
    left: 0;
    top: 183px;
    display: block;
    text-decoration: none;
    background: url(../image/arrow-bg-prev.png) repeat-y;
    z-index: 2;
}

#arrows-block .arr-prev.active {
    background-position: 100% 0;
}

#arrows-block a.arr-next {
    width: 58px;
    height: 110px;
    right: 0;
    top: 183px;
    display: block;
    text-decoration: none;
    background: url(../image/arrow-bg-next.png) 100% 0 repeat-y;
    position: absolute;
    z-index: 2;
}

#arrows-block .arr-next.active {
    background-position: 0 0;
}

#arrows-block .arr-prev .arrow-img {
    background: url(../image/slide-prev.png) no-repeat;
    width: 21px;
    height: 66px;
    display: block;
    position: absolute;
    top: 22px;
    left: 17px;
}

#arrows-block .arr-next .arrow-img {
    background: url(../image/slide-next.png) no-repeat;
    width: 21px;
    height: 66px;
    display: block;
    position: absolute;
    top: 22px;
    right: 17px;
}

#arrows-block .arr-prev .arrow-text {
    width: 120px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'elektra_text_probold';
    position: absolute;
    display: block;
    left: 45px;
    top: 35px;
    display: none;
}

#arrows-block .arr-next .arrow-text {
    width: 120px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'elektra_text_probold';
    position: absolute;
    display: block;
    right: 35px;
    top: 35px;
    display: none;
}

/* /arrows block */

/* main catalog */
#main-catalog {
    position: relative;
    z-index: 4;
    width: 1000px;
    margin: 0 auto;
}

#main-catalog .catalog-scroll-link {
    text-align: center;
    padding: 26px 0 0;
}

#main-catalog .about-scroll-link {
    text-align: center;
    padding: 45px 0 10px;
}

a.scroll-link {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    font-family: 'elektratext';
    background: url(../image/arr-gray-12.png) 50% 100% no-repeat;
    display: inline-block;
    padding-bottom: 22px;
}

a.scroll-link .dot {
    background: url(../image/dot-black.gif) 0 100% repeat-x;
}

a.scroll-link:hover {
    color: #872fff;
    background-image: url(../image/arr-black-12.gif);
}

a.scroll-link:hover .dot {
    background-image: url(../image/dot-violet.gif);
}

#main-catalog .catalog-headline {
    width: 954px;
    margin: 0 auto 3px;
    text-align: center;
    background: url(../image/border-4.png) 0 100% repeat-x;
    font-size: 35px;
    text-transform: uppercase;
    color: #000;
    padding: 27px 0 18px 0;
    font-family: 'elektra_text_probold';
}

#main-catalog .catalog-items {
    font-size: 0;
    line-height: 0;
    letter-spacing: -3px;
    text-align: center;
}

#main-catalog .catalog-item-outer {
    display: inline-block;
    vertical-align: top;
    width: 230px;
    height: 290px;
    position: relative;
    padding: 0 6px;
}

#main-catalog .catalog-item-outer:hover {
    z-index: 10;
}

#main-catalog .catalog-item {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 230px;
    text-align: left;
    padding: 6px 0 20px;
}

.lt-ie8 #main-catalog .catalog-item, .lt-ie8 #main-catalog .catalog-item-outer {
    display: inline;
    zoom: 1;
}

#main-catalog .catalog-item .item-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: none;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -o-transition-property: background-color;
    -moz-transition-property: background-color;
    -webkit-transition-property: background-color;
    transition-property: background-color;
}

#main-catalog .catalog-item:hover .item-bg {
    background: #f7f9fb;
    -moz-box-shadow: 0 5px 30px rgba(44, 70, 105, 0.1), 0 3px 6px rgba(44, 70, 105, 0.1);
    -webkit-box-shadow: 0 5px 30px rgba(44, 70, 105, 0.1), 0 3px 6px rgba(44, 70, 105, 0.1);
    box-shadow: 0 5px 30px rgba(44, 70, 105, 0.1), 0 3px 6px rgba(44, 70, 105, 0.1);
    border: 1px solid #c2c4e2;
}

#main-catalog a.category {
    display: block;
    width: 214px;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

#main-catalog .catalog-icon {
    width: 214px;
    height: 214px;
    display: block;
    margin-left: 1px;
    background: url(../image/catalog-icon.png) no-repeat;
    position: relative;
    z-index: 2;
}

#main-catalog .cat-img {
    display: block;
    width: 165px;
    height: 165px;
    position: absolute;
    left: 26px;
    top: 15px;
    z-index: 0;
}

#main-catalog a.category:hover .catalog-icon {
    background-position: 0 100%;
}

#main-catalog a.category .name {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 19px;
    font-family: 'elektra_text_probold';
    margin: -11px 25px 4px;
    text-decoration: underline;
    text-align: center;
}

#main-catalog a.category:hover .name {
    text-decoration: none;
}

#main-catalog .catalog-summ {
    color: #747474;
    font-size: 12px;
    margin: 0 25px 10px;
    position: relative;
    z-index: 1;
}

#main-catalog .catalog-summ .value {
    color: #010101;
    font-size: 15px;
    font-weight: bold;
}

#main-catalog .catalog-item ul {
    margin-left: 25px;
    width: 181px;
    border-top: 1px solid #dee0e1;
    padding-top: 18px;
    position: relative;
    z-index: 2;
    display: none;
}

#main-catalog .catalog-item li {
    padding-left: 20px;
    background: url(../image/cat-2.gif) 0 9px no-repeat;
    margin-bottom: 3px;
}

#main-catalog .catalog-item li:hover {
    background-position: -356px 9px;
}

#main-catalog .catalog-item li a {
    font-size: 12px;
    line-height: 12px;
}

#main-catalog .catalog-item li .col {
    color: #949494;
    font-size: 10px;
    line-height: 18px;
}

#main-catalog .catalog-item:hover ul {
    display: block;
}

/* /main catalog */

/* about */
#about {
    width: 1000px;
    margin: 0 auto;
}

#about .about-headline {
    padding: 42px 0 14px;
    color: #000;
    width: 954px;
    margin: 0 auto;
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'elektra_text_probold';
}

.faces-scroll-link {
    text-align: center;
    padding: 26px 0 20px;
}

#about .about-menu {
    margin: 0 49px;
    padding: 0 0 7px 5px;
}

#about .about-menu ul {
    margin: 0 auto;
    display: block;
    text-align: center;
}

#about .about-menu li {
    padding: 0 11px 0 0;
    background: url(../image/about-menu-list.gif) 100% center no-repeat;
    display: inline-block;
}

#about .about-menu li:last-child {
    background: none;
}

#about .about-menu li a {
    display: inline-block;
    max-width: 95px;
    vertical-align: middle;
    padding: 5px 8px 3px;
    color: #872fff;
    font-size: 13px;
    line-height: 20px;
    font-family: 'elektratext';
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#about .about-menu li a:hover {
    background: #fff;
    -moz-box-shadow: 0 0 0 1px #d7d7d7, 0 3px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 1px #d7d7d7, 0 3px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px #d7d7d7, 0 3px 8px rgba(0, 0, 0, 0.1);
    color: #4f208e;
}

#about .about-text {
    margin: 0 0 18px 49px;
    width: 903px;
    border-top: 1px solid #d7d7d7;
    padding-top: 16px;
}

#about .about-text .coloumn-left {
    width: 52.4%;
    float: left;
}

#about .about-text .left-indent {
    padding-right: 30px;
}

#about .about-text .coloumn-right {
    width: 47.6%;
    float: left;
}

#about .about-text p {
    color: #575757;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
}

/* /about */

/* news */
#news {
    width: 1000px;
    margin: 0 auto;
}

#news .news-headline {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 19px;
    color: #000;
    font-size: 20px;
    font-family: 'elektra_text_probold';
}

#news .news-headline .head-text {
    vertical-align: middle;
    padding: 0 18px;
}

#news .news-headline .bord-left {
    vertical-align: middle;
    display: inline-block;
    width: 169px;
    height: 1px;
    background: url(../image/bord-left.png) no-repeat;
}

#news .news-headline .bord-right {
    vertical-align: middle;
    display: inline-block;
    width: 169px;
    height: 1px;
    background: url(../image/bord-right.png) no-repeat;
}

#news ul {
    font-size: 0;
    line-height: 0;
    letter-spacing: -3px;
    margin-left: 49px;
}

#news li {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 245px;
    position: relative;
    padding-left: 70px;
}

.lt-ie8 #news li {
    display: inline;
}

#news li .date {
    width: 45px;
    position: absolute;
    left: 0;
    top: 0;
}

#news li .date .day {
    font-size: 35px;
    line-height: 39px;
    color: #000;
    display: block;
    font-family: 'elektra_text_probold';
}

#news li .date .month {
    font-size: 12px;
    line-height: 14px;
    color: #818181;
    display: block;
    font-family: 'elektratext';
}

#news li a {
    color: #3d94ff;
    font-size: 14px;
    line-height: 20px;
    padding: 1px 0;
}

#news li a:hover {
    color: #fff;
    background: #3d94ff;
}

#news li p {
    color: #575757;
    font-size: 12px;
    line-height: 20px;
    padding-top: 12px;
    max-height: 80px;
}

#news .news-archive {
    padding: 20px 0 16px;
    text-align: center;
}

#news .news-archive a {
    display: inline-block;
    height: 25px;
    font-size: 14px;
    border: 1px solid #dfdfdf;
    -moz-box-shadow: 0 2px 20px rgba(37, 61, 90, 0.1);
    -webkit-box-shadow: 0 2px 20px rgba(37, 61, 90, 0.1);
    box-shadow: 0 2px 20px rgba(37, 61, 90, 0.1);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #fff url(../image/arrow-3.png) 11px 9px no-repeat;
    padding: 10px 14px 0 39px;
}

#news .news-archive a:hover {
    border-color: #2a7ee8;
    background-color: #3d93ff;
    color: #fff;
}

/* /news */

/* faces */
#middle-block {
    background: url(../image/midde-block.png) 50% 0 no-repeat;
}

#faces {
    height: 829px;
    position: relative;
    max-width: 2200px;
    margin: 0 auto;
    padding-top: 55px;
}

#faces .faces-top {
    width: 1000px;
    margin: 0 auto;
    padding-top: 38px;
}

#faces .faces-head {
    margin-left: 24px;
    width: 954px;
    background: url(../image/faces-head.png) 0 100% repeat-x;
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: 'elektra_text_probold';
    padding-bottom: 12px;
    margin-bottom: 16px;
}

#faces .tabs {
    text-align: center;
}

#faces .tabs a {
    display: inline-block;
    padding: 11px 19px 9px;
    font-size: 15px;
    line-height: 16px;
    color: #fff;
    font-family: 'elektratext';
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
    margin: 0 3px;
}

#faces .tabs a:hover {
    -moz-box-shadow: 0 0 0 1px #6c6f9f;
    -webkit-box-shadow: 0 0 0 1px #6c6f9f;
    box-shadow: 0 0 0 1px #6c6f9f;
}

#faces .tabs a.active {
    background: #3d94ff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#faces .tabs a .dash {
    background: url(../image/dash-white.gif) 0 100% repeat-x;
    line-height: 16px;
}

#faces .tabs a.active .dash {
    background: none;
}

#faces .faces-carousel {
    height: 465px;
    overflow: hidden;
    padding-top: 41px;
    position: relative;
    z-index: 0;
}

#faces .faces-carousel ul.long {
    width: 99000px;
    position: relative;
    left: 0;
    top: 0;
    text-align: left;
}

#faces .faces-carousel ul {
    height: 506px;
    width: 100%;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: -3px;
}

#faces .faces-carousel li {
    width: 238px;
    padding: 0 4px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: normal;
}

.lt-ie8 #faces .faces-carousel li {
    display: inline;
}

#faces .faces-carousel .face-bg {
    position: absolute;
    left: -14px;
    top: -19px;
    width: 276px;
    height: 466px;
    z-index: 0;
    background: url(../image/face-bg.png) no-repeat;
    opacity: 0;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#faces .faces-carousel li:hover .face-bg {
    opacity: 1;
}

.lt-ie9 #faces .faces-carousel .face-bg {
    display: none;
}

.lt-ie9 #faces .faces-carousel li:hover .face-bg {
    display: block;
}

#faces .faces-carousel .face-content {
    position: relative;
    z-index: 2;
    padding: 27px 25px 0 24px;
}

#faces .faces-carousel .photo {
    padding-bottom: 22px;
    width: 189px;
    background: url(../image/photo-shadow.png) -1000px 100% no-repeat;
}

#faces .faces-carousel li:hover .photo {
    background-position: 0 100%;
}

#faces .faces-carousel .photo img {
    height: 157px;
    width: 189px;
    display: block;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

#faces .faces-carousel .face-info {
    height: 105px;
    margin-top: -7px;
}

#faces .faces-carousel .name {
    font-size: 18px;
    line-height: 20px;
    font-family: 'elektratext';
    margin-bottom: 9px;
    color: #fff;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#faces .faces-carousel li:hover .name {
    color: #2a1e5d;
}

#faces .faces-carousel .work {
    font-size: 12px;
    line-height: 15px;
    color: #8a7ab7;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#faces .faces-carousel .face-contact {
    border-top: 1px solid #746b93;
    padding-top: 15px;
}

#faces .faces-carousel li:hover .face-contact {
    border-color: #d3d2d5;
}

#faces .faces-carousel .phone {
    height: 15px;
    margin-bottom: 10px;
    padding-left: 35px;
    color: #e1e2e6;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    background: url(../image/phone.gif) 4px 100% no-repeat;
}

#faces .faces-carousel li:hover .phone {
    background-position: 4px 0;
    color: #000;
}

#faces .faces-carousel .fax {
    height: 17px;
    margin-bottom: 9px;
    padding-left: 35px;
    color: #e1e2e6;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    background: url(../image/fax.png) 4px 100% no-repeat;
}

#faces .faces-carousel li:hover .fax {
    background-position: 4px 0;
    color: #000;
}

#faces .faces-carousel .mail {
    height: 15px;
    margin-bottom: 9px;
    padding-left: 35px;
    font-size: 12px;
    line-height: 15px;
    background: url(../image/mail.png) 3px 100% no-repeat;
}

#faces .faces-carousel li:hover .mail {
    background-position: 3px 0;
}

#faces .faces-carousel .mail a {
    color: #a2f600;
}

#faces .faces-carousel .mail a:hover {
    color: #331dd4;
}

#faces .arr-prev {
    width: 58px;
    height: 110px;
    position: absolute;
    left: 0;
    top: 204px;
    display: block;
    text-decoration: none;
    background: url(../image/faces-prev.png) repeat-y;
    z-index: 7;
}

#faces a.arr-next {
    width: 58px;
    height: 110px;
    right: 0;
    top: 204px;
    display: block;
    text-decoration: none;
    background: url(../image/faces-next.png) 100% 0 repeat-y;
    position: absolute;
    z-index: 7;
}

#faces .arr-prev.disabled, #faces .arr-next.disabled {
    display: none;
}

#faces .arr-prev .arrow-img {
    background: url(../image/slide-prev.png) no-repeat;
    width: 21px;
    height: 66px;
    display: block;
    position: absolute;
    top: 22px;
    left: 17px;
}

#faces .arr-next .arrow-img {
    background: url(../image/slide-next.png) no-repeat;
    width: 21px;
    height: 66px;
    display: block;
    position: absolute;
    top: 22px;
    right: 17px;
}

#faces .arr-prev .arrow-text {
    width: 120px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'elektra_text_probold';
    position: absolute;
    display: block;
    left: 45px;
    top: 38px;
    display: none;
    overflow: hidden;
}

#faces .arr-prev:hover .arrow-text {
    display: block;
}

#faces .arr-next .arrow-text {
    width: 120px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'elektra_text_probold';
    position: absolute;
    display: block;
    right: 20px;
    top: 38px;
    display: none;
    overflow: hidden;
}

#faces .arr-next:hover .arrow-text {
    display: block;
}

.feedback-scroll-link {
    width: 954px;
    border-top: 1px solid #4b3666;
    text-align: center;
    padding: 54px 0 20px;
    margin: 0 auto;
}

.feedback-scroll-link a.scroll-link {
    color: #fff;
    background-image: url(../image/arr-12-white.png);
}

.feedback-scroll-link a.scroll-link .dot {
    background-image: url(../image/dot-white.gif);
}

#faces .parts {
    position: relative;
    height: 506px;
    overflow: hidden;
}

#faces .part {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

#faces .part:first-child {
    display: block;
}

/* /faces */

/* feedback */
#feedback {
    height: 756px;
}

#feedback .feedback-block {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 756px;
}

#feedback .feedback-head {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 35px;
    font-family: 'elektra_text_probold';
    padding-top: 38px;
    position: relative;
    z-index: 9;
}

#feedback .feedback-head .head-text {
    vertical-align: middle;
    padding: 0 18px;
}

#feedback .feedback-head .bord-left {
    vertical-align: middle;
    display: inline-block;
    width: 284px;
    height: 1px;
    background: url(../image/feed-left.png) no-repeat;
}

#feedback .feedback-head .bord-right {
    vertical-align: middle;
    display: inline-block;
    width: 284px;
    height: 1px;
    background: url(../image/feed-right.png) no-repeat;
}

#feedback .envelope {
    width: 1000px;
    height: 710px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../image/envelop-bg.png) no-repeat;
    overflow: hidden;
}

#feedback .envelope .envelope-top {
    width: 940px;
    height: 287px;
    position: absolute;
    bottom: 0;
    left: 12px;
    background: url(../image/envelop-top.png) no-repeat;
    z-index: 4;
}

#feedback .envelope .envelope-content {
    width: 860px;
    height: 735px;
    position: absolute;
    bottom: -85px;
    left: 69px;
    background: url(../image/envelop-content.png) no-repeat;
    z-index: 1;
}

#feedback .envelope .envelope-shadow {
    width: 853px;
    height: 319px;
    background: url(../image/envelop-shadow.png) no-repeat;
    z-index: 2;
    position: absolute;
    left: 72px;
    bottom: 102px;
}

#feedback .envelope .envelope-form {
    width: 860px;
    height: 745px;
    position: absolute;
    bottom: -85px;
    left: 69px;
    z-index: 5;
    z-index: 2;
}

#feedback .feedback-form {
    margin-left: 56px;
    width: 760px;
    padding-top: 95px;
    z-index: 3;
}

#feedback .feedback-submit {
    color: #000;
    font-size: 12px;
    height: 35px;
    background: url(../image/feedback-submit.png) no-repeat;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 0 2px 6px rgba(163, 148, 116, 0.4), 0 0 0 1px #fff inset;
    -webkit-box-shadow: 0 2px 6px rgba(163, 148, 116, 0.4), 0 0 0 1px #fff inset;
    box-shadow: 0 2px 6px rgba(163, 148, 116, 0.4), 0 0 0 1px #fff inset;
    border: 1px solid rgba(163, 148, 116, 0.4);
    padding: 0 25px 0 44px;
    border: none;
}

#feedback .feedback-left {
    width: 33.2%;
    float: left;
}

#feedback .feedback-description {
    padding-right: 35px;
}

#feedback .feedback-description h2 {
    font-size: 18px;
    padding-bottom: 13px;
    background: url(../image/line-2.gif) 0 100% no-repeat;
    margin-bottom: 20px;
}

#feedback .feedback-description p {
    color: #555451;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
}

#feedback .feedback-right {
    width: 66.8%;
    float: left;
}

#feedback .required-mark {
    color: #e60000;
}

#feedback .label-block {
    padding: 1px 0 5px;
    height: 20px;
}

#feedback .label-left {
    width: 180px;
    display: inline-block;
}

#feedback .code {
    color: #9f9887;
    font-size: 20px;
    display: inline-block;
    width: 35px;
}

#feedback .input.w1 {
    width: 220px;
}

#feedback .input.w2 {
    width: 266px;
}

#feedback label {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

#feedback input[type='text'],
#feedback input[type='email'],
#feedback input[type='url']{
  width: 220px;
}

#feedback .feedback-right .col-left {
    width: 260px;
    float: left;
    padding-bottom: 5px;
}

#feedback .feedback-right .col-right {
    margin-left: 260px;
    padding-bottom: 5px;
}

#feedback .row, #feedback .form-row {
    padding-bottom: 5px;
}

#feedback .textarea {
    width: 480px;
    height: 90px;
}

#feedback .textarea-block {
    padding-bottom: 14px;
}

#feedback .required-block {
    padding-bottom: 35px;
    color: #7a7974;
    font-size: 12px;
}

#feedback .submit-block {
    padding-left: 22px;
}

.partners-scroll-link {
    height: 60px;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 9;
    text-align: center;
}

/* /feedback */

/* partners */
#partners {
    background: #fff;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 4;
}

#partners .partners-block {
    width: 1000px;
    margin: 0 auto;
    padding: 55px 0 33px;
}

#partners .partners-head {
    font-size: 35px;
    text-align: center;
    font-family: 'elektra_text_probold';
    text-transform: uppercase;
    margin-bottom: 26px;
}

#partners .partners-how {
    text-align: center;
    color: #454545;
    font-size: 15px;
    line-height: 22px;
    font-style: italic;
    width: 780px;
    margin: 0 auto 4px;
}

#partners .partners-more {
    padding: 20px 0 30px;
    text-align: center;
}

#partners .partners-more a {
    display: inline-block;
    height: 25px;
    font-size: 15px;
    border: 1px solid #dfdfdf;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #fff url(../image/arrow-3.png) 11px 9px no-repeat;
    padding: 10px 25px 0 39px;
}

#partners .partners-more a:hover {
    border-color: #2a7ee8;
    background-color: #3d93ff;
    color: #fff;
}

#partners .partners-arrow {
    width: 33px;
    height: 33px;
    background: url(../image/partners-arrow.png) no-repeat;
    margin: 0 auto 34px;
}

#partners .partners-headline {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #000;
    font-size: 20px;
    font-family: 'elektra_text_probold';
}

#partners .partners-headline .head-text {
    vertical-align: middle;
    padding: 0 18px;
}

#partners .partners-headline .bord-left {
    vertical-align: middle;
    display: inline-block;
    width: 169px;
    height: 1px;
    background: url(../image/bord-left.png) no-repeat;
}

#partners .partners-headline .bord-right {
    vertical-align: middle;
    display: inline-block;
    width: 169px;
    height: 1px;
    background: url(../image/bord-right.png) no-repeat;
}

#partners .partners-list {
    margin-left: 23px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -3px;
    width: 1000px;
}

#partners .partners-list li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: normal;
    width: 216px;
    margin: 0 30px 30px 0;
}

.lt-ie8 #partners .partners-list li {
    display: inline;
}

#partners .partners-list li.partner-hide {
    display: none;
}

#partners .logo {
    height: 100px;
    background: url(../image/partners-bord.gif) 0 100% no-repeat;
    padding-bottom: 15px;
    margin-bottom: 14px;
}

#partners .logo a {
    display: table-cell;
    width: 215px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
}

#partners .logo a img {
    margin: 0 auto;
    display: block;
}

#partners .description {
    margin-bottom: 10px;
}

#partners .type {
    color: #828282;
    font-size: 11px;
    line-height: 18px;
}

#partners .value {
    color: #1d191a;
    font-size: 12px;
    line-height: 18px;
}

#partners .partners-all {
    text-align: center;
}

#partners .partners-all a {
    padding-right: 35px;
    height: 22px;
    font-size: 18px;
    display: inline-block;
    color: #872fff;
    text-decoration: none;
    background: url(../image/partners-all.png) 100% 0 no-repeat;
}

#partners .partners-all a.show-a {
    background-image: url(../image/partners-all-show.png);
}

.lt-ie8 #partners .partners-all a {
    line-height: 20px;
}

#partners .partners-all a .dot {
    background: url(../image/dot-violet.gif) 0 100% repeat-x;
}

#partners .partners-all a:hover .dot {
    background: none;
}

/* /partners */

/* navigation */
#navigation {
    width: 52px;
    height: 365px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 55;
}

#navigation a.nav-point {
    text-decoration: none;
    display: block;
    text-align: center;
    color: #000;
    font-size: 18px;
    line-height: 20px;
    padding-top: 12px;
    font-family: 'elektra_text_probold';
    width: 52px;
    height: 30px;
    background: url(../image/navigation-item.png) 0 100% no-repeat;
}

#navigation a.nav-point:hover, #navigation a.nav-point.active {
    background-position: 0 0;
}

#navigation a.nav-prev {
    width: 52px;
    height: 53px;
    background: url(../image/navigation-prev.png) no-repeat;
    display: block;
}

#navigation a.nav-next {
    width: 52px;
    height: 53px;
    background: url(../image/navigation-next.png) no-repeat;
    display: block;
}

#navigation a.nav-prev:hover, #navigation a.nav-next:hover {
    background-position: 0 100%;
}

/* /navigation */

/* call */
.hide-call {
    width: 0;
    height: 0;
    overflow: hidden;
}

#call {
    width: 607px;
    position: relative;
}

#call .cusel {
  width: 270px!important;
}

#call .call-top {
    background: url(../image/call-background.png) repeat-y;
    padding: 20px 24px 0 23px;
}

#call a.close {
    width: 17px;
    height: 17px;
    background: url(../image/close.png) no-repeat;
    display: block;
    position: absolute;
    top: 21px;
    right: 24px;
}

#call h2 {
    font-size: 20px;
    color: #000;
    font-size: 20px;
    padding-bottom: 17px;
    font-family: 'elektratext';
    background: url(../image/call-head.png) 0 100% repeat-x;
    margin-bottom: 10px;
}

#call .descrip {
    color: #7a7974;
    font-size: 12px;
    margin-bottom: 16px;
}

#call .input.w1 {
    width: 320px;
}

#call .input.w2 {
    width: 290px;
}

#call .select.w3 {
    width: 261px;
}

#call .code {
    color: #b6b6b6;
    font-size: 20px;
    display: inline-block;
    width: 30px;
}

#call .call-bottom {
    background: #f2f2f2;
    text-align: center;
    padding: 16px 0 15px;
    border-top: 1px solid #d9d9d9;
}

#call .call-submit {
    width: 152px;
    height: 40px;
    background: url(../image/call-submit.png) no-repeat;
    font-size: 12px;
    border: none;
}

#call .form .form-widget {
    margin-left: 198px;
}

#call .form .form-row.last {
    padding-bottom: 25px;
}

/* /call */

/* /navigation */

/* footer */
footer {
    min-height: 146px;
    margin-top: -146px;
    min-width: 1000px;
    background: url(../image/footer-noice.png) repeat;
    position: relative;
}

footer .footer-bg {
    min-height: 146px;
    background: url(../image/footer-bg.png) 0 100% repeat-x;
}

footer .footer-line {
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: url(../image/footer-line.png) repeat-x;
}

footer .footer-block {
    width: 1000px;
    margin: 0 auto;
    padding-top: 21px;
}

footer .footer-menu {
    padding-bottom: 22px;
}

footer .menu-col {
    width: 16%;
    display: inline-block;
    vertical-align: top;
}

footer .menu-item {
    margin-left: 23px;
}

footer .menu-item h2 {
    color: #000;
    font-size: 15px;
    font-family: 'elektratext';
    padding-bottom: 16px;
    margin-bottom: 16px;
    background: url(../image/border-3.png) 0 100% no-repeat;
}

footer .menu-item h2 a {
    color: #000;
    text-decoration: none;
}

footer .menu-item li {
    margin: 0 0 6px -3px;
}

footer .menu-item li a {
    color: #3d94ff;
    font-size: 12px;
    line-height: 15px;
    text-decoration: underline;
    display: inline-block;
    padding: 2px 3px;
}

footer .menu-item li a:hover {
    color: #fff;
    background: #3d94ff;
    text-decoration: none;
}

footer .menu-item ul.headers a {
    font-size: 15px;
    line-height: 18px;
    font-family: 'elektratext';
}

footer .copyrites {
    width: 954px;
    height: 95px;
    position: relative;
    margin-left: 23px;
    background: url(../image/border-1.png) repeat-x;
}

footer .company {
    color: #000;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    left: 0;
    top: 19px;
    width: 230px;
}

footer .contact {
    left: 245px;
    top: 18px;
    position: absolute;
    font-size: 12px;
    line-height: 20px;
    color: #878787;
    width: 320px;
}

footer .contact a.email {
    color: #872fff;
    text-decoration: underline;
}

footer .contact a.email:hover {
    text-decoration: none;
}

footer .intecmedia {
    padding-left: 34px;
    min-height: 23px;
    background: url(../image/intecmedia.png) no-repeat;
    font-size: 11px;
    line-height: 14px;
    width: 151px;
    position: absolute;
    left: 769px;
    top: 22px;
    color: #747474;
}

footer .intecmedia a {
    color: #000;
    text-decoration: underline;
}

footer .intecmedia a:hover {
    text-decoration: none;
}

footer .intecmedia .year {
    font-size: 9px;
    color: #9c9c9c;
    display: block;
    padding-top: 3px;
}

/* /footer */

#module-feedback-front-form-person_name,
#module-feedback-front-form-contact_phone.captcha {

}

#module-feedback-front-form-contact_phone {

}

#module-feedback-front-form-contact_email {
    width: 220px;
}

#feedback .feedback-captcha input {
    width: 55px;
    margin-right: 10px;
    float: left;
}

.feedback-captcha br {
    display: none;
}

.feedback-captcha img {
    float: left;
    display: block;
    border: 1px solid #C8C8C8;
    box-shadow: 0 1px 3px #F2F2F2 inset, 0 1px 0 #FFFFFF;
    height: 76px;
}

/* structure company */

.half-rectangle {
    border: 1px solid #9d93f2;
    border-bottom: 0;
    padding: 15px 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.vertical-line {
    background: #9d93f2;
    height: 30px;
    width: 1px;
    margin: 0 auto;
    display: block;
}

.wrapper-structure {
    min-height: 440px;
}

.structure-comment {
    font-size: 13px;
    margin-bottom: 20px;
}

.structure-row {
    display: block;
}

.structure-sial {
    width: 100%;
    display: block;
}

.structure-sial .structure-item {
    width: 50%;
    margin: 0 auto;
}

.structure-col2 {
    display: block;
    margin-left: 1%;
    width: 49%;
    float: left;
}

.structure-col3 {
    display: block;
    margin-left: 2%;
    width: 31%;
    float: left;
}

.structure-item {
    position: relative;
    display: table;
    width: 100%;
    cursor: pointer;
}

.structure-item .item-title,
.structure-item .item-hover {
    display: block;
    padding: 25px;
    background: #fff;
    border: 1px solid #c2c4e2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.structure-item .item-title {
    position: relative;
    text-align: center;
    z-index: 98;
}

.structure-item .item-hover {
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 1;
}

.structure-item .item-title h2,
.structure-item .item-hover h2 {
    color: #3c92fd;
    display: inline;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.structure-item.small .item-title {
    padding: 15px 5px;
    min-height: 92px;
    vertical-align: middle;
    height: 92px;
    display: table-cell;
}

.structure-item.small .item-title h2 {
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    line-height: 15px;
    letter-spacing: 0;
}

.structure-item.small .item-hover h2 {
    color: #321cd2;
    font-size: 18px;
    text-transform: uppercase;
}

.structure-item .item-title h2.hover {
    border-bottom: 1px dotted #3c92fd;
}

.structure-item .item-title h2 {
    border-bottom: none;
}

.structure-item .item-hover h2 {
    color: #311bcc;
    border-bottom: 0;
}

.structure-col3 .item-hover {
    left: -75px;
    width: 200px
}

.structure-item .item-hover .wrapper {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px #dedede solid;
    margin-bottom: 20px;
}

.structure-item .item-hover .content {
    font-size: 13px;
    color: #c8c8c8;
}

/* structure / sial */

.structure-item.sial .item-hover .wrapper {
    border-bottom: 1px #786f96 solid;
}

.structure-item.sial .item-title,
.structure-item.sial .item-hover {
    background: #32268a url('/image/structure.bg.jpg') no-repeat center -110px;
    border: 0;
}

.structure-item.sial .item-hover {
    color: #fff;
}

.structure-item.sial .item-title h2 {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.structure-item.sial .item-hover h2 {
    color: #fff;
}

/* extra */
#kcaptcha_response_field {
    margin-bottom: 10px;
}

.form input[type="checkbox"] + label {
    margin-left: 5px;
}

select#cuselFrame-module-object-front-form-item-catalog,
select#module-object-front-form-item-catalog {
    width: 215px !important;
}

.modal h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

