.centrala {
  margin: 90px 0;
}
@media (max-width: 900px) {
  .centrala {
    margin: 60px 0;
  }
}
.centrala:last-child {
  margin-bottom: 0;
  padding-bottom: 90px;
}
@media (max-width: 900px) {
  .centrala:last-child {
    padding-bottom: 60px;
  }
}
.centrala__head {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-gap: 40px;
  gap: 40px;
  align-items: start;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .centrala__head {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.centrala__title {
  margin: 0;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  color: #000;
}
@media (max-width: 900px) {
  .centrala__title {
    font-size: 26px;
    line-height: 34px;
  }
}
.centrala__desc {
  margin: 0;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.9);
}
.centrala__slider {
  position: relative;
  width: 100%;
}
.centrala__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 53px;
  height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #fff;
  color: #000;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.centrala__arrow--prev {
  left: 0;
  border-radius: 0 4px 4px 0;
}
.centrala__arrow--next {
  right: 0;
  border-radius: 4px 0 0 4px;
}
.centrala__arrow:hover, .centrala__arrow:focus-visible {
  background: #ff8c00;
  color: #ffffff;
}
.centrala__arrow svg {
  display: block;
}
@media (max-width: 900px) {
  .centrala__arrow {
    width: 44px;
    height: 44px;
  }
}
.centrala__viewport {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.centrala__track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease;
  will-change: transform;
}
.centrala__slide {
  min-width: 0;
}
.centrala__slide img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 407/271;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.centrala__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
}
.centrala__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #006099;
  cursor: pointer;
  transition: background 0.2s ease;
}
.centrala__dot.is-active {
  background: #ff8c00;
}
.centrala__dot:hover:not(.is-active) {
  background: rgba(0, 96, 153, 0.7);
}
/*# sourceMappingURL=styles.css.map */
