/* BEAUTIFUL SMILE — SCSS/CSS ДЛЯ ОДНОГО БЛОКА INSALES
   Совместим со старым компилятором InSales; используется простой CSS-синтаксис. */


.bs-site,
.bs-site * {
  box-sizing: border-box;
}

.bs-site {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  overflow: hidden;
  background: #ffffff;
  color: #172b3f;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.bs-site img {
  display: block;
  max-width: 100%;
}

.bs-site button,
.bs-site input,
.bs-site textarea {
  font: inherit;
}

.bs-site button,
.bs-site a {
  -webkit-tap-highlight-color: transparent;
}

.bs-site a {
  color: inherit;
}

.bs-site h1,
.bs-site h2,
.bs-site h3,
.bs-site p {
  margin-top: 0;
}

.bs-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.bs-topline {
  position: relative;
  z-index: 30;
  background: #102e43;
  color: #dcecf2;
  font-size: 13px;
}

.bs-topline__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bs-topline__item {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.bs-topline__icon {
  color: #62c3d1;
  margin-right: 8px;
  font-size: 10px;
}

.bs-header {
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  z-index: 50;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.bs-header.is-fixed {
  position: fixed;
  top: 0;
  background: rgba(255,255,255,0.97);
  box-shadow: 0 10px 35px rgba(15, 44, 66, 0.10);
}

.bs-header__inner {
  min-height: 92px;
  display: flex;
  align-items: center;
}

.bs-logo {
  width: 180px;
  flex: 0 0 180px;
  text-decoration: none;
}

.bs-logo img {
  width: 100%;
  height: auto;
}

.bs-nav {
  margin-left: auto;
  margin-right: 34px;
  display: flex;
  align-items: center;
}

.bs-nav a {
  position: relative;
  margin-left: 28px;
  padding: 10px 0;
  color: #223e51;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.bs-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 0;
  height: 2px;
  background: #45afc0;
  transition: width 0.25s ease;
}

.bs-nav a:hover:after {
  width: 100%;
}

.bs-header__actions {
  display: flex;
  align-items: center;
}

.bs-header__phone {
  display: flex;
  flex-direction: column;
  margin-right: 18px;
  color: #17344a;
  text-decoration: none;
  text-align: right;
}

.bs-header__phone span {
  font-size: 15px;
  font-weight: 800;
}

.bs-header__phone small {
  color: #6c8392;
  font-size: 11px;
}

.bs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border: 0;
  border-radius: 16px;
  cursor: pointer;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.bs-btn:hover {
  transform: translateY(-2px);
}

.bs-btn--small {
  min-height: 46px;
  padding-left: 21px;
  padding-right: 21px;
  background: #e9f7f9;
  color: #167487;
  border-radius: 14px;
  font-size: 14px;
}

.bs-btn--primary {
  background: #2f9fb3;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(47, 159, 179, 0.25);
}

.bs-btn--primary:hover {
  background: #23899b;
  box-shadow: 0 18px 38px rgba(47, 159, 179, 0.34);
}

.bs-btn--ghost {
  background: rgba(255,255,255,0.78);
  color: #173a50;
  border: 1px solid rgba(23,58,80,0.13);
}

.bs-btn--wide {
  width: 100%;
}

.bs-btn__phone-icon {
  margin-right: 9px;
  color: #2f9fb3;
}

.bs-burger {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: 12px;
  padding: 10px;
  border: 0;
  border-radius: 12px;
  background: #eaf6f8;
  cursor: pointer;
}

.bs-burger span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  background: #15394d;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.bs-hero {
  position: relative;
  min-height: 820px;
  padding-top: 172px;
  padding-bottom: 78px;
  background: linear-gradient(135deg, #f4fbfc 0%, #edf8fa 48%, #ffffff 100%);
}

.bs-hero__decor {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.bs-hero__decor--one {
  width: 360px;
  height: 360px;
  right: -140px;
  top: 130px;
  background: rgba(88, 193, 210, 0.10);
}

.bs-hero__decor--two {
  width: 190px;
  height: 190px;
  left: -90px;
  bottom: 60px;
  background: rgba(27, 92, 123, 0.05);
}

.bs-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: center;
}

.bs-hero__content {
  position: relative;
  z-index: 2;
  padding-right: 38px;
}

.bs-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-bottom: 24px;
  padding: 0 16px;
  border-radius: 999px;
  background: #e1f4f6;
  color: #246c7b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.bs-eyebrow__dot {
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  background: #2f9fb3;
  box-shadow: 0 0 0 5px rgba(47,159,179,0.13);
}

.bs-hero h1 {
  margin-bottom: 26px;
  color: #102f44;
  font-size: 66px;
  line-height: 1.04;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.bs-hero h1 span {
  color: #2f9fb3;
}

.bs-hero__lead {
  max-width: 620px;
  margin-bottom: 32px;
  color: #567082;
  font-size: 19px;
  line-height: 1.65;
}

.bs-hero__actions {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.bs-hero__actions .bs-btn {
  margin-right: 12px;
}

.bs-hero__facts {
  display: flex;
  align-items: stretch;
}

.bs-hero__fact {
  min-width: 138px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #d9e8ed;
}

.bs-hero__fact:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.bs-hero__fact strong,
.bs-hero__fact span {
  display: block;
}

.bs-hero__fact strong {
  margin-bottom: 4px;
  color: #153c53;
  font-size: 16px;
}

.bs-hero__fact span {
  color: #78909e;
  font-size: 12px;
}

.bs-hero__visual {
  position: relative;
  z-index: 1;
  padding-left: 22px;
}

.bs-hero__image-wrap {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  padding: 14px;
  border-radius: 40px;
  background: rgba(255,255,255,0.78);
  box-shadow: 0 28px 80px rgba(25, 76, 101, 0.17);
}

.bs-hero__image-wrap > img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  object-position: 60% center;
  border-radius: 30px;
}

.bs-hero__badge {
  position: absolute;
  display: flex;
  align-items: center;
  max-width: 270px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: 18px;
  background: rgba(255,255,255,0.94);
  box-shadow: 0 16px 40px rgba(24,67,89,0.14);
}

.bs-hero__badge--top {
  left: -55px;
  top: 66px;
}

.bs-hero__badge--bottom {
  right: -18px;
  bottom: 48px;
}

.bs-hero__badge-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #dff3f6;
  color: #278da0;
  font-size: 20px;
  font-weight: 800;
}

.bs-hero__badge strong,
.bs-hero__badge small {
  display: block;
}

.bs-hero__badge strong {
  color: #193d52;
  font-size: 13px;
}

.bs-hero__badge small {
  margin-top: 2px;
  color: #7c919e;
  font-size: 11px;
  line-height: 1.4;
}

.bs-trust {
  position: relative;
  z-index: 4;
  margin-top: -34px;
}

.bs-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 26px;
  padding-bottom: 26px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(18, 56, 76, 0.12);
}

.bs-trust__item {
  display: flex;
  align-items: center;
  padding: 12px 28px;
  border-right: 1px solid #e5eff2;
}

.bs-trust__item:last-child {
  border-right: 0;
}

.bs-trust__number,
.bs-trust__icon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  margin-right: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #e8f7f9;
  color: #2c96aa;
  font-size: 20px;
  font-weight: 900;
}

.bs-trust__item strong,
.bs-trust__item p {
  display: block;
}

.bs-trust__item strong {
  margin-bottom: 5px;
  color: #183c51;
  font-size: 15px;
}

.bs-trust__item p {
  margin-bottom: 0;
  color: #78909d;
  font-size: 12px;
  line-height: 1.5;
}

.bs-section {
  padding-top: 104px;
  padding-bottom: 104px;
}

.bs-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
}

.bs-section-head > div:first-child {
  max-width: 720px;
}

.bs-section-head > p {
  max-width: 410px;
  margin-bottom: 8px;
  color: #6e8492;
  font-size: 16px;
  line-height: 1.7;
}

.bs-section-head--center {
  display: block;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.bs-section-head--center > p {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.bs-section-kicker {
  display: block;
  margin-bottom: 13px;
  color: #2b96a9;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bs-section-kicker--light {
  color: #aee6ed;
}

.bs-section h2,
.bs-appointment h2 {
  margin-bottom: 18px;
  color: #12354b;
  font-size: 46px;
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.bs-services {
  background: #ffffff;
}

.bs-services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  margin-left: -12px;
  margin-right: -12px;
}

.bs-service-card {
  display: flex;
  min-height: 275px;
  margin: 12px;
  overflow: hidden;
  border: 1px solid #e1edf0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 35px rgba(15, 55, 75, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bs-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(15, 55, 75, 0.12);
}

.bs-service-card__image {
  position: relative;
  width: 43%;
  flex: 0 0 43%;
  min-height: 275px;
  overflow: hidden;
}

.bs-service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.bs-service-card:hover .bs-service-card__image img {
  transform: scale(1.05);
}

.bs-service-card__index {
  position: absolute;
  left: 15px;
  top: 15px;
  min-width: 42px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  color: #2c8fa2;
  font-size: 12px;
  font-weight: 900;
}

.bs-service-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 31px 28px 27px;
}

.bs-service-card h3 {
  margin-bottom: 12px;
  color: #173b51;
  font-size: 24px;
  line-height: 1.25;
}

.bs-service-card p {
  margin-bottom: 24px;
  color: #6e8492;
  font-size: 15px;
  line-height: 1.7;
}

.bs-service-card__link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #258da0;
  cursor: pointer;
  font-weight: 800;
}

.bs-service-card__link span {
  margin-left: 8px;
  transition: margin-left 0.2s ease;
}

.bs-service-card__link:hover span {
  margin-left: 13px;
}

.bs-about {
  background: #f3fafb;
}

.bs-about__grid {
  display: grid;
  grid-template-columns: 49% 51%;
  align-items: center;
}

.bs-about__visual {
  position: relative;
  padding-right: 70px;
}

.bs-about__photo {
  overflow: hidden;
  border-radius: 32px;
  box-shadow: 0 24px 65px rgba(27, 78, 101, 0.17);
}

.bs-about__photo img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: 66% center;
}

.bs-about__year {
  position: absolute;
  right: 22px;
  bottom: 44px;
  width: 170px;
  min-height: 142px;
  padding: 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 22px;
  background: #123f57;
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(18,63,87,0.25);
}

.bs-about__year strong {
  font-size: 40px;
  line-height: 1;
}

.bs-about__year span {
  margin-top: 8px;
  color: #c5e7eb;
  font-size: 12px;
}

.bs-about__content {
  padding-left: 12px;
}

.bs-about__lead {
  color: #405f70;
  font-size: 20px;
  line-height: 1.7;
}

.bs-about__content > p:not(.bs-about__lead) {
  color: #6d8391;
  line-height: 1.75;
}

.bs-about__list {
  margin-top: 28px;
  margin-bottom: 32px;
}

.bs-about__list > div {
  display: flex;
  margin-bottom: 17px;
}

.bs-about__list > div > span {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  margin-right: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: #dff3f5;
  color: #268ea1;
  font-weight: 900;
}

.bs-about__list p {
  margin-bottom: 0;
}

.bs-about__list strong,
.bs-about__list small {
  display: block;
}

.bs-about__list strong {
  margin-bottom: 3px;
  color: #193c51;
}

.bs-about__list small {
  color: #78909d;
  font-size: 13px;
}

.bs-benefits {
  background: #ffffff;
}

.bs-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-left: -10px;
  margin-right: -10px;
}

.bs-benefit-card {
  min-height: 285px;
  margin: 10px;
  padding: 30px 26px;
  border: 1px solid #e2edf0;
  border-radius: 22px;
  background: #ffffff;
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.bs-benefit-card:hover {
  transform: translateY(-7px);
  background: #f7fcfd;
  box-shadow: 0 18px 40px rgba(22, 72, 94, 0.10);
}

.bs-benefit-card__icon {
  width: 66px;
  height: 66px;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #e7f6f8;
  color: #2b95a8;
  font-size: 22px;
  font-weight: 900;
}

.bs-benefit-card h3 {
  margin-bottom: 13px;
  color: #183d52;
  font-size: 20px;
  line-height: 1.3;
}

.bs-benefit-card p {
  margin-bottom: 0;
  color: #748995;
  font-size: 14px;
  line-height: 1.7;
}

.bs-steps {
  background: #102f44;
}

.bs-steps .bs-section-head h2,
.bs-steps .bs-section-head > p {
  color: #ffffff;
}

.bs-steps .bs-section-head > p {
  color: #b6d0da;
}

.bs-steps__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.bs-step {
  position: relative;
  min-height: 250px;
  padding: 28px 28px 28px 30px;
  border-left: 1px solid rgba(255,255,255,0.13);
}

.bs-step:first-child {
  border-left: 0;
}

.bs-step:after {
  content: "→";
  position: absolute;
  top: 43px;
  right: -9px;
  color: #6fc7d4;
  font-size: 18px;
  z-index: 2;
}

.bs-step:last-child:after {
  display: none;
}

.bs-step > span {
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(115,205,217,0.38);
  border-radius: 50%;
  color: #8fdbe4;
  font-size: 14px;
  font-weight: 900;
}

.bs-step h3 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 20px;
}

.bs-step p {
  margin-bottom: 0;
  color: #b7cdd6;
  font-size: 14px;
  line-height: 1.7;
}

.bs-reviews {
  background: #f3fafb;
}

.bs-reviews__rating {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 6px;
}

.bs-reviews__rating strong {
  color: #173d52;
  font-size: 30px;
  line-height: 1;
}

.bs-reviews__rating span {
  margin-top: 5px;
  color: #f4b945;
  letter-spacing: 2px;
}

.bs-reviews__rating small {
  margin-top: 4px;
  color: #8398a4;
}

.bs-reviews__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-left: -12px;
  margin-right: -12px;
}

.bs-review {
  min-height: 330px;
  margin: 12px;
  padding: 36px;
  border: 1px solid #e0ecef;
  border-radius: 25px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(17, 60, 81, 0.07);
}

.bs-review__top {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.bs-review__avatar {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  margin-right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e6f5f7;
  color: #278da0;
  font-size: 21px;
  font-weight: 900;
}

.bs-review__top strong,
.bs-review__top span {
  display: block;
}

.bs-review__top strong {
  color: #173b50;
  font-size: 18px;
}

.bs-review__top span {
  margin-top: 2px;
  color: #f4b945;
  font-size: 13px;
  letter-spacing: 1px;
}

.bs-review__top i {
  position: absolute;
  right: 0;
  top: -17px;
  color: #d9f0f3;
  font-size: 70px;
  font-family: Georgia, serif;
  font-style: normal;
  line-height: 1;
}

.bs-review > p {
  margin-bottom: 0;
  color: #607986;
  font-size: 16px;
  line-height: 1.85;
}

.bs-faq {
  background: #ffffff;
}

.bs-faq__grid {
  display: grid;
  grid-template-columns: 34% 66%;
  align-items: start;
}

.bs-faq__intro {
  position: sticky;
  top: 110px;
  padding-right: 65px;
}

.bs-faq__intro h2 {
  font-size: 42px;
}

.bs-faq__intro > p {
  color: #6e8492;
  line-height: 1.75;
}

.bs-faq__call {
  margin-top: 32px;
  padding: 23px;
  border-radius: 18px;
  background: #edf8f9;
}

.bs-faq__call span,
.bs-faq__call a {
  display: block;
}

.bs-faq__call span {
  margin-bottom: 6px;
  color: #6e8794;
  font-size: 13px;
}

.bs-faq__call a {
  color: #1f7f91;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
}

.bs-accordion__item {
  border-bottom: 1px solid #dfeaed;
}

.bs-accordion__button {
  position: relative;
  width: 100%;
  min-height: 80px;
  padding: 24px 55px 24px 0;
  border: 0;
  background: transparent;
  color: #193c50;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  text-align: left;
}

.bs-accordion__button i,
.bs-accordion__button i:after {
  position: absolute;
  display: block;
  background: #2d93a6;
  transition: transform 0.2s ease;
}

.bs-accordion__button i {
  width: 18px;
  height: 2px;
  right: 10px;
  top: 39px;
}

.bs-accordion__button i:after {
  content: "";
  width: 2px;
  height: 18px;
  left: 8px;
  top: -8px;
}

.bs-accordion__item.is-open .bs-accordion__button i:after {
  transform: rotate(90deg);
}

.bs-accordion__content {
  display: none;
  padding: 0 55px 24px 0;
}

.bs-accordion__item.is-open .bs-accordion__content {
  display: block;
}

.bs-accordion__content p {
  margin-bottom: 0;
  color: #6b8290;
  line-height: 1.75;
}

.bs-appointment {
  padding-top: 100px;
  padding-bottom: 100px;
  background: linear-gradient(135deg, #0e3349 0%, #14526a 100%);
  color: #ffffff;
}

.bs-appointment__grid {
  display: grid;
  grid-template-columns: 52% 48%;
  align-items: center;
}

.bs-appointment__content {
  padding-right: 80px;
}

.bs-appointment h2 {
  color: #ffffff;
  font-size: 48px;
}

.bs-appointment__content > p {
  color: #c4dae3;
  font-size: 17px;
  line-height: 1.75;
}

.bs-appointment__benefits {
  margin-top: 28px;
}

.bs-appointment__benefits > div {
  margin-bottom: 13px;
  color: #e7f4f6;
}

.bs-appointment__benefits span {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(137,218,228,0.16);
  color: #a6e8ef;
  font-weight: 900;
}

.bs-form {
  position: relative;
  padding: 36px;
  border-radius: 26px;
  background: #ffffff;
  color: #18394e;
  box-shadow: 0 25px 70px rgba(4, 24, 36, 0.30);
}

.bs-form h3 {
  margin-bottom: 7px;
  font-size: 26px;
}

.bs-form > p {
  margin-bottom: 24px;
  color: #748b98;
}

.bs-form__success {
  display: none;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 13px;
  background: #e1f6ec;
  color: #176844;
  font-weight: 700;
}

.bs-form.is-sended .bs-form__success {
  display: block;
}

.bs-field {
  display: block;
  margin-bottom: 16px;
}

.bs-field > span {
  display: block;
  margin-bottom: 7px;
  color: #415e6f;
  font-size: 12px;
  font-weight: 800;
}

.bs-field input,
.bs-field textarea {
  width: 100%;
  border: 1px solid #d8e6ea;
  border-radius: 13px;
  background: #fbfdfd;
  color: #17374a;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bs-field input {
  height: 54px;
  padding: 0 16px;
}

.bs-field textarea {
  min-height: 92px;
  padding: 14px 16px;
  resize: vertical;
}

.bs-field input:focus,
.bs-field textarea:focus {
  border-color: #54adbc;
  box-shadow: 0 0 0 4px rgba(84,173,188,0.11);
}

.bs-field small,
.bs-agree small {
  display: block;
  color: #c23e3e;
  font-size: 11px;
}

.bs-agree {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 7px 0 20px;
  color: #718692;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.5;
}

.bs-agree input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 2px 10px 0 0;
  accent-color: #2f9fb3;
}

.bs-agree a {
  color: #21889a;
}

.bs-form__note {
  margin-top: 11px;
  color: #93a3ab;
  font-size: 10px;
  text-align: center;
}

.bs-contacts {
  background: #f3fafb;
}

.bs-contacts__grid {
  display: grid;
  grid-template-columns: 38% 62%;
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 20px 58px rgba(18, 63, 84, 0.10);
}

.bs-contacts__card {
  padding: 40px 36px;
}

.bs-contact-row {
  display: flex;
  margin-bottom: 27px;
}

.bs-contact-row__icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  margin-right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #e8f6f8;
  color: #278fa2;
  font-size: 18px;
  font-weight: 900;
}

.bs-contact-row small,
.bs-contact-row strong,
.bs-contact-row em,
.bs-contact-row a {
  display: block;
}

.bs-contact-row small {
  margin-bottom: 5px;
  color: #82949e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bs-contact-row strong,
.bs-contact-row a {
  color: #173a4f;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.bs-contact-row a + a {
  margin-top: 3px;
}

.bs-contact-row em {
  margin-top: 5px;
  color: #768c98;
  font-size: 12px;
  font-style: normal;
}

.bs-contacts__map {
  min-height: 520px;
}

.bs-contacts__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
}

.bs-footer {
  padding-top: 65px;
  padding-bottom: 26px;
  background: #0c283b;
  color: #d3e3e9;
}

.bs-footer__top {
  display: grid;
  grid-template-columns: 52% 20% 28%;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.bs-logo--footer {
  display: block;
  width: 190px;
  margin-bottom: 18px;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.bs-footer__brand p {
  max-width: 470px;
  margin-bottom: 0;
  color: #a9c0ca;
  line-height: 1.7;
}

.bs-footer__nav,
.bs-footer__contacts {
  display: flex;
  flex-direction: column;
}

.bs-footer__nav strong,
.bs-footer__contacts strong {
  margin-bottom: 15px;
  color: #ffffff;
}

.bs-footer__nav a,
.bs-footer__contacts a,
.bs-footer__contacts span {
  margin-bottom: 8px;
  color: #b7ccd4;
  text-decoration: none;
}

.bs-footer__nav a:hover,
.bs-footer__contacts a:hover {
  color: #84d4df;
}

.bs-footer__bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 23px;
  color: #8da8b3;
  font-size: 12px;
}

.bs-footer__bottom a {
  color: #a9c3cc;
}

.bs-medical-note {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: #dbe8ec;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.bs-float-phone {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #2f9fb3;
  color: #ffffff !important;
  box-shadow: 0 13px 35px rgba(47,159,179,0.38);
  font-size: 23px;
  text-decoration: none;
  animation: bs-phone-pulse 2.4s infinite;
}

@keyframes bs-phone-pulse {
  0% { box-shadow: 0 0 0 0 rgba(47,159,179,0.35), 0 13px 35px rgba(47,159,179,0.30); }
  70% { box-shadow: 0 0 0 13px rgba(47,159,179,0), 0 13px 35px rgba(47,159,179,0.30); }
  100% { box-shadow: 0 0 0 0 rgba(47,159,179,0), 0 13px 35px rgba(47,159,179,0.30); }
}

.bs-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.bs-modal.is-open {
  display: flex;
}

.bs-modal__backdrop {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(6, 25, 37, 0.72);
  backdrop-filter: blur(4px);
}

.bs-modal__dialog {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 500px;
  max-height: 94vh;
  overflow-y: auto;
  padding: 34px;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 30px 90px rgba(0,0,0,0.30);
  text-align: center;
}

.bs-modal__close {
  position: absolute;
  right: 16px;
  top: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #edf6f7;
  color: #244b5f;
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
}

.bs-modal__icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #e5f5f7;
  color: #278ea1;
  font-size: 25px;
}

.bs-modal__dialog > h2 {
  margin-bottom: 8px;
  color: #153b50;
  font-size: 30px;
}

.bs-modal__dialog > p {
  margin-bottom: 22px;
  color: #748b97;
}

.bs-form--modal {
  padding: 0;
  box-shadow: none;
  text-align: left;
}

.bs-lock-scroll {
  overflow: hidden !important;
}

.bs-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.bs-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 1100px) {
  .bs-nav {
    margin-right: 18px;
  }
  .bs-nav a {
    margin-left: 18px;
  }
  .bs-header__phone {
    display: none;
  }
  .bs-hero h1 {
    font-size: 56px;
  }
  .bs-hero__badge--top {
    left: -30px;
  }
  .bs-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bs-appointment__content {
    padding-right: 45px;
  }
}

@media screen and (max-width: 900px) {
  .bs-topline__inner {
    justify-content: center;
  }
  .bs-topline__item:last-child {
    display: none;
  }
  .bs-header__inner {
    min-height: 76px;
  }
  .bs-logo {
    width: 155px;
    flex-basis: 155px;
  }
  .bs-nav {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 78px;
    display: none;
    margin: 0;
    padding: 14px 18px;
    border: 1px solid #dce9ed;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 20px 45px rgba(18,55,73,0.16);
  }
  .bs-nav.is-open {
    display: block;
  }
  .bs-nav a {
    display: block;
    margin: 0;
    padding: 13px 2px;
    border-bottom: 1px solid #edf3f5;
  }
  .bs-nav a:last-child {
    border-bottom: 0;
  }
  .bs-burger {
    display: block;
  }
  .bs-burger.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .bs-burger.is-open span:nth-child(2) {
    opacity: 0;
  }
  .bs-burger.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .bs-hero {
    padding-top: 145px;
  }
  .bs-hero__grid {
    grid-template-columns: 1fr;
  }
  .bs-hero__content {
    padding-right: 0;
    text-align: center;
  }
  .bs-hero__lead {
    margin-left: auto;
    margin-right: auto;
  }
  .bs-hero__actions,
  .bs-hero__facts {
    justify-content: center;
  }
  .bs-hero__visual {
    max-width: 660px;
    margin: 55px auto 0;
    padding-left: 0;
  }
  .bs-trust {
    margin-top: 0;
    padding-top: 35px;
  }
  .bs-trust__grid {
    grid-template-columns: 1fr;
  }
  .bs-trust__item {
    border-right: 0;
    border-bottom: 1px solid #e5eff2;
  }
  .bs-trust__item:last-child {
    border-bottom: 0;
  }
  .bs-section-head {
    display: block;
  }
  .bs-section-head > p {
    margin-top: 15px;
  }
  .bs-services__grid {
    grid-template-columns: 1fr;
  }
  .bs-about__grid {
    grid-template-columns: 1fr;
  }
  .bs-about__visual {
    max-width: 650px;
    margin: 0 auto 60px;
    padding-right: 50px;
  }
  .bs-about__content {
    padding-left: 0;
  }
  .bs-steps__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bs-step:nth-child(3) {
    border-left: 0;
  }
  .bs-step:nth-child(2):after {
    display: none;
  }
  .bs-faq__grid {
    grid-template-columns: 1fr;
  }
  .bs-faq__intro {
    position: static;
    padding-right: 0;
    margin-bottom: 35px;
  }
  .bs-appointment__grid {
    grid-template-columns: 1fr;
  }
  .bs-appointment__content {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .bs-contacts__grid {
    grid-template-columns: 1fr;
  }
  .bs-contacts__map {
    min-height: 400px;
  }
  .bs-contacts__map iframe {
    min-height: 400px;
  }
  .bs-footer__top {
    grid-template-columns: 1fr 1fr;
  }
  .bs-footer__brand {
    grid-column: 1 / 3;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 640px) {
  .bs-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .bs-topline {
    font-size: 11px;
  }
  .bs-topline__inner {
    min-height: 34px;
  }
  .bs-header {
    top: 34px;
  }
  .bs-header.is-fixed {
    top: 0;
  }
  .bs-header__inner {
    min-height: 70px;
  }
  .bs-logo {
    width: 140px;
    flex-basis: 140px;
  }
  .bs-header__actions .bs-btn--small {
    display: none;
  }
  .bs-nav {
    top: 70px;
  }
  .bs-hero {
    min-height: 0;
    padding-top: 130px;
    padding-bottom: 58px;
  }
  .bs-eyebrow {
    min-height: 34px;
    margin-bottom: 19px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 11px;
  }
  .bs-hero h1 {
    font-size: 40px;
    line-height: 1.08;
  }
  .bs-hero__lead {
    font-size: 16px;
    line-height: 1.6;
  }
  .bs-hero__actions {
    display: block;
    margin-bottom: 32px;
  }
  .bs-hero__actions .bs-btn {
    width: 100%;
    margin: 0 0 10px;
  }
  .bs-hero__facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .bs-hero__fact {
    min-width: 0;
    margin-right: 8px;
    padding-right: 8px;
  }
  .bs-hero__fact strong {
    font-size: 12px;
  }
  .bs-hero__fact span {
    font-size: 9px;
  }
  .bs-hero__visual {
    margin-top: 38px;
  }
  .bs-hero__image-wrap {
    padding: 8px;
    border-radius: 27px;
  }
  .bs-hero__image-wrap > img {
    height: 390px;
    border-radius: 21px;
  }
  .bs-hero__badge {
    max-width: 215px;
    padding: 12px;
  }
  .bs-hero__badge--top {
    left: 5px;
    top: 25px;
  }
  .bs-hero__badge--bottom {
    right: 4px;
    bottom: 20px;
  }
  .bs-hero__badge-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    margin-right: 9px;
  }
  .bs-hero__badge strong {
    font-size: 11px;
  }
  .bs-hero__badge small {
    font-size: 9px;
  }
  .bs-trust {
    padding-top: 20px;
  }
  .bs-trust__grid {
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 19px;
  }
  .bs-trust__item {
    padding: 15px 18px;
  }
  .bs-trust__number,
  .bs-trust__icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    border-radius: 14px;
    font-size: 17px;
  }
  .bs-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .bs-section-head {
    margin-bottom: 32px;
  }
  .bs-section h2,
  .bs-appointment h2 {
    font-size: 34px;
  }
  .bs-section-head > p {
    font-size: 14px;
  }
  .bs-services__grid {
    margin-left: 0;
    margin-right: 0;
  }
  .bs-service-card {
    display: block;
    min-height: 0;
    margin: 0 0 18px;
  }
  .bs-service-card__image {
    width: 100%;
    min-height: 210px;
    height: 210px;
  }
  .bs-service-card__body {
    padding: 23px 21px 24px;
  }
  .bs-service-card h3 {
    font-size: 21px;
  }
  .bs-about__visual {
    padding-right: 20px;
    margin-bottom: 46px;
  }
  .bs-about__photo img {
    height: 430px;
  }
  .bs-about__year {
    right: 0;
    bottom: 25px;
    width: 135px;
    min-height: 115px;
    padding: 18px;
  }
  .bs-about__year strong {
    font-size: 32px;
  }
  .bs-about__lead {
    font-size: 17px;
  }
  .bs-benefits__grid {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }
  .bs-benefit-card {
    min-height: 0;
    margin: 0 0 15px;
  }
  .bs-steps__grid {
    grid-template-columns: 1fr;
  }
  .bs-step {
    min-height: 0;
    padding: 23px 10px 30px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
  }
  .bs-step:last-child {
    border-bottom: 0;
  }
  .bs-step:after {
    display: none;
  }
  .bs-step > span {
    margin-bottom: 17px;
  }
  .bs-reviews__rating {
    align-items: flex-start;
    margin-top: 20px;
  }
  .bs-reviews__grid {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }
  .bs-review {
    min-height: 0;
    margin: 0 0 18px;
    padding: 25px 22px;
  }
  .bs-review > p {
    font-size: 14px;
  }
  .bs-faq__intro h2 {
    font-size: 34px;
  }
  .bs-accordion__button {
    min-height: 72px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }
  .bs-appointment {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .bs-form {
    padding: 25px 20px;
    border-radius: 21px;
  }
  .bs-form h3 {
    font-size: 23px;
  }
  .bs-contacts__grid {
    border-radius: 21px;
  }
  .bs-contacts__card {
    padding: 28px 20px;
  }
  .bs-contacts__map,
  .bs-contacts__map iframe {
    min-height: 330px;
  }
  .bs-footer__top {
    grid-template-columns: 1fr;
  }
  .bs-footer__brand {
    grid-column: auto;
  }
  .bs-footer__nav {
    margin-bottom: 28px;
  }
  .bs-footer__bottom {
    display: block;
  }
  .bs-footer__bottom a {
    display: block;
    margin-top: 10px;
  }
  .bs-medical-note {
    font-size: 13px;
    line-height: 1.6;
  }
  .bs-float-phone {
    right: 15px;
    bottom: 15px;
    width: 52px;
    height: 52px;
  }
  .bs-modal {
    padding: 10px;
  }
  .bs-modal__dialog {
    padding: 27px 18px 20px;
    border-radius: 22px;
  }
  .bs-modal__dialog > h2 {
    font-size: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bs-site *,
  .bs-site *:before,
  .bs-site *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .bs-reveal {
    opacity: 1;
    transform: none;
  }
}

/* Системные страницы шаблона */
html, body { margin: 0; padding: 0; }
body { background: #ffffff; color: #172b3f; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
.bs-system-page { min-height: 70vh; padding: 120px 24px 80px; background: #f5fbfd; }
.bs-system-page__inner { width: 100%; max-width: 980px; margin: 0 auto; background: #ffffff; border-radius: 28px; padding: 42px; box-shadow: 0 18px 50px rgba(15,44,66,.08); }
.bs-system-page h1 { margin: 0 0 24px; font-size: 42px; line-height: 1.15; color: #102e43; }
.bs-system-page h2 { color: #102e43; }
.bs-system-page a { color: #168fa1; }
.bs-system-page__back { display: inline-flex; margin-bottom: 24px; text-decoration: none; font-weight: 700; }
.bs-system-page__empty { padding: 24px; border-radius: 16px; background: #edf8fa; }
@media (max-width: 767px) {
  .bs-system-page { padding: 72px 16px 48px; }
  .bs-system-page__inner { padding: 24px 18px; border-radius: 20px; }
  .bs-system-page h1 { font-size: 30px; }
}
