

/* Start:/local/templates/ecos-group/components/bitrix/news/structure-page/style.css?17212954011759*/
.wrapper {
  min-height: auto !important;
  display: block !important;

}
@media (max-width: 1024px){
  .structuremain {
    display: none;
  }
}
.structure-main-image {
  margin-bottom: 50px;
}

.infoblock-text__title {
  margin-bottom: 5px !important;
}
.infoblock-text__desc a {
  transition: color 0.3s ease;
}
.infoblock-text__desc a:hover {
  color: #489fdf;
}
.infoblock-text__desc:not(:last-child) {
  margin-bottom: 30px;
}

@media (min-width:1024px){
  .list-organization-mobile {
    display: none;
  }
}
.structure-south-institute__title, .structure-south-institute__descr {
  fill: #E7ECF2;
}
.structure-south-institute__line {
  stroke: #AFC2D0;
  fill: #AFC2D0;
}
.structure-ekoservice__title, .structure-ekoservice__descr {
  fill: #E5F0F6;
}
.structure-ekoservice__line {
  stroke: #90C3E2;
  fill: #90C3E2;
}
.structure-kb-ecos__title, .structure-kb-ecos__descr {
  fill: #DDEFFD;
}
.structure-kb-ecos__line {
  stroke: #72CDFC;
  fill: #72CDFC;
}
.structure-svetec__title, .structure-svetec__descr {
  fill: #C6E5F7;
}
.structure-svetec__line {
  stroke: #32B0ED;
  fill: #32B0ED;
}
.structure-ecosteh__title, .structure-ecosteh__descr {
  fill: #F0F1F5;
}
.structure-ecosteh__line {
  stroke: #C2CBD1;
  fill: #C2CBD1;
}
.structure-ecosprom__title, .structure-ecosprom__descr {
  fill: #E7ECF0;
}
.structure-ecosprom__line {
  stroke: #7293A4;
  fill: #7293A4;
}
.structure-ecossaudi__title, .structure-ecossaudi__descr {
  fill: #C9DBE7;
}
.structure-ecossaudi__line {
  stroke: #3E86AC;
  fill: #3E86AC;
}
.structure-ecosgroup__title, .structure-ecosgroup__descr {
  fill: #EFEFEF;
}
.structure-ecosgroup__line {
  stroke: #D9D9D9;
  fill: #D9D9D9;
}
/* End */


/* Start:/local/templates/ecos-group/components/bitrix/news/structure-page/bitrix/news.detail/.default/style.css?17174822905278*/
.detail-structure-history {
    width: 100%;
    overflow: hidden;
}

.detail-structure-history-content {
	padding-top: 50px;
    height: 800px;
    display: flex;
    flex-direction: column;
    position: relative;
    /* overflow-x: hidden; */
    scrollbar-width: 5px;
    scrollbar-color: blue;
}

/* .scroll-arrow {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 100px;
    line-height: 1;
}

.scroll-arrow::before {
    content: '';
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    width: 20px;
    background-color: #479fdf;
}

.scroll-arrow::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    right: -30px;
    top: 50%;
    border-top: 3px solid #479fdf;
    border-right: 3px solid #479fdf;
    transform: translateY(-50%) rotate(45deg);
} */

/* .detail-structure-history-content:hover {
    overflow: auto;
} */

/* .detail-structure-history-content:hover .scroll-arrow {
    display: block;
} */
/* 
.detail-structure-history-content::-webkit-scrollbar {
    height: 10px;
    background-color: #a9a9a9;
}

.detail-structure-history-content::-webkit-scrollbar-thumb {
    background-color: #479fdf;
    border-radius: 5px
} */

.structure-history-line {
    position: absolute;
    top: calc((100%/2) - -22px);
    left: 0;
    z-index: 0;
    width: 100%;
    height: 4px;
    background: var(--main-color-second);
    /* margin-bottom: 50px; */
}

.structure-history-list-top {
    display: flex;
    align-items: flex-end;
    margin-left: 200px;
    margin-bottom: 50px;
}

.structure-history-list-bottom {
    display: flex;
    align-items: flex-start;
}

.structure-history-item {
    /* height: 240px; */
    /* position: relative; */
    position: absolute;
    /* bottom: 0; */
    left: calc((100%/2) - 220px);
    background: #fff;
    padding: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.structure-history-item__slide {
    position: relative;
    width: 200px;
    height: auto;
}

/* .structure-history-item__slide:nth-child(even) {
    
} */

.structure-history-item__slide:nth-child(even) > .structure-history-item {
    bottom: 425px;
}

.structure-history-item__slide:nth-child(odd) > .structure-history-item {
    top: 425px;
}

/* Вниз */
.structure-history-item__slide:nth-child(odd) > .structure-history-item::after {
    content: '';
    position: absolute;
    right: calc(100%/2 - 15px);
    top: -15px;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
}
/* Вверх */
.structure-history-item__slide:nth-child(even) > .structure-history-item::after { 
    content: '';
    position: absolute;
    left: calc(100%/2 - 15px);
    bottom: -15px;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
}

.structure-history-item-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    transform: translateY(-50%);
    border-radius: 20px;
    border: 1px solid #DE374B;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulsar 3s infinite;
    animation-delay: 0s;
    animation-play-state: running;
}

.structure-history-item__slide:nth-child(even) > .structure-history-item>.structure-history-item-icon {
    bottom: -92px;
    z-index: 1;
}

.structure-history-item__slide:nth-child(odd) > .structure-history-item>.structure-history-item-icon {
    top: -52px;
    z-index: 1;
}

.detail-structure-info {
    padding-top: 50px;
}

.detail-structure-wrapper {
    padding: 20px;
    background: #fff;
    /* margin-right: 0 !important; */
}

.detail-structure__slide {
    /* padding: 20px; */
    background: #fff;
    min-height: 420px;
}

.detail-structure__title {
    color: #232323;
    font-size: 30px;
    margin-bottom: 20px;
}

.detail-structure__btn_prev:hover {
    background: #0000001a;
}
.detail-structure__btn_next:hover {
    background: #0000001a;
}
.detail-structure-person__btn_prev:hover {
    background: #0000001a;
}
.detail-structure-person__btn_next:hover {
    background: #0000001a;
}
.detail-structure-boss__btn_prev:hover {
    background: #0000001a;
}
.detail-structure-boss__btn_next:hover {
    background: #0000001a;
}

.detail-structure-content {
    display: flex;
    align-items: flex-start;
}

.detail-structure-content__desc {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px;
}

.detail-structure-content__desc_bold {
    font-weight: bold;
}

.detail-structure-content__img {
    width: 27%;
    margin-right: 20px;
    height: auto;
}

.detail-structure-form {
    padding-top: 50px;
}

.structure-history-item-content__img {
   width: 100%;
   height: auto;
   background-size: cover;
}

.blue-text {
    color: var(--main-color-second);
}

.structure-slider-btns {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}


@media (max-width:768px) {
    .detail-structure-content {
        flex-direction: column;
        align-items: center;
    }

    .detail-structure-content__img {
        width: 70%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
/* End */


/* Start:/local/templates/ecos-group/components/bitrix/breadcrumb/custom-breadcrumbs/style.css?1712734152620*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

.breadcrumbs {
	flex-wrap: wrap;
}
/* End */


/* Start:/local/templates/ecos-group/components/bitrix/form.result.new/order/style.css?17561877922084*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/ecos-group/components/bitrix/form.result.new/order/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/ecos-group/components/bitrix/form.result.new/order/images/icon_warn.gif);
	grid-template-columns: repeat();
}
.order-form input {
	margin-bottom: 20px;
}
/* Стилизация инпута файл */
.order-form-file__label {
	position: relative;
	display: inline-block;
}
.order-form-file__text {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-size: 14px;
	vertical-align: middle;
	color: rgb(255 255 255) !important;
	text-align: center;
	border-radius: 4px;
	background-color: #479fdf;
	line-height: 22px;
	height: 40px;
	padding: 10px 20px;
	box-sizing: border-box;
	border: none;
	margin: 0;
	transition: background-color 0.2s;
}
.input-file-text {
	padding: 0 10px;
	line-height: 40px;
	display: inline-block;
}
.order-form-file__label input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}

/* Focus */
.input-file input[type=file]:focus + .input-file-btn {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover/active */
.order-form-file__label:hover .order-form-file__text {
	background-color: #3c7faf;
}
.order-form-file__label:active .order-form-file__text {
	background-color: #73b5e4;
}
 
/* Disabled */
.order-form-file__label input[type=file]:disabled + .order-form-file__text {
	background-color: #eee;
}

.order-form-bottom .order-form__checkbox {
    width: auto;
    height: auto;
}

/* End */
/* /local/templates/ecos-group/components/bitrix/news/structure-page/style.css?17212954011759 */
/* /local/templates/ecos-group/components/bitrix/news/structure-page/bitrix/news.detail/.default/style.css?17174822905278 */
/* /local/templates/ecos-group/components/bitrix/breadcrumb/custom-breadcrumbs/style.css?1712734152620 */
/* /local/templates/ecos-group/components/bitrix/form.result.new/order/style.css?17561877922084 */
