*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  color: #232527;
  font-size: 17px;
  line-height: 24px;
  font-family: 'Inter', Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}

.font-h1 {
  font-size: 48px;
  line-height: 52px;
  font-weight: 600;
}
.font-h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
}
.font-h4 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
}
.font-subtitle {
  font-size: 24px;
  line-height: 28px;
}

.inner-special {
  background: #f6f7fa;
  border-radius: 0 0 44px 44px;
  padding: 0 20px 20px;
  margin-bottom: 94px;
}

.root {
  padding-bottom: 65px;
}

@media (min-width: 1025px) {
  .inner,
  .header,
  .main-info,
  .problems {
    max-width: 1024px;
    margin: 0 auto;
  }

  .demo-block {
    a {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      max-width: 340px;
    }
  }
}

.demo-block {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 100;
  bottom: 16px;
  left: 20px;
  right: 20px;
  transform: translateZ(0);
}
.demo-button {
  border-radius: 20px;
  background: #593fde;
  color: #ffffff;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border: none;
  width: 100%;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  height: 56px;
  cursor: pointer;
}
.demo-button:hover {
  background: #6b52ea;
}
.demo-button:active {
  background: #5037cd;
}

.inner {
  padding: 0 20px;
}

.header {
  height: 76px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.section-title span {
  color: #593fde;
}

.section-text {
  margin-top: 10px;
  color: #616267;
}

.section-content {
  margin-top: 26px;
}

.main-info {
  margin-bottom: 66px;
}

.main-info-block {
  color: #ffffff;
  background: #593fde;
  border-radius: 28px;
  padding: 28px 28px 34px;
  margin-bottom: 12px;
}

.main-info-block-text {
  font-weight: 400;
}

.main-info-block-text-demo {
  cursor: pointer;
  font-size: 17px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 24px;
  color: #6b52ea;
  border-radius: 8px;
  background: #ffffff;
  padding: 12px 16px 8px;
  display: inline-flex;
}

.main-info-block-demo {
  font-size: 24px;
  line-height: 28px;
}

.main-info-block-icon {
  margin-bottom: 26px;
}

.main-info-title {
  margin-bottom: 8px;
}

.main-info-text {
  margin-bottom: 32px;
}

.main-info-block-text span {
  color: #e0ddfc;
}

.problems-list {
  display: flex;
  gap: 12px;
}

.problems-item {
  background: #ffffff;
  border-radius: 28px;
}

@media (min-width: 641px) {
  .problems-item {
    width: calc(100% / 3);
    padding: 28px 28px 32px;
  }

  .problems-item-icon {
    margin-bottom: 24px;
  }
}

@media (max-width: 640px) {
  .problems-list {
    flex-direction: column;
  }

  .problems-item {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 28px;
  }
}

.problems-item-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: #e7eaf4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.features {
  margin-bottom: 94px;
}

.features-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.features-item {
  padding: 30px 28px 36px;
  border-radius: 28px;
}

.features-item:nth-of-type(1),
.features-item:nth-of-type(3),
.features-item:nth-of-type(5) {
  background: #f6f7fa;
}
.features-item:nth-of-type(2) {
  background: #f8efff;
}
.features-item:nth-of-type(4) {
  background: #e5f3fe;
}

.features-item-image-top {
  display: flex;
  justify-content: center;
  margin: 0 0 26px;
}

.features-item-image-bottom {
  display: flex;
  justify-content: center;
  margin: 40px -28px -36px;
}

.features-item-title {
  margin-bottom: 6px;
}

.features-item-icons {
  display: flex;
  justify-content: flex-end;
  margin-top: 46px;
  margin-bottom: -10px;
}

.features-item-icons img {
  position: relative;
  margin-left: -12px;
}

.video {
  margin-bottom: 94px;
  text-align: center;
}

.video-demo-button {
  border-radius: 20px;
  text-align: center;
  background: #ccff02;
  font-size: 24px;
  line-height: 28px;
  padding: 16px 28px 12px;
  margin: 24px auto 0;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
}

.reviews {
  margin-bottom: 74px;
}

.reviews-list {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  overflow-x: auto;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.reviews-list::-webkit-scrollbar {
  display: none;
}

.reviews-item {
  flex-shrink: 0;
  padding: 28px 28px 32px;
  border-radius: 32px;
  background: #f6f7fa;
  width: 280px;
}

.reviews-item-avatar {
  margin-bottom: 22px;
}

.reviews-item-name {
  margin-bottom: 6px;
}

.reviews-item-text {
  color: #616267;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0 40px;
}

.footer-copyright {
  color: #aeaeae;
  font-size: 11px;
  line-height: 18px;
}

.footer-copyright a {
  color: #aeaeae;
}

.footer-social {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.footer-social a {
  flex-shrink: 0;
  margin-left: 20px;
}

mux-player {
  --seek-backward-button: none;
  --seek-forward-button: none;
  --rendition-menu-button: none;
  --time-display: none;
  --fullscreen-button: none;
  --cast-button: none;
  --playback-rate-button: none;
  --captions-button: none;
  --airplay-button: none;
  --pip-button: none;
  --live-button: none;
  --loading-indicator: none;
  --duration-display: none;

  --controls-backdrop-color: transparent;
}

mux-player::part(control-bar bottom) {
  padding: 10px 12px;
}
mux-player::part(control-bar bottom)::before {
  display: none;
}

mux-player::part(bottom time range) {
  --media-range-track-height: 1px;
  --media-range-track-background: rgba(0, 0, 0, 0.1);
  --media-time-range-buffered-color: transparent;
  --media-range-thumb-background: radial-gradient(circle, #fff 0%, #fff 25%, #593fde 25%, #593fde);
  --media-range-thumb-width: 10px;
  --media-range-thumb-height: 10px;
  padding: 0 12px;
}
mux-player::part(bottom time range):hover {
  --media-range-track-height: 2px;
}

mux-player::part(bottom button) {
  --media-icon-color: #593fde;
  --media-button-icon-height: 10px;
}
mux-player::part(bottom button):hover {
  --media-icon-color: #ffffff;
}

mux-player::part(bottom mute) {
  order: 2;
}
mux-player::part(bottom volume range) {
  --media-range-track-height: 1px;
  --media-range-thumb-width: 7px;
  --media-range-thumb-height: 7px;
  --media-range-bar-color: #593fde;
  --media-range-thumb-background: #593fde;
  order: 3;
}
