

/* Start:/local/templates/.default/assets/bx-styles/evacuation.css?17835119615042*/
.evacuation {
  font-family: Helvetica,sans-serif
}
.evacuation p {
  margin: 0;
  color: #313233;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%
}
.evacuation p + p {
  margin-top: 15px
}
.evacuation h2 {
  color: #313233;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px
}
.evacuation__hero-img {
  margin: 15px 0 20px
}
.evacuation__hero-img img {
  display: block;
  width: 100%;
  height: auto
}
.evacuation__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-left: 4px solid #2b5fac;
  background: #f0f4fb;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 10px
}
.evacuation__info-title {
  color: #1a3b72;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  margin-bottom: 5px
}
.evacuation__info-title span {
  background-color: #2b5fac;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 15px
}
.evacuation__info-subtitle {
  color: #313233;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%
}
.evacuation__info-phone a {
  color: #1a3b72;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: color .4s
}
.evacuation__info-phone a:hover {
  color: #2b5fac
}
.evacuation__service-table-row {
  display: flex;
  gap: 4px;
  align-items: baseline
}
.evacuation__service-table-text {
  color: #666;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  padding: 9px 0;
  border-bottom: 1px solid #eee;
  gap: 30px
}
.evacuation__service-table-text span:last-child {
  text-align: right;
  color: #313233;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal
}
.evacuation__service-table-text span:last-child:not(:empty) {
  min-width: 112px
}
.evacuation__service-table-marker {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center
}
.evacuation__service-table-marker svg {
  display: inline-block;
  width: 15px;
  height: 11px;
  -o-object-fit: contain;
  object-fit: contain
}
.evacuation__service-table-note {
  color: #999;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  margin-top: 12px;
  margin-bottom: 40px
}
.evacuation__formats {
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  padding: 20px 22px;
  margin-bottom: 40px
}
.evacuation__format-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd
}
.evacuation__format-item:last-child {
  border-bottom: none
}
.evacuation__format-item-num {
  color: #2b5fac;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%
}
.evacuation__format-item-text {
  color: #444;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  flex: 1
}
.evacuation__format-item-text span {
  font-weight: 700
}
.evacuation__footer-box {
  border: 1px solid #dde3ef;
  background-color: #f5f7fa;
  padding: 18px 20px
}
.evacuation__footer-box p {
  color: #555;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%
}
.evacuation__footer-box a {
  color: #2b5fac;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%
}
.evacuation__footer-box a:hover {
  text-decoration: underline
}
.evacuation__price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px
}
.evacuation__price-table th {
  border: none;
  padding: 12px 14px;
  text-align: left;
  font-size: 13px
}
.evacuation__price-table td {
  border: none;
  padding: 12px 14px;
  color: #444;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}
.evacuation__price-table td .blue-color {
  color: #2b5fac;
  font-size: 15px;
  font-weight: 700
}
.evacuation__price-table tr:nth-child(even) {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #f7f8fb
}
.evacuation__price-table thead {
  background-color: #1a3b72;
  color: #fff
}
@media (max-width:768px) {
  .evacuation__info {
    margin-bottom: 30px
  }
  .evacuation__service-table-text {
    padding: 6px 0
  }
  .evacuation__service-table-marker {
    width: 16px;
    height: 16px
  }
  .evacuation__service-table-marker svg {
    width: 12px;
    height: 8px
  }
  .evacuation__service-table-note {
    margin-bottom: 30px
  }
  .evacuation__formats {
    padding: 15px;
    margin-bottom: 30px
  }
  .evacuation__format-item {
    align-items: flex-start
  }
  .evacuation__footer-box {
    padding: 15px
  }
  .evacuation__footer-box a,
  .evacuation__footer-box p {
    font-size: 12px
  }
  .evacuation__price-table {
    margin-bottom: 30px
  }
  .evacuation__price-table td,
  .evacuation__price-table th {
    font-size: 11px
  }
  .evacuation__price-table td .blue-color {
    font-size: 13px
  }
}
/* End */
/* /local/templates/.default/assets/bx-styles/evacuation.css?17835119615042 */
