@font-face {
    font-family: 'BookmanC-Demi';
    src: url('/static/site/font/BookmanC/BookmanC-Demi/BookmanC-Demi.eot');
    src: local('☺'), 
    url('/static/site/font/BookmanC/BookmanC-Demi/BookmanC-Demi.woff') format('woff'), 
    url('/static/site/font/BookmanC/BookmanC-Demi/BookmanC-Demi.ttf') format('truetype'), 
    url('/static/site/font/BookmanC/BookmanC-Demi/BookmanC-Demi.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BookmanC-DemiItalic';
    src: url('/static/site/font/BookmanC/BookmanC-DemiItalic/BookmanC-DemiItalic.eot');
    src: local('☺'), 
    url('/static/site/font/BookmanC/BookmanC-DemiItalic/BookmanC-DemiItalic.woff') format('woff'), 
    url('/static/site/font/BookmanC/BookmanC-DemiItalic/BookmanC-DemiItalic.ttf') format('truetype'), 
    url('/static/site/font/BookmanC/BookmanC-DemiItalic/BookmanC-DemiItalic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BookmanC-Light';
    src: url('/static/site/font/BookmanC/BookmanC-Light/BookmanC-Light.eot');
    src: local('☺'), 
    url('/static/site/font/BookmanC/BookmanC-Light/BookmanC-Light.woff') format('woff'), 
    url('/static/site/font/BookmanC/BookmanC-Light/BookmanC-Light.ttf') format('truetype'), 
    url('/static/site/font/BookmanC/BookmanC-Light/BookmanC-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BookmanC-LightItalic';
    src: url('/static/site/font/BookmanC/BookmanC-LightItalic/BookmanC-LightItalic.eot');
    src: local('☺'), 
    url('/static/site/font/BookmanC/BookmanC-LightItalic/BookmanC-LightItalic.woff') format('woff'), 
    url('/static/site/font/BookmanC/BookmanC-LightItalic/BookmanC-LightItalic.ttf') format('truetype'), 
    url('/static/site/font/BookmanC/BookmanC-LightItalic/BookmanC-LightItalic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
}
body {
    color: #656565;
    /*font-family: "Open Sans", sans-serif;*/
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 19px;
    min-width: 320px;
    background-color: white;
}
a {
    color: #777777;
    text-decoration: none;
}
.font{
    font-family: "BookmanC-LightItalic", Helvetica, Arial, sans-serif;
}
.font-demi{
    font-family: "BookmanC-Demi", Helvetica, Arial, sans-serif;
}
.font-demi-italic{
    font-family: "BookmanC-DemiItalic", Helvetica, Arial, sans-serif;
}
.font-light{
    font-family: "BookmanC-Light", Helvetica, Arial, sans-serif;
}
.font-light-italic{
    font-family: "BookmanC-LightItalic", Helvetica, Arial, sans-serif;
}
.font-common{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.font-common-italic{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-style: italic;
}

#page-wrapper {
    min-height: 100%;
    min-width: 1260px;
    background: none repeat scroll 0 0 #FFFFFF;
    text-align: center;
}
#page{
    padding-bottom: 230px;
    width: 100%;
    /*max-width: 1268px;*/
}
#footer {
    height: 230px;
    margin-top: -230px;
    text-align: center;
    min-width: 1260px;
}
#fotter-block{
    text-align: center;
    /*max-width: 1268px;*/
    width: 100%;
}
#footerbox-before{
    position: absolute;
    /*max-width: 1268px;*/
    width: 100%;
    height: 20px;
    background: url('/static/site/images/media/footer_shadow.png') repeat-x;
    top: -20px;
}
#footerbox{
    position: relative;
    /*max-width: 1268px;*/
    width: 100%;
    height: 230px;
    background: url('/static/site/images/media/footer_fon.jpg') repeat-x;
}
#header{
    width: 100%;
}
#header .top{
    width: 100%;
    background: url('/static/site/images/media/shapka_fon.jpg') repeat-x;
    height: 100px;
    position: relative;
}
#header .top-shadow{
    width: 100%;
    background: url('/static/site/images/media/shapka_shadow.png') repeat-x;
    height: 10px;
    position: absolute;
    bottom: -10px;
    z-index: 2;
}
#header .bottom{
    width: 100%;
}
#main-head-bg{
    background: url('/static/site/images/media/image_shapka_home.jpg') center center no-repeat;
    background-size: 100% auto;
    height: 718px;
}
#pages-head-bg{
    background: url('/static/site/images/media/image_shapka_pages.jpg') center center no-repeat;
    background-size: 100% auto;
    height: 349px;
}
.page-container{
    width: 100%;
}
#wrapper-logo-top{
    position: absolute;
    background: url('/static/site/images/media/podlogka_logo.png') center center no-repeat;
    width: 196px;
    height: 126px;
    top: 0px;
    left: 0px;
    z-index: 2;
}
#wrapper-logo-top-block{
    display: block;
    text-align: center;
    padding: 25px 0 0 0;
}
#wrapper-logo-top a{

}
#left-header{
    width: 196px;
    height: 100px;
    float: left;
}
#right-header{
    height: 50px;
    padding: 50px 0 0 0;
    float: left;
    position: relative;
}
#search{
    position: absolute;
    right: 0;
    top: 15px;
}
#search-button-submit{
    background: url('/static/site/images/media/search_icon.png') center center no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    border: none;
    width: 40px;
    height: 30px;
    padding: 0px;
}
#search-input{
    display: none;
    float: left;
}
#search-input input{
    width: 200px;
    border: 1px solid #b79a5e;
    height: 20px;
    padding: 1px 3px;
    background: #f4e6c9;
}
#search-input.active{
    display: block;
}
#search-button{
    float: right;
}
#top-menu-list{
    padding: 5px 0 0 0;
}
#top-menu-list .menu-container{
    float: left;
    position: relative;
}
#top-menu-list .menu-container .menu-container-item{
    color: #b79a5e;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    min-width: 65px;
    padding: 0 7px;
    font-size: 13px;
}
#top-menu-list .menu-container .menu-container-item:hover,
#top-menu-list .active .menu-container-item{
    color: #fffcf5;
    background: url('/static/site/images/media/tab_menu_shapka.png') center center no-repeat;
}
#footer-top{
    height: 50px;
    text-align: center;
    line-height: 50px;
}
#footer-top ul li{
    float: left;
}
#footer-top ul li a{
    color: #613905;
    font-size: 14px;
    display: block;
    margin: 0 20px;
}
#footer-top ul li a:hover,
#footer-top ul li .active{
    color: #000000;
}
#footer-middle{
    height: 137px;
    text-align: center;
    vertical-align: middle;
}
#footer-middle .contacts-footer-phone-icon{
    background: url('/static/site/images/media/tel_icon.png') center center no-repeat;
    width: 69px;
    height: 137px;
    margin: 0 20px 0 50px;
}
#footer-middle .contacts-footer-item{
    font-size: 16px;
    color: #462516;
    margin: 5px 0;
    letter-spacing: 1px;
}
#footer-middle .contacts-footer-phone{
    display: table-cell;
    vertical-align: middle;
    height: 137px;
}
#logo-bottom{
    margin: 20px 0 0 0;
}
#footer-bottom{
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #b79a5e;
}
#left{
    width: 35%;
    float: left;
    background: #f4e6c9;
    height: 100%;
}
#left-content-wrapper{
    float: right;
    width: 320px;
}
#left .item-category{
    border: 2px solid #432918;
    margin: 25px 0 0 0;
    width: 260px;
    border-radius: 4px;
}
#left .item-category-head{
    text-align: center;
    color: #d5b876;
    font-size: 18px;
    background: #432918;
    padding: 10px;
}
#left .item-subcategory{

}
#left .item-subcategory-block{

}
#left .item-subcategory-link{
    height: 100px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 260px;
    display: block;
}
#left .item-subcategory-title{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    color: #efe1c4;
    font-size: 21px;
    background: #432918;
    opacity: 0.82;
    display: none;
}
#left .item-sub-subcategory{
    background: #d8b46a;
    display: block;
    padding: 5px 0;
    border-bottom: 2px solid #432918;
    color: #432712;
    font-size: 15px;
}
#left .item-sub-subcategory:hover{
    background: #432712;
    color: #d8b46a;
}
#left .separator-block{
    height: 20px;
    background: url('/static/site/images/media/tab_menu_left_home.png') center 6px no-repeat #432918;
}
#right{
    width: 65%;
    float: right;
    background: #ffffff;
    height: 100%;
}
#right-content-wrapper{
    float: left;
    text-align: left;
    width: 700px;
    padding: 25px 30px;
}
.content-wrapper{
    background: url('/static/site/images/media/pages_fon.jpg') repeat;
    padding: 25px 0 30px 0;
}
.content-description{
    background: #FFFFFF;
    padding: 40px 0 50px 0;
}
#catalog-categories{
    margin: 35px 0 0 0;
}
#catalog-categories .item-category{
    margin: 15px 0;
}
#catalog-categories .category-separator-block{
    background: url('/static/site/images/media/tab_text2.png') center center no-repeat;
    width: 100%;
    height: 12px;
    margin: 25px 0;
}
#catalog-categories .item-category-head{
    font-size: 27px;
    color: #43291a;
    line-height: 30px;
    padding: 0 0 20px 0;
    text-align: left;
    width: 90%;
}
#catalog-categories .item-category-description{
    color: #646361;
    text-align: left;
}
#catalog-categories .left-block{
    float: left;
    width: 410px;
}
#catalog-categories .right-block{
    float: left;
    margin: 0 0 0 20px;
    width: 580px;
}
#catalog-categories .item-category-short-description{
    color: #663b10;
    padding: 0 0 15px 0;
    font-size: 18px;
    line-height: 22px;
    width: 545px;
    text-align: left;
}
#catalog-categories .item-subcategory{
    float: left;
    width: 260px;
}
#catalog-categories .item-subcategory-link{
    display: block;
    height: 100px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 260px;
}
#catalog-categories .v-separator-block{
    float: left;
    background: url('/static/site/images/media/tab_vertikal.png') center center no-repeat;
    width: 25px;
    height: 100px;
}
#catalog-categories .g-separator-block{
    width: 260px;
    height: 25px;
    background: url('/static/site/images/media/tab_horizontal.png') center center no-repeat;
}
#catalog-categories .item-subcategory-title{
    background: #432918;
    bottom: 0;
    color: #efe1c4;
    font-size: 21px;
    opacity: 0.82;
    padding: 7px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    text-shadow: 2px 2px 2px #000000;
    display: none;
}
#catalog-categories .item-sub-subcategory{
    background: #d8b46a;
    margin: 4px 0 0 0;
    color: #432712;
    display: block;
    padding: 5px 0;
    text-align: center;
    font-style: normal;
}
#catalog-categories .item-sub-subcategory:hover{
    background: #432712;
    color: #d8b46a;
}
.content-category{

}
.content-category h1,
.product-cart-header h1{
    margin: 10px 0 0 0;
    text-align: center;
    font-size: 24px;
    height: 42px;
    line-height: 28px;
    font-weight: normal;
    color: #442918;
    background: url('/static/site/images/media/tab_horizontal.png') center bottom no-repeat;
}
.content-category .category-description{
    margin: 15px 0 0 0;
}
.category-subcategories{
    text-align: center;
}
.category-subcategories .subcategory-item{
    margin: 20px 10px 20px 10px;
    display:-moz-inline-stack;
    display:inline-block;
    _overflow:hidden;
    *zoom:1;
    *display:inline;
}
.category-subcategories .subcategory-item .subcategory-image img{
    width: 200px;
}
.category-subcategories .subcategory-link{
    font-size: 18px;
    background: url('/static/site/images/media/tab_horizontal.png') center bottom no-repeat;
    height: 35px;
    line-height: 20px;
    margin: 0 0 20px 0;
}
.category-subcategories .subcategory-link a{
    color: #442918;
}
.breadcrumb{
    color: #442918;
}
.breadcrumb a{
    color: #442918;
    font-size: 17px;
}
.breadcrumb-separator{
    margin: 0 2px;
}
.product-list{
    text-align: center;
}
.product{
    display:-moz-inline-stack;
    display:inline-block;
    _overflow:hidden;
    *zoom:1;
    *display:inline;
    width: 300px;
    margin: 0 15px;
}
.product .image-wrapper{
    padding: 0 25px;
}
.product .image{
    display: table-cell;
    width: 250px;
    height: 250px;
    text-align: center;
    vertical-align: middle;
}
.product .image img{
    max-height: 250px;
    max-width: 250px;
}
.product .name{
    height: 18px;
    overflow: hidden;
}
.product .name a{
    color: #442918;
    font-size: 15px;
}
.product .separator{
    background: url('/static/site/images/media/tab_horizontal.png') center center no-repeat;
    height: 30px;
}
.product .description{
    color: #442918;
    height: 75px;
    overflow: hidden;
}
.product .detail{
    margin: 10px 0 0 0;
    text-align: center;
}
.product .detail a{
    background: url('/static/site/images/media/podrobnee.png') center center no-repeat;
    height: 30px;
    width: 104px;
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.content-page .content-header h1,
.content-page .content-header-block{
    background: url("/static/site/images/media/tab_horizontal.png") center bottom no-repeat;
    color: #442918;
    font-size: 24px;
    font-weight: normal;
    height: 42px;
    line-height: 28px;
    text-align: center;
}
#product{
    margin: 20px 0 0 0;
    width: 1000px;
    color: #442918;
}
#product .image-wrapper,
#product .images-wrapper{
    width: 100%;
    text-align: center;
}
#product .image-wrapper .image img,
#product .images-wrapper{
    max-width: 320px;
}
#product .images-wrapper{
    padding: 20px 30px 10px 30px;
}
#product .images-wrapper .slider-image-wrapper{
    margin: 0 5px;
}
#product .images-wrapper .slider-image-wrapper img{
    max-width: 70px;
}
#product .price-wrapper{
    margin: 30px 0 0 0;
    line-height: 40px;
}
#product .price-wrapper .price-block .text{
    font-size: 16px;
    font-weight: 600;
    text-shadow: 2px 2px 2px #CCCCCC;
}
#product .price-wrapper .price-block .value{
    font-size: 22px;
    font-weight: 600;
    text-shadow: 2px 2px 2px #CCCCCC;
}
#price-main{
    background: url("/static/site/images/media/tab_menu_shapka.png") no-repeat center center;
    display: inline-block;
    line-height: 39px;
}
.price-main-none{
    display: none;
}
#product .add-to-cart-wrapper{
    margin: 0 0 0 20px;

}
#product .product-add-to-cart{
    background: rgba(0, 0, 0, 0) url("/static/site/images/media/kupit.png") no-repeat center center;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 103px;
    margin: 5px 0 0 0;
}

#product-left-column{
    float: left;
    width: 400px;
}
#product-right-column{
    float: left;
    width: 600px;
}
#product-content{
    margin: 0 auto;
    width: 860px;
}
#product-content .product-section{
    float: left;
    width: 580px;
    padding: 0 20px 0 0;
}
#product-content .product-additional{
    float: right;
    width: 260px;
}
#product-content .product-description-delimery{
    background: rgba(0, 0, 0, 0) url("/static/site/images/media/tab_horizontal.png") no-repeat scroll center bottom;
    height: 12px;
    margin: 15px 0;
    width: 100%;
}
#product-content .product-additional{
    margin: 10px 0;
}
#product-content .product-additional a{
    display: block;
    color: #442918;
    text-decoration: underline;
    font-size: 15px;
    padding: 0 0 0 60px;
    margin: 0 0 20px 0;
    cursor: pointer;
}
#product-content .product-additional .download-documentation{
    padding: 25px 0 0 60px;
    background: url("/static/site/images/ui/doc_icon.png") no-repeat left center;
}
#product-content .product-additional .product-complectation{
    padding: 5px 0 0 60px;
    height: 45px;
    background: url("/static/site/images/ui/podbor_icon.png") no-repeat left center;
}
#product-content ol, 
#product-content ul{
    list-style: inside;
}
#product .product-property-block{
    margin: 10px 0 0 0;
}
#product .product-property-block .product-property-name{

}
#product .product-property-block .product-property-values{

}
#product .product-property-block .product-property-value{

}
#product .product-property-block .property-option-text{
    display: block;
    margin: 1px;
}
#product .product-property-block .property-option-image {
    border: 2px solid #c4c4c4;
    margin: 2px;
}
#product .product-property-block .property-option-image:hover, 
#product .product-property-block .property-option-image.active {
    border: 2px solid #442918;
    box-shadow: 0 0 7px 0 #646464;
}
#product .product-property-block .property-option-text:hover, 
#product .product-property-block .property-option-text.active {
    color: #442918;
    text-decoration: underline;
}
#product .product-properties td{
    padding: 0 5px;
}

#product-content h3{
    margin: 10px 0;
    font-size: 14px;
    font-weight: bold;
}
#constuctor-header{
    margin: 15px 0 0 0;
    color: #442918;
    font-size: 15px;
}
.constuctor-name-block{
    margin: 0 15px;
}
.constuctor-header-link{
    color: #442918;
    text-decoration: none;
    line-height: 30px;
    font-size: 15px;
    margin: 0 0 0 7px;
}
.constructor-button-light{
    text-align: center;
    background: url("/static/site/images/ui/constructor_light_button.png") center bottom no-repeat;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    color: #482c18;
}
.constructor-button-night{
    text-align: center;
    background: url("/static/site/images/ui/constructor_night_button.png") center bottom no-repeat;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    color: #d6b47c;
}
.constructor-body .category-item{
    display: inline-block;
    margin: 20px 10px;
}
.constructor-body .category-link{
    background: url("/static/site/images/media/tab_horizontal.png") no-repeat scroll center bottom;
    font-size: 18px;
    height: 35px;
    line-height: 20px;
    margin: 0 0 20px;
}
.constructor-body .category-link a{
    color: #442918;
}
.constructor-body .product-item{
    margin: 20px 10px;
}
.constructor-body .product .detail a {
    background: rgba(0, 0, 0, 0) url("/static/site/images/media/button-more.png") no-repeat scroll center center;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    text-indent: 0%;
    white-space: nowrap;
    width: 104px;
    color: #442918;
    font-size: 13px;
    line-height: 30px;
}
.constructor-step-property{
    max-width: 230px;
    margin: 20px;
    text-align: left;
}
.constructor-step-finally{
    margin: 25px 20px 20px 20px;
    text-align: left;
}
.constructor-step-finally td{
    padding: 5px;
    vertical-align: middle;
}
.constructor-step-finally .property-name{
    text-align: right;
}
.constructor-step-finally .price{
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    color: #442918;
}
.constructor-step-finally .constuctor-price{
    line-height: 40px;
    margin: 30px 0 0;
}
.constructor-step-finally .constuctor-price .text{
    font-size: 16px;
    font-weight: 600;
    text-shadow: 2px 2px 2px #cccccc;
}
.constructor-step-finally .constuctor-price .value{
    font-size: 22px;
    font-weight: 600;
    text-shadow: 2px 2px 2px #cccccc;
}
.constructor-step-finally .constuctor-price .value .price-main{
    background: rgba(0, 0, 0, 0) url("/static/site/images/media/tab_menu_shapka.png") no-repeat scroll center center;
    display: inline-block;
    line-height: 39px;
}
.constructor-step-finally .add-to-cart-wrapper{
    margin: 0 0 0 20px;
}
.constructor-step-finally .add-to-cart-wrapper .product-add-to-cart{
    background: rgba(0, 0, 0, 0) url("/static/site/images/media/kupit.png") no-repeat scroll center center;
    display: inline-block;
    height: 30px;
    margin: 5px 0 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 103px;
}
.constructor-step-property-name{
    color: #442918;
    margin: 10px 0;
}
.constructor-option-image{
    margin: 2px;
    border: 2px solid #c4c4c4;
}
.constructor-option-image:hover,
.constructor-option-image.active{
    border: 2px solid #442918;
    box-shadow: 0 0 7px 0 #646464;
}
.constructor-option-text{
    margin: 2px;
    display: block;
}
.constructor-option-text:hover,
.constructor-option-text.active{
    color: #442918;
    text-decoration: underline;
}
#constuctor-footer{
    height: 40px;
    margin: 10px 0 30px 0;
    text-align: center;
}
#constuctor-prev-step{
    float: left;
}
#constuctor-next-step{
    float: right;
}
#constuctor-pagebar-wrapper{
    width: 650px;
}

.auth-modal-item{
    position: relative;
}
.auth-modal{
    top: 45px;
    display: none;
    left: -155px;
    position: absolute;
    z-index: 99999;
}
.auth-modal-wrapper{
    background: #FFFFFF;
    width: 450px;
    min-height: 200px;
    border-radius: 15px;
    border: 1px solid #d6bd87;
    padding: 15px 7px;
    box-shadow: 0 0 7px rgba(226,200,149, 0.8) inset, 0px 0 20px rgba(0, 0, 0, 0.8);
}
.auth-modal-content-wrapper{

}
.auth-modal-content{
    display: inline-block;
}
.profile-content-description{
    padding: 10px 0 0 0;
    text-align: center;
}
.profile-content-description .form-action,
.profile-content-description .registration{
    display: inline-block;
    color: #412b1e;
}
.profile-content-description .form-action a,
.profile-content-description .registration a{
    color: #412b1e;
}
.profile-content-description .form-action .label-item{
    padding: 8px 5px 2px;
    text-align: right;
    vertical-align: top;
}
.profile-content-description .form-action .value-item{
    padding: 5px;
    text-align: left;
    vertical-align: middle;
}
.profile-content-description .form-action .value-item .note{
    font-size: 12px;
}
.profile-content-description .form-login .value-item input{
    width: 180px;
    border: 1px solid #e2c895;
    box-shadow: 0 0 7px rgba(226,200,149, 0.6) inset;
    height: 21px;
    padding: 2px 4px;
}
.profile-content-description .form-login .submit,
.profile-content-description .registration .submit,
.profile-content-description .form-action .submit{
    margin: 10px 0;
}
.profile-content-description .registration .value-item input,
.profile-content-description .form-action .value-item input{
    width: 250px;
    border: 1px solid #e2c895;
    box-shadow: 0 0 7px rgba(226,200,149, 0.6) inset;
    height: 19px;
    padding: 2px 4px;
}
.profile-content-description .errorMessage{
    color: #ea0f38;
    font-size: 11px;
    width: 200px;
}
#registration-tabs{
    
}
#registration-tabs .registration-tab{
    font-size: 17px;
    margin: 10px;
    cursor: pointer;
    color: #7a7a7a;
}
#registration-tabs .registration-tab.active{
    text-decoration: underline;
    color: #412b1e;
}
#registration-tabs .registration-tab-divide{
    font-size: 17px;
    margin: 10px; 
    color: #412b1e;
}
#registration-tabs .registration-note{
    font-size: 13px;
}
#registration-tabs .registration-tabs-block{
    float: left;
    margin: 0 0 0 57px;
}
.button-login{
    background: url("/static/site/images/ui/voyti.png") center center no-repeat;
    width: 83px;
    height: 30px;
    border: none;
    text-decoration: none;
    text-indent: 99999px;
    cursor: pointer;
    outline: none;
}
.button-login:active, 
.button-login:focus {
    outline: none;
}
.button-send{
    background: url("/static/site/images/ui/otpravit.png") center center no-repeat;
    width: 128px;
    height: 30px;
    border: none;
    text-decoration: none;
    text-indent: 99999px;
    cursor: pointer;
    outline: none;
}
.button-send:active, 
.button-send:focus {
    outline: none;
}
.button-get-price{
    background: url("/static/site/images/ui/price.png") center center no-repeat;
    width: 169px;
    height: 30px;
    border: none;
    text-decoration: none;
    text-indent: 99999px;
    cursor: pointer;
    outline: none;
}
.button-get-price:active, 
.button-get-price:focus {
    outline: none;
}

.name-head{
    color: #442918; 
    font-size: 18px;
    margin: 0 0 10px 0;
    background: url('/static/site/images/media/tab_horizontal.png') center bottom no-repeat;
    height: 35px;
    text-align: center;
}
#contacts-form{
    color: #442918;
    text-align: center;
}
#contacts-form .button-send{
    float: left;
}
#contacts-form td{
    padding: 5px;
}
#contacts-form .form-action .submit{
    margin: 10px 0;
}
#contacts-form .value-item input{
    width: 300px;
    border: 1px solid #e2c895;
    box-shadow: 0 0 7px rgba(226,200,149, 0.6) inset;
    height: 21px;
    padding: 2px 4px;
}
#contacts-form .value-item textarea{
    width: 300px;
    border: 1px solid #e2c895;
    box-shadow: 0 0 7px rgba(226,200,149, 0.6) inset;
    height: 100px;
    padding: 2px 4px;
}
#contacts-form .label-item{
    padding: 8px 5px 2px;
    text-align: right;
    vertical-align: top;
}
#contacts-form .errorMessage{
    color: #ea0f38;
    font-size: 11px;
}

#form-prices{
    color: #442918; 
}
#form-prices .main-category-name{
    margin: 10px 0;
    font-size: 15px;
}
#form-prices .subcategory-name{
    margin: 5px;
    display: inline-block;
}
#call-phone{
    margin: 45px 0 0 0;
}
#form-prices .errorSummary{
    text-align: center;
    color: red;
    margin: 10px 0;
}
#form-prices .errorMessage{
    color: red;
    font-size: 12px;
}
#price-email input{
    border: 1px solid #e2c895;
    box-shadow: 0 0 7px rgba(226, 200, 149, 0.6) inset;
    height: 21px;
    padding: 2px 4px;
    width: 220px;
}
#form-prices .price-category-input{
    display: inline-block;
    margin: 10px 0;
}

#content{
    min-height: 400px;
}

input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + label {
    cursor: pointer;
    padding-left: 0;
}
input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    height: 21px;
    width: 21px;
    margin: 0 10px 0 0;
    background: url("/static/site/images/ui/galka1.jpg") no-repeat;
    vertical-align: middle;
}
input[type="checkbox"]:checked + label::before {
    background: url("/static/site/images/ui/galka2.jpg") no-repeat;
}

.feeds{

}
.feeds .feed-item{
    margin: 15px 0;
}
.feeds .feed-item p{
    margin: 10px 0;
}
.feeds .feed-date{
    text-align: center;
    font-size: 15px;
    color: #4c382d;
}
.feeds .feed-name a{
    color: #442a19;
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 10px 0;
}
.feeds .feed-divide{
    background: rgba(0, 0, 0, 0) url("/static/site/images/media/tab_text2.png") no-repeat center center;
    height: 12px;
    margin: 25px 0;
    width: 100%;
}
.feeds .feed-bottom{
    background: rgba(0, 0, 0, 0) url("/static/site/images/media/tab_horizontal.png") no-repeat center bottom;
    height: 12px;
    margin: 25px 0;
    width: 100%;
}
.feeds .feed-short-description{
    width: 920px;
    text-align: left;
    margin: 0 auto;
}

.galleries{

}
.galleries .gallery-item{
    margin: 15px 0 40px 0;
}
.galleries .gallery-item p{
    margin: 10px 0;
}
.galleries .gallery-name a{
    color: #442a19;
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 10px 0;
}
.galleries .gallery-divide{
    background: rgba(0, 0, 0, 0) url("/static/site/images/media/tab_text2.png") no-repeat center center;
    height: 12px;
    margin: 25px 0;
    width: 100%;
}
.galleries .gallery-bottom{
    background: rgba(0, 0, 0, 0) url("/static/site/images/media/tab_horizontal.png") no-repeat center bottom;
    height: 12px;
    margin: 25px 0;
    width: 100%;
}
.gallery-main-image{
    margin: 0 auto;
    text-align: center;
}
.gallery-image-list-wrapper{
    margin: 0 auto;
    text-align: center;
    width: 800px;
}
.gallery-image-wrapper{
    margin: 0 3px;
}
.gallery-short-description{
    margin: 0 auto;
    text-align: center;
    width: 800px;
    text-align: left;
}
.gallery-name{
    margin: 20px 0;
}

#cart-wrapper{
    position: relative;
    width: 1100px;
    margin: 0 auto;
}
#cart-block-wrapper{
    position: absolute;
    right: 0;
    top: 20px;
}

#cart-mini{
    float: left;
    color: #442918;
    padding: 0 10px 0 0;
    text-align: left;
}
#cart-mini-icon{
    float: right;
}
#cart-mini-text{
    font-weight: bold;
}

.product-relative-head{
    display: block;
    color: #442918;
    text-decoration: underline;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
}
.product-relative-wrapper{
    text-align: center;
}
.product-mini{
    display: inline-block;
    margin: 30px 7px;
    width: 180px;
}
.product-mini .image-wrapper {
    padding: 0 10px;
}
.product-mini .image {
    display: table-cell;
    height: 160px;
    text-align: center;
    vertical-align: middle;
    width: 160px;
}
.product-mini .image img {
    max-height: 160px;
    max-width: 160px;
}
.product-mini .name {
    height: 36px;
    overflow: hidden;
}
.product-mini .name a {
    color: #442918;
    font-size: 15px;
}
.product-mini .separator {
    background: url("/static/site/images/media/tab_horizontal.png") no-repeat center center;
    height: 30px;
}
.product-mini .description {
    color: #442918;
    height: 75px;
    overflow: hidden;
}
.product-mini .detail {
    margin: 10px 0 0;
    text-align: center;
}
.product-mini .detail a {
    background: url("/static/site/images/media/podrobnee.png") no-repeat center center;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 104px;
}


.cart-modal{
    color: #442918;
}
.cart-modal h2{
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0 15px;
    text-align: center;
}
.cart-modal th{
    font-weight: normal;
    font-size: 13px;
}
.cart-modal th,
.cart-modal td{
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}
.cart-modal .cart-product .image-wrapper{

}
.cart-modal .cart-product .image-wrapper .image img{
    width: 120px;
}
.cart-modal .cart-product .name a{
    color: #442918;
}
.cart-modal .action .remove-from-cart{
    background: url('/static/site/images/ui/trash.png') no-repeat center center;
    height: 33px;
    width: 24px;
    display: block;
}

.cart-modal .continiue-button{
    margin: 10px 50px 0 0;
    display: inline-block;
}
.cart-modal .continiue-button a{
    background: url('/static/site/images/ui/continiue-button.png') no-repeat center center;
    height: 44px;
    text-indent: -9999px;
    width: 193px;
    cursor: pointer;
    display: block;
}
.cart-modal .order-button{
    margin: 10px 0 0 50px;
    display: inline-block;
}
.cart-modal .order-button a{
    background: url('/static/site/images/ui/order-button.png') no-repeat center center;
    height: 44px;
    text-indent: -9999px;
    width: 180px;
    cursor: pointer;
    display: block;
}
.cart-modal .recount a{
    color: #442918;
    font-size: 17px;
    margin: 0 7px;
}

#cart{
    color: #442918;
    text-align: center;
}
#cart-content-wrapper{
    display: inline-block;
    margin: 15px;
}
#cart .table-products{

}
#cart .table-products th{
    font-weight: normal;
    font-size: 13px;
}
#cart .table-products th,
#cart .table-products td{
    padding: 10px 15px;
    vertical-align: middle;
    text-align: center;
}
#cart .cart-product .image-wrapper{

}
#cart .cart-product .image-wrapper .image img{
    width: 170px;
}
#cart .cart-product .name a{
    color: #442918;
    display: block;
    font-size: 20px;
    margin: 10px 0;
}
#cart .action .remove-item-from-cart{
    background: url('/static/site/images/ui/trash.png') no-repeat center center;
    height: 33px;
    width: 24px;
    display: block;
}   
#cart .recount a{
    color: #442918;
    font-size: 17px;
    margin: 0 7px;
}
#cart .continiue-button a{
    background: url('/static/site/images/ui/continiue-button.png') no-repeat center center;
    display: block;
    text-indent: -9999px;
    width: 193px;
    height: 44px;
}
#cart .sum-info{
    text-align: right;
}

#cart-order-form-wrapper{
    text-align: center;
    margin: 10px 0 40px 0;
}
#cart-order-form{
    display: inline-block;
    background: url('/static/site/images/ui/order-form-bg.png') no-repeat center center;
    min-height: 511px;
    width: 377px;
    background-size: 100% 100%;
}
#cart-order-form .form{
    padding: 50px 0;
    color: #442918;
    text-align: center;
}
#cart-order-form .form h3{
    font-size: 25px;
    font-weight: normal;
    padding: 0 0 5px 0;
}
#cart-order-form .form .row{
    width: 210px;
    margin: 8px auto 0px;
}
#cart-order-form .form .row input{
    height: 19px;
    width: 100%;
    border: 1px solid #ffbb9d;
}

#cart-order-form .form .row textarea{
    width: 100%;
    border: 1px solid #ffbb9d;
    height: 64px;
}
#cart-order-form .form .errorMessage{
    font-size: 11px;
    color: #442918;
}
#cart-order-form .form .hint{
    font-size: 11px;
}
#cart-order-form .form .form-footer{
    background: url('/static/site/images/ui/create-order-figure.png') no-repeat center center;
    width: 90px;
    height: 32px;
    margin: 5px auto 0;
}
#cart-order-form .form .row input.order-button{
    background: url('/static/site/images/ui/create-order-form.png') no-repeat center center;
    cursor: pointer;
    border: none;
    width: 180px;
    height: 44px;
    text-indent: -9999px;
}
#cart-box-modal{
    min-width: 700px;
}




body .box-modal{
    min-width: 600px;
}
body .box-modal_close{
    font-size: 16px;
    color: #442918;
}

.content-header-cart{

}
.content-header-cart h1{
    color: #442918;
    font-size: 24px;
    font-weight: normal;
    height: 30px;
    line-height: 28px;
    text-align: center;
    text-decoration: underline;
}
.content-header-cart h2{
    color: #442918;
    font-size: 20px;
    font-weight: normal;
    height: 25px;
    line-height: 22px;
    text-align: center;
}
.content-header-cart .content-header-cart-container{
    background: url('/static/site/images/ui/success-element-check.png') no-repeat right center;
    background-size: auto 100%;
    display: inline-block;
    padding: 0 90px 0 0;
}
#content-cart-wrapper{
    text-align: center;
    color: #442918;
    padding: 15px 0;
}
#content-cart-body{
    display: inline-block;
}
#content-cart-body .decorate-element{
    background: url('/static/site/images/ui/success-element.png') no-repeat center center;
    width: 180px;
    height: 16px;
    margin: 20px auto;
}
#content-cart-body td,
#content-cart-body th{
    padding: 5px 7px;
}

#download-box-body-wrapper{

}
#download-box{

}
#download-box h2{
    color: #442918;
    font-size: 20px;
    font-weight: normal;
    margin: 5px 0;
    text-align: center;
}
#download-box .download-box-name{

}
#download-box .download-box-name a{
    font-size: 16px;
    color: #442918;
}
#download-box .download-box-check-mark-wrapper{
    width: 45px;
}
#download-box .download-box-check-mark{

}
#download-box .download-box-check-mark.checked{
    background: url('/static/site/images/ui/download/check.png') no-repeat center center;
    width: 45px;
    height: 45px;
    cursor: pointer;
}
#download-box .download-box-check-mark.unchecked{
    background: url('/static/site/images/ui/download/uncheck.png') no-repeat center center;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin: 19px 17px 1px 3px;
}
#download-box-body-wrapper .download-box-icon{
    width: 75px;
}
#download-box-body-wrapper table{
    width: 100%;
}
#download-box-body-wrapper th,
#download-box-body-wrapper td{
    vertical-align: middle;
    padding: 5px;
}
#download-box-button{
    cursor: pointer;
    background: url('/static/site/images/ui/download/button.png') no-repeat center center;
    width: 150px;
    height: 43px;
    display: inline-block;
}
#download-box-element{
    background: url('/static/site/images/ui/download/element.png') no-repeat center center;
    width: 170px;
    height: 16px;
    margin: 20px 0 5px 0;
    display: inline-block;
}




.ta-center{
    text-align: center;
}
.ta-left{
    text-align: left;
}
.ta-right{
    text-align: right;
}
.td-underline{
    text-decoration: underline;
}
.fz-17{
    font-size: 17px;
}
.fz-19{
    font-size: 19px;
}
.w50{
    width: 50%;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.mt-5{
    margin: 5px 0 0 0;
}
.mtb-20{
    margin: 20px 0;
}
.registration-block{
    margin: 20px 0 0 0;
}
.column{
    padding: 0 0 30px 0;
}
.container{
    width: 1100px;
    /*width: 100%;*/
    text-align: left;
    display:-moz-inline-stack;
    display:inline-block;
    _overflow:hidden;
    *zoom:1;
    *display:inline; 
}
.container-content{
    /*
    width: 90%;
    width: 1100px;
    */
    padding: 0 0 20px 0;
}
.hide{
    display: none;
}
.show{
    display: block;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.line-tab{
    background: url("/static/site/images/media/tab_horizontal.png") no-repeat center center;
    height: 4px;
    width: 100%;
}
.line-separator-block{
    background: url('/static/site/images/media/tab_text2.png') center center no-repeat;
    width: 100%;
    height: 12px;
    margin: 25px 0;
}
.center{
    text-align: center;
}
.ib{
    display:-moz-inline-stack;
    display:inline-block;
    _overflow:hidden;
    *zoom:1;
    *display:inline;    
}
.clear{
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}