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

.wrapper {
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    flex: 1;
}


.switch {
  position: absolute; 
  top: 10px; 
  left: 20px; 
  display: inline-block; 
  width: 60px; 
  height: 34px; 
}

.slider {
  position: absolute; 
  cursor: pointer; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc; 
  transition: .4s; 
  border-radius: 34px; 
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  padding: 0 8px; 
  font-size: 20px; 
}

.switch input {
  opacity: 0; 
  width: 0; 
  height: 0; 
}


.moon {
  opacity: 0;
  transition: opacity 0.4s;
}

input:checked + .slider {
  background-color: #0094e1; 
}

input:checked + .slider .sun {
  opacity: 0; 
}

input:checked + .slider .moon {
  opacity: 1;
}

body {
    font-family: Arial,Helvetica,sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: white;
  color: black;
  transition: background-color 0.4s, color 0.4s;
}

body.dark-mode {
  background-color: #121212;
  color: #f1f1f1;
}

body.dark-mode ol li a {
    color: #fff; 
}


header, footer {
  background-color: white;
}

body.dark-mode header,
body.dark-mode footer {
  background-color: #333;
  border-top: 1px solid #000;
}

header {
    background: #fff;
    padding: 10px 0;
}

.header-content {
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    padding: 5px 20px; 
    position: relative;
}

nav {
    display: flex;
    justify-content: center; 
    align-items: center; 
  
}

.menu-toggle {
     display: none; 
    flex-direction: column; 
    cursor: pointer; 
  
}

.menu-toggle .bar {
    height: 3px; 
    width: 25px;
    background: #333; 
    margin: 4px 0; 
}
nav .menu {
    flex-direction: column;
     display: none;
     z-index: 101;
}

@media (min-width: 769px) { 
    nav .menu {
        display: flex; 
        flex-direction: row; 
        list-style: none;
    }
}

nav .menu li {
    margin-right: 20px;
}


nav .menu li a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
    text-align: center;
    line-height: 50px;
}

body.dark-mode nav .menu li a {
    color: #f1f1f1; 
}


body.dark-mode nav .menu {
    background-color: #333; 
}

body.dark-mode .menu-toggle .bar {
    background: #f1f1f1;  
}

nav .menu li a:hover,
nav .menu li a:focus {
    color: #0094e1;
}

.social {
    position: absolute; 
    right: 20px; 
    top: 10px; 
}

.social img {
    width: 30px; 
}
.logo {
    flex: 1; 
    text-align: center;
}


.logo img {
    width: 171px; 
    margin-top: 10px; 
}

.overlay {
	display: none;
    position: fixed;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.5); 
    display: none; 
    z-index: 100; 
}

#content-container {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    }

h2 {
    font-weight: normal;
    line-height: 1.4em;
    font-size: 27px;
    letter-spacing: 0.05em;
    margin: 27px 0px 30px;
}

.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
}

.text-expected-reliese{
  text-align: center;
}

.features {
    overflow: hidden;
    color: #333;
    position: relative;
    padding: 100px 20px;
    text-align: center;
}

.features::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    height: 200%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.05;
    z-index: 1; 
}

.features.light-theme::before {
    background-image: url('/content/img/9eaa35_fa0b2b872f1546bda78e20fb2b3146aa~mv2.png');
}

.features.dark-theme::before {
    background-image: url('/content/img/belim_transparent_white.png'); 
}

.features-upd {
    overflow: hidden;
    color: #333;
    position: relative;

}

.features-upd::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52%;
    height: 200%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.05;
    z-index: 1; 
}

.features-upd.light-theme::before {
    background-image: url('/content/img/9eaa35_fa0b2b872f1546bda78e20fb2b3146aa~mv2.png');
}

.features-upd.dark-theme::before {
    background-image: url('/content/img/belim_transparent_white.png'); 
}

body.dark-mode .features {
    color: #fff; 
}

body.dark-mode .features-upd{
    color: #fff; 
}

body.dark-mode .features::before {
   
}

.features p {
    font-size: 2rem;
    margin: 10px 0;
    position: relative;
    z-index: 2;
}

.detectors {
    background-image: url('/content/img/9eaa35_74f51cc7384e4b778cf3a2118475661a~mv2.png'); 
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 27px;
}

.detectors li {
    margin-bottom: 15px; 
}

.text-section {
    max-width: 500px;
}

.text-section-block {
    background-color: #e8e6e6;
    height: 130px;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    position: relative; 
    left: 0; 
    right: 0; 
    margin-left: calc(-50vw + 50%); 
    margin-right: calc(-50vw + 51%); 
    padding-top: 20px;
    padding-bottom: 20px;
}

body.dark-mode .text-section-block {
    background-color: #333333; 
}

.main_text-block {
    font-size: 27px;
    text-align: center;
    color: #0094e1;
}

.text-section h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.text-section p {
    margin-bottom: 10px;
    font-size: 1.1rem;
    color: #333;
}

body.dark-mode .text-section p {
    color: #ffffff; 
}

.image-section img {
    max-width: auto;
    height: auto;
}

.detectors, .analytics {
    padding: 70px 20px;
    text-align: center;
}

.features h2, .detectors h3, .analytics h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.features p, .detectors ul, .analytics .card p {
    margin: 10px 0;
}

.detectors {
    display: flex;
    justify-content: space-between;
}

.detectors ul {
    list-style: none;
}

.analytics-cards {
    display: flex;
    justify-content: space-between;
}

.analytics-cards .card {
    flex: 1;
    margin: 10px;
    padding: 20px;
    text-align: center;

}

.analytics-cards .card img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.analytics-cards .card h3 {
    font-size: 1.5rem;
    margin: 10px 0;
}

.card-img{
  border: 3px solid #0094e1;	
}

.text-blue{
color: 	#0094e1;
}

.main-technology {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px;
}

.main-technology-content {
    flex-basis: 50%;
}

.main-technology h1, 
.main-technology p {
    margin: 10px 0;
}

.device-image-tehnology {
    flex-basis: 50%;
    display: flex;
    justify-content: flex-end;
}

.device-image-tehnology img {
    width: 349px;
    height: 600px;
    object-fit: cover;
}

.features-technology {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.feature-technology {
    margin-bottom: 20px;
    flex-basis: 48%;
    margin-bottom: 20px;
}

.test-process {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.content-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    max-width: 100%; 
}

.test-process img {
    width: 290px;
    height: 369px;
    object-fit: cover;
    margin-right: 20px;
    flex-shrink: 0;
    border: 3px solid #0094e1;
}

.text-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

ul {
    padding-left: 20px;
}

.technology-insights{
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
.telemedicine-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    flex-wrap: wrap;
}

.text-content {
    max-width: 60%;
    flex: 1;
    margin-right: 20px;
}

.image-content {
    flex: 0 0 497px;
    border: 3px solid #0094e1;
}

.image-content img {
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.businesses-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
}

.businesses-text-content {
  flex: 1;
  text-align: left;
}

.businesses-image-content img {
  width: 585px;
  height: 351px;
  border: 3px solid #0094e1;
}

.research-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
}

.research-text-content {
  flex: 1;
  text-align: left;
}

.research-image-content img {
  width: 524px;
  height: 348px;
  border: 3px solid #0094e1;
}


.research-features {
  display: flex;
  justify-content: space-between;
  gap: 20px; 
  flex-wrap: wrap; 
  padding: 150px 40px;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.research-features p {
  flex: 1 1 calc(33.333% - 20px); 
  text-align: center;
  box-sizing: border-box; 
  font-size: 28px;
}

.consulting-features{
       padding: 150px 2px;
       margin-bottom: -80px;
    }
    
 .consulting-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
  margin: 0px 0 30px 0;
}

.consulting-text-content {
  flex: 1;
  text-align: left;
}

.consulting-image-content img {
    width: 585px;
    height: 351px;
    border: 3px solid #0094e1;
}
    



.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    padding: 10px 15px;
    background-color: #0094e1;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    z-index: 1000;
    transition: background-color 0.3s;
}

.scroll-to-top:hover {
    background-color: #0281c2;
}

.contact-container {
    text-align: center;
    padding: 20px;
}

.email {
    color: #0094e1;
}

.privacy-policy-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
}

footer {
    padding: 20px;
    text-align: center;
    background: #f8f8f8;
    border-top: 1px solid #ddd;
}

footer p {
    color: #666;
}

footer a {
    color: #0094e1;
}


@media (max-width: 768px) {
	.wrapper{
	    max-width: 350px;	
	}
	.header-content { 
        flex-direction: row; 
    }
    
    .image-section img {
      width:100%;
}
.menu {
    display: none; 
}

.menu.show {
    display: block; 
}

#overlay {
    display: none; 
}

#overlay.show {
    display: block; 
}
    nav .menu {
        display: none; 
        flex-direction: column; 
        width: 100%; 
        position: absolute; 
        top: 60px; 
        left: 0; 
        background: white; 
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
    }

    nav .menu.show {
        display: flex;
        flex-direction: column;
        list-style-type: none;
    }
    .overlay.show {
        display: block; 
    }

    nav .menu li {
        margin: 15px 0; 
        text-align: center;
    }

    .menu-toggle {
        display: flex; 
    }
    
    .detectors {
    display: flow;
    }
	
    .hero {
        flex-direction: column;
    }

    .analytics-cards {
        flex-direction: column;
    }

    .analytics-cards .card {
        margin-bottom: 20px;
    }
    
     .header-content {
        justify-content: space-between; 
        align-items: center; 
    }
    .social{
    	    position: static;
    	}
    .main-technology {
        flex-direction: column;
    }
    
    .main-technology-content,
    .device-image-tehnology {
        flex-basis: 100%;
        text-align: center;
    }
    
    .device-image-tehnology img {
        max-width: 80%;
        width: auto;
        height: auto;
    }

    .features-technology {
        flex-direction: column;
        align-items: center;
    }

    .feature-technology {
        flex-basis: 100%;
        text-align: left;
    }
    
    .content-wrapper {
        flex-direction: column;
        align-items: center;
    }
    
    .test-process img {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .text-content {
        align-items: center;
    }
    .telemedicine-container {
        flex-direction: column;
        align-items: center;
    }

    .text-content {
        max-width: 100%;
        margin-right: 0;
        text-align: center;
    }

    .image-content {
        flex: none;
        margin-top: 20px;
    }

    .image-content img {
        height: auto;
    }
    
    .features{
    	padding: 30px 40px;
    	background-size: contain;
    }
    
    .features::before {
    	background-size: contain;
    }
    	
    .features p {

      font-size: 28px;
    }
    
    .research-features{
        padding: 30px 40px;
    }

    .consulting-features{
       padding: 30px 10px;
    }
    
    .research-features p {
    flex: 1 1 calc(54% - 20px); 
  }
  
  .research-image-content img {
    width: 100%;
    height: 100%;
  }
  
  .businesses-image-content img {
    width: 100%;
    height: 100%;
  }
  
  .consulting-image-content img {
    width: 100%;
    height: 100%;
  }
  
  .consulting-text-section-block{
    height: 100%;	
	}
  .consulting-text-section-block p{
    padding: 5px;
  }
  
  .analytics-cards .card {
     margin-top: 10px; 
     padding: 2px;
  }
  
  .features::before {
  	width: 100%;
  	}

 .features-upd::before {
  	width: 100%;
  	}

}


@media (max-width: 480px) {
    .test-process img {
        width: 100%;
        height: auto;
    }
    
    .research-features p {
    flex: 1 1 100%; 
  }
}  

.video-container {
    position: relative;
    width: 100%;
    max-width: 640px; /* Ограничение максимальной ширины */
    aspect-ratio: 16 / 9; /* Поддержка соотношения сторон */
    margin: 0 auto;
    cursor: pointer;
}

/* Адаптивная картинка-превью */
.video-thumbnail {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px; /* Скругление углов (по желанию) */
}

/* Видеоплеер */
.hidden-video {
    display: none; /* Скрываем видео по умолчанию */
    width: 100%;
    height: 100%;
    border-radius: 8px; /* Совпадение с картинкой */
}

/* Кнопка Play */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.play-button::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

/* Адаптивные отступы */
@media (max-width: 768px) {
    .video_section {
        padding: 10px;
    }

    .video-container {
        max-width: 100%;
    }

    .play-button {
        width: 50px;
        height: 50px;
    }

    .play-button::before {
        border-left: 15px solid white;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
}
.video_section{
	padding: 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
	}