

/* Start:/local/templates/doweb-sirius/components/bitrix/breadcrumb/sirius/style.css?1711626853770*/
.page-breadcrumb .sirius-breadcrumb {
	display: flex;
	margin: 20px 20px;
	gap: 10px;
	overflow-x: auto;
	padding-bottom: 5px;
}

.page-breadcrumb .sirius-breadcrumb::-webkit-scrollbar-thumb {
    background: #6dac44;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.page-breadcrumb .sirius-breadcrumb::-webkit-scrollbar {
    height: 6px;
    background-color: #e1e1e1;
    border-radius: 5px;
}

.page-breadcrumb .sirius-breadcrumb-item {
	font-size: 1.2em;
	line-height: 25px;
	color: rgba(39, 40, 70, 0.45);
	white-space: nowrap;
}

.page-breadcrumb .sirius-breadcrumb-item a {
	color: rgba(39, 40, 70, 1);
}

.page-breadcrumb .sirius-breadcrumb-item i {
	margin-right: 5px;
}

.sirius-breadcrumb-item span {
	font-weight: 400;
}
/* End */


/* Start:/local/templates/doweb-sirius/components/bitrix/news/news/bitrix/news.detail/news/style.css?17685587333979*/
.news__detail{
    display: grid;
    grid-template-columns: repeat(auto-fit, 47%);
    grid-gap: 5%;
	margin-bottom: 100px;
}
.detail-desc{
    display: grid;
    grid-auto-rows: max-content;
    grid-gap: 20px;
}
.detail-main > *{
	margin: 0;
	padding: 0;
}
.item_date{
	font-family: 'Onest';
	font-style: normal;
	font-weight: 500;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #666666;
	display: flex;
	align-items: end;
}

.item_date img{
	margin-right: 10px;
}

.h3_name{
	font-family: 'Onest';
	font-style: normal;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.5em;
	letter-spacing: 0.04em;
	color: #272846;
	margin: 0;
	text-transform: uppercase;
}

.detail-prew_text{
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.5em;
	
	color: rgba(39, 40, 70, 0.6);
}

.detail-desc_text{
	font-family: 'Onest';
	font-style: normal;
	font-weight: 500;
	font-size: 1.1em;
	line-height: 1.5em;
}

.detail_picture{
	background-repeat: no-repeat;
    background-position: center;
    border-radius: 50px;
	width: 100%;
	height: 100%;
	min-height: 600px;
}

.gray{
	color: rgba(39, 40, 70, 0.6);
}

@media (min-width:769px) and (max-width:1420px){
	.news__detail{
		padding: 20px;
	}
}

@media (max-width:768px){
	.news__detail{
		grid-template-columns: repeat(auto-fit, 100%);
	}

	.detail_picture{
		border-radius: unset;
		min-height: 350px;
	}

	.detail-desc{
		padding: 0 30px;
	}
}
.detail-desc-link{
	color: white;
	background-color: #6298a2;
	padding: 40px 111px;
	font-size: 25px;
	max-width: 300px;
	border-radius: 40px;
}
.detail-desc-link-mob{
	display: none;
}
@media(max-width:600px){
	.detail-desc-link-mob{
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        background-color: #6298a2;
        padding: 22px 110px;
        font-size: 25px;
        max-width: 75%;
        border-radius: 40px;
	}
	.detail-desc-link{
		display: none;
	}
	.page-title h1{
		font-size: 1.8em;;
	}
	.news__detail{
		display: flex;
		flex-direction: column;
	}
	.banner_item{
		margin-bottom: 30px;
	}
}
.back{
	margin-bottom: 80px;
}


.emoji-wrapper {
	margin: 0 0 100px 0;
}

.emoji-row {
    display: flex;
    padding: 10px;
    width: fit-content;
    border-radius: 10px;
    background: #fff;
}

.emoji-element-item {
    display: flex;
    cursor: pointer;
    transition: all .3s ease-in-out;
    align-items: center;
    padding: 3px 5px;
    margin-right: 10px;
    flex-wrap: nowrap;
    min-width: fit-content;
}

.emoji-element-item:last-child {
    margin-right: 0px;
}

.emoji-element-item-img {
    display: flex;
}

.emoji-element-item-count {
    font-size: 14px;
    font-weight: 500;
    min-width: 30px;
    text-align: center;
    border-radius: 3px;
    background: #e1e1e19c;
    padding: 0 3px;
    margin-left: 3px;
    margin-bottom: unset;
    border-radius: 5px 5px 5px 0px;
    margin-top: -10px;
}

.emoji-element-item:hover .emoji-element-item-count {
    background: #959595;
    color: #fff;
}

.emoji-element-item-count {
    transition: all .3s ease-in-out;
}

.emoji-element-item.active .emoji-element-item-count {
    background: #bf0000;
    color: #fff;
}

.emoji-subtitle {
    font-size: 1.866em;
    display: block;
    line-height: 1.2;
    font-weight: 700;
    margin: 35px 0 25px 0;
}

@media (max-width: 768px) {
    .emoji-wrapper {
        font-size: 14px;
    }
    .emoji-element-item {
        flex-direction: column;
        padding: 0px;
        margin: 0px;
    }
    .emoji-row {
        padding: 5px;
        width: 100%;
        justify-content: space-around;
        max-width: 400px;
    }
    .emoji-element-item-count {
        margin-top: 2px;
        margin-left: 0px;
        border-radius: 5px;
        font-size: 12px;
    }
}
.stati_feedback_section {
    background-color: cadetblue;

}
.stati_feedback_section .container {
    padding-top: 25px;
    padding-bottom: 25px;
}

/* End */
/* /local/templates/doweb-sirius/components/bitrix/breadcrumb/sirius/style.css?1711626853770 */
/* /local/templates/doweb-sirius/components/bitrix/news/news/bitrix/news.detail/news/style.css?17685587333979 */
