/* css_manager */html,
body {
    height: 100%;
}
body {
    margin: 0;
    position: relative;
    z-index: 0;
    	color : #2e3235;
	font-family : Arial;
	font-size : 14px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

    background-color: #edefef;  
}
h1 {
    margin: 0 0 1em;
    	color : #2e3235;
	font-family : Arial;
	font-size : 23px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}  
h2 {
    margin: 0 0 1em;
    	color : #2e3235;
	font-family : Arial;
	font-size : 19px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
a {
    color: #516195;
    text-decoration: underline;
}
a:visited {
    color: #516195;
    text-decoration: underline;
}
a:hover,
a:active{
    color: #516195;
    text-decoration: none;
}
.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;
}
/*-------------------------------*/
.container__field,    
.container__page,
.l-container {
    min-width: 980px;
    width: 100%;
}
.l-container {
    min-height: 100%;
    position: absolute;
    overflow: hidden;            
    background-color:#edefef;
}
.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: #edefef url() 100% 0 repeat-y;
}
.container__right {
    margin-left: 100%;
    background: #edefef 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:145px;
}
.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 -2000px;
        padding: .5em 2010px;
        background-color: #e0e3e4;
        background-image: url('');
        background-position: left top;
        background-repeat: repeat-x;
        color:#2e3235;
        height:145px;
    }
    .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:#2e3235;
    }
    .l-grid_footer a {
        color: #516195;
    }
    .l-grid_footer a:hover, 
    .l-grid_footer a:active {
        color: #516195;
    }   
    .l-grid_footer .web-copyright {
        margin-top: 20px;
    } 
/*-------------------------------*/
.l-content {
    width: 100%;
    position: relative;
}
.l-content:after {
    clear: both;
    display: block;
    content: '';
}
.l-menutop {
    margin: 0 -2000px;
    padding: 15px 2000px;
    position: relative;
    z-index: 999;
}
.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: 100%;
    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: #989ea2;
    border: 1px solid #a6adb1;
}
.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; 
}
    /*-------------------------------*/
    .b-search_page {
        padding: 0;
    }
    .b-search_page input {
        font-size: 1.21em;
    }
/*-------------------------------*/
.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-calcban {
    border: 1px solid #fff;
    background: url(/img/calcban-bg.png) 0 0 no-repeat #c2c7cb;
    margin-bottom: 20px;
}
.b-calcban .calcban-inner {
    background: url(/img/calcban-bg-2.jpg) 100% 50% no-repeat;
}
.b-calcban a,
.b-calcban a:visited {
    margin-left: 10%;
    display: block;
    width: 260px;
    padding: 50px 0;
    padding-right: 50px;
    color: #fff;
    background: url(/img/calcban-link.png) 50% 50% no-repeat;
    text-align: right;
    text-decoration: none;
}
.b-calcban a:active,
.b-calcban a:hover {
    outline: none;
}
/*-------------------------------*/
.b-phone {
    padding: .3em 0;
    text-align: center;
    white-space: nowrap;
}
/*-------------------------------*/
.b-sevice {
    margin: 0;
    position: relative;
    background: url() 50% 50% repeat-x;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 1;
}
.b-sevice:after {
    clear: both;
    display: block;
    content: '';
}
.b-sevice ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.b-sevice .sevice-1 {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;  
    text-align: center;
}
.b-sevice .sevice-1 > .sevice-item-1 {
    margin: 0;
    margin-right: -.3em;
    padding: 15px 0 15px 0;
    position: relative; 
    display: -moz-inline-stack;
    display: inline-block;
    font-size: 1.14em;
    text-transform: none;
    line-height: 1.1;
    	color : #ааа;
	font-family : Arial;
	font-size : 13px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

}
.b-sevice .sevice-item-1 > a,
.b-sevice .sevice-item-1 > a:visited {
    display: block;
    margin-right: -1px;
    border-right: #6d757b dotted 1px; 
    padding: 0 28px 0 28px;
    	color : #ffffff;

	
	text-decoration : none;

}
.b-sevice .sevice-item-1 > a:hover,
.b-sevice .sevice-item-1 > a:active{
    	color : #ааа;
	font-family : Arial;
	font-size : 13px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

}
.b-sevice ins {
    width: 15px;
    height: 15px;
    overflow: hidden;
    position: absolute;
    background: url();
    left: 0;
    top: .25em;
    display: none;
}
.b-sevice a:hover ins {
    background: url(/themes/canape1/img/img-2.gif);
}
.b-sevice .sevice-1 > .sevice-item-1-on,
.b-sevice .sevice-1 > .sevice-item-1:hover {
    background: url(/img/menutop-bg-on.png) 50% 50% repeat-x;
    	color : #ааа;
	font-family : Arial;
	font-size : 13px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

}
.b-sevice .sevice-item-1:hover > a {
    border-color: transparent;
}
.b-sevice .sevice-item-1-on > a,
.b-sevice .sevice-item-1-on > a:visited {
    border-color: transparent;
    	color : #ааа;
	font-family : Arial;
	font-size : 13px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

}
.b-sevice .sevice-item-1-on > a:hover,
.b-sevice .sevice-item-1-on > a:active {
    	color : #ffffff;

	
	text-decoration : none;

}
.b-sevice .on ins {
    background: url(/themes/canape1/img/img-2.gif);
}
.b-sevice .sevice-2 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    text-align: left;
    display: none;
}
.b-sevice .sevice-item-1:hover .sevice-2 {
    display: block;
}
.b-sevice .sevice-item-1-last .sevice-2 {
    left: auto;
    right: 0;
}
.b-sevice .sevice-2 {
    background-color: #474d52;
    padding: 10px 0;
}
.b-sevice .sevice-item-2 > a,
.b-sevice .sevice-item-2 > a:visited {
    display: block;
    padding: 4px 20px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
}
.b-sevice .sevice-item-2-on > a,
.b-sevice .sevice-item-2-on > a:visited,
.b-sevice .sevice-item-2-on > a:hover,
.b-sevice .sevice-item-2-on > a:active,
.b-sevice .sevice-item-2 > a:hover,
.b-sevice .sevice-item-2 > a:active{
    background-color: #32363a;
}
/*-------------------------------*/
.b-topblock {
    margin: 0 -3000px;
    padding: 20px 3020px;
    background-color: #fbfbfb;
}
/*-------------------------------*/
.b-picture {
    width: 100%;
    height: 157px;
    overflow: hidden;
    position: relative;
    background-position: center 100%;
    background-repeat: repeat-x; 
}
.picture__wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.picture__motto {
    padding: .3em 20px;
    font-style: italic;
    font-size: 1.54em;
    text-transform: uppercase;
}
/*-------------------------------*/
.b-carousel {
    position: relative;
    background: #fff;
    margin-bottom: 20px;
}
.b-carousel ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}
.b-carousel ul:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
    font-size: 0;
}
.b-carousel li {
    float: left;
    width: 215px;
    height: 205px;
    padding: 20px 0;
    text-align: center;
    background: none !important;
}
.b-carousel li img {
    width: 205px;
    height: 205px;
}
.b-carousel .carousel-prev,
.b-carousel .carousel-next {
    position: absolute;
    width: 23px;
    height: 87px;
    top: 50%;
    margin-top: -44px;
    cursor: pointer;
    z-index: 1;
}
.b-carousel .carousel-prev {
    left: 0;
    background: url() 0 0;
}
.b-carousel .carousel-next {
    right: 0;
    background: url() 0 0;
}
.b-carousel .carousel-prev:hover,
.b-carousel .carousel-next:hover {
    background-position: 23px 0;
}
    /*---------------------------*/
    .b-carousel-left {
        float: left;
        clear: both;
        margin-right: 20px;
        padding: 0 20px;
    }
    .b-carousel-left li {
        width: 355px;
        height: 340px;
    }
    .b-carousel-left li img {
        width: 340px;
        height: auto;
    }
/*-------------------------------*/
.b-icons {
    overflow: hidden;
}
.b-icons td {
    width: 25%;
    text-align: center;
    color: #595b5d;
    font-style: italic;
}
/*-------------------------------*/
.b-price {
    overflow: hidden;
}
.b-price .price-price {
    display: inline-block;
    color: #2e3235;
    font-size: 18px;
    background: #fff;
    padding: 7px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
}
.b-price .price-price span {
    font-size: 26px;
    color: #974c9c;
    font-weight: bold;
}
.b-price .price-oldprice {
    padding: .5em 0;
    color: #974C9C;
    font-style: italic;
}
.b-price .price-oldprice span {
    font-weight: bold;
}
.b-price .price-btn {
    display: inline-block;
    vertical-align: middle;
}
.b-price .price-btn a,
.b-price .price-btn a:visited {
    padding: 14px 30px;
    margin-left: 15px;
}
.b-price .price-btn a:hover,
.b-price .price-btn a:active {
    color: #fff;
}
/*-------------------------------*/
.b-benefits {
    margin-bottom: 20px;
}
.b-benefits h2 {
    font-size: 16px;
    font-weight: bold;
    color: #914793;
}
.b-benefits .benefits-item {
    margin-bottom: 10px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 0 20px 20px;
}
.b-benefits .benefits-pic,
.b-benefits .benefits-content {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
}
/*-------------------------------*/
.b-logo {
    position: absolute;
    z-index: 9;
}
.b-logo a,
.b-logo {
    width: 200px;
    height: 50px;
    display: block;
    background: url();
}
.b-logo img {
    display: none;
}
/*-------------------------------*/
.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: #fffdfc;
}
.b-menu li a:link,
.b-menu li a:visited {
    padding: 10px 32px 10px 10px;
    display: block;
    	color : #000000;
	font-family : Tahoma;
	font-size : 14px;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;

}
.b-menu li a:hover,
.b-menu li a:active{
    	color : #000000;
	font-family : Tahoma;
	font-size : 14px;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;

}
.b-menu .level-1 {}
.b-menu .item-1 {
    margin: 0;
    padding: 0;
    font-size: 0.86em;
    text-transform: none;    
}
.b-menu .item-1 span {
    display: block;
    background: transparent url('/img/7994_mbg.gif') left bottom repeat-x; 
}
.b-menu .item-1 ins {
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    background: url(/img/mar_unsel.gif) 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: #8d9196 url('/img/7054_mbg.gif') left bottom repeat-x;
    	color : #FFFFFF;
	font-family : Tahoma;
	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 : #FFFFFF;
	font-family : Tahoma;
	font-size : 14px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-menu .on-1 ins {
    top: .8em;
    background: url(/img/6657_marsel.gif) 50% 50% no-repeat
}
.b-menu .level-2 {}
.b-menu .item-2 {
    text-transform: none; 
    line-height: 1.1;
}
.b-menu li.item-2 a,
.b-menu li.item-2 a:visited {
    padding: 3px 10px 3px 20px;
    	color : #6A6A6A;
	font-family : Tahoma;
	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 : #6A6A6A;
	font-family : Tahoma;
	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 : #6C6C6C;
	font-family : Tahoma;
	font-size : 14px;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;

}
.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 : #A8A8A8;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}  
.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-special {
    position: relative;
}
.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 {
    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-otziv-last {
    margin-bottom: 20px;
}
.b-otziv-last p {
    margin: 0 0 .5em;
}
.b-otziv-last .otziv-last-wrap {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #fff;
    background: url() 100% 100% repeat-x #bb6dd2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
}
.b-otziv-last .otziv-last-author {
    text-align: right;
    font-style: italic;
}
/*-------------------------------*/
.b-news {
    margin-bottom: 2em;
    padding: 0 20px;
    position: relative;
}
.b-news dl {
    margin: 0;
    padding: 0;
    position: relative;
    background: url() 0 100% repeat-x;
}
.b-news dt {
    margin: 0 0 0.5em 0;
    background: url('') 0 50% no-repeat;
    padding-left: 0px;
    xheight:px;
}
.b-news .news__date {
    padding-bottom: 1em;
    	color : #84898d;
	font-family : Arial;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-news dd {
    margin: 0 0 1em;
    padding: 0 0 .2em;
    font-size: 1em;
}
.b-news .news-title,
.b-news .news-title:visited {
    	color : #516195;
	font-family : Arial;
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;

}
.b-news .news-title:hover,
.b-news .news-title:active {
    	color : #516195;
	font-family : Arial;
	font-size : 16px;
	font-weight : normal;
	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_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-index dt {
        margin: 0 0 0.5em 0;
        padding-bottom: 3px;
        background: url('') 0 4px no-repeat;
        padding-left: 0px;
    }
/*-------------------------------*/
.b-news-gallery {}
.b-news-gallery .news-item {
    display: inline-block;
    vertical-align: top;
    width: 295px;
    min-height: 320px;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #e0e3e4;
    overflow: hidden;
}
.b-news-gallery .news-header,
.b-news-gallery .news-content {
    padding: 15px;
}
.b-news-gallery .news-header {
    padding-bottom: 0;
}
.b-news-gallery .news-header {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
}
.b-news-gallery .news-pic {
    float: left;
    max-width: 100px;
    max-height: 120px;
    margin-right: 15px;
}
.b-news-gallery .news-title,
.b-news-gallery .news-title:visited {
    	color : #516195;
	font-family : Arial;
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;

}
.b-news-gallery .news-title:hover,
.b-news-gallery .news-title:active {
    	color : #516195;
	font-family : Arial;
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-news-gallery span.news-title,
.b-news-gallery span.news-title:visited,
.b-news-gallery span.news-title:hover,
.b-news-gallery span.news-title:active {
    text-decoration: none;
}
/*-------------------------------*/
.b-path {
    margin: 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:before {
    content: "\a0→\20";
}
.b-path li:first-child:before {
    content: "";
}
.b-path a {}
/*-------------------------------*/
.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 {
    margin: 0;
    padding: 4px 6px;
    background-color: #000002;
    color: #ffffff;
    border: 1px solid #000002;
    text-align: left;
}
.b-basketbox td {
    margin: 0;
    padding: 6px;
    border: 1px solid #000002;
    vertical-align: top;
}
.b-basketbox .basketbox__butbox {
    text-align: right;
}
.b-basketbox input {
    width: 50px;
} 
/*---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;
    padding-bottom: 1em;
}
.b-editor h2 {
    margin: 0 0 .3em;
    	color : #2e3235;
	font-family : Arial;
	font-size : 19px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-editor h2.editor__header {
    padding: 7px;
    color: #fff;
    text-align: center;
    background: url("/img/menutop-bg-on.png") repeat-x 50% 50%;
}
.b-editor h3 {
    margin: 0 0 .3em;
    font-weight: bold;
    font-size: .86em;
    color: #000;
}
.b-editor h4 {
    margin: 0 0 .3em;
    font-weight: bold;
    font-size: .86em;
    color: #000;
}
.b-editor h5 {
    margin: 0 0 .3em;
    font-weight: bold;
    font-size: .86em;
    color: #000;
}
.b-editor h6 {
    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 {
    padding-left: 0;
    list-style: none;
}
.b-editor li {
    margin: 0 0 .3em;
}
.b-editor ul li {
    overflow: hidden;
    padding-left: 25px;
    background: url() 5px 5px no-repeat;
}
.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 hr {
    
    border-top: solid #fff;
    border-bottom: solid #ced2d3;
    border-width: 1px 0;
}
.b-editor table {}
.b-editor th {}
.b-editor td {}
/*-------------------------------*/
.no_right{
    margin-right:20px;
}
/*-------------------------------*/
.b-pilot {
    z-index: 10;
    margin: 0 -2000px;
    padding: 0 2000px;
    background: url("") 0 0 repeat-x;
}
.b-pilot .pilot_wrap {
    width: 100%;
    position: relative;
    height: 157px;
}
.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;
}    
.pilot-btns a,
.pilot-btns a:visited {
    display: block;
    width: 210px;
    padding: 8px 0;
    background: url() 50% 50% repeat-x;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}
.pilot-btns a:hover,
.pilot-btns a:active {
    background: url() 50% 50% repeat-x;
    text-decoration: none;
}
/*-------------------------------*/
.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: 120px;
    width: 120px;
    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 {
    padding: 30px;
    margin: 20px 0;
    border: 1px solid #ffffff;
    background: url() 0 0 repeat-x #c1c6ca;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.b-formbox .formbox-bg {
    background: url() 100% 0 no-repeat;
}
.b-formbox table {
    width: 100%;
}
.b-formbox td {
    padding: 0.4em .5em;
    vertical-align: top;
}
.b-formbox .formbox__left {
    width: 100px;
}
.b-formbox p.formbox__spectext {
    margin: 0;
    font-size: 0.75em;
    color: #6c6c6c;
    clear: both;
}
.b-formbox .formbox__input {
    width: 280px;
    border: 1px solid #8e8f8f;
}
.b-formbox .formbox__select {
    width: 283px;
}
.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: 408px;
    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 .formbox__right {
    text-align: right;
}
.b-formbox p {
    margin: 0;
}
    /*-------------------------------*/
    .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: 5px;
    right: 0;
    z-index: 1;
} 
.b-catalogbox .catalogbox__discount {
    padding: 0 26px 0 6px;
    	color : #ffffff;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

    background-color: #fe0000;
    margin-bottom: 5px;
}
.b-catalogbox .catalogbox__new {
    padding: 0 26px 0 6px;
    	color : #ffffff;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;

    background-color: #fe0000;
    margin-bottom: 5px;
}
.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: 31px;
    height: 21px;
    float: left;
    overflow: hidden;
    background: url(/images/shopicon.gif) 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 .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-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: 150px;
        float: right;
        min-height: 150px;
    }
    /*-------------------------------*/
    .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-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: #999999;
    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-seemore {
    padding: 0 0 20px;
}
.b-seemore ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.b-seemore ul li {
    display: inline-block;
    vertical-align: top;
    padding-right: 3%;
    width: 19.5%;
    margin-right: -.3em;
    margin-bottom: 0.2em;
    overflow: hidden;
    padding-left: 25px;
    background: url() 5px 7px no-repeat;
    font-size: 16px;
}
/*-------------------------------*/
.b-galbox {}
.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: 2em;
    width: 207px;
    height: 180px;
    overflow: hidden;
    float: left;
}
.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-gallery {
    padding: 20px 0;
}
.b-category-gallery a,
.b-category-gallery a:visited,
.b-category-gallery a:hover,
.b-category-gallery a:active {
    text-decoration: none;
}
.b-category-gallery .category-item {
    width: 334px;
    display: inline-block;
    vertical-align: top;
    padding: 0 9px 15px 0;
}
.b-category-gallery .category-item img {
    max-width: 100%;
}
.b-category-gallery .category-item span {
    display: block;
}
.b-category-gallery .category-title {
    padding-left: 20px;
    color: #516195;
    text-decoration: underline;
    background: url() 0 6px no-repeat;
}
.b-category-gallery a:hover .category-title {
    text-decoration: none;
}
/*-------------------------------*/
.b-category-windows {
    padding-top: 30px;
}
.b-category-windows a,
.b-category-windows a:visited,
.b-category-windows a:hover,
.b-category-windows a:active {
    text-decoration: none;
}
.b-category-windows .category-item {
    width: 200px;
    min-height: 310px;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    position: relative;
    margin-bottom: 20px;
}
.b-category-windows .category-item span {
    display: block;
}
.b-category-windows .category-desc {
    font-size: 12px;
}
.b-category-windows span.category-pic {
    height: 190px;
}
.b-category-windows span.category-pic-big {
    position: absolute;
    top: -30px;
    left: 15px;
    z-index: 1;
}
.b-category-windows span.category-pic-big img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.b-category-windows .category-item img {
    max-width: 100%;
}
.b-category-windows .category-title {
    padding-left: 20px;
    color: #516195;
    text-decoration: underline;
    background: url() 0 6px no-repeat;
}
.b-category-windows a:hover .category-title {
    text-decoration: none;
}
.b-category-windows .category-item:hover {
    background-color: #E0E3E4;
}
.b-category-windows .category-item:hover .category-pic-big img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition: opacity 300ms ease 0s;
}
.b-category-windows .category-item:hover .category-pic img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: opacity 300ms ease 0s;
}
/*-------------------------------*/
.b-prices {
    margin-bottom: 20px;
}
.b-prices .prices__btns {
    margin-bottom: 20px;
}
.b-prices .prices__btn {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    padding: 15px 15px;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #ccd1d1;
    color: #516195;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
}
.b-prices .prices__btn:before {
    content: '';
    display: block;
    width: 15px;
    height: 9px;
    background: url(/img/prices-btns-tail.png);
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -7.5px;
}
.b-prices .prices__btn:active,
.b-prices .prices__btn:hover,
.b-prices .prices__btn_on {
    background: url(/img/prices-btns-bg-on.png) 0 100% #bc6ed2 repeat-x;
    color: #fff;
}
.b-prices .prices__btn:active:before,
.b-prices .prices__btn:hover:before,
.b-prices .prices__btn_on:before {
    background: url(/img/prices-btns-tail-on.png);
}
.b-prices .prices__windows {
    margin-bottom: 20px;
    margin-right: -50px;
}
.b-prices .prices__window {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}
.b-prices .prices__price,
.b-prices .prices__oldprice {
    margin-bottom: .5em;
}
.b-prices .prices__price {
    font-size: 16px;
}
.b-prices .prices__price span {
    color: #974c9c;
    font-size: 24px;
    font-weight: bold;
}
.b-prices .prices__oldprice {
    margin-bottom: 20px;
    color: #6e6e6e;
    font-size: 14px;
    font-style: italic;
    text-decoration: line-through;
}
/*-------------------------------*/
.b-whywe {
    margin-bottom: 20px;
}
.b-whywe table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.b-whywe td {
    width: 15%;
    padding: 0 10px;
    text-align: center;
}
.b-whywe .whywe__title {
    color: #914793;
    font-size: 16px;
    font-weight: bold;
}
/*-------------------------------*/
.b-benefit {
    margin-bottom: 20px;
}
.b-benefit .benefit__item {
    padding: 15px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.b-benefit .benefit__pic,
.b-benefit .benefit__text {
    display: table-cell;
    vertical-align: middle;
}
.b-benefit .benefit__text {
    padding-left: 20px;
}
.b-benefit .benefit__title {
    color: #914793;
    font-weight: bold;
    font-size: 16px;
}
    .b-benefit_2col {
        margin-right: -20px;
    }
    .b-benefit_2col .benefit__item {
        display: inline-block;
        vertical-align: middle;
        width: 435px;
        margin-right: 6px;
    }
/*-------------------------------*/
.b-review {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    background: #bb6dd2;
    background: -moz-linear-gradient(top,  #bb6dd2 0%, #732b67 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bb6dd2), color-stop(100%,#732b67));
    background: -webkit-linear-gradient(top,  #bb6dd2 0%,#732b67 100%);
    background: -o-linear-gradient(top,  #bb6dd2 0%,#732b67 100%);
    background: -ms-linear-gradient(top,  #bb6dd2 0%,#732b67 100%);
    background: linear-gradient(to bottom,  #bb6dd2 0%,#732b67 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb6dd2', endColorstr='#732b67',GradientType=0 );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.b-review a,
.b-review a:visited {
    color: #fff;
    text-decoration: underline;
}
.b-review a:hover,
.b-review a:active {
    color: #fff;
    text-decoration: none;
} 
.b-review .review__pic {
    float: left;
}
.b-review .review__pic img {
    border: 2px solid #fff;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
}
.b-review .review__text {
    padding-left: 20px;
    overflow: hidden;
    color: #fff;
}
.b-review .review__title {
    font-style: italic;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 .5em;
}
.b-review .review__all {
    font-size: 12px;
}
/*-------------------------------*/
.b-progress {
    margin-bottom: 20px;
    overflow: hidden;
}
.b-progress h2 {
    text-align: center;
}
.b-progress .progress-item {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    padding: 15px;
    position: relative;
    z-index: 1;
}
.b-progress .progress-desc {
    font-size: 12px;
}
.b-progress .progress-bar {
    width: 100%;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}
.b-progress .progress-bar-count {
    height: 15px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;

    background-color: #FFDD65;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFDD65), to(#FDA300));
    background-image: -webkit-linear-gradient(top, #FFDD65, #FDA300);
    background-image:    -moz-linear-gradient(top, #FFDD65, #FDA300);
    background-image:      -o-linear-gradient(top, #FFDD65, #FDA300);
    background-image:         linear-gradient(to bottom, #FFDD65, #FDA300);

}
.b-progress .progress-gradient {
    margin: 0;
    border-top: 2px solid #E0E3E4;
    width: 100%;
}
    /*----------------------------------*/
    .b-progress-purple .progress-bar-count {
        background-color: #C58AC7;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#C58AC7), to(#7D3C9C));
        background-image: -webkit-linear-gradient(top, #C58AC7, #7D3C9C);
        background-image:    -moz-linear-gradient(top, #C58AC7, #7D3C9C);
        background-image:      -o-linear-gradient(top, #C58AC7, #7D3C9C);
        background-image:         linear-gradient(to bottom, #C58AC7, #7D3C9C);
    }
    /*----------------------------------*/
    .b-progress-blue .progress-bar-count {
        background-color: #28E8FD;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#28E8FD), to(#00C1FC));
        background-image: -webkit-linear-gradient(top, #28E8FD, #00C1FC);
        background-image:    -moz-linear-gradient(top, #28E8FD, #00C1FC);
        background-image:      -o-linear-gradient(top, #28E8FD, #00C1FC);
        background-image:         linear-gradient(to bottom, #28E8FD, #00C1FC);
    }

/*-------------------------------*/
.b-guestbox {
    	color : #2e3235;
	font-family : Arial;
	font-size : 14px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

}
.b-guestbox dl {
    background-color: #edefef;
}
.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: #e0e3e4;
}
.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,
.b-btnbox:visited {
    padding: 8px 30px;
    border: 1px solid #fff;
    background: url() 0 0 repeat-x #752c68;
    cursor: pointer;
    	color : #ffffff;
	font-family : Arial;
	font-size : 14px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.b-btnbox:hover,
.b-btnbox:active {
    background: url() 0 0 repeat-x #60676c;
}
.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 #a6adb1;
    width: 95%;
}
/*-------------------------------*/
.b-lam {
    margin-right: -10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.b-lam:after {
    content: "";
    display: table;
    width: 100%;
    clear: both;
    font-size: 0;
}
.b-lam .lam-pic {
    margin-left: -10px;
    display: inline;
    float: left;
    height: 463px;
    margin-top: 40px;
    width: 500px;
}
.b-lam .lam-text {
    display: inline;
    float: left;
    height: 463px;
    margin: 40px 0 0 0px;
    position: relative;
    width: 200px;
    z-index: 1000000;
}
.b-lam .lam-colors img {
    cursor: pointer;
}
.b-lam .lam-colors-on img {
    outline: 2px solid #1DA9DE;
}
/*-------------------------------*/
.b-lammass {
    margin-right: -10px;
    margin-bottom: 20px;
    background-color: #fff;
    overflow: hidden;
    padding: 15px;
}
.b-lammass .lammass-text {
    display: inline;
    float: left;
    height: 495px;
    position: relative;
    width: 200px;
    z-index: 1000000;
}
.b-lammass .lammass-pic {
    display: inline;
    float: left;
    height: 495px;
    margin: 0 0 0 -155px;
    width: 615px;
}
.b-lammass a img {
    margin-right: 5px;
    vertical-align: middle;
    cursor: pointer;
}
.b-lammass .lammass-colors-on img {
    outline: 2px solid #1DA9DE;
}
/*-------------------------------*/
.b-advantages {
	margin: 0;
	padding: 10px 0;
	position: relative;
}
.b-advantages  ul {
	margin: 0 0 2px 5px;
	padding: 0 !important;
	width: 100%;
}
.b-advantages  li {
	width: 243px;
	margin: 0 !important;
	padding: 20px 20px 20px 80px !important;
	display: inline-block !important;
	position: relative;
	background: #fff !important;
	border-radius: 5px;
	list-style-type: none !important;
	font-weight: bold;
	color: #914793;
}
.b-advantages  li:first-child {margin-right: 5px;}
.b-advantages ins {
	width: 35px;
	height: 35px;
	position: absolute;
	left: 23px !important;
	top: 13px !important;
	background: url(/img/754_adv-pic.gif) no-repeat;
	text-decoration: none;
}	
	.advantages-2 ins {background-position: -35px 0;}
	.advantages-3 ins { background-position: -70px 0;}
	.advantages-4 ins {background-position: -105px 0;}
	.advantages-5 ins {background-position: -140px 0;}	
	.advantages-6 ins {background-position: -175px 0;}	
/*-------------------------------*/
ul.b-services {
	margin: 20px 0 15px;
	padding: 10px 25px;
	background: #fff;
	border-radius: 5px;
}
ul.b-services li {
	margin-top: 8px;
	background: url(/img/services-ul.gif) 0 5px no-repeat;
}
/*-------------------------------*/
.b-glazing {
	margin: 20px 0 30px;
    padding: 20px;
	background: #e0ebef;
    overflow: hidden;
}
.b-glazing ul {
    margin: 0 auto !important;
    padding: 0 !important;
    white-space: nowrap;
}
.b-glazing li {
    margin: 0 30px 0 0 !important;
    padding: 0 !important;
    height: 283px;
    position: relative;
    display: inline-block;
    background: url("/img/glazing-balcony.png") no-repeat !important;
	overflow: visible  !important;
}
    .b-glazing li.glazing__balcony {min-width: 207px;}
    .b-glazing li.glazing__win2 {min-width: 150px; background-image: url("/img/glazing-win2.png") !important;}
    .b-glazing li.glazing__win3 {min-width: 222px; background-image: url("/img/glazing-win3.png") !important;}

.b-glazing div {
    padding: 10px 5px;
    position: absolute;
    right: -10px;
    bottom: 45px;
    background: #fff;
    border-radius: 5px;
}
.b-glazing div p {
    margin: 0 !important;
    padding: 0 0 2px !important;
    font-size: .96em !important;
}
.glazing__oldprice {
    text-decoration: line-through;
}
.b-glazing p.glazing__price {
    font-size: 1.2em !important;
    font-weight: bold;
    color: #743383;
}
/*-------------------------------*/
.b-we-table table {
    border-collapse: collapse;
    border-style: 0;
}
.b-we-table td {
    padding: 0;
    margin: 0;
    text-align: center;
}
/*-------------------------------*/
.b-balkon-banner {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    overflow: hidden;
    margin-bottom: 20px;
}
.b-balkon-banner img {
    vertical-align: middle;
}
.b-balkon-banner .balkon-banner__text {
    position: absolute;
    right: 20px;
    left: 500px;
    top: 55px;
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.b-balkon-banner .balkon-banner__text span {
    font-size: 30px;
    font-weight: bold;
}
.b-balkon-banner .balkon-banner__text-one,
.b-balkon-banner .balkon-banner__text-two {
    display: inline-block;
    padding: 10px 40px;
    clear: both;
}
.b-balkon-banner .balkon-banner__text-one:after,
.b-balkon-banner .balkon-banner__text-two:after {
    content: '';
    display: table;
    width: 100%;
    font-size: 0;
    clear: both;
}
.b-balkon-banner .balkon-banner__text-one {
    background: #32363a;
}
.b-balkon-banner .balkon-banner__text-two {
    background-color: #924894;
}
/*-------------------------------*/
.spec-ban .spec-item {
    display: inline-block;
    width: 44%;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 20px 20px 0 20px;
    min-height: 108px;
}
.spec-ban .spec-item:last-child {
    float: right;
}
.spec-ban  img {
    float: left;
    margin: 12px 12px 12px 0;
}
.spec-ban h2 {
    font-weight: bold;
    color: #914793;
    font-size: 18px;
    margin: 0 0 8px 0;
} 
.spec-ban p {
    font-size: 14px;
    margin: 0 0 15px 0;
}
/*-------------------------------*/
.b-editor .box-content {
    background: url(/img/photo1.png) 292px -122px no-repeat;
    min-height: 323px;
}
.b-editor .box-content p {
    font-size: 16px;
    width: 440px;
}  
.b-editor .step {
    width: 100%;
}
.b-editor .step td {
    vertical-align: middle;
}    
.b-editor .information td {
    width: 33.33%;
}   
.b-editor .information th {
    height: 30px;
    text-align: center;
}
.formbox {
    width: 100%;
    background: #ced2d3;
    margin: 25px 0;
}
.formbox input {
    width: 97%;
    background: #edefef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #bdbebe;
    padding: 6px;
}
.formbox th {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
}
.formbox td {
    padding: 15px 20px 15px 20px;
}
.formbox th {
    padding: 15px 0 0 0;
}
.formbox .formbox__right {
    width: 260px;
}
.formbox .b-btnbox,
.formbox .b-btnbox:visited {
    padding: 7px 30px;
}
/*-------------------------------*/
.column {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    background: #edefef url() 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: 250px;
}
.column__right {
    margin-left: -250px;
    width: 250px;
}
/*-------------------------------*/
.column__center-indent {
    margin: 0 250px 0 250px;
    padding: 20px ;
}
.column__left-indent {
    padding: 20px;
}
.column__right-indent {
    padding: 20px;
}
/*-------------------------------*/
.column__right-bg,
.column__left-bg,
.column__center-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.column__center-bg {
    right: 250px;
    left: 250px;

}
.column__left-bg {
    width: 250px;
    left: 0;
}
.column__right-bg {
    width: 250px;
    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: ;
    border-style: none;
    border-color: #a8d4f0;
    background: #edefef url() 0 0 no-repeat;
}
.column__left-inside {
    margin: 0;
    border-width: 0;
    border-style: none;
    border-color: #00a000;
    background: #edefef 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() 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;
}
.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:20px;
  top:15px;
}
.pilot__1 {  
  right:479px;
  top:51px;
}
.pilot__2 {   
  right:20px;
  top:35px;
}
.pilot__3 {    
  right:250px;
  top:38px;
}    
.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;
} 


.b-special p{ 
    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: #e0e3e4;
    text-align: center;
    color: ;
}
.guest_bg_1 {
    background-color: #edefef;
}
.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;
}

/***************slider-form*********************/

.slider-form {
    list-style: none outside none;
    padding: 0;
    z-index: 9999;
    position: absolute;
    top: 2.7923%;  
    margin: 0 0 0 550px; 
    background: url("") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 382px;
    position: absolute;

    width: 364px;       
}


.form-discount > div {
    padding: 35px 45px 0;
}
.form-discount .title {
    color: #000;
    font-size: 23px;
    padding-bottom: 10px;
}
.form-discount .descr {
    font-size: 12px;
    padding-bottom: 5px;
}
.form-discount form .row {
    margin: 0 0 12px;
}
.form-discount form .row .caption {
    color: #666666;
    float: left;
    font-size: 12px;
    padding-top: 3px;
    width: 65px;
}
.form-discount form .row .field {
    float: left;
}
.form-discount form .row .field input[type="text"] {
    width: 187px;
}
.form-discount form .subm {
    padding-top: 8px;
    text-align: center;
}
.form-discount .time {
    background: url("") repeat-x scroll 100% 100% #BB6DD2;
    bottom: 18px;
    height: 90px;
    left: 15px;
    position: absolute;
    width: 332px;
}
.form-discount .time p {
    color: #FFFFFF;
    font-size: 12px;
    padding: 5px 0;
    text-align: center;
    margin: 0;
}
.form-discount .time p.spectext {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.form-discount .time .timer {
    text-align: center;
}
.form-discount .time .timer span {
    background: url("/img/counter-num.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    font-family: Verdana;
    font-size: 24px;
    font-weight: bold;
    height: 37px;
    line-height: 35px;
    margin: 0 1px;
    text-align: center;
    width: 26px;
}
.form-discount .time .timer .red {
    color: #ED1C24;
}
.form-discount .time .captions {
    color: #FFFFFF;
    font-size: 10px;
    padding: 1px 0 0 63px;
}
.form-discount .time .captions span {
    display: block;
    float: left;
}
.form-discount .time .captions .d {
    margin-right: 22px;
}
.form-discount .time .captions .h {
    margin-right: 32px;
}
.form-discount .time .captions .m {
    margin-right: 28px;
}
                                    
/**********************************/
.discount-akcii-form {
    height: 200px;
}

.discount-akcii-form #success-message,
.discount-akcii-form .formbox-bg {
    height: 240px;
}
/*********************************/
