.cat-alphabet {
    /*margin-left: 15px;
    margin-right: 15px;*/
    text-align: right;
}
.cat-alphabet section {
    display: none;
    padding: 0;
    /*border-top: 1px solid #abc;*/
    /*background-color: #f9e694;*/
    margin-bottom: 10px;
}
.cat-alphabet .cat-alphabet-input {
    display: none;
}

.cat-alphabet label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 5px 15px;
    text-align: center;
    color: #abc;
    border: 1px solid transparent;
}

.cat-alphabet label:before {
    font-weight: normal;
    margin-right: 10px;
}

.cat-alphabet label:hover {
    color: #789;
    cursor: pointer;
}

.cat-alphabet .cat-alphabet-input:checked + label {
    color: #000;
    border: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #eee;
    border-radius: 4px 4px 0 0;
}

#cat-alphabet-tab1:checked ~ #cat-alphabet-content1,
#cat-alphabet-tab2:checked ~ #cat-alphabet-content2 {
    display: block;
}

@media screen and (max-width: 800px) {
    /*.cat-alphabet label {
        font-size: 0;
    }*/

    .cat-alphabet label:before {
        margin: 0;
        font-size: 18px;
    }
}
@media screen and (max-width: 500px) {
    /*.cat-alphabet label {
        padding: 15px;
    }*/
}

.cat-alphabet ul.cat-alphabet-letters {
    display: inline-table;
    margin: 0;
    /*padding: 10px 0 10px 10px;*/
    padding: 10px 15px 8px;
    width: 100%;
    background-color: #eee;
    text-align: center;
}
.cat-alphabet ul.cat-alphabet-letters a:link, .cat-alphabet ul.cat-alphabet-letters a:visited {
    /*color: #000;*/
    color: #d60000;
    border-bottom: 2px solid #d60000;
}
.cat-alphabet ul.cat-alphabet-letters a:hover {
    text-decoration: none;
    color: #000;
    border-bottom: 2px solid #000;
}
.cat-alphabet ul.cat-alphabet-letters span.no-latter {
    color: #abc;
}
.cat-alphabet ul.cat-alphabet-letters li {
    display: inline-table;
    margin: 0;
    padding-right: 1.7%;
}
.cat-alphabet ul.cat-alphabet-letters li span.current-latter {
    font-weight: bold;
    color: #f43547;
    
}

#cat_search_form {
    padding-bottom: 15px;
}
.cat-alphabet .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-right: 0;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
}
.cat-alphabet .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.cat-alphabet .input-group-addon, .input-group .form-control {
    display: table-cell;
}

.cat-alphabet .input-group .form-control:first-child,
.cat-alphabet .input-group-addon:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.cat-alphabet .input-group-addon,
.cat-alphabet .input-group .form-control {
    display: table-cell;
}
.cat-alphabet .input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-bottom-left-radius:0;
    border-top-left-radius:0;
    display: table-cell;
}
.cat-alphabet .live-search-go {
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    border: solid 1px #000;
    background: url("../images/lupa.png") #000 50% 50% no-repeat;
    cursor: pointer;
}

.cat-alphabet .live-search-go span {
    width: 29px;
    display: inline-block;
}
.cat-alphabet .input-group .form-control:last-child,
.cat-alphabet .input-group-addon:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.cat-alphabet .input-group-addon:last-child {
    border-left: 0;
}
.search_cats {text-align: left; margin-bottom: 10px;}

.search_cats a:link, .search_cats a:visited {text-decoration: underline; color: #6f6d6d;}
.search_cats a:hover {text-decoration: none; color: #000;}


/* добавочные 3,62 */
.back_home {
        float: left;
        color: #000 !important;
        border: 1px solid #FFEEA9;
        border-top: 1px solid #FFEEA9;
        border-bottom: 1px solid #FFEEA9;
        background-color: #FFEEA9;
        border-radius: 4px 4px 0 0;
    }
    .back_home a:link, .back_home a:visited {
        color: #000;
    }
    .back_home a:hover {
        color: #f43547;
    }
    @media screen and (max-width: 800px) {
        .cat-alphabet label span {
            display: none;
        }
        .cat-alphabet label {
            display: none;
        }
        .cat-alphabet label.back_home {display: block;}
    }
