

/* Start:/local/templates/rosveb/css/contacts.css?178963419915051*/
/* CONTACTS PAGE */
.contacts__map {
  overflow: hidden;
  position: relative;
}
.contact-property--image img {
  max-width: 100%;
  width: 100%;
  height: auto;

  border-radius: var(--theme-outer-border-radius);
}
.contacts__map-wrapper + .contacts__desc {
  margin-top: 40px;
}
.contacts__desc {
  margin: 0;
}

/* sticky panel */
.contacts__sticky-panel {
  overflow: hidden;
  padding: 32px;
  background: var(--card_bg_black);
}
.contacts__sticky-panel__image {
  position: relative;
  margin: -32px -32px 0;
  overflow: hidden;
  max-height: 234px;
}
.contacts__sticky-panel__image .contact-property--image {
  overflow: hidden;
}
.contacts__sticky-panel .contacts__sticky-panel__image .contact-property--address {
  position: absolute;
  bottom: 0;
  padding: 0 32px 26px 32px;
  z-index: 1;
}
.contacts__sticky-panel .contacts__sticky-panel__image .contact-property--address .contact-property__label {
  color: #fff;
}
.contacts__sticky-panel .contacts__sticky-panel__image .contact-property--address .contact-property__value {
  font-size: calc(1rem + 4px);
  color: #fff;
}
.contacts__sticky-panel__info {
  padding: 24px 0 0 0;
}
.contacts__sticky-panel--without-image .contacts__sticky-panel__info {
  padding-top: 0;
}
.contacts__sticky-panel__btn-wraper {
  padding: 16px 0 0 0;
}
.contacts__sticky-panel__property {
  margin: 12px 0 0 0;
}
.contacts__sticky-panel__property:first-of-type {
  margin-top: 0;
}
.contacts__sticky-panel__desc {
  margin: 0 0 24px 0;
}

/* CONTACT-PROPERTY */
.contact-property__label {
  display: block;
}
.contact-property__value.dark_link a {
  color: inherit;
}

/* CONTACTS-detail */
.contacts-detail {
  position: relative;
}
.contacts-detail .contacts__row {
  display: flex;
  gap: 20px 40px;
  align-items: stretch;
}
.contacts-detail .contacts__col {
  position: relative;
  width: 50%;
}

.contacts_map-sticky {
  overflow: hidden;
}
@media (min-width: 992px) {
  .hide_title_page .contacts-detail .contacts__content-wrapper {
    margin-top: 71px;
  }
  .hide_title_page .contacts-detail .contacts__map-wrapper {
    padding-top: 71px;
  }
}

.contacts-detail .contacts__map-wrapper {
  width: 50%;
}

.contacts-detail__image {
  max-width: 100%;
}
.contacts-detail__image:not(.contacts-detail__image--gallery) {
  overflow: hidden;
}
.contacts-detail__image--gallery .gallery-big {
  padding-top: 66.6%;
  height: 0;
  position: relative;
}
.contacts-detail__image--gallery .gallery-big .owl-carousel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.contacts-detail__image--gallery .owl-stage-outer {
  border-radius: 4px;
}
.contacts-detail__image--gallery .owl-item a div {
  display: block;
  padding-top: 66.6%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.contacts-detail__social {
  position: relative;
}
.contacts-detail__social .social__items {
  background-color: #fff;
  background: var(--black_bg_black);
  padding-right: 40px;
}
.contacts-detail__social:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 1px;
  width: 100%;
  background-color: #ececec;
  background: var(--stroke_black);
  margin: auto;
}

body .contacts-detail .contacts__map-wrapper .ymaps-controls-lefttop {
  bottom: auto;
  top: 0 !important;
}
body .contacts-detail .contacts__map-wrapper .ymaps-controls-lefttop > ymaps {
  left: 0px !important;
  right: auto !important;
  top: 20px !important;
  bottom: auto !important;
  margin-left: 10px;
}
body .contacts-detail .contacts__map-wrapper .ymaps-controls-righttop {
  bottom: auto;
  top: 0 !important;
}
body .contacts-detail .contacts__map-wrapper .ymaps-controls-righttop > ymaps {
  top: 80px !important;
  bottom: auto !important;
  left: 8px !important;
  right: auto;
  margin-right: 10px;
}
body .contacts-detail .contacts__map-wrapper .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes {
  top: 100%;
  margin-top: 3px;
  bottom: auto;
  left: auto !important;
  right: 0px !important;
}
@media (max-width: 991px) {
  .contacts-detail .contacts-detail__property--top {
    margin-top: 30px;
  }
  .contacts-detail .contacts__col {
    width: 100%;
  }
  .contacts-detail .contacts__content-wrapper {
    padding-right: 0px;
    margin-top: 0;
  }
  .contacts-detail .contacts__map-wrapper {
    padding-left: 0px;
  }
  .contacts-detail__image {
    max-width: 100%;
  }
  .contacts-detail .contacts__map-wrapper {
    position: relative;
    min-height: 300px;
    width: 100%;
    left: initial;
    right: initial;
    top: initial;
    bottom: initial !important;
  }

  .contacts-detail.contacts-v1 .contact-property--image {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
  }
  .contacts-detail .contact-property--image img {
    max-width: 100%;
    width: auto;
  }
}
@media (min-width: 531px) and (max-width: 991px) {
  .contacts-detail .bx-yandex-view-map .bx-yandex-map,
  .contacts-detail .bx-google-map {
    height: 325px !important;
  }
}
@media (max-width: 767px) {
  .contacts-detail__properties {
    flex-direction: column;
  }
  .contacts-detail__properties > div:last-child {
    padding-left: 0px;
  }
  .contacts-detail .contacts__col {
    width: 100%;
  }
  .contacts-detail .contacts__content-wrapper {
    padding-right: 0px;
  }
  .contacts-detail__image {
    max-width: 100%;
  }
  .contacts-detail .contacts__map-wrapper {
    position: relative;
    min-height: 300px;
    width: 100%;
  }
}
@media (max-width: 550px) {
  .contacts-detail .contacts__map-wrapper {
    position: relative;
    min-height: 200px;
    width: 100%;
  }
}

.contacts-compact-v2 .contact-property {
  flex: 1;
  position: relative;
}
.contacts-compact-v2 .contacts-detail__image--gallery .gallery-big {
  height: 100%;
}

.contacts-compact-v2 .contact-property--image img {
  height: 100%;
  object-fit: cover;
}
.contacts-compact-v2 .grid-list--items > div {
  min-width: 0;
}
@media (max-width: 767px) {
  .contacts-compact-v2 .grid-list--items {
    --items-count: 1;
  }
}
.contacts-compact-v2 .contacts-detail__social:before {
  display: none;
}
.contacts-compact-v2  .contact-property--decription {
  max-width: 682px;;
}

/* CONTACTS-V2, CONTACTS-V3  */
.contacts__row {
  display: flex;
  flex-direction: row;
}
.contacts__col {
  min-width: 0;
}
.contacts__col--right {
  width: 400px;
  padding-left: 48px;
}
.contacts__sticky-panel__info .contact-property--address {
  display: none;
  padding: 6px 0 19px 0;
}
.contacts__sticky-panel--without-image .contacts__sticky-panel__info .contact-property--address {
  display: block;
  padding-top: 0;
}
.contacts__panel-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.contacts__tabs {
  margin: 0 16px 0 0;
  flex-shrink: 0;
}
.contacts__tabs .tabs {
  margin-bottom: 32px;
}
.contacts__tabs .nav-tabs {
  margin: 0 -3px;
}
.contacts__tabs .tabs .nav-tabs li {
  margin: 0 3px;
}
.contacts__tabs .tabs .nav-tabs li a {
  padding: 10px 21px 10px 22px;
}
.contacts__tab-content {
  position: relative;
}
.contacts__tab-content.contacts__tab-content--map > *:not(.contacts__map-wrapper):not(.alert),
.contacts__tab-content:not(.contacts__tab-content--map) > .contacts__map-wrapper {
  position: absolute;
  top: -1000000px;
  width: 100%;
  height: 100%;
}
.contacts__tab-content.contacts__tab-content--map > .contacts__map-wrapper,
.contacts__tab-content:not(.contacts__tab-content--map) > :not(.contacts__map-wrapper) {
  margin-top: 0;
}
.contacts__filter.line-block {
  max-width: 672px;
  margin-bottom: 16px;
  flex-grow: 1;
}
.contacts__filter .line-block__item {
  flex: 1;
  min-width: 0;
}
.contacts__filter-select {
  margin-bottom: 16px;
}
.contacts__filter-select .dropdown-select__title {
  padding: 7px 41px 7px 13px;
  position: relative;
  height: 39px;
}
.contacts__filter-select .dropdown-select__title span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 13px;
  right: 41px;
}
.contacts__filter-select .dropdown-select__title .svg {
  margin: 0;
  position: absolute;
  right: 17px;
  top: 18px;
}
.contacts__filter-select .dropdown-menu-wrapper {
  left: -1px;
  width: calc(100% + 2px);
  top: -1px;
}
.contacts__filter-select .dropdown-select__list-link {
  word-break: break-word;
  white-space: normal;
}
.contacts__filter-select .dropdown-menu-wrapper .dropdown-menu-inner {
  max-height: 217px;
  overflow: auto;
}
@media (max-width: 991px) {
  .contacts__row {
    flex-direction: column-reverse;
  }
  .contacts__col--right {
    padding: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .contacts__sticky-panel {
    display: flex;
    flex-direction: row;
    padding: 26px 32px 32px 32px;
  }
  .contacts__sticky-panel__image {
    margin: 6px 0 0 0;
    max-width: 352px;
    min-width: 0;
    flex-basis: 50%;
    max-height: none;
  }
  .contacts__sticky-panel__info {
    flex: 1;
    padding: 0 0 0 32px;
    min-width: 0;
  }
  .contacts__sticky-panel--without-image .contacts__sticky-panel__info {
    padding-left: 0;
  }
  .contacts__sticky-panel .contacts__sticky-panel__image .contact-property--address,
  .contacts__sticky-panel .dark-block-after:after {
    display: none;
  }
  .contacts__sticky-panel__info .contact-property--address {
    display: block;
  }
  .contacts__sticky-panel__btn-wraper .btn.btn-wide {
    width: auto;
  }
}
@media (min-width: 601px) and (max-width: 991px) {
  .contacts__sticky-panel__image {
    display: flex;
    flex-direction: column;
  }
  .contacts__sticky-panel__image .contact-property--image {
    flex: 1;
    min-height: 0;
  }
  .contacts__sticky-panel__image .contact-property--image img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .contacts__panel-wrapper {
    flex-direction: column;
  }
  .contacts__tabs + .contacts__filter {
    margin-top: -16px;
  }
}
@media (max-width: 600px) {
  .contacts__sticky-panel {
    flex-direction: column;
    padding: 32px;
  }
  .contacts__sticky-panel__image {
    margin: 0 0 33px 0;
    max-width: inherit;
  }
  .contacts__sticky-panel__info {
    padding: 0;
  }
  .contacts__panel-wrapper .line-block {
    flex-wrap: wrap;
  }
  .contacts__panel-wrapper .line-block__item {
    flex-basis: 100%;
  }
}

.btn.btn-default.dhco-route {
	display: flex;
	align-items: center;
	align-self: flex-start;
	gap: 8px;

	width: max-content;
	max-width: 100%;
	margin-top: 16px;
	border: 1px solid #e6c6ba;

	background-color: transparent;
	color: #c05a3a;
	text-decoration: none;
	transform: none;
}

.btn.btn-default.dhco-route:hover,
.btn.btn-default.dhco-route:focus,
.btn.btn-default.dhco-route:active {
	border-color: #c05a3a;

	background-color: #c05a3a;
	color: #fff;
	text-decoration: none;
	transform: none;
}

.dhco-route__icon {
	flex: 0 0 auto;

	width: 18px;
	height: 12px;
}

.dhco-office-details--detail {
	display: grid;
	gap: 14px;

	margin-top: 28px;
}

.contacts-detail .dhco-office-detail {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	gap: 16px;

	font-size: 15px;
	line-height: 1.55;
}

.contacts-detail .dhco-office-detail__label {
	color: #22252a;
	font-weight: 600;
}

.contacts-detail .dhco-office-detail__value {
	min-width: 0;

	color: #666;
}

.contacts-detail .dhco-office-detail__value a {
	color: var(--theme-base-color);
	text-decoration: none;
}

.contacts-detail .dhco-office-detail__value a:hover,
.contacts-detail .dhco-office-detail__value a:focus {
	text-decoration: underline;
}

.dhco-requisites,
.dhco-videos {
	margin-top: 72px;
}

.dhco-requisites {
	padding: 0;
	border-radius: var(--theme-outer-border-radius);
	background-color: #f8f8f8;
}

.dhco-section-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 32px;

	margin-bottom: 32px;
}

.dhco-section-heading__title {
	margin: 0;

	color: #22252a;
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.dhco-section-heading__text {
	max-width: 720px;
	margin: 12px 0 0;

	color: #666;
	font-size: 16px;
	line-height: 1.55;
}

.dhco-requisites__download {
	flex-shrink: 0;

	text-decoration: none;
	transform: none;
}

.btn.dhco-requisites__download:hover,
.btn.dhco-requisites__download:focus,
.btn.dhco-requisites__download:active {
	color: #fff;
	text-decoration: none;
	transform: none;
}

.dhco-requisites__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr);
	gap: 24px;
}

.dhco-requisites__card {
	min-width: 0;
	padding: 28px;
	border-radius: var(--theme-outer-border-radius);

	background-color: #fff;
}

.dhco-requisites__subtitle {
	margin: 0 0 22px;

	color: #22252a;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.25;
}

.dhco-requisites__list {
	display: grid;
	grid-template-columns: minmax(150px, 0.45fr) minmax(0, 1fr);
	margin: 0;
}

.dhco-requisites__list dt,
.dhco-requisites__list dd {
	min-width: 0;
	margin: 0;
	padding: 12px 0;
	border-bottom: 1px solid #e7e4e1;

	font-size: 14px;
	line-height: 1.5;
}

.dhco-requisites__list dt {
	padding-right: 20px;

	color: #777;
	font-weight: 400;
}

.dhco-requisites__list dd {
	color: #22252a;
	font-weight: 500;
	overflow-wrap: anywhere;
}

.dhco-requisites__list dt:nth-last-child(-n + 2),
.dhco-requisites__list dd:last-child {
	border-bottom: 0;
}

.dhco-videos {
	margin-bottom: 8px;
}

.dhco-videos__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.dhco-video-card {
	min-width: 0;
	overflow: hidden;
	border-radius: var(--theme-outer-border-radius);

	background-color: #f8f8f8;
}

.dhco-video-card__media {
	display: block;

	width: 100%;
	aspect-ratio: 16 / 9;

	background-color: #22252a;
	object-fit: cover;
}

.dhco-video-card__content {
	padding: 24px 28px 28px;
	background-color: #fff;
}

.dhco-video-card__title {
	margin: 0;

	color: #22252a;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.25;
}

.dhco-video-card__text {
	margin: 10px 0 0;

	color: #666;
	font-size: 15px;
	line-height: 1.55;
}

@media (max-width: 991px) {
	.dhco-requisites,
	.dhco-videos {
		margin-top: 56px;
	}

	.dhco-section-heading {
		flex-direction: column;
		gap: 22px;
	}

	.dhco-requisites__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.dhco-videos__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.dhco-office-details--detail {
		gap: 12px;
	}

	.contacts-detail .dhco-office-detail {
		grid-template-columns: 1fr;
		gap: 2px;
	}

	.dhco-requisites,
	.dhco-videos {
		margin-top: 44px;
	}

	.dhco-section-heading {
		margin-bottom: 24px;
	}

	.dhco-section-heading__title {
		font-size: 30px;
	}

	.dhco-requisites__download {
		width: 100%;
	}

	.dhco-requisites__card {
		padding: 22px 18px;
	}

	.dhco-requisites__list {
		grid-template-columns: 1fr;
	}

	.dhco-requisites__list dt {
		padding: 12px 0 2px;
		border-bottom: 0;
	}

	.dhco-requisites__list dd {
		padding: 0 0 12px;
	}

	.dhco-video-card__content {
		padding: 20px;
	}
}

/* End */


/* Start:/local/templates/rosveb/components/bitrix/map.yandex.view/map/style.min.css?17834320441*/
 
/* End */


/* Start:/local/templates/rosveb/components/bitrix/map.yandex.system/map/style.min.css?1783432044421*/
div.bx-yandex-map,div.bx-yandex-map div.YMaps-b-balloon-content{color:#000}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:0!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.YMaps-b-balloon-b{background-image:none!important}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1782385726666*/
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:/local/templates/rosveb/components/bitrix/news.list/contacts-list/style.css?17877601844716*/
.contacts__ajax_items .contacts-list {
  margin-top: 16px;
}
.contacts-list__section {
  margin-top: 40px;
  position: relative;
}
.contacts-list .contacts-list__section:first-child {
  margin-top: 0;
}
.contacts-list__section-title {
  margin-bottom: 20px;
}
.contacts-list__wrapper {
  position: relative;
}
.contacts-list__wrapper:first-child .contacts-list__item {
  border-top-left-radius: var(--theme-outer-border-radius);
  border-top-right-radius: var(--theme-outer-border-radius);
}
.contacts-list__wrapper:last-child .contacts-list__item {
  border-bottom-left-radius: var(--theme-outer-border-radius);
  border-bottom-right-radius: var(--theme-outer-border-radius);
}
.contacts-list__item {
  padding: 32px;
}
.contacts-list__item-image-wrapper {
  position: relative;
}
.contacts-list__item-image-wrapper .contacts-list__item-link,
.contacts-list__item-image-wrapper > span {
  margin-right: 32px;
  width: 150px;
  height: 100px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.contacts-list__item-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.contacts-list__item-col {
  flex: 1;
  padding-right: 32px;

  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 6px;
}
.contacts-list__item-without-image .contacts-list__item-text-top-part > .contacts-list__item-col {
  flex-basis: calc(182px + (100% - 182px) / 2);
}
.contacts-list__item-prop {
  display: flex;
  gap: 8px;
  align-items: normal;
}
.contacts-list__item-prop .svg {
  padding-top: 4px;
}

.contacts-list__item-info {
  flex-grow: 1;
}
.contacts-list__item-emails,
.contacts-list__item-phones {
  line-height: 21px;
}
.contacts-list__item-coord {
  cursor: pointer;
  flex-shrink: 0;
}
.contacts-list__item-coord .color-theme {
  color: var(--fill_dark_light_white_hover);
}
.contacts-list__item-coord svg path {
  fill: var(--fill_dark_light_white_hover);
}
.contacts-list__item-coord:hover .color-theme {
  color: #333;
  color: var(--fill_dark_light_ccc);
}
.contacts-list__item-coord:hover svg path {
  fill: #333;
  fill: var(--fill_dark_light_ccc);
}
.contacts-list__item-coord .svg {
  margin: 0 9px 0 0;
}
.contacts-list__item-pay {
  margin: 0px -8px 0;
}
.contacts-list__item-pay__value {
  padding: 0 8px;
  height: 20px;
  line-height: 20px;
}
.contacts-list__item-pay__value img {
  max-width: 40px;
}
.contacts-list__wrapper .arrow-all {
  right: 32px;
  top: 35px;
}
.contacts-list__item-properties {
  margin: 20px 0 0 0;
}
.contacts-list__item-properties-item-wraper {
  padding: 0 0 0 15px;
  position: relative;
}
.contacts-list__item-properties-item-wraper:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #9e9e9e;
  background: var(--theme-base-color);
}
@media (min-width: 1450px) {
  .contacts-list__item-col--right {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 1300px) {
  .contacts-list__item--hidden-f1300 {
    display: none;
  }
}
@media (max-width: 1299px) {
  .contacts-list__item--hidden-t1299 {
    display: none;
  }
  .contacts-list__item-info {
    margin: 6px 0 0 0;
  }
  .contacts-list__item-info > .line-block {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .contacts-list__item {
    flex-direction: column !important;
  }
  .contacts-list__item:not(.contacts-list__item-without-image) {
    padding: 32px;
  }
  .contacts-list__item-col {
    padding: 0;
  }
  .contacts-list__item-image-wrapper .contacts-list__item-link,
  .contacts-list__item-image-wrapper > span {
    margin: 0;
  }
  .contacts-list__item-image-wrapper {
    margin: 0 0 33px 0;
  }
}

.dhco-office-details {
	display: grid;
	gap: 10px;
	margin-top: 10px;
}

.dhco-office-detail {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	gap: 12px;

	font-size: 14px;
	line-height: 1.5;
}

.dhco-office-detail__label {
	color: #22252a;
	font-weight: 600;
}

.dhco-office-detail__value {
	min-width: 0;

	color: #666;
}

.dhco-office-detail__value a {
	color: var(--theme-base-color);
	text-decoration: none;
}

.dhco-office-detail__value a:hover,
.dhco-office-detail__value a:focus {
	color: var(--theme-base-color);
	text-decoration: underline;
}

@media (max-width: 600px) {
	.dhco-office-details {
		gap: 12px;
	}

	.dhco-office-detail {
		grid-template-columns: 1fr;
		gap: 2px;
	}
}

/* End */
/* /local/templates/rosveb/css/contacts.css?178963419915051 */
/* /local/templates/rosveb/components/bitrix/map.yandex.view/map/style.min.css?17834320441 */
/* /local/templates/rosveb/components/bitrix/map.yandex.system/map/style.min.css?1783432044421 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1782385726666 */
/* /local/templates/rosveb/components/bitrix/news.list/contacts-list/style.css?17877601844716 */
