.rl-phone-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 65px;
  padding-left: 16px;
  margin-left: 8px;
  white-space: nowrap;
  font-family: inherit;
  box-sizing: border-box;
}

.rl-phone-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 44px;
  transform: translateY(-50%);
  background: #e1e7eb;
}

.rl-phone-top {
  display: flex;
  align-items: center;
  gap: 9px;
}

.rl-phone-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: #f1f3f4;
  color: #25889e;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.rl-phone-icon svg {
  width: 15px;
  height: 15px;
  display: block;
}

.rl-phone-numbers {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.rl-phone-number {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #25889e;
  text-decoration: none;
  letter-spacing: 0.2px;
}

.rl-phone-time {
  margin-top: 6px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  color: #4f5960;
}

.rl-phone-icon:hover {
  background: #25889e;
  color: #ffffff;
}

.rl-phone-number:hover {
  color: #1f7b90;
}

.rl-social-box {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-left: 14px;
  white-space: nowrap;
}

.rl-social-link {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: #f1f3f4;
  color: #3e4549;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.2s ease;
}

.rl-social-link svg {
  width: 21px;
  height: 21px;
}

.rl-social-link:hover {
  background: #25889e;
  color: #ffffff;    
}

.rl-catalog-link {
  display: block;
  width: 100%;
  height: 52px;
  text-decoration: none;
}

.rl-catalog-btn {
  width: 100%;
  height: 52px;
  border-radius: 8px;
  background: #25889e;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-sizing: border-box;
  transition: background 0.2s ease;
}

.rl-catalog-btn:hover {
  background: #1f7b90;
}

.rl-catalog-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rl-catalog-icon svg {
  width: 24px;
  height: 24px;
}

.rl-catalog-text {
  line-height: 1;
}

.rl-info-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.rl-info-item {
  position: relative;
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-left: 34px;
  box-sizing: border-box;
  font-family: inherit;
  color: #2f3437;
}

.rl-info-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 46px;
  transform: translateY(-50%);
  background: #e1e7eb;
}

.rl-info-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  color: #30363a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rl-info-icon svg {
  width: 30px;
  height: 30px;
}

.rl-info-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.18;
  color: #30363a;
}

.rl-info-link:hover .rl-info-icon,
.rl-info-link:hover .rl-info-text {
  color: #25889e;
}

.rl-delivery-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.rl-delivery-item {
  position: relative;
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding-left: 18px;
  padding-right: 18px;
  box-sizing: border-box;
  font-family: inherit;
  color: #2f3437;
}

.rl-delivery-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 46px;
  transform: translateY(-50%);
  background: #e1e7eb;
}

.rl-delivery-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #30363a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rl-delivery-icon svg {
  width: 30px;
  height: 30px;
  display: block;
}

.rl-delivery-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.18;
  color: #30363a;
}

.rl-delivery-link:hover .rl-delivery-icon,
.rl-delivery-link:hover .rl-delivery-text {
  color: #25889e;
}

.rl-consult-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.rl-consult-item {
  position: relative;
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-left: 34px;
  box-sizing: border-box;
  font-family: inherit;
  color: #2f3437;
}

.rl-consult-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 46px;
  transform: translateY(-50%);
  background: #e1e7eb;
}

.rl-consult-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #30363a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rl-consult-icon svg {
  width: 30px;
  height: 30px;
  display: block;
}

.rl-consult-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.18;
  color: #30363a;
}

.rl-consult-link:hover .rl-consult-icon,
.rl-consult-link:hover .rl-consult-text {
  color: #25889e;
}



.rl-info-band,
.rl-info-band * {
  box-sizing: border-box;
}

.rl-info-band {
  width: 100%;
  margin: 24px 0 34px;
  font-family: "Open Sans", Arial, sans-serif;
}

.rl-info-band__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, #08788b 0%, #1689a2 48%, #0b6f8d 100%);
  box-shadow: 0 14px 30px rgba(12, 106, 132, 0.18);
}

.rl-info-band__col {
  position: relative;
  padding: 28px 28px 26px;
  color: #ffffff;
}

.rl-info-band__col:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 0;
  width: 1px;
  height: calc(100% - 56px);
  background: rgba(255, 255, 255, 0.22);
}

.rl-info-band__head {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 18px;
}

.rl-info-band__icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  max-width: 34px;
  max-height: 34px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-1px);
}

.rl-info-band__icon svg {
  width: 29px !important;
  height: 29px !important;
  min-width: 29px !important;
  max-width: 29px !important;
  display: block;
}

.rl-info-band__head h3 {
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.15px;
}

.rl-info-band__text {
  color: rgba(255, 255, 255, 0.96);
}

.rl-info-band__text p {
  margin: 0 0 9px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 14px;
  line-height: 1.5;
}

.rl-info-band__text p:last-child {
  margin-bottom: 0;
}

.rl-info-band__text strong {
  font-weight: 800;
  color: #ffffff;
}

.rl-info-band__text a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}

.rl-info-band__text a:hover {
  text-decoration: underline;
}

.rl-info-band__text ul {
  margin: 0;
  padding-left: 18px;
}

.rl-info-band__text li {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 14px;
  line-height: 1.5;
}

.rl-info-band__text li:last-child {
  margin-bottom: 0;
}

.rl-info-band__divider {
  width: 100%;
  height: 1px;
  margin: 14px 0;
  background: rgba(255, 255, 255, 0.24);
}

@media (max-width: 1000px) {
  .rl-info-band__grid {
    grid-template-columns: 1fr;
  }

  .rl-info-band__col:not(:last-child)::after {
    display: none;
  }

  .rl-info-band__col:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }
}

@media (max-width: 650px) {
  .rl-info-band {
    margin: 20px 0 28px;
  }

  .rl-info-band__grid {
    border-radius: 14px;
  }

  .rl-info-band__col {
    padding: 18px 16px;
  }

  .rl-info-band__head {
    gap: 12px;
    margin-bottom: 13px;
  }

  .rl-info-band__icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    max-width: 34px;
    max-height: 34px;
  }

  .rl-info-band__icon svg {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    max-width: 26px !important;
  }

  .rl-info-band__head h3 {
    font-size: 15.5px;
  }

  .rl-info-band__text p,
  .rl-info-band__text li {
    font-size: 13px;
    line-height: 1.48;
  }

  .rl-info-band__divider {
    margin: 12px 0;
  }
}