::-moz-selection {
  background: #03a9f4;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #03a9f4;
  color: #fff;
  text-shadow: none;
}

h1::-moz-selection,
.h1::-moz-selection,
h2::-moz-selection,
.h2::-moz-selection,
h3::-moz-selection,
.h3::-moz-selection,
h4::-moz-selection,
.h4::-moz-selection,
h5::-moz-selection,
.h5::-moz-selection,
h6::-moz-selection,
.h6::-moz-selection,
h1 *::-moz-selection,
.h1 *::-moz-selection,
h2 *::-moz-selection,
.h2 *::-moz-selection,
h3 *::-moz-selection,
.h3 *::-moz-selection,
h4 *::-moz-selection,
.h4 *::-moz-selection,
h5 *::-moz-selection,
.h5 *::-moz-selection,
h6 *::-moz-selection,
.h6 *::-moz-selection {
  background: #ffc107;
  color: #000;
  text-shadow: none;
}

h1::selection,
.h1::selection,
h2::selection,
.h2::selection,
h3::selection,
.h3::selection,
h4::selection,
.h4::selection,
h5::selection,
.h5::selection,
h6::selection,
.h6::selection,
h1 *::selection,
.h1 *::selection,
h2 *::selection,
.h2 *::selection,
h3 *::selection,
.h3 *::selection,
h4 *::selection,
.h4 *::selection,
h5 *::selection,
.h5 *::selection,
h6 *::selection,
.h6 *::selection {
  background: #ffc107;
  color: #000;
  text-shadow: none;
}

::-webkit-input-placeholder {
  color: rgba(33,37,41,0.54);
}

:-moz-placeholder {
  color: rgba(33,37,41,0.54);
}

::-moz-placeholder {
  color: rgba(33,37,41,0.54);
}

:-ms-input-placeholder {
  color: rgba(33,37,41,0.54);
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
  -webkit-overflow-scrolling: touch;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
  -webkit-overflow-scrolling: touch;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  -webkit-overflow-scrolling: touch;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

blockquote {
  padding: 15px;
  padding-left: 20px;
  border-left: 5px solid #03a9f4;
  background-color: rgba(3,169,244,0.03);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

svg:not(:root) {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.main-svg-sprite {
  display: none;
}

.svg-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: currentColor;
  font-size: 0;
}

.svg-icon__link {
  vertical-align: top;
  fill: inherit;
  width: inherit;
  height: inherit;
}

/* ==========================================================================
  Browser Upgrade Prompt
  ========================================================================== */

/**
 * The CSS class screen-reader-text
 *
 * @link https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/
 */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  -webkit-overflow-scrolling: touch;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000 ;
}

* {
  min-width: 0;
  min-height: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.app-footer {
  -ms-flex: none;
      flex: none;
  background: #1b1d13;
}

.app-footer__inner {
  padding-top: 93px;
  padding-bottom: 32px;
}

.app-footer__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.app-footer__logo {
  width: 286px;
  padding-top: 40px;
}

.app-footer__telephone {
  display: none;
}

.app-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1;
      flex: 1 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.app-footer__list li {
  width: 50%;
  padding-bottom: 13px;
  letter-spacing: 0.03em;
}

.app-footer__list li a {
  text-decoration: none;
  color: #eef4d8;
  transition: 0.4s ease all;
  font-size: 14px;
  line-height: 1.21;
}

.app-footer__list li a:hover {
  color: #98b115;
}

.app-footer__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.app-footer__adress {
  width: 151px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 14px;
  line-height: 1.21;
  color: #eef4d8;
  padding-top: 4px;
}

.app-footer__mail {
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 1.21;
  color: #eef4d8;
  padding-top: 21px;
}

.app-footer__mail:hover {
  color: #eef4d8;
  text-decoration: none;
}

.app-footer__icon {
  display: none;
}

.app-footer__number {
  padding-bottom: 34px;
  padding-top: 1px;
}

.app-footer__number img {
  padding-right: 7px;
}

.app-footer__tel {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  transition: 0.4s ease all;
  padding-right: 5px;
}

.app-footer__tel:hover {
  color: #e5546c;
}

.app-footer__button {
  margin-bottom: 22px;
}

.app-footer__links {
  width: 300px;
  text-align: right;
}

.app-footer__links a {
  text-decoration: none;
}

.app-footer__links a:hover .svg-icon {
  fill: #98b115;
}

.app-footer__links .svg-icon {
  fill: #828a5d;
  width: 20px;
  transition: 0.4s ease all;
}

.app-footer__links .svg-icon--vk {
  width: 29px;
}

.app-footer__social {
  text-align: center;
  padding-bottom: 35px;
  padding-left: 30px;
  font-size: 0;
  line-height: 0;
  margin-top: 46px;
}

.app-footer__social a {
  margin: 0 2px;
  padding-left: 20px;
}

.app-footer__rights {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #828a5d;
  letter-spacing: 0.03em;
}

.app-footer__rights:hover {
  color: #828a5d;
  text-decoration: underline;
}

.app-footer__politic {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.21;
  color: #828a5d;
  text-decoration: underline;
  letter-spacing: 0.04em;
}

.app-footer__politic:hover {
  color: #828a5d;
}

.app-footer__button {
  margin-bottom: 0;
  vertical-align: middle;
}

.app-footer__inner {
  padding-top: 60px;
}

.app-footer__logo {
  width: 240px;
  margin-right: 47px;
}

.app-header {
  -ms-flex: none;
      flex: none;
  z-index: 10;
  position: relative;
}

.app-header__top {
  background-color: #fafafa;
  padding: 14px 0 16px;
}

.app-header__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.app-header__list {
  -ms-flex: 1 1;
      flex: 1 1;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.app-header__list li {
  margin-right: 24px;
}

.app-header__list a {
  font-size: 14px;
  line-height: 17px;
  color: #ae9d93;
  transition: 0.4s ease all;
}

.app-header__list a:hover {
  color: #98b115;
  text-decoration: none;
}

.app-header__phone {
  width: 222px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 10px 0 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #403129;
  position: relative;
}

.app-header__phone a {
  color: #403129;
}

.app-header__phone svg {
  fill: #e5546c;
  margin-right: 10px;
}

.app-header__bottom {
  padding: 17px 0 18px;
}

.app-header__logo {
  position: relative;
  margin: 4px 75px 0 -6px;
}

.app-header__activity {
  top: 8px;
  margin-left: 3px;
  position: absolute;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #b3c45f;
  left: 142px;
  white-space: nowrap;
}

.app-header__address {
  font-size: 14px;
  line-height: 17px;
  color: #a5a5a5;
}

.app-header__part {
  margin-top: -5px;
  margin-right: 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}

.app-header__open {
  display: none;
}

.app-header__link {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  margin-left: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  transition: 0.4s ease all;
}

.app-header__link--search {
  display: none;
}

.app-header__link--basket {
  margin-left: 37px;
}

.app-header__link--fav {
  margin-left: 16px;
}

.app-header__link--fav .svg-icon {
  width: 27px;
  height: 25px;
}

.app-header__link--user {
  margin-left: 9px;
}

.app-header__link .svg-icon {
  fill: #ac9a8f;
  transition: 0.4s ease all;
}

.app-header__link-text {
  width: 23px;
  height: 23px;
  background: #e5546c;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  top: -7px;
  position: absolute;
  right: -3px;
}

.app-header__link.active {
  border: 1px solid #98b115;
}

.app-header__link.active .svg-icon,
.app-header__link:hover .svg-icon {
  fill: #98b115;
}

.app-header__folder {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  background: #98b115;
  margin: 0;
  list-style: none;
  padding: 0;
  border-radius: 5px 5px 0px 0px;
}

.app-header__folder > li {
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.app-header__folder > li:first-child > a {
  border-radius: 5px 0 0 0;
  padding-left: 23px;
}

.app-header__folder > li + li:before {
  content: '';
  display: block;
  left: -1px;
  top: 50%;
  margin-top: -11px;
  width: 2px;
  height: 22px;
  background-color: #aac227;
  position: absolute;
}

.app-header__folder > li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  padding: 0 10px;
  transition: 0.4s ease all;
}

.app-header__folder > li > a:hover {
  background-color: #b6d12a;
  text-decoration: none;
}

.app-header__folder > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.app-header__folder > li:nth-last-child(-n+3) ul {
  left: auto;
  right: 0;
  border-radius: 5px 0px 5px 5px;
}

.app-header__folder > li ul {
  width: 360px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #b6d12a;
  border-radius: 0px 5px 5px 5px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease all;
}

.app-header__folder > li ul:after {
  box-shadow: inset 1px 1px 0 0 #aac227;
  -ms-flex: 1 1;
      flex: 1 1;
  content: '';
  display: block;
}

.app-header__folder > li ul li {
  width: 50%;
  border-left: 1px solid #aac227;
  border-top: 1px solid #aac227;
}

.app-header__folder > li ul li:first-child,
.app-header__folder > li ul li:first-child + li {
  border-top: none;
}

.app-header__folder > li ul li:nth-child(odd) {
  border-left: none;
}

.app-header__folder > li ul a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  min-height: 36px;
  padding: 5px 5px 5px 24px;
}

.app-header__folder > li ul a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #98b115;
}

.app-header__logo-mobile {
  display: none;
}

.b-search {
  width: 263px;
  padding: 0 25px 11px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}

.b-search:before {
  content: '';
  display: block;
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 11px;
  border-bottom: 1px solid #d0d0d0;
}

.b-search button {
  width: 22px;
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0;
}

.b-search input {
  -ms-flex: 1 1;
      flex: 1 1;
  margin-top: 5px;
  background: transparent;
  border: none;
  padding: 0 10px 0 0;
  outline: none;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #a5a5a5;
}

.b-search__block {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 100%;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  z-index: 4;
  padding: 0 12px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease all;
}

.b-search__block.active {
  opacity: 1;
  visibility: visible;
}

.b-search__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  padding: 7px 0;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #857f71;
}

.b-search__item:hover {
  color: #98b115;
  text-decoration: none;
}

.b-search__item + .b-search__item {
  border-top: 1px solid #d0d0d0;
}

.b-search__image {
  width: 35px;
  margin-right: 14px;
}

.b-search__text {
  -ms-flex: 1 1;
      flex: 1 1;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
  min-height: 100vh;
}

.app {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  height: 100vh;
  font-family: 'Exo 2', sans-serif;
}

.app img {
  max-width: 100%;
}

.app__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  height: 100vh;
}

.app__content {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

.app__main {
  padding-top: 25px;
  padding-bottom: 50px;
}

.b-path {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  line-height: 1.21;
  color: #ae9d93;
  margin-bottom: 42px;
}

.b-path a {
  text-decoration: none;
  color: #ae9d93;
  transition: 0.4s ease all;
}

.b-path a:hover {
  color: #98b115;
  text-decoration: underline;
}

.b-path__separator {
  display: inline-block;
  margin: 0 5px;
}

h1 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
  color: #403129;
  font-family: 'Exo 2', sans-serif;
  margin: 0;
  margin-bottom: 34px;
}

h2 {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.18;
  color: #403129;
  margin-bottom: 1.18;
}

.site-width {
  max-width: 1151px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.b-radio,
.b-checkbox {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  cursor: pointer;
  outline: none;
}

.b-radio input,
.b-checkbox input {
  width: 0;
  cursor: pointer;
  opacity: 0;
  position: absolute;
}

.b-radio__in,
.b-checkbox__in {
  background: #fff;
  border: 1px solid #a5a5a5;
  margin-right: 10px;
  position: relative;
  transition: 0.4s ease all;
}

.b-radio__in:before,
.b-checkbox__in:before {
  transition: 0.4s ease all;
  content: '';
  display: block;
  position: absolute;
}

.b-checkbox input:checked + .b-checkbox__in {
  background-color: #98b115;
  border-color: #98b115;
}

.b-checkbox__in {
  width: 18px;
  min-width: 18px;
  height: 18px;
  border-radius: 5px;
}

.b-checkbox__in:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../img/check.svg") 50% 50% no-repeat;
}

.b-radio input:checked + .b-radio__in {
  border-color: #98b115;
}

.b-radio input:checked + .b-radio__in:before {
  background-color: #98b115;
}

.b-radio__in {
  width: 14px;
  min-width: 14px;
  height: 14px;
  border-radius: 100%;
}

.b-radio__in:before {
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  border-radius: 100%;
}

.b-label {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}

.b-label input {
  opacity: 0;
  position: absolute;
}

.b-label input:checked + .button {
  text-decoration: none;
  color: #98b115;
  border: 1px solid #98b115;
}

.btn,
.button,
.btn-1,
.btn--1,
.btn--2 {
  border: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-decoration: none;
  transition: 0.4s ease all;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  padding: 11px 15px;
  outline: none;
  cursor: pointer;
}

.btn:hover,
.button:hover,
.btn-1:hover,
.btn--1:hover,
.btn--2:hover {
  text-decoration: none;
}

.button {
  color: #a5a5a5;
  box-shadow: inset 0 0 0 1px #d1d1d1;
}

.button:hover {
  color: #98b115;
  box-shadow: inset 0 0 0 1px #98b115;
}

.btn-1 {
  color: #98b115;
  box-shadow: inset 0 0 0 1px #98b115;
  background: #fff;
}

.btn-1:hover {
  background: #98b115;
  color: #fff;
}

.btn--1 {
  box-shadow: inset 0 0 0 1px #98b115;
  color: #98b115;
  margin-right: 50px;
  background: transparent;
}

.btn--1:hover {
  background: #98b115;
  color: #fff;
}

.btn--2 {
  box-shadow: inset 0 0 0 1px #e5546c;
  color: #e5546c;
  background: transparent;
}

.btn--2:hover {
  background: #e5546c;
  color: #fff;
}

.btn {
  color: #fff;
  background: #98b115;
}

.btn:hover {
  background: #b6d12a;
  color: #fff;
}

.aboutPage {
  margin-bottom: 36px;
}

.b-about {
  font-size: 14px;
  line-height: 1.5;
  color: #857f71;
}

.b-about__content {
  margin-bottom: 56px;
}

.b-about__content:after {
  content: '';
  display: block;
  clear: both;
}

.b-about__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b-about__item {
  text-align: center;
  width: 20.9%;
  padding-bottom: 30px;
}

.b-about__item-img {
  margin-bottom: 9px;
}

.b-about__img {
  float: right;
  margin: 0 0 0 26px;
}

.b-about__img img {
  border-radius: 5px;
}

.b-about p {
  margin: 0 0 17px;
}

.b-about p:last-child {
  margin: 0;
}

.b-about a {
  color: #98b115;
  text-decoration: underline;
}

.b-about a:hover {
  -webkit-text-decoration: note;
          text-decoration: note;
  color: #7e9411;
}

.b-about__note {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  color: #857f71;
}

.b-aside-menu {
  position: fixed;
  z-index: 950;
  top: 0;
  width: 100%;
  height: 100%;
  right: 110%;
}

.b-aside-menu.js-opening {
  right: 0;
}

.b-aside-menu.js-animate .b-aside-menu__overlay {
  opacity: 1;
}

.b-aside-menu.js-animate .b-aside-menu__content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.b-aside-menu__header {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.b-aside-menu__header .b-search {
  z-index: 100;
}

.b-aside-menu__header .b-search__block {
  right: 5px;
  left: -39px;
  margin-top: 7px;
}

.b-aside-menu__close .svg-icon {
  width: 32px;
  height: 32px;
  fill: #98b115;
}

.b-aside-menu__overlay {
  position: absolute;
  z-index: 15;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,0.7);
  opacity: 0;
  transition: opacity 0.15s linear;
}

.b-aside-menu__content {
  position: absolute;
  z-index: 25;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 340px;
  height: 100%;
  background-color: #fff;
  box-shadow: 5px 10px 15px 5px rgba(0,0,0,0.1);
  box-sizing: border-box;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
  -webkit-overflow-scrolling: touch;
}

.b-aside-menu__navs {
  height: 100%;
}

.b-aside-menu__scroller {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 35px 0;
  box-sizing: border-box;
}

.b-aside-menu__scroller-content {
  position: relative;
  z-index: 75;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  margin: 0 20px 100px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.b-aside-menu__scroller::-webkit-scrollbar {
  width: 4px;
}

.b-aside-menu__scroller::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: transparent;
}

.b-aside-menu__scroller::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #98b115;
}

.sub-menu-trigger {
  position: absolute;
  z-index: 35;
  width: 44px;
  height: 44px;
  top: 0;
  line-height: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.sub-menu-trigger .svg-icon {
  fill: #98b115;
  width: 12px;
  vertical-align: top;
  height: 7px;
}

.aside-nav-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #fff;
}

.aside-nav-list + .aside-nav-list {
  border-top: 1px solid #d1d1d1;
}

.aside-nav-list li {
  position: relative;
  overflow: hidden;
  padding-left: 0;
  margin-top: 0;
  -webkit-overflow-scrolling: touch;
}

.aside-nav-list li:before {
  display: none;
}

.aside-nav-list li a {
  position: relative;
  z-index: 35;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transition: background-color 0.3s linear;
}

.aside-nav-list li > ul {
  position: relative;
  z-index: 25;
  margin: 0;
  background-color: #98b115;
  padding: 10px 0;
  list-style-type: none;
  display: none;
}

.aside-nav-list li.opened.is-has-child > .sub-menu-trigger,
.aside-nav-list li.opening.is-has-child > .sub-menu-trigger {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.aside-nav-list li.opened.is-has-child > a,
.aside-nav-list li.opening.is-has-child > a {
  color: #98b115;
  background-color: #fff;
  box-shadow: 0 6px 12px -9px rgba(51,51,51,0.7);
}

.aside-nav-list li.opened.is-has-child > ul,
.aside-nav-list li.opening.is-has-child > ul {
  display: block;
  border-bottom: 1px solid rgba(152,177,21,0.5);
  box-shadow: inset 0 -20px 18px -28px rgba(51,51,51,0.7);
}

.aside-nav-list > li + li {
  border-top: 1px solid #d1d1d1;
}

.aside-nav-list > li > a {
  display: block;
  padding: 14px 46px 14px 20px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #98b115;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transition: background-color 0.3s linear;
}

.aside-nav-list > li > a.b-brand-btn {
  border-radius: 0;
  background-color: #21343b !important;
  color: #fff;
  padding: 12px;
}

@include flexbox();
.aside-nav-list > li > a.b-brand-btn .b-brand-btn__what {
  font-size: 14px;
  line-height: 14px;
  margin-top: 2px;
}

.aside-nav-list > li > ul .sub-menu-trigger .svg-icon {
  fill: #fff !important;
}

.aside-nav-list > li > ul li.active > a,
.aside-nav-list > li > ul li.opened > a {
  color: #f39400;
}

.aside-nav-list > li > ul > li + li {
  border-top: 1px solid #a9c227;
}

.aside-nav-list > li > ul li a {
  text-decoration: none;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  background-color: #98b115;
  display: block;
  padding: 16px 30px 13px 40px;
}

.aside-nav-list > li > ul li.opened.is-has-child > a,
.aside-nav-list > li > ul li.opening.is-has-child > a {
  background-color: #b6d12a;
  color: #fff;
}

.aside-nav-list > li > ul ul li.active > a,
.aside-nav-list > li > ul ul li.opened > a {
  color: #da7a69;
}

.aside-nav-list > li > ul ul li + li {
  border-top: 1px solid #a9c227;
}

.aside-nav-list > li > ul ul a {
  font-size: 13px;
  line-height: 13px;
  padding: 16px 30px 13px 40px;
}

.aside-nav-list--mobile {
  width: 100%;
}

.aside-nav-list--mobile > li {
  border-radius: 5px;
}

.aside-nav-list--mobile > li > a {
  background-color: #98b115;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  padding: 14px 10px;
  text-align: center;
  color: #fff;
}

.aside-nav-list--mobile > li > .sub-menu-trigger {
  width: 100%;
  opacity: 0;
}

.aside-nav-list--mobile li.opened.is-has-child > a,
.aside-nav-list--mobile li.opening.is-has-child > a {
  background-color: #98b115;
  color: #fff;
}

.b-basket {
  -ms-flex: none;
      flex: none;
}

.b-basket__inner {
  padding-bottom: 48px;
}

.b-basket h1 {
  margin-bottom: 11px;
}

.b-basket__discription {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-bottom: 17px;
}

.b-basket__discription a {
  font-size: 14px;
  line-height: 1.21;
  text-decoration: underline;
  color: #98b115;
  transition: 0.4s ease all;
}

.b-basket__discription a:last-child {
  color: #a5a5a5;
  padding-left: 81px;
}

.b-basket__discription a:last-child:hover {
  color: #98b115;
}

.b-basket__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  padding: 17px 0 16px 17px;
  min-height: 130px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: -1px;
}

.b-basket__item:first-child {
  border-radius: 5px 5px 0px 0px;
}

.b-basket__item:last-child {
  border-radius: 0px 0px 5px 5px;
}

.b-basket__items {
  margin-bottom: 40px;
}

.b-basket__img {
  max-width: 137px;
  width: 100%;
  text-align: center;
}

.b-basket__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.19;
  color: #403129;
  -ms-flex: 1 1;
      flex: 1 1;
  padding-left: 50px;
}

.b-basket .b-amount {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.b-basket .b-amount__number {
  border: 1px solid #efefef;
  padding: 11px 14px 11px 15px;
  font-size: 14px;
  line-height: 1.21;
  text-align: center;
  color: #403129;
}

.b-basket button {
  background: #98b115;
  border-radius: 5px 0px 0px 7px;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 19px 17px 18px 18px;
  outline: none;
}

.b-basket button:last-child {
  background: #98b115;
  border-radius: 0px 5px 5px 0px;
  padding: 13px 17px 12px 18px;
}

.b-basket__sum {
  width: 218px;
}

.b-basket__price {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.18;
  text-align: right;
  color: #403129;
  padding-bottom: 5px;
}

.b-basket__thing {
  font-size: 14px;
  line-height: 1.21;
  text-align: right;
  color: #a5a5a5;
}

.b-basket__trash {
  width: 159px;
  text-align: right;
  padding-right: 23px;
}

.b-basket__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b-basket__left {
  padding-top: 14px;
}

.b-basket__total {
  font-size: 14px;
  line-height: 1.21;
  color: #857f71;
}

.b-basket__pay {
  font-size: 14px;
  line-height: 1.21;
  text-align: right;
  color: #403129;
  padding-bottom: 10px;
}

.b-basket__pay span {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.18;
  text-align: right;
  color: #98b115;
}

.b-basket__delivery {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  color: #a5a5a5;
}

.b-basket__container {
  padding-right: 85px;
}

.b-basket__right {
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
}

.b-basket__btn {
  padding: 12px 40px;
  margin-left: 8px;
}

.b-basket h2 {
  margin-top: 23px;
  margin-bottom: 15px;
}

.b-basket__text {
  font-size: 14px;
  line-height: 1.21;
  color: #a5a5a5;
  max-width: 433px;
  width: 100%;
  padding-bottom: 25px;
}

.b-basket__button {
  margin-bottom: 50px;
}

.b-block1 {
  -ms-flex: none;
      flex: none;
  font-size: 0;
  margin-bottom: 25px;
  position: relative;
}

.b-block1__img {
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: -120px;
  bottom: -60px;
  width: 55.6%;
  border-radius: 50% 0 0 100%;
}

.b-block1__content {
  background-color: #f4f4f4;
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.b-block1__text {
  padding: 65px;
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
}

.b-block1__title {
  color: #403129;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.19;
  margin-bottom: 16px;
}

.b-block1__note {
  color: #857f71;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 35px;
}

.tns-nav {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 2;
}

.tns-nav button {
  margin: 0 4px;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 1px solid #98b115;
  border-radius: 100%;
  background: transparent;
  transition: 0.4s ease all;
  outline: none;
}

.tns-nav button.tns-nav-active,
.tns-nav button:hover {
  background-color: #98b115;
}

.tns-controls button {
  z-index: 2;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  padding: 0;
  margin-top: -20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: transparent;
  border: none;
}

.tns-controls button svg {
  fill: #98b115;
}

.tns-controls button[data-controls="prev"] {
  left: -35px;
}

.tns-controls button[data-controls="next"] {
  right: -35px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.b-cabinet {
  -ms-flex: none;
      flex: none;
}

.b-cabinet__inner {
  padding-bottom: 46px;
}

.b-cabinet__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 28px;
  padding-top: 10px;
}

.b-cabinet__img {
  height: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
}

.b-cabinet__item {
  background: #fff;
  border: 1px solid #98b115;
  box-sizing: border-box;
  border-radius: 5px;
  max-width: 210px;
  width: 100%;
  text-align: center;
  padding-bottom: 23px;
  padding-top: 3px;
  margin-right: 30px;
  transition: 0.4s ease all;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.b-cabinet__item:last-child {
  margin-right: 0;
}

.b-cabinet__item .svg-icon {
  fill: #98b115;
}

.b-cabinet__item:hover {
  background: #98b115;
  color: #fff;
  text-decoration: none;
}

.b-cabinet__item:hover .svg-icon {
  fill: #fff;
}

.b-cabinet__item:hover span {
  color: #fff;
  text-decoration: none;
}

.b-cabinet__item--info .svg-icon {
  width: 24px;
  height: 27px;
}

.b-cabinet__item--orders .svg-icon {
  width: 41px;
  height: 29px;
}

.b-cabinet__item--fav .svg-icon {
  width: 31px;
  height: 28px;
}

.b-cabinet__item--exit .svg-icon {
  width: 29px;
  height: 29px;
}

.b-cabinet__text {
  padding-top: 23px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  color: #857f71;
  padding-top: 12px;
}

.b-cabinet__discription {
  font-size: 12px;
  line-height: 1.17;
  text-decoration: underline;
  color: #e65f76;
}

.b-cabinet__discription:hover {
  color: #e65f73;
}

.b-cabinet__discription--bold {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: underline;
  color: #e65f76;
}

.b-cabinet__container {
  padding-bottom: 25px;
}

.b-cabinet__predtitle {
  font-size: 14px;
  line-height: 1.21;
  color: #a5a5a5;
  padding-bottom: 10px;
}

.b-cabinet__word {
  font-size: 14px;
  line-height: 1.21;
  color: #403129;
}

.b-cabinet__word:hover {
  text-decoration: none;
  color: #403129;
}

.b-cabinet__bottom {
  display: -ms-flexbox;
  display: flex;
}

.b-cabinet__left {
  width: 50%;
}

.b-cabinet__right {
  width: 50%;
}

.b-cabinet__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b-cabinet__items--column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.b-cabinet__item--bottom {
  margin-right: 0;
  margin-bottom: 30px;
}

.b-cancelChange {
  text-align: center;
  max-width: 320px;
}

.b-cancelChange__title {
  color: #403129;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.b-cancelChange__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.b-cancelChange__text {
  color: #857f71;
  font-size: 14px;
  line-height: 1.21;
  margin-bottom: 20px;
}

.b-cancelChange__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-cancelChange__button .btn--1 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 30px;
  width: 101px;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-cancelChange__button .btn--1:nth-child(1) {
  border-color: #a5a5a5;
  color: #a5a5a5;
  margin-left: 0;
}

.b-cardpass {
  -ms-flex: none;
      flex: none;
}

.b-cardpass__inner {
  display: -ms-flexbox;
  display: flex;
}

.b-cardpass h2 {
  font-size: 15px;
  line-height: 1.2;
  margin-top: 3px;
  margin-bottom: 19px;
}

.b-cardpass__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 320px;
}

.b-cardpass__column + .b-cardpass__column {
  margin-left: 85px;
}

.b-cardpass__item {
  margin-bottom: 18px;
}

.b-cardpass__item .btn-1 {
  width: 100%;
}

.b-cardpass input {
  outline: none;
  width: 100%;
  padding: 13px 0 13px 15px;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
  color: #857f71;
}

.b-cardpass__text {
  padding-left: 10px;
  color: #857f71;
}

.b-cardpass__buttons {
  padding-top: 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b-cardpass__buttons * {
  width: 44%;
}

.b-catalog__inner {
  display: -ms-flexbox;
  display: flex;
}

.b-catalog__column {
  width: 25.67%;
  padding-right: 20px;
}

.b-catalog__btn-filter {
  display: none;
}

.b-catalog__content {
  -ms-flex: 1 1;
      flex: 1 1;
}

.b-catalog__items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
}

.b-catalog__btn {
  text-align: center;
}

.b-catalog__btn a {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #98b115;
  color: #98b115;
  padding: 11px 22px;
  transition: 0.4s ease all;
}

.b-catalog__btn a:hover {
  text-decoration: none;
  background-color: #98b115;
  color: #fff;
}

.b-catalog .b-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.b-catalog .b-filter__close {
  display: none;
}

.b-catalog .b-filter__content {
  margin-bottom: 20px;
}

.b-catalog .b-filter__title {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.18;
  color: #403129;
  margin-bottom: 17px;
  cursor: pointer;
}

.b-catalog .b-filter__title img {
  margin-right: 10px;
}

.b-catalog .b-filter__item {
  font-size: 12px;
  line-height: 1.17;
  color: #a5a5a5;
}

.b-catalog .b-filter .b-checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  cursor: pointer;
}

.b-catalog .b-filter__block {
  position: relative;
  margin-right: 11px;
}

.b-catalog .b-filter .b-checkbox {
  margin-bottom: 10px;
}

.b-catalog .b-filter .b-checkbox__block {
  width: 18px;
  margin-right: 10px;
  height: 18px;
  border: 1px solid #a5a5a5;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  transition: 0.4s ease all;
}

.b-catalog .b-filter .b-checkbox__block:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../img/check.svg") 50% 50% no-repeat;
  transition: 0.4s ease all;
}

.b-catalog .b-filter .b-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.b-catalog .b-filter .b-checkbox input:checked + .b-checkbox__block {
  background-color: #98b115;
  border-color: #98b115;
}

.b-catalog .b-filter .b-checkbox input:before {
  opacity: 1;
}

.b-changePass {
  text-align: center;
  max-width: 320px;
}

.b-changePass__title {
  color: #403129;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.18;
  margin-bottom: 15px;
}

.b-changePass__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.b-changePass__text {
  color: #857f71;
  font-size: 14px;
  line-height: 1.21;
  margin-bottom: 20px;
}

.b-changePass__items {
  margin-bottom: 20px;
}

.b-changePass__items input {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  outline: none;
  color: #a5a5a5;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
  padding: 13px 0 13px 20px;
  width: 100%;
}

.b-changePass__button {
  margin-bottom: 5px;
}

.b-changePass__button .btn--1 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-changePass__m-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 20px;
}

.b-changePass__m-btn a {
  color: #e65f76;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  line-height: 1.17;
  text-decoration: underline;
}

.b-changePass__m-btn a:hover {
  text-decoration: none;
}

.b-comment {
  -ms-flex: none;
      flex: none;
}

.b-comment__content {
  max-width: 825px;
  width: 100%;
}

.b-comment__container {
  background-color: #fafafa;
  padding: 39px 65px 39px 66px;
  margin-bottom: 50px;
}

.b-comment__predtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #403129;
  padding-bottom: 10px;
}

.b-comment__text {
  font-size: 14px;
  line-height: 1.21;
  color: #857f71;
  padding-bottom: 30px;
}

.b-comment__inner {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 18px 17px 30px;
  -ms-flex-align: center;
      align-items: center;
}

.b-comment__img {
  max-width: 167px;
  width: 100%;
}

.b-comment__title {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.18;
  color: #403129;
  padding-right: 166px;
}

.b-comment__heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #403129;
  padding-bottom: 36px;
}

.b-comment__item {
  background: #fff;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 18px 17px 16px 17px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 30px;
}

.b-comment__item:last-child {
  margin-bottom: 0;
}

.b-comment__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.b-comment__product {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.18;
  color: #403129;
  padding-bottom: 11px;
}

.b-comment__stars {
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding-bottom: 8px;
}

.b-comment__stars span {
  width: 20px;
  height: 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
}

.b-comment__stars svg {
  width: 20px;
  height: 20px;
  fill: #98b115;
}

.b-comment__date {
  font-size: 14px;
  line-height: 1.21;
  color: #a5a5a5;
}

.b-comment__discription {
  font-size: 14px;
  line-height: 1.21;
  color: #857f71;
  max-width: 315px;
  width: 100%;
  padding-bottom: 16px;
}

.b-comment__reviews {
  font-size: 14px;
  line-height: 1.21;
  text-decoration: underline;
  color: #a5a5a5;
  transition: 0.4s ease all;
}

.b-comment__reviews:hover {
  color: #e5546c;
}

.b-comment__left {
  padding-right: 110px;
  padding-left: 5px;
}

.b-comment__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 5px;
}

.b-cooking__content {
  margin-bottom: 35px;
}

.b-cooking__title {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.18;
  color: #403129;
  margin-bottom: 30px;
}

.b-cooking__text {
  font-size: 14px;
  line-height: 1.81;
  color: #857f71;
}

.b-cooking__text span {
  color: #98b115;
}

.b-delivery__text {
  font-size: 17px;
  line-height: 1.18;
  color: #857f71;
  margin-bottom: 42px;
}

.b-delivery__items {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.b-delivery__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  width: 27%;
}

.b-delivery__item-img {
  margin-bottom: 20px;
}

.b-delivery__item-img img {
  width: 62px;
  height: 62px;
}

.b-delivery__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #403129;
  margin-bottom: 16px;
}

.b-delivery__note {
  font-size: 16px;
  line-height: 1.19;
  color: #857f71;
}

.b-delivery__personal {
  margin-bottom: 46px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.b-delivery__personal:nth-child(2n) {
  margin-bottom: 0;
}

.b-delivery__p-text {
  font-size: 17px;
  line-height: 1.18;
  color: #857f71;
}

.b-delivery__p-img {
  width: 100px;
  height: 50px;
  margin-right: 30px;
}

.b-delivery__p-img img {
  width: 100%;
}

.b-dishes__text {
  font-size: 17px;
  line-height: 1.18;
  color: #857f71;
  margin-bottom: 27px;
}

.b-dishes__text a {
  color: #98b115;
  text-decoration: underline;
}

.b-dishes__text a:hover {
  color: #8ba313;
}

.b-dishes__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b-dishes__item {
  width: 23%;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  margin-left: 29px;
  margin-bottom: 29px;
}

.b-dishes__item:nth-child(-4n+5) {
  margin-left: 0;
}

.b-dishes__more {
  font-size: 14px;
  line-height: 17px;
  color: #a5a5a5;
  text-decoration: underline;
  display: inline-block;
  margin-left: 17px;
  margin-bottom: 26px;
}

.b-dishes__more:hover {
  text-decoration: none;
}

.b-dishes__item-img {
  margin-bottom: 25px;
  display: block;
}

.b-dishes__item-img img {
  width: 100%;
}

.b-dishes__title {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  color: #403129;
  margin-bottom: 17px;
  margin-left: 15px;
}

.b-error__img {
  margin-bottom: 15px;
  text-align: center;
}

.b-error__img img {
  width: 50%;
}

.b-error__text {
  text-align: center;
  margin-bottom: 50px;
}

.b-error__title {
  color: #403129;
  font-size: 36px;
  line-height: 1.19;
  margin-bottom: 13px;
}

.b-error__note {
  color: #857f71;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
}

.b-error__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-favorites {
  -ms-flex: none;
      flex: none;
}

.b-favorites__item {
  background: #fff;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 18px 25px 18px 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 30px;
  min-height: 130px;
}

.b-favorites__img {
  width: 137px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 50px;
}

.b-favorites__img img {
  max-height: 100%;
}

.b-favorites__title {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.18;
  color: #403129;
  padding-right: 10px;
  -ms-flex: 1 1;
      flex: 1 1;
}

.b-favorites__block {
  width: 160px;
  padding-right: 10px;
}

.b-favorites__sum {
  font-size: 14px;
  line-height: 1.21;
  color: #c5c5c5;
}

.b-favorites__sum:first-child {
  padding-bottom: 3px;
}

.b-favorites__sum span {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.18;
  color: #403129;
}

.b-favorites__heart {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-right: 33px;
}

.b-favorites__icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.b-favorites__icon svg {
  fill: #e5546c;
  width: 19px;
  height: 17px;
}

.b-favorites__button {
  padding: 10px 17px 12px 18px;
}

.b-feedback {
  max-width: 320px;
}

.b-feedback__title {
  color: #403129;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.18;
  margin-bottom: 15px;
}

.b-feedback__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.b-feedback__note {
  color: #857f71;
  font-size: 14px;
  line-height: 1.21;
  margin-bottom: 0;
}

.b-feedback__button .btn {
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-feedback__text {
  padding-top: 15px;
  margin-bottom: 16px;
}

.b-feedback__text textarea {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  outline: none;
  resize: none;
  max-width: 320px;
}

.b-feedback__rating {
  margin-bottom: 20px;
}

.b-feedback__rating a {
  color: #efefef;
}

.b-feedback__rating a:hover {
  color: #98b115;
  text-decoration: none;
}

.b-folder__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -3%;
}

.b-folder__item {
  width: 12.67%;
  margin-left: 3%;
  text-align: center;
  margin-bottom: 3%;
  color: #403129;
  display: incline-block;
  text-decoration: none;
}

.b-folder__item-img {
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 6px;
}

.b-folder__item-img img {
  width: 65%;
}

.b-folder__title {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.18;
}

.b-forgotPass {
  text-align: center;
  max-width: 320px;
}

.b-forgotPass__title {
  color: #403129;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.18;
  margin-bottom: 15px;
}

.b-forgotPass__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.b-forgotPass__text {
  color: #857f71;
  font-size: 14px;
  line-height: 1.21;
  margin-bottom: 20px;
}

.b-forgotPass__items {
  margin-bottom: 20px;
}

.b-forgotPass__items input {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  outline: none;
  color: #a5a5a5;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
  padding: 13px 0 13px 20px;
  width: 100%;
}

.b-forgotPass__button {
  margin-bottom: 5px;
}

.b-forgotPass__button .btn--1 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-form {
  text-align: center;
  max-width: 320px;
}

.b-form__title {
  color: #403129;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.18;
  margin-bottom: 15px;
}

.b-form__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.b-form__text {
  color: #857f71;
  font-size: 14px;
  line-height: 1.21;
  margin-bottom: 20px;
}

.b-form__button .btn--1 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-hint__top {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 43px;
}

.b-hint__title {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.18;
  color: #403129;
}

.b-hint__products ul {
  margin: 0;
}

.b-hint__products ul li {
  font-size: 14px;
  line-height: 17px;
  color: #98b115;
  margin-bottom: 10px;
}

.b-hint__products ul li a {
  color: #857f71;
  text-decoration: underline;
}

.b-hint__products ul li a:hover {
  text-decoration: none;
}

.b-hint__link {
  color: #98b115;
  font-size: 12px;
  line-height: 1.17;
}

.b-hint__link a {
  color: #98b115;
  text-decoration: underline;
}

.b-hint__link a:hover {
  color: #8ba313;
}

.infoPage {
  margin-bottom: 0;
}

.b-info {
  display: -ms-flexbox;
  display: flex;
}

.b-info p {
  margin-bottom: 23px;
}

.b-info__text {
  font-size: 15px;
  line-height: 1.2;
  color: #857f71;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 92px;
  width: 573px;
}

.b-info a {
  color: #98b115;
  text-decoration: underline;
}

.b-info a:hover {
  color: #8ba313;
  text-decoration: none;
}

.b-info img {
  border-radius: 10px;
  width: 445px;
}

.b-logIn {
  text-align: center;
  max-width: 320px;
}

.b-logIn__title {
  color: #403129;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.18;
  margin-bottom: 15px;
}

.b-logIn__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.b-logIn__text {
  color: #857f71;
  font-size: 14px;
  line-height: 1.21;
  margin-bottom: 20px;
}

.b-logIn__items {
  margin-bottom: 20px;
}

.b-logIn__items input {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  outline: none;
  color: #a5a5a5;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
  padding: 13px 0 13px 20px;
  width: 100%;
}

.b-logIn__button {
  margin-bottom: 15px;
}

.b-logIn__button .btn--1 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-logIn__button2 {
  border-top: 1px solid #efefef;
  padding-top: 15px;
}

.b-logIn__button2 .btn--1 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  border-color: #d1d1d1;
  color: #a5a5a5;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
}

.b-logIn__m-btn {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.b-logIn__m-btn a {
  color: #e65f76;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  line-height: 1.17;
  text-decoration: underline;
}

.b-logIn__m-btn a:hover {
  text-decoration: none;
}

.b-logIn__note {
  margin-bottom: 20px;
  color: #a5a5a5;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
  text-align: left;
}

.b-logIn__note a {
  color: #a5a5a5;
  text-decoration: underline;
}

.b-logIn__note a:hover {
  text-decoration: none;
}

.b-logSelect {
  text-align: center;
  max-width: 320px;
}

.b-logSelect__title {
  color: #403129;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.18;
  margin-bottom: 15px;
}

.b-logSelect__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.b-logSelect__text {
  color: #857f71;
  font-size: 14px;
  line-height: 1.21;
  margin-bottom: 20px;
}

.b-logSelect__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-logSelect__button .btn--1 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
}

.b-news {
  background: url("../img/n-bg.png") 50% no-repeat;
  background-size: cover;
  -ms-flex: none;
      flex: none;
  padding: 56px 0;
}

.b-news__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b-news__left {
  width: 50%;
}

.b-news__title {
  color: #403129;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 35px;
}

.b-news__text {
  color: #53463f;
  font-size: 17px;
  line-height: 1.41;
}

.b-news__right {
  width: 40%;
  padding-top: 50px;
}

.b-news__subscribe {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 15px;
}

.b-news__subscribe form {
  display: -ms-flexbox;
  display: flex;
}

.b-news__subscribe form input {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 5px;
  margin-right: 20px;
  width: 260px;
  border: none;
  outline: none;
  color: #a5a5a5;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
}

.b-news__subscribe form button {
  border: none;
}

.b-news__note {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
  color: #a5a5a5;
}

.b-news__note a {
  color: #a5a5a5;
  text-decoration: underline;
}

.b-news__note a:hover {
  text-decoration: none;
}

.b-oneClickPay {
  text-align: center;
  max-width: 320px;
}

.b-oneClickPay__title {
  color: #403129;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.18;
  margin-bottom: 15px;
}

.b-oneClickPay__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.b-oneClickPay__text {
  color: #857f71;
  font-size: 14px;
  line-height: 1.21;
  margin-bottom: 20px;
}

.b-oneClickPay__items {
  margin-bottom: 20px;
}

.b-oneClickPay__items input {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  outline: none;
  color: #a5a5a5;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
  padding: 13px 0 13px 20px;
  width: 100%;
}

.b-oneClickPay__button {
  margin-bottom: 5px;
}

.b-oneClickPay__button .btn--1 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-oneClickPay__note {
  color: #a5a5a5;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
}

.b-oneClickPay__note a {
  color: #a5a5a5;
  text-decoration: underline;
}

.b-oneClickPay__note a:hover {
  text-decoration: none;
}

.b-order {
  -ms-flex: none;
      flex: none;
}

.b-order__inner {
  padding-bottom: 52px;
}

.b-order h2 {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.18;
  color: #98b115;
}

.b-order__text {
  max-width: 493px;
  width: 100%;
  font-size: 14px;
  line-height: 1.21;
  color: #857f71;
  padding-top: 25px;
  padding-bottom: 20px;
}

.b-order__text span {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.21;
  color: #857f71;
}

.b-order__predtitle {
  font-size: 14px;
  line-height: 1.21;
  color: #857f71;
  padding-bottom: 40px;
}

.b-order__predtitle span {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.21;
  color: #98b115;
}

.b-order__button {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  color: #98b115;
  border: 1px solid #98b115;
  padding: 11px 35px;
  text-align: center;
}

.b-order__button:last-child {
  margin-left: 45px;
}

.b-ordering {
  -ms-flex: none;
      flex: none;
}

.b-ordering__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 50px;
}

.b-ordering h1 {
  margin-bottom: 30px;
}

.b-ordering__left {
  width: 49%;
}

.b-ordering__discription {
  font-size: 14px;
  line-height: 1.21;
  max-width: 463px;
  width: 100%;
  color: #857f71;
  padding-bottom: 20px;
}

.b-ordering__text {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
  padding-bottom: 16px;
}

.b-ordering__text span {
  color: #ff2323;
}

.b-ordering__account {
  font-size: 12px;
  line-height: 1.17;
  text-decoration: underline;
  color: #e65f76;
  transition: 0.4s ease all;
}

.b-ordering__account:hover {
  color: #857f71;
}

.b-ordering form {
  padding-top: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.b-ordering form input {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 25px;
  outline: none;
  max-width: 350px;
  width: 100%;
  padding: 13px 0 13px 15px;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
  color: #857f71;
}

.b-ordering__img {
  padding-bottom: 25px;
}

.b-ordering__img img {
  max-width: 350px;
  width: 100%;
}

.b-ordering__buttons {
  padding-bottom: 25px;
}

.b-ordering__buttons a {
  font-weight: 300;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  line-height: 1.17;
  color: #a5a5a5;
  text-decoration: none;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 7px 11px 9px 14px;
  transition: 0.4s ease all;
}

.b-ordering__buttons a:hover {
  color: #98b115;
  border: 1px solid #98b115;
}

.b-ordering__comment {
  outline: none;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
  color: #857f71;
  padding: 13px 0 0 15px;
  max-width: 350px;
  height: 120px;
  width: 100%;
}

.b-ordering h2 {
  margin-bottom: 26px;
}

.b-ordering__right {
  width: 49%;
  max-width: 446px;
}

.b-ordering__product {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
  color: #857f71;
}

.b-ordering__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 16px;
}

.b-ordering__items {
  padding-bottom: 18px;
}

.b-ordering__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b-ordering__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.21;
  color: #403129;
  max-width: 117px;
  width: 100%;
}

.b-ordering .b-checkbox__block,
.b-ordering display inline-flex__block,
.b-ordering align-items center__block,
.b-ordering position relative__block,
.b-ordering__block__block,
.b-ordering margin-right 11px__block,
.b-ordering .b-checkbox width 18px,
.b-ordering display inline-flex width 18px,
.b-ordering align-items center width 18px,
.b-ordering position relative width 18px,
.b-ordering__block width 18px,
.b-ordering margin-right 11px width 18px,
.b-ordering .b-checkbox height 18px,
.b-ordering display inline-flex height 18px,
.b-ordering align-items center height 18px,
.b-ordering position relative height 18px,
.b-ordering__block height 18px,
.b-ordering margin-right 11px height 18px,
.b-ordering .b-checkbox background #fff,
.b-ordering display inline-flex background #fff,
.b-ordering align-items center background #fff,
.b-ordering position relative background #fff,
.b-ordering__block background #fff,
.b-ordering margin-right 11px background #fff,
.b-ordering .b-checkbox border 1px solid #A5A5A5,
.b-ordering display inline-flex border 1px solid #A5A5A5,
.b-ordering align-items center border 1px solid #A5A5A5,
.b-ordering position relative border 1px solid #A5A5A5,
.b-ordering__block border 1px solid #A5A5A5,
.b-ordering margin-right 11px border 1px solid #A5A5A5,
.b-ordering .b-checkbox box-sizing border-box,
.b-ordering display inline-flex box-sizing border-box,
.b-ordering align-items center box-sizing border-box,
.b-ordering position relative box-sizing border-box,
.b-ordering__block box-sizing border-box,
.b-ordering margin-right 11px box-sizing border-box,
.b-ordering .b-checkbox border-radius 5px,
.b-ordering display inline-flex border-radius 5px,
.b-ordering align-items center border-radius 5px,
.b-ordering position relative border-radius 5px,
.b-ordering__block border-radius 5px,
.b-ordering margin-right 11px border-radius 5px,
.b-ordering .b-checkbox input:checked + .b-checkbox__block,
.b-ordering display inline-flex input:checked + .b-checkbox__block,
.b-ordering align-items center input:checked + .b-checkbox__block,
.b-ordering position relative input:checked + .b-checkbox__block,
.b-ordering__block input:checked + .b-checkbox__block,
.b-ordering margin-right 11px input:checked + .b-checkbox__block {
  background-color: #98b115;
  border-color: #98b115;
}

.b-ordering__mass {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
  text-align: center;
  color: #857f71;
}

.b-ordering__sum {
  text-align: right;
}

.b-ordering__rub {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.18;
  text-align: right;
  color: #403129;
  padding-bottom: 5px;
}

.b-ordering__rub--red {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.18;
  text-align: right;
  color: #e84646;
}

.b-ordering__rub--green {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.18;
  text-align: right;
  color: #98b115;
}

.b-ordering__total-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 12px;
}

.b-ordering__pred-title {
  font-size: 14px;
  line-height: 1.21;
  color: #403129;
}

.b-ordering__total {
  border-bottom: 1px solid #d1d1d1;
}

.b-ordering__all {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 19px;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 30px;
}

.b-ordering__total-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.21;
  color: #403129;
}

.b-ordering h2 {
  margin-bottom: 20px;
}

.b-ordering__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 30px;
}

.b-ordering__btn:last-child {
  padding-bottom: 40px;
}

.b-ordering__btn:nth-child(2) {
  padding: 12px 26px 11px 26px;
}

.b-ordering__button3 {
  padding: 8px 42px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.b-ordering__button4 {
  padding: 8px 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.b-ordering__button--default {
  max-width: 200px;
  width: 100%;
  text-align: center;
  border: 1px solid #a5a5a5;
  background: #fff;
  color: #a5a5a5;
}

.b-ordering__button--default:hover {
  border: 1px solid #98b115;
}

.b-ordering__btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.b-ordering__btns a {
  padding: 11px 20px;
  width: 100%;
  max-width: 200px;
}

.b-ordering__button--left {
  width: 160px;
}

.b-ordering__button--right {
  width: 255px;
}

.b-ordering__button--small {
  min-width: 56px;
  padding: 6px 5px;
}

.b-orders {
  background: #fff;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
  color: #403129;
  font-size: 14px;
  line-height: 1.21;
}

.b-orders__header,
.b-orders__discription,
.b-orders__footer {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  padding-left: 26px;
}

.b-orders__footer {
  padding-top: 12px;
  margin-bottom: 2px;
}

.b-orders__header {
  padding: 25px 100px 20px 26px;
}

.b-orders__sum,
.b-orders__title {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.18;
  color: #403129;
}

.b-orders__title {
  color: #403129;
}

.b-orders__right {
  -ms-flex: 1 1;
      flex: 1 1;
}

.b-orders__left {
  width: 180px;
  color: #a5a5a5;
}

.b-orders__status {
  position: absolute;
  right: 25px;
  top: 25px;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  text-align: right;
  color: #98b115;
}

.b-orders__status--wait {
  color: #e5546c;
}

.b-orders__footer a {
  margin-right: 30px;
  min-width: 150px;
}

.b-orders__trigger:before {
  content: attr(data-close);
}

.b-orders__trigger.is-opened:before {
  content: attr(data-open);
}

.b-orders__item {
  border-top: 1px solid #d1d1d1;
  padding: 15px 25px;
}

.b-orders__item-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b-orders__item-footer {
  text-align: right;
}

.b-orders__item-footer a {
  font-size: 14px;
  line-height: 17px;
  text-decoration: underline;
  color: #a5a5a5;
}

.b-orders__item-footer a:hover {
  text-decoration: none;
}

.b-orders__total {
  text-align: right;
  width: 259px;
  padding-bottom: 20px;
}

.b-orders__image {
  width: 180px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-right: 40px;
}

.b-orders__image img {
  max-height: 100%;
}

.b-orders__name {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.18;
  color: #403129;
  -ms-flex: 1 1;
      flex: 1 1;
}

.b-orders__note {
  padding-top: 5px;
}

.b-orders__note,
.b-orders__amount {
  font-size: 14px;
  line-height: 1.21;
  color: #a5a5a5;
}

.b-orders__amount {
  width: 40px;
  text-align: center;
}

.b-orders__items {
  display: none;
}

.b-password {
  -ms-flex: none;
      flex: none;
}

.b-password__inner {
  display: -ms-flexbox;
  display: flex;
}

.b-password h2 {
  font-size: 15px;
  line-height: 1.2;
  margin-top: 3px;
  margin-bottom: 19px;
}

.b-password__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 320px;
}

.b-password__column + .b-password__column {
  margin-left: 85px;
}

.b-password__item {
  margin-bottom: 18px;
}

.b-password__item .btn-1 {
  width: 100%;
}

.b-password input {
  outline: none;
  width: 100%;
  padding: 13px 0 13px 15px;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
  color: #857f71;
}

.b-password__text {
  padding-left: 10px;
  color: #857f71;
}

.b-password__buttons {
  padding-top: 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b-password__buttons * {
  width: 44%;
}

.b-password__radio {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 22px;
  -ms-flex-align: center;
      align-items: center;
}

.b-password__select {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
  color: #a5a5a5;
  padding-right: 25px;
}

.b-password .b-radio {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1.21;
  color: #403129;
  margin-right: 30px;
}

.b-payment__text {
  font-size: 17px;
  line-height: 1.18;
  color: #857f71;
  margin-bottom: 20px;
}

.b-payment__text:nth-child(2) {
  margin-bottom: 33px;
}

.b-payment__text1 {
  font-size: 17px;
  line-height: 1.18;
  color: #857f71;
}

.b-payment__text1 span {
  color: #98b115;
  margin-left: 5px;
}

.b-payment__items {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
}

.b-payment__item {
  display: -ms-flexbox;
  display: flex;
  margin-right: 116px;
  -ms-flex-align: center;
      align-items: center;
}

.b-payment__note {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.18;
  color: #403129;
}

.b-payment__item-img {
  margin-right: 29px;
}

.b-personal {
  -ms-flex: none;
      flex: none;
}

.b-personal h1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-right: 285px;
  margin-bottom: 38px;
}

.b-personal h1 a {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  margin-top: 9px;
  padding: 3px 0;
  text-decoration: underline;
  color: #e5546c;
}

.b-personal h1 a:hover {
  text-decoration: none;
}

.b-personal__inner {
  padding-bottom: 50px;
  display: -ms-flexbox;
  display: flex;
}

.b-personal__column {
  width: 210px;
  margin-left: 75px;
}

.b-personal__left {
  -ms-flex: 1 1;
      flex: 1 1;
}

.b-personal__item {
  background: #fff;
  border: 1px solid #98b115;
  box-sizing: border-box;
  border-radius: 5px;
  max-width: 210px;
  width: 100%;
  text-align: center;
  padding-bottom: 23px;
  padding-top: 8px;
  transition: 0.4s ease all;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 30px;
}

.b-personal__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.b-personal__item svg {
  fill: #98b115;
}

.b-personal__item:hover {
  background: #98b115;
  color: #fff;
  text-decoration: none;
}

.b-personal__item:hover svg {
  fill: #fff;
}

.b-personal__item:hover span {
  color: #fff;
  text-decoration: none;
}

.b-personal__text {
  padding-top: 23px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  color: #857f71;
  padding-top: 12px;
}

.b-personal__discription {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: underline;
  color: #e65f76;
}

.b-personal__discription:hover {
  color: #e65f73;
}

.b-personal__discription:first-child {
  margin-right: 163px;
}

.b-personal__container {
  padding-bottom: 25px;
}

.b-personal__predtitle {
  font-size: 14px;
  line-height: 1.21;
  color: #a5a5a5;
  padding-bottom: 7px;
}

.b-personal__word {
  font-size: 14px;
  line-height: 1.21;
  color: #403129;
}

.b-personal__word:hover {
  text-decoration: none;
  color: #403129;
}

.b-personal__buttons {
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.b-policy p {
  font-size: 14px;
  line-height: 1.21;
  color: #857f71;
}

.b-policy p span {
  color: #403129;
}

.b-popular__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 45px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b-popular__text .link {
  color: #e65f76;
  font-size: 15px;
  line-height: 1.2;
  display: inline-block;
  margin-top: 9px;
  text-decoration: underline;
}

.b-popular__text .link:hover {
  text-decoration: none;
}

.b-popular__title {
  color: #403129;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
}

.b-popular__items {
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b-product {
  margin-bottom: 52px;
}

.b-product__content {
  display: -ms-flexbox;
  display: flex;
  max-width: 1004px;
}

.b-product__nav {
  width: 86px;
  margin-right: 20px;
}

.b-product__thumbnails {
  padding: 0;
  margin: 0;
  list-style: none;
}

.b-product__thumbnails li {
  height: 86px;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: 0.4s ease all;
  margin-bottom: 20px;
  padding: 14px;
  cursor: pointer;
}

.b-product__thumbnails li img {
  max-height: 100%;
}

.b-product__thumbnails li:hover,
.b-product__thumbnails li.tns-nav-active {
  border-color: #98b115;
}

.b-product__slider {
  display: -ms-flexbox;
  display: flex;
}

.b-product__slider-wrapper {
  font-size: 0;
  line-height: 0;
  -ms-flex: 1 1;
      flex: 1 1;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 5px;
}

.b-product__slider-item {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 300px;
  cursor: url("../img/search.svg"), auto;
}

.b-product__img {
  width: 60%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-right: 30px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 20px;
}

.b-product .b-fov {
  color: #dcdcdc;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 422;
  cursor: pointer;
}

.b-product .b-fov:hover {
  color: #e5546c;
  text-decoration: none;
}

.b-product__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 51%;
}

.b-product__title {
  color: #403129;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
}

.b-product__rating {
  margin-bottom: 20px;
}

.b-product__rating a {
  color: #efefef;
}

.b-product__rating a:hover {
  color: #98b115;
  text-decoration: none;
}

.b-product__note {
  color: #857f71;
  font-size: 14px;
  line-height: 1.21;
  margin-bottom: 40px;
}

.b-product__info-price {
  display: -ms-flexbox;
  display: flex;
}

.b-product__purchase {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-right: 95px;
}

.b-product__price {
  color: #c5c5c5;
  font-size: 14px;
  line-height: 1.21;
  margin-bottom: 15px;
}

.b-product__price b {
  font-size: 20px;
  line-height: 1.2;
}

.b-product .btn--2 {
  width: 100%;
  margin-bottom: 15px;
}

.b-product__cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}

.b-product .b-amount {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.b-product .b-amount__number {
  border: 1px solid #efefef;
  padding: 11px 14px 11px 15px;
  font-size: 14px;
  line-height: 1.21;
  text-align: center;
  color: #403129;
}

.b-product .b-amount__button {
  background: #98b115;
  border-radius: 5px 0px 0px 7px;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 19px 17px 18px 18px;
  outline: none;
}

.b-product .b-amount__button--plus {
  background: #98b115;
  border-radius: 0px 5px 5px 0px;
  padding: 13px 17px 12px 18px;
}

.b-product .tns-controls button {
  right: auto;
  left: 1px;
  width: 86px;
  height: 30px;
}

.b-product .tns-controls button[data-controls="prev"] {
  top: -10px;
  margin-top: -25px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.b-product .tns-controls button[data-controls="next"] {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  top: 100%;
  margin-top: 0px;
}

.b-product .tns-controls button[disabled] {
  opacity: 0;
  visibility: hidden;
}

.b-product .tns-controls button svg {
  width: 20px;
  height: 11px;
}

.potatoPage {
  margin-bottom: 35px;
}

.b-promotion {
  position: relative;
  -ms-flex: none;
      flex: none;
  padding-bottom: 40px;
  margin-bottom: 20px;
}

.b-promotion__text {
  font-size: 17px;
  line-height: 1.18;
  color: #857f71;
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b-promotion__text a {
  color: #e5546c;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: underline;
}

.b-promotion__text a:hover {
  color: #e5546c;
  text-decoration: none;
}

.b-promotion__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b-promotion__items--page {
  margin-left: -30px;
}

.b-promotion__items--page .b-promotion__item {
  width: calc(33.33% - 30px);
  margin: 0 0 30px 30px;
}

.b-promotion__item {
  border: 1px solid #efefef;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-overflow-scrolling: touch;
}

.b-promotion__slider-item {
  padding-left: 2px;
  display: -ms-flexbox !important;
  display: flex !important;
}

.b-promotion__item-img {
  background-size: cover;
  margin-bottom: 20px;
  display: block;
}

.b-promotion__item-img img {
  opacity: 50%;
  width: 100%;
}

.b-promotion__title {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.18;
  padding: 0 20px;
  color: #403129;
  margin-bottom: 14px;
}

.b-promotion__title-top {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  color: #403129;
}

.b-promotion__note {
  font-size: 15px;
  line-height: 1.2;
  color: #b6b6b6;
  margin-bottom: 21px;
  padding: 0 20px;
}

.b-promotion__info {
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 20px 27px 20px;
}

.b-promotion__info a {
  font-size: 14px;
  line-height: 1.21;
  color: #e5546c;
  text-decoration: underline;
}

.b-promotion__info a:hover {
  text-decoration: none;
  color: #be475b;
}

.b-promotion__date {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.21;
  color: #b6b6b6;
}

.b-recdPass {
  text-align: center;
  max-width: 320px;
}

.b-recdPass__title {
  color: #403129;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.18;
  margin-bottom: 15px;
}

.b-recdPass__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.b-recdPass__text {
  color: #857f71;
  font-size: 14px;
  line-height: 1.21;
  margin-bottom: 20px;
}

.b-recdPass__button .btn--1 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-recipes__ingredients {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}

.b-recipes__img {
  margin-right: 29px;
}

.b-recipes__img img {
  border-radius: 10px;
}

.b-recipes__title {
  color: #403129;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.18;
  margin-bottom: 10px;
}

.b-recipes__list ul {
  padding-left: 20px;
  margin: 0;
  font-size: 14px;
  line-height: 1.21;
}

.b-recipes__list ul li {
  color: #98b115;
  margin-bottom: 10px;
}

.b-recipes__list ul li span {
  color: #857f71;
}

.notPage {
  margin-bottom: 30px;
}

.text {
  margin-bottom: 28px;
  color: #857f71;
  font-size: 14px;
  line-height: 1.21;
}

.not-link {
  display: inline-block;
  color: #e65f76;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: underline;
  padding-bottom: 38px;
}

.not-link:hover {
  text-decoration: none;
  color: #e63855;
}

.bt-not {
  border-top: 1px solid #d1d1d1;
  padding-top: 45px;
}

.b-recomendet {
  -ms-flex: none;
      flex: none;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.b-recomendet__content {
  padding-top: 45px;
}

.b-recomendet__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  color: #403129;
  margin-bottom: 45px;
}

.b-recomendet__slider-item {
  display: -ms-flexbox !important;
  display: flex !important;
}

.b-recomendet__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b-recomendet__items .p-item {
  width: 100% !important;
  margin: 0 0 30px !important;
}

.b-recomendet--catalog .b-recomendet__content {
  border-top-color: transparent;
}

.b-regFiz {
  text-align: center;
  max-width: 320px;
}

.b-regFiz__title {
  color: #403129;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.18;
  margin-bottom: 15px;
}

.b-regFiz__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.b-regFiz__text {
  color: #857f71;
  font-size: 14px;
  line-height: 1.21;
  margin-bottom: 20px;
}

.b-regFiz__items {
  margin-bottom: 20px;
}

.b-regFiz__items input {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  outline: none;
  color: #a5a5a5;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
  padding: 13px 0 13px 20px;
  width: 100%;
}

.b-regFiz__discription {
  color: #e84646;
  font-weight: 300;
  font-size: 10px;
  line-height: 1.2;
  text-align: left;
}

.b-regFiz__button {
  margin-bottom: 15px;
}

.b-regFiz__button .btn--1 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-regFiz__button2 {
  border-top: 1px solid #efefef;
  padding-top: 15px;
}

.b-regFiz__button2 .btn--1 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  border-color: #d1d1d1;
  color: #a5a5a5;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
}

.b-regFiz__m-btn {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.b-regFiz__m-btn a {
  color: #e65f76;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  line-height: 1.17;
  text-decoration: underline;
}

.b-regFiz__m-btn a:hover {
  text-decoration: none;
}

.b-regFiz__note {
  margin-bottom: 20px;
  color: #a5a5a5;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
  text-align: left;
}

.b-regFiz__note a {
  color: #a5a5a5;
  text-decoration: underline;
}

.b-regFiz__note a:hover {
  text-decoration: none;
}

.b-registration {
  -ms-flex: none;
      flex: none;
}

.b-registration__left {
  max-width: 464px;
  width: 100%;
}

.b-registration__right {
  max-width: 446px;
  width: 100%;
}

.b-registration form {
  padding-top: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.b-registration form input {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 25px;
  outline: none;
  max-width: 350px;
  width: 100%;
  padding: 13px 0 13px 15px;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
  color: #857f71;
}

.b-registration__radio {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
  color: #857f71;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  max-width: 350px;
  padding-bottom: 25px;
}

.b-registration__radio .b-radio {
  width: 50%;
}

.b-registration__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b-registration__text {
  font-size: 14px;
  line-height: 1.21;
  color: #857f71;
}

.b-registration__text span {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.21;
  color: #857f71;
}

.b-registration__text--left {
  max-width: 463px;
  width: 100%;
  padding-bottom: 20px;
}

.b-registration__necessarily {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
}

.b-registration__necessarily span {
  color: #ff2323;
}

.b-registration__predtitle {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
  color: #403129;
  padding-bottom: 20px;
}

.b-registration__exposition {
  background: #fff;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  border-radius: 5px;
  max-width: 350px;
  height: 120px;
  width: 100%;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
  color: #857f71;
  outline: none;
  padding: 13px 0 0 16px;
}

.b-registration h2 {
  margin-bottom: 25px;
}

.b-registration__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 25px;
}

.b-registration__mass {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
  color: #857f71;
}

.b-registration__link {
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  text-decoration: underline;
  color: #e5546c;
  transition: 0.4s ease all;
}

.b-registration__link:hover {
  color: #857f71;
}

.b-registration__items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
}

.b-registration__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 12px;
}

.b-registration__item:nth-child(2) {
  padding-bottom: 14px;
}

.b-registration__description {
  font-size: 14px;
  line-height: 1.21;
  color: #403129;
}

.b-registration__sum {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.18;
  text-align: right;
  color: #403129;
}

.b-registration__sum--red {
  color: #e84646;
}

.b-registration__sum--green {
  color: #98b115;
}

.b-registration__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 30px;
}

.b-registration__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 24px;
}

.b-registration__clock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 30px;
}

.b-registration__img {
  margin-right: 12px;
  margin-top: -4px;
}

.b-registration__buttons--second {
  margin-bottom: 40px;
}

.b-registration__button--first {
  padding: 8px 41px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}

.b-registration__button--second {
  padding: 8px 50px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.b-registration__button--third {
  padding: 11px 23px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  color: #a5a5a5;
  border: 1px solid #a5a5a5;
  box-sizing: border-box;
  border-radius: 5px;
  margin-right: 45px;
}

.b-registration__button--left {
  width: 160px;
  padding: 12px 4px 11px;
}

.b-registration__button--right {
  width: 255px;
}

.b-request {
  text-align: center;
  max-width: 320px;
}

.b-request__title {
  color: #403129;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.18;
  margin-bottom: 15px;
}

.b-request__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.b-request__text {
  color: #857f71;
  font-size: 14px;
  line-height: 1.21;
  margin-bottom: 20px;
}

.b-request__button .btn--1 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-request2 {
  text-align: center;
  max-width: 320px;
}

.b-request2__title {
  color: #403129;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.18;
  margin-bottom: 15px;
}

.b-request2__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.b-request2__text {
  color: #857f71;
  font-size: 14px;
  line-height: 1.21;
  margin-bottom: 20px;
}

.b-request2__button .btn--1 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-reviews__title {
  color: #403129;
  border-bottom: 1px solid #efefef;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 18px;
  margin-bottom: 30px;
}

.b-reviews__inner {
  display: -ms-flexbox;
  display: flex;
}

.b-reviews__comments {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 60%;
  margin-right: 150px;
}

.b-reviews__comment {
  margin-bottom: 50px;
}

.b-reviews__user {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.b-reviews__user-avas {
  width: 65px;
  height: 65px;
  margin-right: 30px;
}

.b-reviews__user-avas img {
  width: 100%;
}

.b-reviews__personal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-right: 30px;
}

.b-reviews__user-name {
  color: #403129;
  border-bottom: 1px solid #a5a5a5;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  padding-bottom: 5px;
}

.b-reviews__user-rating a {
  color: #efefef;
  text-decoration: none;
}

.b-reviews__user-rating a:hover {
  text-decoration: none;
  color: #98b115;
}

.b-reviews__date {
  color: #a5a5a5;
  font-size: 14px;
  line-height: 1.21;
}

.b-reviews__text {
  color: #857f71;
  font-size: 14px;
  line-height: 1.21;
}

.b-reviews .b-statistics__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border-bottom: 1px solid #efefef;
  padding-bottom: 23px;
  margin-bottom: 18px;
}

.b-reviews .b-statistics .btn--1 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #98b115;
  border-color: #98b115;
  margin-bottom: 15px;
}

.b-reviews .b-statistics .btn--1:hover {
  background-color: #98b115;
  color: #fff;
}

.b-reviews .b-statistics__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.b-reviews .b-statistics__note {
  color: #98b115;
  font-size: 14px;
  line-height: 1.21;
  margin-left: 20px;
}

.b-reviews .b-statistics__number {
  color: #c5c5c5;
  margin-left: 20px;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
}

.b-reviews .b-statistics__rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
}

.b-reviews .b-statistics__rating .svg-icon {
  width: 20px;
  height: 20px;
}

.b-reviews .b-statistics__rating .svg-icon--star {
  fill: #efefef;
}

.b-reviews .b-statistics__rating .svg-icon--star-active {
  fill: #98b115;
}

.b-reviews .b-discription__content {
  display: none;
}

.b-reviews .b-discription__nav {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.b-reviews .b-discription__nav a {
  color: #a5a5a5;
  font-weight: 600;
  font-size: 15px;
  margin-right: 20px;
  line-height: 1.2;
  text-decoration: none;
}

.b-reviews .b-discription__nav a:hover {
  color: #403129;
  text-decoration: underline;
}

.b-reviews .b-discription__text {
  color: #857f71;
  font-size: 14px;
}

.b-shops {
  -ms-flex: none;
      flex: none;
}

.b-shops__discription {
  font-size: 17px;
  line-height: 1.18;
  color: #857f71;
  padding-bottom: 31px;
}

.b-shops__list {
  margin: 0;
  padding: 0;
  color: #98b115;
  padding-left: 15px;
  padding-bottom: 38px;
}

.b-shops__list li a {
  font-size: 14px;
  line-height: 1.21;
  color: #857f71;
  text-decoration: none;
}

.b-shops__content {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 47px;
  -ms-flex-align: start;
      align-items: flex-start;
}

.b-shops__content h2 {
  padding-right: 21px;
}

.b-shops__img {
  padding-right: 12px;
  font-size: 0;
  line-height: 0;
}

.b-shops__clock {
  display: -ms-flexbox;
  display: flex;
}

.b-shops__text {
  font-size: 14px;
  line-height: 1.21;
  color: #857f71;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.b-shops__map {
  margin-bottom: 50px;
  height: 450px;
}

.b-shops__map img {
  max-width: 1110px;
  width: 100%;
}

.b-signIn {
  text-align: center;
  max-width: 320px;
}

.b-signIn__title {
  color: #403129;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.18;
  margin-bottom: 15px;
}

.b-signIn__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.b-signIn__text {
  color: #857f71;
  font-size: 14px;
  line-height: 1.21;
  margin-bottom: 20px;
}

.b-signIn__items {
  margin-bottom: 20px;
}

.b-signIn__items input {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  outline: none;
  color: #a5a5a5;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
  padding: 13px 0 13px 20px;
  width: 100%;
}

.b-signIn__button {
  margin-bottom: 15px;
}

.b-signIn__button .btn--1 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-signIn__button2 {
  border-top: 1px solid #efefef;
  padding-top: 15px;
}

.b-signIn__button2 .btn--1 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  border-color: #d1d1d1;
  color: #a5a5a5;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
}

.b-signIn__m-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 20px;
  -ms-flex-align: center;
      align-items: center;
}

.b-signIn__m-btn a {
  color: #e65f76;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  line-height: 1.17;
  text-decoration: underline;
}

.b-signIn__m-btn a:hover {
  text-decoration: none;
}

.b-signIn .b-checkbox {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  cursor: pointer;
}

.b-signIn__block {
  position: relative;
  margin-right: 11px;
}

.b-signIn .b-checkbox {
  margin-bottom: 0;
  color: #a5a5a5;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
}

.b-signIn .b-checkbox__block {
  width: 18px;
  margin-right: 10px;
  height: 18px;
  border: 1px solid #a5a5a5;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  transition: 0.4s ease all;
}

.b-signIn .b-checkbox__block:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../img/check.svg") 50% 50% no-repeat;
  transition: 0.4s ease all;
}

.b-signIn .b-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.b-signIn .b-checkbox input:checked + .b-checkbox__block {
  background-color: #98b115;
  border-color: #98b115;
}

.b-signIn .b-checkbox input:before {
  opacity: 1;
}

.b-signPersonal {
  text-align: center;
  max-width: 320px;
}

.b-signPersonal__title {
  color: #403129;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.18;
  margin-bottom: 15px;
}

.b-signPersonal__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.b-signPersonal__text {
  color: #857f71;
  font-size: 14px;
  line-height: 1.21;
  margin-bottom: 20px;
}

.b-signPersonal__items {
  margin-bottom: 20px;
}

.b-signPersonal__items input {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  outline: none;
  color: #a5a5a5;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
  padding: 13px 0 13px 20px;
  width: 100%;
}

.b-signPersonal__button {
  margin-bottom: 5px;
}

.b-signPersonal__button .btn--1 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-signPersonal__note {
  margin-bottom: 20px;
  color: #a5a5a5;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
  text-align: left;
}

.b-signPersonal__note a {
  color: #a5a5a5;
  text-decoration: underline;
}

.b-signPersonal__note a:hover {
  text-decoration: none;
}

.b-thanksComment {
  text-align: center;
  max-width: 320px;
}

.b-thanksComment__title {
  color: #403129;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.18;
  margin-bottom: 15px;
}

.b-thanksComment__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.b-thanksComment__text {
  color: #857f71;
  font-size: 14px;
  line-height: 1.21;
  margin-bottom: 20px;
}

.b-thanksComment__button .btn--1 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-thanksReg {
  text-align: center;
  max-width: 320px;
}

.b-thanksReg__title {
  color: #403129;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.18;
  margin-bottom: 15px;
}

.b-thanksReg__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.b-thanksReg__text {
  color: #857f71;
  font-size: 14px;
  line-height: 1.21;
  margin-bottom: 20px;
}

.b-thanksReg__items {
  margin-bottom: 20px;
}

.b-thanksReg__items input {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  outline: none;
  color: #a5a5a5;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.17;
  padding: 13px 0 13px 20px;
  width: 100%;
}

.b-thanksReg__button {
  margin-bottom: 15px;
}

.b-thanksReg__button .btn--1 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-thanksReg__button2 .btn--1 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  border-color: #d1d1d1;
  color: #a5a5a5;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
}

.c-order {
  -ms-flex: none;
      flex: none;
}

.c-order h2 {
  padding-bottom: 10px;
  margin: 0;
}

.c-order__text {
  max-width: 433px;
  width: 100%;
  font-size: 14px;
  line-height: 1.21;
  color: #a5a5a5;
  padding-bottom: 25px;
}

.c-order__button {
  padding: 11px 23px;
}

.page3 {
  margin-bottom: 25px;
}

.f-controls {
  margin-bottom: 50px;
}

.f-controls a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #a5a5a5;
  border: 1px solid #a5a5a5;
  margin-right: 12px;
  font-size: 14px;
  padding: 4px 9px;
  margin-bottom: 12px;
  border-radius: 5px;
}

.f-controls a:hover {
  color: #98b115;
  border: 1px solid #98b115;
  transition: 0.4s ease all;
}

.p-item {
  position: relative;
  border: 1px solid #efefef;
  border-radius: 5px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  padding: 0 15px 30px;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  -ms-flex-direction: column;
      flex-direction: column;
}

.p-item__img {
  height: 220px;
  padding: 20px 5px;
  margin-bottom: 17px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.p-item__img img {
  max-height: 100%;
}

.p-item__title {
  margin-bottom: auto;
  padding-bottom: 22px;
  min-height: 65px;
}

.p-item__title a {
  font-weight: 600;
  font-size: 17px;
  display: inline-block;
  line-height: 1.18;
  color: #403129;
  text-decoration: none;
}

.p-item__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.p-item__info {
  -ms-flex: 1 1;
      flex: 1 1;
}

.p-item__note {
  font-size: 14px;
  line-height: 1.21;
  color: #c5c5c5;
}

.p-item__price {
  font-size: 14px;
  line-height: 1.18;
  color: #c5c5c5;
}

.p-item__price span {
  color: #403129;
  font-size: 17px;
}

.p-item .b-fov {
  position: absolute;
  top: 16px;
  font-size: 0;
  right: 19px;
  color: #dcdcdc;
}

.p-item .b-fov:hover {
  color: #e5546c;
}

.p-item .b-fov .svg-icon {
  width: 22px;
  height: 22px;
}

.p-item .btn {
  padding: 11px 17px;
}

.p-item__labels {
  position: absolute;
  left: 15px;
  top: 20px;
  right: 70px;
  font-size: 0;
  line-height: 0;
}

.p-item__label {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #ff3f3f;
  color: #ff3f3f;
  padding: 1px 9px 3px;
  line-height: 14px;
  font-size: 12px;
}

.p-item__label--new {
  color: #2e9809;
  border-color: #2e9809;
}

.page-scroller {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: fixed;
  z-index: 1050;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  box-shadow: inset 0 0 0 1px #98b115;
  background-color: #fff;
  border-radius: 5px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  transition: opacity 0.16s linear;
  pointer-events: none;
}

.page-scroller:focus {
  outline: none;
}

.page-scroller__ctrl {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  fill: #98b115;
  width: 21px;
  height: 23px;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.page-scroller--memorized .page-scroller__ctrl {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-scroller--memorized,
.page-scroller--visible {
  opacity: 1;
  pointer-events: auto;
}

.remodal {
  max-width: 360px;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}

.btn--1:hover {
  color: #fff !important;
}

.js-request {
  display: none;
}

.b-radio input,
.b-checkbox input {
  width: auto;
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media (min-width: 768px) {
  .b-catalog__items .p-item {
    width: calc(33.33% - 30px);
  }
}

@media screen and (min-width: 769px) {
  .b-orders__content {
    display: block !important;
  }
}

@media screen and (min-width: 1025px) {
  .aside-nav-list--mobile {
    display: none;
    background-color: #98b115;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
  }
}

@media (min-width: 1025px) {
  .b-popular .p-item {
    width: calc(25% - 30px);
    margin-left: 30px;
  }
}

@media (max-width: 1280px) {
  .tns-controls button[data-controls="prev"] {
    left: 0;
  }

  .tns-controls button[data-controls="next"] {
    right: 0;
  }
}

@media screen and (max-width: 1280px) {
  .b-promotion .tns-controls button {
    top: 70%;
  }

  .b-promotion .tns-controls button[data-controls="prev"] {
    left: 12px;
  }

  .b-promotion .tns-controls button[data-controls="next"] {
    right: 12px;
  }
}

@media (max-width: 1052px) {
  .b-ordering__inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .b-ordering h1 {
    text-align: center;
  }

  .b-ordering h2 {
    text-align: center;
  }

  .b-ordering__btn {
    -ms-flex-pack: center;
        justify-content: center;
  }

  .b-ordering__button {
    margin-right: 10px;
  }

  .b-ordering__button3 {
    margin-right: 10px;
  }

  .b-ordering__btns {
    -ms-flex-pack: center;
        justify-content: center;
  }

  .b-ordering__left {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .b-ordering__discription {
    margin: 0 auto;
  }

  .b-ordering form {
    -ms-flex-align: center;
        align-items: center;
  }

  .b-ordering__right {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 1024px) {
  .app-header__list,
  .app-header__button,
  .app-header__logo,
  .app-header .b-search,
  .app-header__address,
  .app-header__folder {
    display: none;
  }

  .app-header__phone,
  .app-header__open {
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 0;
    padding: 0;
    background: #98b115;
    border-radius: 5px;
  }

  .app-header__phone svg,
  .app-header__open svg {
    fill: #fff !important;
  }

  .app-header__part {
    margin: 0 auto;
    max-width: 360px;
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .app-header__phone svg {
    margin-right: 0;
  }

  .app-header__link {
    width: 46px;
    height: 46px;
    margin: 0;
  }

  .app-header__link--search {
    display: -ms-flexbox;
    display: flex;
  }

  .app-header__link--search .svg-icon {
    fill: #e5546c;
  }

  .app-header__bottom {
    padding: 20px 0;
  }

  .app-header__top {
    padding: 15px 0;
  }

  .app-header__logo-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }

  .btn,
  .button,
  .btn-1,
  .btn--1,
  .btn--2 {
    padding: 14px 15px;
  }

  .b-basket h1 {
    margin-bottom: 16px;
  }

  .b-registration__content {
    display: block;
  }

  .b-registration__left,
  .b-registration__right {
    max-width: none;
  }
}

@media (max-width: 1024px) {
  .b-path {
    display: block;
    overflow-y: auto;
    margin-right: -15px;
    padding-bottom: 4px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .b-path {
    margin-bottom: 20px;
    font-size: 12px;
  }

  h1 {
    margin-bottom: 35px;
  }

  .b-about__img {
    max-width: 55%;
  }

  .b-basket__sum {
    -ms-flex: 1 1;
        flex: 1 1;
    width: auto;
  }

  .b-basket__trash {
    width: 60px;
  }

  .b-basket__title {
    padding-left: 10px;
  }

  .b-block1 .tns-controls {
    display: none;
  }

  .b-block1 .btn {
    width: auto;
    -ms-flex-pack: center;
        justify-content: center;
  }

  .b-block1__text {
    padding: 20px;
  }

  .b-cabinet h1 {
    text-align: center;
  }

  .b-cabinet__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .b-cabinet__item {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0 10px 30px !important;
  }

  .b-cabinet__text {
    font-size: 14px;
  }

  .b-cabinet__discription {
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
  }

  .b-cardpass h2 {
    padding-top: 20px;
  }

  .b-cardpass__items {
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 40px;
  }

  .b-cardpass__buttons {
    padding-bottom: 20px;
  }

  .b-cardpass__inner {
    padding-bottom: 0;
  }

  .b-cardpass__column {
    width: 49%;
    margin: 0 !important;
  }

  .b-cardpass__inner {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .b-catalog__inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .b-catalog__column {
    width: 100%;
    padding: 0;
  }

  .b-catalog__btn-filter {
    display: block;
    text-align: center;
  }

  .b-catalog__btn-filter .btn-1 {
    width: 100%;
    margin-bottom: 30px;
  }

  .b-catalog__btn-filter .btn-1:before {
    content: attr(data-close);
  }

  .b-catalog__btn-filter .btn-1.is-opened:before {
    content: attr(data-open);
  }

  .b-catalog .b-filter {
    padding: 15px;
    border: 1px solid #98b115;
    margin-bottom: -3px;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    background-color: #fff;
    padding: 30px 20px;
    display: none;
    transition: 0.4s ease all;
  }

  .b-catalog .b-filter .b-checkbox {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 160px;
    padding-right: 10px;
  }

  .b-catalog .b-filter.is-opened {
    display: block;
  }

  .b-catalog .b-filter__close {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }

  .b-comment__container {
    margin-bottom: 35px;
  }

  .b-comment__img {
    padding-right: 0;
    text-align: center;
  }

  .b-comment__inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .b-comment__title {
    padding-right: 0;
  }

  .b-comment__left {
    padding-right: 70px;
  }

  .b-comment__product {
    font-size: 15px;
  }

  .b-comment__date {
    font-size: 13px;
  }

  .b-comment__discription {
    font-size: 13px;
  }

  .b-comment__reviews {
    font-size: 13px;
  }

  .b-comment__block {
    padding-bottom: 23px;
  }

  .b-dishes__item {
    width: 29.33%;
  }

  .b-dishes__item:nth-child(-3n+4) {
    margin-left: 0;
  }

  .b-dishes__item:nth-child(5) {
    margin-left: 29px;
  }

  .b-hint__top {
    margin-bottom: 35px;
  }

  .b-info__text {
    margin-right: 55px;
  }

  .b-password h2 {
    padding-top: 20px;
  }

  .b-password__items {
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 40px;
  }

  .b-password__buttons {
    padding-bottom: 20px;
  }

  .b-password__inner {
    padding-bottom: 0;
  }

  .b-password__column {
    width: 49%;
    margin: 0 !important;
  }

  .b-password__inner {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .b-personal h1 {
    padding-right: 0;
  }

  .b-personal__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .b-personal__discription {
    padding-bottom: 20px;
  }

  .b-personal__inner {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 0;
  }

  .b-personal__left {
    width: 100%;
    padding-bottom: 10px;
  }

  .b-personal__discription:first-child {
    margin-right: 0;
  }

  .b-personal__column {
    margin-left: 0;
    -ms-flex-order: -1;
        order: -1;
    overflow-y: auto;
    width: auto;
    white-space: nowrap;
    margin-right: -15px;
    -webkit-overflow-scrolling: touch;
  }

  .b-personal__item {
    width: 175px;
    margin-right: 30px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    padding-bottom: 15px;
  }

  .b-personal__text {
    padding: 0;
  }

  .b-personal__img {
    margin-bottom: 5px;
  }

  .b-product {
    padding-top: 30px;
  }

  .b-product__thumbnails li {
    height: 40px;
    padding: 5px;
  }

  .b-product .tns-controls button {
    width: 40px;
    height: 30px;
  }

  .b-product .tns-controls button[data-controls="prev"] {
    top: 0;
    margin-top: 0;
  }

  .b-product .tns-controls button[data-controls="next"] {
    top: auto;
    margin: 0;
    bottom: 0;
  }

  .b-product__nav {
    width: 40px;
    padding: 40px 0;
    margin: auto 20px auto 0;
  }

  .b-product__content {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .b-product__img {
    width: 100%;
  }

  .b-product__info {
    width: 100%;
  }

  .b-product__cart {
    -ms-flex-pack: normal;
        justify-content: normal;
  }

  .b-product__price {
    margin-right: 20px;
    font-size: 12px;
  }

  .b-product .b-amount {
    margin-right: 20px;
  }

  .b-promotion__items--page .b-promotion__item {
    width: calc(50% - 30px);
  }

  .b-recomendet__info {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .b-recomendet .btn {
    -ms-flex-pack: center;
        justify-content: center;
  }

  .c-order__content {
    padding-bottom: 20px;
  }

  .p-item {
    width: calc(33.33% - 30px) !important;
  }
}

@media (max-width: 768px) {
  .b-basket__back {
    display: none;
  }

  .b-basket__discription {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }

  .b-basket__item {
    margin-bottom: 10px;
    padding-left: 133px;
    padding-right: 30px;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .b-basket__trash {
    width: auto;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .b-basket__img {
    width: 100px;
    height: 75px;
    position: absolute;
    left: 10px;
    top: 50%;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .b-basket__title {
    padding-left: 0;
    font-size: 15px;
    padding-bottom: 20px;
    -ms-flex-order: -1;
        order: -1;
  }

  .b-basket .b-amount {
    padding-bottom: 20px;
  }

  .b-basket__sum {
    padding-bottom: 10px;
    -ms-flex-order: -1;
        order: -1;
  }

  .b-basket__trash {
    padding-right: 0;
  }

  .b-basket__inner {
    padding-bottom: 30px;
  }

  .b-basket__bottom {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .b-basket__price {
    text-align: left;
  }

  .b-basket__container {
    padding-right: 0;
  }

  .b-basket__delivery {
    padding-bottom: 20px;
  }

  .b-basket__left {
    padding-top: 0;
  }

  .b-basket__right {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .b-basket__pay {
    text-align: left;
  }

  .b-basket__btn {
    margin-left: 0;
    max-width: 360px;
    width: 100%;
  }

  .b-block1__content {
    display: block;
    height: auto;
    border-radius: 0 0 5px 5px;
  }

  .b-block1__img {
    border-radius: 5px;
    height: 230px;
    width: 100%;
    position: static;
  }

  .b-block1__text {
    padding: 30px;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
  }

  .b-block1 .tns-nav {
    bottom: -22px;
  }

  .b-cabinet__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .b-cabinet__left {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
  }

  .b-cabinet__right {
    width: 100%;
  }

  .b-cabinet__items--column {
    padding-bottom: 0;
  }

  .b-cabinet__inner {
    padding-bottom: 10px;
  }

  .b-cabinet__discription--bold {
    font-size: 12px;
    padding-bottom: 10px;
  }

  .b-cabinet__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .b-cardpass h2 {
    padding-top: 0;
  }

  .b-cardpass__inner {
    padding-bottom: 0;
  }

  .b-cardpass__items {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 0;
  }

  .b-cardpass__item {
    margin-right: 0;
  }

  .b-comment__item {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 18px;
  }

  .b-comment__left {
    padding-right: 0;
    text-align: center;
  }

  .b-comment__stars {
    -ms-flex-pack: center;
        justify-content: center;
  }

  .b-comment__date {
    padding-bottom: 10px;
  }

  .b-comment__discription {
    padding-bottom: 10px;
  }

  .b-comment__container {
    padding: 18px;
  }

  .b-error__text {
    margin-bottom: 25px;
  }

  .b-folder__item {
    width: 21.67%;
  }

  .b-info img {
    width: 100%;
    margin-bottom: 20px;
  }

  .b-info__text {
    width: 100%;
    margin-right: 0;
    font-size: 17px;
  }

  .infoPage {
    margin-bottom: 35px;
  }

  .b-info {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }

  .b-news__content {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }

  .b-news__left {
    margin-bottom: 20px;
  }

  .b-news__left,
  .b-news__right {
    width: 100%;
    max-width: 640px;
  }

  .b-news__subscribe {
    -ms-flex-pack: normal;
        justify-content: normal;
  }

  .b-order__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }

  .b-order__button {
    max-width: 200px;
    width: 100%;
    font-size: 11px;
  }

  .b-order .btn--1 {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .b-ordering__btn {
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 255px;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 auto;
  }

  .b-ordering__button {
    margin-bottom: 15px;
    width: 100%;
    margin-right: 0;
  }

  .b-ordering__button3 {
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%;
  }

  .b-ordering__button4 {
    margin-right: 0;
    width: 100%;
  }

  .b-ordering h2 {
    text-align: center;
  }

  .b-ordering__btns {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .b-ordering__btns a {
    margin-right: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 200px;
  }

  .b-password h2 {
    padding-top: 0;
  }

  .b-password__inner {
    padding-bottom: 0;
  }

  .b-password__items {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 0;
  }

  .b-password__item {
    margin-right: 0;
  }

  .b-popular__items {
    margin-left: -10px;
  }

  .b-popular__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
  }

  .b-popular__text {
    margin-bottom: 26px;
  }

  .b-product__title {
    display: none;
  }

  .b-product__note {
    display: none;
  }

  .b-product__rating {
    display: none;
  }

  .b-recipes__ingredients {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .b-recipes__img {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .b-recipes__img img {
    width: 100%;
  }

  .b-reviews .b-discription__content {
    display: block;
  }

  .b-reviews__content {
    display: none;
  }

  .f-controls {
    display: none;
  }

  .p-item {
    margin-left: 10px;
    width: calc(33.33% - 10px) !important;
  }

  .p-item .btn {
    width: 100%;
  }

  .p-item__img {
    height: 130px;
    margin-bottom: 10px;
  }

  .p-item__bottom {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .p-item__note {
    display: none;
  }

  .p-item__price {
    margin-bottom: 15px;
  }

  .p-item .btn {
    -ms-flex-pack: center;
        justify-content: center;
  }

  .p-item__label {
    font-size: 10px;
    padding: 2px 9px 4px;
    line-height: 12px;
  }

  .p-item__labels {
    left: 10px;
    top: 10px;
    right: 34px;
  }

  .p-item .b-fov {
    right: 11px;
    top: 12px;
  }

  .p-item__title {
    text-align: center;
  }

  .p-item__title a {
    font-size: 15px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 768px) {
  .b-catalog__items {
    margin-left: -10px;
  }

  .b-favorites__title {
    font-size: 15px;
  }

  .b-favorites__sum span {
    font-size: 15px;
  }

  .b-favorites__img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }

  .b-favorites__item {
    padding: 15px 10px;
    min-height: 1px;
  }

  .b-favorites__block {
    width: 110px;
  }

  .b-favorites__heart {
    margin-right: 10px;
  }

  .b-orders__total {
    width: 150px;
  }

  .b-orders__item {
    padding: 15px;
  }

  .b-orders__image {
    width: 80px;
    height: 80px;
    padding: 0;
    margin-right: 10px;
  }

  .b-orders__name,
  .b-orders__sum,
  .b-orders__title,
  .b-orders__status {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .b-about__img {
    float: none;
    margin: 0 0 28px;
    max-width: none;
  }

  .b-about__img img {
    width: 100%;
  }

  .b-about__items {
    display: block;
  }

  .b-about__item {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
  }

  .b-cardpass__inner {
    display: block;
  }

  .b-cardpass__column {
    width: 100%;
  }

  .b-password__inner {
    display: block;
  }

  .b-password__column {
    width: 100%;
  }

  .b-password__radio {
    -ms-flex-pack: center;
        justify-content: center;
  }

  .b-promotion__items--page {
    margin: 0;
  }

  .b-promotion__items--page .b-promotion__item {
    width: 100%;
    margin-left: 0;
  }

  .p-item {
    width: calc(50% - 10px) !important;
  }
}

@media (max-width: 600px) {
  .b-dishes__item {
    width: 100%;
    margin-left: 0;
  }

  .b-dishes__item:nth-child(5) {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .app-footer__inner {
    padding-top: 30px;
  }

  .app-footer__top {
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
  }

  .app-footer__button {
    display: none;
  }

  .app-footer__logo {
    padding-top: 0;
    margin-top: -9px;
    padding-bottom: 24px;
  }

  .app-footer__logo img {
    margin-bottom: 0;
    max-width: 138px;
    width: 100%;
  }

  .app-footer__telephone {
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #98b115;
    border-radius: 5px;
    padding: 11px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .app-footer__bottom {
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
  }

  .app-footer__politic {
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 1.17;
  }

  .app-footer__rights {
    font-size: 12px;
    line-height: 1.17;
  }

  .app-footer__list {
    padding-bottom: 22px;
  }

  .app-footer__adress {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 21px;
    font-size: 12px;
  }

  .app-footer__mail {
    padding-top: 0;
    padding-right: 42px;
  }

  .app-footer__icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: start;
        align-items: flex-start;
    padding-right: 15px;
    width: 32px;
    min-width: 32px;
  }

  .app-footer__number {
    padding-bottom: 0;
    padding-top: 0;
    text-align: left;
  }

  .app-footer__number img {
    padding-right: 10px;
  }

  .app-footer__number a {
    font-size: 12px;
    line-height: 1.21;
    color: #eef4d8;
  }

  .app-footer__links {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 35px;
    width: 100%;
  }

  .app-footer__tel {
    padding-right: 28px;
  }

  .app-footer__social {
    padding-bottom: 0;
    padding-left: 6px;
    margin-top: 2px;
  }

  .app-footer__social a {
    padding-left: 10px;
  }

  .app-footer__social svg {
    display: -ms-flexbox;
    display: flex;
  }

  .b-block1__img {
    height: 173px;
  }

  .b-news {
    padding-bottom: 30px;
    padding-top: 35px;
  }

  .b-news__subscribe {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .b-news form {
    width: 100%;
    margin-right: 0;
  }

  .b-news .btn {
    width: 100%;
  }

  .b-news__right {
    padding-bottom: 65px;
    padding-top: 20px;
    position: relative;
  }

  .b-news__subscribe form input {
    width: 100%;
    margin: 0;
    height: 45px;
  }

  .b-news__subscribe button {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .b-news__title {
    font-size: 20px;
    margin: 0 0 20px;
  }

  .b-news__text {
    font-size: 15px;
  }

  .b-ordering__btn {
    -ms-flex-direction: row;
        flex-direction: row;
    max-width: none;
  }

  .b-ordering__button {
    margin-right: 10px;
  }

  .b-ordering__button3 {
    margin-right: 10px;
  }

  .b-product .b-amount {
    margin-right: 0;
  }

  .b-product__slider-item {
    min-height: 235px;
  }

  .b-product__info-price {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .b-product__purchase {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: unset;
        flex-direction: unset;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .b-product__price {
    width: 35%;
    margin-bottom: 0;
  }

  .b-product .btn {
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .b-product .btn--2 {
    margin-bottom: 0;
  }

  .b-product__cart {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }

  .b-shops__discription {
    font-size: 14px;
    padding-bottom: 15px;
  }

  .b-shops h2 {
    font-size: 15px;
    line-height: 1.2;
    padding-right: 7px;
  }

  .b-shops__img {
    padding-right: 6px;
  }

  .c-order__button {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media only screen and (max-width: 480px) {
  .b-aside-menu__content {
    max-width: 320px;
  }
}

@media screen and (max-width: 480px) {
  .b-basket__item {
    padding-left: 80px;
  }

  .b-basket__img {
    width: 60px;
    left: 10px;
    height: 40px;
  }

  .b-basket__img img {
    max-height: 100%;
  }

  .b-basket__title {
    padding-bottom: 10px;
  }

  .b-basket button {
    padding: 15px 12px;
  }

  .b-basket button:last-child {
    padding: 9px 12px 9px 12px;
  }

  .b-basket .b-amount__number {
    padding: 7px 12px 8px;
  }

  .b-favorites__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 25px;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .b-favorites__button {
    width: 100%;
    margin: 25px 0 0;
  }

  .b-favorites__img {
    width: 50%;
    max-width: 160px;
    padding-right: 30px;
    margin: 0 0 20px -15px;
  }

  .b-favorites__title {
    -ms-flex: none;
        flex: none;
    width: 50%;
    padding: 0;
    margin-bottom: 20px;
  }

  .b-favorites__block {
    width: 50%;
  }

  .b-favorites__heart {
    margin: 0 auto auto 0;
  }

  .b-orders__item {
    padding: 20px 15px 27px 30px;
  }

  .b-orders__item-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .b-orders__item-footer {
    padding-top: 25px;
    text-align: left;
  }

  .b-orders__amount {
    text-align: left;
    width: 50%;
    -ms-flex-order: 1;
        order: 1;
  }

  .b-orders__total {
    padding-bottom: 0;
    width: 50%;
    margin-bottom: auto;
    text-align: left;
  }

  .b-orders__image {
    height: 90px;
    width: 50%;
    margin: 0 0 20px -15px;
    padding-right: 30px;
  }

  .b-orders__name {
    -ms-flex: none;
        flex: none;
    width: 50%;
  }

  .b-orders__status {
    position: static;
    text-align: left;
  }

  .b-orders__status,
  .b-orders__discription,
  .b-orders__footer {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }

  .b-orders__footer {
    display: block;
  }

  .b-orders__footer a {
    width: 100%;
    margin: 0 0 20px;
  }

  .b-orders__left {
    width: 130px;
    padding-right: 5px;
  }

  .b-orders__content {
    display: none;
  }

  .b-orders__header {
    padding: 22px 80px 22px 15px;
    cursor: pointer;
    position: relative;
  }

  .b-orders__header:before,
  .b-orders__header:after {
    content: '';
    display: block;
    border-radius: 10px;
    background: #98b115;
    transition: 0.4s ease all;
    position: absolute;
    width: 16px;
    height: 3px;
    right: 30px;
    top: 50%;
    margin-top: -1px;
  }

  .b-orders__header:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 10px;
  }

  .b-orders__header:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .b-orders__header.is-opened:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .b-orders__header.is-opened:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media (max-width: 425px) {
  h1 {
    font-size: 20px;
  }

  .b-delivery__items {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .b-delivery__item {
    margin-bottom: 25px;
    width: 100%;
  }

  .b-delivery__p-text {
    font-size: 15px;
  }

  .b-delivery__p-img {
    min-width: 40px;
    width: 40px;
    margin-right: 25px;
  }

  .b-error__buttons {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .b-error .btn--1 {
    width: 100%;
    margin-bottom: 15px;
  }

  .b-folder__item {
    width: 46.67%;
    margin-bottom: 25px;
  }

  .b-payment__items {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 15px;
  }

  .b-payment__item {
    margin-bottom: 20px;
  }
}

@media (max-width: 405px) {
  .b-error .btn {
    width: 100px;
    margin-right: 0;
  }
}

@media (max-width: 375px) {
  .b-cooking__content {
    margin-bottom: 20px;
  }

  .b-hint__top {
    margin-bottom: 25px;
  }

  .b-recipes__ingredients {
    margin-bottom: 20px;
  }
}

@media (max-width: 350px) {
  .p-item {
    width: calc(100% - 10px) !important;
  }
}

@media (max-width: 320px) {
  .b-payment span {
    margin-left: 0;
  }
}

@media (max-width: 1024px) and (min-width: 481px) {
  .app-footer__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .app-footer__list {
    -ms-flex: 1 1;
        flex: 1 1;
  }

  .app-footer__list li {
    width: 25%;
    padding-bottom: 3px;
    min-width: 100px;
  }

  .app-footer__logo {
    padding: 0;
    margin-right: 0;
  }

  .app-footer__adress {
    width: 100%;
    display: block;
    text-align: center;
  }

  .app-footer__number {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }

  .app-footer__links {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }

  .app-footer__social {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }

  .app-footer__bottom {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
  }

  .app-footer__bottom * {
    margin-bottom: 10px;
  }
}