.kromka{
    padding-top: 80px;
}



.et-edge-hero{
  width:100%;
  padding:80px 0;
}

.et-edge-hero__wrap{
  width:min(var(--wrap-w), 100%);
  margin:0 auto;
  position:relative;
  aspect-ratio:1280 / 687;
}

/* основное изображение */
.et-edge-hero__img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  z-index:1;

  -webkit-mask-image:url("/wp-content/uploads/2026/03/Subtract.png");
  mask-image:url("/wp-content/uploads/2026/03/Subtract.png");
  -webkit-mask-size:100% 100%;
  mask-size:100% 100%;
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-position:center;
  mask-position:center;
}

/* блок с плашками текста */
.et-edge-hero__title{
  position:absolute;
  left:0;
  top:6px;
  z-index:3;
}

/* белые плашки под вырезы */
.et-edge-hero__pill{
  width:max-content;
  max-width:100%;
  border-radius:32px;
  box-sizing:border-box;
}

.et-edge-hero__pill--line1{
  padding:16px 18px 18px;
  margin-top: -10px;
}

.et-edge-hero__pill--line2{
  margin-top:-20px;
  padding:16px 18px 18px;
}

.et-edge-hero__pill--line3{
  margin-top:-3px;
  padding:14px 18px 16px;
  display:flex;
  align-items:center;
  gap:16px;
}

/* текст */
.et-edge-hero__title-dark{
  font-family:var(--font-onest);
  font-weight:500;
  font-size:60px;
  line-height:1;
  color:var(--dark-eterno);
}

.et-edge-hero__title-terra{
  font-family:var(--font-santello);
  font-weight:400;
  font-size:60px;
  line-height:1;
  color:var(--terracota);
}

/* иконка в третьей строке */
.et-edge-hero__line-icon{
  width:76px;
  height:64px;
  display:block;
  flex:0 0 auto;
}

/* правая верхняя иконка */
.et-edge-hero__top-icon{
  position:absolute;
  top:18px;
  right:14px;
  width:84px;
  height:84px;
  z-index:4;
  display:grid;
  place-items:center;
}

.et-edge-hero__top-icon img{
  width:84px;
  height:84px;
  display:block;
}

/* правая нижняя плашка */
.et-edge-hero__trust{
  position:absolute;
  right:66px;
  bottom:40px;
  z-index:5;

  width:324px;
  height:168px;
  border-radius:32px;
  box-sizing:border-box;
  padding:22px 24px 20px;

  background:rgba(255,255,255,0.72);
  -webkit-backdrop-filter:blur(24px) saturate(180%);
  backdrop-filter:blur(24px) saturate(180%);
  border:1px solid rgba(255,255,255,0.45);

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}

/* аватары */
.et-edge-hero__avatars{
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:16px;
}

.et-edge-hero__avatars img{
  width:50px;
  height:50px;
  border-radius:999px;
  display:block;
  object-fit:cover;
  border:2px solid #fff;
  margin-left:-10px;
}

.et-edge-hero__avatars img:first-child{
  margin-left:0;
}

/* текст внутри trust */
.et-edge-hero__trust-title{
  font-family:var(--font-onest);
  font-weight:700;
  font-size:19px;
  line-height:1.15;
  color:var(--dark-eterno);
}

.et-edge-hero__trust-subtitle{
  margin-top:4px;
  font-family:var(--font-onest);
  font-weight:300;
  font-size:19px;
  line-height:1.15;
  color:var(--dark-eterno);
}

/* adaptive */
@media (max-width:1200px){
  .et-edge-hero{
    padding:60px 0;
  }

  .et-edge-hero__wrap{
    width:calc(100% - 32px);
  }

  .et-edge-hero__title-dark,
  .et-edge-hero__title-terra{
    font-size:46px;
  }

  .et-edge-hero__pill--line1,
  .et-edge-hero__pill--line2{
    padding:14px 16px 16px;
  }

  .et-edge-hero__pill--line3{
    padding:12px 16px 14px;
    gap:12px;
  }

  .et-edge-hero__line-icon{
    width:60px;
    height:50px;
  }

  .et-edge-hero__trust{
    right:28px;
    bottom:24px;
  }
}

@media (max-width:768px){
  .et-edge-hero{
    padding:40px 0;
  }

  .et-edge-hero__wrap{
    width:calc(100% - 24px);
    min-height:520px;
    aspect-ratio:auto;
  }

  .et-edge-hero__img{
    position:absolute;
    inset:0;
  }

  .et-edge-hero__title{
    left:0;
    top:0;
    right:0;
  }

  .et-edge-hero__pill{
    border-radius:22px;
    max-width:calc(100% - 40px);
  }

  .et-edge-hero__pill--line1,
  .et-edge-hero__pill--line2{
    padding:12px 14px;
  }

  .et-edge-hero__pill--line3{
    padding:12px 14px;
    gap:10px;
  }

  .et-edge-hero__title-dark,
  .et-edge-hero__title-terra{
    font-size:28px;
    line-height:1.05;
  }

  .et-edge-hero__line-icon{
    width:42px;
    height:36px;
  }

  .et-edge-hero__top-icon{
    top:12px;
    right:10px;
    width:56px;
    height:56px;
  }

  .et-edge-hero__top-icon img{
    width:56px;
    height:56px;
  }

  .et-edge-hero__trust{
    right:14px;
    bottom:14px;
    width:220px;
    height:auto;
    min-height:122px;
    border-radius:24px;
    padding:16px 16px 14px;
  }

  .et-edge-hero__avatars{
    margin-bottom:12px;
  }

  .et-edge-hero__avatars img{
    width:38px;
    height:38px;
    margin-left:-8px;
  }

  .et-edge-hero__trust-title,
  .et-edge-hero__trust-subtitle{
    font-size:15px;
  }
}






.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;
}




:root{
  --dark-eterno: #191818;
  --terracota: #D86954;
  --beige: #F6F4F0;
  --wrap-w: 1280px;

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

/* секция */
.et-kompakt-advantages{
  width: 100%;
  padding: 60px 0;
}

.et-kompakt-advantages__wrap{
  width: min(var(--wrap-w), 100%);
  margin: 0 auto;
}





:root{
  --dark-eterno:#191818;
  --terracota:#D86954;
  --beige:#F6F4F0;
  --wrap-w:1280px;
}

: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;
}




.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-edge-match-title{
  padding:100px 0 70px;
}

.et-edge-match-title__wrap{
  width:min(var(--wrap-w), 100%);
  margin:0 auto;
}

.et-edge-match-title__inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:18px;
}

.et-edge-match-title__row{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:18px;
}

.et-edge-match-title__row--santello{
  font-family:var(--font-santello);
  font-weight:400;
  font-size:48px;
  line-height:1.05;
  color:var(--dark-eterno);
}

.et-edge-match-title__row--onest{
  font-family:var(--font-onest);
  font-weight:200;
  font-size:48px;
  line-height:1.15;
  color:var(--dark-eterno);
}

.et-edge-match-title__icon{
  width:64px;
  height:64px;
  display:block;
  flex:0 0 auto;
}

.et-edge-match-title__photo{
  width:179px;
  height:78px;
  border-radius:40px;
  object-fit:cover;
  display:block;
}

@media (max-width:1024px){
  .et-edge-match-title__row--santello,
  .et-edge-match-title__row--onest{
    font-size:38px;
  }
}

@media (max-width:768px){
  .et-edge-match-title{
    padding:70px 0 45px;
  }

  .et-edge-match-title__row--santello,
  .et-edge-match-title__row--onest{
    font-size:28px;
  }

  .et-edge-match-title__icon{
    width:44px;
    height:44px;
  }

  .et-edge-match-title__photo{
    width:140px;
    height:64px;
  }
}




.et-edge-types{
  width:100%;
  padding:80px 0;
}

.et-edge-types__wrap{
  width:min(var(--wrap-w), 100%);
  margin:0 auto;

  display:grid;
  grid-template-columns:repeat(2, 604px);
  justify-content:space-between;
  gap:40px;
}

/* card */

.et-edge-types__card{
  width:604px;
  height:604px;
  border-radius:32px;
  overflow:hidden;

  position:relative;

  background-size:cover;
  background-position:center;
}

/* gradient overlay */

.et-edge-types__card::before{
  content:"";
  position:absolute;
  inset:0;

  background:linear-gradient(
    to top,
    rgba(0,0,0,0.75) 0%,
    rgba(0,0,0,0.45) 35%,
    rgba(0,0,0,0.05) 80%
  );

  z-index:1;
}

/* text container */

.et-edge-types__content{
  position:absolute;
  left:32px;
  right:32px;
  bottom:32px;

  z-index:2;

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

/* title */

.et-edge-types__title{
  font-family:var(--font-santello);
  font-weight:400;
  font-size:48px;
  line-height:1.1;
  color:#fff;
  margin:0;
}

/* text */

.et-edge-types__desc{
  font-family:var(--font-onest);
  font-weight:400;
  font-size:24px;
  line-height:1.35;
  color:#fff;
  margin:0;
}

/* responsive */

@media (max-width:1280px){

  .et-edge-types__wrap{
    grid-template-columns:1fr;
    gap:28px;
  }

  .et-edge-types__card{
    width:100%;
    height:auto;
    aspect-ratio:604 / 604;
  }

}

@media (max-width:768px){

  .et-edge-types{
    padding:60px 0;
  }

  .et-edge-types__content{
    left:22px;
    right:22px;
    bottom:22px;
  }

  .et-edge-types__title{
    font-size:34px;
  }

  .et-edge-types__desc{
    font-size:18px;
  }

}



.et-marquee{
  width:100%;
  overflow:hidden;
  background:#F6F4F0;
  padding:14px 0;
}

.et-marquee__track{
  display:flex;
  width:max-content;
  animation:etMarqueeMove 28s linear infinite;
}

.et-marquee__group{
  display:flex;
  align-items:center;
  flex-shrink:0;
}

.et-marquee__item{
  display:flex;
  align-items:center;
  gap:12px;
  padding-right:48px;
  white-space:nowrap;
}

.et-marquee__icon{
  width:52px;
  height:25px;
  display:block;
  flex:0 0 auto;
}

.et-marquee__text{
  font-family:var(--font-santello);
  font-weight:400;
  font-size:17px;
  line-height:1;
  color:var(--dark-eterno);
  white-space:nowrap;
}

@keyframes etMarqueeMove{
  from{
    transform:translateX(0);
  }
  to{
    transform:translateX(-50%);
  }
}

@media (max-width:768px){
  .et-marquee{
    padding:10px 0;
  }

  .et-marquee__item{
    gap:10px;
    padding-right:32px;
  }

  .et-marquee__icon{
    width:44px;
    height:auto;
  }

  .et-marquee__text{
    font-size:14px;
  }
}





.et-edge-video{
  width:100%;
  padding:80px 0;
}

.et-edge-video__wrap{
  width:min(var(--wrap-w),100%);
  margin:0 auto;
  position:relative;
  aspect-ratio:1280 / 640;
}

/* изображение */

.et-edge-video__img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  z-index:1;

  -webkit-mask-image:url("/wp-content/uploads/2026/03/Subtract-1.png");
  mask-image:url("/wp-content/uploads/2026/03/Subtract-1.png");
  -webkit-mask-size:100% 100%;
  mask-size:100% 100%;
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
}

/* текст */

.et-edge-video__title{
  position:absolute;
  left:0;
  bottom:50px;
  z-index:3;
}

/* плашки */

.et-edge-video__pill{
  border-radius:32px;
  width:max-content;
}

.et-edge-video__pill--line1{
  padding:16px 22px;
  display:flex;
  align-items:center;
  gap:14px;
}

.et-edge-video__pill--line2{
  padding:16px 22px;
  margin-top: -20px;
}

.et-edge-video__pill--line3{
  padding:16px 22px;
  margin-top: -20px;
}

/* текст */

.et-edge-video__terra{
  font-family:var(--font-onest);
  font-weight:500;
  font-size:60px;
  color:var(--terracota);
}

.et-edge-video__dark{
  font-family:var(--font-onest);
  font-weight:500;
  font-size:60px;
  color:var(--dark-eterno);
}

/* иконка */

.et-edge-video__icon{
  width:58px;
  height:58px;
  display:block;
}

/* правая нижняя плашка */

.et-edge-video__badge{
  position:absolute;
  right:40px;
  bottom:40px;
  z-index:4;

  width:260px;
  min-height:110px;
  padding:18px 20px;

  border-radius:28px;

  background:rgba(255,255,255,0.45);
  backdrop-filter:blur(20px);
  border:1px solid rgba(255,255,255,0.5);

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

.et-edge-video__badge-text{
  font-family:var(--font-onest);
  font-weight:400;
  font-size:18px;
  line-height:1.3;
  color:var(--dark-eterno);
}






.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; }
}