

/* Start:/local/templates/memory/components/bitrix/news/magazines/style.css?17524753659839*/
@charset "UTF-8";
.products_title_block {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 2rem;
}
.products_title_block.rubric {
  display: block;
}
@media screen and (max-width: 1400px) {
  .products_title_block {
    display: flex;
    flex-direction: column;
  }
}
.products_title_block .products_info {
  grid-column: span 9;
}
.products_title_block .products_info .title_block {
  max-width: 75.8rem;
}
.products_title_block .products_info .title_block:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .products_title_block .products_info .title_block:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.products_title_block .products_search {
  grid-column: span 9;
  display: flex;
  border-radius: 1.2rem;
  overflow: hidden;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .products_title_block .products_search {
    display: block;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}
.products_title_block .products_search .img_block {
  width: 26.8rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .products_title_block .products_search .img_block {
    width: 22rem;
  }
}
@media screen and (max-width: 767px) {
  .products_title_block .products_search .img_block {
    width: 100%;
  }
}
.products_title_block .products_search .img_block:before {
  padding-top: 141.42%;
}
.products_title_block .products_search img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products_title_block .products_search .text_block {
  width: 100%;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .products_title_block .products_search .text_block {
    padding: 1.6rem;
  }
}
.products_title_block .products_search .title_block {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .products_title_block .products_search .title_block {
    margin-bottom: 1.6rem;
  }
}
.products_title_block .products_search h2 {
  margin-bottom: 0.6rem;
}
.products_title_block .products_search .date {
  font-weight: 500;
}
.products_title_block .products_search .description {
  max-height: 5.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .products_title_block .products_search .description {
    margin-bottom: 1.6remrem;
  }
}
.products_title_block .products_search .btns_block {
  margin-top: auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .products_title_block .products_search .btns_block {
    display: block;
  }
}
.products_title_block .products_search .btns_block .btn:not(:last-child) {
  margin-right: 1.6rem;
}
@media screen and (max-width: 767px) {
  .products_title_block .products_search .btns_block .btn:not(:last-child) {
    margin: 0 0 1.2rem;
  }
}
.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: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/magazines/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;
}
@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;
}

.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 .journal_articles_row_2 {
    width: calc(100% + 3.2rem);
    margin: 0 -1.6rem;
  }
}
.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 {
  display: flex;
}
.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 .img_block {
  width: 10rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.8rem;
  margin-right: 1.6rem;
  align-self: flex-start;
}
@media screen and (max-width: 1700px) {
  .articles_section .articles_sidebar .img_block {
    width: 6rem;
  }
}
@media screen and (max-width: 1400px) {
  .articles_section .articles_sidebar .img_block {
    width: 10rem;
  }
}
.articles_section .articles_sidebar .text_block {
  display: flex;
  flex-direction: column;
}
.articles_section .articles_sidebar .date {
  margin-bottom: 0.8rem;
}
.articles_section .articles_sidebar .text {
  font-weight: 500;
  color: #4C4E70;
  max-height: 4.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.articles_section .articles_sidebar .text:not(:last-child) {
  margin-bottom: 1.2rem;
}
.articles_section .articles_sidebar .views_icons {
  display: flex;
  margin-top: auto;
}
@media screen and (max-width: 1000px) {
  .articles_section .articles_sidebar .views_icons {
    margin-top: auto;
  }
}
.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/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/magazine-current/style.css?1752475338973*/
@charset "UTF-8";
.products_add.v2 {
  grid-row-end: span 1;
}

.products_search .img_block {
  align-self: flex-start;
}

.description_2 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .description_2 {
    margin-bottom: 1.6rem;
  }
}
.description_2:not(.open) .text {
  max-height: 11.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1400px) {
  .description_2:not(.open) .text {
    max-height: 5.6em;
  }
}
@media screen and (max-width: 1000px) {
  .description_2:not(.open) .text {
    max-height: 9.8em;
  }
}
.description_2:not(.open) .read_more_link:before {
  content: "Развернуть";
}
.description_2.open .read_more_link:before {
  content: "Свернуть";
}
.description_2 .read_more_link {
  display: inline-block;
  margin-top: 1.2rem;
}
.description_2 .read_more_link:before {
  display: block;
}

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

/* End */


/* Start:/local/templates/memory/components/bitrix/catalog.section.list/rubric/style.css?17524753521746*/
@charset "UTF-8";
.fast_filter_block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -1rem -0.5rem 0;
}
.fast_filter_block:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .fast_filter_block:not(.mobile_block) {
    flex-wrap: nowrap;
    overflow: auto;
    margin: 0 -1.6rem;
    padding: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .fast_filter_block.mobile_block a, .fast_filter_block.mobile_block span {
    width: fit-content;
    margin: 1rem 0.5rem 0;
  }
}
.fast_filter_block:not(.open) a:not(:nth-child(-n+4)):not(.more_link) {
  width: 0;
  height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fast_filter_block:not(.open) a:not(:nth-child(-n+4)):not(.more_link) {
    width: auto;
    height: 4rem;
    opacity: 1;
    padding: 0 2rem;
    margin: 0 0.5rem;
    flex-shrink: 0;
    border: 0.2rem solid transparent;
  }
}
.fast_filter_block:not(.open) .more_link:before {
  content: "Показать вce";
}
.fast_filter_block.open .more_link:before {
  content: "Скрыть";
}
.fast_filter_block a, .fast_filter_block span {
  white-space: nowrap;
  margin: 1rem 0.5rem 0;
  transition: 0.2s opacity;
}
@media screen and (max-width: 767px) {
  .fast_filter_block a, .fast_filter_block span {
    margin: 0 0.5rem;
  }
}
.fast_filter_block span.btn {
  font-weight: 500;
  border: 0.2rem solid #2955F1;
}
.fast_filter_block a.btn {
  color: #787A94;
  border: 0.1rem solid #ECECF4;
}
@media screen and (max-width: 767px) {
  .fast_filter_block .more_link {
    display: none;
  }
}
.fast_filter_block .more_link:before {
  display: block;
}

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

/* End */


/* Start:/local/templates/memory/components/bitrix/news.list/magazine-article-popular2/style.css?17524753403145*/
.journal_articles_row_2 .item:not(:last-child), .journal_articles_row_2 .banner_section_2:not(:last-child) {
  margin-bottom: 2rem;
}
.journal_articles_row_2 .banner_section_2 img {
  display: block;
}
.journal_articles_row_2 .item {
  display: flex;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .journal_articles_row_2 .item {
    padding: 1.6rem;
    background: #FFF;
    align-items: flex-start;
  }
}
.journal_articles_row_2 .item .img_block {
  width: 25rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .journal_articles_row_2 .item .img_block {
    width: 22rem;
  }
}
@media screen and (max-width: 767px) {
  .journal_articles_row_2 .item .img_block {
    width: 10rem;
    border-radius: 0.8rem;
    overflow: hidden;
  }
}
.journal_articles_row_2 .item .img_block img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.journal_articles_row_2 .item .text_block {
  display: flex;
  flex-direction: column;
  padding: 2.4rem;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .journal_articles_row_2 .item .text_block {
    padding: 0 0 0 1.6rem;
  }
}
.journal_articles_row_2 .item .date {
  display: flex;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .journal_articles_row_2 .item .date {
    display: block;
    margin-bottom: 0.6rem;
  }
}
.journal_articles_row_2 .item .date .tags {
  color: #4C4E70;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .journal_articles_row_2 .item .date .tags {
    margin-left: 0;
  }
}
.journal_articles_row_2 .item .date .tag:not(:last-child) {
  margin-right: 1rem;
}
.journal_articles_row_2 .item .name {
  font-size: 1.6rem;
  font-weight: 500;
  color: #4C4E70;
  margin-bottom: 1rem;
  max-height: 2.8em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1000px) {
  .journal_articles_row_2 .item .name {
    font-size: 1.3rem;
    margin-bottom: 0.6rem;
  }
}
.journal_articles_row_2 .item .description {
  color: #787A94;
  max-height: 5.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1400px) {
  .journal_articles_row_2 .item .description {
    max-height: 4.2em;
    -webkit-line-clamp: 3;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .journal_articles_row_2 .item .description {
    margin-bottom: 1.2rem;
  }
}
.journal_articles_row_2 .item .views_icons {
  margin-top: auto;
}

.show_more {
  margin-top: 2rem;
}
@media screen and (max-width: 1000px) {
  .show_more {
    margin-top: 1.6rem;
  }
}

.views_icons {
  display: flex;
  margin-top: 2rem;
}
@media screen and (max-width: 1000px) {
  .views_icons {
    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;
}

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

/* End */


/* Start:/local/components/go2web/element_block/templates/magazine-article/style.css?17524753592755*/
.journal_articles_row_2 .item:not(:last-child), .journal_articles_row_2 .banner_section_2:not(:last-child) {
  margin-bottom: 2rem;
}
.journal_articles_row_2 .banner_section_2 img {
  display: block;
}
.journal_articles_row_2 .item {
  display: flex;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .journal_articles_row_2 .item {
    padding: 1.6rem;
    background: #FFF;
    align-items: flex-start;
  }
}
.journal_articles_row_2 .item .img_block {
  width: 25rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .journal_articles_row_2 .item .img_block {
    width: 22rem;
  }
}
@media screen and (max-width: 767px) {
  .journal_articles_row_2 .item .img_block {
    width: 10rem;
    border-radius: 0.8rem;
    overflow: hidden;
  }
}
.journal_articles_row_2 .item .img_block img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.journal_articles_row_2 .item .text_block {
  display: flex;
  flex-direction: column;
  padding: 2.4rem;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .journal_articles_row_2 .item .text_block {
    padding: 0 0 0 1.6rem;
  }
}
.journal_articles_row_2 .item .date {
  display: flex;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .journal_articles_row_2 .item .date {
    display: block;
    margin-bottom: 0.6rem;
  }
}
.journal_articles_row_2 .item .date .tags {
  color: #4C4E70;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .journal_articles_row_2 .item .date .tags {
    margin-left: 0;
  }
}
.journal_articles_row_2 .item .date .tag:not(:last-child) {
  margin-right: 1rem;
}
.journal_articles_row_2 .item .name {
  font-size: 1.6rem;
  font-weight: 500;
  color: #4C4E70;
  margin-bottom: 1rem;
  max-height: 2.8em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1000px) {
  .journal_articles_row_2 .item .name {
    font-size: 1.3rem;
    margin-bottom: 0.6rem;
  }
}
.journal_articles_row_2 .item .description {
  color: #787A94;
  max-height: 5.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1400px) {
  .journal_articles_row_2 .item .description {
    max-height: 4.2em;
    -webkit-line-clamp: 3;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .journal_articles_row_2 .item .description {
    margin-bottom: 1.2rem;
  }
}
.journal_articles_row_2 .item .views_icons {
  margin-top: auto;
}

.show_more {
  margin-top: 2rem;
}
@media screen and (max-width: 1000px) {
  .show_more {
    margin-top: 1.6rem;
  }
}

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

/* End */


/* Start:/local/templates/memory/components/bitrix/menu/seo/style.css?1752475352201*/
.seo_menu {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: -1.2rem -0.6rem 0;
}
.seo_menu li {
  margin: 1.2rem 0.6rem 0;
}

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

/* End */
/* /local/templates/memory/components/bitrix/news/magazines/style.css?17524753659839 */
/* /local/templates/memory/components/bitrix/system.pagenavigation/main/style.css?17524753561037 */
/* /local/templates/memory/components/bitrix/news.list/magazine-current/style.css?1752475338973 */
/* /local/templates/memory/components/bitrix/catalog.section.list/rubric/style.css?17524753521746 */
/* /local/templates/memory/components/bitrix/news.list/magazine-article-popular2/style.css?17524753403145 */
/* /local/components/go2web/element_block/templates/magazine-article/style.css?17524753592755 */
/* /local/templates/memory/components/bitrix/menu/seo/style.css?1752475352201 */
