@font-face {
    font-display: swap;
    font-family: "Unbounded";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Unbounded-Regular.woff2") format("woff2");
}
@font-face{
	font-display: swap;
	font-family: "Unbounded";
	font-weight: 500;
	src: url("../fonts/Unbounded-Medium.woff2") format("woff2");
}
@font-face{
	font-display: swap;
	font-family: "Unbounded";
	font-weight: 600;
	src: url("../fonts/Unbounded-SemiBold.woff2") format("woff2");
}
@font-face{
	font-display: swap;
	font-family: "Unbounded";
	font-weight: 700;
	src: url("../fonts/Unbounded-Bold.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Inter-Regular.woff2") format("woff2");
}
@font-face{
	font-display: swap;
	font-family: "Inter";
	font-weight: 500;
	src: url("../fonts/Inter-Medium.woff2") format("woff2");
}

:root {
	scroll-behavior: smooth;

	--tekst-svetlyy: #ffe6d0;
	--svetlyy: #f4f4f4;
	--font-family: "Unbounded", sans-serif;
  --second-family: "Inter", sans-serif;

	--fon: #00071b;
	--tekst-svetlyy: #ffe6d0;
	--svetlyy: #f4f4f4;
}

html {
  position: relative;
  box-sizing: border-box;
  min-height: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  outline: none;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

svg {
  max-height: 100%;
}

button {
  padding: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

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

h1,
h2,
h3,
p,
figure,
fieldset {
  margin: 0;
}

iframe {
  border: none;
}

.visually-hidden {
  position: fixed;
  transform: scale(0);
}

body {
  min-width: 320px;
  background-color: var(--fon);	
  font-family: var(--second-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 129%;
	color: var(--svetlyy);
  height: 100%;
  display: flex;
  flex-direction: column;
	position: relative;
}

body::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 739px;
	background: radial-gradient(68.46% 68.46% at 50% 50%, #032254 0%, #00000c 100%);
	inset: 0;
}

body::after {
	content:'';
	position: absolute;
	width: 100%;
	height: 739px;
	background-image: url("../img/mnv-new/bg.png");
	background-repeat: repeat-x;
	background-position: center top -60px;
	inset: 0;
}

.main {
  flex: 1 1 auto;
}

.container {
  max-width: 1313px;
  padding: 0 36px;
  margin: 0 auto;
}

section {
  padding: 75px 0;
  overflow-x: hidden;
}

.title {
  font-family: var(--font-family);
	font-weight: 600;
	font-size: 35px;
	line-height: 132%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: center;
	color: var(--tekst-svetlyy);
	margin-bottom: 60px;
}

.button {
	border-radius: 666px;
	padding: 12px 60px;
	background: radial-gradient(68.46% 68.46% at 50% 50%, #ffe6d0 3.85%, #9d806e 58.65%, #734d49 100%);
	display: inline-block;
	cursor: pointer;
}

.button span {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 22px;
	line-height: 129%;
	letter-spacing: 0.02em;
	background: radial-gradient(68.46% 68.46% at 50.00%  50.00%, rgb(3, 34, 84) 0%, rgb(0, 0, 12) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	cursor: pointer;
}

.button:hover {
	background: var(--svetlyy);
}

.header {
	position: relative;
	z-index: 200;
	padding-top: 44px;
	z-index: 9;
	position: relative;
}
.header--scroll {
	position: fixed;
	width: 100%;	
	z-index: 998;
	background: #1f2644;
	padding-top: 0;
}

.header__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	backdrop-filter: blur(35px);
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid var(--tekst-svetlyy);
	border-radius: 666px;	
	height: 68px;
	padding: 9px 59px 9px 43px;
}
.header--scroll .header__row {
	padding: 10px 0;
	background: none;
	backdrop-filter: inherit;
	border: 0;
	height: auto;
}
.header--scroll .header__logo img {
	height: 36px;
}
.header__menu {
	display: flex;
	align-items: center;
	gap: 80px;
}
.header__li {
}
.header__link {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 12px;
	line-height: 97%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--tekst-svetlyy);
}
.header__link:hover {
	text-decoration: underline;
}
.header__burger {
	border: 1px solid var(--tekst-svetlyy);
	border-radius: 666px;
	width: 45px;
	max-width: 45px;
	height: 45px;
	backdrop-filter: blur(35px);
	background: rgba(255, 255, 255, 0.1);	
	display: none;
}
.header__menu.header__menu--visible {
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	background: #1f2644;
	width: 100%;
	height: 100vh;
	padding-top: 30px;
	z-index: 999;
	transition: all 0.6s ease-in-out;
}
.promo {
	overflow: visible;
	z-index: 8;
	position: relative;
	padding: 73px 0 55px;
}

.promo__row {
	position: relative;
}
.promo__row::after {
	content: "";
	width: 307px;
	height: 408px;
	background: url("../img/mnv-new/promo/img.png") no-repeat 0 0;
	position: absolute;
	right: 15px;
	top: -100px;
}
.promo__title {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 55px;
	line-height: 97%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--tekst-svetlyy);
	margin: 0 0 15px 60px;
	max-width: 866px;
}
.promo__title span {
	display: block;
	margin: 18px 110px 18px 114px;
}
.promo__title b {
	font-weight: 600;
	display: block;
	text-align: right;
}
.promo__text {
	position: absolute;
	left: 581px;
	top: 0;
	max-width: 228px;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 124%;
	letter-spacing: 0.02em;
	color: var(--svetlyy);
}
.promo__text--big {
	max-width: 650px;
	left: inherit;
	position: relative;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 129%;
	letter-spacing: 0.02em;
	color: var(--svetlyy);
	margin: 0 auto 40px;
	padding-left: 44px;
}
.promo__buttons {
	text-align: center;
}
.promo__button {
	width: 471px;
	text-align: center;
	margin: 0 auto;
}

@keyframes slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

.line {
	overflow: hidden;
  white-space: nowrap;
  backdrop-filter: blur(35px);
	background: rgba(255, 255, 255, 0.1);
  padding: 23px 0;
	z-index: 9;
	position: relative;
	margin-bottom: 60px;
}
.line__list {
	display: inline-block;
  animation: 35s slide infinite linear;
}

.line__li {
	/* width: 280px; */
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 35px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 124%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--svetlyy);
}

.info {
	background-color: #fff;
	background-image: url("../img/mnv-new/info/bgright.png"), url("../img/mnv-new/info/bgleft.png");
	background-repeat: no-repeat, no-repeat;
	background-position: right top, left bottom;	
	padding: 117px 0 73px;
	position: relative;
  z-index: 9;
}
.info__container {
	
}
.info__title {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 35px;
	line-height: 132%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: center;
	background: radial-gradient(68.46% 68.46% at 50.00%  50.00%, rgb(3, 34, 84) 0%, rgb(0, 0, 12) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	max-width: 751px;
	margin: 0 auto 10px;
}
.info__text {
	text-align: center;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 22px;
	line-height: 97%;
	letter-spacing: 0.02em;
	background: radial-gradient(68.46% 68.46% at 50.00%  50.00%, rgb(3, 34, 84) 0%, rgb(0, 0, 12) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0;
	height: auto;
	width: auto;
}
.logos {
	overflow: hidden;
  white-space: nowrap;
	display: flex;
	align-items: center;
	/* gap: 50px; */
	padding: 80px 0 50px;
}
.logos__item {
	/* display: flex;
	align-items: center;
	gap: 50px; */
	display: inline-block;
  animation: 35s slide infinite linear;
}
.logos__images {
	display: inline-block;
	width: 262px;
	text-align: center;
	vertical-align: middle;
}
.logos__image {
	margin: 0 auto;
	vertical-align: middle;
}

.what {
	background-image: url("../img/mnv-new/what/bg.png");
	background-repeat: repeat;
	background-position: center top;
	padding-bottom: 115px;
	/* background-size: cover; */
}

.what__row {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.what__item {
	border: 1px solid var(--tekst-svetlyy);
	border-radius: 20px;
	flex-basis: calc(25% - 15px);
	height: 169px;
	backdrop-filter: blur(35px);
	background: rgba(255, 255, 255, 0.1);
	padding: 34px 10px 34px 25px;
	display: flex;
	align-items: end;
}
.what__item:last-child {
	backdrop-filter: blur(35px);
	background: radial-gradient(68.46% 68.46% at 50% 50%, #ffe6d0 3.85%, #9d806e 58.65%, #734d49 100%);
}
.what__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 129%;
	color: var(--svetlyy);
}
.what__text b {
	font-weight: 700;
}
.what__text--bold {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 15px;
	line-height: 129%;
	background: radial-gradient(68.46% 68.46% at 50.00%  50.00%, rgb(3, 34, 84) 0%, rgb(0, 0, 12) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.leaders {	
	padding-top: 50px;	
	padding-left: 36px;
	padding-right: 36px;
}
.leaders__container {
	background: var(--svetlyy);
	max-width: 1240px;
	padding: 69px 39px 30px;
	border-radius: 40px;
	position: relative;
}
.leaders__container::after {
	content: "";
	width: 243px;
	height: 380px;
	background: url("../img/mnv-new/leaders/bgafter.png") no-repeat 0 0;
	position: absolute;
	right: 14px;
	bottom: -70px;
}
.leaders__title {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 35px;
	line-height: 132%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: center;
	background: radial-gradient(68.46% 68.46% at 50.00%  50.00%, rgb(3, 34, 84) 0%, rgb(0, 0, 12) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	max-width: 683px;
	margin: 0 auto 60px;
}
.leaders__row {
	display: flex;
	gap: 18px 15px;
	flex-wrap: wrap;
}
.leaders__item {
	border-radius: 20px;
	flex-basis: 32%;
	height: 153px;
	backdrop-filter: blur(35px);
	background: radial-gradient(68.46% 68.46% at 50% 50%, #032254 0%, #00000c 100%);
	padding: 14px 19px 19px 26px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 7px;
}
.leaders__item::before {
	display: block;
	content: '';
	width: 50px;
	height: 54px;
	background: url("../img/mnv-new/leaders/bgbefore.png") no-repeat 0 0;
}
.leaders__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 129%;
	color: var(--svetlyy);
}
.get {
	padding-bottom: 29px;
	overflow: hidden;
}
.get__container {
}
.get__row {
	border: 1px solid #000;
	border-radius: 30px 30px 0 0;
	background: var(--svetlyy);
	display: flex;
	justify-content: space-between;
	padding: 35px 45px 111px;
	gap: 24px;
	margin-top: -50px;
}
.get__row--1 {
	margin-top: 0;
}
.get__row--5 {
	margin-bottom: 60px;
}
.get__item {
	display: flex;
	align-items: center;
	gap: 45px;
	flex: 1 0 50%;
	max-width: 509px;
}
.get__number {
	min-width: 108px;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 60px;
	line-height: 132%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: center;
	color: #032254;
}
.get__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 129%;
	background: radial-gradient(68.46% 68.46% at 50.00%  50.00%, rgb(3, 34, 84) 0%, rgb(0, 0, 12) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.get__buttons {
	text-align: center;	
}
.get__link {
	width: 471px;
	text-align: center;
}
.get__link span {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 22px;
	line-height: 129%;
	letter-spacing: 0.02em;
	background: radial-gradient(68.46% 68.46% at 50.00%  50.00%, rgb(3, 34, 84) 0%, rgb(0, 0, 12) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.experts {
}
.experts__container {
}
.title {
}
.experts__title {
}
.experts__row {
	display: flex;
	gap: 73px 15px;
	flex-wrap: wrap;
}
.experts__item {
	max-width: 299px;
	/* margin-bottom: 19px; */
}
.experts__image {
}
.experts__info {
}
.experts__icons {
	height: 70px;
	display: flex;
	align-items: center;
}
.experts__icon {
}
.experts__fio {
	min-height: 48px;
	display: flex;
	align-items: start;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 18px;
	line-height: 129%;
	color: var(--svetlyy);
	margin-bottom: 10px;
}
.experts__text {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 129%;
	color: var(--svetlyy);
}

.our {
	margin-bottom: 75px;
	padding-left: 36px;
	padding-right: 36px;
}

.our__container {
	background: var(--svetlyy);
	max-width: 1240px;
	padding: 63px 46px 131px 50px;
	border-radius: 40px;
	position: relative;
}
.our__container::after {
	content: "";
	width: 464px;
	height: 471px;
	background: url("../img/mnv-new/our/bgafter.png") no-repeat 0 0;
	position: absolute;
	right: -30px;
	bottom: 14px;
}
.our__title {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 35px;
	line-height: 132%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: center;
	background: radial-gradient(68.46% 68.46% at 50.00%  50.00%, rgb(3, 34, 84) 0%, rgb(0, 0, 12) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 50px;
}
.our__row {
	display: flex;
	flex-wrap: wrap;
	gap: 21px;
}
.our__item {
	border-radius: 20px;
	max-width: 367px;
	height: 233px;
	backdrop-filter: blur(35px);
	background: radial-gradient(68.46% 68.46% at 50% 50%, #032254 0%, #00000c 100%);
	padding: 62px 37px 24px 23px;
}
.our__subtitle {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 129%;
	color: var(--svetlyy);
	margin-bottom: 28px;
	min-height: 46px;
	margin-bottom: 17px;
}
.our__text {
}

.six-months {
	background: url("../img/mnv-new/six-months/bg.png") no-repeat center top;
	padding-top: 69px;
}
.container {
}
.six-months__container {
}
.six-months__row {
	display: flex;
	gap: 42px;
}
.six-months__item {
	/* max-width: 221px; */
}
.six-months__number {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 66px;
	line-height: 132%;
	letter-spacing: 0.02em;
	color: #fff;
}
.six-months__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 132%;
	letter-spacing: 0.02em;
	color: #fff;
}

.why-necessary {
	background: url("../img/mnv-new/why-necessary/bg.png") no-repeat center top/cover;
	padding-bottom: 141px;
	padding-top: 79px;
}

.why-necessary__container {
}

.why-necessary__title {
	margin-bottom: 64px;
}
.why-necessary__list {
	max-width: 627px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin: 0 auto 64px;
}
.why-necessary__li {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 132%;
	letter-spacing: 0.02em;
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	gap: 35px;
}
.why-necessary__li::before {
	content: "";
	min-width: 50px;
	height: 54px;
	background: url("../img/mnv-new/why-necessary/bgli.png") no-repeat 0 0;
}
.why-necessary__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 132%;
	letter-spacing: 0.02em;
	color: #fff;
	max-width: 906px;
	margin: 0 auto 25px;
}
.why-necessary__text:last-child {
	margin-bottom: 0;
}

.mottos {
	padding-top: 68px;
	padding-bottom: 65px;
}
.mottos__container {
}
.mottos__list {
	max-width: 1170px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.mottos__li {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 35px;
	line-height: 132%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: center;
	color: var(--tekst-svetlyy);
	text-align: center;
}
.mottos__li::before {
	content: ""; 
	width: 83px;
	height: 110px;
	display: block;
	background: url("../img/mnv-new/mottos/img.png") no-repeat 0 0;
	margin: 0 auto 20px;
}
.mottos__li span {
	font-weight: 400;
}

.buttons {
	text-align: center;
}

.buttons .button {
	width: 471px;
}

.price {
	padding-top: 139px;
	overflow: visible;
	padding-right: 36px;
	padding-left: 36px;
}

.price__container {
	background: var(--svetlyy);
	border-radius: 40px;
	padding: 56px 54px 45px 54px;
	text-align: left;
	position: relative;
}

.price__container::before {
	content: "";
	display: block;
	width: 365px;
	height: 570px;
	background: url("../img/mnv-new/price/bgafter.png") no-repeat 0 0;
	position: absolute;
	right: 30px;
	bottom: -88px;
}

.price__title {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 35px;
	line-height: 132%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: left;
	background: radial-gradient(68.46% 68.46% at 50.00%  50.00%, rgb(3, 34, 84) 0%, rgb(0, 0, 12) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0;
}
.price__number {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 55px;
	line-height: 132%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: left;
	background: radial-gradient(68.46% 68.46% at 50.00%  50.00%, rgb(3, 34, 84) 0%, rgb(0, 0, 12) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 4px;
}
.price__text {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 129%;
	background: radial-gradient(68.46% 68.46% at 50.00%  50.00%, rgb(3, 34, 84) 0%, rgb(0, 0, 12) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 16px;
	max-width: 557px;
}
.price__icon {
	margin-bottom: 17px;
}
.price__button {
	width: 471px;
	background: radial-gradient(68.46% 68.46% at 50% 50%, #032254 0%, #00000c 100%);
	text-align: center;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 22px;
	line-height: 129%;
	letter-spacing: 0.02em;
	color: var(--svetlyy);
}
.price__button:hover {	
	background: radial-gradient(68.46% 68.46% at 50% 50%, #00000c 0%, #032254 100%);
}
.questions {
	background: url("../img/mnv-new/question/bg.png") no-repeat center top/cover;
	padding-top: 32px;
	padding-bottom: 187px;
}
.questions__row {
	display: flex;
	gap: 30px;
}
.questions__mobily {
	display: none;
}
.questions__wrap {
	flex: 1 1 auto;
}
.questions__menu {
	flex-basis: 640px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.questions__menu li {
	padding: 11px 30px 11px 54px;
	display: flex;
	align-items: center;
	gap: 42px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 132%;
	letter-spacing: 0.02em;
	color: #fff;
	cursor: pointer;
}
.questions__active {
  border: 1px solid var(--tekst-svetlyy);
	border-radius: 20px;
	backdrop-filter: blur(35px);
	background: rgba(255, 255, 255, 0.1);
}
.questions__menu li span {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 66px;
	line-height: 132%;
	letter-spacing: 0.02em;
	color: #fff;
}
.questions__content {
  display: none;  
	border: 1px solid var(--tekst-svetlyy);
	border-radius: 25px;
	backdrop-filter: blur(35px);
	background: rgba(255, 255, 255, 0.1);
	padding: 55px 52px 32px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 132%;
	letter-spacing: 0.02em;
	color: #fff;
	text-align: right;
	max-width: 570px;	
}
.questions__text {
	min-height: 85px;
}
.questions__content p {
	text-align: left;
	margin-bottom: 18px;
}
.questions__image {
	margin-left: auto;
}
.visible {
  display: block !important;
}
.write {
	padding-top: 65px;
	padding-bottom: 98px;
	padding-left: 36px;
	padding-right: 36px;
}
.write__container {
	border-radius: 40px;
	background-color: var(--svetlyy);
	background-image: url("../img/mnv-new/write/bgleft-bot.png"), url("../img/mnv-new/write/bgright-top.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left bottom, right top;
	padding: 58px 78px;
}
.write__title {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 35px;
	line-height: 132%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: left;
	background: radial-gradient(68.46% 68.46% at 50.00%  50.00%, rgb(3, 34, 84) 0%, rgb(0, 0, 12) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 19px;
}
.write__subtitle {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 20px;
	line-height: 132%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background: radial-gradient(68.46% 68.46% at 50.00%  50.00%, rgb(3, 34, 84) 0%, rgb(0, 0, 12) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 61px;
}
.write__button {
	width: 471px;
	text-align: center;
	background: radial-gradient(68.46% 68.46% at 50% 50%, #032254 0%, #00000c 100%);
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 22px;
	line-height: 129%;
	letter-spacing: 0.02em;
	color: var(--svetlyy);
}
.write__button:hover {
	background: radial-gradient(68.46% 68.46% at 50% 50%, #00000c 0%, #032254 100%);
}
.inside {
	background: url("../img/mnv-new/inside/bg.png") no-repeat center top/cover;
}
.inside__container {
	max-width: 100%;
	padding: 0;
}
.inside__item {
	border: 1px solid var(--tekst-svetlyy);
	border-radius: 20px;
	width: 299px;
	height: 280px;
	backdrop-filter: blur(35px);
	background-color: rgba(255, 255, 255, 0.05);
	display: flex;
	/* align-items: end; */
	padding: 179px 22px 0;
}
.inside__item--1 {
	background-image: url("../img/mnv-new/inside/img-1.png");
	background-repeat: no-repeat;
	background-position: center top -39px;
}
.inside__item--2 {
	background-image: url("../img/mnv-new/inside/img-2.png");
	background-repeat: no-repeat;
	background-position: right top;
}

.inside__item--3 {
	background-image: url("../img/mnv-new/inside/img-3.png");
	background-repeat: no-repeat;
	background-position: center top;
}
.inside__item--4 {
	background-image: url("../img/mnv-new/inside/img-4.png");
	background-repeat: no-repeat;
	background-position: right 23px top 7px;
}
.inside__item--5 {
	background-image: url("../img/mnv-new/inside/img-5.png");
	background-repeat: no-repeat;
	background-position: center 16px;
}
.inside__item--6 {
	padding-right: 0;	
	background-image: url("../img/mnv-new/inside/img-6.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.inside__item--7 {
	padding-right: 5px;
	background-image: url("../img/mnv-new/inside/img-7.png");
	background-repeat: no-repeat;
	background-position: right 11px top 19px;
}
.inside__item--8 {
	background-image: url("../img/mnv-new/inside/img-8.png");
	background-repeat: no-repeat;
	background-position: right top;
} 
.inside__item--9 {
	background-image: url("../img/mnv-new/inside/img-9.png");
	background-repeat: no-repeat;
	background-position: right -10px top -14px;
} 
.inside__item--10 {
	padding-right: 5px;
	background-image: url("../img/mnv-new/inside/img-10.png");
	background-repeat: no-repeat;
	background-position: right -6px top -5px;
}
.inside__item--11 {
	padding-top: 22px;
	background-image: url("../img/mnv-new/inside/img-11.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}
.inside__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 129%;
	color: var(--svetlyy);
}
.inside__bold {
	display: block;
	font-weight: 700;
}
.inside__arrow {
	text-align: center;
	padding-top: 34px;
}
.inside__arrow .btn {
	border: 0;
}
.footer {
	padding-bottom: 75px;
}
.footer__row {
	display: flex;
	justify-content: space-between
}
.footer__item {
}
.footer__item:first-child {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.footer-row-2 .footer__item {
	gap: 20px;
}
.footer__logo {
}
.footer__info {
}
.footer__link {
}
.footer__link:hover {
	color: var(--tekst-svetlyy)
}
.footer__item--social {
}
.social {
	display: flex;
	align-items: center;
	gap: 40px;
	padding-top: 30px;
}
.social__li {
}
.social__link {
	border: 2px solid var(--tekst-svetlyy);
	border-radius: 8px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social__link:hover {
	border-color: var(--svetlyy);
}
.social__icon {
}
.footer__item:last-child {
	padding-top: 30px;
}
.footer__text {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 14px;
	line-height: 137%;
	color: #fff;
	margin-bottom: 28px;
}
.footer__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.footer__li {
}
@media(max-width: 1312px) {
	.experts__item {
    max-width: calc(25% - 15px);
	}
}
@media(max-width: 1200px) {
	.promo__title {
		font-size: 45px;
		max-width: 705px;
	}
	.promo__text {
		left: 481px;
	}
	.promo__text--big {
		left: inherit;
		font-size: 16px;
		max-width: 600px;
		padding-left: 20px;
	}
	.our__item {
		max-width: 330px;
	}
	.six-months {
		background-size: 96% auto;
	}
}
@media(max-width: 1100px) {
	.promo__title {
    font-size: 36px;
    max-width: 587px;
  }
	.promo__title span {
		margin-left: 94px;
	}
	.promo__text {
    left: 407px;
    top: -20px;
  }
	.promo__text--big {
		left: inherit;
		top: inherit;
		max-width: 543px;
	}
	.promo__row::after {    
    width: 255px;
    height: 339px;
		background-size: cover;
	}
	.our__item {
    max-width: 296px;
  }
	.six-months__row {
		gap: 20px;
	}
	.questions__menu {
    flex-basis: 540px;
	}
}
@media(max-width: 1030px) {
	.header__menu {
		gap: 35px;
	}
	.promo {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.promo__title {
		font-size: 25px;
		line-height: 97%;
		max-width: 330px;
		margin-bottom: 40px;
		margin-left: 47px;
	}
	.promo__title span {
    margin-left: 24px;
  }
	.promo__text {
		position: static;
		margin-left: 47px;
		margin-bottom: 160px;
	}
	.promo__text--big {
		margin-bottom: 0;		
		padding-left: 0;
	}
	.promo__button {
		position: absolute;
		top: 252px;
		left: 47px;
		max-width: 335px;
	}
	.promo__row::after {
		top: 0;
	}
	.inside__slide {
		text-align: center;
	}
	.inside__item {
		margin: 0 auto;
		text-align: left;
	}
	.experts__item {
    max-width: calc(33% - 15px);
	}
}

@media(max-width: 768px) {
	body::before {
		display: none;
	}
	body::after {
		background-image: url("../img/mnv-new/bg-mob.png");
		background-repeat: repeat-x;
		background-position: 0 0;
	}
	.header {
		padding-top: 0px;
		z-index: 999;
	}
	.header--scroll .header__logo img {
		height: 36px;
	}
	.header__row {
		background: none;
		backdrop-filter: inherit;
		border: 0;
		padding: 10px 0;
		height: auto;
	}
	.header__menu {
		position: fixed;
		width: 40%;
		right: -40%;
		/* inset: auto; */
		/* visibility: hidden; */
	}
	.header__menu.header__menu--visible {
		right: 0;
		/* visibility: visible; */
		width: 100%;
		height:100%;
		display: flex;
		flex-direction: column;
		align-items: start;
		padding-left: 40px;
		gap: 20px;
	}
	.header__burger {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.header__close {
		display: none;
	}
	.header__burger.open {
		z-index: 999;
	}
	.header__burger.open .header__icon {
		display: none;
	}
	.header__burger.open .header__close {
		display: block;
		width: 20px;
	}
	.header--scroll .header__burger {
		width: 36px;
		height: 36px;
		right: 20px;
		position: absolute;
	}
	.promo__title {
		margin-left: 0;
	}
	.promo__text {
		margin-left: 0;
	}
	.promo__text--big {
		font-size: 14px;
		line-height: 124%;
		letter-spacing: 0.02em;
	}
	.promo__button {
		left: 0;
	}
	.button span {
		font-size: 18px;
	}
	.line {
		padding-top: 13px;
		padding-bottom: 13px;
		margin-bottom: 45px;
	}
	.line__li {
		font-size: 14px;
		line-height: 124%;
	}
	.info {    
    background-image: url(../img/mnv-new/info/bgright-mob.png), url(../img/mnv-new/info/bgleft-mob.png);
    padding: 42px 12px 45px 18px;
	}
	.info__title {
		font-size: 16px;
		line-height: 132%;
	}
	.info__text {
		font-size: 12px;
		line-height: 97%;
	}
	.logos {
		padding-top: 34px;
		padding-bottom: 31px;
	}
	.what {
		padding-top: 29px;
		padding-bottom: 30px;
	}
	.what__title {
		font-size: 18px;		
		line-height: 132%;
		text-align: left;
		margin-bottom: 45px;
	}
	.what__item {
		flex-basis: 100%;
		min-height: 85px;
		height: auto;
		padding: 28px;
		align-items: center;
	}
	.leaders {
    padding-top: 30px;
    padding-bottom: 30px;
	}
	.leaders__container {
		border-radius: 30px;
		padding: 35px 9px 32px;
	}
	.leaders__container::after {
		display: none;
	}
	.leaders__title {
		font-size: 18px;
		line-height: 132%;
		text-align: left;
		margin-bottom: 45px;
		padding-left: 18px;
	}
	.leaders__item {
		flex-basis: 100%;
	}
	.leaders__item {
		height: auto;
		padding: 6px 18px 11px;
	}
	.leaders__item::before {
		width: 37px;
		height: 39px;
		background-size: cover;
	}
	.leaders__text {
		font-weight: 400;
		font-size: 12px;
		line-height: 129%;
	}
	.get {
		padding-top: 30px;		
	}	
	.get__title {
		font-size: 18px;
		line-height: 132%;
		text-align: left;
		margin-bottom: 45px;
	}
	.get__row {
		flex-direction: column;
		padding: 0;
		margin-top: 0px;
		background: none;
		gap: 0;
		border: 0;
	}
	.get__item {
		gap: 10px;
		padding: 24px 12px 34px 24px;
		max-width: 100%;
		position: relative;
		background: var(--svetlyy);
		border: 1px solid #000;
		border-bottom: 0;
    border-radius: 30px 30px 0 0;		
		margin-top: -20px;
	}
	.get__number {
		font-size: 20px;
		line-height: 132%;	
		min-width: 36px;	
	}
	.get__text {
		font-size: 12px;
		line-height: 129%;
	}
	.get__link {
		width: 335px;
		max-width: 100%;
	}
	.inside {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.inside__title {
		font-size: 18px;
		line-height: 132%;
		text-align: left;
		margin-bottom: 45px;
		padding-inline: 36px;
	}
	.experts {
		padding-bottom: 40px;
	}
	.experts__title {
		font-size: 16px;
		line-height: 132%;
		text-align: left;
		margin-bottom: 45px;
	}
	.experts__row {
		gap: 30px;
	}
	.experts__item {
    max-width: 100%;
		display: flex;
		align-items: end;
		gap: 9px;
	}
	.experts__image {
		min-width: 100px;
		max-width: 100px;
		border-radius: 10px;
		object-fit: cover;
	}
	.experts__icons {
		height: auto;
		margin-bottom: 6px;
	}
	.experts__icon {
		max-height: 18px;
	}
	.experts__fio {
		min-height: auto;
		font-size: 14px;
		line-height: 129%;
		margin-bottom: 5px;
	}
	.experts__text {
		font-size: 12px;
		line-height: 115%;
	}
	.experts__image {		
		width: 100%;
	}
	.our {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.our__container {
		padding: 35px 6px 98px;
		border-radius: 30px;
	}
	.our__container::after {
		width: 189px;
		height: 192px;
		background-size: cover;
		bottom: -37px;
		right: -2px;
	}
	.our__title {
		font-size: 18px;
		line-height: 132%;
		text-align: left;
		margin-bottom: 35px;
		margin-left: 17px;
	}
	.our__row {
		gap: 16px;
	}
	.our__item {
		width: 100%;
		max-width: 100%;
		padding: 30px 17px 36px;
		height: auto;
	}
	.our__subtitle {
		font-size: 14px;
		min-height: auto;
		margin-bottom: 20px;
	}
	.six-months {
		padding-bottom: 106px;
	}
	.six-months__row {
		flex-wrap: wrap;
	}
	.six-months__item {		
		flex-basis: calc(50% - 20px);
		/* max-width: 146px; */
	}
	.six-months__number {
		font-size: 30px;
		line-height: 132%;
	}
	.six-months__text {
		font-size: 12px;
		line-height: 132%;
	}
	.why-necessary {
		padding-top: 22px;
		padding-bottom: 34px;
	}
	.why-necessary__title {
		font-size: 18px;
		line-height: 132%;
		text-align: left;
		margin-bottom: 34px;
	}
	.why-necessary__list {
		gap: 18px;
		margin-bottom: 37px;
	}
	.why-necessary__li {
		gap: 16px;
		font-size: 12px;
		line-height: 132%;
	}
	.why-necessary__li::before {    
    min-width: 35px;
    height: 38px;
		background-size: cover;
	}
	.why-necessary__text {
		font-size: 12px;
		line-height: 132%;
	}
	.mottos {
		padding-top: 38px;
		padding-bottom: 50px;
	}
	.mottos__list {
		gap: 20px;
	}
	.mottos__li {
		font-size: 18px;
		line-height: 132%;
	}
	.mottos__li::before {
		width: 29px;
		height: 38px;
		background-size: cover;
	}
	.buttons .button {
    width: 335px;
	}
	.price {
		padding-bottom: 50px;
	}
	.price__container {
		text-align: center;
		display: flex;
		flex-direction: column;
		padding: 40px 26px 77px;		
		border-radius: 30px;
	}
	.price__container::before {
		width: 108px;
		height: 151px;
		background-size: auto 151px;
		bottom: -58px;
		right: -38px;
	}
	.price__title {
		font-size: 18px;
		line-height: 132%;
		margin-bottom: 9px;
		text-align: center;
		order: 1;
	}
	.price__number {
		font-size: 35px;
		line-height: 132%;
		margin-bottom: 18px;
		text-align: center;
		order: 2;
	}
	.price__text {
		max-width: 100%;
		text-align: left;
		font-size: 12px;
		line-height: 129%;
		margin-bottom: 50px;
		order: 3;
	}
	.price__button {
		margin: 0 auto 18px;
		max-width: 287px;
		font-size: 18px;
		padding-left: 40px;
		padding-right: 40px;
		order: 4;
	}
	.price__icon {
		margin: 0 auto;
		order: 5;
	}
	.questions {
		padding-top: 27px;
		padding-bottom: 38px;
	}
	.questions__title {
		font-size: 18px;
		line-height: 132%;
		margin-bottom: 53px;
	}
	.questions__row {
		display: none;
	}
	.questions__mobily {
		display: block;
	}
	.details {
		counter-increment: count;
	}
	.details__title {
		border: 1px solid var(--tekst-svetlyy);
		border-radius: 10px;
		backdrop-filter: blur(35px);
		background: rgba(255, 255, 255, 0.1);
		padding: 8px 26px;
		font-family: var(--font-family);
		font-weight: 400;
		font-size: 12px;
		line-height: 132%;
		letter-spacing: 0.02em;
		color: #fff;
		display: flex;
		align-items: center;
		gap: 20px;
		margin-bottom: 18px;
	}
	.details__title::before {
		content: counter(count, decimal-leading-zero);
		border: 0;
		font-family: var(--font-family);
		font-weight: 400;
		font-size: 25px;
		line-height: 132%;
		letter-spacing: 0.02em;
		color: #fff;
	}
	.details__content {
		border: 1px solid var(--tekst-svetlyy);
		border-radius: 15px;
		backdrop-filter: blur(35px);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: url("../img/mnv-new/question/img.png");
		background-position: right 12px bottom 13px;
		background-repeat: no-repeat;
		background-size: 82px auto;
		margin-bottom: 26px;
		padding: 25px 28px;
		min-height: 186px;
		font-family: var(--font-family);
		font-weight: 400;
		font-size: 12px;
		line-height: 132%;
		letter-spacing: 0.02em;
		color: #fff;
	}
	.write {
		padding-top: 80px;
		padding-bottom: 51px;
	}
	.write__container {
		border-radius: 30px;
		background: var(--svetlyy);
		padding: 40px 26px 53px;
	}
	.write__title {
		font-size: 18px;
		line-height: 132%;
		margin-bottom: 2px;
	}
	.write__subtitle {
		font-size: 12px;
		line-height: 132%;
		margin-bottom: 60px;
	}
	.write__button {
		max-width: 287px;
		font-size: 18px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.footer__row {
		flex-direction: column;
		align-items: start;
	}
	.footer__item:first-child {
		gap: 20px;
	}
	.social {
		gap: 25px;
	}
	.social__link {
		width: 37px;
		height: 37px;		
	}
	.social__icon {
		height: 21px;
		width: auto;
	}
	.social__li:nth-child(3) .social__icon {
		height: 17px;
	}
}
@media(max-width: 670px) {
	.promo__row::after {
		width: 118px;
		height: 157px;
		top: 90px;
		right: -20px;
	}
}
@media(max-width: 600px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.leaders,
	.write,
	.price,
	.our {
		padding-left: 20px;
		padding-right: 20px;
	}
	.leaders__container {
		padding-left: 9px;
		padding-right: 9px;
	}
	.our__container {
		padding-left: 6px;
		padding-right: 6px;
	}
	.inside__container {
		padding-left: 0;
		padding-right: 0;
	}
}
@media(max-width: 450px) {
	.inside__item {
		width: 252px;
    height: 236px;
		padding-top: 160px;
	}
	.inside__item--11 {
    padding-top: 22px;
	}
	.inside__text {
		font-size: 12px;
	}
}

.modal__container {
	background: radial-gradient(68.46% 68.46% at 50% 50%, #032254 0%, #00000c 100%);
}
.modal__title {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 22px;
	line-height: 105%;
	letter-spacing: 0.05em;
	color: #fff;
	margin-bottom: 24px;
}
.form__btn {
	background: radial-gradient(68.46% 68.46% at 50% 50%, #ffe6d0 3.85%, #9d806e 58.65%, #734d49 100%);
	box-shadow: inherit;
	color: rgb(0, 0, 12);
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 123%;
}
.form__item-container {
	background: #fff;
	color: #b3b3b3;
}
.form__text, .form__item {
	color: #b3b3b3;
}
.program__title {
	margin-bottom: 10px;
}
.program__subtitle {
	text-align: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 22px;
    line-height: 97%;
    letter-spacing: 0.02em;
    color: var(--svetlyy);
		margin-bottom: 50px;
}
.plan__row {
    display: grid;
    /* grid-template-columns: minmax(auto, 180px) minmax(auto, 330px) minmax(auto, 330px) minmax(auto, 280px); */
    grid-template-columns: minmax(auto, 400px) minmax(auto, 400px) minmax(auto, 400px);
    /* grid-template-rows: minmax(61px, auto) repeat(7, minmax(132px, auto)); */
    gap: 20px;
    margin-bottom: 60px;
		grid-template-rows: minmax(48px, auto) repeat(7, minmax(48px, auto));
}

.plan__item--head {
    border-radius: 20px;
    backdrop-filter: blur(50px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #00071b;
    padding: 16px 13px;
		background: var(--svetlyy);    
    border-radius: 4px;
}
.plan__item {
    border-radius: 20px;
    padding: 16px;
    backdrop-filter: blur(64px);
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
		/* background: var(--svetlyy); */
    border: 1px solid var(--svetlyy);
    border-radius: 4px;
}
.plan__item--date {
	display: none;
}
.plan__date {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;    
		margin-bottom: 16px;
}
.plan__time {
    display: inline-block;
    font-family: var(--font-family);
    font-weight: 700;
		font-size: 18px;
    line-height: 133%;
}
.buttons .program__button {
	width: 481px;
}

@media(max-width: 1030px) {
	.plan__row {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
	.plan__item--head {
    display: none;
  }
	.plan__item--date {
		display: block;
		background: var(--svetlyy);
		color: #00071b;
	}
}
@media(max-width: 768px) {
	.buttons .program__button {
		max-width: 481px;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}