/*- import typography styles -*/
@import url(/css/typo.css) all;

/* css_manager */html,
body {
    height: 100%;
}
body {
    margin: 0;
    position: relative;
    z-index: 0;
    line-height: 1.2;
    	color : #474747;
	font-family : "Segoe UI", sans-serif;
	font-size : 14px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

    background-color: #ffffff;  
}
h1 {
    margin: 0;
    padding-bottom: 30px;
    	color : #313131;
	font-family : "Segoe UI", sans-serif;
	font-size : 30px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

    text-transform: uppercase;
    line-height: 1.2;
}  
h2 {
    margin: 0 0 .3em;
    text-transform: uppercase;
    	color : #484848;
	font-family : "Segoe UI", sans-serif;
	font-size : 26px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

}
h3 {
    margin: 0 0 .3em;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
a {
    color: #ef8118;
    text-decoration: none;
}
a:visited {
    color: #ef8118;
    text-decoration: none;
}
a:hover,
a:active{
    color: #ef8118;
    text-decoration: underline;
}
.clear, .g-clear {
    clear: both;
}
img {border: 0;}
/*-------------------------------*/
.detailed button{
    background: url(/img/py769tb9.gif) no-repeat scroll 50% 50%;
    border: 0;
}
.g-clear {
    clear: both;
}
/*-------------------------------*/
input,
select,
textarea {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    padding: 6px 5px 5px;
    /*box-shadow: inset 0 0 5px rgba( 0, 0, 0, 0.1 );*/
    border-radius: 0px;
    border: 1px solid #c4c4c4;
    /*box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;*/
}
textarea {
    font-family: Tahoma;
    font-size: 14px;
}
/*-------------------------------*/
.container__field,
.container__page,
.l-container {
    min-width: 980px;
    width: 100%;
}
.l-container {
    min-height: 100%;
    position: absolute;
    overflow: hidden;            
    background-color:#ffffff;
}
.container__field,    
.container__page {
    max-width: 980px;
    position: relative;
    left: 50%;
    top: 0;
}
.container__page {
    z-index: 1;
}
.container__wrapper,
.container__content {
    width: 100%;
    position: relative;
    left: -50%;
}
.container__opera {
    width: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
}
.container__right,
.container__left,
.container__wrapper,
.container__field,
.container__opera {
    height: 100%;
    position: absolute;
}
.container__right,
.container__left {
    width: 1000px;
}
.container__left {
    left: -1000px;
     background: transparent url() 100% 0 repeat-y;
}
.container__right {
    margin-left: 100%;
    background: transparent url() 0 0 repeat-y;
}
    /*-------------------------------*/
    .l-container_footer {
        margin-top: -5em;
        min-height: 0;
    }
    .l-container_footer .container__page {
        padding-bottom: 0;
    }
    .l-container_footer .container__content {
        height: 5em;
        background: #a1a1a1;
        color: #d5d2ca;
    }
/*-------------------------------*/
.l-grid {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
}
.l-grid__stoper {
    padding: .5em 10px;
    height:40px;
}
.grid__wrapper {
    position: relative;
}
.grid__wrapper:after {
    clear: both;
    display: block;
    content: '';
}
.grid__item {
    float: left;
    clear: right;
    display: none;
}
    /*-------------------------------*/
    .l-grid_1 .grid__item {
        width: 100%;
        display: block;
    }
    /*-------------------------------*/
    .l-grid_2 .grid__item {
        width: 50%;
        display: block;
    }
    /*-------------------------------*/
    .l-grid_3 .grid__item {
        width: 33.33%;
        display: block;
    }
    /*-------------------------------*/
    .l-grid_4 .grid__item {
        width: 25%;
        display: block;
    }
    /*-------------------------------*/
    .l-grid_5 .grid__item {
        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;
    }
    .l-grid_tape a:hover,
    .l-grid_tape a:active{
        color: #a3a096;
    }
    /*-------------------------------*/
    .l-grid_footer .grid__wrapper {
        margin: 0 -3000px;
        padding: .5em 3010px;
        background-color: #1f1917;
        background-image: url('/images/empty.gif');
        background-position: left top;
        background-repeat: repeat-x;
        color:#929292;
        height:40px;
        font-size: 12px;
    }
    .l-grid_footer .grid__indent {
        padding: 10px;
    }
    .l-grid_footer form {
        margin: 0;
    }
    .l-grid_footer p {
        margin: 0;
        font-size: 12px;
        line-height: 1.5;
        color:#929292;
    }
    .l-grid_footer a {
        color: #929292;
    }
    .l-grid_footer a:hover, 
    .l-grid_footer a:active {
        color: #929292;
    }   
    .l-grid_footer .web-copyright {
        text-align: right;
    }   
/*-------------------------------*/
.l-content {
    width: 100%;
    position: relative;
}
.l-content:after {
    clear: both;
    display: block;
    content: '';
}
.content__wrapper {
    width: 100%;
    float: left;    
}
.content__center {
    margin: 0 220px;
    position: relative;
}
.content__right,
.content__left {
    float: left;
    clear: right;
    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 {
    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;
}
/*-------------------------------*/
.b-input {
    padding: 0 6px 0 0;
}
.b-input input {
    margin-left: -6px;
    width: 90%;
    position: relative;
    left: 6px;
    font-family: tahoma;
}
/*-------------------------------*/
.b-search {
    margin: 0 0 2em;
    padding: 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 {
    color: #515151;
    border: 1px solid #aaaaaa;
}
.b-search .input {
    padding: 0;
    width: 100%;
    vertical-align: middle;
}
.b-search .button {
    vertical-align: middle;   
}      
.b-search .button button {
    float: right;
    padding: 0;
    margin: 0;
    border: 0 ;
    background: none;  
    font-size: 0;
    cursor: pointer;
    cursor: pointer;
}
    /*-------------------------------*/
    .b-search_page {
        padding: 0;
    }
    .b-search_page input {
        font-size: 1.21em;
    }

.b-search-category {
    background: url("/img/typo/search.category.png") repeat-x scroll 0 50% transparent;
    padding: 17px;
}
.b-search-category a {
    background: url("/img/typo/search.clip.png") no-repeat scroll 0 50% transparent;
    padding: 16px 0 16px 40px;
}
/*-------------------------------*/
.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;
}
/*-------------------------------*/
.b-banner {
    padding: 1em 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.b-banner img {
    vertical-align: top;
    border: 0;
}
/*-------------------------------*/
.b-phone {
    padding: .3em 0;
    text-align: center;
    white-space: nowrap;
}
/*-------------------------------*/
.b-sevice {
    margin: 0;
    position: relative;
    padding-left: 10px;
    z-index: 5;
}
.b-sevice:after {
    clear: both;
    display: block;
    content: '';
}
.b-sevice img {
    vertical-align: middle;
}
.b-sevice .sevice-1 {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    text-align: right;
}
.b-sevice .sevice-1 > .sevice-item-1 {
    margin: 0;
    margin-right: -.3em;
    padding: 0;
    border-right: #000000 dotted 1px;
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    font-size: 1.14em;
    text-transform: none;
    line-height: 1.1;
	color : #0C0500;
	font-family : Arial;
	font-size : 12 pt;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-sevice .sevice-1 > .sevice-item-1:last-child {
    border-right: 0 none;
}
.b-sevice .sevice-item-1 > a,
.b-sevice .sevice-item-1 > a:visited {
    display: block;
    padding: 14px 15px 15px 15px;
	color : #ffffff;

	
	text-decoration : none;

}
.b-sevice .sevice-item-1 > a:hover,
.b-sevice .sevice-item-1 > a:active,
.b-sevice .sevice-item-1-on > a,
.b-sevice .sevice-item-1-on > a:visited,
.b-sevice .sevice-item-1:hover > a {
	color : #0C0500;
	font-family : Arial;
	font-size : 12 pt;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-sevice .sevice-item-1-on > a:hover,
.b-sevice .sevice-item-1-on > a:active{
	color : #0C0500;
	font-family : Arial;
	font-size : 12 pt;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
/*-------------------------------*/
.b-sevice .sevice-item-1:hover .sevice-2 {
    display: block;
}
.b-sevice .sevice-2 {
    border-radius: 0 0 3px 3px;
    list-style: none;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 10px 0;
    margin: 0;
    width: 250px;
    background-color: #fff;
    display: none;
}
.b-sevice .sevice-2 > .sevice-item-2 {
    padding: 0;
    text-align: left;
}
.b-sevice .sevice-item-2 > a,
.b-sevice .sevice-item-2 > a:visited {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    padding: 7px 20px 4px;
    display: block;
}
.b-sevice .sevice-item-2 > a:active,
.b-sevice .sevice-item-2 > a:hover,
.b-sevice .sevice-item-2-on > a:active,
.b-sevice .sevice-item-2-on > a:visited,
.b-sevice .sevice-item-2-on > a {
    background-color: #e7e7e7;
    color: #000;
}
.b-sevice .sevice-3 {
    list-style: none;
    margin: 0;
    padding: 5px 0;
    background-color: #fff;
}
.b-sevice .sevice-3 > .sevice-item-3 {
    padding: 0;
}
.b-sevice .sevice-item-3 > a,
.b-sevice .sevice-item-3 > a:visited {
    color: #2478b3;
    padding: 4px 20px 4px 30px;
    display: block;
}
.b-sevice .sevice-item-3 > a:active,
.b-sevice .sevice-item-3 > a:hover,
.b-sevice .sevice-item-3-on > a:active,
.b-sevice .sevice-item-3-on > a:visited,
.b-sevice .sevice-item-3-on > a {
    color: #8ca1ff;
    text-decoration: none;
}
/*-------------------------------*/
.b-picture {
    margin: 0 -3000px;
    padding: 0 3000px;
    height: 252px;
    overflow: hidden;
    position: relative;
    background-position: center 100%;
    background-repeat: no-repeat; 
}
.picture__wrapper F2key{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.picture__motto {
    padding: .3em 20px;
    font-style: italic;
    font-size: 1.54em;
    text-transform: uppercase;
}
/*-------------------------------*/
.b-top {
    margin: 0 -3000px;
    padding: 0 3000px;
    
    background: url(/img/top-bg.jpg) 50% 0 no-repeat #313131;
}
.b-top *:focus,
.b-top *:active {
    outline: none;
}
.b-top .top__inner {
    padding: 0 20px;
    position: relative;
    min-height: 650px;
}
.b-top .top__content {
    margin-top: -325px;
    padding: 75px 0;
    height: 650px;
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-top .top__logo {
    text-align: center;
}
.b-top .top__title,
.b-top .top__date,
.b-top .top__more {
    margin-left: 305px;
    color: #fff;
}
.b-top .top__title {
    margin-left: 287px;
    margin-bottom: 45px;
    padding-top: 18px;
    padding-left: 18px;
    background: url(/img/title-edge.png) 0 0 no-repeat;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.b-top .top__date {
    margin-bottom: 45px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.b-top .top__more {
    display: inline-block;
    padding-left: 40px;
    position: relative;
    color: #fff;
    font-style: italic;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out; 

}
.b-top .top__more:hover {
    text-decoration: underline;
}
.b-top .top__pic {
    margin-top: -22px;
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    background: url(/img/mouse.png) 0 0 no-repeat;
    width: 24px;
    height: 44px;
}
.b-top .top__pic ins {
    display: block;
    width: 24px;
    height: 13px;
    position: absolute;
    top: 47px;
    left: 0;
    background: url(/img/mouse-arr.png) 0 0 no-repeat;
    text-decoration: none;
}
@-webkit-keyframes arrow-animate {
  0%   { top: 47px; }
  33%  { top: 57px;}
  100% { top: 47px; }
}
@-moz-keyframes arrow-animate {
  0%   { top: 47px; }
  33%  { top: 57px;}
  100% { top: 47px; }
}
@-o-keyframes arrow-animate {
  0%   { top: 47px; }
  33%  { top: 57px;}
  100% { top: 47px; }
}
@keyframes arrow-animate {
  0%   { top: 47px; }
  33%  { top: 57px;}
  100% { top: 47px; }
}
.b-top .top__pic ins {
    -webkit-animation: arrow-animate .6s infinite; /* Safari 4+ */
    -moz-animation: arrow-animate .6s infinite; /* Fx 5+ */
    -o-animation: arrow-animate .6s infinite; /* Opera 12+ */
    animation: arrow-animate .6s infinite; /* IE 10+, Fx 29+ */
    -webkit-animation-iteration-count: 3;
    -moz-animation-iteration-count: 3;
    -o-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
}
@-webkit-keyframes arrow-animate-2 {
  0%   { top: 47px; }
  33%  { top: 57px;}
  100% { top: 47px; }
}
@-moz-keyframes arrow-animate-2 {
  0%   { top: 47px; }
  33%  { top: 57px;}
  100% { top: 47px; }
}
@-o-keyframes arrow-animate-2 {
  0%   { top: 47px; }
  33%  { top: 57px;}
  100% { top: 47px; }
}
@keyframes arrow-animate-2 {
  0%   { top: 47px; }
  33%  { top: 57px;}
  100% { top: 47px; }
}
.b-top .top__content:hover .top__pic ins {
    -webkit-animation: arrow-animate-2 .6s infinite; /* Safari 4+ */
    -moz-animation: arrow-animate-2 .6s infinite; /* Fx 5+ */
    -o-animation: arrow-animate-2 .6s infinite; /* Opera 12+ */
    animation: arrow-animate-2 .6s infinite; /* IE 10+, Fx 29+ */
    -webkit-animation-iteration-count: 2;
    -moz-animation-iteration-count: 2;
    -o-animation-iteration-count: 2;
    animation-iteration-count: 2;
}
    /*---------------------------*/
    .b-top-nojs .top__inner {
        height: 960px;
    }
/*-------------------------------*/
.b-main-achor {
    position: relative;
    top: 16px;
}
/*-------------------------------*/
.b-page404 {
    min-height: 650px;
    position: relative;
    color: #0c0c0c;
}
.b-page404 a,
.b-page404 a:visited {
    text-transform: uppercase;
    color: #000;
    text-decoration: underline;
}
.b-page404 a:active,
.b-page404 a:hover {
    text-decoration: none;
}
.b-page404 .page404__inner {
    margin-top: -250px;
    padding: 75px 0;
    height: 500px;
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-page404 p {
    margin: 0;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
.b-page404 .page404__title {
    font-size: 36px;
}
/*-------------------------------*/
.b-logo {
    position: absolute;
    z-index: 9;
}
.b-logo a,
.b-logo {
    width: 200px;
    height: 50px;
    display: block;
    background: url(../img/img.gif);
}
.b-logo img {
    display: none;
}
/*-------------------------------*/
.b-tablogo {
    padding: 5px 0;
}
/*-------------------------------*/
.b-menu {
    margin-bottom: 2em;
    position: relative;
    background-color: #fffdfc;
    text-align: left;
}
.b-menu ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}
.b-menu li {
    margin: 0;
    position: relative;
    background-color: #f2f1ef;
}
.b-menu li a:link,
.b-menu li a:visited {
    padding: 10px 10px 10px 10px;
    display: block;
    	color : #3b3b3b;
	font-family : "Segoe UI", sans-serif;
	font-size : 14px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-menu li a:hover,
.b-menu li a:active{
    	color : #3b3b3b;
	font-family : "Segoe UI", sans-serif;
	font-size : 14px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-menu .level-1 {}
.b-menu .item-1 {
    margin: 0;
    padding: 0;
    font-size: 0.86em;
    text-transform: none;  
    text-align: center;  
    border: solid #fff;
    border-width: 1px 0;
}
.b-menu .item-1 span {
    display: block;
    background: transparent url('') left bottom repeat-x; 
}
.b-menu .item-1 ins {
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    background: url() 50% 50% no-repeat;
    top: .9em;
    right: 2px;
}
.b-menu .on-1 {
    background: #fff;
}
.b-menu .item-1 span:hover,
.b-menu .on-1 span {
    background: #e1dfda url('') left bottom repeat-x;
    	color : #3b3b3b;
	font-family : "Segoe UI", sans-serif;
	font-size : 14px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-menu li.on-1 a,
.b-menu li.on-1 a:visited,
.b-menu li.on-1 a:hover,
.b-menu li.on-1 a:active, 
.b-menu li a:hover {
    	color : #3b3b3b;
	font-family : "Segoe UI", sans-serif;
	font-size : 14px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-menu .on-1 ins {
    top: .8em;
    background: url() 50% 50% no-repeat
}
.b-menu .level-2 {
    padding: 10px 0;
    background-color: #f2f1ef;
}
.b-menu .item-2 {
    background-color: transparent;
    text-transform: none; 
    line-height: 1.1;
}
.b-menu li.item-2 a,
.b-menu li.item-2 a:visited {
    padding: 5px 10px 5px 20px;
    	color : #3b3b3b;
	font-family : "Segoe UI", sans-serif;
	font-size : 14px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-menu li.item-2 a:hover,
.b-menu li.item-2 a:active{
    	color : #F2AD49;
	font-family : "Segoe UI", sans-serif;
	font-size : 14px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
} 
.b-menu li.on-2 a,
.b-menu li.on-2 a:visited,
.b-menu li.on-2 a:hover,
.b-menu li.on-2 a:active{
    	color : #F2AD49;
	font-family : "Segoe UI", sans-serif;
	font-size : 14px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-menu .level-3 {}
.b-menu .item-3 {}
.b-menu li.item-3 a,
.b-menu li.item-3 a:visited {
    padding: 2px 40px 2px 40px;
    	color : #A8A8A8;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-menu li.item-3 a:hover,
.b-menu li.item-3 a:active {
    	color : #FF5218;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;

}  
.b-menu li.on-3 a,
.b-menu li.on-3 a:visited,
.b-menu li.on-3 a:hover,
.b-menu li.on-3 a:active {
    	color : #FF5218;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;

}
.b-menu a.menu__778,
.b-menu a.menu__778:visited,
.b-menu a.menu__778:active,
.b-menu a.menu__778:hover {
    background: url(/img/dollar_red.png) 10px 50% no-repeat;
}
/*-------------------------------*/
.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 0 10px;
}
.b-special ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.b-special li {
    margin: 0 0 2em;
}
.b-special div {
    margin: 0;
    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 {}
    /*---------------------------*/
    .b-special_left {
        padding: 25px 0 15px;
        border: solid #dcdbd8;
        border-width: 1px 0;
    }
/*-------------------------------*/
.b-socialbtns {
    padding: 10px 0 0;
    text-align: center;
}
.b-socialbtns a,
.b-socialbtns a:visited {
    padding: 0 3px;
    opacity: .75;
}
.b-socialbtns a:active,
.b-socialbtns a:hover {
    opacity: 1;
}
/*-------------------------------*/
.b-registration-btn {
    margin: 0;
    padding: 0 0 20px;
}
.b-registration-btn a,
.b-registration-btn a:visited {
    padding: 15px;
    display: block;
    background-color: #ba2d2b;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.b-registration-btn a:active,
.b-registration-btn a:hover {
    text-decoration: none;
    background-color: #9e2725;
}
/*-------------------------------*/
.b-part {
    padding-bottom: 20px;
}
.b-part h2 {
    margin-left: -18px;
    padding-left: 18px;
    padding-top: 18px;
    background: url(/img/title-edge-2.png) 0 0 no-repeat;
}
.b-part .part__item {
    margin-right: -.25em;
    width: 25%;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 0.2s linear; 
    transition: all 0.2s linear;
}
.b-part .part__item img {
    vertical-align: middle;
}
.b-part:hover .part__item {
    opacity: .6;
    -webkit-transition: all 0.2s linear; 
    transition: all 0.2s linear; 
}
.b-part:hover .part__item:hover {
    opacity: 1;
    -webkit-transition: all 0.2s linear; 
    transition: all 0.2s linear; 
}
/*-------------------------------*/
.b-news {
    margin-bottom: 2em;
    padding: 0 20px;
    position: relative;
}
.b-news dl {
    margin: 0;
    padding: 0 0 15px;
    position: relative;
    overflow: hidden;
    background: url() 0 100% repeat-x;
}
.b-news dt {
    margin: 0;
    padding-bottom: 10px;
    background: url('/images/empty.gif') 0 50% no-repeat;
    padding-left: 0px;
    xheight:px;
}
.b-news .news__date {
    position: relative;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 5px 7px;
    display: inline-block;
    vertical-align: top;
    background-color: #f2ad49;
    	color : #fff;
	font-family : 'Segoe UI', sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-news .news__date:before {
    content: '';
    position: absolute;
    right: 0;
    top: 100%;
    border: solid transparent;
    border-width: 8px 0 5px 5px;
    border-top-color: #f2ad49;
}
.b-news dd {
    margin: 0;
    padding: 0;
    font-size: 1em;
}
.b-news .news-title,
.b-news .news-title:visited {
    width: 87%;
    display: inline-block;
    vertical-align: top;
    	color : #313131;
	font-family : 'Segoe UI', sans-serif;
	font-size : 14px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

    text-transform: uppercase;
}
.b-news .news-title:hover,
.b-news .news-title:active {
    	color : #6b665d;
	font-family : 'Segoe UI', sans-serif;
	font-size : 14px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

}
.b-news span.news-title,
.b-news span.news-title:visited,
.b-news span.news-title:hover,
.b-news span.news-title:active {
    text-decoration: none;
}
.b-news .news_detail_back {
    margin: 1.5em 0;
}  
.b-news .news__avtor {
    
}
.b-news .news__dettitle {
    padding-bottom: 1em;
}
.b-news .news__header {
    padding-bottom: 10px;
}
    /*-------------------------------*/
    .b-news_list {
        margin-bottom: 0;
        padding: 0;
    }
    .b-news_list p {
        margin: 0 0 1em;
        font-size: 1em;
    }    
    .b-news_list dd {
        padding-bottom: 1em;
        font-size: 1em;
    }
    .b-news_page {
        margin-bottom: 1em;
        padding: 0;
    }
    /*-------------------------------*/
    .b-news__main {
        padding: 55px 0;
    }
    .b-news__main .news__scrollbar {
        /*height: 300px;*/
    }
    /*-------------------------------*/
    .b-news-index dt {
        margin: 0 0 0.5em 0;
        padding-bottom: 3px;
        background: url('/images/empty.gif') 0 4px no-repeat;
        padding-left: 0px;
    }
/*-------------------------------*/
.b-path {
    margin: 0 -3000px;
    padding: 13px 3000px 13px 3325px;
    background: url(/img/breadcrumbs.jpg) 50% no-repeat;
    position: relative;
}
.b-path li,
.b-path ul {
    margin: 0;
    padding: 0;
    display: inline;
}
.b-path li {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
} 
.b-path li:before {
    padding-left: 5px;
    padding-right: 8px;
    font-size: 14px;
    color: #292d2f;
    content: "\a0→\20";
}
.b-path li:first-child:before {
    display: none;
}
.b-path a,
.b-path a:visited {
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #fff;
}
/*-------------------------------*/
.b-basket {
    margin: .6em 0 1em;
    padding: 0 0 0 80px;
    min-height: 50px;
    position: relative;
}
.b-basket ins {
    width: 80px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    background: url(/img/6773_basket.gif) center center no-repeat;
    top: 0;
    left: 0;
}
.b-basket dt {
    margin: 0;
    line-height: 1.7;
}
.b-basket dd {
    margin: 0;
    color:;
    font-style: italic;
    font-size: .86em;
    line-height: 1.3;
}
/*-------------------------------*/
.b-basketbox {}
.b-basketbox table {
    margin: 0 0 2em 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
}
.b-basketbox th {
    background-color: #aaaaaa;
    color: #ffffff;
    border: 1px solid #888888;
    text-align: left;
    font-size: 0.95em;
    font-weight: normal;
    margin: 0;
    padding: 6px 10px;
}
.b-basketbox td {
    border: 1px solid #888888;
    margin: 0;
    padding: 10px;
    vertical-align: top;
}
.b-basketbox .basketbox__butbox {
    text-align: right;
}
.b-basketbox input {
    width: 50px;
}
.js-sum strong,
.js-total strong {
    	color : #717171;
	font-family : Tahoma;
	font-size : 14px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

}
td.js-total,
td.js-sum {
    vertical-align: middle;
}
/*---map-------------------------*/
#b-map {
    list-style: none outside none;
    margin: 0 0 1em;
    padding: 0;
}
#b-map ul {
    list-style: none outside none;
    margin: 0;
    padding: 0.5em 0 0 3em;
}
#b-map li {
    margin: 0 0 0.5em;
    padding: 0;
}
/*---editor----------------------*/
.b-editor {
    position: relative;
    font-size: 16px;`
}
.b-editor h2 {
    margin: 0 0 .3em;
    	color : #484848;
	font-family : "Segoe UI", sans-serif;
	font-size : 26px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

}
.b-editor p {
    margin: 0 0 1.5em;
}
.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 .1em;
}
.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;
    vertical-align: top;
    text-align: left;
}
.b-editor img {
    border: 0;
}
.b-editor table {}
.b-editor th {}
.b-editor td {}
/*-------------------------------*/
.no_right{
    margin-right:20px;
}
/*-------------------------------*/
.b-pilot {
    width: 100%;
    position: relative;
    z-index: 10;

    display: none;
}
.pilot__1 {
    padding: 0;
    position: absolute;
    z-index: 15;
}
.pilot__2 {
    padding: 0;
    position: absolute;
    z-index: 15;
}
.pilot__3 {
    padding: 0;
    position: absolute;
    z-index: 15;
}    

/*-------------------------------*/
.b-auth {
    min-height: 136px;
    position: relative;
    background:  url('/img/auth.gif') 50% 50% no-repeat;
    padding: 25px 0 0 15px;
    	color : #000000;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-auth .inpusize1 {
    width: 155px;
    border: 1px solid #8e8f8f;
}
.b-auth .auth_tab {
    margin-bottom: 10px;
}
.b-auth a{
    	color : #000000;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;

}     
.b-auth button{
    xbackground: transparent url('/images/btn_enter.gif') 50% 50% no-repeat;
    border:0;
    width:70px;
    text-align: center;
}
#auth_form{
    color:red; 
    width:100%; 
    text-align:center;
}
/*-------------------------------*/
.b-formbox {
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    border-radius: 5px;
    margin: 20px 0;
    padding: 1em;
}
.b-formbox table {
}
.b-formbox td {
    padding: 0.5em;
    vertical-align: top;
}
.b-formbox .formbox__left {
    padding-top: .75em;
    width: 200px;
    text-align: right;
}
.b-formbox p.formbox__spectext {
    margin: 0;
    font-size: 0.75em;
    color: #b2b2b2;
    clear: both;
}
.b-formbox .formbox__input,
.b-formbox .form_builder_datepicker {
    width: 280px;
}
.b-formbox .formbox__select {
    width: 292px;
}
.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 {
    font-family: "Segoe UI";
    font-size: 22px;
    font-weight: lighter;
    margin: 0;
    text-align: center;
    width: 60px;
    padding: 4px 5px;
}
.b-formbox .formbox__textarea {
    width: 280px;
    min-height: 100px;
    resize: vertical;
    display: block;
}
.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 .formbox__right {
    text-align: right;
}
.b-formbox p {
    margin: 0;
    font-size: 0.95em;
}
    /*-------------------------------*/
    .b-formbox2 {
        margin-top: 1em;
    }
.b-formbox .messages {
    margin: 10px 0 10px 15px;
}
.b-formbox .messages p.error {
    color: red;
}
/*-------------------------------*/
.b-catalogbox {
    margin-right: -3em;
}
.b-catalogbox p {
    margin: 0 0 .5em;
}
.b-catalogbox .catalogbox__item {
    margin: 0 1.5em 2em 0;
    padding-bottom: 3em;
    width: 170px;
    height: 350px;
    float: left;
    overflow: hidden;
    position: relative;
}
.b-catalogbox .catalogbox__imgbox {
    margin-bottom: 20px;
    width: 168px;
    height: 168px;
    position: relative;
    border: 1px solid #dce1e6;
    text-align: center;
    font-size: 0;
}
.b-catalogbox .catalogbox__imgboxleft {
    margin-right: 25px;
    float: left;
}
.b-catalogbox .catalogbox__img {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    zoom:1;
    //display:inline;
}
.b-catalogbox .catalogbox__imgbig {
    margin-right: 1em;
    position: relative;
    float: left;
}
.b-catalogbox .single_3 {
    margin-left: 1px;
    font-size: 0;
}
.b-catalogbox .catalogbox__helper {
    display:-moz-inline-box;
    display:inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0px;
    zoom:1;
    //display:inline;
}
.b-catalogbox .catalogbox__badges {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.b-catalogbox .catalogbox__badge {
    text-align: right;
    margin: 1px 0 2px;
}

.b-catalogbox .catalogbox__price span {
    	color : #717171;
	font-family : Tahoma;
	font-size : 14px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

}
.b-catalogbox .catalogbox__input {
    margin-right: 1em;
    width: 80px;
    float: left;
}
.b-catalogbox .catalogbox__btn {
    margin-top: 0;
    width: 50px;
    height: 24px;
    float: left;
    overflow: hidden;
    background: url(/img/basket.png) 0 0 no-repeat;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio:0){.b-catalogbox .catalogbox__btn {margin-top: 2px;}}
.b-catalogbox .catalogbox__artical {
    	color : #666666;
	font-family : Tahoma;
	font-size : 11px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-catalogbox .catalogbox__oldprice {
    	color : #666666;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	text-decoration : line-through;

}
.b-catalogbox .catalogbox__oldprice span {
    	color : #666666;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	text-decoration : line-through;

}
.b-catalogbox .catalogbox__akciy {
    	color : #fe0000;
	font-family : Tahoma;
	font-size : 14px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

}
.b-catalogbox .catalogbox__imgbiggal {
    margin-right: -40px;
    font-size: 0;
}
.b-catalogbox .catalogbox__imgitem {
    margin: 0 15px 50px 0;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    width: 168px;
}
.b-catalogbox .catalogbox_imgtitle {
    font-size: 12px;
}
.b-catalogbox h2 {
    margin: -3px 0 0 0;
    padding-bottom: 0.25em;
    	color : #000000;
	font-family : Tahoma;
	font-size : 14px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

}
.b-catalogbox .b-editor h2 {
    	color : #484848;
	font-family : "Segoe UI", sans-serif;
	font-size : 26px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

}
.b-catalogbox .catalogbox__line {
    height: 15px;
    background: url(/images/catbox.line.gif) 0 0 repeat-x; 
    font-size: 0;
    display: none;
}
.b-catalogbox .catalogbox__title a {
    	color : #000000;
	font-family : Tahoma;
	font-size : 14px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

}
.b-catalogbox .catalogbox__see-also {
    margin-right: -3em;
    margin-top: 2em;
}
.b-catalogbox .catalogbox__see-also h2 {
    margin-bottom: 2em;
}
.b-catalogbox-gallery .catalogbox__fast {
    position: absolute;
    bottom: 0;
    left: 0;
}
.b-catalogbox .catalogbox__downcar {
    position: absolute;
    bottom: 30px;
    left: 0;
}
    /*-------------------------------*/
    .b-catalogbox__list {
        margin-right: 0;
    }
    .b-catalogbox__list .catalogbox__item {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-bottom: 1px solid #dce1e6;
    }
    .b-catalogbox__list .catalogbox__imgbox {
        float: left;
    }
    .b-catalogbox__list .catalogbox__content {
        margin-left: 180px;
        margin-right: 170px;
        min-height: 150px;
    }
    .b-catalogbox__list .catalogbox__car {
        width: 160px;
        float: right;
        min-height: 160px;
    }
    /*-------------------------------*/
    .b-catalogbox__list2 .catalogbox__content {
        margin-left: 168px;
        padding-left: 20px;
    }  
    .b-catalogbox__list2 .catalogbox__car {
        margin-left: 20px;
        margin-bottom: 1em;
        float: left;
        min-height: 0;
    }
    .b-catalogbox__list2 .catalogbox__content {
        margin-right: 0;
        min-height: 0;
    }
    /*-------------------------------*/
    .b-catalogbox_detal {
        margin-right: 0;
    }
    .b-catalogbox_detal .catalogbox__content {
        overflow: hidden;
    }
    .b-catalogbox_detal .catalogbox__price {
        margin-right: 2em;
        float: left;
    }
/*-------------------------------*/
.b-catalogline {
    padding: 0.5em 1em;
    margin-bottom: 2em;
    background-color: #dce1e6; 
    font-size: 0.92em;
}
.b-catalogline .catalogline-left1 a {
    margin-left: 1em;
} 
.b-catalogline select {
    margin-left: 1em;
    width: 100px;
}
.b-catalogline .catalogline-left1 {
    margin-top: 1.3em;
    margin-right: 2em;
    float: left;
}
.b-catalogline .catalogline-left2 {
    float: left;
}        
.b-catalogline .catalogline-right {
    margin-top: 1.3em;
    float: right;
}
.b-catalogline .catalogline-right a {
    margin-left: 1em;
}     
/*-------------------------------*/
.b-years a,
.b-years span  {
    padding-right: 20px;
    display: inline-block;
    vertical-align: middle;
}
.b-years span {
    color: #fff;
}
.b-years img {
    position: relative;
    top: 2px;
}
/*-------------------------------*/
.b-pageline {
    padding-bottom: 1em;
}
.b-pageline:after {
    content: "";
    display: block;
    clear: both;
}
.b-pageline a,
.b-pageline span {
    margin-right: 0.5em;
    padding: 0.3em 0.5em;
    display: block;
    float: left;
}
.b-pageline a:hover {
    text-decoration: none;
}
.b-pageline a.pageline__on {
    background-color: #8f9900;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
.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 {
    margin-bottom: 1em;
    background: #ffffff url()   ;
}
.b-more:after {
    content: "";
    display: block;
    clear: both;
} 
.b-more a {
    margin-top: 0.3em;
    padding-right: 1.5em;
    float: right;
    background: url(/img/mar_unsel.gif) 100% 2px no-repeat;
}
.b-more h2 {
    float: left;
}
/*-------------------------------*/
.b-galbox {
    margin-left: -50px;
    margin-right: -100px;
}
.b-galbox h2 {}
.b-galbox .galbox__pageline {
    text-align: center;
}
.b-galbox .galbox__pageline a {
    padding: 0 0.5em;
}
.b-galbox .galbox__contentbox {}
.b-galbox .galbox__title {}
.b-galbox .galbox__date {
    font-size: 0.92em;
}
.b-galbox .galbox__item {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 160px;
    /*height: 160px;*/
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.b-galbox p {
    margin: 0;
    padding-bottom: 0.3em;
}
/*-------------------------------*/
.b-category {
    padding-bottom: 1em;
}
.b-category .category__item {
    padding-bottom: 1em;
}
.b-category .category__leftcol {
    margin-right: 2em;
    float: left;
}
.b-category .category__rightcol {
    overflow: hidden;
}
.b-category ul {
    margin: 0;
    padding: 0;
}
.b-category li {
    margin: 0 1em 0 0;
    padding: 0;
    list-style: none;
    float: left;
}
.b-category h2 {
    margin: -3px 0 1em 0 ;
    	color : #828282;
	font-family : Tahoma;
	font-size : 16px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

}
.b-category a {	color : #0064A0;
	font-family : Tahoma;
	font-size : 11px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
}
.b-category p {
    margin: 0;
    padding: 0 0 1em 0;
}
/*-------------------------------*/
.b-category_list li {
    padding: 0 0 0.5em 20px;
    background: url(/img/mar_unsel.gif) 0 4px no-repeat;
    float: none;
}
.b-category_list p {
    padding: 0;
}
/*-------------------------------*/
.b-category_gal .category__item {
    margin-right: 2em;
    float: left;
    width: 25%;
    height: 200px;
    overflow: hidden;
}
/*-------------------------------*/
.b-guestbox {
    	color : #000004;
	font-family : Arial;
	font-size : 12 pt;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-guestbox dl {
    background-color: #f2f2f4;
}
.b-guestbox dt {
    margin-bottom: 0.5em;
    padding: 0 0.5em;
    width: 150px;
    float: left;
}
.b-guestbox dd {
    margin: 0 0 0.5em 0;
    padding: 0 0.5em;
    min-height: 7em;
    overflow: hidden;
}
.b-guestbox p {
    margin: 0;
    padding: 0 0 0.5em 0;
}
.b-guestbox dt.guestbox__dot,
.b-guestbox dd.guestbox__dot {
    min-height: 0;
    height: 5px;
    overflow: hidden;
    background-color: #999999;
}
.b-guestbox .guestbox__title {
    font-weight: bold;
}
.b-guestbox .guestbox__date {
    font-size: 0.92em;
}
.b-guestbox .guestbox__msgtext {
    text-align: center;
}
.b-comments {
    margin-top: 20px;
}
.b-comments .empty {
    margin-top: 20px;
}
/*-------------------------------*/
.b-cabinet {}
.b-cabinet .cabinet__name {
    margin-bottom: 1em;
    padding: 1em;
    border: 1px solid #e6e6e6;
}
.b-cabinet .cabinet__name p {
    margin: 0;
    padding: 0;    
}
.b-cabinet .cabinet__cabs {
    margin-bottom: 1em;
}
.b-cabinet .cabinet__cabs span {
    background: url(/images/dotts.gif) 0 100% repeat-x;    
}
.b-cabinet .cabinet__cabsbut1 {
    margin-right: 3em;
    padding: 3px 0 4px 30px;
    float: left;
    background: url(/images/basket.png) 0 0 no-repeat;
    cursor: pointer; 
}
.b-cabinet .cabinet__cabsbut2 {
    margin-right: 1em;
    padding: 3px 0 4px 30px;
    float: left;
    background: url(/images/personal.png) 0 0 no-repeat;
    cursor: pointer; 
}
.b-cabinet .cabinet__contentbox {
    width: 100%; 
    position: absolute; 
    top: 0; 
    left: 0;
    display: none;
}
.b-cabinet .user_fields_show {
    display: block;
}
/*-------------------------------*/
.b-phone_topbox {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 5;
}
/*-------------------------------*/
.b-btnbox {
    width: 155px;
    height: 40px;
    border: 0;
    background: #ba2d2b url() 50% 50% no-repeat;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    	color : #ffffff;
	font-family : 'Segoe UI', sans-serif;
	font-size : 13px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

}
.b-btnbox:hover {
    background-color: #9E2725;
}
.b-btnbox2 {
    width: 80px;
    float: right;
}
/*-------------------------------*/
.b-catalogline {
    padding: 0.6em 1em;
    margin-bottom: 2em;
    background-color: #dcdcdc;
    font-size: 0.92em;
}
.b-catalogline .catalogline-left1 a {
    margin-left: 1em;
}

.b-catalogline .catalogline-left1 span {
    margin-left: 1em;
}
.b-catalogline select {
    margin-left: 1em;
    width: 120px;
}

.b-catalogline .filter-onpage {
    width: 50px;
}
.b-catalogline .catalogline-left1 {
    margin: 0;
    margin-right: 2em;
    float: left;
    padding: 0.4em 0;
}
.b-catalogline .catalogline-left2 {
    float: left;
    margin: 0;
}
.b-catalogline .catalogline-right {
    float: right;
    margin: 0;
}
.b-catalogline .catalogline-right a {
    margin-left: 1em;
}
.b-catalogline .catalogline-right span {
    margin-left: 1em;
}
/*-------------------------------*/
.b-question {}
.b-question .quest_quest {
    margin-bottom: 10px;
}
/*-------------------------------*/
.b-status {}
.b-status-value:after {
    content: "";
    display: block;
    font-size: 0;
    clear: both;
}
.b-status-value .status-input {
    margin-bottom: 5px;
}
.b-status-value .status-inputbox {
    overflow: hidden;
}
.b-status input {
    border: 1px solid #aaaaaa;
    width: 90%;
}
/*-------------------------------*/
.am-wrapper{
    float:left;
    position:relative;
    overflow:hidden;
}
.am-wrapper img {
    position:absolute;
    outline:none;
}
.am-wrapper:hover {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.65);
    transition: all 0.2s linear 0s;
}
/*-------------------------------*/
.b-multi-filter-head {
    padding: 20px 30px 0;
}

.b-multi-filter {
    margin: 0 0 2em 0;
}
.b-multi-filter.show-inline h2 {
    padding: 0 12px;
}
.b-multi-filter p {
    margin: 0 0 5px;
}
.b-multi-filter ul {
    list-style: none outside;
    margin: 0;
    padding: 0;
}
.b-multi-filter .mf-title {
    margin: 0 0 1em 0;
    font-size: 1.2em;
}
.b-multi-filter .mf-range-slider {
    margin: 0 6px;
}
.b-multi-filter .mf-range-info {
    overflow: auto;
    margin-bottom: 1em;
}
.b-multi-filter .mf-range-info > div {
    width: 45%;
}
.b-multi-filter .mf-range-info .mf-range-min {
    float: left;
}
.b-multi-filter .mf-range-info .mf-range-max {
    float: right;
    text-align: right;
}
.b-multi-filter .mf-range-info input {
    width: 100%;
    max-width: 90px;
    text-align: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-multi-filter.show-inline .multi-filter__container {
    border-collapse: separate;
    display: table;
    table-layout: fixed;
    width: 100%;
    border-spacing: 2px;
}
.b-multi-filter .multi-filter__field {
    padding: 10px;
}
.b-multi-filter .mf-field-title {
    font-weight: bold;
}
.b-multi-filter.show-inline .multi-filter__field {
    display: table-cell;
    width: 1%;
    vertical-align: top;
    border-right: 1px solid #C8CCD1;
}
.b-multi-filter.show-inline .multi-filter__field:last-child {
    border: 0 none;
}
.b-multi-filter.show-list .multi-filter__field {
    border-bottom: 1px solid #C8CCD1;
}
.b-multi-filter .mf-borders {
    border-collapse: separate;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.b-multi-filter .mf-borders label {
    display: table-cell;
    width: 1%;
}
.b-multi-filter .mf-borders label input {
    width: 50%;
}
.b-multi-filter .mf-single input,
.b-multi-filter .mf-select select,
.b-multi-filter .mf-multiple select {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-multi-filter .mf-controls {
    height: 2em;
    margin-top: 0.5em;
    text-align: right;
}
.b-multi-filter .mf-controls button {
    padding: 5px 10px;
    width: 49%;
    max-width: 120px;
    border: 0 none;
    background-color: #C8CCD1;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}
.b-multi-filter .mf-controls button:hover {
    background-color: #666666;
}
.b-multi-filter .mf-controls button.action {
    background-color: #979BA2;
}
.b-multi-filter .mf-controls button.action:hover {
    background-color: #444444;
}
/*-------------------------------*/
.b-block {
    font-size: 15px;
}
.b-block .block__header {
    padding: 20px 30px 30px;
    background: url(/img/title-edge-2.png) 0 0 no-repeat;3
    color: #313131;
}
.b-block .block__header span {
    font-size: 18px;
    font-weight: bold;
}
.b-block .block__header p {
    margin: 0;
    padding: 0;
}
.b-block .block__content {
    padding: 15px 30px;
    background-color: #f2f1ef;
    min-height: 255px;
    margin-bottom: 20px;
}
.b-block .block__content p {
    margin-bottom: 10px;
}
.b-block .block__line {
    margin: 0;
    padding: 15px 0;
    border-top: 1px solid #c8c6c1;
}
.b-block .block__content > .block__line:first-child {
    border-top: 0;
}
.b-block .block__subtitle {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.b-block .block__register {
    text-align: right;
} 
.b-block .block__register a,
.b-block .block__register a:visited {
    padding-right: 10px;
    background: url(/img/arr-r.png) 100% 50% no-repeat;
    font-size: 14px;
}
/*-------------------------------*/
.b-timing {}
.b-timing .timing__time,
.b-timing .timing__title {
    margin-right: -.3em;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-timing .timing__time {
    padding-left: 30px;
    width: 25%;
}
.b-timing .timing__title {
    width: 75%;
}
.b-timing .timing__speaker {
    padding-top: 5px;
    display: block;
    padding-left: 25%;
    font-style: italic;
    color: #9b9791;
}
.b-timing .timing__header {
    padding: 5px 0 20px;
    font-weight: bold;
}
.b-timing .timing__subheader {
    padding: 15px 0 0;
    background: url(/img/title-edge-2.png) 0 0 no-repeat;
    font-weight: bold;
}
.b-timing .timing__block {
    margin-bottom: 30px;
    padding: 0 15px;
    background-color: #f2f1ef;
}
.b-timing .timing__block p {
    margin: 0;
    padding: 15px;
    border-top: 1px solid #d7d7d5;
}
.b-timing .timing__block p:first-child {
    border-top: 0;
}
.b-timing .timing__block .timing__time {
    padding-left: 0;
}
.b-timing .timing__block .timing__title,
.b-timing .timing__block .timing__speaker {
    margin-left: -15px;
}
.b-timing .timing__beer {
    background: url(/img/icon-beer.png) 0 0 no-repeat;
}
.b-timing .timing__coffee {
    background: url(/img/icon-coffee.png) 0 0 no-repeat;
}
.b-timing .timing__register {
    background: url(/img/icon-register.png) 0 0 no-repeat;
}
/*-------------------------------*/
.b-seminar {
    margin-bottom: 20px;   
}
.b-seminar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.b-seminar li {
    padding: 15px;
    border-top: 1px solid #d7d7d5;
}
.b-seminar li:first-child {
    border-top: 5px;
}
.b-seminar .seminar__time,
.b-seminar .seminar__format,
.b-seminar .seminar__what {
    padding-left: 40px;
}

.b-seminar .seminar__time {
    background: url(/img/icon-time.png) 0 13px no-repeat;
}
.b-seminar .seminar__format {
    background: url(/img/icon-format.png) 0 16px no-repeat;
}
.b-seminar .seminar__what {
    background: url(/img/icon-what.png) 0 10px no-repeat;
}

/*-------------------------------*/
.b-speaker {
    margin-bottom: 20px;
}
.b-speaker h2 {
    margin-bottom: 1.3em;
    padding-left: 18px;
    padding-top: 18px;
    background: url(/img/title-edge-2.png) 0 0 no-repeat;
}
.b-speaker .speaker__block {
    overflow: hidden;
    background-color: #f2f1ef;
    margin-bottom: 20px;
}
.b-speaker .speaker__photo {
    float: left;
}
.b-speaker .speaker__photo img {
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle;
}
.b-speaker .speaker__content {
    padding: 20px 20px 0;
    overflow: hidden;
    font-size: 14px;
    color: #474747;
}
.b-speaker .speaker__content p {
    margin: 0 0 1em !important;
}
.b-speaker .speaker__name {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d5;
    font-size: 16px;
    font-weight: bold;
}
.b-speaker .speaker__name p {
    margin: 0 !important;
}
.b-speaker .speaker__name span {
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    color: #555555;
}
/*-------------------------------*/
/*-------------------------------*/.column {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    background: #ffffff url(about:blank) 0 0 no-repeat;
}
.column:after {
    clear: both;
    display: block;
    content: '';
}
.column__right,
.column__left,
.column__center {
    float: left;
    clear: right;
}
.column__center {
    width: 100%;
}
.column__left {
    margin-left: -100%;
    width: 310px;
}
.column__right {
    margin-left: -240px;
    width: 240px;
}
/*-------------------------------*/
.column__center-indent {
    margin: 0 240px 0 310px;
    padding: 40px 20px ;
}
.column__left-indent {
    position: relative;
    padding: 40px 55px 40px 20px ;
}
.column__right-indent {
    padding: 40px 20px;
}
/*-------------------------------*/
.column__right-bg,
.column__left-bg,
.column__center-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.column__center-bg {
    right: 240px;
    left: 310px;

}
.column__left-bg {
    width: 310px;
    left: 0;
}
.column__right-bg {
    width: 240px;
    right: 0;
}
/*-------------------------------*/
.column__right-inside,
.column__left-inside,
.column__center-inside {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.column__center-inside {
    margin: 0;
    border-width: 0 1px;
    border-style: none;
    border-color: #a8d4f0;
    background: #ffffff url(about:blank) 0 0 no-repeat;
}
.column__left-inside {
    margin: 0;
    border-width: 0;
    border-style: none;
    border-color: #00a000;
    background: #ffffff url(/img/Untitled-1.gif) 0 0 repeat;
}
.column__right-inside {
    margin: 0;
    border-width: 0;
    border-style: none;
    border-color: #aaaaaa;
    background: transparent url(about:blank) 0 0 no-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;
}
.components {
  position:absolute;
  z-index:1;
  top:0;
  right:0;
  width:100px; 
  height:40px;
  background: transparent url('/img/components.png') 0 0 no-repeat;
}
.components:hover {
  background: transparent url('/img/components_dark.png') 0 0 no-repeat;
}
.components2 {
  right:400px;
    top: 100px;
}
.components3 {
  right:200px;
}
.components4 {
   left:0;
}
.logo_comp{
  position:absolute;
  z-index:10;
  top:0;
  left:0;
  width:30px; 
  height:20px;
  background: transparent url('/img/logo.png') 0 0 no-repeat;
}


.logo_comp:hover{
  background: transparent url('/img/logo_dark.png') 0 0 no-repeat;
}   
.img_comp{
  position:absolute;
  z-index:10;
  top:0;
  left:0;
  width:30px; 
  height:20px;
  background: transparent url('/img/img.png') 0 0 no-repeat;
}


.img_comp:hover{
  background: transparent url('/img/img_dark.png') 0 0 no-repeat;
}      
.text_comp{
  position:absolute;
  z-index:10;
  top:0;
  width:30px; 
  height:20px;
  background: transparent url('/img/text.png') 0 0 no-repeat;
}


.text_comp:hover{
  background: transparent url('/img/text_dark.png') 0 0 no-repeat;
}

.upper-logo{
  left:20px;
  top:5px;
}

.upper-logo p{
  margin:0;
}

.b-phone p{
  margin:0;
}

.b-phone{ 
  position:relative;
  padding:0;
  right:0px;
  top:10px;

}
.b-logo {     
  left:30px;
  top:55px;
}
.pilot__1 {  
  right:20px;
  top:10px;
}
.pilot__2 {   
  left:20px;
  top:110px;
}
.pilot__3 {    
  right:0px;
  top:0px;
}    
.b-logo img{     
  display:block;
  border:0;
}


.grid__4{
  text-align:right;
}

.b-pilot p{
    margin:0;
}
/*убрать у левых/правых блоков отступы*/
.b-news{
    padding-left:0;
    padding-right:0;
}

.b-search{
    padding-left:0;
    padding-right:0;
} 

/****************************catalog*************************/

.catalog__wrapper h2{
 background: url(/img/bgl.gif) 0 100% repeat-x; 
 	color : #616161;
	font-family : Tahoma;
	font-size : 16pt;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
   
}

.product__photo .new{
    width:100%;
    text-align:right;  
    	color : #ffffff;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

}

p.sale{
  	color : #fe0000;
	font-family : Tahoma;
	font-size : 14px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

}

#m-guests {
    background-color: #999999;
    text-align: center;
    color: ;
}
.guest_bg_1 {
    background-color: #f2f2f4;
}
.guest_bg_2 {
    background-color: ;
}

.img_min_{
float: left;
margin: 3px;
padding: 0px;
}

.img_min_ img{
border: #3d4345 solid 1px;
}

.input_150 {
    width: 150px;
}

.input_100 {
    width: 100px;
}

