

/* Start:/local/templates/natalispa/components/bitrix/system.pagenavigation/only-loadmore-button/style.css?1748107804920*/
@charset "UTF-8";
/**
needs bootstrap function str-replace()
 */
/**
* Метод дополняет svg-sprite.scss.
* Позволяет получить чистый урл элемента спрайта для использования в псевдоэлементах или background-image
* Example: content: url(/local/templates/natalispa/components/bitrix/system.pagenavigation/only-loadmore-button/get-svg-url('checkmark', $user-variables: (fill: 'tomato)));
* Example: background-image: url(/local/templates/natalispa/components/bitrix/system.pagenavigation/only-loadmore-button/get-svg-url('heart', $user-variables: (stroke: 'red', fill: 'pink)));
*/
/**
вертикальные отступы
для каждого цвета указываются в порядке как в $grid-breakpoints
 */
.pagination__item {
  border: 1px solid #000;
  padding: 10px;
}
.pagination__more {
  width: 100%;
}
.pagination .btn {
  width: 100%;
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 992px) {
  .pagination .btn {
    font-size: 18px;
    line-height: 27px;
  }
}

/* End */


/* Start:/local/templates/natalispa/components/bitrix/news.list/blog/style.css?17481078041392*/
@charset "UTF-8";
/**
needs bootstrap function str-replace()
 */
/**
* Метод дополняет svg-sprite.scss.
* Позволяет получить чистый урл элемента спрайта для использования в псевдоэлементах или background-image
* Example: content: url(/local/templates/natalispa/components/bitrix/news.list/blog/get-svg-url('checkmark', $user-variables: (fill: 'tomato)));
* Example: background-image: url(/local/templates/natalispa/components/bitrix/news.list/blog/get-svg-url('heart', $user-variables: (stroke: 'red', fill: 'pink)));
*/
/**
вертикальные отступы
для каждого цвета указываются в порядке как в $grid-breakpoints
 */
.filter-blog .sections-btns {
  display: flex;
  flex-flow: row wrap;
}
.filter-blog .sections-btns .btn:not(:last-of-type) {
  margin-right: 10px;
}
.filter-blog .sections-btns .btn {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  padding: 9px 13px;
  color: #AAA3A8;
}
@media (min-width: 992px) {
  .filter-blog .sections-btns .btn {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 16px;
  }
}
.filter-blog .sections-btns .btn:hover {
  color: #F0F0F0;
}
.filter-blog .sections-btns .btn-pink {
  color: #F0F0F0;
}
.filter-blog .make-select2 {
  width: 270px;
}
.filter-blog .sort-select {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .filter-blog .sort-select {
    margin-left: auto;
    margin-top: 0;
  }
}

/* End */


/* Start:/local/components/axi/view/templates/tir-item/style.css?17481078044018*/
@charset "UTF-8";
/**
needs bootstrap function str-replace()
 */
/**
* Метод дополняет svg-sprite.scss.
* Позволяет получить чистый урл элемента спрайта для использования в псевдоэлементах или background-image
* Example: content: url(/local/components/axi/view/templates/tir-item/get-svg-url('checkmark', $user-variables: (fill: 'tomato)));
* Example: background-image: url(/local/components/axi/view/templates/tir-item/get-svg-url('heart', $user-variables: (stroke: 'red', fill: 'pink)));
*/
/**
вертикальные отступы
для каждого цвета указываются в порядке как в $grid-breakpoints
 */
@media (max-width: 991.98px) {
  .tir-list-item:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .tir-list-item {
    margin-bottom: 24px;
  }
}
.tir-list-item .inner {
  border-radius: 14px;
  overflow: hidden;
  background: #1E1E1E;
  position: relative;
  height: 100%;
}
.tir-list-item__text {
  max-height: 156px;
  margin-bottom: 12px;
  overflow: hidden;
  padding: 10px 12px 0;
}
@media (min-width: 992px) {
  .tir-list-item__text {
    max-height: 173px;
    margin-bottom: 16px;
    padding: 13px 16px 0;
  }
}
.tir-list-item__text.lines-two {
  max-height: 88px;
}
@media (min-width: 992px) {
  .tir-list-item__text.lines-two {
    max-height: 95px;
  }
}
.tir-list-item__title {
  margin-bottom: 8px;
}
.tir-list-item__title h5 {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 22px;
}
@media (min-width: 992px) {
  .tir-list-item__title h5 {
    line-height: 25px;
  }
}
.tir-list-item__title a {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
}
.tir-list-item__title .icon {
  position: relative;
  top: 1px;
  left: 0;
  transition: left 125ms ease-in;
}
.tir-list-item__desc {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #AAA3A8;
}
@media (min-width: 992px) {
  .tir-list-item__desc {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
  }
}
.tir-list-item__desc p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .tir-list-item__desc p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
  }
}
.tir-list-item__picture {
  border-radius: 3px;
  width: 100%;
}
.tir-list-item__date {
  font-size: 12px;
  color: #676265;
  line-height: 22px;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .tir-list-item__date {
    line-height: 25px;
    font-size: 14px;
  }
}
.tir-list-item__tags {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-flow: row wrap;
}
.tir-list-item__tags .tag {
  background: rgba(9, 9, 9, 0.5);
  border-radius: 8px;
  padding: 2px 9px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 12px;
}
.tir-list-item__tags .tag:not(:last-of-type) {
  margin-right: 6px;
}
.tir-list-item__tags .tag-hit {
  background: linear-gradient(113.8deg, #EA3AAE 14.58%, #EA3AE3 83.97%);
}
.tir-list-item__tags .tag-new {
  background: #ba3aea;
}
.tir-list-item__tags .tag-time {
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.tir-list-item__tags .btn-tag {
  font-size: 12px;
  color: #F0F0F0;
  background: rgba(9, 9, 9, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 4px 8px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 8px;
}
.tir-list-item__tags .btn-tag:last-of-type {
  margin-right: 0;
}
.tir-list-item__price {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 12px;
  font-size: 18px;
  line-height: 25px;
}
@media (min-width: 992px) {
  .tir-list-item__price {
    font-size: 20px;
    line-height: 28px;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
  }
}
.tir-list-item:hover .tir-list-item__title {
  color: #EA3AAE;
}
.tir-list-item:hover .tir-list-item__title .icon {
  left: 2px;
}
.tir-list-item:hover .tir-list-item__title svg path {
  stroke: #EA3AAE;
}

/* End */
/* /local/templates/natalispa/components/bitrix/system.pagenavigation/only-loadmore-button/style.css?1748107804920 */
/* /local/templates/natalispa/components/bitrix/news.list/blog/style.css?17481078041392 */
/* /local/components/axi/view/templates/tir-item/style.css?17481078044018 */
