

/* Start:/local/templates/ecos-group/components/bitrix/news/researches/bitrix/news.detail/.default/style.css?17127341524764*/
.detail-project {
    padding-top: 50px;
}

.detail-project-wrapper-content {
    background: #fff;
    padding: 30px;
}

.detail-project-info {
    gap: 30px;
    margin-bottom: 30px;
}

.detail-project-info__img {
    max-width: calc(100%/2);
}

.detail-project-info__img_sm {
    max-width: 15%;
}

.detail-project-info-text__title {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    list-style: 1.3;
    margin-bottom: 20px;
}

.detail-project-info-text__desc {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 20px;
}
.detail-project-info-text__desc_italic {
    font-style: italic;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 20px;
}

.detail-project-info-text__li {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}

.detail-project-info-text__list {
    margin-bottom: 20px;
}

.detail-project-info-text__img {
    width: 100%;
}

.detail-project-info-text__link {
    color: var(--main-color);
}

/* form */

.detail-project-form {
    padding-top: 50px;
}
.detail-project-left {
    background: #fff;
    padding: 30px;
}

.detail-project-form__title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 30px;
}

/* TABLE */
.detail-project-table {
    text-decoration: none;
    border-collapse:collapse;
    width:100%;
    text-align:center;
}
.detail-project-table__th {
    font-weight:normal;
    font-size:14px; 
    color:#253746;
    background-color:#EEE;
    white-space:pre-wrap;
    padding:10px 12px;
    line-height:13px;
    vertical-align: middle;
    border-top: 1px solid #EEE;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #EEE;
    border-left: 1px solid #FFF;
}

.detail-project-table__th:first-child {
    border-left: 1px solid #EEE;
    border-right: 1px solid #FFF;
}
.detail-project-table__th:last-child {
    border-left: 1px solid #FFF;
    border-right: 1px solid #EEE;
}

.detail-project-table__td {
    font-size:13px;
    color:#253746;
    white-space:pre-wrap;
    padding:10px 12px;
    line-height:13px;
    vertical-align: middle;
    border: 1px solid #EEE;
}

.detail-project-table__td_italic {
    font-size:13px;
    font-style: italic;
    color:#253746;
    white-space:pre-wrap;
    padding:10px 12px;
    line-height:13px;
    vertical-align: middle;
    border: 1px solid #EEE;
}

.detail-project-block-table {
    max-width: 100%;
    overflow-x: hidden;
}

.detail-project-table {
    overflow: scroll;
}

.detail-project-container {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 40px 50px 80px 50px;
  background-color: #FFF;
}

.detail-project-photos__title {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: #41AFEF;
}

.detail-project-photos {
    padding-top: 50px;
}

.detail-project-slider {
  justify-content: space-between;
}

.detail-project__navigation {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  max-width: max-content;
  background-color: #479FDF;
}

.detail-project-slider {
  display: flex;
  gap: 40px;
  align-items: center;
  overflow: hidden;
}

.detail-project__item {
  position: relative;
  padding-top: 173px;
  min-width: 260px;
  height: 250px;
  overflow: hidden;
  transition: all .3s ease-in-out;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.detail-project-item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #253746;
  padding: 20px 30px;
  justify-content: space-between;
  transform: translateY(190px);
  transition: transform .5s ease-in-out;
}

.detail-project__subtitle {
  margin-bottom: 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: #FFF;
}

.detail-project__subdescr {
  color: #FFF;
  font-family: PTSans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.detail-project-map {
    padding-top: 50px;
}

.detail-project-map-container {
    height: 460px;
}

.detail-project-nav {
    margin: 50px 0;
    background: var(--main-color-second);
}

.detail-project-nav-content {
    justify-content: space-between;
    align-items: center;
}

.detail-project-nav__btn {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    height: 100px;
    padding: 0 30px;
}

.detail-project-nav__btn:hover:not(:focus-visible) {
    background: rgba(238, 238, 238, 0.305);
}

.detail-project-nav__icon {
    width: 50px;
    height: 100px;
    padding-left: 20px;
}
.detail-project-nav__icon_prew {
    width: 50px;
    height: 100px;
    padding-left: 20px;
    transform: rotate(180deg);
}
/* 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/researches/bitrix/news.detail/.default/style.css?17127341524764 */
/* /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 */
