.bsh-so {
--orange:    #eb6a05;
--blue:      #4283c4;
--blue-dark: #1b3a61;
--dark:      #0f1720;
--light-bg:  #f4f7fb;
--radius-a:  50px 0 50px 0;
--radius-b:  0 50px 0 50px;
font-family: inherit;
color: var(--dark);
}
.bsh-so *, .bsh-so *::before, .bsh-so *::after { box-sizing: border-box; }
.bsh-so a:focus-visible,
.bsh-so button:focus-visible,
.bsh-so input:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
.bsh-so, .bsh-so * { transition-duration: .01ms !important; }
}
.bsh-so__container { max-width: 1600px; margin: 0 auto; padding: 0 32px; }
.bsh-so__kicker {
font-size: 13px; font-weight: 700; text-transform: uppercase;
letter-spacing: .08em; color: var(--orange); margin-bottom: 10px;
}
.bsh-so__heading {
font-size: clamp(28px,4vw,42px); font-weight: 700; line-height: 1.15;
margin: 0 0 18px; color: var(--dark);
}
.bsh-so__text { font-size: 16px; line-height: 1.65; color: #444; margin: 0 0 24px; }
.bsh-so__btn {
display: inline-flex; align-items: center; gap: 8px;
padding: 14px 36px; font-size: 15px; font-weight: 600;
border: none; cursor: pointer; text-decoration: none; text-align: center;
background: var(--orange); color: #fff; border-radius: var(--radius-a);
font-family: inherit; transition: border-radius .35s ease, background .25s ease;
}
.bsh-so__btn:hover, .bsh-so__btn:focus-visible {
border-radius: var(--radius-b); background: var(--blue-dark); color: #fff;
}
.bsh-so__consent {
display: flex; gap: 10px; align-items: flex-start;
font-size: 14px; line-height: 1.5; color: #555; cursor: pointer;
}
.bsh-so__consent input[type="checkbox"] { flex-shrink: 0; margin-top: 3px; accent-color: var(--orange); }
.bsh-so__consent a { color: var(--orange); text-decoration: underline; } .bsh-so-s1 { background: #f4f7fb; padding: 100px 0 60px; position: relative; overflow: hidden; min-height: 50vh; }
.bsh-so-s1__bg { position: absolute; inset: 0; z-index: 0; background-size: 20%; background-repeat: no-repeat; background-position: right -60px bottom -60px; opacity: .04; pointer-events: none; }
.bsh-so-s1 .bsh-so__container { position: relative; z-index: 2; }
.bsh-so-s1__grid {
display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.bsh-so-s1__text { display: flex; flex-direction: column; }
.bsh-so-s1__body { font-size: 17px; line-height: 1.7; color: #444; }
.bsh-so-s1__body p { margin: 0 0 16px; }
.bsh-so-s1__image {
border-top-left-radius: 50%; border-bottom-right-radius: 50%; overflow: hidden; height: 450px; }
.bsh-so-s1__image img { width: 100%; height: 100%; object-fit: cover; display: block; } .bsh-so-s2 {
background: #fff; padding: 100px 0; position: relative; overflow: hidden;
}
.bsh-so-s2__dots {
position: absolute; inset: 0;
background-image: radial-gradient(rgb(66 131 196 / 71%) 1px, transparent 1px);
background-size: 9px 9px; opacity: .45; pointer-events: none;
}
.bsh-so-s2 .bsh-so__container { position: relative; z-index: 2; }
.bsh-so-s2__advantages {
display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin: 40px 0;
}
.bsh-so-s2__adv {
display: flex; gap: 14px; background: #fff; border-radius: 0;
padding: 28px 24px; box-shadow: 0 4px 24px rgba(15,27,45,.06);
}
.bsh-so-s2__adv-icon {
flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%;
background: rgba(235,106,5,.1); color: var(--orange);
display: flex; align-items: center; justify-content: center;
}
.bsh-so-s2__adv-title { font-size: 16px; font-weight: 700; margin: 0 0 6px; color: var(--dark); }
.bsh-so-s2__adv-text { font-size: 14px; line-height: 1.55; color: #555; margin: 0; }
.bsh-so-s2__form-wrap {
background: #fff; border-radius: 0; padding: 48px;
box-shadow: 0 4px 24px rgba(15,27,45,.06); margin-top: 32px;
} .bsh-so-s3 {
background: #1b3a61; padding: 100px 0; position: relative; overflow: hidden;
}
.bsh-so-s3 .bsh-so__container { position: relative; z-index: 2; }
.bsh-so-s3 .bsh-so__heading { color: #fff; }
.bsh-so-s3 .bsh-so__kicker { color: var(--orange); }
.bsh-so-s3__tree {
position: absolute; right: -40px; bottom: -40px;
width: 320px; height: 320px;
background-size: contain; background-repeat: no-repeat; background-position: center;
filter: brightness(0) invert(1); opacity: .1;
pointer-events: none; z-index: 0;
}
.bsh-so-s3__bg {
position: absolute; right: -40px; bottom: -40px; width: 360px; height: 360px;
background-size: contain; background-repeat: no-repeat; background-position: center;
opacity: .04; pointer-events: none;
}
.bsh-so-s3__grid {
display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.bsh-so-s3__content {
display: flex; flex-direction: column; align-items: flex-start;
}
.bsh-so-s3__body { font-size: 16px; line-height: 1.7; color: #444; margin-bottom: 24px; }
.bsh-so-s3__body p { margin: 0 0 14px; }
.bsh-so-s3__image {
border-top-left-radius: 50%; border-bottom-right-radius: 50%; overflow: hidden; height: 450px; }
.bsh-so-s3__image img { width: 100%; height: 100%; object-fit: cover; display: block; } .bsh-so-s4 {
background: var(--light-bg, #f4f7fb); padding: 100px 0; position: relative; overflow: hidden;
}
.bsh-so-s4__bg {
position: absolute; inset: 0; z-index: 0;
background-size: contain; background-repeat: no-repeat; background-position: right -60px bottom -60px;
opacity: .04; pointer-events: none;
}
.bsh-so-s4__wrap {
display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
background: #fff; border-radius: 0; padding: 48px; align-items: center;
position: relative; z-index: 1;
}
.bsh-so-s4__row { display: flex; gap: 12px; margin-bottom: 16px; }
.bsh-so-s4__input {
flex: 1; padding: 13px 16px; font-size: 15px; font-family: inherit;
border: 1.5px solid #d0d5dd; border-radius: 0; background: #fff;
color: var(--dark); transition: border-color .2s ease, box-shadow .2s ease;
}
.bsh-so-s4__input:focus {
outline: none; border-color: var(--orange);
box-shadow: 0 0 0 3px rgba(235,106,5,.12);
}
.bsh-so-s4__btn {
padding: 13px 32px; font-size: 15px; font-weight: 600; border: none; cursor: pointer;
background: var(--orange); color: #fff; border-radius: var(--radius-a);
transition: border-radius .35s ease, background .25s ease; white-space: nowrap;
font-family: inherit;
}
.bsh-so-s4__btn:hover, .bsh-so-s4__btn:focus-visible {
border-radius: var(--radius-b); background: var(--blue-dark);
} @media (max-width: 900px) {
.bsh-so-s1__grid { grid-template-columns: 1fr; gap: 40px; }
.bsh-so-s1__image { order: -1; }
.bsh-so-s3__grid { grid-template-columns: 1fr; gap: 40px; }
.bsh-so-s3__image { order: -1; }
.bsh-so-s2__advantages { grid-template-columns: 1fr; }
.bsh-so-s4__wrap { grid-template-columns: 1fr; gap: 40px; padding: 40px 32px; }
.bsh-so-s1, .bsh-so-s2, .bsh-so-s3, .bsh-so-s4 { padding: 64px 0; }
}
@media (max-width: 600px) {
.bsh-so__container { padding: 0 18px; }
.bsh-so__heading { font-size: clamp(22px,5vw,32px); }
.bsh-so-s4__row { flex-direction: column; }
.bsh-so-s4__btn { width: 100%; }
.bsh-so-s2__form-wrap { padding: 24px 18px; }
.bsh-so-s2__adv { padding: 20px 16px; }
} .bsh-so-s3 .bsh-so-s3__body { color: rgba(255,255,255,.85); }
.bsh-so-s3 .bsh-so-s3__body a { color: #fff; text-decoration: underline; }
.bsh-so-s3 .bsh-so-s3__body a:hover { color: var(--orange); }