

/* Start:/local/templates/nobetec/components/bitrix/news/news/bitrix/news.detail/detailPage/style.css?177858109933780*/
/* start article */

.article__navigation .navigation-tabs:not(.fixed)>.container {
  padding: 0;
}

.article {
  padding-top: 208px;
}

.article__inner {
  position: relative;
}

.article__aside {
  position: absolute;
  top: 0;
  right: 0;
}

.article__btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.article__btn .js-copy-text-value {
  display: none;
}

.article__content {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

.article__breadcrumbs {
  margin-bottom: 40px;
  padding-top: 0 !important;
}

.article__title {
  margin-bottom: 48px;
}

.article__info {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 56px;
}

.article__info-tag .card__tag {
  display: inline-block;
  background-color: var(--base-white-color);
}

.article__info-time,
.article__info-views,
.article__info-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: var(--base-gray-color-06);
}

.article__info-date {
  margin-left: auto;
}

.article__specialist {
  margin-bottom: 56px;
}

.article__specialist .specialist {
  max-width: 100%;
}

.article__specialist .specialist__top {
  margin-bottom: 24px;
}

.article__specialist .specialist__pic {
  flex: 0 0 80px;
}

.article__specialist .specialist__body {
  color: var(--base-black-color);
  background-color: var(--base-white-color);
}

.article__annotation {
  margin-bottom: 56px;
  font-size: 24px;
  line-height: 1.5;
}

.article__annotation mark {
  padding: 0 5px;
  border-radius: 6px;
  background-color: #FF6800;
  color: #fff;
}

.article__annotation p:not(:last-child) {
  margin-bottom: 24px;
}

.article__preview {
  height: 560px;
  margin-bottom: 80px;
  border-radius: 24px;
  overflow: hidden;
}

.article__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article__text {
  font-size: 20px;
  line-height: 1.5;
  color: var(--base-gray-color-08);
}

.article__text-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.article__text-pic {
  border-radius: 20px;
  overflow: hidden;
  line-height: 0;
}

.article__text-pic img {
  width: 100%;
}

.article__text .title-h5,
.article__text h2,
.article__text h5 {
  margin-bottom: 56px;
}

.article__text .title-h5:not(:first-child),
.article__text h2:not(:first-child),
.article__text h5:not(:first-child) {
  margin-top: 128px;
}

.article__text .title-h6,
.article__text h3,
.article__text h6 {
  margin-bottom: 40px;
}

.article__text p {
  margin-bottom: 40px;
}

.article__text p:has(+ ol),
.article__text p:has(+ ul) {
  margin-bottom: 24px;
}

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

.article__text ol {
  list-style: none;
  margin: 0;
  margin-bottom: 56px;
  padding: 0;
}

.article__text ol:has(+ p) {
  margin-bottom: 40px;
}

.article__text ol>li {
  position: relative;
  padding-left: 40px;
  counter-increment: section;
}

.article__text ol>li:before {
  content: counter(section) ".";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  display: inline-block;
  text-align: left;
  font-weight: 700;
  color: var(--primary-brand-color);
}

.article__text ol>li:not(:last-child) {
  margin-bottom: 20px;
}

.article__text ul {
  margin-bottom: 40px;
  list-style: none;
}

.article__text ul li {
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.article__text ul.table li {
  position: relative;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.article__text ul.table li::before {
  position: absolute;
  top: 9px;
  left: 0;
}

.article__text a {
  font-weight: 700;
}

.article__text ul li:before {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--primary-brand-color);
}

.article__text ul li:not(:last-child) {
  margin-bottom: 20px;
}

.article__text figure {
  margin: 0;
}

.article__text figure img {
  height: 560px;
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.article__text figure figcaption {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.5;
  color: var(--base-gray-color-06);
}

.article__video .card-video__inner {
  height: 560px;
}

.article__files {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin: 56px 0;
}

.article__promocode {
  padding: 16px 0 16px 56px;
  border-left: 4px solid var(--primary-brand-color);
}

.article__promocode-title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  color: #333;
}

.article__promocode-desc {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 36px;
  color: var(--base-black-color);
}

.article__promocode-desc .card__tag {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-left: 12px;
  cursor: pointer;
  background-color: var(--base-white-color);
}

.article__promocode-desc .card__tag span {
  font-weight: 700;
}

.article__promocode-time {
  font-size: 20px;
  line-height: 1.5;
  color: var(--base-gray-color-06);
}

.article__quote {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding: 32px 32px 40px;
  border-radius: 16px;
  background-color: var(--base-white-color);
}

.article__quote:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM3LjMzNTkgMjIuOTM0OVYyNy43MzQ5QzM3LjMzNTkgMjkuMjI4NCAzNy4zMzU5IDI5Ljk3NDEgMzcuNjI2NiAzMC41NDQ1QzM3Ljg4MjIgMzEuMDQ2MyAzOC4yODk5IDMxLjQ1NTMgMzguNzkxNyAzMS43MTA5QzM5LjM2MTUgMzIuMDAxMyA0MC4xMDc5IDMyLjAwMTMgNDEuNTk4NSAzMi4wMDEzTDUwLjY2OTMgMzIuMDAxNlYyMi45MzA2QzUwLjY2OTMgMjEuNDQgNTAuNjY5MyAyMC42OTM2IDUwLjM3ODkgMjAuMTIzN0M1MC4xMjMyIDE5LjYyMTkgNDkuNzE0MiAxOS4yMTQzIDQ5LjIxMjUgMTguOTU4NkM0OC42NDIgMTguNjY4IDQ3Ljg5NjMgMTguNjY4IDQ2LjQwMjkgMTguNjY4SDQxLjYwMjlDNDAuMTA5NCAxOC42NjggMzkuMzYyMSAxOC42NjggMzguNzkxNyAxOC45NTg2QzM4LjI4OTkgMTkuMjE0MyAzNy44ODIzIDE5LjYyMTkgMzcuNjI2NiAyMC4xMjM3QzM3LjMzNTkgMjAuNjk0MSAzNy4zMzU5IDIxLjQ0MTQgMzcuMzM1OSAyMi45MzQ5WiIgZmlsbD0iI0U5RUJFRSIvPgo8cGF0aCBkPSJNMTMuMzM1OSAyMi45MzQ5VjI3LjczNDlDMTMuMzM1OSAyOS4yMjg0IDEzLjMzNTkgMjkuOTc0MSAxMy42MjY2IDMwLjU0NDVDMTMuODgyMiAzMS4wNDYzIDE0LjI4OTkgMzEuNDU1MyAxNC43OTE3IDMxLjcxMDlDMTUuMzYxNSAzMi4wMDEzIDE2LjEwNzkgMzIuMDAxMyAxNy41OTg1IDMyLjAwMTNMMjYuNjY5MyAzMi4wMDE2VjIyLjkzMDVDMjYuNjY5MyAyMS40NCAyNi42NjkzIDIwLjY5MzYgMjYuMzc4OSAyMC4xMjM3QzI2LjEyMzIgMTkuNjIxOSAyNS43MTQyIDE5LjIxNDMgMjUuMjEyNSAxOC45NTg2QzI0LjY0MiAxOC42NjggMjMuODk2MyAxOC42NjggMjIuNDAyOSAxOC42NjhIMTcuNjAyOUMxNi4xMDk0IDE4LjY2OCAxNS4zNjIxIDE4LjY2OCAxNC43OTE3IDE4Ljk1ODZDMTQuMjg5OSAxOS4yMTQzIDEzLjg4MjIgMTkuNjIxOSAxMy42MjY2IDIwLjEyMzdDMTMuMzM1OSAyMC42OTQxIDEzLjMzNTkgMjEuNDQxNCAxMy4zMzU5IDIyLjkzNDlaIiBmaWxsPSIjRTlFQkVFIi8+CjxwYXRoIGQ9Ik00Mi42NjkzIDQ1LjMzNDZDNDcuMDg3NiA0NS4zMzQ2IDUwLjY2OTMgNDEuNzUyOSA1MC42NjkzIDM3LjMzNDZWMzIuMDAxNk01MC42NjkzIDMyLjAwMTZWMjIuOTMwNkM1MC42NjkzIDIxLjQ0IDUwLjY2OTMgMjAuNjkzNiA1MC4zNzg5IDIwLjEyMzdDNTAuMTIzMiAxOS42MjE5IDQ5LjcxNDIgMTkuMjE0MyA0OS4yMTI1IDE4Ljk1ODZDNDguNjQyIDE4LjY2OCA0Ny44OTYzIDE4LjY2OCA0Ni40MDI5IDE4LjY2OEg0MS42MDI5QzQwLjEwOTQgMTguNjY4IDM5LjM2MjEgMTguNjY4IDM4Ljc5MTcgMTguOTU4NkMzOC4yODk5IDE5LjIxNDMgMzcuODgyMyAxOS42MjE5IDM3LjYyNjYgMjAuMTIzN0MzNy4zMzU5IDIwLjY5NDEgMzcuMzM1OSAyMS40NDE0IDM3LjMzNTkgMjIuOTM0OVYyNy43MzQ5QzM3LjMzNTkgMjkuMjI4NCAzNy4zMzU5IDI5Ljk3NDEgMzcuNjI2NiAzMC41NDQ1QzM3Ljg4MjIgMzEuMDQ2MyAzOC4yODk5IDMxLjQ1NTMgMzguNzkxNyAzMS43MTA5QzM5LjM2MTUgMzIuMDAxMyA0MC4xMDc5IDMyLjAwMTMgNDEuNTk4NSAzMi4wMDEzTDUwLjY2OTMgMzIuMDAxNlpNMTguNjY5MyA0NS4zMzQ2QzIzLjA4NzUgNDUuMzM0NiAyNi42NjkzIDQxLjc1MjkgMjYuNjY5MyAzNy4zMzQ2TDI2LjY2OTMgMzIuMDAxNk0yNi42NjkzIDMyLjAwMTZWMjIuOTMwNUMyNi42NjkzIDIxLjQ0IDI2LjY2OTMgMjAuNjkzNiAyNi4zNzg5IDIwLjEyMzdDMjYuMTIzMiAxOS42MjE5IDI1LjcxNDIgMTkuMjE0MyAyNS4yMTI1IDE4Ljk1ODZDMjQuNjQyIDE4LjY2OCAyMy44OTYzIDE4LjY2OCAyMi40MDI5IDE4LjY2OEgxNy42MDI5QzE2LjEwOTQgMTguNjY4IDE1LjM2MjEgMTguNjY4IDE0Ljc5MTcgMTguOTU4NkMxNC4yODk5IDE5LjIxNDMgMTMuODgyMiAxOS42MjE5IDEzLjYyNjYgMjAuMTIzN0MxMy4zMzU5IDIwLjY5NDEgMTMuMzM1OSAyMS40NDE0IDEzLjMzNTkgMjIuOTM0OVYyNy43MzQ5QzEzLjMzNTkgMjkuMjI4NCAxMy4zMzU5IDI5Ljk3NDEgMTMuNjI2NiAzMC41NDQ1QzEzLjg4MjIgMzEuMDQ2MyAxNC4yODk5IDMxLjQ1NTMgMTQuNzkxNyAzMS43MTA5QzE1LjM2MTUgMzIuMDAxMyAxNi4xMDc5IDMyLjAwMTMgMTcuNTk4NSAzMi4wMDEzTDI2LjY2OTMgMzIuMDAxNloiIHN0cm9rZT0iI0U5RUJFRSIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
}

.article__quote-body {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.article__quote-text {
  font-size: 24px;
  line-height: 1.5;
  color: var(--base-black-color);
}

.article__quote-footer {
  font-size: 20px;
  line-height: 1.5;
  color: var(--base-gray-color-08);
}

.article__calculate {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 24px;
  padding-right: 40px;
  border-radius: 20px;
  box-shadow: 0px 4px 12px 0px rgba(141, 177, 195, 0.08);
  background-color: var(--base-white-color);
}

.article__calculate-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 32px;
}

.article__calculate-icon {
  flex: 0 0 auto;
  width: 120px;
  height: 120px;
}

.article__calculate-icon svg {
  width: 100%;
  height: 100%;
}

.article__calculate-body {
  flex: 1;
}

.article__calculate-title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  color: var(--base-black-color);
}

.article__calculate-desc {
  font-size: 18px;
  line-height: 1.5;
  color: var(--base-gray-color-06);
}

.article__request {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
  padding: 40px;
  border-radius: 16px;
  background-color: var(--base-white-color);
}

.article__request-body {
  flex: 1;
}

.article__request-title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
}

.article__request-desc {
  max-width: 569px;
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  color: var(--base-gray-color-06);
}

.article__subscribe .subscribe__wrap {
  grid-template-columns: 1fr;
}

.article__subscribe .subscribe__left-title {
  margin-bottom: 0;
}

@media screen and (max-width: 1920px) {
  .article {
    padding-top: calc(168px + (208 - 168) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__text ul.table li {
    padding-left: calc(24px + (30 - 24) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__content {
    max-width: calc(872px + (1024 - 872) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__title {
    margin-bottom: calc(32px + (48 - 32) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__info {
    margin-bottom: calc(48px + (56 - 48) * ((100vw - 1536px) / (1920 - 1536)));
    gap: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__info-time,
  .article__info-views,
  .article__info-date {
    font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__specialist {
    margin-bottom: calc(48px + (56 - 48) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__specialist .specialist__top {
    margin-bottom: calc(16px + (24 - 16) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__annotation {
    margin-bottom: calc(48px + (56 - 48) * ((100vw - 1536px) / (1920 - 1536)));
    font-size: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__annotation p:not(:last-child) {
    margin-bottom: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__preview {
    height: calc(490px + (560 - 490) * ((100vw - 1536px) / (1920 - 1536)));
    margin-bottom: calc(64px + (80 - 64) * ((100vw - 1536px) / (1920 - 1536)));
    border-radius: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__text {
    font-size: calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__text-wrap {
    gap: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__text-pic {
    border-radius: calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__text .title-h5,
  .article__text h2,
  .article__text h5 {
    margin-bottom: calc(48px + (56 - 48) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__text .title-h5:not(:first-child),
  .article__text h2:not(:first-child),
  .article__text h5:not(:first-child) {
    margin-top: calc(102px + (128 - 102) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__text .title-h6,
  .article__text h3,
  .article__text h6 {
    margin-bottom: calc(32px + (40 - 32) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__text p {
    margin-bottom: calc(32px + (40 - 32) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__text p:has(+ ol),
  .article__text p:has(+ ul) {
    margin-bottom: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__text ol {
    margin-bottom: calc(48px + (56 - 48) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__text ol:has(+ p) {
    margin-bottom: calc(32px + (40 - 32) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__text ol>li {
    padding-left: calc(32px + (40 - 32) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__text ol>li:before {
    width: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__text ol>li:not(:last-child) {
    margin-bottom: calc(16px + (20 - 16) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__text ul {
    margin-bottom: calc(32px + (40 - 32) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__text ul li {
    gap: calc(16px + (20 - 16) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__text ul li:before {
    width: calc(8px + (10 - 8) * ((100vw - 1536px) / (1920 - 1536)));
    height: calc(8px + (10 - 8) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__text ul li:not(:last-child) {
    margin-bottom: calc(16px + (20 - 16) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__text figure img {
    height: calc(490px + (560 - 490) * ((100vw - 1536px) / (1920 - 1536)));
    border-radius: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__text figure figcaption {
    font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__video .card-video__inner {
    height: calc(490px + (560 - 490) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__files {
    gap: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
    margin: calc(48px + (56 - 48) * ((100vw - 1536px) / (1920 - 1536))) 0;
  }

  .article__promocode {
    padding-left: calc(48px + (56 - 48) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__promocode-title {
    font-size: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__promocode-desc {
    font-size: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__promocode-desc .card__tag {
    gap: calc(12px + (16 - 12) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__promocode-time {
    font-size: calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__quote {
    gap: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
    padding: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536))) calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536))) calc(32px + (40 - 32) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__quote:before {
    width: calc(56px + (64 - 56) * ((100vw - 1536px) / (1920 - 1536)));
    height: calc(56px + (64 - 56) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__quote-body {
    gap: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__quote-text {
    font-size: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__quote-footer {
    font-size: calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__calculate {
    gap: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
    padding-right: calc(32px + (40 - 32) * ((100vw - 1536px) / (1920 - 1536)));
    border-radius: calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__calculate-wrap {
    gap: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__calculate-icon {
    width: calc(92px + (120 - 92) * ((100vw - 1536px) / (1920 - 1536)));
    height: calc(92px + (120 - 92) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__calculate-title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__calculate-desc {
    font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__request {
    gap: calc(48px + (56 - 48) * ((100vw - 1536px) / (1920 - 1536)));
    padding: calc(32px + (40 - 32) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__request-title {
    font-size: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
  }

  .article__request-desc {
    max-width: calc(492px + (569 - 492) * ((100vw - 1536px) / (1920 - 1536)));
    font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
  }
}

@media screen and (max-width: 1536px) {
  .article {
    padding-top: calc(156px + (168 - 156) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__content {
    max-width: calc(792px + (872 - 792) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__breadcrumbs {
    margin-bottom: calc(32px + (40 - 32) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__title {
    margin-bottom: calc(24px + (32 - 24) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__info {
    gap: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
    margin-bottom: calc(40px + (48 - 40) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__info-time,
  .article__info-views,
  .article__info-date {
    font-size: calc(14px + (16 - 14) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__specialist {
    margin-bottom: calc(40px + (48 - 40) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__specialist .specialist__top {
    margin-bottom: 16px;
  }

  .article__specialist .specialist__pic {
    flex: 0 0 calc(64px + (80 - 64) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__annotation {
    margin-bottom: calc(40px + (48 - 40) * ((100vw - 1366px) / (1536 - 1366)));
    font-size: calc(18px + (20 - 18) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__annotation p:not(:last-child) {
    margin-bottom: 20px;
  }

  .article__preview {
    height: calc(440px + (490 - 440) * ((100vw - 1366px) / (1536 - 1366)));
    margin-bottom: calc(48px + (64 - 48) * ((100vw - 1366px) / (1536 - 1366)));
    border-radius: calc(18px + (20 - 18) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__text {
    font-size: calc(16px + (18 - 16) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__text-wrap {
    gap: 24px;
  }

  .article__text-pic {
    border-radius: calc(16px + (18 - 16) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__text .title-h5,
  .article__text h2,
  .article__text h5 {
    margin-bottom: calc(40px + (48 - 40) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__text .title-h5:not(:first-child),
  .article__text h2:not(:first-child),
  .article__text h5:not(:first-child) {
    margin-top: calc(92px + (102 - 92) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__text .title-h6,
  .article__text h3,
  .article__text h6 {
    margin-bottom: calc(24px + (32 - 24) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__text p {
    margin-bottom: calc(24px + (32 - 24) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__text p:has(+ ol),
  .article__text p:has(+ ul) {
    margin-bottom: 20px;
  }

  .article__text ol {
    margin-bottom: calc(40px + (48 - 40) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__text ol:has(+ p) {
    margin-bottom: calc(24px + (32 - 24) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__text ol>li {
    padding-left: calc(28px + (32 - 28) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__text ol>li:before {
    width: calc(20px + (28 - 20) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__text ol>li:not(:last-child) {
    margin-bottom: 16px;
  }

  .article__text ul {
    margin-bottom: calc(24px + (32 - 24) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__text ul li {
    gap: calc(12px + (16 - 12) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__text ul li:before {
    width: 8px;
    height: 8px;
  }

  .article__text ul li:not(:last-child) {
    margin-bottom: 16px;
  }

  .article__text figure img {
    height: calc(440px + (490 - 440) * ((100vw - 1366px) / (1536 - 1366)));
    border-radius: calc(18px + (20 - 18) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__text figure figcaption {
    font-size: 16px;
  }

  .article__video .card-video__inner {
    height: calc(440px + (490 - 440) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__files {
    gap: 24px;
    margin: calc(40px + (48 - 40) * ((100vw - 1366px) / (1536 - 1366))) 0;
  }

  .article__promocode {
    padding-left: calc(40px + (48 - 40) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__promocode-title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__promocode-desc {
    font-size: calc(18px + (20 - 18) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__promocode-desc .card__tag {
    gap: 12px;
  }

  .article__promocode-time {
    font-size: calc(16px + (18 - 16) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__quote {
    gap: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
    padding: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366))) calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366))) calc(24px + (32 - 24) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__quote:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI4IDE3LjIwMDJWMjAuODAwMkMyOCAyMS45MjAzIDI4IDIyLjQ3OTYgMjguMjE4IDIyLjkwNzRDMjguNDA5NyAyMy4yODM3IDI4LjcxNTUgMjMuNTkwNSAyOS4wOTE4IDIzLjc4MjJDMjkuNTE5MiAyNCAzMC4wNzkgMjQgMzEuMTk2OSAyNEwzOCAyNC4wMDAyVjE3LjE5NjlDMzggMTYuMDc5IDM4IDE1LjUxOTIgMzcuNzgyMiAxNS4wOTE4QzM3LjU5MDUgMTQuNzE1NSAzNy4yODM3IDE0LjQwOTcgMzYuOTA3NCAxNC4yMThDMzYuNDc5NiAxNCAzNS45MjAzIDE0IDM0LjgwMDIgMTRIMzEuMjAwMkMzMC4wODAxIDE0IDI5LjUxOTYgMTQgMjkuMDkxOCAxNC4yMThDMjguNzE1NSAxNC40MDk3IDI4LjQwOTcgMTQuNzE1NSAyOC4yMTggMTUuMDkxOEMyOCAxNS41MTk2IDI4IDE2LjA4MDEgMjggMTcuMjAwMloiIGZpbGw9IiNFOUVCRUUiLz4KPHBhdGggZD0iTTEwIDE3LjIwMDJWMjAuODAwMkMxMCAyMS45MjAzIDEwIDIyLjQ3OTYgMTAuMjE4IDIyLjkwNzRDMTAuNDA5NyAyMy4yODM3IDEwLjcxNTUgMjMuNTkwNSAxMS4wOTE4IDIzLjc4MjJDMTEuNTE5MiAyNCAxMi4wNzkgMjQgMTMuMTk2OSAyNEwyMCAyNC4wMDAyVjE3LjE5NjlDMjAgMTYuMDc5IDIwIDE1LjUxOTIgMTkuNzgyMiAxNS4wOTE4QzE5LjU5MDUgMTQuNzE1NSAxOS4yODM3IDE0LjQwOTcgMTguOTA3NCAxNC4yMThDMTguNDc5NiAxNCAxNy45MjAzIDE0IDE2LjgwMDIgMTRIMTMuMjAwMkMxMi4wODAxIDE0IDExLjUxOTYgMTQgMTEuMDkxOCAxNC4yMThDMTAuNzE1NSAxNC40MDk3IDEwLjQwOTcgMTQuNzE1NSAxMC4yMTggMTUuMDkxOEMxMCAxNS41MTk2IDEwIDE2LjA4MDEgMTAgMTcuMjAwMloiIGZpbGw9IiNFOUVCRUUiLz4KPHBhdGggZD0iTTMyIDM0QzM1LjMxMzcgMzQgMzggMzEuMzEzNyAzOCAyOFYyNC4wMDAyTTM4IDI0LjAwMDJWMTcuMTk2OUMzOCAxNi4wNzkgMzggMTUuNTE5MiAzNy43ODIyIDE1LjA5MThDMzcuNTkwNSAxNC43MTU1IDM3LjI4MzcgMTQuNDA5NyAzNi45MDc0IDE0LjIxOEMzNi40Nzk2IDE0IDM1LjkyMDMgMTQgMzQuODAwMiAxNEgzMS4yMDAyQzMwLjA4MDEgMTQgMjkuNTE5NiAxNCAyOS4wOTE4IDE0LjIxOEMyOC43MTU1IDE0LjQwOTcgMjguNDA5NyAxNC43MTU1IDI4LjIxOCAxNS4wOTE4QzI4IDE1LjUxOTYgMjggMTYuMDgwMSAyOCAxNy4yMDAyVjIwLjgwMDJDMjggMjEuOTIwMyAyOCAyMi40Nzk2IDI4LjIxOCAyMi45MDc0QzI4LjQwOTcgMjMuMjgzNyAyOC43MTU1IDIzLjU5MDUgMjkuMDkxOCAyMy43ODIyQzI5LjUxOTIgMjQgMzAuMDc5IDI0IDMxLjE5NjkgMjRMMzggMjQuMDAwMlpNMTQgMzRDMTcuMzEzNyAzNCAyMCAzMS4zMTM3IDIwIDI4TDIwIDI0LjAwMDJNMjAgMjQuMDAwMlYxNy4xOTY5QzIwIDE2LjA3OSAyMCAxNS41MTkyIDE5Ljc4MjIgMTUuMDkxOEMxOS41OTA1IDE0LjcxNTUgMTkuMjgzNyAxNC40MDk3IDE4LjkwNzQgMTQuMjE4QzE4LjQ3OTYgMTQgMTcuOTIwMyAxNCAxNi44MDAyIDE0SDEzLjIwMDJDMTIuMDgwMSAxNCAxMS41MTk2IDE0IDExLjA5MTggMTQuMjE4QzEwLjcxNTUgMTQuNDA5NyAxMC40MDk3IDE0LjcxNTUgMTAuMjE4IDE1LjA5MThDMTAgMTUuNTE5NiAxMCAxNi4wODAxIDEwIDE3LjIwMDJWMjAuODAwMkMxMCAyMS45MjAzIDEwIDIyLjQ3OTYgMTAuMjE4IDIyLjkwNzRDMTAuNDA5NyAyMy4yODM3IDEwLjcxNTUgMjMuNTkwNSAxMS4wOTE4IDIzLjc4MjJDMTEuNTE5MiAyNCAxMi4wNzkgMjQgMTMuMTk2OSAyNEwyMCAyNC4wMDAyWiIgc3Ryb2tlPSIjRTlFQkVFIiBzdHJva2Utd2lkdGg9IjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    width: calc(48px + (56 - 48) * ((100vw - 1366px) / (1536 - 1366)));
    height: calc(48px + (56 - 48) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__quote-body {
    gap: calc(16px + (24 - 16) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__quote-text {
    font-size: calc(18px + (20 - 18) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__quote-footer {
    font-size: calc(16px + (18 - 16) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__calculate {
    gap: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
    padding: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
    border-radius: 18px;
  }

  .article__calculate-wrap {
    gap: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__calculate-icon {
    width: calc(80px + (92 - 80) * ((100vw - 1366px) / (1536 - 1366)));
    height: calc(80px + (92 - 80) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__calculate-title {
    font-size: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__calculate-desc {
    font-size: 16px;
  }

  .article__request {
    gap: calc(40px + (48 - 40) * ((100vw - 1366px) / (1536 - 1366)));
    padding: calc(24px + (32 - 24) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__request-title {
    font-size: calc(24px + (28 - 24) * ((100vw - 1366px) / (1536 - 1366)));
  }

  .article__request-desc {
    max-width: 492px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1366px) {
  .article {
    padding-top: calc(112px + (156 - 112) * ((100vw - 1024px) / (1366 - 1024)));
  }

  .article__content {
    max-width: 792px;
  }

  .article__breadcrumbs {
    margin-bottom: 32px;
  }

  .article__title {
    margin-bottom: 24px;
  }

  .article__text ul.table li {
    padding-left: 24px;
  }

  .article__info {
    gap: calc(16px + (20 - 16) * ((100vw - 1024px) / (1366 - 1024)));
    margin-bottom: calc(32px + (40 - 32) * ((100vw - 1024px) / (1366 - 1024)));
  }

  .article__info-time,
  .article__info-views,
  .article__info-date {
    font-size: 14px;
  }

  .article__specialist {
    margin-bottom: calc(32px + (40 - 32) * ((100vw - 1024px) / (1366 - 1024)));
  }

  .article__specialist .specialist__pic {
    flex: 0 0 64px;
  }

  .article__annotation {
    margin-bottom: calc(32px + (40 - 32) * ((100vw - 1024px) / (1366 - 1024)));
    font-size: 18px;
  }

  .article__preview {
    height: 440px;
    margin-bottom: calc(40px + (48 - 40) * ((100vw - 1024px) / (1366 - 1024)));
    border-radius: calc(16px + (18 - 16) * ((100vw - 1024px) / (1366 - 1024)));
  }

  .article__text {
    font-size: 16px;
  }

  .article__text-pic {
    border-radius: calc(12px + (16 - 12) * ((100vw - 1024px) / (1366 - 1024)));
  }

  .article__text .title-h5,
  .article__text h2,
  .article__text h5 {
    margin-bottom: 40px;
  }

  .article__text .title-h5:not(:first-child),
  .article__text h2:not(:first-child),
  .article__text h5:not(:first-child) {
    margin-top: 92px;
  }

  .article__text .title-h6,
  .article__text h3,
  .article__text h6 {
    margin-bottom: 24px;
  }

  .article__text p {
    margin-bottom: 24px;
  }

  .article__text ol {
    margin-bottom: 40px;
  }

  .article__text ol:has(+ p) {
    margin-bottom: 24px;
  }

  .article__text ol>li {
    padding-left: 28px;
  }

  .article__text ol>li:before {
    width: 20px;
  }

  .article__text ul {
    margin-bottom: 24px;
  }

  .article__text ul li {
    gap: 12px;
  }

  .article__text figure img {
    height: 440px;
    border-radius: calc(16px + (18 - 16) * ((100vw - 1024px) / (1366 - 1024)));
  }

  .article__video .card-video__inner {
    height: 440px;
  }

  .article__files {
    margin: 40px 0;
  }

  .article__promocode {
    padding-left: calc(32px + (40 - 32) * ((100vw - 1024px) / (1366 - 1024)));
  }

  .article__promocode-title {
    font-size: 24px;
  }

  .article__promocode-desc {
    font-size: 18px;
  }

  .article__promocode-time {
    font-size: 16px;
  }

  .article__quote {
    gap: 20px;
    padding: 20px 20px 24px;
  }

  .article__quote:before {
    width: 48px;
    height: 48px;
  }

  .article__quote-body {
    gap: 16px;
  }

  .article__quote-text {
    font-size: 18px;
  }

  .article__quote-footer {
    font-size: 16px;
  }

  .article__calculate {
    gap: 20px;
    padding: 20px;
  }

  .article__calculate-wrap {
    gap: 20px;
  }

  .article__calculate-icon {
    width: 80px;
    height: 80px;
  }

  .article__calculate-title {
    font-size: 20px;
  }

  .article__request {
    gap: calc(32px + (40 - 32) * ((100vw - 1024px) / (1366 - 1024)));
    padding: 24px;
  }

  .article__request-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .article {
    padding-top: calc(88px + (112 - 88) * ((100vw - 393px) / (1024 - 393)));
  }

  .article__aside {
    position: unset;
  }

  .article__inner {
    display: flex;
    flex-direction: column-reverse;
    gap: calc(72px + (92 - 72) * ((100vw - 393px) / (1024 - 393)));
  }

  .article__btns {
    flex-direction: row;
  }

  .article__content {
    max-width: 100%;
  }

  .article__breadcrumbs {
    margin-bottom: calc(24px + (32 - 24) * ((100vw - 393px) / (1024 - 393)));
  }

  .article__info {
    margin-bottom: 40px;
  }

  .article__specialist {
    margin-bottom: 32px;
  }

  .article__specialist .specialist-top {
    margin-bottom: calc(12px + (16 - 12) * ((100vw - 393px) / (1024 - 393)));
  }

  .article__specialist .specialist__pic {
    flex: 0 0 calc(48px + (64 - 48) * ((100vw - 393px) / (1024 - 393)));
  }

  .article__specialist .specialist__body {
    padding: calc(24px + (28 - 24) * ((100vw - 393px) / (1024 - 393)));
  }

  .article__annotation {
    margin-bottom: 32px;
  }

  .article__preview {
    height: calc(240px + (440 - 240) * ((100vw - 393px) / (1024 - 393)));
    margin-bottom: calc(32px + (40 - 32) * ((100vw - 393px) / (1024 - 393)));
    border-radius: 16px;
  }

  .article__text-wrap {
    grid-template-columns: 1fr;
    gap: calc(32px + (40 - 32) * ((100vw - 393px) / (1024 - 393)));
  }

  .article__text-pic {
    border-radius: 16px;
  }

  .article__text .title-h5,
  .article__text h2,
  .article__text h5 {
    margin-bottom: calc(32px + (40 - 32) * ((100vw - 393px) / (1024 - 393)));
  }

  .article__text .title-h5:not(:first-child),
  .article__text h2:not(:first-child),
  .article__text h5:not(:first-child) {
    margin-top: calc(72px + (92 - 72) * ((100vw - 393px) / (1024 - 393)));
  }

  .article__text p:has(+ ol),
  .article__text p:has(+ ul) {
    margin-bottom: calc(16px + (20 - 16) * ((100vw - 393px) / (1024 - 393)));
  }

  .article__text ol {
    margin-bottom: calc(32px + (40 - 32) * ((100vw - 393px) / (1024 - 393)));
  }

  .article__text ol>li:not(:last-child) {
    margin-bottom: calc(12px + (16 - 12) * ((100vw - 393px) / (1024 - 393)));
  }

  .article__text ul li:not(:last-child) {
    margin-bottom: calc(12px + (16 - 12) * ((100vw - 393px) / (1024 - 393)));
  }

  .article__text figure img {
    height: calc(240px + (488 - 240) * ((100vw - 393px) / (1024 - 393)));
    border-radius: 16px;
  }

  .article__video .card-video__inner {
    height: calc(208px + (488 - 208) * ((100vw - 393px) / (1024 - 393)));
  }

  .article__files {
    margin: calc(32px + (40 - 32) * ((100vw - 393px) / (1024 - 393))) 0;
  }

  .article__promocode {
    padding-top: calc(12px + (16 - 12) * ((100vw - 393px) / (1024 - 393)));
    padding-bottom: calc(12px + (16 - 12) * ((100vw - 393px) / (1024 - 393)));
    padding-left: calc(24px + (32 - 24) * ((100vw - 393px) / (1024 - 393)));
  }

  .article__promocode-title {
    font-size: calc(20px + (24 - 20) * ((100vw - 393px) / (1024 - 393)));
  }

  .article__promocode-desc {
    margin-bottom: 12px;
  }

  .article__quote {
    gap: calc(16px + (20 - 16) * ((100vw - 393px) / (1024 - 393)));
    padding: calc(16px + (20 - 16) * ((100vw - 393px) / (1024 - 393))) calc(16px + (20 - 16) * ((100vw - 393px) / (1024 - 393))) calc(20px + (24 - 20) * ((100vw - 393px) / (1024 - 393)));
  }

  .article__calculate {
    padding: 24px;
    border-radius: calc(16px + (18 - 16) * ((100vw - 393px) / (1024 - 393)));
  }

  .article__calculate-icon {
    width: calc(64px + (80 - 64) * ((100vw - 393px) / (1024 - 393)));
    height: calc(64px + (80 - 64) * ((100vw - 393px) / (1024 - 393)));
  }

  .article__calculate-title {
    margin-bottom: calc(12px + (16 - 12) * ((100vw - 393px) / (1024 - 393)));
  }

  .article__request {
    gap: calc(24px + (32 - 24) * ((100vw - 393px) / (1024 - 393)));
  }

  .article__request-title {
    margin-bottom: calc(12px + (16 - 12) * ((100vw - 393px) / (1024 - 393)));
    font-size: calc(20px + (24 - 20) * ((100vw - 393px) / (1024 - 393)));
  }
}

@media screen and (max-width: 768px) {
  .article__info {
    flex-wrap: wrap;
    gap: 24px 16px;
  }

  .article__info-tag {
    flex: 0 1 100%;
  }

  .article__files {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .article__quote {
    flex-direction: column;
  }

  .article__calculate {
    position: relative;
  }

  .article__calculate-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .article__calculate-btn {
    position: absolute;
    top: 24px;
    right: 24px;
  }

  .article__request {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* AND article */
/* End */


/* Start:/local/templates/nobetec/components/bitrix/catalog.top/news_detail/style.css?177858109964657*/
/* catalog.section */
.bx_item_list_bestsellers {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

@media (max-width:640px) {
    .bx_item_list_bestsellers {
        border-bottom: 1px solid #e5e5e5;
    }
}


.bx_item_list_bestsellers.bx_wood .bx_item_list_title {
    background: #ebf4f8;
}

.bx_item_list_bestsellers.bx_red .bx_item_list_title {
    background: #FBF1F0
}

.bx_item_list_bestsellers.bx_green .bx_item_list_title {
    background: #F2FBEA
}

.bx_item_list_bestsellers.bx_blue .bx_item_list_title {
    background: #ebf4f8
}

.bx_item_list_bestsellers.bx_black .bx_item_list_title {
    background: #f1f4f7;
}

.bx_item_list_bestsellers.bx_yellow .bx_item_list_title {
    background: #FBF7DB
}

.bx_item_list_bestsellers .bx_catalog_item {
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    margin-bottom: 30px;
}

.bx_item_list_bestsellers .bx_pagination_top {
    padding: 10px;
}

.bx_item_list_bestsellers .bx-nothing {
    padding: 20px 20px 20px 20px;
}

.popup-window-buttons .bx_item_list_bestsellers {
    border: none !important;
}

@media (min-width:960px) {
    .bx_item_list_bestsellers.col1 .bx_catalog_item {
        padding: 1px 26px;
        margin: 0 0 30px 0;
        width: 100%
    }

    .bx_item_list_bestsellers.col2 .bx_catalog_item {
        padding: 1px 26px;
        margin: 0 1% 30px;
        width: 48%
    }

    .bx_item_list_bestsellers.col2 .bx_catalog_item:nth-child(2n+1) {
        clear: both
    }

    .bx_item_list_bestsellers.col3 .bx_catalog_item {
        padding: 1px 26px;
        margin: 0 1% 30px;
        width: 31.333333%
    }

    .bx_item_list_bestsellers.col3 .bx_catalog_item:nth-child(3n+1) {
        clear: both
    }

    .bx_item_list_bestsellers.col4 .bx_catalog_item {
        padding: 1px 26px;
        margin: 0 1% 30px;
        width: 23%
    }

    .bx_item_list_bestsellers.col4 .bx_catalog_item:nth-child(4n+1) {
        clear: both
    }

    .bx_item_list_bestsellers.col5 .bx_catalog_item {
        padding: 1px 26px;
        margin: 0 1% 30px;
        width: 18%
    }

    .bx_item_list_bestsellers.col5 .bx_catalog_item:nth-child(5n+1) {
        clear: both
    }
}

@media (min-width:760px) and (max-width:960px) {
    .bx_item_list_bestsellers.col1 .bx_catalog_item {
        padding: 1px 16px;
        margin: 0 0 0 30px;
        width: 100%
    }

    .bx_item_list_bestsellers.col2 .bx_catalog_item {
        padding: 1px 16px;
        margin: 0 1% 30px;
        width: 48%
    }

    .bx_item_list_bestsellers.col2 .bx_catalog_item:nth-child(2n+1) {
        clear: both
    }

    .bx_item_list_bestsellers.col3 .bx_catalog_item {
        padding: 1px 16px;
        margin: 0 1% 30px;
        width: 31.333333%
    }

    .bx_item_list_bestsellers.col3 .bx_catalog_item:nth-child(3n+1) {
        clear: both
    }

    .bx_item_list_bestsellers.col4 .bx_catalog_item,
    .bx_item_list_bestsellers.col5 .bx_catalog_item {
        padding: 1px 16px;
        margin: 0 1% 30px;
        width: 23%
    }

    .bx_item_list_bestsellers.col4 .bx_catalog_item:nth-child(4n+1),
    .bx_item_list_bestsellers.col5 .bx_catalog_item:nth-child(4n+1) {
        clear: both
    }
}

@media (max-width:760px) {
    .bx_item_list_bestsellers.col1 .bx_catalog_item {
        padding: 1px 16px;
        margin: 0 0 0 30px;
        width: 100%
    }

    .bx_item_list_bestsellers.col2 .bx_catalog_item {
        padding: 1px 16px;
        margin: 0 1% 30px;
        width: 48%
    }

    .bx_item_list_bestsellers.col2 .bx_catalog_item:nth-child(2n+1) {
        clear: both
    }

    .bx_item_list_bestsellers.col3 .bx_catalog_item {
        padding: 1px 16px;
        margin: 0 1% 30px;
        width: 31.333333%
    }

    .bx_item_list_bestsellers.col3 .bx_catalog_item:nth-child(3n+1) {
        clear: both
    }

    .bx_item_list_bestsellers.col3 .bx_catalog_item,
    .bx_item_list_bestsellers.col4 .bx_catalog_item,
    .bx_item_list_bestsellers.col5 .bx_catalog_item {
        padding: 1px 16px;
        margin: 0 1% 30px;
        width: 31.333333%
    }

    .bx_item_list_bestsellers.col3 .bx_catalog_item:nth-child(3n+1),
    .bx_item_list_bestsellers.col4 .bx_catalog_item:nth-child(3n+1),
    .bx_item_list_bestsellers.col5 .bx_catalog_item:nth-child(3n+1) {
        clear: both
    }
}

@media (max-width:580px) {
    .bx-touch .bx_item_list_bestsellers.col1 .bx_catalog_item {
        padding: 1px 26px;
        margin: 0 0 0 30px;
        width: 100%
    }

    .bx-touch .bx_item_list_bestsellers.col2 .bx_catalog_item {
        padding: 1px 16px;
        margin: 0 1% 30px;
        width: 48%
    }

    .bx-touch .bx_item_list_bestsellers.col2 .bx_catalog_item:nth-child(3n+1) {
        clear: none
    }

    .bx-touch .bx_item_list_bestsellers.col2 .bx_catalog_item:nth-child(2n+1) {
        clear: both
    }

    .bx-touch .bx_item_list_bestsellers.col2 .bx_catalog_item,
    .bx-touch .bx_item_list_bestsellers.col3 .bx_catalog_item,
    .bx-touch .bx_item_list_bestsellers.col4 .bx_catalog_item,
    .bx-touch .bx_item_list_bestsellers.col5 .bx_catalog_item {
        padding: 1px 16px;
        margin: 0 1% 30px;
        width: 48%;
        clear: none
    }

    .bx-touch .bx_item_list_bestsellers.col2 .bx_catalog_item:nth-child(2n+1),
    .bx-touch .bx_item_list_bestsellers.col3 .bx_catalog_item:nth-child(2n+1),
    .bx-touch .bx_item_list_bestsellers.col4 .bx_catalog_item:nth-child(2n+1),
    .bx-touch .bx_item_list_bestsellers.col5 .bx_catalog_item:nth-child(2n+1) {
        clear: both
    }
}

.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item .bx_catalog_item_container {
    z-index: 10;
}

.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item:hover .bx_catalog_item_container {
    position: absolute;
    z-index: 190;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
    border-radius: 3px;
    border: 1px solid #d3d3d3;
    background: #fff;
    -webkit-animation: borderview 0.5s;
    animation: borderview 0.5s;
}

@media (min-width:960px) {
    .bx-no-touch .bx_item_list_bestsellers .bx_catalog_item:hover .bx_catalog_item_container {
        padding: 0 25px 15px
    }
}

@media (max-width:960px) {
    .bx-no-touch .bx_item_list_bestsellers .bx_catalog_item:hover .bx_catalog_item_container {
        padding: 0 15px 15px
    }
}

@keyframes borderview {
    from {
        border: 1px solid #fdfdfd;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    to {
        border: 1px solid #d3d3d3;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
    }
}

@-webkit-keyframes borderview {
    from {
        border: 1px solid #fdfdfd;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    to {
        border: 1px solid #d3d3d3;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
    }
}

.bx_item_list_bestsellers .bx_catalog_item_articul {
    color: #a5a5a5;
    font-size: 13px;
}

.bx_item_list_bestsellers .bx_catalog_item_title {
    overflow: hidden;
    height: 38px;
}

.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item:hover .bx_catalog_item_title {
    overflow: auto;
    height: auto !important;
}

.bx_item_list_bestsellers .bx_catalog_item_title a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 13px;
}

.bx_item_list_bestsellers .bx_catalog_item_price {
    color: #3f3f3f;
    font-weight: bold;
}

.bx_item_list_bestsellers .bx_catalog_item_price span {
    color: #a5a5a5;
    font-size: 12px;
    font-weight: normal;
    white-space: nowrap;
    text-decoration: line-through;
}

.bx_item_list_bestsellers .bx_catalog_item_controls {
    padding-top: 10px;
    text-align: center;
    opacity: 0;
}

@media (min-width:641px) and (max-width:960px) {
    .bx_item_list_bestsellers .bx_catalog_item_controls {
        height: auto
    }
}

@media (max-width:640px) {
    .bx-touch .bx_item_list_bestsellers .bx_catalog_item_controls {
        height: auto;
        line-height: 30px;
        text-align: center
    }
}

@media (max-width:479px) {
    .bx-touch .bx_item_list_bestsellers .bx_catalog_item_controls {
        height: auto;
        line-height: 30px;
        display: block
    }
}

@media (max-width:479px) {
    .bx-touch .bx_item_list_bestsellers .bx_catalog_item:hover .bx_catalog_item_controls {
        height: auto
    }
}

.bx_item_list_bestsellers .bx_catalog_item_controls .bx_catalog_item_controls_blockone {
    width: 100%;
    white-space: nowrap;
    text-align: center;
}

.bx_item_list_bestsellers .bx_catalog_item_controls .bx_catalog_item_controls_blockone span {
    color: #3f3f3f;
    font-size: 13px;
}

.bx_item_list_bestsellers .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable {
    text-align: left;
    font-size: 12px;
    line-height: 30px;
    font-weight: bold;
}

.bx_item_list_bestsellers .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo {
    width: 100%;
    text-align: center;
}

.bx_item_list_bestsellers .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a {
    margin: 1%;
    width: 48%;
    min-width: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 25px;
    height: 25px;
}

@media (max-width:640px) {
    .bx-touch .bx_item_list_bestsellers .bx_catalog_item_controls .bx_catalog_item_controls_blockone {
        display: none;
    }

    .bx-touch .bx_item_list_bestsellers .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo {
        float: none;
        width: 100%;
        text-align: center;
    }
}

.bx_item_list_bestsellers .bx_catalog_item_controls input[type=text] {
    border: none;
}

.bx-touch .bx_item_list_bestsellers .bx_catalog_item_controls,
.bx_item_list_bestsellers .bx_catalog_item:hover .bx_catalog_item_controls {
    opacity: 1
}

.bx_item_list_bestsellers .bx_cnt_desc {
    text-align: left;
    position: absolute;
    right: -45px;
    top: 2px;
    width: 40px;
}

@media (min-width:641px) and (max-width:960px) {}

.bx_item_list_bestsellers .bx_catalog_item_controls a {
    margin-bottom: 10px;
}

.bx_item_list_bestsellers .bx_catalog_item_price .bx_price {
    font-size: 15px;
    padding-top: 5px;
}

.bx_item_list_bestsellers .bx_catalog_item_images_double,
.bx_item_list_bestsellers .bx_catalog_item_images {
    position: relative;
    z-index: 180;
    display: block;
    padding-top: 135%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.bx_item_list_bestsellers .bx_catalog_item_images_double {
    z-index: 186;
    margin-top: -135%;
    opacity: 0;
}

.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item.double:hover .bx_catalog_item_images {
    opacity: 0;
    -webkit-animation: rotateimgfirst 0.5s;
    animation: rotateimgfirst 0.5s;
}

.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item.double:hover .bx_catalog_item_images_double {
    opacity: 1;
    -webkit-animation: rotateimglast 0.5s;
    animation: rotateimglast 0.5s;
}

@keyframes rotateimgfirst {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes rotateimgfirst {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes rotateimglast {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes rotateimglast {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item .bx_catalog_item_controls,
.bx_item_list_bestsellers .bx_catalog_item .bx_catalog_item_articul,
.bx_item_list_bestsellers .bx_catalog_item .bx_catalog_item_scu {
    display: none
}

.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item:hover .bx_catalog_item_controls,
.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item:hover .bx_catalog_item_articul,
.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item:hover .bx_catalog_item_scu {
    display: block
}

.bx_item_list_bestsellers .bx_catalog_item .bx_catalog_item_scu {
    padding-top: 10px
}

.bx_item_list_bestsellers .bx_catalog_item:hover .bx_catalog_item_scu>div {
    margin: 0 auto
}

.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item .bx_catalog_item_controls.touch,
.bx-touch .bx_item_list_bestsellers .bx_catalog_item .bx_catalog_item_controls.no_touch {
    display: none !important;
}

/* Stickers */
.bx_item_list_bestsellers .bx_stick {
    position: absolute;
    width: 123px;
    height: 35px;
    background: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/images/stick.png) left center no-repeat;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 0 #ba3434;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.bx_item_list_bestsellers .bx_stick.short {
    font-weight: bold;
    font-size: 18px
}

.bx_item_list_bestsellers .bx_stick.average {
    font-weight: bold;
    font-size: 13px
}

.bx_item_list_bestsellers .bx_stick.long {
    font-weight: normal;
    font-size: 11px
}

.bx_item_list_bestsellers .bx_stick_disc {
    position: absolute;
    width: 72px;
    height: 74px;
    background: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/images/stick_disc.png) no-repeat center;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 0 #ba3434;
    font-weight: bold;
    font-size: 23px;
    line-height: 74px;
}

.bx_item_list_bestsellers .bx_stick.left,
.bx_item_list_bestsellers .bx_stick_disc.left {
    left: -2px;
}

.bx_item_list_bestsellers .bx_stick.right,
.bx_item_list_bestsellers .bx_stick_disc.right {
    right: 0;
}

.bx_item_list_bestsellers .bx_stick.top,
.bx_item_list_bestsellers .bx_stick_disc.top {
    top: 15px;
}

.bx_item_list_bestsellers .bx_stick.bottom,
.bx_item_list_bestsellers .bx_stick_disc.bottom {
    bottom: 5px;
}

.bx_item_list_bestsellers .bx_stick.middle,
.bx_item_list_bestsellers .bx_stick_disc.middle {
    top: 49%;
}

@media (min-width:641px) and (max-width:960px) {
    .bx_item_list_bestsellers .bx_stick {
        width: 90px;
        height: 30px;
        background-size: 100%;
        line-height: 30px;
    }

    .bx_item_list_bestsellers .bx_stick.short {
        font-weight: normal;
        font-size: 14px
    }

    .bx_item_list_bestsellers .bx_stick.average {
        font-weight: normal;
        font-size: 11px
    }

    .bx_item_list_bestsellers .bx_stick.long {
        font-weight: normal;
        font-size: 11px
    }

    .bx_item_list_bestsellers .bx_stick_disc {
        width: 64px;
        height: 65px;
        background-size: 100%;
        font-size: 20px;
        line-height: 65px;
    }
}

@media (max-width:640px) {
    .bx-touch .bx_item_list_bestsellers .bx_stick {
        width: 70px;
        height: 30px;
        background-size: 100%;
        font-size: 11px;
        line-height: 30px;
    }

    .bx-touch .bx_item_list_bestsellers .bx_stick_disc {
        width: 48px;
        height: 49px;
        background-size: 100%;
        font-size: 16px;
        line-height: 49px;
    }
}

@media (max-width:479px) {
    .bx-touch .bx_item_list_bestsellers .bx_stick {
        width: 70px;
        height: 30px;
        background-size: 100%;
        font-size: 11px;
        line-height: 30px;
    }

    .bx-touch .bx_item_list_bestsellers .bx_stick_disc {
        width: 37px;
        height: 38px;
        background-size: 100%;
        font-size: 13px;
        line-height: 38px;
    }
}

/* buttons */
.bx_item_list_bestsellers .bx_bt_button,
.bx_item_list_bestsellers .bx_bt_button_type_2 {
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}

.bx_item_list_bestsellers .bx_bt_button_type_2 {
    border: 1px solid #e9e9e9;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f1f1f1));
    background-image: -webkit-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
    background-image: -moz-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
    background-image: -o-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
    background-image: linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
    color: #656565;
    text-shadow: 0 1px 0 #fff;
}

.bx_item_list_bestsellers .bx_bt_button_type_2:hover {
    background: #fff;
}

.bx_item_list_bestsellers .bx_bt_button_type_2:active {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#fcfcfc));
    background-image: -webkit-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
    background-image: -moz-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
    background-image: -o-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
    background-image: linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .05);
}

.bx_item_list_bestsellers .bx_bt_button {
    background: #00a2df;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a2df), color-stop(100%, #006fcb));
    background: -webkit-linear-gradient(top, #00a2df 0%, #006fcb 100%);
    background: -moz-linear-gradient(top, #00a2df 0%, #006fcb 100%);
    background: -ms-linear-gradient(top, #00a2df 0%, #006fcb 100%);
    background: -o-linear-gradient(top, #00a2df 0%, #006fcb 100%);
    background: linear-gradient(to bottom, #00a2df 0%, #006fcb 100%);
    color: #fff;
    text-shadow: 0 1px 0 #006cae;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2df', endColorstr='#006fcb', GradientType=0);
}

.bx_item_list_bestsellers .bx_bt_button:hover {
    background: #21afe4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #21afe4), color-stop(100%, #006fcb));
    background: -webkit-linear-gradient(top, #21afe4 0%, #006fcb 100%);
    background: -moz-linear-gradient(top, #21afe4 0%, #006fcb 100%);
    background: -ms-linear-gradient(top, #21afe4 0%, #006fcb 100%);
    background: -o-linear-gradient(top, #21afe4 0%, #006fcb 100%);
    background: linear-gradient(to bottom, #21afe4 0%, #006fcb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21afe4', endColorstr='#006fcb', GradientType=0);
}

.bx_item_list_bestsellers .bx_bt_button:active {
    background: #21afe4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #21afe4), color-stop(100%, #006fcb));
    background: -webkit-linear-gradient(top, #21afe4 0%, #006fcb 100%);
    background: -moz-linear-gradient(top, #21afe4 0%, #006fcb 100%);
    background: -ms-linear-gradient(top, #21afe4 0%, #006fcb 100%);
    background: -o-linear-gradient(top, #21afe4 0%, #006fcb 100%);
    background: linear-gradient(to bottom, #21afe4 0%, #006fcb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21afe4', endColorstr='#006fcb', GradientType=0);
}


.bx_item_list_bestsellers .bx_small.bx_bt_button {
    display: inline-block;
    min-width: 20px;
    line-height: 20px;
}

.bx_item_list_bestsellers .bx_small.bx_bt_button_type_2 {
    display: inline-block;
    min-width: 18px;
    line-height: 18px;
}

.bx_item_list_bestsellers .bx_small.bx_bt_button_type_2 {}

.bx_item_list_bestsellers .bx_small.bx_bt_button_type_2:hover {}

.bx_item_list_bestsellers .bx_small.bx_bt_button_type_2:active {}


.bx_item_list_bestsellers .bx_medium.bx_bt_button {
    padding: 0 13px;
    height: 25px;
    font-weight: bold;
    line-height: 25px;
}

.bx_item_list_bestsellers .bx_medium.bx_bt_button_type_2 {
    padding: 0 13px;
    height: 23px;
    font-weight: bold;
    line-height: 23px;
}

.bx_item_list_bestsellers .bx_medium.bx_bt_button,
.bx_item_list_bestsellers .bx_medium.bx_bt_button_type_2 {
    font-weight: bold;
}

.bx_item_list_bestsellers .bx_medium.bx_bt_button_type_2:hover {}

.bx_item_list_bestsellers .bx_medium.bx_bt_button_type_2:active {}

.bx_item_list_bestsellers .bx_col_input {
    display: inline-block;
    width: 40px;
    text-align: center;
}

/* scu_detail_size */
.bx_item_list_bestsellers .bx_item_detail_size {
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}

.bx-no-touch .bx_item_list_bestsellers .bx_item_detail_size.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%;
}

/*----*/

.bx_item_list_bestsellers .bx_item_detail_size .bx_item_section_name_gray {
    color: #9e9e9e;
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
}

/*----*/

.bx_item_list_bestsellers .bx_item_detail_size .bx_size_scroller_container {
    position: relative
}

.bx_item_list_bestsellers .bx_item_detail_size .bx_size {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

.bx_item_list_bestsellers .bx_item_detail_size ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}

.bx-touch .bx_item_list_bestsellers .bx_item_detail_size .bx_size {
    overflow-x: auto;
}

.bx_item_list_bestsellers .bx_item_detail_size ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}

.bx-touch .bx_item_list_bestsellers .bx_item_detail_size .bx_size ul {
    margin-left: 0 !important;
}

.bx_item_list_bestsellers .bx_item_detail_size ul li {
    position: relative;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 25px;
}

.bx_item_list_bestsellers .bx_item_detail_size ul li .cnt {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 2px;
    left: 2px;
    display: block;
    overflow: hidden;
    border: 1px solid #c0cfda;
    background: #fff;

    color: #3f3f3f;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 10px;
    line-height: 22px;
}

.bx-touch .bx_item_list_bestsellers .bx_item_detail_size ul li .cnt {
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/images/x2border.png) 2 stretch;
    -moz-border-image: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/images/x2border.png) 2 stretch;
    -o-border-image: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/images/x2border.png) 2 stretch;
    border-image: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/images/x2border.png) 2 fill stretch;
}

.bx_item_list_bestsellers .bx_item_detail_size ul li:hover .cnt {
    border: 1px solid #006cc0
}

.bx_item_list_bestsellers .bx_item_detail_size ul li:active .cnt,
.bx_item_list_bestsellers .bx_item_detail_size ul li.bx_active .cnt {
    border: 2px solid #006cc0;
}

.bx-touch .bx_item_list_bestsellers .bx_item_detail_size ul li.bx_active .cnt {
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/images/x2border_active.png) 2 stretch;
    -moz-border-image: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/images/x2border_active.png) 2 stretch;
    -o-border-image: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/images/x2border_active.png) 2 stretch;
    border-image: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/images/x2border_active.png) 2 fill stretch;
}

.bx_item_list_bestsellers .bx_item_detail_size .bx_size ul li.bx_missing .cnt {
    border: 1px solid #c0cfda !important
}

.bx_item_list_bestsellers .bx_item_detail_size .bx_size ul li.bx_missing>i {
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 2px;
    left: 2px;
    z-index: 11;
    background: rgba(255, 255, 255, .79) url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/images/missing.png) no-repeat center;
}

/*----*/

.bx-no-touch .bx_item_list_bestsellers .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_item_list_bestsellers .bx_item_detail_size .bx_slide_right {
    opacity: 0.8
}

.bx-no-touch .bx_item_list_bestsellers .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_item_list_bestsellers .bx_item_detail_size .bx_slide_right:hover {
    opacity: 1.0
}

.bx_item_list_bestsellers .bx_item_detail_size.full .bx_slide_left,
.bx_item_list_bestsellers .bx_item_detail_size.full .bx_slide_right {
    position: absolute;
    top: 0;
    bottom: 4px;
    width: 5%;
    max-width: 11px;
    cursor: pointer;
}

.bx-no-touch .bx_item_list_bestsellers .bx_item_detail_size .bx_slide_left {
    left: -5%;
    background: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/images/arr_left.png) no-repeat left center;
    background-size: 100% auto
}

.bx-no-touch .bx_item_list_bestsellers .bx_item_detail_size .bx_slide_right {
    right: -5%;
    background: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/images/arr_right.png) no-repeat right center;
    background-size: 100% auto
}

.bx-touch .bx_item_list_bestsellers .bx_item_detail_size .bx_slide_left {
    left: 0;
    background: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/images/fade_left.png) repeat-y left center;
    background-size: 100% auto
}

.bx-touch .bx_item_list_bestsellers .bx_item_detail_size .bx_slide_right {
    right: 0;
    background: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/images/fade_right.png) repeat-y right center;
    background-size: 100% auto
}

/* scu_detail_scu */
.bx_item_list_bestsellers .bx_item_detail_scu {
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}

.bx-no-touch .bx_item_list_bestsellers .bx_item_detail_scu.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%
}

/*----*/

.bx_item_list_bestsellers .bx_item_detail_scu .bx_item_section_name_gray {
    color: #9e9e9e;
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
}

/*----*/

.bx_item_list_bestsellers .bx_item_detail_scu .bx_scu_scroller_container {
    position: relative
}

.bx_item_list_bestsellers .bx_item_detail_scu .bx_scu {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

.bx-touch .bx_item_list_bestsellers .bx_item_detail_scu .bx_scu {
    overflow-x: auto
}

.bx_item_list_bestsellers .bx_item_detail_scu .bx_scu ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap
}

.bx-touch .bx_item_list_bestsellers .bx_item_detail_scu .bx_scu ul {
    margin-left: 0 !important
}

.bx_item_list_bestsellers .bx_item_detail_scu .bx_scu ul li {
    position: relative;
    display: block;
    float: left;
    height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx_item_list_bestsellers .bx_item_detail_scu .bx_scu ul li .cnt {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 4px;
    left: 2px;
    display: block;
    overflow: hidden;
    border: 1px solid #c0cfda;
    background: #fff;
    z-index: 10;
}

.bx-touch .bx_item_list_bestsellers .bx_item_detail_scu .bx_scu ul li .cnt {
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/images/x2border.png) 2 stretch;
    -moz-border-image: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/images/x2border.png) 2 stretch;
    -o-border-image: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/images/x2border.png) 2 stretch;
    border-image: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/images/x2border.png) 2 fill stretch;
}

.bx_item_list_bestsellers .bx_item_detail_scu .bx_scu ul li:hover .cnt {
    border: 1px solid #006cc0
}

.bx_item_list_bestsellers .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_item_list_bestsellers .bx_item_detail_scu .bx_scu ul li.bx_active .cnt {
    padding: 3px;
    border: 2px solid #006cc0;
}

.bx_item_list_bestsellers .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt {
    border: 1px solid #c0cfda !important
}

.bx_item_list_bestsellers .bx_item_detail_scu .bx_scu ul li.bx_missing>i {
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 4px;
    left: 2px;
    z-index: 11;
    background: rgba(255, 255, 255, .79) url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/images/missing.png) no-repeat center;
}

.bx-touch .bx_item_list_bestsellers .bx_item_detail_scu .bx_scu ul li.bx_active .cnt {
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/images/x2border_active.png) 2 stretch;
    -moz-border-image: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/images/x2border_active.png) 2 stretch;
    -o-border-image: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/images/x2border_active.png) 2 stretch;
    border-image: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/images/x2border_active.png) 2 fill stretch;
}

.bx_item_list_bestsellers .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item {
    position: absolute;
    top: 6%;
    right: 6%;
    bottom: 6%;
    left: 6%;
    background-size: contain;
    background-repeat: no-repeat;
}

.bx_item_list_bestsellers .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img {
    width: auto;
    height: 25px;
}

/*----*/

.bx-no-touch .bx_item_list_bestsellers .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_item_list_bestsellers .bx_item_detail_scu .bx_slide_right {
    opacity: 0.8
}

.bx-no-touch .bx_item_list_bestsellers .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_item_list_bestsellers .bx_item_detail_scu .bx_slide_right:hover {
    opacity: 1.0
}

.bx_item_list_bestsellers .bx_item_detail_scu.full .bx_slide_left,
.bx_item_list_bestsellers .bx_item_detail_scu.full .bx_slide_right {
    position: absolute;
    top: 0;
    bottom: 4px;
    width: 5%;
    max-width: 11px;
    cursor: pointer;
}

.bx-no-touch .bx_item_list_bestsellers .bx_item_detail_scu .bx_slide_left {
    left: -5%;
    background: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/images/arr_left.png) no-repeat left center;
    background-size: 100% auto
}

.bx-no-touch .bx_item_list_bestsellers .bx_item_detail_scu .bx_slide_right {
    right: -5%;
    background: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/images/arr_right.png) no-repeat right center;
    background-size: 100% auto
}

.bx-touch .bx_item_list_bestsellers .bx_item_detail_scu .bx_slide_left {
    left: 0;
    background: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/images/fade_left.png) repeat-y left center;
    background-size: 100% auto
}

.bx-touch .bx_item_list_bestsellers .bx_item_detail_scu .bx_slide_right {
    right: 0;
    background: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/images/fade_right.png) repeat-y right center;
    background-size: 100% auto
}

.bx_item_list_bestsellers {
    position: relative;
    margin-bottom: 20px;
    border-radius: 3px
}

.bx_item_list_bestsellers .bx_item_list_title {
    font-weight: bold;
    color: #000;
    background: #ebf4f8;
    vertical-align: middle;
    height: 38px;
    text-align: center;
    position: relative;
    line-height: 38px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.bx_item_list_bestsellers .bx_item_list_section .bx_item_list_slide {
    /*height: auto !important;*/
}

.bx_item_list_bestsellers .bx_catalog_item_container.no-imgs>a {
    background-image: none !important;
}


.bx_item_list_bestsellers .bx_item_filter_in_title {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 12px;
    font-weight: normal;
}

.bx_item_list_bestsellers .bx_item_filter_in_title span {
    margin: 0 10px;
    display: inline-block;
}

.bx_item_list_bestsellers .bx_item_filter_in_title span select {
    /*display: block;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px;
    outline: none;
    border: 1px solid #c1c5c8;
    border-radius: 2px;
    background: #fff;
    box-shadow: inset 2px 2px 2px -1px rgba(180, 188, 191, 0.5);
    color: #000;
    vertical-align: middle;
    font-size: 14px;
    line-height: 15px;
    max-width: 400px
}


/*start product-card*/
.product-card {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 2px 6px 0px rgba(141, 177, 195, 0.12);
    height: 710px;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.product-card:hover {
    box-shadow: 0px 4px 20px 0px rgba(141, 177, 195, 0.16);
}

.product-card.product-card--list .product-card__content {
    flex-direction: row;
}

.product-card.product-card--list .product-card__images-item {
    height: 100%;
}

.product-card.product-card--list {
    width: 100%;
    height: 330px;
}

.product-card.product-card--list .product-card__images {
    display: block;
    width: 330px;
    min-width: 330px;
}

.product-card.product-card--list .product-card__box {
    width: 100%;
    padding-top: 32px;
}

.product-card.product-card--list .product-card__status {
    max-width: 300px;
}

.product-card.product-card--list .product-card__settings {
    right: auto;
    left: 275px;
}

.product-card.add-basket .product-card__price {
    transform: translateY(-85px);
}

.product-card.add-basket .product-card__list {
    opacity: 0;
    pointer-events: none;
}

.product-card__list {
    transition: opacity 0.3s;
}

.product-card__content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.swiper.product-card__images-slider {
    position: relative;
}

.swiper-pagination-bullets.swiper-pagination-horizontal.product-card__images-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* right: 0; */
    bottom: 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.24);
    padding: 4px 6px;
    backdrop-filter: blur(1px);
    grid-gap: 6px;
    width: auto;
    pointer-events: none;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.swiper-pagination-horizontal.swiper-pagination-bullets.product-card__images-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0;
    background-color: #e9ebee;
    opacity: 1;
    transition: 0.3s;
}

.swiper-pagination-horizontal.swiper-pagination-bullets.product-card__images-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #282829;
}

.swiper-wrapper {}

.swiper.product-card__images-slider .swiper-slide {
    width: auto;
    display: block;
    opacity: 0 !important;
}

.swiper.product-card__images-slider .swiper-slide:nth-child(1) .product-card__images-item img,
.swiper.product-card__images-slider .swiper-slide:nth-child(2) .product-card__images-item img {
    object-fit: contain;
}

.swiper.product-card__images-slider .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.slider-project__inner.product-slider .swiper-slide {
    display: block;
}

.product-card__images-item {
    width: 100%;
    height: 380px;
}

.product-card__images-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card__images-cursor {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: grid;
}

.product-card__images-cursor-item {
    /* border: 1px solid #000; */
    height: 100%;
}

.product-card__box {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 24px 32px 32px;
}

.product-card__title {
    color: #282829;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 140%;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-card__link {
    grid-gap: 8px;
    display: grid;
    grid-template-columns: min-content 1fr 200px;
    font-size: 18px;
    align-items: flex-end;
    line-height: 150%;
}

.product-card__link+.product-card__link {
    margin-top: 12px;
}

.product-card__link-title {
    color: #93969c;
    white-space: nowrap;
}

.product-card__link-line {
    height: 1px;
    background: #e9ebee;
    width: 100%;
    margin-bottom: 6px;
}

.product-card__link-text {
    color: #282829;
    white-space: nowrap;
}

.product-card__bottom {
    position: absolute;
    /* left: 32px; */
    bottom: 32px;
    right: 32px;
    transition: opacity 0.3s;
}

.product-card__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.product-card__price {
    padding-bottom: 8px;
    margin-top: auto;
    white-space: nowrap;
    display: flex;
    transition: transform 0.3s;
}

.product-card__price.discount-active {
    padding-bottom: 0;
}

.product-card__price.discount-active .product-card__price-all {
    border-radius: 12px;
    background: #ffdc42;
    padding: 4px 16px;
}

.product-card__price-all {
    font-size: 32px;
    font-weight: 600;
    display: flex;
    grid-gap: 8px;
    align-items: flex-end;
    color: #282829;
    line-height: 140%;
}

.product-card__price-discount {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    font-size: 18px;
    line-height: 180%;
    color: #444446;
    margin-bottom: 8px;
}

.product-card__price-crossed {
    position: relative;
}

.product-card__price-crossed::before {
    content: "";
    position: absolute;
    height: 1px;
    top: 50%;
    width: 100%;
    left: 0;
    background-color: #444446;
}

.product-card__price-procent {
    color: #282829;
    padding: 3px 8px;
    border-radius: 8px;
    background: #ffeea0;
    font-size: 16px;
    line-height: 150%;
    font-weight: 700;
}

.product-card__price-dimension {
    font-size: 24px;
    line-height: 150%;
}

.product-card__settings {
    z-index: 3;
    position: absolute;
    top: 16px;
    right: 16px;
    grid-gap: 2px;
    /* opacity: 0; */
    display: flex;
    transition: opacity 0.3s;
    flex-direction: column;
}

.product-card:hover .product-card__settings {
    /* opacity: 1; */
}

.product-card__setting {
    width: 56px;
    border-radius: 12px;
    height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    transition: 0.3s;
    /* background: #fff; */
}

.product-card__setting.active {
    opacity: 1;
    background: #fff;
    /* box-shadow: 0px 2px 6px 0px rgba(141, 177, 195, 0.12); */
}

.product-card:hover .product-card__setting {
    opacity: 1;
}

.product-card__setting svg {
    width: 28px;
    height: 28px;
}

.product-card__setting svg path {
    transition: 0.3s;
}

.product-card__setting:hover svg path[stroke] {
    stroke: #282829;
}

.product-card__setting:hover {
    background: #fff;
    box-shadow: 0px 2px 6px 0px rgba(141, 177, 195, 0.12);
}

.product-card__buttons {
    display: flex;
    grid-gap: 8px;
}

.product-card__button {
    cursor: pointer;
}

.product-card__setting--favourites.active svg path[stroke] {
    stroke: #ef1919;
}

.product-card__setting--favourites.active svg path[fill] {
    fill: #ef1919;
}

.product-card__setting--comparison.active svg path[stroke] {
    stroke: white;
}

.product-card__setting--comparison.active svg path[stroke]:nth-child(1) {
    stroke: #282829;
}

.product-card__setting--comparison.active svg path[fill]:nth-child(1) {
    fill: #282829;
}

.product-card__status {
    position: absolute;
    top: 16px;
    left: 16px;
    pointer-events: none;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 6px;
}

.product-card__item {
    border-radius: 10px;
    padding: 6px 16px 8px 14px;
    display: flex;
    align-items: center;
    color: #282829;
    grid-gap: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
}

.product-card__item img {
    width: 18px;
}

.product-card__item--action {
    background-color: #ffdc42;
}

.product-card__item--new {
    background-color: #f22a2a;
    padding-left: 16px;
    color: #fff;
}

.product-card__item--order {
    background-color: #f3f4f6;
}

.product-card.product-card--list .product-card__calculator {
    left: 362px;
}

.product-card__calculator {
    position: absolute;
    right: 32px;
    bottom: 32px;
    left: 32px;
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
    z-index: 4;
}

.product-card.add-basket .product-card__calculator .recalculation {
    width: 100%;
    opacity: 1;
}

.product-card.add-basket .product-card__bottom {
    opacity: 0;
    pointer-events: none;
}

.product-card.add-basket .product-card__calculator {
    pointer-events: initial;
}

.product-card__calculator .recalculation .recalculation__btn {
    background-color: #fff;
}

.product-card__calculator .recalculation .recalculation__btn:hover {
    background-color: #ff6800;
}

.product-card__calculator .recalculation {
    border-radius: 12px;
    border: 1px solid #e9ebee;
    transition: 0.5s;
    opacity: 0;
    background: #f8f9fb;
    width: 100px;
}

.product-card__basket-delete {
    display: none;
}

.produc-card__box-top {
    display: grid;
    grid-template-columns: 1fr min-content;
    grid-gap: 16px;
    margin-bottom: 16px;
}

.product-card--basket .product-card__basket-delete {
    /* position: absolute; */
    /* top: 32px; */
    display: block;
    /* right: 32px; */
    /* z-index: 4; */
}

.product-card--basket .product-card__title {
    margin-bottom: 0;
}

.product-card.product-card--basket .product-card__calculator {
    pointer-events: initial;
}

.product-card.product-card--basket .product-card__basket-delete .btn-orange-hover {
    cursor: pointer;
}

.product-card.product-card--list.product-card--basket {
    height: auto;
}

.product-card.product-card--list.product-card--basket .product-card__content {
    min-height: 330px;
}

.product-card.product-card--list.product-card--basket .product-card__box {
    /* height: 100%; */
    height: auto;
}

.product-card--basket__all-price .product-card__link-title {
    color: #282829;
    font-size: 20px;
    line-height: 150%;
}

.product-card.product-card--list.product-card--basket .swiper.product-card__images-slider {
    height: 100%;
}

.product-card--basket .product-card__list {
    margin-bottom: 22px;
}

.product-card--basket__all-price .product-card__link-text {
    color: #282829;
    font-size: 28px;
    line-height: 150%;
    font-weight: 700;
}

.product-card.product-card--basket .recalculation {
    width: 100%;
    opacity: 1;
    position: static;
}

.product-card.product-card--basket .product-card__calculator {
    position: static;
    margin-top: auto;
}

.product-card.add-basket.product-card--basket .product-card__calculator {
    pointer-events: initial;
}

.product-card--basket .product-card--basket__action {
    font-weight: 500;
    border-radius: 8px;
    background: #ffdc42;
    padding: 2px 12px;
}

.product-card.product-card--list.product-card--basket .product-card__link {
    grid-template-columns: min-content 1fr min-content;
}

.product-card.product-card--list .product-card__link {
    grid-template-columns: min-content 1fr 260px;
}

.product-card__button--basket .btn-orange-hover {
    position: relative;
}

.product-card__button--basket .btn-orange-hover:hover::before {
    opacity: 1;
    transform: translateX(-40%) translateY(0px);
}

.product-card__button--basket .btn-orange-hover::before {
    content: "";
    transition: 0.3s;
    position: absolute;
    opacity: 0;
    height: 4px;
    top: 18px;
    left: 50%;
    transform: translateX(-40%) translateY(-2px);
    width: 10px;
    border-radius: 3px 3px 0 0;
    background-color: #fff;
}

@media (max-width: 1920px) {
    .product-card__button--basket .btn-orange-hover::before {
        top: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card.product-card--list .product-card__link {
        grid-template-columns: min-content 1fr calc(240px + (260 - 240) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card__setting {
        width: calc(48px + (56 - 48) * ((100vw - 1536px) / (1920 - 1536)));
        height: calc(48px + (56 - 48) * ((100vw - 1536px) / (1920 - 1536)));
        border-radius: calc(10px + (12 - 10) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card__setting svg {
        width: calc(24px + (28 - 24) * ((100vw - 1536px) / (1920 - 1536)));
        height: calc(24px + (28 - 24) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card__box {
        padding-top: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
        padding-left: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
        padding-right: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
        padding-bottom: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card__title {
        font-size: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card__link {
        grid-template-columns: min-content 1fr calc(180px + (200 - 180) * ((100vw - 1536px) / (1920 - 1536)));
        font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card {
        border-radius: calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536)));
        height: calc(650px + (710 - 650) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card__images-item {
        height: calc(360px + (380 - 360) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .swiper-pagination-horizontal.swiper-pagination-bullets.product-card__images-pagination .swiper-pagination-bullet {
        width: calc(6px + (8 - 6) * ((100vw - 1536px) / (1920 - 1536)));
        height: calc(6px + (8 - 6) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card__item {
        border-radius: calc(8px + (10 - 8) * ((100vw - 1536px) / (1920 - 1536)));
        font-size: calc(12px + (14 - 12) * ((100vw - 1536px) / (1920 - 1536)));
        padding-top: calc(4px + (6 - 4) * ((100vw - 1536px) / (1920 - 1536)));
        padding-right: calc(12px + (16 - 12) * ((100vw - 1536px) / (1920 - 1536)));
        padding-bottom: calc(6px + (8 - 6) * ((100vw - 1536px) / (1920 - 1536)));
        padding-left: calc(10px + (14 - 10) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card__status {
        grid-gap: calc(4px + (6 - 4) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card__item img {
        width: calc(14px + (18 - 14) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card__item--new {
        padding-left: calc(12px + (16 - 12) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card__price-all {
        font-size: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card__price-dimension {
        font-size: calc(20px + (24 - 20) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card__price.discount-active .product-card__price-all {
        border-radius: calc(10px + (12 - 10) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card__price-discount {
        font-size: calc(16px + (18 - 16) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card__price-procent {
        font-size: calc(14px + (16 - 14) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card__bottom {
        right: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
        bottom: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card__price-discount {
        margin-bottom: calc(6px + (8 - 6) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card.add-basket .product-card__price {
        transform: translateY(calc(-80px + (-85 - (-80)) * ((100vw - 1536px) / (1920 - 1536))));
    }

    .product-card.product-card--list {
        height: calc(280px + (330 - 280) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card.product-card--list .product-card__images {
        width: calc(280px + (330 - 280) * ((100vw - 1536px) / (1920 - 1536)));
        min-width: calc(280px + (330 - 280) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card.product-card--list .product-card__box {
        padding: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card.product-card--list .product-card__status {
        max-width: calc(200px + (300 - 200) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card.product-card--list .product-card__settings {
        left: calc(230px + (275 - 230) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card__calculator {
        right: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
        left: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
        bottom: calc(28px + (32 - 28) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card.product-card--list .product-card__calculator {
        left: calc(304px + (362 - 304) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card--basket .product-card__basket-delete {
        top: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
        right: calc(24px + (32 - 24) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card.product-card--list.product-card--basket .product-card__content {
        min-height: calc(280px + (330 - 280) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card--basket .product-card__link+.product-card__link {
        margin-top: calc(8px + (12 - 8) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card--basket__all-price .product-card__link-title {
        font-size: calc(18px + (20 - 18) * ((100vw - 1536px) / (1920 - 1536)));
    }

    .product-card--basket__all-price .product-card__link-text {
        font-size: calc(24px + (28 - 24) * ((100vw - 1536px) / (1920 - 1536)));
    }
}

@media (max-width: 1536px) {
    .product-card__button--basket .btn-orange-hover::before {
        top: 16px;
        /* top: calc(16px + (16 - 16) * ((100vw - 1366px) / (1536 - 1366))); */
        width: calc(8px + (10 - 8) * ((100vw - 1366px) / (1536 - 1366)));
        height: calc(3px + (4 - 3) * ((100vw - 1366px) / (1536 - 1366)));
    }

    .product-card.product-card--list .product-card__link {
        grid-template-columns: min-content 1fr calc(180px + (240 - 180) * ((100vw - 1366px) / (1536 - 1366)));
    }

    .product-card--basket__all-price .product-card__link-text {
        font-size: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
    }

    .product-card--basket__all-price .product-card__link-title {
        font-size: 16px;
    }

    .product-card.product-card--list.product-card--basket .product-card__content {
        min-height: calc(255px + (280 - 255) * ((100vw - 1366px) / (1536 - 1366)));
    }

    .product-card--basket .product-card__basket-delete {
        top: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
        right: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
    }

    .product-card.product-card--list .product-card__calculator {
        left: calc(276px + (304 - 276) * ((100vw - 1366px) / (1536 - 1366)));
    }

    .product-card__price {
        padding-bottom: calc(4px + (8 - 4) * ((100vw - 1366px) / (1536 - 1366)));
    }

    .product-card.add-basket .product-card__price {
        transform: translateY(calc(-72px + (-80 - (-72)) * ((100vw - 1366px) / (1536 - 1366))));
    }

    .product-card__price-discount {
        margin-bottom: 6px;
    }

    .product-card__setting {
        width: calc(44px + (48 - 44) * ((100vw - 1366px) / (1536 - 1366)));
        height: calc(44px + (48 - 44) * ((100vw - 1366px) / (1536 - 1366)));
        border-radius: calc(8px + (10 - 8) * ((100vw - 1366px) / (1536 - 1366)));
    }

    .product-card__setting svg {
        width: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
        height: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
    }

    .product-card__price-discount {
        font-size: 16px;
        grid-gap: calc(16px + (20 - 16) * ((100vw - 1366px) / (1536 - 1366)));
    }

    .product-card__price-procent {
        font-size: 14px;
    }

    .product-card__price.discount-active .product-card__price-all {
        border-radius: 10px;
    }

    .product-card__price-all {
        font-size: 28px;
    }

    .product-card__price-dimension {
        font-size: 20px;
    }

    .product-card__item--new {
        padding-left: 12px;
    }

    .product-card__item {
        padding: 4px 12px 6px 10px;
        border-radius: 8px;
        font-size: 12px;
    }

    .product-card__item img {
        width: 14px;
    }

    .product-card__status {
        grid-gap: 4px;
    }

    .swiper-pagination-horizontal.swiper-pagination-bullets.product-card__images-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

    .product-card__box {
        padding-top: 20px;
        padding-left: 28px;
        padding-bottom: 28px;
        padding-right: 28px;
    }

    .product-card__bottom {
        right: 28px;
        bottom: 28px;
    }

    .product-card__link {
        font-size: 16px;
        grid-template-columns: min-content 1fr calc(160px + (180 - 160) * ((100vw - 1366px) / (1536 - 1366)));
    }

    .product-card__title {
        font-size: calc(18px + (20 - 18) * ((100vw - 1366px) / (1536 - 1366)));
    }

    .product-card {
        border-radius: 18px;
        height: calc(605px + (650 - 605) * ((100vw - 1366px) / (1536 - 1366)));
    }

    .product-card__images-item {
        height: calc(320px + (360 - 320) * ((100vw - 1366px) / (1536 - 1366)));
    }

    .product-card.product-card--list {
        height: calc(255px + (280 - 255) * ((100vw - 1366px) / (1536 - 1366)));
    }

    .product-card.product-card--list .product-card__images {
        width: calc(255px + (280 - 255) * ((100vw - 1366px) / (1536 - 1366)));
        min-width: calc(255px + (280 - 255) * ((100vw - 1366px) / (1536 - 1366)));
    }

    .product-card.product-card--list .product-card__box {
        padding: calc(20px + (24 - 20) * ((100vw - 1366px) / (1536 - 1366)));
    }

    .product-card.product-card--list .product-card__status {
        max-width: calc(170px + (200 - 170) * ((100vw - 1366px) / (1536 - 1366)));
    }

    .product-card.product-card--list .product-card__settings {
        left: calc(212px + (230 - 212) * ((100vw - 1366px) / (1536 - 1366)));
    }

    .product-card__calculator {
        right: 28px;
        left: 28px;
        bottom: 28px;
    }

    .product-card--basket .product-card__link+.product-card__link {
        margin-top: 8px;
    }

    .product-card.product-card--list.product-card--basket .product-card__content {
        min-height: 255px;
    }
}

@media (max-width: 1366px) {
    .product-card__button--basket .btn-orange-hover::before {
        width: 8px;
        height: 3px;
    }

    .product-card.product-card--list .product-card__link {
        grid-template-columns: min-content 1fr calc(160px + (180 - 160) * ((100vw - 1024px) / (1366 - 1024)));
    }

    .product-card.product-card--list.product-card--basket .product-card__content {
        min-height: 255px;
    }

    .product-card.add-basket .product-card__price {
        transform: translateY(-72px);
    }

    .product-card__setting {
        width: 44px;
        height: 44px;
        border-radius: 8px;
    }

    .product-card__setting svg {
        width: 20px;
        height: 20px;
    }

    .product-card__price-discount {
        grid-gap: 16px;
    }

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

    .product-card__link {
        grid-template-columns: min-content 1fr 160px;
    }

    .product-card__link+.product-card__link {
        margin-top: calc(8px + (12 - 8) * ((100vw - 1024px) / (1366 - 1024)));
    }

    .product-card {
        height: 605px;
    }

    .product-card__images-item {
        height: 320px;
    }

    .product-card__price {
        padding-bottom: 4px;
    }

    .product-card--basket__all-price .product-card__link-text {
        font-size: 20px;
    }
}

@media (max-width: 1300px) {
    .product-card.product-card--list .product-card__link {
        grid-template-columns: min-content 1fr 160px;
    }

    .product-card.product-card--list .product-card__calculator {
        left: 28px;
    }

    .product-card--basket .product-card__basket-delete {
        top: 340px;
        right: 28px;
    }

    .product-card.product-card--list .product-card__content {
        flex-direction: column;
    }

    .product-card.product-card--list {
        height: 605px;
    }

    .product-card.product-card--list .product-card__images {
        width: 100%;
    }

    .product-card.product-card--list .product-card__images-item {
        height: 320px;
    }

    .product-card.product-card--list .product-card__settings {
        left: auto;
        right: 16px;
    }

    .product-card.product-card--list .product-card__status {
        max-width: 100%;
    }

    .product-card.product-card--list .product-card__box {
        padding-top: 20px;
        padding-left: 28px;
        padding-bottom: 28px;
        padding-right: 28px;
    }
}

@media (max-width: 1024px) {
    .product-card.product-card--list .product-card__link {
        grid-template-columns: min-content 1fr calc(150px + (160 - 150) * ((100vw - 390px) / (1024 - 390)));
    }

    .product-card--basket .product-card__basket-delete {
        top: calc(300px + (340 - 300) * ((100vw - 390px) / (1024 - 390)));
        right: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
    }

    .product-card.product-card--list .product-card__calculator {
        left: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
    }

    .product-card--basket__all-price .product-card__link-text {
        font-size: calc(18px + (20 - 18) * ((100vw - 390px) / (1024 - 390)));
    }

    .product-card__settings {
        opacity: 1;
    }

    .product-card__setting {
        opacity: 1;
    }

    .product-card__setting:hover {
        /* background-color: transparent; */
        /* box-shadow: none; */
    }

    .product-card__price-procent {
        font-size: calc(12px + (14 - 12) * ((100vw - 390px) / (1024 - 390)));
    }

    .product-card__price-discount {
        grid-gap: calc(12px + (16 - 12) * ((100vw - 390px) / (1024 - 390)));
    }

    .product-card__link+.product-card__link {
        margin-top: 8px;
    }

    .product-card__link {
        grid-template-columns: min-content 1fr calc(150px + (160 - 150) * ((100vw - 390px) / (1024 - 390)));
    }

    .product-card__images-cursor {
        display: none !important;
    }

    .product-card__box,
    .product-card.product-card--list .product-card__box {
        padding-top: calc(16px + (20 - 16) * ((100vw - 390px) / (1024 - 390)));
        padding-left: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
        padding-bottom: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
        padding-right: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
    }

    .product-card__bottom {
        right: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
        bottom: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
    }

    .product-card,
    .product-card.product-card--list {
        border-radius: calc(16px + (18 - 16) * ((100vw - 390px) / (1024 - 390)));
        height: calc(540px + (605 - 540) * ((100vw - 390px) / (1024 - 390)));
    }

    .product-card__images-item,
    .product-card.product-card--list .product-card__images-item {
        height: calc(280px + (320 - 280) * ((100vw - 390px) / (1024 - 390)));
    }

    .product-card__price-all {
        font-size: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
    }

    .product-card__price-dimension {
        font-size: calc(18px + (20 - 18) * ((100vw - 390px) / (1024 - 390)));
    }

    .product-card__calculator {
        right: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
        left: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
        bottom: calc(24px + (28 - 24) * ((100vw - 390px) / (1024 - 390)));
    }

    .product-card--basket .product-card__link {
        font-size: calc(14px + (16 - 14) * ((100vw - 390px) / (1024 - 390)));
    }

    .product-card--basket .product-card__list {
        margin-bottom: calc(16px + (22 - 16) * ((100vw - 390px) / (1024 - 390)));
    }

    .product-card--basket .produc-card__box-top {
        margin-bottom: calc(12px + (16 - 12) * ((100vw - 390px) / (1024 - 390)));
    }

    .product-card.product-card--basket .product-card__images-item {
        height: calc(200px + (320 - 200) * ((100vw - 390px) / (1024 - 390)));
    }

    .product-card.product-card--basket .product-card__box {
        padding-top: calc(12px + (20 - 12) * ((100vw - 390px) / (1024 - 390)));
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .product-card.product-card--basket .product-card__title {
        font-size: calc(16px + (18 - 16) * ((100vw - 390px) / (1024 - 390)));
    }

    .product-card__calculator .recalculation .recalculation__btn:hover {
        background-color: #fff;
    }

    .product-card__calculator .recalculation .recalculation__btn:hover svg path[stroke] {
        stroke: #282829;
    }

    .product-card__setting:hover svg path[stroke] {
        /* stroke: #282829; */
    }

    .product-card__setting:hover {
        background: transparent;
        box-shadow: none;
    }

    .product-card__setting.active:hover {
        background-color: #fff;
    }
}

@media (max-width: 800px) {

    .product-card__status,
    .product-card.product-card--list .product-card__status {
        max-width: 170px;
    }
}

@media (max-width: 390px) {
    .product-card.product-card--list .product-card__link {
        grid-template-columns: min-content 1fr 150px;
    }

    .product-card.product-card--basket .product-card__box {
        padding-top: 12px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-bottom: 20px !important;
    }

    .product-card.product-card--basket .product-card__title {
        font-size: 16px;
    }

    .product-card--basket .product-card__link {
        font-size: 14px;
    }

    .product-card--basket .product-card__list {
        margin-bottom: 16px;
    }

    .product-card--basket .produc-card__box-top {
        margin-bottom: 12px;
    }

    .product-card.product-card--basket .product-card__images-item {
        height: 200px !important;
    }

    .product-card__calculator {
        right: 24px;
        bottom: 24px;
        left: 24px;
    }

    .product-card__price-procent {
        font-size: 12px;
    }

    .product-card__price-discount {
        grid-gap: 12px;
    }

    .product-card__price-all {
        font-size: 24px;
    }

    .product-card__price-dimension {
        font-size: 18px;
    }

    .product-card,
    .product-card.product-card--list {
        border-radius: 16px;
        height: 540px;
    }

    .product-card__link {
        grid-template-columns: min-content 1fr 150px;
    }

    .product-card__box,
    .product-card.product-card--list .product-card__box {
        padding-top: 16px;
        padding-left: 24px;
        padding-bottom: 24px;
        padding-right: 24px;
    }

    .product-card__bottom {
        right: 24px;
        bottom: 24px;
    }

    .product-card__images-item,
    .product-card.product-card--list .product-card__images-item {
        height: 280px;
    }
}

/*end product-card*/
/* End */


/* Start:/local/templates/nobetec/components/bitrix/catalog.top/news_detail/themes/blue/style.css?17785810994862*/
/* catalog.section */
.bx_item_list_bestsellers.bx_blue .bx_bt_button  				{
	background:#00a2df;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#006fcb));
	background:-webkit-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:   -moz-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:    -ms-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:     -o-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:        linear-gradient(to bottom,#00a2df 0%,#006fcb 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0);

	color:#fff;
	text-shadow: 0 1px 0 #165c99;
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
}
.bx_item_list_bestsellers.bx_blue .bx_bt_button:hover  		{
	background:#26b0e4;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2YjBlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjg0ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#26b0e4),color-stop(100%,#2684d3));
	background:-webkit-linear-gradient(top,#26b0e4 0%,#2684d3 100%);
	background:   -moz-linear-gradient(top,#26b0e4 0%,#2684d3 100%);
	background:    -ms-linear-gradient(top,#26b0e4 0%,#2684d3 100%);
	background:     -o-linear-gradient(top,#26b0e4 0%,#2684d3 100%);
	background:        linear-gradient(to bottom,#26b0e4 0%,#2684d3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#26b0e4',endColorstr='#2684d3',GradientType=0 );
}
.bx_item_list_bestsellers.bx_blue .bx_bt_button:active  		{
	background:#0052bf;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTJiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg1ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#0052bf),color-stop(100%,#0085d3));
	background:-webkit-linear-gradient(top,#0052bf 0%,#0085d3 100%);
	background:   -moz-linear-gradient(top,#0052bf 0%,#0085d3 100%);
	background:    -ms-linear-gradient(top,#0052bf 0%,#0085d3 100%);
	background:     -o-linear-gradient(top,#0052bf 0%,#0085d3 100%);
	background:linear-gradient(to bottom,#0052bf 0%,#0085d3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0052bf',endColorstr='#0085d3',GradientType=0 );
}

/* scu_detail_size */
.bx-touch .bx_item_list_bestsellers.bx_blue .bx_item_detail_size ul li.bx_active .cnt{
	-webkit-border-image: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/themes/blue/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/themes/blue/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/themes/blue/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/themes/blue/images/x2border_active.png) 2 fill stretch;
}
/* scu_detail_scu */
.bx-touch .bx_item_list_bestsellers.bx_blue .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	-webkit-border-image: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/themes/blue/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/themes/blue/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/themes/blue/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/nobetec/components/bitrix/catalog.top/news_detail/themes/blue/images/x2border_active.png) 2 fill stretch;
}
/* End */


/* Start:/local/templates/nobetec/components/bitrix/news.list/newsSlider/style.css?1778581099150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/nobetec/components/bitrix/news/news/bitrix/news.detail/detailPage/style.css?177858109933780 */
/* /local/templates/nobetec/components/bitrix/catalog.top/news_detail/style.css?177858109964657 */
/* /local/templates/nobetec/components/bitrix/catalog.top/news_detail/themes/blue/style.css?17785810994862 */
/* /local/templates/nobetec/components/bitrix/news.list/newsSlider/style.css?1778581099150 */
