.svc-page__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .svc-page__container {
    padding: 0 20px;
  }
}

.block__services {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .block__services {
    padding-bottom: 60px;
  }
}

.svc-head {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .svc-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
  }
}

.svc-head__title {
  flex: 1 0 0;
  min-width: 0;
  font-family: "Fixel Display", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.8px;
  color: #04083a;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .svc-head__title {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 480px) {
  .svc-head__title {
    font-size: 22px;
  }
}

.svc-head__contacts {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .svc-head__contacts {
    width: 100%;
    flex-direction: column;
    gap: 8px;
  }
}

.svc-head__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 20px;
  background: rgba(235, 122, 27, 0.08);
  border: 1px solid rgba(235, 122, 27, 0.32);
  border-radius: 4px;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #eb7a1b;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
  transition: background-color 0.15s;
}
.svc-head__contact svg {
  flex-shrink: 0;
}
.svc-head__contact:active {
  background: rgba(235, 122, 27, 0.16);
}
@media screen and (min-width: 1025px) {
  .svc-head__contact:hover {
    background: rgba(235, 122, 27, 0.16);
  }
}
@media screen and (max-width: 600px) {
  .svc-head__contact {
    white-space: normal;
    word-break: break-word;
  }
}

.svc-fleet {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}

.svc-bus {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #fff;
  border: 1px solid #a7ccee;
  border-radius: 4px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .svc-bus {
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px;
  }
}

.svc-bus__img {
  flex-shrink: 0;
  width: 190px;
  height: 120px;
  border-radius: 4px;
  overflow: hidden;
}
.svc-bus__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .svc-bus__img {
    width: 120px;
    height: 84px;
  }
}
@media screen and (max-width: 480px) {
  .svc-bus__img {
    width: 100%;
    height: 180px;
  }
}

.svc-bus__body {
  flex: 1 0 0;
  min-width: 0;
}
@media screen and (max-width: 480px) {
  .svc-bus__body {
    flex: 1 1 100%;
  }
}

.svc-bus__name {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #04083a;
  margin: 0 0 8px;
}

.svc-bus__seats {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #04083a;
  margin: 0 0 8px;
}

.svc-bus__desc {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: rgba(4, 8, 58, 0.52);
  margin: 0;
}

.svc-bus__order {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 24px;
  background: rgba(235, 122, 27, 0.08);
  border: 1px solid rgba(235, 122, 27, 0.32);
  border-radius: 4px;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #eb7a1b;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.15s;
}
.svc-bus__order:active {
  background: rgba(235, 122, 27, 0.16);
}
@media screen and (min-width: 1025px) {
  .svc-bus__order:hover {
    background: rgba(235, 122, 27, 0.16);
  }
}
@media screen and (max-width: 480px) {
  .svc-bus__order {
    width: 100%;
  }
}

.svc-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .svc-pagination {
    gap: 8px;
  }
}
.svc-pagination a,
.svc-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #04083a;
  text-decoration: none;
  border-radius: 999px;
  transition: color 0.2s, background-color 0.2s;
}
.svc-pagination a:not(.prev):not(.next):active {
  color: #eb7a1b;
}
@media screen and (min-width: 1025px) {
  .svc-pagination a:not(.prev):not(.next):hover {
    color: #eb7a1b;
  }
}
.svc-pagination .current {
  background: #eb7a1b;
  color: #fff;
}
.svc-pagination .prev,
.svc-pagination .next {
  border: 1px solid #a7ccee;
  background: #fff;
}
.svc-pagination .prev:active,
.svc-pagination .next:active {
  border-color: #eb7a1b;
  color: #eb7a1b;
}
@media screen and (min-width: 1025px) {
  .svc-pagination .prev:hover,
  .svc-pagination .next:hover {
    border-color: #eb7a1b;
    color: #eb7a1b;
  }
}
.svc-pagination .dots {
  color: #7a7d98;
}

.svc-info {
  background: #fff;
  border: 1px solid #a7ccee;
  border-radius: 4px;
  padding: 32px;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .svc-info {
    padding: 20px;
    margin-bottom: 40px;
  }
}
.svc-info {
  scroll-margin-top: 96px;
}
@media screen and (max-width: 1024px) {
  .svc-info {
    scroll-margin-top: 80px;
  }
}
.svc-info:focus {
  outline: none;
}

.svc-info__content.content {
  max-width: none;
}
.svc-info__content.content > :first-child {
  margin-top: 0;
}
.svc-info__content.content > :last-child {
  margin-bottom: 0;
}
.svc-info__content.content p {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: rgba(4, 8, 58, 0.52);
  margin-bottom: 16px;
}
.svc-info__content.content h2, .svc-info__content.content h3, .svc-info__content.content h4 {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #04083a;
  margin: 0 0 24px;
}
.svc-info__content.content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.svc-info__content.content ul:not(.blocks-gallery-grid):not(.selectric-items) li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #04083a;
}
.svc-info__content.content ul:not(.blocks-gallery-grid):not(.selectric-items) li:last-child {
  margin-bottom: 0;
}
.svc-info__content.content ul:not(.blocks-gallery-grid):not(.selectric-items) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: #0b70cf;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm45.66,85.66-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35a8,8,0,0,1,11.32,11.32Z'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm45.66,85.66-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35a8,8,0,0,1,11.32,11.32Z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.svc-info__content.content a {
  color: #0b70cf;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.svc-info__content.content a:active {
  opacity: 0.75;
}
@media screen and (min-width: 1025px) {
  .svc-info__content.content a:hover {
    opacity: 0.75;
  }
}

.svc-reviews__title {
  font-family: "Fixel Display", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.8px;
  color: #04083a;
  text-align: center;
  margin: 0 0 32px;
}
@media screen and (max-width: 768px) {
  .svc-reviews__title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .svc-reviews__title {
    font-size: 22px;
  }
}

.svc-reviews__track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  .svc-reviews__track {
    gap: 16px;
  }
}

.svc-reviews__item {
  flex: 0 0 auto;
  width: 300px;
  margin: 0;
  scroll-snap-align: start;
  border-radius: 4px;
  overflow: hidden;
}
.svc-reviews__item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .svc-reviews__item {
    width: 220px;
  }
  .svc-reviews__item img {
    height: 150px;
  }
}
@media screen and (max-width: 480px) {
  .svc-reviews__item {
    width: 180px;
  }
  .svc-reviews__item img {
    height: 130px;
  }
}
