.partners .page-banner {
  background-image: url("../images/partners_banner_bg.png");
  background-size: contain;
}
.partners .page-banner-main-container {
  margin-top: 228px;
}
.partners .page-banner-main-container-content {
  width: 728px;
}
.partners .reverse .text-graph-layout .text-graph-layout-text {
  align-items: flex-end;
}
.partners .text-graph-layout-text {
  width: 517px;
}
.partners .text-graph-layout-text-title {
  width: 408px;
}
.partners-reasons-section {
  margin-top: 80px;
  box-sizing: border-box;
  height: 660px;
  background: url("../images/partners_reasons_bg.jpg") no-repeat center center;
  background-size: cover;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(
      90deg,
      rgba(228, 25, 54, 0) 0%,
      rgba(228, 25, 54, 0.3) 50%,
      rgba(228, 25, 54, 0) 100%
    )
    1;
}
.partners-reasons-section-container {
  text-align: center;
}
.partners-reasons-section-title {
  font-size: 36px;
  font-family: "Magnita", serif;
  font-weight: 400;
  margin-bottom: 12px;
}
.partners-reasons-section-subtitle {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  margin-bottom: 48px;
  font-weight: 300;
}
.partners-reasons-section-cards {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.partners-reasons-section-card {
  width: 246px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partners-reasons-section-card-img-container {
  overflow: hidden;
  width: 246px;
  height: 180px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
.partners-reasons-section-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.25s, transform 0.25s;
}
.partners-reasons-section-card-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 16px;
}
.partners-reasons-section-card-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}
.partners-text-graph-section {
  display: flex;
  flex-direction: column;
  gap: 160px;
  padding: 160px 0;
}
.partners-text-graph-section-act {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 192px;
  height: 48px;
  box-sizing: border-box;
  padding: 7px 40px;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border: 1px solid color(display-p3 1 1 1 / 0.7);
}
.partners-text-graph-section-act:hover {
  background-color: rgba(255, 255, 255, 1);
}
.partners-text-graph-section-act:hover .partners-text-graph-section-act-main {
  color: rgba(24, 24, 27, 1);
}
.partners-text-graph-section-act:hover .partners-text-graph-section-act-sub {
  color: rgba(24, 24, 27, 0.69);
}

.partners-text-graph-section-act-main {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.partners-text-graph-section-act-sub {
  font-size: 10px;
  font-weight: 400;
  margin-top: 2px;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.7);
}
.partners-text-graph-section-container.high {
  height: 360px;
}
.partners-text-graph-section-container {
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners-consultation-section {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.partners-consultation-grilling {
  position: absolute;
  width: 192px;
  height: 242px;
  bottom: 0;
}

.partners-consultation-grilling.left {
  left: 0;
  transform: scaleX(-1);
}
.partners-consultation-grilling.right {
  right: 0;
}

.partners-consultation-section-title {
  font-family: "Magnita";
  font-size: 36px;
  margin-bottom: 36px;
  font-weight: 400;
}

.partners-consultation-section-box {
  padding-top: 24px;
  padding-bottom: 60px;
}

.partners-consultation-section-box-desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  margin-bottom: 48px;
  font-weight: 300;
}

.partners-consultation-section-box-contacts {
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
}

.partners-consultation-section-box-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partners-consultation-section-box-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}

.partners-consultation-section-box-contact-email {
  color: #f9002b;
  font-size: 24px;
}

.partners-consultation-section-bg {
}
