

/* Start:/local/templates/bravoff/components/bitrix/breadcrumb/.default/style.css?17835493631205*/
.bx-breadcrumb {
	margin-top: 30px;
	margin-bottom: 30px;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	display: flex;
	gap: 10px;
	white-space: nowrap;
	line-height: 12px;
	vertical-align: middle;
	margin-right: 10px;
	/*margin-bottom: 10px;*/
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}


.fa_right{
	background: url("/local/templates/bravoff/components/bitrix/breadcrumb/.default/images/Arrow.svg");
	display: inline-flex;
	width: 12px;
	height: 11px;
	background-size: 12px;
	background-position: center;
	background-repeat: no-repeat;
}

.bx-breadcrumb-item{
	vertical-align: center !important;
	display: flex;
}

.bx-breadcrumb-item a{
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	color: #707C8B;
	text-decoration: none;
}

.bx-breadcrumb-item.active{
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	color: #3F3F3F;
}

@media (max-width: 1024px) {
	.bx-breadcrumb{
		display: none;
	}
}

/* End */


/* Start:/local/templates/bravoff/components/bitrix/news/blog/bitrix/news.list/blog/style.css?17835493632049*/
.news_list{
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    row-gap: 60px;
}

.news_item{
    display: flex;
    flex-direction: column;
    width: calc((100% - 40px)/3);
    gap: 20px;
}

.preview_picture{
    width: 100%;
    /*height: 100%;*/
    border-radius: 30px;
}

.news_date{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #707C8B;
}

.desc_blog{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.tit_name, .tit_name:hover{
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    text-decoration: none;
    color: black;
}

.prev_text{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

@media (min-width: 620px) and (max-width: 1024px) {
    .news_list{
        display: flex;
        flex-direction: row;
        gap: 20px;
        flex-wrap: wrap;
        row-gap: 60px;
    }

    .news_item{
        width: calc((100% - 40px)/2);
        gap: 10px;
    }

    .news_date{
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
        color: #707C8B;
    }

    .tit_name, .tit_name:hover{
        font-weight: 700;
        font-size: 16px;
        line-height: 34px;
    }

    .prev_text {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
    }
}

@media (max-width: 620px) {
    .news_list{
        display: flex;
        flex-direction: column;
        gap: 20px;
        flex-wrap: wrap;
        row-gap: 60px;
    }

    .news_item{
        width: 100%;
        gap: 10px;
    }

    .news_date{
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
        color: #707C8B;
    }

    .tit_name, .tit_name:hover{
        font-weight: 700;
        font-size: 16px;
        line-height: 34px;
    }

    .prev_text {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
    }
}


/* End */
/* /local/templates/bravoff/components/bitrix/breadcrumb/.default/style.css?17835493631205 */
/* /local/templates/bravoff/components/bitrix/news/blog/bitrix/news.list/blog/style.css?17835493632049 */
