

/* 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.detail/blog/style.css?17835493633410*/

.blog_row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
}

#names_desc{
    width: 100%;
}

.detail{
    display: flex;
    flex-direction: column;
}

.detail img{
    width: 100%;
    /*border: 1px solid #DEE0EA;*/
    /*border-radius: 30px;*/
}

.section_name{
    font-weight: 800;
    font-size: 42px;
    line-height: 51px;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 20px;
}

.sub_name{
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    margin: 10px 0;
}

.preview_picture{
    width: 100%;
    /*height: 100%;*/
    border-radius: 30px;
}

.news_date{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #707C8B;
}

.menu{
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
}

.contain{
    position: sticky;
    top: 147px;
    margin-top: 20px;
    padding-top: 20px;
}

.contain .h3{
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
}

.contain ul{
    padding-left: 30px;
    margin-top: 10px;
}

.contain li{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #4350F6;
}

.contain li::marker{
    font-size: small;
}

.contain a{
    text-decoration: none;
}

.prev_text{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    height: 100%;
}

.detail p{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.col1 {
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
}

@media (min-width: 1024px) {
    #names_mob {
        display: none;
    }
}

@media (max-width: 1024px) {

    .col1 {
        width: 100%;
    }

    .col1.desc{
        display: none;
    }

    #names_desc{
        display: none;
    }
    .blog_row{
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
        margin-top: 0;
    }

    .blog_row.head{
        flex-direction: column;
    }

    .contain{
        margin-top: 0;
        top: 0;
    }

    .detail{
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .detail p{
        font-weight: 400;
        font-size: 15px;
        line-height: 130%;
        margin: 5px 0;
    }

    .menu{
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .preview_picture{
        margin: 0 !important;
    }

    .page__title.h1{
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
    }

    .news_date{
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
    }

    .prev_text{
        font-weight: 400;
        font-size: 15px;
        line-height: 130%;
    }

    .contain .h3{
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
    }

    .contain li {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

    .section_name{
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        margin-top: 20px;
    }

    .sub_name{
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 0;
    }
}

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