

/* Start:/local/templates/skspb/css/projectList.css?17201856564464*/
.project__list {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;

}
.project-content .project__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}

.project__list-inner {
  border: 3px solid #f2f2f2;
  flex: 0 1 32.1%;
  opacity: 0;
  visibility: hidden;
  margin-top: 100px;
  animation: translate 1s forwards;
  animation-play-state: paused; /* Изначально приостановлено */
  will-change: opacity, visibility, margin-top;
}

@keyframes translate {
  0% {
    opacity: 0;
    visibility: hidden;
    margin-top: 100px;
  }
  100% {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
  }
}


.project__list-item img {
  width: 350px;
  height: inherit;
    object-fit: scale-down;
    object-position: top;
}

.project__list-info {
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
}

.project__status-link {
  margin-bottom: 8px;
  font-size: 13px;
  color: #777777;
  position: relative;
  align-self: flex-start;
  padding-right: 20px;
  transition: 500ms;
}

.project__status-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 90%;
  background: url(/local/templates/skspb/css/../images/arrowYellow.png);
  background-repeat: no-repeat;
  width: 15px;
  filter: saturate(0.5);
  height: 15px;
}

.project__name {
  color: #2f3034;
  transition: 500ms;
  font-weight: bold;
  font-size: 18px;
}

.project__status-link:hover,
.project__name:hover {
  color: #879dc2;
}

.map {
  width: 90vw;
  max-width: 1085px;
  height: 300px;
  padding-top: 25px;
  margin-bottom: 20px;
}

.map-info {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.project-content__inner {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 50px;
}

.project-content .news-list img,
.project-content .text,
.project-content .bx-yandex-view-layout{
	display: none;
}

.project-content .news-list {
    background: #bfa2a23d;
    border-radius: 10px;
transition: 500ms;
	max-width: 260px;
}

.project-content .news-item:hover {
    background: #bfa2a275;
transition: 500ms;
border-radius: 10px;
}




.project-content .news-item {
border-bottom: 1px solid #0000001f;
    padding: 30px 0 0 10px;
	    cursor: pointer;
}

div.news-detail img.detail_picture {
	    max-width: 330px;
    max-height: 220px;
}

.project-content .news-list:first-child {
	padding-top: 0;
}

.project-content__left-block {
  max-width: 800px;
}

.name-content {
	font-size: 33px !important;
}

.name-content span {
  display: block;
  font-size: 16px;
  line-height: 34px;
  color: #575757;
  font-weight: 400;
}

.project-content__name .project-content__name-visibl ul,
.project-content__name .project-content__name-info {
	text-align: justify;
}

.project-content__name-visibl {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 26px;
  color: #777;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.137);
}

.project-content__name-visibl-info span {
  display: block;
  padding-top: 20px;
}

.project-content__name-visibl p {
	text-align: justify;
}


.project-content__list {
  margin-bottom: 20px;
}

.project-content__name-info-list__inner {
  line-height: 26px;
  color: #5e5c5c;
  margin-bottom: 30px;
}

.project-content-list__inner a {
  display: inline-block;
  background: #f2f2f2;
  border-bottom: 1px solid #fff;
  border-left: 3px solid transparent;
  color: #2f3034;
  padding: 10px 20px;
  font-weight: 700;
  width: 100%;
}

.project-content-list__inner a:hover {
  border-left: 3px solid rgb(101, 101, 211);
}

.project-content__name-info p {
	padding: 5px 0;
}

.project-content__right-block {
		max-width: 340px;
	}

#bx_incl_area_3_2 {
	flex: 1 0 25%;
}

.img-object-inner {
	padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
	.project-content__name img {
		padding: 0px 0;
    	            max-width: 270px;
		    object-fit: scale-down;
	}

@media (max-width: 1200px) {
  .map {
    width: 100%;
    margin: 0 auto 40px;
  }

  .project__list {
    justify-content: center;
  }

  .container {
    justify-content: center;
  }
  .project-content__name-visibl {
    display: block;
  }
	.project-content__right-block {
		padding-top: 30px;
	}
	.project-content__inner {
		display: block;
	}
	.project-content .news-list {
    	max-width: 800px;
    	margin-top: 25px;
	}
}

@media (max-width: 950px) {
	width: 80%;
}
/* End */


/* Start:/local/templates/skspb/css/historyCompany.css?17156057893175*/
.about-company__inner {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.about-company__history {
  flex: 1 0 70%;
}

.about-company__img {
  width: 100%;
  margin-bottom: 30px;
}

.about-company__info {
  margin-bottom: 50px;
}

.list-history__inner {
  margin-bottom: 15px;
  line-height: 25px;
  color: #222;
}

.list-date__inner {
  display: flex;
  position: relative;
}

.list-date__inner .year {
  margin-right: 40px;
  font-weight: 700;
  font-size: 20px;
}

.list-date__inner .sep {
  width: 1px;
  background: black;
}

.list-date__inner .sep::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: 81px;
  width: 9px;
  height: 9px;
  background: #efd827;
  border-radius: 100%;
}

.list-date__inner:last-child::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: 81px;
  width: 9px;
  height: 9px;
  background: #efd827;
  border-radius: 100%;
}

.list-history {
	text-align: justify;
}

.company_history_text {
  margin-left: 40px;
  padding-bottom: 50px;
}

.company_history_text .no_stripe {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 20px;
	text-align: justify;
}

.company_history_text p {
  color: #777777;
  font-size: 13px;
  text-align: justify;
}

.main__sub-info {
  background: #efd827;
  padding: 30px 5px;
}

.sub-info__inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  width: 100%;
}

.sub-info__name {
  font-size: 18px;
}

.sub-info__btn {
  display: inline-block;
  border-radius: 5px;
  padding: 12px 25px !important;
  position: relative;
  border: 2px solid transparent!important;
  background: #002e5b!important;
  transition: 500ms;
  color: white;
}

.sub-info__btn:hover {
  transition: 500ms;
  background: #2f303400;
  color: rgb(0, 0, 0);
  border: 2px solid white;
}

.sub-info__btn::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 90%;
  background: url(/local/templates/skspb/css/../img/arrowYellow.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}

.sub-info__btn:hover::after {
  content: "";
  background: url(/local/templates/skspb/css/../img/arrow.png);
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
	.about-company__see-project__link a::after {
		content: "";
		top: 23px;
	}
	.about-company__list-link__inner a {
    	font-size: 14px;
	}
}

@media (max-width: 993px) {
  .about-company__see-project {
    padding: 40px 0px 40px 10px;
  }

  .about-company__see-project__link a::after {
    content: "";
    top: 23px;
  }

  .about-company__list-link__inner a::before {
    top: 23px !important;
  }
}

@media (max-width: 1000px) {
  .about-company__inner {
    display: block;
  }

  .about-company__see-project__link {
    text-align: start;
  }

  .about-company__see-project__link a::after {
    content: "";
    top: 15px;
  }

  .about-company__list-link__inner a::before {
    content: "";
    top: 15px !important;
  }

  .sub-info__inner {
    display: block;
    text-align: center;
  }

  .sub-info__name {
    margin-bottom: 10px;
  }
}

	.company_history_text .no_stripe {
		margin-top: -7px;
	}

@media (max-width: 330px) {
	.project-content__name img {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/skspb/css/sideBarCompany.css?17139627911595*/
.about-company__sidebar {
  flex: 1 0 25%;
}

.about-company__see-project {
  background: #efd827;
  padding: 40px 30px;
  margin-bottom: 30px;
}

.about-company__see-project__name {
  color: #222222;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 9px;
}

.about-company__see-project__info {
  line-height: 26px;
  margin-bottom: 40px;
}

.about-company__see-project__link {
  text-align: center;
}

.about-company__see-project__link a {
  display: inline-block;
  background: white;
  border-radius: 5px;
  padding: 12px 25px;
  position: relative;
  transition: 500ms;
}

.about-company__see-project__link a::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 90%;
  background: url('/local/templates/skspb/css/../img/arrow.png');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}

.about-company__see-project__link a:hover {
  transition: 500ms;
  background: #002e5b;
  color: white;
}

.about-company__see-project__link a:hover::after {
  content: "";
  background: url('/local/templates/skspb/css/../img/arrowYellow.png');
  background-repeat: no-repeat;
}

.about-company__list-link__inner {
  margin-bottom: 20px;
}

.about-company__list-link__inner a {
  display: inline-block;
  background: #002e5b;
  padding: 15px 25px 15px 0px;
  width: 100%;
  color: white;
  font-weight: 600;
  transition: 500ms;
  position: relative;
}

.about-company__list-link__inner a:hover {
  transition: 500ms;
  background: #efd827;
  color: #002e5b;
}

.about-company__list-link__inner a i {
  padding: 0 20px;
  color: #FFD43B;
}

.about-company__list-link__inner a:hover i {
  padding: 0 20px;
  color: #25087d;
}

/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1710335393666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/bitrix/components/bitrix/news.detail/templates/.default/style.css?1710335395155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/bitrix/components/bitrix/news.list/templates/.default/style.css?1710335395150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/skspb/css/projectList.css?17201856564464 */
/* /local/templates/skspb/css/historyCompany.css?17156057893175 */
/* /local/templates/skspb/css/sideBarCompany.css?17139627911595 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1710335393666 */
/* /bitrix/components/bitrix/news.detail/templates/.default/style.css?1710335395155 */
/* /bitrix/components/bitrix/news.list/templates/.default/style.css?1710335395150 */
