

/* Start:/local/templates/memory/components/bitrix/catalog/products/style.css?17524753387265*/
@charset "UTF-8";
.products_catalog_block {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .products_catalog_block {
    display: block;
  }
}
.products_catalog_block .sticky {
  top: 1rem;
  position: sticky;
}
@media screen and (max-width: 1000px) {
  .products_catalog_block .sticky {
    position: static;
  }
}
.products_catalog_block .catalog_sidebar {
  width: 26.8rem;
  flex-shrink: 0;
  margin-right: 2rem;
}
@media screen and (max-width: 1400px) {
  .products_catalog_block .catalog_sidebar {
    width: 22rem;
  }
}
@media screen and (max-width: 1000px) {
  .products_catalog_block .catalog_sidebar {
    left: 0;
    top: 0;
    bottom: 0;
    width: 29rem;
    overflow-y: auto;
    background: #F1F5FC;
    position: absolute;
    margin: 0;
    padding: 2rem 1.6rem;
    transition: 0.2s transform;
  }
  .products_catalog_block .catalog_sidebar:not(.open) {
    transform: translate(-100%, 0);
  }
  .products_catalog_block .catalog_sidebar.open {
    position: fixed;
    z-index: 41;
  }
}
@media screen and (max-width: 767px) {
  .products_catalog_block .catalog_sidebar {
    right: 0;
    width: auto;
    padding: 2rem 0;
  }
}
.products_catalog_block .catalog_products {
  width: 100%;
}

.sidebar_header {
  display: none;
  height: 6.8rem;
  background: #FFF;
  align-items: center;
  justify-content: flex-end;
  padding: 1.6rem;
  margin: -2rem -1.6rem 2rem;
}
@media screen and (max-width: 1000px) {
  .sidebar_header {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .sidebar_header {
    height: 5.6rem;
    margin: -2rem 0 2rem;
  }
}

.products_title_block {
  display: grid;
  grid-auto-rows: 1fr 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 .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/catalog/products/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;
}
.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;
}
@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/catalog.section.list/popular/style.css?17524753543726*/
.catalog_sections_popular {
  display: flex;
  flex-wrap: wrap;
  margin: -2rem -1rem 0;
}
@media screen and (max-width: 767px) {
  .catalog_sections_popular {
    display: block;
    margin: 0 -1.6rem;
  }
}
.catalog_sections_popular .item {
  display: flex;
  flex-direction: column;
  color: #787A94;
  height: 30.8rem;
  overflow: hidden;
  margin: 2rem 1rem 0;
  text-decoration: none;
  border-radius: 1.2rem;
  width: calc((100% - 10rem) / 5);
}
@media screen and (max-width: 1700px) {
  .catalog_sections_popular .item {
    width: calc((100% - 8rem) / 4);
  }
}
@media screen and (max-width: 1400px) {
  .catalog_sections_popular .item {
    width: calc((100% - 6rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .catalog_sections_popular .item {
    flex-direction: row;
    height: 10rem;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .catalog_sections_popular .item:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.catalog_sections_popular .img_block {
  height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .catalog_sections_popular .img_block {
    width: 10rem;
    height: 10rem;
  }
}
.catalog_sections_popular .text_block {
  height: 100%;
  background: #FFF;
  padding: 1.6rem 2rem;
}
@media screen and (max-width: 1000px) {
  .catalog_sections_popular .text_block {
    padding: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog_sections_popular .text_block {
    width: 100%;
  }
}
.catalog_sections_popular .name {
  color: #1A1D3F;
  height: 2.8em;
  font-size: 1.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1000px) {
  .catalog_sections_popular .name {
    font-size: 1.5rem;
  }
}
.catalog_sections_popular .name:not(:last-child) {
  margin-bottom: 0.8rem;
}
.catalog_sections_popular .banner_2_items {
  height: 30.8rem;
  overflow: hidden;
  border-radius: 1.2rem;
  margin: 2rem 1rem 0;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 10rem) / 5 * 2 + 2rem);
}
@media screen and (max-width: 1700px) {
  .catalog_sections_popular .banner_2_items {
    width: calc((100% - 8rem) / 4 * 2 + 2rem);
  }
}
@media screen and (max-width: 1400px) {
  .catalog_sections_popular .banner_2_items {
    width: calc((100% - 6rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .catalog_sections_popular .banner_2_items {
    width: 100%;
    height: 19.8rem;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .catalog_sections_popular .banner_2_items:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 1700px) {
  .catalog_sections_popular .final {
    width: calc((100% - 8rem) / 4 * 3 + 4rem);
  }
}
@media screen and (max-width: 1400px) {
  .catalog_sections_popular .final {
    width: calc((100% - 6rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .catalog_sections_popular .final {
    width: 100%;
  }
}
.catalog_sections_popular .final:hover .img_block, .catalog_sections_popular .final:hover .text_block {
  background: #242EB6;
  transition: 0.2s background;
}
.catalog_sections_popular .final .name {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .catalog_sections_popular .final .img_block {
    display: none;
  }
}
.catalog_sections_popular .final .img_block, .catalog_sections_popular .final .text_block {
  background: #666DD9;
}
.catalog_sections_popular .final_link {
  display: block;
  color: #FFF;
  width: 100%;
  font-weight: 500;
  position: relative;
}

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

/* End */


/* Start:/local/templates/memory/components/bitrix/catalog.top/main_slider/style.css?1752475344288*/
.slider_product {
  overflow: hidden;
}
.slider_product .product_card, .slider_product .company_card {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .slider_product .product_card, .slider_product .company_card {
    width: 24rem;
  }
}

/*# 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/element_block/templates/.default/style.css?17524753534095*/
.product_card {
  padding: 2rem;
  background: #FFF;
  border-radius: 1.2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .product_card {
    padding: 1.6rem;
  }
}
.product_card .top_block {
  margin-bottom: 1.4rem;
}
.product_card .bottom_block {
  margin-top: auto;
}
.product_card .tags_block {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.product_card .tags_block span {
  width: fit-content;
  display: block;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.4rem 0.6rem;
  border-radius: 0.4rem;
}
.product_card .tags_block span:not(:last-child) {
  margin-bottom: 0.4rem;
}
.product_card .tags_block .sale {
  background: #F26841;
}
.product_card .tags_block .promo {
  background: #666DD9;
}
.product_card .images {
  display: flex;
  z-index: 1;
  border-radius: 0.8rem;
  overflow: hidden;
}
.product_card .images span {
  display: block;
  width: 100%;
  height: 100%;
}
.product_card .images span:first-child:before, .product_card .images span:hover:before, .product_card .images span.active:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  z-index: -1;
}
.product_card .images span:first-child img, .product_card .images span:hover img, .product_card .images span.active img {
  opacity: 1;
}
.product_card .images img {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: 0.2s opacity;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.product_card .img_dots {
  height: 0.4rem;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.product_card .img_dots span {
  display: block;
  height: 0.4rem;
  cursor: pointer;
  border-radius: 0.4rem;
  transition: 0.2s background, 0.2s width;
}
.product_card .img_dots span:not(:last-child) {
  margin-right: 0.6rem;
}
.product_card .img_dots span.active {
  width: 1.6rem;
  background: #2955F1;
}
.product_card .img_dots span:not(.active) {
  width: 0.8rem;
  background: #D7D9E5;
}
.product_card .sale_block {
  color: #FFF;
  width: fit-content;
  background: #50C01A;
  padding: 0.2rem 0.4rem;
  border-radius: 0.4rem;
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
  font-weight: 500;
}
.product_card .price_block {
  display: flex;
  color: #1A1D3F;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 1000px) {
  .product_card .price_block {
    font-size: 1.6rem;
  }
}
.product_card .price_block .old {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ACADC3;
  margin-left: 0.6rem;
  text-decoration: line-through;
}
@media screen and (max-width: 1000px) {
  .product_card .price_block .old {
    font-size: 1.3rem;
  }
}
.product_card .reviews_block {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  color: #ACADC3;
  margin-bottom: 0.8rem;
}
.product_card .name {
  color: #4C4E70;
  height: 2.8em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 1.6rem;
}
.product_card .btns_block {
  display: flex;
}
.product_card .btns_block:not(:last-child) {
  margin-bottom: 1rem;
}
.product_card .btns_block .main {
  width: 100%;
}
.product_card .btns_block .btn:not(.main) {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .product_card .btns_block .btn:not(.main) {
    width: auto;
  }
}
.product_card .btns_block .btn:not(:last-child) {
  margin-right: 1rem;
}
.product_card .more_txt {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 1.2rem;
}
.product_card .more_txt .text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_card .more_txt .link_more {
  font-weight: 500;
  color: #2955F1;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 0.4rem;
}
.product_card .more_txt .link_more span {
  cursor: pointer;
}
.product_card .more_txt .question {
  top: -0.1rem;
  position: relative;
  margin-left: 0.2rem;
}
.product_card .more_txt svg {
  display: block;
}

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

/* End */


/* Start:/local/templates/memory/components/bitrix/iblock.vote/stars/style.css?1752475354514*/
.reviews_block {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  color: #ACADC3;
  margin-bottom: 1.6rem;
}

.star_block {
  display: flex;
  margin-right: 1rem;
}
.star_block span {
  width: 1.6rem;
  height: 1.6rem;
}
.star_block span:not(:last-child) {
  padding-right: 0.2rem;
}
.star_block span:not(.full) {
  background: url("/local/templates/memory/components/bitrix/iblock.vote/stars/img/star.svg") left center no-repeat;
}
.star_block span.full {
  background: url("/local/templates/memory/components/bitrix/iblock.vote/stars/img/star_full.svg") left center no-repeat;
}

/*# 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/catalog/products/style.css?17524753387265 */
/* /local/templates/memory/components/bitrix/catalog.section.list/popular/style.css?17524753543726 */
/* /local/templates/memory/components/bitrix/catalog.top/main_slider/style.css?1752475344288 */
/* /local/templates/memory/libs/slick/slick.css?17078906061737 */
/* /local/templates/memory/libs/slick/slick_custom.css?17524753661849 */
/* /local/components/go2web/element_block/templates/.default/style.css?17524753534095 */
/* /local/templates/memory/components/bitrix/iblock.vote/stars/style.css?1752475354514 */
/* /local/templates/memory/components/bitrix/menu/seo/style.css?1752475352201 */
