@charset "UTF-8";
html {
  box-sizing: border-box; }

*,
*::after,
*::before {
  box-sizing: inherit; }

ul[class],
ol[class] {
  padding: 0; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  font-size: inherit; }

ul[class] {
  list-style: none; }

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

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

a {
  text-decoration: none; }

/* Global reset */
*,
*::after,
*::before {
  box-sizing: border-box; }

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

ul[class],
ol[class] {
  padding: 0; }

ul[class] {
  list-style: none; }

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

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

a {
  text-decoration: none; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px; }

@media (max-width: 1000px) {
  .hero__btn {
    display: none; } }

@media (max-width: 780px) {
  .hero__header {
    padding: 10px 20px !important; }
    .hero__header-burger {
      display: block !important; }
      .hero__header-burger.active {
        transform: rotate(90deg); }
    .hero__header .hero__nav {
      position: fixed;
      top: 60px;
      left: 0;
      right: 0;
      background: #fff;
      flex-direction: column;
      align-items: center;
      padding: 20px 0;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      transform: translateY(-150%);
      transition: transform 0.4s ease;
      z-index: 1005; }
      .hero__header .hero__nav a {
        margin: 10px 0;
        padding: 12px;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #f5f5f5; }
      .hero__header .hero__nav.active {
        transform: translateY(0); }
    .hero__header .hero__btn {
      display: none; }
  .slide__inner {
    width: 100%;
    height: 50vh; }
    .slide__inner-left-title {
      font-size: 28px !important; }
  .drive_with {
    width: 100%;
    height: 30vh;
    opacity: 0;
    margin-top: 50px;
    transform: translateY(40px);
    transition: all 0.8s ease-out; }
  .contacts__inner-left, .contacts__inner-center, .contacts__inner-right {
    flex: 1 1 100% !important;
    /* На всю ширину */
    min-width: 100%; }
  #map {
    height: 300px; }
  .expert-certificate {
    padding: 1.5rem;
    margin: 1rem auto;
    /* Шрифты */
    /* Структура */
    /* Размеры элементов */
    /* Дополнительные корректировки */ }
    .expert-certificate .organization-name {
      font-size: 1.2rem !important; }
    .expert-certificate .organization-details {
      font-size: 0.85rem !important; }
    .expert-certificate .contact-text {
      font-size: 0.9rem !important; }
    .expert-certificate .section-title {
      font-size: 1.2rem !important; }
    .expert-certificate .document-text,
    .expert-certificate .research-text,
    .expert-certificate .results-text,
    .expert-certificate .conclusion-text {
      font-size: 0.95rem !important; }
    .expert-certificate .card-title {
      font-size: 0.85rem !important; }
    .expert-certificate .card-value {
      font-size: 1.1rem !important; }
    .expert-certificate .expert-name {
      font-size: 1rem !important; }
    .expert-certificate .signature-title {
      font-size: 1.1rem !important; }
    .expert-certificate .certificate-header {
      flex-direction: column;
      gap: 1.5rem;
      padding-bottom: 1.5rem; }
      .expert-certificate .certificate-header .organization-info--ky,
      .expert-certificate .certificate-header .organization-info--ru {
        text-align: center !important; }
    .expert-certificate .contact-info {
      flex-direction: column;
      gap: 1.2rem; }
      .expert-certificate .contact-info .contact-divider {
        width: 100%;
        height: 1px;
        margin: 0.5rem 0; }
      .expert-certificate .contact-info .contact-block--ky,
      .expert-certificate .contact-info .contact-block--ru {
        padding: 0 !important; }
    .expert-certificate .image-gallery {
      grid-template-columns: 1fr; }
    .expert-certificate .info-cards {
      grid-template-columns: 1fr; }
    .expert-certificate .image-container {
      height: 150px; }
    .expert-certificate .organization-logo .logo-image,
    .expert-certificate .organization-logo .logo-placeholder {
      width: 80px;
      height: 80px; }
    .expert-certificate .card-icon {
      width: 40px;
      height: 40px;
      font-size: 1.2rem; }
    .expert-certificate .section-divider {
      margin: 0.8rem 0; }
    .expert-certificate .image-caption {
      padding: 0.8rem;
      font-size: 0.85rem; }
    .expert-certificate .info-card {
      padding: 1.2rem; }
  .lottie-container {
    padding: 1rem; }
    .lottie-container .lottie-animation {
      width: 200px;
      height: 200px; }
    .lottie-container .lottie-title {
      font-size: 1.5rem; }
  .confidentiality-content {
    padding: 24px;
    border-radius: 12px; }
    .confidentiality-content .confidentiality-title {
      font-size: 28px; }
    .confidentiality-content .confidentiality-description {
      font-size: 16px;
      gap: 12px; } }

@media (max-width: 600px) {
  .drive_with {
    width: 100%;
    height: 30vh;
    opacity: 0;
    margin-top: 100px;
    transform: translateY(40px);
    transition: all 0.8s ease-out; }
  .search {
    padding: 20px 0; }
    .search__inner {
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      gap: 20px; }
      .search__inner-left, .search__inner-right {
        flex: 1 1 100%;
        width: 100%; }
      .search__inner-right-banner {
        height: 30vh !important;
        min-height: 200px;
        max-height: none; }
  .custom-modal__content {
    padding: 1.5rem; }
  .custom-modal__platforms {
    flex-direction: column;
    gap: 1rem; }
  .custom-modal .platform-btn {
    min-height: auto;
    padding: 1rem;
    flex-direction: row;
    justify-content: flex-start; }
    .custom-modal .platform-btn img {
      margin-bottom: 0;
      margin-right: 1rem; }
  .profile-container {
    padding: 1rem; }
  .profile-card {
    padding: 1.5rem; }
  .profile-title {
    font-size: 1.3rem; } }

@media (max-width: 500px) {
  .slide__inner {
    width: 100%;
    height: 30vh; }
    .slide__inner-left-title {
      font-size: 28px !important; }
  .drive_with {
    width: 100%;
    height: 30vh !important;
    opacity: 0;
    margin-top: 450px;
    transform: translateY(40px);
    transition: all 0.8s ease-out; }
    .drive_with__inner {
      border-radius: 15px !important; }
      .drive_with__inner-h3 {
        font-size: 24px !important;
        padding: 12px !important; }
      .drive_with__inner-p {
        font-size: 14px !important;
        padding: 12px !important; }
      .drive_with__inner-application {
        flex-direction: column !important;
        padding: 12px !important; }
        .drive_with__inner-application-btn {
          width: 80% !important;
          margin: 10px 0 !important;
          padding: 8px 16px !important;
          font-size: 14px !important; }
  .footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row; }
    .footer__inner-left {
      display: none !important; }
    .footer__inner-center {
      display: flex;
      width: 50%; }
      .footer__inner-center-a {
        font-size: 16px !important; }
    .footer__inner-right {
      display: flex;
      width: 50%; }
      .footer__inner-right-h4 {
        font-size: 16px !important; }
      .footer__inner-right-logo {
        display: none !important; } }

/* iPhone 14 Pro Max, 13 Pro Max, крупные телефоны */
@media (max-width: 430px) {
  .drive_with {
    width: 100%;
    height: 30vh !important;
    opacity: 0;
    margin-top: 470px;
    transform: translateY(40px);
    transition: all 0.8s ease-out; }
    .drive_with__inner {
      border-radius: 15px !important; }
      .drive_with__inner-h3 {
        font-size: 24px !important;
        padding: 12px !important; }
      .drive_with__inner-p {
        font-size: 14px !important;
        padding: 12px !important; }
      .drive_with__inner-application {
        flex-direction: column !important;
        padding: 12px !important; }
        .drive_with__inner-application-btn {
          width: 80% !important;
          margin: 10px 0 !important;
          padding: 8px 16px !important;
          font-size: 14px !important; }
  .slide__inner {
    width: 100%;
    height: 20vh; }
    .slide__inner-left-title {
      font-size: 18px !important; }
  .mobile_application__inner {
    width: 100%; }
    .mobile_application__inner-left {
      width: 50%; }
      .mobile_application__inner-left-image {
        width: 80% !important; }
    .mobile_application__inner-right {
      width: 50%; }
      .mobile_application__inner-right-application {
        width: 100%;
        display: flex;
        flex-direction: column !important; }
        .mobile_application__inner-right-application-btn {
          width: 80% !important;
          margin: 10px 0 !important; }
      .mobile_application__inner-right-h2 {
        font-size: 18px !important; } }

/* iPhone 14, 13, 12, 11, X, XR, XS, 8, 7, SE 2nd Gen */
@media (max-width: 414px) {
  .mobile_application__inner {
    width: 100%; }
    .mobile_application__inner-left {
      width: 50%; }
      .mobile_application__inner-left-image {
        width: 80% !important; }
    .mobile_application__inner-right {
      width: 50%; }
      .mobile_application__inner-right-application {
        width: 100%;
        display: flex;
        flex-direction: column !important; }
        .mobile_application__inner-right-application-btn {
          width: 95% !important;
          margin: 10px 0 !important;
          display: flex !important;
          align-items: center !important;
          justify-content: center !important;
          flex-direction: column !important; }
      .mobile_application__inner-right-h2 {
        font-size: 18px !important; } }

/* Android-смартфоны, Samsung Galaxy S21, A-series и др. */
@media (max-width: 393px) {
  .main_gallery__inner-h3 {
    font-size: 18px !important; }
  .main_gallery__inner-h6 {
    font-size: 24px !important; }
  .features__subtitle {
    font-size: 16px !important; }
  .features__title {
    font-size: 24px !important; } }

/* iPhone SE 1st Gen и старые маленькие телефоны */
@media (max-width: 375px) {
  /* Очень маленькие экраны */ }

/* Минимальные телефоны / устаревшие модели */
@media (max-width: 360px) {
  /* Для мини-устройств */ }

/* Критически маленькие экраны, например старые Android 240x320 */
@media (max-width: 320px) {
  /* Минимум */
  .drive_with {
    width: 100%;
    height: 30vh !important;
    opacity: 0;
    margin-top: 520px;
    transform: translateY(40px);
    transition: all 0.8s ease-out; }
    .drive_with__inner {
      border-radius: 15px !important; }
      .drive_with__inner-h3 {
        font-size: 24px !important;
        padding: 12px !important; }
      .drive_with__inner-p {
        font-size: 14px !important;
        padding: 12px !important; }
      .drive_with__inner-application {
        flex-direction: column !important;
        padding: 12px !important; }
        .drive_with__inner-application-btn {
          width: 80% !important;
          margin: 10px 0 !important;
          padding: 8px 16px !important;
          font-size: 14px !important; } }

.hero {
  padding: 10px 0;
  background: #fff;
  border-radius: 32px;
  overflow: hidden; }
  .hero__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    padding: 10px 150px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }
    .hero__header-burger {
      display: none;
      font-size: 28px;
      cursor: pointer;
      z-index: 1010;
      transition: transform 0.3s ease; }
    .hero__header .hero__logo {
      font-size: 24px;
      font-weight: 700;
      z-index: 1010; }
      .hero__header .hero__logo-img {
        width: 48px;
        height: 48px; }
    .hero__header .hero__nav {
      display: flex; }
      .hero__header .hero__nav a {
        margin: 0 16px;
        color: #000;
        font-weight: 500;
        text-decoration: none;
        transition: color 0.3s ease; }
        .hero__header .hero__nav a:hover {
          color: #555; }
    .hero__header .hero__btn {
      background: #000;
      color: #fff;
      padding: 12px 20px;
      border-radius: 999px;
      font-weight: 600;
      text-decoration: none;
      transition: background 0.3s ease; }
      .hero__header .hero__btn:hover {
        background: #333; }

.slide {
  width: 100%;
  overflow: hidden; }
  .slide__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    min-height: 80vh;
    padding-left: 150px; }
    .slide__inner-left {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .slide__inner-left-title {
        font-size: 48px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Ubuntu', sans-serif;
        margin-bottom: 20px; }
      .slide__inner-left-description {
        font-size: 18px;
        font-family: 'Ubuntu', sans-serif;
        line-height: 1.6; }
    .slide__inner-right {
      width: 50%;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      background: url("../images/ maps_road.png") no-repeat;
      position: relative; }
      .slide__inner-right-image {
        position: absolute;
        left: 100%;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        max-width: 500px; }
        .slide__inner-right-image.animate {
          animation: car-move 2s ease-in-out forwards; }
        .slide__inner-right-image-img {
          width: 100%;
          height: auto;
          object-fit: contain; }
  .slide .slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: center; }
  .slide .slick-dots {
    bottom: 20px; }
  .slide .slick-prev,
  .slide .slick-next {
    z-index: 10; }

.mobile_application {
  width: 100%;
  height: 100vh; }
  .mobile_application__inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row; }
    .mobile_application__inner-left {
      width: 50%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .mobile_application__inner-left-image {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        object-fit: contain;
        padding: 10px; }
    .mobile_application__inner-right {
      width: 50%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-content: center;
      padding: 20px; }
      .mobile_application__inner-right-h3 {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Ubuntu', sans-serif;
        margin-bottom: 16px;
        color: lightgray; }
      .mobile_application__inner-right-h2 {
        font-size: 44px;
        font-weight: 700;
        font-family: 'Ubuntu', sans-serif;
        margin-bottom: 20px; }
      .mobile_application__inner-right-p {
        font-size: 16px;
        font-weight: 400;
        font-family: 'Ubuntu', sans-serif;
        margin-bottom: 20px;
        word-wrap: break-word; }
      .mobile_application__inner-right-application {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center; }
        .mobile_application__inner-right-application-btn {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 50%;
          background: #000;
          color: #fff;
          padding: 12px 20px;
          margin: 0 20px;
          border-radius: 999px;
          font-weight: 600;
          text-decoration: none; }

.main_gallery {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .main_gallery__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .main_gallery__inner-h3 {
      padding-bottom: 20px;
      font-family: 'Ubuntu', sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      color: lightgray; }
    .main_gallery__inner-h6 {
      padding-bottom: 20px;
      font-size: 48px;
      font-family: 'Ubuntu', sans-serif;
      font-weight: 700; }
    .main_gallery__inner-p {
      width: 70%;
      padding-bottom: 20px;
      font-size: 18px;
      font-family: 'Ubuntu', sans-serif;
      font-weight: 400;
      text-align: center;
      line-height: 1.6; }

.gallery {
  padding: 10px 0 90px; }
  .gallery__buttons {
    text-align: center;
    margin-bottom: 40px; }
  .gallery__btn {
    margin: 0 14px;
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 20px;
    padding: 6px 16px;
    color: #8F8D8D;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer; }
  .gallery .mixitup-control-active {
    background-color: #000000;
    border: 1px solid #000000;
    color: #fff; }
  .gallery__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 30px 34px; }
  .gallery__item:first-child {
    grid-column: span 2;
    grid-row: span 2; }
  .gallery__item img {
    object-fit: cover;
    width: 100%;
    max-height: 1150px;
    height: 100%; }
  .gallery.gallery-page .gallery__item:nth-child(8) {
    grid-column: span 2;
    grid-row: span 2; }

.features {
  padding: 10px 0;
  text-align: center;
  width: 100%;
  height: 70vh; }
  .features__header {
    margin-bottom: 50px; }
    .features__header .features__subtitle {
      font-size: 18px;
      letter-spacing: 1.5px;
      color: #9a9a9a;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .features__header .features__title {
      font-size: 48px;
      font-weight: 700;
      margin-bottom: 20px;
      color: #000; }
    .features__header .features__description {
      font-size: 18px;
      color: #555;
      max-width: 600px;
      margin: 0 auto; }
  .features__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; }
  .features__item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 30px 20px;
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.6s ease-out; }
    .features__item.in-view {
      opacity: 1;
      transform: translateY(0); }
    .features__item:hover {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08); }
    .features__item .features__icon {
      background-color: #f5f5f5;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px; }
      .features__item .features__icon img {
        width: 30px;
        height: 30px; }
    .features__item .features__item-title {
      font-size: 18px;
      font-weight: 600;
      color: #000; }

.drive_with {
  width: 100%;
  height: 50vh;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease-out; }
  .drive_with.in-view {
    opacity: 1;
    transform: translateY(0); }
  .drive_with__inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 30px;
    background: #000; }
    .drive_with__inner-h3 {
      font-size: 54px;
      font-weight: 700;
      color: #fff;
      padding: 24px; }
    .drive_with__inner-p {
      font-size: 24px;
      font-weight: 300;
      padding: 24px;
      color: #fff; }
    .drive_with__inner-application {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 24px; }
      .drive_with__inner-application-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        background: #ffffff;
        color: #000000;
        padding: 12px 20px;
        margin: 0 20px;
        border-radius: 999px;
        font-weight: 600;
        text-decoration: none; }

.footer {
  width: 100%;
  height: 20vh;
  margin-top: 30px;
  display: flex;
  justify-content: center; }
  .footer__inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row; }
    .footer__inner-left {
      width: 33%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding-bottom: 20px;
      font-family: 'Ubuntu', sans-serif;
      font-weight: 700;
      font-size: 24px; }
      .footer__inner-left-a {
        color: #000000; }
    .footer__inner-center {
      width: 23%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding-bottom: 20px;
      font-family: 'Ubuntu', sans-serif;
      font-weight: 700;
      font-size: 24px; }
      .footer__inner-center-a {
        color: #000000; }
    .footer__inner-right {
      width: 43%;
      display: flex;
      flex-direction: column;
      margin-bottom: 20px;
      align-items: end; }
      .footer__inner-right-h4 {
        padding-bottom: 20px;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 700;
        font-size: 24px; }
      .footer__inner-right-icons {
        width: 100%;
        display: flex;
        flex-direction: row;
        padding-left: 20%; }
        .footer__inner-right-icons-img {
          width: 32px;
          height: 32px;
          margin-right: 20px; }
      .footer__inner-right-logo {
        margin-top: 30px; }
        .footer__inner-right-logo-img {
          width: 52px;
          height: 52px; }

.about-us {
  background-color: #f8f8f8;
  padding: 60px 20px;
  font-family: 'Ubuntu', sans-serif; }
  .about-us__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; }
  .about-us__header {
    text-align: center;
    margin-bottom: 40px; }
    .about-us__header h1 {
      font-size: 3rem;
      color: black;
      font-weight: 700; }
  .about-us__content {
    font-size: 1.125rem;
    color: black;
    line-height: 1.7;
    text-align: justify;
    max-width: 900px;
    margin: 0 auto; }
  .about-us__contacts {
    margin-top: 50px;
    text-align: center; }
    .about-us__contacts h2 {
      font-size: 2rem;
      color: black;
      font-weight: 600;
      margin-bottom: 30px; }
    .about-us__contacts__contact-item {
      display: flex;
      align-items: center;
      padding: 20px;
      background-color: white;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      font-size: 1.125rem;
      color: black;
      transition: transform 0.3s ease-in-out; }
      .about-us__contacts__contact-item:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1); }

.contacts {
  width: 100%;
  margin-top: 6%;
  font-family: 'Ubuntu', sans-serif;
  /* Таблица графика */
  /* Карта */ }
  .contacts h1 {
    font-size: clamp(24px, 5vw, 32px);
    font-weight: 700;
    margin-bottom: 20px; }
  .contacts__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    .contacts__inner-left, .contacts__inner-center, .contacts__inner-right {
      flex: 1 1 calc(33.333% - 20px);
      min-width: 280px;
      box-sizing: border-box;
      padding: 15px; }
  .contacts .schedule-table {
    width: 100%;
    border-collapse: collapse; }
    .contacts .schedule-table th, .contacts .schedule-table td {
      padding: 10px;
      text-align: left;
      border-bottom: 1px solid #ddd; }
  .contacts #map {
    width: 100%;
    height: 400px;
    margin-top: 30px; }

#map {
  width: 100%;
  height: 500px; }

.schedule-table {
  width: 100%;
  border-collapse: collapse; }
  .schedule-table th, .schedule-table td {
    text-align: left;
    padding: 4px 16px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    border-bottom: 1px solid #ddd; }
  .schedule-table thead {
    background-color: #f5f5f5; }
    .schedule-table thead th {
      font-weight: 700;
      font-size: 16px;
      color: #333; }
  .schedule-table tbody tr:hover {
    background-color: #f9f9f9; }
  .schedule-table tbody tr td {
    color: #555; }

.search {
  width: 100%;
  min-height: 100vh;
  padding: 40px 0;
  box-sizing: border-box; }
  .search h1 {
    font-size: clamp(24px, 3vw, 32px);
    text-align: center;
    margin-bottom: 30px; }
  .search__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    align-items: center; }
    .search__inner-left {
      flex: 1 1 60%;
      min-width: 300px; }
      .search__inner-left form {
        display: flex;
        flex-direction: column;
        gap: 15px; }
        .search__inner-left form p {
          margin: 0;
          display: flex;
          flex-direction: column;
          gap: 5px; }
        .search__inner-left form label {
          font-weight: bold; }
        .search__inner-left form input {
          padding: 10px 15px;
          border: 1px solid #ddd;
          border-radius: 4px;
          font-size: 16px; }
        .search__inner-left form button {
          padding: 12px 20px;
          background-color: #000000;
          color: white;
          border: none;
          border-radius: 8px;
          cursor: pointer;
          font-size: 16px;
          transition: background-color 0.3s; }
          .search__inner-left form button:hover {
            background-color: #0056b3; }
    .search__inner-right {
      flex: 1 1 35%;
      min-width: 250px; }
      .search__inner-right-banner {
        height: 80vh;
        background-color: #bdbdbd;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        border: 1px dashed #ccc; }
        .search__inner-right-banner p {
          margin: 0;
          color: #666; }

.expert-certificate {
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  padding: 3rem;
  max-width: 1200px;
  margin: 2rem auto;
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  color: #333;
  line-height: 1.6; }

/* Шапка документа */
.certificate-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 2rem; }

.organization-info {
  flex: 1; }
  .organization-info--ky {
    text-align: left; }
  .organization-info--ru {
    text-align: right; }

.organization-name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.5rem; }

.organization-details {
  display: flex;
  gap: 1rem;
  font-size: 0.95rem;
  color: #7f8c8d; }

.organization-logo .logo-image {
  height: 100px;
  width: auto;
  max-width: 150px;
  object-fit: contain; }

.organization-logo .logo-placeholder {
  width: 100px;
  height: 100px;
  background: #f8f9fa;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bdc3c7;
  font-size: 2rem; }

/* Контактная информация */
.contact-info {
  display: flex;
  background: #f8f9fa;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 2.5rem; }

.contact-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem; }
  .contact-block--ky {
    padding-right: 1.5rem; }
  .contact-block--ru {
    padding-left: 1.5rem; }

.contact-divider {
  width: 1px;
  background: #e0e0e0;
  margin: 0 1.5rem; }

.contact-item {
  display: flex;
  align-items: center;
  gap: 0.8rem; }

.contact-icon {
  color: #3498db;
  font-size: 1.1rem;
  min-width: 20px;
  text-align: center; }

.contact-text {
  font-size: 0.95rem; }

/* Основное содержимое */
.section-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 1rem; }

.section-divider {
  height: 2px;
  background: linear-gradient(to right, transparent, #3498db, transparent);
  margin: 1rem 0; }

.document-text, .research-text, .results-text, .conclusion-text {
  margin-bottom: 2rem;
  text-align: justify; }

/* Галерея изображений */
.image-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0; }

.gallery-item {
  background: #f8f9fa;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); }

.image-container {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff; }
  .image-container .evidence-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }
  .image-container .image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bdc3c7;
    font-size: 2rem; }

.image-caption {
  padding: 1rem;
  text-align: center;
  font-size: 0.9rem;
  margin: 0;
  background: #f8f9fa; }

/* Информационные карточки */
.info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 2.5rem 0; }

.info-card {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease; }
  .info-card:hover {
    transform: translateY(-5px); }

.card-icon {
  font-size: 1.5rem;
  color: #3498db;
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); }

.card-content {
  flex: 1; }

.card-title {
  font-size: 0.9rem;
  color: #7f8c8d;
  margin-bottom: 0.3rem; }

.card-value {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.3rem; }

.card-status {
  font-size: 0.8rem; }
  .card-status .status-expired {
    color: #e74c3c; }
  .card-status .status-active {
    color: #27ae60; }

/* Подпись эксперта */
.expert-signature {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem; }

.signature-title {
  font-size: 1.2rem;
  font-weight: 500; }

.signature-image {
  width: 150px;
  height: 80px; }
  .signature-image img {
    max-width: 100%;
    max-height: 100%; }
  .signature-image .signature-placeholder {
    width: 100%;
    height: 100%;
    background: #f8f9fa;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bdc3c7;
    font-size: 1.5rem; }

.expert-name {
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center; }

.login {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  margin-top: 6%; }
  .login__inner {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row; }
    .login__inner-left {
      width: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      background: black;
      border-radius: 24px;
      color: white;
      padding: 20px; }
      .login__inner-left-text-content {
        width: 100%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center; }
        .login__inner-left-text-content h1 {
          font-size: 2.5rem;
          margin-bottom: 15px; }
        .login__inner-left-text-content p {
          font-size: 1.1rem;
          margin-top: 10px; }
      .login__inner-left-logo {
        margin-top: 50px;
        text-align: center; }
        .login__inner-left-logo-img {
          max-width: 150px; }
    .login__inner-right {
      width: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 24px;
      padding: 20px; }
      .login__inner-right-h2 {
        font-size: 2rem;
        text-align: center;
        font-family: 'Ubuntu', sans-serif;
        font-weight: bold; }
      .login__inner-right-p {
        font-size: 1rem;
        text-align: center;
        margin-top: 15px;
        font-family: 'Ubuntu', sans-serif;
        font-weight: bold; }
      .login__inner-right .login__inner-right-form {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-top: 40px; }
        .login__inner-right .login__inner-right-form .form-group {
          position: relative;
          width: 100%; }
        .login__inner-right .login__inner-right-form-input {
          width: 100%;
          padding: 18px 16px 18px 16px;
          font-size: 16px;
          border: 1px solid #ccc;
          border-radius: 14px;
          background-color: #fff;
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
          transition: all 0.3s ease;
          font-family: 'Ubuntu', sans-serif; }
          .login__inner-right .login__inner-right-form-input:focus {
            border-color: #4f46e5;
            outline: none; }
          .login__inner-right .login__inner-right-form-input:focus + .login__inner-right-form-label, .login__inner-right .login__inner-right-form-input:not(:placeholder-shown) + .login__inner-right-form-label {
            top: -10px;
            left: 12px;
            font-size: 12px;
            color: #4f46e5; }
        .login__inner-right .login__inner-right-form-label {
          position: absolute;
          top: 50%;
          left: 16px;
          transform: translateY(-50%);
          background-color: white;
          padding: 0 6px;
          color: #888;
          font-size: 16px;
          pointer-events: none;
          transition: all 0.3s ease;
          font-family: 'Ubuntu', sans-serif; }
        .login__inner-right .login__inner-right-form-btn {
          margin-top: 20px;
          padding: 14px 24px;
          font-size: 16px;
          font-weight: bold;
          background-color: #4f46e5;
          color: white;
          border: none;
          border-radius: 12px;
          box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3);
          cursor: pointer;
          transition: background-color 0.3s ease; }
          .login__inner-right .login__inner-right-form-btn:hover {
            background-color: #3b34c3; }

.profile {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  margin-top: 10%; }
  .profile__inner {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .profile__inner-left {
      width: 20%;
      display: flex;
      flex-direction: column;
      background: #ff5722; }
    .profile__inner-center {
      width: 50%;
      display: flex;
      flex-direction: column;
      background: #007bff; }
    .profile__inner-right {
      width: 30%;
      display: flex;
      flex-direction: column;
      background: #bd12bb; }

.lottie-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 2rem;
  text-align: center; }
  .lottie-container .lottie-animation {
    width: 300px;
    height: 300px;
    margin-bottom: 2rem; }
  .lottie-container .lottie-title {
    color: #2c3e50;
    font-size: 1.8rem;
    margin-bottom: 1rem; }
  .lottie-container .lottie-message {
    color: #7f8c8d;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    max-width: 500px; }
  .lottie-container .lottie-button {
    display: inline-block;
    padding: 0.8rem 2rem;
    background-color: #000000;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
    font-weight: 500; }
    .lottie-container .lottie-button:hover {
      background-color: #0b3b59;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }

.confidentiality-page {
  background: #f7f9fb;
  padding: 80px 0; }
  .confidentiality-page .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px; }
  .confidentiality-page .confidentiality-content {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 24px; }
    .confidentiality-page .confidentiality-content .confidentiality-title {
      font-size: 42px;
      font-weight: 700;
      color: #2c3e50;
      text-align: center; }
    .confidentiality-page .confidentiality-content .confidentiality-description {
      font-size: 18px;
      color: #333;
      line-height: 1.8;
      display: flex;
      flex-direction: column;
      gap: 16px; }
      .confidentiality-page .confidentiality-content .confidentiality-description p {
        margin: 0; }
      .confidentiality-page .confidentiality-content .confidentiality-description h2, .confidentiality-page .confidentiality-content .confidentiality-description h3 {
        color: #1a1a1a;
        margin-top: 20px; }
      .confidentiality-page .confidentiality-content .confidentiality-description ul, .confidentiality-page .confidentiality-content .confidentiality-description ol {
        padding-left: 20px; }

@keyframes car-move {
  0% {
    left: 100%;
    opacity: 0; }
  100% {
    left: 30%;
    opacity: 1; } }

.custom-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); }
  .custom-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.15); }
  .custom-modal__content {
    position: relative;
    width: min(90%, 480px);
    margin: auto;
    padding: 2.5rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(16px);
    animation: fadeIn 0.4s cubic-bezier(0.2, 0.8, 0.4, 1); }
  .custom-modal__title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #6e8efb 0%, #4a6cf7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; }
  .custom-modal__text {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 2rem; }
  .custom-modal__platforms {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    padding: 1.5rem;
    margin-top: 1.5rem; }

.platform-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  min-height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.15); }
  .platform-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15); }
  .platform-btn img {
    width: 40px;
    height: 40px;
    margin-bottom: 1rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1)); }
  .platform-btn span {
    font-weight: 600;
    font-size: 1rem;
    color: #2d3748; }
  .platform-btn.android {
    background: linear-gradient(135deg, rgba(61, 220, 132, 0.2) 0%, rgba(13, 59, 30, 0.1) 100%);
    border: 1px solid rgba(61, 220, 132, 0.3); }
    .platform-btn.android:hover {
      background: linear-gradient(135deg, rgba(61, 220, 132, 0.3) 0%, rgba(13, 59, 30, 0.2) 100%); }
  .platform-btn.ios {
    background: linear-gradient(135deg, rgba(0, 122, 255, 0.2) 0%, rgba(0, 42, 122, 0.1) 100%);
    border: 1px solid rgba(0, 122, 255, 0.3); }
    .platform-btn.ios:hover {
      background: linear-gradient(135deg, rgba(0, 122, 255, 0.3) 0%, rgba(0, 42, 122, 0.2) 100%); }
    .platform-btn.ios span {
      color: #1a365d; }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95); }
  to {
    opacity: 1;
    transform: translateY(0) scale(1); } }

.debug {
  display: none; }

.dashboard {
  display: flex;
  margin-top: 6%;
  min-height: 100vh;
  background: #f9f9fb;
  font-family: 'Inter', sans-serif; }
  .dashboard .sidebar {
    width: 240px;
    background: #4e54c8;
    color: white;
    padding: 2rem 1rem;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.05); }
    .dashboard .sidebar .menu ul {
      list-style: none;
      padding: 0; }
      .dashboard .sidebar .menu ul .menu-item {
        padding: 1rem;
        cursor: pointer;
        border-radius: 12px;
        transition: background 0.3s; }
        .dashboard .sidebar .menu ul .menu-item.active, .dashboard .sidebar .menu ul .menu-item:hover {
          background: rgba(255, 255, 255, 0.1); }
  .dashboard .content {
    flex: 1;
    padding: 2rem; }
    .dashboard .content .section {
      display: none; }
      .dashboard .content .section.active {
        display: block;
        animation: fadeIn 0.3s ease-in-out; }
      .dashboard .content .section .section-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 2rem; }
        .dashboard .content .section .section-header h2 {
          font-size: 1.8rem;
          color: #333; }
        .dashboard .content .section .section-header .upload-form {
          display: flex;
          gap: 1rem; }
          .dashboard .content .section .section-header .upload-form input[type="file"] {
            border: 1px solid #ccc;
            padding: 0.5rem;
            border-radius: 12px; }
          .dashboard .content .section .section-header .upload-form .btn-upload {
            background: #8f94fb;
            border: none;
            color: white;
            padding: 0.6rem 1rem;
            border-radius: 12px;
            cursor: pointer; }
            .dashboard .content .section .section-header .upload-form .btn-upload:hover {
              background: #767cfa; }
      .dashboard .content .section .moto-table {
        width: 100%;
        border-collapse: collapse;
        background: white;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
        .dashboard .content .section .moto-table th, .dashboard .content .section .moto-table td {
          padding: 1rem;
          text-align: left;
          border-bottom: 1px solid #eee; }
        .dashboard .content .section .moto-table th {
          background: #f0f0f7;
          color: #333; }
        .dashboard .content .section .moto-table .badge {
          padding: 0.3rem 0.6rem;
          border-radius: 12px;
          font-size: 0.8rem;
          color: white; }
          .dashboard .content .section .moto-table .badge.badge-file {
            background: #6c63ff; }
          .dashboard .content .section .moto-table .badge.badge-manual {
            background: #43b78d; }
          .dashboard .content .section .moto-table .badge.badge-api {
            background: #ae7c48; }
      .dashboard .content .section .empty {
        text-align: center;
        padding: 3rem;
        font-size: 1.2rem;
        color: #999; }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.message-center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 80%;
  max-width: 500px; }
  .message-center .message-dialog {
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
    text-align: center;
    animation: fadeInUp 0.4s ease; }
    .message-center .message-dialog .alert {
      padding: 1rem;
      margin-bottom: 1rem;
      border-radius: 8px;
      position: relative;
      font-size: 1rem;
      line-height: 1.5; }
      .message-center .message-dialog .alert-success {
        background-color: #d4edda;
        color: #155724;
        border: 1px solid #c3e6cb; }
      .message-center .message-dialog .alert-error, .message-center .message-dialog .alert-danger {
        background-color: #f8d7da;
        color: #721c24;
        border: 1px solid #f5c6cb; }
      .message-center .message-dialog .alert-info {
        background-color: #d1ecf1;
        color: #0c5460;
        border: 1px solid #bee5eb; }
      .message-center .message-dialog .alert-warning {
        background-color: #fff3cd;
        color: #856404;
        border: 1px solid #ffeeba; }
      .message-center .message-dialog .alert .close-btn {
        position: absolute;
        top: 6px;
        right: 10px;
        font-size: 1.2rem;
        font-weight: bold;
        background: transparent;
        border: none;
        cursor: pointer;
        color: #333; }
        .message-center .message-dialog .alert .close-btn:hover {
          color: #0d0d0d; }

.search-bar {
  margin: 15px 0; }

.search-bar input {
  width: 100%;
  max-width: 400px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 6px; }

.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
  .pagination a, .pagination span {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 30px;
    text-decoration: none;
    color: #555;
    background: #f0f0f0;
    transition: background 0.3s ease, color 0.3s ease;
    user-select: none; }
    .pagination a.active, .pagination span.active {
      background: linear-gradient(135deg, #2575fc 0%, #6a11cb 100%);
      color: white;
      pointer-events: none;
      box-shadow: 0 4px 20px rgba(37, 117, 252, 0.6); }
    .pagination a.disabled, .pagination span.disabled {
      color: #aaa;
      pointer-events: none;
      background: #eaeaea; }
    .pagination a:hover:not(.disabled):not(.active), .pagination span:hover:not(.disabled):not(.active) {
      background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
      color: white;
      box-shadow: 0 4px 15px rgba(37, 117, 252, 0.3); }

.td_office {
  display: flex;
  align-items: center;
  flex-direction: row; }
  .td_office__icon {
    width: 32px;
    height: 32px; }

.procedure-container {
  max-width: 100%;
  margin: 8% auto;
  padding: 1rem 2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333; }
  .procedure-container .procedure-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000000; }
  .procedure-container .procedure-description {
    font-size: 1.125rem;
    line-height: 1.6; }
    .procedure-container .procedure-description p {
      margin-bottom: 1rem;
      font-family: 'Ubuntu', sans-serif;
      font-weight: 500; }
    .procedure-container .procedure-description ol {
      padding-left: 1.5rem;
      font-family: 'Ubuntu', sans-serif;
      font-weight: 500; }
      .procedure-container .procedure-description ol li {
        margin-bottom: 0.75rem;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 500; }

.monitoring-dashboard-section {
  padding: 1rem 1rem;
  background-color: #f9fafb;
  font-family: "Inter", sans-serif; }
  .monitoring-dashboard-section .dashboard-heading {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 2rem;
    text-align: center; }
  .monitoring-dashboard-section .dashboard-cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem; }
    .monitoring-dashboard-section .dashboard-cards .dashboard-card {
      width: 100%;
      max-width: 100%;
      background-color: #ffffff;
      border-radius: 1.25rem;
      padding: 1.5rem;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
      transition: all 0.2s ease-in-out;
      overflow: visible; }
      .monitoring-dashboard-section .dashboard-cards .dashboard-card div.plot-container {
        width: 100% !important;
        overflow-x: auto; }
        .monitoring-dashboard-section .dashboard-cards .dashboard-card div.plot-container > div {
          width: 100% !important; }
      .monitoring-dashboard-section .dashboard-cards .dashboard-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08); }
      .monitoring-dashboard-section .dashboard-cards .dashboard-card .card-title {
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 1rem;
        color: #111827;
        text-align: center; }
      .monitoring-dashboard-section .dashboard-cards .dashboard-card div.plot-container {
        width: 100% !important;
        overflow-x: auto; }

.qr-scanner-section {
  margin-top: 20px;
  padding: 15px;
  background: #f5f5f5;
  border-radius: 5px; }

#scanner {
  background: #000;
  border: 2px solid #ddd; }

#startScanner, #stopScanner {
  padding: 8px 15px;
  cursor: pointer; }

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