

/* Start:/local/templates/main/layout/bx-styles/wish-list-nalichie.css?17476676192751*/
.wish-list-nalichie-dialog {
  position: absolute;
  max-width: 400px;
  width: 400px;
  height: 245px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}
.wish-list-nalichie-close {
  cursor: pointer;
  text-align: center;
  position: absolute;
  right: -15px;
  top: -15px;
  color: #272727;
  background-color: #eaeaea;
  border-radius: 50%;
  font-weight: 400;
  line-height: 30px;
  width: 30px;
  height: 30px;
  font-size: 25px;
  opacity: 1
}
.wish-list-nalichie-content {
  text-align: left;
  padding: 30px 30px 38px 16px
}
.wish-list-nalichie--send .wish-list-nalichie-content {
  padding-top: 90px
}
.wish-list-nalichie-title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px
}
.wish-list-nalichie-title {
  font-size: 18px;
  color: #fff;
  font-weight: 700
}
.wish-list-nalichie-sub-title {
  font-size: 16px;
  font-weight: 400;
  color: #fff
}
.wish-list-nalichie-wrapper {
  width: 400px;
  height: 245px;
  font-family: WixMadeforDisplay,Arial,sans-serif;
  box-sizing: border-box;
  position: relative;
  background-color: #f9f9fa;
  background-image: url(/local/templates/main/layout/bx-styles/../img/backgrounds/wish-list-nalichie.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0;
  line-height: 1.4;
  box-shadow: 1px 1px 20px 2px rgba(1,2,2,.1),0 0 0 0 #fff
}
.wish-list-nalichie-wrapper form {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.wish-list-nalichie-wrapper input[type=email],
.wish-list-nalichie-wrapper input[type=text] {
  font-size: 16px;
  background-color: #fff;
  color: #282828;
  display: block;
  width: 260px;
  height: 45px;
  font-weight: 400;
  text-align: left;
  padding-left: 29px;
  outline: 0;
  border-radius: 0;
  box-shadow: -1px 1px 20px 2px rgba(1,2,2,.1)
}
.wish-list-nalichie-wrapper input.has-error {
  border: 1px solid red
}
.wish-list-nalichie-wrapper button[type=submit] {
  display: block;
  width: 140px;
  height: 45px;
  background: #592c82;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  border-radius: 0;
  box-shadow: -1px 1px 20px 2px rgba(1,2,2,.1);
  cursor: pointer;
  outline: 0;
  border: none;
  text-decoration: none;
  transition: .3s;
  padding: 0
}
.wish-list-nalichie-wrapper button[type=submit]:hover {
  color: #fff;
  background: #aa7dd6
}
@media (max-width:768px) {
  .wish-list-nalichie-dialog {
    width: 80%;
    max-width: 80%
  }
  .wish-list-nalichie-wrapper {
    width: 100%
  }
  .wish-list-nalichie-wrapper input[type=email],
  .wish-list-nalichie-wrapper input[type=text] {
    width: calc(100% - 100px)
  }
  .wish-list-nalichie-wrapper button[type=submit] {
    width: 110px
  }
}
/* End */


/* Start:/local/templates/main/layout/bx-styles/catalog-sort.css?17476676191592*/
.catalog-sort {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}
.catalog-sort__wrap {
  display: flex;
  justify-content: space-between;
  cursor: pointer
}
.catalog-sort__wrap:hover .catalog-sort__expand-list {
  display: block
}
.catalog-sort__value {
  display: flex;
  align-items: center;
  position: relative;
  text-align: left;
  margin-left: 5px
}
.catalog-sort__value img {
  transform: rotate(90deg);
  height: 15px;
  margin-left: 5px;
  transition: transform .3s
}
.catalog-sort__expand-list {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #fff;
  z-index: 3;
  width: 250px
}
.catalog-sort__expand-list ul {
  padding-left: 0;
  margin-bottom: 0
}
.catalog-sort__expand-list li {
  list-style: none
}
.catalog-sort__link {
  padding: 7px 15px;
  display: block;
  color: #272727
}
.catalog-sort__link.active,
.catalog-sort__link:hover {
  background-color: #f4f7f9
}
@media (max-width:767px) {
  .catalog-sort {
    position: relative
  }
  .catalog-sort__cur {
    display: none
  }
  .catalog-sort__wrap {
    font-size: 16px;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #d5c6e3;
    color: #272727;
    padding: 10px 15px;
    transition: background-color .3s;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 180px
  }
  .catalog-sort__value {
    margin-left: 10px
  }
  .catalog-sort__expand-list {
    top: 40px;
    right: -15px
  }
}
@media (max-width:400px) {
  .catalog-sort__wrap {
    width: 49%;
    font-size: 14px
  }
}
/* End */


/* Start:/local/templates/main/layout/bx-styles/catalog.css?174766761911462*/
.svg-icon {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  color: inherit;
  fill: transparent;
  stroke: transparent
}
.catalog-hero__label {
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 3;
  padding: 24px 56px 24px 24px;
  margin-right: -56px
}
.catalog-hero__label-text {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  position: relative;
  writing-mode: vertical-lr;
  transform: rotate(180deg)
}
.catalog-hero__label::after {
  background-color: #9a79b9;
  content: '';
  position: absolute;
  width: 50vw;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: -1
}
.catalog-hero__title {
  position: relative;
  z-index: 5;
  padding-left: 68px;
  color: #592c82;
  font-weight: 600
}
.catalog-hero__slider {
  margin-top: 20px;
  margin-left: 24px;
  padding-right: 48px;
  position: relative;
  z-index: 5
}
.catalog-hero__link {
  position: relative;
  overflow: hidden
}
.catalog-hero__link img {
  display: block;
  transition: .5s ease-in-out
}
.catalog-hero__link:hover img {
  transform: scale(1.05)
}
.catalog-hero__slider-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px
}
.catalog-hero__slider-arrow {
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: .3s;
  color: #592c82
}
.catalog-hero__slider-arrow:hover {
  color: #c0a7d7
}
.catalog-hero__slider-dots .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0
}
.catalog-hero__slider-dots .slick-dots li {
  padding: 4px 0
}
.catalog-hero__slider-dots .slick-dots li button {
  padding: 0;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #9a79b9;
  border: none;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  transition: .3s;
  display: block
}
.catalog-hero__slider-dots .slick-dots li button:hover {
  background-color: #c0a7d7
}
.catalog-hero__slider-dots .slick-dots li.slick-active button {
  background-color: #592c82
}
.catalog-menu {
  display: none;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.catalog-menu li {
  margin-bottom: 10px
}
.catalog-menu__text {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  color: #592c82
}
.catalog-submenu {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.catalog-submenu li a:hover {
  color: #592c82
}
.catalog-submenu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer
}
.catalog-submenu__top.is-active,
.catalog-submenu__top:hover {
  color: #592c82
}
.catalog-submenu__name {
  line-height: 18px
}
.catalog-submenu__arrow {
  width: 20px;
  min-width: 20px;
  transition: .3s
}
.catalog-submenu__top.is-active .catalog-submenu__arrow {
  transform: rotate(180deg)
}
.catalog-submenu__list {
  display: none;
  font-size: 14px;
  padding: 10px 0;
  border-top: 1px solid #d5c6e3;
  border-bottom: 1px solid #d5c6e3;
  margin-top: 10px;
  margin-bottom: 10px
}
.catalog-submenu__list li {
  padding-left: 15px;
  margin-bottom: 5px;
  list-style: none
}
.catalog-hero__slider-nav .slick-dots > li:only-child {
  display: none
}
.catalog-button {
  display: inline-flex;
  transition: .3s;
  cursor: pointer;
  border: none;
  height: 44px;
  padding: 0 15px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #fff
}
.catalog-button__icon {
  width: 13px;
  height: 9px;
  min-width: 13px;
  transition: .3s
}
.catalog-button_primary {
  background-color: #592c82;
  color: #fff
}
.catalog-button_primary:hover {
  background-color: #9a79b9;
  color: #fff
}
.catalog-button_border {
  color: #592c82;
  background-color: #fff;
  border: 1px solid #592c82
}
.catalog-button_border:hover {
  background-color: #c0a7d7;
  color: #fff;
  border-color: #c0a7d7
}
.catalog-button_secondary {
  background-color: #9a79b9;
  color: #fff
}
.catalog-button_secondary:hover {
  background-color: #592c82;
  color: #fff
}
.catalog-nav {
  margin-top: 44px;
  display: flex;
  flex-direction: row-reverse
}
.catalog-nav__sorting {
  flex-grow: 1;
  min-width: 0;
  margin: 0 25px 0 10px
}
.catalog-nav__sorting .owl-nav .owl-prev {
  left: -25px;
  height: 30px;
  width: 25px
}
.catalog-nav__sorting .owl-nav .owl-next {
  right: -25px;
  height: 30px;
  width: 25px
}
.catalog-nav__sorting_next,
.catalog-nav__sorting_prev {
  transform: rotate(90deg);
  color: #592c82;
  fill: transparent;
  stroke: transparent;
  cursor: pointer
}
.catalog-nav__sorting_next:hover,
.catalog-nav__sorting_prev:hover {
  color: #c0a7d7
}
.owl-next.disabled,
.owl-prev.disabled {
  display: none
}
.catalog-nav__sorting .owl-carousel .owl-stage {
  display: flex
}
.catalog-nav__sorting-button {
  white-space: nowrap;
  background-color: #c0a7d7
}
.catalog-nav__sorting-button:not(.is-active):hover {
  background-color: #9a79b9;
  color: #fff
}
.catalog-nav__sorting-button.is-active {
  background-color: #592c82;
  color: #fff
}
.catalog-nav__filter {
  width: 224px;
  min-width: 224px;
  padding-right: 24px
}
.catalog-nav__filter-button.is-active .catalog-button__icon {
  transform: rotate(180deg)
}
.catalog-checkbox {
  display: block;
  margin-bottom: 0
}
.catalog-checkbox__input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -99999px
}
.catalog-checkbox__wrapper {
  display: flex;
  align-items: center;
  cursor: pointer
}
.catalog-checkbox__icon {
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  position: relative;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #999
}
.catalog-checkbox__icon::after {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #9a79b9;
  opacity: 0;
  transition: .3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}
.catalog-checkbox__text {
  flex-grow: 1;
  min-width: 0;
  display: block
}
.catalog-checkbox__input:checked + .catalog-checkbox__wrapper .catalog-checkbox__icon::after {
  opacity: 1
}
.catalog-wrap {
  display: flex
}
.catalog-aside {
  width: 224px;
  min-width: 224px;
  padding-right: 24px;
  transition: .3s;
  position: relative;
  z-index: 10
}
.catalog-aside__wrap {
  position: sticky;
  top: 150px
}
.catalog-aside__title {
  font-size: 15px;
  color: #592c82
}
.catalog-aside__text {
  font-size: 14px
}
.catalog-aside__range .irs--flat {
  height: 18px
}
.catalog-aside__range .irs--flat .irs-line {
  top: 8px;
  height: 1px;
  background-color: #999;
  border-radius: 0
}
.catalog-aside__range .irs--flat .irs-bar {
  top: 8px;
  height: 1px;
  background-color: #592c82
}
.catalog-aside__range .irs--flat .irs-handle {
  top: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #999
}
.catalog-aside__range .irs--flat .irs-handle i {
  display: none
}
.catalog-aside-dropdown__button {
  cursor: pointer;
  display: flex;
  align-items: center
}
.catalog-aside-dropdown__button .catalog-aside__title {
  flex-grow: 1;
  min-width: 0
}
.catalog-aside-dropdown__icon {
  width: 13px;
  height: 9px;
  min-width: 13px;
  transition: .3s;
  color: #592c82
}
.catalog-aside-dropdown__button.is-active .catalog-aside-dropdown__icon {
  transform: rotate(180deg)
}
.catalog-aside-dropdown__block {
  padding: 0 12px;
  background-color: #f5f5f5;
  margin-top: 12px
}
.catalog-aside-dropdown__item {
  padding: 12px 0
}
.catalog-aside-dropdown__item:not(:last-child) {
  border-bottom: 1px solid #9a79b9
}
.catalog-aside-dropdown__block.is-hidden {
  display: none
}
.catalog-aside.is-state {
  margin-left: -224px
}
.catalog-list .catalog-sort__wrap {
  font-size: 14px
}
.catalog-list {
  flex-grow: 1;
  min-width: 0;
  position: relative
}
.catalog-list__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px
}
.catalog-list__item {
  width: 33.3333%;
  min-width: 33.3333%;
  padding: 4px
}
.catalog-wrap .catalog-filter {
  width: 100%
}
.catalog-pagination {
  font-size: 20px
}
.catalog-pagination__link {
  color: #592c82;
  transition: .3s
}
.catalog-pagination__link.is-active {
  font-weight: 600
}
.catalog-pagination__link:hover {
  color: #c0a7d7
}
.catalog-pagination__delivery {
  width: 2px;
  min-width: 2px;
  height: 24px;
  background-color: #9a79b9
}
@media screen and (max-width:1280px) {
  .catalog-hero__label {
    padding-right: 42px
  }
}
@media screen and (max-width:991px) {
  .catalog-list__item {
    width: 50%;
    min-width: 50%
  }
  .catalog-hero__label-text {
    font-size: 24px
  }
  .catalog-hero__title {
    font-size: 28px
  }
}
@media screen and (max-width:767px) {
  .catalog-nav {
    margin-top: 24px;
    flex-wrap: wrap;
    justify-content: space-between
  }
  .catalog-sort__expand {
    margin: 16px 0 0;
    width: calc(50% - 16px);
    min-width: calc(50% - 16px)
  }
  .catalog-nav__filter {
    width: calc(50% + 16px);
    min-width: calc(50% + 16px);
    padding-right: 16px;
    margin-top: 16px
  }
  .catalog-nav__filter-button {
    justify-content: space-between
  }
  .catalog-wrap {
    overflow: hidden
  }
  .catalog-aside {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    padding: 24px;
    overflow-y: auto;
    z-index: 3000;
    display: none
  }
  .catalog-aside.is-state {
    margin-left: 0;
    display: block
  }
  .catalog-aside__wrap {
    position: static;
    top: 0
  }
  .catalog-aside__close {
    cursor: pointer;
    width: 24px;
    height: 24px
  }
  .catalog-hero__slider {
    padding-right: 0
  }
  .catalog-hero__slider-nav {
    position: static;
    width: 100%;
    margin-top: 8px
  }
  .catalog-hero__slider-dots .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center
  }
  .catalog-hero__slider-dots .slick-dots li {
    padding: 4px
  }
  .catalog-hero__slider-dots .slick-dots li button {
    width: 8px;
    height: 8px
  }
  .catalog-nav__sorting {
    margin: 0
  }
  .catalog-button,
  .catalog-pagination {
    font-size: 16px
  }
  .catalog-sort__expand .catalog-sort__expand-list {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    padding: 24px;
    overflow-y: auto;
    z-index: 100
  }
  .catalog-sort__expand-top {
    font-weight: 600;
    font-size: 20px
  }
  .catalog-sort__expand .catalog-sort__expand-list.is-open {
    display: block
  }
  .catalog-sort__expand-close {
    cursor: pointer;
    width: 24px;
    height: 24px
  }
  .catalog-aside__top {
    font-weight: 600;
    font-size: 20px
  }
  #modef {
    display: none!important
  }
}
@media screen and (max-width:575px) {
  .catalog-hero__label-text {
    font-size: 16px
  }
  .catalog-hero__label {
    left: -18px;
    padding: 12px;
    margin-right: -30px
  }
  .catalog-hero__title {
    font-size: 20px;
    padding-left: 40px
  }
  .catalog-nav__sorting {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden
  }
  .catalog-nav__sorting .owl-carousel .owl-stage-outer {
    overflow: visible
  }
  .catalog-button {
    font-size: 14px;
    height: 41px
  }
  .catalog-sort__expand {
    width: calc(50% - 4px);
    min-width: calc(50% - 4px)
  }
  .catalog-nav__filter {
    width: calc(50% + 4px);
    min-width: calc(50% + 4px);
    padding-right: 4px
  }
}
/* End */


/* Start:/local/templates/main/layout/bx-styles/subscribe.css?17476676191766*/
.subscribe {
  padding: 40px 0 50px;
  background: url(/local/templates/main/layout/bx-styles/../img/backgrounds/subscribe.webp);
  background-size: cover
}
.subscribe-subtitle {
  margin-top: 30px;
  font-weight: 300
}
.subscribe-form {
  margin-top: 50px
}
.subscribe-form-wrapper {
  display: flex;
  justify-content: center
}
.subscribe-form-wrapper-left,
.subscribe-form-wrapper-right {
  display: flex
}
.subscribe-form-wrapper-left {
  width: 72%
}
.subscribe-form-wrapper-left input:not(:last-child) {
  margin-right: 20px
}
.subscribe-form-wrapper-right {
  width: 26%
}
.subscribe .form-date {
  position: relative;
  width: 100%
}
.subscribe-agree-block {
  margin-top: 30px;
  cursor: pointer
}
.subscribe-agree-block__wrap {
  text-align: center
}
.subscribe-agree-block a {
  text-decoration: underline
}
.subscribe button[type=submit] {
  margin-top: 30px
}
@media (max-width:991px) {
  .subscribe-form-wrapper {
    display: block
  }
  .subscribe-form-wrapper-left,
  .subscribe-form-wrapper-right {
    width: 100%
  }
  .subscribe input {
    width: 100%;
    display: block;
    max-width: none;
    margin-top: 30px
  }
  .subscribe {
    background-position: 30% 50%
  }
  .subscribe-agree-block,
  .subscribe-form {
    margin-top: 0
  }
  .subscribe button[type=submit] {
    margin-top: 20px
  }
  .subscribe input[type=email],
  .subscribe input[type=text] {
    max-width: none
  }
}
@media (max-width:768px) {
  .subscribe-form-wrapper-left,
  .subscribe-form-wrapper-right {
    display: block
  }
}
@media only screen and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-device-pixel-ratio:1.3),
only screen and (min-resolution:124.8dpi),
only screen and (min-resolution:1.3dppx) {
  .subscribe {
    background-image: url(/local/templates/main/layout/bx-styles/../img/backgrounds/subscribe2x.webp)
  }
}
/* End */
/* /local/templates/main/layout/bx-styles/wish-list-nalichie.css?17476676192751 */
/* /local/templates/main/layout/bx-styles/catalog-sort.css?17476676191592 */
/* /local/templates/main/layout/bx-styles/catalog.css?174766761911462 */
/* /local/templates/main/layout/bx-styles/subscribe.css?17476676191766 */
