:root{
  --dark-eterno: #191818;
  --terracota-eterno: #D86954;

  --dark: #191818;
  --terra: #D86954;
  --beige: #F6F4F0;

  --font-onest: "Onest", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --font-santello: "Santello", "Onest", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  --hero-w: 1274px;
  --hero-h: 688px;
  --hero-radius: 30px;


  --card-radius: 34px;


  --radius-xl: 34px;


  --kompakt-left-w: 620px;
  --kompakt-right-w: 600px;
  --kompakt-gap: 60px;


  --mdf-left-w: 600px;
  --mdf-right-w: 530px;
  --mdf-gap: 150px;


  --acc-h: 195px;
  --acc-open-w: 672px;
  --acc-closed-w: 262px;
  --acc-img-open-w: 230px;
  --acc-gap: 42px;
}

.vannaya-zone{ padding-top: 120px; }

.ez-bath-hero{
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: visible;
}

.ez-bath-hero__frame{
  position: relative;
  width: var(--hero-w);
  height: var(--hero-h);
  border-radius: var(--hero-radius);
  overflow: hidden;
}

.ez-bath-hero__bg{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ez-bath-hero__shapes{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.ez-bath-hero__content{
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: visible;
}


.ez-bath-hero__icon{
  position: absolute;
  left: 24px;
  top: 1px;
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  text-decoration: none;
}

.ez-bath-hero__icon img{
  width: 94px;
  height: 94px;
  display: block;
}

.ez-bath-hero__title{
  position: absolute;
  left: 185px;
  top: 5px;
  width: 600px;
  line-height: 1.08;
}

.ez-bath-hero__line{
  margin: 0;
  padding: 0;
  letter-spacing: -0.5px;
  white-space: nowrap;
}

.ez-bath-hero__line:nth-child(1),
.ez-bath-hero__line:nth-child(2){
  margin-bottom: 20px;
}

.ez-bath-hero__line--onest{
  font-family: var(--font-onest);
  font-weight: 500;
  font-size: 60px;
  color: var(--dark-eterno);
}

.ez-bath-hero__line--santello{
  font-family: var(--font-santello);
  font-weight: 400;
  font-size: 60px;
  color: var(--terracota-eterno);
}

.ez-bath-hero__cta{
  position: absolute;
  left: 200px;
  bottom: 10px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 0;
}

.ez-bath-hero__cta-pill{
  height: 46px;
  width: 237px;
  background: var(--terracota-eterno);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-family: var(--font-onest);
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.ez-bath-hero__cta-circle{
  height: 46px;
  width: 46px;
  margin-left: -10px;
  background: var(--terracota-eterno);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ez-bath-hero__cta:hover{ transform: translateY(-1px); }
.ez-bath-hero__cta:active{ transform: translateY(0); }

.ez-bath-hero__badge{
  position: absolute;
  right: 40px;
  bottom: 36px;

  width: 290px;
  padding: 20px 22px;

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

  border-radius: 28px;

  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);

  border: 1px solid rgba(255,255,255,0.55);

  box-shadow:
    0 20px 45px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.4);
}

.ez-bath-hero__avatars{
  display: flex;
  align-items: center;
  justify-content: center;
}

.ez-bath-hero__avatars img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;

  border: 3px solid rgba(255,255,255,0.9);
  box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}

.ez-bath-hero__avatars img + img{ margin-left: -14px; }

.ez-bath-hero__badge-text{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ez-bath-hero__badge-top{
  font-family: var(--font-onest);
  font-weight: 400;
  font-size: 19px;
  color: var(--dark-eterno);
  line-height: 1.2;
}

.ez-bath-hero__badge-bottom{
  font-family: var(--font-onest);
  font-weight: 700;
  font-size: 19px;
  color: var(--dark-eterno);
  line-height: 1.2;
}



@media (max-width: 480px){
  .ez-bath-hero__icon{
    display: none;
  }
  .ez-bath-hero{
    padding: 0;
    overflow-x: hidden;
  }

  .ez-bath-hero__frame{
    width: 100%;
    max-width: 343px;
    height: 520px;
    margin: 0 auto;
    border-radius: 28px;
  }

  .ez-bath-hero__bg{
    object-fit: cover;
  }

  /* svg можно оставить, но лучше немного приглушить */
  .ez-bath-hero__shapes{
    opacity: 1;
  }

  /* контент */
  .ez-bath-hero__content{
    position: absolute;
    inset: 0;
    padding: 16px;
  }

  /* видео-иконка */
  .ez-bath-hero__icon{
    left: 10px;
    top: -18px;
    width: 74px;
    height: 74px;
  }

  .ez-bath-hero__icon img{
    width: 74px;
    height: 74px;
  }

  /* заголовок */
  .ez-bath-hero__title{
    position: static;
    width: 100%;
    margin-bottom: 14px;
  }

  .ez-bath-hero__line{
    white-space: normal;
  }

  .ez-bath-hero__line--onest{
    font-size: 24px;
    line-height: 1.1;
  }

  .ez-bath-hero__line--santello{
    font-size: 24px;
    line-height: 1.1;
  }

  .ez-bath-hero__line:nth-child(1),
  .ez-bath-hero__line:nth-child(2){
    margin-bottom: 6px;
  }

  /* кнопку лучше скрыть (как на скрине её нет) */
  .ez-bath-hero__cta{
    display: none;
  }

  /* бейдж */
  .ez-bath-hero__badge{
    position: absolute;
    right: 12px;
    bottom: 12px;

    width: 200px;
    padding: 12px 14px;
    border-radius: 20px;
    gap: 8px;
  }

  .ez-bath-hero__avatars img{
    width: 32px;
    height: 32px;
    border-width: 2px;
  }

  .ez-bath-hero__avatars img + img{
    margin-left: -10px;
  }

  .ez-bath-hero__badge-top{
    font-size: 12px;
  }

  .ez-bath-hero__badge-bottom{
    font-size: 12px;
  }
}


@media (max-width: 480px){
  .ez-bath-hero__bg{
    content: url('/wp-content/uploads/2026/03/Subtract-9.png');
  }
}


.et-marquee-section{
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;

  width: 100vw;
  overflow: hidden;
  background: var(--beige);
  padding-top: 20px;
  padding-bottom: 20px;
  overflow-y: hidden;
  margin-top: 60px;
}

.et-marquee{
  width: 100%;
  overflow: hidden;
}

.et-marquee__track{
  display: flex;
  align-items: center;
  gap: 80px;
  width: max-content;
  animation: et-marquee-scroll 28s linear infinite;
  will-change: transform;
}

.et-marquee__item{
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
}

.et-marquee__item img{
  width: 52px;
  height: 25px;
  object-fit: contain;
}

.et-marquee__item span{
  font-family: "Santello", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: var(--dark-eterno);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@keyframes et-marquee-scroll{
  0%{ transform: translateX(0); }
  100%{ transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce){
  .et-marquee__track{ animation: none; }
}

.et-bath-textblock{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 34px 0 10px;
  margin-top: 60px;
}

.et-bath-textblock__inner{
  width: min(1274px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.et-bath-textblock__row{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 22px;
  width: 100%;
  margin: 0 0 18px 0;
}

.et-bath-textblock__santello48{
  font-family: var(--font-santello);
  font-weight: 400;
  font-size: 48px;
  line-height: 1.05;
  color: var(--dark-eterno);
  letter-spacing: 0;
  text-transform: none;
}

.et-bath-textblock__onest48-light{
  font-family: var(--font-onest);
  font-weight: 200;
  font-size: 48px;
  line-height: 1.05;
  color: var(--dark-eterno);
  letter-spacing: 0;
  text-transform: none;
}

.et-bath-textblock__img{
  display: block;
  object-fit: cover;
}

.et-bath-textblock__img--r1{
  width: 179px;
  height: 64px;
  border-radius: 32px;
}

.et-bath-textblock__img--r2a{ width: 91px; height: 91px; }
.et-bath-textblock__img--r2b{ width: 64px; height: 64px; }
.et-bath-textblock__img--r3{ width: 149px; height: 90px; }

.et-bath-textblock__pill{
  width: 409px;
  height: 84px;
  border: 2px solid var(--terracota-eterno);
  border-radius: 999px;

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

  font-family: var(--font-santello);
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  color: var(--terracota-eterno);

  white-space: nowrap;
  letter-spacing: 0;
  text-transform: none;
}

@media (max-width: 1100px){
  .et-bath-textblock__santello48,
  .et-bath-textblock__onest48-light,
  .et-bath-textblock__pill{
    font-size: 42px;
  }
  .et-bath-textblock__row{
    gap: 16px;
    flex-wrap: wrap;
  }
  .et-bath-textblock__pill{
    width: auto;
    padding: 0 26px;
  }
}

.et-bath-cards{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 40px 0 70px;
}

.et-bath-cards__inner{
  width: 1280px;
  margin: 0 auto;
  position: relative;

  display: grid;
  grid-template-columns: 466px 559px;
  column-gap: 255px;
  row-gap: 250px;
  margin-top: 120px;
}

.et-card{ position: relative; }

.et-card__media{
  width: 100%;
  border-radius: var(--card-radius);
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.et-card__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.et-card--1 .et-card__media{ width:466px; height:492px; }
.et-card--2 .et-card__media{ width:559px; height:492px; }
.et-card--3 .et-card__media{ width:557px; height:492px; }
.et-card--4 .et-card__media{ width:466px; height:620px; }

.et-card--1{ grid-column: 1; grid-row: 1; }
.et-card--2{ grid-column: 2; grid-row: 1; transform: translateY(68px); margin-left: -80px; }
.et-card--3{ grid-column: 1; grid-row: 2; margin-right: -80px; }
.et-card--4{ grid-column: 2; grid-row: 2; transform: translateY(-28px); }

.et-card__decor{
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.et-card__decor img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.et-card--2 .et-card__decor--big{
  width: 587px;
  height: 587px;
  right: -36px;
  top: -180px;
}

.et-card--3 .et-card__decor--small{
  width: 317px;
  height: 313px;
  left: -84px;
  top: -180px;
}

.et-card__title{
  margin: 18px 0 10px;
  font-family: var(--font-onest);
  font-weight: 500;
  font-size: 32px;
  line-height: 1.15;
  color: var(--dark-eterno);
}

.et-card__desc{
  margin: 0 0 18px;
  font-family: var(--font-onest);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.45;
  color: var(--dark-eterno);
  width: 512px;
}

.et-card__btn{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transform: translateZ(0);
}

.et-card__btn-pill{
  height: 60px;
  border-radius: 999px;
  background: var(--dark-eterno);
  color: #fff;

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

  font-family: var(--font-onest);
  font-weight: 500;
  font-size: 16px;

  padding: 0 22px;
  box-sizing: border-box;
  white-space: nowrap;
}

.et-card__btn-circle{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--dark-eterno);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -30px;
}

.et-card__btn:hover{ transform: translateY(-1px); }
.et-card__btn:active{ transform: translateY(0); }

.et-card--4 .et-card__desc{ margin-bottom: 0; }

@media (max-width: 480px){

  .et-bath-cards{
    width: 100%;
    padding: 18px 0 28px;
    overflow-x: hidden;
  }

  .et-bath-cards__inner{
    width: 100%;
    max-width: 343px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 0;
  }

  .et-card{
    width: 100%;
    margin: 0 !important;
    transform: none !important;
  }

  .et-card__decor{
    display: none;
  }

  .et-card__media,
  .et-card--1 .et-card__media,
  .et-card--2 .et-card__media,
  .et-card--3 .et-card__media,
  .et-card--4 .et-card__media{
    width: 100%;
    height: 112px;
    border-radius: 18px;
    overflow: hidden;
  }

  .et-card--4 .et-card__media,
  .et-card__media--tall{
    height: 112px;
  }

  .et-card__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .et-card__title{
    margin: 10px 0 6px;
    font-family: var(--font-onest);
    font-weight: 500;
    font-size: 15px;
    line-height: 1.15;
    color: var(--dark-eterno);
  }

  .et-card__desc{
    width: 100%;
    margin: 0 0 10px;
    font-family: var(--font-onest);
    font-weight: 400;
    font-size: 10px;
    line-height: 1.35;
    color: var(--dark-eterno);
  }

  .et-card__btn{
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    gap: 0;
  }

  .et-card__btn-pill{
    width: auto !important;
    min-width: 118px;
    max-width: calc(100% - 34px);
    height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: var(--dark-eterno);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-onest);
    font-weight: 500;
    font-size: 9px;
    white-space: nowrap;
  }

  .et-card__btn-circle{
    width: 24px;
    height: 24px;
    margin-left: -6px;
    border-radius: 50%;
    background: var(--dark-eterno);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
  }

  .et-card__btn-circle svg{
    width: 10px;
    height: 10px;
  }

  .et-card--4 .et-card__desc{
    margin-bottom: 10px;
  }
}
.et-tech-head{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 90px 0 40px;
}

.et-tech-head__inner{
  width: 1280px;
  text-align: center;
}

.et-tech-head__title{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: nowrap;
}

.et-tech-head__text{
  font-family: "Santello", sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 1.05;
  color: var(--dark-eterno);
  letter-spacing: 0;
}

.et-tech-head__icon{
  width: 52px;
  height: 52px;
  object-fit: contain;
  display: block;
}

.et-tech-head__subtitle{
  margin-top: 22px;
  font-family: "Santello", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  color: var(--dark-eterno);
}

@media (max-width: 1320px){
  .et-tech-head__inner{
    width: min(100%, 960px);
    padding: 0 16px;
  }
  .et-tech-head__text{ font-size: 56px; }
  .et-tech-head__icon{ width: 40px; height: 40px; }
  .et-tech-head__subtitle{ font-size: 22px; }
}

.et-kompakt{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 40px 0 70px;
}

.et-kompakt__inner{ width: 1280px; }

.et-kompakt__top{
  display: grid;
  grid-template-columns: var(--kompakt-left-w) var(--kompakt-right-w);
  column-gap: var(--kompakt-gap);
  align-items: start;
  margin-bottom: 28px;
}

.et-kompakt__media{
  position: relative;
  width: 530px;
  height: 612px;
  border-radius: 47px;
  overflow: hidden;
}

.et-kompakt__media-bg{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.et-kompakt__tag{
  position: absolute;
  left: 34px;
  top: 18px;
  z-index: 3;

  font-family: var(--font-santello);
  font-weight: 400;
  font-size: 32px;
  line-height: 1.1;
  color: var(--terracota-eterno);
}

.et-kompakt__note{
  position: absolute;
  right: 34px;
  bottom: 18px;
  z-index: 3;

  font-family: var(--font-onest);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  color: var(--dark-eterno);

  text-align: left;
  max-width: 360px;
}

.et-kompakt__content{ padding-top: 22px; }

.et-kompakt__desc p{
  margin: 0 0 18px 0;
  font-family: var(--font-onest);
  font-weight: 400;
  font-size: 25px;
  line-height: 1.45;
  color: var(--dark-eterno);
}

.et-kompakt__desc p:last-child{ margin-bottom: 26px; }

.et-kompakt__btn{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transform: translateZ(0);
}

.et-kompakt__btn-pill{
  width: 441px;
  height: 60px;
  border-radius: 999px;
  background: var(--dark-eterno);
  color: #fff;

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

  font-family: var(--font-onest);
  font-weight: 500;
  font-size: 22px;

  white-space: nowrap;
  padding: 0 22px;
  box-sizing: border-box;
}

.et-kompakt__btn-circle{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--dark-eterno);

  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -30px;
}

.et-kompakt__btn:hover{ transform: translateY(-1px); }
.et-kompakt__btn:active{ transform: translateY(0); }

.et-kompakt__cards{
  width: 1280px;
  display: flex;
  gap: var(--acc-gap);
  align-items: stretch;
}

.et-aCard{
  height: var(--acc-h);
  width: var(--acc-closed-w);
  border: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  transition:
    width 520ms cubic-bezier(.22,.85,.22,1),
    transform 520ms cubic-bezier(.22,.85,.22,1);
  transform: translateZ(0);
}

.et-aCard.is-open{ width: var(--acc-open-w); }

.et-aCard__open{
  position: absolute;
  inset: 0;
  display: flex;
  width: 100%;
  height: 100%;
}

.et-aCard__imgWrap{
  width: var(--acc-img-open-w);
  height: var(--acc-h);
  flex: 0 0 var(--acc-img-open-w);
  overflow: hidden;
  position: relative;
}

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

.et-aCard:not(.is-open) .et-aCard__imgWrap{
  width: 100%;
  flex: 0 0 100%;
}

.et-aCard:not(.is-open) .et-aCard__text{ display: none; }

.et-aCard.is-open .et-aCard__imgWrap{
  width: var(--acc-img-open-w);
  flex: 0 0 var(--acc-img-open-w);
}

.et-aCard.is-open .et-aCard__text{ display: flex; }

.et-aCard__closedTitle{
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;

  font-family: var(--font-santello);
  font-weight: 400;
  font-size: 28px;
  line-height: 1.05;
  color: #fff;

  text-align: left;
  z-index: 3;

  transition: opacity 220ms ease;
}

.et-aCard::before{
  content:"";
  position:absolute;
  inset:0;
  opacity: 1;
  transition: opacity 260ms ease;
  z-index: 2;
}

.et-aCard__text{
  width: calc(var(--acc-open-w) - var(--acc-img-open-w));
  height: 100%;
  padding: 24px 26px;
  box-sizing: border-box;

  flex-direction: column;
  justify-content: center;
  gap: 10px;

  background: var(--beige);
  color: var(--dark-eterno);

  text-align: left;
  align-items: flex-start;

  opacity: 0;
  transform: translateX(18px);
  transition:
    opacity 320ms ease,
    transform 520ms cubic-bezier(.22,.85,.22,1);
}

.et-aCard__title{
  font-family: var(--font-santello);
  font-weight: 400;
  font-size: 28px;
  line-height: 1.05;
  color: var(--dark-eterno);
}

.et-aCard__desc{
  font-family: var(--font-onest);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.35;
  color: var(--dark-eterno);
}

.et-aCard.is-open::before{ opacity: 0; }
.et-aCard.is-open .et-aCard__closedTitle{ opacity: 0; }
.et-aCard.is-open .et-aCard__text{
  opacity: 1;
  transform: translateX(0);
}

.et-aCard:hover{ transform: translateY(-2px); }
.et-aCard:focus-visible{
  outline: 2px solid rgba(216,105,84,.6);
  outline-offset: 3px;
}

@media (max-width: 480px){

  .et-tech-head{
    padding: 26px 0 18px;
    overflow-x: hidden;
  }

  .et-tech-head__inner{
    width: 100%;
    max-width: 343px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  .et-tech-head__title{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
  }

  .et-tech-head__text{
    font-size: 18px;
    line-height: 1.1;
  }

  .et-tech-head__icon{
    width: 16px;
    height: 16px;
  }

  .et-tech-head__subtitle{
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.3;
  }

  .et-kompakt{
    padding: 12px 0 28px;
    overflow-x: hidden;
  }

  .et-kompakt__inner{
    width: 100%;
    max-width: 343px;
    margin: 0 auto;
  }

  .et-kompakt__top{
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 18px;
  }

  .et-kompakt__media{
    width: 100%;
    height: 238px;
    border-radius: 26px;
    overflow: hidden;
  }

  .et-kompakt__media-bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .et-kompakt__tag{
    left: 18px;
    top: 8px;
    font-size: 16px;
    line-height: 1.1;
  }

  .et-kompakt__note{
    right: 14px;
    bottom: 12px;
    max-width: 132px;
    padding: 10px 12px;
    border-radius: 16px;
    background: rgba(255,255,255,.82);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 10px;
    line-height: 1.3;
  }

  .et-kompakt__note br{
    display: none;
  }

  .et-kompakt__content{
    padding-top: 0;
  }

  .et-kompakt__desc p{
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.45;
  }

  .et-kompakt__desc p:last-child{
    margin-bottom: 14px;
  }

  .et-kompakt__btn{
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    gap: 0;
  }

  .et-kompakt__btn-pill{
    width: auto;
    min-width: 190px;
    max-width: calc(100% - 38px);
    height: 38px;
    padding: 0 16px;
    font-size: 12px;
    border-radius: 999px;
    white-space: nowrap;
  }

  .et-kompakt__btn-circle{
    width: 38px;
    height: 38px;
    margin-left: -8px;
    flex: 0 0 38px;
  }

  .et-kompakt__btn-circle svg{
    width: 14px;
    height: 14px;
  }

  /* карточки снизу */
  .et-kompakt__cards{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: stretch;
  }

  .et-aCard,
  .et-aCard.is-open{
    width: 100%;
    height: auto;
    min-height: 160px;
    border-radius: 16px;
    overflow: hidden;
  }

  .et-aCard:hover{
    transform: none;
  }

  .et-aCard__closedTitle{
    display: none;
  }

  .et-aCard::before{
    display: none;
  }

  .et-aCard__open{
    position: static;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .et-aCard__imgWrap,
  .et-aCard:not(.is-open) .et-aCard__imgWrap,
  .et-aCard.is-open .et-aCard__imgWrap{
    width: 100%;
    height: 88px;
    flex: 0 0 88px;
  }

  .et-aCard__imgWrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .et-aCard__text,
  .et-aCard:not(.is-open) .et-aCard__text,
  .et-aCard.is-open .et-aCard__text{
    display: flex;
    width: 100%;
    height: auto;
    padding: 10px 10px 12px;
    background: #F3F0EA;
    opacity: 1;
    transform: none;
    gap: 6px;
  }

  .et-aCard__title{
    font-size: 12px;
    line-height: 1.1;
  }

  .et-aCard__desc{
    font-size: 10px;
    line-height: 1.3;
  }
}

.et-mdf{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 40px 0 70px;
}

.et-mdf__inner{ width: 1280px; }

.et-mdf__top{
  display: grid;
  grid-template-columns: var(--mdf-left-w) var(--mdf-right-w);
  column-gap: var(--mdf-gap);
  align-items: start;
  margin-bottom: 28px;
}

.et-mdf__content{ padding-top: 22px; }

.et-mdf__desc p{
  margin: 0 0 18px 0;
  font-family: var(--font-onest);
  font-weight: 400;
  font-size: 25px;
  line-height: 1.45;
  color: var(--dark-eterno);
}

.et-mdf__desc p:last-child{ margin-bottom: 26px; }

.et-mdf__btn{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transform: translateZ(0);
}

.et-mdf__btn-pill{
  width: 441px;
  height: 60px;
  border-radius: 999px;
  background: var(--dark-eterno);
  color: #fff;

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

  font-family: var(--font-onest);
  font-weight: 500;
  font-size: 22px;

  white-space: nowrap;
  padding: 0 22px;
  box-sizing: border-box;
}

.et-mdf__btn-circle{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--dark-eterno);

  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -30px;
}

.et-mdf__btn:hover{ transform: translateY(-1px); }
.et-mdf__btn:active{ transform: translateY(0); }

.et-mdf__media{
  position: relative;
  width: 530px;
  height: 612px;
  border-radius: 47px;
  overflow: hidden;
}

.et-mdf__media-bg{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.et-mdf__tag{
  position: absolute;
  right: 34px;
  top: 18px;
  z-index: 3;

  font-family: var(--font-santello);
  font-weight: 400;
  font-size: 32px;
  line-height: 1.1;
  color: var(--terracota-eterno);
}

.et-mdf__note{
  position: absolute;
  left: 34px;
  bottom: 18px;
  z-index: 3;

  font-family: var(--font-onest);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  color: var(--dark-eterno);

  text-align: left;
  max-width: 360px;
}

.et-mdf__cards{
  width: 1280px;
  display: flex;
  gap: var(--acc-gap);
  align-items: stretch;
}

.et-mdf .et-aCard::before{
  background: linear-gradient(0deg, rgba(0,0,0,.62), rgba(0,0,0,0) 65%);
}

@media (max-width: 480px){

  .et-mdf{
    width: 100%;
    padding: 12px 0 28px;
    overflow-x: hidden;
  }

  .et-mdf__inner{
    width: 100%;
    max-width: 343px;
    margin: 0 auto;
  }

  .et-mdf__top{
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 18px;
  }

  /* фото сверху */
  .et-mdf__media{
    order: 1;
    width: 100%;
    height: 238px;
    border-radius: 26px;
    overflow: hidden;
  }

  .et-mdf__media-bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .et-mdf__tag{
    right: 18px;
    top: 8px;
    font-size: 16px;
    line-height: 1.1;
  }

  .et-mdf__note{
    left: 0;
    bottom: 12px;
    width: 140px;
    max-width: 140px;
    padding: 10px 12px;
    border-radius: 0 16px 16px 0;
    background: rgba(255,255,255,.82);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 10px;
    line-height: 1.3;
  }

  .et-mdf__note br{
    display: none;
  }

  /* текст под фото */
  .et-mdf__content{
    order: 2;
    padding-top: 0;
  }

  .et-mdf__desc p{
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.45;
    color: var(--dark-eterno);
  }

  .et-mdf__desc p:last-child{
    margin-bottom: 14px;
  }

  /* кнопка */
  .et-mdf__btn{
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    gap: 0;
  }

  .et-mdf__btn-pill{
    width: auto;
    min-width: 190px;
    max-width: calc(100% - 38px);
    height: 38px;
    padding: 0 16px;
    font-size: 12px;
    border-radius: 999px;
    white-space: nowrap;
  }

  .et-mdf__btn-circle{
    width: 38px;
    height: 38px;
    margin-left: -8px;
    flex: 0 0 38px;
  }

  .et-mdf__btn-circle svg{
    width: 14px;
    height: 14px;
  }

  /* карточки снизу */
  .et-mdf__cards{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: stretch;
  }

  .et-mdf .et-aCard,
  .et-mdf .et-aCard.is-open{
    width: 100%;
    height: auto;
    min-height: 160px;
    border-radius: 16px;
    overflow: hidden;
  }

  .et-mdf .et-aCard:hover{
    transform: none;
  }

  .et-mdf .et-aCard__closedTitle{
    display: none;
  }

  .et-mdf .et-aCard::before{
    display: none;
  }

  .et-mdf .et-aCard__open{
    position: static;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .et-mdf .et-aCard__imgWrap,
  .et-mdf .et-aCard:not(.is-open) .et-aCard__imgWrap,
  .et-mdf .et-aCard.is-open .et-aCard__imgWrap{
    width: 100%;
    height: 88px;
    flex: 0 0 88px;
  }

  .et-mdf .et-aCard__imgWrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .et-mdf .et-aCard__text,
  .et-mdf .et-aCard:not(.is-open) .et-aCard__text,
  .et-mdf .et-aCard.is-open .et-aCard__text{
    display: flex;
    width: 100%;
    height: auto;
    padding: 10px 10px 12px;
    background: #F3F0EA;
    opacity: 1;
    transform: none;
    gap: 6px;
  }

  .et-mdf .et-aCard__title{
    font-size: 12px;
    line-height: 1.1;
  }

  .et-mdf .et-aCard__desc{
    font-size: 10px;
    line-height: 1.3;
  }
}

.epro-projects{
  width: 100%;
  background: var(--beige);
  padding: 70px 0 60px;
}

.epro-projects *{ box-sizing: border-box; }

.epro-projects__inner{
  width: 1280px;
  margin: 0 auto;
  padding: 0;
}

.epro-projects__title{
  text-align: center;
  margin-bottom: 44px;
}

.epro-projects__title-row1,
.epro-projects__title-row2{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.epro-projects__title .t1{
  font-family: var(--font-santello);
  font-weight: 400;
  font-size: 48px;
  line-height: 1.1;
  color: var(--dark);
}

.epro-projects__title .t2{
  font-family: var(--font-onest);
  font-weight: 300;
  font-size: 48px;
  line-height: 1.1;
  color: var(--dark);
}

.epro-projects__title .t2-accent{ color: var(--terra); }

.epro-avatars{
  position: relative;
  width: 140px;
  height: 64px;
  display: inline-block;
}

.epro-avatars__a{
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background-size: cover;
  background-position: center;
  border: 3px solid var(--beige);
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.epro-avatars__a.a1{ left: 0; background-image: url("/wp-content/uploads/2026/02/Ellipse-80.png"); }
.epro-avatars__a.a2{ left: 38px; background-image: url("/wp-content/uploads/2026/02/Ellipse-81.png"); }
.epro-avatars__a.a3{ left: 76px; background-image: url("/wp-content/uploads/2026/02/Ellipse-82.png"); }

.epro-sparkle{
  width: 64px;
  height: 64px;
  display: inline-block;
  background: center / contain no-repeat url("/wp-content/uploads/2026/02/Text-Dec-Elements.png");
}

.epro-proj-slider{
  position: relative;
  overflow: hidden;
  width: 100%;
}

.epro-proj-track{
  display: flex;
  gap: 28px;
  will-change: transform;
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
  transform: translateX(0);
  padding-bottom: 18px;
}

.epro-proj-card{ flex: 0 0 451px; }

.epro-proj-card__link{
  display: block;
  text-decoration: none;
}

.epro-proj-card__media{
  position: relative;
  width: 451px;
  height: 701px;
  border-radius: 44px;
  overflow: hidden;
  background: #ddd;
}

.epro-proj-card__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.epro-proj-card__ph{
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #d9d3cc, #e9e6e2);
}

.epro-proj-badge{
  position: absolute;
  top: 18px;
  left: 18px;
  height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(246,244,240,.92);
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-onest);
  font-weight: 500;
  font-size: 14px;
  color: var(--dark);
  z-index: 5;
}

.epro-proj-like{
  position: absolute;
  top: 18px;
  right: 18px;
  width: 45px;
  height: 45px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: rgba(0,0,0,.28);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: transform .15s ease, background .15s ease;
}

.epro-proj-like:hover{
  transform: scale(1.04);
  background: rgba(0,0,0,.34);
}

.epro-proj-gradient{
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 52%;
  background: linear-gradient(to top, rgba(0,0,0,.62), rgba(0,0,0,0));
  z-index: 2;
}

.epro-proj-card__body{
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  z-index: 3;
}

.epro-proj-card__title{
  margin: 0 0 18px;
  font-family: var(--font-onest);
  font-weight: 500;
  font-size: 29px;
  line-height: 1.15;
  color: var(--beige);
  max-width: 340px;
}

.epro-proj-btn{
  display: inline-flex;
  align-items: center;
}

.epro-proj-btn__text{
  width: 259px;
  height: 52px;
  border-radius: 999px;
  background: var(--terra);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-onest);
  font-weight: 500;
  font-size: 14px;
}

.epro-proj-btn__icon{
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: var(--terra);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -14px;
}

.epro-proj-footer{
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.epro-proj-all{
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.epro-proj-all__text{
  width: 412px;
  height: 72px;
  border-radius: 999px;
  background: var(--terra);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-onest);
  font-weight: 500;
  font-size: 18px;
}

.epro-proj-all__icon{
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: var(--terra);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -18px;
}

.epro-proj-arrows{
  display: flex;
  gap: 12px;
}

.epro-proj-arrow{
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
  transition: transform .15s ease, background .15s ease;
}

.epro-proj-arrow.is-prev{ background: rgba(255,255,255,.70); }
.epro-proj-arrow.is-next{ background: var(--dark); }
.epro-proj-arrow.is-next svg path{ stroke: #fff; }
.epro-proj-arrow:hover{ transform: scale(1.03); }

@media (max-width: 1280px){
  .epro-proj-card{ flex-basis: 420px; }
  .epro-proj-card__media{ width: 420px; }
}

@media (max-width: 980px){
  .epro-proj-track{ gap: 18px; }
  .epro-proj-card{ flex-basis: 360px; }
  .epro-proj-card__media{ width: 360px; height: 620px; }
  .epro-proj-all__text{ width: 320px; }
}

@media (max-width: 720px){
  .epro-projects{ padding: 50px 0; }
  .epro-projects__title .t1,
  .epro-projects__title .t2{ font-size: 32px; }
  .epro-avatars{ transform: scale(.9); }
  .epro-sparkle{ transform: scale(.85); }
  .epro-proj-footer{ flex-direction: column; align-items: flex-start; }
}

.et-guide{
  width: 100%;
  padding: 70px 0;
  background: #fff;
}

.et-guide *{ box-sizing: border-box; }

.et-guide__inner{
  width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 677px;
  gap: 60px;
  align-items: start;
}

.et-guide__title{
  margin: 0 0 28px;
  font-family: var(--font-santello);
  font-weight: 400;
  font-size: 40px;
  line-height: 1.05;
  color: var(--dark-eterno);
}

.et-guide__textwrap{
  position: relative;
  padding-right: 60px;
}

.et-guide__text p{
  margin: 0 0 14px;
  font-family: var(--font-onest);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45;
  color: var(--dark-eterno);
}

.et-guide__text p:last-child{ margin-bottom: 0; }

.et-guide__icon{
  width: 34px;
  height: 34px;
  position: absolute;
  right: 140px;
  top: 175px;
}

.et-guide__cta{
  position: relative;
  margin-top: 86px;
  width: fit-content;
}

.et-guide__btn{
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.et-guide__btn-pill{
  width: 214px;
  height: 45px;
  border-radius: 999px;
  background: var(--dark-eterno);
  color: #fff;

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

  font-family: var(--font-onest);
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
}

.et-guide__btn-circle{
  width: 45px;
  height: 45px;
  border-radius: 999px;
  background: var(--dark-eterno);

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

  margin-left: -10px;
}

.et-guide__arrow{
  width: 105px;
  height: 83px;
  position: absolute;
  left: 300px;
  top: -60px;
}

.et-guide__right{
  position: relative;
  width: 677px;
  height: 575px;
}

.et-guide__img{
  width: 677px;
  height: 575px;
  object-fit: cover;
  display: block;
  border-radius: 34px;
}

.et-guide__plaque{
  position: absolute;
  left: -95px;
  top: 235px;
  width: 350px;
  height: 150px;

  background: #d86a54a4;
  border-radius: 28px;

  padding: 22px 24px;
  display: flex;
  align-items: center;

  font-family: var(--font-onest);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;

  text-align: center;
}

@media (max-width: 1320px){
  .et-guide__inner{
    width: calc(100% - 32px);
    margin: 0 16px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .et-guide__right{
    width: 100%;
    height: auto;
  }

  .et-guide__img{
    width: 100%;
    height: auto;
    aspect-ratio: 677 / 575;
  }

  .et-guide__plaque{ left: 16px; }
}

.et-faq{
  width: 100%;
  padding: 70px 0;
  background: #fff;
}

.et-faq *{ box-sizing: border-box; }

.et-faq__inner{
  width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 710px;
  gap: 60px;
  align-items: start;
}

.et-faq__head{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 74px;
  position: relative;
}

.et-faq__title{
  margin: 0;
  font-family: var(--font-onest);
  font-weight: 500;
  font-size: 48px;
  line-height: 1.5;
  color: var(--dark);
}

.et-faq__title-ico{
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 230px;
  top: 90px;
}

.et-faq__ask{
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.et-faq__ask-text{
  width: 278px;
  height: 60px;
  border-radius: 999px;
  background: var(--beige);
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-onest);
  font-weight: 500;
  font-size: 22px;
}

.et-faq__ask-ico{
  width: 60px;
  height: 60px;
  border-radius: 999px;
  background: var(--beige);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -14px;
}

.et-faq__right{ width: 710px; }

.et-faq__item{
  background: var(--beige);
  border-radius: 28px;
  overflow: hidden;
  margin-bottom: 18px;
}

.et-faq__q{
  width: 100%;
  border: 0;
  background: transparent;
  padding: 22px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
}

.et-faq__qtext{
  font-family: var(--font-onest);
  font-weight: 400;
  font-size: 25px;
  line-height: 1.2;
  color: var(--dark);
  text-align: left;
}

.et-faq__arr{
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(0,0,0,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
  transition: transform .25s ease;
}

.et-faq__a{
  height: 0;
  overflow: hidden;
  transition: height .28s cubic-bezier(.2,.8,.2,1);
}

.et-faq__a-inner{
  padding: 0 22px 22px;
  font-family: var(--font-onest);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.45;
  color: var(--dark);
}

.et-faq__item.is-open .et-faq__arr{ transform: rotate(180deg); }

.et-faq__all{
  display: block;
  margin-top: 14px;
  text-align: right;
  font-family: var(--font-onest);
  font-size: 14px;
  color: var(--dark);
  text-decoration: none;
}

.et-faq__all:hover{ text-decoration: underline; }

@media (max-width: 1320px){
  .et-faq__inner{
    width: calc(100% - 32px);
    margin: 0 16px;
    grid-template-columns: 1fr;
  }
  .et-faq__right{ width: 100%; }
}

.et-marquee-section,
.et-marquee,
.eterno-marquee{
  width: 100%;
  overflow: hidden;
}

.et-marquee__track,
.eterno-marquee__track{
  display: flex;
  width: max-content;
  will-change: transform;
}

#page > div > section.feel-block > div > div > div.feel-block__left > div.feel-block__line.pos1{
  margin-top: -70px !important;
  margin-left: -35px !important;
}
#page > div > section.feel-block > div > div > div.feel-block__left > div.feel-block__line.pos2{
  margin-top: 35px;
  margin-left: -30px !important;
}
#page > div > section.feel-block > div > div > div.feel-block__left > div.feel-block__line.feel-block__line--last.pos3{
  margin-left: -35px !important;
  margin-top: 50px;
}







@media (max-width: 480px){

  .et-guide{
    padding: 28px 0;
    overflow-x: hidden;
  }

  .et-guide__inner{
    width: 100%;
    max-width: 343px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .et-guide__left,
  .et-guide__right{
    width: 100%;
  }

  .et-guide__title{
    margin: 0 0 14px;
    font-size: 28px;
    line-height: 1.02;
  }

  .et-guide__textwrap{
    padding-right: 0;
  }

  .et-guide__text p{
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.45;
  }

  .et-guide__icon{
    width: 24px;
    height: 24px;
    position: static;
    display: block;
    margin: 10px 0 0 auto;
  }

  .et-guide__cta{
    position: static;
    margin-top: 16px;
    width: auto;
  }

  .et-guide__btn{
    display: inline-flex;
    align-items: center;
    text-decoration: none;
  }

  .et-guide__btn-pill{
    width: auto;
    min-width: 150px;
    height: 38px;
    padding: 0 16px;
    font-size: 12px;
    border-radius: 999px;
  }

  .et-guide__btn-circle{
    width: 38px;
    height: 38px;
    margin-left: -8px;
    flex: 0 0 38px;
  }

  .et-guide__btn-circle svg{
    width: 14px;
    height: 14px;
  }

  .et-guide__arrow{
    display: none;
  }

  .et-guide__right{
    position: relative;
    height: auto;
  }

  .et-guide__img{
    width: 100%;
    height: 320px;
    border-radius: 28px;
    object-fit: cover;
  }

  .et-guide__plaque{
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    top: auto;
    width: auto;
    height: auto;
    min-height: 84px;
    border-radius: 20px;
    padding: 14px 16px;
    font-size: 16px;
    line-height: 1.25;
  }
}


@media (max-width: 480px){

  .epro-projects{
    padding: 28px 0 34px;
    overflow-x: hidden;
  }

  .epro-projects__inner{
    width: 100%;
    max-width: 343px;
    margin: 0 auto;
    padding: 0;
  }

  /* Заголовок */
  .epro-projects__title{
    text-align: left;
    margin-bottom: 18px;
  }

  .epro-projects__title-row1,
  .epro-projects__title-row2{
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }

  .epro-projects__title .t1,
  .epro-projects__title .t2{
    font-size: 18px;
    line-height: 1.15;
  }

  .epro-avatars{
    width: 52px;
    height: 24px;
  }

  .epro-avatars__a{
    width: 24px;
    height: 24px;
    border-width: 1.5px;
    box-shadow: none;
  }

  .epro-avatars__a.a1{ left: 0; }
  .epro-avatars__a.a2{ left: 14px; }
  .epro-avatars__a.a3{ left: 28px; }

  .epro-sparkle{
    width: 16px;
    height: 16px;
    background-size: contain;
  }

  /* Слайдер */
  .epro-proj-slider{
    overflow: hidden;
    width: 100%;
  }

  .epro-proj-track{
    gap: 12px;
    padding-bottom: 8px;
  }

  .epro-proj-card{
    flex: 0 0 162px;
  }

  .epro-proj-card__media{
    width: 162px;
    height: 255px;
    border-radius: 24px;
  }

  .epro-proj-badge{
    top: 10px;
    left: 10px;
    height: 24px;
    padding: 0 10px;
    gap: 6px;
    font-size: 9px;
  }

  .epro-proj-like{
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
  }

  .epro-proj-like svg{
    width: 12px;
    height: 12px;
  }

  .epro-proj-gradient{
    height: 55%;
  }

  .epro-proj-card__body{
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .epro-proj-card__title{
    margin: 0 0 10px;
    max-width: 130px;
    font-size: 12px;
    line-height: 1.25;
  }

  .epro-proj-btn__text{
    width: 112px;
    height: 30px;
    font-size: 10px;
    padding: 0 10px;
  }

  .epro-proj-btn__icon{
    width: 30px;
    height: 30px;
    margin-left: -8px;
  }

  .epro-proj-btn__icon svg{
    width: 10px;
    height: 10px;
  }

  /* Низ */
  .epro-proj-footer{
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .epro-proj-arrows{
    display: none;
  }

  .epro-proj-all{
    display: inline-flex;
    align-items: center;
  }

  .epro-proj-all__text{
    width: 145px;
    height: 38px;
    font-size: 12px;
    padding: 0 14px;
    justify-content: center;
  }

  .epro-proj-all__icon{
    width: 38px;
    height: 38px;
    margin-left: -8px;
  }

  .epro-proj-all__icon svg{
    width: 12px;
    height: 12px;
  }
}