

/* Start:/local/templates/pink/css/style.min.css?1753353836226082*/
@charset "UTF-8";
/*!*
 * ВНИМАНИЕ! Этот файл генерируется автоматически.
 * Не пишите сюда ничего вручную, все такие правки будут потеряны.
 * Читайте ./README.md для понимания.
 */
/**
 * Преобразование пикселей в em на основе переменной с базовым размером шрифта
 * (указывается в px) проекта.
 * @param  {number} $px Число без единиц измерения, кол-во пикселей
 * @param  {string} $font-size Число пикселей, размер конт. шрифта на проекте
 * @return {string} Результат преобразования $px в em на основе $font-size
 */
/*! nouislider - 10.1.0 - 2017-07-28 17:11:18 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connect {
  background: #3FB8AF;
  border-radius: 4px;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.star-rating-svg {
  display: inline-block; }
.jq-stars {
  display: inline-block; }
.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana; }
.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer; }
.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100%; }
.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round; }
/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow(-2px -2px 2px #888);
  filter: drop-shadow(-2px -2px 2px #888); }
@-ms-viewport {
  width: device-width; }
.page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  min-width: 320px;
  min-height: 100%; }
.page__inner {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.page__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
.page__footer-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
.page__error {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.page__login {
    position: relative;
    min-height: 100vh; }
.page__login-main {
    padding-top: 90px; }
.page__login-main .logo {
      margin-bottom: 25px;
      max-width: 160px; }
.page__login-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    display: none; }
.page__login-image img {
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0; }
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  margin: 0;
  min-height: 100%; }
[tabindex='-1']:focus {
  outline: none !important; }
[role='button'] {
  cursor: pointer; }
input[type='search'] {
  -webkit-appearance: textfield; }
a,
button,
[role='button'],
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
a svg,
button svg {
  pointer-events: none; }
img {
  max-width: 100%;
  height: auto; }
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%; }
.stop-scroll {
  overflow: hidden; }
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.575em;
  color: #261C29; }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.575em;
  color: currentColor; }
h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0.7875em; }
h4,
h5,
h6 {
  margin-top: 0.7875em;
  margin-bottom: 0.7875em; }
h1 {
  font-size: 18px; }
h2 {
  font-size: 32px; }
h3 {
  font-size: 1.5em; }
h4 {
  font-size: 1.25em; }
h5 {
  font-size: 1em; }
h6 {
  font-size: 1em; }
p,
ul,
ol,
dl,
blockquote,
pre,
address,
figure {
  margin-top: 0.7875em;
  margin-bottom: 0.7875em; }
address {
  font-style: normal; }
ul,
ol {
  padding-left: 1.2em; }
ol ol,
ul ul,
ol ul,
ul ol {
  margin-top: 0;
  margin-bottom: 0; }
li {
  line-height: inherit; }
dt {
  font-weight: 700; }
dd {
  margin-left: 0; }
dd + dt {
    margin-top: 0.7875em; }
hr {
  margin-top: 1.575em;
  margin-bottom: 1.575em;
  border: 0;
  border-top: 1px solid #999999; }
small {
  font-size: 0.75em; }
sub,
sup {
  font-size: 70%; }
mark {
  background: #fcf8e3;
  padding: 0.1em 0.3em; }
b,
strong {
  font-weight: bolder; }
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }
blockquote {
  padding: 0;
  margin-left: 0;
  margin-right: 0; }
code,
kbd,
pre,
samp {
  font-family: "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace; }
code {
  padding: 0.06em 0.3em;
  color: #261C29;
  background-color: #e6e6e6;
  border-radius: 3px; }
kbd {
  padding: 0.06em 0.3em;
  color: #261C29;
  background-color: #e6e6e6;
  border-radius: 3px; }
kbd kbd {
    padding: 0; }
pre {
  display: block;
  width: 100%;
  overflow-x: auto;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2; }
.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0; }
.main-title {
  margin-top: 0; }
a {
  text-decoration: none;
  color: #A05175; }
.page-header {
  padding: 0 0 15px 0; }
.page-header .logo {
    width: 170px;
    height: 46px; }
.page-header__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%; }
.page-header__inner--top {
      background: #fff;
      padding-top: 15px;
      padding-bottom: 10px; }
.page-header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.page-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
.page-header__content .hcleft {
      display: none; }
.page-header__content .hcright {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
.page-header__content .hcright__feedback {
        display: none; }
.page-header__content .hcright__panels {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
.page-header__content .hcright__panels .user-panel {
          display: none; }
.page-header__filter-group {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.page__content .page-header,
.page__content .page-section--filter {
  background-color: #ECECEC; }
.page__content--main-page .page-header,
.page__content--main-page .page-section--filter {
  background-color: #FFE2F0; }
.hdelivery__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 16px; }
.hdelivery--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0; }
.hdelivery--mobile .hdelivery__title {
    margin-bottom: 0;
    margin-right: 15px; }
.hdelivery-select-city .dropdown__toggler {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: currentColor;
  position: relative;
  display: block;
  padding-right: 18px; }
.hdelivery-select-city .dropdown__toggler:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #261C29;
    border-right: 2px solid #261C29;
    right: 0;
    bottom: 2px;
    -webkit-transform: translateY(-70%) rotate(45deg);
            transform: translateY(-70%) rotate(45deg); }
.hdelivery-select-city.dropdown--open .dropdown__toggler:before {
  -webkit-transform: translateY(-30%) rotate(225deg);
          transform: translateY(-30%) rotate(225deg); }
.hcontacts__slogan {
  font-weight: bold; }
.hcontacts__address {
  font-size: 14px; }
.hcontacts__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 8px; }
.hcontacts__phone {
  font-size: 18px;
  font-weight: 600;
  color: #261C29;
  margin-bottom: 3px; }
.hcontacts__phone a {
    text-decoration: none;
    color: #261C29; }
.hcontacts__infotext {
  font-size: 8px;
  font-weight: 400;
  line-height: 10px; }
.more-contacts {
  margin-top: 15px;
  position: relative;
  display: block;
  z-index: 3; }
.more-contacts .dropdown__toggler {
    font-size: 14px;
    font-weight: 400;
    color: currentColor;
    text-decoration: none;
    display: block;
    padding-right: 16px; }
.more-contacts .dropdown__toggler:before {
      content: "";
      position: absolute;
      width: 8px;
      height: 8px;
      border-bottom: 1px solid #261C29;
      border-right: 1px solid #261C29;
      right: 0;
      bottom: 2px;
      -webkit-transform: translateY(-70%) rotate(45deg);
              transform: translateY(-70%) rotate(45deg); }
.more-contacts.dropdown--open .dropdown__toggler:before {
    -webkit-transform: translateY(-30%) rotate(225deg);
            transform: translateY(-30%) rotate(225deg); }
.more-contacts .dropdown__menu {
    border-radius: 10px;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.25);
            box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.25);
    padding: 12px 30px 20px 30px;
    font-size: 14px;
    min-width: 270px; }
.more-contacts .dropdown__menu .social__icon {
      width: 26px;
      height: 26px;
      fill: #A05175; }
.more-contacts .dropdown__menu a {
      color: #A05175;
      text-decoration: none;
      display: block;
      margin-bottom: 5px; }
.hcright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.hcright__feedback {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center; }
.header-feedback {
  margin-left: auto; }
.mobile-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  padding-top: 20px; }
.mobile-header-nav::-webkit-scrollbar {
    display: none; }
.mobile-header-nav__item {
    margin-right: 16px; }
.mobile-header-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #fff;
    width: 116px;
    height: 120px;
    border-radius: 15px;
    position: relative;
    padding: 10px 12px;
    background-color: #fff;
    overflow: hidden; }
.mobile-header-nav__link img {
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
.mobile-header-nav__link .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(-10%, rgba(255, 255, 255, 0.1)), to(rgba(0, 0, 0, 0.9)));
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) -10%, rgba(0, 0, 0, 0.9) 100%); }
.mobile-header-nav__link span {
      position: relative;
      font-size: 12px;
      line-height: 16px;
      font-weight: 600; }
.page-footer {
  background-color: #261C29;
  padding: 20px 0; }
.page-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    color: #fff; }
.page-footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px; }
.page-footer__copyright {
    overflow: hidden;
    font-size: 14px;
    line-height: 1.375em; }
.page-footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    list-style: none;
    padding-left: 0; }
.page-footer__social {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.page-footer__links-col {
    margin-bottom: 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.page-footer__links-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 16px; }
.page-footer__links-list {
    list-style: none;
    padding: 0;
    font-size: 14px;
    line-height: 1.375em; }
.page-footer__links-list li {
      margin-bottom: 4px; }
.page-footer__links-list li a {
      color: #fff;
      text-decoration: none; }
.page-footer__payment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    max-width: 80%; }
.page-footer__payment-item {
    padding: 0;
    margin: 0 12px 12px 0; }
.main-nav {
  position: relative;
  z-index: 10; }
.main-nav__login {
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    color: #261C29;
    display: inline-block;
    margin-top: 20px; }
.main-nav__login svg {
      margin-right: 8px; }
.main-nav__login span,
    .main-nav__login svg {
      vertical-align: middle; }
.main-nav .mobile-menu {
    margin-top: 20px; }
.main-nav__toggler {
    display: inline-block;
    padding: 0;
    background: none;
    border: none;
    margin-left: 20px; }
.no-js .main-nav__toggler {
      display: none; }
.logo {
  display: block;
  white-space: nowrap; }
.btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding: 0.4em 2em;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  line-height: 1.375em;
  text-decoration: none;
  text-transform: none;
  color: #261C29;
  border-radius: 15px;
  border: 1px solid #ececec;
  background-color: #e6e6e6;
  background-image: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.btn:hover, .btn:focus {
    text-decoration: none;
    color: #261C29;
    border-color: transparent; }
.btn:active, .btn:focus {
    border-color: transparent; }
.btn--disabled, .btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    color: #261C29;
    background-color: #e6e6e6;
    border-color: #ececec; }
a.btn--disabled {
      pointer-events: none; }
.btn--main {
    color: #fff;
    background-color: #A05175;
    border: 1px solid #A05175; }
.btn--main:hover, .btn--main:focus {
      color: #fff;
      background-color: #7e405c;
      border-color: transparent; }
.btn--main--disabled, .btn--main:disabled {
      color: #fff;
      background-color: #A05175;
      border-color: #A05175; }
.btn--main-outline {
    color: #A05175;
    background-color: transparent;
    border: 1px solid #A05175; }
.btn--main-outline:hover, .btn--main-outline:focus {
      color: #fff;
      background-color: #7e405c;
      border-color: transparent; }
.btn--main-outline--disabled, .btn--main-outline:disabled {
      color: #fff;
      background-color: #A05175;
      border-color: #A05175; }
.btn.more-product-btn {
    -webkit-box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.15);
            box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.15);
    color: #A05175;
    background-color: #fff;
    border: none;
    padding: 4px 10px 4px 20px;
    border-radius: 20px; }
.btn.more-product-btn:hover {
      background-color: #A05175;
      color: #fff; }
.btn.more-product-btn span {
      vertical-align: middle;
      display: inline-block; }
.btn.more-product-btn svg {
      display: inline-block;
      width: 32px;
      height: 32px;
      vertical-align: middle;
      margin-left: 5px; }
.temp-icon-left-arrow {
  background-image: url(/local/templates/pink/css/../img/sprite-08690098890729094.png);
  background-position: 0px 0px;
  width: 32px;
  height: 32px; }
.temp-icon-right-arrow {
  background-image: url(/local/templates/pink/css/../img/sprite-08690098890729094.png);
  background-position: -36px 0px;
  width: 32px;
  height: 32px; }
.field-text {
  display: block;
  margin-bottom: 16px; }
.field-text__name {
    display: block;
    margin-bottom: 0.4em;
    line-height: 1.375em;
    font-weight: 700; }
.field-text__input-wrap {
    display: block; }
.field-text__input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 0.8em 1.4em;
    margin: 0;
    line-height: 1.375em;
    font-size: 16px;
    font-weight: 400;
    font-family: inherit;
    background-color: #fff;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield; }
.field-text__input:focus {
      outline: 0;
      -webkit-box-shadow: 0 0 0 2px rgba(160, 81, 117, 0.7);
              box-shadow: 0 0 0 2px rgba(160, 81, 117, 0.7); }
.field-text__input[disabled], .field-text__input[readonly] {
      cursor: default;
      background-color: #ececec; }
.field-text__input[type='search']::-webkit-search-cancel-button, .field-text__input[type='search']::-webkit-search-decoration {
      -webkit-appearance: none; }
.field-text__input[type='color'] {
      padding: 0; }
.field-text__input::-webkit-input-placeholder {
      color: #B2A8B5;
      opacity: 1; }
.field-text__input::-moz-placeholder {
      color: #B2A8B5;
      opacity: 1; }
.field-text__input::-ms-input-placeholder {
      color: #B2A8B5;
      opacity: 1; }
.field-text__input::placeholder {
      color: #B2A8B5;
      opacity: 1; }
textarea.field-text__input {
      height: auto;
      min-height: calc(4.35em + 2px);
      resize: vertical; }
.field-text__help-text {
    display: block;
    padding-top: 0.4em;
    font-size: 0.75em;
    line-height: 1.2em;
    color: gray; }
.field-text__help-text:empty {
      display: none; }
.field-text--error .field-text__name,
.field-text--error .field-text__input,
.field-text--error .field-text__help-text {
  color: #d8544f; }
.field-text--error .field-text__input {
  border-color: #d8544f;
  background-color: #f9e2e2; }
.field-checkbox {
  display: block;
  margin-bottom: 0.6875em; }
.field-checkbox__title {
    display: block;
    font-weight: 700;
    line-height: 1.375em;
    margin-bottom: 0.4em; }
.field-checkbox__input-wrap + .field-checkbox__input-wrap {
    margin-top: 0.6875em; }
.field-checkbox__name {
    position: relative;
    display: inline-block;
    padding-top: 0.3em;
    padding-left: 2.5em;
    margin-right: 0.6em;
    font-weight: 400;
    line-height: 1.375em;
    min-height: 26px; }
.field-checkbox__name-text {
    font-size: 15px; }
.field-checkbox__name-text:before {
      content: '';
      position: absolute;
      top: 0.1em;
      left: 0;
      width: 26px;
      height: 26px;
      border: 2px solid #B2A8B5;
      border-radius: 6px; }
input:checked ~ .field-checkbox__name-text:before {
        border-color: #A05175; }
input:focus ~ .field-checkbox__name-text:before {
      outline: 0;
      -webkit-box-shadow: 0 0 0 2px rgba(160, 81, 117, 0.7);
              box-shadow: 0 0 0 2px rgba(160, 81, 117, 0.7); }
.field-checkbox__name-text:after {
      content: '';
      position: absolute;
      top: calc(0.1em + 8px);
      left: 8px;
      width: 11px;
      height: 6px;
      opacity: 0;
      border-left: 2px solid #A05175;
      border-bottom: 2px solid #A05175;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
input:checked ~ .field-checkbox__name-text:after {
        opacity: 1; }
.field-checkbox__name-text a {
      color: #A05175;
      font-weight: 600;
      text-decoration: none; }
.field-checkbox__name-text a:hover {
        text-decoration: underline; }
.field-checkbox__input {
    position: absolute;
    top: 0.7em;
    left: 0;
    padding: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0; }
.field-checkbox__input:focus, .field-checkbox__input:active {
      outline: 0;
      -webkit-box-shadow: 0 0 0 2px rgba(160, 81, 117, 0.7);
              box-shadow: 0 0 0 2px rgba(160, 81, 117, 0.7); }
.field-checkbox__help-text-wrap {
    padding-left: 2.5em; }
.field-checkbox__help-text {
    display: block;
    padding-top: 0.4em;
    font-size: 0.75em;
    line-height: 1.2em;
    color: gray; }
.field-checkbox__help-text:empty {
      display: none; }
.field-checkbox.color-sample {
    margin: 0; }
.field-checkbox.color-sample .field-checkbox__name {
      padding: 0;
      margin: 0;
      line-height: 1;
      display: block;
      width: 30px;
      height: 30px; }
.field-checkbox.color-sample .field-checkbox__name-text {
      line-height: 1;
      width: 30px;
      height: 30px;
      background: #ccc;
      display: block;
      border-radius: 50%; }
.field-checkbox.color-sample .field-checkbox__name-text:after {
        width: 16px;
        height: 16px;
        background: #fff;
        border-radius: 50%;
        border: none;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
.field-checkbox.color-sample--white .field-checkbox__name-text {
      border: 1px solid #B2A8B5; }
.field-checkbox.color-sample--white .field-checkbox__name-text:after {
        background: #000; }
.field-checkbox__input-wrap--error .field-checkbox__name-text,
.field-checkbox__input-wrap--error .field-checkbox__help-text {
  color: #d8544f; }
.field-radio {
  display: block;
  margin-bottom: 0.6875em; }
.field-radio__title {
    display: block;
    font-weight: 500;
    line-height: 1.375em;
    margin-bottom: 0.4em;
    font-size: 15px; }
.field-radio__input-wrap + .field-radio__input-wrap {
    margin-top: 0.6875em; }
.field-radio__name {
    position: relative;
    display: inline-block;
    padding-left: 2.5em;
    margin-right: 0.6em;
    font-weight: 400;
    line-height: 1.375em; }
.field-radio__name-text {
    font-size: 15px; }
.field-radio__name-text:before {
      content: '';
      position: absolute;
      top: 0.1em;
      left: 0;
      width: 24px;
      height: 24px;
      border: 2px solid #A05175;
      border-radius: 50%; }
input:focus ~ .field-radio__name-text:before {
      outline: 0;
      -webkit-box-shadow: 0 0 0 2px rgba(160, 81, 117, 0.7);
              box-shadow: 0 0 0 2px rgba(160, 81, 117, 0.7); }
.field-radio__name-text:after {
      content: '';
      position: absolute;
      top: calc(0.1em + 6px);
      left: 6px;
      width: 12px;
      height: 12px;
      opacity: 0;
      border-radius: 50%;
      background-color: #A05175;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
input:checked ~ .field-radio__name-text:after {
        opacity: 1; }
.field-radio__input {
    position: absolute;
    top: 0.8em;
    left: 0;
    padding: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0; }
.field-radio__input:focus, .field-radio__input:active {
      outline: 0;
      -webkit-box-shadow: 0 0 0 2px rgba(160, 81, 117, 0.7);
              box-shadow: 0 0 0 2px rgba(160, 81, 117, 0.7); }
.field-radio__help-text-wrap {
    padding-left: 2.5em; }
.field-radio__help-text {
    display: block;
    padding-top: 0.4em;
    font-size: 0.75em;
    line-height: 1.2em;
    color: gray; }
.field-radio__help-text:empty {
      display: none; }
.field-radio--delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.field-radio--delivery .field-radio__input-wrap {
      margin-top: 0;
      max-width: 50%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
.field-radio--delivery .field-radio__input-wrap:first-child {
        margin-right: 16px;
        max-width: calc(50% - 16px); }
.field-radio--delivery .field-radio__name {
      padding: 0;
      margin: 0;
      display: block;
      cursor: pointer; }
.field-radio--delivery .field-radio__name-text {
      display: block;
      padding: 0;
      margin: 0;
      padding: 10px 15px;
      text-align: center;
      font-size: 14px;
      font-weight: 400;
      border-radius: 20px;
      background: #fff;
      color: #B2A8B5;
      border: 1px solid #B2A8B5; }
.field-radio--delivery .field-radio__name-text:before, .field-radio--delivery .field-radio__name-text:after {
        display: none; }
.field-radio--delivery input:checked ~ .field-radio__name-text {
      background: #FFE2F0;
      color: #A05175;
      border-color: #FFE2F0; }
.payment-method-field .field-radio__input-wrap {
  margin-top: 0; }
.payment-method-field .field-radio__input-wrap:first-child {
    margin-right: 16px; }
.payment-method-field .field-radio__name {
  padding: 0;
  margin: 0;
  display: block; }
.payment-method-field .field-radio__name-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  padding: 12px 4px 4px 4px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  background: #fff;
  color: #261C29;
  border: 1px solid #ECECEC; }
.payment-method-field .field-radio__name-text svg,
  .payment-method-field .field-radio__name-text img {
    margin-bottom: 10px; }
.payment-method-field .field-radio__name-text:before, .payment-method-field .field-radio__name-text:after {
    display: none; }
input:checked ~ .payment-method-field__card {
  border-color: #A05175;
  background: #fff; }
.field-radio__input-wrap--error .field-radio__name-text,
.field-radio__input-wrap--error .field-radio__help-text {
  color: #d8544f; }
.field-toggler {
  display: block;
  margin-bottom: 0.6875em; }
.field-toggler__title {
    display: block;
    margin-bottom: 0.4em;
    line-height: 1.375em;
    font-weight: 700; }
.field-toggler__input-wrap + .field-toggler__input-wrap {
    margin-top: 0.6875em; }
.field-toggler__name {
    position: relative;
    display: inline-block;
    padding-left: 4.2em;
    margin-right: 0.6em;
    font-weight: 400;
    line-height: 1.375em; }
.field-toggler__name-text:before {
    content: '';
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 3.64286em;
    height: 2.21429em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #e9e9ea;
    border-radius: 25px;
    border: 1px solid #e9e9ea; }
input:focus ~ .field-toggler__name-text:before {
      outline: 0;
      -webkit-box-shadow: 0 0 0 2px rgba(160, 81, 117, 0.7);
              box-shadow: 0 0 0 2px rgba(160, 81, 117, 0.7); }
input:checked ~ .field-toggler__name-text:before {
    background-color: #000;
    border-color: #000; }
.field-toggler__name-text:after {
    content: '';
    position: absolute;
    top: 0.6em;
    left: 2px;
    width: 1.92857em;
    height: 1.92857em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #d9d9da;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
input:checked ~ .field-toggler__name-text:after {
    -webkit-transform: translate(1.5em, -50%);
            transform: translate(1.5em, -50%);
    border-color: #fff; }
.field-toggler__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0; }
.field-toggler__help-text-wrap {
    padding-left: 2.5em; }
.field-toggler__help-text {
    display: block;
    padding-top: 0.4em;
    font-size: 0.75em;
    line-height: 1.2em;
    color: gray; }
.field-toggler__help-text:empty {
      display: none; }
.field-file {
  display: block;
  margin-bottom: 0.6875em; }
.field-file__name {
    display: block;
    margin-bottom: 0.4em;
    line-height: 1.375em;
    font-weight: 700; }
.field-file__input-wrap {
    display: block;
    position: relative; }
.field-file__input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0; }
.field-file__input:active ~ .field-file__name-text,
    .field-file__input:focus ~ .field-file__name-text {
      outline: 0;
      -webkit-box-shadow: 0 0 0 2px rgba(160, 81, 117, 0.7);
              box-shadow: 0 0 0 2px rgba(160, 81, 117, 0.7); }
.field-file__name-text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 100%;
    background-color: #fff;
    border: 1px solid #999999;
    border-radius: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer; }
.field-file__name-text:before {
      content: attr(data-button-text);
      display: block;
      background-color: #e6e6e6;
      border-right: 1px solid #999999;
      margin-right: 1.4em;
      line-height: 1.375em;
      padding: 0.8em 1.4em;
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px; }
.field-file__name-text:hover:before, .field-file__name-text:focus:before {
      background-color: #cccccc; }
.field-file__help-text {
    display: block;
    padding-top: 0.4em;
    font-size: 0.75em;
    line-height: 1.2em;
    color: gray; }
.field-file__help-text:empty {
      display: none; }
.field-file--error .field-file__name,
.field-file--error .field-file__name-text,
.field-file--error .field-file__input,
.field-file--error .field-file__help-text {
  color: #d8544f; }
.field-file--error .field-file__name-text {
  border-color: #d8544f;
  background-color: #f9e2e2; }
.field-range {
  display: block;
  margin-bottom: 0.6875em; }
.field-range__name {
    display: block;
    margin-bottom: 0.4em;
    line-height: 1.375em;
    font-weight: 700; }
.field-range__input-wrap {
    position: relative; }
.field-range__input {
    -ms-flex-item-align: center;
        align-self: center;
    padding: 0;
    width: 100%;
    height: 2em;
    border-radius: 0.25rem;
    border: 0;
    background: none;
    font-size: inherit;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
.field-range__input::-webkit-slider-runnable-track, .field-range__input::-webkit-slider-thumb {
      -webkit-appearance: none; }
.field-range__input:focus {
      outline: 0;
      -webkit-box-shadow: 0 0 0 2px rgba(160, 81, 117, 0.7);
              box-shadow: 0 0 0 2px rgba(160, 81, 117, 0.7); }
.field-range__input::-webkit-slider-runnable-track {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      height: 0.75em;
      border-radius: 15px;
      background: #fff;
      border: 1px solid #999999; }
.field-range__input::-moz-range-track {
      box-sizing: border-box;
      width: 100%;
      height: 0.75em;
      border-radius: 15px;
      background: #fff;
      border: 1px solid #999999; }
.field-range__input::-ms-track {
      box-sizing: border-box;
      width: 100%;
      height: 0.75em;
      border-radius: 15px;
      background: #fff;
      border: 1px solid #999999;
      color: transparent; }
.field-range__input::-webkit-slider-thumb {
      margin-top: -0.68em;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0;
      width: 2em;
      height: 2em;
      border-radius: 1em;
      -webkit-box-shadow: none;
              box-shadow: none;
      cursor: ew-resize;
      background: #e6e6e6;
      border: 1px solid #999999; }
.field-range__input::-moz-range-thumb {
      box-sizing: border-box;
      padding: 0;
      width: 2em;
      height: 2em;
      border-radius: 1em;
      box-shadow: none;
      cursor: ew-resize;
      background: #e6e6e6;
      border: 1px solid #999999; }
.field-range__input::-ms-thumb {
      box-sizing: border-box;
      padding: 0;
      width: 2em;
      height: 2em;
      border-radius: 1em;
      box-shadow: none;
      cursor: ew-resize;
      background: #e6e6e6;
      border: 1px solid #999999; }
.field-range__input::-ms-fill-lower, .field-range__input::-ms-tooltip {
      display: none; }
.field-range__help-text {
    display: block;
    padding-top: 0.4em;
    font-size: 0.75em;
    line-height: 1.2em;
    color: gray;
    padding-top: 0; }
.field-range__help-text:empty {
      display: none; }
.field-select {
  display: block;
  margin-bottom: 0.6875em; }
.field-select__name {
    display: block;
    margin-bottom: 0.4em;
    line-height: 1.375em;
    font-weight: 700; }
.field-select__select {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 1.375em;
    padding: 0.8em 1.4em;
    font-size: inherit;
    font-family: inherit;
    border: 1px solid #999999;
    border-radius: 15px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 11' width='17' height='11'%3E%3Cpath fill='%23B1B1B1' d='M.202 1.97L1.956.204A.61.61 0 0 1 2.43 0a.61.61 0 0 1 .47.204L8.5 5.84 14.1.204A.61.61 0 0 1 14.57 0a.61.61 0 0 1 .474.204l1.754 1.766a.618.618 0 0 1 .202.473.62.62 0 0 1-.202.476l-7.826 7.875A.61.61 0 0 1 8.5 11a.61.61 0 0 1-.472-.204L.202 2.92A.618.618 0 0 1 0 2.444c0-.203.067-.34.202-.475z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.3em center;
    background-size: 1.063em 0.688em; }
.field-select__select[multiple] {
      background-image: none;
      min-height: 6.8em; }
.field-select__select::-ms-expand {
      display: none; }
.field-select__select:active, .field-select__select:focus {
      outline: 0;
      -webkit-box-shadow: 0 0 0 2px rgba(160, 81, 117, 0.7);
              box-shadow: 0 0 0 2px rgba(160, 81, 117, 0.7); }
.field-select__select[disabled], .field-select__select[readonly] {
      cursor: default;
      background-color: #e6e6e6; }
.field-select__help-text {
    display: block;
    padding-top: 0.4em;
    font-size: 0.75em;
    line-height: 1.2em;
    color: gray; }
.field-select__help-text:empty {
      display: none; }
.field-select--error .field-select__name,
.field-select--error .field-select__select,
.field-select--error .field-select__help-text {
  color: #d8544f; }
.field-select--error .field-select__select {
  border-color: #d8544f;
  background-color: #f9e2e2; }
.field-actions {
  display: block;
  margin-top: 1.375em;
  margin-bottom: 0.6875em; }
.field-actions .btn {
    margin-bottom: 0.6875em; }
.field-actions__text {
    display: block;
    margin-top: 0.6875em;
    margin-bottom: 0.6875em;
    font-size: 0.75em;
    color: gray;
    line-height: 1.2em; }
.form__fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }
.form__fieldset:not(:last-child) {
    margin-bottom: 1.375em; }
.form__legend {
  display: block;
  width: 100%;
  margin-top: 1.375em;
  margin-bottom: 0.6875em;
  font-size: 1.5em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.375em;
  color: currentColor; }
.code {
  display: block;
  width: 100%;
  max-height: 50rem;
  padding: 1em;
  margin-bottom: 0.6875em;
  overflow-x: auto;
  background-color: #e6e6e6;
  border-radius: 15px;
  border: 1px solid #ececec;
  white-space: normal;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2; }
.code code {
    display: block;
    padding: 0;
    white-space: pre;
    background-color: transparent; }
.thumb {
  display: block;
  line-height: 1.375em;
  background-color: #fff;
  border-radius: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.alert {
  position: relative;
  padding: 10px 20px;
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid #ececec;
  border-radius: 15px;
  font-size: 12px;
  line-height: 1.3;
  color: #261C29;
  background-color: #e6e6e6; }
.alert > *:first-child {
    margin-top: 0; }
.alert > *:last-child {
    margin-bottom: 0; }
.alert__header {
    display: block;
    margin-top: 0;
    margin-bottom: 0.2em;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.4;
    color: inherit; }
.alert--danger {
    background-color: #d8544f;
    border: 1px solid #c9312c;
    color: #fff; }
.alert--danger a {
      color: inherit;
      text-decoration: underline; }
.alert--danger a:hover, .alert--danger a:focus {
        text-decoration: none; }
.alert--success {
    background-color: #5cb75c;
    border: 1px solid #449c44;
    color: #fff; }
.alert--success a {
      color: inherit;
      text-decoration: underline; }
.alert--success a:hover, .alert--success a:focus {
        text-decoration: none; }
.alert--warning {
    background-color: #fcedd9;
    border: 1px solid #f8d8ab;
    color: #261C29; }
.alert--gray {
    background-color: #ECECEC;
    border-color: #ECECEC; }
.alert--not-available {
    background-color: #B2A8B5;
    border-color: #B2A8B5;
    color: #fff;
    text-align: center; }
.alert--not-available h4 {
      font-size: 14px;
      font-weight: 600; }
.alert--pink {
    background-color: #FFE2F0;
    border-color: #FFE2F0; }
.alert--green {
    background-color: rgba(211, 232, 182, 0.8);
    border-color: rgba(211, 232, 182, 0.8); }
.to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #000;
  color: transparent;
  font: 0/0 a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 11' width='17' height='11'%3E%3Cpath fill='%23fff' d='M.202 1.97L1.956.204A.61.61 0 0 1 2.43 0a.61.61 0 0 1 .47.204L8.5 5.84 14.1.204A.61.61 0 0 1 14.57 0a.61.61 0 0 1 .474.204l1.754 1.766a.618.618 0 0 1 .202.473.62.62 0 0 1-.202.476l-7.826 7.875A.61.61 0 0 1 8.5 11a.61.61 0 0 1-.472-.204L.202 2.92A.618.618 0 0 1 0 2.444c0-.203.067-.34.202-.475z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
.js .to-top {
    display: none; }
.dropdown {
  position: relative;
  display: inline-block; }
.dropdown__menu {
    position: absolute;
    z-index: -1;
    top: calc(100% + 10px);
    left: 0;
    max-width: 90vw;
    width: 1px;
    margin: 0;
    background-color: #fff;
    color: #261C29;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-size: 14px;
    line-height: 1.375em; }
.dropdown__menu--up {
      top: auto;
      bottom: 100%; }
.dropdown__menu--right {
      left: auto;
      right: 0; }
.dropdown--open .dropdown__menu {
    z-index: 1;
    visibility: visible;
    opacity: 1;
    width: auto; }
.menu {
  min-width: 10em;
  margin: 0;
  padding: 0.3em 0;
  list-style: none; }
.menu__item--separator:not(:last-child) {
    padding-bottom: 0.3em;
    margin-bottom: 0.3em;
    border-bottom: 1px solid #999999; }
.menu__link {
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.3em 1em;
    color: #261C29;
    text-decoration: none; }
.label {
  display: inline-block;
  position: relative;
  margin: 0 0.1em;
  vertical-align: baseline;
  line-height: 1;
  padding: 0.25em 0.4em 0.2em;
  background-color: #e6e6e6;
  color: #261C29;
  text-decoration: none;
  text-transform: none;
  font-weight: 700;
  font-size: 0.75em;
  white-space: nowrap;
  border-radius: 15px; }
.label:hover, .label:focus {
    color: #261C29;
    text-decoration: none; }
.loader {
  display: inline-block; }
.loader:before {
    content: '';
    display: block;
    width: 1.5em;
    height: 1.5em;
    border: 3px solid #A05175;
    border-top: 3px solid #ececec;
    border-radius: 50%;
    -webkit-animation: loader-rotate .7s linear infinite;
            animation: loader-rotate .7s linear infinite; }
.loader--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 300px; }
@-webkit-keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #999999;
  margin: 1.375em 0; }
.table caption {
    padding-top: 0.4em;
    text-align: right;
    caption-side: bottom;
    font-size: 0.75em;
    line-height: 1em;
    color: gray; }
.table td,
  .table th {
    padding: 0.8em 1.4em;
    vertical-align: top;
    border-bottom: 1px solid #999999; }
.table td:not(:first-child),
    .table th:not(:first-child) {
      border-left: 1px solid #999999; }
.table th {
    text-align: left; }
.table-mobile-scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
  margin-top: 1.375em;
  margin-bottom: 1.375em;
  border: 1px solid #999999; }
.table-mobile-scroll table {
    margin: 0;
    border: 0 !important;
    width: 100%; }
.table-mobile-scroll tbody:last-child tr:last-child td,
  .table-mobile-scroll tbody:last-child tr:last-child th,
  .table-mobile-scroll thead:last-child tr:last-child td,
  .table-mobile-scroll thead:last-child tr:last-child th,
  .table-mobile-scroll tfoot:last-child tr:last-child td,
  .table-mobile-scroll tfoot:last-child tr:last-child th {
    border-bottom: 0; }
.table-mobile-scroll caption {
    text-align: left;
    padding: 0.4em;
    border-bottom: 1px solid #999999;
    caption-side: top; }
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }
.owl-carousel .owl-item img {
  display: block;
  width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  color: inherit;
  border: none;
  font: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.owl-carousel .owl-nav button.owl-prev:hover,
  .owl-carousel .owl-nav button.owl-next:hover,
  .owl-carousel button.owl-dot:hover {
    -webkit-box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.1);
            box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.1);
    background: #A05175; }
.owl-carousel .owl-nav button.owl-prev:hover svg path,
    .owl-carousel .owl-nav button.owl-next:hover svg path,
    .owl-carousel button.owl-dot:hover svg path {
      stroke: #fff; }
.owl-carousel.owl-loaded {
  display: block; }
.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }
.owl-carousel.owl-hidden {
  opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }
.owl-carousel.owl-rtl {
  direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
  float: right; }
/* No Js */
.no-js .owl-carousel {
  display: block; }
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/pink/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative; }
.swipe-wrap {
  overflow: hidden;
  position: relative; }
.swipe-wrap > div {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden; }
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-item: center;
  margin-top: 1.375em;
  margin-bottom: 1.375em; }
.pagination__item {
    display: block;
    padding: 10px 10px;
    text-decoration: none;
    text-align: center;
    color: #261C29;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
.pagination__item + .pagination__item {
      border-left: 0; }
.pagination__item:hover, .pagination__item:focus {
      color: #A05175; }
.pagination__item:hover svg, .pagination__item:focus svg {
        stroke: #A05175; }
.pagination__item--active {
      color: #A05175; }
.pagination__item--prev svg, .pagination__item--next svg {
      width: 24px;
      height: 20px;
      fill: transparent;
      stroke: #B2A8B5;
      stroke-width: 2px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
.breadcrumbs {
  padding: 0;
  list-style: none;
  font-size: 14px;
  margin: 0; }
.breadcrumbs__item {
    display: inline-block;
    margin-right: 0.6em;
    white-space: nowrap; }
.breadcrumbs__item:not(:last-child):after {
      content: '>';
      display: inline-block;
      margin-left: 0.8em;
      color: gray; }
.breadcrumbs__link {
    color: #261C29;
    text-decoration: none; }
.breadcrumbs__link:hover, .breadcrumbs__link:focus {
      color: #261C29;
      text-decoration: none; }
.off-canvas {
  position: relative;
  overflow: hidden; }
.off-canvas__aside {
    max-height: 30vh;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background-color: #1a1a1a;
    color: #fff;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
.js .off-canvas__aside {
      position: fixed;
      z-index: 2;
      width: 250px;
      height: 100%;
      max-height: none;
      -webkit-transform: translateX(-250px);
              transform: translateX(-250px); }
.off-canvas__aside a {
      color: #fff; }
.off-canvas__aside a:hover, .off-canvas__aside a:focus {
        color: #fff; }
.off-canvas__page-content {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
.off-canvas__overlay {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden; }
.js .off-canvas--open .off-canvas__overlay {
    position: fixed;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
.js .off-canvas--open .off-canvas__close {
    z-index: 1;
    opacity: 1;
    visibility: visible; }
.js .off-canvas--open .off-canvas__aside {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
.js .off-canvas--open .off-canvas__page-content {
    -webkit-transform: translateX(250px);
            transform: translateX(250px); }
.burger {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
.burger > span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, white), color-stop(40%, #a05175));
    background: linear-gradient(90deg, white 40%, #a05175 40%);
    position: relative;
    -webkit-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s; }
.burger > span:before, .burger > span:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background: #A05175;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s;
      transition: top 0.3s 0.3s, -webkit-transform 0.3s;
      transition: top 0.3s 0.3s, transform 0.3s;
      transition: top 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s; }
.burger > span:before {
      top: -10px; }
.burger > span:after {
      top: 10px; }
.burger--close > span {
    -webkit-transition: background 0.3s 0s;
    transition: background 0.3s 0s;
    background: transparent; }
.burger--close > span:before, .burger--close > span:after {
      -webkit-transition: top 0.3s, -webkit-transform 0.3s 0.3s;
      transition: top 0.3s, -webkit-transform 0.3s 0.3s;
      transition: top 0.3s, transform 0.3s 0.3s;
      transition: top 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
      top: 0; }
.burger--close > span:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
              transform: rotate3d(0, 0, 1, 45deg); }
.burger--close > span:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
              transform: rotate3d(0, 0, 1, -45deg); }
.progress {
  margin-top: 1.375em;
  margin-bottom: 1.375em;
  border: 1px solid #999999;
  border-radius: 15px;
  text-align: center; }
.progress__bar {
    background-color: #e6e6e6;
    border-radius: 15px;
    padding: 0.5em;
    max-width: 100%;
    -webkit-transition: width 0.3s;
    transition: width 0.3s; }
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.375em;
  margin-bottom: 1.375em; }
.media__picture {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1em; }
.media__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
.media__body *:first-child {
      margin-top: 0; }
.js-modal-open {
  overflow: hidden; }
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  -webkit-overflow-scrolling: touch; }
.js-modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
.modal__dialog {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%; }
.modal__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 100%;
    min-height: 100%;
    background-color: #fff;
    outline: 0; }
.modal__header {
    padding: 5px 40px 0 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
.modal__title {
    margin-top: 0.6875em;
    margin-bottom: 0.6875em;
    font-size: 1.25em;
    line-height: 1.4;
    font-weight: 700;
    color: currentColor; }
.modal__close {
    position: absolute !important;
    top: 5px;
    right: 5px; }
.modal__body {
    padding: 0 10px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
.modal__footer {
    padding: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
.modal__backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.7); }
.modal--callback .modal__close {
    width: 20px;
    height: 20px;
    top: 16px;
    right: 16px; }
.modal--callback .modal__close > span:before,
    .modal--callback .modal__close > span:after {
      background: #B2A8B5;
      height: 2px; }
.modal--callback .modal__content {
    border-radius: 15px; }
.modal--callback .modal__header {
    text-align: center;
    padding: 52px 50px 0 50px; }
.modal--callback .modal__logo {
    max-width: 157px;
    height: auto;
    display: inline-block; }
.modal--callback .modal__title {
    font-size: 14px;
    font-weight: 400; }
.modal--callback .modal__body {
    padding: 0 50px; }
.modal--callback .modal__body .field-captcha {
      text-align: center; }
.modal--callback .modal__footer {
    padding: 0 50px 57px 50px; }
.modal--callback .modal__footer .field-checkbox__name {
      line-height: 24px; }
.modal--callback .modal__footer .field-checkbox__name-text a {
      color: #A05175;
      text-decoration: none;
      font-weight: 400;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
.modal--callback .modal__footer .field-checkbox__name-text a:hover {
        opacity: 0.8; }
.modal--callback .modal__actions {
    margin-top: 16px;
    text-align: center; }
.modal--callback .modal__actions .btn {
      padding: 10px 40px;
      border-radius: 20px; }
.modal--search .modal__close {
    width: 20px;
    height: 20px;
    top: 16px;
    right: 16px; }
.modal--search .modal__close > span:before,
    .modal--search .modal__close > span:after {
      background: #B2A8B5;
      height: 2px; }
.modal--search .modal__content {
    border-radius: 15px; }
.modal--search .modal__title {
    font-size: 14px;
    font-weight: 400; }
.modal--search .modal__body {
    padding: 20px 50px 20px 20px; }
.modal--cart-added .modal__dialog {
    width: 330px;
    border-radius: 65px;
    overflow: hidden;
    -webkit-box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.1);
            box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.1); }
.modal--cart-added .modal__body {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.modal--cart-added .modal__image {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%; }
.modal--cart-added .modal__text {
    font-size: 18px;
    font-weight: 400;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center; }
.modal--review-add .modal__close {
    width: 20px;
    height: 20px;
    top: 16px;
    right: 16px; }
.modal--review-add .modal__close > span:before,
    .modal--review-add .modal__close > span:after {
      background: #B2A8B5;
      height: 2px; }
.modal--review-add .modal__content {
    border-radius: 15px;
    padding: 10px 10px; }
.modal--review-add .modal__header {
    text-align: center;
    padding: 10px 50px 0 50px; }
.modal--review-add .modal__title {
    font-size: 18px;
    font-weight: 500; }
.modal--review-add .modal__footer .field-checkbox__name-text a {
    color: #A05175;
    text-decoration: none;
    font-weight: 400;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
.modal--review-add .modal__footer .field-checkbox__name-text a:hover {
      opacity: 0.8; }
.modal--review-add .modal__actions {
    margin-top: 16px;
    text-align: center; }
.modal--review-add .modal__actions .btn {
      padding: 10px 40px;
      border-radius: 20px; }
@-webkit-keyframes modal-backdrop-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes modal-backdrop-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes modal-content-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes modal-content-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.close {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
.close > span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: transparent;
    position: relative; }
.close > span:before, .close > span:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: #A05175;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }
.close > span:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
              transform: rotate3d(0, 0, 1, 45deg); }
.close > span:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
              transform: rotate3d(0, 0, 1, -45deg); }
.tabs {
  margin-top: 1.375em;
  margin-bottom: 1.375em; }
.tabs__links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    cursor: pointer; }
.no-js .tabs__links {
      display: none; }
.tabs__links:after {
      content: '';
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      height: 1px; }
.tabs__link-wrap {
    position: relative; }
.tabs__link-wrap--active .tabs__link {
      color: #261C29;
      background-color: #fff; }
.tabs__link {
    display: block;
    margin-right: 0.8em;
    color: gray;
    text-decoration: none;
    background-color: #e6e6e6; }
.tabs__link:hover, .tabs__link:focus {
      color: gray; }
.tabs__content-wrapper {
    display: block;
    padding: 0.8em 1.4em;
    border: 1px solid #999999;
    border-top: none; }
.js .tabs__content-item {
    display: none; }
.js .tabs__content-item--active {
    display: block; }
.tabs--reviews .tabs__link-wrap {
    border: none; }
.tabs--reviews .tabs__link-wrap--active {
      border-color: #A05175; }
.tabs--reviews .tabs__link-wrap--active .tabs__link {
        background-color: transparent;
        color: #A05175; }
.tabs--reviews .tabs__link-wrap--active .tabs__link::before {
          opacity: 1; }
.tabs--reviews .tabs__link {
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0; }
.tabs--reviews .tabs__link:before {
      opacity: 0;
      content: "";
      position: absolute;
      height: 3px;
      width: 100%;
      bottom: 0;
      left: 0;
      background-color: #A05175; }
.tabs--reviews .tabs__content-wrapper {
    border: none;
    padding: 15px 0 15px 0; }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
.embed-responsive::before {
    content: '';
    display: block;
    padding-top: 56.25%; }
.embed-responsive iframe,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
.embed-responsive--4-3::before {
    padding-top: 75%; }
.js .pie-chart {
  display: inline-block;
  position: relative; }
.js .pie-chart__svg {
    display: block;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
.js .pie-chart__circle-back {
    fill: #ececec; }
.js .pie-chart__circle {
    fill: #ececec;
    stroke: #999999; }
.js .pie-chart__descr {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
.fields-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.6875em; }
.fields-group .btn,
  .fields-group select,
  .fields-group input {
    position: relative;
    margin: 0; }
.fields-group .btn:focus,
    .fields-group select:focus,
    .fields-group input:focus {
      position: relative;
      z-index: 1; }
.fields-group .field-actions,
  .fields-group .field-text {
    margin: 0; }
.fields-group .field-actions:not(:last-child) .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
.fields-group .field-actions:not(:first-child) .btn {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
.fields-group .field-actions .btn:focus {
    z-index: 1; }
.fields-group .field-text:not(:last-child) .field-text__input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
.fields-group .field-text:not(:first-child) .field-text__input {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
.fields-group--delivery-addr .field-text:first-child {
    margin-bottom: 16px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
.fields-group--delivery-addr .field-text:last-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
.fields-group--delivery-addr .field-text .field-text__input {
    border-radius: 10px !important;
    border: 1px solid #ECECEC !important; }
.tooltip {
  position: relative;
  z-index: 1; }
.tooltip__btn {
    display: inline-block;
    padding: 0;
    width: 1.375em;
    height: 1.375em;
    overflow: hidden;
    border: none;
    color: transparent;
    background: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 330 330' fill='gray'%3E%3Cpath d='M165 0C74.02 0 0 74.02 0 165c0 90.982 74.02 165 165 165s165-74.018 165-165C330 74.02 255.98 0 165 0zm0 300c-74.44 0-135-60.56-135-135C30 90.563 90.56 30 165 30s135 60.562 135 135c0 74.44-60.56 135-135 135z'/%3E%3Cpath d='M164.998 70c-11.026 0-19.996 8.976-19.996 20.01 0 11.022 8.97 19.99 19.996 19.99 11.026 0 19.996-8.968 19.996-19.99 0-11.034-8.97-20.01-19.996-20.01zm.002 70c-8.284 0-15 6.716-15 15v90c0 8.284 6.716 15 15 15 8.284 0 15-6.716 15-15v-90c0-8.284-6.716-15-15-15z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1em; }
.tooltip__bubble {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 150px;
    max-width: 250px;
    padding: 10px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
@supports ((-webkit-filter: drop-shadow(0 0 0)) or (filter: drop-shadow(0 0 0))) {
      .tooltip__bubble {
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
                filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5)); } }
.tooltip__bubble:before {
      content: '';
      position: absolute;
      top: -5px;
      left: 5px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 5px 5px 5px;
      border-color: transparent transparent #fff transparent; }
.header-nav {
  display: none; }
.header-nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.header-nav__item.active .header-nav__link {
    color: #F178B6; }
.header-nav__link {
    color: #261C29;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
.header-nav__link:hover {
      color: #F178B6; }
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px; }
.social--contacts {
    margin-top: 30px; }
.social--contacts .social__icon {
      fill: #A05175;
      width: 40px; }
.social--contacts .social__item:not(:last-child) {
      margin-right: 25px; }
.social--contacts .social__actions {
      margin-top: 28px; }
.social__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.social__actions {
    margin-top: 30px; }
.social__actions .btn {
      min-width: 100%; }
.social__item:not(:last-child) {
    margin-right: 17px; }
.social__link {
    display: block;
    text-decoration: none; }
.social__icon {
    display: inline-block;
    fill: #fff; }
.page-section {
  overflow: hidden;
  padding: 0 0 10px 0; }
.page-section--header .page-title {
    margin: 0; }
.page-section--breadcrumbs {
    padding: 0; }
.page-section--filter {
    overflow: visible; }
.page-section--adv-line {
    margin-top: 10px; }
.page-section--carousel {
    padding-top: 0;
    padding-bottom: 30px; }
.page-section--contacts {
    background-color: #FFE2F0;
    padding: 30px 0; }
.page-section--reviews, .page-section--thumb-group, .page-section--payment-methods {
    background-color: #fbfafb; }
.page-section--reviews {
    margin-top: 30px; }
.page-section--faq {
    padding-bottom: 60px; }
.page-section--thumb-group {
    padding: 20px 0; }
.page-section--faq .faq-more {
    text-align: center; }
.page-section--steps {
    padding: 25px 0 20px; }
.page-section--guarantee {
    padding: 20px 0 10px; }
.page-section--feedback {
    background: #FFE2F0; }
.page-section--feedback .container {
      max-width: 800px; }
.page-section--delivery {
    padding-top: 0;
    padding-bottom: 60px; }
.page-section__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 8px; }
.page-section__title span {
      font-size: 12px;
      font-weight: 400;
      color: #A05175;
      display: block; }
.main-sliders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.main-sliders > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.main-sliders__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px; }
.main-sliders__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.contacts__col-left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
.contacts__col-right {
  -ms-flex-negative: 0;
      flex-shrink: 0; }
.contacts__title {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600; }
.contacts-list {
  list-style: none;
  padding: 0; }
.contacts-list__item {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-left: 40px;
    padding-top: 4px;
    padding-bottom: 4px; }
.contacts-list__item a {
      text-decoration: none;
      color: #261C29; }
.contacts-list__item svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 24px;
      height: 24px; }
.thumb-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.thumb-group > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.thumb-group__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px; }
.thumb-group__image img {
      display: block;
      min-width: 100%; }
.thumb-group__caption {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.thumb-group__caption p {
      font-size: 15px;
      line-height: 1.9;
      margin: 0 0 15px 0; }
.thumb-group__title {
    margin-top: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600; }
.steps-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.steps-group > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.steps-group__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center; }
.steps-group__item-num {
    font-family: 'Redressed', cursive;
    font-size: 40px;
    color: #F178B6;
    line-height: 1; }
.steps-group__item-num span {
      border-bottom: 1px solid #F178B6; }
.steps-group__item-text {
    font-size: 12px;
    font-weight: 400; }
.guarantee-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.guarantee-group > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.guarantee-group-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px; }
.guarantee-group-card__inner {
    padding: 16px;
    border-radius: 15px;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.1);
            box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.1);
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #A05175;
    text-align: center;
    height: 100%; }
.guarantee-group-card__text {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400; }
.guarantee-group-card__text p {
      margin-top: 0; }
.payment-methods-box {
  margin-bottom: 10px; }
.payment-methods-box__title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px; }
.payment-methods-box__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px; }
.payment-methods-box__list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px; }
.payment-methods-box__list li {
      font-size: 14px;
      font-weight: 400; }
.payment-methods-box__list li span {
        vertical-align: middle; }
.payment-methods-box__list li:not(:last-child) {
        margin-bottom: 10px; }
.payment-methods-box__caption {
    color: #7D7D7D;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 400;
    margin-top: 0; }
.payment-methods-icon {
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 10px; }
.delivery-carousel-more {
  text-align: center;
  margin-top: 20px; }
.favourites-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0; }
.favourites-sort__item:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 10px; }
.favourites-sort__item a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #B2A8B5;
    background: #fff;
    border: 1px solid #B2A8B5;
    border-radius: 15px;
    padding: 8px 20px; }
.favourites-sort__item.active a {
    background: #FFE2F0;
    border-color: #FFE2F0;
    color: #261C29; }
.shop-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
.shop-panel__btn {
    display: block;
    width: 24px;
    height: 24px;
    padding: 3px;
    text-decoration: none; }
.shop-panel__btn svg {
      width: 100%;
      height: 100%;
      stroke: #261C29;
      stroke-width: 2; }
.shop-panel__btn:not(:last-child) {
      margin-right: 18px; }
.shop-panel .shop-panel-favourites,
  .shop-panel .shop-panel-cart {
    position: relative; }
.shop-panel .shop-panel-favourites .added-value,
    .shop-panel .shop-panel-cart .added-value {
      opacity: 0;
      min-width: 16px;
      height: 16px;
      background: #fff;
      border-radius: 50%;
      font-size: 10px;
      line-height: 12px;
      font-weight: 600;
      color: #A05175;
      position: absolute;
      bottom: 0;
      right: -2px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
.shop-panel .shop-panel-favourites .added-value span,
      .shop-panel .shop-panel-cart .added-value span {
        padding: 2px; }
.shop-panel .shop-panel-favourites.added svg,
    .shop-panel .shop-panel-cart.added svg {
      stroke: #A05175; }
.shop-panel .shop-panel-favourites.added .added-value,
    .shop-panel .shop-panel-cart.added .added-value {
      opacity: 1; }
.accordion-group {
  padding: 10px 0; }
.accordion-group__accordion {
  margin: 0 0 10px 0;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.1);
          box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.1); }
.accordion-group__accordion-heading {
  margin: 0; }
.accordion-group__accordion-btn {
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  border: none;
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  padding: 20px 45px 20px 20px;
  text-align: left;
  width: 100%;
  position: relative; }
.accordion-group__accordion-btn:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #261C29;
    border-right: 2px solid #261C29;
    right: 24px;
    top: 32px;
    -webkit-transform: translateY(-70%) rotate(45deg);
            transform: translateY(-70%) rotate(45deg); }
.accordion-group__accordion-panel {
  border: none;
  padding: 0px 20px 12px 20px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400; }
.accordion-group__accordion-panel p {
    margin-top: 0; }
.accordion-group__accordion-btn_expanded:before {
  -webkit-transform: translateY(-30%) rotate(225deg);
          transform: translateY(-30%) rotate(225deg); }
.product-card {
  height: 100%; }
.product-card__inner {
    text-decoration: none;
    color: currentColor;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
.product-card__image {
    border-radius: 5px;
    overflow: hidden;
    position: relative; }
.product-card__label {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 15px 15px 0;
    padding: 6px 18px;
    overflow: hidden;
    margin-bottom: 15px; }
.product-card__label span {
      position: relative; }
.product-card__label:before {
      content: "";
      background: rgba(223, 223, 223, 0.8);
      backdrop-filter: blur(10px);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 0 15px 15px 0; }
.product-card__label.hit:before {
      background: rgba(203, 236, 158, 0.8); }
.product-card__label.action span {
      color: #fff; }
.product-card__label.action:before {
      background: rgba(241, 120, 183, 0.8); }
.product-card__body {
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
.product-card__body .add-favourites {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
.product-card__body .add-favourites__icon {
        stroke: #A05175;
        stroke-width: 1px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
.product-card__body .add-favourites.added .add-favourites__icon, .product-card__body .add-favourites:hover .add-favourites__icon {
        stroke-width: 3px; }
.product-card__info {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: auto; }
.product-card__info .product-article {
      font-size: 12px;
      font-weight: 400; }
.product-card__info .product-name {
      font-size: 14px;
      font-weight: 600; }
.product-card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 5px 0; }
.product-card__price {
    margin-right: 38px; }
.product-card__price .old-price {
      font-size: 14px;
      font-weight: 600;
      color: #B2A8B5; }
.product-card__price .current-price {
      font-size: 16px;
      font-weight: 600;
      color: #A05175; }
.product-card__actions {
    margin-left: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
.product-card__actions .btn {
      border-radius: 20px;
      padding: 6px 10px;
      width: 100%; }
.product-card__actions .btn svg {
        display: none; }
.product-card__actions .btn.added {
      color: #fff;
      border-color: transparent; }
.user-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.user-panel__login {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-decoration: none;
    color: currentColor;
    margin-left: 15px; }
.user-panel__help .dropdown__toggler {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: currentColor;
    text-decoration: none;
    padding-right: 12px; }
.user-panel__help .dropdown__toggler:before {
      content: "";
      position: absolute;
      width: 6px;
      height: 6px;
      border-bottom: 1px solid #261C29;
      border-right: 1px solid #261C29;
      right: 0;
      bottom: 3px;
      -webkit-transform: translateY(-70%) rotate(45deg);
              transform: translateY(-70%) rotate(45deg); }
.user-panel__help .dropdown__menu {
    left: -100%;
    padding: 15px 15px;
    min-width: 255px;
    -webkit-box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.25);
            box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.25);
    border-radius: 10px;
    z-index: 3;
    font-size: 14px;
    line-height: 1.375em; }
.user-panel__help .dropdown__menu ul {
      list-style: none;
      padding: 0;
      margin: 0; }
.user-panel__help .dropdown__menu ul li:not(:last-child) {
        margin-bottom: 8px; }
.user-panel__help .dropdown__menu ul li a {
        text-decoration: none;
        display: block;
        color: #261C29; }
.user-panel__help .dropdown__menu ul li a:hover {
          color: #A05175; }
.user-panel__help.dropdown--open .dropdown__toggler {
    color: #A05175; }
.user-panel__help.dropdown--open .dropdown__toggler:before {
      -webkit-transform: translateY(-30%) rotate(225deg);
              transform: translateY(-30%) rotate(225deg);
      border-color: #A05175; }
.images-carousel .owl-stage-outer {
  border-radius: 15px; }
.images-carousel__slide {
  background-size: cover;
  background-position: center center;
  padding-bottom: 52%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  display: block; }
.images-carousel__slide:hover .images-carousel__title {
    color: #fff; }
.images-carousel__slide:hover .images-carousel__title:before {
      background: #A05175; }
.images-carousel__title {
  position: absolute;
  bottom: 16px;
  left: 16px;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 400;
  padding: 8px 20px;
  color: #A05175;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.images-carousel__title span {
    position: relative; }
.images-carousel__title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 35px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
.images-carousel .owl-nav .owl-prev,
.images-carousel .owl-nav .owl-next {
  padding: 0;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 4px 30px rgba(74, 74, 74, 0.25);
          box-shadow: 0px 4px 30px rgba(74, 74, 74, 0.25);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
.images-carousel .owl-nav .owl-prev svg,
  .images-carousel .owl-nav .owl-next svg {
    width: 100%;
    height: 100%;
    padding: 6px; }
.images-carousel .owl-nav .owl-prev {
  left: 8px; }
.images-carousel .owl-nav .owl-prev svg {
    margin-right: 3px; }
.images-carousel .owl-nav .owl-next {
  right: 8px; }
.images-carousel .owl-nav .owl-next svg {
    margin-left: 3px; }
.product-action-carousel {
  position: relative; }
.product-action-carousel .owl-stage-outer {
    border-radius: 15px; }
.product-action-carousel__header {
    margin-bottom: 20px; }
.product-action-carousel__header .page-section__title {
      margin: 0; }
.product-action-carousel .owl-nav {
    position: absolute;
    width: 70px;
    height: 26px;
    top: -45px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.product-action-carousel .owl-nav .owl-prev,
    .product-action-carousel .owl-nav .owl-next {
      padding: 0;
      width: 26px;
      height: 26px;
      background: #B2A8B5;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-shadow: 0px 4px 30px rgba(74, 74, 74, 0.25);
              box-shadow: 0px 4px 30px rgba(74, 74, 74, 0.25); }
.product-action-carousel .owl-nav .owl-prev {
      left: -65px; }
.product-action-carousel .owl-nav .owl-prev svg {
        margin-right: 3px;
        width: 7px;
        height: 13px; }
.product-action-carousel .owl-nav .owl-next {
      right: -65px; }
.product-action-carousel .owl-nav .owl-next svg {
        margin-left: 3px;
        width: 7px;
        height: 13px; }
.product-action-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  border: 1px solid rgba(74, 74, 74, 0.25); }
.product-action-card__group-item:first-child {
    margin-bottom: 12px; }
.product-action-card__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.product-action-card__image {
    position: relative;
    width: 160px;
    min-height: 150px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    overflow: hidden; }
.product-action-card__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover; }
.product-action-card__label {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 15px;
    padding: 8px 16px;
    overflow: hidden;
    margin-left: 15px;
    margin-bottom: 15px; }
.product-action-card__label span {
      position: relative;
      z-index: 11; }
.product-action-card__label:before {
      content: "";
      background: rgba(223, 223, 223, 0.8);
      backdrop-filter: blur(10px);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 15px;
      z-index: 10; }
.product-action-card__label.hit:before {
      background: rgba(203, 236, 158, 0.8); }
.product-action-card__label.action span {
      color: #fff; }
.product-action-card__label.action:before {
      background: rgba(241, 120, 183, 0.8); }
.product-action-card__body {
    background: #fff;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 15px 12px 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.product-action-card__body-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.product-action-card__body-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
.product-action-card__name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 14px;
    font-weight: 400;
    max-width: 220px; }
.product-action-card__article {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 8px; }
.product-action-card__name, .product-action-card__price {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
.product-action-card__price {
    margin-right: 38px; }
.product-action-card__price .old-price {
      font-size: 14px;
      font-weight: 600;
      color: #B2A8B5; }
.product-action-card__price .current-price {
      font-size: 16px;
      font-weight: 600;
      color: #A05175; }
.product-action-card__btn {
    padding: 8px;
    border-radius: 50%;
    line-height: 20px;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.25);
            box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.25); }
.product-action-card__btn:hover {
      -webkit-box-shadow: none;
              box-shadow: none;
      background-color: #A05175; }
.product-action-card__btn:hover svg {
        stroke: #fff; }
.product-action-card__btn.added {
      -webkit-box-shadow: none;
              box-shadow: none;
      background-color: #A05175; }
.product-action-card__btn.added svg {
        stroke: #fff; }
.product-action-card__btn svg {
      width: 20px;
      height: 20px;
      display: block;
      stroke: #A05175;
      stroke-width: 2;
      -webkit-transition: stroke 0.2s ease;
      transition: stroke 0.2s ease; }
.filter-dropdown {
  margin-bottom: 10px;
  position: static; }
.filter-dropdown:not(:last-child) {
    margin-right: 10px; }
.filter-dropdown__close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30px;
    height: 30px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    padding: 4px; }
.filter-dropdown__close > span {
      display: inline-block;
      width: 100%;
      height: 2px;
      background: transparent;
      position: relative; }
.filter-dropdown__close > span:before, .filter-dropdown__close > span:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #B2A8B5;
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%; }
.filter-dropdown__close > span:before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg); }
.filter-dropdown__close > span:after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg); }
.filter-dropdown .dropdown__toggler {
    position: relative;
    display: block;
    text-decoration: none;
    color: #261C29;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    background: #fff;
    border-radius: 15px;
    padding: 8px 42px 8px 14px; }
.filter-dropdown .dropdown__toggler:before {
      content: "";
      position: absolute;
      width: 8px;
      height: 8px;
      border-bottom: 1px solid #261C29;
      border-right: 1px solid #261C29;
      right: 18px;
      bottom: 9px;
      -webkit-transform: translateY(-70%) rotate(45deg);
              transform: translateY(-70%) rotate(45deg); }
.filter-dropdown .dropdown__toggler .active-value {
      opacity: 0;
      min-width: 16px;
      height: 16px;
      background: #A05175;
      border-radius: 50%;
      font-size: 10px;
      line-height: 12px;
      font-weight: 600;
      color: #fff;
      position: absolute;
      top: -4px;
      right: 4px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
.filter-dropdown .dropdown__toggler .active-value span {
        padding: 2px; }
.filter-dropdown .dropdown__toggler.active {
      background: #EEB8D1; }
.filter-dropdown .dropdown__toggler.active .active-value {
        opacity: 1; }
.filter-dropdown .dropdown__menu {
    padding: 20px 40px 30px 20px;
    border-radius: 10px;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.25);
            box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.25);
    width: 100%;
    right: 0; }
.filter-dropdown.dropdown--open .dropdown__toggler {
    background: #EEB8D1; }
.filter-dropdown.dropdown--open .dropdown__toggler:before {
      -webkit-transform: translateY(-30%) rotate(225deg);
              transform: translateY(-30%) rotate(225deg); }
.filter-dropdown__item {
    margin-bottom: 5px; }
.filter-dropdown__item a {
      color: #A05175;
      text-decoration: none;
      display: inline-block;
      padding: 0px 10px;
      width: 100%;
      margin-bottom: 0.6875em;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
.filter-dropdown__item a:hover {
        font-weight: 500; }
.filter-dropdown__item .field-checkbox__name {
      cursor: pointer; }
.filter-dropdown__item .field-checkbox__name-text:after {
      top: 10px; }
.filter-dropdown__item .field-checkbox__name-text:before {
      display: none; }
.filter-dropdown__item .field-checkbox__input:checked ~ .field-checkbox__name-text {
      font-weight: 600;
      color: #A05175; }
.filter-dropdown__actions {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.filter-dropdown__btn-apply {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 20px;
    color: #A05175;
    background: #FFE2F0;
    border: none;
    margin: 0 5px; }
.filter-dropdown__btn-apply:hover, .filter-dropdown__btn-apply:focus {
      background: #ffcee5; }
.filter-dropdown__btn-clear {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 20px;
    color: #B2A8B5;
    background: #fff;
    border: none;
    margin: 0 5px; }
.filter-dropdown__btn-clear:hover, .filter-dropdown__btn-clear:focus {
      color: #B2A8B5;
      background: #fff6fb; }
.filter-dropdown--flowers .filter-dropdown__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
.filter-dropdown--flowers .filter-dropdown__row > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.filter-dropdown--flowers .filter-dropdown__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px; }
.filter-dropdown--reason .filter-dropdown__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
.filter-dropdown--reason .filter-dropdown__row > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.filter-dropdown--reason .filter-dropdown__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.filter-dropdown--reason .field-checkbox__name-text span {
    color: #B2A8B5;
    font-weight: 400;
    margin-left: 10px;
    letter-spacing: 1px; }
.filter-dropdown--recipient .filter-dropdown__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
.filter-dropdown--recipient .filter-dropdown__row > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.filter-dropdown--recipient .filter-dropdown__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.filter-dropdown--recipient .filter-dropdown__item .field-checkbox {
      padding: 0;
      margin: 0; }
.filter-dropdown--recipient .dropdown__menu {
    left: initial;
    right: initial;
    width: 600px;
    padding: 40px 20px 30px 20px; }
.filter-dropdown--size .filter-dropdown__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
.filter-dropdown--size .filter-dropdown__row > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.filter-dropdown--size .filter-dropdown__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0 !important; }
.filter-dropdown--size .dropdown__menu {
    left: initial;
    right: initial;
    width: 300px;
    padding: 40px 20px 30px 20px; }
.filter-dropdown--color .filter-dropdown__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.filter-dropdown--color .filter-dropdown__item {
    margin: 5px; }
.filter-dropdown--color .dropdown__menu {
    left: initial;
    right: initial;
    width: 280px;
    padding: 40px 20px 30px 20px; }
.reviews-carousel-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  border: 1px solid rgba(74, 74, 74, 0.25); }
.reviews-carousel-card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px; }
.reviews-carousel-card__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3; }
.reviews-carousel-card__text {
    font-size: 14px;
    font-weight: 400; }
.reviews-carousel-card__photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px; }
.reviews-carousel-card__photos .photo-before__inner:before {
      content: "Фото на сайте";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #FFE2F0;
      z-index: 1;
      text-align: center;
      padding: 4px 8px;
      font-size: 14px;
      line-height: 1.375em; }
.reviews-carousel-card__photos .photo-after__inner:before {
      content: "Фото доставки";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #FFE2F0;
      z-index: 1;
      text-align: center;
      padding: 4px 8px;
      font-size: 14px;
      line-height: 1.375em; }
.reviews-carousel-card__photos .photo-before,
    .reviews-carousel-card__photos .photo-after {
      padding: 0 10px;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; }
.reviews-carousel-card__photos .photo-before__inner,
      .reviews-carousel-card__photos .photo-after__inner {
        display: block;
        border-radius: 15px;
        overflow: hidden;
        position: relative;
        padding-bottom: 120%;
        color: #261C29; }
.reviews-carousel-card__photos .photo-before__inner img,
        .reviews-carousel-card__photos .photo-after__inner img {
          -o-object-fit: cover;
             font-family: "object-fit:cover";
             object-fit: cover;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
.reviews-carousel__more {
  margin-top: 45px;
  text-align: center; }
.reviews-carousel .owl-nav .owl-prev,
.reviews-carousel .owl-nav .owl-next {
  padding: 0;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 4px 30px rgba(74, 74, 74, 0.25);
          box-shadow: 0px 4px 30px rgba(74, 74, 74, 0.25);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
.reviews-carousel .owl-nav .owl-prev {
  left: -65px; }
.reviews-carousel .owl-nav .owl-prev svg {
    margin-right: 3px; }
.reviews-carousel .owl-nav .owl-next {
  right: -65px; }
.reviews-carousel .owl-nav .owl-next svg {
    margin-left: 3px; }
.catalog__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.catalog__body > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.catalog__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px; }
.catalog__footer {
  padding-top: 20px; }
.catalog__more {
  text-align: center; }
.catalog__pagination {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.catalog-sort {
  color: #261C29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px; }
.catalog-sort__name {
    padding: 8px 8px 8px 0; }
.catalog-sort__nav {
    list-style: none;
    padding: 0;
    margin: 0; }
.catalog-sort__nav-item {
    display: inline-block;
    margin-right: 16px; }
.catalog-sort__nav-item a {
      color: #261C29;
      text-decoration: none;
      display: block;
      padding: 8px 0; }
.catalog-sort__nav-item a:hover {
        text-decoration: underline; }
.catalog-sort__nav-item.active a {
      color: #A05175;
      text-decoration: underline;
      font-weight: bold; }
.sidebar-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.sidebar-group > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.sidebar-group__sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.sidebar-group__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.sidebar-group__title {
    margin-top: 0;
    margin-bottom: 15px; }
.sidebar-group__contacts-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    font-size: 16px; }
.sidebar-group__contacts-list li {
      position: relative;
      padding: 2px 0 4px 30px;
      margin-bottom: 10px; }
.sidebar-group__contacts-list li svg {
        width: 20px;
        height: 21px;
        position: absolute;
        left: 0;
        top: 0; }
.sidebar-group__contacts-map {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    width: 100%;
    padding-bottom: 70%; }
.sidebar-group__contacts-map img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover; }
.sidebar-group__contacts-part {
    margin-bottom: 30px; }
.sidebar-group__contacts-part-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600; }
.sidebar-group__payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px; }
.sidebar-group__payment > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.sidebar-group__payment-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px; }
.sidebar-group__payment-card {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ECECEC;
    text-align: center;
    height: 100%; }
.sidebar-group__payment-card span {
      display: block;
      text-align: center; }
.sidebar-group__delivery-part {
    margin-bottom: 30px; }
.sidebar-group__delivery-part.part-date {
      max-width: 360px; }
.sidebar-group__delivery-part-title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 16px; }
.sidebar-group__delivery-price {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap; }
.sidebar-group__delivery-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
.sidebar-group__delivery-row > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.sidebar-group__delivery-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.sidebar-group__delivery-card {
    position: relative;
    padding-left: 60px; }
.sidebar-group__delivery-card svg {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
.sidebar-group__delivery-timeline-nav .btn {
    margin-right: 16px;
    margin-bottom: 10px; }
.sidebar-group__delivery-timeline-nav .btn.active {
      background: #A05175;
      color: #fff; }
.sidebar-nav {
  list-style: none;
  padding: 0; }
.sidebar-nav__item.active .sidebar-nav__link {
    -webkit-box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.25);
            box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.25); }
.sidebar-nav__link {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: currentColor;
    display: block;
    padding: 14px 18px 14px 50px;
    border-radius: 15px;
    position: relative; }
.sidebar-nav__link svg {
      width: 20px;
      height: 21px;
      position: absolute;
      left: 15px;
      top: 12px; }
.product-tabs .tabs__links {
  font-size: 12px;
  font-weight: 400; }
.product-tabs .tabs__links:after {
    background-color: transparent; }
.product-tabs .tabs__link-wrap {
  border: none;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #e6e6e6;
  border-radius: 5px 5px 0px 0px; }
.product-tabs .tabs__link-wrap:not(:last-child) {
    margin-right: 12px; }
.product-tabs .tabs__link-wrap--active {
  background-color: #fff; }
.product-tabs .tabs__link-wrap--active .tabs__link {
    background-color: transparent; }
.product-tabs .tabs__link {
  color: #261C29;
  margin-right: 0;
  padding: 6px 10px; }
.product-tabs .tabs__content-wrapper {
  border: none;
  border-radius: 0px 0px 15px 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative; }
.product-tabs .tabs__content-wrapper p {
    margin: 5px 0; }
.product-view__merit {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px; }
.product-view__merit-item {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding-left: 25px; }
.product-view__merit-item:not(:last-child) {
    margin-right: 15px; }
.product-view__merit-item svg,
  .product-view__merit-item span {
    display: inline-block;
    vertical-align: middle; }
.product-view__merit-item svg {
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 5px; }
.product-view__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  margin-bottom: 20px; }
.product-view__row > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.product-view__carousel-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px; }
.product-view__main-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
.product-view__carousel-top {
  position: relative; }
.product-view__carousel-top .product-view__size {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1; }
.product-view__carousel .owl-stage-outer {
  border-radius: 16px; }
.product-view__slide {
  border-radius: 16px;
  overflow: hidden;
  padding-bottom: 360px;
  position: relative; }
.product-view__slide img {
    -o-object-fit: cover;
       font-family: "object-fit:cover";
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.product-view__carousel-thumb {
  margin-top: 10px;
  padding: 0; }
.product-view__carousel-thumb .owl-stage-outer {
    border-radius: 6px; }
.product-view__carousel-thumb .owl-item.active.current .product-view__thumbnail {
    border-color: #A05175; }
.product-view__thumbnail {
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid transparent;
  padding-bottom: 80%;
  position: relative; }
.product-view__thumbnail img {
    -o-object-fit: cover;
       font-family: "object-fit:cover";
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.product-view__title {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 10px 0; }
.product-view__article-num {
  font-size: 14px;
  line-height: 1.1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px; }
.product-view__available {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.product-view__available > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.product-view__available-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 500; }
.product-view__available-item {
  font-size: 12px;
  margin-bottom: 5px; }
.product-view__available-item svg {
    vertical-align: middle;
    margin-left: 4px; }
.product-view__size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.25);
          box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.25);
  background-color: #fff;
  border-radius: 10px;
  padding: 8px 16px; }
.product-view__size-title {
  font-size: 14px;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
.product-view__size-w, .product-view__size-h {
  margin-left: 20px; }
.product-view__size-w span,
  .product-view__size-w svg, .product-view__size-h span,
  .product-view__size-h svg {
    vertical-align: middle; }
.product-view__size-w svg, .product-view__size-h svg {
    margin-right: 10px; }
.product-view__buy .btn {
  min-width: 100%; }
.product-view__share-link {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #6B304B; }
.product-view__share-link span {
    vertical-align: middle; }
.product-view__share-link svg {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 12px;
    stroke: #A05175; }
.page-cart {
  padding: 25px 0; }
.page-cart__header {
    margin-bottom: 20px; }
.page-cart__header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.page-cart__header-inner .page-cart-steps {
      display: none; }
.page-cart__box {
    background: #fff;
    -webkit-box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.25);
            box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.25);
    border-radius: 15px;
    padding: 20px 15px; }
.page-cart__back-link {
    text-decoration: none;
    color: #A05175;
    font-weight: 600; }
.page-cart__back-link svg,
    .page-cart__back-link span {
      display: inline-block;
      vertical-align: middle; }
.page-cart__back-link svg {
      margin-right: 8px; }
.page-cart-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
.page-cart-steps:before {
    content: "";
    height: 1px;
    width: 80%;
    background: #ECECEC;
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
.page-cart-steps__item {
    padding: 0 10px;
    text-decoration: none; }
.page-cart-steps__item.active .page-cart-steps__num {
      background: #FFE2F0; }
.page-cart-steps__num {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(74, 74, 74, 0.25);
            box-shadow: 0px 4px 20px rgba(74, 74, 74, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 30px;
    font-weight: 400;
    color: #A05175;
    margin: auto;
    position: relative; }
.page-cart-steps__title {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #A05175;
    margin-top: 16px; }
.page-cart-layout__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.page-cart-layout__row > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.page-cart-layout__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px; }
.page-cart-layout__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px; }
.page-cart-layout__box {
  border-radius: 15px;
  background: var(--White, #FFF);
  padding: 24px;
  -webkit-box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.25);
          box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.25); }
.favourites-empty {
  max-width: 300px;
  margin: auto;
  text-align: center;
  padding: 30px 25px 100px 25px; }
.favourites-empty__body {
    padding: 5px 0 15px; }
.favourites-empty__body svg {
      vertical-align: middle;
      margin: 0 5px; }
.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next {
  padding: 0;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 4px 30px rgba(74, 74, 74, 0.25);
          box-shadow: 0px 4px 30px rgba(74, 74, 74, 0.25);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
.product-carousel .owl-nav .owl-prev {
  left: -65px; }
.product-carousel .owl-nav .owl-prev svg {
    margin-right: 3px; }
.product-carousel .owl-nav .owl-next {
  right: -65px; }
.product-carousel .owl-nav .owl-next svg {
    margin-left: 3px; }
.product-carousel-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px; }
.product-carousel-nav__item {
    margin-right: 10px;
    margin-bottom: 10px; }
.product-carousel-nav__item .btn {
      border-radius: 25px;
      border-color: #B2A8B5;
      color: #B2A8B5;
      font-size: 14px;
      padding: 6px 15px; }
.product-carousel-nav__item .btn:hover, .product-carousel-nav__item .btn:focus {
        background: #B2A8B5;
        color: #fff; }
.product-carousel-nav__item.active .btn {
      background: #B2A8B5;
      color: #fff; }
.product-carousel-more {
  text-align: center;
  margin-top: 35px; }
.cart-list__item {
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 15px;
  padding-bottom: 15px; }
.cart-list__item > .cart-list__card-alert {
    display: block;
    margin-top: 15px;
    margin-right: 0; }
.cart-list__item.no-image {
    padding-bottom: 14px; }
.cart-list__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.cart-list__card .icon-sizer-w {
    width: 12px;
    height: 7px; }
.cart-list__card .icon-sizer-h {
    width: 7px;
    height: 12px; }
.cart-list__card-img-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0; }
.cart-list__card-img {
  width: 120px;
  height: 120px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin-right: 20px; }
.cart-list__card-img img {
    -o-object-fit: cover;
       font-family: "object-fit:cover";
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.cart-list__card-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.cart-list__card-body-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
.cart-list__card-part.part-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 8px; }
.cart-list__card-part.right-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.cart-list__card-part.part-field-num {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 110px; }
.cart-list__card-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px; }
.cart-list__card-sizer {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.cart-list__card-sizer span {
    margin-right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.cart-list__card-sizer span svg {
      margin-right: 5px; }
.cart-list__card-cost {
  white-space: nowrap;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #A05175;
  margin-bottom: 12px;
  margin-right: 10px; }
.cart-list__card-bonus {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 12px; }
.cart-list__card-alert {
  border-radius: 15px;
  padding: 8px 15px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  background-color: #F178B6;
  color: #fff;
  margin-right: 45px;
  display: none; }
.cart-list__card-close {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #B2A8B5;
  margin-left: auto;
  white-space: nowrap; }
.cart-list__card-close svg {
    margin-right: 10px; }
.cart-dop__title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 30px; }
.cart-dop__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px; }
.cart-dop__nav__item {
    margin-right: 10px;
    margin-bottom: 10px; }
.cart-dop__nav__item .btn {
      border-radius: 25px;
      border-color: #B2A8B5;
      color: #B2A8B5;
      font-size: 14px;
      padding: 6px 15px; }
.cart-dop__nav__item .btn:hover, .cart-dop__nav__item .btn:focus {
        background: #B2A8B5;
        color: #fff; }
.cart-dop__nav__item.active .btn {
      background: #B2A8B5;
      color: #fff; }
.cart-order__footer {
  margin-top: 30px; }
.cart-order__footer .btn {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 30px; }
.cart-order__total-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px; }
.cart-order__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.2; }
.cart-order__field--bold {
    font-size: 18px;
    font-weight: 500; }
.cart-order__field--middle {
    font-size: 18px;
    font-weight: 400; }
.cart-order__field--light {
    font-size: 14px;
    font-weight: 400px; }
.cart-order__field-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
.cart-order__field-value {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap; }
.cart-order__part {
  margin-bottom: 30px; }
.cart-order__part .cart-order__field:not(:last-child) {
    margin-bottom: 14px; }
.cart-order__info-alert {
  color: #F178B6;
  font-size: 14px;
  font-weight: 600; }
.cart-order__payment-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 18px; }
.cart-order__payment-method-title {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 10px; }
.cart-order__payment-method-value {
  font-size: 14px;
  line-height: 1.1;
  font-weight: 400; }
.cart-order .field-toggler-bonuses .field-toggler__help-text {
  font-size: 14px;
  color: #261C29;
  padding-bottom: 0.4em; }
.cart-order .field-toggler-bonuses .field-toggler__name {
  min-height: 31px; }
.cart-order .field-text-bonuses {
  max-width: 100px;
  text-align: center; }
.form-order__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.form-order__actions .btn {
    margin-right: 30px;
    font-size: 18px;
    padding: 18px 100px;
    border-radius: 30px; }
.form-order__buyer-info {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.form-order__buyer-info > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.form-order__buyer-info-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
.form-order__buyer-info-col .field-text {
    margin-bottom: 10px; }
.form-order__delivery-var {
  margin-bottom: 10px; }
.form-order__delivery-addr {
  margin-bottom: 10px; }
.form-order__add-comments {
  margin-bottom: 10px; }
.form-order__wishes {
  margin-bottom: 10px; }
.form-order__add-comments-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #A05175;
  line-height: 1.2;
  text-decoration: none; }
.form-order__add-comments-link span,
  .form-order__add-comments-link svg {
    vertical-align: middle; }
.form-order__add-comments-link svg {
    margin-right: 10px; }
.form-order__wishes-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px; }
.form-order__wishes-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.form-order__wishes-row > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.form-order__wishes-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
.form-order__wishes-field {
  margin-bottom: 10px; }
.form-order__pm {
  margin-bottom: 10px; }
.form-order__pm-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px; }
.form-order__pm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.form-order__pm-row > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.form-order__pm-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px; }
.order-created-card__header {
  margin-bottom: 60px;
  text-align: center; }
.order-created-card__title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 15px; }
.order-created-card__sub-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 15px; }
.order-created-card__num {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600; }
.order-created-card__timeline .order-created-steps {
  margin: auto; }
.order-created-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-width: 600px; }
.order-created-steps:before {
    content: "";
    height: 1px;
    width: 80%;
    background: #ECECEC;
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
.order-created-steps__item {
    padding: 0 10px;
    margin-top: 12px; }
.order-created-steps__item.active .order-created-steps__num svg {
      stroke: #A05175; }
.order-created-steps__item.active .order-created-steps__title {
      color: #A05175; }
.order-created-steps__num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(74, 74, 74, 0.25);
            box-shadow: 0px 4px 20px rgba(74, 74, 74, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 30px;
    font-weight: 400;
    color: #A05175;
    margin: auto;
    position: relative; }
.order-created-steps__num svg {
      stroke: #B2A8B5;
      width: 17px;
      height: 17px; }
.order-created-steps__title {
    text-align: center;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 600;
    color: #A05175;
    margin-top: 16px;
    color: #B2A8B5; }
.login-form {
  max-width: 490px;
  margin: 25px 0; }
.login-form__header {
    margin-bottom: 25px; }
.login-form__body {
    margin-bottom: 25px; }
.login-form__body .field-text__help-text {
      margin-top: 10px;
      font-size: 12px; }
.login-form__footer .btn {
    font-size: 18px;
    border-radius: 30px;
    padding: 14px 100px; }
.login-form__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2; }
.login-form__caption {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2; }
.la-profile__header {
  padding-top: 50px;
  padding-bottom: 40px; }
.la-profile__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 100px; }
.la-profile__row > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.la-profile__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px; }
.la-profile__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
.page-back-link {
  text-decoration: none;
  color: #A05175;
  font-weight: 600; }
.page-back-link svg,
  .page-back-link span {
    display: inline-block;
    vertical-align: middle; }
.page-back-link svg {
    margin-right: 8px; }
.profile-card {
  border-radius: 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.25);
          box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.25);
  border-radius: 15px;
  padding: 30px 20px 30px 20px; }
.profile-card__header {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 30px;
    margin-bottom: 50px; }
.profile-card__phone {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 16px; }
.profile-card__email {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600; }
.profile-card__nav {
    list-style: none;
    padding: 0;
    margin: 0; }
.profile-card__nav-item:not(:last-child) {
    margin-bottom: 16px; }
.profile-card__nav-item.active .profile-card__nav-link {
    color: #A05175; }
.profile-card__nav-item.active .profile-card__nav-link svg {
      stroke: #A05175; }
.profile-card__nav-link {
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #B2A8B5;
    padding: 5px 0 5px 44px;
    position: relative; }
.profile-card__nav-link svg {
      stroke: #B2A8B5;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
.profile-board--box {
  border-radius: 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.25);
          box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.25);
  padding: 20px; }
.profile-board__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px; }
.profile-board__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.2;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.profile-board__item b {
    font-weight: 600; }
.profile-board__item-num {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
.profile-board__item-num-value {
  font-weight: 600;
  margin-bottom: 2px; }
.profile-board__item-status {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
.profile-board__item-cost-value {
  white-space: nowrap;
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0; }
.profile-board__item-more .btn {
  margin: 8px 0;
  padding: 6px 8px;
  border-radius: 25px;
  width: 100%;
  font-size: 14px; }
.profile-board__item-num, .profile-board__item-status, .profile-board__item-cost {
  padding-right: 20px; }
.profile-board__item-status-value {
  margin-bottom: 12px; }
.profile-board__item-status-date b {
  display: block; }
.profile-board__payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.profile-board__payment-amount-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px; }
.profile-board__payment-amount-num {
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap; }
.profile-board__payment-method {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 25px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
.profile-board__payment-method b {
    font-weight: 600; }
.profile-board__payment-actions {
  margin-top: 10px; }
.profile-board__payment-actions .btn {
    margin: 8px 0;
    padding: 6px 8px;
    border-radius: 25px;
    width: 100%;
    font-size: 14px; }
.profile-board__products-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px; }
.profile-board__products-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.profile-board__products-row > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.profile-board__products-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px; }
.profile-board__bonuses-amount {
  font-size: 14px;
  font-weight: 600;
  color: #A05175;
  margin-bottom: 40px; }
.profile-board__history-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px; }
.profile-board__history-table {
  border: none; }
.profile-board__history-table td, .profile-board__history-table th {
    padding: 0.4em 1.4em;
    vertical-align: middle;
    border: none;
    text-align: center; }
.profile-board__history-table td:not(:first-child), .profile-board__history-table th:not(:first-child) {
      border: none; }
.profile-board__history-table td span, .profile-board__history-table th span {
      position: relative; }
.profile-board__history-table tr:nth-child(odd) td {
    position: relative; }
.profile-board__history-table tr:nth-child(odd) td:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #FFE2F0; }
.profile-board__history-table tr:nth-child(odd) td:first-child:before {
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px; }
.profile-board__history-table tr:nth-child(odd) td:last-child:before {
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px; }
.profile-board__settings:not(:last-child) {
  margin-bottom: 70px; }
.profile-board__settings-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.profile-board__settings-row > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.profile-board__settings-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
.profile-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.profile-product__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 82px;
    height: 82px;
    position: relative;
    overflow: hidden;
    border-radius: 15px; }
.profile-product__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover; }
.profile-product__body {
    padding: 0 10px; }
.profile-product__title {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 10px; }
.profile-product__quantity {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 14px; }
.profile-product__amount {
    font-size: 18px;
    font-weight: 600; }
.subscribe-box__caption {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 18px; }
.subscribe-box__form {
  display: block;
  background: #FFE2F0;
  border-radius: 15px;
  padding: 30px; }
.subscribe-box__form-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 15px; }
.subscribe-box__fields-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
.subscribe-box__fields-group .field-text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0; }
.subscribe-box__fields-group .field-text__input {
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    border-color: #fff;
    padding: 6px 20px; }
.subscribe-box__fields-group .field-actions {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 0 0 8px;
    margin: 0; }
.subscribe-box__btn {
  display: block;
  padding: 4px;
  margin: 0;
  width: 36px;
  height: 36px;
  background: #A05175;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%; }
.subscribe-box__btn svg {
    width: 100%;
    height: 100%; }
.subscribe-box__btn:hover, .subscribe-box__btn:focus {
    background: #8f4869; }
.product-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.product-buy__col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
.product-buy__col.col-price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
.product-buy__col.col-price .product-buy__price,
      .product-buy__col.col-price .product-buy__price-info {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; }
.product-buy__col.col-actions {
      margin-top: 20px; }
.product-buy__btn {
    min-width: 100%;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 10px;
    border-radius: 30px;
    width: 100%; }
.product-buy__favorites {
    z-index: 2;
    padding: 0;
    background: transparent;
    border: none;
    position: absolute;
    top: 15px;
    right: 35px;
    background: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%; }
.product-buy__favorites.added svg {
      stroke: #A05175;
      stroke-width: 2px; }
.product-buy__favorites svg {
      margin-top: 2px;
      width: 30px;
      height: 30px;
      stroke: #261C29;
      stroke-width: 1px; }
.product-buy__favorites:hover, .product-buy__favorites:focus {
      background: transparent;
      border-color: transparent;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
.product-buy__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.1;
    margin: 5px 0; }
.product-buy__price .current-price {
      font-size: 24px;
      font-weight: 600;
      color: #A05175;
      white-space: nowrap;
      margin-right: 14px; }
.product-buy__price .old-price {
      font-size: 16px;
      font-weight: 400;
      color: #B2A8B5; }
.product-buy__price-info-delivery {
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 500; }
.product-buy__price-info-delivery svg {
      vertical-align: middle;
      margin-left: 6px; }
.product-buy__price-info-bonuses {
    font-size: 12px;
    font-weight: 400;
    color: #F178B6; }
.send-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.send-reviews__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 190px;
    margin-right: 25px; }
.send-reviews__rating .live-rating {
      font-size: 36px;
      font-style: normal;
      font-weight: 600; }
.send-reviews__actions {
    margin: 15px 0; }
.mobile-menu {
  position: relative; }
.mobile-menu .first-level > a {
    font-size: 18px; }
.mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
.mobile-menu ul li {
    /* Sub Menu */ }
.mobile-menu ul li a {
    display: block;
    background: #ebebeb;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear; }
.mobile-menu ul li a:hover {
    background: #f8f8f8;
    color: #515151; }
.mobile-menu .sub-menu {
    position: relative; }
.mobile-menu .sub-menu a .fa {
    width: 16px;
    position: absolute;
    right: 10px;
    top: 18px; }
.mobile-menu .sub-menu a .fa:before {
      content: '';
      position: absolute;
      right: 2px;
      top: 50%;
      width: 6px;
      height: 6px;
      border-bottom: 1px solid #31353f;
      border-right: 1px solid #31353f;
      -webkit-transform: translateY(-70%) rotate(45deg);
              transform: translateY(-70%) rotate(45deg);
      -webkit-transition: border-color 0.3s, -webkit-transform 0.3s;
      transition: border-color 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, border-color 0.3s;
      transition: transform 0.3s, border-color 0.3s, -webkit-transform 0.3s; }
.mobile-menu .sub-menu a .fa.fa-caret-up:before {
      -webkit-transform: translateY(-30%) rotate(225deg);
              transform: translateY(-30%) rotate(225deg); }
.mobile-menu ul ul {
    background-color: #ebebeb; }
.mobile-menu ul li ul li a {
    background: #f8f8f8;
    border-left: 4px solid transparent;
    padding: 10px 20px; }
.mobile-menu ul li ul li a:hover {
    background: #ebebeb;
    border-left: 4px solid #A05175; }
.page-cookie {
  position: fixed;
  left: 0;
  bottom: 20px;
  width: 100%;
  z-index: 100;
  display: none; }
.page-cookie--show {
    display: block; }
.page-cookie__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%; }
.page-cookie__box {
    background: #fff;
    -webkit-box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.25);
            box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.25);
    border-radius: 15px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.page-cookie__box p {
      margin: 0;
      line-height: 1.2; }
.page-cookie__box .btn {
      margin-left: 20px; }
.field-num {
  display: block;
  margin-bottom: 10px; }
.field-num__name {
    display: block;
    margin-bottom: 0.4em;
    line-height: 1.375em;
    font-weight: 700; }
.field-num__input-wrap {
    display: block; }
.field-num__input-and-btns {
    display: block;
    position: relative;
    width: 109px; }
.field-num__input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    min-height: calc(1.375emem + 0.8em + 0.8em + 2px);
    margin: 0;
    border: 1px solid #999999;
    border-radius: 15px;
    padding: 0.8em 1.4em;
    line-height: 1.375em;
    font-size: 1em;
    font-family: inherit;
    background-color: #fff;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
            appearance: textfield;
    padding: 0.8em 45px;
    font-size: 24px;
    border-radius: 0;
    padding: 4px 35px;
    border: none;
    text-align: center;
    height: 32px; }
.field-num__input:focus {
      outline: 0;
      -webkit-box-shadow: 0 0 0 2px rgba(160, 81, 117, 0.7);
              box-shadow: 0 0 0 2px rgba(160, 81, 117, 0.7); }
.field-num__input[disabled], .field-num__input[readonly] {
      cursor: not-allowed;
      background-color: #ececec; }
.field-num__input::-webkit-search-cancel-button, .field-num__input::-webkit-search-decoration, .field-num__input::-webkit-inner-spin-button, .field-num__input::-webkit-outer-spin-button {
      -webkit-appearance: none; }
.field-num__input[type='color'] {
      padding: 0; }
.field-num__input::-webkit-input-placeholder {
      color: gray;
      opacity: 1; }
.field-num__input::-moz-placeholder {
      color: gray;
      opacity: 1; }
.field-num__input::-ms-input-placeholder {
      color: gray;
      opacity: 1; }
.field-num__input::placeholder {
      color: gray;
      opacity: 1; }
.field-num:not(.field-num--disabled) button:focus ~ .field-num__input {
      outline: none; }
.field-num__input:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
.field-num__btn {
    position: absolute;
    top: 1px;
    bottom: 1px;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    border: 1px solid #A05175;
    padding: 0;
    font: 0/0 a;
    color: transparent;
    background: transparent; }
.field-num__btn:hover, .field-num__btn:focus {
      cursor: pointer;
      outline: none; }
.field-num__btn--plus {
      right: 1px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 357 357' fill='%23B2A8B5'%3E%3Cpath d='M357 204H204v153h-51V204H0v-51h153V0h51v153h153v51z'/%3E%3C/svg%3E") center no-repeat;
      background-size: 14px 14px; }
.field-num__btn--minus {
      left: 1px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 357 357' fill='%23B2A8B5'%3E%3Cpath d='M357 204H0v-51h357v51z'/%3E%3C/svg%3E") center no-repeat;
      background-size: 14px 14px; }
.field-num--disabled .field-num__btn {
      cursor: not-allowed; }
.field-num--disabled .field-num__btn:hover, .field-num--disabled .field-num__btn:focus {
        background-color: transparent; }
.field-num--error .field-num__name,
  .field-num--error .field-num__input,
  .field-num--error .field-num__help-text {
    color: #d8544f; }
.field-num--error .field-num__input {
    border-color: #d8544f;
    background-color: #f9e2e2; }
.field-num--sm {
    margin-bottom: 0; }
.field-num--sm .field-num__input-and-btns {
      width: 65px; }
.field-num--sm .field-num__input {
      font-size: 16px;
      padding: 4px 15px;
      height: 26px; }
.field-num--sm .field-num__btn {
      width: 14px;
      height: 14px;
      top: 6px; }
.field-num--sm .field-num__btn--plus {
        background-size: 8px 8px; }
.field-num--sm .field-num__btn--minus {
        background-size: 8px 8px; }
.reviews-list__item {
  margin-bottom: 16px; }
.reviews-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  -webkit-box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.25);
          box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.25); }
.reviews-card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px; }
.reviews-card__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3; }
.reviews-card__text {
    font-size: 14px;
    font-weight: 400; }
.reviews-card__photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px; }
.reviews-card__photos .photo-before__inner:before {
      content: "Фото на сайте";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #FFE2F0;
      z-index: 1;
      text-align: center;
      padding: 4px 8px; }
.reviews-card__photos .photo-after__inner:before {
      content: "Фото доставки";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #FFE2F0;
      z-index: 1;
      text-align: center;
      padding: 4px 8px; }
.reviews-card__photos .photo-before,
    .reviews-card__photos .photo-after {
      padding: 0 10px;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; }
.reviews-card__photos .photo-before__inner,
      .reviews-card__photos .photo-after__inner {
        display: block;
        border-radius: 15px;
        overflow: hidden;
        position: relative;
        padding-bottom: 120%;
        color: #261C29; }
.reviews-card__photos .photo-before__inner img,
        .reviews-card__photos .photo-after__inner img {
          -o-object-fit: cover;
             font-family: "object-fit:cover";
             object-fit: cover;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
.page-error-box {
  text-align: center;
  padding: 25px 0 165px; }
.page-error-box__title {
    color: #FFE2F0;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    margin: 0;
    padding: 0; }
.page-error-box__sub-title {
    font-size: 16px; }
.page-error-box .btn {
    margin-top: 20px; }
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.search-form .field-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0; }
.search-form .btn {
    margin-left: 20px; }
.sitemap__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.sitemap__row > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.sitemap__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
.sitemap__title {
  font-size: 18px;
  margin-top: 30px;
  font-weight: bold; }
.deliveries__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.deliveries__row > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.deliveries__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  border-radius: 15px; }
.deliveries__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 15px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  min-height: 280px; }
.deliveries__img:hover {
    opacity: 0.9; }
.header-catalog {
  margin-right: 40px; }
.header-catalog__btn {
    color: #fff;
    background: #A05175;
    border-radius: 30px;
    padding: 10px 20px 10px 56px;
    font-size: 16px;
    position: relative;
    display: inline-block; }
.header-catalog__btn:before {
      content: "";
      position: absolute;
      left: 20px;
      top: 10px;
      width: 21px;
      height: 20px;
      background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.625 2.5L17.875 2.5' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1.625 10L11.625 10' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1.625 17.5L17.875 17.5' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A"); }
.header-catalog__list {
    position: absolute;
    left: 0;
    background: #fff;
    top: 65px;
    padding: 10px 30px 40px 30px;
    -webkit-box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.25);
            box-shadow: 0px 4px 30px 4px rgba(74, 74, 74, 0.25);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    z-index: -1000;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    -ms-overflow-style: none;
    scrollbar-width: none; }
.header-catalog__list::-webkit-scrollbar {
      width: 0;
      height: 0; }
.header-catalog__list.active {
      max-height: 1000px;
      padding: 10px 30px 40px 30px;
      overflow: auto;
      opacity: 1;
      z-index: 10; }
.header-catalog__menu {
    list-style: none;
    margin: 0;
    padding: 10px 20px;
    min-width: 280px;
    max-width: 280px;
    max-height: 640px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; }
.header-catalog__menu::-webkit-scrollbar {
      width: 0;
      height: 0; }
.header-catalog__menu + .header-catalog__menu {
      margin-left: 20px; }
.header-catalog__menu-item {
      margin: 0;
      padding: 0;
      margin-bottom: 8px; }
.header-catalog__menu-link {
      text-transform: uppercase;
      color: #261C29;
      padding: 12px 26px;
      display: inline-block;
      border-radius: 10px;
      width: 100%;
      position: relative;
      font-size: 14px; }
.header-catalog__menu-link.hasChild:after {
        content: "";
        width: 13px;
        height: 20px;
        right: 16px;
        top: 13px;
        background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.66666 4L9.66666 10L3.66666 16' stroke='%23261C29' stroke-width='1.5'/%3E%3C/svg%3E%0A");
        position: absolute; }
.header-catalog__menu-link:hover, .header-catalog__menu-link.active {
        background: #ececec; }
.header-catalog__menu .devider {
      height: 1px;
      width: 100%;
      border-bottom: 1px solid #ececec;
      display: block; }
.adv-line .owl-stage-outer {
  padding: 0 0 10px 0; }
.adv-line .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.adv-line__item {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
  padding: 16px 10px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(135, 135, 135, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(135, 135, 135, 0.25);
  height: 100%; }
.adv-line__icon {
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
.adv-line__icon--photo-before-delivery {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.11429 1.75862H14.3143V2.33793H7.11429V1.75862ZM5.91429 2.33793V1.75862C5.91429 1.11873 6.45155 0.599998 7.11429 0.599998H14.3143C14.977 0.599998 15.5143 1.11873 15.5143 1.75862V2.33793L17.2423 2.33793L17.2688 2.33793C17.7839 2.33792 18.2092 2.33791 18.5557 2.3672C18.9164 2.39769 19.2459 2.46314 19.5535 2.62525C20.0305 2.87672 20.4109 3.27379 20.6469 3.75293C20.7966 4.05702 20.8576 4.38256 20.8864 4.74659C20.9143 5.09985 20.9143 5.53535 20.9143 6.07192V6.07197V6.07202V6.0722V6.09517V13.6428V13.6657V13.6659V13.666V13.666C20.9143 14.2026 20.9143 14.6381 20.8864 14.9913C20.8576 15.3554 20.7966 15.6809 20.6469 15.985C20.4109 16.4641 20.0305 16.8612 19.5535 17.1127C19.2459 17.2748 18.9164 17.3402 18.5557 17.3707C18.2092 17.4 17.7839 17.4 17.2688 17.4H17.2423L4.18629 17.4H4.15981C3.64468 17.4 3.21938 17.4 2.87291 17.3707C2.5122 17.3402 2.18269 17.2748 1.87513 17.1127C1.39804 16.8612 1.0177 16.4641 0.781705 15.985C0.631931 15.6809 0.570933 15.3554 0.542183 14.9913C0.514277 14.638 0.514281 14.2024 0.514287 13.6657V13.6428V6.09517V6.07223C0.514282 5.53551 0.514277 5.09991 0.542183 4.74659C0.570933 4.38256 0.631932 4.05702 0.781705 3.75293C1.0177 3.27379 1.39804 2.87672 1.87513 2.62525C2.18269 2.46313 2.5122 2.39768 2.87291 2.3672C3.21937 2.33791 3.64466 2.33792 4.15978 2.33793H4.15978L4.18629 2.33793H5.91429ZM14.3143 3.49655H7.11429H4.18629C3.63804 3.49655 3.2655 3.49707 2.97756 3.5214C2.69794 3.54504 2.55327 3.58783 2.45013 3.6422C2.20466 3.77158 1.99756 3.98221 1.8654 4.25052C1.80591 4.37131 1.76228 4.5363 1.73871 4.83468C1.71469 5.13874 1.71429 5.53005 1.71429 6.09517L1.71429 13.6428C1.71429 14.2079 1.71469 14.5992 1.73871 14.9032C1.76227 15.2016 1.80591 15.3666 1.8654 15.4874C1.99756 15.7557 2.20466 15.9663 2.45013 16.0957C2.55327 16.1501 2.69794 16.1929 2.97756 16.2165C3.2655 16.2409 3.63804 16.2414 4.18629 16.2414L17.2423 16.2414C17.7905 16.2414 18.1631 16.2409 18.451 16.2165C18.7306 16.1929 18.8753 16.1501 18.9784 16.0957C19.2239 15.9663 19.431 15.7557 19.5632 15.4874C19.6227 15.3666 19.6663 15.2016 19.6899 14.9032C19.7139 14.5992 19.7143 14.2079 19.7143 13.6428V6.09517C19.7143 5.53005 19.7139 5.13874 19.6899 4.83468C19.6663 4.5363 19.6227 4.37131 19.5632 4.25052C19.431 3.98221 19.2239 3.77158 18.9784 3.6422C18.8753 3.58783 18.7306 3.54504 18.451 3.5214C18.1631 3.49707 17.7905 3.49655 17.2423 3.49655L14.3143 3.49655ZM13.7143 9.86896C13.7143 11.4687 12.3711 12.7655 10.7143 12.7655C9.05743 12.7655 7.71429 11.4687 7.71429 9.86896C7.71429 8.26924 9.05743 6.97241 10.7143 6.97241C12.3711 6.97241 13.7143 8.26924 13.7143 9.86896ZM14.9143 9.86896C14.9143 12.1086 13.0339 13.9241 10.7143 13.9241C8.39469 13.9241 6.51429 12.1086 6.51429 9.86896C6.51429 7.62935 8.39469 5.81379 10.7143 5.81379C13.0339 5.81379 14.9143 7.62935 14.9143 9.86896ZM16.7143 7.55172C17.377 7.55172 17.9143 7.03299 17.9143 6.3931C17.9143 5.75321 17.377 5.23448 16.7143 5.23448C16.0515 5.23448 15.5143 5.75321 15.5143 6.3931C15.5143 7.03299 16.0515 7.55172 16.7143 7.55172Z' fill='%23A05175'/%3E%3C/svg%3E%0A"); }
.adv-line__icon--chat {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.11429 1.75862H14.3143V2.33793H7.11429V1.75862ZM5.91429 2.33793V1.75862C5.91429 1.11873 6.45155 0.599998 7.11429 0.599998H14.3143C14.977 0.599998 15.5143 1.11873 15.5143 1.75862V2.33793L17.2423 2.33793L17.2688 2.33793C17.7839 2.33792 18.2092 2.33791 18.5557 2.3672C18.9164 2.39769 19.2459 2.46314 19.5535 2.62525C20.0305 2.87672 20.4109 3.27379 20.6469 3.75293C20.7966 4.05702 20.8576 4.38256 20.8864 4.74659C20.9143 5.09985 20.9143 5.53535 20.9143 6.07192V6.07197V6.07202V6.0722V6.09517V13.6428V13.6657V13.6659V13.666V13.666C20.9143 14.2026 20.9143 14.6381 20.8864 14.9913C20.8576 15.3554 20.7966 15.6809 20.6469 15.985C20.4109 16.4641 20.0305 16.8612 19.5535 17.1127C19.2459 17.2748 18.9164 17.3402 18.5557 17.3707C18.2092 17.4 17.7839 17.4 17.2688 17.4H17.2423L4.18629 17.4H4.15981C3.64468 17.4 3.21938 17.4 2.87291 17.3707C2.5122 17.3402 2.18269 17.2748 1.87513 17.1127C1.39804 16.8612 1.0177 16.4641 0.781705 15.985C0.631931 15.6809 0.570933 15.3554 0.542183 14.9913C0.514277 14.638 0.514281 14.2024 0.514287 13.6657V13.6428V6.09517V6.07223C0.514282 5.53551 0.514277 5.09991 0.542183 4.74659C0.570933 4.38256 0.631932 4.05702 0.781705 3.75293C1.0177 3.27379 1.39804 2.87672 1.87513 2.62525C2.18269 2.46313 2.5122 2.39768 2.87291 2.3672C3.21937 2.33791 3.64466 2.33792 4.15978 2.33793H4.15978L4.18629 2.33793H5.91429ZM14.3143 3.49655H7.11429H4.18629C3.63804 3.49655 3.2655 3.49707 2.97756 3.5214C2.69794 3.54504 2.55327 3.58783 2.45013 3.6422C2.20466 3.77158 1.99756 3.98221 1.8654 4.25052C1.80591 4.37131 1.76228 4.5363 1.73871 4.83468C1.71469 5.13874 1.71429 5.53005 1.71429 6.09517L1.71429 13.6428C1.71429 14.2079 1.71469 14.5992 1.73871 14.9032C1.76227 15.2016 1.80591 15.3666 1.8654 15.4874C1.99756 15.7557 2.20466 15.9663 2.45013 16.0957C2.55327 16.1501 2.69794 16.1929 2.97756 16.2165C3.2655 16.2409 3.63804 16.2414 4.18629 16.2414L17.2423 16.2414C17.7905 16.2414 18.1631 16.2409 18.451 16.2165C18.7306 16.1929 18.8753 16.1501 18.9784 16.0957C19.2239 15.9663 19.431 15.7557 19.5632 15.4874C19.6227 15.3666 19.6663 15.2016 19.6899 14.9032C19.7139 14.5992 19.7143 14.2079 19.7143 13.6428V6.09517C19.7143 5.53005 19.7139 5.13874 19.6899 4.83468C19.6663 4.5363 19.6227 4.37131 19.5632 4.25052C19.431 3.98221 19.2239 3.77158 18.9784 3.6422C18.8753 3.58783 18.7306 3.54504 18.451 3.5214C18.1631 3.49707 17.7905 3.49655 17.2423 3.49655L14.3143 3.49655ZM13.7143 9.86896C13.7143 11.4687 12.3711 12.7655 10.7143 12.7655C9.05743 12.7655 7.71429 11.4687 7.71429 9.86896C7.71429 8.26924 9.05743 6.97241 10.7143 6.97241C12.3711 6.97241 13.7143 8.26924 13.7143 9.86896ZM14.9143 9.86896C14.9143 12.1086 13.0339 13.9241 10.7143 13.9241C8.39469 13.9241 6.51429 12.1086 6.51429 9.86896C6.51429 7.62935 8.39469 5.81379 10.7143 5.81379C13.0339 5.81379 14.9143 7.62935 14.9143 9.86896ZM16.7143 7.55172C17.377 7.55172 17.9143 7.03299 17.9143 6.3931C17.9143 5.75321 17.377 5.23448 16.7143 5.23448C16.0515 5.23448 15.5143 5.75321 15.5143 6.3931C15.5143 7.03299 16.0515 7.55172 16.7143 7.55172Z' fill='%23A05175'/%3E%3C/svg%3E%0A"); }
.adv-line__icon--free-delivery {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.11429 1.75862H14.3143V2.33793H7.11429V1.75862ZM5.91429 2.33793V1.75862C5.91429 1.11873 6.45155 0.599998 7.11429 0.599998H14.3143C14.977 0.599998 15.5143 1.11873 15.5143 1.75862V2.33793L17.2423 2.33793L17.2688 2.33793C17.7839 2.33792 18.2092 2.33791 18.5557 2.3672C18.9164 2.39769 19.2459 2.46314 19.5535 2.62525C20.0305 2.87672 20.4109 3.27379 20.6469 3.75293C20.7966 4.05702 20.8576 4.38256 20.8864 4.74659C20.9143 5.09985 20.9143 5.53535 20.9143 6.07192V6.07197V6.07202V6.0722V6.09517V13.6428V13.6657V13.6659V13.666V13.666C20.9143 14.2026 20.9143 14.6381 20.8864 14.9913C20.8576 15.3554 20.7966 15.6809 20.6469 15.985C20.4109 16.4641 20.0305 16.8612 19.5535 17.1127C19.2459 17.2748 18.9164 17.3402 18.5557 17.3707C18.2092 17.4 17.7839 17.4 17.2688 17.4H17.2423L4.18629 17.4H4.15981C3.64468 17.4 3.21938 17.4 2.87291 17.3707C2.5122 17.3402 2.18269 17.2748 1.87513 17.1127C1.39804 16.8612 1.0177 16.4641 0.781705 15.985C0.631931 15.6809 0.570933 15.3554 0.542183 14.9913C0.514277 14.638 0.514281 14.2024 0.514287 13.6657V13.6428V6.09517V6.07223C0.514282 5.53551 0.514277 5.09991 0.542183 4.74659C0.570933 4.38256 0.631932 4.05702 0.781705 3.75293C1.0177 3.27379 1.39804 2.87672 1.87513 2.62525C2.18269 2.46313 2.5122 2.39768 2.87291 2.3672C3.21937 2.33791 3.64466 2.33792 4.15978 2.33793H4.15978L4.18629 2.33793H5.91429ZM14.3143 3.49655H7.11429H4.18629C3.63804 3.49655 3.2655 3.49707 2.97756 3.5214C2.69794 3.54504 2.55327 3.58783 2.45013 3.6422C2.20466 3.77158 1.99756 3.98221 1.8654 4.25052C1.80591 4.37131 1.76228 4.5363 1.73871 4.83468C1.71469 5.13874 1.71429 5.53005 1.71429 6.09517L1.71429 13.6428C1.71429 14.2079 1.71469 14.5992 1.73871 14.9032C1.76227 15.2016 1.80591 15.3666 1.8654 15.4874C1.99756 15.7557 2.20466 15.9663 2.45013 16.0957C2.55327 16.1501 2.69794 16.1929 2.97756 16.2165C3.2655 16.2409 3.63804 16.2414 4.18629 16.2414L17.2423 16.2414C17.7905 16.2414 18.1631 16.2409 18.451 16.2165C18.7306 16.1929 18.8753 16.1501 18.9784 16.0957C19.2239 15.9663 19.431 15.7557 19.5632 15.4874C19.6227 15.3666 19.6663 15.2016 19.6899 14.9032C19.7139 14.5992 19.7143 14.2079 19.7143 13.6428V6.09517C19.7143 5.53005 19.7139 5.13874 19.6899 4.83468C19.6663 4.5363 19.6227 4.37131 19.5632 4.25052C19.431 3.98221 19.2239 3.77158 18.9784 3.6422C18.8753 3.58783 18.7306 3.54504 18.451 3.5214C18.1631 3.49707 17.7905 3.49655 17.2423 3.49655L14.3143 3.49655ZM13.7143 9.86896C13.7143 11.4687 12.3711 12.7655 10.7143 12.7655C9.05743 12.7655 7.71429 11.4687 7.71429 9.86896C7.71429 8.26924 9.05743 6.97241 10.7143 6.97241C12.3711 6.97241 13.7143 8.26924 13.7143 9.86896ZM14.9143 9.86896C14.9143 12.1086 13.0339 13.9241 10.7143 13.9241C8.39469 13.9241 6.51429 12.1086 6.51429 9.86896C6.51429 7.62935 8.39469 5.81379 10.7143 5.81379C13.0339 5.81379 14.9143 7.62935 14.9143 9.86896ZM16.7143 7.55172C17.377 7.55172 17.9143 7.03299 17.9143 6.3931C17.9143 5.75321 17.377 5.23448 16.7143 5.23448C16.0515 5.23448 15.5143 5.75321 15.5143 6.3931C15.5143 7.03299 16.0515 7.55172 16.7143 7.55172Z' fill='%23A05175'/%3E%3C/svg%3E%0A"); }
.adv-line__icon--fresh-flowers {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.11429 1.75862H14.3143V2.33793H7.11429V1.75862ZM5.91429 2.33793V1.75862C5.91429 1.11873 6.45155 0.599998 7.11429 0.599998H14.3143C14.977 0.599998 15.5143 1.11873 15.5143 1.75862V2.33793L17.2423 2.33793L17.2688 2.33793C17.7839 2.33792 18.2092 2.33791 18.5557 2.3672C18.9164 2.39769 19.2459 2.46314 19.5535 2.62525C20.0305 2.87672 20.4109 3.27379 20.6469 3.75293C20.7966 4.05702 20.8576 4.38256 20.8864 4.74659C20.9143 5.09985 20.9143 5.53535 20.9143 6.07192V6.07197V6.07202V6.0722V6.09517V13.6428V13.6657V13.6659V13.666V13.666C20.9143 14.2026 20.9143 14.6381 20.8864 14.9913C20.8576 15.3554 20.7966 15.6809 20.6469 15.985C20.4109 16.4641 20.0305 16.8612 19.5535 17.1127C19.2459 17.2748 18.9164 17.3402 18.5557 17.3707C18.2092 17.4 17.7839 17.4 17.2688 17.4H17.2423L4.18629 17.4H4.15981C3.64468 17.4 3.21938 17.4 2.87291 17.3707C2.5122 17.3402 2.18269 17.2748 1.87513 17.1127C1.39804 16.8612 1.0177 16.4641 0.781705 15.985C0.631931 15.6809 0.570933 15.3554 0.542183 14.9913C0.514277 14.638 0.514281 14.2024 0.514287 13.6657V13.6428V6.09517V6.07223C0.514282 5.53551 0.514277 5.09991 0.542183 4.74659C0.570933 4.38256 0.631932 4.05702 0.781705 3.75293C1.0177 3.27379 1.39804 2.87672 1.87513 2.62525C2.18269 2.46313 2.5122 2.39768 2.87291 2.3672C3.21937 2.33791 3.64466 2.33792 4.15978 2.33793H4.15978L4.18629 2.33793H5.91429ZM14.3143 3.49655H7.11429H4.18629C3.63804 3.49655 3.2655 3.49707 2.97756 3.5214C2.69794 3.54504 2.55327 3.58783 2.45013 3.6422C2.20466 3.77158 1.99756 3.98221 1.8654 4.25052C1.80591 4.37131 1.76228 4.5363 1.73871 4.83468C1.71469 5.13874 1.71429 5.53005 1.71429 6.09517L1.71429 13.6428C1.71429 14.2079 1.71469 14.5992 1.73871 14.9032C1.76227 15.2016 1.80591 15.3666 1.8654 15.4874C1.99756 15.7557 2.20466 15.9663 2.45013 16.0957C2.55327 16.1501 2.69794 16.1929 2.97756 16.2165C3.2655 16.2409 3.63804 16.2414 4.18629 16.2414L17.2423 16.2414C17.7905 16.2414 18.1631 16.2409 18.451 16.2165C18.7306 16.1929 18.8753 16.1501 18.9784 16.0957C19.2239 15.9663 19.431 15.7557 19.5632 15.4874C19.6227 15.3666 19.6663 15.2016 19.6899 14.9032C19.7139 14.5992 19.7143 14.2079 19.7143 13.6428V6.09517C19.7143 5.53005 19.7139 5.13874 19.6899 4.83468C19.6663 4.5363 19.6227 4.37131 19.5632 4.25052C19.431 3.98221 19.2239 3.77158 18.9784 3.6422C18.8753 3.58783 18.7306 3.54504 18.451 3.5214C18.1631 3.49707 17.7905 3.49655 17.2423 3.49655L14.3143 3.49655ZM13.7143 9.86896C13.7143 11.4687 12.3711 12.7655 10.7143 12.7655C9.05743 12.7655 7.71429 11.4687 7.71429 9.86896C7.71429 8.26924 9.05743 6.97241 10.7143 6.97241C12.3711 6.97241 13.7143 8.26924 13.7143 9.86896ZM14.9143 9.86896C14.9143 12.1086 13.0339 13.9241 10.7143 13.9241C8.39469 13.9241 6.51429 12.1086 6.51429 9.86896C6.51429 7.62935 8.39469 5.81379 10.7143 5.81379C13.0339 5.81379 14.9143 7.62935 14.9143 9.86896ZM16.7143 7.55172C17.377 7.55172 17.9143 7.03299 17.9143 6.3931C17.9143 5.75321 17.377 5.23448 16.7143 5.23448C16.0515 5.23448 15.5143 5.75321 15.5143 6.3931C15.5143 7.03299 16.0515 7.55172 16.7143 7.55172Z' fill='%23A05175'/%3E%3C/svg%3E%0A"); }
.adv-line__icon--bonus {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.11429 1.75862H14.3143V2.33793H7.11429V1.75862ZM5.91429 2.33793V1.75862C5.91429 1.11873 6.45155 0.599998 7.11429 0.599998H14.3143C14.977 0.599998 15.5143 1.11873 15.5143 1.75862V2.33793L17.2423 2.33793L17.2688 2.33793C17.7839 2.33792 18.2092 2.33791 18.5557 2.3672C18.9164 2.39769 19.2459 2.46314 19.5535 2.62525C20.0305 2.87672 20.4109 3.27379 20.6469 3.75293C20.7966 4.05702 20.8576 4.38256 20.8864 4.74659C20.9143 5.09985 20.9143 5.53535 20.9143 6.07192V6.07197V6.07202V6.0722V6.09517V13.6428V13.6657V13.6659V13.666V13.666C20.9143 14.2026 20.9143 14.6381 20.8864 14.9913C20.8576 15.3554 20.7966 15.6809 20.6469 15.985C20.4109 16.4641 20.0305 16.8612 19.5535 17.1127C19.2459 17.2748 18.9164 17.3402 18.5557 17.3707C18.2092 17.4 17.7839 17.4 17.2688 17.4H17.2423L4.18629 17.4H4.15981C3.64468 17.4 3.21938 17.4 2.87291 17.3707C2.5122 17.3402 2.18269 17.2748 1.87513 17.1127C1.39804 16.8612 1.0177 16.4641 0.781705 15.985C0.631931 15.6809 0.570933 15.3554 0.542183 14.9913C0.514277 14.638 0.514281 14.2024 0.514287 13.6657V13.6428V6.09517V6.07223C0.514282 5.53551 0.514277 5.09991 0.542183 4.74659C0.570933 4.38256 0.631932 4.05702 0.781705 3.75293C1.0177 3.27379 1.39804 2.87672 1.87513 2.62525C2.18269 2.46313 2.5122 2.39768 2.87291 2.3672C3.21937 2.33791 3.64466 2.33792 4.15978 2.33793H4.15978L4.18629 2.33793H5.91429ZM14.3143 3.49655H7.11429H4.18629C3.63804 3.49655 3.2655 3.49707 2.97756 3.5214C2.69794 3.54504 2.55327 3.58783 2.45013 3.6422C2.20466 3.77158 1.99756 3.98221 1.8654 4.25052C1.80591 4.37131 1.76228 4.5363 1.73871 4.83468C1.71469 5.13874 1.71429 5.53005 1.71429 6.09517L1.71429 13.6428C1.71429 14.2079 1.71469 14.5992 1.73871 14.9032C1.76227 15.2016 1.80591 15.3666 1.8654 15.4874C1.99756 15.7557 2.20466 15.9663 2.45013 16.0957C2.55327 16.1501 2.69794 16.1929 2.97756 16.2165C3.2655 16.2409 3.63804 16.2414 4.18629 16.2414L17.2423 16.2414C17.7905 16.2414 18.1631 16.2409 18.451 16.2165C18.7306 16.1929 18.8753 16.1501 18.9784 16.0957C19.2239 15.9663 19.431 15.7557 19.5632 15.4874C19.6227 15.3666 19.6663 15.2016 19.6899 14.9032C19.7139 14.5992 19.7143 14.2079 19.7143 13.6428V6.09517C19.7143 5.53005 19.7139 5.13874 19.6899 4.83468C19.6663 4.5363 19.6227 4.37131 19.5632 4.25052C19.431 3.98221 19.2239 3.77158 18.9784 3.6422C18.8753 3.58783 18.7306 3.54504 18.451 3.5214C18.1631 3.49707 17.7905 3.49655 17.2423 3.49655L14.3143 3.49655ZM13.7143 9.86896C13.7143 11.4687 12.3711 12.7655 10.7143 12.7655C9.05743 12.7655 7.71429 11.4687 7.71429 9.86896C7.71429 8.26924 9.05743 6.97241 10.7143 6.97241C12.3711 6.97241 13.7143 8.26924 13.7143 9.86896ZM14.9143 9.86896C14.9143 12.1086 13.0339 13.9241 10.7143 13.9241C8.39469 13.9241 6.51429 12.1086 6.51429 9.86896C6.51429 7.62935 8.39469 5.81379 10.7143 5.81379C13.0339 5.81379 14.9143 7.62935 14.9143 9.86896ZM16.7143 7.55172C17.377 7.55172 17.9143 7.03299 17.9143 6.3931C17.9143 5.75321 17.377 5.23448 16.7143 5.23448C16.0515 5.23448 15.5143 5.75321 15.5143 6.3931C15.5143 7.03299 16.0515 7.55172 16.7143 7.55172Z' fill='%23A05175'/%3E%3C/svg%3E%0A"); }
.adv-line__icon--any-card {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.11429 1.75862H14.3143V2.33793H7.11429V1.75862ZM5.91429 2.33793V1.75862C5.91429 1.11873 6.45155 0.599998 7.11429 0.599998H14.3143C14.977 0.599998 15.5143 1.11873 15.5143 1.75862V2.33793L17.2423 2.33793L17.2688 2.33793C17.7839 2.33792 18.2092 2.33791 18.5557 2.3672C18.9164 2.39769 19.2459 2.46314 19.5535 2.62525C20.0305 2.87672 20.4109 3.27379 20.6469 3.75293C20.7966 4.05702 20.8576 4.38256 20.8864 4.74659C20.9143 5.09985 20.9143 5.53535 20.9143 6.07192V6.07197V6.07202V6.0722V6.09517V13.6428V13.6657V13.6659V13.666V13.666C20.9143 14.2026 20.9143 14.6381 20.8864 14.9913C20.8576 15.3554 20.7966 15.6809 20.6469 15.985C20.4109 16.4641 20.0305 16.8612 19.5535 17.1127C19.2459 17.2748 18.9164 17.3402 18.5557 17.3707C18.2092 17.4 17.7839 17.4 17.2688 17.4H17.2423L4.18629 17.4H4.15981C3.64468 17.4 3.21938 17.4 2.87291 17.3707C2.5122 17.3402 2.18269 17.2748 1.87513 17.1127C1.39804 16.8612 1.0177 16.4641 0.781705 15.985C0.631931 15.6809 0.570933 15.3554 0.542183 14.9913C0.514277 14.638 0.514281 14.2024 0.514287 13.6657V13.6428V6.09517V6.07223C0.514282 5.53551 0.514277 5.09991 0.542183 4.74659C0.570933 4.38256 0.631932 4.05702 0.781705 3.75293C1.0177 3.27379 1.39804 2.87672 1.87513 2.62525C2.18269 2.46313 2.5122 2.39768 2.87291 2.3672C3.21937 2.33791 3.64466 2.33792 4.15978 2.33793H4.15978L4.18629 2.33793H5.91429ZM14.3143 3.49655H7.11429H4.18629C3.63804 3.49655 3.2655 3.49707 2.97756 3.5214C2.69794 3.54504 2.55327 3.58783 2.45013 3.6422C2.20466 3.77158 1.99756 3.98221 1.8654 4.25052C1.80591 4.37131 1.76228 4.5363 1.73871 4.83468C1.71469 5.13874 1.71429 5.53005 1.71429 6.09517L1.71429 13.6428C1.71429 14.2079 1.71469 14.5992 1.73871 14.9032C1.76227 15.2016 1.80591 15.3666 1.8654 15.4874C1.99756 15.7557 2.20466 15.9663 2.45013 16.0957C2.55327 16.1501 2.69794 16.1929 2.97756 16.2165C3.2655 16.2409 3.63804 16.2414 4.18629 16.2414L17.2423 16.2414C17.7905 16.2414 18.1631 16.2409 18.451 16.2165C18.7306 16.1929 18.8753 16.1501 18.9784 16.0957C19.2239 15.9663 19.431 15.7557 19.5632 15.4874C19.6227 15.3666 19.6663 15.2016 19.6899 14.9032C19.7139 14.5992 19.7143 14.2079 19.7143 13.6428V6.09517C19.7143 5.53005 19.7139 5.13874 19.6899 4.83468C19.6663 4.5363 19.6227 4.37131 19.5632 4.25052C19.431 3.98221 19.2239 3.77158 18.9784 3.6422C18.8753 3.58783 18.7306 3.54504 18.451 3.5214C18.1631 3.49707 17.7905 3.49655 17.2423 3.49655L14.3143 3.49655ZM13.7143 9.86896C13.7143 11.4687 12.3711 12.7655 10.7143 12.7655C9.05743 12.7655 7.71429 11.4687 7.71429 9.86896C7.71429 8.26924 9.05743 6.97241 10.7143 6.97241C12.3711 6.97241 13.7143 8.26924 13.7143 9.86896ZM14.9143 9.86896C14.9143 12.1086 13.0339 13.9241 10.7143 13.9241C8.39469 13.9241 6.51429 12.1086 6.51429 9.86896C6.51429 7.62935 8.39469 5.81379 10.7143 5.81379C13.0339 5.81379 14.9143 7.62935 14.9143 9.86896ZM16.7143 7.55172C17.377 7.55172 17.9143 7.03299 17.9143 6.3931C17.9143 5.75321 17.377 5.23448 16.7143 5.23448C16.0515 5.23448 15.5143 5.75321 15.5143 6.3931C15.5143 7.03299 16.0515 7.55172 16.7143 7.55172Z' fill='%23A05175'/%3E%3C/svg%3E%0A"); }
.adv-line__title {
  font-size: 12px;
  line-height: 100%;
  font-weight: 500;
  color: #A05175;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.feedback-form {
  background: #FFE2F0;
  padding: 20px;
  border-radius: 20px;
  margin: 30px 0; }
.feedback-form .field-text {
    margin-bottom: 8px; }
.feedback-form__title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px; }
.feedback-form__title--big {
      font-size: 32px;
      line-height: 100%;
      max-width: 600px;
      margin: 15px auto; }
.feedback-form__description {
    text-align: center;
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    margin-bottom: 20px; }
.feedback-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-left: -8px !important;
    margin-right: -8px !important; }
.feedback-form__row > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.feedback-form__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0 8px !important; }
.feedback-form__actions {
    max-width: 500px;
    margin: auto; }
.feedback-form__actions--full {
      max-width: 100%; }
.feedback-form__actions .field-checkbox__name {
      padding-top: 0;
      padding-left: 45px; }
.feedback-form__actions .btn {
      display: block;
      margin: 20px auto 0 auto; }
@media (min-width: 0) {
        .page-header__inner--top {
          padding-top: 25px;
          padding-bottom: 15px; }
      .page-section--feedback .feedback-form {
        padding: 0; }
      .shop-panel__btn {
        width: 32px;
        height: 32px; } }
@media (min-width: 540px) {
    dd {
      margin-left: 1.8em; }
      .page-header .logo {
        width: 170px;
        height: 57px;
        margin-right: 55px; }
    .mobile-header-nav {
      margin-bottom: 30px; }
    .page-footer {
      padding: 35px 0; }
      .page-footer__social {
        margin-left: auto;
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
      .page-footer__links-col {
        padding-right: 30px;
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
      .social--contacts {
        margin-right: 115px; }
      .page-section--contacts {
        padding: 30px 0 60px 0; }
      .page-section--thumb-group {
        padding: 40px 0; }
      .page-section--steps {
        padding: 93px 0 60px; }
      .page-section--guarantee {
        padding-top: 40px;
        padding-bottom: 60px; }
      .page-section--delivery {
        padding-bottom: 100px; }
      .page-section__title {
        font-size: 18px;
        line-height: 22px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .page-section__title span {
          font-size: 14px;
          display: inline-block; }
    .contacts__title {
      margin-top: 20px;
      margin-bottom: 40px; }
        .thumb-group__caption p {
          font-size: 14px;
          font-weight: 400;
          line-height: 17px; }
      .thumb-group__title {
        margin-top: 0;
        font-size: 18px;
        line-height: 22px; }
      .steps-group__item-text {
        font-size: 14px;
        font-weight: 400; }
      .guarantee-group-card__inner {
        padding: 26px 32px; }
      .guarantee-group-card__text {
        font-size: 14px;
        font-weight: 400; }
    .payment-methods-box {
      margin-bottom: 25px; }
      .payment-methods-box__title {
        font-size: 32px;
        margin-bottom: 35px; }
      .payment-methods-box__group {
        margin-bottom: 40px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
      .payment-methods-box__list {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
        max-width: 25%;
        margin-bottom: 0; }
          .payment-methods-box__list li:not(:last-child) {
            margin-bottom: 18px; }
      .payment-methods-box__caption {
        font-size: 14px; }
    .payment-methods-icon {
      width: 33px;
      height: 33px;
      margin-right: 30px; }
    .delivery-carousel-more {
      margin-top: 60px; }
        .shop-panel__btn:not(:last-child) {
          margin-right: 25px; }
    .accordion-group {
      padding: 10px 0 38px; }
    .accordion-group__accordion {
      margin: 0 0 20px 0; }
    .accordion-group__accordion-btn {
      padding: 25px 56px 25px 20px; }
        .product-card__actions .btn.added {
          background-color: #7e405c; }
    .images-carousel .owl-nav .owl-prev,
    .images-carousel .owl-nav .owl-next {
      width: 32px;
      height: 32px; }
    .images-carousel .owl-nav .owl-prev {
      left: 20px; }
    .images-carousel .owl-nav .owl-next {
      right: 20px; }
      .product-action-card__body {
        padding: 15px 23px 19px 15px; }
      .product-action-card__body-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .product-action-card__name {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        font-size: 16px; }
      .product-action-card__article {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        font-size: 12px; }
      .product-action-card__btn {
        padding: 12px;
        line-height: 32px; }
        .product-action-card__btn svg {
          width: 32px;
          height: 32px; }
      .filter-dropdown:not(:last-child) {
        margin-right: 15px; }
      .filter-dropdown .dropdown__toggler {
        padding: 8px 45px 8px 16px; }
    .catalog__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 15px;
      padding-right: 15px; }
      .sidebar-group__payment-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 15px;
        padding-right: 15px; }
      .sidebar-group__delivery-col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px; }
    .product-view__carousel-thumb {
      padding: 0 48px; }
      .page-cart__box {
        padding: 20px; }
    .cart-list__card-part.part-name {
      margin-bottom: 15px; }
    .cart-list__card-title {
      font-size: 16px;
      margin-bottom: 15px; }
    .profile-board__item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
  .profile-board__item-group {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .profile-board__item-cost {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    text-align: center; }
  .profile-board__item-more {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
    .profile-board__payment {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
  .profile-board__payment-amount {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding-right: 25px; }
    .profile-board__payment-actions {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%;
      margin-top: 0; }
    .sitemap__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
    .deliveries__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 15px;
      padding-right: 15px; }
      .feedback-form__col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px; } }
@media (min-width: 768px) {
        .page__login-main .logo {
          max-width: 270px; }
    h1 {
      font-size: 22px; }
    .hdelivery--mobile {
      margin: 30px 0; }
      .page-footer__social {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%; }
      .page-footer__links-col {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%; }
        .field-radio--delivery .field-radio__name-text {
          font-size: 18px;
          padding: 10px 40px; }
      .tabs--reviews .tabs__link {
        font-size: 16px; }
      .fields-group--delivery-addr .field-text:first-child {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-right: 30px; }
      .fields-group--delivery-addr .field-text:last-child {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        max-width: 178px; }
      .page-section--contacts {
        padding: 64px 0 120px 0; }
      .page-section--thumb-group {
        padding: 80px 0; }
      .page-section__title {
        font-size: 32px;
        line-height: 39px;
        margin-top: 16px;
        margin-bottom: 12px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
        .page-section__title span {
          font-size: 18px;
          line-height: 32px;
          font-weight: 600;
          margin-left: 10px; }
      .main-sliders__left {
        margin-bottom: 0; }
  .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1004px;
    margin: auto; }
      .contacts-list__item {
        font-size: 18px;
        font-weight: 400;
        padding-left: 35px;
        margin-bottom: 22px; }
      .thumb-group__image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
        padding-left: 15px;
        padding-right: 15px; }
      .thumb-group__caption {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%;
        padding-left: 15px;
        padding-right: 15px; }
        .thumb-group__caption p {
          font-size: 16px;
          font-weight: 400;
          line-height: 30px; }
      .thumb-group__title {
        margin-top: 0;
        font-size: 32px;
        line-height: 39px; }
      .steps-group__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        padding-left: 15px;
        padding-right: 15px; }
    .guarantee-group-card {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
      padding-left: 15px;
      padding-right: 15px; }
      .guarantee-group-card__text {
        font-size: 16px;
        font-weight: 500; }
    .accordion-group__accordion-btn {
      font-size: 18px;
      line-height: 22px;
      padding: 25px 56px 25px 20px; }
    .accordion-group__accordion-panel {
      font-size: 16px;
      line-height: 20px; }
    .images-carousel__title {
      font-size: 23px;
      line-height: 29px;
      font-weight: 500;
      padding: 16px 50px;
      left: 20px;
      bottom: 35px; }
    .images-carousel .owl-nav .owl-prev,
    .images-carousel .owl-nav .owl-next {
      width: 48px;
      height: 48px; }
      .images-carousel .owl-nav .owl-prev svg,
      .images-carousel .owl-nav .owl-next svg {
        padding: 12px; }
        .product-action-carousel__header .page-section__title {
          font-size: 24px;
          line-height: 28px; }
      .filter-dropdown--flowers .filter-dropdown__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 15px;
        padding-right: 15px; }
      .filter-dropdown--reason .filter-dropdown__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 15px;
        padding-right: 15px; }
      .filter-dropdown--recipient .filter-dropdown__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px; }
      .filter-dropdown--size .filter-dropdown__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px; }
    .catalog__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-left: 15px;
      padding-right: 15px; }
      .sidebar-group__payment-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 15px;
        padding-right: 15px; }
    .product-view__carousel-col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 15px;
      padding-right: 15px; }
    .product-view__carousel-col {
      margin-bottom: 0; }
    .product-view__main-col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 15px;
      padding-right: 15px; }
    .product-view__available-col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
    .page-cart {
      padding: 50px 0; }
        .page-cart__header-inner .page-cart-steps {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
    .cart-list__item {
      margin-bottom: 30px;
      padding-bottom: 30px; }
      .cart-list__item > .cart-list__card-alert {
        display: none; }
  .cart-list__card-body-top {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .cart-list__card-part.right-text {
      display: block;
      text-align: right;
      width: 130px; }
    .cart-list__card-sizer {
      font-size: 16px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .cart-list__card-sizer span {
        margin-right: 10px; }
        .cart-list__card-sizer span:not(:first-child) {
          margin-top: 15px; }
    .cart-list__card-cost {
      margin-right: 0; }
    .cart-list__card-alert {
      display: block;
      font-size: 14px;
      padding: 10px 20px; }
    .form-order__add-comments-link {
      font-size: 18px; }
    .form-order__pm-col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-left: 15px;
      padding-right: 15px; }
      .order-created-steps__item {
        margin-top: 0; }
      .order-created-steps__num {
        width: 60px;
        height: 60px; }
        .order-created-steps__num svg {
          width: 24px;
          height: 24px; }
      .order-created-steps__title {
        font-size: 14px; }
  .profile-board__settings-row {
    max-width: 670px; }
    .profile-board__settings-col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 15px;
      padding-right: 15px; }
    .profile-board__settings-col {
      margin-bottom: 15px; }
      .profile-product__image {
        width: 130px;
        height: 130px; }
      .profile-product__body {
        padding: 0 16px; }
      .profile-product__title {
        font-size: 16px;
        margin-bottom: 14px; }
    .subscribe-box__form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .subscribe-box__form-title {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      padding-right: 15px;
      margin-bottom: 0; }
    .subscribe-box__fields-group {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; }
      .product-buy__col {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; }
        .product-buy__col.col-price {
          display: block; }
          .product-buy__col.col-price .product-buy__price,
          .product-buy__col.col-price .product-buy__price-info {
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            max-width: 100%; }
        .product-buy__col.col-actions {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
      .product-buy__btn {
        font-size: 12px;
        font-weight: 500;
        padding: 8px 10px;
        border-radius: 30px;
        min-width: auto; }
      .product-buy__favorites {
        position: static; }
        .product-buy__favorites svg {
          width: 24px;
          height: 24px;
          position: static; }
      .send-reviews__rating {
        min-width: 220px; }
        .send-reviews__rating .live-rating {
          font-size: 50px; }
      .page-error-box__title {
        font-size: 150px; }
      .page-error-box__sub-title {
        font-size: 18px; }
    .sitemap__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-left: 15px;
      padding-right: 15px; }
    .deliveries__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-left: 15px;
      padding-right: 15px; }
    .feedback-form {
      padding: 30px 40px; }
      .feedback-form .field-text {
        margin-bottom: 16px; } }
@media only screen and (max-width: 992px) and (min-width: 768px) {
      .main-sliders__right {
        margin-top: 30px; }
      .product-action-card__group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        margin-left: -10px;
        margin-right: -10px; }
        .product-action-card__group .product-action-card__group-item {
          padding: 0 10px; } }
@media (min-width: 992px) {
      .page__login-main {
        padding-top: 116px; }
        .page__login-main .logo {
          margin-bottom: 60px; }
      .page__login-image {
        display: block; }
    h1 {
      font-size: 2.25em; }
    .page-header {
      padding: 40px 0 20px 0; }
      .page-header .logo {
        width: 274px;
        height: 111px; }
        .page-header__inner--top {
          background: transparent;
          padding-top: 0;
          padding-bottom: 0; }
      .page-header__top {
        margin-bottom: 35px; }
      .page-header__content {
        -webkit-box-pack: inherit;
            -ms-flex-pack: inherit;
                justify-content: inherit; }
        .page-header__content .hcleft {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          margin-right: 54px; }
          .page-header__content .hcright__feedback {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2; }
          .page-header__content .hcright__panels {
            display: block; }
          .page-header__content .hcright__panels .shop-panel {
            margin-top: 18px; }
            .page-header__content .hcright__panels .user-panel {
              display: inline-block; }
    .page-header .mobile-header-group {
      display: none; }
    .main-nav__panel {
      display: none; }
      .main-nav__toggler {
        display: none; }
    .breadcrumbs {
      margin: 1.375em 0;
      font-size: 14px; }
      .modal__dialog {
        width: 600px;
        height: auto; }
        .modal--open .modal__dialog {
          -webkit-animation: modal-content-show 0.3s 1 both;
                  animation: modal-content-show 0.3s 1 both; }
      .modal__backdrop {
        -webkit-animation: modal-backdrop-show 0.3s 1;
                animation: modal-backdrop-show 0.3s 1; }
    .modal--open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .modal--callback .modal__dialog {
      width: 480px;
      height: auto; }
    .modal--search .modal__dialog {
      width: 1000px;
      height: auto; }
    .modal--review-add .modal__dialog {
      width: 400px;
      height: auto; }
      .tabs--reviews .tabs__link {
        font-size: 18px;
        padding-top: 15px;
        padding-bottom: 15px; }
    .header-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; }
      .main-sliders__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px; }
      .main-sliders__right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px; }
      .steps-group__item-num {
        font-size: 64px; }
      .steps-group__item-text {
        font-size: 16px;
        line-height: 25px;
        font-weight: 500; }
        .product-card__actions .btn {
          border-radius: 20px;
          padding: 6px 10px;
          width: 100%; }
    .images-carousel__slide {
      padding-bottom: 80.5%; }
      .product-action-card__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
    .filter-dropdown:not(:last-child) {
      margin-right: 25px; }
    .filter-dropdown .dropdown__toggler {
      border-radius: 15px;
      font-size: 14px;
      line-height: 17px;
      font-weight: 400;
      padding: 8px 45px 8px 20px; }
      .filter-dropdown--flowers .filter-dropdown__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        padding-left: 15px;
        padding-right: 15px; }
    .catalog__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-left: 15px;
      padding-right: 15px; }
      .sidebar-group__sidebar {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 15px;
        padding-right: 15px; }
      .sidebar-group__main {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding-left: 15px;
        padding-right: 15px; }
      .sidebar-group__payment-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 15px;
        padding-right: 15px; }
    .product-tabs .tabs__content-wrapper {
      padding: 10px; }
    .product-view__carousel-col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%;
      padding-left: 15px;
      padding-right: 15px; }
    .product-view__main-col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%;
      padding-left: 15px;
      padding-right: 15px; }
    .product-view__slide {
      padding-bottom: 558px; }
    .product-view__carousel-thumb {
      margin-top: 20px; }
      .product-view__carousel-thumb .owl-stage-outer {
        border-radius: 15px; }
    .product-view__thumbnail {
      padding-bottom: 110px;
      border-radius: 15px; }
    .product-view__available-col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 15px;
      padding-right: 15px; }
      .product-carousel-nav__item {
        margin-right: 20px;
        margin-bottom: 15px; }
        .product-carousel-nav__item .btn {
          font-size: 16px;
          padding: 10px 25px; }
    .form-order__buyer-info-col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 15px;
      padding-right: 15px; }
    .form-order__wishes-col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 15px;
      padding-right: 15px; }
    .form-order__pm-col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-left: 15px;
      padding-right: 15px; }
    .login-form {
      margin: 60px 0; }
      .login-form__header {
        margin-bottom: 60px; }
      .login-form__body {
        margin-bottom: 60px; }
    .la-profile__sidebar {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-left: 15px;
      padding-right: 15px; }
    .la-profile__main {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%;
      padding-left: 15px;
      padding-right: 15px; }
    .profile-board--box {
      padding: 40px; }
  .profile-board__settings-row {
    max-width: 595px; }
    .sitemap__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-left: 15px;
      padding-right: 15px; }
    .deliveries__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
      padding-left: 15px;
      padding-right: 15px; } }
@media (min-width: 1200px) {
      .page-header .logo {
        margin-right: 75px; }
        .page-header__content .hcleft {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%; }
          .page-header__content .hcright__feedback {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1; }
          .page-header__content .hcright__panels {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            margin-bottom: 0; }
        .page-header__content .hcright {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%; }
    .alert {
      padding: 20px 30px;
      font-size: 14px; }
        .alert--not-available h4 {
          font-size: 18px; }
      .main-sliders__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%;
        padding-left: 15px;
        padding-right: 15px; }
      .main-sliders__right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
        padding-left: 15px;
        padding-right: 15px; }
      .guarantee-group-card__text {
        font-size: 18px;
        font-weight: 500; }
    .images-carousel__slide {
      padding-bottom: 55.5%; }
    .catalog__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
      padding-left: 15px;
      padding-right: 15px; }
      .sidebar-group__title {
        margin-bottom: 20px; }
      .sidebar-group__contacts-list {
        margin: 0 0 40px 0;
        font-size: 18px; }
        .sidebar-group__contacts-list li {
          padding: 4px 0 4px 40px;
          margin-bottom: 20px; }
          .sidebar-group__contacts-list li svg {
            width: 24px;
            height: 25px; }
      .sidebar-group__payment-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;
        max-width: 16.66667%;
        padding-left: 15px;
        padding-right: 15px; }
      .sidebar-nav__link {
        font-size: 16px;
        padding: 10px 10px 10px 55px; }
        .sidebar-nav__link svg {
          width: 24px;
          height: 25px;
          left: 20px;
          top: 12px; }
    .product-tabs .tabs__links {
      font-size: 16px; }
    .product-view__merit-item {
      font-size: 16px; }
    .product-view__row {
      margin-bottom: 60px; }
  .product-view__carousel-wrap {
    margin-right: 40px; }
    .product-view__slide {
      padding-bottom: 700px; }
    .product-view__thumbnail {
      padding-bottom: 136px; }
    .product-view__title {
      font-size: 32px; }
    .product-view__article-num {
      font-size: 18px; }
    .product-view__available-item {
      font-size: 14px;
      margin-bottom: 14px; }
      .page-cart__box {
        padding: 30px 24px;
        position: sticky;
        top: 15px; }
    .page-cart-layout__main {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%;
      padding-left: 15px;
      padding-right: 15px; }
    .page-cart-layout__sidebar {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-left: 15px;
      padding-right: 15px; }
      .cart-list__card .icon-sizer-w {
        width: 20px;
        height: 12px; }
      .cart-list__card .icon-sizer-h {
        width: 12px;
        height: 20px; }
    .cart-list__card-img {
      width: 150px;
      height: 150px;
      margin-right: 30px; }
    .order-created-card__header {
      text-align: left; }
    .order-created-card__timeline .order-created-steps {
      margin: 0; }
    .la-profile__sidebar {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
      padding-left: 15px;
      padding-right: 15px; }
    .la-profile__main {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%;
      padding-left: 15px;
      padding-right: 15px; }
    .profile-card {
      padding: 40px 35px 50px 35px; }
  .profile-board__item-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    max-width: 55%; }
  .profile-board__item-more {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
    .profile-board__payment-actions {
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
      max-width: 20%; }
    .profile-board__products-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 15px;
      padding-right: 15px; }
    .profile-board__products-item {
      margin-bottom: 0; }
    .profile-board__history-table {
      max-width: 590px; }
      .product-buy__btn {
        font-size: 18px;
        font-weight: 500;
        padding: 8px 10px; }
      .product-buy__favorites svg {
        width: 32px;
        height: 32px; }
      .product-buy__price {
        margin: 15px 0; }
        .product-buy__price .current-price {
          font-size: 30px; }
        .product-buy__price .old-price {
          font-size: 20px; }
      .product-buy__price-info-delivery {
        font-size: 14px;
        margin-bottom: 6px; }
      .product-buy__price-info-bonuses {
        font-size: 14px; }
    .sitemap__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-left: 15px;
      padding-right: 15px; }
    .deliveries__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
      padding-left: 15px;
      padding-right: 15px; } }
@media (min-width: 1800px) {
    .images-carousel__slide {
      padding-bottom: 52%; }
    .images-carousel__title {
      font-size: 24px;
      line-height: 29px;
      font-weight: 500;
      bottom: 30px;
      left: 102px; }
    .subscribe-box__form-title {
      padding-right: 115px; } }
@media screen and (max-width: 539px) {
      .page-footer__payment-list {
        max-width: 100%; } }
@media (max-width: 991px) {
    .js .main-nav__panel {
      overflow: hidden;
      max-height: 0;
      -webkit-transition: max-height 0.2s;
      transition: max-height 0.2s; }
    .js .main-nav--open .main-nav__panel {
      max-height: 100vh;
      -webkit-transition: max-height 0.6s;
      transition: max-height 0.6s; } }
@media (max-width: 540px) {
        .btn--main-outline:hover, .btn--main-outline:focus {
          background-color: transparent; }
    .guarantee-group {
      margin-left: -10px;
      margin-right: -10px; }
    .guarantee-group-card {
      padding-left: 10px;
      padding-right: 10px; }
      .product-card__actions {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0; }
        .product-card__actions .btn {
          border: none;
          padding: 0;
          border-radius: 0;
          width: 24px;
          height: 24px; }
          .product-card__actions .btn span {
            display: none; }
          .product-card__actions .btn svg {
            display: block; } }
@media screen and (max-width: 767px) {
      .btn.more-product-btn {
        font-size: 12px; }
        .btn.more-product-btn svg {
          width: 24px;
          height: 24px; } }
@media (max-width: 768px) {
      .field-radio--delivery {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 0; }
        .field-radio--delivery .field-radio__input-wrap {
          min-width: 100%;
          margin-bottom: 10px; }
          .field-radio--delivery .field-radio__input-wrap:first-child {
            margin-right: 0;
            max-width: 100%; }
      .social__icon {
        width: 32px;
        height: 32px; }
      .page-cart__box {
        -webkit-box-shadow: none;
                box-shadow: none; }
      .page-cookie__box {
        font-size: 10px !important; } }
@media (max-width: 767px) {
  .table-responsive {
    display: block;
    border: 0; }
    .table-responsive caption {
      display: block;
      width: 100%;
      text-align: left; }
    .table-responsive thead {
      display: none; }
    .table-responsive tbody {
      display: block;
      width: 100%; }
      .table-responsive tbody tr {
        display: block;
        border: 1px solid #999999;
        border-bottom: 0; }
        .table-responsive tbody tr:not(:last-child) {
          margin-bottom: 1.375em; }
      .table-responsive tbody td {
        display: block;
        width: 100%;
        border-right: 0 !important;
        border-left: 0 !important; }
        .table-responsive tbody td:before {
          display: block;
          font-weight: 700;
          content: attr(data-label); }
    .fields-group--delivery-addr {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .fields-group--delivery-addr .field-text {
        min-width: 100%; }
      .product-buy__favorites svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
@media screen and (max-width: 768px) {
    .modal {
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: auto; }
    .modal--search {
      top: 50px; }
  .product-carousel .owl-nav .owl-prev,
  .product-carousel .owl-nav .owl-next {
    background: #B2A8B5;
    width: 26px;
    height: 26px;
    -webkit-box-shadow: none;
            box-shadow: none;
    top: -30px; }
    .product-carousel .owl-nav .owl-prev svg,
    .product-carousel .owl-nav .owl-next svg {
      margin-left: 3px;
      width: 7px;
      height: 13px; }
      .product-carousel .owl-nav .owl-prev svg path,
      .product-carousel .owl-nav .owl-next svg path {
        stroke: #fff; }
  .product-carousel .owl-nav .owl-prev {
    left: auto;
    right: 45px; }
    .product-carousel .owl-nav .owl-prev svg {
      margin-left: 1px; }
  .product-carousel .owl-nav .owl-next {
    right: 0px; }
    .search-form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .search-form .btn {
        margin-left: 0;
        margin-top: 10px; } }
@media screen and (max-width: 992px) {
    .modal--cart-added {
      height: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .modal--cart-added .modal__dialog {
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content; }
      .filter-dropdown .dropdown__menu {
        left: 0;
        right: 0;
        width: 100%; } }
@media (max-width: 992px) {
      .page-cookie__box {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: 12px;
        padding: 15px; }
        .page-cookie__box .btn {
          margin-left: 0;
          margin-top: 15px; } }
@media screen and (max-width: 540px) {
    .deliveries__img {
      min-height: 200px; } }
@media screen and (max-width: 400px) {
    .deliveries__img {
      min-height: 150px; } }
@media screen and (max-width: 480px) {
    .adv-line__item {
      padding: 10px 12px; }
    .adv-line__title {
      font-size: 9px; } }
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline !important; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999 !important;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  table {
    border-collapse: collapse !important; }
    table td,
    table th {
      background-color: #fff !important; } }

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

/* End */


/* Start:/local/templates/pink/styles.css?1753428696969*/
/*.loader--center {
  position: absolute;
  top: calc(50% - 0.5em);
  left: calc(50% - 0.5em);
}

.loader--big:before {
  width: 40px;
  height: 40px;
}


.loader--big.loader--center {
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}
*/


.product-view__slide {
/*  padding-bottom: 0 !important;*/
}


.product-view__slide img {
/*  height: auto;*/
/*font-family: "object-fit:cover";*/
/*object-fit: cover;*/
  object-fit: initial;
  font-family: initial;
  height: auto;
}

/* в сафари все едет  */
/*.product-card__image a, .product-card__image a img {
	height: 100%;
}*/

.images-carousel__title span {
/*  z-index: 100;*/
}

.product-card__price .current-price {
  white-space: nowrap;
}

.page-section__links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}

.page-section__links ul li {
  margin: 0 0 10px 0;
  padding: 0;
  /*width: 25%;*/
}

.stop-scroll {
  margin-right: 14px;
}

/* End */
/* /local/templates/pink/css/style.min.css?1753353836226082 */
/* /local/templates/pink/styles.css?1753428696969 */
