/*---default---------------------*/
* {
    font-size: 100.01%;
}
html,
body {
    height: 100%;
}
body {
    margin: 0;
    position: relative;
    z-index: 0;
    font: .88em/1.4 arial, verdana;
    background: #fff;
    color: #666;    
}
h1 {
    margin: 0 0 .3em;
    font-weight: normal;
    font-size: 1.29em;
    color: #000;
}
a {
    color: #014c9a;
}
a:visited {
    color: #800080;
}
a:hover,
a:active{
    color: #ff0000;
}
/*---develop---------------------*/
.z {
    border: 1px dashed red;
}
.x {
    background: orange;
}
.xx {
    background: green;
}
.xxx {
    background: blue;
}
.e {
    color: red;
}
/*---container-------------------*/
.l-container {
    min-width: 1000px;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    background: #a19e94;
}
.container__limiter {
    margin-left: -250px;
    padding-left: 500px;
    width: 50%;
    position: relative;
    left: 25%;
}
.container__wrapper {
    margin-left: -500px;
    position: relative;
}
.container__page {
    margin: 0 -2px; /* fix */
    padding: 0 2px;
    width: 100%;
    position: relative;
    background: #fff;
}
/*---field-----------------------*/
.b-field {
    width: 500px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    background: #ffa7a7;
}
.field__2,
.field__1 {
    width: 100%;
    height: 100%;
    position: absolute;
}
    /*-------------------------------*/
    .b-field_left {
        margin-left: -750px;
        left: 25%;
        background: #fff url(/img/field.left.gif) right 0 repeat-y;
    }
    .b-field_left .field__2,
    .b-field_left .field__1 {
        right: 0;
    }
    /*-------------------------------*/    
    .b-field_right {
        margin-left: 250px;
        left: 75%;
        background: #fff url(/img/field.right.gif) 0 0 repeat-y;
    }
    .b-field_right.field__2,
    .b-field_right.field__1 {
        left: 0;
    }    
/*---grid------------------------*/
.l-grid {
    margin: 0 -2px; /* fix */
    padding: 0 2px;
    width: 100%;    
    position: relative;
}
.grid__wrapper {
    position: relative;
}
.grid__wrapper:after {
    clear: both;
    display: block;
    content: '';
}
.grid__5,
.grid__4,
.grid__3,
.grid__2,
.grid__1 {
    float: left;
    clear: right;
    display: none;
}
.grid__indent {
    position: relative;
}
    /*-------------------------------*/
    .l-grid_1 .grid__2 {
        width: 100%;
        display: block;
    }
    /*-------------------------------*/
    .l-grid_2 .grid__2,
    .l-grid_2 .grid__1 {
        width: 50%;
        display: block;
    }
    /*-------------------------------*/
    .l-grid_3 .grid__3,
    .l-grid_3 .grid__2,
    .l-grid_3 .grid__1 {
        width: 33.33%;
        display: block;
    }
    /*-------------------------------*/
    .l-grid_4 .grid__4,
    .l-grid_4 .grid__3,
    .l-grid_4 .grid__2,
    .l-grid_4 .grid__1 {
        width: 25%;
        display: block;
    }
    /*-------------------------------*/
    .l-grid_5 .grid__5,
    .l-grid_5 .grid__4,
    .l-grid_5 .grid__3,
    .l-grid_5 .grid__2,
    .l-grid_5 .grid__1 {
        width: 20%;
        display: block;
    }
    /*-------------------------------*/
    .l-grid_tape {
        background: #ebebe1;
    }
    .l-grid_tape .grid__wrapper {
        padding: .5em 10px;
    }
    .l-grid_tape .grid__indent {
        padding: 10px;
    }
    .l-grid_tape a,
    .l-grid_tape a:visited {
        color: #258dc3;
        text-decoration: underline;
    }    
    .l-grid_tape a:hover,
    .l-grid_tape a:active{
        color: #a3a096;
    }
    /*-------------------------------*/
    .l-grid_footer .grid__wrapper {
        padding: .5em 10px;
        background: url(/img/footer.gif) repeat-x;
    }
    .l-grid_footer .grid__indent {
        padding: 10px;
    }
    .l-grid_footer form {
        margin: 0;
    }
    .l-grid_footer p {
        margin: 0;
        font-size: .79em;
        line-height: 1.5;
        color: #000;
    }
    .l-grid_footer a {
        color: #fff;
    }
    .l-grid_footer a:hover, 
    .l-grid_footer a:active {
        color: #4d4d4d;
    }    
/*---content---------------------*/    
.l-content {
    margin: 0 -2px; /* fix */
    padding: 0 2px;    
    width: 100%;
    position: relative;
}
.l-content:after {
    clear: both;
    display: block;
    content: '';
}
.content__wrapper {
    width: 100%;
    float: left;    
}
.content__center {
    margin: 0 245px;
}
.content__right,
.content__left {
    float: left;
    clear: right;
    width: 245px;
}
.content__left {
    margin-left: -100%;
}
.content__right {
    margin-left: -245px;
}
.content__indent {
    position: relative;
}
    /*-------------------------------*/
    .l-content_с .content__center {
        margin: 0;
    }
    .l-content_с .content__right,
    .l-content_с .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: -245px;
    }
    .l-content_cl .content__right {
        display: none;
    }
    /*-------------------------------*/
    .l-content_сr .content__center {
        margin-left: 0;
    }
    .l-content_сr .content__left {
        display: none;
    }
    .l-content_сr .content__right {
        margin-left: -245px;
    }
    /*-------------------------------*/
    .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: -245px;
    }
    .l-content_rcl .content__right {
        margin-left: -100%;
    }    
/*---counter---------------------*/
.b-counter {
    width: 100%;
    position: relative;
}
.b-counter:after {
    clear: both;
    display: block;
    content: '';
}
.counter__item {
    margin: 4px 4px 0 0;
    float: left;
    display: block;
}
.b-counter img {
    vertical-align: middle;
}
/*---input-----------------------*/
.b-input {
    padding: 0 6px 0 0;
}
.b-input input {
    margin-left: -6px;
    width: 100%;
    position: relative;
    left: 6px;
    font-family: tahoma;
}
/*---search----------------------*/
.b-search {
    margin: 0 0 2em;
    padding: 0 0 0 20px;
    position: relative;
}
.b-search h2 {
    margin: 0 0 .3em;
    font-weight: bold;
    font-size: 1em;
    color: #000;
}
.b-search table {
    width: 100%;
    border-collapse: collapse;
}
.b-search input {
    font: .86em tahoma;
}
.b-search .input {
    padding: 0;
    width: 100%;
    vertical-align: middle
}
.b-search .button {
    vertical-align: middle;
}
    /*-------------------------------*/
    .b-search_page {
        padding: 0;
    }
    .b-search_page input {
        font-size: 1.21em;
    }
/*---tape------------------------*/
.b-tape {
    width: 100%;
    position: relative;
}
.b-tape p,
.b-tape h3 {
    margin: 0;
    font-weight: normal;
}
.b-tape h3 {
    margin-bottom: .6em;
    font-weight: bold;
    font-size: .86em;
}
.b-tape p {
    font-size: .79em;
}
/*---banner----------------------*/
.b-banner {
    padding: 1em 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.b-banner img {
    vertical-align: top;
    border: 0;
}
/*---phone-----------------------*/
.b-phone {
    padding: .3em 0;
    text-align: center;
    font-size: 1.71em;
    white-space: nowrap;
    color: #a19e94;
}
/*---sevice----------------------*/
.b-sevice {
    margin: 0;
    padding: 1em 0 1em 20px;
    position: relative;
}
.b-sevice:after {
    clear: both;
    display: block;
    content: '';
}
.b-sevice ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    float: left;
}
.b-sevice li {
    margin: 0;
    padding: 0 5% 0 0;
    float: left;
    position: relative;
    font-weight: bold;
    font-size: 1.14em;
    text-transform: uppercase;
    white-space: nowrap;
}
.b-sevice a,
.b-sevice a:visited {
    font-weight: normal;
    color: #000;
}
.b-sevice a:hover,
.b-sevice a:active{
    color: #1d1e84;
}
.b-sevice ins {
    width: 15px;
    height: 15px;
    overflow: hidden;
    position: absolute;
    background: url(/img/img.gif);
    left: 0;
    top: .25em;
    display: none;
}
.b-sevice a:hover ins {
    background: url(/img/img-2.gif);
}
.b-sevice .on {
    color: #1d1e84;
}
.b-sevice .on a,
.b-sevice .on a:visited {
    color: #1d1e84;
}
.b-sevice .on a:hover,
.b-sevice .on a:active{
    color: #000;
}
.b-sevice .on ins {
    background: url(/img/img-2.gif);
}
/*---picture---------------------*/
.b-picture {
    width: 100%;
    height: 267px;
    overflow: hidden;
    position: relative;
    background: url(/img/257_nmoc.jpg);
}
.picture__wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-top: 1px solid #1d1e84;
    background: #dea300;
    background: rgba(222, 163, 0, .5); /* Необязательно, необходим отдельный стиль для IE  */
}
.picture__motto {
    padding: .3em 20px;
    font-style: italic;
    font-size: 1.54em;
    text-transform: uppercase;
    color: #FBD9D0;
}
/*---logo------------------------*/
.b-logo {
    position: relative;
    left: 0;
    top: 0;
}
.b-logo a,
.b-logo {
    width: 245px;
    height: 267px;
    display: block;
    background: url(/img/5190_logo.gif);
}
.b-logo img {
    display: none;
}
/*---menu------------------------*/
.b-menu {
    margin-bottom: 2em;
    padding: 40px 20px;
    position: relative;
    background: #ebebe1;
}
.b-menu ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}
.b-menu li {
    margin: 0;
    position: relative;
    color: #000;
}
.b-menu a,
.b-menu a:visited {
    color: #000;
    text-decoration: none;
}
.b-menu a:hover,
.b-menu a:active{
    color: #a3a096;
}
.b-menu .level-1 {}
.b-menu .item-1 {
    margin: -2px 0 0;
    padding: 0;
    font-size: 0.86em;
    /*text-transform: uppercase;*/    
    border-top: 1px solid #fff;
    border-bottom: 1px solid #a3a096;
}
.b-menu .item-1 span {
    padding: .5em 32px .5em 10px;
    display: block;
    border-top: 1px solid #a3a096;
    border-bottom: 1px solid #fff;    
}
.b-menu .item-1 ins {
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    background: url(/img/menu.gif) no-repeat;
    top: .9em;
    right: 2px;
}
.b-menu .on-1 {
    background: #fff;
}
.b-menu .on-1 span {
    font-weight: bold;
    background: #a19e94;
    color: #014c9a;
}
.b-menu .on-1 a,
.b-menu .on-1 a:visited,
.b-menu .on-1 a:hover,
.b-menu .on-1 a:active{
    color: #014c9a;
}
.b-menu .on-1 ins {
    top: .8em;
    background: url(/img/menu.on.gif) no-repeat
}
.b-menu .level-2 {}
.b-menu .item-2 {
    padding: .2em 10px .4em;
    text-transform: none; 
}
.b-menu .item-2 a,
.b-menu .item-2 a:visited {
    color: #258dc3;
    text-decoration: underline;
}
.b-menu .item-2 a:hover,
.b-menu .item-2 a:active{
    color: #a3a096;
}
.b-menu .level-3 {}
.b-menu .item-3 {
    padding: .5em 0 0 20px;
    font-size: .92em;
}
.b-menu .item-3 a,
.b-menu .item-3 a:visited {}
.b-menu .item-3 a:hover,
.b-menu .item-3 a:active {}
/*---special---------------------*/
.b-special {
    position: relative;
}
.b-special h2 {
    margin: 0 0 .3em;
    font-weight: normal;
    font-size: 1.29em;
    color: #000;    
}
.b-special h3 {
    margin: 0 0 .3em;
    padding: 0 10px 0;
    font-weight: bold;
    font-size: .93em;
    color: #000;    
}
.b-special p {
    margin: 0;
    padding: 0 10px 0;
    font-size: .79em;
}
.b-special ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.b-special li {
    margin: 0 0 2em;
}
.b-special div {
    margin: 0 0 .6em;
    position: relative;
}
.b-special img {
    vertical-align: top;
    border: 0;
}
.b-special a,
.b-special a:visited {}
.b-special a:hover,
.b-special a:active {}
/*---news------------------------*/
.b-news {
    margin-bottom: 2em;
    padding: 0 20px;
    position: relative;
}
.b-news h2 {
    margin: 0 0 .3em;
    font-weight: normal;
    font-size: 1.29em;
    color: #000;    
}
.b-news dl {
    margin: 0;
    padding: 0;
    position: relative;
}
.b-news dt {
    margin: 0;
    font-weight: bold;
    font-size: .79em;
}
.b-news dd {
    margin: 0 0 1em;
    font-size: .79em;
}
.b-news a,
.b-news a:visited {}
.b-news a:hover,
.b-news a:active {}
    /*-------------------------------*/
    .b-news_page {
        margin-bottom: 0;
        padding: 0;
    }
    .b-news_page p {
        margin: 0;
        font-weight: bold;
        font-size: .79em;
    }    
    .b-news_page dt {}
    .b-news_page dd {
        font-size: 1em;
    }
/*---path------------------------*/
.b-path {
    margin: -1.8em 0 0;
    padding: 0 0 .4em;
    position: relative;
}
.b-path li,
.b-path ul {
    margin: 0;
    padding: 0;
    display: inline;
}
.b-path li {
    font-size: .79em;
}
.b-path li:first-child:before {
    content: "";
}
    /*-------------------------------*/
    .b-path_vbar li:before {
        content: "\a0\007c\20";
    }
    /*-------------------------------*/
    .b-path_middot li:before {
        content: "\a0\b7\20";
    }
    /*-------------------------------*/
    .b-path_arrow li:before {
        font-family: "Times New Roman", sans-serif;
        content: "\a0\2192\20";
    }
/*---basket----------------------*/
.b-basket {
    margin: .6em 0 1em;
    padding: 0 0 0 75px;
    min-height: 60px;
    position: relative;
}
.b-basket ins {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: absolute;
    background: #a19e94 center center no-repeat;
    top: 0em;
    left: 0;
}
.b-basket dt {
    margin: 0;
    line-height: 1.7;
}
.b-basket dd {
    margin: 0;
    font-style: italic;
    font-size: .86em;
    line-height: 1.3;
}
/*---map-------------------------*/
.b-map {
   margin: 0 0 1em;
   padding: 0;
   list-style: none; 
}
.b-map ul {
   margin: 0;
   padding: .5em 0 0 3em;
   list-style: none; 
}
.b-map li {
   margin: 0 0 .5em;
   padding: 0;
}
.b-map a,
.b-map a:visited {
    color: #258dc3;
    text-decoration: underline;
}
.b-map a:hover,
.b-map a:active{
    color: #1d1e84;
}
/*---editor----------------------*/
.b-editor {
    position: relative;
}
.b-editor h2 {
    margin: 0 0 .3em;
    font-weight: bold;
    font-size: 1em;
    color: #000;
}
.b-editor h6,
.b-editor h5,
.b-editor h4,
.b-editor h3 {
    margin: 0 0 .3em;
    font-weight: bold;
    font-size: .86em;
    color: #000;
}
.b-editor p {
    margin: 0 0 1em;
}
.b-editor ul,
.b-editor ol {
    margin: 0 0 1em;
    padding: 0 0 0 3em;
}
.b-editor ol {
    list-style: decimal;
}
.b-editor ul {
    list-style: square;
}
.b-editor li {
    margin: 0 0 .5em;
}
.b-editor table {
    margin: 0 0 1em;
    border-collapse: collapse;
}
.b-editor th {
    font-weight: bold;
}
.b-editor td,
.b-editor th {
    padding: .2em .6em;
    border-bottom: 1px solid #e6e6de;
    vertical-align: top;
    text-align: left;
}
.b-editor img {
    border: 0;
}