body {
  background: url("assets/img/bg_test11.png") top/100% auto repeat, rgb(255, 248, 231) !important;
}

.title {
  box-shadow: 0 10px 3px -9px rgba(10, 10, 10, 0.5490196078);
}
.title__bg {
  height: 61.875vw;
  max-height: 800px;
  box-shadow: inset 0 0 30px 40px #FFF8E7, 0 0 20px 20px #FFF8E7;
  background: url("assets/img/bg_title-new3.png") top/100% auto no-repeat;
}

.video {
  box-shadow: 0 10px 3px -9px rgba(10, 10, 10, 0.5490196078);
}
.video__text-wrapper {
  width: 80%;
}
.video__player-bg {
  position: absolute;
  top: -16px;
  left: -14px;
  width: calc(100% + 28px);
  height: calc(100% + 28px);
  z-index: -1;
}
.video__block {
  padding: 1.5rem;
  border-radius: 14px;
}
.video__block--orange {
  background: linear-gradient(150deg, #FFF4D9 0%, #F79F1E 20%, #f07a23 70%, #facea7 100%);
}
.video__table-first {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.video__table-first-elem {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: start;
  padding: 16px;
  border-radius: 8px;
  background-color: #FEF6DF;
}
.video__table-first-elem > p:first-of-type {
  width: 100%;
}
.video__table-first-elem div {
  width: 100%;
}
.video__table-second {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}
.video__table-second-elem {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.video__table-second-elem p {
  padding: 16px;
  border-radius: 8px;
  background-color: #FEF6DF;
}
.video__table-second-elem .img {
  border-radius: 14px;
  filter: drop-shadow(0 0 20px white);
  margin: auto;
}

.product__line-start {
  width: 100%;
  max-height: 200px;
  transform: translateY(50%);
}
.product__line-end {
  width: 100%;
  max-height: 200px;
  transform: translateY(-50%);
}
.product__litra li:not(:last-child) {
  margin-bottom: 8px;
}

@media screen and (max-width: 1919px) {
  .title__bg {
    height: calc(100dvh - 100px);
  }
}
@media screen and (max-width: 1539px) {
  .title__bg {
    height: calc(100dvh - 100px);
  }
  .video__table-second {
    grid-template-columns: 1.4fr 1fr;
  }
}
@media screen and (max-width: 1399px) {
  .title .h1 {
    font-size: 4rem !important;
  }
  .title__bg {
    height: calc(100dvh - 180px);
  }
  .video__player-bg {
    top: -14px;
    left: -12px;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
  }
  .video__table-first {
    grid-template-columns: repeat(3, 1fr);
  }
  .video__table-first-elem {
    justify-content: center;
    text-align: center;
  }
  .video__table-first-elem div {
    width: auto;
  }
  .video__table-second {
    grid-template-columns: repeat(1, 1fr);
    gap: 28px;
  }
}
@media screen and (max-width: 1199px) {
  .title .h1 {
    font-size: 3.2rem !important;
  }
  .title__bg {
    height: calc(100dvh - 70px);
  }
  .video__player-bg {
    top: -11px;
    left: -10px;
    width: calc(100% + 18px);
    height: calc(100% + 18px);
  }
  .video__table-second {
    grid-template-columns: repeat(1, 1fr);
    gap: 28px;
  }
}
@media screen and (max-width: 991px) {
  html {
    font-size: 14px;
  }
  .title .h1 {
    font-size: 3.2rem !important;
  }
  .title .btn-about {
    padding: 0.3em 1.2em !important;
  }
  .title__bg {
    height: 400px;
  }
  .video__table-first {
    grid-template-columns: repeat(2, 1fr);
  }
  .video__player-bg {
    top: -8px;
    left: -6px;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
  }
}
@media screen and (max-width: 767px) {
  .title .h1 {
    font-size: 2.2rem !important;
  }
  .title .btn-about {
    padding: 0.3em 0.8em !important;
  }
  .title__bg {
    height: 295px;
  }
  .h2 {
    font-size: 1.8rem !important;
  }
  .h2 .text.fz-xxl {
    font-size: 2.6rem !important;
  }
  .video__player-bg {
    top: -7px;
    left: -4px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
  }
  .video__table-first {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 575px) {
  html {
    font-size: 12px;
  }
  .title .h1 {
    font-size: 2rem !important;
  }
  .title__bg {
    height: 56.25vw;
  }
}

/*# sourceMappingURL=style.css.map */
