.wrap-header-content {
	color: black;
	background-color: white;
}
.new-header, .header a.new-header {
	color: black;
}
/*ДЛЯ МОБИЛЬНОЙ ШАПКИ*/
.mobile-header.clearfix .wrap-gerb a img {
	margin: 0px auto;
}
.mobile-header.clearfix. .title-site {
	display: block!important;
}
/*ГЛАВНАЯ*/
p.general-info {
	text-align: justify;
	text-indent: 21pt;
}
ul.general-info {
	text-align: justify;
	text-indent: 21pt;
}
ul.general-info li {
	margin-left: 0px;
	list-style-type: disc;
	list-style-position: inside;
	text-align: justify;
}
ul.general-info li:before {
    content: none;
}
/*УЧРЕДИТЕЛИ*/
.founder-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.founder-list-one {
	max-width: 470px;
	display: flex;
	align-items: center;
}
.founder-list-one-image {
	width: 300px;
	height: 100px;
}
.founder-list-one-image, .founder-list-one-name {
	display: flex;
	flex-direction: column;
	padding: 5px;
	margin: 5px;
}
.founder-list-one-image img, .founder-list-one-image a img {
   display: inline-block;
   margin: 0 auto;
}
.statute ol {
   /* убираем стандартную нумерацию */
   list-style: none;
   /* Идентифицируем счетчик и даем ему имя li. Значение счетчика не указано - по умолчанию оно равно 0 */
   counter-reset: li;
}
.statute li:before {
   /* Определяем элемент, который будет нумероваться — li. Псевдоэлемент before указывает, что содержимое, вставляемое при помощи свойства content, будет располагаться перед пунктами списка. Здесь же устанавливается значение приращения счетчика (по умолчанию равно 1). */
   counter-increment: li;
   /* С помощью свойства content выводится номер пункта списка. counters() означает, что генерируемый текст представляет собой значения всех счетчиков с таким именем. Точка в кавычках добавляет разделяющую точку между цифрами, а точка с пробелом добавляется перед содержимым каждого пункта списка */
   content: counters(li, ".") ". ";
}
/*РЕКВИЗИТЫ*/
.requisites p {
	padding: 5px;
}
/*ПРАВЛЕНИЕ*/
.governing-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.governing-list-one {
	width: 470px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 0 45px 0;
	border-bottom: 1px solid gray;
}
.governing-list-one-image {
	display: flex;
	justify-content: center;
	width: 200px;
	max-height: 200px;
}
.governing-list-one-name {
	display: flex;
	flex-direction: column;
	width: 260px;
	padding: 0 5px;
	margin: 0 5px;
}
.governing-list-one-image img, .governing-list-one-image a img {
	margin: 0 auto 10px auto;
}
.governing-list-one-position ul li:before {
    left: 5px;
    content: "";
}
.governing-list-one-image-detail {
	display: flex;
	justify-content: flex-start;
	width: 200px;
	max-height: 200px;
	padding-right: 10px;
}
.governing-image-position-detail {
	display: flex;
	justify-content: flex-start;
}
/*НОВОСТИ*/
.news-list-one {
	display: flex;
	justify-content: flex-start;
}
.news-list-img {
	float:left;
}
.review-item-doc {
	padding: 2px;
}
/*ОБЬЕДИНЕНИЕ --- СОСТАВ ТСР*/
.torcao-group-list-one, .torcao-group-list-one-zaglovok {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	margin-bottom: 10px;
}
.torcao-group-list-one {
	border-top: 1px solid gray;
}
.torcao-group-list-one-number {
	width: 20px;
}
.torcao-group-list-one-number p {
	text-align: center;
}
.torcao-group-list-one-zaglovok, .torcao-group-list-one .torcao-group-list-one-block.torcao-group-list-one-FIO, .torcao-group-list-one .torcao-group-list-one-block.torcao-group-list-one-adress, .torcao-group-list-one .torcao-group-list-one-block.torcao-group-list-one-positin, .torcao-group-list-one .torcao-group-list-one-block.torcao-group-list-one-production {
	background-color: #eeeeee;
}
.torcao-group-list-one-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.torcao-group-list-one-name {
	width: 25%;
	display: flex;
    width: 25%;
    border-left: 1px solid gray;
    align-self: normal;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
.torcao-group-list-one-block p {
	margin: 0;
}
.torcao-detailes-block {
	width: 75%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	border-left: 1px solid gray;
}
.torcao-detailes-number-block {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.torcao-group-list-one-block.torcao-group-list-one-number-worker, .torcao-group-list-one-block.torcao-group-list-one-date, .torcao-group-list-one-number-worker, .torcao-group-list-one-date {
	width: 50%;
}
.torcao-detailes-block .torcao-group-list-one-block {
	width: 100%;
}
.torcao-group-list-one-FIO, .torcao-group-list-one-adress, .torcao-group-list-one-positin, .torcao-group-list-one-production, .torcao-group-list-one-number-worker, .torcao-group-list-one-date {
	width: 100%;
}
.torcao-group-list-one-adress {
	padding: 5px 2px;
}
.torcao-group-list-one-zaglovok .torcao-group-list-one-adress, .torcao-group-list-one-zaglovok .torcao-group-list-one-positin {
	text-align: center;	
}
.torcao-group-list-one .torcao-group-list-one-adress {
	text-align: left;	
}
.torcao-group-list-one-adress p, .news-detail .block-kontakts p, .torcao-group-list-one-number-worker p, .torcao-group-list-one-date p {
	margin-bottom: 0;
}
.torcao-group-list-one-FIO ul, .torcao-group-list-one-adress ul, .torcao-group-list-one-positin ul, .news-detail .block-kontakts ul {
	margin-bottom: 0;
}
.torcao-group-list-one-FIO ul li, .torcao-group-list-one-adress ul li, .torcao-group-list-one-positin ul li, .news-detail .block-kontakts ul li {
    margin-bottom: 0;
}
.torcao-group-list-one-FIO, .torcao-group-list-one-positin, .torcao-group-list-one-production p {
	text-align: left;
}
.torcao-group-list-one-FIO ul li, .torcao-group-list-one-positin ul li {
	margin-left: 2px;
}
.torcao-group-list-one-FIO ul li:before, .torcao-group-list-one-adress ul li:before, .torcao-group-list-one-positin ul li:before, .news-detail .block-kontakts ul li:before {
    content: "";
}
.torcao-group-list-one-name, .torcao-group-list-one-FIO, .torcao-group-list-one-positin, .torcao-group-list-one-production p {
	/*width: 12%;*/
	padding: 5px 2px;
}
.torcao-group-list-one-name, .torcao-group-list-one-FIO, .torcao-group-list-one-production {
	text-align: center;
}
.torcao-group-list-one-number-worker, .torcao-group-list-one-date {
	/*width: 10%;*/
	text-align: center;
	padding: 5px 2px;
}
.torcao-group-list-one-FIO, .torcao-group-list-one-adress, .torcao-group-list-one-positin, .torcao-group-list-one-production {
	border-bottom: 1px solid gray;
}
.torcao-group-list-one-zaglovok {
	border-top: 1px solid gray;
}
.torcao-group-list-one-date {
	border-left: 1px solid gray;
}
.torcao-group-list-one-name span, .torcao-group-list-one-number-worker span, .torcao-group-list-one-FIO span, .torcao-group-list-one-positin span, .torcao-group-list-one-adress span {
	font-family: RobotoBold;
    font-weight: 400;
	color: black;
}
/*БЛОК_СХЕМА --- СОСТАВ ТСР*/
.block-shema-pravlenie {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	margin: 20px 0px;
}
.block-pravlenie {
	background-color: #eeeeee;
	min-height: 50px;
	text-align: center;
	border: 1px solid gray;
	margin: 5px 10px;
}
.block-pravlenie:nth-child(odd) {/*все нечетные*/
	width: 250px;
	margin: 20px 10px 0px 10px;
}
.block-pravlenie:nth-child(odd) span {
	display: inline-block;
	margin-top: 14px;
}
.block-pravlenie:nth-child(even) {/*все четные*/
	width: 300px;
	margin: 0px 10px;
}
.block-pravlenie:nth-child(even) span {
	display: inline-block;
	margin-top: 23px;
}
.block-shema-otdelenia {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
.block-otdelenia {
	width: 250px;
	background-color: white;
	text-align: center;
	border: 1px solid gray;
	margin: 5px 10px;
}
.block-otdelenia.otdelenia-two {
	width: 300px;
}
.block-otdelenia-zagolovok {
	display: block;
	height: 50px;
	background-color: #eeeeee;
}
.otdelenia-one .block-otdelenia-zagolovok span, .otdelenia-three .block-otdelenia-zagolovok span {
	display: inline-block;
	padding: 5px;
	margin-top: 10px;
}
.otdelenia-two .block-otdelenia-zagolovok span {
	display: inline-block;
	height: 50px;
	padding: 5px;
}
.block-otdelenia-one {
	display: block;
	padding: 5px 5px;
}
.otdelenia-one .block-otdelenia-one, .otdelenia-three .block-otdelenia-one {
	border-top: 1px solid gray;
}
.otdelenia-two .block-otdelenia-zagolovok {
	border-bottom: 1px solid gray;
}
.block-otdelenia-one-two {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: 1px solid gray;
}
.block-otdelenia-one-two.only-non-one {/*Для ЗАО «ДИСКОНТцентр»*/
	border-bottom: none;
}
.block-otdelenia-one-two .block-otdelenia-one, .block-otdelenia-one-two .block-otdelenia-three-one {
	width: 50%;
}
.block-otdelenia-one.only-one span {/*Для 1 ячейки 2-го блока*/
	display: inline-block;
	margin-top: 12px;
}
.block-otdelenia-three-one+.block-otdelenia-one span {/*Для ячейки 3 к 1 2-го блока*/
	display: inline-block;
	margin-top: 25px;
}
.block-otdelenia-three-one {
	display: flex;
	flex-direction: column;
	width: 50%;
}
.block-otdelenia-three-one .block-otdelenia-three-one-one:nth-child(-n+2) {/*последние два элемента*/
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}
.block-otdelenia-three-one .block-otdelenia-three-one-one:last-child, .block-otdelenia-one-two .block-otdelenia-one:nth-child(1) {
	border-right: 1px solid gray;
}
/*ИНФОРМАЦИЯ О ЧЛЕНАХ ТСР*/
.brand-one {
	display: block;
	min-height: 15px;
}
.foto-brand {
	width: 130px;
	max-height: 130px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 5px;
	margin: 5px;
	float: left;
}
.foto-brand img, .foto-brand a img {
   display: inline-block;
   margin: 0 auto;
}
.text-brand {
	padding: 5px;
}
.text-brand-own li {
	display: inline-block;
	list-style-position: inside;
	margin: 5px!important;
}
/*КОМИССИИ И ГРУППЫ*/
.table.table-komission {
	padding: 5px;
}
tr .table-heard {
	vertical-align: middle!important;
	text-align: center;
}
/*КОНТАКТЫ*/
.wrap-main-contacts-torcao {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.ya-map-contacts {
	margin: 10px 20px 0px 5px;
	border: 1px solid gray;
}
.main-contacts {
	width: 60%;
	margin: 10px 20px 0px 5px;
	padding: 5px;
}
.boss-block-position {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 10px 0px;
}
.boss-own {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background-color: #f5f5f5e3;
	max-height: 250px;
	width: 400px;
	margin: 5px;
	padding: 10px;
	border: 1px solid gray;
}
.boss-name {
	padding: 10px 0px 0px 0px;
}
.boss-detile {
	display: flex;
	flex-direction: column;
	max-width: 270px;
}
.kontakts-info-part-device {
	display: flex;
	flex-direction: column;
	padding-top: 5px;
}
.device-one {
	display: flex;
}
.device-name {
	width: 65px;
}
/*НОВЫЕ-КОНТАКТЫ- 2 email*/
a.new-header.contact-header-new {
    display: flex;
	flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 24px;
}
.navbar-header .contact-header-new i {
    top: -1px;
}
.contact-header-new {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.contact-header-main-new {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.phone-new {
    margin-right: 10px;
}
.mail-new {
	display: flex;
	flex-direction: column;
}
.navbar-header .contact-header-new {
    text-align: left;
}
@media (min-width:1360px)  {
	.contact-header-main-new {
		margin-left: 20%;
	}
}
/*МЕДИА*/
@media (max-width:1174px) {
.boss-own {
	width: 310px;
}
}
@media (max-width:1024px) {
.wrap-main-contacts-torcao {
	display: flex;
	flex-direction: column;
}
.main-contacts {
	width: 100%;
}
}
@media (max-width:1067px) {
.boss-position {
	display: block;
	min-height: 70px;
}
}
@media (max-width:975px) {
.brand-one {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 15px;
}
.block-otdelenia {
	width: 300px;
	margin: 5px 0px;
}
}
@media (max-width:926px) {
.block-pravlenie:nth-child(odd) span {
	margin-top: 5px;
}
}
@media (min-width: 768px) {/*Для меню, чтобы влезали "Официальные документы"*/
.nav-main_multiline>li>a span {
     max-width: 210px!important;
}
}
@media (max-width:767px) {
.wrap-header-content {
	color: white;
	background-color: #95A5A6;
}
.new-header, .header a.new-header {
	color: white;
}
.torcao-group-list-one, .torcao-group-list-one-zaglovok {
	display: flex;
	flex-direction: column;
}
.torcao-group-list-one-name {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: none;
}
.torcao-group-list-one-name p {
	margin: 0 10px;
	font-size: 16px;
}
.torcao-detailes-block {
	width: 100%;
}
.torcao-detailes-block {
    border-left: none;
}
.torcao-group-list-one p {
	margin-bottom: 0;
}
.torcao-group-list-one-name, .torcao-group-list-one-number-worker, .torcao-group-list-one-FIO, .torcao-group-list-one-adress, .torcao-group-list-one-production, .torcao-group-list-one-date {
	width: 100%;
	text-align: center;
}
.foto-brand {
	width: 130px;
	max-height: 130px;
	display: flex;
	flex-direction: row;
	align-items: ;
	justify-content: center;
	padding: 5px;
	margin: 5px;
}
.foto-brand img, .foto-brand a img {
   display: inline-block;
   margin: 0 auto;
}
.text-brand {
	padding: 5px;
}
.block-pravlenie:nth-child(odd) span {
	margin-top: 14px;
}
.block-pravlenie:nth-child(even) span {
	margin-top: 23px;
}
.block-shema-otdelenia {
	display: flex;
	flex-direction: column;
	align-items: center;
}
}
@media (max-width:510px) {
.founder-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.founder-list-one {
	max-width: 310px;
	display: flex;
	flex-direction: column;
	align-items: center;
}	
.governing-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.governing-list-one {
	display: flex;
	flex-direction: column;
	max-width: 310px;
	max-height: 400px;
}
.governing-list-one-name {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 320px;
	padding: 5px;
	margin: 5px;
}
.governing-image-position-detail {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 410px;
	max-height: 400px;	
}
.block-shema-pravlenie {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px 0px;
}
.block-pravlenie:nth-child(2), .block-otdelenia:nth-child(2) {/*все четные*/
	order: -1;
}
.block-pravlenie:nth-child(even) span {
	margin-top: 13px;
}
}
@media (max-width:425px) {
.governing-image-position-detail {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 310px;
	max-height: 400px;	
}
.news-list-one {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.block-otdelenia {
	width: 300px;
	background-color: white;/*#81e4ec;/*#95a5a6;*/
	text-align: center;
}
}
@media (max-width:375px) {
.block-pravlenie:nth-child(odd) {/*все нечетные*/
	width: 200px;
}
.block-pravlenie:nth-child(even) {/*все четные*/
	width: 260px;
}
.block-pravlenie:nth-child(even) span {
	margin-top: 14px;
}	
.block-otdelenia, .block-otdelenia.otdelenia-two {
	width: 260px;
	background-color: white;/*#81e4ec;/*#95a5a6;*/
	text-align: center;
}
.block-otdelenia-one-two {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.block-otdelenia-one-two .block-otdelenia-one, .block-otdelenia-one-two .block-otdelenia-three-one {
	width: 100%;
	border-right: none;
}
.block-otdelenia-one-two .block-otdelenia-one:nth-child(1), .block-otdelenia-one-two .block-otdelenia-three-one {
	border-bottom: 1px solid gray;
}
.block-otdelenia-one-two .block-otdelenia-one.border-not:nth-child(1) {
	border-bottom: none!important;
}
.block-otdelenia-three-one .block-otdelenia-three-one-one:last-child, .block-otdelenia-one-two .block-otdelenia-one:nth-child(1), .block-otdelenia-three-one .block-otdelenia-three-one-one:nth-child(-n+2) {
	border-right: none;
}
.block-otdelenia-one.only-one span {/*Для 1 ячейки 2-го блока*/
	margin-top: 0px;
}
.block-otdelenia-three-one+.block-otdelenia-one span {/*Для ячейки 3 к 1 2-го блока*/
	margin-top: 0px;
}
.block-otdelenia-one.pusto {
	display: none;
}
}
@media (max-width:320px) {
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 0px;
}
}
/*БЛОК картинка слева, текст справа*/
.img-and-text {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	margin-top: 20px;
}
.img-and-text__img {
	display: flex;
    justify-content: center;
    align-items: center;
}
.img-and-text__img,
.img-and-text__text{
	width: 50%;
}
.img-and-text__img img {
	max-height: 400px;
}
@media (max-width: 768px) {
	.img-and-text {
		flex-direction: column;
		justify-content: flex-start;
	}
	.img-and-text__img,
	.img-and-text__text{
		width: 100%;
	}
}
/*БЛОК галерея картинок для fancybox (по 1/3)*/
.img-gallery {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	gap: 20px;
	margin-top: 20px;
}
.img-gallery a {
	width: 30%;
}
.img-gallery a:hover {
	cursor: pointer;
}
.img-gallery a img {
	width: 100%;
	max-width: fit-content;
}
@media (max-width: 768px) {
	.img-gallery {
		flex-direction: column;
		justify-content: flex-start;
	}
	.img-gallery a {
		width: 100%;
	}
}