

/* Start:/bitrix/templates/main/template_styles.css?178290920132082*/
.product__title a {
   color: #000;
}

.section-table {
	margin-bottom: 34px;
}
.section-table__head {
	height: 60px;
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background-color: #222433;
}
@media (max-width: 1379px) {
	.section-table__head {
		height: 50px;
		font-size: 12px;
	}
}
.section-table__item {
	display: flex;
	align-items: center;
	padding: 1px 0;
	color: #233449;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
.section-table__item:not(:last-child) {
	border-bottom: 1px solid #dfe1e3;
}
@media (max-width: 1379px) {
	.section-table__item {
		font-size: 14px;
		line-height: 22px;
	}
}
.section-table__item.active,
.section-table__item.default {
	background-color: #f1f2f6;
}
@media (min-width: 992px) {
	.section-table__item:hover {
		background-color: #f1f2f6;
	}
}
.section-table__item .section-table__doing {
	justify-content: flex-end;
}
.section-table__doing {
	position: relative;
	max-width: 110px;
	min-width: 110px;
	padding: 12px 15px;
	display: flex;
	align-items: center;
}
@media (max-width: 1379px) {
	.section-table__doing {
		max-width: 90px;
		min-width: 90px;
		padding: 10px;
	}
}
.section-table__check {
	margin-right: 30px;
}
@media (max-width: 1379px) {
	.section-table__check {
		margin-right: 20px;
	}
}
.section-table__check svg {
	width: 15px;
	height: 15px;
	display: none;
	fill: #fff;
}
@media (max-width: 1379px) {
	.section-table__check svg {
		width: 12px;
		height: 12px;
	}
}
.section-table__check span {
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	border: 2px solid #b2dcf7;
	background-color: #fff;
	box-sizing: border-box;
}
@media (max-width: 1379px) {
	.section-table__check span {
		width: 20px;
		height: 20px;
	}
}
.section-table__check input {
	display: none;
}
.section-table__check input:checked + span {
	border-color: #00a9fc;
	background-color: #00a9fc;
}
.section-table__check input:checked + span svg {
	display: block;
}
@media (min-width: 992px) {
	.section-table__check:hover {
		cursor: pointer;
	}
}
.section-table__download {
	width: 25px;
	height: 25px;
}
@media (max-width: 1379px) {
	.section-table__download {
		width: 20px;
		height: 20px;
	}
}
.section-table__download img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
}
.section-table__download svg {
	fill: #233449;
}
@media (min-width: 992px) {
	.section-table__download:hover {
		cursor: pointer;
	}
	.section-table__download:hover svg {
		fill: #00a9fc;
	}
}
.section-table__menu {
	width: 25px;
	height: 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media (max-width: 1379px) {
	.section-table__menu {
		width: 20px;
		height: 14px;
	}
}
.section-table__menu span,
.section-table__menu::before,
.section-table__menu::after {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #16263b;
	content: '';
	transition: 0.3s;
}
.section-table__menu.active span,
.section-table__menu.active::before,
.section-table__menu.active::after {
	background-color: #00a9fc;
}
@media (min-width: 992px) {
	.section-table__menu:hover {
		cursor: pointer;
	}
	.section-table__menu:hover span,
	.section-table__menu:hover::before,
	.section-table__menu:hover::after {
		background-color: #00a9fc;
	}
}
.section-table__path {
	display: none;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #00a9fc;
}
@media (max-width: 1379px) {
	.section-table__path {
		margin-top: 5px;
		font-size: 12px;
	}
}
.section-table__path a {
	display: inline-block;
	color: #00a9fc;
}
.section-table__path a:not(:last-child) {
	margin-right: 8px;
}
.section-table__path a:not(:last-child)::after {
	position: absolute;
	margin: 0 3px;
	color: #00a9fc;
	content: '-';
}
@media (min-width: 992px) {
	.section-table__path a:hover {
		cursor: pointer;
		text-decoration: underline;
	}
}
.section-table__name {
	width: 33%;
	padding: 12px 15px;
}
@media (max-width: 1379px) {
	.section-table__name {
		padding: 10px;
	}
}
.section-table__date {
	max-width: 110px;
	min-width: 110px;
	padding: 12px 15px;
}
@media (max-width: 1379px) {
	.section-table__date {
		max-width: 90px;
		min-width: 90px;
		padding: 10px;
	}
}
.section-table__size {
	max-width: 110px;
	min-width: 110px;
	padding: 12px 15px;
}
@media (max-width: 1379px) {
	.section-table__size {
		max-width: 90px;
		min-width: 90px;
		padding: 10px;
	}
}
.section-table__version {
	max-width: 125px;
	min-width: 125px;
	padding: 12px 15px;
}
@media (max-width: 1379px) {
	.section-table__version {
		max-width: 105px;
		min-width: 105px;
		padding: 10px;
	}
}
.section-table__commit {
	width: 33%;
	padding: 12px 15px;
}
@media (max-width: 1379px) {
	.section-table__commit {
		padding: 10px;
	}
}
.section-table__footer {
	padding: 15px;
	display: flex;
	align-items: center;
	background-color: #f1f2f6;
}
@media (max-width: 1379px) {
	.section-table__footer {
		padding: 10px;
	}
}
.section-table__footer .section__select {
	margin-left: 30px;
}
.section-table__footer .section__select-wrap {
	display: flex;
}
.section-table__footer .section__select-wrap .btn {
	width: 148px;
	height: 40px;
	font-size: 14px;
	margin: 0;
	border: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
@media (min-width: 992px) {
	.section-table__footer .section__select-wrap .btn:hover {
		border: 2px solid #00a9fc;
	}
}

.section-table__title {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	color: #233449;
}
@media (max-width: 1379px) {
	.section-table__title {
		font-size: 16px;
	}
}

.section-table__item_subtitle {
	pointer-events: none;
	padding: 3px 30px;
	font-family: "Bliss Pro", sans-serif;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	background-color: #dfe1e3;
}

.section-table_small .section-table__head {
	height: 30px;
}

.section-table_small .section-table__item {
	padding: 0;
	font-size: 14px;
	line-height: normal;
	border-bottom: 1px solid #dfe1e3;
}
@media (max-width: 1379px) {
	.section-table_small .section-table__item {
		font-size: 12px;
	}
}
.section-table_small .section-table__item.default .section-table__check {
	cursor: default;
}
.section-table_small .section-table__item.default .section-table__check span {
	border: none;
	background-color: transparent;
}
.section-table_small .section-table__item.default .section-table__check svg {
	fill: #00a9fc;
}
.section-table_small .section-table__item.active .section-table__amount {
	pointer-events: auto;
}
.section-table_small .section-table__item.active .section-table__amount .selectric .button {
	display: flex;
}
.section-table_small .section-table__item_subtitle {
	padding: 10px 30px;
}

.section-table_small .section-table__check {
	margin-right: 0;
}
.section-table_small .section-table__check svg {
	width: 13px;
	height: 13px;
}
.section-table_small .section-table__check span {
	width: 20px;
	height: 20px;
}
.section-table_small .section-table__check-wrap {
	padding: 10px 15px;
	min-width: 50px;
	max-width: 50px;
}
@media (max-width: 1379px) {
	.section-table_small .section-table__check-wrap {
		padding: 8px 15px;
	}
}

.section-table_small .section-table__radio-wrap {
	padding: 10px 15px;
	min-width: 50px;
	max-width: 50px;
}
@media (max-width: 1379px) {
	.section-table_small .section-table__radio-wrap {
		padding: 8px 15px;
	}
}
.section-table_small .section-table__radio-wrap .radio span {
	margin: 0;
}

.section-table_small .section-table__seria {
	width: 25%;
	padding: 10px 15px;
}
@media (max-width: 1379px) {
	.section-table_small .section-table__seria {
		padding: 8px 15px;
	}
}
.section-table_small .section-table__seria-block:not(:last-child) {
	margin-bottom: 15px;
}

.section-table_small .section-table__descr {
	width: 60%;
	padding: 10px 15px;
}
@media (max-width: 1379px) {
	.section-table_small .section-table__descr {
		padding: 8px 15px;
	}
}
.section-table_small .section-table__descr-block:not(:last-child) {
	margin-bottom: 15px;
}

.section-table_small .section-table__amount {
	width: 160px;
	padding: 5px 15px;
	font-size: 14px;
	text-align: center;
	pointer-events: none;
}
.section-table__set > div.section-table__amount > div > div.selectric-items > div > ul > li:nth-child(1) {
	display: none;
}
@media (max-width: 1379px) {
	.section-table_small .section-table__amount {
		padding: 3px 15px;
		font-size: 12px;
	}
}
.section-table_small .section-table__amount .selectric {
	width: 130px;
	border: none;
	background-color: transparent;
}
.section-table_small .section-table__amount .selectric .label {
	height: 30px;
	margin: 0 36px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
@media (max-width: 1379px) {
	.section-table_small .section-table__amount .selectric .label {
		font-size: 12px;
	}
}
.section-table_small .section-table__amount .selectric .button {
	height: 30px;
	display: none;
}
.disabled .section-table__amount .selectric .button {
	pointer-events: none !important;
	display: none !important;
}
.section-table_small .section-table__amount .selectric .button::after {
	width: 10px;
	height: 17px;
	transition: transform 0.3s;
}
@media (max-width: 1379px) {
	.section-table_small .section-table__amount .selectric .button::after {
		width: 8px;
		height: 15px;
	}
}
.section-table_small .section-table__amount .selectric-items {
	width: auto !important;
	left: 50%;
	transform: translate(-50%, 0);
}
.section-table_small .section-table__amount .selectric-items li {
	padding: 8px 15px;
}
.section-table_small .section-table__amount .selectric-open .button:after {
	transform: rotate(90deg);
}

.section-table__set {
	align-items: flex-start;
}

.section-table_main .section-table__item {
	pointer-events: none;
}

.section-table_main .section-table__seria {
	padding-left: 30px;
}
@media (max-width: 1199px) {
	.catalog-detail__doc {
		display: none;
	}
}

.catalog-detail__doc_mobile {
	display: none;
}
@media (max-width: 1199px) {
	.catalog-detail__doc_mobile {
		display: block;
	}
}
.catalog-detail__doc_mobile .file-download {
	padding: 15px;
	align-items: flex-start;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	border-top: 1px solid #dfe1e3 !important;
}
.catalog-detail__doc_mobile .file-download .file__name {
	margin-right: 20px;
}

.catalog-detail__doc .section-table__head {
	height: 40px;
}

.catalog-detail__doc .section-table__name {
	width: calc(70% - 50px);
}
.catalog-detail__doc .section-table__name a {
	color: #233449;
}
@media (min-width: 992px) {
	.catalog-detail__doc .section-table__name a:hover {
		cursor: pointer;
		color: #00a9fc;
	}
}

.catalog-detail__doc .section-table__version {
	min-width: 15%;
	max-width: 15%;
}

.catalog-detail__doc .section-table__date {
	min-width: 15%;
	max-width: 15%;
}

.file__icon {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDM4NCA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIyNCAxMzZWMEgyNEMxMC43IDAgMCAxMC43IDAgMjR2NDY0YzAgMTMuMyAxMC43IDI0IDI0IDI0aDMzNmMxMy4zIDAgMjQtMTAuNyAyNC0yNFYxNjBIMjQ4Yy0xMy4yIDAtMjQtMTAuOC0yNC0yNHptMTYwLTE0LjF2Ni4xSDI1NlYwaDYuMWM2LjQgMCAxMi41IDIuNSAxNyA3bDk3LjkgOThjNC41IDQuNSA3IDEwLjYgNyAxNi45eiIvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 28px;
}

.file {
	padding-bottom: 1px;
	max-height: calc(95vh - 310px);
	overflow-y: auto;
}
.file__item {
	padding: 13px 15px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #dfe1e3;
}
.file__item:first-child {
	border-top: 1px solid #dfe1e3;
}
.file__icon {
	margin-right: 20px;
	color: #00a9fc;
}
.file__name {
	width: 55%;
	margin-right: 20px;
}
.file__date {
	width: 90px;
	margin-right: 20px;
}
.file__size {
	width: 90px;
	margin-right: 20px;
}
.file__version {
	width: 90px;
}
.file__del {
	width: 25px;
	height: 25px;
}
.file__del svg {
	fill: #233449;
}
@media (min-width: 992px) {
	.file__del:hover {
		cursor: pointer;
	}
	.file__del:hover svg {
		fill: #e54848;
	}
}
.file__commit {
	margin-top: 15px;
	width: 100%;
	padding-left: 50px;
}
.file__label {
	margin-bottom: 5px;
	font-family: "Bliss Pro", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #00a9fc;
}
.file__textarea {
	width: 100%;
	height: 120px;
	padding: 10px 15px;
	font-size: 16px;
	color: #233449;
	border-radius: 4px;
	border: 2px solid #00a9fc;
	background-color: #ffffff;
}
.file__load {
	position: relative;
	width: 178px;
	height: 30px;
	border-radius: 2px;
	background-color: #b2dcf7;
}
.file__load-procent {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 44%;
	height: 30px;
	color: #fefeff;
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
	text-align: center;
	border-radius: 2px;
	background-color: #00a9fc;
	transition: 0.3s;
}
.file_download {
	padding: 8px 10px;
	flex-wrap: nowrap;
	color: #233449;
	border: none;
	border-top: none;
	border-radius: 4px;
	background-color: #f1f8fd;
}
@media (min-width: 992px) {
	.file_download:hover {
		cursor: pointer;
	}
}
.file__arr {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIxOXB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxNCAxOSIgd2lkdGg9IjE0cHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGUvPjxkZXNjLz48ZGVmcy8+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSI+PGcgZmlsbD0iIzAwMDAwMCIgaWQ9IkNvcmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zODMuMDAwMDAwLCAtMjEzLjAwMDAwMCkiPjxnIGlkPSJmaWxlLWRvd25sb2FkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzODMuMDAwMDAwLCAyMTMuNTAwMDAwKSI+PHBhdGggZD0iTTE0LDYgTDEwLDYgTDEwLDAgTDQsMCBMNCw2IEwwLDYgTDcsMTMgTDE0LDYgTDE0LDYgWiBNMCwxNSBMMCwxNyBMMTQsMTcgTDE0LDE1IEwwLDE1IEwwLDE1IFoiIGlkPSJTaGFwZSIvPjwvZz48L2c+PC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 28px;
}
.file_download-wrap {
	display: flex;
}

.file-download_light {
	padding: 0;
	background-color: transparent;
	color: #fff;
}

.file-download_dark {
	padding: 0;
	background-color: transparent;
	color: #233449;
}

/* update 28112024 upload btn */
.catalog-filter a{
margin-left:auto;
}
.catalog-filter__itemLink{
    border: 1px solid rgba(22, 65, 148, .5);
    padding: 12px;
    color: rgba(22, 65, 148, .5);
    font-size: 16px;
    -webkit-transition: .3s;
    transition: .3s;
}
.catalog-filter__itemLink:hover{
background-color: rgba(22, 65, 148, .5);
        color: #fff;
}
.catalog-filter__item:nth-child(3).active{
background-color: transparent;
    border: 1px solid rgba(22,65,148,.5);
    color: rgba(22,65,148,.5);
}
@media(max-width:540px){
	.catalog-filter a{
width:100%;
margin-left:0;
        text-align: center;
order:0;
}
	.catalog-filter__item{
flex:auto;
}
}



/* UPDATE 10122024 */
/* table */
.tabs__content-block{
	padding:42px 32px;
}
.newTabs__content-tabl p{
	margin: 0;
	padding: 0;
}
.newTabs__content-tabl__title{
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #222433;
	margin-bottom: 54px;
}
.newTabs__content-tabl__item {
	margin-bottom: 30px;
}
.newTabs__content-tabl__item-top{
	padding: 13px 0;
	margin-bottom: 16px;
}
.newTabs__content-tabl__item-top p{
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #222433;
	display: inline-block;
}
.newTabs__content-tabl__item-content {
	display: flex;
	align-items: start;
	gap: 20px;
	/*justify-content: space-between;*/
}

.newTabs__content-tabl__item-inner__line {
	display:grid;
	grid-template-columns: 60px 275px 275px 275px;
	text-align: center;
}
.newTtabs__content-tabl__item{
margin-bottom:30px;
}
.newTabs__content-tabl__item-inner__line--head {
	background-color: #222433;
	display:grid;
	grid-template-columns: 60px 275px 275px 275px;
}
.newTabs__content-tabl__item-diargam img,.newTabs__content-tabl__item-diargam{
width:100%;

}
.newTabs__content-tabl__item-diargam{
margin-top:48px;
max-width: 730px;
}
.newTabs__content-tabl__item-diargam img{
/*max-height:560px;*/

}
.newTabs__content-tabl__item-inner__line--head .newTabs__content-tabl__item-inner__line-box{
	font-weight: 600;
	font-size: 12px;
	text-align: center;
	color: #fff;
	border: 0.80px solid #222433;
	padding: 15px 0;
}
.newTabs__content-tabl__item-inner__line-box {
	font-weight: 600;
	font-size: 12px;
	text-align: center;
	color: #606060;
	border-bottom: 1px solid #e8e7e7;
	border-left: 1px solid #e8e7e7;
	border-top: 1px solid #e8e7e7;
	padding: 10px 0;
}
.newTabs__content-tabl__item-inner__line-box:last-child{
	border-right: 1px solid #e8e7e7;
} 
@media(max-width:1750px){
	.newTabs__content-tabl__item-inner__line,.newTabs__content-tabl__item-inner__line--head{
grid-template-columns: 60px 195px 195px 195px;
}
}
@media(max-width:1399px){
	.newTabs__content-tabl__item-inner__line,.newTabs__content-tabl__item-inner__line--head{
grid-template-columns: 60px 168px 168px 168px;
}
}
@media(max-width:1279px){
	.newTabs__content-tabl__item-inner__line,.newTabs__content-tabl__item-inner__line--head{
grid-template-columns: 60px 134px 134px 134px;
}
}
@media(max-width:1200px){
	.newTabs__content-tabl__item-content {
		justify-content: space-between;
	}
}
@media(max-width:991px){
	.newTabs__content-tabl__item-content{
		flex-direction: column;
	}
	.newTabs__content-tabl__item-inner__line--head,.newTabs__content-tabl__item-inner__line{
		grid-template-columns: 60px 1fr 1fr 1fr;
	}
	.newTabs__content-tabl__item-inner,.newTabs__content-tabl__item-diargam,.newTabs__content-tabl__item-diargam img{
		width: 100%;
	}
.newTabs__content-tabl__item-diargam{
margin-top:0px;
max-width:100%;
}
}
@media(max-width:550px){
	.newTabs__content-tabl__item-inner__line,.newTabs__content-tabl__item-inner__line--head{
grid-template-columns: 60px 129px 129px 129px;
}
.newTabs__content-tabl__item-inner{
		overflow-x: auto;
	}
}
@media(max-width:450px){
.tabs__content-block{
	padding:16px;
}
	/*.newTabs__content-tabl__item-inner{
		overflow-x: auto;
	}*/
	.newTabs__content-tabl__item-inner__line--head, .newTabs__content-tabl__item-inner__line{
		width: 512px;

	}
	.newTabs__content-tabl__item-top p{
		font-size: 12px;
	}
}
/* end table */
/* params */
.newTabs__content-block{
	background-color: #f8f8f8!important;
}
.newTabs__content-param {
	margin-bottom:50px;
}
.newTabs__content-param__title {
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #222433;
	margin-bottom:16px;
}
.newTabs__content-param__subtitle {
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #222433;
}
.newTabs__content-param__list{
	margin:8px 0;
}
.newTabs__content-param__list ul li{
	font-weight: 400;
}
@media(max-width:450px){
	.newTabs__content-param__title,.newTabs__content-param__subtitle{
		font-size: 14px;
	}
}
/* end params */
/* end UPDATE */
/*update photo on catalog slider*/
/*.catalog-detail .catalog-detail__info{
margin-top:0px;
}
.catalog-detail .catalog-detail__gallery-inner{
margin-top:0px;
}*/

/* about detail slider*/
@media (min-width: 1366px) {
	.catalog-detail .catalog-detail__gallery-thumbs{
height:auto;
}
}


/* UPDATE */
/* new about */

.about {
	padding: 32px 0;
}

.container {
	margin: 0 auto;
	padding-left: 16px;
	padding-right: 16px;
}

.about__wrapper {
	display: flex;
	flex-direction: column;
	gap: 64px;
}

.about__title {
	padding-bottom: 16px;
	position: relative;
	margin-bottom: 16px;
}

.about__title::before {
	content: "";
	position: absolute;
	z-index: 1;
	height: 2px;
	width: 48px;
	background-color: #ba2d20;
	left: 0;
	bottom: 0;
}

.about__title h1 {
	font-weight: 300;
	font-size: 24px;
	line-height: 150%;
	color: #222433;
}

.about__title .label {
	margin-bottom: 16px;
	font-weight: 600;
	font-size: 12px;
	line-height: 138%;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: #ba2d20;
}

.about__text {
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(34, 36, 51, 0.12);
}

.about__text p {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #222433;
	margin: 0;
}

.about__text p+p {
	margin-top: 20px;
}

.about__subtitle {
	margin: 32px 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #222433;
}

.about ul {
	margin: 0;
}

.about ul li {
	padding-left: 18px;
	position: relative;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: rgba(34, 36, 51, 0.75);
}

.about ul li+li {
	margin-top: 12px;
}

.about ul li::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ba2d20;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.about__ilustrat {
	display: block;
}

.about__ilustrat-img img {
	display: block;
	height: 515px;
	object-fit: cover;
	width: 100%;
}

.about__ilustrat .stat__list {
	background-color: #222433;
	margin-top: -1px;
}

.about__ilustrat .stat__list li {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 20px 16px;
}

.about__ilustrat .stat__list li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.about__ilustrat .stat__list li::before {
	display: none;
}

.about__ilustrat .stat__list li .value {
	font-weight: 600;
	font-size: 24px;
	line-height: 150%;
	color: #fff;
}

.about__ilustrat .stat__list li .label {
	font-weight: 400;
	font-size: 12px;
	line-height: 125%;
	color: rgba(255, 255, 255, 0.6);
}


@media (min-width: 600px) {
	.about {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.container {
		padding-left: 32px;
		padding-right: 32px;
		max-width: calc(1856px + (32px * 2));
	}

	.about__title h1 {
		font-size: 52px;
		line-height: 150%;
	}

	.about__text p {
		font-size: 16px;
	}

	.about ul li {
		font-size: 18px;
	}

	.about__ilustrat .stat__list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;

	}

	.about__ilustrat .stat__list li {
		margin: 0;
		border-left: 1px solid rgba(255, 255, 255, 0.1);
	}
}

@media (min-width: 1140px) {
	.about__wrapper {
		flex-direction: row;
	}

	.about__ilustrat {
		flex-shrink: 0;
		max-width: 678px;
		width: 100%;
	}

	.about {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}

.text-block {
	background-color: #1A1B2A;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 96px;
	padding: 48px 0;
}

.text-block .decor-line {
	background: #ba2d20;
	height: 2px;
	width: 100%;
	margin-bottom: 32px;
}

.text-block p {
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	color: rgba(255, 255, 255, 0.9);
}

.text-block p+p {
	margin-top: 32px;
}

.text-block p span {
	font-weight: 600;
	color: #fff;
}

@media (min-width: 720px) {
	.text-block {
		padding: 96px 0;
	}

	.text-block .decor-line {
		width: 48px;
		margin-bottom: 32px;
	}

	.text-block p {
		font-size: 24px;
		line-height: 150%;
		font-weight: 400;
	}

	.text-block p.text-block__top {
		font-size: 26px;
		font-weight: 300;
	}
}

@media (min-width: 1140px) {
	.text-block p {
		max-width: 900px;
	}
}

.about-use {
	padding-bottom: 20px;
}

.about-use__title {
	margin-bottom: 32px;
}

.titleSecond .label {
	font-weight: 600;
	font-size: 11px;
	line-height: 150%;
	letter-spacing: 0.27em;
	text-transform: uppercase;
	color: #ba2d20;
	margin-bottom: 16px;
}

.titleSecond h2 {
	font-weight: 600;
	font-size: 24px;
	line-height: 208%;
	color: #222433;
}

.about-use__list {
	display: grid;
	gap: 10px;
}

.about-use__list li {
	border-top: 1px solid rgba(34, 36, 51, 0.15);
	padding: 16px 0px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	justify-content: center;
}

.about-use__list li .number {
	font-weight: 600;
	font-size: 16px;
	line-height: 103%;
	letter-spacing: 0.13em;
	color: #ba2d20;
}

.about-use__list li p {
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #222433;
	margin: 0;
}

@media (min-width: 720px) {
	.about-use {
		padding-bottom: 96px;
	}

	.about-use__title {
		margin-bottom: 48px;
	}

	.titleSecond h2 {
		font-size: 40px;
	}

	.about-use__list {
		grid-template-columns: 1fr 1fr;
		gap: 0;
	}

	.about-use__list li {
		padding: 36px 32px;
		border-top: unset;
		justify-content: start;
		gap: 16px;
		border-bottom: 1px solid rgba(34, 36, 51, 0.15);
	}

	.about-use__list li .number {
		font-size: 16px;
	}

	.about-use__list li p {
		font-size: 20px;
		line-height: 150%;
	}

	.about-use__list li:nth-child(even) {
		border-left: 1px solid rgba(34, 36, 51, 0.15);
	}

	.about-use__list li:nth-last-child(-n+2) {
		border-bottom: unset;
	}
}

@media (min-width: 1140px) {
	.about-use__list {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 1px;
		background-color: rgba(34, 36, 51, 0.15);
	}

	.about-use__list li {
		border: unset !important;
		background-color: #fff;
	}


}

/* new about */
/* new solut */
.solut {
	padding: 32px 0;
}

.solut__wrapper {
	display: flex;
	flex-direction: column;
	gap: 64px;
}

.solut__title {
	display: flex;
	flex-direction: column;
	gap: 16px;
	position: relative;
	margin-bottom: 16px;
}

.solut__title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 48px;
	height: 2px;
	background-color: #ba2d20;
}

.solut__title h1 {
	font-weight: 300;
	font-size: 24px;
	line-height: 150%;
	color: #222433;
	padding-bottom: 16px;
}

.solut__title .label {
	font-weight: 600;
	font-size: 12px;
	line-height: 138%;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: #ba2d20;
}

.solut__text {
	border-bottom: 1px solid rgba(34, 36, 51, 0.12);
	padding-bottom: 16px;
}

.solut__text p {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: rgba(34, 36, 51, 0.8);
	margin: 0;
}

.solut__text p span {
	font-weight: 600;
	color: #222433;
}

.solut__text p+p {
	margin-top: 20px;
}

.solut ul {
	margin: 0;
}

.solut ul li {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: rgba(34, 36, 51, 0.75);
	position: relative;
	padding-left: 18px;
}

.solut ul li+li {
	margin-top: 12px;
}

.solut ul li::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ba2d20;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.solut__ilustrat-img {
	margin-bottom: 24px;
}

.solut__ilustrat-img img {
	display: block;
	width: 100%;
}

.solut__ilustrat-subtitle {
	font-weight: 600;
	font-size: 11px;
	line-height: 150%;
	letter-spacing: 0.23em;
	text-transform: uppercase;
	color: rgba(34, 36, 51, 0.4);
	margin-bottom: 16px;
}

ul.solut__ilustrat-list li {
	border-bottom: 1px solid rgba(34, 36, 51, 0.12);
	padding: 12px 0px;
	padding-left: 28px;
	display: flex;
	flex-direction: column;
	gap: 2px;
	position: relative;
}

ul.solut__ilustrat-list li:last-child {
	border-bottom: unset;

}

.solut__ilustrat-list li:before {
	display: none;
}

.solut__ilustrat-list li p {
	margin: 0;
	font-weight: 400;
	font-size: 13px;
	line-height: 150%;
	color: rgba(34, 36, 51, 0.6);
}

.solut__ilustrat-list li .title {
	font-weight: 600;
	font-size: 13px;
	line-height: 150%;
	color: #222433;
}

.solut__ilustrat-list li .circle {
	border-radius: 50%;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 24px;
	transform: translateY(-50%);
}

.solut__ilustrat-list li .circle.red {
	background: #ba2d20;
}

.solut__ilustrat-list li .circle.brown {
	background: #8b7355;
}

.solut__ilustrat-list li .circle.blue {
	background: #164194;
}

.solut__ilustrat-list li .circle.green {
	background: #4a7c59;
}

@media (min-width: 720px) {
	.solut {
		padding: 64px 0;
	}

	.solut__title h1 {
		font-size: 32px;
	}

	.solut ul li {
		font-size: 18px;
	}

	.solut__ilustrat-img {
		border: 1px solid rgba(34, 36, 51, 0.12);
		padding: 24px;
		background: #f7f7f9;

	}
}

@media (min-width: 1280px) {
	.solut__wrapper {
		flex-direction: row;
	}

	.solut__ilustrat {
		flex-shrink: 0;
		max-width: 720px;
	}
}

/* new solut */

/* new news */
.news {
	padding: 48px 0;
}

.news .solut__title {
	margin-bottom: 32px;
}

.news__list {
	margin-bottom: 62px;
	display: grid;
	gap: 32px;
}

.news__paginat {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.news__paginat .pagination-item {
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #222433;
	border: 1px solid rgba(34, 36, 51, 0.2);
	border-radius: 4px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease;
}

.news__paginat .pagination-item:hover {
	background: #164194;
	border: 1px solid #164194;
	color: #fff;
}

.news__paginat .pagination-item.current {
	background: #164194;
	border: 1px solid #164194;
	color: #fff;
}


@media (min-width: 650px) {
	.news__list {
		grid-template-columns: 1fr 1fr;
		gap: 32px 28px;
	}

	.news .new-card__title {
		font-size: 26px;
	}

	.news__paginat .pagination-item {
		width: 48px;
		height: 48px;
	}

	.news .new-card__img {
		aspect-ratio: 288 / 220;
	}
}

@media (min-width: 1140px) {
	.news__list {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.news .new-card__img {
		aspect-ratio: 400 / 290;
	}
}

@media (min-width: 1400px) {
	.news__list {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

/* new news */
/*new newsDetail*/
.newsDetail {
	padding: 32px 0;
}

.newsDetail__date {
	font-weight: 400;
	font-size: 14px;
	color: rgba(34, 36, 51, 0.7);
	opacity: 0.7;
	margin-bottom: 24px;
}

.newsDetail__title {
	margin-bottom: 24px;
}

.newsDetail__title h1 {
	font-weight: 300;
	font-size: 20px;
	line-height: 100%;
	color: #12192b;
}

.newsDetail p {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #222433;
	margin: 0;
}

.newsDetail p+p {
	margin-top: 10px;
}

.newsDetail__img {
	margin: 24px 0;
}

.newsDetail__img img {
	display: block;
	width: 100%;
	border-radius: 20px;
	min-height: 270px;
	object-fit: cover;
}

.newsDetail ul {
	margin: 24px 0;
}

.newsDetail ul li {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: rgba(34, 36, 51, 0.75);
	position: relative;
	padding-left: 18px;
}

.newsDetail ul li::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ba2d20;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media (min-width: 720px) {
	.newsDetail {
		padding: 48px 0;
	}

	.newsDetail__title h1 {
		font-size: 36px;
	}

	.newsDetail p {
		font-size: 16px;
	}

	.newsDetail__img img {
		min-height: 560px;
	}
}

@media (min-width: 1140px) {
	.newsDetail .container {
		max-width: 1280px;
	}
}

/*new newsDetail*/

/* new moreNews */
.moreNews {
	padding: 48px 0;
}

.moreNews__title {
	margin-bottom: 32px;
	position: relative;
}

.moreNews__title::before {
	width: 48px;
	height: 2px;
	background: #ba2d20;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
}

.moreNews__title h2 {
	padding-bottom: 16px;
	font-weight: 300;
	font-size: 32px;
	line-height: 150%;
	color: #222433;
}

.moreNews__list {
	display: grid;
	gap: 32px;
}

@media (min-width: 650px) {
	.moreNews__list {
		grid-template-columns: 1fr 1fr;
		gap: 32px 28px;
	}

	.moreNews__list .new-card__title {
		font-size: 26px;
	}

	.moreNews__list .new-card__img {
		aspect-ratio: 288 / 220;
	}
}

@media (min-width: 1140px) {
	.moreNews__list {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.moreNews__list .new-card__img {
		aspect-ratio: 400 / 290;
	}
}

@media (min-width: 1400px) {
	.moreNews__list {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

/* new moreNews */

/*update breadcurm on wh page*/
.bread-wh .breadcrumbs.breadcrumbs--white a{
color: #222433;
opacity: 0.3;
font-size: 18px;
font-weight: 400;
}
.bread-wh .breadcrumbs.breadcrumbs li:last-child a {
    opacity: 1;
}
.bread-wh .breadcrumbs li:not(:first-child):before {
    content: "/";
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -24px;
    background-image: unset;
    color: #222433;
opacity: 0.3;
display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/* End */
/* /bitrix/templates/main/template_styles.css?178290920132082 */
