

/* Start:/local/templates/mi/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17484444643147*/
.blog-detail__wrapper section {
    margin-bottom: 10px;
}

.blog-detail__wrapper div:has(> blockquote) {
    background-color: #ededed;
    margin: 10px auto;
    padding: 15px;
    border-radius: 5px;
}

.blog-detail__wrapper blockquote p::before {
    content: "\201C";
}

.blog-detail__wrapper blockquote p::after {
    content: "\201D";
}

.blog-detail__wrapper blockquote + p {
    text-align: right;
}

.blog-detail__wrapper .blog-description h2,
.blog-detail__wrapper .blog-description h3,
.blog-detail__wrapper .blog-description h4,
.blog-detail__wrapper .blog-description h5,
.blog-detail__wrapper .blog-description h6 {
    text-align: left;
    margin: 10px auto ;
}
.blog-detail__wrapper ol,
.blog-detail__wrapper ul {
    padding-left: 15px;
}

.blog-detail__wrapper  ul {
    list-style: disc;
}
.blog-detail__wrapper ol{
    list-style: decimal;
}

.blog-detail__wrapper li {
    padding-left: 5px;
    padding-bottom: 5px;
}

.blog-detail__wrapper figure {
    border: thin #c0c0c0 solid;
    display: flex;
    flex-flow: column;
    padding: 5px;
    margin: auto;
    height: 100%;
}

.blog-detail__wrapper img {
    /*max-width: 220px;*/
    /*max-height: 150px;*/
}

.blog-detail__wrapper figcaption {
    background-color: #333;
    color: #fff;
    font: italic smaller sans-serif;
    padding: 3px;
    text-align: center;
    margin-top: auto;
}

.blog-detail__wrapper .gallery-flex {
    display: flex;
    width: calc(100% + 20px);
    align-items: stretch;
    padding: 15px 0;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.blog-detail__wrapper .gallery-flex .image__wrapper {
    width: 33.3333%;
    margin: 0px 0px 10px;
    padding: 0px 10px;
}

.blog-detail__wrapper .gallery-flex figure {
    width: 100%;
}

.blog-detail__wrapper .gallery-flex img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.blog-detail__wrapper figure.image-left {
    flex-flow: row;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0;
    display: block;
}

.blog-detail__wrapper .image-left img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.blog-detail__wrapper .image-left figcaption {
    margin: 0;
    padding: 10px;
    text-align: justify;
}
/* clearfix */

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


@media screen and (max-width: 1024px){
    .blog-detail__wrapper .gallery-flex {
        width: calc(100% + 10px);
        margin: 0px -5px;
    }
    .blog-detail__wrapper .gallery-flex .image__wrapper {
        padding: 0 5px
    }
}

@media screen and (max-width: 768px){
    .blog-detail__wrapper .gallery-flex .image__wrapper {
        width: 50%;
    }
}

@media screen and (max-width: 480px){
    .blog-detail__wrapper .gallery-flex .image__wrapper {
        width: 100%;
    }
}
/* End */
/* /local/templates/mi/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17484444643147 */
