

/* Start:/local/templates/2019/components/bitrix/news/selections/style.css?16847990542463*/
.banner-selection {
  position: relative;
  display: block;
  height: 360px;
  border-radius: 12px;
  overflow: hidden;
  background: #efefef;
  padding: 56px 48px;
  margin: 30px auto 0;
  width: 100%;
}
@media (max-width: 1279px) {
  .banner-selection {
    max-width: 930px;
  }
}
@media (max-width: 1023px) {
  .banner-selection {
    max-width: 100%;
    border-radius: 0;
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .banner-selection {
    height: 381px;
    margin-top: 24px;
    padding: 32px 16px;
  }
}
@media (max-width: 413px) {
  .banner-selection {
    height: 380px;
    border-radius: 0;
    margin-top: 24px;
  }
}
.banner-selection__title {
  position: relative;
  z-index: 2;
  line-height: 1;
  letter-spacing: -0.1px;
  font-weight: 500;
  font-size: 40px;
  color: #1F1F1F;
  max-width: 410px;
}
@media (max-width: 1023px) {
  .banner-selection__title {
    line-height: 1.14;
    font-size: 28px;
    letter-spacing: -0.26px;
    max-width: 265px;
  }
}
.banner-selection__title + .banner-selection__text {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .banner-selection__title + .banner-selection__text {
    margin-top: 12px;
  }
}
.banner-selection__text {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.25;
  max-width: 400px;
}
.banner-selection__text-under {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.48px;
  color: #a8905c;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .banner-selection__text-under {
    margin-bottom: 16px;
  }
}
.banner-selection__pic {
  display: block;
}
.banner-selection__pic .img-fluid {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1279px) {
  .banner-selection__pic .img-fluid {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
  }
}
@media (max-width: 767px) {
  .banner-selection__pic .img-fluid {
    height: 100%;
    max-width: none;
  }
}
.banner-selection__pic--loading {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-selection__pic--loading img {
  opacity: 0.6;
}
.banner-selection--light .banner-selection__title {
  color: #262626;
}
.banner-selection--light .banner-selection__text {
  color: rgba(38, 38, 38, 0.7);
}
.banner-selection--light .banner-selection__text-under {
  color: #5f2d50;
}

/* End */


/* Start:/local/templates/2019/components/bitrix/breadcrumb/.default/style.css?1684799054524*/
.breadcrumbs {
  position: relative;
  margin: 24px 0 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #c4c4c4;
}
.breadcrumbs__item:not(:first-child):before {
  content: "\2192";
  margin: 0 8px;
}
.breadcrumbs__link, .content .breadcrumbs__link {
  color: #909090;
  text-decoration: none;
}
html:not(.bx-touch) .breadcrumbs__link:hover, html.bx-touch .breadcrumbs__link:active, html:not(.bx-touch) .content .breadcrumbs__link:hover, html.bx-touch .content .breadcrumbs__link:active {
  text-decoration: underline;
}

/* End */


/* Start:/local/templates/2019/components/bitrix/system.pagenavigation/.default/style.css?16902798595459*/
.pager {
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .pager {
    margin-top: 72px;
  }
}
.pager__next {
  position: relative;
  margin-bottom: 40px;
  height: 48px;
}
html.bx-touch .pager__next:not(.no-touch-style) {
  height: 56px;
}
.content .paging, .mfp-content .paging {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
}
.content .paging__control, .mfp-content .paging__control {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 10px;
  border-radius: 50%;
  box-shadow: 0 4px 16px 0 rgba(139, 139, 139, 0.2);
  background-color: #ffffff;
  color: #15b742;
}
html.bx-touch .content .paging__control:not(.no-touch-style), html.bx-touch .mfp-content .paging__control:not(.no-touch-style) {
  width: 48px;
  height: 48px;
}
html:not(.bx-touch) .content .paging__control:hover, html.bx-touch .content .paging__control:active, html:not(.bx-touch) .mfp-content .paging__control:hover, html.bx-touch .mfp-content .paging__control:active {
  color: #129e39;
}
html:not(.bx-touch) .content .paging__control:active, html.bx-touch .content .paging__control:active, html:not(.bx-touch) .mfp-content .paging__control:active, html.bx-touch .mfp-content .paging__control:active {
  box-shadow: 0 4px 8px 0 rgba(21, 183, 66, 0.16);
}
.content .paging__control--prev, .mfp-content .paging__control--prev {
  margin-right: 20px;
}
.content .paging__control--next, .mfp-content .paging__control--next {
  margin-left: 20px;
}
.content .paging__control--disabled, .mfp-content .paging__control--disabled {
  pointer-events: none;
  filter: grayscale(1);
}
.content .paging__area, .mfp-content .paging__area {
  margin: 0 -10px;
}
.content .paging__item, .mfp-content .paging__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 40px;
  color: #262626;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .content .paging__item, .mfp-content .paging__item {
    display: none;
  }
}
html.bx-touch .content .paging__item:not(.no-touch-style), html.bx-touch .mfp-content .paging__item:not(.no-touch-style) {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
html:not(.bx-touch) .content .paging__item:hover, html.bx-touch .content .paging__item:active, html:not(.bx-touch) .mfp-content .paging__item:hover, html.bx-touch .mfp-content .paging__item:active {
  color: #15b742;
  text-decoration: none;
}
.content .paging__item--dots, .mfp-content .paging__item--dots {
  color: #c4c4c4;
}
.content .paging__item--active, .mfp-content .paging__item--active {
  color: #ffffff;
  background-color: #15b742;
}
@media (max-width: 767px) {
  .content .paging__item--active, .mfp-content .paging__item--active {
    display: inline-block;
  }
}
html:not(.bx-touch) .content .paging__item--active:hover, html.bx-touch .content .paging__item--active:active, html:not(.bx-touch) .mfp-content .paging__item--active:hover, html.bx-touch .mfp-content .paging__item--active:active {
  cursor: default;
  color: #ffffff;
}

.container-spread--sparwine .paging__control, .catalog-element--grape .paging__control {
  color: #84406d;
}
html:not(.bx-touch) .container-spread--sparwine .paging__control:hover, html.bx-touch .container-spread--sparwine .paging__control:active, html:not(.bx-touch) .catalog-element--grape .paging__control:hover, html.bx-touch .catalog-element--grape .paging__control:active {
  color: #5f2d50;
  box-shadow: 0 4px 16px 0 rgba(139, 139, 139, 0.24);
}
html:not(.bx-touch) .container-spread--sparwine .paging__item:hover, html.bx-touch .container-spread--sparwine .paging__item:active, html:not(.bx-touch) .catalog-element--grape .paging__item:hover, html.bx-touch .catalog-element--grape .paging__item:active {
  color: #5f2d50;
}
.container-spread--sparwine .paging__item--active, .catalog-element--grape .paging__item--active {
  background-color: #84406d;
}
html:not(.bx-touch) .container-spread--sparwine .paging__item--active:hover, html.bx-touch .container-spread--sparwine .paging__item--active:active, html:not(.bx-touch) .catalog-element--grape .paging__item--active:hover, html.bx-touch .catalog-element--grape .paging__item--active:active {
  color: #ffffff;
}
.content .container-spread--sparwine .pager__next .btn--outline, .mfp-content .container-spread--sparwine .pager__next .btn--outline, .content .catalog-element--grape .pager__next .btn--outline, .mfp-content .catalog-element--grape .pager__next .btn--outline {
  color: #84406d;
  border-color: #84406d;
}
html:not(.bx-touch) .content .container-spread--sparwine .pager__next .btn--outline:hover, html.bx-touch .content .container-spread--sparwine .pager__next .btn--outline:active, html:not(.bx-touch) .mfp-content .container-spread--sparwine .pager__next .btn--outline:hover, html.bx-touch .mfp-content .container-spread--sparwine .pager__next .btn--outline:active, html:not(.bx-touch) .content .catalog-element--grape .pager__next .btn--outline:hover, html.bx-touch .content .catalog-element--grape .pager__next .btn--outline:active, html:not(.bx-touch) .mfp-content .catalog-element--grape .pager__next .btn--outline:hover, html.bx-touch .mfp-content .catalog-element--grape .pager__next .btn--outline:active {
  color: rgba(132, 64, 109, 0.9);
  border-color: rgba(132, 64, 109, 0.5);
}

/* End */


/* Start:/local/templates/2019/components/bitrix/news.list/selections/style.css?16847990542563*/
.slider-selections {
  position: relative;
  white-space: nowrap;
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  .slider-selections {
    margin: 24px 0 0;
  }
}
.catalog-section__right .slider-selections {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .catalog-section__right .slider-selections {
    margin-top: 72px;
  }
}
.slider-selections .selections-item {
  margin: 8px;
}
.slider-selections .selections-item.col-xl-4 {
  margin: 0;
}
@media (max-width: 1279px) {
  .slider-selections .selections-item.col-xl-4 {
    width: auto;
    margin: 0 8px;
    padding-left: 0;
    padding-right: 0;
  }
}
.slider-selections .selections-item.col-xl-4 .selections-item__link {
  width: 100%;
}
@media (max-width: 1279px) {
  .slider-selections .selections-item.col-xl-4 .selections-item__link {
    width: 190px;
  }
}
@media (max-width: 1023px) {
  .slider-selections .selections-item.col-xl-4 .selections-item__link {
    width: 218px;
  }
}
.slider-selections .slider-selections__slider {
  margin: -8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .slider-selections .slider-selections__slider {
    overflow: visible;
  }
}
.slider-selections .slider-selections__list {
  margin: -8px;
}
@media (max-width: 767px) {
  .slider-selections .slider-selections__list {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
html:not(.bx-touch) .slider-selections .slider__controls-list .arr-circle:hover .icon, html.bx-touch .slider-selections .slider__controls-list .arr-circle:active .icon {
  color: #4F2643;
}
.slider-selections .slider__controls-list .arr-circle .icon {
  color: #5f2d50;
}

.selections-item__link {
  background-color: #efefef;
  display: block;
  width: 209px;
  border-radius: 8px;
  overflow: hidden;
  padding: 28px 20px 60px;
  color: black;
  text-decoration: none;
}
@media (max-width: 1279px) {
  .selections-item__link {
    width: 219px;
  }
}
@media (max-width: 767px) {
  .selections-item__link {
    width: 210px;
  }
}
html:not(.bx-touch) .selections-item__link:hover, html.bx-touch .selections-item__link:active {
  text-decoration: none;
}
.selections-item__pic {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
  height: 180px;
}
.selections-item__pic .img-fluid {
  max-width: none;
}
.selections-item__text {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  height: 40px;
  overflow: hidden;
  margin-bottom: 32px;
  overflow-wrap: break-word;
  white-space: normal;
  color: #1F1F1F;
}

/* End */


/* Start:/local/templates/2019/components/bitrix/news.list/selection-gift/style.css?16847990542650*/
.selection-gift-wrap {
  position: relative;
  white-space: nowrap;
  margin-top: 25px;
  margin-bottom: -15px;
}
@media (max-width: 767px) {
  .selection-gift-wrap {
    margin-top: 16px;
    margin-bottom: -8px;
  }
}
.selection-gift-wrap .selection-gift {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .selection-gift-wrap .selection-gift {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.selection-gift__link {
  position: relative;
  display: block;
  height: 280px;
  color: #242125;
  text-decoration: none;
  background-color: #efefef;
  border-radius: 12px;
  overflow: hidden;
  padding: 32px;
  white-space: normal;
}
@media (max-width: 767px) {
  .selection-gift__link {
    height: 220px;
    padding: 20px 24px 0 16px;
  }
}
html:not(.bx-touch) .selection-gift__link:hover, html.bx-touch .selection-gift__link:active {
  text-decoration: none;
}
.selection-gift__pic .icon {
  color: rgb(196, 196, 196);
  opacity: 0.6;
}
.selection-gift__pic .img-fluid {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: none;
}
@media (max-width: 413px) {
  .selection-gift__pic .img-fluid {
    right: -25%;
  }
}
.selection-gift__title {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: -0.48px;
  max-width: 250px;
}
@media (max-width: 767px) {
  .selection-gift__title {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.4px;
  }
}
.selection-gift__title + .selection-gift__text {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .selection-gift__title + .selection-gift__text {
    margin-top: 8px;
  }
}
.selection-gift__text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.7);
  max-width: 220px;
}
@media (max-width: 767px) {
  .selection-gift__text {
    font-size: 14px;
    line-height: 1.29;
    max-width: 180px;
  }
}
.selection-gift__loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.selection-gift__loading img {
  height: 40px;
  margin: 0 auto;
  opacity: 0.6;
}
.selection-gift__no-image {
  border-radius: 12px;
  background-color: #efefef;
  padding-bottom: 51.86%;
}
.selection-gift--sparwine-sale .selection-gift__link {
  padding: 25px 32px 32px;
}
@media (max-width: 767px) {
  .selection-gift--sparwine-sale .selection-gift__link {
    padding: 20px 24px 20px 16px;
  }
}
.selection-gift--sparwine-sale .selection-gift__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* End */


/* Start:/local/templates/2019/components/teamprofi/empty/list.products/style.css?16959054671518*/
.main-block .main-block__title .h2 {
  line-height: 1;
}
.main-block--catalog-subsection {
  box-sizing: border-box;
  margin: 24px 0;
  margin-top: 24px !important;
  position: relative;
  max-width: 100%;
  flex: 0 0 100%;
}
.main-block--catalog-subsection .add-to-basket {
  box-shadow: 0 4px 16px 0 rgba(139, 139, 139, 0.2) !important;
}
.main-block--catalog-subsection .slider {
  background-color: #fffbef;
  border-radius: 12px;
  max-width: 825px;
}
@media (max-width: 1279px) {
  .main-block--catalog-subsection .slider {
    max-width: 607px;
  }
}
@media (max-width: 1023px) {
  .main-block--catalog-subsection .slider {
    max-width: 690px;
  }
}
.main-block--catalog-subsection .slider .catalog-tile__pic {
  background: white;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .main-block--catalog-subsection .slider .catalog-list--wrap .catalog-tile {
    width: 273px;
  }
}
@media (max-width: 1023px) {
  .main-block--catalog-subsection .slider .owl-carousel.owl-drag .owl-item {
    background-color: #fffbef;
  }
}
.main-block--catalog-subsection .slider .product-rating {
  right: 11px;
}

.container-spread--sparwine .main-block--catalog-subsection .slider {
  background-color: #FCF1F8;
}
html:not(.bx-touch) .container-spread--sparwine .slider__controls-list .arr-circle:hover .icon, html.bx-touch .container-spread--sparwine .slider__controls-list .arr-circle:active .icon {
  color: #4F2643;
}
.container-spread--sparwine .slider__controls-list .arr-circle .icon {
  color: #5f2d50;
}

/* End */


/* Start:/local/templates/2019/components/bitrix/news.list/ontable/style.css?16847990541681*/
.slider-ontable {
  position: relative;
  white-space: nowrap;
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  .slider-ontable {
    margin: 24px 0 0;
  }
}
.slider-ontable .slider-ontable__slider {
  margin: 0 -15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .slider-ontable .slider-ontable__slider {
    overflow: visible;
    margin: 0 -9px;
  }
}
@media (max-width: 767px) {
  .slider-ontable .ontable-item {
    padding: 0 9px;
  }
}
.slider-ontable .slider__controls-list .owl-next, .slider-ontable .slider__controls-list .owl-prev {
  top: 60px;
}
html:not(.bx-touch) .slider-ontable .slider__controls-list .arr-circle:hover .icon, html.bx-touch .slider-ontable .slider__controls-list .arr-circle:active .icon {
  color: #4F2643;
}
.slider-ontable .slider__controls-list .arr-circle .icon {
  color: #5f2d50;
}

.ontable-item__link {
  display: block;
  width: 198px;
  color: black;
  text-decoration: none;
}
html:not(.bx-touch) .ontable-item__link:hover, html.bx-touch .ontable-item__link:active {
  text-decoration: none;
}
html:not(.bx-touch) .ontable-item__link:hover .ontable-item__text, html.bx-touch .ontable-item__link:active .ontable-item__text {
  color: #84406d;
}
.ontable-item__pic {
  background-color: #efefef;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 114px;
  margin-bottom: 12px;
}
.ontable-item__pic .icon {
  color: rgb(196, 196, 196);
  opacity: 0.6;
}
.ontable-item__text {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.2px;
  height: 20px;
  overflow: hidden;
}

/* End */
/* /local/templates/2019/components/bitrix/news/selections/style.css?16847990542463 */
/* /local/templates/2019/components/bitrix/breadcrumb/.default/style.css?1684799054524 */
/* /local/templates/2019/components/bitrix/system.pagenavigation/.default/style.css?16902798595459 */
/* /local/templates/2019/components/bitrix/news.list/selections/style.css?16847990542563 */
/* /local/templates/2019/components/bitrix/news.list/selection-gift/style.css?16847990542650 */
/* /local/templates/2019/components/teamprofi/empty/list.products/style.css?16959054671518 */
/* /local/templates/2019/components/bitrix/news.list/ontable/style.css?16847990541681 */
