

/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/news.list/tizers-list_company_custom/style.css?17502343504071*/
.tizers-list__item {
  display: flex;
  height: 100%;
  flex-direction: row;
}
.tizers-list__item--column {
  flex-direction: column;
}
.tizers-list__item--column.tizers-list__item--centered {
  text-align: center;
  align-items: center;
}
.tizers-list__item--vertical-centered {
  align-items: center;
}

.tizers-list__item-image-wrapper {
  flex-shrink: 0;
}
.tizers-list__item-wrapper.bordered {
  border-radius: 4px;
}
.tizers-list__item-wrapper.tizers-list__item-wrapper-close.bordered {
  margin-right: -1px;
  margin-bottom: -1px;
  border-radius: 0;
}
@media (max-width: 450px) {
  .tizers-list__item {
    flex-direction: column;
  }
  .tizers-list__item--images-position-LEFT .tizers-list__item-image-wrapper {
    margin-bottom: 15px;
  }
}
.tizers-list__item-image-wrapper--TEXT.tizers-list__item-image-wrapper--position-TOP {
  margin-bottom: 19px;
}
.tizers-list__item-image-wrapper--TEXT.tizers-list__item-image-wrapper--position-LEFT {
  margin-top: 4px;
  margin-right: 21px;
}
.tizers-list__item-image-text {
  /* font-weight: bold; */
  font-size: 45px;
  line-height: 45px;
}
.tizers-list__item-image-text--size-50 {
  font-size: 50px;
  line-height: 50px;
}

.tizers-list__item-image-wrapper--PICTURES {
  overflow: hidden;
  border-radius: 50%;
}
.tizers-list__item-image-wrapper--PICTURES.tizers-list__item-image-wrapper--position-TOP {
  width: 140px;
  height: 140px;
  margin-bottom: 26px;
}
.tizers-list__item-image-wrapper--PICTURES.tizers-list__item-image-wrapper--position-LEFT {
  width: 80px;
  height: 80px;
  margin-right: 27px;
}
.tizers-list__item-image-picture {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.tizers-list__item-image-wrapper--ICONS {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tizers-list__item-image-wrapper--ICONS svg {
  max-width: 100%;
  max-height: 100%;
}
.tizers-list__item-image-wrapper--position-TOP.tizers-list__item-image-wrapper--ICONS {
  margin-bottom: 26px;
}
.tizers-list__item-image-wrapper--position-LEFT.tizers-list__item-image-wrapper--ICONS {
  margin-right: 28px;
}

.tizers-list__item-text-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: -0.25em;
}
.bx-ie .tizers-list__item-text-wrapper {
  flex-grow: 1;
}
@media (min-width: 451px) {
  .bx-ie .tizers-list__item-text-wrapper {
    flex-basis: 0;
  }
}

.tizers-list__item-descr {
  margin-top: 8px;
}

/* WITH BG */
.tizers-list__item--with-bg {
  background-color: #fff;
  background-color: var(--card_bg_black);
}
.tizers-list__item--with-bg:hover {
  background-color: #fff;
  background-color: var(--card_bg_hover_black);
}
.tizers-list__item--narrow-with-bg {
  padding: 20px;
}
.tizers-list__item--wide-with-bg {
  padding: 56px;
}
.tizers-list__item--with-bg .tizers-list__item-image-wrapper--TEXT.tizers-list__item-image-wrapper--position-TOP {
  margin-bottom: 13px;
}
.tizers-list__item--with-bg.tizers-list__item--images-PICTURES.tizers-list__item--images-position-TOP {
  padding: 47px 47px 42px 47px;
}

/* in detail */
.detail-block.tizers {
  margin: -1px 0 0 0;
}
.detail-block .tizers-list {
  padding: 40px 0 35px 0;
  background-color: var(--card_bg_black);
}
.detail-block .tizers-list__item-name {
  font-size: 1em;
}
.detail-block .tizers-list__item-descr {
  margin-top: 3px;
  font-size: 0.86667em;
}
.detail-block .tizers-list__item-image-wrapper--ICONS {
  width: 40px;
  height: 40px;
}

/* custom */

.tizers-list__items-wrapper.grid-list {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.tizers-list__item-wrapper.grid-list__item {
    border: 2px dashed #dc2f2f;
    border-radius: 10px;
    padding: 20px;
}

.tizers-list__item-text-wrapper .tizers-list__item-name {
    color: #dc2f2f;
    font-size: 1.83333em;
    line-height: calc(1em + 7px);
    font-weight: bold;
}
.tizers-list.tizers-list--wide {
    margin-top: 40px;
    margin-bottom: 40px;
}
.tizers-list__item-text-wrapper .tizers-list__item-descr.preview {
    color: #dc2f2f;
    font-weight: bold;
}

/* End */


/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/map.yandex.view/map/style.css?1750234350705*/
.map-detail-items__item--hidden {
  display: none;
}
.map-detail-items__item {
  padding: 25px 32px;
}
.map-detail-items__item-svg {
  position: absolute;
  right: 6px;
  top: 8px;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
}
.map-detail-items__item-svg:not(:hover) svg path {
  fill: #999;
}
.map-detail-items__item-close {
  width: 10px;
  height: 10px;
}
.map-detail-items__item-title {
  margin-bottom: 18px;
}
.map-detail-items__item-property {
  margin-top: 10px;
}
.map-detail-items__item-buttons {
  margin-top: 24px;
}
@media (max-width: 530px) {
  .map-detail-items__item {
    padding-left: 28px;
    padding-right: 28px;
  }
}

/* End */


/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/map.yandex.system/map_custom/style.css?1750234350652*/
div.bx-yandex-map {color: black;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black;}
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{}
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;}

.ymaps-layers-pane {
    filter: grayscale(90%);
}
/* End */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/news.list/tizers-list_company_custom/style.css?17502343504071 */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/map.yandex.view/map/style.css?1750234350705 */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/map.yandex.system/map_custom/style.css?1750234350652 */
