

/* Start:/bitrix/templates/.default/components/bitrix/news/listApp/bitrix/news.detail/.default/style.css?17163566341003*/
.news-detail__content-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
	margin-bottom: 75px;
}

.detail_picture {
	max-width: 100%;
	width: 555px;
}

.news-detail__text {
    color: #333;
    font-family: "Roboto Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150.8%;
    max-width: calc(100% - 630px);
}

.manufacturer__btn {
    margin-top: 50px;
}

.manufacturer-detail__product {
    margin-bottom: 75px;
}

@media (max-width: 992px) {
	.detail_picture {
		width: 300px;
	}
	.news-detail__text {
		max-width: calc(100% - 350px);
	}
}

@media (max-width: 768px) {
	.detail_picture {
		width: 100%;
	}
	.news-detail__text {
		max-width: 100%;
		width: 100%;
		margin-bottom: 28px;
	}
	.news-detail__content-center {
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-bottom: 50px;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/widgetProektyID/style.css?17163566344050*/
div#content {
    max-width: 100%;
    overflow-x: hidden;
}

.subtitle.list-tb__subtitle {
    margin-bottom: 50px;
}

.list-tb__wrapper-btn {
    margin-top: 30px;
}

.list-tb {
    padding-bottom: 75px;
}

.list-tb__header {
    color: var(--gray-text);
    font-size: 14px;
    font-weight: 300;
    line-height: 150.8%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
	padding: 15px 0px;
	position: relative;
}

.list-tb__header:after {
    content: "";
    position: absolute;
    top: 1px;
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
    height: 1px;
    background: var(--gray-border);
}

.list-tb__header:before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
    height: 1px;
    background: var(--gray-border);
}

.list-tb-full .list-tb__title {
    color: var(--main-font-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 150.8%;
    text-decoration: none;
	max-width: 270px;
}

.list-tb__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%;    
	padding: 27px 0px;    
	position: relative;
}
.list-tb__item:before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
    height: 1px;
    background: var(--gray-border);
}
.list-tb__picture {
    width: 110px;
    margin-right: 35px;
    display: block;
}

.list-tb__header > div:not(:first-child),
.list-tb__item > div:not(:first-child) {
    width: 28%;
	padding-left: 40px;
}
.list-tb__item > div:not(:first-child) {
    color: var(--main-font-color);
	font-size: 16px;
	font-weight: 300;
	line-height: 150.8%;
}
.list-tb-full .list-tb__header > div:first-child,
.list-tb-full .list-tb__item > div:first-child {
    width: 44%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.list-tb__mob {
	display: none;
}

.list-tb__title:hover {
    color: #0a58ca;
}

@media (max-width: 991px) {
	.list-tb__item > div:not(:first-child) {
		font-size: 14px;
		line-height: 125%;
	}
	.list-tb-full .list-tb__title {
		padding-right: 20px;
		display: block;
		font-size: 14px;
		line-height: 125%;
	}
	.list-tb__picture {
		margin-right: 20px;
	}
	.list-tb-full .list-tb__header > div:first-child, 
	.list-tb-full .list-tb__item > div:first-child {
		width: 50%;
	}
	.list-tb__header > div:not(:first-child), 
	.list-tb__item > div:not(:first-child) {
		width: 25%;
	}
}

@media (max-width: 768px) {
	.list-tb__header {
		display: none;
	}
	.list-tb-full .list-tb__title {
		font-size: 14px;
		font-weight: 600;
		line-height: 140%;
		margin-bottom: 16px;
		width: 100%; 
		max-width: 100%;
		padding-right: 0px;
	}
	.list-tb__item {
		flex-wrap: wrap;
		align-items: flex-start;    
		padding: 16px 0px;
	}
	.list-tb__picture {
		width: 100%;
		margin-bottom: 16px;
		margin-right: 0px;
	}
	.list-tb-full .list-tb__item > div:first-child {
		width: 100%;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.list-tb__mob {
		display: block;
		width: 100%;
		margin-bottom: 4px;
		color: var(--gray-text);
		font-family: Roboto Flex;
		font-size: 12px;
		font-style: normal;
		font-weight: 300;
		line-height: 140%;
	}
	.list-tb__header > div:not(:first-child), 
	.list-tb__item > div:not(:first-child) {
		padding-left: 0px;
		width: 50%;
		padding-right: 10px;
		font-size: 14px;
		line-height: 120%;
	}
	.subtitle.list-tb__subtitle {
		margin-bottom: 28px;
	}
	.list-tb__item:first-child:after {
		content: "";
		position: absolute;
		top: 0px;
		width: 100vw;
		transform: translateX(-50%);
		left: 50%;
		height: 1px;
		background: var(--gray-border);
	}
	.list-tb__wrapper-btn .btn-opacity-border {
		width: 100%;
		text-align: center;
	}
	.list-tb {
		padding-bottom: 50px;
	}
}
/* End */


/* Start:/bitrix/templates/trobotx/components/bitrix/news.list/widgetListProducts/style.css?17163566344050*/
div#content {
    max-width: 100%;
    overflow-x: hidden;
}

.subtitle.list-tb__subtitle {
    margin-bottom: 50px;
}

.list-tb__wrapper-btn {
    margin-top: 30px;
}

.list-tb {
    padding-bottom: 75px;
}

.list-tb__header {
    color: var(--gray-text);
    font-size: 14px;
    font-weight: 300;
    line-height: 150.8%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
	padding: 15px 0px;
	position: relative;
}

.list-tb__header:after {
    content: "";
    position: absolute;
    top: 1px;
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
    height: 1px;
    background: var(--gray-border);
}

.list-tb__header:before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
    height: 1px;
    background: var(--gray-border);
}

.list-tb-full .list-tb__title {
    color: var(--main-font-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 150.8%;
    text-decoration: none;
	max-width: 270px;
}

.list-tb__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%;    
	padding: 27px 0px;    
	position: relative;
}
.list-tb__item:before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
    height: 1px;
    background: var(--gray-border);
}
.list-tb__picture {
    width: 110px;
    margin-right: 35px;
    display: block;
}

.list-tb__header > div:not(:first-child),
.list-tb__item > div:not(:first-child) {
    width: 28%;
	padding-left: 40px;
}
.list-tb__item > div:not(:first-child) {
    color: var(--main-font-color);
	font-size: 16px;
	font-weight: 300;
	line-height: 150.8%;
}
.list-tb-full .list-tb__header > div:first-child,
.list-tb-full .list-tb__item > div:first-child {
    width: 44%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.list-tb__mob {
	display: none;
}

.list-tb__title:hover {
    color: #0a58ca;
}

@media (max-width: 991px) {
	.list-tb__item > div:not(:first-child) {
		font-size: 14px;
		line-height: 125%;
	}
	.list-tb-full .list-tb__title {
		padding-right: 20px;
		display: block;
		font-size: 14px;
		line-height: 125%;
	}
	.list-tb__picture {
		margin-right: 20px;
	}
	.list-tb-full .list-tb__header > div:first-child, 
	.list-tb-full .list-tb__item > div:first-child {
		width: 50%;
	}
	.list-tb__header > div:not(:first-child), 
	.list-tb__item > div:not(:first-child) {
		width: 25%;
	}
}

@media (max-width: 768px) {
	.list-tb__header {
		display: none;
	}
	.list-tb-full .list-tb__title {
		font-size: 14px;
		font-weight: 600;
		line-height: 140%;
		margin-bottom: 16px;
		width: 100%; 
		max-width: 100%;
		padding-right: 0px;
	}
	.list-tb__item {
		flex-wrap: wrap;
		align-items: flex-start;    
		padding: 16px 0px;
	}
	.list-tb__picture {
		width: 100%;
		margin-bottom: 16px;
		margin-right: 0px;
	}
	.list-tb-full .list-tb__item > div:first-child {
		width: 100%;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.list-tb__mob {
		display: block;
		width: 100%;
		margin-bottom: 4px;
		color: var(--gray-text);
		font-family: Roboto Flex;
		font-size: 12px;
		font-style: normal;
		font-weight: 300;
		line-height: 140%;
	}
	.list-tb__header > div:not(:first-child), 
	.list-tb__item > div:not(:first-child) {
		padding-left: 0px;
		width: 50%;
		padding-right: 10px;
		font-size: 14px;
		line-height: 120%;
	}
	.subtitle.list-tb__subtitle {
		margin-bottom: 28px;
	}
	.list-tb__item:first-child:after {
		content: "";
		position: absolute;
		top: 0px;
		width: 100vw;
		transform: translateX(-50%);
		left: 50%;
		height: 1px;
		background: var(--gray-border);
	}
	.list-tb__wrapper-btn .btn-opacity-border {
		width: 100%;
		text-align: center;
	}
	.list-tb {
		padding-bottom: 50px;
	}
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news/listApp/bitrix/news.detail/.default/style.css?17163566341003 */
/* /bitrix/templates/.default/components/bitrix/news.list/widgetProektyID/style.css?17163566344050 */
/* /bitrix/templates/trobotx/components/bitrix/news.list/widgetListProducts/style.css?17163566344050 */
