html {
  scroll-behavior: smooth;
  background: rgba(16, 14, 13, 1);
  color: white;
  font-family: "Inter", sans-serif;
  scroll-padding-top: 60px;

}



h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {

  font-weight: 700;
  font-size: 40px;
  text-align: center;

}


h3 {

  font-weight: 700;
  font-size: 24px;
  line-height: 100%;

}

h4 {

  font-weight: 700;
  font-size: 20px;
  line-height: 120%;


}

p {

  font-weight: 400;
  font-size: 16px;
  line-height: 140%;


}



.wrapper {
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* HERO */
.hero {
  position: relative;
}

.container {
  max-width: 1320px;
  padding: 0 15px;
  margin: 0 auto;
  height: 100%;
}


header {
  padding: 18px 0;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  z-index: 100;
  width: 100%;
  backdrop-filter: blur(12px);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 100%;
  max-width: 230px;

}

.logo img {
  width: 100%;
}


.header__nav {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0 auto;
}

.header__nav a {
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  /* Добавляем тень */
}



.header__nav a:hover {
  color: #F54730;
}

.header__btns {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header__btn-black {
  padding: 9px 12px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s;

}

.header__btn-white {
  padding: 9px 12px;
  border-radius: 8px;
  background: rgba(254, 76, 51, 1);
  color: white;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s;
}

.header__btn-black:hover {
  opacity: 0.8;
}

.header__btn-white:hover {
  opacity: 0.8;

}


.hero__mid {
  padding-bottom: 240px;
  position: relative;
  margin-top: 180px;
}

.hero__mid-inner h4 {
  max-width: 600px;
  line-height: 1.4;
}

.elems {
  position: absolute;
}

.elem1 {
  left: 10%;
  top: 40%;
  transform: translateY(-50%);
}

.elem2 {
  left: 10%;
  top: -10%;
  width: 80px;
}

.elem3 {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 130px;
}

.elem4 {
  right: 10%;
  bottom: 0;
  width: 130px;
}

.elem5 {
  bottom: 10%;
  right: 27%;
  width: 130px;
}

.elem6 {
  right: 5%;
  top: 40%;
  transform: translateY(-50%);
  width: 300px;
}

.elem7 {
  right: 10%;
  top: -10%;
  width: 80px;
}

.elem8 {
  left: 10%;
  width: 130px;
  bottom: 0;
}

.elem9 {
  left: 28%;
  bottom: 10%;
  width: 130px;
}



.hero__mid-inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  justify-content: center;
  max-width: 826px;
  margin: 80px auto 0 auto;
}

.grey-bg {
  background: rgba(29, 28, 28, 1);
  padding: 10px 24px;
  border-radius: 12px;
  font-size: 14px;

}

.grey-bg span {
  font-size: 14px;
}

.bold {
  font-weight: 700;
}

.hero__mid-inner h1 {
  text-align: center;

}

.hero__mid-inner h4 {
  text-align: center;
}

.hero__mid-btns {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 25px;
}

.btn_orange {
  padding: 12px 22px;
  border-radius: 8px;
  background: rgba(254, 76, 51, 1);
  font-size: 15px;
  font-weight: 700;
  transition: all .3s;
  text-align: center;

  border: 1px solid rgba(254, 76, 51, 1);
}

.btn__border {
  padding: 12px 22px;
  border-radius: 8px;
  border: 1.5px solid white;
  font-size: 15px;
  font-weight: 700;
  text-align: center;

  transition: all .3s;
}

.btn_orange:hover {
  opacity: 0.8;
}

.btn__border:hover {
  opacity: 0.8;
}

/* platform */

.platform {
  margin-top: 120px;
}



.platform__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.platform__txt {
  display: flex;
  flex-direction: column;
  gap: 18px;

}

.platform__txt p {
  text-align: center;

}

.platform__img {
  position: relative;
  display: flex;
}

.platform__ekr {
  width: 100%;
  max-width: 852px;
  left: 7%;
  position: relative;
  border-radius: 48px;
  padding: 10px;
  border: 1px solid white;
  height: 534px;
  object-fit: cover;
  object-position: top;
}

.platform__man {
  width: 100%;
  max-width: 25%;
  position: absolute;
  right: 6%;
  bottom: -8%;

}


/* prils */


.prils {
  margin-top: 120px;
}



.prils__inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;

}



.prils__txt {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.prils__elems {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 25px;
}

.prils__l {
  position: relative;
  width: 50%;
}


.prils__ekr {
  width: 100%;

}

.prils__man {
  position: absolute;
  left: -20%;
  bottom: -20%;
  width: 100%;
  max-width: 279px;
}

.prils__r {
  display: flex;
  flex-direction: column;
  gap: 41px;
}

.prils__r-elem {
  display: flex;
  align-items: center;
  gap: 16px;
}

.prils__r-elem p {
  font-weight: 600;

}


/* constr */

.constr {
  margin-top: 120px;
}

.constr__inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;

}

.constr__txt {
  display: flex;
  flex-direction: column;
  gap: 18px;
}


.constr__elems {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
  margin-top: 25px;
}

.const__l {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.constr__l-elem {
  display: flex;
  align-items: center;
  gap: 16px;

}

.constr__l-elem p {
  font-weight: 600;
}

.const__r {
  width: 50%;
  position: relative;
}

.const__ekr {
  width: 100%;
}

.const__man {
  position: absolute;
  right: -20%;
  bottom: -20%;
  width: 70%;
}

/* anymore */
.anymore {
  margin-top: 120px;
}



.anymore__inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  justify-content: center;
}



.anymore__txt {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.anymore__elems {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  column-gap: 84px;
  row-gap: 60px;
  position: relative;
  margin: 20px auto 0 auto;


}

.anymore__elem {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 377px;

}

.anymore__elem img {
  width: 100%;

  max-width: 507px;

}

.anymore__elem-bot {
  display: flex;
  flex-direction: column;
  gap: 10px;

}

.anymore__elem-bot h3 {
  font-weight: 700;
  white-space: nowrap;
}

.anymore__divid {
  height: 90%;
  width: 3px;
  background: rgba(255, 255, 255, 0.238);
}

.divid1 {
  position: absolute;
  top: 52%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.divid2 {
  position: absolute;
  top: 52%;
  left: 50%;
  z-index: 2;

  transform: translate(-50%, -50%) rotate(90deg);
}

.anymore__divid::after {
  content: '';
  position: absolute;
  width: 4px;
  /* Размер перекрытия */
  height: 4px;
  background: rgba(16, 14, 13, 0.352);
  /* Цвет фона страницы */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  /* Убедитесь, что это выше палок */
}

/* video */
.video {
  margin-top: 120px;
}

.plyr--full-ui {
  --plyr-color-main: #fe4c33;
  /* Основной цвет */
}

.video__inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}

.video__txt {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;

}

.video__cont {
  width: 80%;
  border-radius: 40px;
  border: 3px solid rgba(255, 255, 255, 1);
  overflow: hidden;
  margin-top: 40px;
  position: relative;
}

.video__cont video {
  width: 100%;

}

.custom-play-btn {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;

  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.custom-play-btn:hover {
  opacity: 1;
}






/* testim */
.test {
  margin-top: 120px;
}

.js-marquee {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.js-marquee-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;

}

.test__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.test__elems {
  display: flex !important;
  align-items: flex-start;
  gap: 40px;
  justify-content: center;
}

.test__elem {
  width: 355px;
  border-radius: 24px;
  padding: 24px;
  background: rgba(37, 36, 39, 1);
  display: flex !important;
  flex-direction: column;
  gap: 30px;
  margin-right: 15px;
}

.test__elem-top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.test__elem-top--txt {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.test__elem-top--txt span {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

.mob {
  display: none;
}


/* price */

.price {
  margin-top: 120px;
}



.price__inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
}

.price__txt {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.price__elems {
  display: flex;
  align-items: flex-start;
  gap: 55px;
  justify-content: space-between;
  position: relative;
  margin-top: 25px;
}



.price_elem {
  display: flex;
  flex-direction: column;
  width: 328px;
  gap: 16px;
  background: rgba(29, 28, 28, 1);
  padding-bottom: 16px;
  border-radius: 24px;
}

.footer__link {
  padding-bottom: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.price__elem-top {

  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: column;
  width: 100%;
  height: 140px;

  justify-content: center;
}

.price__elem-bot {
  display: flex;
  flex-direction: column;
  width: 94%;
  gap: 16px;
  margin: 0 auto;
  background: rgba(36, 35, 35, 1);

  padding: 24px 20px;
  border-radius: 16px;

}

.elem__bot-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.elem__bot-b span {
  font-size: 14px;
  font-weight: 400;
}

.elem__bot-b p {
  font-weight: 700;

}

.price-line {
  position: absolute;
  right: 14%;
  top: -6%;
  z-index: 1;
}

.price-enter {
  background: rgba(29, 28, 28, 1);
  border-radius: 12px;
  padding: 10px 24px;
  position: absolute;
  right: 22%;
  z-index: 3;
  top: -12%;
}

.price_elem:nth-child(1) .price__elem-top {
  background: url(../img/price/1.webp);
  background-size: 100% 100%;
}

.price_elem:nth-child(2) .price__elem-top {
  background: url(../img/price/2.webp);
  background-size: 100% 100%;
}

.price_elem:nth-child(3) .price__elem-top {
  background: url(../img/price/3.webp);
  background-size: 100% 100%;
}


.price__bot {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;

}

.orange {
  color: rgba(254, 76, 51, 1);
}

.banner {
  margin-top: 120px;
}

.banner__inner {
  padding: 24px 40px;
  border-radius: 40px;
  background: rgba(29, 28, 28, 1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner__l h2 {
  font-size: 56px;
  font-weight: 700;
  text-align: left;
}

.banner__l {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-start;
}

.banner__l-txt {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.banner__r img {
  width: 100%;
  max-width: 370px;
}

.banner__btn {
  width: 100%;
  text-align: center;
  max-width: 270px;
  padding: 16px 24px;
  border-radius: 8px;
  background: rgba(254, 76, 51, 1);
  font-size: 20px;
  font-weight: 700;
  transition: all .3s;
}

.banner__btn:hover {
  opacity: 0.85;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.footer__logo {
  width: 100%;
  max-width: 230px;
}

footer {
  margin-top: 120px;
  padding: 60px 0;
}

.footer__txt {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.footer__txt p {
  color: rgba(255, 255, 255, 0.5);
}


@media(max-width:767px) {
  .mob {
    display: block;
  }

  .desk {
    display: none !important;

  }

  .header__nav {
    display: none;
  }

  .header__btns {
    display: none;
  }

  h1 {
    font-size: 40px;

  }

  .hero__mid-inner h4 {
    font-size: 16px;

  }

  .hero__mid-inner {
    padding-top: 120px;
  }

  .elem1 {
    left: 0;
    top: 3%;
    width: 140px;
  }

  .elem2 {
    top: -8%;
    left: 20%;
    width: 48px;
  }

  .elem3 {
    width: 70px;
    left: 61%;
    bottom: 3%;
  }

  .elem4 {
    bottom: 86%;
    width: 70px;
    right: 50%;
  }

  .elem5 {
    width: 70px;
    right: 10%;
    bottom: 0;
  }

  .elem6 {
    right: 2%;
    width: 180px;
    top: 5%;
  }

  .elem7 {
    width: 48px;

  }

  .elem8 {
    width: 70px;
    bottom: 3%;
  }

  .elem9 {
    width: 70px;
    bottom: 0;
    left: 30%;
  }

  .hero__mid {
    padding-bottom: 150px;
    margin-top: 141px;
  }

  h2 {

    font-size: 32px;
    line-height: 1.3;
  }

  p {
    font-size: 14px;

  }

  .platform {
    margin-top: 90px;
  }

  .prils {
    margin-top: 90px;
  }

  .prils__txt p {
    text-align: center;
  }

  .prils__elems {
    margin-top: 8px;
    flex-direction: column;

  }

  .prils__l {
    width: 90%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-left: auto;
  }

  .prils__r {
    gap: 16px;

  }

  .prils__man {
    max-width: 139px;
    bottom: -12%;
    left: -12%;
    width: 100%;
  }

  .constr {
    margin-top: 90px;
  }

  .constr__txt p {
    text-align: center;

  }

  .constr__elems {
    flex-direction: column-reverse;
    margin-top: 8px;
  }

  .const__r {
    width: 90%;
    max-width: 100%;
    align-self: flex-start;
  }

  .const__man {
    max-width: 210px;
    bottom: -14%;
    right: -14%;
  }

  .const__l {
    gap: 16px;
  }

  .anymore {
    margin-top: 90px;
  }

  .anymore__elem img {
    height: auto;

  }

  .anymore__elem-bot h3 {
    font-size: 20px;

  }

  .anymore__elems {
    gap: 24px;
  }

  .video {
    margin-top: 90px;
  }

  .price {
    margin-top: 90px;
  }

  .price__inner {
    gap: 40px;
  }

  .price__elems {
    margin-top: 5px;
    flex-wrap: wrap;
    gap: 16px;
  }

  .price_elem:nth-child(1) {
    width: 100%;

  }

  .price_elem:nth-child(2) {
    width: 47%;
  }

  .price_elem:nth-child(3) {
    width: 47%;
  }

  .price__elem-top h3 {
    font-size: 20px;
  }

  .price__elem-top {
    text-align: center;
    height: 120px;
  }

  .price__elem-top span {
    font-size: 12px;

  }

  .price__elem-bot h4 {
    font-size: 16px;
  }

  .elem__bot-b span {
    font-size: 12px;
  }

  .elem__bot-b p {
    font-size: 14px;
  }

  .banner {
    margin-top: 90px;
  }

  .banner__inner {
    flex-direction: column-reverse;
    padding: 32px 16px;
    gap: 24px;
  }

  .banner__inner h2 {
    font-size: 32px;

  }

  .banner__inner h3 {
    font-size: 20px;
  }

  .banner__l {
    gap: 32px;
  }

  footer {
    margin-top: 90px;
  }

  .burger__menu {
    height: 100dvh;

    background: rgba(28, 25, 24, 1);
    width: 35%;
    padding: 18px 16px 62px 24px;
    position: fixed;
    right: 0;
    top: 0;
    display: none;
    z-index: 100;
  }



  .burger__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100%;

  }

  .burger__top {
    margin-left: auto;
  }

  .burger__mid {
    display: flex;
    flex-direction: column;
    gap: 32px;

  }

  .burger__mid a {
    font-size: 15px;
    font-weight: 700;

  }

  .burger__low {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .burger__btn-tr {
    width: 100%;
    padding: 16px 24px;
    border-radius: 8px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: white;
  }

  .burger__btn-white {
    width: 100%;
    padding: 16px 24px;
    border-radius: 8px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    background: rgba(254, 76, 51, 1);
    color: white;
  }

  .video__cont {
    margin-top: 20px;
  }

  .custom-play-btn {

    width: 80px;
    height: 80px;

  }

  .custom-play-btn img {
    width: 100%;
  }

  .price-line {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: 52.2%;
    width: 100%;
    max-width: 172px;
  }

  .price-enter {
    background: rgba(29, 28, 28, 1);
    border-radius: 12px;
    padding: 10px 24px;
    position: absolute;
    right: 50%;
    font-size: 12px;
    text-align: center;
    top: 48.9%;
    width: 100%;
    max-width: 189px;
    transform: translateX(50%);
  }

  .price_elem:nth-child(1) {
    margin-bottom: 80px;
    max-width: 270px;
  }

  .price__elems {
    justify-content: center;
    align-items: center;
  }

  .platform__ekr {
    max-width: 90%;
    left: 0;
    height: auto;
    border-radius: 24px;
    padding: 4px;
  
  }

  .video__cont {
    width: 100%;
  }

  .banner__l-txt {
    gap: 14px;
  }

  .anymore__elem {
    max-width: 100%;
    max-width: 450px;

  }

  .test {
    margin-top: 90px;
  }

  .platform__man {
    right: -6%;
    max-width: 40%;
  }

  header {
    padding: 15px 0;
  }

  .hero__mid-inner h1 {
    max-width: 350px;
  }

  .hero__mid-inner h4 {
    max-width: 334px;
    font-weight: 600;
  }

  .platform__txt {
    align-items: center;
    justify-content: center;
  }

  .platform__txt p {
    max-width: 330px;
  }

  .platform__man {
    bottom: -20%;
  }

  .prils__txt {
    justify-content: center;
    align-items: center;
  }

  .prils__txt h2 {
    max-width: 312px;
  }

  .prils__txt p {
    max-width: 330px;
  }

  .logo {
    max-width: 200px;
  }

  .header__btns-mobix {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .header__burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 301;
    /* Поверх меню */
  }

  .header__burger div {
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.8);
    /* Светлые полосы */
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .burger__menu {
    height: 100vh;
    background: rgba(28, 25, 24, 1);
    width: 270px;
    /* Ширина меню */
    padding: 18px 16px 62px 24px;
    position: fixed;
    right: -300px;
    /* Скрыто за пределами экрана */
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 100;
    transition: right 0.3s ease;
    /* Анимация выезда */
  }

  .burger__menu.active {
    right: 0;
    /* Показываем меню */
  }

  .burger__close {
    position: relative;
    width: 40px;
    height: 40px;
    background: none;
    /* Убираем фон */
    border: none;
    /* Убираем рамку */
    cursor: pointer;
  }

  .burger__close::before,
  .burger__close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    /* Длина линий крестика */
    height: 3px;
    /* Толщина линий */
    background: rgba(255, 255, 255, 0.8);
    /* Светлый цвет линий */
    transform-origin: center;
    transition: all 0.3s ease;
  }

  .burger__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
    /* Линия под углом 45° */
  }

  .burger__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
    /* Линия под углом -45° */
  }

  .burger__close:hover::before,
  .burger__close:hover::after {
    background: rgba(255, 255, 255, 1);
    /* Более яркий цвет при наведении */
  }

  .burger__btns {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;


  }

  .burger__ent {
    font-size: 14px;
    border: 1.5px solid rgba(255, 255, 255, 0.722);
    padding: 8px 12px;
    font-weight: 700;
    text-align: center;

    border-radius: 8px;

  }

  .burger__reg {
    font-size: 14px;
    background: #F54730;
    padding: 8px 12px;
    border: 1px solid #fe4c33;
    text-align: center;
    font-weight: 700;
    border-radius: 8px;

  }
}