

/* Start:/local/templates/main/layout/bx-styles/search-page.css?1776760726900*/
.search-page {
  font-family: Montserrat,sans-serif;
  min-height: 90vh
}
.search-page__hero {
  overflow: hidden
}
.search-page__hero-title {
  position: relative;
  padding-left: 68px;
  color: #592c82;
  font-weight: 600;
  font-family: Montserrat,sans-serif;
  margin-bottom: 0;
  text-transform: uppercase
}
.search-page__hero-title::after {
  background-color: #9a79b9;
  content: "";
  position: absolute;
  width: 50vw;
  bottom: 0;
  top: 0;
  right: 100%;
  margin-right: -48px;
  border-radius: 0 25px 25px 0
}
.search-page__bg {
  background-color: #f6f2f3
}
.search-page__title {
  font-weight: 400;
  font-family: Montserrat,sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 32px
}
@media screen and (max-width:575px) {
  .search-page__hero-title {
    font-size: 20px;
    padding-left: 40px
  }
  .search-page__hero-title::after {
    margin-right: -30px
  }
}
/* End */


/* Start:/local/templates/main/layout/bx-styles/blog.css?178229511024317*/
.weblog {
  font-family: Montserrat,sans-serif;
  padding: 16px 0;
  display: grid;
  gap: 60px
}
.weblog_single {
  font-size: 20px
}
.weblog_single .weblog-tags {
  align-items: flex-end
}
.weblog p:last-child {
  margin-bottom: 0
}
.weblog-section-bg-gray {
  padding: 48px 0;
  background-color: #f5f5f5
}
.weblog-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 1.125;
  text-transform: uppercase
}
.weblog-tags {
  flex-wrap: wrap;
  display: flex;
  gap: 8px 16px;
  flex-grow: 1
}
.weblog-tag {
  white-space: nowrap;
  font-size: 16px
}
.weblog-button {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: background-color .3s
}
.weblog-button__text {
  display: block;
  transition: color .3s
}
.weblog-button__arrow {
  display: flex;
  flex-shrink: 0;
  transition: background-color .3s,transform .3s
}
.weblog-button__arrow_icon {
  height: 36px;
  width: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #592c82
}
.weblog-button_primary {
  padding: 0 24px;
  height: 46px;
  border-radius: 8px;
  background-color: #592c82;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 19px
}
.weblog-button_primary .weblog-button__text {
  color: #fff;
  white-space: nowrap
}
.weblog-button_icon {
  padding: 0 6px;
  width: 46px
}
.weblog-button_secondary {
  padding: 0 12px;
  height: 35px;
  border-radius: 8px;
  background-color: #592c82;
  font-size: 15px
}
.weblog-button_secondary .weblog-button__text {
  color: #fff
}
.weblog-button_third {
  font-size: 19px
}
.weblog-button_third .weblog-button__text {
  text-decoration: underline
}
.weblog-button_fourth {
  height: 35px;
  padding: 0 24px;
  background-color: #9a79b9;
  font-size: 15px;
  border-radius: 8px
}
.weblog-button_fourth .weblog-button__text {
  color: #fff
}
.weblog-button_fifth {
  height: 35px;
  padding: 0 24px;
  border-radius: 8px;
  background-color: rgba(242,242,242,.8980392157);
  color: #272722
}
.weblog-button_fifth.is-active,
.weblog-button_fifth:hover {
  color: #272722
}
.weblog-button_fifth.is-active {
  background-color: #d5c6e3
}
.weblog-image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  border-radius: 24px
}
.weblog-group {
  display: grid;
  gap: 24px;
  align-items: center;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr
}
.weblog-group:not(:first-child) {
  margin-top: 48px
}
.weblog-group:not(:last-child) {
  margin-bottom: 48px
}
.weblog-group__title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 32px;
  text-transform: uppercase;
  color: #592c82
}
.weblog-group__button {
  margin-top: 32px
}
.weblog-group__button .weblog-button_primary {
  text-transform: none;
  font-weight: 400
}
.weblog-article {
  position: relative;
  border-radius: 24px;
  overflow: hidden
}
.weblog-article__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%
}
.weblog-article__layout {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: grid;
  gap: 8px;
  padding: 20px
}
.weblog-article__layout_bottom {
  align-content: end;
  background: linear-gradient(180deg,rgba(255,255,255,0) 49.85%,rgba(242,242,242,.9) 70.39%)
}
.weblog-article__layout_space {
  align-content: space-between
}
.weblog-article__title {
  font-size: 20px;
  line-height: 1.1;
  text-transform: uppercase
}
.weblog-article__bottom {
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
  align-items: center
}
.weblog-article__content {
  display: grid;
  gap: 16px
}
.weblog-article__info {
  display: grid;
  gap: 8px
}
.weblog-article_main {
  display: grid;
  grid-auto-flow: column;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.weblog-article_main .weblog-article__image {
  border-radius: 24px;
  overflow: hidden
}
.weblog-article__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 84px;
  transition: opacity .3s;
  z-index: 2
}
.weblog-article__time {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 17px 1fr;
  align-items: center;
  gap: 4px;
  flex-grow: 1;
  min-width: 0;
  font-size: 14px
}
.weblog-article__date {
  font-size: 15px
}
.weblog-tile {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px
}
.weblog-tile__articles {
  grid-column: 1/2;
  grid-row: 1/3
}
.weblog-tile__article {
  aspect-ratio: 2.8/2.4
}
.weblog-tile__article_1 {
  grid-column: 2/3;
  grid-row: 1/2
}
.weblog-tile__article_2 {
  grid-column: 3/4;
  grid-row: 1/2
}
.weblog-tile__news {
  grid-column: 2/4;
  grid-row: 2/3
}
.weblog-tile__articles .weblog-article__layout {
  padding: 28px;
  gap: 12px
}
.weblog-tile__articles .weblog-article__title {
  max-width: 350px
}
.weblog-tile__article .weblog-article__layout {
  background-color: rgba(151,118,178,.6980392157)
}
.weblog-tile__article .weblog-tag {
  font-size: 14px
}
.weblog-tile__news .weblog-article {
  background-color: #d5c5e2;
  align-content: space-between;
  display: grid;
  grid-auto-flow: column;
  gap: 16px;
  grid-template-columns: 1fr 1fr
}
.weblog-tile__news .weblog-article__image {
  border-radius: 0 24px 24px 0;
  overflow: hidden
}
.weblog-tile__news .weblog-article__content {
  padding: 16px 24px 24px 0
}
.weblog-tile__news .weblog-tag {
  font-size: 14px
}
.weblog-video-guide {
  display: grid;
  gap: 16px;
  grid-auto-flow: column;
  grid-template-columns: 1fr 3fr
}
.weblog-video-guide__info .weblog-tags {
  flex-direction: column
}
.weblog-video-guide__slider {
  min-width: 0;
  overflow: hidden
}
.weblog-video-guide__slider-wrapper {
  margin-left: -8px;
  margin-right: -8px
}
.weblog-video-guide__slider-no {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  overflow: auto;
  padding-bottom: 10px
}
.weblog-video-guide__slide {
  padding: 0 8px;
  height: auto;
  width: 278.7px
}
.weblog-video-guide__slider .slick-track {
  display: flex
}
.weblog-video-guide__slide .weblog-article {
  cursor: pointer
}
.weblog-video-guide__slide .weblog-article__layout {
  padding-left: 16px;
  padding-right: 16px
}
.weblog-video-guide__slide .weblog-article__layout::after {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  height: 258px;
  background: linear-gradient(180deg,rgba(255,255,255,0) 7.85%,rgba(242,242,242,.9) 55.39%);
  content: ""
}
.weblog-video-guide__slide .weblog-article__layout::before {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  height: 160px;
  background: linear-gradient(to bottom,rgba(242,242,242,.9) 45%,rgba(255,255,255,0) 93%);
  content: ""
}
.weblog-video-guide__slide .weblog-article__info,
.weblog-video-guide__slide .weblog-tags {
  position: relative;
  z-index: 1
}
.weblog-backdrop {
  background: rgba(89,44,130,.8)!important
}
.modal-backdrop.show.weblog-backdrop {
  opacity: 1
}
.weblog-modal {
  font-family: Montserrat,sans-serif;
  width: 100%;
  margin: 0 auto;
  max-width: 1140px!important;
  padding: 15px
}
.weblog-modal__content {
  width: 100%;
  display: grid;
  gap: 16px;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr 1fr;
  pointer-events: all;
  align-items: center
}
.weblog-modal__video-wrapper {
  grid-column: 2/3;
  position: relative
}
.weblog-modal__video {
  display: block;
  width: 100%;
  max-height: calc(100vh - 30px);
  border-radius: 24px
}
.weblog-modal__close {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-size: 32px;
  color: #592c82;
  background-color: #fff;
  top: 8px;
  right: 8px;
  transform: rotate(45deg);
  transition: transform .3s
}
.weblog-modal__text {
  grid-column: 3/4;
  color: #fff;
  font-size: 28px
}
.weblog-modal__title {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1
}
.weblog-hero {
  display: grid;
  gap: 20px;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto
}
.weblog-hero__image {
  grid-column: 1/2;
  grid-row: 1/4;
  position: relative
}
.weblog-hero__image img {
  display: block;
  height: 100%;
  width: 50vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  max-width: none;
  border-radius: 0 24px 24px 0
}
.weblog-hero__title {
  grid-column: 2/3;
  grid-row: 1/2;
  padding-top: 40px
}
.weblog-hero__title-text {
  display: inline-flex;
  font-weight: 800;
  font-size: 76px;
  text-transform: uppercase;
  line-height: 1;
  transform: translateX(-50%);
  gap: 8px
}
.weblog-hero__arrow {
  display: inline-flex;
  height: 36px;
  width: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #592c82;
  transform: rotate(180deg);
  margin-top: 12px;
  flex-shrink: 0
}
.weblog-hero__text {
  grid-column: 2/3;
  grid-row: 2/3
}
.weblog-hero__tags {
  grid-column: 2/3;
  grid-row: 3/4
}
.weblog-hero__tags .weblog-tags {
  transform: translateX(-100%);
  min-height: 35px;
  padding-bottom: 12px;
  padding-right: 48px;
  justify-content: flex-end
}
.weblog-nav {
  display: flex;
  gap: 16px;
  padding-top: 12px;
  align-items: flex-end
}
.weblog-nav__search {
  display: grid;
  gap: 10px;
  grid-auto-flow: column;
  grid-template-columns: minmax(360px,1fr) 110px
}
.weblog-nav__search input[name=search] {
  border: 1px solid #592c82;
  max-width: none;
  height: 35px;
  border-radius: 8px;
  padding-left: 44px;
  background-image: url(/local/templates/main/layout/bx-styles/../img/svg/search.svg);
  background-repeat: no-repeat;
  background-position: 10px center
}
.weblog-nav__search_top {
  width: 50%;
  margin-left: auto;
  margin-top: -35px;
  padding-left: 10px
}
.weblog-nav__buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}
.weblog-nav__buttons.is-tall {
  margin-top: -47px
}
.weblog-nav__buttons.is-tall .weblog-button:first-child {
  margin-left: 68px
}
.weblog-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4,1fr)
}
.weblog-list__slide {
  display: block
}
.weblog-list .weblog-article {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column
}
.weblog-list .weblog-article__image {
  position: relative;
  aspect-ratio: 1/1.2
}
.weblog-list .weblog-tags {
  position: absolute;
  top: 24px;
  left: 20px;
  right: 20px
}
.weblog-list .weblog-article__content {
  flex-grow: 1;
  padding: 16px 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px
}
.weblog-list .weblog-button {
  gap: 8px
}
.weblog-list .weblog-button__arrow img {
  width: 10px
}
.weblog-list .weblog-article__title {
  min-height: 56px;
  display: flex;
  align-items: center
}
.weblog-list .weblog-article__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis
}
.weblog-list .weblog-article__bottom {
  margin-top: auto;
  padding-top: 12px
}
.weblog-list-video {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4,1fr)
}
.weblog-list-video .weblog-article {
  cursor: pointer
}
.weblog-list-video .weblog-article__info,
.weblog-list-video .weblog-tags {
  position: relative;
  z-index: 1
}
.weblog-list-video .weblog-article__layout {
  padding-left: 16px;
  padding-right: 16px
}
.weblog-list-video .weblog-article__layout::after {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  height: 258px;
  background: linear-gradient(180deg,rgba(255,255,255,0) 7.85%,rgba(242,242,242,.9) 55.39%);
  content: ""
}
.weblog-list-video .weblog-article__layout::before {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  height: 160px;
  background: linear-gradient(to bottom,rgba(242,242,242,.9) 45%,rgba(255,255,255,0) 93%);
  content: ""
}
.weblog-pagination__pager {
  display: flex;
  justify-content: center;
  font-size: 20px
}
.weblog-pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 24px;
  height: 30px;
  padding: 0 4px;
  border-radius: 8px
}
.weblog-pagination__link:not(.is-active):hover {
  color: #592c82
}
.weblog-pagination__link.is-active {
  background-color: #d5c5e2;
  color: #272727
}
.weblog-page-hero {
  background-color: #f5f5f5;
  padding-bottom: 48px;
  position: relative
}
.weblog-page-hero__top {
  background-color: #fff;
  padding-bottom: 36px
}
.weblog-page-hero__info {
  display: flex;
  justify-content: space-between;
  position: relative
}
.weblog-page-hero__info .weblog-tags {
  width: 40%;
  flex-grow: 0;
  min-height: 56px
}
.weblog-page-hero__data {
  align-items: flex-start;
  gap: 10px;
  font-size: 15px
}
.weblog-page-hero__data-item {
  display: flex;
  align-items: center;
  gap: 10px
}
.weblog-page-hero__data-item img {
  flex-shrink: 0
}
.weblog-page-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 24px;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr
}
.weblog-page-hero__text {
  padding-top: 36px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center
}
.weblog-page-hero__date {
  font-size: 15px
}
.weblog-page-hero__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px
}
.weblog-page-hero__title {
  font-weight: 400;
  color: #592c82;
  margin-bottom: 0;
  font-size: 34px;
  line-height: 1.1
}
.weblog-page-hero__title-main {
  text-transform: uppercase;
  display: block
}
.weblog-page-hero__image {
  margin-top: -56px
}
.weblog-actions {
  display: flex;
  gap: 12px;
  justify-content: center
}
@media screen and (max-width:1199.999px) {
  .weblog-tile {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto
  }
  .weblog-tile__articles {
    grid-column: 1/3;
    grid-row: 1/2;
    aspect-ratio: 1/.6
  }
  .weblog-tile__article_1 {
    grid-column: 1/2;
    grid-row: 2/3
  }
  .weblog-tile__article_2 {
    grid-column: 2/3;
    grid-row: 2/3
  }
  .weblog-tile__news {
    grid-column: 1/3;
    grid-row: 3/4
  }
  .weblog-modal__video-wrapper {
    grid-column: 1/3
  }
  .weblog-modal__video {
    display: block;
    width: 100%;
    max-height: calc(100vh - 200px);
    border-radius: 24px
  }
  .weblog-nav {
    flex-direction: column;
    align-items: stretch
  }
  .weblog-nav__buttons {
    justify-content: center
  }
  .weblog-nav__buttons.is-tall {
    margin-top: 0
  }
  .weblog-nav__buttons.is-tall .weblog-button:first-child {
    margin-left: 0
  }
  .weblog-list,
  .weblog-list-video {
    grid-template-columns: repeat(3,1fr)
  }
  .weblog-nav__search_top {
    width: auto;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
    padding-top: 12px
  }
}
@media screen and (max-width:991.999px) {
  .weblog-tile__articles {
    aspect-ratio: 1/1
  }
  .weblog-article_main {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    gap: 24px
  }
  .weblog-article_lg-reverse .weblog-article__image {
    order: -1
  }
  .weblog-video-guide {
    gap: 24px;
    grid-auto-flow: row;
    grid-template-columns: 1fr
  }
  .weblog-video-guide__info .weblog-tags {
    flex-direction: row
  }
  .weblog-modal__content {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto
  }
  .weblog-modal__text,
  .weblog-modal__video-wrapper {
    grid-column: 1/2
  }
  .weblog-hero {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-template-rows: auto
  }
  .weblog-hero__image {
    grid-column: 1/2;
    grid-row: 1/2;
    height: 120px
  }
  .weblog-hero__image img {
    width: 100vw
  }
  .weblog-hero__title {
    grid-column: 1/2;
    grid-row: 2/3;
    padding-top: 0;
    text-align: right;
    margin-top: -60px
  }
  .weblog-hero__title-text {
    transform: translateX(0)
  }
  .weblog-hero__text {
    grid-column: 1/2;
    grid-row: 3/4
  }
  .weblog-hero__tags {
    grid-column: 1/2;
    grid-row: 4/5
  }
  .weblog-hero__tags .weblog-tags {
    transform: translateX(0);
    min-height: 0;
    padding-right: 0;
    justify-content: flex-start
  }
  .weblog-list,
  .weblog-list-video {
    grid-template-columns: repeat(2,1fr)
  }
  .weblog-page-hero__top {
    padding-bottom: 16px
  }
  .weblog-page-hero__info .weblog-tags {
    width: 100%;
    min-height: 0
  }
  .weblog-page-hero__content {
    grid-auto-flow: row;
    grid-template-columns: 1fr
  }
  .weblog-page-hero__image {
    margin-top: 0
  }
  .weblog-group {
    grid-auto-flow: row;
    grid-template-columns: 1fr
  }
  .weblog-group__content_lg-first {
    order: -1
  }
  .weblog-group__button {
    text-align: center
  }
}
@media screen and (max-width:767.999px) {
  .weblog-tile__article {
    aspect-ratio: 1/1
  }
  .weblog-article__layout,
  .weblog-tile__articles .weblog-article__layout {
    padding: 16px
  }
  .weblog-list .weblog-button_secondary {
    font-size: 12px
  }
}
@media screen and (max-width:575.999px) {
  .weblog {
    gap: 40px;
    font-size: 12px
  }
  .weblog-section-bg-gray {
    padding: 40px 0
  }
  .weblog-title {
    font-size: 20px
  }
  .weblog-article__title {
    font-size: 12px
  }
  .weblog-button {
    gap: 8px
  }
  .weblog-button_primary {
    padding: 0 12px;
    height: 36px;
    border-radius: 8px;
    font-size: 15px
  }
  .weblog-button_secondary {
    padding: 0 8px;
    height: 24px;
    font-size: 10px
  }
  .weblog-button_third {
    font-size: 12px
  }
  .weblog-button__arrow img {
    width: 10px
  }
  .weblog-button__arrow_icon {
    height: 22px;
    width: 22px;
    border-radius: 5px
  }
  .weblog-article__layout,
  .weblog-tile__articles .weblog-article__layout {
    gap: 6px
  }
  .weblog-tags {
    gap: 4px 8px
  }
  .weblog-tag {
    font-size: 8px
  }
  .weblog-tile {
    gap: 8px
  }
  .weblog-tile__article .weblog-article__text {
    display: none
  }
  .weblog-tile__article .weblog-tag {
    font-size: 8px
  }
  .weblog-tile__news .weblog-article {
    grid-auto-flow: row;
    gap: 0;
    grid-template-columns: 1fr
  }
  .weblog-tile__news .weblog-article__image {
    border-radius: 0 0 24px 24px;
    overflow: hidden;
    aspect-ratio: 1/1
  }
  .weblog-tile__news .weblog-article__content {
    padding: 16px
  }
  .weblog-tile .weblog-button_primary {
    height: 28px;
    font-size: 12px
  }
  .weblog-video-guide__slider {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px
  }
  .weblog-video-guide__slider-wrapper {
    margin-left: -4px;
    margin-right: -4px
  }
  .weblog-video-guide__slide {
    padding: 0 4px;
    width: 130px;
    line-height: 1.2
  }
  .weblog-article__play {
    width: 32px
  }
  .weblog-video-guide__slide .weblog-article__layout::before {
    height: 100px
  }
  .weblog-video-guide__slide .weblog-article__layout::after {
    height: 160px
  }
  .weblog-video-guide__slider .slick-list {
    overflow: visible
  }
  .weblog-video-guide__slide .weblog-article__info {
    gap: 4px
  }
  .weblog-video-guide__slide .weblog-article__title {
    font-size: 10px
  }
  .weblog-video-guide__slide .weblog-article__text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
  }
  .weblog-video-guide__slide .weblog-article__layout {
    padding-left: 8px;
    padding-right: 8px
  }
  .weblog-modal__title {
    font-size: 24px
  }
  .weblog-modal__text {
    font-size: 22px
  }
  .weblog-hero {
    gap: 12px
  }
  .weblog-hero__title-text {
    font-size: 32px;
    gap: 5px
  }
  .weblog-hero__arrow img {
    width: 10px
  }
  .weblog-hero__arrow {
    height: 22px;
    width: 22px;
    margin-top: 6px;
    border-radius: 5px
  }
  .weblog-hero__title {
    margin-top: -40px
  }
  .weblog-hero__tags .weblog-tags {
    margin-left: -15px;
    margin-right: -15px;
    padding: 12px 15px 6px;
    background-color: #f5f5f5
  }
  .weblog-hero .weblog-tag {
    font-size: 14px
  }
  .weblog-nav {
    padding-top: 0;
    gap: 8px
  }
  .weblog-nav__search {
    gap: 4px;
    grid-template-columns: 1fr 84px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 6px 15px 12px;
    background-color: #f5f5f5
  }
  .weblog-nav__search .weblog-button_secondary {
    padding: 0 8px;
    height: 35px;
    font-size: 15px
  }
  .weblog-nav__buttons {
    gap: 8px
  }
  .weblog-button_fifth {
    height: 24px;
    padding: 0 14px
  }
  .weblog-article {
    border-radius: 14px
  }
  .weblog-article_main {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
  }
  .weblog-article__date {
    font-size: 9px
  }
  .weblog-list,
  .weblog-list-video {
    gap: 8px
  }
  .weblog-list__slide .main-video-guide__slide {
    padding: 0 4px;
    width: 180px;
    line-height: 1.2
  }
  .weblog-list .weblog-article__content {
    padding: 12px 10px 16px
  }
  .weblog-list .weblog-article__title {
    min-height: 27px
  }
  .weblog-list .weblog-tags {
    top: 16px;
    left: 10px;
    right: 10px
  }
  .weblog-list .weblog-tag {
    font-size: 10px
  }
  .weblog-article__time {
    grid-template-columns: 10px 1fr;
    font-size: 8px
  }
  .weblog-list .weblog-button__arrow img {
    width: 7px
  }
  .weblog-list .weblog-article__bottom {
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
    align-items: center
  }
  .weblog-pagination__pager {
    font-size: 16px
  }
  .weblog_single {
    font-size: 14px
  }
  .weblog-image {
    border-radius: 16px
  }
  .weblog-page-hero__info .weblog-tag {
    font-size: 12px
  }
  .weblog-page-hero__text {
    padding-top: 16px;
    gap: 12px
  }
  .weblog-page-hero__data,
  .weblog-page-hero__date {
    font-size: 11px
  }
  .weblog-page-hero__data-item {
    gap: 6px
  }
  .weblog-page-hero__data-item img {
    height: 20px;
    width: auto
  }
  .weblog-page-hero__title {
    font-size: 20px
  }
  .weblog-page-hero__title-main {
    font-size: 26px
  }
  .weblog-group,
  .weblog-page-hero__content {
    gap: 16px
  }
  .weblog-group:not(:first-child) {
    margin-top: 24px
  }
  .weblog-group:not(:last-child) {
    margin-bottom: 24px
  }
  .weblog-group__title {
    font-size: 16px;
    margin-bottom: 16px
  }
  .weblog-group .blog-group__list {
    font-size: 16px
  }
  .weblog-group .blog-group__list li::after {
    width: 20px;
    height: 20px
  }
  .weblog-group .blog-group__list li {
    padding-left: 30px
  }
  .weblog-group__button {
    margin-top: 24px
  }
  .weblog-group__button .weblog-button {
    width: 100%
  }
}
@media (hover:hover) {
  .weblog-button:hover .weblog-button__arrow {
    transform: rotate(45deg)
  }
  .weblog-button_primary:hover,
  .weblog-button_secondary:hover {
    background-color: #9a79b9
  }
  .weblog-button_third:hover .weblog-button__text {
    text-decoration: none
  }
  .weblog-button_fourth:hover {
    background-color: #592c82
  }
  .weblog-button_fifth:hover {
    background-color: #d5c6e3
  }
  .weblog-tile__article .weblog-article__layout {
    background-color: transparent;
    color: #272727;
    transition: background-color .3s
  }
  .weblog-tile__article .weblog-button_secondary:hover {
    background-color: #592c82
  }
  .weblog-tile__article .weblog-article__text,
  .weblog-tile__article .weblog-article__title,
  .weblog-tile__article .weblog-button__text {
    display: none
  }
  .weblog-tile__article:hover a {
    color: #fff
  }
  .weblog-tile__article:hover .weblog-article__layout {
    background-color: rgba(151,118,178,.6980392157);
    color: #fff
  }
  .weblog-tile__article:hover .weblog-article__text,
  .weblog-tile__article:hover .weblog-article__title,
  .weblog-tile__article:hover .weblog-button__text {
    display: block
  }
  .weblog-tile__article_1:not(:hover) .weblog-article__layout {
    grid-auto-flow: column;
    align-content: end
  }
  .weblog-tile__article_1:not(:hover) .weblog-tags {
    align-items: flex-end
  }
  .weblog-article__play {
    opacity: 0
  }
  .weblog-article:hover .weblog-article__play {
    opacity: 1
  }
  .weblog-modal__close:hover {
    transform: rotate(315deg)
  }
}
/* End */


/* Start:/local/templates/main/layout/bx-styles/wish-list-nalichie.css?17754661712751*/
.wish-list-nalichie-dialog {
  position: absolute;
  max-width: 400px;
  width: 400px;
  height: 245px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}
.wish-list-nalichie-close {
  cursor: pointer;
  text-align: center;
  position: absolute;
  right: -15px;
  top: -15px;
  color: #272727;
  background-color: #eaeaea;
  border-radius: 50%;
  font-weight: 400;
  line-height: 30px;
  width: 30px;
  height: 30px;
  font-size: 25px;
  opacity: 1
}
.wish-list-nalichie-content {
  text-align: left;
  padding: 30px 30px 38px 16px
}
.wish-list-nalichie--send .wish-list-nalichie-content {
  padding-top: 90px
}
.wish-list-nalichie-title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px
}
.wish-list-nalichie-title {
  font-size: 18px;
  color: #fff;
  font-weight: 700
}
.wish-list-nalichie-sub-title {
  font-size: 16px;
  font-weight: 400;
  color: #fff
}
.wish-list-nalichie-wrapper {
  width: 400px;
  height: 245px;
  font-family: WixMadeforDisplay,Arial,sans-serif;
  box-sizing: border-box;
  position: relative;
  background-color: #f9f9fa;
  background-image: url(/local/templates/main/layout/bx-styles/../img/backgrounds/wish-list-nalichie.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0;
  line-height: 1.4;
  box-shadow: 1px 1px 20px 2px rgba(1,2,2,.1),0 0 0 0 #fff
}
.wish-list-nalichie-wrapper form {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.wish-list-nalichie-wrapper input[type=email],
.wish-list-nalichie-wrapper input[type=text] {
  font-size: 16px;
  background-color: #fff;
  color: #282828;
  display: block;
  width: 260px;
  height: 45px;
  font-weight: 400;
  text-align: left;
  padding-left: 29px;
  outline: 0;
  border-radius: 0;
  box-shadow: -1px 1px 20px 2px rgba(1,2,2,.1)
}
.wish-list-nalichie-wrapper input.has-error {
  border: 1px solid red
}
.wish-list-nalichie-wrapper button[type=submit] {
  display: block;
  width: 140px;
  height: 45px;
  background: #592c82;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  border-radius: 0;
  box-shadow: -1px 1px 20px 2px rgba(1,2,2,.1);
  cursor: pointer;
  outline: 0;
  border: none;
  text-decoration: none;
  transition: .3s;
  padding: 0
}
.wish-list-nalichie-wrapper button[type=submit]:hover {
  color: #fff;
  background: #aa7dd6
}
@media (max-width:768px) {
  .wish-list-nalichie-dialog {
    width: 80%;
    max-width: 80%
  }
  .wish-list-nalichie-wrapper {
    width: 100%
  }
  .wish-list-nalichie-wrapper input[type=email],
  .wish-list-nalichie-wrapper input[type=text] {
    width: calc(100% - 100px)
  }
  .wish-list-nalichie-wrapper button[type=submit] {
    width: 110px
  }
}
/* End */
/* /local/templates/main/layout/bx-styles/search-page.css?1776760726900 */
/* /local/templates/main/layout/bx-styles/blog.css?178229511024317 */
/* /local/templates/main/layout/bx-styles/wish-list-nalichie.css?17754661712751 */
