

/* Start:/local/templates/nioteks/css/main.css?1787587219509*/
@import url('/local/templates/nioteks/css/reset.css');
@import url('/local/templates/nioteks/css/variables.css');
@import url('/local/templates/nioteks/css/fonts.css');
@import url('/local/templates/nioteks/css/base.css');
@import url('/local/templates/nioteks/css/typography.css');
@import url('/local/templates/nioteks/css/utilities.css');
@import url('/local/templates/nioteks/css/components.css');
@import url('/local/templates/nioteks/css/header.css');
@import url('/local/templates/nioteks/css/mobile-menu.css');
@import url('/local/templates/nioteks/css/footer.css');
@import url('/local/templates/nioteks/css/breadcrumbs-block.css');
@import url('/local/templates/nioteks/css/pagination-block.css');
@import url('/local/templates/nioteks/css/modal.css');
@import url('/local/templates/nioteks/css/city-modal.css');
@import url('/local/templates/nioteks/css/cookie-banner.css');
@import url('/local/templates/nioteks/css/layout.css');
@import url('/local/templates/nioteks/css/animations.css');

/* End */


/* Start:/local/templates/nioteks/css/modal.css?17875872192823*/
.modal[hidden] {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  overflow: hidden;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  border: none;
  padding: 0;
  background-color: rgb(0 0 0 / 60%);
  cursor: pointer;
}

.modal__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-height: calc(100dvh - 32px);
  padding: 16px;
  background-color: var(--color-grey-lg-3);
  border-radius: 15px;
  overflow: hidden;
}

.modal__head {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.modal__title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight-semibold);
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--color-black);
}

.modal__close {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: none;
  color: var(--color-black);
  cursor: pointer;
  transition: color var(--transition-base);
}

.modal__close:hover {
  color: var(--color-primary);
}

.modal__close-icon {
  display: block;
  width: 24px;
  height: 24px;
}

.modal__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__foot {
  flex-shrink: 0;
}

.modal__download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-base);
}

.modal__download:hover {
  color: var(--color-primary);
}

.modal__download-info {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.modal__download-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}

.modal__download-name {
  font-family: var(--font-family);
  font-weight: var(--font-weight-semibold);
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  color: inherit;
}

.modal__download-action {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.modal--md .modal__dialog {
  max-width: var(--content-max-width);
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .modal__dialog {
    gap: 16px;
  }

  .modal__download-icon {
    width: 20px;
    height: 20px;
  }

  .modal__download-action {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 768px) {
  .modal {
    padding: 24px;
  }

  .modal__dialog {
    max-height: calc(100dvh - 48px);
    padding: 24px;
  }

  .modal__title {
    font-size: 16px;
  }

  .modal__download-name {
    font-size: 16px;
  }
}

/* End */
/* /local/templates/nioteks/css/main.css?1787587219509 */
/* /local/templates/nioteks/css/modal.css?17875872192823 */
