.podbor-hero {
  background:
    radial-gradient(circle at 90% 20%, rgba(95, 100, 252, 0.14) 0, rgba(95, 100, 252, 0) 28%),
    linear-gradient(180deg, #f8faff 0%, #fff 100%);
  padding: 58px 0 54px;
}

.podbor-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 44px;
  align-items: center;
}

.podbor-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border-radius: 24px;
  background: #fff;
  padding: 0 14px;
  margin-bottom: 18px;
  color: #494ecc;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 30px rgba(73, 78, 204, 0.08);
}

.podbor-lead {
  max-width: 720px;
  color: #232323;
  font-size: 20px;
  line-height: 1.55;
}

.podbor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.podbor-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 840px;
  margin-top: 34px;
}

.podbor-trust-item {
  min-height: 104px;
  border: 1px solid #e5e8f4;
  border-radius: 8px;
  background: #fff;
  padding: 18px;
}

.podbor-trust-item b {
  display: block;
  margin-bottom: 8px;
  color: #232323;
  font-size: 20px;
  line-height: 1.2;
}

.podbor-trust-item span {
  display: block;
  color: #666;
  font-size: 15px;
  line-height: 1.45;
}

.podbor-call-card,
.podbor-form-card,
.podbor-info-block,
.podbor-steps,
.podbor-faq-item,
.podbor-bottom-card {
  border: 1px solid #e5e8f4;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(10, 33, 65, 0.06);
}

.podbor-call-card {
  padding: 28px;
}

.podbor-call-title {
  margin-bottom: 10px;
  color: #666;
  font-size: 16px;
}

.podbor-call-phone {
  display: block;
  margin-bottom: 16px;
  color: #232323;
  font-size: 25px;
  font-weight: 700;
  white-space: nowrap;
}

.podbor-call-card p {
  color: #666;
  font-size: 16px;
}

.podbor-call-link {
  display: inline-block;
  margin-top: 18px;
  font-size: 16px;
  font-weight: 500;
}

.podbor-content-section {
  padding: 50px 0 28px;
}

.podbor-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 30px;
  align-items: start;
}

.podbor-main {
  display: grid;
  gap: 30px;
}

.podbor-info-block,
.podbor-steps {
  padding: 34px;
}

.podbor-benefits {
  display: grid;
  gap: 18px;
}

.podbor-benefit {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 20px;
  border-radius: 8px;
  background: #f8faff;
}

.podbor-benefit-icon,
.podbor-steps li span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #494ecc;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.podbor-benefit p,
.podbor-steps p {
  color: #666;
  font-size: 16px;
}

.podbor-steps ol {
  display: grid;
  gap: 18px;
  list-style: none;
}

.podbor-steps li {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.podbor-steps b {
  display: block;
  margin-bottom: 4px;
  color: #232323;
  font-size: 18px;
}

.podbor-form-card {
  position: sticky;
  top: 18px;
  padding: 30px;
}

.podbor-form-card h2 {
  margin-bottom: 10px;
}

.podbor-form-note {
  margin-bottom: 24px;
  color: #666;
  font-size: 16px;
}

.podbor-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.podbor-field {
  display: block;
}

.podbor-field span {
  display: block;
  margin-bottom: 10px;
  color: #232323;
  font-size: 16px;
}

.podbor-field em {
  color: #e9726b;
  font-style: normal;
}

.podbor-field input,
.podbor-field textarea {
  display: block;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 2px;
  background: #fff;
  padding: 0 15px;
  color: #666;
  font-family: inherit;
  font-size: 16px;
  outline: none;
}

.podbor-field input {
  height: 48px;
}

.podbor-field textarea {
  min-height: 132px;
  padding-top: 14px;
  padding-bottom: 14px;
  resize: vertical;
  line-height: 1.5;
}

.podbor-field input:focus,
.podbor-field textarea:focus {
  border-color: #494ecc;
  box-shadow: 0 0 0 3px rgba(73, 78, 204, 0.08);
}

.confirm-label {
  display: flex;
  align-items: flex-start;
  color: #232323;
  font-size: 17px;
  font-weight: 400;
  cursor: pointer;
}

.confirm-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.confirm-label div {
  position: relative;
  display: block;
  padding-left: 30px;
  color: #232323;
  font-size: 14px;
  line-height: 1.45;
}

.confirm-label div:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}

.confirm-label input[type="checkbox"]:checked + div:before {
  border: 1px solid #494ecc;
  background-color: #494ecc;
  background-image: linear-gradient(45deg, transparent 52%, #fff 52%, #fff 62%, transparent 62%),
                    linear-gradient(-45deg, transparent 58%, #fff 58%, #fff 68%, transparent 68%);
}

.confirm-label a {
  display: inline;
}

.podbor-submit {
  width: 100%;
  margin-top: 4px;
}

.podbor-after-submit {
  color: #999;
  font-size: 13px;
  line-height: 1.5;
}

.podbor-faq-section {
  padding: 32px 0 42px;
}

.podbor-faq-list {
  display: grid;
  gap: 14px;
}

.podbor-faq-item {
  padding: 0;
  box-shadow: none;
  overflow: hidden;
}

.podbor-faq-item summary {
  padding: 22px 26px;
  color: #232323;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.podbor-faq-item p {
  padding: 0 26px 24px;
  color: #666;
  font-size: 16px;
}

.podbor-bottom-cta {
  padding: 16px 0 78px;
}

.podbor-bottom-card {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 28px 34px;
  background: #f8faff;
  box-shadow: none;
}

.podbor-bottom-card h2 {
  margin-bottom: 8px;
}

.podbor-bottom-card p {
  color: #666;
}

.podbor-bottom-actions {
  display: flex;
  flex: none;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}



@media only screen and (max-width: 1199px) {

  .podbor-hero-grid,
  .podbor-layout {
    grid-template-columns: 1fr;
  }

  .podbor-call-card,
  .podbor-form-card {
    position: static;
  }

  .podbor-call-card {
    max-width: 520px;
  }
}



@media only screen and (max-width: 768px) {

  .podbor-hero {
    padding-top: 34px;
  }

  .podbor-actions,
  .podbor-bottom-actions {
    width: 100%;
  }

  .podbor-actions .butt,
  .podbor-actions .butt-o,
  .podbor-bottom-actions .butt,
  .podbor-bottom-actions .butt-o {
    width: 100%;
  }

  .podbor-bottom-card {
    display: block;
  }

  .podbor-bottom-actions {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 640px) {

  .podbor-benefit,
  .podbor-steps li {
    display: block;
  }

  .podbor-benefit-icon,
  .podbor-steps li span {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 570px) {

  .podbor-lead {
    font-size: 17px;
  }

  .podbor-info-block,
  .podbor-steps,
  .podbor-form-card {
    padding: 22px;
  }

  .podbor-call-card,
  .podbor-bottom-card {
    padding: 22px;
  }

  .podbor-call-phone {
    font-size: 21px;
  }
}


.podbor-content-section {
  padding: 50px 0 28px;
}

.podbor-form-shell {
  width: 760px;
  max-width: 100%;
  padding: 0;
}

.podbor-form-head {
  margin-bottom: 24px;
}

.podbor-form-head h2 {
  margin-bottom: 10px;
}

.podbor-form-head p {
  color: #666;
  font-size: 17px;
}

.podbor-form {
  display: block;
  width: 100%;
}

.podbor-form-grid {
  display: block;
}

.podbor-field {
  display: block;
  margin-bottom: 22px;
}

.podbor-field span {
  display: block;
  margin-bottom: 10px;
  color: #232323;
  font-size: 17px;
}

.podbor-field input,
.podbor-field textarea {
  display: block;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 2px;
  background: #fff;
  padding: 0 20px;
  color: #666;
  font-family: inherit;
  font-size: 16px;
  outline: none;
}

.podbor-field input {
  height: 48px;
}

.podbor-field textarea {
  min-height: 145px;
  padding-top: 14px;
  padding-bottom: 14px;
  resize: vertical;
  line-height: 1.5;
}

.podbor-consent {
  margin-top: 2px;
  margin-bottom: 22px;
}

.podbor-submit-row {
  display: block;
}

.podbor-submit-row p {
  max-width: 620px;
  margin-top: 14px;
  color: #999;
  font-size: 14px;
  line-height: 1.5;
}

.podbor-submit {
  width: auto;
  min-width: 220px;
}


@media only screen and (max-width: 570px) {
  .podbor-form-shell {
    width: 100%;
  }

  .podbor-submit {
    width: 100%;
  }
}


h2.podbor {
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 0;
    color: #232323;
    font-weight: 700;
    line-height: 1.2;
}

@media only screen and (max-width: 992px) {

  h2.podbor {
    font-size: 26px;
  }
}  


.podbor-form-grid div.fancy-select div.trigger {
    width: 100%;
}

.podbor-faq-list summary {
    display: list-item;
}

.podbor-form .success {
    display: none;
    margin-top: 30px;
    font-size: 28px;
}    

.copy {
    color: #9696a8;
    font-size: 14px;
    line-height: 1.5;
}

.copy a {
  color: #ffffff;
  text-decoration: underline;
  font-size: 14px;
    line-height: 1.5;
}
.copy a:hover {
  color: #d4dffb;
}
