

/* Start:/local/templates/main/components/bitrix/news.list/partnery.header/style.css?17683889843051*/
.partnery-header {
  margin-bottom: 80px;
  box-shadow: 0.11px 3.4px 5.53px 0px #02254E0A;
  box-shadow: 0.55px 16.99px 34px 0px #02254E14;
}

.heroPartnery{
  position: relative;
  background: #fff;
  min-height: 690px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/* MEDIA: desktop справа и не ограничена контейнером */
.heroPartnery__media{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;

  width: 100vw;          /* тянется до правого края */
  min-width: 690px;
}

.heroPartnery__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  display: block;
}

/* TEXT */
.heroPartnery__container{
  position: relative;
  z-index: 2;
}

.heroPartnery__content{
  width: min(440px, 55%);
  padding: 64px 0;
  line-height: 51px;
  font-size: 44px;
  font-weight: 600;
  color: #EDF1F7;
}

.heroPartnery__content span {
  text-transform: uppercase;
}

.heroPartnery__content p {
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF80;
  margin-bottom: 64px;
}

.heroPartnery__line{
  margin: 24px 0 24px;
  height: 0;
  opacity: 1;
  border: 1px solid #EDF1F7
}

.partnery__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px !important;
  height: 56px !important;
  background-color: #E32125;
  border-radius: 900px;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 500;

  transition: all .3s ease-in-out;
}

.Partnery__btn:hover {
  background-color: #C21A1E;
}

/* ---------- MOBILE: как на скрине ---------- */
@media (max-width: 992px){
  .heroPartnery{
    min-height: auto;
    overflow: visible;
    display: block; /* чтобы не резать тени/скругления, если будут */
  }

  /* media становится обычным блоком сверху */
  .heroPartnery__media{
    position: relative !important;
    width: 100%;
    min-width: 0;
    height: 320px;     /* подгони под дизайн */
  }

  /* белый блок с текстом снизу */
  .heroPartnery__container{
    background: #fff;
  }

  .heroPartnery__content{
    width: 100%;
    padding-top: 48px !important;
    padding-bottom: 48px !important;
    font-size: 20px; 
    color: #02254E;     /* т.к. padding уже у container на мобилке */
  }

  .heroPartnery__content span {
    width: 60%;
    line-height: 27px;
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
  }

  .heroPartnery__content p {
    font-size: 13px;
    line-height: 18px;
    color: #02254EB2;
    margin-bottom: 32px;
  }

  .partnery__btn {
    width: 148px !important;
    height: 48px !important;
    font-size: 13px;
  }

  .about-company-header {
    margin-bottom: 48px;
  }

  .heroPartnery__line{
    margin: 12px 0 12px;
  }

  .partnery-header {
    margin-bottom: 48px;
  }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/brands/style.css?1768388990799*/

.brands_main_page_section {
  margin-bottom: 80px;
}

.brand-swiper {
  padding: 15px !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.brand_container {
  height: 72px !important;
  background-color: #FFF !important;
  border-radius: 1rem !important;
  padding: .9375rem !important;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
}

.brand {
  background-size: auto 100% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;

  transition: all .4s;
}

.brand_container:hover .brand {
  transform: scale(1.1);
}

@media (max-width: 992px) {
  .brands_main_page_section {
    margin-bottom: 48px;
  }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/tizer/style.css?17683890082215*/
.usp-section {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  background: radial-gradient(
    circle at 50% 50%,
    #FCFCFC
  );
}
.connector-stack {
  display: flex;
  flex-direction: column;
  gap: 82px;
}
.stack-left {
  align-items: flex-start;
}
.stack-right {
  align-items: flex-end;
}
.connector {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 8px 12px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  max-width: 420px;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  width: 100%;
  max-width: none;
}
.connector-left {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  justify-content: flex-end;
  text-align: right;
  background: linear-gradient(90deg, #cddbf5 0%, #9cb9e3 100%);
}
.connector-right {
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
  justify-content: flex-start;
  background: linear-gradient(270deg, #cddbf5 0%, #9cb9e3 100%);
}
.connector-node {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #4a6fbf;
  box-shadow: 0 0 0 6px rgba(156, 185, 227, 0.35);
  flex-shrink: 0;
}
.connector-hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(117, 142, 194, 0.25);
}
@media (max-width: 991.98px) {
  .connector-stack {
    gap: 18px;
  }
  .stack-left {
    align-items: flex-start;
    padding: 0;
  }
  .stack-right {
    align-items: flex-end;
    padding: 0;
  }
  .stack-left .connector {
    width: min(95%, 992px);
    margin-left: 0;
    margin-right: auto;
  }
  .stack-right .connector {
    width: min(95%, 992px);
    margin-left: auto;
    margin-right: 0;
  }
  .stack-left .connector:nth-child(2),
  .stack-right .connector:nth-child(2) {
    width: calc(100% - clamp(60px, 6vw, 100px));
  }
  .centerpiece {
    margin: 0px auto;
    width: 236px;
  }
  .center-disc img {
    width: 236px;
    height: auto;
  }

  .usp-section {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .stack-left .connector:nth-child(2) {
    width: calc(100% - clamp(60px, 3vw, 170px));
  }
  .stack-right .connector:nth-child(2) {
    width: calc(100% - clamp(60px, 3vw, 170px));
  }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/cooperation.terms/style.css?17683890041916*/
.cooperation-terms-section {
  margin-bottom: 60px;
}

.stages-columns{
  column-count: 2;
  column-gap: 24px; /* как gutter */
}

.stage-card{
  display: inline-block; /* важно для column layout */
  width: 100%;
  margin: 0 0 16px; /* расстояние между карточками */
  break-inside: avoid; /* чтобы карточку не рвало */
  padding: 10px 10px 10px 40px;
  background-color: #FFFFFF;
  box-shadow: 0px 14px 18px -3px rgba(34, 60, 80, 0.2);
  border-radius: 16px;
}

/* На мобилке — 1 колонка */



.stage-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stage-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.stage-num {
  font-weight: 600;
  font-size: 40px;
  line-height: 55px;
  color: #E32125;
}

.stage-text {
  font-weight: 600;
  color: #02254E;
  font-size: 20px;
}

.stage-toggle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background: #f1f3f6;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.stage-body {
  margin-top: 14px;
  font-size: 17px;
  color: #02254E66;
  display: none;
}

/* Активное состояние */
.stage-card.active .stage-body {
  display: block;
}

.stage-card.active .stage-toggle {
  background: #fbeaea;
  color: #e41c1c;
}

@media (max-width: 992px){
  .stages-columns{ column-count: 1; }

  .cooperation-terms-section {
    margin-bottom: 28px;
  }

  .stage-num {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #E32125;
  }

  .stage-text {
    font-weight: 600;
    color: #02254E;
    font-size: 14px;
    line-height: 19px;
  }

  .stage-body {
    margin-top: 14px;
    font-size: 13px;
    color: #02254E66;
    display: none;
  }

  .stage-card{
    padding: 10px 16px 16px 16px;
  }

  .stage-toggle {
    width: 27px;
    height: 27px;
    font-size: 15px;
  }
}

/* End */


/* Start:/local/components/main/send.form/templates/statics/style.css?17757127483025*/
.become-partner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
  box-shadow: 0px 7px 20px 0px rgba(34, 60, 80, 0.2);
}

.become-partner {
  margin-bottom: 80px;
}

.form-card {
  max-width: 520px;
}

/* Поля “капсулы” */
.form-pill {
  height: 58px;
  border-radius: 999px !important;
  background: #eef2f6 !important;
  padding: 18px 20px !important;
  border: none !important;
  font-size: 18px;
  color: #2b2f33;
}

.form-pill::placeholder {
  color: #02254E66;
  font-size: 15px;
}

/* Фокус аккуратный (без “синей” обводки bootstrap) */
.form-pill:focus {
  background: #eef2f6;
  border-color: rgba(220, 53, 69, 0.35); /* bootstrap danger */
  box-shadow: none !important;
}

/* Красная большая кнопка */
.btn-send {
  height: 56px;
  border-radius: 999px !important;
  font-size: 18px;
  font-weight: 600;
  background-color: #E32125 !important;
  color: #FFFFFF !important;
  transition: all .3s ease-in-out !important;
}

.btn-send:hover {
  background-color: #C21A1E !important;
}

.form-check-custom .form-check-label {
  font-size: 12px;
  line-height: 16px;
  color: #02254E66;
}

/* Чекбокс чуть приятнее по виду */
.form-check-custom .form-check-input {
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

.become-partner-container {
  padding-left: 105px;
  padding-right: 105px;
  background: url('/local/templates/main/images/become-partner-bg.svg'), linear-gradient(180deg, #EDF1F7 0%, #D3E2F8 100%);
  background-position: left bottom, center center;
  background-repeat: no-repeat, no-repeat;
  height: 378px;
  border-radius: 16px;
}

.become-partner-form-container {
  padding: 61px 48px;
  background-color: #FFFFFF;
  width: 505px;
}

.become-partner-title {
  color: #02254E;
  font-size: 40px;
  font-weight: 600;
}

.become-partner-text {
  color: #02254EB2;
  font-size: 18px;
}

.become-partner-preview-text {
  margin-top: 80px;
  width: 400px;
}

.become-partner-preview-text hr {
    border-top: 0;
    height: 0px;
    border: 1px solid #EDF1F7;
    border-radius: 900px;
    opacity: 1;
}

@media (max-width: 992px) {
  .become-partner-container {
    background: transparent;
    box-shadow: none;
    padding-left: 0px;
    padding-right: 0px;
  }

  .become-partner-preview-text-mobile {
    background: url('/local/templates/main/images/become-partner-bg.svg'), linear-gradient(180deg, #EDF1F7 0%, #D3E2F8 100%);
    background-position: left bottom -80px, center center;
    background-repeat: no-repeat, no-repeat;
    border-radius: 16px;
    padding: 48px 41px 69px 41px;
    margin-bottom: 24px;
  }

  .become-partner-form-container {
    padding: 0;
    width: 100%;
  }

  .become-partner-preview-text {
    margin-top: 0;
    text-align: center;
    width: 100%;
  }

  .become-partner-title {
    font-size: 20px;
  }

  .become-partner-text {
    font-size: 13px;
  }

  .become-partner {
    margin-bottom: 80px;
  }
}
/* End */
/* /local/templates/main/components/bitrix/news.list/partnery.header/style.css?17683889843051 */
/* /local/templates/main/components/bitrix/news.list/brands/style.css?1768388990799 */
/* /local/templates/main/components/bitrix/news.list/tizer/style.css?17683890082215 */
/* /local/templates/main/components/bitrix/news.list/cooperation.terms/style.css?17683890041916 */
/* /local/components/main/send.form/templates/statics/style.css?17757127483025 */
