.main-sub-menu-item .category-active, .slider .category-active {
    background-color: #273248!important;
    border-radius: 25px;
    padding: 11px 7px;
    border: none;
}

.category-middle{
    position: relative;
}

.category-middle:before {
    content: "";
    width:30px;
    position: absolute;
    height: 2px;
    top: 50%;
    left: -7px;
    background-color: #273248;
    width: 13px;
    z-index: 1;
}

.category-close {
    content: "";
    position: absolute;
    top: 27%;
    right: -30px;
    background: url("../images/exit20x20.png") no-repeat;
    height: 20px;
    width: 20px;
    z-index: 1;
    cursor: pointer;
}

.category-active >.nesting{
    visibility: visible;
}
@media only screen and (min-width: 1561px) {
    .nesting {
        float: right;
        visibility: hidden;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 10px;
    }
}

@media only screen and (min-width: 601px) and (max-height: 1560px) {
    .nesting {
        float: right;
        visibility: hidden;
        width: 25px;
        height: 25px;
        position: absolute;
        right: 10px;
    }
}

.category-active .next-level-categories{
    visibility: hidden;
}

.next-level-categories{
    float: right;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
}

.next-level-categories{
   /*background: url("../images/category.png");*/
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
}

.category-active > .nesting span{
    line-height: 23px;
    border-radius: 58%;
    border: 2px solid white;
    display: block;
    text-align: center;
	width: 25px;
    height: 25px;
}
.nesting-ok{
    visibility: hidden;
}
.nesting-ok:hover{
    visibility: visible;
}
.nesting-level:hover{
    visibility: hidden;
}
.main-sub-menu-list{
    position: absolute;
    height: auto;
    background-color: transparent;
    margin:5px 5px;
    width: 230px;
    padding: 0px;

}
.main-sub-menu-item{
    padding: 5px;
    position: relative;
}

.main-sub-menu-item a{
    padding: 7px;
    border: none;
    border-radius: 25px;
    background-color: #429BCF;
}
.item-content{
    white-space: nowrap;
    width: 85%;
    overflow: hidden;
}

.hidable_star{
	padding:5px;
}

.hidable_star img{
	width:15px;
	height:15px;
}

.categories-item:hover .hidable_star{
	visibility:hidden;
}

.timeline-container .category-select-mode{
    opacity: 0.5;
}
/*категории пользователя*/
.category-title{
    padding: 3px;
    font-size: 13px;
}

/**
*   DESKTOP MIDDLE RESOLUTIONS
**/
@media only screen and (min-width:769px) and (max-width:1367px) {
	.category-active > .nesting span {
		line-height: 20px;
		margin-left: 6px;
	}
	.bottom_left .text {
		padding: 7px 5px 10px 5px;
		margin: 0 15px;
	}
	.bottom_left .about{
		font-size: 20px;
	}
}

/**
*   TABLET
**/
@media only screen and (min-width:481px) and (max-width:768px) {

}

/**
*   MOBILE
**/
@media only screen and (max-width:480px) {

}