/* Other Styles  */
/* Здесь пишем дополнительные стили если это необходимо */

/*------------------------------------------------------*/
.rate-stars-wrapper {border: 7px solid #ffffff;height: 46px;background: #f9f9f6;display: inline-flex;align-items: center;padding: 0 10px;border-radius: 25px;}
[class*="u-star-rating"] {margin-top: -5px !important;}
[class*="u-star-rating"] a:hover {transition: none;}

/*------------------------------------------------------*/
.list_view [id*="entryID"], [id*="entryID"] {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.list_view [id*="entryID"] .shortstory_item .rate-stars-wrapper, [id*="entryID"] .shortstory_item .rate-stars-wrapper {
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 10px;
    background: #f9f9f6;
}
.grid_view [id*="entryID"], [id*="entryID"] {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 10px 10px 20px 10px;
    margin-bottom: 10px;
}
.grid_view [id*="entryID"] .shortstory_item, [id*="entryID"] .shortstory_item {
    flex: 0 0 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}
.grid_view [id*="entryID"] .shortstory_item .rate-stars-wrapper, [id*="entryID"] .shortstory_item .rate-stars-wrapper {
    border: 7px solid #ffffff;
    height: 46px;
    background: #f4f3ee;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 25px;
    justify-content: center;
    margin: -25px 20px 10px;
    position: relative;
}

/*------------------------------------------------------*/
.paging-wrapper-bottom {flex:0 0 100%; max-width: 100%; display:flex;justify-content:center;flex-wrap:wrap;margin-top:25px; margin-bottom: 20px;}

/*------------------------------------------------------*/
.aside_informer_list_title {
    height: 40px;
    overflow: hidden;
}

/*------------------------------------------------------*/
.last_comm_title::after {
    bottom: 9px;
    top: auto;
}
.last_comm_title a {
    display: inline-block;
}

/*------------------------------------------------------*/
.fullstory {
    margin-top: 0;
}

/*------------------------------------------------------*/
.edit {
    top: -1px;
}

/*------------------------------------------------------*/
.fullstory .top_content_info > li a::after {
    content: '';
    margin-right: 0px;
}

/*------------------------------------------------------*/
.com-order-block {display: none;}

/*------------------------------------------------------*/
input[type="text"], input[type="password"], input[type="email"] {
    border-radius: 25px;
}

textarea {
    border-radius: 10px;
}

#bc4, #bc6 {display: none;}

.cke, .ucoz-editor-panel {
    margin-bottom: 10px;
    margin-top: 10px;
}













