@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'MuseoSansCyrl';
  src: url("../fonts/subset-MuseoSansCyrl-700.woff2") format("woff2"), url("../fonts/subset-MuseoSansCyrl-700.woff") format("woff"), url("../fonts/subset-MuseoSansCyrl-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'MuseoSansCyrl';
  src: url("../fonts/subset-MuseoSansCyrl-100.woff2") format("woff2"), url("../fonts/subset-MuseoSansCyrl-100.woff") format("woff"), url("../fonts/subset-MuseoSansCyrl-100.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'MuseoSansCyrl';
  src: url("../fonts/subset-MuseoSansCyrl-300.woff2") format("woff2"), url("../fonts/subset-MuseoSansCyrl-300.woff") format("woff"), url("../fonts/subset-MuseoSansCyrl-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

html {
  font-size: 16px;
  height: 100%; }

body {
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  background: #fff; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0; }

h1 {
  font-weight: 700; }

ol, ul {
  list-style: none; }

img {
  max-width: 100%;
  display: block; }

#fp-nav ul li a span {
  background: #009640; }

input,
button,
textarea,
select {
  font: inherit; }

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle; }

textarea {
  resize: none; }

section {
  position: relative; }

a {
  text-decoration: none; }

input,
select,
button {
  outline: none; }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.container {
  margin: 0 auto;
  max-width: 1212px;
 /*max-width:1200px;*/
  width: 100%;
  padding-left: 16px;
  padding-right: 16px; }

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.dfAi {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.sec-title {
  font-weight: 600;
  font-size: 18px;
  color: #F59F24;
  text-transform: uppercase;
  margin-bottom: 50px; }
  @media (min-width: 480px) {
    .sec-title {
      font-size: 16px;
      font-size: calc( 0.0175 * 100vw + 9.6px); } }
  @media (min-width: 1280px) {
    .sec-title {
      font-size: 32px; } }
  .sec-title__red {
    color: #F91155; }

.grid-big {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 30px; }

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-gap: 30px; }
  .grid--new {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
  .grid--sets {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
    @media (max-width: 800px) {
      .grid--sets {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important; } }

header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.header-top {
  background: #FDECD3;
  padding: 20px 0 16px 0;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  position: relative; }
  .header-top .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header-top .logo {
    margin-right: 20px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    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;
    padding: 10px; }
    .header-top .logo:hover {
      opacity: .7; }
    .header-top .logo img {
      width: 100%;
      height: 100%; }
  .header-top__wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px; }
  .header-top__search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 566px; }
  /*.header-top .favorit .forUser-item__img, .header-top .cart .forUser-item__img {
    margin-right: 20px; }*/
    @media (max-width: 500px) {
      .header-top .favorit .forUser-item__img, .header-top .cart .forUser-item__img {
        margin-right: 0; } }

.header-bottom {
  padding: 15px 0 12px 0;
  background: #FFE7C5; }
  .header-bottom .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header-bottom .container > *:not(:last-child) {
      margin-right: 60px; }
  .header-bottom__navWrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.search-mob {
  display: none; }

.sandwich {
  display: none;
  cursor: pointer;
  height: 20px;
  position: relative;
  width: 32px; }
  .sandwich.is-active .sandwich__line--top {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .sandwich.is-active .sandwich__line--middle {
    opacity: 0; }
  .sandwich.is-active .sandwich__line--bottom {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .sandwich__line {
    background-color: #000000;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: all linear .4s;
    -o-transition: all linear .4s;
    transition: all linear .4s;
    width: 100%; }
    .sandwich__line--top {
      top: 0; }
    .sandwich__line--middle {
      top: 9px; }
    .sandwich__line--bottom {
      top: 18px; }

@media (max-width: 1024px) {
  .search--desctop {
    display: none; }
  .header-top .logo {
    margin-right: 30px; } }

@media (max-width: 880px) {
  .header-top__wrap {
    z-index: 10; }
  .header-top .logo {
    margin-right: 0; }
  .header-top .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .goodsrate--prev, .goodsrate--next {
    display: none !important; }
  .header-top__forUser {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .header-btnCatalog {
    margin-right: 35px; }
 /* .header-top__wrap .forUser-item .count {
    right: -15px; }*/
  .header-bottom .location {
    display: none; } }

@media (max-width: 700px) {
  .sandwich {
    display: block; }
  .header-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    display: block;
    z-index: 10; }
    .header-bottom .location {
      display: none; }
  .header-bottom {
    position: absolute;
    width: 100%;
    display: none;
    left: 0;
    height: 100%; }
    .header-bottom .container {
      -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-left: 0;
      padding-right: 0; }
  .search-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
    padding-right: 35px;
    margin-bottom: 20px; }
  .header-bottom .container > *:not(:last-child) {
    margin-right: 0; }
  .header-bottom__navWrap {
    width: 100%; }
    .header-bottom__navWrap .nav {
      width: 100%; }
      .header-bottom__navWrap .nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .header-bottom__navWrap .nav ul > *:not(:last-child) {
          margin-right: 0; }
        .header-bottom__navWrap .nav ul a {
          padding-left: 30px;
          height: 62px;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .header-bottom__navWrap .nav ul a:hover {
            background-color: rgba(255, 250, 242, 0.5); }
  .sandwich {
    cursor: pointer;
    height: 20px;
    position: absolute;
    left: 23px;
    top: 19px; }
  .header-top__forUser {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .header-top__wrap {
    position: fixed;
    background: #FDECD3;
    -webkit-box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.15);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    padding-left: 10px;
    padding-right: 10px; }
    .header-top__wrap .forUser-item span {
      display: none; }
    .header-top__wrap .forUser-item .count {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.search {
  width: 100%; }
  .search-wrap {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;}
    .search-wrap .btn {
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      min-height: 100%;
      font-size: 0px;
      line-height: 0px;
      background: #029410;
      border-radius: 30px;
      min-width: 80px;
      padding: 10px 30px;
      background-image: url("/local/templates/smartbee/svg/search.svg");
      background-position: center;
      background-size: 18px;
      background-repeat: no-repeat;
    }
    .search-wrap .btn:hover {
      background: unset;
      background-color: #F59F24;
      background-image: url("/local/templates/smartbee/svg/search.svg");
      background-position: center;
      background-size: 18px;
      background-repeat: no-repeat;
    }
  .search-input {
    overflow: hidden;
    display: block;
    width: 100%;
    border: none;
    background: #FFFFFF;
    border-radius: 20px;
    min-height: 40px;
    border: 2px solid #029410;
    border-radius: 30px;
    padding: 0 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: rgba(0, 0, 0, 0.2);
    transition: 0.5s all ease 0s;}
    .search-input::-webkit-input-placeholder {
      font-weight: 400;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.2); }
    .search-input::-moz-placeholder {
      font-weight: 400;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.2); }
    .search-input:-ms-input-placeholder {
      font-weight: 400;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.2); }
    .search-input::-ms-input-placeholder {
      font-weight: 400;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.2); }
    .search-input::placeholder {
      font-weight: 400;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.2); }

    .search-input:focus {
      color: #000000;
    }

    .search-input:focus::placeholder {
      opacity: 0;
    }

.forUser > *:not(:last-child) {
  margin-right: 25px; }

.forUser-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  font-weight: 500;
  font-size: 12px;
  color: #454440;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }
  .forUser-item__img {
    width: 28px;
	min-width: 28px;
    height: 28px;
    overflow: hidden;
    margin-bottom: 5px; }
    .forUser-item__img img {
      width: 100%;
      height: 100%; }
    .forUser-item__img svg path {
      transition: 0.3s all ease-out 0s;
    }
    .forUser-item:hover svg path {
      fill: #F59F24;
    }
  .forUser-item .count {
    position: absolute;
    right: -8px;
    top: -8px;
    padding-left: 8px;
    padding-right: 8px;
    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;
    height: 17px;
    background: #F91155;
    border-radius: 12.5px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF; }

    .bx-basket {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

.forUser .auth {
  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; }

.nav {
  width: 100%; }
  .nav ul > *:not(:last-child) {
    margin-right: 4%; }
  .nav ul li a {
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #454440;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s; }
    .nav ul li a:hover {
      color: #029410; }

.btn {
  overflow: none;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 15px;
  height: 30px;
  color: #fff;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  min-width: 100px; }
  .btn--dark {
    background: #454440; }
    .btn--dark:hover {
      background: #F59F24; }
  .btn--darkBlue {
    background-color: #331B5F;
    color: #FCCF74; }
  .btn--pink {
    background: #FDECD3;
    color: #454440;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); }
  .btn--red {
    background: #F91155; }
    .btn--red:hover {
      background: #C00045;
      /*-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */}
  .btn--orange {
    color: #FFFFFF;
    background: #F59F24;
    border-radius: 10px; }
    .btn--orange:hover {
      background: #F59F24;
      -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
  .btn--enter {
    min-width: 170px;
    height: 40px; }
  .btn > *:not(:last-child) {
    margin-right: 7px; }
  .btn--green {
    background: #029410;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 400;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
    color: #FFFAF2; }
    .btn--green:hover {
      -webkit-box-shadow: none;
      box-shadow: none; }

.bottom--btnwrap {
  margin-top: 50px;
  text-align: center; }

.js-btn-save {
  display: none; }

.change--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.s-banner {
  padding: 60px 0 100px;
  background: #FFFAF2; }

.banner > *:not(:last-child) {
  margin-right: 30px; }

.banner-left {
  max-width: 867px; }
  .banner-left__wrap {
    position: relative;
    height: 300px;
    margin-bottom: 30px;
    overflow: hidden; }
    .banner-left__wrap img {
      width: 100%; }
    .banner-left__wrap .banner--prev {
      left: 0;
      -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
      transform: translateY(-50%) rotate(-180deg); }
    .banner-left__wrap .banner--next {
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .banner-left__three {
    margin-bottom: 30px; }

@media (max-width: 1100px) {
  .banner-right {
    display: none; }
  .banner > *:not(:last-child) {
    margin-right: 0px; }
  .banner-left {
    max-width: 100%; }
  .banner-left__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (max-width: 800px) {
  .banner-right {
    display: none; }
  .banner-left {
    width: 100%;
    max-width: 100%; } }

@media (max-width: 800px) {
  .banner-left__three-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.s-discount {
  padding: 150px 0 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }

.abs {
  position: absolute; }
  .abs-top {
    top: 70px;
    right: 10%; }
  .abs-left {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .abs-right {
    left: 0;
    bottom: 200px; }

  body .card {
  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;
  background: #FAF0E0;
  border: 2px solid #F59F24;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  padding: 15px; }
  a:focus{outline:none!important;}
  .card-abs, .block_item_nabor .card-favorite.card-abs {
    position: absolute;
    z-index: 2;
    top: 15px; }
  .card-img {
    height: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    margin-bottom: 24px; }
  .card-favorite {
    right: 15px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s; }
.card-favorite.favorite--active:before {
  content: url(/local/templates/smartbee/images/content/icons/hearthover.svg);
}
    .card-favorite:before {
      /*content: url(../images/content/icons/hearthover.svg);*/
      /*content: url(/local/templates/smartbee/images/content/icons/hearthover.svg);*/
      content: url(/local/templates/smartbee/images/content/icons/cardfavorite.svg);
      display: block;
      width: 21px;
      height: 2px;
      position: absolute;
      left: 0;
      right: 0;
      opacity: 0;
      z-index: -1;
      -webkit-transition: linear .2s;
      -o-transition: linear .2s;
      transition: linear .2s; }
    .card-favorite:hover:before {
      z-index: 1;
      opacity: 1; }
  .card-diz {
    left: 15px;
    background: #F91155;
    border-radius: 12.5px;
    padding: 3px 10px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF; }
  .card-title {
    text-align: center;
    height: 40px;
    margin-bottom: 15px; }
    .card-title__link {
      color: #353431;
      font-weight: 400;
      font-size: 16px;
      -webkit-transition: linear .2s;
      -o-transition: linear .2s;
      transition: linear .2s; }
      .card-title__link:hover {
        color: #F59F24; }
  .card-bottom {
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .card-bottom__btns {
      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: end;
      -ms-flex-align: end;
      align-items: flex-end;
      text-align: right; }
      .card-bottom__btns > *:not(:last-child) {
        margin-bottom: 5px; }
      .card-bottom__btns--left {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
  .card-price {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    white-space: nowrap;
    margin-bottom: 5px; }
    .card-price span {
      font-weight: 500;
      font-size: 18px; }
    .card-price__diz {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .card-price__diz .throw {
        color: rgba(53, 52, 49, 0.4);
        font-weight: 400;
        font-size: 14px;
        text-decoration: line-through; }
      .card-price__diz .reddiz {
        font-size: 16px;
        color: #F91155; }

.favorite--active:before {
  z-index: 1;
  opacity: 1; }

.s-hits {
  padding-bottom: 60px; }

.s-groupsgoods {
  padding: 60px 0 75px; }

.groupsgoods-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .groupsgoods-item__link {
    position: relative;
    width: 48.7%;
    height: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden; }
    .groupsgoods-item__link img {
      width: 100%; }
    .groupsgoods-item__link::before {
      content: '';
      width: 100%;
      opacity: 0;
      height: 100%;
      position: absolute;
      left: 0;
      -webkit-transition: linear .2s;
      -o-transition: linear .2s;
      transition: linear .2s;
      top: 0;
      background: rgba(0, 0, 0, 0.25); }
    .groupsgoods-item__link:hover::before {
      opacity: 1; }
    .groupsgoods-item__link .abs {
      top: 17px;
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: #353431;
      padding: 9px 20px 14px 44px;
      font-size: 28px;
      color: #FFFFFF; }

.s-newcat {
  padding-top: 75px;
  padding-bottom: 50px; }

.s-new {
  padding: 50px 0 120px; }

.new-wrap > *:not(:last-child) {
  margin-right: 30px; }

@media (max-width: 1023px) {
  .new-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .new-card--wrap {
    width: 100%; }
  .new-wrap > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px; }
  .banner--height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.new-card__top {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background: #FAF0E0;
  border: 2px solid #F59F24;
  border-radius: 10px;
  margin-bottom: 6px; }
  .new-card__top .card-img {
    margin-bottom: 0; }
  .new-card__top .spannew {
    position: absolute;
    left: 10px;
    font-weight: 500;
    font-size: 18px;
    top: 20px;
    color: #F91155; }
  .new-card__top .card-favorite {
    top: 20px; }
  .new-card__top .card-img {
    height: 145px; }
    .new-card__top .card-img img {
      width: 50px;
      height: auto; }

.new-card__bottom .card-title {
  height: auto;
  text-align: left; }
  .new-card__bottom .card-title__link {
    font-weight: 400;
    font-size: 14px; }

.new-card--wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

/*кол-во */
.kol {
  display: none;
  border-radius: 20px;
  height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.block_number {
  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;
  position: relative; }

.kol .minus, .kol .plus {
  width: 20px;
  height: 30px;
  cursor: pointer;
  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-weight: bold;
  text-align: center;
  border-radius: 6px;
  font-size: 30px;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
  color: #3486C7; }
  .kol .minus svg path, .kol .plus svg path {
    stroke: #454440;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s; }
  .kol .minus:hover svg path, .kol .plus:hover svg path {
    stroke: #F59F24; }

.kol input {
  font-weight: bold;
  width: 20px;
  text-align: center;
  padding: 0;
  border: 0;
  line-height: normal;
  height: 30px;
  color: #28282C;
  margin: 0 5px;
  border-radius: 6px;
  font-size: 14px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.singlebanner {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%; }

.s-goodsrate {
  background: #FFFAF2;
  padding: 100px 0;
  overflow: hidden; }

.goodsrate-wrap {
  position: relative; }

.goodsrate-items .slick-slide {
  margin: 0 15px; }

.goodsrate-items .slick-list {
  margin: 0 -15px; }

.goodsrate-items {
  margin: 20px 0; }

.goodsrate-item {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  position: relative;
  padding: 15px 30px;
  min-height: 145px; }
  .goodsrate-item__del {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: transparent; }
  .goodsrate-item__img {
    padding-right: 40px;
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .goodsrate-item__text {
    padding-left: 20px;
    font-weight: 400;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #353431; }
    .goodsrate-item__text .rating {
      margin-top: auto; }

.goodsrate--arrows .custom--arrow {
  top: calc(50% + 15px); }

footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.footer {
  background: #353431;
  padding-top: 50px;
  padding-bottom: 45px; }
  .footer .mar > *:not(:last-child) {
    margin-right: 40px; }
  .footer ul li a {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s; }
    .footer ul li a:hover {
      opacity: .7; }
  .footer-top {
    margin-bottom: 70px; }
    .footer-top ul {
      margin-bottom: 25px; }
      .footer-top ul > *:not(:last-child) {
        margin-bottom: 25px; }
    .footer-top__left > *:not(:last-child) {
      margin-right: 70px; }
  .footer-bottom {
    padding-bottom: 30px;
    border-bottom: 1px solid #FFFFFF; }
    .footer-bottom__left > *:not(:last-child) {
      margin-right: 30px; }
    .footer-bottom__left a {
      -webkit-transition: linear .2s;
      -o-transition: linear .2s;
      transition: linear .2s; }
      .footer-bottom__left a:hover {
        opacity: .7; }
    .footer-bottom__right {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .footer-bottom__right--banks {
        background: #FFFFFF;
        border-radius: 3px;
        padding: 0 10px; }
        .footer-bottom__right--banks > *:not(:last-child) {
          margin-right: 25px; }
  .footer-politics {
    padding-top: 30px; }
    .footer-politics ul li a {
      color: rgba(255, 255, 255, 0.5); }
      .footer-politics ul li a:hover {
        color: white; }

@media (max-width: 1024px) {
  .footer-top__left, .footer-top, .footer-bottom, .footer-bottom__right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around; } }

@media (max-width: 880px) {
  .footer-bottom {
    -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; }
  .footer-bottom__left {
    padding-bottom: 20px; }
  .footer-politics {
    -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; }
    .footer-politics .logo {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .footer-politics ul {
      margin-bottom: 40px; } }

@media (max-width: 500px) {
  .footer {
    padding-bottom: 100px; }
  .footer-top__left > *:not(:last-child) {
    margin-right: 0; }
  .footer-top {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
    .footer-top .footer-top__left {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
  .footer-bottom__left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #FFFFFF; }
  .footer-bottom__right {
    padding-top: 40px; }
    .footer-bottom__right ul {
      -ms-flex-pack: distribute;
      justify-content: space-around;
      width: 100%;
      margin-bottom: 24px; }
  .footer .mar > *:not(:last-child) {
    margin-right: 0; }
  .footer-politics ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .footer-politics ul > *:not(:last-child) {
      margin-bottom: 25px; } }

.custom--dotswrap {
  margin-top: 20px; }

.custom--dots {
  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; }
  .custom--dots .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .custom--dots .slick-dots > *:not(:last-child) {
      margin-right: 20px; }
    .custom--dots .slick-dots button {
      outline: none;
      border: 1px solid #F59F24;
      border-radius: 50%;
      font-size: 0;
      cursor: pointer;
      width: 20px;
      height: 20px;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .custom--dots .slick-dots .slick-active button {
      background: #F59F24; }

.custom--dotswrap--grey {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .custom--dotswrap--grey .slick-dots button {
    opacity: .6;
    border: 1px solid #FFFAF2; }
  .custom--dotswrap--grey .slick-dots .slick-active button {
    opacity: .6;
    background: #FFFAF2; }

.custom--arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.custom--arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 50px;
  height: 50px;
  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;
  background: #FFFAF2;
  cursor: pointer;
  border: 1px solid #F59F24;
  border-radius: 50%; }
  .custom--arrow__prev {
    left: -25px;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg); }
  .custom--arrow__next {
    right: -25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .custom--arrow .goodsrate--prev {
    top: calc(59% - 40px); }

.twobanners {
  margin-bottom: 30px; }
  .twobanners > *:not(:last-child) {
    margin-right: 30px; }
  .twobanners-item {
    width: 50%; }
    .twobanners-item img {
      width: 100%; }

.s-a-banner {
  color: #fff; }
  .s-a-banner--bg {
    background-image: url(../images/content/p-about/bg-about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    position: relative; }
    .s-a-banner--bg::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: #454440;
      opacity: 0.4; }
  .s-a-banner__img {
    float: right;
    top: 0;
    right: 0;
    position: absolute; }
  .s-a-banner .container {
    height: 100%;
    position: relative;
    z-index: 2; }

.a-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .a-banner__top {
    padding-top: 80px; }
  .a-banner-left > *:not(:last-child) {
    margin-bottom: 20px; }
  .a-banner-left .sub-title {
    font-weight: 500;
    line-height: 22px;
    font-size: 18px;
    max-width: 372px;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.6); }

.a-banner__bottom {
  margin-top: -125px;
  position: relative;
  z-index: 3; }
  .a-banner__bottom .container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .a-banner__bottom-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 690px;
    margin-right: 40px; }
    .a-banner__bottom-wrap .title {
      text-align: center;
      display: block;
      margin-bottom: 20px;
      font-weight: 400;
      font-size: 28px; }
  .a-banner__bottom-descr {
    max-width: 270px;
    padding: 11px 15px;
    background: #F59F24;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #FFFAF2; }
  .a-banner__bottom-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .a-banner__bottom-items > *:not(:last-child) {
      margin-right: 20px; }
  .a-banner__bottom-item {
    width: 200px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-top: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: url(../images/content/p-about/poligon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px; }
    .a-banner__bottom-item .num {
      font-weight: 700;
      font-size: 60px;
      color: #FDECD3;
      margin-bottom: 10px;
      line-height: 1; }
    .a-banner__bottom-item .text {
      max-width: 135px;
      font-weight: 400;
      font-size: 14px;
      color: #FFFAF2; }

.desct-none {
  display: none; }
  @media (max-width: 767) {
    .desct-none {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.s-bees {
  padding: 180px 0 100px; }

.bees > *:not(:last-child) {
  margin-right: 30px; }

.bees-big {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 10px;
  padding: 20px 30px;
  min-width: 330px;
  height: 410px;
  color: #fff; }
  @media (max-width: 1023px) {
    .bees-big {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .bees-big > *:not(:last-child) {
    margin-bottom: 16px; }
  .bees-big .title {
    font-weight: 600;
    font-size: 32px;
    color: #FFFAF2;
    text-transform: uppercase;
    max-width: 410px; }
  .bees-big .text {
    max-width: 640px; }
    @media (max-width: 1023px) {
      .bees-big .text {
        margin-top: auto; } }

.bees-wrap > *:not(:last-child) {
  margin-bottom: 30px; }

.bees-item {
  max-width: 370px;
  padding: 30px 30px 40px;
  background: #454440;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  position: relative;
  color: #FFFAF2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .bees-item .num {
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 25px;
    top: 0;
    padding-right: 6px;
    background: #029410;
    border-radius: 0px 0px 0px 20px;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 14px; }
  .bees-item .title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px; }
  .bees-item p {
    font-size: 16px;
    font-weight: 400; }

.beeimg {
  top: -100px;
  right: 0;
  width: 100%; }
  .beeimg img {
    width: 100%; }

.s-differen {
  padding: 100px 0 50px; }

@media (max-width: 500px) {
  .differen {
    overflow: hidden; } }

.differen > *:not(:last-child) {
  margin-right: 30px; }

.differen .mt100 {
  margin-top: -100px; }
  @media (max-width: 800px) {
    .differen .mt100 {
      margin-top: auto; } }
  @media (max-width: 500px) {
    .differen .mt100 {
      margin-top: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 500px) {
    .differen .mt100 img {
      max-width: 100%;
      margin-left: 70px; } }

.differen-text {
  max-width: 580px; }
  .differen-text .title {
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase;
    color: #454440;
    margin-bottom: 36px; }
  .differen-text__wrap {
    line-height: 25px;
    font-size: 16px;
    max-width: 500px; }
    .differen-text__wrap > *:not(:last-child) {
      margin-bottom: 30px; }

.s-a-beemaster {
  padding: 120px 0 100px; }

.a-beemaster-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .a-beemaster-wrap > *:not(:last-child) {
    margin-right: 30px; }

.a-beemaster--arrows {
  position: relative;
  -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; }
  .a-beemaster--arrows .custom--arrow {
    left: auto;
    top: auto;
    right: auto;
    position: relative;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25); }
  .a-beemaster--arrows .beemaster--prev {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .a-beemaster--arrows .beemaster--next {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .a-beemaster--arrows .custom--arrows-dotter {
    display: block;
    height: 60px;
    width: 2px;
    margin: 8px 0;
    border: 2px dashed #F59F24; }

.a-beemaster-js-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  overflow: hidden; }

.a-beemaster-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  .a-beemaster-item > *:not(:last-child) {
    margin-right: 50px; }
  .a-beemaster-item__img {
    width: 230px;
    min-width: 230px;
    height: 230px;
    position: relative; }
    .a-beemaster-item__img img {
      width: 100%;
      height: 100%; }
    .a-beemaster-item__img .quote {
      position: absolute;
      top: 0;
      right: 0;
      padding-top: 20px;
      width: 35px;
      height: 35px;
      background: #F59F24;
      border-radius: 0px 0px 0px 10px;
      font-weight: 400;
      font-size: 48px;
      line-height: 1;
      color: #FFFFFF;
      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;
      overflow: hidden; }
  .a-beemaster-item__text {
    color: #454440;
    padding: 16px; }
    .a-beemaster-item__text blockquote {
      margin: 0;
      font-style: italic;
      line-height: 25px;
      margin-bottom: 20px;
      max-width: 740px; }
    .a-beemaster-item__text .name {
      font-weight: 500;
      font-size: 18px; }

.a-titles {
  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;
  text-align: center;
  margin-bottom: 50px; }
  .a-titles .title {
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase;
    color: #454440;
    margin-bottom: 5px; }
  .a-titles .text {
    max-width: 710px;
    color: rgba(69, 68, 64, 0.7);
    line-height: 25px; }

.beemastersimg {
  top: -70px;
  left: 0; }

.s-logistic {
  padding: 100px 0;
  color: #fff;
  background: #454440; }

.logistic {
  color: rgba(255, 255, 255, 0.7); }
  .logistic .a-titles .title {
    color: #fff; }
  .logistic .a-titles .text {
    color: rgba(255, 255, 255, 0.7); }
  .logistic-items > *:not(:last-child) {
    margin-right: 20px; }
  .logistic-item {
    max-width: 370px;
    min-width: 250px; }
    .logistic-item__img {
      width: 100%;
      height: 100%;
      border-radius: 10px;
      height: 186px;
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 20px; }
      .logistic-item__img img {
        width: 100%;
        height: 100%; }
    .logistic-item__text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .logistic-item__text .title {
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        margin-bottom: 10px; }
      .logistic-item__text p {
        font-size: 16px;
        line-height: 25px; }

.logisticimg1 {
  top: -100px;
  right: 0; }

.logisticimg2 {
  bottom: -150px;
  right: 30%; }

@media (max-width: 500px) {
  .s-logistic {
    padding-top: 50px;
    padding-bottom: 50px; } }

.a-prod .differen-text {
  max-width: 650px; }
  .a-prod .differen-text__wrap {
    max-width: 570px; }

.s-a-apperetive {
  padding-top: 0;
  position: relative; }
  .s-a-apperetive .container {
    position: relative; }

.apperetiveImg {
  top: 0;
  right: 0; }

.apperetiveImg2 {
  bottom: -50px;
  left: 42%; }

.s-members {
  padding: 100px 0; }

.members-wrap {
  position: relative;
  max-width: 870px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.members-slide:nth-child(n) {
  padding-top: 0px; }

.members-slide:nth-child(2n) {
  padding-top: 30px; }

.members-slide:nth-child(3n) {
  padding-top: 60px; }

.members .members--prev {
  top: auto;
  bottom: 0;
  -webkit-transform: translate(0) rotate(180deg);
  -ms-transform: translate(0) rotate(180deg);
  transform: translate(0) rotate(180deg); }

.members .members--next {
  top: 20px; }

.members-slide__text {
  margin-top: 25px;
  padding-left: 20px;
  text-align: left !important;
  display: block;
  width: 100%;
  max-width: 270px; }
  .members-slide__text .name {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px; }
  .members-slide__text .text {
    font-weight: 400;
    font-size: 12px; }

.s-a-hands {
  margin-bottom: 150px; }
  .s-a-hands .container {
    position: relative; }

.hands-wrap > *:not(:last-child) {
  margin-right: 30px; }

.hands-text {
  max-width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .hands-text > *:not(:last-child) {
    margin-bottom: 30px; }
  .hands-text .title {
    font-weight: 500;
    font-size: 18px;
    color: #454440; }
  .hands-text .text {
    font-weight: 400;
    font-size: 16px;
    color: rgba(69, 68, 64, 0.7);
    position: relative;
    z-index: 2;
    line-height: 25px; }

.double--photo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .double--photo__img {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.15));
    border-radius: 10px;
    overflow: hidden;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0); }
    .double--photo__img-small {
      margin-top: 33px;
      margin-left: -100px; }

.handsimg {
  top: -30px;
  right: -115px; }

.regcheckmark-box {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #454440;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.regcheckmark-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0 !important;
  width: 0 !important; }

/* Create a custom checkbox */
.regcheckmark-box .checkmark {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 17px;
  width: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
 /* border: 1px solid #F59F24;
  border-radius: 2px;*/

background: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='14' height='14' rx='1.5' stroke='%23F59F24'/%3E%3C/svg%3E%0A") no-repeat center;
  }
/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
.regcheckmark-box .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.regcheckmark-box input:checked ~ .checkmark {
  display: block; 
  background: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='14' height='14' rx='1.5' stroke='%23F59F24'/%3E%3Crect x='2' y='2' width='11' height='11' rx='2' fill='%23F59F24'/%3E%3C/svg%3E%0A") no-repeat center;
  }

/* Style the checkmark/indicator */
/*
.regcheckmark-box .checkmark:after {
  width: 11px;
  height: 11px;
  margin: 1px;
  background: #F59F24;
  border-radius: 2px; }
  */
/*
.regcheckmark-box .checkmark--circle, .regcheckmark-box .checkmark--circle:after {
  border-radius: 50%; }
*/

.regcheckmark-box .checkmark.checkmark--circle {
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9.5' stroke='%23F59F24'/%3E%3C/svg%3E%0A") no-repeat center;
    width: 20px;
    height: 20px;
}

.regcheckmark-box input:checked ~ .checkmark.checkmark--circle {background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23F59F24'/%3E%3C/svg%3E%0A") no-repeat center;}


.r-reg-form__item .regcheckmark-box--circle {
  padding-left: 30px;
  color: #000000; }



.s-r-reg {
  padding: 100px 0 150px; }

.r-reg {
  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-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .r-reg .sec-title {
    text-align: center;
    color: #454440;
    margin-bottom: 30px; }
  .r-reg-formWrap {
    width: 370px; }
    @media (max-width: 374px) {
      .r-reg-formWrap {
        width: 100%; } }
    .r-reg-formWrap__big {
      width: 100%;
      max-width: 770px; }
  .r-reg-formWrap__big {
    width: 100%;
    max-width: 770px; }
  .r-reg-form > *:not(:last-child) {
    margin-bottom: 20px; }
  .r-reg-form__block {
    background: #FDECD3;
    position: relative;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 20px; }
    .r-reg-form__block > *:not(:last-child) {
      margin-bottom: 16px; }
    .r-reg-form__block .title {
      display: block;
      margin-bottom: 14px;
      font-weight: 600;
      font-size: 18px;
      color: #454440; }
  .r-reg-form__abs {
    right: calc(-100% - 30px);
    top: 10px;
    min-width: 370px;
    max-width: 370px;
    background: #FFFAF2;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    padding: 16px; }
    @media (max-width: 1100px) {
      .r-reg-form__abs {
        position: revert;
        max-width: 100%;
        min-width: 100%; } }
    .r-reg-form__abs--nobg {
      background-color: transparent;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-shadow: none;
      box-shadow: none; }
      @media (max-width: 1100px) {
        .r-reg-form__abs--nobg {
          padding-right: 0;
          padding-left: 0; } }
      .r-reg-form__abs--nobg > *:not(:last-child) {
        margin-bottom: 20px; }
      .r-reg-form__abs--nobg .r-reg-form__info {
        min-width: 370px;
        max-width: 370px;
        background: #FFFAF2;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border-radius: 14px;
        padding: 16px; }
        @media (max-width: 1100px) {
          .r-reg-form__abs--nobg .r-reg-form__info {
            max-width: 100%;
            min-width: 100%; } }
      .r-reg-form__abs--nobg .r-reg-form__abs-bottom {
        text-align: center; }
        .r-reg-form__abs--nobg .r-reg-form__abs-bottom p {
          font-weight: 400;
          font-size: 12px;
          color: #3D3D3D;
          opacity: 0.8; }
        .r-reg-form__abs--nobg .r-reg-form__abs-bottom .link {
          font-weight: 400;
          font-size: 14px;
          color: #F59F24;
          -webkit-transition: linear .2s;
          -o-transition: linear .2s;
          transition: linear .2s; }
          .r-reg-form__abs--nobg .r-reg-form__abs-bottom .link:hover {
            color: #454440; }
    .r-reg-form__abs > *:not(:last-child) {
      margin-right: 10px !important; }
    .r-reg-form__abs .text {
      font-size: 14px; }
  .r-reg-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .r-reg-form__item--wrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (max-width: 480px) {
        .r-reg-form__item--wrap {
          -ms-flex-pack: distribute;
          justify-content: space-around; } }
      .r-reg-form__item--wrap > *:not(:last-child) {
        margin-right: 26px;
        margin-bottom: 16px; }
        @media (max-width: 480px) {
          .r-reg-form__item--wrap > *:not(:last-child) {
            margin-right: 0; } }
      .r-reg-form__item--wrap input {
        max-width: 440px; }
    .r-reg-form__item > *:not(:last-child) {
      margin-bottom: 16px; }
    .r-reg-form__item label {
      font-weight: 400;
      font-size: 16px;
      color: rgba(69, 68, 64, 0.5); }
    .r-reg-form__item input {
      width: 100%;
      background: #FFFFFF;
      border-radius: 10px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: none;
      outline: none;
      padding: 0 15px; }
      .r-reg-form__item input::-webkit-input-placeholder {
        font-weight: 400;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.2); }
      .r-reg-form__item input::-moz-placeholder {
        font-weight: 400;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.2); }
      .r-reg-form__item input:-ms-input-placeholder {
        font-weight: 400;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.2); }
      .r-reg-form__item input::-ms-input-placeholder {
        font-weight: 400;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.2); }
      .r-reg-form__item input::placeholder {
        font-weight: 400;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.2); }
  .r-reg-form__btns {
    padding-top: 10px;
    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; }
    .r-reg-form__btns .btn {
      margin-top: 20px; }
    .r-reg-form__btns .descr {
      text-align: center;
      font-weight: 400;
      font-size: 12px;
      color: rgba(61, 61, 61, 0.8); }
  .r-reg-form__info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    color: rgba(61, 61, 61, 0.8); }
    .r-reg-form__info .text {
      max-width: 445px; }
    .r-reg-form__info img {
      min-width: 45px;
      width: 45px;
      max-width: 45px; }
    .r-reg-form__info > *:not(:last-child) {
      margin-right: 30px; }

.forgotPass {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #F59F24;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s; }
  .forgotPass:hover {
    color: #454440; }

.labelInformcheck {
  margin-top: 25px; }

@media (max-width: 500px) {
  .s-r-reg {
    padding: 50px 0 60px; } }

.r-reg-form__block--done {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFAF2;
  max-width: 360px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 14px; }
  .r-reg-form__block--done > *:not(:last-child) {
    margin-right: 20px; }
  .r-reg-form__block--done .r-reg-form__item--imgdone {
    margin-bottom: 0; }
  .r-reg-form__block--done .text {
    color: #636261;
    font-weight: 400;
    font-size: 16px; }

.popup-thanks .container {
  background-color: #fff; }

.white-popup-block {
  width: 370px;
  margin: 40px auto;
  position: relative;
  background: #FFFAF2;
  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;
  text-align: center;
  border-radius: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 60px;
  min-height: 230px;
  background-image: url(../images/content/bg-popup/bg-popup.png);
  background-repeat: no-repeat;
  background-size: cover; }
  .white-popup-block > *:not(:last-child) {
    margin-bottom: 20px; }
  .white-popup-block .title {
    color: #029410;
    font-size: 28px;
    line-height: 28px; }
  .white-popup-block .text {
    font-weight: 400;
    font-size: 16px;
    color: rgba(69, 68, 64, 0.5); }
  .white-popup-block-autoriz {
    background: none;
    padding: 20px 20px 25px 20px;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 10px;
    max-width: 370px; }
    .white-popup-block-autoriz .title {
      text-align: center;
      font-weight: 500;
      font-size: 18px;
      color: #454440; }

.popup-withmap {
  max-width: 1170px;
  width: 100%;
  background: none;
  height: 100%;
  max-height: 660px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 0;
  position: relative;
  overflow: auto; }
  @media (max-width: 800px) {
    .popup-withmap {
      max-height: 100%;
      max-width: 100%; } }
  .popup-withmap > *:not(:last-child) {
    margin-bottom: 0; }
  @media (max-width: 800px) {
    .popup-withmap-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .popup-withmap-left {
    padding: 30px 20px 54px 30px;
    max-width: 400px;
    text-align: left; }
    @media (max-width: 800px) {
      .popup-withmap-left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    .popup-withmap-left--items {
      max-height: 570px;
      overflow: auto;
      margin-top: 20px; }
      .popup-withmap-left--items > *:not(:last-child) {
        margin-bottom: 30px; }
    .popup-withmap-left--item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      cursor: pointer;
      border-radius: 10px;
      -webkit-transition: linear .2s;
      -o-transition: linear .2s;
      transition: linear .2s; }
      .popup-withmap-left--item:hover .address {
        color: #F59F24; }
      .popup-withmap-left--item .address {
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 7px;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s; }
    .popup-withmap-left .title {
      font-weight: 500;
      font-size: 18px;
      color: #000000; }
    .popup-withmap-left .descr {
      font-weight: 400;
      font-size: 14px;
      color: #B9B9B7; }
  .popup-withmap-right {
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative; }
    .popup-withmap-right img {
      height: 100%; }
    .popup-withmap-right-search {
      position: absolute;
      top: 30px;
      left: 30px;
      max-width: 270px; }
  .popup-withmap .mfp-close {
    display: none; }
    @media (max-width: 800px) {
      .popup-withmap .mfp-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .popup-withmap .btn-popupclose {
    position: absolute;
    top: 30px;
    right: 30px; }
    @media (max-width: 800px) {
      .popup-withmap .btn-popupclose {
        display: none; } }

.safe-address .title {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #454440; }

.safe-address--link {
  font-weight: 400;
  font-size: 16px;
  color: #F59F24;
  display: block;
  margin-bottom: 10px; }

.safe-address-push > *:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.safe-address-item {
  font-weight: 400;
  font-size: 14px;
  padding: 10px 0; }

.autoriz {
  padding: 0;
  margin-bottom: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  margin-bottom: 0; }
  .autoriz-item {
    text-align: left; }
    .autoriz-item label {
      font-weight: 400;
      font-size: 14px;
      color: #000000; }
    .autoriz-item input {
      background: rgba(196, 196, 196, 0.2); }
    .autoriz-item > *:not(:last-child) {
      margin-bottom: 12px; }
  .autoriz-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    .autoriz-btns > *:not(:last-child) {
      margin-bottom: 20px; }
    .autoriz-btns .btn {
      max-width: 230px;
      width: 230px; }
    .autoriz-btns .link {
      font-weight: 400;
      font-size: 14px;
      color: #F59F24;
      -webkit-transition: linear .2s;
      -o-transition: linear .2s;
      transition: linear .2s; }
      .autoriz-btns .link:hover {
        color: #029410; }

.custom--popup {
  background: none;
  width: 100%;
  height: 100%;
  max-width: 1170px; }
  @media (max-width: 800px) {
    .custom--popup {
      padding: 0; } }
  .custom--popup .r-reg-form__item--deliver {
    display: block; }
  .custom--popup > *:not(:last-child) {
    margin-bottom: 0; }

.oneclick-form {
  position: relative;
  width: 100%;
  /*max-height: 900px;*/
  /*max-height:100vh;*/
  overflow: auto;
  background: #FFFAF2; }
  .oneclick-form .btn-popupclose {
    position: absolute;
    right: 20px;
    top: 20px; }
    @media (max-width: 800px) {
      .oneclick-form .btn-popupclose {
        /*display: none; */
      } }
  @media (max-width: 1100px) {
    .oneclick-form {
      padding-bottom: 16px; } }
  @media (max-width: 800px) {
    .oneclick-form {
      width: 100%;
      height: 100%;
      max-height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .oneclick-form .title {
    font-weight: 400;
    font-size: 28px;
    color: #F59F24;
    display: block;
    margin-bottom: 20px; }
    @media (max-width: 800px) {
      .oneclick-form .title {
        text-align: center; } }
  .oneclick-form-top {
    background: #FDECD3;
    padding: 30px 80px 30px 100px; }
    .oneclick-form-top > *:not(:last-child) {
      margin-right: 30px; }
      @media (max-width: 800px) {
        .oneclick-form-top > *:not(:last-child) {
          margin-right: 0;
          margin-bottom: 50px; } }
    @media (max-width: 1100px) {
      .oneclick-form-top {
        padding: 16px 20px; } }
    @media (max-width: 800px) {
      .oneclick-form-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 40px; } }
    .oneclick-form-top__left {
      max-width: 370px;
      width: 100%; }
      @media (max-width: 800px) {
        .oneclick-form-top__left {
          max-width: 100%; } }
    .oneclick-form-top .r-reg-form__block {
      padding: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      text-align: left;
      width: 100%; }
    .oneclick-form-top__right {
      max-width: 490px; }
      @media (max-width: 800px) {
        .oneclick-form-top__right {
          max-width: 100%; } }
      .oneclick-form-top__right .r-reg-form__item--deliver {
        width: 100%;
        text-align: left; }
      .oneclick-form-top__right .tabs-nav > *:not(:last-child) {
        margin-right: 10px; }
        @media (max-width: 800px) {
          .oneclick-form-top__right .tabs-nav > *:not(:last-child) {
            margin-right: 0; } }
      @media (max-width: 800px) {
        .oneclick-form-top__right .tabs-nav {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .oneclick-form-top__right .tabs-nav__item {
        background: #FFFFFF;
        white-space: nowrap;
        height: 58px;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15); }
        .oneclick-form-top__right .tabs-nav__item .title {
          font-weight: 400;
          line-height: 1;
          font-size: 13px;
          color: #A2A1A0; }
        .oneclick-form-top__right .tabs-nav__item .text {
          font-weight: 400;
          font-size: 14px;
          color: rgba(0, 0, 0, 0.5); }
      .oneclick-form-top__right .tabs-nav__item.is-active, .oneclick-form-top__right .tabs-nav__item.bx-selected {
        background: #454440;
        border-radius: 10px; }
        .oneclick-form-top__right .tabs-nav__item.is-active .title, .oneclick-form-top__right .tabs-nav__item.bx-selected .title {
          color: #FFFAF2; }
        .oneclick-form-top__right .tabs-nav__item.is-active .text, .oneclick-form-top__right .tabs-nav__item.bx-selected .text {
          color: #A29F99; }
      .oneclick-form-top__right .tabs-content .r-reg-form__item--three > *:not(:last-child) {
        margin-right: 20px; }
  .oneclick-form-bottom {
    background: #FFFAF2;
    width: 100%;
    padding: 40px 70px 65px 80px; }
    .oneclick-form-bottom > *:not(:last-child) {
      margin-right: 30px; }
      @media (max-width: 800px) {
        .oneclick-form-bottom > *:not(:last-child) {
          margin-right: 0;
          margin-bottom: 20px; } }
    @media (max-width: 1100px) {
      .oneclick-form-bottom {
        padding: 16px 20px; } }
    @media (max-width: 800px) {
      .oneclick-form-bottom {
        -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;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding-top: 40px;
        padding-left: 15px;
        padding-right: 15px; } }
    .oneclick-form-bottom__img {
      width: 270px;
      min-width: 270px;
      max-width: 270px; }
      .oneclick-form-bottom__img .card {
        width: 100%; }
    .oneclick-form-bottom__info {
      position: relative; }
      .oneclick-form-bottom__info--left {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      .oneclick-form-bottom__info--titles {
        width: 100%;
        text-align: left;
        margin-bottom: 10px; }
        .oneclick-form-bottom__info--titles .title {
          font-weight: 400;
          font-size: 28px;
          color: #F59F24;
          margin-bottom: 6px;
          display: block; }
        .oneclick-form-bottom__info--titles .descr {
          font-weight: 400;
          font-size: 16px;
          color: #A29F99; }
          @media (max-width: 800px) {
            .oneclick-form-bottom__info--titles .descr {
              text-align: center; } }
      .oneclick-form-bottom__info--about {
        margin-top: 16px; }
      .oneclick-form-bottom__info--wrap > *:not(:last-child) {
        margin-right: 60px; }
        @media (max-width: 800px) {
          .oneclick-form-bottom__info--wrap > *:not(:last-child) {
            margin-right: 0; } }
      @media (max-width: 800px) {
        .oneclick-form-bottom__info--wrap {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
    .oneclick-form-bottom .btn-onclick-form {
      position: absolute;
      width: 360px;
      right: 0;
      bottom: 0; }
      @media (max-width: 1100px) {
        .oneclick-form-bottom .btn-onclick-form {
          width: 200px;
          position: relative;
          bottom: auto;
          right: auto;
          margin-bottom: 20px;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; } }
    .oneclick-form-bottom .oneclick-table {
      margin-bottom: 12px; }
      .oneclick-form-bottom .oneclick-table > *:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .oneclick-form-bottom .oneclick-table .kol {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .oneclick-form-bottom .oneclick-table--top {
        font-weight: 400;
        font-size: 14px;
        color: #B9B6AF;
        padding-bottom: 6px; }
      .oneclick-form-bottom .oneclick-table--center {
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .oneclick-form-bottom .oneclick-table--bottom {
        padding-top: 10px;
        font-weight: 500;
        font-size: 18px;
        color: #454440;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
    .oneclick-form-bottom .r-reg-form__item .locate {
      text-align: left;
      font-weight: 500;
      font-size: 18px;
      color: #F59F24; }
    .oneclick-form-bottom .r-reg-form__item .r-reg-form__item--wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 10px; }
      .oneclick-form-bottom .r-reg-form__item .r-reg-form__item--wrap > *:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px; }
      .oneclick-form-bottom .r-reg-form__item .r-reg-form__item--wrap .checkmark {
        font-weight: 400;
        font-size: 14px;
        color: #000000; }
    .oneclick-form-bottom .r-reg-form__block {
      background: #FFFFFF;
      -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
      border-radius: 10px;
      margin-bottom: 20px;
      height: 190px; }
      .oneclick-form-bottom .r-reg-form__block .r-reg-form__item .label--pink {
        color: #F91155;
        font-weight: 500;
        font-size: 18px;
        display: none; }
      .oneclick-form-bottom .r-reg-form__block .r-reg-form__item .label--alert {
        display: none;
        color: #F59F24;
        font-weight: 500;
        font-size: 18px; }
      .oneclick-form-bottom .r-reg-form__block .r-reg-form__item .label--pink-db {
        display: block; }
    .oneclick-form-bottom .r-reg-form__item input {
      background: rgba(196, 196, 196, 0.2); }
    .oneclick-form-bottom .oneclick-form-bottom__info--promo {
      max-width: 270px;
      position: relative; }
      @media (max-width: 800px) {
        .oneclick-form-bottom .oneclick-form-bottom__info--promo {
          max-width: 100%;
          margin-top: 30px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -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; } }
      @media (max-width: 800px) {
        .oneclick-form-bottom .oneclick-form-bottom__info--promo .r-reg-form__block {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          margin-top: 0; } }
  .oneclick-form .regcheckmark-box--wrap {
    position: absolute;
    right: 10%;
    bottom: 15px;
    margin-bottom: 0; }
    .oneclick-form .regcheckmark-box--wrap .regcheckmark-box .checkmark {
      top: 47% !important; }
    @media (max-width: 1100px) {
      .oneclick-form .regcheckmark-box--wrap {
        position: relative;
        bottom: auto;
        right: auto;
        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;
        margin-top: 20px; } }
    @media (max-width: 800px) {
      .oneclick-form .regcheckmark-box--wrap {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 0;
        padding-top: 20px;
        background: #FDECD3;
        padding-bottom: 30px;
        margin-bottom: 30px; } }

.popup-blockcustom {
  max-width: 570px;
  padding-top: 70px;
  padding-bottom: 55px;
  height: auto;
  width: 100%; }

.safe-address--block .subtitle {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #454440; }

.safe-address--block .time {
  font-weight: 400;
  font-size: 14px;
  color: #A1988A; }

.safe-address--block .safe-address-push {
  padding-top: 15px;
  padding-bottom: 15px;
  max-height: 140px;
  overflow: auto; }
  .safe-address--block .safe-address-push .safe-address-item > *:not(:last-child) {
    margin-bottom: 5px; }

.safe-address-item--active {
  color: #F59F24; }

.breadcrambs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .breadcrambs > *:not(:last-child) {
    margin-right: 7px; }
  .breadcrambs > *:last-child {
    color: #454440;
    pointer-events: none; }
  .breadcrambs > *:last-child::after {
    display: none;
  }
  .breadcrambs a {
    position: relative;
    padding-right: 12px;
    color: #A2A1A0;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s; }
    .breadcrambs a:hover {
      color: #F59F24; }
    .breadcrambs a::after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -2px;
      width: 9px;
      height: 9px;
      background-image: url("/local/templates/smartbee/svg/arrow-bread.svg");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
    }
    .breadcrambs span {
      display: none;
    }

.s-c-catalog {
  padding: 70px 0 160px; }
  .s-c-catalog-titles .breadcrambs {
    margin-bottom: 10px; }

.c-catalog > *:not(:last-child) {
  margin-right: 30px; }

.c-catalog-filter {
  max-width: 270px; }
  .c-catalog-filter__head {
    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; }
    .c-catalog-filter__head > *:not(:last-child) {
      margin-bottom: 0px; }
    .c-catalog-filter__head--wrap {
      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; }
      .c-catalog-filter__head--wrap > *:not(:last-child) {
        margin-bottom: 30px; }
    .c-catalog-filter__head--mob {
      display: none; }
    .c-catalog-filter__head .searchProd {
      font-weight: 400;
	  margin-bottom:20px;
      font-size: 16px;
      color: #F59F24; }
    .c-catalog-filter__head .filter--btn {
      width: 115px;
      height: 40px; }
    .c-catalog-filter__head .filterbtn--active {
      background: #029410; }
    .c-catalog-filter__head--btns {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .c-catalog-filter__head--btns > *:not(:last-child) {
        margin-right: 10px; }

.c-catalog-items {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%; }
  .c-catalog-items__head {
    margin-bottom: 30px; }
  .c-catalog-items__bradcrambs > *:not(:last-child) {
    margin-right: 6px; }
  .c-catalog-items__bradcrambs .text {
    color: #454440;
    font-weight: 400;
    font-size: 16px; }

.c-catalog-descr {
  margin-top: 30px;
  font-weight: 400;
  font-size: 12px;
  color: #454440;
  line-height: 14px; }

.select {
  border: 1px solid #F59F24;
  border-radius: 15px;
  padding: 5px 15px 7px;
  cursor: pointer;
  /* max-width: 170px; */
  font-weight: 400;
  font-size: 14px;
  color: #454440; }
.c-catalog-items__head--select {
  margin-left: auto;
}
.sec-titlemob {
  display: none; }

.btn-mob-filter {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

@media (max-width: 1024px) {
  .sec-titlemob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .s-c-catalog {
    padding-top: 0; }
    .s-c-catalog-titles {
      display: none; }
  .c-catalog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .c-catalog-items__head--select {
      display: none; }
    .c-catalog-filter {
      width: 100%;
      max-width: 100%;
      position: relative; }
      .c-catalog-filter__head {
        background: #FFFAF2;
        padding: 20px;
        padding-top: 40px;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); }
        .c-catalog-filter__head--wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .c-catalog-filter__head--wrap .searchProd {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            text-align: center; }
        .c-catalog-filter__head--mob {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .c-catalog-filter__head--btns {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          margin-bottom: 11px; }
      .c-catalog-filter__body {
        position: absolute;
        width: 100%;
        left: 0;
        display: none;
        bottom: -41px;
        background: #FFFAF2;
        z-index: 2;
        padding: 20px 15px; }
      .c-catalog-filter--btns {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
  .c-catalog > *:not(:last-child) {
    margin-right: 0; }
  .pagination-go .descr {
    display: none; }
  .c-catalog-filter__head--wrap > *:not(:last-child) {
    margin-bottom: 0; } }

@media (max-width: 800px) {
  .grid--sets .card .card-img {
    height: auto; }
    .grid--sets .card .card-img img {
      width: 100%; } }

.pagination {
  margin-top: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }
  .pagination-go {
    position: absolute;
    right: 0; }
    .pagination-go > *:not(:last-child) {
      margin-right: 20px; }
    .pagination-go .descr {
      font-weight: 400;
      font-size: 12px;
      color: #454440; }
  .pagination-form {
    width: 75px;
    position: relative;
    border: 1px solid #F59F24;
    border-radius: 15px;
    overflow: hidden;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .pagination-form input {
      width: 100%;
      border: none;
      height: 100%;
      padding: 0 10px; }
  .pagination-numbers > *:not(:last-child) {
    margin-right: 20px; }
  .pagination-link {
    color: #454440;
    font-weight: 500;
    font-size: 18px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s; }
    .pagination-link:hover {
      color: #F59F24; }
    .pagination-link__active {
      color: #F59F24; }
  .pagination-btn {
    position: absolute;
    background: #FFFAF2;
    width: 20px;
    height: 20px;
    padding: 0;
    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;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    min-width: 20px;
    max-width: 20px;
    border: 1px solid #F59F24; }
    .pagination-btn svg {
      width: 15px;
      min-width: 15px; }

.s-lk-profile {
  padding: 100px 0; }

.lksidebar {
  max-width: 300px; }
  .lksidebar-procenter {
    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: 30px; }
    .lksidebar-procenter > *:not(:last-child) {
      margin-bottom: 8px; }
    .lksidebar-procenter .title {
      font-weight: 400;
      font-size: 12px;
      color: #454440;
      opacity: 0.5; }
  .lksidebar-nav {
    padding-right: 30px;
    margin-top: 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .lksidebar-nav li {
      border-radius: 10px;
      height: 62px;
      overflow: hidden;
      width: 270px; }
      .lksidebar-nav li .link {
        height: 100%;
        width: 100%;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 30px;
        font-weight: 400;
        font-size: 16px;
        color: #454440; }
        .lksidebar-nav li .link:hover {
          background: #FDECD3; }
        .lksidebar-nav li .link--active {
          background: #FDECD3; }

.lk-profile__content {
  padding-left: 100px; }

.lk-profile__title {
  color: #454440;
  margin-bottom: 36px; }

.lk-profile .r-reg-form__block .form {
  width: 500px; }
  .lk-profile .r-reg-form__block .form > *:not(:last-child) {
    margin-bottom: 22px; }

.lk-profile .form--doubleinputs > *:not(:last-child) {
  margin-right: 17px; }

.lk-profile .form--doubleinputs .r-reg-form__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.lk-profile .form--doubleinputs .r-reg-form__item--sex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px; }
  .lk-profile .form--doubleinputs .r-reg-form__item--sex > *:not(:last-child) {
    margin-right: 15px; }
  .lk-profile .form--doubleinputs .r-reg-form__item--sex .regcheckmark-box {
    margin-bottom: 0; }

.lk-profile .form--doubleinputs .r-reg-form__item--flex1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.lk-profile .formLkprofile > *:not(:last-child) {
  margin-bottom: 10px !important; }

.lk-profile .formLkprofile .r-reg-form__item > *:not(:last-child) {
  margin-bottom: 10px; }

.colors {
  width: 100%;
  height: 20px; }

.progress-wrap {
  background: #F59F24;
  border-radius: 10px;
  width: 0;
  position: relative; }
  .progress-wrap::before {
    content: '';
    display: block;
    position: absolute;
    right: -7px;
    top: 50%;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/content/lk/lkbee.svg); }

.progress-wrap__border {
  border: 1px solid #FDECD3;
  border-radius: 10px;
  height: 20px;
  width: 100%; }

.r-reg-form__item--flex1 input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-weight: 400;
  font-size: 14px; }

.r-reg-form__item--flex1 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-weight: 400;
  font-size: 14px; }

.r-reg-form__item--flex1 input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-weight: 400;
  font-size: 14px; }

.r-reg-form__item--flex1 input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-weight: 400;
  font-size: 14px; }

.r-reg-form__item--flex1 input::placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-weight: 400;
  font-size: 14px; }

@media (max-width: 1023px) {
  .lk-profile {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around; } }

@media (max-width: 972px) {
  .lksidebar-nav li {
    overflow: visible; }
    .lksidebar-nav li a {
      position: relative; }
      .lksidebar-nav li a:before {
        content: '';
        display: block;
        width: 0;
        position: absolute;
        height: 9px;
        background: #F59F24;
        border-radius: 10px;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
        bottom: -15px;
        left: 0; }
  .lksidebar-nav li .link--active {
    background: transparent; }
    .lksidebar-nav li .link--active:before {
      width: 100%; }
  .lksidebar-nav li .link:hover {
    background: transparent; }
    .lksidebar-nav li .link:hover:before {
      width: 100%; }
  .lksidebar-nav {
    margin-top: 20px; }
  .lksidebar-procenter {
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); }
  .lk-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .lk-profile__content {
    padding-left: 0; }
  .lksidebar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0; }
  .lksidebar {
    max-width: 100%; }
  .lksidebar-nav li {
    height: auto;
    width: auto; }
  .progress-wrap__border {
    max-width: 270px;
    min-width: 270px; }
  .lksidebar-procenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .lksidebar-nav {
    border-right: 0; }
  .lk-profile .r-reg-form__block .form {
    width: 100%; }
  .lksidebar-nav {
    width: 100%;
    min-width: 100%;
    overflow-x: auto; }
  .lksidebar-nav {
    padding-bottom: 16px; }
    .lksidebar-nav > *:not(:last-child) {
      margin-right: 25px; }
  .lksidebar-nav li {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content; }
  .lksidebar-nav li .link {
    padding: 5px; }
  .s-lk-profile {
    padding: 20px 0 50px; }
  .lk-profile__title {
    display: none; }
  .lk-profile__title-mob {
    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; } }

.lk-profile__content {
  position: relative; }
  .lk-profile__content-done {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .lk-profile__content-done .r-reg-form__block .form {
      width: 100%; }
      .lk-profile__content-done .r-reg-form__block .form input:disabled {
        background-color: transparent;
        padding-left: 0; }
  .lk-profile__content .r-reg-form__exit {
    position: absolute;
    top: 30px;
    right: 30px; }
    @media (max-width: 973px) {
      .lk-profile__content .r-reg-form__exit {
        top: 20px;
        right: 20px; } }
    .lk-profile__content .r-reg-form__exit .btn-js-exit {
      font-weight: 400;
      font-size: 14px;
      color: #F59F24;
      -webkit-transition: linear .2s;
      -o-transition: linear .2s;
      transition: linear .2s; }
      .lk-profile__content .r-reg-form__exit .btn-js-exit:hover {
        color: #454440; }

.lksidebar-procenter--done .progress-wrap {
  width: 100%;
  position: relative; }
  .lksidebar-procenter--done .progress-wrap .abs-proc {
    color: #FFFAF2;
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.lk-favorite--nogoods {
  margin-top: 100px;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (max-width: 600px) {
    .lk-favorite--nogoods {
      margin-top: 0px; } }
  .lk-favorite--nogoods .title {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px; }
  .lk-favorite--nogoods .text {
    color: #DAD9D9;
    margin-bottom: 36px; }

.lk-profile__content-width {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%; }

.promotabs > *:not(:last-child) {
  margin-bottom: 30px; }

.promotabs--no {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  margin-top: 100px; }
  @media (max-width: 600px) {
    .promotabs--no {
      margin-top: 0; } }

.promotabs-wrap {
  background: #FFFAF2;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  border-radius: 10px; }

.promotabs-head {
  height: 62px;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer; }
  .promotabs-head .title {
    font-weight: 500;
    font-size: 18px;
    color: #F91155; }
  .promotabs-head__img {
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    padding-right: 5px; }

.promotabs-content {
  display: none; }
  .promotabs-content__table {
    width: 100%;
    text-align: center;
    border-collapse: collapse; }
    .promotabs-content__table thead {
      height: 30px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .promotabs-content__table thead tr th {
        text-align: center;
        white-space: nowrap;
        font-weight: 400;
        font-size: 14px;
        color: rgba(69, 68, 64, 0.5); }
    .promotabs-content__table tbody td {
      text-align: center;
      padding: 30px;
      color: #454440; }
  .promotabs-content__btn {
    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;
    padding-bottom: 30px; }

.img--rotate {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }
  .img--rotate svg path {
    fill: #F59F24; }

@media (max-width: 600px) {
  .promotabs-content__table thead tr th  {
    text-align: left;
  }
  .promotabs-content__table thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    padding-left: 30px;
    height: 100%; }
  .promotabs-content__table thead tr th {
    height: 25%;
    padding: 10px !important;
    padding-left: 0 !important; }
    .promotabs-content__table thead tr th:nth-child(3n) {
      margin-top: -9px; }
  .promotabs-content__table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .promotabs-content__table tbody tr > *:not(:last-child) {
      margin-bottom: 10px; }
  .promotabs-content__table tbody tr td {
    padding: 10px;
    padding-bottom: 0;
    height: 25%; }
  .promotabs-content__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .promotabs-content__table thead {
    height: auto;
    border-bottom: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .promotabs-content__btn {
    margin-top: 40px; } }

.promotabs-item.promotabs-wrap {
  background: inherit;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lkmyorders--itemsWrap > *:not(:last-child) {
  margin-bottom: 40px; }

.lkmyorders-titles {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .lkmyorders-titles__btns {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .lkmyorders-titles__btns > *:not(:last-child) {
      margin-right: 20px; }
    .lkmyorders-titles__btns .btn {
      height: 40px; }
  .lkmyorders-titles__left {
    width: 270px; }
    
.lkmyorders-content {
  border-radius: 10px;
  width: calc(100% - 300px);
  min-height: 340px; }
  .lkmyorders-content > *:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .lkmyorders-content__body {
    background: #FDECD3;
    border-radius: 10px;
    position: relative;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 155px;
    padding: 20px 20px 20px 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .lkmyorders-content__body > *:not(:last-child) {
      margin-right: 20px; }
    .lkmyorders-content__body .grey {
      font-weight: 400;
      font-size: 12px;
      color: rgba(69, 68, 64, 0.5); }
    .lkmyorders-content__body--img {
      max-width: 40px; }
    .lkmyorders-content__body--info {
      max-width: 135px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .lkmyorders-content__body--info > *:not(:last-child) {
        margin-bottom: 10px; }
      .lkmyorders-content__body--info .title {
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        color: #353431; }
    .lkmyorders-content__body--count {
      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; }
      .lkmyorders-content__body--count > *:not(:last-child) {
        margin-bottom: 5px; }
        .lkmyorders-content__item {
          background: #FDECD3;
        }
        .lkmyorders-content__item:first-child {
          border-radius: 10px 10px 0 0;
          overflow: hidden;
        }
        
.lkmyorders-head {
  padding-left: 0;
  padding-right: 0;
  height: auto; }
  /* .lkmyorders-head > *:not(:last-child) {
    margin-right: 30px; } */
  .lkmyorders-head__noslide {
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 12px 20px;
    background: #FFFAF2; }
  .lkmyorders-head__item--big {
    -webkit-box-flex: 1;
    margin-right: 30px;
    -ms-flex: 1;
    flex: 1;
    background: #FFFAF2;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 12px 20px; }
  .lkmyorders-head__item--small {
    max-width: 270px;
    position: relative; }
  .lkmyorders-head__inleft {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    display: none; }
    .lkmyorders-head__inleft .btn {
      margin-top: 15px;
      height: 40px; }
  .lkmyorders-head__info {
    min-width: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .lkmyorders-head__info .title {
      font-weight: 400;
      font-size: 16px;
      color: #454440;
      margin-bottom: 5px; }
    .lkmyorders-head__info .date {
      font-weight: 400;
      font-size: 12px;
      color: #696969; }
  .lkmyorders-head__price {
    font-weight: 500;
    font-size: 18px;
    white-space: nowrap;
    display: flex;
    color: #454440;
    margin-left: auto;
    margin-right: 10px; }
    .lkmyorders-head__price span {
      margin-left: 10px;
    }

.orderway--small__top--item-revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.orderway-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .orderway-item > *:not(:last-child) {
    margin-bottom: 5px; }
  .orderway-item--dotbottom {
    position: relative; }
    .orderway-item--dotbottom:before {
      content: '';
      display: block;
      width: 1px;
      height: 16px;
      border: 1px dashed #F59F24;
      position: absolute;
      bottom: -16px; }
  .orderway-item .title {
    font-weight: 400;
    font-size: 12px;
    color: #454440;
    white-space: nowrap; }
  .orderway-item .circle {
    width: 30px;
    height: 30px;
    min-width: 30px;
    max-width: 30px;
    border: 1px solid #F59F24;
    border-radius: 50%; }
    .orderway-item .circle--fill {
      background: #F59F24;
      -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25); }
    .orderway-item .circle--done {
      background: #029410;
      border: 1px solid #029410; }

.orderway--small {
  width: 270px; }
  .orderway--small__top {
    padding: 20px 15px;
    background: #FFFAF2;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 100%; }
    .orderway--small__top > *:not(:last-child) {
      margin-bottom: 25px; }
    .orderway--small__top .orderway-item .title {
      font-size: 10px; }
  .orderway--small__deliverInfo {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .orderway--small__deliverInfo > *:not(:last-child) {
      margin-bottom: 10px; }
    .orderway--small__deliverInfo .title {
      font-weight: 500;
      font-size: 18px;
      color: #454440; }
    .orderway--small__deliverInfo .grey {
      font-weight: 400;
      font-size: 14px;
      color: #A8A7A6; }
    .orderway--small__deliverInfo .text {
      font-size: 14px;
      line-height: 17px; }
    .orderway--small__deliverInfo-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .orderway--small__deliverInfo-item > *:not(:last-child) {
        margin-bottom: 5px; }

.orderway-dots {
  width: 46px;
  height: 1px;
  border: 1px dashed #F59F24;
  margin-top: 20px; }

.smallToggle {
  overflow: hidden;
  height: 0;
  opacity: 0; }

.js-lkmyorders-slidedown:hover svg path {
  fill: #F59F24; }

.js-lkmyorders-slidedown svg path {
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s; }

.lkmyorders--btn--active {
  background: #029410;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff; }

.lkmyorders-head__btn {
  margin-left: 10px; }

.order--eval__stars {
  background: #FFFFFF;
  position: relative;
  z-index: 2; }
  .order--eval__stars > *:not(:last-child) {
    margin-bottom: 10px; }
  .order--eval__stars-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.order--eval-content {
  min-height: 350px; }

.order--eval-head {
  padding: 23px 14px 22px 30px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(69, 68, 64, 0.4); }

.order--eval_item {
  font-weight: 400;
  font-size: 12px; }

.lkmyorders-head__btn .btn {
  white-space: nowrap; }

.order--eval__textarea {
  position: relative;
  padding: 25px 10px 15px 10px;
  background: #FDECD3;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border: none;
  z-index: 1;
  margin-top: -10px;
  outline: none; }
  .order--eval__textarea .btn {
    position: absolute;
    bottom: 25px;
    right: 20px;
    margin-top: 0;
    width: 30px;
    height: 30px;
    min-width: 30px; }
  .order--eval__textarea textarea {
    width: 100%;
    min-height: 105px;
    border: none;
    outline: none;
    border-radius: 10px; }

.lkmyorders-head__btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .lkmyorders-head__btn .btn {
    width: 100%;
    max-width: 160px; }

.lkorder-evil--doneW {
  width: 270px;
  height: 62px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #fff;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #029410; }

.onlymob {
  display: none; }

@media (max-width: 800px) {
  .lkrew-head__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .lkmyorders-head > *:not(:last-child) {
    margin-right: 0; }
  .orderway--small__top-mob .orderway--small__top--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .lkmyorders-content {
    min-height: auto; }
  .onlydesct {
    display: none; }
  .onlymob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .lkmyorders-head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .lkmyorders-content {
    width: 100%; }
  .lkmyorders-head__inleft {
    position: relative;
    width: 100%; }
  .lkmyorders-head__item--small {
    max-width: 100%;
    width: 100%; }
  .lkmyorders-titles__left {
    display: none; }
  .orderway--small__deliverInfo {
    margin-bottom: 10px; }
  .lkmyorders-head__item--big {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .lkmyorders-head__price {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-right: 0;
    margin-left: 0; }
  .lkmyorders-head__btn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 0;
    margin-top: 5px;
    min-width: 66%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: 50%; }
  .onlymob .js-lkmyorders-slidedown {
    display: none; }
  .order--eval-head, .lkorder-evil--doneW {
    width: 100%;
    border-radius: 0 0 10px 10px;
    margin-top: 0;
    text-align: center;
    padding: 0;
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -5px; }
  .lkorder-evil--doneW {
    color: #029410;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15); } }

@media (max-width: 600px) {
  .lkmyorders-head > *:not(:last-child) {
    margin-right: 0; } }

.lkrew-wrap {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: inherit; }

.lkrew-head {
  background: #FFFAF2;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  border-radius: 10px; }
  .lkrew-head .title {
    font-weight: 500;
    font-size: 18px;
    color: #454440; }
  .lkrew-head__left > *:not(:last-child) {
    margin-right: 15px; }
  .lkrew-head__left .date {
    color: rgba(53, 52, 49, 0.4);
    font-weight: 400;
    font-size: 12px; }
  .lkrew-head__right > *:not(:last-child) {
    margin-right: 15px; }

.lkrew-content__wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .lkrew-content__wrap > *:not(:last-child) {
    margin-right: 30px; }
.lkrew-content__text-wrap {
  width: 100%;
}
.lkrew-content__text {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  max-width: 470px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px 48px 20px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #454440; }

.lkrew-content__prod {
  margin-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 270px; }
  .lkrew-content__prod .title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px; }
  .lkrew-content__prod-stars {
    background: #FFFAF2;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 30px 10px 10px; }
    .lkrew-content__prod-stars .text {
      font-weight: 400;
      font-size: 12px; }
  .lkrew-content__prod-imgs {
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px; }
    .lkrew-content__prod-imgs > *:not(:last-child) {
      margin-right: 16px;
    }
  .lkrew-content__prod-img {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    width: 70px;
    transition: linear .2s;
    height: 70px;
    overflow: hidden; }
    .lkrew-content__prod-img img {
      width: 100%;
      height: 100%;
    }
    .lkrew-content__prod-img:hover {
      opacity: .7;
    }

.lkrew-content__newcomWrap {
  max-width: 470px;
  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: 15px;
  padding-left: 20px;
  padding-right: 14px; }
  .lkrew-content__newcomWrap > *:not(:last-child) {
    margin-bottom: 15px; }

.lkrew-content__newcom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .lkrew-content__newcom > *:not(:last-child) {
    margin-right: 5px; }
  .lkrew-content__newcom-img {
    width: 30px;
    min-width: 30px;
    max-width: 30px; }
  .lkrew-content__newcom-text {
    position: relative;
    background: #FDECD3;
    border-radius: 10px;
    font-weight: 400;
    line-height: 17px;
    font-size: 14px;
    color: #353431;
    padding: 10px 50px 26px 15px; }
    .lkrew-content__newcom-text .time {
      font-weight: 400;
      font-size: 12px;
      position: absolute;
      right: 10px;
      bottom: 10px;
      color: rgba(69, 68, 64, 0.5); }

.lkrew-status__moder {
  font-weight: 400;
  font-size: 16px;
  color: rgba(69, 68, 64, 0.5); }

.lkrew-status__done {
  color: #029410; }

.lkrew-status__notdone {
  color: #C00045; }

.mfp-zoom-out-cur .mfp-close {
  top: 50px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: #FDECD3;
  border-radius: 7px;
  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;
  opacity: 1;
  padding-right: 0;
  color: #7F766A; }

@media (max-width: 767px) {
  .lkrew-content__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (max-width: 600px) {
  .lkrew-content__wrap > *:not(:last-child) {
    margin-right: 0; }
  .lkrew-content__text {
    width: 100%;
    padding: 15px 20px; }
  .lkrew-content__newcomWrap {
    margin-top: 10px; }
  .lkrew-content__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .lkrew-content__prod {
    max-width: 100%;
    width: 100%;
    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; }
  .lkrew-content__prod .title {
    padding-left: 20px;
    display: block;
    width: 100%; }
  .lkrew-content__prod-imgs {
    max-width: 260px;
    margin-bottom: 50px; }
    .lkrew-content__prod-imgs > *:not(:last-child) {
      margin-right: 30px; } }

.card-rewlink {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #F59F24;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s; }
  .card-rewlink:hover {
    opacity: .7; }

/* Scrollbar Styling */
::-webkit-scrollbar {
  height: 9px;
  width: 9px; }

::-webkit-scrollbar-track {
  height: 9px;
  width: 9px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4.5px; }

::-webkit-scrollbar-thumb {
  background: #F59F24;
  border-radius: 4.5px;
  height: 9px;
  width: 9px; }

.cart-over {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 13, 13, 0.3);
  display: none;
  top: 151px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 10; }
  @media (max-width: 600px) {
    .cart-over {
      top: 0px; } }
  .cart-over .cart {
    background: #FFFAF2;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 30px;
    max-width: 535px;
    width: 535px; }
    .cart-over .cart-top {
      margin-bottom: 16px; }
      .cart-over .cart-top__title {
        font-weight: 400;
        font-size: 28px;
        color: #000000; }
      .cart-over .cart-top__titles {
        position: relative; }
        .cart-over .cart-top__titles--count {
          position: absolute;
          padding: 2px 7px;
          background: #F91155;
          border-radius: 12.5px;
          font-weight: 500;
          font-size: 16px;
          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;
          color: #FFFFFF;
          top: -9.5px;
          right: -20px; }
    .cart-over .cart-close {
      cursor: pointer;
      -webkit-transition: linear .2s;
      -o-transition: linear .2s;
      transition: linear .2s; }
      .cart-over .cart-close:hover {
        opacity: .7; }
    .cart-over .cart-content {
      height: calc(100% - 200px)!important;
      /* overflow: auto;  */
    }
      .cart-over .cart-content__prod {
        font-weight: 400;
        font-size: 16px;
        color: #B5B1AB; }
      .cart-over .cart-content__empty {
        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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 180px; }
        .cart-over .cart-content__empty .title {
          font-weight: 500;
          font-size: 18px;
          color: #000000;
          margin-bottom: 5px; }
        .cart-over .cart-content__empty .add {
          color: #B5B1AB;
          margin-bottom: 30px; }
      .cart-over .cart-content__wrap {
        margin-top: 20px; }
        .cart-over .cart-content__wrap-prods {
          max-height: 100%!important;
          overflow-y: inherit!important;
          overflow: auto;
          margin-bottom: 35px; }
          .cart-over .cart-content__wrap-prods > *:not(:last-child) {
            margin-bottom: 10px; }
      .cart-over .cart-content__bottom-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .cart-over .cart-content__bottom-item > *:not(:last-child) {
          margin-right: 15px; }
        .cart-over .cart-content__bottom-item .text {
          font-weight: 500;
          font-size: 18px;
          color: #454440; }
        .cart-over .cart-content__bottom-item .num {
          font-weight: 500;
          font-size: 18px;
          color: #454440; }
        .cart-over .cart-content__bottom-item .diz {
          font-weight: 400;
          font-size: 14px;
          color: #A29F99; }
        .cart-over .cart-content__bottom-item .diznum {
          font-weight: 400;
          font-size: 14px;
          color: #F91155; }

          .cart-content__bottom .cart-content__bottom-price {
            white-space: nowrap;
          }
          .cart-content__bottom .btn {
            max-width: 170px;
          }

.cart--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.overHide {
  overflow: hidden; }

.js-cart-content-remove {
  font-weight: 400;
  font-size: 14px;
  color: #F59F24;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
  cursor: pointer; }
  .js-cart-content-remove:hover {
    color: #454440; }

.kol-inCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.cart-prod {
  background: #FDECD3;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  max-width: 370px;
  padding: 15px 20px 20px 30px; }
  .cart-prod-img {
    width: 50px;
    max-width: 50px;
    min-width: 50px;
    margin-right: 20px; }
  .cart-prod-dizz {
    color: #F91155;
    font-weight: 400;
    font-size: 12px; }
  .cart-prod-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 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-prod-text__top-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      font-weight: 400;
      font-size: 14px;
      color: #353431;
      max-width: 210px;
      line-height: 17px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .cart-prod-text__top-title > *:not(:last-child) {
        margin-bottom: 4px; }
      .cart-prod-text__top-title .info {
        font-weight: 400;
        font-size: 12px;
        color: #A1988A; }
    .cart-prod-text__top--btn {
      -webkit-box-shadow: none;
      box-shadow: none;
      background: none;
      border: none;
      height: 15px;
      width: 15px;
      cursor: pointer;
      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;
      padding: 0; }
    .cart-prod-text__bottom {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-top: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .cart-prod-text__bottom .card-price {
        margin-bottom: 0;
        margin-right: 20px; }
  .cart-prod-priceforone {
    /*display: none;*/
    margin-top: 5px;
    font-weight: 400;
    font-size: 12px;
    color: #A1988A; }

.kol-inCart {
  min-width: 80px;
  margin-left: auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto; }
  .kol-inCart .block_number--active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .kol-inCart .minus, .kol-inCart .plus, .kol-inCart input {
    height: 20px;
    width: 15px; }

.promocode {
  margin-bottom: 40px; }
  .promocode-input {
    background: rgba(196, 196, 196, 0.2);
    border-radius: 20px;
    padding: 10px 20px;
    border: none;
    outline: none; }
  .promocode-form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .promocode-form > *:not(:last-child) {
      margin-right: 15px; }

.tabs-content__item {
  display: none; }
  .tabs-content__item.is-active {
    display: block; }

.tabs-nav > *:not(:last-child) {
  margin-bottom: 15px; }

.tabs-nav__item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  height: 60px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
  cursor: pointer; }
  .tabs-nav__item .title {
    font-weight: 400;
    font-size: 16px;
    color: #A2A1A0;
    margin-bottom: 5px; }
  .tabs-nav__item .text {
    color: rgba(0, 0, 0, 0.2);
    font-weight: 400;
    font-size: 14px; }
  .tabs-nav__item.is-active {
    background: #FDECD3;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .tabs-nav__item.is-active .title {
      color: #F59F24; }
    .tabs-nav__item.is-active .text {
      color: #7F766A; }

.r-reg-form__item--deliver .tabs-content {
  margin-top: 20px; }
  .r-reg-form__item--deliver .tabs-content__item .attention {
    color: #454440;
    margin-bottom: 26px; }
  .r-reg-form__item--deliver .tabs-content .r-reg-form__block {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 !important; }

.r-reg-form__item--deliver .r-reg-form__item--little input {
  max-width: 170px; }

.s-o-ordering--loc {
  padding-bottom: 150px; }
  @media (max-width: 600px) {
    .s-o-ordering--loc {
      padding-bottom: 50px; } }

.o-ordering {
  padding-top: 80px; }
  @media (max-width: 600px) {
    .o-ordering {
      padding-top: 50px;
      padding-left: 10px;
      padding-right: 10px; } }
  .o-ordering-change {
    font-weight: 400;
    font-size: 14px;
    color: #029410;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s; }
    .o-ordering-change:hover {
      color: #F59F24; }
  .o-ordering-wrap {
    margin-top: 20px; }
  .o-ordering .sec-title {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 28px;
    color: #000000;
    margin-bottom: 15px; }
  .o-ordering .sub-text {
    font-weight: 400;
    font-size: 16px;
    color: #B5B4B3; }
    @media (max-width: 600px) {
      .o-ordering .sub-text {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .o-ordering .cart-prod {
    height: 140px; }
    @media (max-width: 600px) {
      .o-ordering .cart-prod {
        max-width: 100%; } }
  .o-ordering-empty {
    padding-top: 100px;
    height: 550px;
    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; }
    .o-ordering-empty .text {
      max-width: 430px;
      color: #B5B4B3;
      margin-bottom: 20px;
      text-align: center; }
  .o-ordering-block .cart-content__wrap-prods > *:not(:last-child) {
    margin-bottom: 10px; }
  .o-ordering-block .prod-amount {
    font-weight: 500;
    font-size: 18px;
    color: #7E95A0; }
  .o-ordering-block .cart-prod-priceforone {
    display: block; }
  .o-ordering-block .r-reg-form__block {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 10px; }
  .o-ordering-block .r-reg-form__item input {
    background: rgba(196, 196, 196, 0.2);
    font-size: 14px; }
    .o-ordering-block .r-reg-form__item input::-webkit-input-placeholder {
      font-size: 14px; }
    .o-ordering-block .r-reg-form__item input::-moz-placeholder {
      font-size: 14px; }
    .o-ordering-block .r-reg-form__item input:-ms-input-placeholder {
      font-size: 14px; }
    .o-ordering-block .r-reg-form__item input::-ms-input-placeholder {
      font-size: 14px; }
    .o-ordering-block .r-reg-form__item input::placeholder {
      font-size: 14px; }
  .o-ordering-block .r-reg-form__item label {
    font-weight: 400;
    font-size: 14px;
    color: #000000; }
  .o-ordering-block .o-ordering-info > *:not(:last-child) {
    margin-bottom: 30px; }
  .o-ordering-block .r-reg-form__item-wrap > *:not(:last-child) {
    margin-right: 30px; }
  .o-ordering-block .r-reg-form__item .text {
    font-weight: 400;
    font-size: 14px;
    color: #A2A1A0; }
  .o-ordering-block .r-reg-form__item .label--pink {
    font-weight: 600;
    font-size: 18px;
    color: #F91155; }
    .o-ordering-block .r-reg-form__item .label--pink b {
      margin-top: 10px;
      font-weight: 700;
      font-size: 28px; }
  .o-ordering-block .r-reg-form__item--btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .o-ordering-block .r-reg-form__item > *:not(:last-child) {
    margin-bottom: 10px; }
  .o-ordering .with--border {
    padding: 20px 0 0 0; }
    .o-ordering .with--border > *:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .o-ordering .with--border .r-reg-form__item {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 20px; }
      .o-ordering .with--border .r-reg-form__item .locate {
        font-weight: 500;
        font-size: 18px;
        color: #454440; }
      .o-ordering .with--border .r-reg-form__item .btn--green {
        margin-bottom: 20px; }
      .o-ordering .with--border .r-reg-form__item ul {
        width: 100%;
        font-weight: 400;
        font-size: 14px; }
        .o-ordering .with--border .r-reg-form__item ul > *:not(:last-child) {
          margin-bottom: 10px; }
        .o-ordering .with--border .r-reg-form__item ul li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .o-ordering .with--border .r-reg-form__item ul li .grey {
            color: #A2A1A0; }
            .o-ordering .with--border .r-reg-form__item ul li .grey b {
              font-weight: 400; }
          .o-ordering .with--border .r-reg-form__item ul li .num {
            color: #454440; }
            .o-ordering .with--border .r-reg-form__item ul li .num--pink {
              color: #F91155; }
      .o-ordering .with--border .r-reg-form__item .total {
        font-weight: 500;
        font-size: 18px;
        color: #454440; }
    .o-ordering .with--border .r-reg-form__item .regcheckmark-box--circle {
      height: 17px;
      margin-bottom: 0;
      padding-left: 20px;
      margin-bottom: 6px; }
    .o-ordering .with--border .regcheckmark-box {
      padding-left: 30px; }

.r-reg-form__item--enter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .r-reg-form__item--enter > *:not(:last-child) {
    margin-bottom: 10px; }

.r-reg-form__item--deliver {
  display: none; }

.r-reg-form__item--done {
  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;
  text-align: center;
  display: none; }

.s-buymore {
  background: #FFFAF2;
  padding: 100px 0; }
  @media (max-width: 600px) {
    .s-buymore {
      padding: 50px 0; } }
  .s-buymore .sec-title {
    color: #000000;
    font-weight: 400;
    font-size: 28px; }
  .s-buymore .new-card--wrap {
    width: 100%;
    overflow: auto;
    padding-bottom: 20px; }
    .s-buymore .new-card--wrap > *:not(:last-child) {
      margin-right: 30px; }
    .s-buymore .new-card--wrap .new-card {
      width: 170px;
      min-width: 170px; }

.s-t-ordering {
  padding: 100px 0 150px; }
  @media (max-width: 800px) {
    .s-t-ordering {
      padding: 50px 0 60px; } }

@media (max-width: 800px) {
  .t-ordering {
    padding-top: 0; } }

@media (max-width: 767px) {
  .t-ordering-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-top: 90px; } }

.t-ordering-wrap > *:not(:last-child) {
  margin-right: 30px; }
  @media (max-width: 767px) {
    .t-ordering-wrap > *:not(:last-child) {
      margin-right: 0; } }

@media (max-width: 767px) {
  .t-ordering-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.t-ordering-title {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 400;
  color: #000000; }

.t-ordering-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media (max-width: 767px) {
    .t-ordering-left {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }
  .t-ordering-left-orderinfo {
    background: #FFFFFF;
    height: 56px;
    margin-bottom: 30px;
    padding: 0 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
    border-radius: 10px; }
    @media (max-width: 767px) {
      .t-ordering-left-orderinfo {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0; } }
    @media (max-width: 767px) {
      .t-ordering-left-orderinfo .data {
        font-size: 12px; } }

.t-ordering-right {
  max-width: 370px; }
  @media (max-width: 767px) {
    .t-ordering-right {
      max-width: 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 30px; } }

.aside-orderdone > *:not(:last-child) {
  margin-bottom: 30px; }

.aside-orderdone .grey {
  text-align: center;
  color: #C5C4C3;
  line-height: 20px; }

.aside-orderdone-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; }
  .aside-orderdone-text > *:not(:last-child) {
    margin-bottom: 20px; }
  .aside-orderdone-text .descr {
    text-align: center;
    color: #A2A1A0;
    line-height: 20px; }

.t-ordering--prods {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 30px; }
  @media (max-width: 767px) {
    .t-ordering--prods {
      grid-gap: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .t-ordering--prods .cart-prod {
    width: 100%;
    max-width: 370px; }
    @media (max-width: 767px) {
      .t-ordering--prods .cart-prod {
        max-width: 100%; } }

@media (max-width: 972px) {
  .lk-profile__content {
    width: 100%; } }

@media (max-width: 800px) {
  .grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 10px; }
    .grid--new {
      grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
      grid-gap: 20px 10px; }
  .card-title {
    height: auto;
    text-align: left; }
  .card-title__link {
    width: 100%;
    font-size: 12px; }
  .card-bottom {
    margin-top: auto; }
  .sec-title {
    text-align: center; }
  .s-banner {
    padding-top: 0;
    padding-bottom: 40px; }
  .banner-left__wrap {
    height: auto;
    margin-top: 16px;
    overflow: hidden; }
  .banner-left__three-item {
    padding: 10px; }
  .banner-left__three {
    margin-bottom: 0; }
  .custom--dotswrap {
    margin-top: 10px; }
  .custom--dots .slick-dots button {
    padding: 0;
    width: 10px;
    height: 10px; }
  .banner--prev, .banner-left__wrap .banner--next {
    display: none !important; }
  .discount-item.card {
    position: relative;
    z-index: 2; }
  .card-bottom {
    -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; }
  .card-bottom__btns {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .banner-left__bottom {
    display: none; }
  .btn {
    white-space: nowrap; }
  .card-img {
    height: 160px; }
  .card-img img {
    height: -webkit-fill-available;
    width: 100%; }
  .container {
    padding-left: 5px;
    padding-right: 5px; }
  .groupsgoods-item__link {
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
    border-radius: 10px;
    height: 151px; }
  .groupsgoods-item__link .abs {
    padding: 5px 10px;
    font-size: 14px;
    width: 100%; }
  .s-groupsgoods, .s-newcat, .s-new, .s-discount {
    padding: 40px 0; }
  .sec-title {
    margin-bottom: 20px; }
  .bottom--btnwrap {
    margin-top: 40px; }
  .new-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .new-wrap > *:not(:last-child) {
    margin-right: 0; }
  .s-goodsrate {
    padding: 40px 0 50px 0; }
  .header-top__wrap {
    padding-right: 20px !important; } }

@media (max-width: 1100px) {
  .members-slide:nth-child(2n), .members-slide:nth-child(3n) {
    padding-top: 0 !important; }
  .members {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .members .members-wrap {
    max-width: 100%; }
  .members-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .members .differen-text {
    margin-bottom: 50px; }
  .members .members--prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg) !important;
    -ms-transform: translateY(-50%) rotate(180deg) !important;
    transform: translateY(-50%) rotate(180deg) !important; }
  .members .members--next {
    right: 0; }
  .members .members--next, .members .members--prev {
    top: 50% !important;
    bottom: auto !important; }
  .logistic-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .logistic-items > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 50px; } }

@media (max-width: 1023px) {
  .bees, .differen, .hands-wrap {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .a-banner__bottom .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .a-banner__bottom-wrap {
    margin-right: 0 !important; } }

@media (max-width: 800px) {
  .members--arrows {
    display: none; } }

@media (max-width: 767px) {
  .desct-none {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 90px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .logisticimg2, .logisticimg1, .beemastersimg, .beeimg, .apperetiveImg, .apperetiveImg2, .handsimg {
    display: none; }
  .logistic-items > *:not(:last-child), .hands-wrap > *:not(:last-child) {
    margin-right: 0 !important; }
  .a-banner__bottom {
    display: none; }
  .s-a-banner__img {
    display: none; }
  .a-beemaster-wrap {
    position: relative; }
  .a-beemaster--arrows {
    position: absolute !important;
    top: 0;
    right: 36px; }
  .a-beemaster-wrap > *:not(:last-child), .differen > *:not(:last-child) {
    margin-right: 0 !important; }
  .bees-big {
    margin-bottom: 20px; }
  .a-beemaster-item, .hands-wrap {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .double--photo {
    width: 100%;
    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: 30px; }
  .double--photo__img-small {
    margin-top: -70px !important;
    margin-left: 0;
    margin-right: 35px; }
    .double--photo__img-small img {
      max-width: 230px; }
  .s-a-banner .a-banner__top {
    padding-left: 18px;
    padding-right: 13px; }
  .bees-big .title {
    font-size: 18px !important;
    font-weight: 500; }
  .s-bees {
    padding: 60px 0 50px !important; }
  .bees-big {
    height: 430px;
    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; }
  .s-bees .container {
    padding-left: 0;
    padding-right: 0; }
  .s-differen {
    padding-top: 0;
    text-align: center; }
  .s-a-beemaster {
    padding-top: 0;
    padding-bottom: 50px; }
  .a-beemaster-item__text .name {
    text-align: right;
    display: block; }
  .a-beemaster-item {
    padding-left: 20px; }
  .a-beemaster-item__text {
    padding-left: 0;
    padding-right: 25px; }
  .differen-text .title {
    font-size: 18px; }
  .s-a-prod {
    padding-top: 50px; }
  .a-prod .differen-text {
    margin-bottom: 20px; }
  .differen-img img {
    max-width: 180px; }
  .s-a-apperetive .differen-img {
    display: none; }
  .s-a-apperetive {
    background: #FFFAF2;
    padding-top: 35px; }
  .members .differen-text {
    text-align: center; }
  .s-members {
    padding-top: 50px;
    background: #FFFAF2; }
  .s-members .differen-text .title, .s-a-apperetive .differen-text .title {
    font-size: 28px; }
  .s-a-hands {
    padding-top: 50px;
    margin-bottom: 100px; } }

@media (max-width: 730px) {
  .bees > *:not(:last-child) {
    margin-right: 0; }
  .bees-big {
    width: 100%;
    min-width: 100%; } }

/* оформление заказа*/
.cart-prod-text__top-title .title a {
    font-weight: 400;
    font-size: 14px;
    color: #353431;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}
a:hover {
  text-decoration: none;
}
.cart-prod-text__top-title .title a:hover {
    color: #F59F24;
}

.bx-soa-section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.bx-soa-section-content .col-md-6 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.bx-soa-section-content .col-md-6 .bx-authform-input-container input, .bx-soa-section-content.container-fluid.reg input{
  width: 100%;
    border-radius: 10px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    outline: none;
    padding: 0 15px;
        background: rgba(196, 196, 196, 0.2);
    font-size: 14px;
}

.bx-soa-section .bx-soa-section-title-container .bx-soa-section-title, .bx-soa-section-content.container-fluid.reg .bx-soa-section-title {
  font-weight: 500;
  font-size: 18px;
  display: block;
  padding-left: 0;
  padding-right: 0;
  color: #454440;
  margin-bottom: 20px;
}
.bx-authform-formgroup-container input[type="submit"], .bx-soa-section-content.container-fluid.reg input[type="submit"]{
  overflow: none;
    border: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 15px;
    height: 30px;
    margin-bottom: 10px;
    color: #fff;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    min-width: 100px;
    background: #454440;
}
.bx-authform-formgroup-container {
  margin-top: 15px;
}
.bx-authform .bx-title, .bx-soa-section-content.container-fluid.reg .bx-title, .bx-authform-social .bx-title {
  font-weight: 400;
  font-size: 14px;
}
.bx-authform-label-container {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px;
}
.bx-authform-social {
  margin-top: 20px;
}
.bx-soa-reg-block .btn {
  overflow: none;
    border: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 15px;
    height: 30px;
    margin-bottom: 10px;
    color: #fff;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    min-width: 100px;
    background: #454440;
    margin-top: 20px;
    margin-bottom:  20px;
}
.bx-soa-reg-block p, .bx-soa-reference {
  font-weight: 400;
    font-size: 12px;
    color: #A1988A;
}
.bx-soa-section-content.container-fluid.reg, .bx-soa-section-content.container-fluid.reg .col-md-12 {
  padding-left: 0;
  padding-right:  0;
}

.bx-authform a {
  font-weight: 400;
  font-size: 14px;
  color: #F59F24;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}
.bx-authform a:hover {
  color: #000000;
}

.bx-authform ul {
  margin-top: 10px;
}

.o-ordering .with--border .r-reg-form__item ul li .num {
  white-space: nowrap;
}
.o-ordering .with--border .r-reg-form__item ul li .grey {
  max-width: 60%;
}

.o-ordering .with--border .bx-soa-cart-total >*:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.o-ordering .with--border .bx-soa-cart-total .r-reg-form__item--pad{
  padding-left: 20px;
  padding-right: 20px;
}
#bx-soa-total {
  padding-bottom: 0;
}
.o-ordering .with--border .bx-soa-cart-total .r-reg-form__item--pad .total {
  padding-top: 20px;

}
.bx-soa-cart-total .tatal .grey {
  font-weight: 400;
font-size: 14px;
  color: #A2A1A0;
}
.bx-soa-cart-total .total span {
  font-weight: 600;
  font-size: 18px;
  color: #454440;
}
.o-ordering .with--border .r-reg-form__item {
  padding-left: 0;
  padding-right: 0;
}

.r-reg-form__item .bx-soa-section {
  padding: 20px 20px 15px 20px;
}
.r-reg-form__item #bx-soa-orderSave {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}
.bx-soa-pp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bx-soa-pp .bx-soa-pp-desc-container {
  width: 100%;
  margin-top: 10px;
  font-weight: 400;
    font-size: 12px;
    color: #A2A1A0;
}
.bx-soa-pp .bx-soa-pp-item-container, .r-reg-form__item .bx-soa-pp-desc-container, .r-reg-form__item .bx-soa-pp-item-container {
  width: 100%;
}
.bx-soa-pp .bx-soa-pp-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bx-soa-pp  .bx-soa-pp-company-smalltitle {
  margin-left: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
.bx_soa_location .form-group input, .bx_soa_location .form-group select {
  background: rgba(196, 196, 196, 0.2);
  border-radius: 10px;
  border: none;
  outline: none!important;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 40px;
}
.bx_soa_location .form-group input::-webkit-input-placeholder, .bx_soa_location .form-group select::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.2);
}
.bx_soa_location .form-group input::-moz-placeholder, .bx_soa_location .form-group select::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.2);
}
.bx_soa_location .form-group input:-ms-input-placeholder, .bx_soa_location .form-group select:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.2);
}
.bx_soa_location .form-group input::-ms-input-placeholder, .bx_soa_location .form-group select::-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.2);
}
.bx_soa_location .form-group input::placeholder , .bx_soa_location .form-group select::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.2);
}
.bx-soa-section-content .r-reg-form__item {
  margin-bottom: 15px;
}
.bx-soa-section-content  .bx-soa-custom-label {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
.bx-soa-section-content  input {
  border: none;
  outline: none;
}
.bx-soa-section-content  input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.2);
}
.bx-soa-section-content  input::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.2);
}
.bx-soa-section-content  input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.2);
}
.bx-soa-section-content  input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.2);
}
.bx-soa-section-content  input::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.2);
}
.bx-sls .bx-ui-sls-input-block {
  background: rgba(196, 196, 196, 0.2);
  border-radius: 10px;
  min-height: 40px;
  position: relative;
  border: none;
}
.bx-sls .dropdown-fade2white {
  background: transparent;
}
.bx-sls .bx-ui-sls-container {
  min-height: 40px;
}
.bx-sls .dropdown-icon {
  top: 13px;
}
#bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-company-graf-container {
  position: absolute;
  display: none;
}
.r-reg-form__item .bx-soa-pp-item-container {
  padding-left: 0;
  padding-right: 0;
}
#bx-soa-delivery .bx-soa-pp-item-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#bx-soa-delivery .bx-soa-pp-item-container >*:not(:last-child) {
  margin-bottom: 15px;
}
#bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-company {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}
#bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-company .bx-soa-pp-company-smalltitle {
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
  font-weight: 400;
  font-size: 16px;
  color: #A2A1A0;
}
#bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected {
  background: #FDECD3;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-smalltitle {
  font-weight: 400;
  font-size: 16px;
  color: #F59F24;
}
#bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-company:hover {
  background: #FDECD3;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-company:hover .bx-soa-pp-company-smalltitle {
  font-weight: 400;
  font-size: 16px;
  color: #F59F24;
}
#bx-soa-delivery  .bx-soa-pp-desc-container {
  padding-left: 0;
  padding-right: 0;
}
.bx-soa-pp-company .bx-soa-pp-list {
  margin-top: 16px;
}
.bx-soa-pp-company .bx-soa-pp-list >*:not(:last-child) {
  margin-bottom: 5px;
}
.bx-soa-pp-company .bx-soa-pp-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bx-soa-pp-company .bx-soa-pp-list li .bx-soa-pp-list-termin {
  font-weight: 400;
  font-size: 14px;
  color: #C5C4C3;
}
.bx-soa-pp-company .bx-soa-pp-list li .bx-soa-pp-list-description {
  font-weight: 400;
  font-size: 14px;
  color: #454440;
}
.bx-soa-pp-company-block {
  margin-top: 5px;
  font-weight: 400;
    font-size: 12px;
    color: #A2A1A0;
}
.bx-soa-pp-desc-container .bx-soa-pp-company {
  margin-top: 30px;
}
.soa-property-container textarea {
  background: rgba(196, 196, 196, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none!important;
  border: none;
}
.sdek_pvzLair .SDEK_selectPVZ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  border: none;
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  color: #F59F24;
  height: auto;
  padding: 0;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sdek_pvzLair .SDEK_selectPVZ:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  height: auto;
  border: none;
}

.r-reg-form__item[data-property-id-row="33"] {
  display: none;
}
.r-reg-form__block--titles .title {
  margin-bottom: 0;
}
#orderDescription {
  background: rgba(196, 196, 196, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  outline: none!important;
}

.o-ordering-block .r-reg-form__block {
  position: relative;
}
.bx-soa-coupon-remove {
  position: absolute!important;
  top: 10px!important;
  right: 10px;
  margin-left: 0!important;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}
.bx-soa-coupon-remove:hover {
  opacity: .7;
}
.bx-sls .bx-ui-sls-clear {
  top: 3px!important;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination ul>*:not(:last-child) {
  margin-right: 20px;
}
.pagination .pagination-numbers {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination-btn {
  outline: none!important;
  transition: linear .2s;
}
.pagination-btn:hover {
  opacity: .7;
}

.bx-soa-location-input-container {
  position: relative;
}
.bx-soa-location-input-container .bx-soa-tooltip {
          top: -30px;
    left: 50%;
    transform: translateX(-50%);}


/* оформление заказа*/
.bx-soa-section .r-reg-form__block--titles {
  width: 100%;
}
.o-ordering-info  .r-reg-form__block .r-reg-form__item{
  width: 100%;
}
.bx-sls .bx-ui-sls-fake, .bx-sls .bx-ui-sls-route, .o-ordering-block .r-reg-form__item input {
  font-family: "Montserrat", sans-serif;
}
.bx-soa-tooltip {
  display: none!important;
}
.bx-soa-pp .r-reg-form__item--wrap {
  margin-top: 13px;
  padding: 0 20px;
}
.o-ordering .with--border .r-reg-form__item .btn--green:hover {
  color: #fff;
}
.form-control {
  background: rgba(196, 196, 196, 0.2);
  outline: none;
  border: none;
  box-shadow: none;
  border: 1px solid rgba(196, 196, 196, 0.2);
}

.has-error .form-control:focus {
  border: 1px solid #F91155;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  outline: none;
}
.form-control:focus {
  border: 1px solid #FDECD3!important;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  outline: none;
}
.aside-orderdone .aside-orderdone-top .r-reg-form__item--pad {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.bx-authform-starrequired {
  display: none;
}
.bx_soa_location .bx-soa-custom-label {
  display: none;
}
#bx-soa-paysystem .bx-soa-section-content .r-reg-form__item--wrap {
	flex-wrap: nowrap;
}
#bx-soa-paysystem .bx-soa-section-content .r-reg-form__item--wrap >*:not(:last-child) {
  margin-right: 10px;
}
.autoriz .labelInformcheck {
  text-align: left;
}
button, input, optgroup, select, textarea {
  font-family: "Montserrat", sans-serif!important;
}
#bx-soa-delivery  .r-reg-form__block {
  display: flex;
  flex-wrap: wrap;
}
/* #bx-soa-delivery  .bx-soa-section-content  .form-group {
  width: 45%;
  min-width: none;
} */
.autoriz .labelInformcheck {
  padding-left: 30px;
  margin-top: 0;
}
.autoriz .r-reg-form__item {
  margin-bottom: 20px;
}
#bx-soa-delivery .bx-soa-section-content  .form-group:first-child {
  width: 100%;
}
.btn--red:hover, .btn--dark:hover, .btn:hover, .btn:focus, .btn.focus {
  color: #fff;
}
.r-reg-form__block {
  display: flex;
  flex-wrap: wrap;
}
/* купить в один клик*/

.oneclick-form-top__right .tabs-nav__item {
  white-space: normal;
  font-family: "Montserrat", sans-serif;
}

.oneclick-form-top__right .tabs-nav__item .title {
  line-height: 1.2;
}
.popup-window {
  top: 80px;
} 
.oneclick-form, .smartfilter  {
  font-family: "Montserrat", sans-serif;
}
.bx-soa-section-content .bx-soa-location-input-container .bx-ui-sls-input-block {
  background-color: #fff;
  height: 40px;
}
.sdek_pvzLair .SDEK_selectPVZ:hover {
  color: #029410;
}
#bx-soa-order {
  position: relative;
}
#bx-soa-coupon-node {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#bx-soa-coupon-node {
  padding-left: 33px;
  padding-right: 33px;
}
.oneclick-form-top .r-reg-form__block .bx-soa-pp-company {
  width: 100%;
}
#bx-soa-coupon-node .r-reg-form__item--btn {
  margin-top: 20px;
}
#bx-soa-delivery .bx-soa-section-content .r-reg-form__block .r-reg-form__item{
  width: 100%;
}
#bx-soa-delivery .bx-soa-section-content .r-reg-form__block .r-reg-form__item textarea {
  background-color: #fff!important;
  padding: 11px 15px;
}
.oneclick-form-bottom__info--promo {
  min-width: 270px;
}
#popup-zakaz-done {
  display: flex!important;
}
.oneclick-form-bottom__img .discount-item.card .card-img{
  margin-bottom: 0;
}
#popup-zakaz-done P {
  font-weight: 500;
  line-height: 22px;
  font-size: 18px;
  color: rgba(69, 68, 64, .5);
}
/*фильтр каталога*/

.smartfilter .row >*:not(:last-child) {
  margin-bottom: 10px;
}
.bx-filter  .bx-filter-parameters-box {
  background: #FFFAF2;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.bx-filter  .bx-filter-parameters-box-title {
  padding: 15px 0;
  font-weight: 500;
  font-size: 18px;
  color: #454440;
}
.bx-filter  .bx-filter-parameters-box-title .bx-filter-parameters-box-hint, .bx-filter  .bx-filter-parameters-box-title span {
  width: 100%;
    display: flex;
    color: #454440;
    justify-content: space-between;
}
.bx-filter .bx-filter-param-label {
  padding-left: 30px;
  font-weight: 400;
  font-size: 14px;
  color: #454440;
}
.bx-filter .bx-filter-parameters-box-container-block {
  position: relative;
}
.bx-filter .bx-filter-parameters-box-container-block .bx-ft-sub {
  position: absolute;
  top: 30%;
  left: 25px;
  transform: translateX(-50%);
  font-weight: 400;
  font-size: 16px;
  color: #F59F24;
}
.search-elem--count {
  height: 20px;
}
.bx-filter .bx-filter-input-container input {
  border: 1px solid #F59F24!important;
  border-radius: 15px;
  background-color: transparent;
  padding-left: 40px;
  font-weight: 400;
  font-size: 16px;
  color: #454440;
}
.bx-filter-parameters-box-container .btn-themes {
  background: #029410;
}
.bx-filter-parameters-box-container  {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bx-filter-parameters-box-container .btn-link {
  background-color: #454440;
}
.fa-angle-up:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0L17.6603 15H0.339746L9 0Z' fill='%23454440'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.searchProd {
  min-height: 20px;
}
.fa-angle-down:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0L17.6603 15H0.339746L9 0Z' fill='%23454440'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-180deg);
}
.bx-filter-popup-result {
  display: none!important;
}
.bx-filter-block .bx-filter-parameters-box-container {
  padding-left: 15px;
  padding-right: 15px;
  justify-content: flex-start;
}
.bx-filter-block .bx-filter-parameters-box-container >*:not(:last-child) {
  margin-right: 10px;
}
.bx-filter-block .bx-filter-parameters-box-container .bx-filter-parameters-box-container-block {
  padding-left: 0;
  padding-right: 0;
  width: 40%;
  max-width: 40%;
}
.c-catalog-filter__head--wrap .c-catalog-filter__head--btns{
  order: 2;
  margin-bottom: 0;
 /* margin-top: 20px;*/
}
.bx-filter-parameters-box-container .btn-themes:hover, .bx-filter-parameters-box-container .btn-link:hover {
  outline: none!important;
  background: #F59F24;
}

.bx-filter-parameters-box-container .btn-link {
  text-decoration: none!important;
}
.bx-filter .bx-filter-button-box {
  display: none;
}
button, input, optgroup, select, textarea {
  font-family: "Montserrat", sans-serif;
}
input::placeholder, select::placeholder, textarea::placeholder {
  font-family: "Montserrat", sans-serif;
}
#popup-zakaz-done {
  background-position: center;
}
.lk-profile__content .r-reg-form__block {
  width: fit-content;
}
@media (max-width: 600px) {
  .searchProd {
    margin-top: 20px;
  }
  .c-catalog-filter__head > *:not(:last-child) {
    margin-bottom: 16px;
  }
  .c-catalog-filter__head .sec-titlemob {
    text-align: center;
    display: flex;
    justify-content: center;
  }
}

.c-catalog .bx-filter .bx-filter-parameters-box-title span:hover {
  border-color: transparent;
}


/*стили для авторизации и регистрации*/

form[name="form_auth"] .r-reg-form__block .r-reg-form__item, #regForm  .r-reg-form__item{
  width: 100%;
}
form[name="form_auth"] .r-reg-form__block .regcheckmark-box {
  font-size: 12px;
}
.forgotPass {
  font-weight: 300;
}
.r-reg .r-reg-formWrap p {
  text-align: center;
}
.popup-window  .white-popup-block .text {
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
}
.mfp-wrap, .mfp-bg {
  z-index: 2000!important;
}
.oneclick-form-bottom {
  font-family: "Montserrat", sans-serif!important;
}
.white-popup-block-autoriz {
	padding-top: 31px;
}
.autoriz-btns .btn {
  outline: none!important;
  height: 40px;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  width: 230px;
  font-family: "Montserrat", sans-serif!important;
}
.r-reg-form__item--little {
  flex-wrap: wrap;
}
.r-reg-form__item--little .r-reg-form__item {
  width: 47%!important;
}
.o-ordering-block .r-reg-form__item--little > *:not(:last-child) {
  margin-right: 0;
}
#bx-soa-region .bx_soa_location .form-group .dropdown-block {
  background: rgba(196, 196, 196, 0.2);
}
#bx-soa-delivery .r-reg-form__block {
  box-shadow: none;
  padding: 0;
}
.bx-filter .bx-filter-parameters-box-title {
  padding-left: 15px;
  padding-right: 15px;
}
.bx-filter-block .bx-filter-parameters-box-container {
  justify-content: center;
}
.bx-filter-parameters-box .bx-filter-parameters-box-container{
  padding-bottom: 0;
}
.col-lg-12.bx-filter-parameters-box {
  padding-left: 0;
  padding-right: 0;
}
.bx-filter-flexdirection {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.bx-filter-box-nopadd {
  padding-bottom: 0!important;
}
.filter-box--wrapper {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0!important;
  display: flex;
}
.bx-filter-parameters-box {
  padding-bottom: 10px;
}
.filter-box--wrapper >*:not(:last-child) {
  margin-right: 10px;
}

.basket-items-list-table .basket-items-list-container {
  overflow: visible;
}
.cart-content__wrap .basket-items-list {
  padding: 0;
}
.xlo_personal-submit .col-xs-6 {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xlo_personal-submit .col-xs-6 input, input, .js-btn-change {
  outline: none!important;
}
.form-group.row.r-reg-form__item {
  margin-left: 0!important;
  margin-right: 0!important;
}
.cart-content__wrap-prod {
  width: 100%;
}
.mobile-period__close  {
  margin-left: auto;
}
.cart-content__bottom .cart-content__bottom-price {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1500px) {
  .cart-over .cart-content__wrap-prods {
    max-height: 200px;
  }
}

.cart-content__bottomWrap  .col-xs-12{
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1100px) {
  .cart-over .cart-content__wrap-prods {
    max-height: 40vh;
  }
  
  .header-top__wrap {
    z-index: 99999!important;
  }
  .cart-content__bottom-price {
    margin-right: 20px;
  }
}

.cart-content__bottomWrap {
  padding-bottom: 50px;
}
.add-newAdress-wrap .btn-default  {
  width: 170px;
  height: 40px;
  background: #F59F24;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF!important;
}

@media (max-width: 600px) {
  .lkmyorders-titles__btns .btn{
    width: 46%;
  }
  .lksidebar-nav li .link--active:before {
    display: none;
  }
  .lksidebar-nav li .link--active {
    color: #F59F24;
  }
}

.cart-prod-text__top--btn {
  min-width: 15px;
}
.js--block-cart {
  height: 100%;
}
.js--block-cart .bx-basket {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cart-content__bottomWrap {
  margin-top: auto;
}

@media(max-width: 1100px) {
  .js--block-cart {
    height: 100%;
  }
  .lk-profile__content {
    padding-left: 50px;
  }
  .lkmyorders-head__item--big {
    flex-wrap: wrap;
  }
  .js--block-cart .bx-basket {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .cart-content__bottomWrap {
    margin-top: 20px;
    padding-bottom: 50px;
  }
  .cart-over .cart-content {
    height: auto!important;
  }
}
@media(max-width: 1100px) {
  .cart-prod-img {
    width: 50px;
    min-width: 50px;
  }

}

.orderway--small .error_block {
  position: absolute;
  z-index: 10;
  top: 74px;
  width: 100%;
}
.orderway--small .error_block .alert {
  padding: 10px;
}
.cart-over .cart-content__wrap {
  overflow: auto;
}
@media(max-width: 800px) {
  .lk-profile__content {
    padding-left: 0;
  }
  
}

@media(max-width: 600px) {
  .block_addbasket_qwenty .block_price {
    order: 1;
    width: 48%;
  }
  .product-item-detail-info-container {
    order: 2;
    width: 48%;
  }
  .block_price_buy #bx_117848907_1431_basket_actions {
    order: 4;
    width: 48%!important;
  }
  .block_price_buy #bx_117848907_1431_basket_actions .link_add_basket {
    margin-left: 0;
    width: 100%;
  }
  .block_price_buy .block_price {
    padding-right: 0;
  }
  .cart-content__bottomWrap {
    margin-top: auto;
    padding-bottom: 30px;
  }
}

.placka {
  position: fixed;
  right: 50%;
  padding: 5px 15px;
  bottom: 50px;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  background: #F59F24;
  border-radius: 20px;
  color: #fff;
  transform: translateX(50%);
}
.block_review_about_good .block_good .block_photo {
  overflow: hidden;
  padding: 20px;
}
.block_review_about_good .block_good .block_photo img {
  width: auto;
  height: 100%;
}
.product-item-container .product-item .card-img img {
    width: 100%;
    height: 100%;
}
.order--eval_item span {
  display: inline-block;
  min-width: 100px;
}
.order--eval__textarea .btn {
  outline: none!important;
}
.cart--active {
  z-index: 99999;
}
@media (max-width: 600px) {
  .placka {
    bottom: 80px;
  }
  .cart--active {
    z-index: 99998;
  }
}
.order--eval__textarea textarea {
  padding: 10px;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close, .mfp-zoom-out-cur .mfp-iframe-holder .mfp-close {
  top: 50px;
  right: 15px;
  width: 30px;
  padding-right: 0;
  height: 30px;
}

.bx-soa-pp-list .bx-soa-pp-list-description .bx-price-old, .r-reg-form__item.r-reg-form__item--pad ul li .bx-price-old{
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-decoration: line-through;
  color: rgba(53, 52, 49, 0.4);
  line-height: 17px;
}

.bx-soa-cart-total .r-reg-form__item.r-reg-form__item--pad ul li .bx-price-old {
  text-align: right;
  display: none;
}
.bx-soa-cart-total .r-reg-form__item.r-reg-form__item--pad ul li .num {
  text-transform: capitalize;
}

.slick-initialized .slick-slide {
  outline: none!important;
}
.banner-left__slider {
  max-height: 300px;
}
.banner-left__slider picture img {
  max-height: 300px;
}
.banner-left__three-item {
  outline: none!important;
}
.banner-left__slider .banner-left__slider-item {
  border-radius: 10px;
  overflow: hidden;
}
.card-title__link span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}
.goodsrate-items .goodsrate-item {
  min-height: 110px;
  max-height: 110px;
}
.goodsrate-items .goodsrate-item .goodsrate-item__img {
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 30px;
}
.goodsrate-items .goodsrate-item img {
  max-height: 100%;
}
.custom--arrows .goodsrate--prev, .custom--arrows .goodsrate--next {
  margin-top: 10px;
}
.twobanners-item, .singlebanner--link {
  border-radius: 10px;
  overflow: hidden;
}
.slick-slide {
  margin: 0 10px;
}

/* the parent */
.slick-list {
  margin: 0 -10px;
}
.product-item-container .new-card .new-card__bottom .card-bottom__price {
  height: 43px;
}
.card-bottom__btns .product-item-info-container{
  height: 30px;
}
.product-item-container .new-card {
  height: 363px;
}
.product-item-container .new-card .new-card__bottom {
  height: 178px;
  display: flex;
  flex-direction: column;
}
.product-item-container .new-card .new-card__bottom .card-bottom__btns--left {
  margin-top: auto;
}
.product-item-container .new-card .new-card__bottom, .product-item-container .new-card .new-card__bottom .card-bottom {
  margin-top: 0!important;
}
.product-item-amount-field-container .no-select {
  transition: linear .2s;
  cursor: pointer;
}

.product-item-amount-field-container .no-select svg path {
  stroke: #000000;
  transition: linear .2s;
}
.product-item-amount-field-container .no-select:hover  svg path {
  stroke: #F59F24;
}
.oneclick-table--center .price .throw {
  display: none;
}

.oneclick-form-top__right .tabs-nav__item .title {
  margin-bottom: 0;
}
.banner-left__bottom, .banner-left__three-item, .banner-right, .banner-left__slider-item {
  border-radius: 10px;
  overflow: hidden;
}

.container--search {
  padding-top: 100px;
}
.seacrh--done {
  font-weight: 400;
  font-size: 16px;
  color: #F59F24;
}
.container--search__title {
  margin-bottom: 30px;
}
.seacrh--done-noo {
  color: #454440;
}
.search-tohome {
  font-weight: 400;
  font-size: 16px;
  color: #F59F24;
  transition: linear .2s;
}
.search-tohome:hover {
  color: #454440;
}
@media (max-width: 600px) {
  .container--search {
    padding-top: 50px;
  }
  .big_slider_detail .slick-slide a img {
      max-height: 260px;
  }
  .block_addbasket_qwenty #bx_117848907_1417_basket_actions {
      order: 4;
      width: auto!important;
  }
  .bx-touch .b24-widget-button-position-bottom-right .b24-widget-button-popup {
    bottom: 220px;
    left: -200px;
  }
  #bx-soa-order {
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto;
    height: 100vh;
  }
  #regForm .r-reg-form__block {
    margin-top: 110px;
  }
  #regForm .r-reg-form__abs {
    position: absolute;
    left: 0;
    top: -90px!important;
  }
  .r-reg-formWrap .r-reg-form {
    margin-top: 110px;
  }
  .r-reg-form .r-reg-form__info {
   /* position: absolute;
    left: 0;
    top: -90px!important*/
  }
  .r-reg-form .labelInformcheck {
    margin-top: 10px;
  }
  .promotabs-content__table thead tr th:nth-child(3n) {
    margin-top: 0!important;
  }
  .promotabs-content__table tbody tr td:last-child {
    padding-bottom: 10px;
  }
  .card-title .card-title__link{
    height: 29px;
    display: block;
  }
  .card-bottom__price {
    display: flex;
  }
  .card-bottom__price .card-price__nodiz {
    order: 1;
    margin-right: 10px;
  }
  .card-bottom__price .product-item-price-old {
    order: 2;
  }
  .product-item-container .link_add_basket, .link_buy_oneclick {
    margin-top: 5px!important;
  }
}

/*поиск */
.title-search-result {
  background: #FFFAF2;
  -webkit-box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
    box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
    border-radius: 10px;
    overflow: hidden;
}

.title-search-result .bx_item_block .bx_item_element {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  transition: linear .2s;
  position: relative;
}
.title-search-result .bx_item_block .bx_item_element .bx_price {
  position: absolute;
  right: 10px;
}
.title-search-result .bx_item_block .bx_item_element:hover {
  background: rgba(245, 159, 36, 0.5);
}
.title-search-result .bx_item_block .bx_item_element:hover a {
  color: #fff;
}
.title-search-result .bx_item_block .bx_item_element a {
  font-weight: 500;
  display: flex;
  width: 100%;
  align-items: center;
  color: #454440;
  font-size: 14px;
}

@media (min-width: 1024px) {
  .c-catalog-filter__head--wrap .searchProd {
    display: none;
  }
}


@media (max-width: 1024px) {
  .c-catalog-filter__head--wrap .block-search-elem-count--mobile .searchProd {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    width: 100%;
  }
}