

/* Start:/local/templates/memory/components/bitrix/news/articles/style.css?17524753649835*/
@charset "UTF-8";
.products_title_block .products_info .title_block {
  max-width: 75.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .products_title_block .products_info .title_block {
    margin-bottom: 1.6rem;
  }
}
.products_title_block .products_search {
  grid-column: span 9;
}
@media screen and (max-width: 1400px) {
  .products_title_block .products_search {
    order: 2;
  }
}
.products_title_block .subtitle {
  color: #4C4E70;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .products_title_block .subtitle {
    font-size: 1.5rem;
  }
}
.products_title_block .subtitle:not(:last-child) {
  margin-bottom: 1.6rem;
}
.products_title_block .search_block {
  position: relative;
}
.products_title_block .search_block input {
  padding-right: 5.6rem;
}
.products_title_block .search_block button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5.6rem;
}

.articles_section {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.articles_section .articles_main {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(75% - 20px);
}
@media screen and (max-width: 1400px) {
  .articles_section .articles_main {
    width: calc(66.6666666667% - 20px);
  }
}
@media screen and (max-width: 1000px) {
  .articles_section .articles_main {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1000px) {
  .articles_section .articles_main {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .articles_section .articles_main {
    width: calc(100% + 1.2rem);
    margin: 0 -0.6rem 5rem;
  }
}
.articles_section .articles_sidebar {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
}
@media screen and (max-width: 1400px) {
  .articles_section .articles_sidebar {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 1000px) {
  .articles_section .articles_sidebar {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .articles_section .articles_sidebar {
    width: calc(100% + 1.2rem);
    margin: -0.6rem;
  }
}
.articles_section .articles_sidebar .sticky_block {
  position: sticky;
  top: 2rem;
}
.articles_section .articles_sidebar .block {
  padding: 2rem;
  background: #FFF;
  border-radius: 1.2rem;
}
@media screen and (max-width: 1000px) {
  .articles_section .articles_sidebar .block {
    padding: 1.6rem;
  }
}
.articles_section .articles_sidebar .block:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .articles_section .articles_sidebar .block:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.articles_section .articles_sidebar .title {
  color: #4C4E70;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .articles_section .articles_sidebar .title {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
  }
}
.articles_section .articles_sidebar .item:not(:last-child) {
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #D7D9E5;
}
@media screen and (max-width: 1000px) {
  .articles_section .articles_sidebar .item:not(:last-child) {
    padding-bottom: 1.2rem;
  }
}
.articles_section .articles_sidebar .text {
  font-weight: 500;
  color: #4C4E70;
}
.articles_section .articles_sidebar .text:not(:last-child) {
  margin-bottom: 1.2rem;
}
.articles_section .articles_sidebar .views_icons {
  display: flex;
  margin-top: 2rem;
}
@media screen and (max-width: 1000px) {
  .articles_section .articles_sidebar .views_icons {
    margin-top: 1.2rem;
  }
}
.articles_section .articles_sidebar .views_icons .icon {
  display: flex;
  align-items: center;
  stroke: #787A94;
  color: #ACADC3;
  transition: 0.2s color, 0.2s stroke;
}
.articles_section .articles_sidebar .views_icons .icon:not(:last-child) {
  margin-right: 1.6rem;
}
.articles_section .articles_sidebar .views_icons svg {
  margin-right: 0.4rem;
}
.articles_section .banner_section_2 {
  display: flex;
  justify-content: center;
}

.products_title_block {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 2rem;
}
@media screen and (max-width: 1400px) {
  .products_title_block {
    display: flex;
    flex-direction: column;
  }
}
.products_title_block.wide {
  display: block;
}
.products_title_block.wide .products_info:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .products_title_block.wide .products_info:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.products_title_block .products_info {
  grid-column: span 9;
}
.products_title_block .products_info .title_block {
  max-width: 75.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .products_title_block .products_info .title_block {
    margin-bottom: 1.6rem;
  }
}
.products_title_block .products_search {
  grid-column: span 9;
}
@media screen and (max-width: 1400px) {
  .products_title_block .products_search {
    order: 2;
  }
}
.products_title_block .products_add {
  grid-row-start: 1;
  grid-column-start: 10;
  grid-row-end: span 2;
  grid-column-end: span 3;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1400px) {
  .products_title_block .products_add {
    order: 1;
  }
}
@media screen and (max-width: 1400px) {
  .products_title_block .products_add:not(.open) .subtext, .products_title_block .products_add:not(.open) .add_block {
    height: 0;
    opacity: 0;
    margin: 0;
    overflow: hidden;
  }
  .products_title_block .products_add:not(.open) .subtitle {
    margin: 0;
  }
  .products_title_block .products_add.open .subtitle:after {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 1400px) {
  .products_title_block .products_add .title {
    cursor: pointer;
  }
}
@media screen and (max-width: 1400px) {
  .products_title_block .products_add .subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .products_title_block .products_add .subtitle:after {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    margin-left: 2rem;
    transition: 0.2s transform;
    background: url("/local/templates/memory/components/bitrix/news/articles/img/arrow.svg") center no-repeat;
  }
}
@media screen and (max-width: 1400px) {
  .products_title_block .products_add .subtext {
    transition: 0.2s opacity;
  }
}
.products_title_block .products_add .title_block {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .products_title_block .products_add .title_block {
    margin-bottom: 1.6rem;
  }
}
.products_title_block .products_add .btn_block {
  margin-top: auto;
}
.products_title_block .products_add .btn {
  width: 100%;
}
.products_title_block .subtitle {
  color: #4C4E70;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .products_title_block .subtitle {
    font-size: 1.5rem;
  }
}
.products_title_block .subtitle:not(:last-child) {
  margin-bottom: 1.6rem;
}
.products_title_block .info_block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 1400px) {
  .products_title_block .info_block {
    transition: 0.2s opacity;
  }
  .products_title_block .info_block:not(.open) {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
}
.products_title_block .info_block .item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.3333333333% - 20px);
  padding: 2rem;
  display: flex;
  background: #F9FAFD;
  border-radius: 0.8rem;
}
@media screen and (max-width: 1240px) {
  .products_title_block .info_block .item {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1000px) {
  .products_title_block .info_block .item {
    padding: 1.6rem;
  }
}
@media screen and (max-width: 1240px) {
  .products_title_block .info_block .item:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.products_title_block .info_block .icon {
  width: 3.2rem;
  height: 3.2rem;
  flex-shrink: 0;
  margin-right: 1.2rem;
}
@media screen and (max-width: 1000px) {
  .products_title_block .info_block .icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.products_title_block .info_block .main {
  color: #4C4E70;
  font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .products_title_block .info_block .main {
    font-size: 1.4rem;
  }
}
.products_title_block .info_block .main:not(:last-child) {
  margin-bottom: 0.8rem;
}
.products_title_block .info_block img {
  display: block;
}
@media screen and (max-width: 1400px) {
  .products_title_block .add_block {
    transition: 0.2s opacity;
  }
}
.products_title_block .add_block:not(:last-child) {
  margin-bottom: 2rem;
}
.products_title_block .add_block .item {
  padding: 1rem;
  color: #4C4E70;
  border-radius: 0.4rem;
  background: #F9FAFD;
  display: flex;
  align-items: center;
}
.products_title_block .add_block .item:not(:last-child) {
  margin-bottom: 0.4rem;
}
.products_title_block .add_block .icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
  align-self: flex-start;
}
.products_title_block .add_block img {
  display: block;
}
@media screen and (max-width: 1400px) {
  .products_title_block .product_read_more::before {
    display: block;
    text-decoration: underline;
    text-decoration-style: dashed;
  }
  .products_title_block .product_read_more:not(.open):before {
    content: "Подробнее";
  }
  .products_title_block .product_read_more.open:before {
    content: "Скрыть";
    margin-top: 1.6rem;
  }
}
.products_title_block .product_read_more:not(:last-child) {
  margin-bottom: 2rem;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/memory/components/bitrix/news.detail/article/style.css?17524753606080*/
.article_block {
  padding: 3rem;
  background: #FFF;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .article_block {
    padding: 1.6rem;
  }
}
.article_block:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .article_block {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}

.article_content {
  max-width: 90.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .article_content {
    max-width: none;
  }
}
.article_content h1:not(:last-child) {
  margin-bottom: 2rem;
}
.article_content .title_block {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .article_content .title_block {
    margin-bottom: 1.6rem;
  }
}
.article_content .title_block .img_block {
  width: 6rem;
  height: 4.5rem;
  flex-shrink: 0;
  margin-right: 1.6rem;
  border-radius: 0.4rem;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text_block {
  display: flex;
  flex-wrap: wrap;
}

.name {
  width: 100%;
  color: #4C4E70;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 1000px) {
  .name {
    font-size: 1.5rem;
  }
}

.date {
  font-size: 1.2rem;
  color: #ACADC3;
  margin-right: 1.6rem;
}

.tags {
  display: flex;
  font-size: 1.2rem;
}
.tags .tag {
  color: #787A94;
}
.tags .tag:not(:last-child) {
  margin-right: 0.4rem;
}
.tags .more {
  cursor: pointer;
  color: #2955F1;
}

.views_icons {
  display: flex;
}
.views_icons:not(:first-child) {
  margin-top: 2rem;
}
@media screen and (max-width: 1000px) {
  .views_icons:not(:first-child) {
    margin-top: 1.6rem;
  }
}
.views_icons .icon {
  display: flex;
  align-items: center;
  stroke: #787A94;
  color: #ACADC3;
  transition: 0.2s color, 0.2s stroke;
}
.views_icons .icon:not(:last-child) {
  margin-right: 1.6rem;
}
.views_icons svg {
  margin-right: 0.4rem;
}

.big_img_block {
  display: flex;
  justify-content: center;
  border-radius: 0.8rem;
  overflow: hidden;
}
.big_img_block:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  .big_img_block:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.big_img_block img {
  display: block;
  width: 100%;
}

.accent_txt_block {
  padding: 2rem;
  border-radius: 0.8rem;
  background: #F9FAFD;
}
@media screen and (max-width: 1000px) {
  .accent_txt_block {
    padding: 1.6rem;
  }
}
.accent_txt_block:not(:last-child) {
  margin-bottom: 2rem;
}

.content_slider_block:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  .content_slider_block:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.content_slider_block .slick-list {
  margin: 0 -2.4rem;
  padding: 0 2.4rem;
  overflow: visible;
}
@media screen and (max-width: 1000px) {
  .content_slider_block .slick-list {
    margin: 0 -1.6rem;
    padding: 0 1.6rem;
  }
}
.content_slider_block .slick-arrow {
  margin-top: 1.6rem;
}

.content_slider .slick-slide {
  width: 22rem;
  overflow: hidden;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .content_slider .slick-slide {
    width: 15rem;
  }
}
.content_slider .slick-slide:before {
  padding-top: 72.73%;
}
.content_slider .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article_footer {
  margin-top: 6rem;
  padding-top: 6rem;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .article_footer {
    margin-top: 4rem;
    padding-top: 4rem;
  }
}
.article_footer:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14rem;
  height: 0.1rem;
  background: #D7D9E5;
}
.article_footer .btns_block {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .article_footer .btns_block {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .article_footer .btns_block {
    display: block;
  }
}
.article_footer .btns_block .share_block:not(:first-child) {
  margin-left: 8rem;
}
@media screen and (max-width: 1000px) {
  .article_footer .btns_block .share_block:not(:first-child) {
    margin: 2rem 0 0;
  }
}
.article_footer .btns_block .btn:not(:last-child) {
  margin-right: 2rem;
}
@media screen and (max-width: 1000px) {
  .article_footer .btns_block .btn:not(:last-child) {
    margin-right: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .article_footer .btns_block .btn:not(:last-child) {
    margin: 0 0 1rem;
  }
}

.article_tags_block {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem -0.5rem 0;
}
.article_tags_block .btn {
  margin: 1rem 0.5rem 0;
  border: 0.1rem solid #ECECF4;
}
@media screen and (max-width: 767px) {
  .article_tags_block .btn {
    width: auto;
  }
}

.share_block {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .share_block {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .share_block {
    display: block;
  }
}
.share_block .title {
  margin-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .share_block .title {
    margin: 0 0 1.2rem;
  }
}
.share_block .share2__list {
  display: flex;
}
.share_block .ya-share2__list:not(:last-child) {
  margin: 0 !important;
}
.share_block .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
  margin: 0;
}
.share_block .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item:not(:last-child) {
  margin-right: 1.2rem;
}
.share_block .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item:before {
  display: none;
}
.share_block .ya-share2__container_shape_round.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  width: 4rem;
  height: 4rem;
  background-size: 3.2rem;
}
.share_block .ya-share2__badge {
  transition: 0.2s background-color;
}
.share_block .ya-share2__badge:not(:hover) {
  background-color: #D7D9E6;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/memory/libs/slick/slick.css?17078906061737*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/memory/libs/slick/slick_custom.css?17524753661849*/
@media screen and (max-width: 767px) {
  .variable {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
  .variable .slick-list {
    margin: 0;
  }
  .variable .slick-list {
    padding: 0 1.6rem;
  }
}

.slick-list {
  margin: 0 -1rem;
}
@media screen and (max-width: 1000px) {
  .slick-list {
    margin: 0 -0.6rem;
  }
}

.slick-slide {
  height: auto;
  margin: 0 1rem;
}
@media screen and (max-width: 1000px) {
  .slick-slide {
    margin: 0 0.6rem;
  }
}

.slick-track {
  margin: 0;
  display: flex;
}

.slider_pagination_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider_pagination_block .slick-arrow, .slider_pagination_block .btn {
  margin-top: 2rem;
}
@media screen and (max-width: 1000px) {
  .slider_pagination_block .slick-arrow, .slider_pagination_block .btn {
    margin-top: 1.6rem;
  }
}

.slider_pagination {
  display: flex;
}
.slider_pagination.white .slick-arrow {
  border: 0.1rem solid #ECECF4;
}

.slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  stroke: #787A94;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 100%;
  transition: 0.2s stroke, 0.2s background;
}
.slick-arrow:hover {
  stroke: #FFF;
  background: #2955F1;
}
.slick-arrow:not(:last-child) {
  margin-right: 1.2rem;
}

.slick-dots {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
}
.slick-dots button {
  padding: 0;
  font-size: 0;
  height: 0.4rem;
  display: block;
  cursor: pointer;
  border-radius: 0.4rem;
  transition: 0.2s background, 0.2s width;
}
.slick-dots li:not(:last-child) {
  margin-right: 0.6rem;
}
.slick-dots li.slick-active button {
  width: 1.6rem;
  background: #2955F1;
}
.slick-dots li:not(.slick-active) button {
  width: 0.8rem;
  background: #D7D9E5;
}

/*# sourceMappingURL=slick_custom.css.map */

/* End */


/* Start:/local/components/go2web/article.comments/templates/.default/style.css?17524753415550*/
.comment_item {
  display: flex;
}
.comment_item:not(:first-child) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .comment_item:not(:first-child) {
    margin-top: 1.6rem;
  }
}
.comment_item.main {
  padding: 2rem;
  background: #F9FAFD;
  border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
  .comment_item.main {
    padding: 1.6rem;
  }
}
.comment_item:not(.open) .comment_item:not(:nth-child(-n+2)) {
  display: none;
}
.comment_item:not(.open) .answers_opener svg {
  transform: rotate(180deg);
}
.comment_item .comment_img {
  width: 8rem;
  height: 8rem;
  flex-shrink: 0;
  margin-right: 2rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border: 0.1rem solid #D7D9E5;
}
@media screen and (max-width: 767px) {
  .comment_item .comment_img {
    width: 6rem;
    height: 6rem;
    margin-right: 1.6rem;
  }
}
.comment_item .comment_img img {
  border-radius: 0.8rem;
}
.comment_item .comment_text {
  width: 100%;
}
.comment_item .comment_title {
  display: flex;
  align-items: center;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .comment_item .comment_title {
    display: block;
  }
}
.comment_item .comment_title .user_name {
  color: #4C4E70;
  font-weight: 500;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .comment_item .comment_title .user_name {
    margin: 0 0 0.8rem;
  }
}
.comment_item .comment_title .date {
  color: #ACADC3;
  margin-right: 2rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .comment_item .comment_title .date {
    margin: 0 0 1rem;
    font-size: 1.3rem;
  }
}
.comment_item .comment_title .likes_block {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.comment_item .comment_title .likes_block a {
  display: flex;
  align-items: center;
  color: #ACADC3;
  transition: 0.2s color;
}
.comment_item .comment_title .likes_block a:not(:last-child) {
  margin-right: 1.6rem;
}
.comment_item .comment_title .likes_block a:hover {
  color: #242EB6;
}
.comment_item .comment_title .likes_block a:hover svg {
  stroke: #242EB6;
}
.comment_item .comment_title .likes_block a svg {
  stroke: #787A94;
  transition: 0.2s stroke;
  margin-right: 0.4rem;
}
.comment_item .comment_title .likes_block a.active {
  pointer-events: none;
  color: #242EB6;
}
.comment_item .comment_title .likes_block a.active svg {
  stroke: #242EB6;
}
@media screen and (max-width: 767px) {
  .comment_item .text {
    margin-left: -7.6rem;
  }
}
.comment_item .text:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .comment_item .text:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.comment_item .answers_title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .comment_item .answers_title {
    margin-left: -7.6rem;
  }
}
.comment_item .answers_title:not(.open) .comment_write_block {
  display: none;
}
.comment_item .answers_title.open .comment_write_block {
  margin-top: 2rem;
}
.comment_item .answers_title .comment_write_block {
  width: 100%;
  flex-shrink: 0;
}
.comment_item .answers_opener {
  color: #787A94;
  margin-right: 3rem;
}
.comment_item .answers_opener svg {
  transition: 0.2s transform;
}

@media screen and (max-width: 767px) {
  .answers_block {
    margin-left: -7.6rem;
  }
}
.answers_block .comment_item:first-child {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .answers_block .text {
    margin-left: 0;
  }
}

.comments_more {
  margin-top: 2rem;
}

.comments_count {
  color: #1A1D3F;
  font-weight: 500;
}

.comment_write_block {
  display: flex;
}
.comment_write_block .write_img {
  width: 8rem;
  height: 8rem;
  flex-shrink: 0;
  margin-right: 2rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border: 0.1rem solid #D7D9E5;
}
@media screen and (max-width: 767px) {
  .comment_write_block .write_img {
    width: 6rem;
    height: 6rem;
    margin-right: 1.6rem;
  }
}
.comment_write_block .write_img img {
  border-radius: 0.8rem;
}
.comment_write_block .write_txt {
  width: 100%;
}
.comment_write_block:not(:last-child) {
  margin-bottom: 3rem;
}
.comment_write_block .input_block {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .comment_write_block .input_block {
    margin-bottom: 1.6rem;
  }
}
.comment_write_block textarea.txt {
  height: 8rem;
}
.comment_write_block .btn_block {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .comment_write_block .btn_block {
    display: block;
  }
}
.comment_write_block .btn_block:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .comment_write_block .btn_block:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.comment_write_block .btn_block .btn {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .comment_write_block .btn_block .btn {
    width: fit-content;
  }
}
.comment_write_block .btn_block .btn:not(:last-child) {
  margin-right: 2.4rem;
}
@media screen and (max-width: 767px) {
  .comment_write_block .btn_block .btn:not(:last-child) {
    margin: 0 0 1.2rem;
  }
}
.comment_write_block .btn_block .text span {
  cursor: pointer;
  text-decoration: underline;
  transition: 0.2s color;
}
.comment_write_block .btn_block .text span:hover {
  color: #2955F1;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/memory/components/bitrix/system.pagenavigation/main/style.css?17524753561037*/
.catalog_pagination_block {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .catalog_pagination_block {
    display: block;
    margin-top: 1.6rem;
  }
}

.pagination_nums {
  display: flex;
}
@media screen and (max-width: 767px) {
  .pagination_nums:not(:first-child) {
    margin-top: 1.6rem;
  }
}
.pagination_nums a, .pagination_nums span {
  width: 4rem;
  height: 4.4rem;
  display: flex;
  background: #FFF;
  font-weight: 500;
  border-radius: 0.8rem;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pagination_nums a, .pagination_nums span {
    width: 100%;
    height: 4rem;
  }
}
.pagination_nums a:not(:last-child), .pagination_nums span:not(:last-child) {
  margin-right: 0.6rem;
}
.pagination_nums a {
  color: #787A94;
  transition: 0.2s background;
}
.pagination_nums a:hover {
  background: #E8EFFB;
}
.pagination_nums span {
  color: #2955F1;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/memory/components/bitrix/news.list/articles/style.css?17524753342851*/
.articles_row {
  columns: 2;
  column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .articles_row {
    columns: 1;
  }
}
.articles_row:not(:last-child) {
  margin-bottom: 2rem;
}
.articles_row .item {
  padding: 2rem;
  overflow: hidden;
  background: #FFF;
  margin-bottom: 2rem;
  border-radius: 1.2rem;
  break-inside: avoid-column;
  page-break-inside: avoid;
}
@media screen and (max-width: 1000px) {
  .articles_row .item {
    padding: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.articles_row .title_block {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .articles_row .title_block {
    margin-bottom: 1.6rem;
  }
}
.articles_row .title_block .img_block {
  width: 6rem;
  height: 4.5rem;
  flex-shrink: 0;
  margin-right: 1.6rem;
  border-radius: 0.4rem;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.articles_row .text_block {
  display: flex;
  flex-wrap: wrap;
}
.articles_row .name {
  width: 100%;
  color: #4C4E70;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 1000px) {
  .articles_row .name {
    font-size: 1.5rem;
  }
}
.articles_row .date {
  font-size: 1.2rem;
  color: #ACADC3;
  margin-right: 1.6rem;
}
.articles_row .tags {
  display: flex;
  font-size: 1.2rem;
}
.articles_row .tags .tag {
  color: #787A94;
}
.articles_row .tags .tag:not(:last-child) {
  margin-right: 0.4rem;
}
.articles_row .tags .more {
  cursor: pointer;
  color: #2955F1;
}
.articles_row .preview {
  display: block;
  color: #4C4E70;
  font-weight: 500;
}
.articles_row .preview:not(:last-child) {
  margin-bottom: 1rem;
}
.articles_row .preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articles_row .detail {
  display: block;
  color: #787A94;
}
.articles_row .detail:not(:last-child) {
  margin-bottom: 1rem;
}
.articles_row .picture {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .articles_row .picture {
    margin-top: 1.6rem;
  }
}
.articles_row .picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articles_row .views_icons {
  display: flex;
  margin-top: 2rem;
}
@media screen and (max-width: 1000px) {
  .articles_row .views_icons {
    margin-top: 1.6rem;
  }
}
.articles_row .views_icons .icon {
  display: flex;
  align-items: center;
  stroke: #787A94;
  color: #ACADC3;
  transition: 0.2s color, 0.2s stroke;
}
.articles_row .views_icons .icon:not(:last-child) {
  margin-right: 1.6rem;
}
.articles_row .views_icons svg {
  margin-right: 0.4rem;
}
.articles_row .banner_2_items {
  overflow: hidden;
  background: #FFF;
  margin-bottom: 2rem;
  border-radius: 1.2rem;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/go2web/element_block/templates/article/style.css?175247534640*/


/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/memory/components/bitrix/news.list/simple/style.css?17524753543163*/
.articles_section {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.articles_section .articles_main {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(75% - 20px);
}
@media screen and (max-width: 1400px) {
  .articles_section .articles_main {
    width: calc(66.6666666667% - 20px);
  }
}
@media screen and (max-width: 1000px) {
  .articles_section .articles_main {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1000px) {
  .articles_section .articles_main {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .articles_section .articles_main {
    width: calc(100% + 1.2rem);
    margin: 0 -0.6rem 5rem;
  }
}
.articles_section .articles_sidebar {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
}
@media screen and (max-width: 1400px) {
  .articles_section .articles_sidebar {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 1000px) {
  .articles_section .articles_sidebar {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .articles_section .articles_sidebar {
    width: calc(100% + 1.2rem);
    margin: -0.6rem;
  }
}
.articles_section .articles_sidebar .block {
  padding: 2rem;
  background: #FFF;
  border-radius: 1.2rem;
}
@media screen and (max-width: 1000px) {
  .articles_section .articles_sidebar .block {
    padding: 1.6rem;
  }
}
.articles_section .articles_sidebar .block:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .articles_section .articles_sidebar .block:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.articles_section .articles_sidebar .title {
  color: #4C4E70;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .articles_section .articles_sidebar .title {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
  }
}
.articles_section .articles_sidebar .item:not(:last-child) {
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #D7D9E5;
}
@media screen and (max-width: 1000px) {
  .articles_section .articles_sidebar .item:not(:last-child) {
    padding-bottom: 1.2rem;
  }
}
.articles_section .articles_sidebar .text {
  font-weight: 500;
  color: #4C4E70;
}
.articles_section .articles_sidebar .text:not(:last-child) {
  margin-bottom: 1.2rem;
}
.articles_section .articles_sidebar .views_icons {
  display: flex;
  margin-top: 2rem;
}
@media screen and (max-width: 1000px) {
  .articles_section .articles_sidebar .views_icons {
    margin-top: 1.2rem;
  }
}
.articles_section .articles_sidebar .views_icons .icon {
  display: flex;
  align-items: center;
  stroke: #787A94;
  color: #ACADC3;
  transition: 0.2s color, 0.2s stroke;
}
.articles_section .articles_sidebar .views_icons .icon:not(:last-child) {
  margin-right: 1.6rem;
}
.articles_section .articles_sidebar .views_icons svg {
  margin-right: 0.4rem;
}
.articles_section .banner_section_2 {
  display: flex;
  justify-content: center;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/go2web/element_block/templates/article-small/style.css?175247535640*/


/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/memory/components/bitrix/news/articles/style.css?17524753649835 */
/* /local/templates/memory/components/bitrix/news.detail/article/style.css?17524753606080 */
/* /local/templates/memory/libs/slick/slick.css?17078906061737 */
/* /local/templates/memory/libs/slick/slick_custom.css?17524753661849 */
/* /local/components/go2web/article.comments/templates/.default/style.css?17524753415550 */
/* /local/templates/memory/components/bitrix/system.pagenavigation/main/style.css?17524753561037 */
/* /local/templates/memory/components/bitrix/news.list/articles/style.css?17524753342851 */
/* /local/components/go2web/element_block/templates/article/style.css?175247534640 */
/* /local/templates/memory/components/bitrix/news.list/simple/style.css?17524753543163 */
/* /local/components/go2web/element_block/templates/article-small/style.css?175247535640 */
