.b-slider {
    padding: 33px 0 47px;
    background: #ced4da;
}

.b-slider_homepage {
    padding: 33px 0 47px;
    background: #ced4da;
    padding-bottom: 10px
}

.b-slider__nav {
    position: absolute;
    top: 0;
    left: 0;
}

.b-slider__nav-link {
    margin: 0 0 0 5px;
    float: left;
    width: 29px;
    height: 29px;
    background: url(nav.png);
    cursor: pointer;
}

.b-slider__nav-link:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.b-slider__nav-link:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.b-slider__nav-link:first-child {
    margin: 0;
}

.b-slider__nav-link_type_forward {
    background-position: 0 -29px;
}

.b-slider__title {
    margin: 0 0 29px;
    padding: 0 0 0 73px;
    font-weight: normal;
    font-family: 'Robotobold', Arial, sans-serif;
    font-size: 23px;
}

.b-slider__title_homepage {
    margin: 0 0 29px;
    padding: 0 0 0 73px;
    font-weight: normal;
    font-family: 'Robotobold', Arial, sans-serif;
    font-size: 23px;
    padding-left: 15%;
    margin-bottom: 16px;
}
.b-blog_section_title_data{


    text-align: center;
}
.b-blog_section_title_blog{


    text-align: center;
}
.b-blog_section_table{


    width: 700px;
}

.b-slider__title-highlight {
    font-style: normal;
    color: #b10101;
}

.b-slider__entry {
    display: none;
}

.b-slider__entry:first-child {
    display: block;
}

.b-slider__image-inner {
    width: 225px;
    float: left;
}

.b-slider__image {
    max-width: 100%;
    border-top: 1px solid #33373b;
    border-left: 1px solid #555e66;
    border-right: 1px solid #626c76;
    -moz-box-shadow: 0 4px 0 -1px #798189;
    -webkit-box-shadow: 0 4px 0 -1px #798189;
    box-shadow: 0 4px 0 -1px #798189;
}

.b-slider__text-inner {
    margin: 0 0 0 25px;
    float: left;
    width: 345px;
}

.b-slider__text-title {
    margin: 0 0 5px;
    font-size: 17px;
    line-height: 18px;
    font-family: 'Robotobold', Arial, sans-serif;
    font-weight: normal;
}

.b-slider__text {
    margin: 0;
    font-size: 11px;
    line-height: 16px;
}

.b-slider__text-link {
    text-decoration: none;
    color: #b10101;
}

.b-slider__text-link:hover {
    text-decoration: underline;
}