html {
  height: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
:target { scroll-margin-top: 20px; }

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  zoom: 0.75;
  margin: 0;
  padding: 0;
  font-family: "Inter", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #2B2D33;
  background-color: #F8F9FC;
  height: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000000;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

.container {
  max-width: 1430px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}

@media (max-width: 1500px) {
  .container {
    padding: 50px 35px;
  }

  .section {
    padding: 0 35px;
  }

  .contact-form {
    padding: 0 35px;
  }
}

@media (max-width: 1024px) {
  .container {
    padding: 50px 50px;
  }

  .section {
    padding: 0 50px;
  }

  .contact-form {
    padding: 0 50px;
  }
}

@media (max-width: 664px) {
  .container {
    padding: 50px 35px;
  }

  .section {
    padding: 0 35px;
  }

  .contact-form {
    padding: 50px 35px;
  }
}

h1 {
  font-family: "Inter", serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  transition: font-size 0.3s ease, color 0.3s ease;
}

h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-size: 44.65px;
  line-height: 58.05px;
  color: #16171B;
  margin: 0 0 70px;
  transition: font-size 0.3s ease, color 0.3s ease;
}

@font-face {
  font-family: 'Stolzl';
  src: url('./font/Stolzl-Thin.woff') format('woff'),
    url('./font/Stolzl-Thin.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Stolzl-Bold';
  src: url('./font/Stolzl-Bold.woff') format('woff'),
    url('./font/Stolzl-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('./font/SFProDisplay-Light.woff') format('woff'),
    url('./font/SFProDisplay-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.nav-menu__link {
  font-family: "SF Pro Display";
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1160px) {
  .nav-menu__link {
    font-size: 18px;
  }
}


/*footer*/
.footer {
  background: #FFFF;
  padding: 37px 0 72px;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.logo-footer {
  font-size: 24px;
  margin-bottom: 48px;
}

.footer-container__block {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}

.footer-container__block-text {
  font-family: Inter;
  font-size: 18.67px;
  font-weight: 400;
  line-height: 26.67px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #555A65;
  transition: font-size 0.3s ease, color 0.3s ease;
}

.footer-container__block-text a {
  font-family: Inter;
  font-size: 18.67px;
  font-weight: 400;
  line-height: 26.67px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #555A65;
}

@media (max-width: 768px) {
  .footer-container__block-text {
    font-size: 12.67px;
  }

  .footer-container__block-text a {
    font-size: 12.67px;
  }
}

@media (max-width: 420px) {
  .footer-container__block-text {
    font-size: 11.67px;
  }

  .footer-container__block-text a {
    font-size: 11.67px;
  }
}

.footer__container-nav {
  display: flex;
  justify-content: space-between;
  width: 23%;
}

.footer__container-nav-link {
  font-family: Inter;
  font-size: 18.67px;
  font-weight: 400;
  line-height: 26.67px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #555A65;
}

/*header*/
/*
header::after {
  z-index: -1;
  content: "";
  width: 19%;
  height: 57%;
  background-image: url('./images/telegram-cloud-document-2-5327809860132160719 3.svg');
  right: 0px;
  top: 11px;
  position: absolute;
  top: 14%;
  right: 24%;
}
*/
.page-template-template-landing2 header {
	position: absolute;
	width: 100%;
	z-index: 2;
}
.page-template-template-landing2 .logo-menu {
	padding: 24px 0;
	align-items: center;
}

.page-template-template-landing2 header .container {
	padding: 7px 35px;
}

.hero-block2::after {
    content: "";
    width: 100vw;
    height: 100vh;
    right: 54%;
    top: 63%;
    z-index: -2;
    position: absolute;
    background: radial-gradient(circle, #B8D5FF -207%, rgba(255, 0, 0, 0) 76%);
    backdrop-filter: blur(601.2875366210938px);
}

.hero-block2.page-title {
	padding: 0px;
	position: relative;
}

.desc-program {
	z-index: 1;
    position: relative;
}

.hero-block2 br.small {
	display: none;
}

.hero-block2 .intro-container {
    position: absolute!important;
	background-size: cover!important;
	height: 100%;
	width: 100%;
	max-height: none;
	max-width: none;
}

.hero-block2 .hero-block2-content {
	padding-top: 196px;
	padding-bottom: 82px;
	z-index: 1;
    position: relative;
}

.logo img {
  width: 165px;
  transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease;
}

@media (max-width: 560px) {
  .logo img {
    width: 115px;
  }
}

.logo-menu {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}

/*
@media (max-width: 768px) {
  .logo-menu {
    padding: 95px 0 33px;
  }
}
*/
@media (max-width: 570px) {
  .logo-menu {
    padding: 40px 0 33px;
  }
}

.nav-menu {
  display: flex;
  margin: 0;
}

.nav-menu__item {
  margin-right: 52px;
}

.nav-menu__item:last-child {
  margin-right: 0;
}

.nav-menu__item::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(./images//Vector.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  right: -4px;
  top: 21%;
  transform: translateY(-50%);
}

/* Dropdown submenu для пункта "Для кого" — без фона, плавное stagger-появление пунктов */
.nav-menu__item--has-submenu {
  position: relative;
}
.nav-menu__submenu {
  position: absolute;
  top: calc(100% + 5px);
  left: -16px;
  min-width: 180px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  z-index: 200;
  pointer-events: none;
  padding: 10px 16px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.35s ease;
}
/* Невидимый мост — чтобы при переводе курсора с кнопки на submenu оно не закрывалось */
.nav-menu__item--has-submenu::before {
  content: "";
  position: absolute;
  top: 100%;
  left: -20px;
  right: -20px;
  height: 24px;
}
.nav-menu__submenu li {
  margin: 0;
  padding: 0;
  opacity: 0;
  transform: translateY(-14px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.nav-menu__submenu li::after {
  display: none;
}
.nav-menu__item--has-submenu:hover .nav-menu__submenu,
.nav-menu__item--has-submenu:focus-within .nav-menu__submenu,
.nav-menu__item--has-submenu.is-open .nav-menu__submenu {
  pointer-events: auto;
  max-height: 300px;
  opacity: 1;
  padding: 10px 16px;
}
.nav-menu__item--has-submenu:hover .nav-menu__submenu li,
.nav-menu__item--has-submenu:focus-within .nav-menu__submenu li,
.nav-menu__item--has-submenu.is-open .nav-menu__submenu li {
  opacity: 1;
  transform: translateY(0);
}
/* Stagger — каждый пункт появляется с задержкой */
.nav-menu__item--has-submenu:hover .nav-menu__submenu li:nth-child(1),
.nav-menu__item--has-submenu.is-open .nav-menu__submenu li:nth-child(1) { transition-delay: 0s; }
.nav-menu__item--has-submenu:hover .nav-menu__submenu li:nth-child(2),
.nav-menu__item--has-submenu.is-open .nav-menu__submenu li:nth-child(2) { transition-delay: 0.08s; }
.nav-menu__item--has-submenu:hover .nav-menu__submenu li:nth-child(3),
.nav-menu__item--has-submenu.is-open .nav-menu__submenu li:nth-child(3) { transition-delay: 0.16s; }
.nav-menu__item--has-submenu:hover .nav-menu__submenu li:nth-child(4),
.nav-menu__item--has-submenu.is-open .nav-menu__submenu li:nth-child(4) { transition-delay: 0.24s; }

.nav-menu__submenu a {
  display: block;
  padding: 5px 0;
  font-family: "SF Pro Display", Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 2px;
  text-align: left;
  text-transform: uppercase;
  color: #1A2233;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.18s ease;
}
.nav-menu__submenu a:hover {
  color: #3579F4;
}
@media (max-width: 1160px) {
  .nav-menu__submenu a { font-size: 18px; }
}

/* Белая вуаль сверху на страницах с hero-фото людей
   (ca-18, ca-30, ca-46, ca-61, /articles/) — плавно тает в фото */
/* Header на ca-страницах: белая полоса сверху, в потоке (не absolute поверх фото).
   Снизу — pseudo с градиентом и blur, чуть-чуть заходит на фото для плавности.
   Hero-фото остаётся ОРИГИНАЛЬНОЕ, не обрезается — просто сдвигается вниз
   потому что header в потоке занимает свою высоту сверху. */
.page-template-template-landing2 header,
.page-template-template-archive header {
  position: relative !important;
  background: #FFFFFF;
  z-index: 10;
  margin-bottom: -30px;
}
/* Уменьшаем ширину белёсого размытого пятна .hero-block2::after
   (radial-gradient #B8D5FF + backdrop-filter blur 601px), чтобы оно не вылазило
   за текст и не накрывало лица людей */
.page-template-template-landing2 .hero-block2::after,
.page-template-template-archive .hero-block2::after {
  width: 50vw !important;
  right: auto !important;
  left: 0 !important;
}
.page-template-template-landing2 .logo img,
.page-template-template-archive .logo img {
  max-height: 70px;
  width: auto;
}

/* Мобилка — submenu встраивается вертикально внутри основного меню */
@media (max-width: 1000px) {
  .nav-menu__submenu {
    position: static;
    transform: none;
    min-width: 0;
    margin: 8px 0 0 0;
    padding: 0;
    pointer-events: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }
  .nav-menu__item--has-submenu.is-open .nav-menu__submenu {
    max-height: 400px;
  }
  .nav-menu__submenu li {
    transform: translateY(-10px);
  }
  .nav-menu__item--has-submenu.is-open .nav-menu__submenu li {
    transform: translateY(0);
  }
  .nav-menu__submenu a {
    padding: 8px 14px;
    font-size: 16px;
    letter-spacing: 1px;
    white-space: normal;
  }
}

/*intro-section*/
.intro-section::after {
  content: "";
  width: 52%;
  height: 114%;
  right: 54%;
  top: 33%;
  z-index: -2;
  position: absolute;
  background: radial-gradient(circle, #B8D5FF -46%, rgba(255, 0, 0, 0) 45%);
  backdrop-filter: blur(601.2875366210938px);
}

.intro-section::before {
  content: "";
  width: 43%;
  width: 300px;
  height: 122%;
  height: 300px;
  right: -99px;
  top: -274px;
  z-index: -1;
  position: absolute;
  background: radial-gradient(circle, #B8D5FF -15%, rgba(255, 0, 0, 0) 60%);
}

@media (max-width: 900px) {
  .intro-section::before {
    content: "";
    width: 67%;
    height: 122%;
    right: -19%;
    top: -101%;
    z-index: -1;
    position: absolute;
    background: radial-gradient(circle, #B8D5FF -15%, rgba(255, 0, 0, 0) 30%);
  }
}

@media (max-width: 570px) {
  .intro-section::before {
    content: "";
    width: 75%;
    height: 122%;
    right: -26%;
    top: -87%;
    z-index: -1;
    position: absolute;
    background: radial-gradient(circle, #B8D5FF -15%, rgba(255, 0, 0, 0) 22%);
  }
}


.hero-block2 h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 44px;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 80px;
  position: relative;
}
.hero-block2 h1 span {
	text-transform: none;
}


.hero-block2 h1::before {
	content: '';
	position: absolute;
	inset: -10px -15px;
	z-index: -1;
	background: rgba(255, 255, 255, 0.5);
	filter: blur(30px);
	border-radius: 50%;
}

.hero-block2 h1 {
	width: fit-content;
}

.hero-block2 .intro-container:after {
	content: none;
}

.hero-block2 .intro-container h1 span {
	text-transform: none;
}

.hero-block2 .intro-section__button {
	margin-top: 82px;
	margin-bottom: 0;
}


@media screen and (max-width: 1100px) {
	.hero-block2 h1 {
		font-size: 38px;
		text-align: center;
		line-height: 1.4;
	}
	.hero-block2::after {
		content: "";
    	width: 110vw;
    	height: 70vh;
    	right: 0;
    	top: 0px;
    	z-index: -2;
    	position: absolute;
    	background: radial-gradient(circle, #B8D5FF -47%, rgba(248, 249, 252, 0) 56%);
    	backdrop-filter: blur(601.2875366210938px);
	}
	.hero-block2.page-title {
		transform: translateY(100px);
	}
	.hero-block2 .hero-block2-content {
		padding-top: 36px;
		padding-bottom: 200px;
	}
	.hero-block2 .intro-container {
		position: relative!important;
		height: 320px;
	}
	.hero-block2 h1 span {
		font-size: 28px;
		margin-bottom: 20px;
        display: inline-block;
	}
	.hero-block2 h1 span.intro-section__title-backround-text {
		margin-top: 10px;
	}
	.hero-block2 br.small {
	    display: initial;
    }
	.hero-block2 .hero-block2-content {
		display: flex;
    	flex-direction: column;
    	align-items: center;
	}
	.hero-block2 .intro-section__button {
	    margin-top: 0;
	    font-size: 18px;
		padding: 24px;
    }
}

@media screen and (max-width: 960px) {
	.hero-block2 h1 {
		font-size: 32px;
		margin-bottom: 40px;
	}
	.hero-block2 .hero-block2-content {
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 668px) {
	.hero-block2 h1 {
		margin-bottom: 24px;
	}
	.hero-block2 h1, .hero-block2 h1 span {
		font-size: 24px;
	}
    .hero-block2 .intro-container {
		height: 175px;
	}

}



@media screen and (max-width: 550px) {
	.hero-block2 h1, .hero-block2 h1 span {
		font-size: 18px;
	}
    .hero-block2 .intro-section__button {
	    font-size: 14px;
		padding: 16px;
		width: auto;
    }
}



/*
@media (max-width: 1024px) {
  .intro-container {
    padding-left: 65px;
  }
}
*/
.intro-section {
  position: relative;
}

.intro-container .intro-section__button {
	margin-bottom: 125px;
}

.intro-section__button {
  padding: 30px 32px;
  text-align: center;
  background: #3579F4;
  border-radius: 15px;
  color: #FFFFFF;
  font-family: "Inter", serif;
  font-size: 26.28px;
  font-weight: 600;
  line-height: 28.91px;
  letter-spacing: -0.03em;
  text-align: center;
  display: block;
  width: 20%;
}

.intro-section__title-backround-text {
  background: #3579F4;
  padding: 0px 8px 4px;
  border-radius: 19px;
  color: #fff;
  font-family: "Inter", serif;
  letter-spacing: 0.02em;
}

.intro-section__block {
  display: flex;
  justify-content: space-between;
}

.block-text {
  text-align: center;
}

.block-text__amount {
  font-family: 'Stolzl-Bold', sans-serif;
  font-size: 17.2px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0B64E7;
  font-weight: 700;
  line-height: 148%;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 8px;
}

.block-text__amount span {
  font-size: 35px;
}

.block-text__desc {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: center;
  color: #8F8F8F;
}

.block-text {
  position: relative;
  padding: 33px 6% 35px;
  letter-spacing: -0.1em;
}

.block-text:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 38px;
  right: -15px;
  width: 1px;
  height: 76px;
  background-color: #8F8F8F;
}

.intro-section__block {
  background: #FFFFFF;
  border-radius: 30px;
  justify-content: space-around;
  box-shadow: 0 17px 42px rgba(0, 0, 0, 0.1);
}

/*section desc-program*/
.description-program-container::after {
  content: "";
  width: 57%;
  height: 135%;
  top: -13%;
  z-index: -2;
  position: absolute;
  background: radial-gradient(circle, #B8D5FF -45%, rgba(255, 0, 0, 0) 53%);
}

.description-program-container::before {
  content: "";
  width: 43%;
  height: 100%;
  right: -9%;
  top: -8%;
  z-index: -2;
  position: absolute;
  background: radial-gradient(circle, #B8D5FF -45%, rgba(255, 0, 0, 0) 53%);
}

.container-desc-program {
  display: flex;
}

.desc-program__title {
  margin: 0 10% 0 0;
  line-height: 1.1;
}

.desc-program__block-text {
  margin: 6px 0 24px;
  
}

.item-icon {
  width: 70%;
}

.desc-program__block-text {
  color: #555A65;
  margin: 0 7px 24px 0;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.desc-program__block-text-bold {
  font-weight: 700;
}

.desc-program__title-backround-text {
  background: #3579F4;
  padding: 0px 20px 2px 8px;
  color: #fff;
}

.desc-program__block {
  padding: 13px 0 0 0;
}

span.custom-dash {
  font-size: 1.3em;
  vertical-align: text-bottom;
  line-height: 1;
  padding: 0 0 0 35px;
}

/*section programs*/
.programs {
  background: #3579F4;
}

.programs__block {
  width: 21%;
}

.programs__blocks {
  justify-content: space-between;
  display: flex;
}

.container-programs {
  padding: 100px 0 110px;
}

@media (max-width: 1500px) {
  .container-programs {
    padding: 100px 35px 110px;
  }
}

@media (max-width: 1000px) {
  .container-programs {
    padding: 50px 35px 70px;
  }
  .programs__title {
		font-size: 40px;
  }
}

@media (max-width: 768px) {
  .container-programs {
    padding: 50px;
  }
}

@media (max-width: 665px) {
  .container-programs {
    padding: 50px 35px;
  }
}

.programs__title {
  color: #FFF;
  text-align: left;
  margin: 0 0 75px;
}

@media screen and (max-width: 650px) {
	.programs__title {
		margin-bottom: 50px;
	}
}

.programs__block-image {
  border-radius: 10px;
  margin-bottom: 30px;
}

.programs__block-image-title {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 28.61px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFF;
  padding: 0 0 0 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.programs__block-image-title span {
  text-transform: uppercase;
}

.programs__block-image-desc {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 400;
  color: #FFF;
  padding: 0 0 0 12px;
}

.intro-container::after {
  z-index: -1;
  content: "";
  width: 28%;
  height: 90%;
  background-image: url('./images/DeWatermark_ai_1736510149158-no-bg-preview\ \(carve.photos\)\ 1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -5%;
  right: 6%;
}

@media (max-width: 1050px) {
  .intro-container::after {
    right: 6%;
  }
}

@media (max-width: 850px) {
  .intro-container::after {
    left: 0;
    top: -10%;
    width: 44%;
	opacity: 0.6;
  }
  .intro-section__button {
	margin-left: auto;
	margin-right: auto;
  }
}

@media (max-width: 750px) {
  .intro-section::before {
    display: none;
  }

  .intro-section::after {
    display: none;
  }

  .program-list::before {
    display: none;
  }

  .program-list::after {
    display: none;
  }
}

@media (max-width: 665px) {
    .intro-container::after {
        left: 50%;
        top: -4%;
        width: 11%;
        height: 11%;
        transform: translateX(-50%);
    }
}

@media (max-width: 1000px) {
  .programs__block {
    width: calc(50% - 40px);
  }

  .programs__blocks {
    flex-wrap: wrap;
    justify-content: normal;
    gap: 80px;
  }
}

@media (max-width: 650px) {
  .programs__block {
    width: 60%;
    margin-bottom: 50px;
  }

  .programs__blocks {
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 0;
  }
}

@media (max-width: 480px) {
  .programs__block {
    width: 100%;
    margin-bottom: 50px;
  }

  .programs__block-image-title {
    font-size: 17px;
  }

  .programs__block-image-desc {
    font-size: 17px;
  }
}

.intro-container::before {
  content: "";
  position: absolute;
  width: 35%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg width="510" height="298" viewBox="0 0 510 298" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_f_395_1963)"><path d="M33.8073 181.236L138.077 121.041L108.286 103.843L137.333 87.0741L167.124 104.273L311.24 21.0744L412.159 79.3347C430.778 90.0838 443.688 101.55 450.888 113.732C458.335 125.771 459.453 137.882 454.239 150.064C449.522 162.246 438.102 173.569 419.979 184.031C402.104 194.35 382.616 200.872 361.513 203.595C340.659 206.461 319.681 205.816 298.579 201.66C277.477 197.503 257.616 190.051 238.996 179.302L181.647 146.194L77.3773 206.389L33.8073 181.236ZM220.749 123.621L278.842 157.158C289.021 163.035 299.82 166.976 311.24 168.982C322.66 170.989 333.832 171.132 344.756 169.412C356.176 167.693 366.727 164.038 376.409 158.448C386.091 152.859 392.298 146.839 395.029 140.39C398.256 133.94 398.008 127.491 394.284 121.041C390.808 114.449 383.981 108.214 373.802 102.338L315.709 68.8006L220.749 123.621ZM47.5859 138.885L76.6325 122.116L224.473 207.464L195.426 224.233L47.5859 138.885Z" fill="url(%23paint0_linear_395_1963)"/></g><defs><filter id="filter0_f_395_1963" x="0.753121" y="0.613075" width="509.256" height="296.752" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1.63137" result="effect1_foregroundBlur_395_1963"/></filter><linearGradient id="paint0_linear_395_1963" x1="371.312" y1="56.0987" x2="251.645" y2="263.387" gradientUnits="userSpaceOnUse"><stop stop-color="%23E9E9E9" stop-opacity="0.61"/><stop offset="1" stop-color="%23D2D2D2"/></linearGradient></defs></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  right: -16%;
  top: 27%;
  z-index: -1;
}

@media (max-width: 1430px) {
  .intro-container::before {
    right: -17%;
    top: 30%;
  }
}

@media (max-width: 850px) {
  .intro-container::before {
    left: 26%;
    top: 32%;
    width: 44%;
    height: 44%;
    opacity: 0.6;
  }
}

@media (max-width: 715px) {
  .intro-container::before {
    top: 11%;
  }
}
@media (max-width: 665px) {
	    .intro-container::before {
        left: 52.5%;
        top: 1.1%;
        width: 11%;
        height: 11%;
    }
}

@media (max-width: 400px) {
	    .intro-container::before {
        top: 0.4%;
    }
}

@supports (-moz-appearance: none) {
  .intro-container::before {
    font-family: sans-serif;
  }
}

/**/
.description-program__title {
  position: relative;
  width: 90%;
  margin-top: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 1100px) {
	.description-program__title {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 900px) {
	.description-program__title {
		margin-bottom: 30px;
	}
}


.description-program__desc {
  position: absolute;
  top: 110px;
  right: 25%;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  width: 38%;
  color: #555A65;
}

.description-program__tables {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}

.tables-item__title {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #2B2D33;
  width: 95%;
  margin-bottom: 16px;
}

.tables-item__desc {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #555A65;
}

.tables-item {
  padding: 24px 40px;
  border-radius: 30px;
  width: calc(33% - 24px);
  position: relative;
  background: #FFF;
  height: 175px;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tables-item:hover {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

.tables-item__image {
  position: absolute;
  top: 18px;
  right: 27px;
}

.tables-item__button {
  position: absolute;
  bottom: 8px;
  right: 22px;
}

.tables-item__image {
  position: absolute;
  top: 18px;
  right: 27px;
  background: transparent;
  width: 37px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1.5px solid #3579F4;
  box-sizing: border-box;
}
.tables-item__image img {
  filter: brightness(0) saturate(100%) invert(38%) sepia(88%) saturate(2360%) hue-rotate(215deg) brightness(100%) contrast(94%);
}

/**/
.articles-link__text {
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 28.61px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

@media (max-width: 768px) {
  .articles-link__text {
    font-size: 12px;
  }
}

.articles-link img {
  margin-bottom: 0;
  border: none;
  border-radius: 15px 15px 0 0;
  width: 100%;
}
.articles-link {
  display: block;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.articles-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.10);
}
.articles-link__text {
  padding: 16px 20px 20px;
}

@media (max-width: 1200px) {
  .block-text__amount span {
    font-size: 26px;
  }

  .block-text__desc {
    font-size: 16px;
  }
}

/*@media (max-width: 1050px) {
	.intro-container::before {
       display:none;
     }
.intro-container::after {
display:none;
}
}*/
@media (max-width: 1031px) {
  .articles-block {
    width: 28%;
  }

  .block-text {
    padding: 21px 1% 21px;
  }

}

@media (max-width: 550px) {
  .articles-block {
    width: 34%;
  }
}

@media (max-width: 480px) {
  .articles-blocks {
    gap: 6%;
  }

  .articles-block {
    width: 36%;
  }
}

.articles-title {
  width: 80%;
  margin-bottom: 117px;
  line-height: 1.1;
}

@media (max-width: 1020px) {
  .articles-title {
    width: 100%;
  }
}

@media (max-width: 1020px) {
  .articles-title {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media (max-width: 480px) {
  .articles-title {
    width: 90%;
  }

  .articles-blocks {
    justify-content: space-around;
    gap: 0;
  }
}

@media (max-width: 1000px) {
	padding-top: 50px;
}

@media (max-width: 768px) {
  .container.container-articles {
    padding: 50px 0;
  }
}

/*funds*/
.funds__title {
  margin: 43px 0 49px;
}

.funds__title {
  margin: 50px 0;
  width: 80%;
  line-height: 1.1;
}


.funds__desc {
  align-items: flex-start;
  display: flex;
  margin-bottom: 80px;
  margin-top: 30px;
}

.desc-icon {
  margin: 2px 17px 0 -2px;
}

.desc-text {
	display: grid;
	gap: 20px;
}

.desc-text p {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  margin: -6px 0;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.funds__indicators {
  margin-bottom: 150px;
}

.funds__indicators-title {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #555A65;
  text-transform: uppercase;
  margin-bottom: 80px;
}

@media screen and (max-width: 665px) {
  .funds__indicators-title {
	font-size: 24px;
  }
}

.funds-list__title {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #555A65;
  text-transform: uppercase;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .funds__indicators-title {
    margin-bottom: 30px;
  }
  .funds-list__title {
	margin-bottom: 50px;
  }
}

.funds__selection {
  display: flex;
}

@media (max-width: 1350px) {
  .funds__selection {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }

  .intro-section__button {
    width: 26%;
  }

  .funds__selection-text {
    width: 55%;
    text-align: center;
    margin: 0;
  }

}

@media (max-width: 1050px) {
  .intro-section__button {
    width: 36%;
  }
}

@media (max-width: 1050px) {
  .intro-section__button {
    width: 56%;
  }

  .funds__selection-text {
    font-size: 14px;
  }
}

.item-block__icon {
  background: #3579F4;
  max-width: 200px;
  max-height: 200px;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-repeat: repeat;
  background-size: contain;
  position: relative;
  overflow: hidden;
  margin-bottom: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.funds__indicators-items {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.funds__indicators-item {
  width: 16%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.item-desc {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #2B2D33;
  text-transform: none;
}

.icon-1 {
  background-image: url("./images/доходность.svg");
}

.icon-2 {
  background-image: url("./images/Опыт\ работы.svg");
}

.icon-3 {
  background-image: url("./images/Надежность.svg");
}

.icon-4 {
  background-image: url("./images/Количество\ клиентов.svg");
}

.icon-5 {
  background-image: url("./images/Наличие\ Госключа.svg");
}

.icon-6 {
  background-image: url("./images/Отличия\ от\ других.svg");
}

.funds-list__items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8%;
  margin-bottom: 130px;
}

@media screen and (max-width: 1050px) {
  .funds-list__items {
	  margin-bottom: 60px;
  }
}

.funds-list__item {
  width: 13%;
  height: auto;
  object-fit: contain;
  margin-bottom: 40px;
}

.funds__selection-text {
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #555A65;
  width: 45%;
  margin: 10px 0 0 78px;
}

@media (max-width: 1350px) {
  .funds__selection-text {
    width: 55%;
    text-align: center;
    margin: 0;
  }

}
@media (max-width: 1340px) {
	.funds__indicators-items {
	  grid-template-columns: repeat(3, 1fr);
      display: grid;
      gap: 50px;
	}
  .funds__indicators-item {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .funds__selection {
    margin-bottom: 10px;
  }
  .funds__indicators-items {
    max-width: 510px;
    margin: 0 auto;	
  }
  .funds__indicators {
    margin-bottom: 50px;	
  }
  .desc-text p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .funds__selection-text {
	font-size: 12px;
    width: 100%;
  }
}


@media (max-width: 650px) {
  .funds__indicators-items {
	grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .item-desc {
    font-size: 14px;
  }
}

@media (max-width: 550px) {
  .funds__selection {
	margin-bottom: 0;
  }
  .funds__selection-text {
    width: 100%;
	  font-size: 12px
  }

  .intro-section__button {
    width: 100%;
    font-size: 22px;
  }

  .funds-list__title {
    font-size: 18px;
  }

  .funds-list__items {
    margin-bottom: 70px;
  }

  .funds-list__item {
    width: 28%;
  }

}

@media (max-width: 650px) {
  .item-block__icon {
    max-width: 175px;
    max-height: 175px;
  }
}
@media (max-width: 460px) {
  .funds__indicators-item {
    width: calc(50% - 15px);
  }
}

@media (max-width: 420px) {
  .item-desc {
    font-size: 12px;
  }

  .funds__indicators-title {
    font-size: 18px;
  }

  .funds__indicators-item {
    margin: 0;
  }

  .desc-text p {
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 15px;
  }

}

.funds__selection-text span {
  font-weight: 700;
}

.contact-form__form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

input#email,
input#phone {
  font-family: "Inter";
  font-size: 19.21px;
  width: 100%;
  font-weight: 400;
  line-height: 28.81px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 11px 55px 11px 19px;
  border-radius: 10px;
  margin-bottom: 25px;
  border: none;
  outline: none;
}

input#email::placeholder,
input#phone::placeholder,
input#message::placeholder {
  color: #999EAD;
}

input#message {
  font-family: "Inter";
  font-size: 19.21px;
  width: 100%;
  font-weight: 400;
  line-height: 28.81px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 11px 55px 11px 19px;
  border-radius: 10px;
  margin-bottom: 66px;
  border: none;
  outline: none;
}

textarea#message {
  font-family: Inter;
  font-size: 19.21px;
  font-weight: 400;
  line-height: 28.81px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 11px 55px 11px 19px;
  border-radius: 10px;
  border: none;
  outline: none;
}

.form-group {
  position: relative;
  width: 83%;
}

.form-icon-email {
  top: 11px;
  position: absolute;
  right: 20px;
}

.form-icon-phone {
  position: absolute;
  right: 20px;
  top: 12px;
}

.form-icon-message {
  position: absolute;
  right: 24px;
  top: 12px;
}

.overlay-image {
  position: absolute;
  left: 10%;
  top: 45%;
}

.submit-button {
  padding: 26px 39px;
  background: #FFFFFF;
  border-radius: 15px;
  color: #3579F4;
  font-family: "Inter", serif;
  font-size: 26.28px;
  font-weight: 600;
  line-height: 28.91px;
  letter-spacing: -0.03em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  border: none;
  width: 55%;
}

.privacy-text {
  font-family: Inter;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  width: 58%;
  color: #FFF;
}

.container-contact-form {
  display: flex;
  justify-content: space-between;
  background: #3579F4;
  border-radius: 37px;
  margin: 0 auto 0;
  padding: 78px 111px 56px 95px;
  position: relative;
}

.contact-form__title {
  color: #FFF;
  margin: -13px 0 0 -2px;
  flex: 1;
}

@media (max-width: 1227px) {
  .container.container-contact-form {
    flex-direction: column;
  }

  .contact-form__title {
    margin: -13px 0 90px -2px;
    width: 85%;
  }

  .contact-form__form {
    width: 80%;
    margin: auto;
  }

  .overlay-image {
    position: absolute;
    left: 63%;
    top: -82px;
  }
}

@media (max-width: 930px) {
  .overlay-image {
    width: 30%;
    left: 67%;
    top: -62px;
  }

  .contact-form__form {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .container.container-contact-form {
    padding: 37px 39px;
  }

  .contact-form__title {
    width: 77%;
  }

  img.overlay-image {
    top: -51px;
  }

  .contact-form__form {
    width: 90%;
  }

  .container.container-contact-form {
    margin: 0 auto 0;
  }
}

@media (max-width: 650px) {
  .form-group {
    width: 100%;
  }

  .contact-form__form {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .submit-button {
    font-size: 20px;
    padding: 23px;
    width: 100%;
  }

  .privacy-text {
    width: 85%;
  }
}

@media (max-width: 480px) {
  .container.container-contact-form {
    padding: 37px 24px;
    border-radius: 17px;
  }

  .submit-button {
    font-size: 18px;
  }

  input#email {
    font-size: 10px;
  }

  input#phone {
    font-size: 10px;
  }

  input#message {
    font-size: 10px;
  }
}

.desc-program__block {
  color: #555A65;
  display: grid;
  gap: 20px;
}

.gender-selection {
  display: flex;
  gap: 26px;
}

.gender-option,
.gender-btn {
  flex: 1 1 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 40px 60px;
  border: 1px solid #999EAD;
  border-radius: 25px;
  background-color: #FFFFFF;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #1A2233;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.gender-option::before,
.gender-btn::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid currentColor;
  background: transparent;
  transition: background-color 0.2s, box-shadow 0.2s;
  flex-shrink: 0;
}

.gender-option:hover,
.gender-btn:hover {
  border-color: #3579F4;
  color: #3579F4;
}

.gender-option.selected,
.gender-btn.selected {
  background-color: #3579F4;
  border-color: #3579F4;
  color: #FFFFFF;
  box-shadow: 0 10px 30px rgba(53, 121, 244, 0.22);
}
.gender-option.selected::before,
.gender-btn.selected::before {
  background: radial-gradient(circle, #FFFFFF 0 35%, transparent 40%);
  border-color: #FFFFFF;
}

.gender-option:focus-visible,
.gender-btn:focus-visible {
  outline: 3px solid rgba(53, 121, 244, 0.35);
  outline-offset: 2px;
}

@media (max-width: 700px) {
  .gender-option,
  .gender-btn {
    padding: 24px 20px;
    font-size: 20px;
  }
  .gender-option::before,
  .gender-btn::before {
    width: 20px;
    height: 20px;
  }
}

/* ===== Блок результата калькулятора ПДС ===== */
.calculator-result {
  margin: 40px 60px 0 60px;
}
.calculator-result[hidden] { display: none; }

.calc-errors {
  margin: 0 60px 20px 60px;
  padding: 14px 20px;
  border-radius: 12px;
  background: #FFF0F0;
  color: #C0392B;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.calc-errors[hidden] { display: none; }

.calc-result__hero {
  padding: 32px 40px;
  border-radius: 20px;
  background: linear-gradient(135deg, #3579F4 0%, #5A95FF 100%);
  color: #FFFFFF;
  box-shadow: 0 12px 40px rgba(53, 121, 244, 0.25);
  margin-bottom: 24px;
}
.calc-result__hero-label {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  opacity: 0.85;
  margin-bottom: 8px;
}
.calc-result__hero-value {
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}
.calc-result__hero-sub {
  margin-top: 14px;
  font-size: 16px;
  opacity: 0.9;
}

.calc-result__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.calc-result__card {
  position: relative;
  padding: 36px 40px;
  border-radius: 25px;
  background: #FFFFFF;
  border: 1.5px solid #E0E4EC;
  box-shadow: 0 6px 24px rgba(26, 34, 51, 0.05);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.calc-result__card:hover {
  border-color: #3579F4;
  box-shadow: 0 14px 40px rgba(53, 121, 244, 0.12);
  transform: translateY(-2px);
}
.calc-result__card::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 0;
  width: 4px;
  height: 32px;
  background: #3579F4;
  border-radius: 0 4px 4px 0;
}
.calc-result__card-label {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #555A65;
  margin-bottom: 12px;
  line-height: 1.3;
}
.calc-result__card-value {
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #1A2233;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

@media (max-width: 1000px) {
  .calculator-result { margin: 40px 0 0 0; }
  .calc-errors { margin: 0 0 20px 0; }
  .calc-result__hero-value { font-size: 40px; }
  .calc-result__card { padding: 30px 34px; }
  .calc-result__card-value { font-size: 32px; }
  .calc-result__card-label { font-size: 16px; }
}
@media (max-width: 700px) {
  .calc-result__grid { grid-template-columns: 1fr; gap: 18px; }
  .calc-result__hero { padding: 24px 24px; }
  .calc-result__hero-value { font-size: 32px; }
  .calc-result__card { padding: 26px 28px; border-radius: 20px; }
  .calc-result__card::before { top: 28px; height: 28px; }
  .calc-result__card-value { font-size: 28px; }
  .calc-result__card-label { font-size: 15px; margin-bottom: 10px; }
}
@media (max-width: 480px) {
  .calc-result__card { padding: 22px 24px; }
  .calc-result__card-value { font-size: 24px; }
  .calc-result__card-label { font-size: 14px; }
}

.gender-title {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #555A65;
  margin: 0 0 18px 60px;
}

.container-gender {
  margin: 0 0 26px 0;
}

.calc-btn-row {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
.calc-btn-row .calculate-button {
  width: auto;
  min-width: 320px;
  max-width: 420px;
  padding: 28px 60px;
  text-align: center;
  margin: 0;
}
@media (max-width: 700px) {
  .calc-btn-row .calculate-button {
    width: 100%;
    min-width: 0;
    max-width: none;
    padding: 22px 30px;
  }
}

/* ===== Info popup (подсказки к полям калькулятора) ===== */
/* Иконка — inline внутри label, сразу после текста */
.info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-left: 10px;
  padding: 0;
  border-radius: 50%;
  border: 1.5px solid #3579F4;
  background: transparent;
  color: #3579F4;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  vertical-align: middle;
  pointer-events: auto;
  transition: background-color 0.15s, color 0.15s, transform 0.15s;
  user-select: none;
}
.info-icon:hover {
  background: #3579F4;
  color: #FFFFFF;
  transform: scale(1.08);
}
.info-icon.active {
  background: #3579F4;
  color: #FFFFFF;
}
.info-icon:focus-visible {
  outline: 3px solid rgba(53, 121, 244, 0.35);
  outline-offset: 2px;
}
/* Подсказки — tooltip-облако над полем с хвостом, указывающим на иконку "?"
   Дизайн светлый, в стиле сайта */
.info-popup {
  display: none;
  position: absolute;
  bottom: calc(100% + 16px);
  left: 0;
  width: max(100%, 440px);
  max-width: 540px;
  padding: 24px 30px 22px;
  background: #FFFFFF;
  color: #555A65;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  border: 1px solid #E8ECF4;
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(26, 34, 51, 0.18);
  z-index: 50;
  text-align: left;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  pointer-events: none;
}
.info-popup.visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
/* Popup ниже поля (когда сверху не помещается) */
.info-popup--below {
  bottom: auto;
  top: calc(100% + 16px);
}

/* Хвост — указывает на иконку "?", позиция X устанавливается через JS (--tail-x) */
.info-popup::after {
  content: "";
  position: absolute;
  top: 100%;
  left: var(--tail-x, 40px);
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -9px;
  background: #FFFFFF;
  border-right: 1px solid #E8ECF4;
  border-bottom: 1px solid #E8ECF4;
  transform: rotate(45deg);
}
.info-popup--below::after {
  top: auto;
  bottom: 100%;
  margin-top: auto;
  margin-bottom: -9px;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #E8ECF4;
  border-top: 1px solid #E8ECF4;
}

.info-popup__title {
  display: block;
  margin: 0 0 10px 0;
  padding-right: 40px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1A2233;
  line-height: 1.3;
}

.info-popup__close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: #F3F6FD;
  color: #3579F4;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s, color 0.15s, transform 0.15s;
}
.info-popup__close:hover {
  background: #3579F4;
  color: #FFFFFF;
  transform: rotate(90deg);
}
.info-popup__close:focus-visible {
  outline: 3px solid rgba(53, 121, 244, 0.35);
  outline-offset: 2px;
}

/* ===== Адаптив калькулятора ===== */
@media (max-width: 1200px) {
  .input-group input {
    padding: 42px 36px 22px;
    font-size: 32px;
    border-radius: 20px;
  }
  label {
    top: 14px;
    left: 36px;
    font-size: 18px;
  }
  .gender-btn, .gender-option {
    padding: 32px 30px;
    font-size: 26px;
  }
}
@media (max-width: 900px) {
  .calculator-cantainer__title { font-size: 32px; margin-bottom: 40px; }
  .input-group input {
    padding: 36px 28px 18px;
    font-size: 26px;
    border-radius: 18px;
  }
  label {
    top: 12px;
    left: 28px;
    font-size: 16px;
  }
  .gender-btn, .gender-option {
    padding: 26px 20px;
    font-size: 22px;
  }
  .gender-btn::before, .gender-option::before {
    width: 22px; height: 22px;
  }
  .info-icon { width: 20px; height: 20px; font-size: 12px; margin-left: 8px; }
  .info-popup { padding: 22px 24px 20px; font-size: 15px; border-radius: 18px; max-width: 480px; }
  .info-popup__title { font-size: 17px; }
  .calc-result__hero { padding: 24px 28px; }
  .calc-result__hero-value { font-size: 36px; }
}
@media (max-width: 700px) {
  .calculator-cantainer__title { font-size: 26px; margin-bottom: 32px; }
  .input-columns { flex-direction: column; gap: 18px; }
  .input-column { gap: 18px; }
  .gender-selection { flex-direction: column; gap: 14px; }
  .input-group input {
    padding: 30px 22px 14px;
    font-size: 22px;
    border-radius: 14px;
  }
  label {
    top: 10px;
    left: 22px;
    font-size: 14px;
  }
  .gender-btn, .gender-option {
    padding: 20px 16px;
    font-size: 18px;
    border-radius: 14px;
  }
  .info-icon { width: 18px; height: 18px; font-size: 11px; }
  .info-popup { padding: 20px 20px 18px; font-size: 14px; border-radius: 16px; width: 100%; max-width: 92vw; }
  .info-popup__title { font-size: 16px; margin-bottom: 8px; padding-right: 36px; }
  .info-popup__close { top: 12px; right: 12px; width: 28px; height: 28px; font-size: 18px; }
  .calc-result__hero { padding: 20px 22px; border-radius: 16px; }
  .calc-result__hero-value { font-size: 28px; }
  .calc-result__hero-label { font-size: 14px; }
  .calc-result__hero-sub { font-size: 13px; }
  .calc-result__card { padding: 18px 20px; }
  .calc-result__card-value { font-size: 22px; }
}
@media (max-width: 480px) {
  .calculator-cantainer__title { font-size: 22px; margin-bottom: 24px; }
  .input-group input {
    padding: 26px 18px 12px;
    font-size: 18px;
  }
  label { top: 8px; left: 18px; font-size: 12px; }
  .gender-btn, .gender-option { padding: 18px 14px; font-size: 16px; }
  .calc-result__hero-value { font-size: 24px; }
}

@media screen and (max-width: 1000px) {
  .container-gender {
    margin: 0 0 42px 0;
  }
}

.input-columns {
  display: flex;
  gap: 26px;
}

.input-column {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
  display: grid;
  gap: 26px;
}

@media (max-width: 1200px) {
  .input-columns {
    flex-direction: column;
	  margin-bottom: 100px;
  }

  .input-column:first-child {
    margin-right: 0;
  }
}

@media (max-width: 1000px) {
  .container.container-desc-program {
    flex-direction: column;
  }

  .container.container-desc-program {
    flex-direction: column;
  }

}


@media (max-width: 768px) {
  .input-columns {
    margin-bottom: 0;
  }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.input-group input {
  width: 100%;
  padding: 50px 60px 27px;
  font-family: Inter;
  font-size: 39px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  border-radius: 25px;
  border: 1px solid #999EAD;
  position: relative;
  z-index: 1;
  background-color: transparent;
}

/* Placeholder — средний размер между label и введённым значением */
.input-group input::placeholder {
  font-size: 30px;
  font-weight: 400;
  color: #999EAD;
  opacity: 1;
}
@media (max-width: 1200px) {
  .input-group input::placeholder { font-size: 26px; }
}
@media (max-width: 900px) {
  .input-group input::placeholder { font-size: 22px; }
}
@media (max-width: 700px) {
  .input-group input::placeholder { font-size: 18px; }
}

.input-group {
  position: relative;
}


label {
  position: absolute;
  top: 15px;
  left: 60px;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #555A65;
  z-index: 2;
  pointer-events: none;
}

.calculate-button {
  width: 40%;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.calculator-cantainer__title {
  margin: 0 0 90px;
}

@media (max-width: 768px) {
  .calculator-cantainer__title {
    margin: 0 0 58px;
  }

  .container-gender {
    margin: 0 0 42px 0;
  }
}

@media (max-width: 550px) {
  label {
    font-size: 15px;
  }
}

.dropdown {
  position: relative;
}

.dropdown-button {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  padding: 0;
  border: 1.5px solid #3579F4;
  background-color: #FFFFFF;
  color: #3579F4;
  cursor: pointer;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(53, 121, 244, 0.12);
  transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 4;
}
.dropdown-button:hover {
  background-color: #3579F4;
  box-shadow: 0 10px 30px rgba(53, 121, 244, 0.3);
}
.dropdown-button:hover::after {
  filter: brightness(0) invert(1);
}
.dropdown-button.open {
  background-color: #3579F4;
  transform: translateY(-50%) rotate(180deg);
  box-shadow: 0 10px 30px rgba(53, 121, 244, 0.3);
}
.dropdown-button.open::after {
  filter: brightness(0) invert(1);
}
.dropdown-button:active {
  transform: translateY(-50%) scale(0.92);
}
.dropdown-button.open:active {
  transform: translateY(-50%) rotate(180deg) scale(0.92);
}

.dropdown-button::after {
  content: "";
  display: block;
  width: 18px;
  height: 10px;
  background-image: url(./images//Vector.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: static;
  transition: filter 0.2s ease;
}

@media (max-width: 480px) {
  label {
    font-size: 10px;
    top: 5px;
    left: 23px;
  }

  .input-group input {
    padding: 18px 22px;
  }

  .input-group input {
    font-size: 14px;
    border-radius: 13px;

  }

  .dropdown-button {
    right: 12px;
    width: 38px;
    height: 38px;
  }
  .dropdown-button::after {
    width: 13px;
    height: 7px;
  }

  .dropdown-item {
    font-size: 14px;
  }

  .gender-option {
    font-size: 10px;
  }
}

.dropdown {
  cursor: pointer;
}
.dropdown > input {
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 15;
  padding: 8px;
  background-color: #FFFFFF;
  border: 1px solid #E0E4EC;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(26, 34, 51, 0.15);
  overflow: hidden;
}

.dropdown-item {
  padding: 18px 24px;
  margin: 2px 0;
  border-radius: 12px;
  cursor: pointer;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #1A2233;
  transition: background-color 0.15s, color 0.15s;
  user-select: none;
}

.dropdown-item:hover {
  background-color: #F3F6FD;
  color: #3579F4;
}

.dropdown-item.selected {
  background-color: #3579F4;
  color: #FFFFFF;
}

.dropdown-item--custom {
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px dashed #E0E4EC;
  color: #3579F4;
  font-style: italic;
}
.dropdown-item--custom:hover {
  background-color: #F3F6FD;
  color: #3579F4;
}

@media (max-width: 900px) {
  .dropdown-item { padding: 14px 20px; font-size: 18px; }
  .dropdown-content { border-radius: 14px; padding: 6px; }
}
@media (max-width: 700px) {
  .dropdown-item { padding: 12px 16px; font-size: 16px; }
  .dropdown-content { border-radius: 12px; padding: 4px; }
}

.faq {
  padding-left: 9%;
  padding-right: 9%;
}

.faq__title {
  text-align: center;
  margin-bottom: 55px;
}

.faq__item {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #D7DAE2;
}

.faq__question {
  padding: 42px 0;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: Inter;
  font-size: 32px;
  font-weight: 700;
  line-height: 42.67px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  transition: font-size 0.3s ease, color 0.3s ease;
}

@media (max-width: 1200px) {
  .faq__question {
    font-size: 23px;
  }
}

@media (max-width: 1000px) {
  .desc-program__title-backround-text {
    margin-right: 7px;
  }

  .desc-program__title {
    width: 95%;
  }
}

@media (max-width: 950px) {
  .faq__question {
    font-size: 18px;
    width: 90%;
    padding: 25px 0;
  }
}

@media (max-width: 768px) {
  .desc-program__block p {
    line-height: 24px;
    font-size: 16px;
  }
}


.faq__answer {
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  max-height: 0;
  opacity: 0;
  padding: 15px 0;
  border-top: 1px solid #ccc;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #555A65;
}

.show {
  max-height: 500px;
  opacity: 1;
}

.faq__answer p {
  margin: 20px 0;
  line-height: 1.4;
}

.faq__answer.show {
  margin-bottom: 20px;
}

.faq__button {
  all: unset;
  position: absolute;
  top: 60px;
  right: 0;
  display: inline-block;
  cursor: pointer;
}

@media (max-width: 950px) {
  .faq__button {
    display: flex;
    justify-content: center;
    align-items: end;
    top: 27px;
  }

  .faq__answer {
    margin: 0;
    padding: 0;
  }

  .faq__item {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .funds__desc {
	margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 650px) {
  .faq__answer {
    font-size: 18px;
  }

  .funds__indicators {
	margin-top: -30px;
    margin-bottom: 50px;
  }

  .desc-icon {
    margin: -8px 11px 0 -1px;

    svg {
      width: 17px;
    }
  }
}

@media (max-width: 480px) {
  .faq__answer {
    font-size: 12px;
  }

  .faq__question {
    font-size: 14px;
    width: 80%;
    padding: 10px 0 10px 9px;
    line-height: 25px;
  }

  .faq__button {
    top: 16px;
  }

  .faq__title {
    text-align: left;
    margin-bottom: 22px;
    width: 60%;
  }

  .faq {
    margin: 50px auto;
  }
}

.faq__button::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 16px;
  background-image: url(./images//Vector.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  right: 0px;
  top: 11px;
  transform: translateY(-50%);
}

.faq__button.rotated::after {
  transform: translateY(-50%) rotate(180deg);
}

.description-program-container {
  position: relative;
}

/**/
.logo {
  flex: 3;
}

a.logo.logo-footer {
  width: 53%;
}

.intro-section__after-block {
  position: absolute;
  top: 13px;
  right: 46%;
  font-family: "Inter", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  border: 1px solid;
  padding: 5px 37px 5px 11px;
  border-radius: 32px;
  display: flex;
}

.intro-section__after-block::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #3579F4;
  display: block;
  position: relative;
  top: 6px;
  right: -20%;
  border-radius: 31px;
}

.intro-section {
  position: relative;
}

.description-program {
  position: relative;
}

.container.intro-container {
  position: relative;
}

.description-program-modal {
  position: absolute;
  /*top: 17%;*/
  right: 0;
  width: 100%;
  z-index: 9999;
}

.description-program-modal__program {
  display: none;

  background: linear-gradient(-20deg, #B8D5FF -110%, #F8F9FC 37%);
  padding: 46px 0 65px;
  box-shadow: 0 26px 50px rgba(0, 0, 79, 0.2);
}

.description-program-modal__program .container {
  display: flex;
  position: relative;
}

.desc-program__button-close {
  border: none;
  width: 39px;
  height: 39px;
  -webkit-border-radius: 58px;
  -moz-border-radius: 58px;
  border-radius: 58px;
  background: #3579F4;
  color: #fff;
  font-size: 34px;
  cursor: pointer;
  position: absolute;
  right: 18px;
  top: -9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.desc-program-modal__title-backround-text {
  background: #3579F4;
  padding: 0px 10px 2px 10px;
  color: #fff;
}

.desc-program-modal__block {
  padding: 73px 0 0 0;
  margin-right: 40px;

  p {
    margin-bottom: 20px;
    line-height: 32px;
    font-weight: 400;
    font-size: 24px;
  }
}

.program-list {
  position: relative;
}

.program-list::after {
  content: "";
  width: 43%;
  height: 113%;
  right: -8%;
  top: -19%;
  z-index: -1;
  position: absolute;
  background: radial-gradient(circle, #B8D5FF -159%, rgba(255, 0, 0, 0) 62%);
}

.program-list::before {
  content: "";
  width: 52%;
  height: 114%;
  right: 54%;
  top: 13%;
  z-index: -2;
  position: absolute;
  background: radial-gradient(circle, #B8D5FF -207%, rgba(255, 0, 0, 0) 76%);
  backdrop-filter: blur(601.2875366210938px);
}
.banner-attention {
	position:relative;
}
.banner-attention::after {
    content: "";
    width: 107vw;
    height: 100vh;
    right: -7%;
    top: 0%;
    z-index: -2;
    position: absolute;
    background: radial-gradient(circle, #B8D5FF -207%, rgba(255, 0, 0, 0) 76%);
    backdrop-filter: blur(601.2875366210938px);
}
.banner-attention h2 {
	font-size: 64px;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 96px;
}
.banner-attention h3 {
	margin-top: 0;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 30px;
}
.banner-attention p {
	font-size: 20px;
}

.banner-attention .banner-content {
	background-color: white;
	border-radius: 26px;
	padding: 44px 44px 56px 84px;
	display: flex;
	gap: 84px;
	box-shadow: 1px 11px 40px 0px rgb(0 0 0 / 9%);
}
.banner-attention.layout-bordered .banner-content {
	background-color: transparent;
	border: 3px solid #3579F4;
	padding: 62px 36px 62px 46px;
	gap: 46px;
	box-shadow: none;
}

@media screen and (max-width: 665px) {
	.banner-attention.layout-bordered .banner-content {
		border-left: none;
		border-right: none;
		border-radius: 0;
		width: calc(100% + 70px);
		margin-left: -35px;
		margin-right: -35px;
	}
}

.banner-attention .banner-content .col-icon {
	width: 100px;
}

.banner-attention .block-list-content {
	display: grid;
	padding: 20px 20px 8px 50px;
	gap: 16px;
}

.banner-attention .block-list-content .list-checkbox {
	position: absolute;
	margin-left: -70px;
	margin-top: 4px;
}

.block-aside {
	position: relative;
}

.block-aside.side-left .block-content {
	padding: 40px 75px 40px 0;
	border-top: 3px solid #3579F4;
	border-bottom: 3px solid #3579F4;
	border-right: 3px solid #3579F4;
	width: 70%;
	border-radius: 0px 26px 26px 0;
}

.block-aside.side-right .block-content {
	padding: 44px 0 44px 75px;
	border-top: 3px solid #3579F4;
	border-bottom: 3px solid #3579F4;
	border-left: 3px solid #3579F4;
	width: 70%;
	border-radius: 26px 0 0 26px;
	margin-left: 25%;
}

.block-aside.side-left .block-placeholder {
	width: 50%;
	border-top: 3px solid #3579F4;
    border-bottom: 3px solid #3579F4;
    position: absolute;
    height: calc(100% - 100px);
	margin-top: 50px;
	z-index: -1;
}
.block-aside.side-right .block-placeholder {
	width: 50%;
	border-top: 3px solid #3579F4;
    border-bottom: 3px solid #3579F4;
    position: absolute;
    height: calc(100% - 100px);
	margin-top: 50px;
	right: 0;
	z-index: -1;
}
.block-aside .block-content p:not(:last-child) {
	margin-bottom: 16px;
}
@media screen and (max-width: 930px) {
	.banner-attention {
		padding-top: 14px;
	}
	.banner-attention::before {
		content: "";
    	width: 100vw;
    	height: 100vh;
    	left: -250px;
    	top: -67%;
    	z-index: -2;
    	position: absolute;
    	background: radial-gradient(circle, #B8D5FF -77%, rgba(255, 0, 0, 0) 46%);
    	backdrop-filter: blur(601.2875366210938px);
	}
	.banner-attention::after {
		content: "";
        width: calc(100vw + 250px);
        height: 100vh;
        right: -250px;
        top: 3%;
        z-index: -2;
        position: absolute;
        background: radial-gradient(circle, #B8D5FF -77%, rgba(255, 0, 0, 0) 46%);
        backdrop-filter: blur(601.2875366210938px);
	}
	.banner-attention h2 {
		margin-top: 0;
		margin-bottom: 47px;
		font-size: 32px;
	}
	.banner-attention .banner-content {
		display: block;
		position: relative;
		padding: 26px 88px 26px 42px;
	}
	.banner-attention .col-icon {
		position: absolute;
		top: -10px;
		right: 30px;
		width: auto!important;
	}
	.banner-attention .col-icon svg {
		width: 16px;
		height: 67px;
	}
}
@media screen and (max-width: 665px) {
	.banner-attention {
		padding-top: 0;
	}
	.banner-attention .container {
		padding-top: 0;
	}
	.banner-attention h2 {
		margin-top: 0;
		margin-bottom: 40px;
		font-size: 27px;
	}
	.banner-attention h3 {
		font-size: 18px;
	}
	.banner-attention p {
		font-size: 18px;
	}
	.block-aside .block-placeholder {
		display: none;
	}
	.block-aside.side-left .block-content, .block-aside.side-right .block-content {
		width: calc(100% + 70px);
		border-right: none;
		border-left: none;
		border-radius: 0;
		margin: 0 -35px;
		padding-left: 35px;
		padding-right: 35px;
	}
	.block-aside {
		margin-bottom: 0;
	}
}
.example-photo {
	position: relative;
}
/*.example-photo::before {
    content: "";
    width: 100vw;
    height: 100vh;
    right: 54%;
    top: 63%;
    z-index: -2;
    position: absolute;
    background: radial-gradient(circle, #B8D5FF -207%, rgba(255, 0, 0, 0) 76%);
    backdrop-filter: blur(601.2875366210938px);
}*/

.example-photo .photo-mobile {
	display: none;
	text-align: center;
}
.example-photo h2 {
	font-size: 64px;
}
.example-photo .example-content {
	display: flex;
	flex-wrap: wrap;
}
.example-photo .example-content .col-text {
	width: calc(100% - 350px);
}
.example-photo .example-content .col-text .plain {
	margin-bottom: 50px;
}
.example-photo .example-content .col-text .background {
	padding: 25px 25px 25px 37px;
	background-color: #3579F4;
	color: white;
	margin-bottom: 60px;
}

.example-photo .example-content {
	font-size: 24px;
	line-height: 1.4;
}

.example-photo .example-content .col-photo {
	padding: 28px;
	border-radius: 20px;
	background-color: white;
	width: 350px;
	height: 350px;
}
.example-photo .example-content .col-photo img {
	border-radius: 20px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 1100px) {
	.example-photo .example-content {
		display: block;
	}
	.example-photo .photo-mobile {
	    display: block;
		padding-bottom: 50px;
    }
	.col-photo {
		display: none;
	}
	.example-photo .example-content .col-text {
	    width: 100%;
    }
	.example-photo .example-content .col-text .background {
		margin-left: -35px;
		margin-right: -35px;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 664px) {
	.example-photo {
		padding-bottom: 0;
	}
	.example-photo .container {
		padding-top: 0;
	}
	.example-photo h2 {
		font-size: 27px;
		line-height: 1.2;
		margin-top: 0;
		margin-bottom: 24px;
	}
	.example-photo .example-content .col-text {
	    font-size: 14px;
    }
	.example-photo .example-content .col-text .plain {
		margin-bottom: 24px;
	}
	.example-photo .photo-mobile {
		padding-bottom: 24px;
		width: 120px;
		margin: auto;
	}
	.example-photo .photo-mobile img {
		width: 100%;
		border-radius: 10px;
		border: 10px solid white;
		box-shadow: 0px 7px 28.24px rgba(0, 0, 0, 0.1);
	}
}

.articles-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 24px !important;
}
.articles-blocks .articles-block {
  width: calc(33.33% - 16px) !important;
  box-sizing: border-box;
}
.articles-blocks .articles-block img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 12px;
}

.container-articles.articles-blocks {
  padding: 0;
  margin-bottom: 100px;
}

.single-title {
  text-align: center;
  width: 100%;
  font-size: 64px;
  margin-bottom: 38px;
}

.single-section__image img {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  height: 280px;
  object-fit: cover;
}

.single-section-content {

  margin: 100px auto;
}

.text-justify {
  font-family: Inter;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  margin: 0 0 25px;
}

.single-desc {
  font-family: Inter;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #555A65;
  margin-bottom: 100px;
}

.articles-blocks-single {
  display: flex;
  flex-wrap: wrap;
  /* gap: 85px; */
  justify-content: space-between;
}

.articles-block-single {
  width: 30%;
  border-radius: 30%;
  margin-top: 100px;
}

.articles-block-single img {
  width: 100%;
  border-radius: 15px;
}

@media (max-width: 1440px) {
  .articles-blocks {
    gap: 68px;
  }
}

@media (max-width: 1400px) {
  .intro-section__after-block {
    display: none;
  }
}


@media (max-width: 1390px) {
  h2 {
    font-size: 40.65px;
  }

  .description-program__desc {
    right: 22%;
    font-size: 18px;
  }

  .articles-blocks {
    gap: 37px;
  }
}

@media (max-width: 1340px) {
  h1 {
    font-size: 52px
  }

  .block-text {
    padding: 33px 0% 35px;
  }

  .example-photo h2, h2 {
    font-size: 35.65px;
  }

  .description-program__desc {
    right: 15%;
    font-size: 16px;
  }

  .block-text:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 42px;
    right: -83px;
    width: 1px;
    height: 56px;
    background-color: #8F8F8F;
  }
}

@media (max-width: 1250px) {
  .tables-item__title {
    font-size: 20px;
  }

  .tables-item__desc {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .description-program__desc {
    display: none;
  }
}

@media (max-width: 1000px) {
  .tables-item__title {
    font-size: 16px;
  }

  .tables-item__desc {
    font-size: 11px;
  }

  .tables-item {
    padding: 17px 26px;
    border-radius: 18px;
    width: 48%;
    position: relative;
    background: #FFF;
    height: 175px;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
  }

  .tables-item__title {
    width: 70%;
  }

  .tables-item__desc {
    width: 80%;
  }

  h1.desc-program__title {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 1030px) {
  h1 {
	font-size: 40px;
  }
  .block-text:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 42px;
    right: -58px;
    width: 1px;
    height: 56px;
    background-color: #8F8F8F;
  }
}

@media (max-width: 980px) {
  .block-text:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 42px;
    right: -41px;
    width: 1px;
    height: 56px;
    background-color: #8F8F8F;
  }
}

@media (max-width: 890px) {
  .block-text__amount span {
    font-size: 21px;
  }

  .block-text__desc {
    font-size: 12px;
    line-height: 128%;
  }

  .block-text__amount {
    margin-bottom: 5px;
  }
}

@media (max-width: 800px) {
  .block-text:not(:last-child)::after {
    top: 42px;
    right: -35px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 1.1;
	margin-top: 0;
  }
  .faq__title {
	text-align: left;
  }

  .tables-item__title {
    margin-bottom: 10px;
    line-height: 20px;
  }

  .funds__title {
    margin: 0;
  }

  .intro-section__block {
    border-radius: 21px;
  }

  .block-text:not(:last-child)::after {
    top: 42px;
    right: -29px;
  }

  .block-text__amount {
    font-size: 14px;
  }

  .block-text__amount span {
    font-size: 30px;
  }

  .block-text__desc {
    font-size: 14px;
    line-height: 20px;
  }

  .intro-section__button {
    margin: 0 auto 30px;
	padding: 22px 40px;
	width: auto;
    font-size: 20px;
  }

}

@media (max-width: 715px) {
  .tables-item {
    width: 100%;
  }

  .tables-item__desc {
    line-height: 13.18px;
  }

  .intro-section__block {
    flex-direction: column;
	margin-bottom: 0;

  }

  .block-text:not(:last-child)::after {
    top: 122px;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 1px;
    background: #D9D9D9;
  }
}

@media (max-width: 665px) {
  .description-program__title {
	font-size: 24px;
  }
  .tables-item {
	height: 97px;
  }
  .tables-item__image {
	top: 10px;
	right: 16px;
	width: 20px;
    height: 20px;
  }
  .tables-item__button {
	bottom: 6px;
	right: 13px;
  }
  .tables-item__button svg {
	width: 24px;
    height: 24px;
  }
  label {
	font-size: 9px;
	top: 9px;
	left: 22px;
  }
  .input-group input {
    padding: 24px 22px 8px;
    font-size: 16px;
	border-radius: 10px;
  }
  .dropdown-button {
	right: 16px;
	width: 46px;
	height: 46px;
  }
  .dropdown-button::after {
	width: 15px;
	height: 8px;
  }

  .intro-section .intro-section__button {
    padding: 18px 32px;
	width: auto;
    margin: 0 auto 34px;
    font-size: 18px;
  }
  .description-program {
        margin-bottom: 0px;
  }
  .desc-program__block-text {
    font-size: 16px;
    line-height: 22px;
  }
  .desc-program__block-text-bold {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 30px;
  }

  .tables-item__title {
    font-size: 14px;
  }

  .tables-item__desc {
    font-size: 9px;
  }

  .tables-item__button {
    svg {
      width: 25px;
    }
  }

  .tables-item {
    padding: 13px 20px;
    height: 100px;
  }

  .tables-item__title {
    margin-bottom: 8px;
    line-height: 13px;
  }

  .tables-item {
    width: 100%;
  }

  .tables-item__image {
    top: 9px;
    right: 16px;
    width: 21px;
    height: 21px;
  }

  .tables-item__button {
    right: 12px;
  }

  .description-program__title {
    position: relative;
    width: 100%;
    margin-bottom: 43px;
  }

  .intro-section__block {
    margin-bottom: 0;
  }

  .image-arrow {
    width: 60px;
    height: 60px;
    padding: 8px;
    top: 4px;
    right: 4px;
  }
}

.desc-program-modal__block {
  padding-top: 5%;
}

.intro-section__button {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 26.28px;
  line-height: 1.1;
}

@media (max-width: 1430px) {
  .intro-section__after-block {
    display: none;
  }
}

@media (max-width: 1200px) {
  .calculate-button {
    margin: 60px auto 0;
    position: static;
  }
}
@media (max-width: 665px) {
  .calculate-button {
	margin-top: 0;
  }
}
@media (max-width: 600px) {
  .calculate-button {
    width: 61%;
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .calculate-button {
    width: 100%;
  }

  .intro-container .intro-section__button {
    border-radius: 6px;
    font-size: 15px;
    padding: 17px 14px;
    width: 60%;
    margin-bottom: 34px;
  }

  .intro-section__block {
    margin-bottom: 0;
  }

  .container.container-desc-program {
    margin-bottom: 0;
  }
}


/*h2*/ .intro-section__title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 44.65px;
  line-height: 1.3;
  margin-bottom: 80px;
  position: relative;
}

span.intro-section__title-large-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 44.65px;
  leading-trim: Cap height;
  line-height: 130%;
  letter-spacing: -3%;
  text-transform: uppercase;
}

span.intro-section__title-backround-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 44.65px;
  leading-trim: Cap height;
  line-height: 130%;
  letter-spacing: -3%;
}

span.intro-section__title-large-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 43.65px;
  leading-trim: Cap height;
  line-height: 130%;
  letter-spacing: -3%;
  text-transform: uppercase;
}

/* Навигация для десктопа */
.nav-menu {
  display: flex;
  list-style: none;
  gap: 25px;
}

.nav-menu__link {
  color: #2B2D33;
  font-weight: 500;
  transition: color 0.3s;
}

.nav-menu__link:hover,
.nav-menu__link.active {
  color: #0066cc;
}

/* Бургер-меню (мобильная версия) */
/* Бургер-меню (мобильная версия) */
.burger {
  display: none;
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
  z-index: 100;
}

.burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #2B2D33;
  transition: all 0.3s ease;
}

.burger span:nth-child(1) {
  top: 0;
}

.burger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.burger span:nth-child(3) {
  bottom: 0;
}

/* Анимация в крестик */
.burger.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.burger.active span:nth-child(2) {
  opacity: 0;
}

.burger.active span:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}


/* Оверлей */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 98;
}

/* Адаптивность */
@media (max-width: 1000px) {

  /* Бургер-кнопка */
  .burger {
    display: block;
    position: relative;
    z-index: 101;
  }

  /* Основное меню */
  .nav-menu {
    position: fixed;
    top: 0;
    left: -100%;

    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 90px 20px 30px;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 100;
    overflow-y: auto;
  }

  /* Активное состояние меню */
  .nav-menu.active {
    transform: translateX(100%);
  }

  /* Пункты меню */
  .nav-menu__item {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: background-color 0.2s;
  }

  .nav-menu__item:last-child {
    border-bottom: none;
  }

  /* Оверлей */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 99;
  }

  .overlay.active {
    opacity: 1;
    visibility: visible;
  }

  /* Блокировка скролла */
  body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1000px) {
  /*h2*/ .intro-section__title {
    font-size: 34.65px;

  }

  span.intro-section__title-large-text {
    font-size: 34.65px;
  }

  span.intro-section__title-backround-text {
    font-size: 34.65px;
  }

  span.intro-section__title-large-text {
    font-size: 34.65px;
  }

  .description-program-modal__program .container {
    flex-direction: column;
  }

  .desc-program-modal__block {
    margin-right: 0;
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .modal-flex-container {
    width: 90%;
    margin: auto;
    flex-direction: column;
  }

  .desc-program-modal__title-backround-text {
    font-size: 38px;
  }

  .modal-left p {
    font-size: 38px;
    line-height: 102%;
  }

  .modalText {
    font-size: 18px;

    p {
      font-size: 18px;

      strong {
        font-size: 18px;
      }

      em {
        font-size: 18px;
      }
    }
  }
}


@media (max-width: 850px) {
  span.intro-section__title-backround-text {
    font-size: 31.65px;
    border-radius: 11px;
  }

  /*h2*/ .intro-section__title {
    font-size: 31.65px;
  }

  .intro-section__title {
    text-align: center;
  }

  .intro-section__title-large-text {
    display: block;
  }

}

@media (max-width: 780px) {
  /*h2*/ .intro-section__title {
    font-size: 27.65px;
    line-height: 150%;

  }

  span.intro-section__title-backround-text {
    font-size: 27.65px;
    padding: 0 5px 8px 7px;
  }

  .desc-program-modal__block {
    p {
      font-size: 16px;
    }
  }
}

@media (max-width: 768px) {
  /*h2*/ .intro-section__title {
    margin: 100px 0 150px;
  }

  .modalText {
    font-size: 16px;

    p {
      font-size: 16px;

      strong {
        font-size: 16px;
      }

      em {
        font-size: 16px;
      }
    }
  }
}

@media (max-width: 700px) {
  span.intro-section__title-backround-text {
    font-size: 22.65px;
  }

  /*h2*/ .intro-section__title {
    font-size: 22.65px;
  }
}

@media (max-width: 580px) {
  span.intro-section__title-backround-text {
    font-size: 16.65px;
    border-radius: 6px;
    padding: 2px 5px 5px 5px;
  }

  /*h2*/ .intro-section__title {
    font-size: 16.65px;
  }

  span.intro-section__title-large-text {
    font-size: 24.65px;
  }

  /*h2*/ .intro-section__title {
    margin: 0 0 23px;
    line-height: 180%;
  }

  .logo-menu {
    padding: 0;
  }

  .desc-program-modal__title-backround-text {
    font-size: 22px;
    line-height: 130%;
  }

  .description-program-modal__program .container .desc-program__title {
    font-size: 22px;
  }

  .modal-left p {
    font-size: 24px;
    line-height: 102%;
  }
}

@media (max-width: 460px) {
  span.intro-section__title-backround-text {
    font-size: 12.65px;
    line-height: 150%;
  }

  /*h2*/ .intro-section__title {
    font-size: 12.65px;
  }

  span.intro-section__title-large-text {
    font-size: 17.65px;
  }

  .desc-program-modal__block {
    p {
      font-size: 12px;
      margin-bottom: 7px;
    }
  }

  h1 {
    font-size: 32px;
	margin-top: 0;
    line-height: 110%;
  }

  .close.desc-program__button-close {
    font-size: 24px;
  }
}


/* === Sticky header при скролле === */
header.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  animation: slideDown 0.3s ease;
}
header.sticky .logo-menu { padding: 14px 0 !important; }
header.sticky .logo img { width: 110px !important; }
header.sticky .nav-menu__link { font-size: 16px !important; letter-spacing: 1.5px !important; }
header.sticky .container { padding-top: 4px !important; padding-bottom: 4px !important; }
@keyframes slideDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

/* === Кнопка наверх === */
.scroll-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 56px;
  height: 56px;
  background: #3579F4;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  box-shadow: 0 4px 16px rgba(53, 121, 244, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.scroll-to-top:hover {
  background: #2860CC;
  transform: scale(1.1);
}


/* === AI Chat Widget === */
#chat-widget-btn {
  position: fixed;
  bottom: 80px;
  right: 30px;
  width: 76px;
  height: 76px;
  background: #3579F4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 98;
  box-shadow: 0 4px 20px rgba(53, 121, 244, 0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}
#chat-widget-btn:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(53, 121, 244, 0.5); }
#chat-widget-btn.active { background: #2860CC; }
#chat-widget-btn.pulse { animation: chatPulse 1s ease; }
@keyframes chatPulse {
  0% { box-shadow: 0 4px 20px rgba(53, 121, 244, 0.4); }
  50% { box-shadow: 0 4px 30px rgba(53, 121, 244, 0.8), 0 0 0 10px rgba(53, 121, 244, 0.15); }
  100% { box-shadow: 0 4px 20px rgba(53, 121, 244, 0.4); }
}

#chat-widget-window {
  position: fixed;
  bottom: 110px;
  right: 40px;
  width: 480px;
  height: 620px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.15);
  z-index: 98;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.95);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
#chat-widget-window.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.chat-header {
  background: #3579F4;
  color: #fff;
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat-header__info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chat-header__avatar {
  width: 46px;
  height: 46px;
  background: rgba(255,255,255,0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}
.chat-header__name {
  font-size: 20px;
  font-weight: 600;
}
.chat-header__status {
  font-size: 14px;
  opacity: 0.8;
}
.chat-header button {
  background: none;
  border: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
}

.chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.chat-msg {
  padding: 14px 18px;
  border-radius: 14px;
  font-size: 20px;
  line-height: 1.5;
  max-width: 85%;
  word-wrap: break-word;
}
.chat-msg.assistant {
  background: #F0F4FF;
  color: #1A2233;
  align-self: flex-start;
  border-bottom-left-radius: 4px;
}
.chat-msg.user {
  background: #3579F4;
  color: #fff;
  align-self: flex-end;
  border-bottom-right-radius: 4px;
}
.chat-msg.typing {
  color: #888;
  font-style: italic;
}

.chat-input-wrap {
  padding: 12px 16px;
  border-top: 1px solid #eee;
  display: flex;
  gap: 8px;
}
.chat-input-wrap input {
  flex: 1;
  padding: 14px 18px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 20px;
  outline: none;
}
.chat-input-wrap input:focus { border-color: #3579F4; }
.chat-input-wrap button {
  background: #3579F4;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 14px 20px;
  font-size: 20px;
  cursor: pointer;
}
.chat-input-wrap button:hover { background: #2860CC; }

@media (max-width: 480px) {
  #chat-widget-window { width: calc(100vw - 20px); right: 10px; bottom: 80px; height: 70vh; }
  #chat-widget-btn { bottom: 20px; right: 20px; width: 50px; height: 50px; }
}


/* Permanent pulse */
#chat-widget-btn.pulse-always {
  animation: chatPulseLoop 2s ease-in-out infinite;
}
@keyframes chatPulseLoop {
  0% { box-shadow: 0 4px 20px rgba(53, 121, 244, 0.4); }
  50% { box-shadow: 0 4px 30px rgba(53, 121, 244, 0.8), 0 0 0 12px rgba(53, 121, 244, 0.12); }
  100% { box-shadow: 0 4px 20px rgba(53, 121, 244, 0.4); }
}

/* Chat gate (name input) */
.chat-gate {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 24px;
  text-align: center;
}
.chat-gate__text {
  font-size: 22px;
  color: #1A2233;
  margin-bottom: 20px;
  line-height: 1.5;
}
.chat-gate input {
  width: 100%;
  padding: 16px 20px;
  border: 2px solid #ddd;
  border-radius: 12px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 16px;
  outline: none;
  transition: border-color 0.2s;
}
.chat-gate input:focus { border-color: #3579F4; }
.chat-gate button {
  width: 100%;
  padding: 18px;
  background: #3579F4;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.chat-gate button:hover { background: #2860CC; }


/* System messages */
.chat-msg.system {
  background: transparent;
  color: #888;
  font-size: 13px;
  text-align: center;
  align-self: center;
  font-style: italic;
  padding: 4px 0;
}

/* Typing dots */
.chat-msg.typing-dots {
  background: #F0F4FF;
  align-self: flex-start;
  padding: 14px 20px;
  border-bottom-left-radius: 4px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.typing-dots .dot {
  width: 8px;
  height: 8px;
  background: #3579F4;
  border-radius: 50%;
  animation: dotBounce 1.4s ease-in-out infinite;
}
.typing-dots .dot:nth-child(2) { animation-delay: 0.2s; }
.typing-dots .dot:nth-child(3) { animation-delay: 0.4s; }
@keyframes dotBounce {
  0%, 80%, 100% { transform: scale(0.6); opacity: 0.4; }
  40% { transform: scale(1); opacity: 1; }
}

/* Assistant message with name */
.chat-msg__name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #3579F4;
  margin-bottom: 4px;
}

.chat-gate__note {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
  text-align: center;
}

.typing-name {
  font-size: 14px;
  color: #3579F4;
  font-weight: 600;
  margin-right: 8px;
}

/* Articles category titles */
.articles-category-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1A2233;
  margin: 8px 0 16px;
  padding-bottom: 8px;
  border-bottom: 3px solid #3579F4;
  display: inline-block;
}

/* ========================================================
   МОБИЛЬНАЯ ВЕРСИЯ — КОМПЛЕКСНЫЙ ФИКС (2026-04-13)
   Все переопределения для телефонов в одном месте
   ======================================================== */

/* --- Меню мобильное (≤1280px) --- */
@media (max-width: 1000px) {
  .nav-menu__item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .nav-menu__link {
    font-size: 22px !important;
    letter-spacing: 1.5px;
    display: inline !important;
  }
  /* Стрелка рядом с текстом для submenu-пунктов */
  .nav-menu__item--has-submenu::after {
    display: none !important;
  }
  .nav-menu__item--has-submenu > .nav-menu__link::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(./images//Vector.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    vertical-align: middle;
    position: relative;
    top: -1px;
  }
  .nav-menu__submenu a {
    font-size: 18px !important;
    padding: 10px 14px;
  }
}

/* --- Планшет / маленький экран (≤768px) --- */
@media (max-width: 768px) {
  /* Общее увеличение шрифтов */
  body {
    font-size: 16px;
  }

  /* Статистика hero */
  .block-text__amount {
    font-size: 15px !important;
  }
  .block-text__amount span {
    font-size: 32px !important;
  }
  .block-text__desc {
    font-size: 15px !important;
    line-height: 21px;
  }

  /* Кнопка "Выбрать фонд" */
  .intro-section__button {
    font-size: 22px !important;
    padding: 20px 40px !important;
    width: auto !important;
  }

  /* Статьи — 2 в ряд */
  .articles-blocks {
    gap: 4% !important;
  }
  .articles-block {
    width: 47% !important;
  }
  .articles-link__text {
    font-size: 14px !important;
    line-height: 20px;
  }
}

/* --- Телефон (≤665px) --- */
@media (max-width: 665px) {
  /* Hero: часы больше и правее */
  .intro-container::after {
    left: auto !important;
    right: 15% !important;
    top: -2% !important;
    width: 22% !important;
    height: 22% !important;
    transform: none !important;
  }
  /* Hero: тень ПДС рядом с часами */
  .intro-container::before {
    left: auto !important;
    right: 10% !important;
    top: 3% !important;
    width: 25% !important;
    height: 25% !important;
  }

  /* Hero заголовок — влево и крупнее */
  .intro-section__title {
    text-align: left !important;
    margin: 0 0 20px !important;
    line-height: 160% !important;
  }
  .intro-section__title-large-text {
    display: block;
    text-align: left;
  }

  /* Кнопка */
  .intro-section .intro-section__button {
    padding: 18px 32px !important;
    width: auto !important;
    margin: 0 0 34px !important;
    font-size: 18px !important;
  }

  /* Карточки "Почему накопить выгодно" */
  .tables-item {
    height: auto !important;
    min-height: 90px;
    padding: 16px 20px !important;
  }
  .tables-item__title {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 6px !important;
  }
  .tables-item__desc {
    font-size: 13px !important;
    line-height: 18px !important;
  }

  /* Синие иконки — центрирование */
  .funds__indicators-items {
    justify-items: center !important;
    text-align: center;
  }
  .funds__indicators-item {
    align-items: center !important;
    text-align: center;
  }
  .item-desc {
    font-size: 15px !important;
    text-align: center !important;
  }

  /* Текст секции ПДС */
  .desc-program__block-text {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .desc-program__block-text-bold {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .desc-program__title {
    font-size: 26px !important;
  }

  /* Текст выбора НПФ */
  .funds__selection-text {
    font-size: 15px !important;
    line-height: 22px;
  }

  /* Описание программы */
  .description-program__title {
    font-size: 26px !important;
    margin-bottom: 30px;
  }
}

/* --- Маленький телефон (≤580px) --- */
@media (max-width: 580px) {
  .intro-section__title-large-text {
    font-size: 26px !important;
  }
  .intro-section__title {
    font-size: 18px !important;
  }
  span.intro-section__title-backround-text {
    font-size: 18px !important;
  }
}

/* --- Статьи 2 в ряд на мобильном --- */
@media (max-width: 665px) {
  .articles-blocks .articles-block {
    width: calc(50% - 12px) !important;
  }
  .articles-blocks {
    gap: 16px !important;
  }
}

/* --- Меню: стрелка inline с текстом --- */
@media (max-width: 1000px) {
  .nav-menu__item--has-submenu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .nav-menu__item--has-submenu > .nav-menu__link {
    display: inline;
  }
  .nav-menu__item--has-submenu::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 8px;
    position: relative;
    top: 0;
    right: 0;
    transform: none;
    flex-shrink: 0;
  }
}

/* --- Самый маленький экран (≤460px) --- */
@media (max-width: 460px) {
  .intro-section__title-large-text {
    font-size: 22px !important;
  }
  .intro-section__title {
    font-size: 15px !important;
  }
  span.intro-section__title-backround-text {
    font-size: 15px !important;
    border-radius: 8px;
    padding: 2px 6px 4px;
  }

  h1 {
    font-size: 28px !important;
    margin-top: 0;
    line-height: 110% !important;
  }

  h2 {
    font-size: 24px !important;
    line-height: 32px !important;
    margin-bottom: 25px !important;
  }

  /* Статьи — 2 в ряд, не 3 */
  .articles-block {
    width: 46% !important;
  }
  .articles-blocks {
    gap: 4% !important;
    justify-content: center !important;
  }
  .articles-link__text {
    font-size: 13px !important;
    padding: 12px 14px 14px !important;
    line-height: 18px;
  }
}

/* ==== МОБИЛЬНЫЙ АДАПТИВ INTRO (до 1000px) — от пользователя ==== */
@media (max-width: 1000px) {
  .intro-container {
    position: relative;
    display: block;
    padding-left: 24px;
    padding-right: 24px;
  }

  .intro-section__title { max-width: 100%; margin-right: 0; padding-right: 0; }

  .intro-section__title-large-text {
    display: block !important;
    color: #111111 !important;
    font-weight: 800 !important;
    font-size: 23px !important;
    line-height: 1.05 !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase !important;
    width: 100% !important;
    white-space: nowrap !important;
  }

  .intro-section__title p br { display: none; }
  .intro-section__title p {
    color: #2055e5;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.35;
    font-family: "Inter", sans-serif;
    margin-top: 12px;
    max-width: 62%;
  }
  .intro-section__title p::after { content: " онлайн"; }
  .intro-section__title-backround-text { background: #2055e5 !important; }

  .intro-container::after {
    content: "" !important;
    position: absolute !important;
    right: 19px !important;
    top: 50px !important;
    width: 32% !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    left: auto !important;
    transform: none !important;
    opacity: 1 !important;
    background-image: url("./images/DeWatermark_ai_1736510149158-no-bg-preview\ \(carve.photos\)\ 1.svg") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
    z-index: 1 !important;
  }
  /* Тень-рубль рядом с часами (SVG унаследован с десктопного правила) */
  .intro-container::before {
    display: block !important;
    content: "" !important;
    position: absolute !important;
    right: -4% !important;
    top: 80px !important;
    width: 42% !important;
    height: 90px !important;
    left: auto !important;
    z-index: 0 !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }

  .intro-section::before, .intro-section::after { display: none; }
  .intro-section__after-block { display: none !important; }

  .intro-section__button {
    background: #3579f4 !important;
    color: #ffffff !important;
    border-radius: 15px !important;
  }

  /* ==== Карточки сумм: один общий белый контейнер, разделители внутри ==== */
  .intro-section__block {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border: 1px solid #E4E9F1 !important;
    border-radius: 12px !important;
    margin: 20px 16px 0 !important;
    box-shadow: none !important;
  }

  .intro-section__block .block-text {
    display: block !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #EEF1F6 !important;
    padding: 18px 20px !important;
    margin: 0 !important;
    box-shadow: none !important;
    text-align: left !important;
  }
  .intro-section__block .block-text:last-child { border-bottom: none !important; }

  /* убираем все декоративные псевдо-элементы карточек */
  .intro-section__block .block-text::before { display: none !important; content: none !important; }
  .intro-section__block .block-text::after  { display: none !important; content: none !important; }
  .intro-section__block .block-text:not(:last-child)::after { display: none !important; content: none !important; }

  .intro-section__block .block-text__amount {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #0B64E7 !important;
    line-height: 1 !important;
    text-align: left !important;
    margin: 0 !important;
  }
  .intro-section__block .block-text__amount span {
    color: #0B64E7 !important;
    font-size: inherit !important;
    font-weight: inherit !important;
  }

  .intro-section__block .block-text__desc {
    font-size: 12px !important;
    color: #5F6B7A !important;
    line-height: 1.4 !important;
    margin: 6px 0 0 !important;
    text-align: left !important;
    max-width: 100% !important;
  }
  .intro-section__block .block-text__desc br { display: inline !important; }
}
