

/* Start:/local/templates/2019/components/teamprofi/empty/catalog.banners/style.css?16946083002160*/
.catalog-banners {
  margin-bottom: 40px;
}
.catalog-banners .company-slider-wrap {
  padding-bottom: 0;
  border-radius: 12px;
  margin: 0;
  max-width: initial;
}
@media (max-width: 767px) {
  .catalog-banners .company-slider-wrap {
    width: initial;
    overflow: visible;
  }
}
.catalog-banners .company-slider {
  width: 100%;
  max-width: initial;
}
@media (max-width: 767px) {
  .catalog-banners .company-slider {
    width: calc(100% + 8px);
    overflow: visible;
    margin: 0 -4px;
  }
}
.catalog-banners .company-slider__item {
  width: 100%;
}
@media (max-width: 767px) {
  .catalog-banners .company-slider__item {
    padding: 0 4px;
  }
}
.catalog-banners .company-slider__item .ratio-box {
  padding-bottom: 25.947%;
}
@media (max-width: 1279px) {
  .catalog-banners .company-slider__item .ratio-box {
    padding-bottom: 26.022%;
  }
}
@media (max-width: 1023px) {
  .catalog-banners .company-slider__item .ratio-box {
    padding-bottom: 26.088%;
  }
}
@media (max-width: 767px) {
  .catalog-banners .company-slider__item .ratio-box {
    padding-bottom: 51.565%;
  }
}
.catalog-banners .company-slider__advert {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: inline-block;
  vertical-align: middle;
  z-index: 3;
}
@media (max-width: 767px) {
  .catalog-banners .company-slider__advert {
    bottom: 7px;
    right: 11px;
  }
}
@media (max-width: 767px) {
  .catalog-banners .company-slider__advert .alert-hint {
    height: 26px;
    font-size: 13px;
  }
}
.catalog-banners .company-slider__controls .owl-prev, .catalog-banners .company-slider__controls .owl-next {
  height: 100%;
  padding: 0 16px;
}
@media (max-width: 1023px) {
  .catalog-banners .company-slider__controls .owl-prev .arr-circle, .catalog-banners .company-slider__controls .owl-next .arr-circle {
    width: 42px;
    height: 42px;
  }
}
.catalog-banners .company-slider__controls .owl-next {
  height: calc(100% - 46px);
  margin-left: -80px;
}
@media (max-width: 1023px) {
  .catalog-banners .company-slider__controls .owl-next {
    margin-left: -74px;
  }
}
.catalog-banners .company-slider__controls .owl-next .arr-circle {
  margin-top: 46px;
}

/* End */


/* Start:/local/templates/2019/components/teamprofi/empty/catalog.sections/style.css?17485454984106*/
@media (min-width: 1280px) {
  .catalog-sections.matrix {
    margin-top: -28px;
    margin-bottom: -28px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .catalog-sections.matrix {
    margin-top: -28px;
    margin-bottom: -28px;
  }
}
@media (min-width: 1280px) {
  .catalog-sections.matrix > .matrix__item {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .catalog-sections.matrix > .matrix__item {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}

.section-tile {
  position: relative;
  z-index: 10;
}
.section-tile.open {
  z-index: 20;
}
.section-tile__head {
  position: relative;
  display: block;
}
html:not(.bx-touch) .section-tile__head:hover + .section-tile__footer .section-tile__title, html.bx-touch .section-tile__head:active + .section-tile__footer .section-tile__title {
  color: #15b742;
}
.section-tile__head .ratio-box {
  padding-bottom: 45.7142857143%;
  border-radius: 12px;
  overflow: hidden;
}
.section-tile__head .ratio-box img {
  border-radius: 12px;
  will-change: transform;
}
.section-tile__head .ratio-box .no-photo {
  position: absolute;
  top: 0;
  left: 0;
}
.section-tile__footer {
  position: relative;
}
.section-tile__hover.open {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 12px;
  padding: 24px 16px;
  margin: -24px -16px -16px;
  box-shadow: 0 4px 16px 0 rgba(139, 139, 139, 0.2);
  background-color: #ffffff;
  box-sizing: content-box;
}
@media (max-width: 1023px) {
  .section-tile__hover.open {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-tile__hover.open {
    padding: 24px 11px 20px;
    margin: -24px -11px -11px;
  }
}
.section-tile__hover.open .section-tile__title .icon {
  padding: 0 15px 0 3px;
  transform: rotateZ(180deg);
}
.section-tile__hover.open .section-tile__links, .section-tile__hover.open .section-tile__link--add {
  display: block !important;
}
.section-tile__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #262626;
}
html:not(.bx-touch) .section-tile__title:hover, html.bx-touch .section-tile__title:active {
  color: #15b742;
  text-decoration: none;
}
.section-tile__title span {
  font-family: "RotondaC", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.6px;
}
@media (max-width: 767px) {
  .section-tile__title span {
    font-size: 18px;
  }
}
.section-tile__title .icon {
  flex-shrink: 0;
  padding: 0 3px 0 15px;
  font-size: 6px;
  color: #c4c4c4;
  box-sizing: content-box;
}
@media (min-width: 1280px) {
  .section-tile__title .icon {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .section-tile__title .icon {
    display: none;
  }
}
.section-tile__links, .section-tile__more {
  margin-top: 16px;
}
@media (max-width: 1023px) {
  .section-tile__links, .section-tile__more {
    display: none;
    margin-top: 18px;
  }
}
.section-tile__link {
  margin-top: 8px;
  font-size: 0;
}
.section-tile__link:first-of-type {
  margin-top: 0;
}
.section-tile__link a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.4;
  color: #262626;
  max-height: 46px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .section-tile__link a {
    display: block;
    padding: 4px 0;
  }
}
html:not(.bx-touch) .section-tile__link a:hover, html.bx-touch .section-tile__link a:active {
  color: #15b742;
  text-decoration: none;
}
.section-tile__link--add {
  display: none;
}
.section-tile__more-link {
  display: flex;
  align-items: center;
  color: #15b742;
  cursor: pointer;
}
html:not(.bx-touch) .section-tile__more-link:hover, html.bx-touch .section-tile__more-link:active {
  color: #129e39;
}
.section-tile__more-link span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.section-tile__more-link .icon {
  margin: 2px 0 0 11px;
  font-size: 6px;
}
.section-tile .alert-hint {
  position: absolute;
  right: 0;
  bottom: 0;
}
.section-tile__pic-area {
  position: relative;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
}

/* End */


/* Start:/local/templates/2019/components/teamprofi/empty/combo/style.css?168479905417628*/
.combo--section {
  margin: 24px 0;
}
.combo--detail {
  margin-top: 56px;
  margin-bottom: 56px;
}
.combo--detail .h2 {
  margin-bottom: 20px;
}
.combo--customers-slider .slider {
  margin: 0 35px;
}
@media (max-width: 767px) {
  .combo--customers-slider .slider {
    margin: 0;
  }
}

.combo-list {
  text-align: center;
  border-radius: 12px;
}
.combo-list__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 16px;
}
.combo-list__dots .owl-dot {
  width: 12px;
  height: 12px;
  background-color: transparent;
  margin: 0 4px;
  padding: 0;
  border: none;
}
.combo-list__dots .owl-dot span {
  display: block;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #c4c4c4;
}
.combo-list__dots .owl-dot.active span {
  width: 12px;
  height: 12px;
  background-color: #15b742;
}
.combo-list--section .combo-product__name, .combo-list--detail .combo-product__name, .combo-list--customers:not(.combo-list--customers-wide) .combo-product__name {
  max-height: 66px;
  height: 66px;
}
.combo-list--section .combo-product__picture, .combo-list--detail .combo-product__picture, .combo-list--customers:not(.combo-list--customers-wide) .combo-product__picture {
  width: 82px;
  height: 82px;
}
@media (max-width: 767px) {
  .combo-list--section .combo-product__picture, .combo-list--detail .combo-product__picture, .combo-list--customers:not(.combo-list--customers-wide) .combo-product__picture {
    width: 93px;
    height: 93px;
  }
}
.combo-list--section .combo-item, .combo-list--detail .combo-item, .combo-list--customers:not(.combo-list--customers-wide) .combo-item {
  flex-direction: column;
}
.combo-list--section .combo-item__products, .combo-list--detail .combo-item__products, .combo-list--customers:not(.combo-list--customers-wide) .combo-item__products {
  margin-right: 0;
}
@media (max-width: 767px) {
  .combo-list--section .combo-item--wide, .combo-list--detail .combo-item--wide, .combo-list--customers:not(.combo-list--customers-wide) .combo-item--wide {
    padding: 16px 16px 52px 16px;
  }
}
.combo-list--section .combo-basket, .combo-list--detail .combo-basket, .combo-list--customers:not(.combo-list--customers-wide) .combo-basket {
  margin-top: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.combo-list--section {
  max-width: 855px;
}
@media (max-width: 1279px) {
  .combo-list--section {
    max-width: 637px;
  }
}
@media (max-width: 1023px) {
  .combo-list--section {
    max-width: 720px;
  }
}
.combo-list--section.combo-list--slider .combo-item {
  padding: 24px 88px;
}
@media (max-width: 1279px) {
  .combo-list--section.combo-list--slider .combo-item {
    padding: 24px 40px;
  }
}
@media (max-width: 767px) {
  .combo-list--section.combo-list--slider .combo-item {
    padding: 16px;
  }
}
.combo-list--section.combo-list--slider .combo-product__name {
  width: 188px;
}
@media (max-width: 1279px) {
  .combo-list--section.combo-list--slider .combo-product__name {
    width: 138px;
  }
}
@media (max-width: 1023px) {
  .combo-list--section.combo-list--slider .combo-product__name {
    width: 179px;
  }
}
.combo-list--section .combo-item {
  padding: 24px 40px;
}
@media (max-width: 767px) {
  .combo-list--section .combo-item {
    padding: 16px;
  }
}
.combo-list--section .combo-item__modal {
  margin-right: 40px;
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .combo-list--section .combo-item__modal {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .combo-list--section .combo-item__modal {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .combo-list--section .combo-basket {
    margin-top: 14px;
  }
}
.combo-list--section .combo-basket .prices {
  margin-left: 20px;
}
@media (max-width: 1279px) {
  .combo-list--section .combo-basket .prices {
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  .combo-list--section .combo-basket .prices {
    margin-left: 0;
  }
}
.combo-list--section .combo-basket .prices__discount {
  left: 58px;
  position: absolute;
}
.combo-list--section .combo-basket__add {
  margin-top: 0;
  flex-direction: row;
}
.combo-list--section .combo-product__name {
  width: 236px;
}
@media (max-width: 1279px) {
  .combo-list--section .combo-product__name {
    width: 138px;
  }
}
@media (max-width: 1023px) {
  .combo-list--section .combo-product__name {
    width: 179px;
  }
}
.combo-list--section .combo-product__info {
  margin-right: 28px;
}
@media (max-width: 1279px) {
  .combo-list--section .combo-product__info {
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .combo-list--section .combo-product__info {
    margin-right: 0;
  }
}
.combo-list--section + .slider__controls-list .owl-prev {
  left: 15px;
}
@media (max-width: 1279px) {
  .combo-list--section + .slider__controls-list .owl-prev {
    left: -21px;
  }
}
.combo-list--section + .slider__controls-list .owl-next {
  right: 15px;
}
@media (max-width: 1279px) {
  .combo-list--section + .slider__controls-list .owl-next {
    right: -21px;
  }
}
.combo-list--detail {
  height: 248px;
}
@media (max-width: 1023px) {
  .combo-list--detail {
    height: 194px;
  }
}
@media (max-width: 767px) {
  .combo-list--detail {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .combo-list--detail.combo-list--slider {
    height: 258px;
  }
}
@media (max-width: 767px) {
  .combo-list--detail.combo-list--slider .combo-item {
    height: 258px;
  }
}
.combo-list--detail .combo-item {
  padding: 24px 40px;
}
@media (max-width: 1023px) {
  .combo-list--detail .combo-item {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .combo-list--detail .combo-item {
    flex-direction: column;
    padding: 16px;
  }
}
.combo-list--detail .combo-item__modal-block {
  height: 0;
  margin-top: 0;
}
@media (max-width: 1023px) {
  .combo-list--detail .combo-basket {
    align-items: start;
    margin-top: 0;
    margin-left: 24px;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .combo-list--detail .combo-basket {
    margin-top: 14px;
    align-items: center;
    margin-left: 0;
    flex-direction: row;
  }
}
.combo-list--detail .combo-basket__add {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .combo-list--detail .combo-basket__add {
    height: auto;
  }
}
.combo-list--detail .combo-basket .prices {
  margin-left: 20px;
}
@media (max-width: 1279px) {
  .combo-list--detail .combo-basket .prices {
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  .combo-list--detail .combo-basket .prices {
    margin-left: 0;
  }
}
.combo-list--detail .combo-basket .prices__discount {
  left: 58px;
  position: absolute;
}
.combo-list--detail .combo-product__name {
  width: 128px;
}
@media (max-width: 1279px) {
  .combo-list--detail .combo-product__name {
    width: 126px;
  }
}
@media (max-width: 1023px) {
  .combo-list--detail .combo-product__name {
    height: 88px;
    max-height: 88px;
  }
}
.combo-list--detail .combo-product__info {
  margin-right: 96px;
}
@media (max-width: 1279px) {
  .combo-list--detail .combo-product__info {
    margin-right: 8px;
  }
}
.combo-list--detail .combo-product--reverse .combo-product__info {
  display: none;
}
.combo-list--customers:not(.combo-list--customers-wide).combo-list--slider .combo-product__name {
  width: 164px;
}
@media (max-width: 1279px) {
  .combo-list--customers:not(.combo-list--customers-wide).combo-list--slider .combo-product__name {
    width: 120px;
  }
}
@media (max-width: 1023px) {
  .combo-list--customers:not(.combo-list--customers-wide).combo-list--slider .combo-product__name {
    width: 144px;
  }
}
.combo-list--customers:not(.combo-list--customers-wide) .combo-item {
  padding: 24px 40px;
}
@media (max-width: 1279px) {
  .combo-list--customers:not(.combo-list--customers-wide) .combo-item {
    padding: 24px;
  }
}
.combo-list--customers:not(.combo-list--customers-wide) .combo-item__modal {
  margin-right: 41px;
}
@media (max-width: 1279px) {
  .combo-list--customers:not(.combo-list--customers-wide) .combo-item__modal {
    margin-right: 12px;
  }
}
.combo-list--customers:not(.combo-list--customers-wide) .combo-basket__add {
  margin-top: 0;
  flex-direction: row;
}
@media (max-width: 1023px) {
  .combo-list--customers:not(.combo-list--customers-wide) .combo-basket__add {
    height: auto;
  }
}
.combo-list--customers:not(.combo-list--customers-wide) .combo-basket .prices {
  margin-left: 20px;
}
@media (max-width: 1279px) {
  .combo-list--customers:not(.combo-list--customers-wide) .combo-basket .prices {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .combo-list--customers:not(.combo-list--customers-wide) .combo-basket .prices {
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  .combo-list--customers:not(.combo-list--customers-wide) .combo-basket .prices {
    margin-left: 0;
  }
}
.combo-list--customers:not(.combo-list--customers-wide) .combo-basket .prices__discount {
  left: 58px;
  position: absolute;
}
.combo-list--customers:not(.combo-list--customers-wide) .combo-product__name {
  width: 200px;
}
@media (max-width: 1279px) {
  .combo-list--customers:not(.combo-list--customers-wide) .combo-product__name {
    width: 155px;
  }
}
@media (max-width: 1023px) {
  .combo-list--customers:not(.combo-list--customers-wide) .combo-product__name {
    width: 195px;
  }
}
.combo-list--customers-wide.combo-list--slider .combo-product__name {
  width: 186px;
}
@media (max-width: 1279px) {
  .combo-list--customers-wide.combo-list--slider .combo-product__name {
    width: 120px;
  }
}
@media (max-width: 1023px) {
  .combo-list--customers-wide.combo-list--slider .combo-product__name {
    width: 144px;
  }
}
.combo-list--customers-wide .combo-product__name {
  width: 222px;
}
@media (max-width: 1279px) {
  .combo-list--customers-wide .combo-product__name {
    width: 154px;
  }
}
@media (max-width: 1023px) {
  .combo-list--customers-wide .combo-product__name {
    width: 180px;
  }
}
.combo-list--slider {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  margin: 0 -15px;
}
.combo-list--slider:before, .combo-list--slider:after {
  content: "";
  position: absolute;
  top: 0;
  width: 15px;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
}
.combo-list--slider:before {
  left: 0;
}
.combo-list--slider:after {
  right: 0;
}
@media (max-width: 767px) {
  .combo-list--slider {
    flex-wrap: wrap;
    height: 289px;
  }
}
.combo-list--slider .combo-item {
  margin: 0 15px;
}
@media (max-width: 767px) {
  .combo-list--slider .combo-item {
    height: 289px;
  }
}

.combo-item {
  display: flex;
  flex-direction: row;
  padding: 24px 39px 24px 65px;
  background: #dffae6;
  border-radius: 12px;
}
@media (max-width: 1279px) {
  .combo-item {
    padding: 24px 74px 24px 50px;
  }
}
@media (max-width: 1023px) {
  .combo-item {
    padding: 24px 40px;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .combo-item {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .combo-item--wide {
    padding: 16px 16px 52px 16px;
  }
}
.combo-item__products {
  display: flex;
  align-items: center;
  flex-direction: row;
  background: #ffffff;
  border-radius: 12px;
  padding: 16px;
  margin-right: 30px;
}
@media (max-width: 1023px) {
  .combo-item__products {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .combo-item__products {
    justify-content: space-between;
  }
}
.combo-item__separator {
  margin: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  background-color: #ec1d24;
}
.combo-item__separator .icon {
  color: #ffffff;
  font-size: 14px;
}
.combo-item__modal {
  display: block;
  font-family: "RotondaC", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 4px;
  letter-spacing: 0.03em;
  color: #15b742;
  height: 20px;
  cursor: pointer;
}
html:not(.bx-touch) .combo-item__modal:hover, html.bx-touch .combo-item__modal:active {
  text-decoration: underline;
}
@media (max-width: 1279px) {
  .combo-item__modal {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .combo-item__modal {
    margin-right: 21px;
  }
}
@media (max-width: 767px) {
  .combo-item__modal {
    margin-right: 0;
  }
}
.combo-item__modal-block {
  margin-top: 14px;
  height: 20px;
  text-align: right;
}

.combo-product {
  display: flex;
  flex-direction: row;
}
html:not(.bx-touch) .combo-product:hover, html.bx-touch .combo-product:active {
  text-decoration: none;
}
@media (max-width: 767px) {
  .combo-product {
    height: 93px;
  }
}
.combo-product__name {
  font-family: "RotondaC", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #262626;
  height: 88px;
  max-height: 88px;
  overflow: hidden;
  width: 222px;
  margin-bottom: 4px;
  text-align: left;
}
@media (max-width: 1279px) {
  .combo-product__name {
    height: 66px;
    max-height: 66px;
    width: 154px;
  }
}
@media (max-width: 1023px) {
  .combo-product__name {
    width: 179px;
  }
}
@media (max-width: 767px) {
  .combo-product__name {
    display: none;
  }
}
.combo-product__info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .combo-product__info {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .combo-product__info .prices {
    display: none;
  }
}
.combo-product__picture {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 114px;
  height: 114px;
}
@media (max-width: 1279px) {
  .combo-product__picture {
    width: 82px;
    height: 82px;
  }
}
@media (max-width: 767px) {
  .combo-product__picture {
    width: 93px;
    height: 93px;
  }
}
.combo-product--reverse {
  flex-direction: row-reverse;
}
.combo-product--reverse .combo-product__info {
  margin-right: 0;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .combo-product--reverse .combo-product__info {
    margin-left: 0;
  }
}

.combo-basket {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .combo-basket {
    margin-top: 30px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .combo-basket {
    margin-top: 14px;
  }
}
.combo-basket__add {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  height: 100%;
  margin-top: 22px;
}
@media (max-width: 1279px) {
  .combo-basket__add {
    margin-top: 6px;
  }
}
@media (max-width: 1023px) {
  .combo-basket__add {
    margin-top: 0;
    flex-direction: row;
  }
}
.combo-basket__add .btn.add-to-basket {
  height: 48px;
}
.combo-basket__add .btn.add-to-basket .icon {
  fill: #ffffff;
  color: #ffffff;
}
@media (max-width: 767px) {
  .combo-basket__add .btn.add-to-basket .icon--basket {
    margin-top: -3px;
  }
}
@media (max-width: 767px) {
  .combo-basket__add .btn.add-to-basket {
    background-color: #ffffff;
    padding: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    min-width: inherit;
  }
  html.bx-touch .combo-basket__add .btn.add-to-basket:not(.no-touch-style) {
    padding: 0;
  }
  html:not(.bx-touch) .combo-basket__add .btn.add-to-basket:hover, html.bx-touch .combo-basket__add .btn.add-to-basket:active {
    background-color: #ffffff;
  }
  .combo-basket__add .btn.add-to-basket span {
    display: none;
  }
  .combo-basket__add .btn.add-to-basket .icon {
    fill: #addeba;
    color: #15b742;
  }
  html:not(.bx-touch) .combo-basket__add .btn.add-to-basket:active, html.bx-touch .combo-basket__add .btn.add-to-basket:active {
    background-color: #ffffff;
  }
}
@media (max-width: 767px) {
  .combo-basket__added.btn.add-to-basket {
    width: 46px;
    height: 46px;
    background-color: #15b742;
  }
  .combo-basket__added.btn.add-to-basket .icon {
    color: #ffffff;
    fill: #ffffff;
  }
}
@media (max-width: 1023px) {
  .combo-basket .prices {
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .combo-basket .prices {
    margin-left: 0;
  }
}
.combo-basket .prices__promo {
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .combo-basket .prices__discount {
    left: 58px;
    position: absolute;
  }
}
.combo-basket .change-to-basket {
  max-width: 216px;
  height: 48px;
}
@media (max-width: 767px) {
  .combo-basket .change-to-basket {
    max-width: 130px;
  }
}
.combo-basket .change-to-basket__input {
  padding: 12px 64px;
}
@media (max-width: 767px) {
  .combo-basket .change-to-basket__input {
    padding: 12px 0;
  }
}
html.bx-touch .combo-basket .change-to-basket__input:not(.no-touch-style) {
  padding: 12px 64px;
}
@media (max-width: 767px) {
  html.bx-touch .combo-basket .change-to-basket__input:not(.no-touch-style) {
    padding: 12px 0;
  }
}
@media (max-width: 767px) {
  .combo-basket .change-to-basket__control {
    width: 44px;
  }
}

.combo-modal-list {
  height: 535px;
}
@media (max-width: 767px) {
  .combo-modal-list {
    padding-right: 15px;
  }
}
@media (max-width: 413px) {
  .combo-modal-list {
    height: 100%;
    padding-bottom: 48px;
  }
}
.combo-modal-list__first {
  margin-bottom: 40px;
}
.combo-modal-list__second {
  padding-bottom: 1px;
}
@media (max-width: 413px) {
  .combo-modal-list__second {
    padding-bottom: 0;
  }
}
.combo-modal-list__title {
  font-family: "RotondaC", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
.combo-modal-list.order-paysystems .message {
  margin-bottom: 24px;
}

.combo-customers-hide {
  opacity: 0;
}

/* 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/teamprofi/empty/catalog.filter/style.css?16902798598941*/
.catalog-filter__controls {
  margin-top: 36px;
}
.container-spread--sparwine .catalog-filter__controls .btn--light, .modal-popup--grape .catalog-filter__controls .btn--light {
  color: #84406d;
  box-shadow: 0 4px 16px 0 rgba(132, 64, 109, 0.12);
}
html:not(.bx-touch) .container-spread--sparwine .catalog-filter__controls .btn--light:hover, html.bx-touch .container-spread--sparwine .catalog-filter__controls .btn--light:active, html:not(.bx-touch) .modal-popup--grape .catalog-filter__controls .btn--light:hover, html.bx-touch .modal-popup--grape .catalog-filter__controls .btn--light:active {
  box-shadow: 0 4px 16px 0 rgba(132, 64, 109, 0.2);
}
.container-spread--sparwine .catalog-filter__controls .btn:not(.btn--light), .modal-popup--grape .catalog-filter__controls .btn:not(.btn--light) {
  background-color: #5f2d50;
  box-shadow: 0 4px 16px 0 rgba(132, 64, 109, 0.12);
}
html:not(.bx-touch) .container-spread--sparwine .catalog-filter__controls .btn:not(.btn--light):hover, html.bx-touch .container-spread--sparwine .catalog-filter__controls .btn:not(.btn--light):active, html:not(.bx-touch) .modal-popup--grape .catalog-filter__controls .btn:not(.btn--light):hover, html.bx-touch .modal-popup--grape .catalog-filter__controls .btn:not(.btn--light):active {
  background-color: #4F2643;
  box-shadow: 0 4px 16px 0 rgba(132, 64, 109, 0.2);
}
.catalog-filter--loading {
  opacity: 0.6;
  pointer-events: none;
}
.catalog-filter .ckeck-custom {
  display: flex;
  width: 100%;
}
html:not(.bx-touch) .container-spread--sparwine .catalog-filter .ckeck-custom:hover span:before, html.bx-touch .container-spread--sparwine .catalog-filter .ckeck-custom:active span:before {
  border-color: #84406d;
}
.catalog-filter .ckeck-custom .filter-link {
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #262626;
  cursor: pointer;
}
.catalog-filter .ckeck-custom .filter-link em {
  color: #c4c4c4;
  font-style: normal;
}
.catalog-filter .ckeck-custom input[type=checkbox]:checked + .filter-link span:before {
  border-color: #15b742;
  background-color: #15b742;
}
.container-spread--sparwine .catalog-filter .ckeck-custom input[type=checkbox]:checked + .filter-link span:before {
  border-color: #84406d;
  background-color: #84406d;
}
.catalog-filter .ckeck-custom input[type=checkbox]:checked + .filter-link span:after {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA4IDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTcuNzE5OCAwLjI4MTUxYzAuMzczNTMgMC4zNzUzNSAwLjM3MzUzIDAuOTgzOSAwIDEuMzU5M2wtNC4wNTggNC4wNzc3Yy0wLjM3MzUzIDAuMzc1MzQtMC45NzkxNCAwLjM3NTM1LTEuMzUyNyAwbC0yLjAyOS0yLjAzODljLTAuMzczNTMtMC4zNzUzNC0wLjM3MzUzLTAuOTgzOS02ZS02IC0xLjM1OTIgMC4zNzM1My0wLjM3NTM0IDAuOTc5MTQtMC4zNzUzNSAxLjM1MjcgMGwxLjM1MjcgMS4zNTkyIDMuMzgxNy0zLjM5ODFjMC4zNzM1My0wLjM3NTM1IDAuOTc5MTQtMC4zNzUzNSAxLjM1MjcgMHoiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
  position: absolute;
  top: 7px;
  left: 6px;
  width: 8px;
  height: 6px;
  line-height: 0;
}
.catalog-filter .ckeck-custom input[type=checkbox] {
  display: none;
}
.catalog-filter .ckeck-custom input[type=checkbox]:disabled + .filter-link span, .catalog-filter .ckeck-custom input[type=checkbox]:disabled:checked + .filter-link span {
  cursor: default;
  color: #909090;
}
.catalog-filter .ckeck-custom input[type=checkbox]:disabled + .filter-link span:before, .catalog-filter .ckeck-custom input[type=checkbox]:disabled:checked + .filter-link span:before {
  border-color: #c4c4c4;
  background-color: #efefef;
}
.catalog-filter .ckeck-custom input[type=checkbox]:disabled + .filter-link span:after, .catalog-filter .ckeck-custom input[type=checkbox]:disabled:checked + .filter-link span:after {
  content: none;
}
.catalog-filter__select {
  opacity: 0;
}
.catalog-filter .select2 {
  max-width: 302px;
}
@media (max-width: 413px) {
  .catalog-filter .select2 {
    max-width: 100%;
  }
}

.toogle-filter + .toogle-filter {
  margin-top: 41px;
}
.toogle-filter__variants {
  display: none;
}
.toogle-filter__spoiler-area {
  display: none;
  margin-top: 18px;
}
.show .toogle-filter__spoiler-area {
  display: block;
}
.toogle-filter__spoiler-link {
  font-family: "RotondaC", sans-serif;
  margin-top: 19px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.42px;
  color: #15b742;
  cursor: pointer;
}
html:not(.bx-touch) .toogle-filter__spoiler-link:hover, html.bx-touch .toogle-filter__spoiler-link:active {
  color: #129e39;
}
.show .toogle-filter__spoiler-link span {
  display: none;
}
.toogle-filter__spoiler-link span + span {
  display: none;
}
.show .toogle-filter__spoiler-link span + span {
  display: inline;
}
.container-spread--sparwine .toogle-filter__spoiler-link, .modal-popup--grape .toogle-filter__spoiler-link {
  color: #84406d;
}
html:not(.bx-touch) .container-spread--sparwine .toogle-filter__spoiler-link:hover, html.bx-touch .container-spread--sparwine .toogle-filter__spoiler-link:active, html:not(.bx-touch) .modal-popup--grape .toogle-filter__spoiler-link:hover, html.bx-touch .modal-popup--grape .toogle-filter__spoiler-link:active {
  color: #5f2d50;
}
.toogle-filter__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
html:not(.bx-touch) .toogle-filter__title:hover, html.bx-touch .toogle-filter__title:active {
  color: #15b742;
}
html:not(.bx-touch) .container-spread--sparwine .toogle-filter__title:hover, html.bx-touch .container-spread--sparwine .toogle-filter__title:active, html:not(.bx-touch) .modal-popup--grape .toogle-filter__title:hover, html.bx-touch .modal-popup--grape .toogle-filter__title:active {
  color: #84406d;
}
.toogle-filter__title span {
  font-family: "RotondaC", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.6px;
}
@media (max-width: 1023px) {
  .toogle-filter__title span {
    font-size: 18px;
  }
}
.toogle-filter__title .icon {
  flex-shrink: 0;
  padding: 0 0 0 15px;
  font-size: 6px;
  box-sizing: content-box;
  color: #7a7a7a;
}
.toogle-filter.open .toogle-filter__variants {
  display: flex;
  flex-direction: column;
  padding: 16px 0 0;
  font-size: 0;
}
.toogle-filter.open .icon {
  padding: 0 15px 0 0;
  transform: rotateZ(180deg);
}
.toogle-filter__tags {
  margin: -8px;
}
@media (max-width: 767px) {
  .toogle-filter__tags {
    margin: -4px;
  }
}
.toogle-filter__tags .btn-tag, .toogle-filter__tags .toogle-filter__group {
  margin: 8px;
}
@media (max-width: 767px) {
  .toogle-filter__tags .btn-tag, .toogle-filter__tags .toogle-filter__group {
    margin: 4px;
  }
}
.modal-popup--grape .toogle-filter__tags .btn-tag.active, .modal-popup--grape .toogle-filter .catalog-sort__item .btn-tag.active {
  background-color: #5f2d50;
  color: #ffffff;
  box-shadow: 0 4px 16px 0 rgba(132, 64, 109, 0.12);
}
html:not(.bx-touch) .modal-popup--grape .toogle-filter__tags .btn-tag.active:hover, html.bx-touch .modal-popup--grape .toogle-filter__tags .btn-tag.active:active, html:not(.bx-touch) .modal-popup--grape .toogle-filter .catalog-sort__item .btn-tag.active:hover, html.bx-touch .modal-popup--grape .toogle-filter .catalog-sort__item .btn-tag.active:active {
  box-shadow: 0 4px 16px 0 rgba(132, 64, 109, 0.2);
}
.toogle-filter__tags .toogle-filter__spoiler-link {
  margin-left: 8px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .toogle-filter__tags .toogle-filter__spoiler-link {
    margin-left: 4px;
    margin-right: 4px;
  }
}
.toogle-filter__tags .toogle-filter__spoiler-area {
  margin-top: 0;
}
.toogle-filter__group {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #7a7a7a;
  margin-bottom: 16px;
}
.toogle-filter__group ~ .toogle-filter__group {
  margin-top: 42px;
}
.toogle-filter .catalog-sort {
  flex-wrap: wrap;
  margin: -8px;
}
@media (max-width: 767px) {
  .toogle-filter .catalog-sort {
    display: flex;
    margin: -4px;
  }
}
.toogle-filter .catalog-sort__item {
  margin: 8px;
}
@media (max-width: 767px) {
  .toogle-filter .catalog-sort__item {
    margin: 4px;
  }
}
.toogle-filter .catalog-sort__item.hide {
  display: block;
}
.toogle-filter .catalog-sort .btn-tag--icon-right {
  display: none;
}
html:not(.bx-touch) .container-spread--sparwine .toogle-filter .catalog-sort .btn-tag:hover, html.bx-touch .container-spread--sparwine .toogle-filter .catalog-sort .btn-tag:active, html:not(.bx-touch) .modal-popup--grape .toogle-filter .catalog-sort .btn-tag:hover, html.bx-touch .modal-popup--grape .toogle-filter .catalog-sort .btn-tag:active {
  background: #5f2d50;
}
.container-spread--sparwine .toogle-filter .catalog-sort .btn-tag.active, .modal-popup--grape .toogle-filter .catalog-sort .btn-tag.active {
  background: #84406d;
}
.toogle-filter .form-control--autocomlpete {
  display: none;
}
html.bx-touch .toogle-filter .form-control--autocomlpete:not(.no-touch-style) {
  display: block;
}

/* End */


/* Start:/local/templates/2019/components/teamprofi/empty/catalog.sort/style.css?16847990542253*/
.catalog-sort {
  position: relative;
}
.catalog-section__right .catalog-sort {
  margin: 0;
}
.catalog-sort .select2-container {
  width: 255px;
  margin-top: 20px;
  right: 0;
  transform: translateX(-50%);
  margin-right: -10px;
  z-index: 2;
}
@media (max-width: 767px) {
  .catalog-sort .select2-container {
    display: block;
    margin-top: 0;
    right: auto;
    transform: none;
    margin-right: 0;
  }
}
html.bx-touch .catalog-sort .select2-container:not(.no-touch-style) {
  margin-right: -16px;
}
.catalog-sort .select2-container .select2-selection--single {
  display: none;
}
.catalog-sort .select2-container--open .select2-dropdown {
  left: auto;
  right: auto;
}
.catalog-sort .select2-container .select2-results__options {
  padding-left: 0;
  margin-bottom: 0;
}
.catalog-sort .select2-container .select2-dropdown--below {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .catalog-sort .select2-container .select2-dropdown--below {
    margin-top: 0;
  }
}
.catalog-sort .select2-container .select2-results__option {
  margin: 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .catalog-sort .select2-container--below {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 50px;
  }
}
html:not(.bx-touch) .catalog-sort .btn-tag:hover, html.bx-touch .catalog-sort .btn-tag:active {
  background: #15b742;
  color: #ffffff;
}
html:not(.bx-touch) .catalog-sort .btn-tag:hover .icon, html.bx-touch .catalog-sort .btn-tag:active .icon {
  color: white;
}
.catalog-sort .btn-tag.active {
  background: #15b742;
  color: #ffffff;
}
.catalog-sort .btn-tag.active .icon {
  color: #ffffff;
}
.catalog-sort .btn-tag.selected {
  position: relative;
}
.catalog-sort .btn-tag.selected:after {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  width: 14px;
  height: 14px;
  background: #fc6a6f;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.catalog-sort .btn-tag .icon {
  font-size: 12px;
  stroke-width: 2px;
}
.catalog-sort select {
  display: none;
}
.container-spread--sparwine .catalog-sort .select2-container--default .select2-results__option--highlighted, .catalog-element--grape .catalog-sort .select2-container--default .select2-results__option--highlighted {
  background-color: #84406d;
}

/* End */
/* /local/templates/2019/components/teamprofi/empty/catalog.banners/style.css?16946083002160 */
/* /local/templates/2019/components/teamprofi/empty/catalog.sections/style.css?17485454984106 */
/* /local/templates/2019/components/teamprofi/empty/combo/style.css?168479905417628 */
/* /local/templates/2019/components/teamprofi/empty/list.products/style.css?16959054671518 */
/* /local/templates/2019/components/teamprofi/empty/catalog.filter/style.css?16902798598941 */
/* /local/templates/2019/components/teamprofi/empty/catalog.sort/style.css?16847990542253 */
