.elementor-kit-36{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#D12121;--e-global-color-a968314:#F4F4F4;--e-global-color-7b22354:#00000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-36 e-page-transition{background-color:#FFBC7D;}.elementor-kit-36 p{margin-block-end:20px;}.elementor-kit-36 a{font-family:"Inter", Sans-serif;}.elementor-kit-36 h1{font-family:"Inter", Sans-serif;font-size:45px;}.elementor-kit-36 h2{font-family:"Inter", Sans-serif;font-size:45px;font-weight:700;}.elementor-kit-36 h3{font-family:"Inter", Sans-serif;font-size:30px;font-weight:700;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-36 h1{font-size:30px;}.elementor-kit-36 h2{font-size:30px;}.elementor-kit-36 h3{font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-36 h1{font-size:30px;}.elementor-kit-36 h2{font-size:30px;}.elementor-kit-36 h3{font-size:22px;}.elementor-kit-36 h4{font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.test-banner {
  display: flex;
  align-items: center;
  gap: 18px;

  background: #f4f8fb;
  border-radius: 18px;
    margin: 20px 0 20px 0;
  padding: 22px 28px;
  width: 100%;
}

.test-banner__content {
  flex: 1; /* главное исправление */
  min-width: 0;
}

.test-banner__title {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;
}

.test-banner__text {
  font-size: 15px;
  line-height: 1.4;
  color: #333;
}

.test-banner__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  padding: 12px 26px;
  border-radius: 10px;

  background: #B81A1A;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;

  white-space: nowrap;
  flex-shrink: 0;

  transition: 0.2s;
}

.mp-info-box {
  background: #f3f3f3;
  border-radius: 14px;
  padding: 30px 20px;
  font-size: 18px;
  line-height: 1.5;
  color: #111;
  max-width: 100%;
  margin: 10px auto;
}

.mp-info-box a {
  color: #1a73e8;
  text-decoration: none;
  font-weight: 500;
}
@media (max-width: 768px) {
  .mp-info-box {
    font-size: 16px;
    padding: 14px 16px;
    border-radius: 12px;
  }
}
.mp-info-box a:hover {
  text-decoration: underline;
}

/* 📱 адаптив */
@media (max-width: 768px) {
  .test-banner {
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
  }

  .test-banner__btn {
    width: 100%;
  }
}/* End custom CSS */