/* layer: default */
/* group: page | Общий стиль сайта */
/* param: text_color            | Цвет текста | color | #000 */
/* param: body_img              | Фоновое изображение страницы | url | */
/* param: body_repeat           | Повторение фона страницы | repeat  | repeat-y */
/* param: body_color            | Цвет фона страницы | color | #e6e6e6 */
/* param: size                  | Размер шрифта  | size | 12px */
/* param: favicon               | Изображение favicon | url | /skewer_build/Page/Main/images/favicon.ico */
html, body {
    height: 100%;
}
body {
    background: [page.body_color] url("[page.body_img]") scroll 50% 0 [page.body_repeat];
    color: [text_color];
    font: [size]/1.4 Tahoma,arial,verdana;
    margin: 0;
    position: relative;
    z-index: 0;
}

/* group: page.h1 | Заголовок 1-го уровня */
/* param: color              | Цвет заголовка | color | #d30001  */
/* param: size               | Размер шрифта  | size | 22px */


h1 {
    color: #808080;
    font-family: Tahoma;
    font-size: [size];
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 0.5em 0;
    text-decoration: none;
    color: [color];
}

/* group: page.h2 | Заголовок 2-го уровня */
/* param: color              | Цвет заголовка | color | #000  */
/* param: size               | Размер шрифта  | size | 18px */

h2,
h2 a:link, 
h2 a:active, 
h2 a:visited, 
h2 a:hover,
a:link h2, 
a:active h2, 
a:visited h2, 
a:hover h2  {
    color: [color];
    font-family: Tahoma;
    font-size: [size];
    font-style: normal;
    font-weight: normal;
    margin: 0 0 0.3em;
    text-decoration: none;
}
/* group: editor.h3 | Заголовок 3-го уровня */
/* param: color              | Цвет заголовка | color | #000  */
/* param: size               | Размер шрифта  | size | 16px */
/* param: bold               | Толщина шрифта  | font-weight | normal */
/* param: family             | Семейство шрифта  | family | Tahoma */
/* param: style              | Стиль шрифта  | font-style | normal */
h3 {
    color: [editor.h3.color];
    font-family: [editor.h3.family];
    font-size: [editor.h3.size];
    font-style: [editor.h3.style];
    font-weight: [editor.h3.bold];
    margin: 0 0 0.5em;
    text-decoration: none;
}
/* group: editor.a | Стиль ссылок */
/* param: color              | Цвет ссылки | color | #66cd00 */
a {
    color: [color];
}
a:visited {
    color: [color];
}
a:hover, a:active {
    color: [color];
}
img {
    border: 0 none;
}
.g-clear {
    clear: both;
    font-size: 0;
    display: block;
    z-index: 1;
    width: 100%;
}
.g-body_print {
    background: #fff; 
}
/* group: page.relis | Дата последнего изменения */
/* param: color              | Цвет заголовка | color | #666666  */
/* param: size               | Размер шрифта  | em | 0.917em */
.g-relis {
    color: [color];
    font-size: [size];
    text-align: right;
}
/*------------------------*/
.b-headprint {
    padding-bottom: 10px;
    border-bottom: 5px solid #bebebe;
}
.b-headprint td {
    vertical-align: middle;
}
.b-headprint td.b-logoprint {
    vertical-align: top;
}
/*------------------------*/
.container__field, .container__page, .l-container {
    min-width: 980px;
    width: 100%;
}
.l-container {
    overflow: hidden;
    position: absolute;
}
/* group: page.btnup | Кнопка наверх */
/* param: back                | Цвет фона | color | #68B734  */
/* param: backon              | Цвет фона при наведении | color | #66CC33  */
/* param: color               | Цвет текста | color | #fff  */
/* param: coloron             | Цвет текста при наведении | color | #fff  */
.page_top, .page_top:visited {
    background-color: [page.btnup.back];
    bottom: 0;
    color: [page.btnup.color];
    cursor: pointer;
    display: none;
    padding: 10px 30px;
    position: fixed;
    right: 20px;
    text-decoration: none;
    z-index: 999;
}
.page_top:active, .page_top:hover {
    background-color: [page.btnup.backon];
    color: [page.btnup.coloron];
    text-decoration: none;
}
.container__field, .container__page {
    left: 50%;
    max-width: 1280px;
    position: relative;
    top: 0;
}
.container__page {
    z-index: 1;
}
.container__wrapper, .container__content {
    left: -50%;
    position: relative;
    width: 100%;
}
.container__content {
    background-color: #fff;
}
.container__opera {
    left: 0;
    overflow: hidden;
    top: 0;
    width: 100%;
}
.container__right, .container__left, .container__wrapper, .container__field, .container__opera {
    height: 100%;
    position: absolute;
}
.container__right, .container__left {
    width: 1000px;
}
/* group: page.sh | Боковые тени */
/* param: shleft                | Изображение левой тени | url | /skewer_build/Page/Main/images/bgl.gif */
/* param: shleft_repeat         | Повторение левой тени | repeat  | repeat-y */
/* param: shright               | Изображение правой тени | url | /skewer_build/Page/Main/images/bgr.gif */
/* param: shright_repeat        | Повторение левой тени | repeat  | repeat-y */
/* param: background_color      | Цвет обрамления страницы | color | transparent */
.container__left {
    background: url("[page.sh.shleft]") [page.sh.shleft_repeat] scroll 100% 0 [page.sh.background_color];
    left: -1000px;
}
.container__right {
    background: url("[page.sh.shright]") [page.sh.shright_repeat] scroll 0 0 [page.sh.background_color];
    margin-left: 100%;
}

    /*------------------------*/
    .l-container_footer {
        margin-top: -80px;
        min-height: 0;
        z-index: 10;
    }
    .l-container_footer .container__page {
        padding-bottom: 0;
    }
    .l-container_footer .container__content {
        background: none repeat scroll 0 0 #A1A1A1;
        color: #D5D2CA;
        height: 80px;
    }
/*------------------------*/
.l-footerbox {
    position: relative;
}
/* group: page.footer | Подвал сайта */
/* param: color            | Фоновый цвет | color | #5c9207 */
/* param: image            | Фоновое изображение | url | /skewer_build/Page/Main/images/foot-bg.gif */
/* param: repeat           | Повторение фонового изображения | repeat | repeat-x */
/* param: position_h       | Горизонтальное выравнивание фонового изображения | h-position | left */
/* param: position_v       | Вертикальное выравнивание фонового изображения | v-position | top */
/* param: color_t          | Цвет текста | color | #fff */
/* param: color_a          | Цвет ссылок | color | #fff */
.l-footerbox .footerbox__wrapper {
    padding-top: 3px;
    background: [color] url("[image]") [repeat] scroll [position_h] [position_v];
    z-index: 1;
}

.l-footerbox .footerbox__left {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    background: ;
    z-index: 0;
}
.l-footerbox .footerbox__right {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100%;
    background: ;
    z-index: 0;
}
    /*------------------------*/
    .l-footerbox-print {
        border-top: 5px solid #bebebe;
        color: #000;
    }
    .l-footerbox-print .footerbox__wrapper {
        background: none;
    }
    
/*------------------------*/
.l-grid {
    width: 100%;
    position: relative;
    color: [page.footer.color_t];
}
.grid__wrapper {
    padding: 10px;
    position: relative;
}
.grid__wrapper:after {
    clear: both;
    content: "";
    display: block;
}
.grid__item {
    clear: right;
    display: none;
    float: left;
}
.l-grid_1 .grid__item {
    display: block;
    width: 100%;
}
.l-grid_2 .grid__item {
    display: block;
    width: 50%;
}
.l-grid_3 .grid__item {
    display: block;
    width: 33.33%;
}
.l-grid_4 .grid__item {
    display: block;
    width: 25%;
}
.l-grid_5 .grid__item {
    display: block;
    width: 20%;
}
.l-grid a {
    color: [page.footer.color_a];
}
    /*------------------------*/
    .l-grid_tape {
        background: none repeat scroll 0 0 #EBEBE1;
    }
    .l-grid_tape .grid__wrapper {
        padding: 0.5em 10px;
    }
    .l-grid_tape .grid__indent {
        padding: 10px;
    }
    .l-grid_tape a, .l-grid_tape a:visited {
        color: #258DC3;
    }
    .l-grid_tape a:hover, .l-grid_tape a:active {
        color: #A3A096;
    }
    /*------------------------*/
    .l-grid-print {
        color: #000;
        font-size: 0.92em;
    }
    .l-grid-print a {
        color: #000;
    }
    /*------------------------*/
    body.l-grid {
        color: [page.footer.color_t];
        background-color: [page.footer.color];
    }
    body.l-grid a {
        color: [page.footer.color_a];
    }
/*------------------------*/
.l-content {
    position: relative;
    width: 100%;
}
.l-content:after {
    clear: both;
    content: "";
    display: block;
}
.content__wrapper {
    float: left;
    width: 100%;
}
.content__center {
    margin: 0 220px;
    position: relative;
}
.content__right, .content__left {
    clear: right;
    float: left;
    width: 220px;
}
.content__left {
    margin-left: -100%;
}
.content__right {
    margin-left: -220px;
}
.content__indent {
    position: relative;
}
    /*------------------------*/
    .l-content_c .content__center {
        margin: 0;
    }
    .l-content_c .content__right, .l-content_c .content__left {
        display: none;
    }
    /*------------------------*/
    .l-content_lc .content__center {
        margin-right: 0;
    }
    .l-content_lc .content__right {
        display: none;
    }
    /*------------------------*/
    .l-content_cl .content__center {
        margin-left: 0;
    }
    .l-content_cl .content__left {
        margin-left: -220px;
    }
    .l-content_cl .content__right {
        display: none;
    }
    /*------------------------*/
    .l-content_cr .content__center {
        margin-left: 0;
    }
    .l-content_cr .content__left {
        display: none;
    }
    .l-content_cr .content__right {
        margin-left: -220px;
    }
    /*------------------------*/
    .l-content_rc .content__center {
        margin-right: 0;
    }
    .l-content_rc .content__left {
        display: none;
    }
    .l-content_rc .content__right {
        margin-left: -100%;
    }
    /*------------------------*/
    .l-content_rcl .content__left {
        margin-left: -220px;
    }
    .l-content_rcl .content__right {
        margin-left: -100%;
    }
/*------------------------*/
.b-counter {
    position: relative;
    width: 100%;
    min-height: 10px;
}

.b-counter td {
    vertical-align: middle;
}

/*------------------------*/
.b-input {
    padding: 0 6px 0 0;
}
.b-input input {
    font-family: tahoma;
    left: 6px;
    margin-left: -6px;
    position: relative;
    width: 100%;
}
/*------------------------*/
/* group: search | Краткая форма поиска */
/* param: btn_img      | Изображение кнопки поиска | url | /skewer_build/Page/Main/images/btnsearch.gif */
/* param: btn_width    | Ширина кнопки поиска | size | 34px */
/* param: btn_height   | Высота кнопки поиска | size | 20px */
.b-search {
    margin: 0 0 1.5em;
    padding: 0;
    position: relative;
}
.b-search h2 {
}
.b-search table {
    border-collapse: collapse;
    width: 100%;
}
.b-search input {
    width: 140px;
    border: 1px solid #7B7978;
    color: #515151;
}
.b-search .input {
    padding: 0;
    vertical-align: middle;
    width: 100%;
}
.b-search button {
    margin: 0;
    padding: 0;
    border: 0;
    float: right;
    background: url([btn_img]) 0 0 no-repeat;
    width: [btn_width];
    height: [btn_height];
}
.b-search_page {
    padding: 0;
}
.b-search_page input {
    font-size: 1.21em;
}
    /*------------------------*/
    .b-search_big input {
        width: 250px;
    }
    .b-search_big button {
        float: left;
    }
/*------------------------*/
.b-tape {
    position: relative;
    width: 100%;
}
.b-tape p, .b-tape h3 {
    font-weight: normal;
    margin: 0;
}
.b-tape h3 {
    font-size: 0.86em;
    font-weight: bold;
    margin-bottom: 0.6em;
}
.b-tape p {
    font-size: 0.79em;
}
/*------------------------*/
.b-banner {
    overflow: hidden;
    padding: 1em 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.b-banner img {
    border: 0 none;
    vertical-align: top;
}
/*------------------------*/
.b-header {
    position: relative;
}
.b-header p {
    margin: 0;
}
/*------------------------*/
.b-upper-logo {
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 5;
}
/*------------------------*/
/* group: menu | Меню */
.b-sevice {
    padding: 1em 200px 1em 50px;
    z-index: 1;
}
.b-sevice:after {
    clear: both;
    content: "";
    display: block;
}
.b-sevice ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
/* group: menu.top | Верхнее меню */
/* group: menu.top.li | Стиль текста пункта меню  */
/* param: font-size           | Размер шрифта | em | 1.167em  */
/* param: weight              | Толщина шрифта | font-weight | bold  */
/* param: padding_t           | Отступ сверху | em | 0  */
/* param: padding_r           | Отступ справа | em | 1em */
/* param: padding_b           | Отступ снизу | em | 0  */
/* param: padding_l           | Отступ слева | em | 1em  */
/* param: border-weight       | Толщина бордера | px | 1px */
/* param: border-color        | Цвет бордера | color | #000  */
/* param: border-style        | Стиль бордера | border-style | dotted  */
.b-sevice li { 
    border-right: [border-weight] [border-style] [border-color];
    display: inline-block;
    font-size: [font-size];
    font-weight: [weight];
    line-height: 1.1;
    margin: 0;
    padding: [padding_t] [padding_r] [padding_b] [padding_l];
    position: relative;
    text-transform: none;
}
/* group: menu.top.a | Стиль невыбранного пункта  */
/* param: text-decor           | Подчёркивание ссылки | text-decoration | underline  */
/* param: color                | Цвет ссылки | color | #000000  */
.b-sevice a:link, 
.b-sevice a:visited,
.b-sevice a:hover, 
.b-sevice a:active {
    color: [color];
    text-decoration: [text-decor];
}
.b-sevice ins {
    display: none;
    height: 15px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0.25em;
    width: 15px;
}
.b-sevice a:hover ins {}
/* group: menu.top.aon | Стиль выбранного пункта */
/* param: text-decor           | Подчёркивание ссылки | text-decoration | none  */
/* param: color                | Цвет ссылки | color | #000000  */
.b-sevice a.on:link, 
.b-sevice a.on:visited,
.b-sevice a.on:hover, 
.b-sevice a.on:active {
    color: [color];
    text-decoration: [text-decor];
}
.b-sevice .on ins {}
/*------------------------*/
/* group: page.head | Шапка сайта */
/* param: logo             | Изображение логотипа | url | /skewer_build/Page/Main/images/logo.png */
/* param: logo1            | Изображение в правой части шапки | url | /skewer_build/Page/Main/images/map1.png */
/* group: page.head.img    | Фоновое изображение в шапке сайта */
/* param: color            | Фоновый цвет | color | transparent */
/* param: image            | Фоновое изображение | url | /skewer_build/Page/Main/images/banner-admin.jpg */
/* param: repeat           | Повторение фонового изображения | repeat | repeat-x */
/* param: position_h       | Горизонтальное выравнивание фонового изображения | h-position | left */
/* param: position_v       | Вертикальное выравнивание фонового изображения | v-position | bottom */
/* param: height           | Высота блока | px | 142px */

.b-picture {
    position: relative;
    text-align: center;
    overflow: hidden;
    background: [color] url("[image]") [repeat] scroll [position_h] [position_v];
    height: [height];
}

    /*------------------------*/
    body.b-picture {
        position: relative;
        text-align: center;
        overflow: hidden;
        background: url("[image]") 0 0;
        height: [height];
    }
/*------------------------*/
.b-logo {
    left: 0;
    top: 1px;
    position: absolute;
    z-index: 9;
}
.b-logo img {
    border: 0 none;
}
.b-logoprint img {
    border: 0 none;
}
.b-logoprint a:link,
.b-logoprint a:active,
.b-logoprint a:visited,
.b-logoprint a:hover {
    text-decoration: none;
}
/*------------------------*/
/* group: menu.left | Левое меню */
/* param: margin-b            | Отступ снизу | em | 2em */
.b-menu {
    margin-bottom: [margin-b];
    padding: 0;
    position: relative;
    text-align: left;
}
.b-menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}
.b-menu li {
    color: #000000;
    font-family: Tahoma;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    position: relative;
    text-decoration: none;
}
/* group: menu.left.level1 | 1-й уровень */
/* group: menu.left.level1.a | Стиль ссылок */
/* param: font-size            | Размер шрифта | em | 1.17em */
/* param: font-family          | Название шрифта | family| Tahoma */
/* param: font-style           | Стиль шрифта | font-style | normal */
/* param: weight               | Толщина шрифта | font-weight | normal */
/* param: text-decor           | Подчёркивание ссылки | text-decoration | none  */
/* param: color                | Цвет ссылки | color | #000000  */
.b-menu a, .b-menu a:visited {
    color: [color];
    font-family: [font-family];
    font-size: [font-size];
    font-style: [font-style];
    font-weight: [weight];
    text-decoration: [text-decor];
}
/* group: menu.left.level1.hover | Стиль выделенных ссылок */
/* param: font-size            | Размер шрифта | em | 1.17em */
/* param: font-family          | Название шрифта | family| Tahoma */
/* param: font-style           | Стиль шрифта | font-style | normal */
/* param: weight               | Толщина шрифта  | font-weight | normal */
/* param: text-decor           | Подчёркивание ссылки | text-decoration | none  */
/* param: color                | Цвет ссылки | color | #000000  */
.b-menu a:hover, .b-menu a:active {
    color: [color];
    font-family: [font-family];
    font-size: [font-size];
    font-style: [font-style];
    font-weight: [weight];
    text-decoration: [text-decor];
}
.b-menu .level-1 {
}
.b-menu .item-1 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0.86em;
    text-transform: none;
}
/* group: menu.left.level1.li1 | Стиль пункта меню*/
/* param: color            | Фоновый цвет | color | transparent */
/* param: image            | Фоновое изображение | url | /skewer_build/Page/Main/images/mbg.gif */
/* param: repeat           | Повторение фонового изображения | repeat | repeat-x */
/* param: position_h       | Горизонтальное выравнивание фонового изображения | h-position | left */
/* param: position_v       | Вертикальное выравнивание фонового изображения | v-position | bottom */
/* param: padding_t        | Отступ сверху | px | 5px  */
/* param: padding_r        | Отступ справа | px | 32px  */
/* param: padding_b        | Отступ снизу | px | 5px  */
/* param: padding_l        | Отступ слева | px | 10px  */
.b-menu .item-1 span {
    background: [color] url("[image]") [repeat] scroll [position_h] [position_v];
    display: block;
    padding: [padding_t] [padding_r] [padding_b] [padding_l];
}
/* group: menu.left.level1.li1image | Маркер невыбранного пункта */
/* param: image            | Изображение | url | /skewer_build/Page/Main/images/mar_unsel.gif */
/* param: width            | Ширина | px | 20px */
/* param: height           | Высота | px | 20px */
.b-menu .item-1 ins {
    background: url("[image]") no-repeat scroll 50% 50% transparent;
    height: [height];
    width: [width];
    overflow: hidden;
    position: absolute;
    right: 2px;
    top: 5px;
}
.b-menu .on-1 {
    background: none repeat scroll 0 0 #FFFFFF;
}
/* group: menu.left.level1.li1on | Стиль выбранного пункта меню */
/* param: color            | Фоновый цвет | color | #739900 */
/* param: image            | Фоновое изображение | url | /skewer_build/Page/Main/images/mbg2.gif */
/* param: repeat           | Повторение фонового изображения | repeat | repeat-x */
/* param: position_h       | Горизонтальное выравнивание фонового изображения | h-position | left */
/* param: position_v       | Вертикальное выравнивание фонового изображения | v-position | bottom */
.b-menu .on-1 span {
    background: [color] url("[image]") [repeat] scroll [position_h] [position_v];
    color: #FFFFFF;
    text-decoration: none;
}
/* group: menu.left.level1.a1on | Стиль выбранной ссылки */
/* param: color                | Цвет ссылки | color | #FFFFFF  */
/* param: text-decor           | Подчёркивание ссылки | text-decoration | none  */

.b-menu .on-1 a, .b-menu .on-1 a:visited, .b-menu .on-1 a:hover, .b-menu .on-1 a:active {
    color: [color];
    text-decoration: [text-decor];
}
/* group: menu.left.level1.li1onimage | Маркер выбранного пункта  */
/* param: image            | Изображение | url | /skewer_build/Page/Main/images/mar_unsel2.gif */
.b-menu .on-1 ins {
    background: url("[image]") no-repeat scroll 50% 50% transparent;
}
.b-menu .level-2 {
}
.b-menu .item-2 {
    line-height: 1.1;
    padding: 0.4em 10px 0.6em 20px;
    text-transform: none;
}
/* group: menu.left.level2 | 2-й уровень */
/* group: menu.left.level2.a2 | Стиль ссылок */
/* param: font-size            | Размер шрифта | em | 1.17em */
/* param: font-family          | Название шрифта | family| Tahoma */
/* param: font-style           | Стиль шрифта | font-style | normal */
/* param: weight               | Толщина шрифта  | font-weight | normal */
/* param: text-decor           | Подчёркивание ссылки | text-decoration | none  */
/* param: color                | Цвет ссылки | color | #000000  */
.b-menu .item-2 a, .b-menu .item-2 a:visited {
    color: [color];
    font-family: [font-family];
    font-size: [font-size];
    font-style: [font-style];
    font-weight: [weight];
    text-decoration: [text-decor];
}
/* group: menu.left.level2.hover2 | Стиль выделенных ссылок */
/* param: font-size            | Размер шрифта | em | 1.17em */
/* param: font-family          | Название шрифта | family| Tahoma */
/* param: font-style           | Стиль шрифта | font-style | normal */
/* param: weight               | Толщина шрифта  | font-weight | normal */
/* param: text-decor           | Подчёркивание ссылки | text-decoration | underline  */
/* param: color                | Цвет ссылки | color | #000000  */
.b-menu .item-2 a:hover, .b-menu .item-2 a:active {
    color: [color];
    font-family: [font-family];
    font-size: [font-size];
    font-style: [font-style];
    font-weight: [weight];
    text-decoration: [text-decor];
}
/* group: menu.left.level2.on2 | Стиль выбранной ссылки */
/* param: text-decor           | Подчёркивание ссылки | text-decoration | underline  */
/* param: color                | Цвет ссылки | color | #000000  */
.b-menu .on-2 a, .b-menu .on-2 a:visited, .b-menu .on-2 a:hover, .b-menu .on-2 a:active {
    color: [color];
    text-decoration: [text-decor];
}
.b-menu .level-3 {
}
.b-menu .item-3 {
    padding: 0.5em 20px 0;
}
/* group: menu.left.level3 | 3-й уровень */
/* group: menu.left.level3.a3 | Стиль ссылок */
/* param: font-size            | Размер шрифта | em | 1em */
/* param: font-family          | Название шрифта | family| Tahoma */
/* param: font-style           | Стиль шрифта | font-style | normal */
/* param: weight               | Толщина шрифта  | font-weight | normal */
/* param: text-decor           | Подчёркивание ссылки | text-decoration | none  */
/* param: color                | Цвет ссылки | color | #000000  */
.b-menu .item-3 a, .b-menu .item-3 a:visited {
    color: [color];
    font-family: [font-family];
    font-size: [font-size];
    font-style: [font-style];
    font-weight: [weight];
    text-decoration: [text-decor];
}
/* group: menu.left.level3.hover3 | Стиль выделенных ссылок */
/* param: font-size            | Размер шрифта | em | 1em */
/* param: font-family          | Название шрифта | family| Tahoma */
/* param: font-style           | Стиль шрифта | font-style | normal */
/* param: weight               | Толщина шрифта  | font-weight | normal */
/* param: text-decor           | Подчёркивание ссылки | text-decoration | underline  */
/* param: color                | Цвет ссылки | color | #000000  */
.b-menu .item-3 a:hover, .b-menu .item-3 a:active {
    color: [color];
    font-family: [font-family];
    font-size: [font-size];
    font-style: [font-style];
    font-weight: [weight];
    text-decoration: [text-decor];
}
/* group: menu.left.level3.on3 | Стиль выбранной ссылки  */
/* param: text-decor           | Подчёркивание ссылки | text-decoration | underline  */
/* param: color                | Цвет ссылки | color | #000000  */
.b-menu .on-3 a, .b-menu .on-3 a:visited, .b-menu .on-3 a:hover, .b-menu .on-3 a:active {
    color: [color];
    text-decoration: [text-decor];
}
/*------------------------*/
.b-special {
    position: relative;
}
.b-special h2 {
}
.b-special h3 {
    color: #000000;
    font-size: 0.93em;
    font-weight: bold;
    margin: 0 0 0.3em;
    padding: 0 10px;
}
.b-special p {
    font-size: 0.79em;
    margin: 0;
    padding: 0 10px;
}
.b-special ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.b-special li {
    margin: 0 0 2em;
}
.b-special div {
    margin: 0 0 0.6em;
    position: relative;
}
.b-special img {
    border: 0 none;
    vertical-align: top;
}
.b-special a, .b-special a:visited {
}
.b-special a:hover, .b-special a:active {
}
/*------------------------*/
/* group: modules | Модули */
/* group: modules.news | Новости */
.b-news {
    margin-bottom: 2em;
    padding: 0;
    position: relative;
}
.b-news dl {
    margin: 0;
    padding: 0 0 0.2em;
    position: relative;
}
.b-news dt {
    margin: 0 0 0.5em 0;
}
/* group: modules.news.date | Дата */
/* param: color              | Цвет заголовка | color | #737373  */
/* param: size               | Размер шрифта  | em | 0.917em */
.b-news .news__date {
    margin-right: 1em;
    padding-right: 1em;
    color: [color];
    font-weight: bold;
    font-size: [size];
    border-right: 1px solid [color];
}

/* group: modules.news.dd | Блок новости */
/* param: image              | Изображение разделителя | url | /skewer_build/Page/Main/images/dotts.gif  */
/* param: margin_b           | Отступ до следующей новости | em | 1em  */
/* param: size               | Отступ до следующей новости | em | 1em  */
.b-news dd {
    margin: 0 0 [margin_b];
    padding: 0 0 15px 0;
    font-size: [size];
    background: url("[image]") repeat-x scroll 0 100% transparent;
}
/* group: modules.news.a | Стиль ссылок */
/* param: color              | Цвет ссылки | color | #348300  */
/* param: text-decor         | Подчёркивание ссылки | text-decoration | underline  */
.b-news a, .b-news a:visited {
    color: [color];
    text-decoration: [text-decor];
}
/* group: modules.news.hover | Стиль выделенной ссылки */
/* param: color              | Цвет ссылки | color | #348300  */
/* param: text-decor         | Подчёркивание ссылки | text-decoration | none  */
.b-news a:hover, .b-news a:active {
    color: [color];
    text-decoration: [text-decor];
}
.b-news .news_detail_back {
    margin: 1.5em 0;
}
.b-news .news__avtor {
    color: #666666;
    font-family: Tahoma;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}
/* group: modules.news.title | Заголовок новости */
/* param: size               | Размер шрифта | em | 1.167em  */
/* param: weight             | Толщина шрифта | font-weight | bold  */
.b-news .news-title {
    font-weight: [weight];
    font-size: [size];
}
.b-news p {
    margin: 0;
    padding-bottom: 1em;
}
/* group: modules.news.news__doc | Ссылка на файл  */
/* param: image              | Изображение разделителя | url | /skewer_build/Page/Main/images/mar_unsel.gif  */
/* param: padding_t          | Отступ сверху | px | 1px  */
/* param: padding_r          | Отступ справа | px | 21px  */
/* param: padding_b          | Отступ снизу | px | 2px  */
/* param: padding_l          | Отступ слева | px | 0  */
/* param: position_g         | Отступ фонового изображения слева | h-position | 100%  */
/* param: position_v         | Отступ фонового изображения сверху | v-position | 0  */
.b-news .news__doc {
    padding: [padding_t] [padding_r] [padding_b] [padding_l];
    background: url("[image]") [position_g] [position_v] no-repeat;
}
    /*------------------------*/
    .b-news_list {
        margin-bottom: 0;
        padding: 0;
    }
    .b-news_list p {
        font-size: 1em;
        margin: 0;
    }
    .b-news_list dd {
        font-size: 1em;
    }
    /*------------------------*/
    .b-news_page {
        margin-bottom: 1em;
        padding: 0;
    }
    .b-news_page p {
        font-size: 1em;
        font-weight: bold;
        margin: 0;
    }
    .b-news_page .news__date {
        color: #666666;
        font-family: Tahoma;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
    }
    /*------------------------*/
    .news_detail_back a {
    }
/*------------------------*/
/* group: menu.path | Хлебные крошки */
.b-path {
    margin: 0;
    padding: 0 0 0.4em;
    position: relative;
}
.b-path li, .b-path ul {
    display: inline;
    margin: 0;
    padding: 0;
}
/* group: menu.path.item | Пункт пути */
/* param: size               | Размер шрифта | em | 0.92em  */
/* param: color              | Цвет | color | #666666  */
.b-path li {
    color: [color];
    font-size: [size];
}
.b-path li:before {
    content: " → ";
}
.b-path li:first-child:before {
    content: "";
}
/* group: menu.path.a | Стиль ссылок */
/* param: color              | Цвет | color | #348300  */
.b-path a {
    color: [color];
}
/*------------------------*/
.b-basket {
    margin: 0.6em 0 1em;
    min-height: 60px;
    padding: 0 0 0 80px;
    position: relative;
}
.b-basket ins {
    background: url("/skewer_build/Page/Main/images/basket2.gif") no-repeat scroll center center #FFFDFC;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 80px;
}
.b-basket dt {
    line-height: 1.7;
    margin: 0;
}
.b-basket dd {
    color: #666666;
    font-size: 0.86em;
    font-style: italic;
    line-height: 1.3;
    margin: 0;
}
    /*------------------------*/
    .b-basketbox {
    }
    .b-basketbox table {
        border-collapse: collapse;
        margin: 0 0 2em;
        padding: 0;
        width: 100%;
    }
    .b-basketbox th {
        background-color: #666666;
        border: 1px solid #666666;
        color: #FFFFFF;
        margin: 0;
        padding: 4px 6px;
        text-align: left;
    }
    .b-basketbox td {
        border: 1px solid #666666;
        margin: 0;
        padding: 6px;
        vertical-align: top;
    }
    .b-basketbox .basketbox__butbox {
        text-align: right;
    }
    .b-basketbox button {
        border: 0 none;
        cursor: pointer;
        height: 26px;
        width: 95px;
    }
    .b-basketbox .basket-delete {
        background: url("/skewer_build/Page/Main/images/delete.gif") no-repeat scroll 0 0 transparent;
    }
    .b-basketbox .basket-send {
        background: url("/skewer_build/Page/Main/images/send.gif") no-repeat scroll 0 0 transparent;
    }
    .b-basketbox .basket-order {
        background: url("/skewer_build/Page/Main/images/order.gif") no-repeat scroll 0 0 transparent;
    }
    .b-basketbox .basket-clear {
        background: url("/skewer_build/Page/Main/images/clear.gif") no-repeat scroll 0 0 transparent;
    }
    .b-basketbox .basket-back {
        background: url("/skewer_build/Page/Main/images/back.gif") no-repeat scroll 0 0 transparent;
    }
    .b-basketbox .basket-recount {
        background: url("/skewer_build/Page/Main/images/recount.gif") no-repeat scroll 0 0 transparent;
    }
/*------------------------*/
/* group: editor | Контентная область */
.b-editor {
    margin-bottom: 1.5em;
    position: relative;
}
.b-editor h2 {
    color: #000;
    font-family: Tahoma;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    margin: 0 0 1em;
    text-decoration: none;
}
.b-editor h3 {
    color: #000000;
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 1em;
}
.b-editor h4 {
    color: #000000;
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 1em;
}
.b-editor h5 {
    color: #000000;
    font-size: 0.86em;
    font-weight: bold;
    margin: 0 0 1em;
}
.b-editor h6 {
    color: #000000;
    font-size: 0.86em;
    font-weight: bold;
    margin: 0 0 0.3em;
}
/* group: editor.p | Абзац */
/* param: padding_b               | Отступ снизу | em | 1em  */
.b-editor p {
    margin: 0;
    padding: 0 0 [padding_b];
}
/* group: editor.ul | Стиль списков */
/* param: padding_b               | Отступ снизу | em | 1em  */
/* param: margin_l                | Отступ слева | em | 3em  */
.b-editor ul, .b-editor ol {
    margin: 0 0 [padding_b];
    padding: 0 0 0 [margin_l];
}
.b-editor ol {
    list-style: decimal outside none;
}
.b-editor ul {
    list-style: square outside none;
}
.b-editor li {
    margin: 0 0 0.5em;
}
.b-editor img {
    border: 0 none;
}
    /*------------------------*/
    body.b-editor {
        margin: 0;
        padding: 6px 8px;
        background: #fff;
    } 
/*------------------------*/
.b-sape {
    clear: both;
    text-align: center;
    width: 100%;
}
/*------------------------*/
.b-pilot {
    position: relative;
    width: 100%;
    z-index: 9;
}
.b-pilot p {
    margin: 0;
}
.pilot__1 {
    padding: 0;
    position: absolute;
    right: 56px;
    top: -10px;
}
/* group: page.head | Шапка сайта */
/* param: color              | Цвет текста | color | #fff  */
/* param: size               | Размер шрифта  | px | 20px */
.pilot__2 {
    padding: 0;
    width: 500px;
    position: absolute;
    left: 250px;
    top: 10px;
    color: [color];
    font-size: [size];
}
.pilot__3 {
    padding: 0;
    position: absolute;
    left: 250px;
    top: 90px;
    color: #fff;
    font-size: 1.286em;
}

    /*------------------------*/
    body.pilot__2 {
        color: #fff;
        font-size: 1.714em;
        background-color: #0180ba; /*фон от шапки*/
        left: auto;
        top: auto;
        position: static;
    }
/*------------------------*/    
.b-switchssp {
    position: absolute;
    top: 7px;
    right: 30px;
    z-index: 10;
}
.b-switchssp a {
    display: table;
}    
.b-switchssp span {
    padding: 0 5px;
    display: table-cell;
    vertical-align: middle;
}
.b-switchssp span:nth-child(1) {
    font-size: 0;
}
/*------------------------*/
.b-auth {
    min-height: 136px;
}
.b-auth .inpusize1 {
    border: 1px solid #8E8F8F;
    width: 120px;
}
.b-auth .auth_btn {
    background: url("/skewer_build/Page/Main/images/btn_enter.gif") no-repeat scroll 0 50% transparent;
    cursor: pointer;
    font-weight: bold;
    margin-left: 10px;
    width: 65px;
}
.b-auth .auth_tab {
    margin-bottom: 10px;
}
.b-auth {
    background: url("/skewer_build/Page/Main/images/auth.gif") no-repeat scroll 50% 50% transparent;
    color: #000000;
    font-family: Tahoma;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    padding: 25px 0 0 15px;
    position: relative;
    text-decoration: none;
}
.b-auth a {
    color: #000000;
    font-family: Tahoma;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}
.b-auth button {
    background: url("/skewer_build/Page/Main/images/btn_enter.gif") no-repeat scroll 50% 50% transparent;
    border: 0 none;
    height: 30px;
    width: 70px;
}
/*------------------------*/
.b-pageline {
    padding-bottom: 1em;
}
.b-pageline:after {
    clear: both;
    content: "";
    display: block;
}
.b-pageline a, .b-pageline span {
    display: block;
    float: left;
    margin-right: 0.5em;
    padding: 0.3em 0.5em;
}
.b-pageline a:hover {
    text-decoration: none;
}
.b-pageline a.pageline__on {
    background-color: #999999;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
.b-pageline .pageline__back1 {
    padding: 0.3em 0;
    text-decoration: none;
}
.b-pageline a.pageline__back2, .b-pageline span.pageline__back2 {
    padding: 0.3em 0.5em 0.3em 0;
}
.b-pageline a.pageline__next1 {
    padding: 0.3em 0;
    text-decoration: none;
}
.b-pageline .pageline__next2 {
}
/*------------------------*/
.b-more {
    background: url("/skewer_build/Page/Main/images/mar_unsel.gif") no-repeat scroll 100% 4px transparent;
    padding-bottom: 1em;
    padding-right: 1em;
}
.b-more:after {
    clear: both;
    content: "";
    display: block;
}
.b-more a {
    color: #AEAEAE;
    float: right;
    font-family: Tahoma;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}
.b-more h2 {
    float: left;
}
/*------------------------*/
/* group: page.column | Центральный блок */
/* param: background-image              | Общее фоновое изображение | url |   */
/* param: background-color              | Общий цвет фона | color | #FFFFFF  */
/* param: position_g                    | Отступ фонового изображения слева | h-position | 0  */
/* param: position_v                    | Отступ фонового изображения сверху | v-position | 0  */
/* param: repeat                        | Повторение фонового изображения | repeat | no-repeat  */
.column {
    background: [page.column.background-color] url([page.column.background-image]) [page.column.position_g] [page.column.position_v] [page.column.repeat];
    height: 100%;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 0;
}
.column:after {
    clear: both;
    content: "";
    display: block;
}
.column__right, .column__left, .column__center {
    clear: right;
    float: left;
}
.column__center {
    width: 100%;
}
/* group: page.column.left | Левая колонка */
/* param: background-image              | Фоновое изображение | url |   */
/* param: background-color              | Цвет фона | color | #FFFFFF  */
/* param: position_g                    | Отступ фонового изображения слева | h-position | 0  */
/* param: position_v                    | Отступ фонового изображения сверху | v-position | 0  */
/* param: repeat                        | Повторение фонового изображения | repeat | no-repeat  */
/* param: width                         | Ширина колонки | size | 237px  */
.column__left {
    margin-left: -100%;
    width: [page.column.left.width];
    overflow: hidden;
}
/* group: page.column.right | Правая колонка */
/* param: background-image              | Фоновое изображение | url |   */
/* param: background-color              | Цвет фона | color | #FFFFFF  */
/* param: position_g                    | Отступ фонового изображения слева | h-position | 0  */
/* param: position_v                    | Отступ фонового изображения сверху | v-position | 0  */
/* param: repeat                        | Повторение фонового изображения | repeat | no-repeat  */
/* param: width                         | Ширина колонки | size | 250px  */
.column__right {
    margin-left: -[page.column.right.width];
    width: [page.column.right.width];
    overflow: hidden;
}
.column__center-indent {
    margin: 0 [page.column.right.width] 0 [page.column.left.width];
    padding: 20px 20px 20px 0;
}
.column__left-indent {
    padding: 20px;
}
.column__right-indent {
    padding: 20px;
}
.column__right-bg, .column__left-bg, .column__center-bg {
    bottom: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
.column__center-bg {
    left: [page.column.left.width];
    right: [page.column.right.width];
}
.column__left-bg {
    left: 0;
    width: [page.column.left.width];
}
.column__right-bg {
    right: 0;
    width: [page.column.right.width];
}
.column__right-inside, .column__left-inside, .column__center-inside {
    border-radius: 0 0 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
/* group: page.column.center | Центральная колонка */
/* param: background-image              | Фоновое изображение | url |   */
/* param: background-color              | Цвет фона | color | #FFFFFF  */
/* param: position_g                    | Отступ фонового изображения слева | h-position | 0  */
/* param: position_v                    | Отступ фонового изображения сверху | v-position | 0  */
/* param: repeat                        | Повторение фонового изображения | repeat | no-repeat  */
.column__center-inside {
    background: [page.column.center.background-color] url([page.column.center.background-image]) [page.column.center.position_g] [page.column.center.position_v] [page.column.center.repeat];
}
.column__left-inside {
    background: [page.column.left.background-color] url([page.column.left.background-image]) [page.column.left.position_g] [page.column.left.position_v] [page.column.left.repeat];
}
.column__right-inside {
    background: [page.column.right.background-color] url([page.column.right.background-image]) [page.column.right.position_g] [page.column.right.position_v] [page.column.right.repeat];
}
    /*------------------------*/
    .column_lc .column__center-indent {
        margin-right: 0;
    }
    .column_lc .column__right {
        display: none;
    }
    .column_lc .column__right-bg {
        display: none;
    }
    .column_lc .column__center-inside {
        border-right-width: 0;
    }
    .column_lc .column__center-bg {
        right: 0;
    }
    /*------------------------*/
    .column_cr .column__center-indent {
        margin-left: 0;
    }
    .column_cr .column__left {
        display: none;
    }
    .column_cr .column__left-bg {
        display: none;
    }
    .column_cr .column__center-inside {
        border-left-width: 0;
    }
    .column_cr .column__center-bg {
        left: 0;
    }
    /*------------------------*/
    .column_c .column__center-indent {
        margin-left: 0;
        margin-right: 0;
    }
    .column_c .column__left,
    .column_c .column__right {
        display: none;
    }
    .column_c .column__left-bg,
    .column_c .column__right-bg {
        display: none;
    }
    .column_c .column__center-inside {
        border-left-width: 0;
    }
    .column_c .column__center-inside {
        border-left-width: 0;
    }
    .column_c .column__center-bg {
        left: 0;
        right: 0;
    }
    /*------------------------*/
    .column__print .column__center-indent {
        margin-right: 0;
        margin-left: 0;
    }
/*------------------------*/
.b-bannerright {
    margin-bottom: 1em;
}
/*------------------------*/
.b-speclink h2 {
    float: left;
}
.b-speclink a {
    padding-top: 5px;
    font-weight: bold;
    float: right;
}
/*------------------------*/
.b-picbox {
    margin-bottom: 1em;
    width: 197px;
    overflow: hidden;
    color: #000;
    text-align: center;
    background: #dbe0e4 url(/skewer_build/Page/Main/images/picbox.bg.gif) 0 100% repeat-x;
}

.b-picbox p {
    margin: 0;
    padding: 0 0 0.75em 0;
}
    /*------------------------*/
    body.b-picbox {
        margin-bottom: 0;
    } 
/*------------------------*/
.b-memberbox {
    margin-bottom: 2em;
}
.b-memberbox h3 {
    margin-bottom: 1.538em;
    padding: 0.2em 0.769em;
    font-size: 1.083em;
    background-color: #e3e7ea;
}
.b-memberbox .memberbox__text {
    overflow: hidden;
}
.b-memberbox .memberbox__img {
    padding-right: 1.67em;
    float: left;
}
.b-memberbox p {
    margin: 0;
    padding: 0;
}
/*------------------------*/
/*-------------------------------*/
.b-formbox {
    margin-bottom: 1em;
}
.b-formbox table {
    width: 100%;
}
.b-formbox td {
    padding: 0.3em 0;
    vertical-align: top;
}
.b-formbox .formbox__left {
    width: 125px;
}
.b-formbox p.formbox__spectext {
    margin: 0;
    font-size: 0.75em;
    color: #b2b2b2;
    clear: both;
}
.b-formbox .formbox__input {
    width: 350px;
    border: 1px solid #8e8f8f;
}
.b-formbox .formbox__select {
    width: 353px;
}
.b-formbox .formbox__mark {
    color: #ff0000;
}
.b-formbox .img_captcha {
    margin-right: 0.5em;
    float: left;
}
.b-formbox .formbox__captcha {
    margin-right: 0.5em;
    float: left;
}
.b-formbox .formbox__captcha input {
    margin-right: 0.5em;
    width: 90px;
    border: 1px solid #8e8f8f;
}
.b-formbox .formbox__textarea {
    width: 477px;
    min-height: 100px;
    resize: vertical;
    display: block;
    border: 1px solid #8e8f8f;
}
.b-formbox label.error {
    font-size: 0.75em;
    color: #cc3333;
    display: block;
}
.b-formbox input.error,
.b-formbox textarea.error {
    border-color: #cc6666;
    background-color: #ffcccc; 
}
.b-formbox .formbox__file {
    margin-right: 0.5em;
}
.b-formbox .formbox__labelr {
    margin-right: 0;
    float: left;
}
.b-formbox .formbox__radio {
    margin-top: 5px;
    margin-right: 1em;
    float: left;
}  
.b-formbox .formbox__delim {
    margin-bottom: 1em;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #e6e6e6;
    font-weight: bold;
}
.b-formbox .agreed_readmore {
    border-bottom: 1px dashed #68b734;
    color: #68b734;
    cursor: pointer;
    margin-left: 10px;
}
.b-formbox .agreed_text {
    display: none;
    margin: 10px 0 0 20px;
}
.b-formbox .formbox__btn2 {
    padding: 0;
    width: 144px;
    height: 26px;
    border: 0;
    background: url(/skewer_build/Page/Main/images/btn_enter.gif) 50% 50% no-repeat;
    cursor: pointer;
    text-indent: -9999px;
}
.b-formbox .formbox__right {
    text-align: right;
}
.b-formbox p {
    margin: 0;
}
/* group: modules.buttons | Кнопки */
/* param: font_family_btn                     | Шрифт кнопки | family  | Tahoma */
/* param: size_btn                            | Размер шрифта кнопки | size | 12px */
/* param: weight_btn                          | Толщина шрифта кнопки | font-weight | bold */
/* param: color_btn                           | Цвет шрифта кнопки | color | #fff */
/* param: back_btn                            | Цвет фона кнопки | color | #587f12 */
.b-formbox__btn {
    margin: 0 0 1em 0;
    padding: 0 0 2px 0;
    border: 0;
    cursor: pointer;
}
.b-formbox__btn {
    margin: 0 0 1em 0;
    padding: 1px 20px 2px 20px;
    cursor: pointer;
    border: 0;
    background: [modules.buttons.back_btn]; 
    background: linear-gradient(to top, [modules.buttons.back_btn], #739900);
    color: [modules.buttons.color_btn];
    font-weight: bold;
}

    /*-------------------------------*/
    .b-formbox2 {
        padding: 1em;
        border: 1px solid #e6e6e6;
    }
    .b-formbox2 .formbox__left {
        width: 200px;
        
    }
/*-------------------------------*/

/*-------------------------------*/
/* group: specmenu | Специальное меню */
/* param: margin_t                | Отступ сверху | em | 0  */
/* param: margin_r                | Отступ справа | em | 0  */
/* param: margin_b                | Отступ снизу | em | 1em  */
/* param: margin_l                | Отступ слева | em | 0  */

/* param: imgemail                | Иконка письма | url | /skewer_build/Page/Main/images/email.gif */
/* param: imgsub                  | Иконка рассылки | url | /skewer_build/Page/Main/images/subscribe.gif */
/* param: imgprint                | Иконка версии для печати | url | /skewer_build/Page/Main/images/print.gif */
/* param: imgssv                  | Иконка версии для слабовидющих | url | /skewer_build/Page/Main/images/head-icon1.png */
.b-specmenu {
    margin: [margin_t] [margin_r] [margin_b] [margin_l];
    padding: 0;
}
.b-specmenu:after {
    content: "";
    display: block;
    clear: both;
}
.b-specmenu li {
    margin-right: 0.667em;
    padding-right: 0.667em;
    float: left;
    display: block;
    background: url(/skewer_build/Page/Main/images/specmenu.dot.gif) 100% 0 repeat-y;
    height: 17px;
}
.b-specmenu li.last {
    background: none;
}
/* group: specmenu.item | Стиль ссылок */
/* param: color              | Цвет ссылки | color | #017dc4 */
.b-specmenu .specmenu__min {
    font-size: 1em;
    line-height: 13px;
    color: [color];
    cursor: pointer;
}
.b-specmenu .specmenu__mid {
    font-size: 1.3em;
    line-height: 13px;
    color: [color];
    cursor: pointer;
}
.b-specmenu .specmenu__big {
    font-size: 1.5em;
    line-height: 13px;
    color: [color];
    overflow: hidden;
    cursor: pointer;
}
.b-specmenu .on {
    font-weight: bold;
}
.b-specmenu img {
    cursor: pointer;
}
/*-------------------------------*/
.b-phoneright {
    margin-bottom: 2em;
}
.b-phoneright .title {
    padding: 6px 0 8px 60px;
    background: url(/skewer_build/Page/Main/images/phone.gif) 0 49% no-repeat;
    font-size: 15px;
    font-weight: bold;
    color: #d90101;
}
.b-phoneright .text {
    font-size: 22px;
    text-align: center;
}
.b-phoneright p {
    margin: 0;
    padding: 0;
}
/*-------------------------------*/
/* group: modules.formopros | Голосование */
/* param: btngolos              | Изображение кнопки голосовать | url | /skewer_build/Page/Main/images/btn_golos.gif */
/* param: btnresult             | Изображение кнопки результаты | url | /skewer_build/Page/Main/images/btn_result.gif */
/* param: image                 | Фоновое изображение шапки  | url | /skewer_build/Page/Main/images/formopros.gif */
/* param: bordercolor           | Цвет рамки  | color | #ff0000 */
/* param: borderstyle           | Стиль рамки  | border-style | dotted */
/* param: color                 | Цвет заголовка  | color | #fff */
.b-formopros {
    margin-bottom: 2em;
}
.b-formopros .title {
    padding: 4px 10px;
    background: url([image]) 0 0 repeat-x;
    color: [color];
    font-size: 12px;
    font-weight: bold; 
}
.b-formopros .text {
    padding: 10px;
    border: 1px [borderstyle] [bordercolor];
    border-top: 0;
}
.b-formopros .text div div {
    margin-bottom: 0.5em;
}
.b-formopros .text:after {
    content: "";
    clear: both;
    font-size: 0;
}
.b-formopros input {
    float: left;
}
.b-formopros p {
    margin: 0;
    padding: 0 0 1.5em 0;
}
.b-formopros button {
    margin: : 0;
    padding: 0;
    border: 0;
    background: #fff; 
}
.b-formopros .formopros_btn {
    margin-top: 1em;
    text-align: center;
}
.b-formopros .line {
    margin-bottom: 0.5em;
}
.b-formopros .line span {
    display: block;
    overflow: hidden;
}
/*-------------------------------*/
.b-result {
    margin-bottom: 1em;
}
.b-result p {
    margin: 0;
    padding: 0 0 1em 0;
}
.b-result .title {
    font-size: 14px;
}
/*-------------------------------*/

/*-------------------------------*/
.b-sitemap {}
.b-sitemap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.b-sitemap ul ul {
    padding-top: 0.5em;
    list-style: disc inside;
}
.b-sitemap li {
    margin-bottom: 0.5em;
    font-size: 1.2em;
    font-weight: bold;
}
.b-sitemap li li {
    margin-left: 3em;
    font-size: 0.92em;
    font-weight: normal;
}

/*-------------------------------*/
.b-galbox {
    text-align: center;
}
.b-galbox h2 {}
.b-galbox .galbox__pageline {
    text-align: center;
}
.b-galbox .galbox__pageline a {
    padding: 0 0.5em;
}
.b-galbox .galbox__wrapper {
    display: inline;
    text-align: center;
}
.b-galbox .galbox__contentbox {
    margin-bottom: 1em;
}
.b-galbox .galbox__title {}
.b-galbox .galbox__date {
    font-size: 0.92em;
}
.b-galbox .galbox__item {
    margin-right: 2em;
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}
.b-galbox p {
    margin: 0;
    padding-bottom: 0.3em;
}
.b-galbox .galbox__linkback {
    text-align: left;
}
/*-------------------------------*/
.b-answer {
    padding: 2em 0;
    text-align: center;
    font-weight: bold;
}
/*-------------------------------*/
/* group: modules.guestbox | Отзывы и FAQ */
/* param: font_family            | Шрифт | family  | Arial */
/* param: size                   | Размер | size | 1em */
/* param: weight                 | Толщина шрифта | font-weight | normal */
/* param: style                  | Курсив | font-style | normal */
/* param: decoration             | Подчеркивание | text-decoration | none */
/* param: transform              | Регистр | text-transform | normal */
/* param: color                  | Цвет | color | #707070 */
/* param: color_dot              | Цвет разделителя | color | #dddddd */
/* param: color_bg               | Цвет фона | color | #F2F2F4 */
.b-guestbox {
    font-family: [modules.guestbox.font_family];
    font-size: [modules.guestbox.size];
    font-weight: [modules.guestbox.weight];
    font-style: [modules.guestbox.style];
    text-decoration: [modules.guestbox.decoration];
    text-transform: [modules.guestbox.transform];
    color: [modules.guestbox.color];
}
.b-guestbox dl {
    background-color: [modules.guestbox.color_bg];
}
.b-guestbox dt {
    float: left;
    margin-bottom: 0.5em;
    padding: 0 0.5em;
    width: 150px;
}
.b-guestbox dd {
    margin: 0 0 0.5em;
    min-height: 7em;
    overflow: hidden;
    padding: 0 0.5em;
}
.b-guestbox p {
    margin: 0;
    padding: 0 0 0.5em;
}
.b-guestbox dt.guestbox__dot,
.b-guestbox dd.guestbox__dot {
    background-color: [modules.guestbox.color_dot];
    height: 5px;
    min-height: 0;
    overflow: hidden;
}
.b-guestbox .guestbox__title {
    font-weight: bold;
}
.b-guestbox .guestbox__date {
    font-size: 0.92em;
}
.b-guestbox .guestbox__msgtext {
    text-align: center;
}
/*-------------------------------*/
.b-headsp {
    display: none;
}
.b-sppanel {
    display: none;
}
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/

p.accordeon-header {
    font-weight: 700;
    border-bottom: 1px dashed #000;
    display: table;
    padding: 0;
    margin-bottom: 5px;
    cursor: pointer;
}
.accordeon-text {
    margin-top: 5px;
}

/*****БЛОК Электронные услуги begin*****/
.b-servicesbox {
    position: fixed;
    right: -360px;
    top: 30%;
    max-width: 437px;
    background: #e1e1e1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 999;
}
.b-servicesbox-hidden {
    right: -360px !important;
}
.b-servicesbox:after {
    content: "";
    display: table;
    clear: both;
}
.b-servicesbox:hover {
    right: 0;
}
.b-servicesbox .servicesbox__vertical {
    position: absolute;
    width: 77px;
    left: -77px;
    top: 0;
    bottom: 0;
    background: #ececec;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-servicesbox .servicesbox__logo {
    position: absolute;
    width: 48px;
    height: 57px;
    bottom: 10px;
    left: 50%;
    margin-left: -24px;
    background: url(/skewer/build/Page/Main/images/services.logo.png) 50% 50% no-repeat;
}
.b-servicesbox .servicesbox__logo a:link,
.b-servicesbox .servicesbox__logo a:visited,
.b-servicesbox .servicesbox__logo a:active,
.b-servicesbox .servicesbox__logo a:hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.b-servicesbox .servicesbox__title {
    position: absolute;
    padding: 0;
    left: 50%;
    line-height: 1em;
    margin-left: -0.5em;
    bottom:67px;
    font-size: 18px;
    color:#0065b3;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0;
}
/*fix ie 8-9*/
.b-servicesbox .servicesbox__title {
    padding-bottom: 20px\9;
    writing-mode: tb-rl\9;
    -ms-transform:  none\9;
    transform: none\9;
}

/*fix ie 10-11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .b-servicesbox .servicesbox__title {
        padding: 0;
        writing-mode: lr-tb;
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -ms-transform-origin: left top 0;
        transform-origin: left top 0;
    }
}
.b-servicesbox .servicesbox__content {
    position: relative;
    float: left;
    width: 292px;
    min-height: 233px;
    padding: 82px 34px 20px 34px;
    font-size: 15px;
    color: #0065b3;
    text-align: center;
    /*-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
}
.b-servicesbox .servicesbox__content p {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}
.b-servicesbox .servicesbox__close {
    position: absolute;
    right: 19px;
    top: 24px;
    width: 15px;
    height: 16px;
    cursor: pointer;
    background: url(/skewer/build/Page/Main/images/del-icon.png) 50% 50% no-repeat;
}
.b-servicesbox .servicesbox__btnbox {
    margin: 20px 0;
}
.b-servicesbox .servicesbox__btn,
.b-servicesbox a.servicesbox__btn:link,
.b-servicesbox a.servicesbox__btn:visited,
.b-servicesbox a.servicesbox__btn:active,
.b-servicesbox a.servicesbox__btn:hover {
    display: inline-block;
    padding: 12px 24px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    background: #0065b3;
}
.b-servicesbox a.servicesbox__btn:active,
.b-servicesbox a.servicesbox__btn:hover {
    background: #0171c7;
}
/*****БЛОК Электронные услуги end****
/*-------------------------*/