*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

:root {
  --h1-font-size: 74px;
}

.video-wrap {
  z-index: -100;
}

.nav-item a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px;
}

.nav-item a.black-text {
  color: black !important;
}

p {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
  color: #000;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
}

.video-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  z-index: 1;
}

.logo-kropki {
  height: 50px;
  width: 150px;
}

header p {
  font-size: 20px;
  color: #fff;
}

header {
  min-height: 100svh;
}

.span-text {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

section {
  min-height: 100%;
}


section.section-not-even {
  margin-top: 100px;
}

.section-heading {
  color: #000000;
  font-weight: 700;
  padding-bottom: 40px;
}

.h2-heading {
  color: #000000;
  font-weight: 600;
}

.compliance-link {
  color: #d21f34;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dashed #d21f34;
}

.compliance-link:hover {
  color: #d21f34;
}

.btn-link {
  align-items: center;
  background: #000;
  border-radius: 50px;
  box-shadow: -6px -6px 16px hsla(0, 0%, 100%, 0.7),
    6px 6px 20px rgba(192, 192, 219, 0.7);
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 46px;
  justify-content: center;
  line-height: 1.5;
  max-width: 263px;
  width: 100vw;
  text-decoration: none;
}

.btn-link:hover {
  text-decoration: none;
  color: #ffffff;
}

.btn-link-buy-informator {
  width: 110px;
}

.btn-link-more {
  text-decoration: none;
}

/*--------------------------------------------------------------
# Recent Posts Section
--------------------------------------------------------------*/
.recent-posts article {
  height: 100%;
  overflow: hidden;
  overflow-wrap: break-word;
}

.recent-posts .post-img {
  overflow: hidden;
  border-radius: 20px;
}

.recent-posts a {
  text-decoration: none;
}

.recent-posts .title {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #000000;
}

/*--------------------------------------------------------------
# app-promo
--------------------------------------------------------------*/

.app-promo {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 20px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 20px;
}

.download-btn {
  border-radius: 12px;
  min-width: 200px;
  border-radius: 20px;
}

/*--------------------------------------------------------------
# app-promo End
--------------------------------------------------------------*/
.kropki-contact {
  background-color: #d21f34;
  padding-top: 120px;
  padding-bottom: 50px;
}

.kropki-contact ul {
  padding: 0;
  margin-top: 2.2rem;
}

.kropki-contact ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
  color: #fff;
}

.kropki-contact ul li p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #fff;
}

.kropki-contact ul li p a {
  color: white;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .coopiright-bye {
    margin-top: 20px !important;
  }

  .download-info {
    margin-top: 45px;
  }
}

.kropki-footer {
  background-color: #d21f34;
  padding-top: 40px;
}

.instruction-img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

@media (min-width: 576px) and (max-width: 767px) {
  .instruction-section-left .row {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 575px) {
  .instruction-section-left .row {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* requirements-sn */

/* delete */

.news-row {
  background-color: white;
  border-radius: 20px;
  padding: 10px;
}

.news-section {
  background-color: #f2f3f7;
}

.news-text {
  margin-bottom: 0px !important;
}

.news-text-red-line {
  text-indent: 20px;
}

.news-image {
  border-radius: 20px;
  display: block;
}

.news-text-wrap {
  position: relative;
}

.news-text-info {
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  border: 1px solid rgba(209, 213, 219, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 20px;
  padding: 10px;
}

.news-link--market {
  color: #009746;
  text-decoration: none;
  font-weight: 600;
}

.news-link--market:hover {
  color: #d21f34;
}

/* about kropki-system */

.kropki-system-title {
  position: relative;
  display: inline-block;
  color: #d21f34 !important;
}

.kropki-system-title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #d21f34, #009746);
  border-radius: 3px;
}

.kropki-system-block {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  background: white;
  padding: 0;
}

.app-block {
  border-top: 5px solid #d21f34;
}

.voice-block {
  border-top: 5px solid #009746;
}

.kropki-system-image-container {
  padding: 20px;
  text-align: center;
}

.kropki-system-image {
  max-height: 300px;
  width: auto;
  object-fit: contain;
}

.kropki-system-content {
  padding: 25px 25px 0 25px;
}

.kropki-system-content .system-title {
  color: #343a40;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.kropki-system-content .kropki-system-description {
  color: #6c757d;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px;
}
