

/* Start:/local/templates/nioteks/css/tags-page.css?17875872206604*/
.tags-page {
  padding-block: 30px 40px;
}

.tags-page__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}

.tags-page__head {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.tags-page__title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight-semibold);
  font-size: 22px;
  line-height: 1.2;
  color: var(--color-black);
}

.tags-page__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  min-width: 0;
}

.tags-page__filters {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  gap: 5px;
}

.tags-page__section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  min-width: 0;
}

.tags-page__section-title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight-semibold);
  font-size: 22px;
  line-height: 1.2;
  color: var(--color-black);
}

.tags-page__equipment-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tags-page__equipment-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.tags-page__equipment-card:hover,
.tags-page__equipment-card:focus-visible {
  color: var(--color-black);
}

.tags-page__equipment-media {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 282 / 200;
  border-radius: 15px;
  background-color: var(--color-grey-lg-2);
}

.tags-page__equipment-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform var(--transition-base);
}

.tags-page__equipment-card:hover .tags-page__equipment-image,
.tags-page__equipment-card:focus-visible .tags-page__equipment-image {
  transform: scale(1.05);
}

.tags-page__equipment-title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight-semibold);
  font-size: 14px;
  line-height: 1.4;
  transition: color var(--transition-base);
}

.tags-page__equipment-card:hover .tags-page__equipment-title,
.tags-page__equipment-card:focus-visible .tags-page__equipment-title {
  color: var(--color-primary);
}

.tags-page__equipment-price {
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight-bold);
  font-size: 16px;
  line-height: 1.4;
  margin-top: auto;
}

.reviews-page__list.tags-page__reviews-list {
  width: 100%;
  max-width: 996px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .tags-page__inner {
    gap: 35px;
  }

  .tags-page__head {
    gap: 35px;
  }

  .tags-page__content {
    gap: 35px;
  }

  .tags-page__filters .tab--filter.tab--active {
    font-weight: var(--font-weight-semibold);
  }

  .tags-page__equipment-grid {
    gap: 24px;
  }

  .tags-page__equipment-card {
    gap: 12px;
  }

  .tags-page__equipment-media {
    aspect-ratio: 343 / 200;
  }

  .tags-page .projects-block--page .projects-block__grid {
    gap: 24px;
  }

  .tags-page .projects-block--page .projects-block__card {
    gap: 20px;
  }

  .tags-page .projects-block--page .projects-block__card-media,
  .tags-page .projects-block--page .projects-block__card--compact .projects-block__card-media--square {
    height: 235px;
  }

  .tags-page .projects-block--page .projects-block__card-footer {
    margin-top: 0;
    gap: 25px;
  }

  .tags-page .projects-block--page .projects-block__card-info {
    gap: 15px;
  }

  .tags-page .projects-block--page .projects-block__spec {
    font-size: 14px;
  }

  .tags-page .projects-block--page .projects-block__spec-icon {
    width: 15px;
    height: 15px;
  }

  .tags-page .news-block--page .news-block__grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .tags-page .news-block--page .news-block__card {
    gap: 16px;
  }

  .tags-page .news-block--page .news-block__card--featured,
  .tags-page .news-block--page .news-block__card--compact {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .tags-page .news-block--page .news-block__card--featured .news-block__card-media,
  .tags-page .news-block--page .news-block__card--compact .news-block__card-media {
    position: relative;
    height: auto;
    aspect-ratio: 343 / 210;
  }

  .tags-page .news-block--page .news-block__card--featured .news-block__card-image {
    position: static;
  }

  .tags-page .news-block--page .news-block__card--featured .news-block__card-content {
    position: static;
    gap: 12px;
    min-height: auto;
    padding: 0;
    color: var(--color-black);
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 0;
  }

  .tags-page .news-block--page .news-block__card--featured .news-block__card-body,
  .tags-page .news-block--page .news-block__card--compact .news-block__card-body {
    gap: 12px;
  }

  .tags-page .news-block--page .news-block__card--featured .news-block__card-date,
  .tags-page .news-block--page .news-block__card--compact .news-block__card-date {
    font-size: 12px;
    font-weight: var(--font-weight-medium);
    color: var(--color-grey-lg);
  }

  .tags-page .news-block--page .news-block__card-title,
  .tags-page .news-block--page .news-block__card-text {
    font-size: 14px;
  }

  .tags-page .articles-page__grid {
    gap: 35px;
  }

  .tags-page__reviews-list {
    max-width: none;
  }

  .tags-page .reviews-page__card {
    padding: 16px;
    padding-right: 48px;
  }

  .tags-page .reviews-page__card-action {
    top: 16px;
    right: 16px;
  }

  .tags-page .reviews-page__card-text {
    -webkit-line-clamp: 10;
    line-clamp: 10;
  }
}

@media (min-width: 768px) {
  .tags-page {
    padding-block: 40px 70px;
  }

  .tags-page__inner {
    gap: 40px;
  }

  .tags-page__head {
    gap: 30px;
  }

  .tags-page__title {
    font-size: 30px;
  }

  .tags-page__content {
    gap: 40px;
  }

  .tags-page__section {
    gap: 32px;
  }

  .tags-page__section-title {
    font-size: 30px;
    line-height: 1.4;
  }

  .tags-page__equipment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tags-page__equipment-title {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .tags-page {
    padding-block: 50px 100px;
  }

  .tags-page__inner {
    gap: 50px;
  }

  .tags-page__title {
    font-size: 48px;
    line-height: 1.4;
  }

  .tags-page__content {
    gap: 50px;
  }

  .tags-page__section-title {
    font-size: 28px;
  }

  .tags-page__equipment-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tags-page__equipment-title {
    font-size: 14px;
  }
}

/* End */


/* Start:/local/templates/nioteks/css/projects-block.css?17876623457568*/
.projects-block {
  background-color: var(--color-grey-lg-2);
  color: var(--color-black);
  padding-block: 40px;
}

.projects-block__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.projects-block__head {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.projects-block__title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight-semibold);
  font-size: 22px;
  line-height: 1.2;
}

.projects-block__grid {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.projects-block__btn {
  width: 100%;
  height: 45px;
  font-size: 14px;
}

.projects-block__card {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.projects-block__card:hover,
.projects-block__card:focus-visible {
  color: var(--color-black);
}

.projects-block__card-media {
  position: relative;
  overflow: hidden;
  height: 235px;
  border-radius: 15px;
  background-color: var(--color-grey-lg-2);
}

.projects-block__card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-base);
}

.projects-block__card:hover .projects-block__card-image,
.projects-block__card:focus-visible .projects-block__card-image {
  transform: scale(1.05);
}

.projects-block__card-footer {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.projects-block__card-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 15px;
  min-width: 0;
}

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

.projects-block__specs {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.projects-block__spec {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-family);
  font-weight: var(--font-weight-regular);
  font-size: 14px;
  line-height: 1.4;
}

.projects-block__spec-icon {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
}

/* Mobile card order per Figma — home block only */
.projects-block:not(.projects-block--page) .projects-block__card--wide {
  order: 1;
}

.projects-block:not(.projects-block--page) .projects-block__card--compact:nth-child(2) {
  order: 2;
}

.projects-block:not(.projects-block--page) .projects-block__card--compact:nth-child(3) {
  order: 3;
}

.projects-block:not(.projects-block--page) .projects-block__card--featured {
  order: 4;
}

@media (min-width: 768px) {
  .projects-block {
    padding-block: 60px;
  }

  .projects-block__inner {
    gap: 40px;
  }

  .projects-block__head {
    gap: 40px;
  }

  .projects-block__title {
    font-weight: var(--font-weight-semibold);
    font-size: 30px;
  }

  .projects-block__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 16px;
  }

  .projects-block__card--featured,
  .projects-block__card--wide {
    grid-column: 1 / -1;
  }

  .projects-block:not(.projects-block--page) .projects-block__card--featured,
  .projects-block:not(.projects-block--page) .projects-block__card--compact:nth-child(2),
  .projects-block:not(.projects-block--page) .projects-block__card--compact:nth-child(3),
  .projects-block:not(.projects-block--page) .projects-block__card--wide {
    order: unset;
  }

  .projects-block__card-media {
    height: 280px;
  }

  .projects-block__btn {
    height: 50px;
    font-size: 16px;
  }

  .projects-block__card-title {
    font-size: 15px;
  }

  .projects-block__spec-icon {
    width: 20px;
    height: 20px;
  }

  .projects-block__card-footer {
    margin-top: 24px;
  }
}

@media (min-width: 1200px) {
  .projects-block {
    padding-block: 90px;
  }

  .projects-block__inner {
    gap: 65px;
  }

  .projects-block__head {
    gap: 50px;
  }

  .projects-block__title {
    font-size: 48px;
    line-height: 1.4;
  }

  .projects-block__grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 65px 24px;
  }

  .projects-block__card--featured {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    grid-column: span 8;
  }

  .projects-block__card--compact {
    grid-column: span 4;
  }

  .projects-block__card--wide {
    grid-column: span 8;
  }

  .projects-block__card--featured .projects-block__card-media {
    grid-row: 1;
    grid-column: 1;
    height: auto;
    min-height: 560px;
  }

  .projects-block__card--featured .projects-block__card-image {
    position: absolute;
    inset: 0;
  }

  .projects-block__card--featured .projects-block__card-footer {
    z-index: 1;
    grid-row: 1;
    grid-column: 1;
    align-self: end;
    gap: 16px;
    min-height: 190px;
    margin-top: 0;
    padding: 19px 20px 25px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    border-radius: 0 0 15px 15px;
    color: var(--color-white);
  }

  .projects-block__card--featured:hover,
  .projects-block__card--featured:focus-visible {
    color: var(--color-white);
  }

  .projects-block__card--compact .projects-block__card-media {
    height: 384px;
  }

  .projects-block__card--wide .projects-block__card-media {
    height: 384px;
  }

  .projects-block__card-footer {
    margin-top: 30px;
  }

  .projects-block__card-info {
    gap: 20px;
  }

  .projects-block__card-title {
    max-width: 295px;
    font-size: 16px;
  }

  .projects-block__spec {
    font-size: 18px;
  }

  .projects-block__spec-icon {
    width: 24px;
    height: 24px;
  }

  .projects-block--page .projects-block__grid {
    row-gap: 64px;
  }

  /*.projects-block--page .projects-block__card:nth-child(1) {
    grid-column: 1 / span 8;
  }

  .projects-block--page .projects-block__card:nth-child(2) {
    grid-column: 9 / span 4;
  }

  .projects-block--page .projects-block__card:nth-child(3) {
    grid-column: 1 / span 4;
  }

  .projects-block--page .projects-block__card:nth-child(4) {
    grid-column: 5 / span 8;
  }

  .projects-block--page .projects-block__card:nth-child(5) {
    grid-column: 1 / span 8;
  }

  .projects-block--page .projects-block__card:nth-child(6) {
    grid-column: 9 / span 4;
  }*/
}

.projects-block--page {
  background-color: var(--color-white);
  padding-block: 0;
  width: 100%;
}

.projects-block--page .projects-block__inner {
  gap: 0;
}

.projects-block--page .projects-block__head {
  gap: 0;
}

.projects-block--page .projects-block__grid {
  width: 100%;
}

@media (max-width: 767px) {
  .projects-block--page .projects-block__grid {
    gap: 24px;
  }

  .projects-block--page .projects-block__card-footer {
    margin-top: 16px;
    gap: 24px;
  }

  .projects-block--page .projects-block__card-info {
    gap: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .projects-block--page .projects-block__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 16px;
  }

  .projects-block--page .projects-block__card--featured,
  .projects-block--page .projects-block__card--wide {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1600px) {
  .projects-block__card--featured .projects-block__card-media {
    min-height: 530px;
  }

  .projects-block__card--compact .projects-block__card-media {
    height: 350px;
  }
}

@media (min-width: 1800px) {
  .projects-block__card--featured .projects-block__card-media {
    min-height: 560px;
  }

  .projects-block__card--compact .projects-block__card-media {
    height: 384px;
  }
}
/* End */


/* Start:/local/templates/nioteks/css/project-item-page.css?17875872196416*/
.project-item {
  padding-block: 30px 50px;
}

.project-item__inner {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.project-item__head {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.project-item__hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
  margin-top: 35px;
}

.project-item__hero-gallery {
  width: 100%;
  min-width: 0;
}

.project-item__gallery--hero.news-item__gallery {
  --gallery-nav-width: 48px;
  gap: 16px;
}

.project-item__gallery--hero .news-item__gallery-main {
  height: 224px;
  border-radius: 15px;
}

.project-item__gallery--hero .news-item__gallery-btn-circle {
  width: 24px;
  height: 24px;
}

.project-item__gallery--hero .news-item__gallery-btn-icon {
  width: 9px;
  height: 9px;
}

.project-item__gallery--hero .news-item__gallery-thumbs {
  gap: 11px;
}

.project-item__gallery--hero .news-item__gallery-thumb {
  width: 60px;
  height: 60px;
  border-radius: 5px;
}

.project-item__hero-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.project-item__title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight-semibold);
  font-size: 22px;
  line-height: 1.2;
  color: var(--color-black);
}

.project-item__divider {
  width: 100%;
  height: 4px;
  background-color: var(--color-primary);
}

.project-item__lead {
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight-regular);
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-black);
}

.project-item__content.news-item__content {
  margin-inline: auto;
  margin-top: 32px;
  gap: 0;
}

/*.project-item__content-gallery {*/
/*  display: none;*/
/*}*/

.project-item__files {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-item__file {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--color-primary);
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-base);
}

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

.project-item__file-info {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
}

.project-item__file-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.project-item__file-name {
  font-family: var(--font-family);
  font-weight: var(--font-weight-medium);
  font-size: 14px;
  line-height: 1.4;
  color: inherit;
}

.project-item__file-download {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.project-item__related {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin-top: 35px;
}

.project-item__related-title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight-semibold);
  font-size: 22px;
  line-height: 1.2;
  color: var(--color-black);
}

.project-item__related-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.project-item__related-grid .projects-block__card {
  grid-column: auto;
  min-width: 0;
}

.project-item__related-grid .projects-block__card-media {
  height: 235px;
}

.project-item__related-grid .projects-block__card-footer {
  margin-top: 20px;
}

.project-item__related-grid .projects-block__card-info {
  gap: 15px;
}

.project-item__inner > .projects-page__tags {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .project-item {
    padding-block: 40px 70px;
  }

  .project-item__head {
    gap: 30px;
  }

  .project-item__hero {
    margin-top: 30px;
  }

  .project-item__hero-info {
    gap: 12px;
  }

  .project-item__title {
    font-size: 30px;
    line-height: 1.4;
  }

  .project-item__gallery--hero .news-item__gallery-main {
    height: 320px;
  }

  .project-item__gallery--hero.news-item__gallery {
    --gallery-nav-width: 72px;
  }

  .project-item__gallery--hero .news-item__gallery-btn-circle {
    width: 30px;
    height: 30px;
  }

  .project-item__gallery--hero .news-item__gallery-btn-icon {
    width: 11px;
    height: 11px;
  }

  .project-item__gallery--hero .news-item__gallery-thumbs {
    gap: 12px;
  }

  .project-item__gallery--hero .news-item__gallery-thumb {
    width: 96px;
    height: 96px;
  }

  .project-item__content.news-item__content {
    margin-top: 40px;
    /*gap: 40px;*/
  }

  .project-item__content-gallery {
    display: flex;
  }

  .project-item__files {
    gap: 24px;
    max-width: 439px;
  }

  .project-item__file-icon {
    width: 22px;
    height: 22px;
  }

  .project-item__file-name {
    font-size: 16px;
  }

  .project-item__related {
    gap: 40px;
    margin-top: 40px;
  }

  .project-item__related-title {
    font-size: 30px;
  }

  .project-item__related-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 16px;
  }

  .project-item__related-grid .projects-block__card-media {
    height: 280px;
  }

  .project-item__related-grid .projects-block__card-footer {
    margin-top: 24px;
  }

  .project-item__inner > .projects-page__tags {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .project-item {
    padding-block: 50px 100px;
  }

  .project-item__hero {
    flex-direction: row;
    align-items: flex-start;
    gap: 25px;
    margin-top: 45px;
  }

  .project-item__hero-gallery {
    flex: 0 0 40.5%;
    max-width: 486px;
    order: -1;
  }

  .project-item__hero-info {
    flex: 1;
    gap: 24px;
  }

  .project-item__title {
    font-size: 48px;
    line-height: 1.4;
  }

  .project-item__gallery--hero .news-item__gallery-main {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .project-item__gallery--hero .news-item__gallery-thumb {
    width: 109px;
    height: 109px;
  }

  .project-item__content.news-item__content {
    margin-top: 64px;
    /*gap: 48px;*/
  }

  .project-item__related {
    gap: 48px;
    margin-top: 48px;
  }

  .project-item__related-title {
    font-size: 38px;
  }

  .project-item__related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .project-item__related-grid .projects-block__card-media {
    height: 384px;
  }

  .project-item__related-grid .projects-block__card-footer {
    margin-top: 30px;
    gap: 25px;
  }

  .project-item__related-grid .projects-block__card-info {
    gap: 20px;
  }

  .project-item__inner > .projects-page__tags {
    margin-top: 48px;
  }
}

/* End */


/* Start:/local/templates/nioteks/css/news-item-page.css?178765406617335*/
.news-item {
  padding-block: 30px 50px;
}

.news-item__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}

.news-item__head {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.news-item__title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight-semibold);
  font-size: 22px;
  line-height: 1.2;
  color: var(--color-black);
}

.news-item__hero {
  overflow: hidden;
  height: 210px;
  border-radius: 15px;
  background-color: var(--color-grey-lg-2);
}

.news-item__hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: var(--content-max-width);
  min-width: 0;
  margin-inline: auto;
}

.news-item__text {
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight-regular);
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-black);
}

.news-item__text h1,
.news-item__text h2,
.news-item__text h3,
.news-item__text h4,
.news-item__text h5,
.news-item__text h6 {
  font-weight: var(--font-weight-semibold);
  margin-bottom: 12px;
}

.news-item__text p + p {
  margin-top: 1em;
}

.news-item__gallery {
  --gallery-nav-width: 72px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.news-item__gallery-main {
  position: relative;
  overflow: hidden;
  /*height: 220px;*/
  background-color: var(--color-grey-lg-2);
  cursor: zoom-in;
  aspect-ratio: 990 / 670;
}

.news-item__gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item__gallery-nav {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.news-item__gallery-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--gallery-nav-width);
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  pointer-events: auto;
}

.news-item__gallery-btn--prev {
  left: 0;
}

.news-item__gallery-btn--next {
  right: 0;
}

.news-item__gallery-btn-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  background-color: var(--color-grey-lg-2);
  border: 1px solid var(--color-grey-lg-4);
  transition: background-color var(--transition-base), border-color var(--transition-base);
}

.news-item__gallery-btn:hover .news-item__gallery-btn-circle,
.news-item__gallery-btn:focus-visible .news-item__gallery-btn-circle {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.news-item__gallery-btn-icon {
  display: block;
  width: 15px;
  height: 15px;
  transition: filter var(--transition-base);
}

.news-item__gallery-btn:hover .news-item__gallery-btn-icon,
.news-item__gallery-btn:focus-visible .news-item__gallery-btn-icon {
  filter: brightness(0) invert(1);
}

.news-item__gallery-btn--prev .news-item__gallery-btn-icon {
  transform: rotate(180deg);
}

.news-item__gallery-thumbs-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  min-width: 0;
}

.news-item__gallery-thumbs {
  display: flex;
  gap: 12px;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-x;
}

.news-item__gallery-thumbs::-webkit-scrollbar {
  display: none;
}

.news-item__gallery-thumbs--dragging {
  cursor: grabbing;
  user-select: none;
}

.news-item__gallery-thumbs--dragging .news-item__gallery-thumb {
  cursor: grabbing;
  pointer-events: none;
}

.news-item__gallery-thumb {
  flex-shrink: 0;
  /*width: 72px;*/
  /*height: 72px;*/
  max-height: 72px;
  height: 100%;
  max-width: 110px;
  padding: 0;
  border: 2px solid transparent;
  background: none;
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 990 / 670;
}

.news-item__gallery-thumb-image {
  display: block;
  width: 100%;
  height: 100%;
  /*object-fit: contain;*/
  object-fit: cover;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}

.news-item__gallery-thumb--active {
  border-color: var(--color-primary);
}

.news-item__gallery-pagination {
  width: 100%;
}

.news-item__gallery-pagination-progress {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: var(--color-grey-lg-4);
}

.news-item__gallery-pagination-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: var(--color-primary);
  transition: left var(--transition-base);
}

.gallery-lightbox[hidden] {
  display: none;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 16px 16px;
}

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

.gallery-lightbox__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--color-white);
  cursor: pointer;
  transition: background-color var(--transition-base);
}

.gallery-lightbox__close:hover,
.gallery-lightbox__close:focus-visible {
  background-color: var(--color-primary);
}

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

.gallery-lightbox__image {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  max-height: calc(100dvh - 64px);
  width: auto;
  height: 100%;
  object-fit: contain;
}

.gallery-lightbox__nav {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.gallery-lightbox__nav[hidden] {
  display: none;
}

.gallery-lightbox__nav-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  min-width: 64px;
  max-width: 160px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
}

.gallery-lightbox__nav-btn--prev {
  left: 0;
}

.gallery-lightbox__nav-btn--next {
  right: 0;
}

.gallery-lightbox__nav-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-grey-lg-4);
  border-radius: 50%;
  background-color: var(--color-grey-lg-2);
  transition: background-color var(--transition-base), border-color var(--transition-base);
}

.gallery-lightbox__nav-btn:hover .gallery-lightbox__nav-circle,
.gallery-lightbox__nav-btn:focus-visible .gallery-lightbox__nav-circle {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.gallery-lightbox__nav-icon {
  display: block;
  width: 15px;
  height: 15px;
  transition: filter var(--transition-base);
}

.gallery-lightbox__nav-btn:hover .gallery-lightbox__nav-icon,
.gallery-lightbox__nav-btn:focus-visible .gallery-lightbox__nav-icon {
  filter: brightness(0) invert(1);
}

.gallery-lightbox__nav-btn--prev .gallery-lightbox__nav-icon {
  transform: rotate(180deg);
}

body.gallery-lightbox-open {
  overflow: hidden;
}

.news-item__table-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.news-item__table-title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight-semibold);
  /*font-size: 14px;*/
  font-size: 22px;
  line-height: 1.4;
  /*text-transform: uppercase;*/
  color: var(--color-black);
  margin-top: 32px;
  margin-bottom: 12px;
}

.news-item__table-scroll {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  min-width: 0;
  margin-bottom: 30px
}

.news-item__table-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.news-item__table-wrap::-webkit-scrollbar {
  display: none;
}

.news-item__scroll-bar {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: var(--color-grey-lg-2);
  flex-shrink: 0;
}

.news-item__scroll-bar[hidden] {
  display: none;
}

.news-item__scroll-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  min-width: 24px;
  background-color: var(--color-primary);
  will-change: transform, width;
}

.news-item__table {
  width: max-content;
  min-width: 608px;
  border-collapse: collapse;
  font-family: var(--font-family);
  font-size: 14px;
  line-height: 1.4;
}

.news-item__table.big-content-table {
  width: auto;
}

.news-item__table thead th {
  padding: 16px 12px;
  font-weight: var(--font-weight-semibold);
  text-align: center;
  color: var(--color-primary);
  background-color: var(--color-grey-lg-2);
}

.news-item__table thead th:first-child {
  width: 282px;
  text-align: left;
}

.news-item__table tbody th {
  padding: 16px 12px;
  font-weight: var(--font-weight-semibold);
  text-align: left;
  color: var(--color-black);
  vertical-align: middle;
}

.news-item__table tbody td {
  padding: 16px 12px;
  font-weight: var(--font-weight-regular);
  text-align: center;
  color: var(--color-black);
  vertical-align: middle;
}

.news-item__table tbody tr:nth-child(odd) {
  background-color: var(--color-white);
}

.news-item__table tbody tr:nth-child(even) {
  background-color: var(--color-grey-lg-2);
}

.news-item__table-tech-list {
  margin: 0;
  text-align: left;
}

.news-item__table-tech-list p {
  margin: 0;
}

.news-item__table-tech-list p + p {
  margin-top: 1.4em;
}

.news-item__table--specs {
  width: 100%;
  min-width: 0;
}

.news-item__table--specs thead th,
.news-item__table--specs tbody th,
.news-item__table--specs tbody td {
  text-align: left;
}

.news-item__table--specs thead th:first-child,
.news-item__table--specs tbody th {
  width: 50%;
}

.news-item__footer {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.news-item__list {
  margin: 0;
  padding-left: 27px;
  list-style-type: disc;
  list-style-position: outside;
  font-family: var(--font-family);
  font-weight: var(--font-weight-regular);
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-black);
}

.news-item__list li + li {
  margin-top: 4px;
}

.news-item__link {
  font-family: var(--font-family);
  font-weight: var(--font-weight-regular);
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-black);
  text-decoration: underline;
  text-underline-offset: 2px;
}

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

.news-item__date {
  font-family: var(--font-family);
  font-weight: var(--font-weight-medium);
  font-size: 12px;
  line-height: 1.4;
  color: var(--color-black);
}

.news-item__related {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.news-item__related-title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight-semibold);
  font-size: 22px;
  line-height: 1.2;
  color: var(--color-black);
}

.news-item__related-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-item__related-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.news-item__related-card:hover,
.news-item__related-card:focus-visible {
  color: var(--color-black);
}

.news-item__related-media {
  overflow: hidden;
  height: 210px;
  border-radius: 15px;
  background-color: var(--color-grey-lg-2);
}

.news-item__related-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-base);
}

.news-item__related-card:hover .news-item__related-image,
.news-item__related-card:focus-visible .news-item__related-image {
  transform: scale(1.05);
}

.news-item__related-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.news-item__related-card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.news-item__related-card-title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight-semibold);
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  transition: color var(--transition-base);
}

.news-item__related-card:hover .news-item__related-card-title,
.news-item__related-card:focus-visible .news-item__related-card-title {
  color: var(--color-primary);
}

.news-item__related-card-text {
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight-regular);
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.news-item__related-card-date {
  font-family: var(--font-family);
  font-weight: var(--font-weight-regular);
  font-size: 12px;
  line-height: 1.4;
  color: var(--color-grey-lg);
  margin-top: auto;
}

.news-item__tags {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.news-item__tags-title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight-semibold);
  font-size: 22px;
  line-height: 1.4;
  /*text-transform: uppercase;*/
  color: var(--color-black);
}

.news-item__tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-item__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 5px;
  background-color: var(--color-grey-lg-3);
  font-family: var(--font-family);
  font-weight: var(--font-weight-medium);
  font-size: 10px;
  line-height: 1.4;
  color: var(--color-black);
  text-decoration: none;
  white-space: nowrap;
  transition: background-color var(--transition-base), color var(--transition-base);
}

/*@media (max-width: 767px) {
  .news-item__table-wrap {
    width: 100vw;
    max-width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-inline: var(--container-padding);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }

  .news-item__table {
    min-width: 608px;
    font-size: 12px;
  }

  .news-item__table thead th,
  .news-item__table tbody th,
  .news-item__table tbody td {
    padding: 12px;
  }

  .news-item__table thead th:first-child,
  .news-item__table tbody th {
    padding-inline: 20px;
    width: auto;
    min-width: 140px;
    max-width: 189px;
  }

  .news-item__table--specs {
    min-width: 0;
  }

  .news-item__table--specs thead th:first-child,
  .news-item__table--specs tbody th {
    min-width: 0;
    max-width: none;
    padding-inline: 12px;
  }

  .news-item__gallery-thumbs {
    gap: 11px;
  }

  .news-item__gallery-thumb {
    !*width: 60px;*!
    !*height: 60px;*!
    max-height: 60px;
    border-radius: 5px;
  }

  .news-item__gallery-thumb-image {
    border-radius: 5px;
  }
}*/

@media (min-width: 768px) {
  .news-item {
    padding-block: 40px 70px;
  }

  .news-item__inner {
    gap: 40px;
  }

  .news-item__head {
    gap: 30px;
  }

  .news-item__title {
    font-size: 30px;
  }

  .news-item__hero {
    height: 320px;
  }

  .news-item__content {
    gap: 40px;
  }

  .news-item__text,
  .news-item__list,
  .news-item__link {
    font-size: 16px;
  }

  /*.news-item__gallery-main {*/
  /*  height: 360px;*/
  /*}*/

  .news-item__gallery-thumb {
    /*width: 96px;*/
    /*height: 96px;*/
    max-height: 96px;
  }

  .news-item__table-title {
    /*font-size: 16px;*/
	font-size: 28px;
    margin-top: 48px;
    margin-bottom: 24px;
  }

  .news-item__table {
    font-size: 16px;
    min-width: 640px;
    width: 100%;
  }

  .news-item__table--specs {
    min-width: 0;
  }

  .news-item__date {
    font-size: 14px;
  }

  .news-item__related {
    gap: 40px;
  }

  .news-item__related-title {
    font-size: 30px;
  }

  .news-item__related-list {
    /*flex-direction: row;*/
    /*gap: 24px;*/
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .news-item__related-list > li {
    /*flex: 1;*/
    min-width: 0;
  }

  .news-item__related-card {
    gap: 24px;
  }

  .news-item__related-content {
    gap: 24px;
  }

  .news-item__related-card-body {
    gap: 12px;
  }

  .news-item__related-card-title,
  .news-item__related-card-text {
    font-size: 16px;
  }

  .news-item__related-card-date {
    font-size: 14px;
  }

  .news-item__tags-title {
    font-size: 38px;
  }

  .news-item__tag {
    padding: 8px 16px;
    font-size: 16px;
  }
  
.news-item__text h1,
.news-item__text h2,
.news-item__text h3,
.news-item__text h4,
.news-item__text h5,
.news-item__text h6 {
  margin-bottom: 24px;
}
}

@media (min-width: 1200px) {
  .news-item {
    padding-block: 50px 100px;
  }

  .news-item__title {
    font-size: 48px;
    line-height: 1.4;
  }

  .news-item__hero {
    height: 400px;
  }

  .news-item__content {
    gap: 48px;
  }

  .news-item__text,
  .news-item__list,
  .news-item__link {
    font-size: 18px;
  }

  /*.news-item__gallery-main {*/
  /*  height: 490px;*/
  /*}*/

  .news-item__gallery-thumb {
    /*width: 109px;*/
    /*height: 109px;*/
    max-height: 109px;
  }

  .news-item__related {
    gap: 48px;
  }

  .news-item__related-title {
    font-size: 38px;
  }
}

/* End */


/* Start:/local/templates/nioteks/css/articles-page.css?17875872203226*/
.articles-page {
  padding-block: 30px 40px;
}

.articles-page__inner {
  display: flex;
  flex-direction: column;
  gap: 35px;
  min-width: 0;
}

.articles-page__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  min-width: 0;
}

.articles-page__title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight-semibold);
  font-size: 22px;
  line-height: 1.2;
  color: var(--color-black);
}

.articles-page__body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
  width: 100%;
}

.articles-page__grid {
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.articles-page__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: inherit;
  text-decoration: none;
}

.articles-page__card:hover,
.articles-page__card:focus-visible {
  color: var(--color-black);
}

.articles-page__card-media {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 343 / 210;
  border-radius: 15px;
  background-color: var(--color-grey-lg-2);
}

.articles-page__card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-base);
}

.articles-page__card:hover .articles-page__card-image,
.articles-page__card:focus-visible .articles-page__card-image {
  transform: scale(1.05);
}

.articles-page__card-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.articles-page__card-title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight-semibold);
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  transition: color var(--transition-base);
}

.articles-page__card:hover .articles-page__card-title,
.articles-page__card:focus-visible .articles-page__card-title {
  color: var(--color-primary);
}

.articles-page__card-text {
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight-regular);
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

@media (min-width: 768px) {
  .articles-page {
    padding-block: 40px 70px;
  }

  .articles-page__inner {
    gap: 35px;
  }

  .articles-page__content {
    gap: 40px;
  }

  .articles-page__title {
    font-size: 30px;
  }

  .articles-page__body {
    gap: 50px;
  }

  .articles-page__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .articles-page__card {
    gap: 24px;
  }

  .articles-page__card-title,
  .articles-page__card-text {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .articles-page {
    padding-block: 50px 100px;
  }

  .articles-page__inner {
    gap: 30px;
  }

  .articles-page__content {
    gap: 50px;
  }

  .articles-page__title {
    font-size: 48px;
    line-height: 1.4;
  }

  .articles-page__body {
    gap: 80px;
  }

  .articles-page__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .articles-page__card-title,
  .articles-page__card-text {
    font-size: 16px;
  }

  .articles-page__card-media {
    aspect-ratio: 384 / 210;
  }
}

/* End */


/* Start:/local/templates/nioteks/css/reviews-page.css?17875872203373*/
.reviews-page {
  padding-block: 30px 50px;
}

.reviews-page__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.reviews-page__head {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.reviews-page__title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight-semibold);
  font-size: 22px;
  line-height: 1.2;
  color: var(--color-black);
}

.reviews-page__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.reviews-page__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: var(--content-max-width);
  margin: 0;
  padding: 0;
  list-style: none;
}

.reviews-page__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  padding-right: 48px;
  color: inherit;
  text-decoration: none;
  background-color: var(--color-grey-lg-3);
  border-radius: 15px;
  transition: background-color var(--transition-base);
}

.reviews-page__card:hover,
.reviews-page__card:focus-visible {
  color: var(--color-black);
  background-color: var(--color-grey-lg-2);
}

.reviews-page__card:hover .btn-icon,
.reviews-page__card:focus-visible .btn-icon {
  background-color: var(--color-black);
}

.reviews-page__card-client {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.reviews-page__card-logo {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.reviews-page__card-title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight-semibold);
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  transition: color var(--transition-base);
}

.reviews-page__card:hover .reviews-page__card-title,
.reviews-page__card:focus-visible .reviews-page__card-title {
  color: var(--color-primary);
}

.reviews-page__card-text {
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight-regular);
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-black);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  overflow: hidden;
}

.reviews-page__card-action {
  position: absolute;
  bottom: 20px;
  right: 16px;
  display: flex;
  flex-shrink: 0;
}

.reviews-page__card-icon {
  width: 24px;
  height: 24px;
}

.reviews-page__card-icon .btn-icon__arrow {
  width: 12px;
  height: 12px;
}

.reviews-page__pagination {
  width: 100%;
}

@media (max-width: 1199px) {
  .reviews-page__pagination .pagination__list li:nth-child(n + 7) {
    display: none;
  }
}

@media (min-width: 768px) {
  .reviews-page {
    padding-block: 40px 70px;
  }

  .reviews-page__inner {
    gap: 40px;
  }

  .reviews-page__head {
    gap: 30px;
  }

  .reviews-page__title {
    font-size: 30px;
  }

  .reviews-page__body {
    gap: 50px;
  }

  .reviews-page__card {
    padding: 24px;
    padding-right: 56px;
  }

  .reviews-page__card-action {
    bottom: 24px;
    right: 24px;
  }

  .reviews-page__card-title,
  .reviews-page__card-text {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .reviews-page {
    padding-block: 50px 100px;
  }

  .reviews-page__title {
    font-size: 48px;
    line-height: 1.4;
  }

  .reviews-page__body {
    gap: 64px;
  }

  .reviews-page__card-text {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}

/* End */


/* Start:/local/templates/nioteks/css/product-page.css?178758722010091*/
.product-page {
  padding-block: 30px 40px;
}

.product-page__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}

.product-page__intro {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  min-width: 0;
}

.product-page__head {
  display: flex;
  flex-direction: column;
}

.product-page__hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
  margin-top: 35px;
}

.product-page__hero-gallery {
  width: 100%;
  min-width: 0;
}

.product-page__gallery.news-item__gallery {
  --gallery-nav-width: 48px;
  gap: 16px;
}

.product-page__gallery .news-item__gallery-main {
  /*height: 224px;*/
  height: auto;
  border-radius: 15px;
  /*aspect-ratio: 1 / 1;*/
  aspect-ratio: 990 / 670;
}

.product-page__gallery .news-item__gallery-btn-circle {
  width: 24px;
  height: 24px;
}

.product-page__gallery .news-item__gallery-btn-icon {
  width: 9px;
  height: 9px;
}

.product-page__gallery .news-item__gallery-thumbs {
  gap: 11px;
}

.product-page__gallery .news-item__gallery-thumb {
  /*width: 60px;*/
  /*height: 60px;*/
  border-radius: 5px;
}

.product-page__hero-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.product-page__title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight-semibold);
  font-size: 22px;
  line-height: 1.2;
  color: var(--color-black);
}

.product-page__purchase {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.product-page__summary {
  display: flex;
  flex-direction: column;
  /*gap: 16px;*/
  gap: 24px;
}

.product-page__price {
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight-semibold);
  font-size: 20px;
  line-height: 1.4;
  color: var(--color-black);
}

.product-page__subtitle {
  margin: 0;
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 1.4;
  color: var(--color-black);
}

.product-page__order {
  width: 100%;
  max-width: 200px;
  font-weight: var(--font-weight-medium);
}

.product-page__specs {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-page__spec {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight-regular);
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-black);
}

.product-page__spec-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.product-page__spec-muted {
  color: var(--color-grey-dark);
}

.product-page__spec-strong {
  font-weight: var(--font-weight-medium);
  color: var(--color-black);
}

.product-page__details {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: var(--content-max-width);
  margin-inline: auto;
}

.product-page__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.product-page__panel {
  width: 100%;
}

.product-page__tabs .tab--outline.tab--active {
  border-color: var(--color-primary);
}

.product-page__panel[hidden] {
  display: none;
}

.product-page__text {
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight-regular);
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-black);
}

.product-page__text h1,
.product-page__text h2,
.product-page__text h3,
.product-page__text h4,
.product-page__text h5,
.product-page__text h6 {
  font-weight: var(--font-weight-semibold);
  margin-bottom: 12px;
}

.product-page__disclaimer {
  margin-top: 1.4em;
  font-family: var(--font-family);
  font-weight: var(--font-weight-regular);
  /*font-size: 14px;*/
  line-height: 1.4;
  color: var(--color-text-muted, var(--color-black));
}

.product-page__text p {
  margin: 0 0 1.4em;
}

.product-page__text p:last-child {
  margin-bottom: 0;
}

.product-page__details .news-item__table-block {
  width: 100%;
}

.product-page__details .news-item__table-title {
  display: none;
}

.product-page__section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  min-width: 0;
}

.product-page__section-title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight-semibold);
  font-size: 22px;
  line-height: 1.2;
  color: var(--color-black);
}

.product-page__equipment {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.product-page__equipment-grid {
  width: 100%;
}

.product-page__pagination {
  width: 100%;
  max-width: 446px;
}

.product-page__projects-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.product-page__projects-grid .projects-block__card-media {
  height: 235px;
}

.product-page__projects-grid .projects-block__card-footer {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .product-page {
    padding-block: 30px 50px;
  }

  .product-page__inner {
    gap: 60px;
  }

  .product-page__intro {
    gap: 24px;
  }

  .product-page__hero {
    gap: 32px;
    margin-top: 35px;
  }

  .product-page__hero-info {
    gap: 32px;
  }

  .product-page__purchase {
    gap: 16px;
  }

  .product-page__order {
    max-width: none;
    height: 45px;
    font-size: 14px;
    font-weight: var(--font-weight-semibold);
  }

  .product-page__spec-icon {
    width: 15px;
    height: 15px;
  }

  .product-page__details {
    gap: 16px;
  }

  .product-page__tabs .tab--outline {
    height: 25px;
    min-height: 25px;
    /* padding: 10px 32px; */
	padding: 10px;
    font-size: 10px;
    line-height: normal;
  }

  .product-page__tabs .tab--primary {
    height: 25px;
    min-height: 25px;
    /* padding: 10px 32px; */
	padding: 10px;
    font-size: 10px;
    line-height: normal;
  }

  .product-page__section {
    gap: 32px;
  }

  .product-page__equipment {
    gap: 40px;
    align-items: center;
  }

  .product-page__equipment-grid {
    gap: 24px;
  }

  .product-page__equipment-grid .tags-page__equipment-card {
    gap: 12px;
  }

  .product-page__equipment-grid .tags-page__equipment-media {
    aspect-ratio: 343 / 200;
  }

  .product-page__pagination .pagination__inner {
    justify-content: center;
    gap: 8px;
  }

  .product-page__pagination .pagination__list {
    flex: none;
  }

  .product-page__projects-grid {
    gap: 24px;
  }

  .product-page__projects-grid .projects-block__card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    grid-column: auto;
  }

  .product-page__projects-grid .projects-block__card-media {
    height: 235px;
  }

  .product-page__projects-grid .projects-block__card-footer {
    margin-top: 0;
    gap: 25px;
  }

  .product-page__projects-grid .projects-block__card-info {
    gap: 15px;
  }

  .product-page__projects-grid .projects-block__spec {
    font-size: 14px;
  }

  .product-page__projects-grid .projects-block__spec-icon {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 768px) {
  .product-page {
    padding-block: 40px 70px;
  }

  .product-page__inner {
    gap: 40px;
  }

  .product-page__hero {
    margin-top: 30px;
  }

  /*.product-page__summary {*/
  /*  gap: 20px;*/
  /*}*/

  .product-page__purchase {
    gap: 28px;
  }

  .product-page__title {
    font-size: 30px;
    line-height: 1.4;
  }

  .product-page__price {
    font-size: 22px;
  }

  /*.product-page__gallery .news-item__gallery-main {*/
  /*  height: 320px;*/
  /*}*/

  .product-page__gallery.news-item__gallery {
    --gallery-nav-width: 72px;
  }

  .product-page__gallery .news-item__gallery-btn-circle {
    width: 30px;
    height: 30px;
  }

  .product-page__gallery .news-item__gallery-btn-icon {
    width: 11px;
    height: 11px;
  }

  .product-page__gallery .news-item__gallery-thumbs {
    gap: 12px;
  }

  .product-page__gallery .news-item__gallery-thumb {
    /*width: 96px;*/
    /*height: 96px;*/
  }

  .product-page__details {
    gap: 32px;
  }

  .product-page__text {
    font-size: 16px;
  }

  .product-page__section {
    gap: 32px;
  }

  .product-page__section-title {
    font-size: 30px;
  }

  .product-page__equipment {
    gap: 40px;
  }

  .product-page__projects-grid .projects-block__card-media {
    height: 280px;
  }
  
.product-page__text h1,
.product-page__text h2,
.product-page__text h3,
.product-page__text h4,
.product-page__text h5,
.product-page__text h6 {
  margin-bottom: 24px;
}
}

@media (min-width: 1200px) {
  .product-page {
    padding-block: 50px 100px;
  }

  .product-page__inner {
    gap: 100px;
  }

  .product-page__intro {
    gap: 30px;
  }

  .product-page__details {
    margin-top: 18px;
    align-items: center;
  }

  .product-page__tabs {
    justify-content: center;
  }

  .product-page__hero {
    flex-direction: row;
    align-items: flex-start;
    gap: 124px;
    margin-top: 0;
  }

  .product-page__hero-gallery {
    flex: 0 0 43%;
    /*max-width: 486px;*/
  }

  .product-page__hero-info {
    flex: 1;
    gap: 50px;
  }

  .product-page__summary {
    gap: 24px;
  }

  .product-page__purchase {
    gap: 32px;
  }

  .product-page__specs {
    max-width: 469px;
  }

  .product-page__title {
    font-size: 28px;
    line-height: normal;
  }

  .product-page__price {
    font-size: 24px;
  }

  .product-page__subtitle {
    font-size: 18px;
  }

  .product-page__gallery .news-item__gallery-main {
    height: auto;
    /*aspect-ratio: 1 / 1;*/
  }

  .product-page__gallery .news-item__gallery-thumb {
    /*width: 109px;*/
    /*height: 109px;*/
  }

  .product-page__section-title {
    font-size: 38px;
  }

  .product-page__equipment {
    gap: 50px;
  }

  .product-page__equipment + .product-page__pagination,
  .product-page__equipment .product-page__pagination {
    margin-top: 10px;
  }

  .product-page__projects-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .product-page__projects-grid .projects-block__card {
    grid-column: auto;
  }

  .product-page__projects-grid .projects-block__card-media {
    height: 384px;
  }

  .product-page__projects-grid .projects-block__card-footer {
    margin-top: 30px;
  }

  .product-page__projects-grid .projects-block__card-info {
    gap: 20px;
  }
}

/* End */
/* /local/templates/nioteks/css/tags-page.css?17875872206604 */
/* /local/templates/nioteks/css/projects-block.css?17876623457568 */
/* /local/templates/nioteks/css/project-item-page.css?17875872196416 */
/* /local/templates/nioteks/css/news-item-page.css?178765406617335 */
/* /local/templates/nioteks/css/articles-page.css?17875872203226 */
/* /local/templates/nioteks/css/reviews-page.css?17875872203373 */
/* /local/templates/nioteks/css/product-page.css?178758722010091 */
