@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic-ext,cyrillic);

* {
    font-family: 'PT Sans Narrow', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    vertical-align: baseline;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    color: #58595b;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

body {
    background: white;
    line-height: 1;
    color: black;
}

ol, ul {
    list-style: none;
}

/* tables still need cellspacing="0" in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

/************************/
body {
    position: relative;
    overflow: hidden;
    background-color: #333;
}

#content {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(img/103.GIF) no-repeat 55% 52%;
    z-index: 100;
}

#image {
    position: relative;
    z-index: 1;
}

#image img {
    width: 100%;
    height: 100%;
    display: block;
}

#image .zoomImg {
    cursor: crosshair;
}

#controls {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

#zoom {
    position: absolute;
    z-index: 20;
    top: 0px;

    left: 433px;
    width: 98px;
    height: 45px;
    cursor: pointer;
    background-position: 5% 50% !important;
}
#zoom:before{
    content: attr(data-hidetxt);
    display: block;
    background: white;
    font-size: 14px;
    margin: 14px 0 0 40px;
}
#zoom.hide:before{
    content: attr(data-showtxt);
}
#zoom:active {
    top: 1px;
}

#sidebar {
    width: 360px;
    height: 580px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    filter: alpha(opacity=70);
}

#sidebar .top-links {
    background: #58595b;
    padding: 3px 0;
    display: table;
    width: 100%;
    height: 45px;
    margin-bottom: 3px;
}

#sidebar .top-links .col {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}

#sidebar .top-links .col.first {
    border-right: 1px solid #fff;
}

#sidebar .top-links .col a {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

#sidebar .top-links .col a:hover {
    text-decoration: none;
}

#sidebar .top-links .col .basket {
    margin-left: 12px; color:white;
}

#sidebar .top-links .col .basket .cnt {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 23px;
    color: #58595b;
    line-height: 24px;
}

#sidebar .top-links .col .basket .bsk-img {
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: middle;
}

.select-kitchen {
    margin: 0 8px 5px;
}

.select-kitchen .inner {
    padding: 3px 6px;
    background: #cdcdce;
}

.select-kitchen .btn-group {
    width: 100%;
}

.select-kitchen .btn {
    width: 49%;
    border: 1px solid #fff;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    border-radius: 0;
}

.select-kitchen .btn.active {
    background: #58595b;
    border-color: #58595b;
}

.select-kitchen .btn:last-child {
    float: right;
}

.search {
    margin: 0 8px 10px;
    position: relative;
}

.search input[type=text] {
    width: 100%;
    border: 1px solid #fff;
    background: #ebeae9;
    padding: 0 10px;
    line-height: 34px;
    font-size: 15px;
    box-sizing: border-box;
    color: #58595b;
}

.search input[type=submit] {
    position: absolute;
    top: 1px;
    right: 0;
    border: 0 none;
    width: 36px;
    height: 34px;
}

.search input[type=submit]:active {
    top: 2px;
}

.all-found {
    margin: 0 8px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #cecfd0;
    line-height: 30px;
    position:relative;
}

.all-found span {
    font-weight: bold;
}

.also-title {
    margin: 0 26px 0 0;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    background: #8f8f90 url('img/frames.png') 22px 50% no-repeat;
    line-height: 30px;
    color: #fff;
}

/*** Catalog list ***/
.catalog-list {
    padding: 0 8px 8px;
}

.catalog-list .item {
    width: 320px;
    margin-bottom: 10px;
}

.catalog-list .item.active,
.catalog-list .item:hover {
    background: #fff;
}

.catalog-list .item:hover .item-inner {
    cursor: pointer;
}

.catalog-list .item > div {
    float: left;
}

.catalog-list .item-inner {
    width: 280px;
}

.catalog-list .item .img {
    width: 70px;
    margin-right: 15px;
    float: left;
}
.catalog-list .item .img {
    background:rgba(255, 255, 255, 0.5); display: block;
    width:70px; height:70px; 
}

.catalog-list .item .img img {
    display: block;
    max-width: 100%;
}

.catalog-list .item .descr {
    width: 195px;
    float: left;
}

.catalog-list .item .descr .art {
    font-size: 14px;
    line-height: 18px;
    margin: 4px 0;
}

.catalog-list .item .descr .name {
    font-size: 12px;
    /* line-height: 14px;
    margin: 4px 0; */
}

.catalog-list .item .descr .handle-exist a {
    color: #202020;
    font-size: 12px;
}

.catalog-list .item .item-ctrl {
    width: 40px;
    display: none;
}

.catalog-list .item.active .item-ctrl,
.catalog-list .item:hover .item-ctrl {
    display: block;
}

.catalog-list .item .item-ctrl > div {
    display: table;
    text-align: center;
    width: 100%;
    height: 35px;
}

.catalog-list .item .item-ctrl > div div {
    display: table-cell;
    vertical-align: middle;
}

.catalog-list .item .item-ctrl .info a {
    display: inline-block;
    width: 21px;
    height: 21px;
    text-indent: -9999px;
}

.catalog-list .item .item-ctrl .add2bsk a {
    display: inline-block;
    width: 23px;
    height: 22px;
    text-indent: -9999px;
}

/*** Filter block ***/
#filter {
    position: absolute;
    bottom: 0;
    left: 0;
    /*height: 120px;*/
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    filter: alpha(opacity=70);
}

.filter-inner {
    margin: 8px;
    border: 1px solid #58595b;
    position: relative;
    display: table;
}

.filter-title {
    width: 343px;
    background-color: #58595b;
    min-height: 102px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.filter-title .filter-close-toggle {
    position: absolute;
    top: 10px;
    right: 3px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 7px;
}

.filter-block {

}

.filter-block .btn-group {
    margin: 1px 10px 1px 15px;
    display: block;
}

.filter-block .btn-group .prop-name {
    display: block;
    float: left;
    padding: 5px 5px 0 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.filter-block .btn-group .btn {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 14px;
    padding: 4px;
    margin: 0 0 2px 7px;
    border: 1px solid transparent;
}

.filter-block .btn-group .btn:hover {
    border: 1px solid #fff;
}

.filter-block .btn-group .btn.active {
    box-shadow: none;
    background-color: #fff;
    border-color: #fff;
    color: #231f20;
}

.filter-reset {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-size: 14px;
    color: #3c3c3d;
    cursor: pointer
}
.filter-inner .filter-reset{
    display: none;
}

.filter-block .filter-close {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

/*** Colors Block ***/
#colors .color-icon {
    position: absolute;
    top: 0px;
    left: 534px;
    width: 88px;
    height: 45px;
    cursor: pointer;
    background-position: 5% 50% !important;
}
#colors .color-icon:before{
    content: 'Цвет фасада';
    __position: absolute;
    margin-top: 43px;
    display: block;
    background: white;
    font-size: 14px;
    margin: 7px 0 0 45px;
}

#colors .colors-select {
    position: absolute;
    top: 45px;
    left: 0px;
    padding: 5px;
    background: #cecfd0;
    /*background: rgba(255,255,255,0.7);
    filter:alpha(opacity=70);*/
    

    position: absolute;
    top: 0px;
    left: 91px;
    padding: 5px;
    background: #ffffff9c;
    width: 917px;

}

#colors .colors-select-inner {
    border: 1px solid #fff;
    padding: 5px;

    width: 100%;
    float: left;
}

#colors .colors-select-inner > span {
    /* text-transform: uppercase; */
    font-size: 14px;
    margin: 2px 0 0px 4px;
    display: inline-block;
    background: url(/local/templates/handle_service/css/veer.png) no-repeat 36% 0%;
    float: left;
    position: relative;
    width: 70px;
    padding-top: 29px;
    line-height: 100%;
}

#colors .colors-select ul {
    list-style: none;
    display: block;
    width: auto;
    position: relative;
}

#colors .colors-select ul li {
    display: table;
    width: 100%;
    margin: 2px 0 2px 4px;
    padding-right: 20px;

    display: block;
    float: left;
    width: auto;
}

#colors .colors-select ul li.select,
#colors .colors-select ul li:hover {
    cursor: pointer;
    background: #fff;
}

#colors .colors-select ul li > div {
    display: table-cell;
}

#colors .colors-select ul li .img {
    width: 20px;
    height: 20px;
    padding-right: 9px;
    vertical-align: middle;
}

#colors .colors-select ul li .img img {
    display: block;
}

#colors .colors-select ul li .name {
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 12px;
    white-space: nowrap;
}

#toggle-sidebar {
    width: 70px;
    height: 45px;
    position: relative;
    top: 0;
    left: 360px;
    cursor: pointer;
    background: #ffffff url(img/docs.png) 0 0 no-repeat;
}
#toggle-sidebar:before {
    content: attr(data-hidetxt);
    display: block;
    background: white;
    font-size: 14px;
    position: absolute;
    margin: 9px 0 0 30px;
}
#toggle-sidebar.i-show:before {
    content: attr(data-showtxt);
}
#toggle-sidebar:active {
    top: 1px;
}

#toggle-sidebar.i-hide {
    background-position: 0 0;
}

#toggle-sidebar.i-show {
    background-position: 0 -45px;
    width: 90px;
}
.reset_search{
    text-align: right;
    opacity:0;
}