<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/bitrix/templates/template.rimeks/components/bitrix/news/servicecenters/bitrix/news.list/information/style.css?17399422354763*/
.sm{
  /* max-width: 1920px; */
  width: 100%;
  margin: 0 auto;
  margin-bottom: 120px;
}

.sm__holder{
  display: flex;
  justify-content: flex-end;
}

.sm__block.sm__block--map{
  width: 950px;
  margin-top: -85px;
  height: 785px;
}

.sm__block.sm__block--centers{
  /* max-width: 655px; */
  max-width: calc(100vw - 950px - (100vw - 1300px) / 2);
  width: 100%;
  margin-right: 20px;
  /* flex-shrink: 0; */
}

.sm__block-list{
  max-height: 700px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: var(--site-dark-color);
}
.sm__block-item{
  padding: 20px;
  position: relative;
  background-color: var(--site-light-color);
  transition: background .3s ease;
  cursor: pointer;
}

.sm__block-item:hover,
.sm__block-item.open{
  background-color: var(--site-bg-tetriary-color);
}
.sm__block-item::before{
  position: absolute;
  content: '';
  top: calc(100% - 1px);
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: var(--site-light-separator-color);
}
.sm__block-item-title{
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 125%;
  color: var(--site-dark-color) !important;
}
.sm__block-item-link{
  display: none;
}
.sm__block-item-link a{
  min-width: 200px;
  margin-top: 20px;
}
.sm__block-item-description{
  font-style: normal;	
  font-weight: 400;	
  font-size: 14px;	
  line-height: 145%;	
  color: var(--site-dark-color);
}
.sm__block-item-description a{	
  color: var(--site-default-color) !important;
}
.sm__block-item.open .sm__block-item-link{
  display: block;
}
.sm__description{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: var(--site-dark-color);
  margin-bottom: 40px;
  max-width: 43%;
}
.g-custom-select{
  position: relative;
}

.g-custom-select__title-label{
  position: absolute;
  top: 12px;
  left: 15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  color: var(--site-label-tetriary-color);
}
.g-custom-select.open .g-custom-select__title-label{
  z-index: 760;
}
.sm__block-select{
  margin-bottom: 20px;
  max-width: calc(100vw - 950px - (100vw - 1300px) / 2);
}
.sm__holder-tabs{
  display: none;
}

@media(max-width: 1420px){
  .sm__block.sm__block--map {
    width: 700px;
  }

  .sm__block.sm__block--centers{
    max-width: calc(100vw - 700px - (100vw - 1380px) / 2);
    padding-left: 40px;
  }
  .sm__block-select{
    max-width: calc(100vw - 700px - (100vw - 1380px) / 2 - 40px);
  }
  .sm__description{
    max-width: unset;
  }
}

@media(max-width: 960px){
  .sm__block.sm__block--centers{
    padding-left: 25px;
  }
}

@media(max-width: 780px){
  .sm__block.sm__block--map{
    width: 100%;
    margin-top: unset;
    height: 595px;
  }
  .sm__holder{
    flex-direction: column;
  }
  .sm__holder-tabs{
    position: relative;
    width: 100%;
    display: flex;
    /* border-bottom: 1px solid var(--site-light-separator-color); */
    margin-bottom: 20px;
    padding: 0 25px;
  }
  .sm__holder-tabs::before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 25px;
    right: 25px;
    height: 1px;
    background-color: var(--site-light-separator-color);
  }
  .sm__holder-tabs-btn{
    width: 50%;
    padding-bottom: 10px;
    position: relative;
    color: var(--site-label-tetriary-color);
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    text-align: center;
  }
  .sm__holder-tabs-btn::before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: transparent;
  }
  .sm__holder-tabs-btn.active-tab-btn::before{
    background-color: var(--site-default-color);
  }
  .sm__holder-tabs-btn.active-tab-btn{
    color: var(--site-default-color);
  }
  .sm__holder-tabs-item:not(.active-tab-item){
    display: none;
  }
  .sm__block.sm__block--centers,
  .sm__block-select{
    max-width: unset;
  }
  .sm__block.sm__block--centers{
    padding-left: unset;
  }
  .sm__description{
    font-size: 14px;
    line-height: 145%;
  }
  .sm__block-list{
    max-height: unset;
  }
  .sm__block-item-title{
    font-size: 16px;
  }
  .sm__block-item{
    padding: 20px 25px;
  }
}
@media(max-width: 450px){
  .sm__block-item-link a{
    min-width: 100%;
  }
  .sm__block-item {
    padding: 20px 15px;
  }
  .sm__holder-tabs{
    padding: 0 15px;
  }
  .sm__holder-tabs::before {
    left: 15px;
    right: 15px;
  }
  .sm__block-item::before {
    left: 15px;
    right: 15px;
  }
}

/* End */
/* /bitrix/templates/template.rimeks/components/bitrix/news/servicecenters/bitrix/news.list/information/style.css?17399422354763 */
</pre></body></html>