/* Основной фон и структура hero-блока */
.brokers-hero-block {
  position: relative;
  margin: 30px 20px 0;
  border-radius: 20px;
  overflow: hidden;
  min-height: 95vh;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.brokers-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/brokers.webp") center center/cover no-repeat;
  z-index: 1;
}
.brokers-hero-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0.96deg,
    rgba(0, 0, 0, 0) 0.82%,
    rgba(0, 0, 0, 0.5) 82.32%
  );
  z-index: 2;
  pointer-events: none;
}
.brokers-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  padding: 120px 20px 120px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brokers-hero-title {
  font-family: "Vetrino", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(
    32px,
    calc(32px + (60 - 32) * ((100vw - 575px) / (1920 - 575))),
    60px
  );
  line-height: 90%;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 20px 0;
  leading-trim: CAP_HEIGHT;
}
.brokers-hero-subtitle {
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  font-size: clamp(
    16px,
    calc(16px + (22 - 16) * ((100vw - 575px) / (1920 - 575))),
    22px
  );
  line-height: 100%;
  letter-spacing: -3%;
  color: #fff;
  margin: 0;
  max-width: 720px;
  margin-bottom: 20px;
}
.brokers-top-title {
  font-family: "Vetrino", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(
    24px,
    calc(24px + (44 - 24) * ((100vw - 575px) / (1920 - 575))),
    44px
  );
  line-height: 100%;
  letter-spacing: -3%;
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
  margin-top: 0;
  text-transform: none;
}
.brokers-hero-btn {
  margin-top: 20px;
  background-color: #ffffff;
  color: #353331;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding-top: clamp(2px, calc(0.1076vw + 0.934px), 3px);
  padding-right: clamp(2px, calc(0.1076vw + 0.934px), 3px);
  padding-bottom: clamp(2px, calc(0.1076vw + 0.934px), 3px);
  padding-left: clamp(12px, calc(0.7535vw + 4.533px), 19px);
  font-size: clamp(14px, calc(0.43057vw + 9.733px), 18px);
  line-height: 1;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.brokers-hero-btn:hover {
  background: #f5f5f5;
  color: #232a39;
}
.brokers-hero-btn .btn-icon-wrap {
  background-color: #353331;
  margin-left: clamp(15px, calc(1.076vw + 4.338px), 25px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: clamp(35px, calc(1.076vw + 24.338px), 45px);
  height: clamp(35px, calc(1.076vw + 24.338px), 45px);
  border-radius: 5px;
}
.brokers-hero-btn .btn-square {
  width: 24px;
  height: 24px;
  background: #232a39;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.brokers-hero-btn .btn-square img {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0) invert(1);
}
.brokers-section-about {
  margin-top: 150px;
  padding-left: clamp(
    20px,
    calc(20px + (100 - 20) * ((100vw - 991px) / (1920 - 991))),
    100px
  );
  padding-right: clamp(
    20px,
    calc(20px + (100 - 20) * ((100vw - 991px) / (1920 - 991))),
    100px
  );
}
/* Стили удалены - используется компонент section-title-block */
.brokers-section-flex {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: stretch;
  margin-top: 50px;
}
.brokers-section-img-block {
  flex: 1 1 50%;
  display: flex;
  align-items: stretch;
  position: relative;
}
.brokers-section-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  z-index: 1;
}
.brokers-section-content-block {
  flex: 1 1 50%;
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 50px;
  min-height: 300px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  flex-direction: column;
}
.brokers-section-bg-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}
.brokers-section-content-block > *:not(.brokers-section-bg-svg) {
  position: relative;
  z-index: 2;
}
.brokers-section-img-block,
.brokers-section-content-block {
  align-self: stretch;
}
.brokers-img-caption {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  backdrop-filter: blur(6px);
  box-shadow: 0px 2px 4px 0px #00000026;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  height: auto;
}

.brokers-img-caption-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 5px;
}

.brokers-img-caption-name {
  font-family: "Commissioner", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -3%;
  color: #fff;
  margin-bottom: 0;
}

.brokers-img-caption-info {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  cursor: pointer;
}
.brokers-img-caption-role {
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -3%;
  color: #fff;
  margin-bottom: 30px;
}

.brokers-img-caption-text {
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -4%;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.brokers-img-caption-read-more {
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -4%;
  color: #ffffff99;
  margin-top: 0;
  cursor: pointer;
}
.brokers-section-points {
  width: 100%;
  margin-bottom: 30px;
}
.brokers-section-point {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #353331;
  padding: 18px 0;
}
.brokers-section-point:last-child {
  border-bottom: 1px solid #353331;
}
.brokers-section-point-text {
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(
    16px,
    calc(16px + (22 - 16) * ((100vw - 575px) / (1920 - 575))),
    22px
  );
  line-height: 100%;
  letter-spacing: -3%;
  color: #353331;
  text-indent: 0;
  flex: 1 1 auto;
  margin-right: 20px;
}
.brokers-section-badge {
  font-family: "Commissioner", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(
    16px,
    calc(16px + (18 - 16) * ((100vw - 575px) / (1920 - 575))),
    18px
  );
  line-height: 100%;
  letter-spacing: -4%;
  text-align: center;
  color: #353331;
  background: #d7d6d6;
  border-radius: 7px;
  padding: 10px;
  leading-trim: CAP_HEIGHT;
  margin-bottom: 0;
}
.brokers-section-benefit-row {
  display: inline;
  align-items: center;
  gap: 10px;
  margin-bottom: 45px;
  margin-top: 20px;
}
.brokers-section-benefit-square {
  width: 7px;
  height: 7px;
  background: #353331;
  border-radius: 2px;
  flex-shrink: 0;
  display: inline-block;
  margin-right: 8px;
}
.brokers-section-benefit-text {
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(
    16px,
    calc(16px + (18 - 16) * ((100vw - 575px) / (1920 - 575))),
    18px
  );
  line-height: 100%;
  letter-spacing: -3%;
  color: #353331;
  text-indent: 20px;
}
/* Подзаголовок в блоке с белым фоном */
.brokers-section-subtitle {
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(
    26px,
    calc(26px + (44 - 26) * ((100vw - 575px) / (1920 - 575))),
    44px
  );
  leading-trim: CAP_HEIGHT;
  line-height: 85%;
  letter-spacing: -3%;
  color: #353331;
  margin: 0 0 32px 0;
}
.brokers-section-desc {
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(
    16px,
    calc(16px + (22 - 16) * ((100vw - 575px) / (1920 - 575))),
    22px
  );
  line-height: 100%;
  letter-spacing: -3%;
  color: #353331;
  margin-bottom: 40px;
}

/* Модалка CEO */
.brokers-ceo-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000b2;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.brokers-ceo-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.brokers-ceo-modal-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 15px;
  max-height: 90vh;
  overflow-y: auto;
}

.brokers-ceo-modal-close {
  position: fixed;
  top: 100px;
  right: 100px;
  z-index: 1010;
  width: 21px;
  height: 21px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brokers-ceo-modal-content {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.brokers-ceo-modal-left {
  flex: 1;
  position: relative;
  min-height: 0;
}

.brokers-ceo-modal-right {
  flex: 1;
  padding: 25px 25px 25px 0;
}

.brokers-ceo-modal-name {
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(
    28px,
    calc(28px + (44 - 28) * ((100vw - 575px) / (1920 - 575))),
    44px
  );
  leading-trim: CAP_HEIGHT;
  line-height: 85%;
  letter-spacing: -3%;
  color: #353331;
  margin: 0;
}

.brokers-ceo-modal-badge {
  font-family: "Commissioner", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(
    14px,
    calc(14px + (18 - 14) * ((100vw - 575px) / (1920 - 575))),
    18px
  );
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: -4%;
  text-align: center;
  color: #353331;
  background: #35333133;
  border-radius: 7px;
  padding: 10px;
  margin-top: 15px;
  display: inline-block;
}

.brokers-ceo-modal-text {
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(
    16px,
    calc(16px + (18 - 16) * ((100vw - 575px) / (1920 - 575))),
    18px
  );
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: -3%;
  color: #353331;
  margin: 20px 0 0 0;
}

.brokers-ceo-modal-achievements {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}

.brokers-ceo-modal-achievement {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.brokers-ceo-modal-achievement:last-child {
  margin-bottom: 0;
}

.brokers-ceo-modal-achievement-square {
  width: 7px;
  height: 7px;
  background: #353331;
  border-radius: 2px;
  flex-shrink: 0;
  margin-top: 8px;
}

.brokers-ceo-modal-achievement-text {
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(
    20px,
    calc(20px + (22 - 20) * ((100vw - 575px) / (1920 - 575))),
    22px
  );
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -3%;
  color: #353331;
  margin-left: 10px;
}

.brokers-ceo-modal-quote {
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(
    16px,
    calc(16px + (18 - 16) * ((100vw - 575px) / (1920 - 575))),
    18px
  );
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: -3%;
  color: #353331;
  margin: 25px 0 0 0;
}

.brokers-ceo-modal-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.brokers-steps-section {
  margin-top: 150px;
  padding-left: clamp(
    20px,
    calc(20px + (100 - 20) * ((100vw - 991px) / (1920 - 991))),
    100px
  );
  padding-right: clamp(
    20px,
    calc(20px + (100 - 20) * ((100vw - 991px) / (1920 - 991))),
    100px
  );
}

.brokers-steps-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 40px;
}
.brokers-steps-block {
  flex: 1 1 50%;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 40px;
}

.brokers-steps-block-right {
  position: relative;
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.brokers-steps-block-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 10px;
  pointer-events: none;
}
.brokers-steps-block-right > *:not(.brokers-steps-block-bg) {
  position: relative;
  z-index: 2;
}
.brokers-steps-block-contact {
  position: static;
  width: calc(100% - 40px);
  left: 20px;
  right: auto;
  bottom: 0;
  background: #00000066;
  backdrop-filter: blur(20px);
  box-shadow: 0px 2px 4px 0px #00000026;
  border-radius: 10px;
  padding: 20px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
}
.brokers-steps-block-contact-title {
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(
    18px,
    calc(18px + (32 - 18) * ((100vw - 575px) / (1920 - 575))),
    32px
  );
  line-height: 100%;
  letter-spacing: -3%;
  color: #fff;
  text-align: left;
  margin-bottom: 54px;
}
.brokers-steps-block-contact-buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  justify-content: flex-start;
}

/* Four Blocks Section для Brokers */
.brokers-four-blocks-container {
  display: flex;
  flex-direction: column;
  gap: clamp(
    10px,
    calc(10px + (20 - 10) * ((100vw - 991px) / (1920 - 991))),
    20px
  );
  max-width: clamp(
    951px,
    calc(951px + (1720 - 951) * ((100vw - 991px) / (1920 - 991))),
    1720px
  );
  margin: 0 auto;
  margin-top: 50px;
}

.brokers-four-blocks-row {
  display: flex;
  gap: clamp(
    10px,
    calc(10px + (20 - 10) * ((100vw - 991px) / (1920 - 991))),
    20px
  );
}

.brokers-single-block {
  height: clamp(
    250px,
    calc(250px + (460 - 250) * ((100vw - 991px) / (1920 - 991))),
    460px
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  position: relative;
  min-height: clamp(
    300px,
    calc(300px + (471 - 250) * ((100vw - 991px) / (1920 - 991))),
    471px
  );
}

.brokers-block-top-left {
  flex: 0 0 calc(66.666% - 14px);
  background: #ffffff;
  padding: clamp(
    25px,
    calc(25px + (50 - 25) * ((100vw - 991px) / (1920 - 991))),
    50px
  );
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.brokers-block-bottom-right {
  flex: 0 0 calc(66.666% - 14px);
  background: #706d6b;
  padding: clamp(
    25px,
    calc(25px + (50 - 25) * ((100vw - 991px) / (1920 - 991))),
    50px
  );
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.brokers-block-top-right,
.brokers-block-bottom-left {
  flex: 0 0 calc(33.333% - 14px);
  background: #f5f5f5;
  padding: clamp(
    25px,
    calc(25px + (50 - 25) * ((100vw - 991px) / (1920 - 991))),
    50px
  );
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.brokers-block-content-wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.brokers-block-text-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.brokers-block-number {
  font-family: "Commissioner", sans-serif;
  font-weight: 600;
  font-size: clamp(
    50px,
    calc(50px + (100 - 50) * ((100vw - 575px) / (1920 - 575))),
    100px
  );
  line-height: 100%;
  letter-spacing: -5%;
  color: #353331;
  margin-bottom: 10px;
}

.brokers-block-description {
  font-family: "Commissioner", sans-serif;
  font-weight: 500;
  font-size: clamp(
    16px,
    calc(16px + (24 - 16) * ((100vw - 575px) / (1920 - 575))),
    24px
  );
  line-height: 85%;
  letter-spacing: -3%;
  color: #353331;
  max-width: 200px;
}

.brokers-block-catalog-btn {
  font-family: "Commissioner", sans-serif;
  font-weight: 500;
  font-size: clamp(
    14px,
    calc(14px + (20 - 14) * ((100vw - 575px) / (1920 - 575))),
    20px
  );
  line-height: 100%;
  letter-spacing: -4%;
  text-align: center;
  color: #353331;
  background: #fff;
  border: 1px solid #353331;
  border-radius: 5px;
  padding: clamp(
      12px,
      calc(12px + (20 - 12) * ((100vw - 575px) / (1920 - 575))),
      20px
    )
    clamp(16px, calc(16px + (24 - 16) * ((100vw - 575px) / (1920 - 575))), 24px);
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  align-self: flex-start;
}

/* Фиксируем хедер при открытой модалке, чтобы он не сдвигался */
body.modal-open .site-header-new {
    position: fixed !important;
    top: 0 !important;
    left: 100px !important;
    right: 100px !important;
    z-index: 100 !important;
    transition: none !important;
}

/* При закрытой модалке возвращаем исходное значение */
body:not(.modal-open) .site-header-new {
    top: -30px;
    transition: none !important;
}

.brokers-block-catalog-btn:hover {
  background: #353331;
  color: #fff;
}

.brokers-block-heading-two,
.brokers-block-heading-three,
.brokers-block-heading-four {
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  font-size: clamp(
    20px,
    calc(20px + (44 - 20) * ((100vw - 575px) / (1920 - 575))),
    44px
  );
  line-height: 85%;
  letter-spacing: -3%;
  color: #353331;
  margin-bottom: 20px;
}

.brokers-block-heading-four {
  color: #ffffff;
}

.brokers-block-paragraph-two {
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  font-size: clamp(
    14px,
    calc(14px + (20 - 14) * ((100vw - 575px) / (1920 - 575))),
    20px
  );
  line-height: 100%;
  letter-spacing: -3%;
  color: #353331;
  margin-bottom: 30px;
}

.brokers-block-tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.brokers-block-tag-item {
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  font-size: clamp(
    12px,
    calc(12px + (16 - 12) * ((100vw - 575px) / (1920 - 575))),
    16px
  );
  line-height: 100%;
  letter-spacing: -3%;
  color: #353331;
  background: #fff;
  border: 1px solid #353331;
  border-radius: 5px;
  padding: 8px 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.brokers-block-tag-item:hover {
  background: #353331;
  color: #fff;
}

.brokers-benefits-section {
  margin-top: auto;
}

.brokers-benefits-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.brokers-benefits-row {
  display: flex;
  gap: 20px;
}

.brokers-benefit-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #ffffff1a;
  backdrop-filter: blur(6px);
  box-shadow: 0px 2px 4px 0px #00000026;
  border-radius: 10px;
  padding: 20px;
  height: clamp(
    100px,
    calc(100px + (126 - 100) * ((100vw - 991px) / (1920 - 991))),
    126px
  );
  min-height: clamp(
    100px,
    calc(100px + (126 - 100) * ((100vw - 991px) / (1920 - 991))),
    126px
  );
}

.brokers-benefit-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.brokers-benefit-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

.brokers-benefit-subtitle {
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(
    18px,
    calc(18px + (22 - 18) * ((100vw - 991px) / (1920 - 991))),
    22px
  );
  leading-trim: none;
  line-height: clamp(
    90%,
    calc(90% + (100 - 90) * ((100vw - 991px) / (1920 - 991))),
    100%
  );
  letter-spacing: -3%;
  color: #ffffff;
  margin: 0;
  flex: 1;
  margin-right: 15px;
}

.brokers-benefit-text {
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  font-size: clamp(
    12px,
    calc(12px + (16 - 12) * ((100vw - 575px) / (1920 - 575))),
    16px
  );
  line-height: 110%;
  letter-spacing: -3%;
  color: #ffffff;
}

.highlight-guarantee,
.highlight-experience {
  color: #353331;
  font-weight: 600;
}

.brokers-block-heading-one {
  font-family: Commissioner;
  font-weight: 400;
  font-style: Regular;
  font-size: clamp(
    20px,
    calc(20px + (44 - 20) * ((100vw - 575px) / (1920 - 575))),
    44px
  );
  leading-trim: CAP_HEIGHT;
  line-height: 85%;
  letter-spacing: -3%;
  color: #353331;
  margin-bottom: clamp(20px, calc(20px + (40 - 20) * ((100vw - 575px) / (1920 - 575))), 40px);
}

.brokers-block-list-item {
    padding-top: clamp(10px, calc(10px + (20 - 10) * ((100vw - 575px) / (1920 - 575))), 20px);
    padding-bottom: clamp(10px, calc(10px + (20 - 10) * ((100vw - 575px) / (1920 - 575))), 20px);
    border-top: 1px solid #35333133;
    font-family: Commissioner;
font-weight: 400;
font-style: Regular;
font-size: clamp(16px, calc(16px + (22 - 16) * ((100vw - 575px) / (1920 - 575))), 22px);
leading-trim: NONE;
line-height: 100%;
letter-spacing: -3%;
color: #353331;
}

.brokers-block-list-item:last-child {
    border-bottom: 1px solid #35333133;
}

.brokers-block-space {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}

.brokers-block-label {
    padding: 10px;
    background: #35333133;
    width: fit-content;
    border-radius: 7px;
    margin-bottom: 10px;
}

.brokers-block-label-text {
    font-family: Commissioner;
font-weight: 500;
font-style: Medium;
font-size: clamp(14px, calc(18px + (22 - 14) * ((100vw - 575px) / (1920 - 575))), 18px);
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: -4%;
text-align: center;
color: #353331;
}

.brokers-block-label-bot {
    display: inline-block;
}

.brokers-block-label-bot-square {
    width: 10px;
    height: 10px;
    background: #353331;
    border-radius: 2px;
    margin-right: 10px;
    display: inline-block;
}

.brokers-block-label-bot-text {
    font-family: Commissioner;
font-weight: 400;
font-style: Regular;
font-size: clamp(14px, calc(18px + (22 - 14) * ((100vw - 575px) / (1920 - 575))), 18px);
leading-trim: NONE;
line-height: 100%;
text-indent: 20px;
letter-spacing: -3%;
color: #353331;
display: inline;
}

/* ====== ВСЕ МЕДИА-ЗАПРОСЫ ====== */

/* Планшеты (max-width: 991px) */
@media (max-width: 991px) {
  /* Hero блок */
  .brokers-hero-block {
    border-radius: 12px;
  }
  .brokers-hero-content {
    padding: 90px 10px 90px 10px;
  }
  .brokers-hero-title {
    font-size: 44px;
  }
  .brokers-hero-btn {
    font-size: 16px;
    padding: 14px 24px;
  }
  .brokers-hero-btn .btn-square {
    width: 20px;
    height: 20px;
  }
  .brokers-section-about {
    padding-left: 30px;
    padding-right: 30px;
  }
  .brokers-section-flex {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .brokers-section-content-block {
    padding: 30px;
  }
  .brokers-img-caption {
    left: 30px;
    right: 30px;
    bottom: 30px;
    padding: 20px;
    max-width: calc(100% - 60px);
    width: fit-content;
  }
  .brokers-section-subtitle {
    font-size: 44px;
  }
  .brokers-section-desc {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .brokers-section-badge {
    font-size: 16px;
  }
  .brokers-section-benefit-text {
    font-size: 16px;
  }
  .brokers-section-point-text {
    font-size: 22px;
  }
  .brokers-section-points {
    margin-bottom: 40px;
  }
  .brokers-hero-subtitle {
    max-width: 70%;
  }
  .brokers-section-img-block {
    min-height: 728px;
  }
  .brokers-steps-block.brokers-steps-block-right {
    min-height: 500px;
  }

  /* Модалка CEO */
  .brokers-ceo-modal-container {
    width: 75%;
    padding: 15px;
    border-radius: 15px;
  }
  .brokers-ceo-modal-content {
    flex-direction: column;
    gap: 20px;
  }
  .brokers-ceo-modal-left {
    position: static;
    height: auto;
  }
  .brokers-ceo-modal-img {
    position: static !important;
    max-height: 550px;
    object-fit: cover;
    width: 100%;
    height: auto;
  }
  .brokers-ceo-modal-right {
    padding: 0;
  }
  .brokers-ceo-modal-name {
    font-size: 44px;
  }
  .brokers-ceo-modal-badge {
    font-size: 18px;
  }
  .brokers-ceo-modal-text {
    font-size: 18px;
  }
  .brokers-ceo-modal-achievement-text {
    font-size: 22px;
  }
  .brokers-ceo-modal-quote {
    font-size: 18px;
  }
  .brokers-ceo-modal-close {
    top: 30px;
    right: 30px;
    width: 18px;
    height: 18px;
  }

  .brokers-ceo-modal-close img {
    width: 18px;
    height: 18px;
  }

  /* Steps секция */
  .brokers-steps-section {
    margin-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .brokers-steps-row {
    flex-direction: column;
    margin-top: 20px;
  }
  .brokers-steps-block {
    padding: 30px;
  }
  .brokers-ceo-modal-left {
    max-height: 500px;
    overflow: hidden;
  }

  /* Four Blocks секция */
  .brokers-four-blocks-container {
    margin-top: 30px;
    padding: 0 30px;
  }
  .brokers-four-blocks-row {
    flex-direction: column;
    gap: 10px;
  }
  .brokers-block-top-left,
  .brokers-block-top-right,
  .brokers-block-bottom-left,
  .brokers-block-bottom-right {
    flex: 1 1 100%;
    padding: 25px;
    min-height: 250px;
  }
  .brokers-block-heading-one {
    font-family: Commissioner;
    font-weight: 400;
    font-style: Regular;
    font-size: 44px;
    leading-trim: CAP_HEIGHT;
    line-height: 85%;
    letter-spacing: -3%;
    color: #353331;
  }
  .brokers-four-blocks-row-top {
    flex-direction: column-reverse;
  }
  .brokers-single-block {
    background-size: 100% auto;
    min-height: fit-content;
  }
  .brokers-block-space {
    gap: 40px;
  }
  .brokers-four-blocks-container {
    padding: 0;
  }  
}

/* Мобильные устройства (max-width: 575px) */
@media (max-width: 575px) {
  /* Hero блок */
  .brokers-section-flex {
    margin-top: 20px;
  }
  .brokers-steps-block-contact {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .white-button.brokers-steps-block-contact-button {
    bottom: 80px;
  }
  .brokers-section-img-block {
    min-height: 340px;
  }
  .white-button {
    width: calc(100% - 40px)!important;
    position: absolute !important;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .brokers-hero-block {
    margin: 15px 10px 0 10px;
    border-radius: 10px;
  }
  .brokers-hero-content {
    padding: 53px 20px 40px 20px;
    min-height: 90vh;
  }
  .brokers-hero-title {
    font-size: 32px;
  }
  .brokers-hero-subtitle {
    font-size: 16px;
    max-width: 90%;
  }
  .brokers-hero-btn {
    font-size: 14px;
    padding: 10px 16px;
  }
  .brokers-hero-btn .btn-square {
    width: 16px;
    height: 16px;
  }
  .brokers-section-about {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 50px;
  }
  .brokers-section-content-block {
    padding: 15px;
    min-height: 180px;
  }
  .brokers-section-img {
    border-radius: 7px;
  }
  .brokers-img-caption {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 20px;
    width: calc(100% - 20px);
    border-radius: 0 0 10px 10px;
  }
  .brokers-img-caption-text {
    display: none;
  }
  .brokers-img-caption-role {
    margin-bottom: 0;
  }

  /* Модалка CEO */
  .brokers-ceo-modal-container {
    width: 75%;
    padding: 10px;
    border-radius: 10px;
  }
  .brokers-ceo-modal-content {
    flex-direction: column;
    gap: 20px;
  }
  .brokers-ceo-modal-name {
    font-size: 28px;
  }
  .brokers-ceo-modal-badge {
    font-size: 14px;
  }
  .brokers-ceo-modal-text {
    font-size: 16px;
  }
  .brokers-ceo-modal-achievement-text {
    font-size: 20px;
  }
  .brokers-ceo-modal-quote {
    font-size: 16px;
    margin: 20px 0 0 0;
  }
  .brokers-ceo-modal-left {
    position: static;
    height: auto;
  }
  .brokers-ceo-modal-img {
    position: static !important;
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
  }
  .brokers-ceo-modal-right {
    padding: 0 5px 5px 5px;
  }
  .brokers-ceo-modal-close {
    top: 30px;
    right: 30px;
    width: 18px;
    height: 18px;
  }

  .brokers-ceo-modal-close img {
    width: 18px;
    height: 18px;
  }

  /* Steps секция */
  .brokers-steps-section {
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .brokers-steps-block {
    padding: 15px;
  }
  .brokers-ceo-modal-left {
    max-height: 300px;
    overflow: hidden;
  }
  .brokers-steps-block-contact {
    height: 250px;
  }
  .brokers-steps-block-contact-title {
    font-size: 18px;
  }
  .brokers-steps-block-contact-buttons {
    flex-direction: column;
    gap: 12px;
  }

  /* Four Blocks секция */
  .brokers-four-blocks-container {
    margin-top: 20px;
    padding: 0 10px;
  }
  .brokers-block-top-left,
  .brokers-block-top-right,
  .brokers-block-bottom-left,
  .brokers-block-bottom-right {
    padding: 15px;
    min-height: 200px;
  }
  .brokers-block-number {
    font-size: 50px;
  }
  .brokers-block-description {
    font-size: 16px;
  }
  .brokers-block-heading-two,
  .brokers-block-heading-three {
    font-size: 20px;
  }
  .brokers-block-paragraph-two {
    font-size: 14px;
  }
  .brokers-block-tag-item {
    font-size: 12px;
    padding: 6px 10px;
  }
  .brokers-benefits-row {
    flex-direction: column;
    gap: 15px;
  }

  .brokers-benefit-subtitle {
    font-size: 18px;
    line-height: 90%;
  }
  .brokers-block-heading-one {
    font-family: Commissioner;
    font-weight: 400;
    font-style: Regular;
    font-size: 26px;
    leading-trim: CAP_HEIGHT;
    line-height: 85%;
    letter-spacing: -3%;
  }
  .brokers-block-space {
    gap: 30px;
  }
  .brokers-single-block {
    background-size: auto 100%;
    height: fit-content;
  }
}
