

/* Start:/local/templates/stroyurist.ru_adaptive/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?16237411002229*/
.row.article-content-list.grid {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 1fr);
}

.article-content-list.grid .col-sm-6 {
    max-width: 100%;
}

.article-content-list.grid.article-content-list .item {
    margin-bottom: 0;
}

.article-text-block ul {
    line-height: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    list-style-type: none;
}

.article-text-block ul li::before {
    content: url(/adds/images/icon/ellipse-blue3.svg);
    padding-right: 5px;
}

.article-text-block-green {
    color: #4f4f4f!important;
    font-size: 14px!important;
}

.article-text-block-green p {
    padding-bottom: 15px!important;
    margin-bottom: 0!important;
    font-weight: 500!important;
    line-height: 150%!important;
}

p.text-center.article-heading {
    color: #1357a1;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

ol {
    list-style: none;
    counter-reset: li;
}

ol>li {
    counter-increment: li;
    margin-bottom: 20px;
}

ol>li:last-child {
    margin-bottom: 0;
}

ol>li::before {
    content: counter(li) ". ";
    color: #1357a1;
    display: inline-block;
    width: 1.5em;
    font-weight: 700;
}

.blog-table tr:first-child {
    border-bottom: 2px solid #1357a1!important;
}

.info-block-13-blog .text-block ol:last-child,
.info-block-13-blog .text-block p:last-child,
.info-block-13-blog .text-block ul:last-child {
    margin-bottom: 0;
}

/*.css-editor h2 {*/
/*    margin-top: 75px;*/
/*}*/
.block-linking {
    margin-top: 75px;
}
.article-text-block {
    width: 100%;
}
.article-text-block .list-no-style li::before {
    content: none!important;
}
.css-editor h2 {
    margin-top: 40px;
}
.article-content-list a:hover,
.article-content-list a:hover small {
    color: #e9335f;
    cursor: pointer;
}

@media(max-width: 991px) {
    p.article-heading {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .row.article-content-list.grid {
        display: grid;
        grid-auto-flow: inherit;
        grid-template-rows: auto;
    }

    .article-content-list.grid.article-content-list .item {
        margin-bottom: 20px;
    }
}
/* End */


/* Start:/local/templates/stroyurist.ru_adaptive/components/sprint.editor/blocks/.default/_style.css?16233000443267*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-image img {
    width: 100%;
}

.sp-image-text {
    background: #eee;
    margin: 10px 0 10px;
    min-height: 250px;
}

.sp-image-text img {
    float: left;
    width: 320px;
    margin: 0 10px 10px 0;
}

.sp-iblock-elements {
    width: 350px;
    background: #ddd;
    padding: 10px;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

/* End */
/* /local/templates/stroyurist.ru_adaptive/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?16237411002229 */
/* /local/templates/stroyurist.ru_adaptive/components/sprint.editor/blocks/.default/_style.css?16233000443267 */
