.bredcrumbs {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
}

.wrapper_advertising_line.main {
    margin-top: 20px;
}


.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}

.bl-breadcrumbs {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
}

.bl-breadcrumbs_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.bl-breadcrumb_item {
    position: relative;
    padding-right: 30px;
}

.bl-breadcrumb_item:not(:last-child)::after {
    content: '\f105';
    position: absolute;
    font-family: 'FontAwesome';
    color: #f0b600;
    font-size: 18px;
    right: 12px;
}

.bl-breadcrumb_item a {
    color: #222222;
    font-size: 14px;
    text-decoration: none;
}

.bl-breadcrumb_item:last-child {
    padding-right: 0;
}

.bl-breadcrumb_item:last-child a {
    color: #999999;
}

.bl-breadcrumb_item:last-child a:hover {
    color: #999999;
    text-decoration: none;
    cursor: auto;
}

.bl-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bl-body {
    display: flex;
    flex-wrap: nowrap;
}

.bl-left {
    max-width: 767px;
    width: 767px;
}

.bl-aside {
    margin-left: 30px;
    max-width: 370px;
}

.bl-user-menu {
    display: flex;
    margin: 50px 0;
}

.bl-user-menu_item {
    position: relative;
    margin-right: 10px;
    min-width: 50px;
    height: 50px;
    border: 1px solid #dedede;
    border-radius: 3px;
    transition: .3s;
}

.bl-user-menu_item:last-child {
    margin-right: 0;
}

.bl-user-menu_item.login a {
    color: #999999;
    padding: 0 15px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bl-user-menu_item.login:hover a {
    color: #ffffff;
}

.bl-user-menu_item.login svg {
    fill: #f0b600;
    margin-left: 8px;
}

.bl-user-menu_item.dark {
    background: #424242;
    border-color: #424242;
    color: #ffffff;
}

.bl-user-menu_item.dark a {
    color: #ffffff;
    padding: 0 35px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bl-user-menu_item.dark a .bl-tooltip {
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0;
}

.bl-user-menu_item.dark:hover a {
    color: #ffffff;
}

.bl-user-menu_item.dark svg {
    fill: #f0b600;
    margin-left: 8px;
}

.bl-user-menu_item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bl-user-menu_item svg {
    fill: #999999;
}

.bl-user-menu_item:hover {
    background: #424242;
    border-color: #424242;
}

.bl-user-menu_item .bl-tooltip {
    display: none;
    position: absolute;
    top: -37px;
    left: 50%;
    transform: translateX(-50%);
}

.bl-tooltip {
    white-space: nowrap;
    font-size: 14px;
    color: #ffffff;
    background: #424242;
    border-radius: 3px;
    line-height: 26px;
    padding: 0 16px;
}

.bl-tooltip::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 7px solid #424242;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.bl-user-menu_item:hover .bl-tooltip {
    display: block;
}

.bl-user-menu_item:hover svg {
    fill: #f0b600;
}

.bl-left_top {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #dedede;
    align-items: center;
}

.bl-left_top h2 {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    color: #424242;
}

.bl-tabs.nav-tabs {
    border-bottom: none;
}

.bl-tabs.nav-tabs > li {
    margin-bottom: 0;
}

.bl-tabs.nav-tabs > li > a {
    border: none;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #999999;
    text-decoration: none;

}

.bl-tabs.nav-tabs > li:last-child > a {
    padding-right: 0;
    margin-right: 0;
}

.bl-tabs.nav-tabs > li.active > a, .bl-tabs.nav-tabs > li.active > a:hover, .bl-tabs.nav-tabs > li.active > a:focus {
    color: #424242;
    background-color: #fff;
    border: none;
    cursor: default;
    text-decoration: none;

}

.bl-tabs.nav-tabs > li.active > a {
    position: relative;
}

.bl-tabs.nav-tabs > li.active > a::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 15px;
    width: calc(100% - 30px);
    height: 2px;
    background: #f0b600;
}

.bl-tabs.nav-tabs > li:last-child > a::before {
    width: calc(100% - 15px);
}

.bl-tabs.nav > li > a:hover, .bl-tabs.nav > li > a:focus {
    text-decoration: none;
    background-color: #ffffff;
}

.bl-tabs.nav-tabs > li > a:hover {
    border: transparent;
}

.bl-news_item {
    width: 100%;
    padding: 30px;
    border: 1px solid #dedede;
    border-radius: 3px;
    display: flex;
    margin-bottom: 30px;
}

.bl-news_item:last-child {
    margin-bottom: 0;
}

.bl-news_item:hover {
    border-color: #f0b600;
    background: linear-gradient( to right, #fffaea 5%, #ffffff 50%);
}

.bl-news_item-info {
    display: flex;
    width: 100%;
}

.bl-news_item-desc {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
}

.bl-news_item-img {
    min-width: 340px;
    height: 230px;
    border-radius: 6px;
    overflow: hidden;
}

.bl-news_author {
    display: flex;
    align-items: center;
}

.bl-news_author-name {
    margin: 0;
    font-size: 10px;
    color: #333333;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
}

.bl-news_author-photo {
    margin-right: 10px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
}

.bl-news_item h3 a {
    font-size: 22px;
    color: #666666;
    line-height: 30px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.bl-news_item h3 a:hover {
    border-bottom: 1px solid #f0b600;
    color: #222222;
    text-decoration: none;
}

.bl-news_date span {
    font-size: 12px;
    color: #999999;
    line-height: 30px;
}

.bl-news_links {
    display: flex;
    margin-top: auto;
}

.bl-news_links a {
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: default;
}

.bl-news_links a:hover {
    text-decoration: none;
}

.bl-news_links span {
    font-size: 12px;
    line-height: 12px;
    color: #999999;
    padding-left: 10px;
    padding-right: 20px;
}

.bl-news_links a.active span {
    color: #333333;
}

.bl-news_links a.active svg {
    fill: #f0b600;
}

.bl-menu {
    margin-bottom: 30px;
}

.bl-menu_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bl-menu_item a {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    background: #fffaea;
    text-decoration: none;
    border-bottom: 1px solid #e3dfd1;
}

.bl-menu_item a > svg {
    fill: #a09e96;
    margin-right: 15px;

}

.bl-menu_item:last-child a {
    border-bottom: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.bl-menu_item:first-child a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.bl-menu_item a:hover,
.bl-menu_item.active a{
    text-decoration: none;
    background: linear-gradient(to right, #fffdf5 10%, #fffaea 50%);
}

.bl-menu_item a span {
    font-size: 17px;
    font-weight: 500;
    color: #666666;
}

.bl-menu_item a:hover span,
.bl-menu_item.active a span {
    color: #222222;
}

.bl-menu_item a:hover svg,
.bl-menu_item.active a svg{
    fill: #f0b600;
}

.bl-search {
    background: #f4f4f4;
    padding: 20px;
    border-radius: 3px;
}

.bl-search_wrapper {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.bl-search_wrapper .search-ico {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    fill: #a0a0a0;
}

.bl-search input[type="text"] {
    line-height: 50px;
    font-size: 16px;
    padding: 0 20px 0 45px;
    border: none;
    border-radius: 3px 0 0 3px;
    flex-grow: 1;
}

.bl-search button {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: none;
    border-radius: 0 3px 3px 0;
    border-left: 1px solid #dedede;
    background: #ffffff;
    outline: none;
    transition: 0.3s;
}

.bl-search button:hover {
    background: #424242;
}

.bl-search button i {
    font-size: 18px;
    color: #a0a0a0;
}

.bl-tags {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    padding: 20px 10px;
}

.bl-tags > div {
    padding: 0 5px;
}

.bl-tags a {
    color: #999999;
    line-height: 40px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    max-width: 370px;
    text-overflow: ellipsis;
}

.bl-container .bl-tags a:hover {
    text-decoration: none;
    color: #222222;
    border-bottom: 1px solid #f0b600;
}

.bl-tags a.tag-1 {
    font-size: 28px;
    font-weight: 500;
}

.bl-tags a.tag-2 {
    font-size: 24px;
    font-weight: 500;
}

.bl-tags a.tag-3 {
    font-size: 20px;
    font-weight: 500;
}

.bl-tags a.tag-4 {
    font-size: 16px;
    font-weight: 400;
}

.bl-tags a.tag-5 {
    font-size: 12px;
    font-weight: 400;
}

.bl-tags-title {
    border-bottom: 1px solid #dedede;
    margin-top: 30px;
}

.bl-tags-title h4,
.bl-aside-news_title h4{
    font-size: 22px;
    color: #424242;
}

.bl-aside-news_top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dedede;
}

.bl-aside-news_top .bl-tabs.nav-tabs > li > a {
    font-size: 16px;
    padding-top: 17px;
    padding-bottom: 17px;
}

.bl-aside-news_top .bl-tabs.nav-tabs > li.active > a::before {
    bottom: -1px;
    top: auto;
}

.bl-aside-news_item {
    display: flex;
    margin-top: 30px;
}

.bl-aside-news_item-img {
    min-width: 100px;
    width: 100px;
    height: 100px;
    border-radius: 6px;
    overflow: hidden;
}

.bl-aside-news_item-desc {
    margin-left: 30px;
    width: 100%;
}

.bl-aside-news_item-desc h3 {
    margin-top: 0;
    font-size: 18px;
    line-height: 26px;
}

.bl-aside-news_item-desc h3 a {
    color: #666666;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.bl-aside-news_item-desc h3 a:hover {
    border-bottom: 1px solid #f0b600;
    color: #222222;
    text-decoration: none;
}

.bl-aside-news_author-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bl-aside-news_author-title {
    font-size: 10px;
    color: #333333;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
}

.bl-aside-news_author-views {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 30px;
    color: #999999;
}

.bl-aside-news_author-views .report-ico {
    margin-right: 10px;
    fill: #999999;
}

.bl-aside-news_btn {
    margin: 30px auto;
}

.bl-aside-news_btn a {
    display: block;
    background: #f4f4f4;
    border-radius: 3px;
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
}

.bl-container .bl-aside-news_btn a:hover {
    text-decoration: none;
    color: #222222;
}

.bl-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dedede;
    margin-bottom: 100px;
}

.bl-pagination_title h4 {
    font-size: 17px;
    color: #424242;
}

.bl-pagination_list a {
    font-size: 16px;
    color: #999999;
    text-decoration: none;
    display: inline-block;
    padding: 0 15px;
    line-height: 56px;
}

.bl-pagination_list a:last-child {
    padding-right: 0;
}

.bl-container .bl-pagination_list a:hover {
    color: #424242;
    text-decoration: none;
}

.bl-pagination_list a.active {
    position: relative;
    color: #424242;
}

.bl-pagination_list a.active::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 10px;
    width: calc(100% - 20px);
    height: 2px;
    background: #f0b600;
}

.bl-pagination_list a.active:last-child::before {
    right: 0;
    left: auto;
    width: calc(100% - 15px);
}

.bl-mobile-menu {
    display: none;
}

.bl-tabs a > i {
    color: #f0b600;
}

.bl-rating .bl-news_item {
    padding: 10px 10px 10px 10px;
    position: relative;
}

.bl-rating .bl-news_item-count {
    position: absolute;
    left: 20px;
    top: 35px;
    font-size: 22px;
    line-height: 20px;
    color: #cccccc;
    font-weight: 500;
}

.bl-rating .bl-news_item:hover .bl-news_item-count {
    color: #f0b600;
}

.bl-rating .bl-news_item-count.gold svg {
    fill: #ffd053;
}

.bl-rating .bl-news_item-count.silver svg {
    fill: #afc6d3;
}

.bl-rating .bl-news_item-count.brass svg {
    fill: #c59b81;
}

.bl-rating .bl-news_item-image {
    width: 80px;
    height: 80px;
    background-image: url('/bitrix/templates/biletik_aero_yellow/img/blog/bike-min.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 80px;
    margin-top: 60px;
    margin-right: 15px;
}

.bl-rating .bl-news_item-desc {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bl-rating .bl-news_item-desc h3 {
    margin-top: 0;
}

.bl-rating .bl-news_author-date {
    display: flex;
}

.bl-rating .bl-news_author {
    margin-right: 30px;
}

.bl-rating .bl-news_links {
    margin-top: 20px;
    justify-content: space-between;
}

.bl-rating .bl-news_links > a:last-child span {
    padding-right: 0;
}

.bl-news_item-level {
    min-width: 220px;
    border-radius: 3px;
    margin-left: 30px;
}

.bl-news_item-level__desc {
    display: flex;
    flex-direction: column;
}

.bl-news_item-level__desc .lvl {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
}

.bl-news_item-level__desc .name {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #333333;
}

.bl-news_item-level__desc .small {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    color: #333333;
}

.bl-news_item-level {
    padding: 16px 20px;
    border-radius: 3px;
    background: #d8d8d8;
    text-align: center;
    max-width: 220px;
}

.bl-news_item-level .bl-news_item-level__img {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
}

/*first level*/

.bl-news_item-level.lv-1 .bl-news_item-level__desc .lvl {
    color: #79c149;
}

.bl-news_item-level.lv-1 {
    background: #edf9e5;
}

.bl-news_item-level.lv-1 .bl-news_item-level__img {
    background: url('/bitrix/templates/biletik_aero_yellow/components/bitrix/news.list/blog_listing_col_4_slider/img/lv1.png'),
    linear-gradient(315deg, rgba(119,181,78,1) 0%, rgba(187,248,146,1) 100%);
    background-size: 30px, cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*second level*/

.bl-news_item-level.lv-2 .bl-news_item-level__desc .lvl {
    color: #3ad2c1;
}

.bl-news_item-level.lv-2 {
    background: #e4f6f4;
}

.bl-news_item-level.lv-2 .bl-news_item-level__img {
    background: url('/bitrix/templates/biletik_aero_yellow/components/bitrix/news.list/blog_listing_col_4_slider/img/lv2.png'),
    linear-gradient(315deg, rgba(70,200,186,1) 0%, rgba(157,246,236,1) 100%);
    background-size: 35px, cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*third level*/

.bl-news_item-level.lv-3 .bl-news_item-level__desc .lvl {
    color: #a165de;
}

.bl-news_item-level.lv-3 {
    background: #efe9f5;
}

.bl-news_item-level.lv-3 .bl-news_item-level__img {
    background: url('/bitrix/templates/biletik_aero_yellow/components/bitrix/news.list/blog_listing_col_4_slider/img/lv3.png'),
    linear-gradient(315deg, rgba(136,84,188,1) 0%, rgba(199,162,236,1) 100%);
    background-size: 35px, cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*fourth level*/

.bl-news_item-level.lv-4 .bl-news_item-level__desc .lvl {
    color: #cc8d66;
}

.bl-news_item-level.lv-4 {
    background: #f9efe9;
}

.bl-news_item-level.lv-4 .bl-news_item-level__img {
    background: url('/bitrix/templates/biletik_aero_yellow/components/bitrix/news.list/blog_listing_col_4_slider/img/lv4.png'),
    linear-gradient(315deg, rgba(199,112,59,1) 0%, rgba(197,155,129,1) 100%);
    background-size: 30px, cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*fifth level*/

.bl-news_item-level.lv-5 .bl-news_item-level__desc .lvl {
    color: #58a3cd;
}

.bl-news_item-level.lv-5 {
    background: #ebf3f8;
}

.bl-news_item-level.lv-5 .bl-news_item-level__img {
    background: url('/bitrix/templates/biletik_aero_yellow/components/bitrix/news.list/blog_listing_col_4_slider/img/lv5.png'),
    linear-gradient(315deg, rgba(74,150,193,1) 0%, rgba(133,204,245,1) 100%);
    background-size: 40px, cover;
    background-repeat: no-repeat;
    background-position: 16px 13px,center;
}

/*sixth level*/

.bl-news_item-level.lv-6 .bl-news_item-level__desc .lvl {
    color: #f0b600;
}

.bl-news_item-level.lv-6 {
    background: #fffaea;
}

.bl-news_item-level.lv-6 .bl-news_item-level__img {
    background: url('/bitrix/templates/biletik_aero_yellow/components/bitrix/news.list/blog_listing_col_4_slider/img/lv6.png'),
    linear-gradient(315deg, rgba(240,182,0,1) 0%, rgba(255,217,99,1) 100%);
    background-size: 35px, cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*-------*/

.bl-dropdown {
    border-top: 2px solid #f0b600;
    margin-top: -1px;
    display: none;
}

.bl-dropdown > button {
    color: #424242;
    background-color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 60px;
}

.bl-news_list.my-blog .bl-news_item {
    flex-direction: column;
}

.bl-news_list.my-blog .bl-news_item-top {
    display: flex;
}

.bl-news_list.my-blog .bl-news_item-bottom {
    margin-top: 30px;
}

.bl-news_list.my-blog .bl-news_item-bottom-text {
    color: #424242;
    font-size: 14px;
    line-height: 26px;
}

.bl-news_list.my-blog .bl-news_item-bottom-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.bl-news_list.my-blog .bl-news_item-bottom-links a {
    color: #999999;
    font-size: 14px;
    line-height: 26px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.bl-news_list.my-blog .bl-news_item-bottom-links a i {
    color: #f0b600;
    font-size: 20px;
    margin-left: 10px;
}

.bl-news_list.my-blog .bl-news_links a:last-child span {
    padding-right: 0;
}

.bl-aside .bl-news_item-level {
    margin-left: 0;
    margin-bottom: 30px;
}

.bl-aside .bl-news_item-level {
    display: flex;
    text-align: left;
}

.bl-aside .bl-news_item-level .bl-news_item-level__img {
    margin: 0 20px 0 0;
}

#bl-datepicker {
    margin-bottom: 30px;
}

#bl-datepicker .datepicker {
    background: #f4f4f4;
    color: #222222;
    font-size: 20px;
    width: 100%;
    border: none;
    font-family: 'Roboto',sans-serif;
}

#bl-datepicker .datepicker--nav {
    border-bottom: 1px solid #dedede;
    padding: 10px;
}

#bl-datepicker .datepicker--nav-title {
    font-weight: 500;
    line-height: 40px;
}

#bl-datepicker .datepicker--nav-title i {
    color: #222222;
}

#bl-datepicker .datepicker--day-name {
    text-transform: none;
    color: #999999;
}

#bl-datepicker .datepicker--cell.-current-,
#bl-datepicker .datepicker--cell.-focus-,
#bl-datepicker .datepicker--cell.-selected-{
    color: #ffffff;
    background: #f0b600;
}

#bl-datepicker .datepicker--cell-day {
    width: calc(14.28571% - 6px);
    margin: 3px;
}

#bl-datepicker .datepicker--nav-action {
    border: 1px solid #dedede;
    width: 40px;
}

#bl-datepicker .datepicker--nav-action:hover{
    background: #ffffff;
    box-shadow: -1px 0 3px rgba(32, 32, 32, 0.3);
}

.bl-top-lvl .bl-news_item-level {
    display: none;
}

.bl-user-info_main-top {
    min-height: 180px;
}

.bl-user-info {
    position: relative;
    border: 1px solid #dedede;
    border-radius: 3px;
}

.bl-user-info_main {
    padding: 30px;
    border-bottom: 1px solid #dedede;
}

.bl-user-info_avatar {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
}

.bl-user-info_title {
    margin-left: 170px;
    display: flex;
    justify-content: space-between;
}

.bl-user-info_desc {
    margin-left: 170px;
    margin-right: 40px;
    font-size: 14px;
    line-height: 26px;
    color: #424242;
}

.bl-user-info_last-seen a {
    font-size: 22px;
    font-weight: 600;
    color: #f0b600;
    text-decoration: none;
}

.bl-user-info_last-seen a:hover {
    text-decoration: none;
}

.bl-user-info_last-seen span {
    font-size: 10px;
    color: #999999;
    text-transform: uppercase;
    display: block;
}

.bl-user-info_last-seen p {
    margin-top: 10px;
}

.bl-user-info_profile-edit a {
    font-size: 10px;
    color: #999999;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.bl-user-info_profile-edit svg {
    fill: #999999;
    margin-right: 7px;
}

.bl-user-info_feature-item {
    display: flex;
    align-items: flex-end;
}

.bl-user-info_feature-item svg {
    fill: #999999;
    margin-right: 15px;
}

.bl-user-info_feature-title {
    display: flex;
    flex-direction: column;
}

.bl-user-info_feature-title span {
   font-size: 12px;
    line-height: 24px;
    color: #999999;
}

.bl-user-info_feature-title span.count {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
}

.bl-user-info_main-bottom {
    display: flex;
    justify-content: space-between;
}

.bl-user-info_lvl .bl-news_item-level {
    margin-left: 0;
    display: flex;
    text-align: left;
    padding: 30px;
}

.bl-news_item-level__next-lvl {
    margin-left: auto;
    text-align: center;
}

.bl-user-info_lvl .bl-news_item-level .bl-news_item-level__img {
    margin: 0 20px 0 0;
}

.bl-user-info_lvl .bl-news_item-level__next-lvl .small {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #666666;
    padding-top: 10px;
    display: inline-block;
}

.bl-user-info_lvl .comment-wrapper {
    position: relative;
    padding: 15px 50px;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(32, 32, 32, 0.3);
}

.bl-user-info_lvl .comment-wrapper::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 20px;
    background: url('img/bl-corner.png');
    background-position: center;
    background-repeat: no-repeat;
}

.bl-user-info_lvl .comment-wrapper p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.bl-user-info_lvl .comment-wrapper .bold {
    font-weight: 600;
    color: #222222;
}

.bl-user-info_lvl .comment-wrapper .points {
    font-weight: 600;
    color: #f1b911;
}

@media (max-width: 1199px) {
    .bl-dropdown {
        display: block;
    }

    .bl-body {
        flex-direction: column;
        align-items: center;
    }

    .bl-left {
        max-width: 100%;
        width: 100%;
    }

    .bl-aside .bl-menu {
        display: none;
    }

    .bl-aside {
        margin-left: 0;
        max-width: 100%;
    }

    .bl-mobile-menu {
        display: block;
    }

    .bl-mobile-menu button {
        position: relative;
        margin-top: 20px;
        background: #fffaea;
        border-radius: 3px;
        width: 100%;
        line-height: 60px;
        padding: 0 20px 0 65px;
        font-size: 17px;
        color: #222222;
        border: none;
        text-align: left;
        font-weight: 500;
    }

    .bl-mobile-menu button::after {
        content: '\f107';
        font-family: 'FontAwesome';
        font-size: 20px;
        position: absolute;
        right: 20px;
        color: #999999;
    }

    .bl-mobile-menu .menu-ico {
        position: absolute;
        left: 30px;
        top: 50%;
        transform: translateY(-50%);
        fill: #f0b600;
    }

    .bl-user-menu {
        margin: 20px 0;
    }

    .bl-menu {
        margin-bottom: 0;
    }

    .hide-md {
        display: none;
    }

    .bl-news_item-level {
        margin-left: auto;
    }

    .bl-aside .bl-news_item-level {
        display: none;
    }

    .bl-top-lvl .bl-news_item-level {
        display: flex;
        text-align: left;
        margin-left: 0;
    }

    .bl-top-lvl .bl-news_item-level .bl-news_item-level__img {
        margin: 0 20px 0 0;
    }

    .bl-top-lvl {
        margin-bottom: 30px;
    }
    .bl-rating .bl-news_links {
        margin-right: 20px;
    }
}

@media (max-width: 991px) {
    .bl-news_item-level {
        margin-left: 30px;
    }
    .bl-rating .bl-news_links {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .bl-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .bl-user-menu {
        margin-top: 0;
    }

    .bl-user-menu_item {
        margin-right: 5px
    }

    .bl-user-menu_item:hover .bl-tooltip {
        display: none;
    }

    .bl-user-menu_item.dark a {
        padding: 0 20px;
    }

    .bl-user-menu_item.dark svg {
        display: none;
    }

    .bl-left_top {
        flex-direction: column;
        border-top: none;
    }

    .bl-left_title {
        width: 100%;
        margin-bottom: 30px;
        text-align: left;
    }

    .bl-left_nav {
        width: 100%;
        border-top: 1px solid #dedede;
    }

    .bl-tabs.nav-tabs > li:first-child > a {
        padding-left: 0;
    }

    .bl-tabs.nav-tabs > li.active:first-child > a::before {
        left: 0;
        width: calc(100% - 15px);
    }

    .bl-news_item {
        flex-direction: column;
    }

    .bl-news_item-img {
        max-width: 310px;
        height: 210px;
        margin-bottom: 20px;
    }

    .bl-news_item-desc {
        margin-left: 0;
    }

    .bl-news_links {
        margin-top: 20px;
    }

    .bl-pagination {
        justify-content: center;
        margin-bottom: 30px;
    }

    .bl-pagination .bl-pagination_title {
        display: none;
    }

    .bl-pagination_list a {
        padding: 0 10px;
    }

    .bl-pagination_list a.active::before {
        left: 5px;
        width: calc(100% - 10px);
    }

    .bl-pagination_list a.active:last-child::before {
        width: calc(100% - 10px);
    }

    .bl-search input[type="text"] {
        width: 100%;
    }

    .bl-search button {
        min-width: 50px;
    }

    .bl-rating .bl-news_desc-title {
        order: 2;
        margin-left: 10px;
    }

    .bl-rating .bl-news_author-date {
        order: 1;
        margin-left: 10px;
    }

    .bl-rating .bl-news_links {
        order: 3;
        margin-left: 10px;
    }

    .bl-news_item-level {
        margin-left: 0;
    }

    .bl-rating .bl-news_item {
        padding: 10px;
    }

    .bl-rating .bl-news_links span {
        padding-left: 5px;
        padding-right: 15px;
    }

    .bl-rating .bl-news_links {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 10px;
    }

    .bl-rating  .bl-news_links a {
        margin-bottom: 10px;
    }

    .bl-news_item-level {
        display: flex;
        text-align: left;
    }

    .bl-news_item-level .bl-news_item-level__img {
        margin: 0 20px 0 0;
    }

    .bl-dropdown > button {
        display: flex;
        align-items: center;
    }

    .bl-dropdown > button i {
        margin-left: 10px;
    }

    .bl-left_top.raiting {
        flex-direction: row;
        border-top: 1px solid #dedede;
    }

    .bl-left_top.raiting .bl-left_title {
        margin-bottom: 0;
    }

    .bl-news_list.my-blog .bl-news_item-top {
        flex-direction: column;
    }

    .bl-news_list.my-blog .bl-news_item {
        padding: 20px;
    }

    .bl-news_list.my-blog .bl-news_item-bottom-links {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 0;
    }
    .bl-news_item-level {
        max-width: 100%;
    }
}

@media (max-width: 450px) {
    .bl-news_item-img {
        min-width: 100%;
        height: 210px;
        margin-bottom: 20px;
    }
}


/*      CUSTOM      */

.bl-news_item_ {
    justify-content: space-between;
}

.bl-rating .bl-news_item-desc {
    width: 100%;
}

.dataTables_length,
.dataTables_filter,
.dataTables_scrollHead,
#report thead,
#report_previous,
#report_next {
  display: none!important;
}

#report tbody tr td {
  display: none;
}

#report tbody tr td:nth-child(1) {
  display: table-cell;
  padding: 0;
  padding-bottom: 30px;
}

#report tbody tr:last-child td:nth-child(1) {
    padding-bottom: 0;
}


#report_info {
    font-weight: bold;
    font-size: 17px;
    color: #424242;
    font-family: inherit;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}

#report_paginate a {
    font-size: 16px;
    color: #999999;
    text-decoration: none;
    display: inline-block;
    padding: 0 15px;
    line-height: 56px;
    cursor: pointer;
}

#report_paginate a.current {
    position: relative;
    color: #424242;
}

#report_paginate a.current::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 10px;
    width: calc(100% - 20px);
    height: 2px;
    background: #f0b600;
}

#report_paginate a:last-child {
    padding-right: 0;
}


#report_paginate a.current:last-child::before {
    right: 0;
    left: auto;
    width: calc(100% - 15px);
}

.bl-news_item h3 a {
    word-break: break-word;
}


@media (max-width: 767px) {
  .bl-pagination #report_info {
      display: none;
  }
}
