/* ----------- БЛОГ -------------*/

* {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#header {
    margin-bottom: 10px;
}

.blog-wrap {
    color: #333;
    font-size: 15px;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb>li {
    display: inline-block;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.breadcrumb > li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}


a {
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}


.blog-wrap {
    margin-bottom: 30px;
}

.blog-post {
    background: #F7F7F7;
    border: 1px solid #E2E2E1;
    border-radius: 7px;
    position: relative;
    padding: 0;
    display: flow-root;
}

.blog-content {
    padding: 27px 30px 30px;
}

/*.blog-content.media {
    padding: 0 20px 15px;
}*/

.blog-image {
    margin-bottom: 27px;
    text-align: center;
    margin-top: 27px;
}

.blog-image img {
    height: auto;
    max-height: 300px;
    max-width: 100%;
}

.blog-wrap .blog-date {
    background: transparent url(/img/blog.png) no-repeat;
    width: 73px;
    height: 60px;
    text-align: center;
    font-weight: 600;
}

.blog-date .day {
    font-size: 13px;
    line-height: 13px;
    padding-top: 14px;
}

.blog-date .month {
    font-size: 13px;
    line-height: 13px;
}

.blog-date .year {
    font-size: 13px;
    line-height: 13px;
    padding-top: 2px;
}

.blog-post p {
    margin-bottom: 0;
    line-height: 23px;
    font-size: 18px;
}

.blog-post p strong {
    font-weight: bold;
}

.blog-post p em {
    font-style: italic;
}


.blog-title a {
    color: #FFF;
}

.blog h1 {
    clear: both;
    margin-bottom: 30px;
    font-size: 35px;
    text-align: center;
    color: #5F5F5F;
}

.blog h2 {
    clear: both;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 25px;
    text-align: center;
    color: #5F5F5F;
}

.blog h3 {
    clear: both;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 20px;
    text-align: center;
    color: #5F5F5F;
}
.blog h4 {
    clear: both;
    margin-bottom: 25px;
    margin-top: 25px;
    font-size: 18px;
    text-align: center;
    color: #5F5F5F;
}
.blog h5 {
    clear: both;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 17px;
    text-align: center;
    color: #5F5F5F;
}
.blog h6 {
    clear: both;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
    color: #5F5F5F;
}

@media (min-width:0px) {
    .date_offset {
        padding-left: 0px;
    }
    .detail_offset {
        text-align: right;
    }
    .detail_offset_page {
        text-align: right;
        display: none;
    }
    .blog_content_offset {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .clear_offset {
        padding: 0px;
    }
    .blog_content_offset_mobile {
        padding-left: 10px;
        padding-right: 10px;
    }
    .blog-thumb {
        width: 100%;
    }
    .back_margin {
        text-align: center;
    }
    .upper_date {
        text-align: right;
        display: inline;
    }
    .blog-title {
        background: #b32ba4;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        font-weight: bold;
        padding-left: 30px;
        color: #FFF;
        font-size: 16px;
        line-height: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .blog-main-body img {
        max-width: 100%;
        height: auto;
    }
    .blog_content_font {
        font-size: 15px;
    }
    .content_title {
        font-size: 25px!important;
    }
    .home-link {
        display: none!important;
    }
}

@media (min-width: 429px) {
    .blog-thumb {
        width: 100%;
    }
    .upper_date {
        text-align: right;
        display: inline;
    }
    .detail_offset_page {
        text-align: right;
        display: none;
    }
    .blog-title {
        background: #b32ba4;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        font-weight: bold;
        padding-left: 30px;
        color: #FFF;
        font-size: 16px;
        line-height: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .blog-main-body img {
        max-width: 100%;
        height: auto;
    }
    .blog_content_font {
        font-size: 15px;
    }
    .content_title {
        font-size: 30px!important;
    }
    .home-link {
        display: none!important;
    }
}

@media (min-width: 867px) {
    .blog-thumb {
        max-width: 100%;
        max-height: 300px;
    }
    .date_offset {
        padding-left: 10px;
        margin-top: -15px;
    }
    .detail_offset {
        text-align: right;
        display: inline;
        float: right;
        margin-top: -15px;
    }
    .detail_offset_page {
        text-align: right;
        display: inline;
    }
    .blog_content_offset {
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .blog_content_offset_mobile {
        padding-left: 25px;
        padding-right: 20px;
    }
    .back_margin {
        text-align: left;
    }
    .blog-title {
        background: #b32ba4;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        font-weight: bold;
        padding-left: 30px;
        color: #FFF;
        font-size: 16px;
        line-height: 42px;
        padding-top: 0px;
        padding-bottom: 0px;

    }
    .blog-main-body img {
        max-width: 100%;
        height: auto;
    }
    .blog_content_font {
        font-size: 15px;
    }
    .content_title {
        font-size: 35px!important;
    }
    .home-link {
        display: block!important;
    }
}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}


.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none !important;
    border-radius: 40px;
    font-size: 17px;
    font-family: HelveticaNeueCyr-Bold;
    padding: 9px 18px;
    text-align: center;
}

.btn:hover {
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 13px 0 rgba(0,0,0,.75);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .75);
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s  ease-in-out;
    text-decoration: none;
}

.home-link {
    font-size: 16px;
    font-family: HelveticaNeueCyr-Light;
    color: #333;
}
.back_margin {
    margin-bottom: 10px;
}

.upper_date {
    float: right;
}

@media (min-width: 0px) {
    .home-link {
        display: none !important;
    }
}
@media (min-width: 429px) {
    .home-link {
        display: none !important;
    }
}
@media (min-width: 867px) {
    .home-link {
        display: block !important;
    }
}


