.operators {
  padding-top: 89px;
  display: flex;
  justify-content: center;
}

.operators-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 39px;
}

.operators-title {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  width: 544px;
}

.partners {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 88px;
}

.partner-wrapper {
  width: 307px;
  min-width: 307px;
  max-width: 307px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.partner-img {
  height: 80px;
}

@media (max-width: 1239px) {
  .operators {
    padding-top: 48px;
  }

  .operators-wrapper {
    gap: 24px;
  }

  .operators-title {
    width: 100%;
    font-size: 24px;
  }

  .partners {
    flex-direction: column;
    gap: 24px;
  }
}

/* слайдер */

.slider-operators-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.slider-operators-window {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.slider-operators-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.partner-wrapper {
  min-width: calc(1149px / 3);
  max-width: calc(1149px / 3);

  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-operators-btn {
  background-color: #ccc;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-operators-btn.left {
  margin-right: 12px;
}

.slider-operators-btn.right {
  margin-left: 12px;
}

.slider-operators-dots {
  display: none;
}

@media (max-width: 1239px) {
  .partner-wrapper {
    min-width: 358px;
    max-width: 358px;
  }

  .slider-operators-btn {
    display: none;
  }

  .other-operator {
    grid-area: other;
  }

  .qtt-operator {
    grid-area: qtt;
  }

  .tranco-operator {
    grid-area: tranco;
  }

  .ect-operator {
    grid-area: ect;
  }

  .atasu-operator {
    grid-area: atasu;
  }

  .kazLog-operator {
    grid-area: kazLog;
  }

  .logoTrans-operator {
    grid-area: logoTrans;
  }

  .arlan-operator {
    grid-area: arlan;
  }

  .tts-operator {
    grid-area: tts;
  }

  .pmk-operator {
    grid-area: pmk;
  }

  .slider-operators-window {
    overflow: hidden;
    width: 358px;
    margin: 0 auto;
  }

  .slider-operators-track {
    display: grid;
    grid-template-areas:
      "qtt tts pmk"
      "tranco logoTrans arlan"
      "ect atasu kazLog";
    grid-template-columns: 358px 358px 358px;
    grid-template-rows: 1fr 1fr 1fr;
    row-gap: 32px;
    transition: transform 0.5s ease;
  }

  .slider-operators-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 58px;
  }

  .slider-operators-dots .dot-operator {
    width: 12px;
    height: 4px;
    background-color: #c4c4c4;
    cursor: pointer;
    transition: 0.3s linear;
  }

  .slider-operators-dots .dot-operator.active {
    background-color: var(--main-color);
    width: 40px;
  }
}
