:root {
  --spinner-color: #E94E1B;
  --spinner-size: 40;
  --spinner-position: static;
  --spinner-top: auto;
  --spinner-left: auto;
  --spinner-margin-top: auto;
  --spinner-margin-left: auto;
  --spinner-display: block;
}

@-webkit-keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section--blog>.section__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section--blog>.section__inner>.section__title {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  --section-title-margin-top: 0;
  --section-title-margin-bottom: 16px;
}

.section--blog .column {
  margin-bottom: 12px;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.section--blog .column .menu {
  padding-left: 72px;
  z-index: 31;
}

.section--blog .search-wrapper {
  position: absolute;
  top: 0;
  left: -16px;
  right: -16px;
  z-index: 32;
}

.section--blog .blog-content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.section--blog .sort-block {
  margin-top: 0;
  margin-bottom: 16px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section--blog .sort-block .nativejs-select {
  min-width: 191px;
}

.section--breadcrumbs+.section--blog {
  --section-margin-top: 16px;
}

.pagination {
  margin-top: 10px;
}

:root {
  --spinner-color: #E94E1B;
  --spinner-size: 40;
  --spinner-position: static;
  --spinner-top: auto;
  --spinner-left: auto;
  --spinner-margin-top: auto;
  --spinner-margin-left: auto;
  --spinner-display: block;
}

@-webkit-keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.article-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  background-color: #fff;
}

.article-card--hor {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 16px;
}

.article-card--hor .article-card__image,
.article-card--hor .article-card__info {
  width: 50%;
}

.article-card__image {
  position: relative;
  max-width: 610px;
  height: 322px;
  border-radius: 8px;
  overflow: hidden;
  font-size: 0;
}

.article-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-card__tag {
  position: absolute;
  top: 8px;
  left: 8px;
  height: 38px;
  max-width: calc(100% - 16px);
  padding: 8px 12px;
  font-size: 16px;
  line-height: 140%;
  background-color: #f9f9f9;
  border-radius: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.article-card__title {
  margin-bottom: 8px;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-card__title a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.article-card__text {
  position: relative;
  font-size: 14px;
  line-height: 140%;
  z-index: 2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e94e1b;
}

.article-card__link a {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 140%;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.article-card__link a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.article-card__link a:active {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #e5410a;
}

.article-card__link a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.article-card__link .icon-chevron-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 9px;
}

.article-card__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 2;
  font-size: 14px;
  line-height: 140%;
  color: #76777a;
}

:root {
  --spinner-color: #E94E1B;
  --spinner-size: 40;
  --spinner-position: static;
  --spinner-top: auto;
  --spinner-left: auto;
  --spinner-margin-top: auto;
  --spinner-margin-left: auto;
  --spinner-display: block;
}

@-webkit-keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.views--article-hero span {
  margin-right: -4px;
}

:root {
  --spinner-color: #E94E1B;
  --spinner-size: 40;
  --spinner-position: static;
  --spinner-top: auto;
  --spinner-left: auto;
  --spinner-margin-top: auto;
  --spinner-margin-left: auto;
  --spinner-display: block;
}

@-webkit-keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}

.search-wrapper .search-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  visibility: hidden;
  pointer-events: all;
}

.search-wrapper__button {
  --btn-paddigs: 0 14px;
  --svg-icon-size: 34;
  margin-left: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  pointer-events: all;
}

.search-wrapper--active .search-box {
  display: block;
  visibility: visible;
}

:root {
  --spinner-color: #E94E1B;
  --spinner-size: 40;
  --spinner-position: static;
  --spinner-top: auto;
  --spinner-left: auto;
  --spinner-margin-top: auto;
  --spinner-margin-left: auto;
  --spinner-display: block;
}

@-webkit-keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section--author {
  --section-margin-top: 16px;
  --section-margin-bottom: 60px;
  --section-padding-left: 0;
  --section-padding-right: 0;
}

.section--author-main {
  --section-margin-top: 0;
  --section-margin-bottom: 48px;
}

.section--author-main~.section__title {
  --section-title-margin-bottom: 20px;
}

.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px 10px 10px;
  background: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.author__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  max-width: 100%;
}

.author__image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.author__link {
  position: relative;
  display: inline-block;
  margin-top: 9px;
  margin-bottom: 9px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 140%;
  -webkit-text-decoration: none;
  text-decoration: none;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.author__link:after {
  font-family: "icon";
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(270deg) translate(50%);
  transform: rotate(270deg) translate(50%);
}

.author__info {
  max-width: calc(100% - 76px);
}

.author__name {
  margin-bottom: 4px;
  max-width: 100%;
  overflow: hidden;
}

.author__position {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 140%;
}

.author__text {
  font-size: 14px;
  line-height: 140%;
  color: #5b5b5b;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.author--main .author__main-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.author--main .author__info {
  max-width: 100%;
}

.author--main .author__content {
  max-width: 100%;
}

.author--main .author__image {
  width: 100px;
  height: 100px;
}

.author--main .author__position {
  margin-bottom: 0;
  font-size: 18px;
}

.author--main .author__text {
  padding: 16px 8px;
  background: #fff;
  color: #0a0909;
  font-size: 16px;
  border-radius: 8px;
  display: -webkit-box;
  -webkit-line-clamp: none;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.author--main .author__link {
  display: none;
  visibility: hidden;
}

:root {
  --spinner-color: #E94E1B;
  --spinner-size: 40;
  --spinner-position: static;
  --spinner-top: auto;
  --spinner-left: auto;
  --spinner-margin-top: auto;
  --spinner-margin-left: auto;
  --spinner-display: block;
}

@-webkit-keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section--articles-other {
  --section-padding-top: 32px;
  --section-padding-bottom: 78px;
  --section-padding-left: 16px;
  --section-padding-right: 16px;
  --section-margin-bottom: 48px;
  --section-title-margin-top: 0;
  --section-title-margin-bottom: 0;
  --section-bg-color: #F9F9F9;
  margin-left: -16px;
  margin-right: -16px;
  border-radius: 16px;
  position: relative;
}

.articles-other__header {
  margin-bottom: 16px;
}

.articles-other__link {
  position: absolute;
  bottom: 32px;
  width: auto;
  left: 16px;
  right: 16px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 500;
  gap: 10px;
  color: #76777a;
}

.articles-other__link .icon-action {
  font-size: 40px;
}

.articles-other__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  gap: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.articles-other__inner .article-card {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc((100% - 34px)/3);
  flex: 1 0 calc((100% - 34px)/3);
}

:root {
  --spinner-color: #E94E1B;
  --spinner-size: 40;
  --spinner-position: static;
  --spinner-top: auto;
  --spinner-left: auto;
  --spinner-margin-top: auto;
  --spinner-margin-left: auto;
  --spinner-display: block;
}

@-webkit-keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section--article-hero {
  --section-margin-bottom: 16px;
}

.article-hero__image {
  border-radius: 20px;
  vertical-align: top;
}

.article-hero__info-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 0 8px;
  border-radius: 8px;
  background-color: #f9f9f9;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 140%;
  color: #76777a;
  gap: 16px;
}

.article-hero__share-block {
  position: relative;
  margin-left: auto;
}

.article-hero__share-block .svg-icon-share {
  --svg-icon-size: 26;
}

.article-hero__share {
  border: none;
}

.article-hero__category-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article-hero__category {
  font-size: 16px;
  height: 38px;
}

.article-hero__text {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 140%;
}

:root {
  --spinner-color: #E94E1B;
  --spinner-size: 40;
  --spinner-position: static;
  --spinner-top: auto;
  --spinner-left: auto;
  --spinner-margin-top: auto;
  --spinner-margin-left: auto;
  --spinner-display: block;
}

@-webkit-keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.links-row {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.links-row__link {
  text-transform: none;
  text-transform: initial;
  font-size: 14px;
  line-height: 140%;
}

:root {
  --spinner-color: #E94E1B;
  --spinner-size: 40;
  --spinner-position: static;
  --spinner-top: auto;
  --spinner-left: auto;
  --spinner-margin-top: auto;
  --spinner-margin-left: auto;
  --spinner-display: block;
}

@-webkit-keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.time-to-read {
  padding-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9px;
  background-color: #f9f9f9;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  color: #76777a;
}

:root {
  --spinner-color: #E94E1B;
  --spinner-size: 40;
  --spinner-position: static;
  --spinner-top: auto;
  --spinner-left: auto;
  --spinner-margin-top: auto;
  --spinner-margin-left: auto;
  --spinner-display: block;
}

@-webkit-keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.list-of-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-of-contents__link {
  margin-top: 10px;
  margin-bottom: 10px;
}

.list-of-contents:not(.no-touch-hover) a.list-of-contents__link,
.list-of-contents:not(.no-touch-hover) a.list-of-contents__link:hover,
.list-of-contents:not(.no-touch-hover) a.list-of-contents__link:active,
.list-of-contents:not(.no-touch-hover) a.list-of-contents__link:focus {
  --btn-icon-font-size: 9px;
}

:root {
  --spinner-color: #E94E1B;
  --spinner-size: 40;
  --spinner-position: static;
  --spinner-top: auto;
  --spinner-left: auto;
  --spinner-margin-top: auto;
  --spinner-margin-left: auto;
  --spinner-display: block;
}

@-webkit-keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section--product-slider-blog {
  --section-padding-left: 0;
  --section-padding-right: 0;
  --section-padding-bottom: 20px;
  --section-margin-top: 30px;
  --section-margin-bottom: 30px;
  --section-title-margin-top: 0;
  --section-title-margin-bottom: 16px;
}

.section--product-slider-blog .section__title {
  text-align: left;
  font-weight: 400;
}

.product-slider {
  --product-slider-gap: 8px;
  --product-slider-items: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: var(--product-slider-gap);
}

.product-slider-blog .splide__pagination {
  --splide-pagination-gap: 6px;
  bottom: -16px;
}

.product-slider-blog .splide__pagination li {
  --splide-pagination-item-height: 8px;
  --splide-pagination-item-width: 8px;
}

body .product-slider-blog .splide__arrow--next {
  right: -22px;
}

body .product-slider-blog .splide__arrow--prev {
  left: -22px;
}

:root {
  --spinner-color: #E94E1B;
  --spinner-size: 40;
  --spinner-position: static;
  --spinner-top: auto;
  --spinner-left: auto;
  --spinner-margin-top: auto;
  --spinner-margin-left: auto;
  --spinner-display: block;
}

@-webkit-keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

[data-copy] {
  position: relative;
  cursor: pointer;
  line-height: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

[data-copy]:before {
  font-size: 20px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  color: #292929;
}

[data-copy].copied:before {
  color: #e94e1b;
}

[data-copy] .sticker {
  --sticker-paddings-vert: 4px;
  --sticker-font-size: 12px;
  --sticker-line-height: 150%;
  --sticker-height: 26px;
  --sticker-bd-radius: 6px;
  --sticker-color: #0A0909;
  --sticker-bg: #F9F9F9;
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 13px;
  z-index: 1000;
}

.data-copy {
  position: relative;
}

.data-copy [data-copy] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

:root {
  --spinner-color: #E94E1B;
  --spinner-size: 40;
  --spinner-position: static;
  --spinner-top: auto;
  --spinner-left: auto;
  --spinner-margin-top: auto;
  --spinner-margin-left: auto;
  --spinner-display: block;
}

@-webkit-keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.share-block__button {
  display: block;
  background: #f9f9f9;
  border-radius: 6px;
  font-size: 0;
  vertical-align: top;
  position: relative;
}

:root {
  --spinner-color: #E94E1B;
  --spinner-size: 40;
  --spinner-position: static;
  --spinner-top: auto;
  --spinner-left: auto;
  --spinner-margin-top: auto;
  --spinner-margin-left: auto;
  --spinner-display: block;
}

@-webkit-keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section--price-list .section__title {
  --section-title-margin-bottom: 24px;
  --section-title-margin-top: 0px;
}

.price {
  max-width: 728px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.price .nativejs-select {
  --nativejs-select-bg: #ffffff;
  --nativejs-select-bd-color: #C4C4C4;
  --nativejs-select-text-color: #0A0909;
  --nativejs-select-bd-width: 1px;
  --nativejs-select-dropdown-shadow: 0px 20px 40px 0px rgba(142, 142, 164, 0.1);
  --nativejs-select-dropdown-bottom: -3px;
  --nativejs-select-field-font-size: 14px;
  --nativejs-select-field-padding-left: 10px;
  --nativejs-select-field-padding-right: 40px;
  --nativejs-select-icon-font-size: 40px;
  --nativejs-select-icon: ;
}

.price .nativejs-select.nativejs-select_active {
  --nativejs-select-bd-color: #E94E1B;
}

.price .nativejs-select.nativejs-select_active .nativejs-select__placeholder:after {
  content: "";
  --nativejs-select-icon-font-size: 20px;
}

.price .nativejs-select {
  width: auto;
}

.nativejs-select_active .price .nativejs-select .nativejs-select__dropdown {
  bottom: -3px;
}

.price .nativejs-select .nativejs-select__placeholder:after {
  content: "";
  color: #e94e1b;
  font-size: var(--nativejs-select-icon-font-size);
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  border: 0;
}

.price-table {
  --price-table-td-color: #0A0909;
  display: none;
  visibility: hidden;
  margin-top: 12px;
  width: 100%;
  border: 1px solid #e94e1b;
}

.price-table.active {
  display: block;
  visibility: visible;
}

.price-table__th,
.price-table__td {
  color: var(--price-table-td-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #e94e1b;
  border-left: 1px solid #e94e1b;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  padding: 7px 9px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  min-height: 36px;
}

.price-table__th {
  min-height: 56px;
  font-weight: 500;
  color: #fff;
  background-color: #e94e1b;
  border-left: 1px solid #fff;
}

.price-table__th:first-child,
.price-table__td:first-child {
  border-left: 0;
}

.price-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price-table__row:first-child .price-table__th,
.price-table__row:first-child .price-table__td {
  border-top: 0;
}

.price-table__row--selected .price-table__td {
  color: #e94e1b;
}

.price-table[data-table-type=gold] .price-table__th,
.price-table[data-table-type=gold] .price-table__td {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 122px;
  flex: 1 1 122px;
}

.price-table[data-table-type=gold] .price-table__th:first-child,
.price-table[data-table-type=gold] .price-table__td:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 84px;
  flex: 1 1 84px;
}

.price-table__additional {
  padding-top: 12px;
  background-color: #fff;
  border-top: 1px solid #e94e1b;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

p.price-table__additional,
.price-table__additional {
  margin: 0 -1px -1px -1px;
}

@media (min-width: 1040px) {
  .section--blog>.section__inner {
    display: grid;
    grid-gap: 0 20px;
    gap: 0 20px;
    grid-template-columns: 295px auto;
    grid-template-rows: auto 1fr;
  }

  .section--blog>.section__inner>.section__title {
    --section-title-margin-bottom: 40px;
    grid-column-start: 2;
    grid-row-start: 1;
  }

  .section--blog .column {
    grid-row: span 2/span 2;
    grid-column-start: 1;
  }

  .section--blog .column .menu {
    padding-left: 0;
  }

  .section--blog .search-wrapper {
    top: -78px;
    left: 0;
    right: 0;
    grid-column-start: 2;
    grid-row-start: 1;
  }

  .section--blog .blog-content {
    max-width: 925px;
    min-width: 645px;
    grid-column-start: 2;
  }

  .section--blog .sort-block {
    margin-bottom: 40px;
  }

  .section--blog .section--blog-listing,
  .section--blog .section--other-articles {
    --section-margin-bottom: 40px;
  }

  .section--breadcrumbs {
    --section-margin-bottom: 98px;
  }

  .section--breadcrumbs+.section--blog {
    --section-margin-top: 20px;
  }

  .pagination {
    margin-top: 20px;
  }

  .article-card__tag {
    height: 30px;
    padding: 4px 12px;
  }

  .article-card__title {
    height: 58px;
    font-weight: 400;
  }

  .article-card__text {
    font-size: 16px;
  }

  .search-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .section--author {
    --section-margin-top: 30px;
  }

  .section--author-main {
    --section-margin-bottom: 40px;
  }

  .section--author-main~.section__title {
    --section-title-margin-bottom: 40px;
  }

  .author {
    padding: 30px 20px;
    gap: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .author__content {
    max-width: calc(100% - 35px - 127px);
  }

  .author__image {
    width: 80px;
    height: 80px;
  }

  .author__link {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .author__info {
    max-width: calc(100% - 96px);
  }

  .author__name {
    margin-bottom: 8px;
  }

  .author__position {
    margin-bottom: 16px;
  }

  .author__text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .author--main {
    padding: 30px 15px;
  }

  .author--main .author__main-top {
    margin-bottom: 10px;
    gap: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .author--main .author__image {
    width: 120px;
    height: 120px;
  }

  .author--main .author__personal {
    max-width: calc(100% - 136px);
  }

  .author--main .author__position {
    font-size: 24px;
  }

  .author--main .author__text {
    padding: 30px 20px;
  }

  .section--articles-other {
    --section-padding-bottom: 32px;
    --section-margin-bottom: 90px;
    --section-text-align: left;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .articles-other__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .articles-other__link {
    position: static;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .articles-other__inner {
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 15px;
  }

  .articles-other__inner .article-card {
    max-width: calc((100% - 34px)/3);
  }

  .section--article-hero {
    --section-margin-bottom: 30px;
  }

  .article-hero__info-bar {
    margin-bottom: 30px;
    padding: 16px 24px;
    border-radius: 16px;
    gap: 24px;
  }

  .article-hero__share-block .svg-icon-share {
    --svg-icon-size: 40;
    padding: 0;
  }

  .article-hero__category-row {
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .article-hero__text {
    margin-bottom: 30px;
  }

  .section--product-slider {
    padding-bottom: 25px;
    --section-title-margin-bottom: 32px;
  }

  .section--product-slider-blog {
    --section-padding-bottom: 0;
    --section-title-margin-bottom: 24px;
  }

  .product-slider {
    --product-slider-gap: 20px;
    --product-slider-items: 6;
  }

  body .product-slider>* {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .product-slider .product-card {
    width: calc((100% - (var(--product-slider-items) - 1)*var(--product-slider-gap))/var(--product-slider-items));
  }

  .share-block {
    display: none;
    visibility: hidden;
  }

  .section--price-list .section__title {
    --section-title-margin-bottom: 40px;
  }

  .price .nativejs-select {
    margin: 0;
  }

  .price-table {
    margin-top: 20px;
  }

  .price-table__th,
  .price-table__td {
    padding: 9px;
    font-size: 16px;
  }

  .price-table__th {
    min-height: 42px;
    font-weight: 400;
  }

  .price-table__row:first-child .price-table__th br {
    display: none;
  }

  .price-table__additional {
    padding-top: 16px;
  }
}

@media (max-width: 1039.98px) {
  .price p {
    font-size: 14px;
    line-height: 130%;
  }

  .price .nativejs-select {
    margin-top: 0;
    margin-bottom: 0;
  }

  .price-table--strict .precious-content {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
  }
}

@media (min-width: 992px)and (max-width: 1237px) {
  .section--product-slider-blog .section__inner {
    max-width: 925px;
  }
}

@media (min-width: 1040px)and (max-width: 1039.98px) {
  .product-slider {
    --product-slider-gap: 10.67px;
  }

  body .product-slider>* {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .product-slider>*:nth-child(n+5) {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

@media (hover: hover)and (pointer: fine) {
  .price .nativejs-select:hover {
    --nativejs-select-bd-color: #E94E1B;
  }
}