

/* Start:/local/templates/doweb-sirius/assest/css/contacts.css?16934882092626*/
.contacts {
  width: 100%;
  margin-bottom: 40px;
}

.contacts .map {
  border-radius: 40px;
  overflow: hidden;
}

.contacts .contacts_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}

.contacts_main .left_block {
  width: 50%;
}

.contacts_main .left_block p {
  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1em;

  color: rgba(39, 40, 70, 0.66);
}

.contacts_main .left_block > .title {
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  font-size: 3em;
  line-height: 1em;
  color: #0d0d0d;
}

.contacts_main .right_block {
  align-items: end;
  width: 50%;
  display: flex;
  flex-direction: column;
}

.contacts_main .right_block p {
  margin-top: 0;
  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1em;
  text-align: end;
  color: rgba(39, 40, 70, 0.66);
}

.contacts .contacts_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  background: #f4f5f7;
  border-radius: 30px;
}

.contacts_info .block {
  padding: 30px 0px;
  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: rgba(39, 40, 70, 0.66);
}

.contacts_info .block .smal {
  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  font-size: 0.7em;
  line-height: 1em;
  color: #a1a1a1;
}

.contacts_info .block .color {
  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  font-size: 0.9em;
  color: var(--first);
  margin: 0;
}

.contacts_info .block span {
  font-size: 17px;
}

.contacts_info .block a {
  font-size: 0.8em;
}

#map_container {
  width: 100%;
  height: 400px;
  display: block;
}

.marker-circ {
  color: #404040;
  font-size: 14px;
  font-weight: normal;
  height: 80px;
  line-height: 56px;
  width: 58px;
}

.claster {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  height: 80px;
  line-height: 56px;
  width: 58px;
}

ymaps svg {
  fill: var(--third);
}

@media (max-width: 768px) {
  .contacts_main {
    flex-direction: column;
  }

  .contacts .contacts_info {
    border-radius: unset;
  }

  .contacts_main .left_block {
    width: 100%;
  }

  .contacts_main .right_block {
    width: 100%;
    flex-direction: column;
    align-items: start;
  }

  .contacts_main .right_block .block-social__line {
    justify-content: center;
  }

  .contacts_main .right_block p {
    text-align: start;
  }
}

@media (max-width: 1420px) {
  .contacts .contacts_main {
    padding: 0 20px;
  }
}

/* End */


/* Start:/local/templates/doweb-sirius/components/bitrix/news.list/parking/style.css?17637077424559*/
.section__news{
	padding-top: 20px;
}

.section__news .top-block .page-title{
    color:#fff;
}

.background{
    background-color: var(--first);
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0;
    z-index: -1;
}

.news-list__items{
    display: grid;
    grid-template-columns: repeat(auto-fit, 31.5%);
    grid-gap: 20px;
    width: 100%;
}

.similar .news-list__items{
    display: grid;
    grid-template-columns: repeat(auto-fit, 23%) !important;
    grid-gap: 20px;
    width: 100%;
}

.news-list__item{
    overflow: hidden;
    display: grid;
    align-items: center;
	border-radius: 25px;
    padding-bottom: 25px;
}

.item-img{
    width: 100%;
	height: 100%;
}

.item-img > img{
    width: 100%;
	height: 100%;
	transition: 1s;
}

.item-img:hover img{
	transform: scale(1.2);
}

.item-content{
	position: relative;
    z-index: 1;
	height: 100%;
	background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 0 0 20px 20px;
	padding: 20px 20px 30px;
}

.item-content .title{
	font-family: 'Onest';
	font-style: normal;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1em;
	letter-spacing: 0.04em;
	color: #272846;
}

.item-content .desc{
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5em;
	color: rgba(39, 40, 70, 0.6);
}

@media (max-width:767px) {
	.news-list__items{
		display: grid;
		grid-template-columns: repeat(auto-fit, 95%);
		justify-content: center;
		grid-gap: 20px;
		width: 100%;
	}
}

.parking-item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}

.parking-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.parking-item__name {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 15px;
}

.parking-item__property-row {
	display: flex;
	padding: 8px 0;
	border-bottom: 1px solid #f0f0f0;
}

.parking-item__property-row:last-child {
	border-bottom: none;
}

.parking-item__property-time,
.parking-item__property-cost {
	flex: 1;
	padding: 0 10px;
}

.parking-item__property-time {
	font-weight: 500;
}

.parking-wrapper {
	display: flex;
	gap: 20px;
	margin-top: 50px;
	margin-bottom: 70px;
	align-items: flex-start;
}

.parking-list {
	width: 60%;
	flex-shrink: 0;
}

.parking-gallery {
	width: 40%;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
	position: sticky;
	top: 20px;
}

/* Когда список пуст - галерея на всю ширину */
.parking-wrapper--gallery-only {
	justify-content: center;
}

.parking-wrapper--gallery-only .parking-list {
	width: 0%;
	flex-shrink: 0;
}

.parking-wrapper--gallery-only .parking-gallery {
	width: 100%;
	max-width: 1200px;
}

.parking-gallery__big {
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.parking-gallery__big img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}

.parking-gallery__thumbs {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.parking-gallery__thumb {
	width: calc(33.333% - 7px);
	cursor: pointer;
	border-radius: 15px;
	overflow: hidden;
	border: 3px solid transparent;
	transition: border-color 0.3s ease, transform 0.2s ease;
	position: relative;
}

.parking-gallery__thumb::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	opacity: 1;
	transition: opacity 0.3s ease;
}

.parking-gallery__thumb:hover::after {
	opacity: 0;
}

.parking-gallery__thumb:hover {
	border-color: var(--first, #007bff);
	transform: scale(1.05);
}

.parking-gallery__thumb.active {
	border-color: var(--first, #007bff);
}

.parking-gallery__thumb.active::after {
	opacity: 0;
}

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

/* Адаптив для планшетов */
@media (max-width: 1024px) {
	.parking-wrapper {
		flex-direction: column;
	}

	.parking-list,
	.parking-gallery {
		width: 100%;
	}

	.parking-gallery {
		position: static;
	}

	.parking-gallery__thumb {
		width: calc(25% - 8px);
	}
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
	.parking-wrapper {
		margin-top: 30px;
		margin-bottom: 40px;
		gap: 30px;
	}

	.parking-gallery__thumb {
		width: calc(50% - 5px);
	}

	.parking-gallery__thumb img {
		height: 80px;
	}
}

@media (max-width: 480px) {
	.parking-gallery__thumbs {
		gap: 8px;
	}

	.parking-gallery__thumb {
		width: calc(50% - 4px);
	}

	.parking-gallery__thumb img {
		height: 70px;
	}
}
/* End */
/* /local/templates/doweb-sirius/assest/css/contacts.css?16934882092626 */
/* /local/templates/doweb-sirius/components/bitrix/news.list/parking/style.css?17637077424559 */
