

/* Start:/local/components/go2web/calendar/templates/.default/style.css?175247534312300*/
@charset "UTF-8";
.products_title_block {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr min-content;
  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;
}
.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;
}
@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/components/go2web/calendar/templates/.default/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;
}

@media screen and (max-width: 767px) {
  .calendar_section {
    margin: 0 -1.6rem;
  }
}
.calendar_section .title_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6.4rem;
  background: #FFF;
  margin-bottom: 1rem;
  padding: 1rem 2.4rem;
  border-radius: 1.2rem;
}
@media screen and (max-width: 1000px) {
  .calendar_section .title_block {
    padding: 1rem 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .calendar_section .title_block {
    height: auto;
    display: block;
    padding: 1.6rem;
  }
}
.calendar_section .title_block .title {
  color: #4C4E70;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .calendar_section .title_block .title {
    margin-bottom: 1.2rem;
  }
}
.calendar_section .navs {
  display: flex;
  align-items: center;
}
.calendar_section .navs .txt:not(:first-child) {
  margin-left: 2rem;
}
.calendar_section .navs .txt:not(:last-child) {
  margin-right: 2rem;
}
.calendar_section .navs .arrows {
  display: flex;
}
.calendar_section .navs .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 100%;
  border: 0.1rem solid #ECECF4;
  stroke: #787A94;
  transition: 0.2s stroke, 0.2s background;
}
.calendar_section .navs .arrow:hover {
  stroke: #FFF;
  background: #2955F1;
}
.calendar_section .navs .arrow:not(:last-child) {
  margin-right: 1.2rem;
}
.calendar_section .days_row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-auto-flow: row;
  gap: 1rem;
}
@media screen and (max-width: 1000px) {
  .calendar_section .days_row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.calendar_section .days_row .item {
  min-height: 14rem;
  padding: 2rem;
  background: #FFF;
  border-radius: 1.2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1700px) {
  .calendar_section .days_row .item {
    padding: 1rem;
  }
}
@media screen and (max-width: 1000px) {
  .calendar_section .days_row .item {
    padding: 1.6rem;
    min-height: 6.4rem;
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
}
.calendar_section .days_row .events {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1000px) {
  .calendar_section .days_row .events {
    margin-bottom: 0;
  }
}
.calendar_section .days_row .events svg {
  margin-right: 0.8rem;
}
.calendar_section .days_row .date {
  display: flex;
  align-items: center;
  margin-top: auto;
  padding: 0.8rem 1rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 1400px) {
  .calendar_section .days_row .date {
    flex-direction: column;
  }
}
@media screen and (max-width: 1000px) {
  .calendar_section .days_row .date {
    flex-direction: row;
    margin: 0 1.6rem 0 0;
  }
}
.calendar_section .days_row .week {
  color: #ACADC3;
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 0.1rem solid #D7D9E5;
}
@media screen and (max-width: 1400px) {
  .calendar_section .days_row .week {
    width: fit-content;
    margin: 0 0 0.5rem;
    padding: 0 0 0.5rem;
    border-right: none;
    border-bottom: 0.1rem solid #D7D9E5;
  }
}
@media screen and (max-width: 1000px) {
  .calendar_section .days_row .week {
    margin: 0 1rem 0 0;
    padding: 0 1rem 0 0;
    border-bottom: none;
    border-right: 0.1rem solid #D7D9E5;
  }
}
.calendar_section .days_row .month {
  color: #4C4E70;
  white-space: nowrap;
}
.calendar_section .days_row .item:not(.accent) .events {
  width: 11.5rem;
  color: #D7D9E5;
}
@media screen and (max-width: 1700px) {
  .calendar_section .days_row .item:not(.accent) .events {
    width: 100%;
  }
}
.calendar_section .days_row .item:not(.accent) .date {
  background: #F9FAFD;
}
.calendar_section .days_row .item:not(.accent) .week {
  color: #ACADC3;
}
.calendar_section .days_row .item:not(.accent) .month {
  color: #4C4E70;
}
@media screen and (max-width: 1700px) {
  .calendar_section .days_row .item:not(.accent) .month {
    font-size: 1.2rem;
  }
}
.calendar_section .days_row .item.disabled .date {
  background: #F9FAFD;
}
.calendar_section .days_row .item.disabled .week, .calendar_section .days_row .item.disabled .month {
  color: #ACADC3;
}
.calendar_section .days_row .item.accent {
  z-index: 1;
  overflow: hidden;
  position: relative;
  transition: 0.2s background;
  background: linear-gradient(314deg, #94ABFC 9.72%, #6A91F8 48.58%, #2955F1 108.09%);
}
.calendar_section .days_row .item.accent:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.2s opacity;
  background: linear-gradient(307deg, #94ABFC -20.61%, #5983F0 25.06%, #2652EE 72.1%);
  z-index: -1;
}
.calendar_section .days_row .item.accent:hover:before {
  opacity: 1;
}
.calendar_section .days_row .item.accent .events {
  color: #FFF;
  stroke: #FFF;
}
.calendar_section .days_row .item.accent .date {
  background: #F1F5FC;
}

.callback_block.event {
  padding: 2rem;
  background: #F1F5FC;
}

.popup_event_item {
  display: flex;
  color: #787A94;
  background: #FFF;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .popup_event_item {
    display: block;
  }
}
.popup_event_item:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1240px) {
  .popup_event_item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.popup_event_item.opacity {
  opacity: 0.7;
}
.popup_event_item .img_block {
  width: 9.3rem;
  flex-shrink: 0;
  overflow: hidden;
  align-self: flex-start;
}
@media screen and (max-width: 1000px) {
  .popup_event_item .img_block {
    width: 100%;
  }
}
.popup_event_item .img_block:before {
  padding-top: 74.63%;
}
.popup_event_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup_event_item .text_block {
  padding: 1rem;
}
@media screen and (max-width: 1000px) {
  .popup_event_item .text_block {
    padding: 2rem 1.6rem;
    display: flex;
    flex-direction: column;
  }
}
.popup_event_item .name_block {
  display: flex;
  align-items: center;
}
.popup_event_item .name_block .top {
  margin-right: 0.6rem;
  align-self: flex-start;
}
.popup_event_item .name_block svg {
  stroke: #242EB6;
}
.popup_event_item .name {
  color: #1A1D3F;
  max-height: 2.8em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.5rem;
}
.popup_event_item .time {
  display: flex;
  flex-wrap: wrap;
}

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

/* End */


/* Start:/local/templates/memory/components/bitrix/news.list/slider/style.css?17524753561078*/
.slider_product {
  overflow: hidden;
}
.slider_product .slick-slide > div, .slider_product .slick-slide > div > div {
  height: 100%;
}
.slider_product .event_card {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .slider_product .event_card {
    width: 24rem;
  }
}

.event_card {
  overflow: hidden;
  border-radius: 1.2rem;
  display: flex;
  flex-direction: column;
}
.event_card.opacity {
  opacity: 0.7;
}
.event_card .img_block:before {
  padding-top: 74.63%;
}
.event_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event_card .text_block {
  height: 100%;
  padding: 1.6rem 2rem 2rem;
  background: #FFF;
}
@media screen and (max-width: 1000px) {
  .event_card .text_block {
    padding: 1.2rem 1.6rem 1.6rem;
  }
}
.event_card .name {
  color: #1A1D3F;
  height: 2.8em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 1rem;
}
.event_card .date_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*# 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/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/components/go2web/calendar/templates/.default/style.css?175247534312300 */
/* /local/templates/memory/components/bitrix/news.list/slider/style.css?17524753561078 */
/* /local/templates/memory/libs/slick/slick.css?17078906061737 */
/* /local/templates/memory/libs/slick/slick_custom.css?17524753661849 */
/* /local/templates/memory/components/bitrix/menu/seo/style.css?1752475352201 */
