@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #ffffff);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark: var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg: var(--draft-color-btn-bg, #cb11ab);
  --color-btn-bg-is-dark: var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade: var(--draft-color-btn-bg-minor-shade, #e613c3);
  --color-btn-bg-minor-shade-is-dark: var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade: var(--draft-color-btn-bg-major-shade, #ee28cd);
  --color-btn-bg-major-shade-is-dark: var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #f479e0);
  --color-btn-bg-half-shade-is-dark: var(--draft-color-btn-bg-half-shade-is-dark, true);
  --color-accent-text: var(--draft-color-accent-text, #cb11ab);
  --color-accent-text-is-dark: var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #e613c3);
  --color-accent-text-minor-shade-is-dark: var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #ee28cd);
  --color-accent-text-major-shade-is-dark: var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #f479e0);
  --color-accent-text-half-shade-is-dark: var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark: var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark: var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade: var(--draft-color-text-dark-minor-shade, #474747);
  --color-text-dark-minor-shade-is-dark: var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade: var(--draft-color-text-dark-major-shade, #5c5c5c);
  --color-text-dark-major-shade-is-dark: var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade: var(--draft-color-text-dark-half-shade, #999999);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light: var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark: var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack: var(--draft-icons_pack, circle);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 6px);
  --color-notice-warning: var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light: var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade: var(--draft-color-notice-warning-minor-shade, #fff3ca);
  --color-notice-warning-minor-shade-is-light: var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade: var(--draft-color-notice-warning-major-shade, #fff2c8);
  --color-notice-warning-major-shade-is-light: var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade: var(--draft-color-notice-warning-half-shade, #ffedb3);
  --color-notice-warning-half-shade-is-light: var(--draft-color-notice-warning-half-shade-is-light, true);
  --color-notice-success: var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light: var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade: var(--draft-color-notice-success-minor-shade, #d3ecd9);
  --color-notice-success-minor-shade-is-light: var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade: var(--draft-color-notice-success-major-shade, #d1ecd7);
  --color-notice-success-major-shade-is-light: var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade: var(--draft-color-notice-success-half-shade, #bee4c7);
  --color-notice-success-half-shade-is-light: var(--draft-color-notice-success-half-shade-is-light, true);
  --color-notice-error: var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light: var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #f8d7da);
  --color-notice-error-minor-shade-is-light: var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #f8d5d8);
  --color-notice-error-major-shade-is-light: var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #f5c4c8);
  --color-notice-error-half-shade-is-light: var(--draft-color-notice-error-half-shade-is-light, true);
  --color-notice-info: var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light: var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #cae4ff);
  --color-notice-info-minor-shade-is-light: var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #c8e3ff);
  --color-notice-info-major-shade-is-light: var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #b3d7ff);
  --color-notice-info-half-shade-is-light: var(--draft-color-notice-info-half-shade-is-light, true);
  --font-family: var(--draft-font-family, "Open Sans");
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, "Open Sans");
  --heading-ratio: var(--draft-heading-ratio, 1.3);
  --heading-weight: var(--draft-heading-weight, 400);
  --collection_count: var(--draft-collection_count, 100);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 9);
  --product_not_available: var(--draft-product_not_available, preorder);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar: var(--draft-delta_sidebar, 2);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, true);
  --sidebar_collection_position: var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, false);
  --sidebar_product_position: var(--draft-sidebar_product_position, left);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, true);
  --sidebar_article_position: var(--draft-sidebar_article_position, right);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, false);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled: var(--draft-favorite_enabled, true);
  --compare_enabled: var(--draft-compare_enabled, true); }

@font-face {
  font-family: 'Montserrat';
  src: url("Montserrat-Bold.eot");
  src: url("Montserrat-Bold.woff2") format("woff2"), url("Montserrat-Bold.woff") format("woff"), url("Montserrat-Bold.ttf") format("truetype"), url("Montserrat-Bold.svg#Montserrat-Bold") format("svg"), url("Montserrat-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("Montserrat-Regular.eot");
  src: url("Montserrat-Regular.woff2") format("woff2"), url("Montserrat-Regular.woff") format("woff"), url("Montserrat-Regular.ttf") format("truetype"), url("Montserrat-Regular.svg#Montserrat-Regular") format("svg"), url("Montserrat-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
@media (max-width: 480px) {
  /* line 2, custom.css */
  .sc-ifAKCX.jeDexv {
    bottom: 110px !important;
    right: 5px !important; } }
@media (max-width: 480px) {
  /* line 9, custom.css */
  .dialogs__widget_btn.sc-htoDjs.grsvJW {
    width: 60px !important;
    height: 60px !important;
    opacity: 70% !important; } }
@media (max-with: 767px) {
  /* line 17, custom.css */
  .layout.widget-type_widget_v4_footer_18_ec790ad188f18cce44e9d570bd780c58 .layout__content {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }

/* line 23, custom.css */
.widget-type_widget_v4_page_banner_3_1_90a43d577a8479afe6553ae952b83b20 .banner-list__item-image img {
  max-width: 100%; }

@media screen and (max-width: 480px) {
  /* line 27, custom.css */
  .widget-type_widget_v4_product_4_a98a2a1d012a2dd1e2858e3e1543e6d0 .product__buy-btn-area-inner {
    width: 100%; } }
/* line 6, theme.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading {
  font-weight: 500 !important; }

@media (max-width: 500px) {
  /* line 11, theme.scss */
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading {
    font-weight: 600 !important; } }
/* line 16, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 20, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/* line 24, theme.scss */
[data-fixed-panels] .delete-widget-link {
  display: none; }

@media (max-width: 768px) {
  /* line 29, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 32, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; }

  /* line 35, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* 595953 */
/* line 42, theme.scss */
.__jivoMobileButton {
  bottom: 8%;
  transform: scale(0.85); }

/* End 595953 */
@media (max-width: 480px) {
  /* line 51, theme.scss */
  .product-preview__title a {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 1;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    font-size: .85rem; } }
/* line 69, theme.scss */
.product-preview-brand {
  display: block;
  margin-bottom: 5px;
  font-weight: bold; }

/* line 75, theme.scss */
.bonus-catalog, .bonus-wrapper {
  position: absolute;
  z-index: 1000;
  right: 5px;
  bottom: 10px;
  background: #5B51DE;
  color: #fff;
  font-size: 12px;
  padding: 4px;
  border-radius: 6px; }

/* line 87, theme.scss */
.bonus-wrapper {
  bottom: 40px; }

/* line 90, theme.scss */
#button-222566 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--controls-height-m);
  max-width: 100%;
  font-family: var(--font-family);
  font-weight: var(--font-weight);
  font-size: var(--controls-font-size-m);
  line-height: 1;
  color: var(--color-btn-color);
  border-radius: var(--controls-btn-border-radius);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  background: var(--color-btn-bg);
  border: var(--controls-border-width) solid transparent;
  box-shadow: var(--color-btn-shadow);
  padding: var(--controls-btn-padding-y) var(--controls-btn-padding-x);
  outline: none;
  transition: var(--btn-transition); }

/*кнопки поделится в соц сетей в статьях, убрать название*/
/* line 116, theme.scss */
.ya-share2__title {
  display: none; }

/*кнопки поделится в соц сетей в статьях, сделать меньше*/
@media (max-width: 768px) {
  /* line 122, theme.scss */
  .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
    height: 44px;
    width: 44px;
    background-size: 44px 44px; } }
@media (max-width: 665px) {
  /* line 130, theme.scss */
  .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
    height: 41px;
    width: 41px;
    background-size: 41px 41px; } }
@media (max-width: 555px) {
  /* line 138, theme.scss */
  .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
    height: 39px;
    width: 39px;
    background-size: 39px 39px; } }
@media (max-width: 425px) {
  /* line 146, theme.scss */
  .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
    height: 36px;
    width: 36px;
    background-size: 36px 36px; } }
/*описание карточек товара*/
/* line 154, theme.scss */
.one226 {
  display: flex;
  justify-content: space-evenly; }

@media (max-width: 600px) {
  /* line 160, theme.scss */
  .one226 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    flex-direction: column !important;
    flex-wrap: wrap;
    align-items: center; } }
@media (max-width: 768px) {
  /* line 164, theme.scss */
  .one225 {
    align-items: center;
    flex-direction: column !important; }

  /* line 165, theme.scss */
  .q123 {
    margin: 2px 2px 2px 2px !important; }

  /* line 166, theme.scss */
  .w123 {
    margin: 2px 2px 2px 2px !important;
    order: -1; }

  /* line 167, theme.scss */
  .i123 {
    order: 1 !important; } }
@media (max-width: 1199px) {
  /* line 171, theme.scss */
  .one225 {
    align-items: center;
    flex-direction: column !important; }

  /* line 172, theme.scss */
  .q123 {
    margin: 2px 2px 2px 2px !important; }

  /* line 173, theme.scss */
  .w123 {
    margin: 2px 2px 2px 2px !important;
    order: -1; }

  /* line 174, theme.scss */
  .i123 {
    order: 1 !important; } }
/*стили для плашки доп. прочтения*/
/* line 178, theme.scss */
.digital-block {
  background-color: #fff;
  color: #222;
  border-radius: 20px;
  border: 10px solid #e3e3e3;
  padding: 2rem;
  text-align: left; }

/* line 187, theme.scss */
.my-6 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

/* line 192, theme.scss */
.display-6 {
  font-size: 1.2rem; }

/* line 196, theme.scss */
.fw-bold {
  font-weight: 700; }

/* line 199, theme.scss */
.mt-0 {
  margin-top: 0; }

/* line 203, theme.scss */
.p-block {
  margin: 1rem 0 0;
  padding: 0; }

/* line 208, theme.scss */
.mb-0 {
  margin-bottom: 0; }

/* line 212, theme.scss */
.mt-3 {
  margin-top: 1rem; }

/* line 216, theme.scss */
ul {
  margin: 1rem 0;
  padding: 0 0 0 1rem; }

/* line 221, theme.scss */
ul li {
  margin: 0.5rem 0;
  padding: 0; }

/* line 226, theme.scss */
.a-block:not(.btn):hover {
  opacity: 0.75; }

/* line 230, theme.scss */
::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px;
  text-align: start;
  text-align-last: start; }

/* line 239, theme.scss */
.a-block {
  color: #cb11ab;
  text-decoration: none; }

@media (max-width: 576px) {
  /* line 245, theme.scss */
  .digital-block {
    padding: 0.75rem; } }
@media (max-width: 768px) {
  /* line 251, theme.scss */
  .digital-block {
    border-radius: 20px;
    border-width: 5px;
    max-width: 560px; } }
@media (max-width: 992px) {
  /* line 259, theme.scss */
  .digital-block {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto; } }
/*стили содержания статьи*/
/* line 268, theme.scss */
.article-anchors-1 {
  border-bottom: 1px solid #cb11ab;
  padding-bottom: 60px; }

/* line 273, theme.scss */
.fs-24-1 {
  font-size: 20px; }

/* line 276, theme.scss */
.mb-48-1 {
  margin-bottom: 48px; }

/* line 279, theme.scss */
.content-1 {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1180px;
  position: relative; }

/* line 287, theme.scss */
.mb-24-1 {
  margin-bottom: 24px; }

/* line 291, theme.scss */
.article-anchors-1 ul {
  list-style: none; }

/* line 295, theme.scss */
.article-anchors-1 ul li {
  position: relative;
  padding-left: 43px;
  margin-bottom: 12px; }

/* line 301, theme.scss */
.article-anchors-1 ul li:before {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 5px;
  content: '';
  background: #cb11ab; }

/* line 311, theme.scss */
.article-anchors-1 a::after {
  position: absolute;
  content: '';
  background: #cb11ab;
  height: 3px;
  left: 0;
  bottom: -1px;
  width: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

/* line 323, theme.scss */
.article-anchors-1 a:hover::after {
  width: 100%; }

/* line 327, theme.scss */
.article-anchors-1 a:hover {
  color: #333333; }

/* line 331, theme.scss */
.article-anchors-1 a {
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

/* line 338, theme.scss */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

@media (max-width: 768px) {
  /* line 346, theme.scss */
  .article-anchors-1 {
    padding-bottom: 15px;
    margin-bottom: 28px;
    margin-top: 16px; } }
@media (max-width: 768px) {
  /* line 354, theme.scss */
  .fs-24-1 {
    font-size: 20px; } }
/*попункты статьи*/
/* line 361, theme.scss */
.article-element-1 ul li {
  position: relative; }

/* line 365, theme.scss */
.article-element-1 ul {
  list-style: none; }

/* line 369, theme.scss */
.article-element-1 li {
  margin-top: 24px;
  padding-left: 30px;
  margin-left: 20px; }

/* line 375, theme.scss */
.article-element-1 ul li:before {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 4px;
  top: 6px;
  content: '';
  background: #cb11ab;
  transform: rotate(45deg); }

/*плашка совет*/
/* line 388, theme.scss */
.article-formatted-body-1 blockquote {
  background: #f6b6b547;
  border-left: 4px solid #cb11ab;
  display: block;
  margin: 0 0 12px 0;
  padding: 8px 12px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }

/* line 398, theme.scss */
.article-formatted-body-1 p {
  margin-bottom: 5px;
  color: #cb11ab;
  font-weight: 700; }

/*купить товар в статье*/
/* line 406, theme.scss */
.product-with-reviews-1 {
  border: none;
  padding: 30px 30px 0 30px;
  margin: 0px; }

/* line 412, theme.scss */
.product-item-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/* line 418, theme.scss */
.product-with-reviews-widget-product-1 {
  position: relative;
  justify-content: space-between;
  align-items: center; }

/* line 424, theme.scss */
.product-with-reviews-widget-product-img-1 {
  margin-bottom: 20px; }

/* line 428, theme.scss */
.product-with-reviews-widget-product-img-2 a {
  color: #000;
  text-decoration: underline; }

/* line 433, theme.scss */
.product-image-container-1 {
  display: inline-block;
  max-width: 100%;
  vertical-align: top; }

/* line 439, theme.scss */
.product-image-wrapper-1 {
  display: block;
  position: relative;
  z-index: 1;
  height: 0;
  overflow: hidden; }

/* line 447, theme.scss */
.product-item-1 .product-image-photo-1 {
  transition: transform .5s; }

/* line 451, theme.scss */
.product-image-photo-1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
  border-radius: 12px; }

/* line 464, theme.scss */
.product-overlays-wrapper-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: calc(100% - 30px); }

/* line 475, theme.scss */
.product-with-reviews-widget-product-button-1 {
  flex-grow: 1;
  margin-bottom: 50px;
  margin-left: 100px; }

/* line 481, theme.scss */
.product-with-reviews-widget-product-button-info-1 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 5px 0 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada; }

/* line 490, theme.scss */
.product-with-reviews-widget-product-button-brand-1 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #777;
  text-transform: uppercase;
  letter-spacing: normal;
  margin-bottom: 10px;
  line-height: 1; }

/* line 500, theme.scss */
.product-with-reviews-widget-product-button-name-2 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1;
  max-width: 200px;
  text-decoration: none; }

/* line 511, theme.scss */
.product-with-reviews-widget-product-btn-1 {
  max-width: 310px;
  margin-top: 13px; }

/* line 516, theme.scss */
.product-item-1 .product-item-button-2 {
  padding-right: 5px;
  padding-left: 5px; }

/* line 521, theme.scss */
.product-item-button-2 {
  width: 100%;
  -webkit-tap-highlight-color: transparent; }

/* line 526, theme.scss */
.action-2 {
  border-radius: 25px;
  margin: 0; }

/* line 531, theme.scss */
.action-3 {
  border-radius: 25px;
  margin: 0; }

/* line 536, theme.scss */
.action-2 {
  text-transform: uppercase;
  letter-spacing: 1px; }

/* line 541, theme.scss */
.action-3 {
  text-transform: uppercase;
  letter-spacing: 1px; }

/* line 546, theme.scss */
.action-2 {
  background-image: none;
  background: #cb11ab;
  border: 2px solid #cb11ab;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  /*font-family: 'FuturaPT','Helvetica Neue',Helvetica,Comfortaa,sans-serif;*/
  font-weight: 600;
  margin: 0;
  padding: 14px 30px 14px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  box-sizing: border-box;
  vertical-align: middle; }

/* line 563, theme.scss */
.action-3 {
  background-image: none;
  background: #cb11ab;
  border: 2px solid #cb11ab;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  margin: 0;
  padding: 14px 30px 14px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  box-sizing: border-box;
  vertical-align: middle; }

/* line 579, theme.scss */
.action-2:hover {
  background: 0 0;
  border: 2px solid #cb11ab;
  color: #cb11ab; }

/* line 585, theme.scss */
.action-3:hover {
  background: 0 0;
  border: 2px solid #cb11ab;
  color: #cb11ab; }

/* line 591, theme.scss */
.action-2:not(.action-close) {
  transition: all .1s linear; }

/* line 595, theme.scss */
.action-3:not(.action-close) {
  transition: all .1s linear; }

@media (max-width: 875px) {
  /* line 601, theme.scss */
  .product-item-1 {
    display: block; } }
@media (max-width: 875px) {
  /* line 607, theme.scss */
  .product-with-reviews-widget-product-button-info-1 {
    padding-bottom: 0; } }
@media (max-width: 875px) {
  /* line 613, theme.scss */
  .product-with-reviews-widget-product-button-1 {
    margin-left: 0px; } }
@media (max-width: 425px) {
  /* line 619, theme.scss */
  .product-with-reviews-widget-product-button-brand-1 {
    font-size: 1rem; } }
@media (max-width: 425px) {
  /* line 625, theme.scss */
  .product-with-reviews-widget-product-button-name-2 {
    font-size: 1rem; } }
@media (min-width: 426px) and (max-width: 925px) {
  /* line 631, theme.scss */
  .product-with-reviews-widget-product-button-brand-1 {
    font-size: 1.4rem; } }
@media (min-width: 426px) and (max-width: 925px) {
  /* line 637, theme.scss */
  .product-with-reviews-widget-product-button-name-2 {
    font-size: 1.2rem; } }
@media (min-width: 900px) and (max-width: 1050px) {
  /* line 643, theme.scss */
  .action-2 {
    font-size: 1.1rem; } }
@media (max-width: 630px) {
  /* line 649, theme.scss */
  .action-2 {
    padding: 14px 5px 14px;
    font-size: 1.2rem; } }
@media (max-width: 425px) {
  /* line 656, theme.scss */
  .action-2 {
    padding: 6px 5px 6px;
    font-size: 1rem; } }
@media (max-width: 375px) {
  /* line 663, theme.scss */
  .action-2 {
    font-size: 1rem; } }
@media (max-width: 425px) {
  /* line 669, theme.scss */
  .action-3 {
    padding: 6px 0px 6px;
    font-size: 1.1rem; } }
@media (max-width: 375px) {
  /* line 676, theme.scss */
  .action-3 {
    font-size: 1rem; } }
/*купить товар в статье + маркеты*/
/* line 683, theme.scss */
.product__buy-btn-area-inner-s {
  display: flex;
  gap: 10px;
  vertical-align: middle; }

/* line 689, theme.scss */
.marketplace-buttons-s {
  margin-bottom: 0px;
  margin-top: 10px; }

/* line 695, theme.scss */
.product__marketplace-button-s {
  background: #f7f7f7;
  color: #333333;
  border: 0;
  font-size: 1.125rem;
  justify-content: center;
  margin-bottom: 0px;
  padding: 15px; }
  @media (max-width: 1024px) {
    /* line 695, theme.scss */
    .product__marketplace-button-s {
      margin-bottom: 10px;
      padding: 10px; } }

/* line 709, theme.scss */
.product__marketplace-button-s:hover {
  background: #ededed; }

/* line 713, theme.scss */
.button__icon-s {
  margin-right: 0px; }

/*слева поделить спрва текст*/
/* line 719, theme.scss */
.article-content-11 {
  display: grid;
  grid-template-columns: 10% 90%; }

/* line 727, theme.scss */
.fslightbox-absoluted.fslightbox-full-dimension.fslightbox-flex-centered > div {
  position: relative;
  width: 100%;
  text-align: center; }
  @media (max-width: 768px) {
    /* line 727, theme.scss */
    .fslightbox-absoluted.fslightbox-full-dimension.fslightbox-flex-centered > div {
      height: 100%; }
      /* line 733, theme.scss */
      .fslightbox-absoluted.fslightbox-full-dimension.fslightbox-flex-centered > div iframe {
        height: 100%;
        min-height: 100%; }
      /* line 737, theme.scss */
      .fslightbox-absoluted.fslightbox-full-dimension.fslightbox-flex-centered > div video {
        top: 50%;
        transform: translate(0, -50%); }
      /* line 742, theme.scss */
      .fslightbox-absoluted.fslightbox-full-dimension.fslightbox-flex-centered > div img {
        top: 50%;
        transform: translate(0, -50%); } }

/* line 751, theme.scss */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff6f699;
  z-index: 10002;
  display: none; }

/* line 762, theme.scss */
.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear; }

/* line 774, theme.scss */
.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #f6b6b5;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out; }

/* line 785, theme.scss */
.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s; }

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg); } }
@keyframes preloader-bounce {
  0%,
  100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }
/* line 809, theme.scss */
.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0; }

/* line 814, theme.scss */
.loaded .preloader {
  display: none; }
