

/* Start:/bitrix/templates/depo_main/components/bitrix/news.list/pass_map/style.css?16667565933343*/


table.maps th {
	font-size: 11px;
	text-transform: uppercase;
}

table.maps td {
	font-size: 80%;
}

.maps .list>div {
	height: 500px;
	overflow-y: scroll;
}


/* полоса прокрутки (скроллбар) */
div::-webkit-scrollbar {
    width: 5px; /* ширина для вертикального скролла */
    height: 8px; /* высота для горизонтального скролла */
    background-color: #F1F9FE;
}

/* ползунок скроллбара */
div::-webkit-scrollbar-thumb {
    background-color: #D6DEE2;
    border-radius: 9em;
}

::-webkit-scrollbar-thumb:hover {
}

.maps a>div {
 border-radius: 15px;	
	border: 1px solid white;
}

.maps a.active>div{
	background: #F4F8FB;
	border: 1px solid #F4F8FB;
}

.maps a>div:hover{
	border: 1px solid #DCE8EF;
}

.maps a.active>div:hover{
	border: 1px solid #F4F8FB;
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/

.envelope{
  /*max-width: 1080px;*/
  margin: 20px auto;
  padding: 0 20px;
  position: relative;
}
.envelope .sentralnaya-liniya{
  position: absolute;
  height: 100%;
  width: 1px;
  background: #DCE8EF;
  left: 5px;
  top: 20px;
  transform: translateX(-50%);
}
.envelope .row{
  display: flex;
}
.envelope .kapsula-2{
  justify-content: flex-end;
}
.envelope .row section{
  /*background: #fff;*/
  border-radius: 5px;
  width: calc(100% - 20px);
  padding: 5px 0 0;
  position: relative;
}
.kapsula-2 section::before{
  left: -7px;
}
.row section .icon,
.sentralnaya-liniya .anachok-prokrus{
  position: absolute;
  background: white;
  height: 6px;
  width: 6px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: #A6B2BF;
  /*border: 2px #1C4269 solid;*/
  /*color: #ff7979;*/
  /*font-size: 17px;*/
  /*box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0,0,0,0.08), 0 3px 0 4px rgba(0,0,0,0.05);*/
}


.row section .icon.black{
	background: #1C4269;
}


.sentralnaya-liniya .anachok-prokrus{
  bottom: 0px;
  left: 50%;
  font-size: 25px;
  transform: translateX(-50%);
}
.kapsula-2 section .icon{
  top: 14px;
  left: -23px;
}
.kapsula-2>section>div {
  padding-left: 30px;
}
/*.kapsula-2 section::before{
  left: -7px;
}*/

.kapsula-2 .posledniy{
	width: 20px;
	height: 50px;
	position: absolute;
	left: -30px;
	top: 25px;
	background: white;
}

@media (max-width: 992px) {

.bg-white.list .nav{
  flex-wrap: nowrap;
  height: 115px;
}
.maps .list>div {
    height: 115px;
    overflow-y: scroll;
}
.map_item {
  width: 280px;
  margin-right: 30px;
  background: white;
  /*box-shadow: 0 0 20px rgba(0,0,0,.2)*/
}

.bg-white.list {
  background: none !important;
}

.nav {
      overflow: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
}

.nav::-webkit-scrollbar {
      width: 0;
      height: 0;
}

}

@media (max-width: 380px) {

.map_item {
  width: 180px;
  margin-right: 30px;
  background: white;
  /*box-shadow: 0 0 20px rgba(0,0,0,.2)*/
}

}

/* End */
/* /bitrix/templates/depo_main/components/bitrix/news.list/pass_map/style.css?16667565933343 */
