.flack-list {
    border-radius: 10px;
    background-color: #eff9fd;
    padding: 20px 15px 20px 20px;
    margin-bottom: 20px;
}

.flack__title {
    color: #343434;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    padding-bottom: 10px;
}

.flack__li {
    padding-bottom: 10px;
}

.flack__a {
    font-size: 15px;
    line-height: 1.43;
    color: #5499d6;
    word-wrap: break-word;
    word-break: break-word;
}

.flack__a:hover {
    color: #FF6160;
}

.flack-card {
    border-radius: 10px;
    background-color: #fff4e5;
    padding: 20px 15px 20px 20px;
    position: relative;
    display: block;
}

.flack-card_main {
    pointer-events: none;
}

.flack-card_click:hover .flack-card__title {
    color: #FF6160;
}

.flack-card_click:hover .bb-blogs__btn {
    background-color: #f5b833;
}

.flack-card_blue {
    background-color: #eff9fd;
}

.flack-card__inner {
    display: block;
}

.flack-card__title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.33;
    color: #343434;
    padding: 10px 0 6px;
    display: block;
}

.flack-card__text {
    font-size: 14px;
    line-height: 1.54;
    color: rgba(52, 52, 52, 0.7);
    padding-bottom: 10px;
    width: 88%;
    display: block;
}

.flack-item__li {
    margin-bottom: 30px;
}

.flack-item__a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.flack-item__title {
    color: #5499d6;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 5px;
    line-height: 1.33;
    letter-spacing: 1px;
    position: relative;
    display: block;
}

.flack-pic {
    border-radius: 15px;
    background-color: #f9f6f2;
    display: block;
}

.flack-pic_click:hover .flack-pic__title {
    color: #FF6160;
}

.flack-pic_click:hover .bb-blogs__btn {
    background-color: #f5b833;
}

.flack-pic__img {
    display: block;
    height: 132px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-size: cover;
    background-position: center;
}

.flack-pic__text {
    padding: 20px 15px 20px 20px;
    display: block;
}

.flack-pic__name {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.9px;
    color: rgba(52, 52, 52, 0.4);
    margin-bottom: 5px;
    display: block;
}

.flack-pic__title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.33;
    color: #343434;
    word-wrap: break-word;
    word-break: break-word;
    padding-bottom: 10px;
    display: block;
}

.flack-card-wrap .flack-card,
.flack-card-wrap .flack-pic {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.flack-card-wrap .flack-card:not(:first-of-type),
.flack-card-wrap .flack-pic:not(:first-of-type) {
    margin-left: 20px;
}

.bb-blogs__btn {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    max-width: 240px;
    height: 30px;
    line-height: 32px;
    border-radius: 100px;
    margin: 0 auto;
    cursor: pointer;
    display: inline-block;
    padding: 0 16px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    /* font-family: 'MuseoCyrl-900'; */
    color: #ffffff;
    background-color: #f6c04b;
}

.bb-blogs__btn span {
    font-size: 12px;
    font-weight: 600;
}

.bb-blogs__btn:hover {
    background-color: #f5b833;
}

.bb-blogs__btn:active {
    background-color: #f4af1a;
}

.bb-blogs__btn a {
    color: #ffffff;
}

.bb-active {
    padding: 0 15px 20px;
}

.bb-active__li {
    vertical-align: top;
    padding: 15px 0;
    font-size: 15px;
    display: block;
}

.bb-active__a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 400px;
    margin: 0 auto;
}

.bb-active__li_title {
    padding: 7px 0;
}

.bb-active__bg {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    margin-right: 15px;
}

.bb-active__bg_circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-right: 15px;
}

.bb-active__title {
    color: #2279be;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 5px;
    line-height: 1.33;
    letter-spacing: 1px;
    position: relative;
    display: block;
}

.bb-active__text {
    text-align: left;
    color: #343434;
    line-height: 1.33;
    padding-bottom: 5px;
    white-space: normal;
}

.bb-active__text-wr {
    width: 70%;
}

.bb-active__li_mod {
    padding: 7px 0;
    color: #343434;
}

.bb-active__title_mod {
    padding: 0;
}

.bb-active__who {
    text-align: left;
    color: rgba(52, 52, 52, 0.8);
    line-height: 1.33;
    font-size: 13px;
}

.bb-active__avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-right: 15px;
}

.bb-active__img-wr {
    display: inline-block;
    width: 113px;
}

.bb-active__img {
    width: 85px;
    image-rendering: -webkit-optimize-contrast;
}

.bb-card__svg {
    padding-right: 15px;
}

.bb-card__svg {
    display: inline-block;
    vertical-align: top;
}

.svg_45 {
    width: 45px;
    height: 45px;
}

.svg_25 {
    width: 25px;
    height: 25px;
}

.svg_20 {
    width: 20px;
    height: 20px;
}

.svg_30 {
    width: 30px;
    height: 30px;
}

.svg_hover_blue:hover {
    fill: #5499d6;
}

._bw {
    word-wrap: break-word;
    white-space: normal;
}

._wht {
    color: #fff;
}

.fff {
    background: #ffffff;
}

.pink:hover {
    color: #FF6160;
}

.blue {
    color: #338bd1;
}

.grey {
    background: #f4f7f8;
}

.alink-a {
    color: #2279BE !important;
    border-bottom: none;
}

.alink-a:hover {
    border-bottom: none;
}

.fw6 {
    font-weight: 500;
}

.m-footer-tgb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }