

/* Start:/bitrix/templates/.default/components/bitrix/news/stati/bitrix/news.detail/.default/style.css?171635663410905*/
div#content .container {
    max-width: 800px !important;
}

.stati__add-component .list-articles__item:before {
    display: none;
}

.stati__add-component .list-articles__item:last-child:after {
    display: none;
}

.stati__add-component .list-articles__item {
    border-top: 1px solid var(--gray-border);
}

.stati__add-component .list-articles__item:last-child {
    border-bottom: 1px solid var(--gray-border);
}

section.section-accordion {
    margin-bottom: 35px;
}

.stati-detail__share {
    margin-bottom: 74px;
}

.share__title {
    font-family: Roboto Flex;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 8px;
    color: var(--main-font-color);
}

.excerp {
    border-top: 1px solid var(--gray-border);
    border-bottom: 1px solid var(--gray-border);
    padding: 32px;
    text-align: center;    
	font-family: Roboto Flex;
	margin: 50px 0px;
	position: relative;
}

.stati-article.stati-article--noborder> div {
    border: 0px;
    padding: 0px;
}

.excerp:before {
    content: "";
    background: url('data:image/svg+xml,<svg width="30" height="24" viewBox="0 0 30 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.126953 23.6074V17.6992C0.126953 15.7135 0.452474 13.6465 1.10352 11.498C1.78711 9.31706 2.76367 7.23372 4.0332 5.24805C5.30273 3.22982 6.83268 1.48828 8.62305 0.0234375L13.75 3.58789C12.2526 5.73633 11.097 7.94987 10.2832 10.2285C9.4694 12.4746 9.0625 14.916 9.0625 17.5527V23.6074H0.126953ZM15.5078 23.6074V17.6992C15.5078 15.7135 15.8333 13.6465 16.4844 11.498C17.168 9.31706 18.1445 7.23372 19.4141 5.24805C20.6836 3.22982 22.2135 1.48828 24.0039 0.0234375L29.1309 3.58789C27.6335 5.73633 26.4779 7.94987 25.6641 10.2285C24.8503 12.4746 24.4434 14.916 24.4434 17.5527V23.6074H15.5078Z" fill="%23333333"/></svg>');
    width: 36px;
    height: 30px;
    position: absolute;
    top: -16px;
    left: 0px;
    right: 0px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 0px 24px;
    background-color: white;
    box-sizing: content-box;
    z-index: 2;
}

.excerp__text {
    font-family: Roboto Flex;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    line-height: 32px;
    max-width: 600px;
    margin: 0px auto 16px;
}

.excerp__autor {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.news-detail p {
    font-family: Roboto Flex;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 32px;
}

.stati-detail h2 {
    margin: 50px 0px 35px;
}

.stati-detail h3 {
    margin: 35px 0px 24px;
    font-family: Roboto Flex;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}

.stati-article a,
.stati-article> div {    
	margin: 50px 0px;
    padding: 28px 0px;
    border-top: 1px solid var(--gray-border);
    border-bottom: 1px solid var(--gray-border);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;	
	text-decoration: none;
	color: var(--main-font-color);
}

.stati-article a:hover {
	color: var(--main-font-color);
}

.stati-article__title,
h3.stati-article__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
	margin-top: 0px;
    margin-bottom: 16px;
}

.stati-article__text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 12px;
}

.stati-article__data {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: var(--gray-text);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.stati-article__data>div:not(:last-child):after {
    content: "·";
    margin: 0px 7px;
}

.stati-article >a> div:first-child,
.stati-article >div> div:first-child {
    margin-right: 55px;
}

.stati-article >a> div:first-child img,
.stati-article >div> div:first-child img {
    width: 190px;
}

.stati-article >a> div:last-child,
.stati-article >div> div:last-child {
    width: calc(100% - 255px);
}

.stati-detail table {
	width: 100%;
	font-family: Roboto Flex;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.stati-detail table tr:last-child {
    border-bottom: 1px solid var(--gray-border);
}

.stati-detail table tr {
    border-top: 1px solid var(--gray-border);
}

.stati-detail table td {
    padding: 14px 0px;
}

.stati-detail table th {
    padding: 16px 0px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3;
    color: var(--gray-text);
	max-width: 115px;
}

.stati-detail table b {
    font-weight: 600;
}

.stati-detail table th:not(:last-child) {
    padding-right: 30px;
}

.stati-detail table td:not(:last-child) {
    padding-right: 20px;
}

.news-detail li {
    margin-bottom: 17px;
}

.news-detail ul b, 
.news-detail ol b {
    font-weight: 600;
}

.news-detail ul, 
.news-detail ol {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    list-style-position: outside;
    padding-left: 16px;
	margin-top: 35px;
    margin-bottom: 50px;
}

.stati-product {
    border-bottom: 1px solid var(--gray-border);
    padding: 10px 0px 16px;
}

*:not(.stati-product) + .stati-product {
    border-top: 1px solid var(--gray-border);
}

.statiSwiper .swiper-slide img {
    height: 550px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.statiSwiper .swiper-navigation {
    position: absolute;
    bottom: 0px;
    right: 0px;    
	width: 170px;
    height: 70px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;    
	z-index: 1;
    background: white;
}

.swiper-stati-next, 
.swiper-stati-prev {
    border: 1px solid var(--active-color);
    width: 85px;
    height: 70px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;  
	transition: all ease 0.2s;
}

.swiper-stati-next:hover, 
.swiper-stati-prev:hover {
    background: var(--active-color);
}

.swiper-stati-next:hover svg path, 
.swiper-stati-prev:hover svg path {
    fill: white;
}

.swiper.statiSwiper,
.statiBigGallery {
    margin-top: 50px;
    margin-bottom: 50px;
}

.swiper-slide.statiBigGallery__slide:first-child {
    width: 100%;
	margin-bottom: 29px;
}

.swiper-slide.statiBigGallery__slide:first-child img {
    width: 100%;
    height: 550px;
    object-fit: contain;
    object-position: center;
}

.swiper-slide.statiBigGallery__slide img {
    width: 100%;    
	height: 250px;
    object-fit: cover;
    object-position: center;
}

.swiper-slide.statiBigGallery__slide {
    width: 31%;    
	position: relative;
}

.swiper-slide.statiBigGallery__slide:nth-child(1n+5) {
    display: none;
}

.statiBigGallery__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	position: relative;
}

.statiBigGallery__count {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 30%);
    font-family: Open Sans;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.5;
    color: white;
}

.statiSwiper .swiper-stati-pagination,
.swiper-statiBig-pagination {
	display: none;
}

@media (max-width: 767px) {
	.statiBigGallery__wrapper {
		display: block;
		flex-direction: initial;
		flex-wrap: initial;
		justify-content: initial;
	}
	.swiper-slide.statiBigGallery__slide:first-child {
		margin-bottom: 0px;
	}
	.page-header__data {
		margin-top: 16px;    
		font-size: 14px;
		line-height: 1.5;
	}
	.excerp {
		padding: 28px 10px;
		margin: 32px 0px;
	}
	.excerp__text {
		font-size: 20px;
		line-height: 1.5;
		margin: 0px auto 12px;
	}
	.news-detail p {
		font-size: 14px;
		margin-bottom: 23px;
	}
	.stati-article a,
	.stati-article >div {
		padding: 24px 0px;
	}
	.stati-article >a> div:first-child, 
	.stati-article >div> div:first-child{
		margin-right: 0px;
		margin-bottom: 20px;
		width: 100%;
	}
	.stati-article >a> div:first-child img,
	.stati-article >div> div:first-child img {
		width: 100%;
		height: 220px;
		object-fit: cover;
		object-position: center;
	}
	.stati-article >a> div:last-child, 
	.stati-article >div> div:last-child{
		width: 100%;
	}
	.stati-article__title,
	h3.stati-article__title {
		margin-bottom: 12px;
		font-size: 16px;
	}
	.stati-article__text {
		font-size: 14px;
	}
	.stati-article__data {
		font-size: 14px;
	}
	.stati-detail h3 {
		font-size: 18px;
	}
	.stati-detail table {
		font-size: 14px;
		width: 100%;
		max-width: 100%;
		overflow: scroll;
		display: block;
	}
	.stati-detail table th:not(:last-child) {
		padding-right: 20px;
	}
	.stati-detail table th {
		padding: 14px 0px;
	}
	.news-detail ul, 
	.news-detail ol {
		font-size: 14px;
		margin-top: 25px;
	}
	.statiSwiper .swiper-navigation {
		display: none;
	}
	.statiSwiper .swiper-slide img {
		height: 260px;
	}
    .statiSwiper .swiper-stati-pagination.swiper-pagination-bullets.swiper-pagination-horizontal,
	.statiSwiper .swiper-stati-pagination,
	.statiBigGallery .swiper-statiBig-pagination,
	.statiBigGallery .swiper-statiBig-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
        position: relative;
        bottom: initial;
        top: initial;
        width: 100%;
        left: initial;
        right: initial;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 25px 0px 0px;
    }
	.statiSwiper .swiper-stati-pagination.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet,
	.statiSwiper .swiper-stati-pagination span.swiper-pagination-bullet,
	.statiBigGallery .swiper-statiBig-pagination span.swiper-pagination-bullet {
		width: 7px;
		height: 7px;
		border-radius: 0px;
		background: white;
		border: 2px solid var(--active-color);
		opacity: 1;
	}
	.statiSwiper .swiper-stati-pagination.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet.swiper-pagination-bullet-active,
	.statiSwiper .swiper-stati-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active,
	.statiBigGallery .swiper-statiBig-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: var(--active-color);
	}
	.statiBigGallery__count {
		display: none;
	}
	.swiper-slide.statiBigGallery__slide:nth-child(1n+5) {
		display: block;
	}
	.swiper-slide.statiBigGallery__slide {
		width: 100%;
	}
	.swiper-slide.statiBigGallery__slide:first-child img,
	.swiper-slide.statiBigGallery__slide img {
		height: 343px;
	}
	.share__title {
		font-size: 14px;
		line-height: 1.5;
	}
	.stati-detail__share {
		margin-bottom: 50px;
	}
	.stati__add-component .list-articles__item:last-child {
		border-bottom: 0px;
	}
}
/* End */


/* Start:/bitrix/templates/trobotx/components/bitrix/news.list/widgetListArticles/style.css?17163566342638*/
.list-articles__title {
    text-decoration: none;    
	margin-bottom: 16px;
    display: block;
}
.list-articles__picture {
    margin-right: 55px;
}
.list-articles__picture img {
    width: 190px;
    height: 190px;
    object-fit: cover;
    object-position: center;
}
.list-articles__item {
    padding: 28px 0px;
	position: relative;
}
.list-articles__item:before {
    content: "";
    height: 1px;
    width: 150vw;
    background: var(--gray-border);
    position: absolute;
    top: 0px;
    left: -50vw;
}
.list-articles__item:last-child:after {
    content: "";
    height: 1px;
    width: 150vw;
    background: var(--gray-border);
    position: absolute;
    bottom: 0px;
    left: -50vw;
}
.list-articles__text {
    font-family: Roboto Flex;
    font-size: 16px;
    font-weight: 300;
    line-height: 24.13px;
    text-align: left;
    margin-bottom: 12px;
}
.list-articles__data {
   	font-family: Roboto Flex;
    font-size: 16px;
    font-weight: 300;
    line-height: 24.13px;
    text-align: left;
    color: var(--gray-text);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.list-articles__data > div:not(:last-child):after {
    content: "·";
    margin: 0px 5px;
}
.list-articles__info {
    width: calc(100% - 245px);
    max-width: 600px;
}
.list-articles__item-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.section-articles {
	margin-bottom: 75px;
}

@media (max-width: 767px) {
	.list-articles__picture {
		margin-right: 0px;
		margin-bottom: 20px;    
		width: 100%;
	}
	.list-articles__picture img {
		width: 100%;
		height: 220px;
	}
	.list-articles__info {
		width: 100%;
		max-width: 100%;
	}
	.list-articles__title.title-element {
		letter-spacing: initial;
		font-size: 16px;
		margin-bottom: 12px;
	}
	.list-articles__text {
		font-size: 14px;
	}
	.list-articles__data {
		font-size: 14px;
	}
	.list-articles__item {
		padding: 0px 0px 32px;
	}
	.list-articles__item:before,
	.list-articles__item:last-child:after {
		display: none;
	}
	section.section-articles {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 50px;
	}
	.section-articles .list-articles {
		width: 100%;		
		order: 3;
	}
	.section-articles .container.btn-wrapper {
		order: 2;
        margin: 0px;
        padding: 0px;        
		width: initial;    
		font-size: 14px;
	}
	.section-articles .subtitle.list-tb__subtitle {
		order: 1;
	}
	.list-articles__item:last-child {
		padding-bottom: 0px;
	}
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news/stati/bitrix/news.detail/.default/style.css?171635663410905 */
/* /bitrix/templates/trobotx/components/bitrix/news.list/widgetListArticles/style.css?17163566342638 */
