

/* Start:/local/templates/naginoff/assets/css/blog.css?17732151077292*/
.d-none {
    display: none !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.__block__modal {
    display: none;
}


.container-blog {
    max-width: 1090px;
    margin: auto;
    padding: 20px;
}

.row.news {
    padding: 5px;
}

.blog-main__info {
    display: block;
}

.blog-main__info > h1 {
    font-family: Adderley;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: #6D7278;
}

.blog-main__info > p {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #414549;
}

.list-block {
    display: block;
    margin-bottom: 40px;
}

.list-block > .list {
    display: flex;
    flex-direction: column;
}

.list-block > .list > .list-item:first-child {
    margin-top: 5px !important;
}

.list-block > .list > .list-item {
    display: flex;
    font-weight: 700 !important;
    font-size: 20px;
    line-height: 24px;
    color: #414549;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px !important;
    user-select: none;
}

.list-block > .list > .list-item > img {
    margin-right: 5px;
    cursor: pointer;
}

.list-block > .list > .list-item > .item-b {
    cursor: pointer;
}

.list-block > .list > .item-c {
    display:flex;
    flex-wrap: wrap;
    margin-left: 26px;
    margin-top: 15px;
}

.list-block > .list > .item-c > .item {
    margin-right: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}

.list-block > .list > .item-c > .item > a {
    border: 1px solid #24832E;
    border-radius: 10px;
    padding: 2px 10px 2px 10px;
    font-weight: 400 !important;
    font-size: 16px;
    color:#24832E;
    user-select: none;
    transition: all 0.2s;
    text-align: center;
}

.list-block > .list > .item-c > .item > a:hover,
.list-block > .list > .item-c > .item > a.active{
    background-color: #24832E;
    color: #fff !important;
}

.i-container {
    display: grid;
    gap: 30px;
}

@media (min-width: 768px) {
    .i-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .i-container {
        grid-template-columns: 1fr;
    }
}


.item-news {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 4px;
    transition: 0.3s all;
}

.item-news:hover {
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.item-news__top {
    flex: 1 0 auto;
    display: flex;
}

.item-news__top img {
    width: 100%;
    height: auto;
   /* object-fit: cover;*/
    max-height: 354px;
}

.item-news__footer {
    padding: 20px;
    user-select: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.item-news__footer .title {
    font-weight: 700;
    font-size: 20px;
    color: #414549;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 3em;
}

.item-news__footer .desc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    font-size: 16px;
    line-height: 1.2em;
    color: #414549;
    margin-top: 25px;
}

.item-news__footer .views {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.item-news__footer .views img,
.item-news__footer .timeread img {
    margin-right: 5px;
}

.item-news__footer .timeread {
    display: flex;
    align-items: center;
    flex-direction: row;
}


@media (max-width: 576px) {
    .breadcrumb {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .block-another__modile {
        padding: 0px 5px 0px 5px !important;
    }
    .block-seo__blogs {
        padding: 0px !important;
    }
    .block-seo__blogs > .blog-content2 > .list-block {
        padding: 0 15px 0 15px !important;
    }
    .custom-hr {
        display: block !important;
    }
}

.custom-hr {
    display: none;
    max-width: 350px;
    height: 1px;
    background-color: #dfdfdf;
    margin: 30px auto;
}

@media (max-width: 768px) {
    .blog-main__info > p,
    .list-block > .list > .list-item,
    .item-news > .item-news__footer > .title {
        font-size: 16px;
    }

    .item-news > .item-news__footer > .desc {
        font-size: 14px;
    }

    .item-news > .item-news__footer {
        padding: 10px !important;
    }

}

.another > .another-title {
    color: #6D7278;
    font-family: Adderley;
    font-size: 48px;
    font-weight: 700;
    padding: 40px 15px 20px;
    margin: 0;
}

.item-another {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 4px;
    transition: 0.3s all;
    min-height: 345px;
    max-width: 350px;
    margin: auto;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .item-another {
        width: 100%;
    }
    .another > .another-title {
        text-align: center;
    }
}

.item-another > .item-another__top > img {
    max-height: 234px;
    width: 100%;
}

.item-another > .item-another__footer {
    padding-top: 20px;
    user-select: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.item-another > .item-another__footer > .title {
    font-weight: 700;
    font-size: 20px;
    color: #414549;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 3em;
}

.item-another > .item-another__footer > .desc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    color: #414549;
    flex-direction: row;
    justify-content: space-between;
}

.item-another > .item-another__footer > .desc > .views,
.item-another > .item-another__footer > .desc > .timeread{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.item-another > .item-another__footer > .desc > .views > img,
.item-another > .item-another__footer > .desc > .timeread > img {
    margin-right: 5px;
}
.row.news {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .block-another__modile {
        padding: 0px 5px 0px 5px !important;
    }
    .block-seo__blogs {
        padding: 0px !important;
    }
    .block-seo__blogs > .blog-content2 > .list-block {
        padding: 0 15px 0 15px !important;
    }
    .custom-hr {
        display: block !important;
    }
    .row.news {
        justify-content: center;
    }
}

.container-blog .item-news__footer .title {
	    font-size: 16px;
min-height: 5em;
    -webkit-line-clamp: 3;
}

@media (min-width: 1000px) {
	.item-news__top img {
		height: 400px;
		max-height: 400px;
		object-fit: cover;
	}
}

.ceo-text {
	display: flex;
	flex-direction: column;
}

.ceo-text .props.mt-30.mb-30 {
	align-self: center;
}

.ceo-text .blog-list {
	margin-block: 20px;
}

.ceo-text h2 {
	margin-bottom: 20px;
}

.blog-navigation .nav-footer{
	text-align: center;
    margin: 20px 0;
	font-size: 19px;
    display: flex;
    justify-content: center;
}
.blog-navigation .nav-footer .nav-item{
    width: 24px;
    display: block;
    height: 24px;
}
.blog-navigation .nav-footer .nav-item.active{
    background: #00772e;
    color: #fff;
}
/* End */


/* Start:/local/templates/naginoff/components/bitrix/breadcrumb/bread-crump/style.css?17842123862788*/
/* ============================================================
   ЕДИНЫЙ ВИД ХЛЕБНЫХ КРОШЕК — весь сайт (шаблон bread-crump)
   Один файл управляет крошками на всех страницах.
   ============================================================ */

ul.breadcrumb{
    display:flex !important;
    flex-wrap:wrap !important;
    align-items:center !important;
    list-style:none !important;
    width:100% !important;
    max-width:1200px !important;
    padding:0 !important;
    margin:20px auto 14px !important;
    background:transparent !important;
    font-size:14px !important;
    font-weight:400 !important;
    line-height:1.4 !important;
}

ul.breadcrumb li{
    display:inline-flex !important;
    align-items:center !important;
    float:none !important;
    margin:0 !important;
}

/* Разделитель — единый "/" */
ul.breadcrumb > li + li::before{
    content:"/" !important;
    margin:0 9px !important;
    padding:0 !important;
    color:#c4c9d0 !important;
    font-size:13px !important;
    font-weight:400 !important;
}

/* Ссылки (не текущая страница) */
ul.breadcrumb a,
ul.breadcrumb a span,
ul.breadcrumb > li > span{
    color:#6b7280 !important;
    text-decoration:none !important;
    transition:color .15s ease !important;
}
ul.breadcrumb a:hover,
ul.breadcrumb a:hover span{
    color:#00b956 !important;
}

/* Текущая страница (активная) */
ul.breadcrumb > .active,
ul.breadcrumb > .active span{
    color:#0f1419 !important;
    font-weight:500 !important;
}

/* ---- На тёмных хиро (направления / услуги / цены) — светлые крошки ---- */
.first-screen ul.breadcrumb a,
.first-screen ul.breadcrumb a span,
.first-screen ul.breadcrumb > li > span,
.first-screen-mainpage ul.breadcrumb a,
.first-screen-mainpage ul.breadcrumb a span,
.first-screen-mainpage ul.breadcrumb > li > span{
    color:rgba(255,255,255,.6) !important;
}
.first-screen ul.breadcrumb a:hover,
.first-screen ul.breadcrumb a:hover span,
.first-screen-mainpage ul.breadcrumb a:hover,
.first-screen-mainpage ul.breadcrumb a:hover span{
    color:#2ecc71 !important;
}
.first-screen ul.breadcrumb > li + li::before,
.first-screen-mainpage ul.breadcrumb > li + li::before{
    color:rgba(255,255,255,.35) !important;
}
.first-screen ul.breadcrumb > .active,
.first-screen ul.breadcrumb > .active span,
.first-screen-mainpage ul.breadcrumb > .active,
.first-screen-mainpage ul.breadcrumb > .active span{
    color:rgba(255,255,255,.92) !important;
}

/* Адаптив */
@media (max-width:768px){
    ul.breadcrumb{font-size:13px !important;}
    ul.breadcrumb > li + li::before{margin:0 7px !important;}
}

/* End */
/* /local/templates/naginoff/assets/css/blog.css?17732151077292 */
/* /local/templates/naginoff/components/bitrix/breadcrumb/bread-crump/style.css?17842123862788 */
