
section.hero-front {
  background: #F2EDE3;
  height: 728px;
  position: relative;
  overflow: hidden;
}

.menu {
  width: 1200px;
  height: 64px;
  background: #fff;
  margin: auto;
  border-radius: 12px;
  box-shadow: 0 5px 10px -5px rgba(30, 30, 30, 0.10);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;

  position: relative;
  z-index: 10;        
}

.menu-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
}

.menu-links a {
  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}

.menu-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.menu-lang {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 32px;
  background: #F2EDE3;
  padding: 12px;
}

.menu-lang a {
  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}

.btn-yellow {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  background: #F6C325;
  padding: 12px 24px;
  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}

.devider {
  width: 1px;
  height: 16px;
  background: rgba(30, 30, 30, 0.80);
}

.shape-blue {
  position: absolute;
  width: 240px;
  height: 240px;

  left: calc(50% - 960px + 266px);
  top: -32px;

  pointer-events: none;
  z-index: 0;
}


.shape-red {
  position: absolute;
  width: 240px;
  height: 240px;

  left: calc(50% - 960px + 1383px);
  top: 10px;

  pointer-events: none;
  z-index: 0;
}


.shape-yellow {
  position: absolute;
  width: 240px;
  height: 240px;

  left: calc(50% - 960px + 268px);
  top: 446px;

  pointer-events: none;
  z-index: 0;
}


.shape-green {
  position: absolute;
  width: 240px;
  height: 240px;

  left: calc(50% - 960px + 1412px);
  top: 488px;

  pointer-events: none;
  z-index: 0;
}

.TextHeader-Top {
  color: #1E1E1E;
  text-align: center;
  font-family: 'Anton', sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: 120px;
}

.TextHeader-Bot {
  color: rgba(30, 30, 30, 0.80);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -0.2px;
  margin-top: 24px;
}

.HeaderBlackBtt{
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 32px;
  background: #1E1E1E;
}

.HeaderBlackBtt a {
  color: #F8F0E5;
  text-decoration: none;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}
.HeaderWhiteBtt{
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 32px;
  background: #FFF;
}

.HeaderWhiteBtt a{
  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  
}

.HeaderWhiteBtt a:hover{
  background-color: transparent;
  text-decoration: none;
}

.HeaderCenterBlock {
  text-align: center;
}

.HeaderButtons {
  margin-top: 40px;          
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;                
}


section.stats-section {
    width: 1200px;
    margin: 80px auto 0 auto;
}

.stats-title {
  color: rgba(30, 30, 30, 0.80);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -0.2px;
  margin-bottom: 40px;
}

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

.stat-item {
    width: 30%;
}


.stat-number {
  color: #1E1E1E;
  text-align: left;
  font-family: Anton;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 76.8px */
  text-transform: uppercase;
}


.stat-text {
  color: rgba(30, 30, 30, 0.80);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.2px;
}

.Alikas-link a {
  color: rgba(30, 30, 30, 0.80);
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.stats-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px; 
}

.BackGround {
  width: 1200px;
  height: 464px;
  margin: 40px auto 0;

  border-radius: 24px;
  background: #F2EDE3;

  padding: 260px 40px 48px;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}


.quote {
  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.24px;
  margin-bottom: 32px;
  width: 100%;
  z-index: 5;
}

.QuoteBlock {
  position: relative;
  width: 100%;
  margin-top: 16px;         
  overflow: hidden;        
  min-height: 180px;        
}


.QuoteItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  opacity: 0;
  transform: translateX(100%);
  transition: transform var(--wheelDur) var(--wheelEase), opacity var(--wheelDur) var(--wheelEase);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
}

.QuoteItem--1 {
  opacity: 1;
  transform: translateX(0);
}

.BackGround.show-second .QuoteItem--1 {
  transform: translateX(-100%);
  opacity: 0;
}

.BackGround.show-second .QuoteItem--2 {
  transform: translateX(0);
  opacity: 1;
}



.CarlJung {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  z-index: 5;
}

.CarlJung img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.jung-text {
  display: flex;
  flex-direction: column;
}

.JungName {
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  color: #1E1E1E;
}




.StatsInfo .CircleDed {
  position: absolute;
  left: 50%;
  top: -55%;
  width: 1200px;
  height: 1200px;

  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: 50% 50%;

  transition: transform var(--wheelDur) var(--wheelEase);
  pointer-events: none;
  z-index: 1;
}

.StatsInfo .CircleDed img {
  width: 100%;
  height: 100%;
  display: block;
}

.StatsInfo .CircleDed.rotated {
  transform: translate(-50%, -50%) rotate(90deg);
}

.CircleDed img {
  width: 100%;
  height: 100%;
  display: block;
}

.HeaderD {
  position: absolute;
  left: 50%;
  top: 78%;
  transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
  font-family: Anton;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.HeaderS {
  position: absolute;
  left: 47%;
  top: 73.5%;              
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  display: inline-flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  border: 1px solid #FFF;
}

.HeaderG{
  position: absolute;
  left: 78%;
  top: 50%;
  color: #FFF;
  text-align: center;
  font-family: Anton;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  transform: translate(-50%, -50%) rotate(-90deg);
  white-space: nowrap;
}

.HeaderGr {
  position: absolute;
  left: 74.7%;
  top: 50%;             
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  display: inline-flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  border: 1px solid #FFF;
  transform: translate(-50%, -50%) rotate(-90deg);
}



.ChangeSlide {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);

    width: 48px;
    height: 48px;

    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}

.ChangeSlide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ChangeSlide .circle {
    width: 48px;
    height: 47px;
    z-index: 1;
    border-radius: 32px;
    border: 1px solid rgba(30, 30, 30, 0.20);
    background: #FFF;
}

.ChangeSlide .arrow {
    width: 24px;
    height: 24px;
    z-index: 2;
}

.KoostooTextBlock {
  position: absolute;
  width: 612px;
  height: 368px;
  left: 50%;
  top: 392px;
  transform: translateX(-50%);
}

.KoostooTextBlock--up {
  transform: translate(-50%, 0px);
}

.Koostoo {
  position: relative;
  width: 1200px;
  margin: 80px auto;
  flex-shrink: 0;
  text-align: center;
  
}

.KoostooText1,
.KoostooText2,
.KoostooText4,
.KoostooText5 {
  color: #1E1E1E;
  font-family: Anton;
  font-size: 70px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  margin: 0 auto;
}

.KoostooText3 {
  color: #1E1E1E;
  font-family: Anton;
  font-size: 40px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  margin: 0;
}

.KoostooText2{
  display: flex;
  align-items: baseline;
  gap: 16px;
}


.KoostooText1 { max-width: 610px; }
.KoostooText2 { max-width: 390px; }
.KoostooText4 { max-width: 820px; }
.KoostooText5 { max-width: 280px; }




.window {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 288px;
  height: 288px;
  padding: 24px 24px 40px;
  gap: 8px;
  border-radius: 24px;
  background: #F2EDE3;
  box-shadow: 0 5px 10px -5px rgba(30, 30, 30, 0.10);
}

.window img {
  width: 128px;
  height: 128px;
  margin-bottom: 16px;
}

.KoosHeader{
  margin: 0 0 4px;
  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
}

.KoosText {
  margin: 0;
  color: rgba(30, 30, 30, 0.80);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.16px;
}

.window5 { left: 384px; top: 80px; }
.window1 { left: -92.31px; top: 252.69px; }
.window2 { left: 973.7px; top: 232.69px; }
.window3 { left: 45px; top: 716px; }
.window4 { left: 861.49px; top: 701.49px; }




.window5 {
  left: 384px;
  top: 80px;
}

.window1 {
  left: -92.31px;    
  top: 252.69px;
}

.window2 {
  left: 973.7px;     
  top: 232.69px;
}

.window3 {
  left: 45px;        
  top: 716px;
}

.window4 {
  left: 861.49px;    
  top: 701.49px;
}

.ArrowShape1{
  width: 290.64px;
  height: 108.514px;
  position: absolute;
  left: -265px;
  top: 900px;

}

.ArrowShape2{
  position: absolute;
  width: 290px;
  height: 155.5px;
  flex-shrink: 0;
  left: 1100px;
  top: 470px;
}


.Sheets {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    padding: 40px 0;
    top: 50%;
}

.Sheets__top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: -40px;
    margin-top: 1200px;
}

.Sheets__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.Sheet1 {
    display: flex;
    width: 1200px;
    padding: 40px 64px 64px 64px;
    flex-direction: column;
    align-items: center;
    gap: 17.05px;
    border-radius: 24px;
    background: #F6C325;
}


.Sheet2 {
  width: 592px;
  height: 446px;
  transform: rotate(-5deg);
  flex-shrink: 0;
  border-radius: 24px;
  border: 1px solid #FFF;
  background: #F2EDE3;
  z-index: 2;
}

.Sheet3 {
  display: flex;
  width: 592px;
  height: 382px;
  transform: rotate(5deg);
  padding: 80px 40px 60px 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 24px;
  border: 1px solid #FFF;
  background: #F2EDE3;
  z-index: 1;
}

.NB{
  width: 528px;
  color: #1E1E1E;
  text-align: center;
  font-family: Anton;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 56px */
  text-transform: uppercase;
}

.NbText{
  width: 1072px;
  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
}

.sheet1Header{
  position: relative;
  color: #1E1E1E;
  font-family: Anton;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.24px;
  text-transform: uppercase;
  top: 101.48px;   /* сверху */
  left: 46.82px;   /* слева */
}

.sheet2Header{
  color: #1E1E1E;
  font-family: Anton;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  position: absolute;
  top: 83.18px;
  left: 63.21px;
}

.ScaleSheet{
  width: 32px;
  height: 32px;
}

.StarSheet{
  width: 32px;
  height: 32px;
}

.BubleCheckSheet{
  width: 32px;
  height: 32px;
}

.iconsAndText {
  position: absolute;
  top: 160.8px;
  left: 45.8px;

  display: flex;
  flex-direction: column;
  gap: 12px;
}

.SheetRow1,
.SheetRow2,
.SheetRow3,
.SheetRow4,
.SheetRow5{
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.IconsAndText2{
  position: absolute;
  top: 130.96px;
  left: 50.96px;

  display: flex;
  flex-direction: column;
  gap: 12px;
}

.insights-section {
  background: #F2EDE3;
  padding: 120px 16px 120px;
}

.insights-container {
  max-width: 1312px;
  margin: 0 auto;
}

.insights-title {
  margin: 0;
  text-align: center;
  font-family: "Anton", system-ui, sans-serif;
  font-size: 48px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #1E1E1E;
}

.insights-subtitle {
  margin: 16px auto 72px;
  max-width: 640px;
  text-align: center;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(30, 30, 30, 0.8);
}


.cards-layout {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.cards-column {
  display: flex;
  flex-direction: column;
  gap: 16px;               
  flex: 0 0 592px;
}

.cards-column--right {
  margin-top: 80px;
}

.card {
  box-sizing: border-box;
  width: 100%;
  height: 592px;
  border-radius: 24px;
  padding: 90px 32px 32px;
  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  font-family: "Inter", system-ui, sans-serif;
  color: #FFFFFF;
}

.card--blue {
  background: #2374B6
}

.card--darkblue {
  background: #073153;
}

.card--yellow {
  background: #F6C325;
  color: #1E1E1E;
}

.card--green {
  background: #59A64E;
}

.card--red {
  background: #C45553;
}


@media (max-width: 1280px) {
  .cards-layout {
    flex-direction: column;
    align-items: center;
  }

  .cards-column--right {
    margin-top: 16px;
  }
}


.cardsImage1{
  position: absolute;
  width: 240px;
  height: 240px;
  top: 144px;
  left: 184px;
}

.cardHeader{
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
}

.cardHeaderBig{
  color: #FFF;
  text-align: center;
  font-family: Anton;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 48px */
  text-transform: uppercase;
}

.TitleContainer{
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cardUnderText{
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
  top: 400px;
  left: 80px;
  position: absolute;
}

.cardHeaderY{
  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
}

.cardHeaderBigY{
  color: #1E1E1E;
  text-align: center;
  font-family: Anton;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 48px */
  text-transform: uppercase;
  top: 80px;
  left: 110px;
  width: 100%;
  white-space: nowrap;
}

.cardUnderTextY{
  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
  top: 400px;
  left: 80px;
  position: absolute;
}


.circle-btn {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #F2EDE3;
  cursor: pointer;
  text-decoration: none;

  overflow: hidden;         
  transition: width 0.25s ease, border-radius 0.25s ease;
}

.circle-btn__icon {
  width: 24px;
  height: 24px;
}

.circle-btn__label {
  opacity: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;

  color: #1E1E1E;
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;

  transition: opacity 0.25s ease, width 0.25s ease;
}

.card:hover .circle-btn {
  width: 180px;
  border-radius: 32px;
}

.card:hover .circle-btn__label {
  width: 120px;
  opacity: 1;
}

.BlackWindow {
  background: #1E1E1E;
  padding: 80px 0 0;
  margin-bottom: 140px;

}

.BlackWindow-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  overflow: hidden;  
}

.BlackWindow-content {
  flex: 1;
  color: #fff;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.BlackWindow-photo img {
  width: 560px;
  height: 620px;
  object-fit: cover;
  border-radius: 24px;
  display: block;
  margin-bottom: -20px;
}

.BW-name{
  color: #FFF;
  text-align: left;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  margin-bottom: 2px;
}

.BW-role{
  color: rgba(255, 255, 255, 0.80);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  margin-bottom: 40px;
}

.BW-quote{
  width: 560px;
  color: #FFF;
  font-family: Anton;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 44.8px */
  margin-bottom: 93px;
}

.BW-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 48px;
  padding: 12px 24px;

  gap: 10px;                 

  border-radius: 32px;
  background: #F6C325;
  text-decoration: none;

  color: #1E1E1E;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 63px;
}

.BW-button__icon {
  width: 24px;
  height: 24px;
  display: block;
}


.BW-social{
  width: 40px;
  height: 40px;
  fill: #FFF;
}

.Clients {
  width: 100%;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;

  color: rgba(30, 30, 30, 0.80);
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.2px;
}

.Clients-row {
  position: relative;
  margin-top: 16px;

  display: inline-block;
}


.Partners {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.TitledLogo {
  width: 140px;
  height: 32px;
}

.BonamoreLogo {
  width: 166px;
  height: 32px;
}

.Clients-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 64px;
  pointer-events: none;
  z-index: 2;
}

.Clients-fade--left {
  left: 0;
  background: linear-gradient(
    to right,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.Clients-fade--right {
  right: 0;
  background: linear-gradient(
    to left,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.AleksandrQuote {
  width: 1200px;
  border-radius: 24px;
  background: #F2EDE3;
  margin: 80px auto;
  padding: 56px 56px 48px;

  position: relative;
  overflow: hidden;
  margin-bottom: 160px;
}


.TitledLogoS {
  width: 105px;
  height: 24px;
  aspect-ratio: 35/8;
  margin: 0 0 120px 0;
}


.GreenShapeS {
  position: absolute;
  width: 240px;
  height: 240px;
  aspect-ratio: 1/1;
  pointer-events: none;
  right: 110px;
  top: -20px;
}

.BlueShapeS {
  position: absolute;
  width: 240px;
  height: 240px;
  aspect-ratio: 1/1;
  pointer-events: none;
  left: 383px;
  bottom: -60px;
}


.AleksandrQuoteText {
  max-width: 987px;
  color: #1E1E1E;
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.24px;
  margin: 0;              /* обнуляем дикие margin */
  margin-bottom: 40px;
}

.AleksandrInfo {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  z-index: 3;
  position: relative;
}

.AleksandrPhoto {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}


.AleksandrText p {
  margin: 0;
  line-height: 140%;
}

.AleksandrName {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  color: #1E1E1E;
  margin: 0 0 2px 0;
}

.AleksandrRole {
  font-family: Inter;
  font-size: 14px;
  color: rgba(0,0,0,0.7);
  margin: 0;
}


.Num1,
.Num2,
.Num3,
.Num4,
.Num5{
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 32px;
  background: #FFF;
  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  border: none;
  outline: none;
}

.NumBlock{
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 4px;
}

.Num1{
  background: #F6C325;
}

.NumBlock button {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: #FFF;
  color: #1E1E1E;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.NumBlock button.active {
  background: #F6C325;
  color: #1E1E1E;
}


.AleksSlides {
  position: relative;
  margin-top: 32px;
  overflow: hidden;
  min-height: 220px;
}

.AleksSlide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.5s ease, opacity 0.5s ease;
  z-index: 1;
}

.AleksSlide.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 2;
}

.site-footer {
  background: #F2EDE3;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.BottomPicture {
  display: block;
  width: 100%;
  height: auto;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;

  padding-top: 120px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.FooterCols {
  display: flex;
  align-items: flex-start;
  gap: 122px;
  width: 100%;
}

.FooterColLeft {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.fLogo {
  width: 110px;
  height: 48px;
  aspect-ratio: 55/24;
}

.FooterInfo {
  margin-top: 8px;
  color: rgba(30, 30, 30, 0.80);
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}

.FooterCol.LinksCol {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}

.FooterTitle {
  color: rgba(30, 30, 30, 0.80);
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 4px;
}

.LinksCol a {
  color: #1E1E1E;
  text-decoration: none;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}

.LinksCol a:hover {
  text-decoration: underline;
}

.RightCol {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 32px;               
}

.FooterButton {
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 32px;
  background: #F6C325;

  color: #1E1E1E;
  text-align: center;
  text-decoration: none;

  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */

  transition: 0.25s ease;
}

.FooterButton:hover {
  opacity: 0.85;
}

.FooterSocials {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 124px;
}

.FooterSocials .soc {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;

  border-radius: 50%;
  background: #FFF;
  color: #1E1E1E;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.footer-copy {
    margin-top: 40px;
    text-align: center;
    width: 100%;
    color: rgba(30, 30, 30, 0.80);
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}



/* СТРАНИЦА 2 */

body {
    margin: 0;
    padding: 0;
}

body.page-template-courses-template {
    background: #3b3b3b;
    overflow-x: auto;
    overflow-y: hidden;
}


.kv-courses-scroll {
    width: 100%;
    height: 900px;
}

.kv-courses-strip {
    white-space: nowrap;
    font-size: 0;
}

.kv-panel {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    height: 100vh;
    position: relative;
}


.kv-panel--intro {
    width: 1920px;
    background: #F2EDE3;
    position: relative;
}

.kv-panel--blue {
    width: 3028px;
    background: #1e78d2;
}

.kv-panel--darkblue {
    width: 3028px;
    background: #00447a;
}

.kv-panel--yellow {
    width: 3028px;
    background: #f3c42b;
}

.kv-panel--red {
    width: 3028px;
    background: #C45553;  
}

.kv-panel--green {
    width: 3028px;
    background: #3b9349;
}


.menu-wrapper-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.menu-2 {
    pointer-events: auto;
    background: #fdf8ee;
    border-radius: 0 0 24px 24px;
    padding: 16px 32px;
    min-width: 1200px;
    max-width: 1920px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.menu-links a {
    position: relative;
}

.menu-links a.is-current::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    
    top: calc(100% + 13px);  /* 13px от текста до индикатора */
    
    width: 9px;
    height: 4px;
    border-radius: 24px;
    background: #1E1E1E;
}


html.admin-bar .menu-wrapper-2 {
    top: 32px;
}

body.home .menu-wrapper {
    position: fixed;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1000;
    pointer-events: none;
}

body.home .menu-wrapper .menu {
    pointer-events: auto;
}


.IntroRow {
    display: flex;
    align-items: center;
    column-gap: 187px;
    padding: 260px 360px 0 360px;
}

.IntroText {
    flex: 0 0 auto;
}

.KHeader {
    color: #1E1E1E;
    font-family: Anton;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0 0 24px 0;
}

.KUnderHeader {
    color: rgba(30, 30, 30, 0.80);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.2px;
    margin: 0;
    max-width: 624px;
}


.BottomWrapper {
    display: flex;
    justify-content: center;
    margin-top: 246px;
}


.BottomContainer {
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 5px 10px -5px rgba(30, 30, 30, 0.10);
}

.BottomContainer a {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 32px;
    background: #F2EDE3;

    color: #1E1E1E;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}


.MainVideoContainer {
    position: relative;
    width: 335px;
    height: 335px;
    flex: 0 0 335px;
    border-radius: 16px;
    overflow: hidden;
    transform: rotate(-2deg);
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.MainVideoContainer img.videocover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.PlayContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
}


.PlayButton {
  width: 64px;
  height: 64px;
  display: block;
  pointer-events: auto;
  margin-bottom: 0;
}


.TextUnderPlay{
  display: inline-flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  background: #FFF;
  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  position: static;
  pointer-events: auto;
  transform: none;
}


.VideoModal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.VideoModal.is-open {
  display: flex;
}

.VideoModal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.VideoModal__content {
  position: relative;
  z-index: 1;
  width: 50vw;
  max-width: 900px;
}

.VideoModal__video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.VideoModal__close {
  position: absolute;
  top: -32px;
  right: 0;
  border: none;
  background: none;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}


.kv-slide-tabs {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    pointer-events: none;
}

.kv-slide-tab {
    position: absolute;
    top: 0;
    width: 48px;
    height: 100%;
    border-radius: 24px 0 0 24px;
}

:root {
    --tab-width: 48px;
    --tab-overlap: 24px;
}

.kv-slide-tab--extra-green {
    position: absolute;
    top: 0;
    bottom: 0;

    right: calc(var(--tab-width) * 4 + var(--tab-overlap) * -4);
    background: #3B9349; /* зелёный */
    width: var(--tab-width);
    border-radius: 24px 0 0 24px;
    z-index: 0;
}

.kv-slide-tab--blue {
    position: absolute;
    top: 0;
    bottom: 0;

    right: calc(var(--tab-width) * 3 + var(--tab-overlap) * -3);
    background: #C45553; /* красная */
    width: var(--tab-width);
    border-radius: 24px 0 0 24px;
    z-index: 1;
}

.kv-slide-tab--yellow {
    position: absolute;
    top: 0;
    bottom: 0;

    right: calc(var(--tab-width) * 2 + var(--tab-overlap) * -2);
    background: #F3C42B;
    width: var(--tab-width);
    border-radius: 24px 0 0 24px;
    z-index: 2;
}

.kv-slide-tab--red {
    position: absolute;
    top: 0;
    bottom: 0;

    right: calc(var(--tab-width) * 1 + var(--tab-overlap) * -1);
    background: #073153; /* тёмно-синяя */
    width: var(--tab-width);
    border-radius: 24px 0 0 24px;
    z-index: 3;
}

.kv-slide-tab--green {
    position: absolute;
    top: 0;
    bottom: 0;

    right: 0;
    background: #1E78D2; /* синяя */
    width: var(--tab-width);
    border-radius: 24px 0 0 24px;
    z-index: 4;
}


.kv-panel-tab {
    position: absolute;
    top: 0;
    right: 0;

    width: 48px;
    height: 100%;
    border-radius: 24px 0 0 24px;
    pointer-events: none;
}


.kv-panel-tab--darkblue {
    background: #00447A;
}

.kv-panel-tab--yellow {
    background: #F3C42B;
}

.kv-panel-tab--red {
    background: #C45553;
}

.kv-panel-tab--green {
    background: #3B9349;
}

.SecondPageHeader{
  color: #FFF;
  text-align: center;
  font-family: Anton;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 76.8px */
  text-transform: uppercase;
  margin-top: 200px;
  margin-left: 120px;
  position: absolute;
  margin-bottom: 8px;
}

.SecondPageUnderHeader{
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.2px;
  position: absolute;
  margin-top: 285px;
  margin-left: 120px;
}

.MissSeeText{
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  display: inline-flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  background: rgba(30, 30, 30, 0.80);
  margin-top: 357px;
  margin-left: 120px;
}

.BlockOfTextFirst{
  width: 773px;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
  margin-top: 4px;
  margin-left: 120px;
}

.KelleleSee{
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  display: inline-flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  background: rgba(30, 30, 30, 0.80);
  margin-top: 24px;
  margin-left: 120px;
}

.BlockOfTextSecond{
  width: 773px;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
  margin-left: 120px;
}

.Broneeri{
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 32px;
  background: #1E1E1E;
  margin-top: 80px;
  margin-left: 120px;
}

.SCard1{
  width: 592px;
  height: 592px;
  transform: rotate(-5deg);
  border-radius: 24px;
  border: 1px solid #2374B6;
  background: #F2EDE3;
  margin-left: 948.33px;
  position: absolute;
  top: 175.33px;
  z-index: 2;
}

.SCard2{
  position: absolute;
  top: 206px;
  width: 592px;
  height: 592px;
  transform: rotate(5deg);
  border-radius: 24px;
  border: 1px solid #FFF;
  background: #F2EDE3;
  z-index: 1;
  margin-left: 1556.33px;
}

.SCard3 {
  position: absolute;
  top: 194px;
  left: 2155.52px;

  width: 592px;
  height: 592px;
  box-sizing: border-box;

  padding: 48px 48px 40px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;

  transform: rotate(-2deg);
  border-radius: 24px;
  border: 1px solid #FFF;
  background: #F2EDE3;
  z-index: 1;
}

.MainVideoContainer-2 {
  width: 280px;
  height: 280px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.video-wrapper-2 {
  position: relative;
  width: 100%;
  height: 100%;
}

.MainVideoContainer-2 img.videocover-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.CarlJungQuote {
  margin: 24px 0 8px;
  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;   /* 38.4px */
  letter-spacing: -0.24px;
}

.CarlJung {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.CarlJung img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.jung-text {
  display: flex;
  flex-direction: column;
}

.JungName {
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.JungTitle {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.8;
}

.SecondPageFirstSlideHeader{
  color: #1E1E1E;
  font-family: Anton;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.24px;
  text-transform: uppercase;
  margin-top: 64.58px;
  margin-left: 46.18px;
}

.SecondPageSlideText{
  color: rgba(30, 30, 30, 0.80);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
  margin-top: 325px;
  margin-left: 46.18px;
  position: absolute;
}

.iconsAndText-2 {
  position: absolute;
  top: 117.05px;
  left: 46.18px;

  display: flex;
  flex-direction: column;
  gap: 12px;
}

.iconsAndText-3{
    position: absolute;
    top: 117.05px;
    left: 46.18px;

    display: flex;
    flex-direction: column;
    gap: 12px;
}

.SecondPageSecondSlideHeader{
    color: #1E1E1E;
    font-family: Anton;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.24px;
    text-transform: uppercase;
    margin-top: 64.58px;
    margin-left: 46.18px;
}

.SecondPageListTitle {
  color: rgba(30, 30, 30, 0.80);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.16px;
  margin-left: 46.18px;
  margin-top: 200.5px;
}

.SecondPageList {
  margin-left: 62px;
  margin-top: 0px;
  padding-left: 0;
  list-style-type: disc;
}

.SecondPageList li {
  margin-bottom: 8px;
  font-weight: 400;
  color: rgba(30, 30, 30, 0.80);
  font-family: Inter;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.16px;
}

.SecondPageList .b {
  font-weight: 600;
}

.SecondPageHeaderYellow{
  color: #1E1E1E;
  text-align: center;
  font-family: Anton;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 76.8px */
  text-transform: uppercase;
  margin-top: 200px;
  margin-left: 120px;
  position: absolute;
  margin-bottom: 8px;
}

.SecondPageUnderHeaderYellow{
  color: #1E1E1E;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.2px;
  position: absolute;
  margin-top: 285px;
  margin-left: 120px;
}

.BlockOfTextFirstYellow{
  width: 773px;
  color: #1E1E1E;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
  margin-top: 4px;
  margin-left: 120px;
}

.BlockOfTextSecondYellow{
  width: 773px;
  color: #1E1E1E;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
  margin-left: 120px;
}


/* СТРАНИЦА 3 */

.HeaderYellowBack {
  background: #F6C325;
}

.HeaderYellowInner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 167px 0 166px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 76px;
}

.TextSection{
  width: 604px;
}

.YellowHeader{
  color: #1E1E1E;
  font-family: Anton;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.YellowHeaderUnder{
  width: 592px;
  color: rgba(30, 30, 30, 0.80);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.2px;
  margin-top: 24px;
}

.YellowBlackButton{
  color: #F8F0E5;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 32px;
  background: #1E1E1E;
  margin-top: 40px;
}

.GirlsPhoto{
  width: 520px;
  height: 620px;
  border-radius: 32px;
  object-fit: cover;
  display: block;
}

.WhiteBack {
  background: white;
  padding-top: 120px;
  padding-bottom: 120px;
}


.WhiteInner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}


.Mission {
  color: rgba(30, 30, 30, 0.60);
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 24px;
}


.MissionText {
  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 51.2px */
  width: 1200px;
}

.WhitePicture{
  width: 1161.928px;
  height: 726.425px;
  margin-top: 115.58px;
}

.MeieAlgus{
  background: #F2EDE3;
  padding: 317px 0 315px;
  margin-top: 120px;
}

.MeieAlgusContainer{
  width: 1568px;
  height: 321px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;

  margin-left: auto;
  margin-right: 0;
}

.Girls {
  display: block;
  border-radius: 32px;
}

.Girls-1 {
  width: 405px;
  height: 321px;
}

.Girls-2 {
  width: 360px;
  height: 321px;
}

.MeieAlgusText{
  flex: 1;
  text-align: left;
}


.MeieAlgusTitle{
  color: #1E1E1E;
  text-align: left;
  font-family: Anton;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 48px */
  text-transform: uppercase;
}

.MeieAlgusDesc{
  color: rgba(30, 30, 30, 0.80);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
}

.BlackWindow-2 {
  background: #1E1E1E;
  height: 1395px;     /* как в фигме */
  overflow: hidden;   /* обрезаем всё, что ниже */
  padding-top: 120px;
  margin-bottom: 140px;
  position: relative;
}




.BlackWindow-inner-2 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;  /* фото и текст по вертикали вместе */
  gap: 40px;
  overflow: hidden;
}



.BlackWindow-content-2{
  flex: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  /* ВАЖНО: никаких width/height тут больше не нужно */
}



.BlackWindow-photo-2 {
  margin-top: -20px;  /* поиграйся -10/-20/-30 */
}

.BlackWindow-photo-2 img {
  width: 560px;
  height: 620px;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}



.BW-name-2{
  color: #FFF;
  text-align: left;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  margin-bottom: 2px;
}

.BW-role-2{
  color: rgba(255, 255, 255, 0.80);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  margin-bottom: 40px;
}

.BW-quote-2{
  width: 560px;
  color: #FFF;
  font-family: Anton;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 44.8px */
  margin-bottom: 93px;
}

.BW-button-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 48px;
  padding: 12px 24px;

  gap: 10px;                 

  border-radius: 32px;
  background: #F6C325;
  text-decoration: none;

  color: #1E1E1E;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 63px;
}

.BW-social-2{
  width: 40px;
  height: 40px;
  fill: #FFF;
}

.BW-card-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;

  width: 701px;
  padding: 40px 32px;
  border-radius: 24px;
  background: #FFF;
}

.BW-card-title-2 {
  align-self: stretch;
  color: #1E1E1E;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  margin: 0;
}

.BW-card-text-2 {
  align-self: stretch;
  color: rgba(30, 30, 30, 0.80);
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.16px;
  margin: 0;
}


.BW-card-2--offset {
  margin-top: 40px;
  transform: rotate(1deg);
}

.BW-cards-2 {
  width: 1290px;
  margin: 160px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.BW-arrow-2 {
  position: absolute;
  z-index: 5;

  left: 50%;
  top: 800px;               /* опусти/подними — регулируй */
  transform: translateX(-610px);  /* смещаем влево от центра */

  width: 190px;
  height: auto;
  pointer-events: none;
}


.MeieMetoodikaHeader{
  color: #1E1E1E;
  text-align: center;
  font-family: Anton;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 89.6px */
  text-transform: uppercase;
  margin-top: 120px;
}

.MeieMetoodikaUnderHeader{
  color: rgba(30, 30, 30, 0.80);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -0.2px;
  margin-top: 24px;
}

.MeieCards {
  max-width: 1249px;
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: -160px;
  flex-wrap: nowrap;
}

.MeieCard {
  width: 592px;
  height: 592px;
  border-radius: 24px;
  background: #F2EDE3;
  border: 1px solid #FFF;
}

/* левая */
.MeieCard1 {
  transform: rotate(-5deg);
  margin-top: 40px;
  z-index: 2;
}

/* правая */
.MeieCard2 {
  transform: rotate(5deg);
  margin-top: 120px;
  z-index: 1;

}

.JungBig{
  width: 240px;
  height: 240px;
  border-radius: 240px;
  margin-top: 63px;
  margin-left: 180px;
}

.JungBigText{
  color: #1E1E1E;
  text-align: center;
  font-family: Anton;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 48px */
  text-transform: uppercase;
  margin-top: 19.51px;
}

.JungBigPsi{
  color: rgba(30, 30, 30, 0.80);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -0.2px;
  margin-left: 0%;
  margin-top: -20px;
}

.MeieMetoodika-button {
  display: inline-flex;
  height: 48px;
  padding: 12px 12px 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;                

  border-radius: 32px;
  background: #F6C325;

  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */

  top: 519px;
  left: 35%;
  position: absolute;
}

.SphereBack{
  display: flex;
  width: 240px;
  height: 240px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 240px;
  background: #FFF;
  margin-top: 63px;
  margin-left: 180px;
}

.SphereBig{
  width: 216px;
  height: 216px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.MeieKoolitajad{
  width: 1200px;
  height: 1281px;
  margin: 80px auto;
}

.MeieKoolitajadHeader{
  color: #1E1E1E;
  text-align: center;
  font-family: Anton;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 89.6px */
  text-transform: uppercase;
}


.MeieKoolitajadHeader{
  color: #1E1E1E;
  text-align: center;
  font-family: Anton;
  font-size: 64px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}

/* Внешняя карточка */
.CoachCard {
  position: relative;
  width: 390px;
  height: 546px;
  margin: 40px auto;
  border-radius: 24px;
}

/* Внутренняя часть, которая крутится и краснеет */
.CoachCard-inner {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: #ffffff;
  overflow: hidden;
  transition: transform 0.3s ease, background 0.3s ease;
  box-shadow: 0 4px 14px rgba(0,0,0,0.25);
}

/* Фото на весь фрейм */
.CoachPhoto {
  display: block;
  width: 100%;
  height: 105%;
  object-fit: cover;
}

/* Ховер — только на внутренний блок */
.CoachCard:hover .CoachCard-inner {
  background: #C94F4F;
  transform: rotate(3deg);
}

/* Плашка с текстом — отдельно, поверх, не крутится */
.CoachInfo {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);

  display: flex;
  width: 358px;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  gap: 8px;

  border-radius: 16px;
  background: #F2EDE3;
}

.CoachName{
  color: #1E1E1E;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.CoachRole{
  color: #1E1E1E;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.MeieYellowCard{
  width: 1200px;
  height: 525px;
  border-radius: 24px;
  background: #F6C325;
  bottom: 0px;
}


.FingerLogo{
  width: 160px;
  height: 160px;
  aspect-ratio: 1/1;
  margin-top: 48px;
  margin-left: 520px;
}

.MeieYellowHeader{
  color: #1E1E1E;
  text-align: center;
  font-family: Anton;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 89.6px */
  text-transform: uppercase;
  margin-top: 8px;
}


.BenefitsRow {
  display: flex;
  justify-content: center;
}


.BenefitItem {
  display: flex;
  align-items: center;
}


.BenefitItem + .BenefitItem {
  margin-left: 32px;
}

.BenefitIcon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.BenefitText {
  color: #1E1E1E;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}


.SaadaCV{
  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 32px;
  background: #FFF;
  margin-top: 40px;
  margin-left: 533px;
}

.Container404 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 185px;
  padding-bottom: 213px;
  position: relative;
}

.LehteEiLeitud {
  width: 903px;
  color: #1E1E1E;
  font-family: Anton;
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.Big404Title {
  width: 903px;
  color: #1E1E1E;
  font-family: Anton;
  font-size: 64px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 24px;
}

/* Текст описания */
.Desc404 {
  width: 480px;
  font-family: Inter;
  font-size: 16px;
  line-height: 160%;
  color: rgba(30,30,30,0.8);
}

.Code404 {
  position: absolute;
  right: 0;
  top: 140px;
  font-family: Anton;
  font-size: 200px;
  font-weight: 400;
  color: rgba(30,30,30,0.10);
}

.KKKHeader {
  width: 1200px;
  margin: 200px auto 0;   /* отступ сверху + центр по ширине */
  text-align: center;
}


.KKK{
  color: #1E1E1E;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  display: inline-flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  border: 1px solid #1E1E1E;
  margin: 0 auto;
}

.HeaderKorduma{
  width: 688px;
  margin: 12px auto 0;
  color: #1E1E1E;
  font-family: Anton;
  font-size: 70px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.FAQSection {
  margin-top: 80px;
  margin-bottom: 120px;
}

.FAQContainer {
  max-width: 944px;
  width: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}


.FAQRow {
  width: 100%;
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;

  background: #FFFFFF;
  cursor: pointer;
  outline: none;

  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(30, 30, 30, 0.20);
}




.FAQQuestion {
  color: rgba(30, 30, 30, 0.80);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;      /* 28.8px */
  letter-spacing: -0.18px;
  text-align: left;
}


.FAQArrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.FAQAnswer {
  display: none;
  padding: 0 16px 16px 16px;
  background: #FFFFFF;
  color: rgba(30, 30, 30, 0.8);
  font-family: Inter;
  font-size: 14px;
  line-height: 160%;
  font-style: normal;
}

.FAQItem.is-open .FAQAnswer {
  display: block;
}

.FAQItem.is-open .FAQArrow {
  transform: rotate(180deg);
}


.KKKYellow{
  display: flex;
  width: 688px;
  padding: 100px 80px 64px 80px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
  border-radius: 24px;
  background: #F6C325;
  margin: 0 auto 140px auto;
}

.KKKYellowText{
  width: 528px;
  color: #1E1E1E;
  text-align: center;
  font-family: Anton;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 56px */
  text-transform: uppercase;
}

.YellowVotaUhendust{
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 32px;
  background: #FFF;

  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
}

.ContactInfo {
  padding-top: 200px;
  margin-bottom: 160px;
}

.ContactWrapper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 80px;
}

.ContactColumn {
  width: 284px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.Kontakt {
  color: #1E1E1E;
  font-family: Anton, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 60px 0;
}

.ContactName {
  color: #1E1E1E;
  font-family: Anton, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 4px 0;
}

.ContactRole {
  color: #1E1E1E;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
  margin: 0 0 20px 0;
}

.ContactPhone,
.ContactMail {
  display: block;
  color: #1E1E1E;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 4px;
  text-decoration: none;
}

.ContactSubtitle {
  color: #1E1E1E;
  font-family: Anton, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}

.ContactText {
  color: rgba(30, 30, 30, 0.8);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
  margin: 0 0 10px 0;
}

.ContactSocials {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.SocialCircle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f3ebdd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #1E1E1E;
}

.ContactFormBox {
  width: 809px;
  padding: 56px 64px 64px 64px;
  border-radius: 24px;
  background: #F2EDE3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

.ContactFormTitle {
  color: #1E1E1E;
  text-align: center;
  font-family: Anton, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.ContactInfo {
  padding-top: 200px;
}

.ContactWrapper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 80px;
}

.ContactColumn {
  width: 284px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.Kontakt {
  color: #1E1E1E;
  font-family: Anton, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 60px 0;
}

.ContactName {
  color: #1E1E1E;
  font-family: Anton, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 4px 0;
}

.ContactRole {
  color: #1E1E1E;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
  margin: 0 0 20px 0;
}

.ContactPhone,
.ContactMail {
  display: block;
  color: #1E1E1E;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 4px;
  text-decoration: none;
}

.ContactSubtitle {
  color: #1E1E1E;
  font-family: Anton, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}

.ContactText {
  color: rgba(30, 30, 30, 0.8);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
  margin: 0 0 10px 0;
}

.ContactSocials {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.SocialCircle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f3ebdd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #1E1E1E;
}

.ContactFormBox {
  width: 809px;
  padding: 56px 64px 64px 64px;
  border-radius: 24px;
  background: #F2EDE3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

.ContactFormTitle {
  color: #1E1E1E;
  text-align: center;
  font-family: Anton, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.ContactForm {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* ────────────────────────────────────────────── */
/*                        2 СТРОКИ С ПОЛЯМИ                        */
/* ────────────────────────────────────────────── */

.FormRowTwo {
  display: grid;
  grid-template-columns: 350px 1fr;  /* левая колонка фикс, правая адаптив */
  position: relative;
  border-bottom: 1px solid #D0C9BC;
  height: 64px;
}


/* Верхняя общая линия */
.FormRowTwo:first-child {
  border-top: 1px solid #D0C9BC;
}

/* ОДНА вертикальная линия строго по центру */
.FormRowTwo::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #D0C9BC;
  transform: translateX(-0.5px);
}

.FormField {
  width: 100%;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-sizing: border-box;
  border: none;
}


/* Убираем старую линию */
.FormFieldBorderLeft {
  border-left: none;
}

/* ────────────────────────────────────────────── */
/*                      SÕNUM (ПОЛЕ СООБЩЕНИЯ)                         */
/* ────────────────────────────────────────────── */

.FormRowFull {
  width: 100%;
  border-bottom: 1px solid #D0C9BC;
}

.FormRowFull .FormField {
  height: auto;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

/* ────────────────────────────────────────────── */
/*                         ТЕКСТОВЫЕ ЭЛЕМЕНТЫ                         */
/* ────────────────────────────────────────────── */

.FormLabel {
  color: #1E1E1E;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.16px;
  white-space: nowrap;
}

.FormInput {
  flex: 1;
  border: none;
  background: transparent;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
  padding: 0;
  outline: none;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.FormTextarea {
  width: 100%;
  border: none;
  background: transparent;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
  min-height: 160px;
  padding: 0;
  resize: none;
  outline: none;
}

/* ────────────────────────────────────────────── */
/*                          КНОПКА                           */
/* ────────────────────────────────────────────── */

.FormButtonRow {
  display: flex;
  justify-content: flex-end;
  padding: 24px 24px 0 24px;
}

.FormButton {
  border: none;
  border-radius: 24px;
  padding: 12px 32px;
  background: #1E1E1E;
  color: #FFFFFF;
  font-family: Inter, sans-serif;
  font-size: 16px;
  cursor: pointer;
}


.menu-burger {
  display: none;        /* на больших экранах скрываем */
  border: none;
  background: none;
  padding: 0;
}

.menu-mobile-extra {
  display: none;
}


/* ПК: фикс — текст поверх круга */
.HeaderD,
.HeaderS,
.HeaderG,
.HeaderGr {
  z-index: 16;
  pointer-events: none;
}

@media (min-width: 992px) {
  .StatsInfo .BackGround {
    position: relative;
  }

  .StatsInfo .CircleText.is-fading {
    opacity: 0;
  }

  /* текстовый слой поверх круга */
  .StatsInfo .CircleText {
    display: block !important;
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 6;
    opacity: 1;
    transition: opacity var(--wheelDur) var(--wheelEase);
  }

  .StatsInfo .CircleText .CircleLabel,
  .StatsInfo .CircleText .CircleTitle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    margin: 0;
  }

  /* Figma: плашка над заголовком (Sinine / Roheline) */
  .StatsInfo .CircleText .CircleLabel {
    top: 50px;

    display: inline-flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 24px;
    border: 1px solid #FFF;

    color: #FFF;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    opacity: 1;
    white-space: nowrap;
  }

  /* Figma: заголовок под плашкой */
  .StatsInfo .CircleText .CircleTitle {
    top: 75px;

    color: #FFF;
    text-align: center;
    font-family: 'Anton', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;

    max-width: 900px;
    white-space: nowrap; /* если нужно 2 строки — поставь normal */
  }
}



/* StatsInfo: единый тайминг для колеса и фейда текста */
.StatsInfo .BackGround {
  --wheelDur: 500ms;   /* это должна быть та же скорость, что и у колеса */
  --wheelEase: ease;
}