

/* Start:/bitrix/templates/utes/components/bitrix/news.list/route/style.css?17567998442418*/
.route {
  margin-bottom: 64px;
}

.route__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.route__info {
  width: 390px;
}

.route__map-box {
  width: 774px;
  height: 551px;
}

.route__map {
  width: 100%;
  height: 100%;
}

.route__from-title {
  font-family: 'CoreRhino', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.5;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 16px;
}

.route__info-row {
  margin: 0 -10px;
  flex-wrap: wrap;
}

.route__info-col {
  flex-grow: 1;
  margin: 0 10px;
  flex-basis: 40%;
}

.route__box {
  background-color: #ffffff;
  box-shadow: 2px 2px 9px 1px rgba(0, 0, 0, 0.1);
  padding: 24px;
  margin-bottom: 24px;
}

.route__box.is-active ul {
  height: auto;
  opacity: 1;
}

.route__box ul {
  opacity: 0;
  overflow: hidden;
  height: 0;
  transition: height 0.3s, opacity 0.3s;
}

.route__box-title {
  font-family: 'CoreRhino', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 12px;
  color: #000000;
  text-decoration: underline;
}

.route__box-title.is-active {
  text-decoration: none;
}

.route__box-title:hover {
  text-decoration: none;
}

.route__link {
  font-family: 'CoreSansA', sans-serif;
  font-weight: 300;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}

.route__link:hover {
  text-decoration: underline;
}

.route__link-bold {
  font-family: 'CoreRhino', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  text-decoration: underline;
}

@media screen and (max-width: 1310px) {
  .route__info {
    width: 302px;
  }

  .route__map-box {
    width: 622px;
    height: 443px;
  }
}

@media screen and (max-width: 1014px) {
  .route__row {
    flex-wrap: wrap;
  }

  .route__info {
    width: 100%;
  }

  .route__map-box {
    width: 100%;
    height: 443px;
  }

  .route__info-row {
    display: flex;
    justify-content: space-between;
  }

  .route__info-col-1 {
    width: 340px;
  }

  .route__info-col-2 {
    width: 340px;
  }
}

@media screen and (max-width: 790px) {
  .route__info-row {
    display: block;
  }

  .route__info-col-1 {
    width: auto;
  }

  .route__info-col-2 {
    width: auto;
  }
}

/* End */
/* /bitrix/templates/utes/components/bitrix/news.list/route/style.css?17567998442418 */
