img {
  width: 100%;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
}

.content-img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.downssa {
  margin-top: 90px;
  margin-bottom: 90px;
}

.dow-nav {
  background-image: url("../image/jkjskddytv27ab422938cd35c433be041b008c70f63.jpg");
  max-width: 100%;
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  z-index: 99;
}

.dow-nav-wrapper {
  max-width: 100%;
  width: 100%;
  height: 120px;
  position: fixed;
  bottom: 0;
  background-image: url("../image/jkjskddytv2e8043621459280f46c61f4d27c7c7965.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.dow-nav-foot {
  max-width: 100%;
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 59px;
  z-index: 99;
}

.dow-nav-foots {
  max-width: 100%;
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  z-index: 99;
}

.dow-nav-footss {
  max-width: 100%;
  width: 100%;
  height: 55px;
  position: fixed;
  bottom: 120px;
  z-index: 99;
}

.kf-link {
  width: 50px;
  float: right;
  background-color: rgba(0, 0, 0, 0.8);
}

.dow-nav-logo {
  height: 43px;
  margin: 5px 0 0 3px;
  display: flex;
  float: left;
}

.dow-nav-logo > img {
  width: 43px !important;
  height: 43px;
}

.dow-nav-logo > p {
  margin-left: 8px;
  font-size: 12px;
  line-height: 22px;
  color: #FFFFFF;
}

.dow-nav-but {
  border-radius: 36px;
  height: 36px;
  width: 80px;
  background: #4ea6ff;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: white !important;
  font-weight: bold;
  margin-right: 0;
  float: right;
  margin-top: 0;
}

.dow-nav-buts {
  background: linear-gradient(to bottom, #4ea6ff, #236cf0);
  box-shadow: 0 0 8px rgba(78,166,255,0.6);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 36px;
  height: 36px;
  width: 160px;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #FFFFFF !important;
  font-weight: bold;
  margin-right: 12px;
  float: left;
  margin-top: 9px;
  border-radius: 20px;
  margin: 14px 0 0 20px;
}

.dow-nav-wybuts {
  background: linear-gradient(to bottom, #4ea6ff, #236cf0);
  box-shadow: 0 0 8px rgba(78,166,255,0.6);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 36px;
  height: 36px;
  width: 160px;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #FFFFFF !important;
  font-weight: bold;
  margin-right: 12px;
  float: right;
  margin-top: 9px;
  border-radius: 20px;
  margin: 12px 14px 0 0;
}

.dow-nav-text1 {
  font-size: 14px;
  letter-spacing: 2px;
}

.dow-nav-text2 {
  letter-spacing: 4px;
  color: #4ea6ff;
}

.animate__animated {
  display: inline-block;
}

.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.slide {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.slide img {
  width: 100%;
  height: auto;
  display: block;
}

.dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.dot.active {
  opacity: 1;
}

.install-doc-entry {
  position: fixed;
  left: 50%;
  bottom: 128px;
  z-index: 110;
  display: none;
  width: 222px;
  padding: 7px 20px;
  border: 1px solid rgba(255, 205, 116, 0.72);
  border-radius: 999px;
  background: rgba(33, 14, 7, 0.92);
  color: #ffe08a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
  transform: translateX(-50%);
}

.install-doc-entry:active {
  opacity: 0.92;
}
