

/* Start:/local/components/dobrosite/alfavit/templates/.default/style.css?17522262021376*/
.item-list a {
    color: #FFF !important;
}
.item-list a.item:hover{
	background: #D21531;
}

.item-list a.item{
	width: 100%;
	display: block;
	padding: 0 10px;
}

.item-list {
    position: absolute;
    background: rgba(0,0,0,0.8);
    color: #FFF;
    z-index: 100;
    list-style: none;
    margin-left: -6px;
    /*display:none;  */
    -webkit-transition: height 0.5s liner 0.5s;
       -moz-transition: height 0.5s liner 0.5s;
        -ms-transition: height 0.5s liner 0.5s;
         -o-transition: height 0.5s liner 0.5s;
            transition: height 0.5s liner 0.5s;
    overflow: hidden;
}

.item-list:hover{
	display:block;
}

.alfavit-symbol {
    padding: 3px 5px;
}

.alfavit-symbol:hover + .item-list{
	display:block;
}

.item-list li {
    line-height: 30px;
}

ul.alfavit li span{
    font-size: 40px;
    font-weight: bold;
    color: #0eb0b2;
    margin-bottom: 20px;
    display: block;
    line-height: 55px;
}

ul.alfavit{
    padding: 0px 0 40px 0;
    margin-left: 0;
}

ul.alfavit,  .alfavit ul{
    list-style: none;
    margin-left: 0;
}

.alfavit span:after {
    content: "";
    width: 100%;
    display: block;
    border: 1px solid;
}

.alfavit li a {
    font-size: 16px !important;
}

.alfavit li a:hover {
    color: #0eb0b2;
}

.quick-descr {
    font-size: 20px;
    padding-bottom: 50px;
}

.alfavit > li {
    margin-bottom: 40px;
}
/* End */
/* /local/components/dobrosite/alfavit/templates/.default/style.css?17522262021376 */
