/* GLOBAL.CSS */
/*------------------------------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION, COLOR, ICONS & BUTTONS PRESETS */
/* 02 - HEADER */
/* 03 - FOOTER */
/* XX - @MEDIA SCREEN */
/*------------------------------------------------------------------------------*/
/* MIXU */
/*------------------------------------------------------------------------------*/
/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

:root {
     color-scheme: light only;
}

* {
  margin: 0;
  padding: 0;
}

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@-ms-viewport {
  width: device-width;
}

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

body {
  width: 100%;
  height: 100%;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  color: #7d4f3f;
  text-align: left;
  background-color: #ffffff;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.b-h1,
.b-h2,
.b-h3,
.b-h4,
.b-h5,
.b-h6 {
  margin-top: 0;
  font-family: inherit;
  line-height: normal;
  color: inherit;
  margin-bottom: 15px;
}

h1,
.b-h1 {
  font-size: 2.5rem;
}

h2,
.b-h2 {
  font-size: 2rem;
}

h3,
.b-h3 {
  font-size: 1.75rem;
}

h4,
.b-h4 {
  font-size: 1.5rem;
}

h5,
.b-h5 {
  font-size: 1.25rem;
}

h6,
.b-h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
}

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

address {
  margin-bottom: 15px;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 15px;
}

ol,
ul {
  list-style-position: inside;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 15px;
  margin-left: 0;
}

blockquote {
  margin: 0 0 15px;
  quotes: none;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 5px;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #663331;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  outline: none !important;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

a:hover {
  color: #663331;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

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: monospace, monospace;
  font-size: inherit;
}

pre {
  margin-top: 0;
  margin-bottom: 15px;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 15px;
  position: relative;
}

figure img,
figure object,
figure embed,
figure video {
  max-width: 100%;
  height: auto;
  display: block;
}

.figure {
  margin-bottom: 15px;
}

.figure.figure-left {
  float: left;
  margin: 0 15px 15px 0;
}

.figure.figure-right {
  float: right;
  margin: 0 0 15px 15px;
}

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

svg:not(:root) {
  overflow: hidden;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

table,
th,
td {
  border: none;
}

iframe {
  border: 0;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 15px;
}

button {
  border-radius: 0;
}

button:focus {
  outline: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
}

input::-ms-clear {
  display: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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"] {
  -webkit-box-sizing: border-box;
  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;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 15px;
  font-size: inherit;
  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-cancel-button,
[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;
}



/* ANC - main  */

.c-content {
  max-width: 1240px;
  margin: auto;
  padding: 0 15px;
}


/* ANC - basket */





/* ANC  - global start */

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-right: -15px;
  margin-left: -15px; */
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

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

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

::-moz-selection {
  background-color: #663332;
  color: #ffffff;
}

::selection {
  background-color: #663332;
  color: #ffffff;
}

.u-tal {
  text-align: left;
}

.u-tar {
  text-align: right;
}

.u-tac {
  text-align: center;
}

.c-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  min-width: 320px;
}

@media only screen and (max-width: 1023px) {
  .c-content {
    padding-top: 60px;
  }
}

.container {
  width: inherit;
  max-width: 1240px;
}

.c-footer-wrapper {
  /*  display: table-row; */
  width: 100%;
  height: 0;
}

/*------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR, ICONS, BUTTONS PRESETS */
/*------------------------------------------------------------*/
.b-icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.b-icon-pa {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: fill 0.4s;
  -moz-transition: fill 0.4s;
  -o-transition: fill 0.4s;
  transition: fill 0.4s;
}

.b-icon-i-phone {
  width: 23px;
  height: 28px;
  background-image: url(../img/header/i-phone.png);
}

.b-icon-i-open {
  width: 38px;
  height: 33px;
  background-image: url(../img/header/i-open.png);
}

.b-icon-i-mail {
  width: 30px;
  height: 23px;
  background-image: url(../img/header/i-mail.png);
}

.b-icon-i-cart {
  width: 37px;
  height: 22px;
  background-image: url(../img/header/i-cart.png);
}

.b-icon-i-favorite {
  width: 19px;
  height: 20px;
  background-image: url(../img/header/i-favorite.png);
}

.b-icon-i-favorite-new {
  width: 19px;
  height: 20px;
  background-image: url(../img/header/i-favorite-new.png);
}

.b-icon-i-key {
  width: 20px;
  height: 10px;
  background-image: url(../img/header/i-key.png);
}

.b-icon-i-vegan {
  width: 40px;
  height: 40px;
  background-image: url(../img/header/i-vegan.png);
}

.b-icon-i-about {
  width: 67px;
  height: 67px;
  background-image: url(../img/Tree.png);
}

.b-icon-i-fast {
  width: 40px;
  height: 40px;
  background-image: url(../img/header/i-fast.png);
}

.b-icon-i-raw-food-eater {
  width: 40px;
  height: 40px;
  background-image: url(../img/header/i-raw-food-eater.png);
}

.b-icon-i-lose-weight {
  width: 40px;
  height: 40px;
  background-image: url(../img/header/i-lose-weight.png);
}

.b-icon-i-to-gain-weight {
  width: 40px;
  height: 40px;
  background-image: url(../img/header/i-to-gain-weight.png);
}

.b-icon-i-energy {
  width: 40px;
  height: 40px;
  background-image: url(../img/header/i-energy.png);
}

.b-icon-i-for-sleep {
  width: 40px;
  height: 40px;
  background-image: url(../img/header/i-for-sleep.png);
}

.b-icon-i-mood {
  width: 40px;
  height: 40px;
  background-image: url(../img/header/i-mood.png);
}

.b-icon-i-without-soy {
  width: 40px;
  height: 40px;
  background-image: url(../img/header/i-without-soy.png);
}

.b-icon-i-gluten-free {
  width: 40px;
  height: 40px;
  background-image: url(../img/header/i-gluten-free.png);
}

.b-icon-i-sugarless {
  width: 40px;
  height: 40px;
  background-image: url(../img/header/i-sugarless.png);
}

.b-icon-i-discounts {
  width: 40px;
  height: 40px;
  background-image: url(../img/header/i-discounts.png);
}

.b-icon-i-novelty {
  width: 40px;
  height: 40px;
  background-image: url(../img/header/i-novelty.png);
}

.b-icon-i-promotions {
  width: 34px;
  height: 43px;
  background-image: url(../img/header/i-promotions.png);
}

.b-icon-i-bestsellers {
  width: 45px;
  height: 43px;
  background-image: url(../img/header/i-bestsellers.png);
}

.b-icon-i-recommendations {
  width: 45px;
  height: 43px;
  background-image: url(../img/header/i-recommendations.png);
}

.b-icon-i-news {
  width: 45px;
  height: 38px;
  background-image: url(../img/header/i-news.png);
}

.b-icon-i-news-detail {
  width: 78px;
  height: 71px;
  /*background-image: url(../img/header/i-news-detail.png);*/
  background-image: url(../img/header/news-icon.png);
}

.b-icon-i-logo {
  width: 12px;
  height: 16px;
  background-image: url(../img/header/i-logo.png);
}

.b-icon-i-our-recipes {
  width: 52px;
  height: 46px;
  background-image: url(../img/header/i-our-recipes.png);
}

.b-icon-i-soykapediya {
  width: 47px;
  height: 48px;
  background-image: url(../img/header/i-soykapediya.png);
}

.b-icon-i-brand {
  width: 46px;
  height: 49px;
  background-image: url(../img/header/i-brand.png);
}

.b-icon-i-star-soykaland {
  width: 76px;
  height: 72px;
  background-image: url(../img/header/i-star-soykaland.png);
}

.b-icon-i-site-categories {
  width: 124px;
  height: 93px;
  background-image: url(../img/header/i-site-categories.png);
}

.b-icon-i-label-open {
  width: 65px;
  height: 48px;
  background-image: url(../img/header/i-label-open.png);
}

.b-icon-i-label-close {
  width: 65px;
  height: 48px;
  background-image: url(../img/header/i-label-close.png);
}

.b-icon-i-faq {
  width: 65px;
  height: 48px;
  background-image: url(../img/header/i-faq.png);
}

.b-icon-i-jobs {
  width: 54px;
  height: 71px;
  background-image: url(../img/header/i-jobs.png);
}

.b-icon-i-registration {
  width: 62px;
  height: 70px;
  background-image: url(../img/header/i-registration.png);
}

.b-icon-i-change-password {
  width: 36px;
  height: 48px;
  background-image: url(../img/header/i-change-password.png);
}

.b-icon-i-close {
  width: 14px;
  height: 14px;
  background-image: url(../img/header/i-close.png);
}

.b-icon-i-ruble {
  width: 27px;
  height: 38px;
  background-image: url(../img/header/i-ruble.png);
}

.b-icon-i-ruble-blue {
  width: 27px;
  height: 38px;
  background-image: url(../img/header/i-ruble-blue.png);
}

.b-icon-i-ruble-green {
  width: 27px;
  height: 38px;
  background-image: url(../img/header/i-ruble-green.png);
}

.b-icon-i-ruble-darkgreen {
  width: 27px;
  height: 38px;
  background-image: url(../img/header/i-ruble-darkgreen.png);
}

.b-icon-i-ruble-orange {
  width: 27px;
  height: 38px;
  background-image: url(../img/header/i-ruble-orange.png);
}

.b-icon-i-ruble-boblu-green {
  width: 27px;
  height: 38px;
  background-image: url(../img/header/i-ruble-boblu-green.png);
}

.b-icon-i-available {
  width: 49px;
  height: 41px;
  background-image: url(../img/header/i-available.png);
}

.b-icon-i-leaflet {
  width: 29px;
  height: 32px;
  background-image: url(../img/header/i-leaflet.png);
}

.b-icon-i-search {
  width: 14px;
  height: 14px;
  background-image: url(../img/header/i-search.png);
}

.b-icon-i-search-2 {
  width: 14px;
  height: 14px;
  background-image: url(../img/header/i-search-2.png);
}

.b-icon-i-big-list {
  width: 33px;
  height: 33px;
  background-image: url(../img/header/i-big-list.png);
}

.b-icon-i-little-list {
  width: 33px;
  height: 33px;
  background-image: url(../img/header/i-little-list.png);
}

.b-icon-i-list-5x5 {
  width: 33px;
  height: 33px;
  background-image: url(../img/header/i-list-5x5.png);
}

.b-icon-i-payment {
  width: 42px;
  height: 25px;
  background-image: url(../img/header/i-payment.png);
}

.b-icon-i-self-delivery {
  width: 88px;
  height: 78px;
  background-image: url(../img/header/i-self-delivery.png);
}

.b-icon-i-russian-post {
  width: 101px;
  height: 56px;
  background-image: url(../img/header/i-russian-post.png);
}

.b-icon-i-tc-business-lines {
  width: 85px;
  height: 69px;
  background-image: url(../img/header/i-tc-business-lines.png);
}

.b-icon-i-tk-pec {
  width: 89px;
  height: 27px;
  background-image: url(../img/header/i-tk-pec.png);
}

.b-icon-i-mastercard {
  width: 75px;
  height: 62px;
  background-image: url(../img/header/i-mastercard.png);
}

.b-icon-i-cod {
  width: 63px;
  height: 63px;
  background-image: url(../img/header/i-cod.png);
}

.b-icon-i-certificate {
  width: 68px;
  height: 41px;
  background-image: url(../img/header/i-certificate.png);
}

.b-icon-i-cashless {
  width: 68px;
  height: 60px;
  background-image: url(../img/header/i-cashless-new.png);
}

.b-icon-i-gear-wheel {
  width: 35px;
  height: 35px;
  background-image: url(../img/header/i-gear-wheel.png);
}

.b-icon-i-stats {
  width: 44px;
  height: 38px;
  background-image: url(../img/header/i-stats.png);
}

.b-icon-i-cub {
  width: 36px;
  height: 48px;
  background-image: url(../img/header/i-cub.png);
}

.b-icon-i-order {
  width: 35px;
  height: 40px;
  background-image: url(../img/header/i-order.png);
}

.b-icon-i-star-1 {
  width: 44px;
  height: 44px;
  background-image: url(../img/header/i-star-1.png);
}

.b-icon-i-star-2 {
  width: 44px;
  height: 44px;
  background-image: url(../img/header/i-star-2.png);
}

.b-icon-i-star-3 {
  width: 44px;
  height: 44px;
  background-image: url(../img/header/i-star-3.png);
}

.b-icon-i-star-4 {
  width: 44px;
  height: 44px;
  background-image: url(../img/header/i-star-4.png);
}

.b-icon-i-star-5 {
  width: 44px;
  height: 44px;
  background-image: url(../img/header/i-star-5.png);
}

.b-icon-i-star-6 {
  width: 44px;
  height: 44px;
  background-image: url(../img/header/i-star-6.png);
}

@media only screen and (max-width: 567px) {

}

.c-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0 30px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  font-size: 17px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

.c-btn:focus,
.c-btn:active {
  outline: none;
}

.c-btn:hover {
  text-decoration: none;
}

.u-style-color-white {
  color: #663331;
  background-color: #ffffff;
  user-select: none;
  -webkit-box-shadow: inset 0px 0px 0px 2px #eaebed;
  -moz-box-shadow: inset 0px 0px 0px 2px #eaebed;
  box-shadow: inset 0px 0px 0px 2px #eaebed;
}

.u-style-color-white:hover {
  color: #663331;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.u-style-color-orange {
  color: #ffffff;
  background-color: #f9b91b;
}

.u-style-color-orange:hover {
  color: #ffffff;
  background-color: #8cc343;
}

.u-form .u-input-style {
  width: 100%;
  -webkit-box-shadow: 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #DBD9D9;
  border: 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  padding: 0 15px;
  font-size: 15px;
  line-height: 37px;
  font-weight: 500;
  color: #663331;
  height: 37px;
  background-color: #f3f3f3;
  /* background-color: white; */
}

.u-form .u-input-style::-webkit-input-placeholder {
  color: #4a4a4a;
}

.u-form .u-input-style:-moz-placeholder {
  color: #4a4a4a;
}

.u-form .u-input-style::-moz-placeholder {
  color: #4a4a4a;
}

.u-form .u-input-style:-ms-input-placeholder {
  color: #4a4a4a;
}

.u-form .u-input-style.u-not-valid {
  -webkit-box-shadow: 0px 0px 0px 1px #995c20;
  -moz-box-shadow: 0px 0px 0px 1px #995c20;
  box-shadow: 0px 0px 0px 1px #995c20;
}

.u-form .u-input-style.u-not-valid:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.u-form .u-input-style.u-textarea-style {
  height: 177px;
  resize: none;
}

.u-form select {
  margin: 0;
  padding: 0 50px 10px 0;
  border: 0;
  outline: none;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
  text-align: left;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.u-form select:focus {
  outline: none;
}

.u-form select option {
  text-align: left;
}

.u-form .u-form-item {
  margin-bottom: 10px;
}

.u-form .u-form-label {
  padding: 0 5px;
  margin: 0 0 5px;
  font-size: 21px;
  line-height: 30px;
  color: #663331;
}

.u-form-item .form-success-message {
  position: absolute;
  top: 33%;
  left: 20%;
  font-size: 20px;
  display: none;
}

@media only screen and (max-width: 550px) {
  .u-form-item .form-success-message {
    left: 10%;
  }
}

@media only screen and (max-width: 450px) {
  .u-form-item .form-success-message {
    position: absolute;
    font-size: 15px;
  }
}

.form-success-message .new {
  opacity: 0;
}

.form-success-message .div_opacity {
  -webkit-transition: opacity .1s ease-in-out;
  -moz-transition: opacity .1s ease-in-out;
  -ms-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
  opacity: 1;
}

.success-registration .new {
  opacity: 0;
}

.success-registration .div_opacity {
  /* -webkit-transition: opacity .1s ease-in-out;
  -moz-transition: opacity .1s ease-in-out;
  -ms-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out; */
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .u-form .u-form-label {
    font-size: 18px;
  }
}

.c-sidebar__basket__count__section {
  position: relative;
  padding-left: 50px;
  font-family: 'Raleway', sans-serif;
  line-height: 35px;
  font-weight: 500;
  min-height: 35px;
  margin-bottom: 3px;
  margin-right: 10px;
}

.c-sidebar__basket__count__section .b-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 25px;
}

.c-sidebar__basket__count__row {
  display: block;
}

.c-sidebar__basket__count__row__empy {
  display: none;
}

.c-sidebar__basket__value {
  position: absolute;
  display: block;
  top: -15px;
  left: 40px;
  font-size: 13px;
  line-height: 16px;
  color: #663234;
}

.c-sidebar__basket__price {
  font-size: 17px;
  color: #663234;
}

.c-sidebar__basket__order {
  display: block;
  margin: 0 auto;
  margin-left: 8px;
  cursor: pointer;
  opacity: 0.35;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  background: url(../img/icon/basket-order-bg.png) center no-repeat;
  width: 90px;
  height: 60px;
  font-size: 17px;
  font-weight: 400;
  color: #653334;
}

.c-sidebar__basket__order:hover {
  opacity: 1;
}

.c-sidebar__basket__order span {
  display: block;
  -webkit-transform: rotate(11deg);
  -moz-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  -o-transform: rotate(11deg);
  transform: rotate(11deg);
  -webkit-transform-origin: -56px 87px;
  -ms-transform-origin: -56px 87px;
  transform-origin: -56px 87px;
  font-family: 'Johny Mac Scrawl Ru';
  font-size: 19.5px;
}

.u-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 99999;
}

.f-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 64px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.f-container img {
  display: block;
  width: 100%;
  height: auto;
}

.c-delivery-main-img {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .c-delivery-section-header {
    display: block;
    margin-top: 30px;
  }
  
  .c-delivery-icon {
    display: none;
  }
}



/***** !ANCHOR BREADCRUMBS ******/

.c-breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-breadcrumbs ul li {
  position: relative;
  padding: 0 26px 0 0;
  margin: 0 0 10px;
  display: inline-block;
  vertical-align: middle;
}

.c-breadcrumbs.favorites {
  margin-top: 15px;
}

/*.c-breadcrumbs ul li:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #f9b91b;
}*/
.c-breadcrumbs ul li:after {
  content: '';
  background-image: url(/local/templates/soyka/images/arrow-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 6px;
  position: absolute;
  transform: rotate(-90deg);
  top: 8px;
  right: 6px;
}

.c-breadcrumbs ul li:first-child {
  padding-left: 0;
}

.c-breadcrumbs ul li:last-child:after {
  content: none;
}

.c-breadcrumbs ul li a,
.c-breadcrumbs ul li span {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  /* color: #663331; */
  border-bottom: 1px solid #663331;
}

.c-breadcrumbs ul li a,
.c-breadcrumbs ul li span {
  border-bottom: none;
  font-size: 13px;
}

.c-breadcrumbs ul li a:hover {
  border-bottom-color: transparent;
}

.c-breadcrumbs ul li span {
  border-bottom-color: transparent;
}

@media only screen and (max-width: 768px) {
  .c-breadcrumbs {
    display: none;
  }
}

body .c-content .c-promotions .c-promotions-text {
  line-height: 1.4;
  font-size: 15px;
  font-weight: 500;
  color: #7d4f3f;
}

.c-promotions-text a {
  color: #663331;
  text-decoration: underline;
}

/***** SECTION ЗАГОЛОВКИ *****/

body h1.c-main-title {
  font-size: 36px;
  font-size: clamp(28px, 3vw, 36px);
  margin-top: 5px;
  margin-bottom: 40px;
  margin-bottom: clamp(23px, 3.33vw, 40px);
  font-weight: 500;
  line-height: 1.3;
}

body h2.c-subtitle {
  font-size: 32px;
  font-size: clamp(24px, 2.67vw, 32px);
  font-weight: 500;
}

body h2.c-side-menu-subtitle {
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  body h1.c-main-title {
    margin-top: 20px;
  }
}

/***** !SECTION END *****/

/***** SECTION ПАГИНАЦИЯ *****/

.c-pagination {
  margin-top: 28px;
}

.c-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.c-pagination ul li {
  padding: 0;
  margin: 0 0 10px 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.c-pagination ul li a,
.c-pagination ul li span {
  display: block;
  width: 46px;
  height: 46px;
  font-family: 'Century Gothic', sans-serif;
  font-size: 20px;
  line-height: 46px;
  font-weight: 400;
  background-color: transparent;
}

@media only screen and (max-width: 445px) {

  .c-pagination {
    margin-top: 5px;
    text-align: center;
  }
  
  .c-pagination ul li a,
  .c-pagination ul li span {
    width: 40px;
    height: 40px;
    font-size: 19px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 390px) {
  
  .c-pagination ul li a,
  .c-pagination ul li span {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 345px) {
  
  .c-pagination ul li a,
  .c-pagination ul li span {
    width: 32px;
    height: 32px;
    font-size: 17px;
    line-height: 32px;
  }
}

.c-pagination__dots:hover {
  user-select:none;
}

.c-pagination ul li a.c-pagination__btn__more,
.c-pagination ul li span.c-pagination__btn__more {
  width: auto;
  height: auto;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  line-height: 46px;
  font-weight: 400;
  color: #4a4a4a;
}

.c-pagination ul li a.c-pagination__btn__more:hover,
.c-pagination ul li span.c-pagination__btn__more:hover {
  background-color: transparent;
  color: #995c20;
}

.c-pagination ul li span.c-pagination__active {
  color: #ffffff;
  background-color: #f9b91b;
}

.c-pagination ul li a:hover {
  background-color: #f9f9f9;
  color: #4a4a4a;
}

.c-pagination p {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #4a4a4a;
}

.c-pagination p span {
  font-family: 'Century Gothic', sans-serif;
}

.c-pagination-arrow-btn {
  height: 29px;
  padding-bottom: 3px;
}

.c-pagination__btn {
  position: relative;
}

.c-pagination__btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}

.c-pagination__btn__prev:before {
  border-width: 3px 4px 3px 0;
  border-color: transparent #4a4a4a transparent transparent;
}

.c-pagination__btn__next:before {
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #4a4a4a;
}


/***** !SECTION END *****/



/*------------------------------------------------------------*/
/* XX - @MEDIA SCREEN */
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* XX - HEADER */
/*------------------------------------------------------------*/
body.is-sticky .c-header__section__body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}


body.is-sticky .c-header__nav__list__children__row {
  padding-top: 0;
}

.c-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  z-index: 7;
  min-width: 320px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #ffffff;
}

@media only screen and (max-width: 1023px) {
  .c-header {
    position: fixed;
    height: 60px;
  }
}

.c-header__top__row {
  position: relative;
  padding-left: 255px;
  min-height: 120px;
}

@media only screen and (max-width: 1239px) {
  .c-header__top__row {
    padding-left: 260px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-header__top__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding-left: 100px;
    min-height: 60px;
  }
}

.c-header__logo {
  position: absolute;
  top: 6px;
  left: 15px;
  display: block;
  max-width: 223px;
}

@media only screen and (max-width: 1239px) {
  /*  .c-header__logo {
    width: 140px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }*/
}

@media only screen and (max-width: 1023px) {
  .c-header__logo {
    width: 80px;
    left: 15px;
  }
}

.c-header__logo img {
  max-width: 100%;
  height: auto;
}

.c-header__top__head {
  position: relative;
  padding-left: 15px;
}

@media only screen and (max-width: 1023px) {
  .c-header__top__head {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {

  .c-header__top__item__phone,
  .c-header__top__item__open,
  .c-header__top__item__mail {
    display: none;
  }
}

.c-header__top__head:before {
  content: none;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAADCAYAAABF//VLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSI5NjE3MzZDM0NGQjA4NEJDQkRBNEQ5RjcyRjIzQTJDNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyODVFRTNGNDE4RTcxMUU5QTI4Nzg4OTI1QkQwNDJDRCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyODVFRTNGMzE4RTcxMUU5QTI4Nzg4OTI1QkQwNDJDRCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzE5YWFlZTQtYjA3ZC00ODRkLTgxYWItY2FiODJiYzlmMzRhIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZjZiY2UyZDktZDIxZC02NTQ2LTg1NWEtYzZmODMyOTkyZmM4Ii8+IDxkYzpjcmVhdG9yPiA8cmRmOlNlcT4gPHJkZjpsaT5uYWRlemRhPC9yZGY6bGk+IDwvcmRmOlNlcT4gPC9kYzpjcmVhdG9yPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrSTa/kAAAAwSURBVHjaYkwzNmQAglggvg7EZxjwACYgNgDiRUA8nYEAYAHil0DcC8R7CSkGCDAAJBQGbj7PdqoAAAAASUVORK5CYII=') left top repeat-x;
}

.c-header__top__head__row {
  display: table;
  width: 100%;
}

.c-header__top__item {
  padding: 10px 0;
  display: table-cell;
  vertical-align: middle;
}

.c-header__top__item__phone {
  width: 21.5%;
}

.c-header__top__item__phone .c-header__top__link {
  padding-left: 37px;
}

.c-header__top__item__open {
  width: 18%;
}

.c-header__top__item__open.is-time-close .b-icon-i-open {
  background-image: url(../img/header/i-label-close.png);
}

.c-header__top__item__open .c-header__top__link {
  padding-left: 45px;
}

.c-header__top__item__open .c-header__top__link:hover {
  color: #663331;
}

.c-header__top__item__mail .c-header__top__link {
  padding-left: 45px;
}

.c-header__top__item__cart {
  width: 175px;
}

.c-header__top__item__cart.is-empty .c-header__cart__price {
  display: none;
}

.c-header__top__item__cart.is-empty .c-header__cart__name {
  display: block;
}

.c-header__top__item__cart .c-header__top__link {
  padding-left: 55px;
}

.c-header__top__item__favorite {
  width: 143px;
}

.c-header__top__item__favorite.is-empty .c-header__favorite__price {
  display: none;
}

.c-header__top__item__favorite.is-empty .c-header__favorite__name {
  display: block;
}

.c-header__top__item__favorite .c-header__top__link {
  padding-left: 35px;
  color: #ff4d0d;
}

.c-header__top__item__favorite .c-header__top__link .c-header__favorite__price {
  color: #ff4d0d;
}

.c-header__top__item__favorite .c-header__top__link:hover .c-header__favorite__price {
  color: #995c20;
}

.c-header__top__item__favorite .b-icon-i-favorite {
  width: 21px;
  height: 22px;
}

.c-header__top__item__key {
  width: 50px;
}

.c-header__top__item__lk {
  width: 56px;
}

.c-header__top__item__key .c-header__top__link {
  color: #000000;
  font-size: 11px;
  font-weight: 500;
  line-height: inherit;
}

.c-header__top__item__key .c-header__top__link:hover {
  color: #995c20;
}

.c-header__top__item__key .c-header__top__link .b-icon-i-key {
  position: relative;
  top: auto;
  width: 26px;
  height: 20px;
  display: block;
  margin: 0 auto -5px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.c-header__top__link {
  position: relative;
  font-size: 17px;
  line-height: 35px;
  font-weight: 400;
  color: #663234;
  min-height: 35px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 1239px) {
  .c-header__top__link {
    font-size: 14px;
  }
}

.c-header__top__link:hover {
  color: #995c20;
}

.c-header__top__link .b-icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
}

.c-header__cart__count {
  position: absolute;
  display: block;
  top: -3px;
  left: 42px;
  font-size: 12px;
  line-height: 16px;
}

.c-header__cart__name {
  display: none;
}

.c-header__favorite__name {
  display: none;
}

.c-header__favorite__price {
  color: #663331;
}

.c-header__favorite__count {
  position: absolute;
  display: block;
  top: -3px;
  left: 21px;
  font-size: 12px;
  line-height: 16px;
  color: #ff4d0d;
}

.c-header__top__body {
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .c-header__top__body {
    display: none;
  }
}

.c-header__bottom__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: table;
  table-layout: fixed;
}

.c-header__bottom__list li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.c-header__bottom__list li a {
  display: block;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  color: rgb(137, 79, 79);
  white-space: nowrap;
  font-family: 'Johny Mac Scrawl Ru';
  text-transform: lowercase;
}

@media only screen and (max-width: 1200px) {
  .c-header__bottom__list li a {
    font-size: 11px;
  }
}


.c-header__bottom__list li a:hover {
  color: #995c20;
}

.c-header__bottom__list li span {
  display: block;
}

.c-header__bottom__list .b-icon {
  display: block;
  margin: 0 auto 5px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center bottom;
  overflow: hidden;
}

.c-header__nav {
  position: relative;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
}

.c-header__nav__row {
  display: table;
  width: 100%;
  background-color: #f9b91b;
}

.c-header__nav__item {
  display: table-cell;
  vertical-align: middle;
}

.c-header__nav__item:last-child {
  width: 36.7%;
}

@media only screen and (max-width: 1239px) {
  .c-header__nav__item:last-child {
    width: 35%;
  }

  .c-header__nav {
    max-width: none;
  }
}

.c-header__nav__list {
  display: inline-block;
  vertical-align: middle;
}

.c-header__nav__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  font-size: 0;
}

.c-header__nav__list ul li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.c-header__nav__list ul li.is-item-burder {
  width: 50px;
}

.c-header__nav__list ul li.is-item-catalog {
  position: inherit;
}

.c-header__nav__list ul li.is-item-catalog.active {
  background-color: rgb(255, 102, 0);
}

ul.catalog li.active {
  background-color: rgb(255, 102, 0);
}

.c-header__nav__list ul li:hover,
.c-header__nav__list ul li.is-hover {
  background-color: rgb(255, 102, 0);
}

.c-header__nav__list ul li:hover .c-header__nav__list__children__row,
.c-header__nav__list ul li.is-hover .c-header__nav__list__children__row {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-header__nav__list ul li a {
  display: block;
  padding: 12px;
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}

.c-menu-catalog-desktop {
  display: grid;
  height: 510px;
  grid-auto-flow: column;
  grid-template-rows: repeat(14, min-content);
}

.c-menu-catalog-desktop .c-item {
  color: #5b3634;
  text-transform: none;
  font-size: 13px;
  padding: 4px 0;
  padding-left: 32px;
  font-weight: 500;
}

.c-menu-catalog-desktop .c-item:hover {
  color: white;
  background-color: #f9b91b;
}


@media only screen and (max-width: 1239px) {
  .c-header__nav__list ul li a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-header__nav__list ul li a {
    font-size: 13px;
  }
}

.c-header__nav__list__children__row {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-top: 18px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: white;
}

ul.c-header__nav__list__children {
  display: block;
  list-style: none;
  padding: 5px 0;
  margin: 0;
  width: 215px;
  background-color: #f9b91b;
}

@media only screen and (max-width: 1239px) {
  ul.c-header__nav__list__children {
    width: 100%;
    min-width: 200px;
  }
}

ul.c-header__nav__list__children li {
  position: static;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

ul.c-header__nav__list__children li:hover {
  background-color: transparent;
}

ul.c-header__nav__list__children li a {
  display: block;
  padding: 7px 28px;
  font-size: 12.5px;
  line-height: 19px;
  font-weight: 500;
  color: rgb(137, 73, 73);
  text-transform: none;
}

@media only screen and (max-width: 1239px) {
  ul.c-header__nav__list__children li a {
    /*font-size: 15px;*/
    /*padding-left: 15px;*/
    padding-right: 15px;
  }
}

ul.c-header__nav__list__children li a:hover {
  color: #ffffff;
}

.c-header__nav__list__level__row {
  padding-top: 0;
  background-color: #ffffff;
  display: table;
  width: 100%;
  height: 100%;
  font-size: 0;
  table-layout: auto;
}

@media only screen and (max-width: 1239px) {
  .c-header__nav__list__level__row {
    left: 100%;
    width: 100%;
  }
}

.c-header__nav__list__level__row ul.c-header__nav__list__children {
  width: auto;
  height: 100%;
  background-color: transparent;
}

@media only screen and (max-width: 1239px) {
  .c-header__nav__list__level__row ul.c-header__nav__list__children {
    width: 100%;
  }
}

.c-header__nav__list__level__row ul.c-header__nav__list__children li:hover {
  background-color: #f9b91b;
}

.c-header__nav__list__level__item {
  display: table-cell;
  vertical-align: top;
}

.c-header__nav__list__level__item:first-child {
  background-color: #f9b91b;
  width: 215px;
}

.c-header__nav__list__level__item:first-child li {
  width: 100% !important;
}

.c-header__nav__list__level__item:first-child li a {
  font-weight: 500 !important;
  line-height: 22px !important;
}

.c-header__nav__list__level__item:nth-child(2) {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  max-height: 555px;
  margin-bottom: 10px;
}

.c-header__nav__list__level__item:nth-child(2) ul {
  display: flex;
  flex-direction: column;
}

.c-header__nav__list__children__new_type {
  width: 25%;
}

.c-header__nav__list__level__item:nth-child(2) ul .category-title a {
  color: rgb(137, 79, 79);
  font-size: 13px;
  font-weight: 700;
  padding-left: 32px;
  margin-top: 0;
  margin-bottom: 3px;
}

.c-header__nav__list__level__item:nth-child(2) ul li {
  display: block;
}

.c-header__nav__list__level__item:nth-child(2) ul li:hover {
  background: none;
  color: white;
}

.c-header__nav__list__level__item:nth-child(2) ul li:hover a {
  background-color: #f9b91b;
  color: white;
}

.c-header__nav__list__level__item:nth-child(2) ul li a:hover {
  background-color: #f9b91b;
  color: white !important;
}

.c-header__nav__list__level__item:nth-child(2) ul li a {
  color: rgb(137, 79, 79) !important;
  text-transform: initial;
  padding: 0 15px;
  padding-left: 32px;
  font-size: 13px;
}

.u-style-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 49px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.u-style-line.c-header__catalog__menu {
  position: relative;
  width: 50px;
}

.u-style-line .svg-line svg {
  width: 25px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.u-style-line .is-not-svg-line {
  display: none;
  width: 20px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.u-style-line .is-not-svg-line .line-item {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  will-change: transform;
}

.u-style-line .is-not-svg-line .line-1 {
  top: 0;
}

.u-style-line .is-not-svg-line .line-2 {
  top: 6.5px;
}

.u-style-line .is-not-svg-line .line-3 {
  top: 12px;
}

.u-form-header-search .u-form-item {
  position: relative;
  padding-right: 15px;
  margin-bottom: 0;
}

.u-form-header-search .u-input-style {
  padding: 5px 15px;
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  color: #663331;
  background-color: #ffffff;
  height: 38px;
  text-align: center;
}

@media only screen and (max-width: 1239px) {
  .u-form-header-search .u-input-style {
    font-size: 15px;
  }
}

.u-form-header-search .u-input-style::-webkit-input-placeholder {
  color: #f9b91b;
}

.u-form-header-search .u-input-style:-moz-placeholder {
  color: #f9b91b;
}

.u-form-header-search .u-input-style::-moz-placeholder {
  color: #f9b91b;
}

.u-form-header-search .u-input-style:-ms-input-placeholder {
  color: #f9b91b;
}

.u-btn-header-search {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 95px;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #ffffff;
  height: 38px;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 1239px) {
  .u-btn-header-search {
    font-size: 15px;
    display: none;
  }
}

.c-header__section__head {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  height: 140px;
}

@media only screen and (max-width: 1023px) {
  .c-header__section__head {
    padding-top: 0;
    height: 60px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
}

@media only screen and (max-width: 1023px) {
  .c-header__section__head .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .c-header__section__body {
    display: none;
  }
}

.c-header__top__mobile {
  display: none;
  position: relative;
  padding-top: 10px;
  padding-right: 60px;
  padding-bottom: 10px;
  text-align: right;
}

@media only screen and (max-width: 1023px) {
  .c-header__top__mobile {
    display: block;
  }
}

.u-style-line__mobile {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.u-style-line__mobile.is-open .is-not-svg-line .line-1 {
  top: 2px;
  -webkit-transform: rotate(45deg) translate(4px, 5px);
  -ms-transform: rotate(45deg) translate(4px, 5px);
  transform: rotate(45deg) translate(4px, 5px);
}

.u-style-line__mobile.is-open .is-not-svg-line .line-2 {
  background-color: transparent;
}

.u-style-line__mobile.is-open .is-not-svg-line .line-3 {
  top: 19px;
  -webkit-transform: rotate(-45deg) translate(7px, -8px);
  -ms-transform: rotate(-45deg) translate(7px, -8px);
  transform: rotate(-45deg) translate(7px, -8px);
}

.u-style-line__mobile .is-not-svg-line {
  display: block;
  width: 30px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.u-style-line__mobile .is-not-svg-line .line-item {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #663331;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  will-change: transform;
}

.u-style-line__mobile .is-not-svg-line .line-1 {
  top: 0;
}

.u-style-line__mobile .is-not-svg-line .line-2 {
  top: 8px;
}

.u-style-line__mobile .is-not-svg-line .line-3 {
  top: 16px;
}

.c-header__top__mobile__link {
  position: relative;
  margin-right: 15px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  color: #663331;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}

.c-header__top__mobile__link .b-icon-i-cart {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.c-header__top__mobile__link:hover {
  color: #995c20;
}

.c-header__cart__mobile__count {
  position: absolute;
  display: inline-block;
  top: -5px;
  right: -10px;
  font-size: 13px;
  line-height: 16px;
}

.c-header__mobile__section__menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 60px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #f9b91b;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  z-index: -1;
  visibility: hidden;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

@media only screen and (max-width: 1023px) {
  .c-header__mobile__section__menu {
    display: block;
  }
}

@media only screen and (max-width: 1023px) {
  .c-header__mobile__section__menu.is-open {
    z-index: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.c-header__mobile__section__menu__scroll {
  padding: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.c-header__nav__list__mobile {
  text-align: center;
}

.c-header__nav__list__mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-header__nav__list__mobile ul li {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ffffff;
}

.c-header__nav__list__mobile ul li:last-child {
  border-bottom: 0;
}

.c-header__nav__list__mobile ul li.is-item-catalog {
  /*background-color: #995c20;*/
  background-color: rgb(255, 102, 0)
}

.c-header__nav__list__mobile ul li.is-item-menu-burder.is-open .c-header__catalog__menu {
  background-color: rgb(255, 102, 0);
  display: none;
}

.c-header__nav__list__mobile ul li a,
.c-header__nav__list__mobile ul li span {
  display: block;
  padding: 10px 15px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  color: #ffffff;
  background-color: transparent;
  text-transform: uppercase;
}

.c-header__nav__list__mobile ul li a:hover {
  background-color: rgb(255, 102, 0);
}

.c-header__nav__list__mobile ul li span {
  background-color: #995c20;
}

.c-header__nav__list__mobile .u-style-line {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: 46px;
  display: inline-block;
  vertical-align: middle;
}

.c-header__nav__list__mobile__children {
  display: block;
}

.c-header__bottom__list .b-icon-i-vegan {
  width: 25px;
  height: 30px;
}

.c-header__bottom__list .b-icon-i-fast {
  width: 24px;
  height: 30px;
}

.c-header__bottom__list .b-icon-i-raw-food-eater {
  width: 24px;
  height: 30px;
}

.c-header__bottom__list .b-icon-i-lose-weight {
  width: 26px;
  height: 30px;
}

.c-header__bottom__list .b-icon-i-to-gain-weight {
  width: 23px;
  height: 30px;
}

.c-header__bottom__list .b-icon-i-energy {
  width: 18px;
  height: 30px;
}

.c-header__bottom__list .b-icon-i-for-sleep {
  width: 35px;
  height: 30px;
}

.c-header__bottom__list .b-icon-i-mood {
  width: 33px;
  height: 30px;
}

.c-header__bottom__list .b-icon-i-without-soy {
  width: 26px;
  height: 30px;
}

.c-header__bottom__list .b-icon-i-gluten-free {
  width: 22px;
  height: 30px;
}

.c-header__bottom__list .b-icon-i-sugarless {
  width: 31px;
  height: 30px;
}

.c-header__bottom__list .b-icon-i-discounts {
  width: 20px;
  height: 30px;
}

.c-header__bottom__list .b-icon-i-novelty {
  width: 30px;
  height: 30px;
}

.c-header__bottom__list .b-icon-i-bestsellers {
  width: 27px;
  height: 30px;
}

/*------------------------------------------------------------*/
/* XX - FOOTER */
/*------------------------------------------------------------*/
.c-footer {
  position: relative;
  padding: 20px 0 10px;
  background: url(../img/footer-bg.png) center bottom no-repeat;
}

@media only screen and (max-width: 1239px) {
  .c-footer {
    background-size: contain;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer {
    padding-bottom: 100px;
  }
}

.c-footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1349px;
  margin: 0 auto;
  height: 4px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAYAAABY+sXzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSI5NjE3MzZDM0NGQjA4NEJDQkRBNEQ5RjcyRjIzQTJDNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBNEJFRTBCOTE4RTUxMUU5ODdDNDk0MzI4M0E0QjcxNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBNEJFRTBCODE4RTUxMUU5ODdDNDk0MzI4M0E0QjcxNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MGM4OTVhOTUtZjYxNS1mOTRkLWIwMDgtYzdhNmFkNDcxZDUzIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NGE4YWUzNjMtNjljZC01NDRlLTgwODQtY2NmZDg3MDJjMjgzIi8+IDxkYzpjcmVhdG9yPiA8cmRmOlNlcT4gPHJkZjpsaT5uYWRlemRhPC9yZGY6bGk+IDwvcmRmOlNlcT4gPC9kYzpjcmVhdG9yPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrHnnw8AAAApSURBVHjaYvz//z8DsYDp1y4ZaSC+DcR9BBVD8Tcg/kVIMSMpzgAIMACyeA7nvpzzhAAAAABJRU5ErkJggg==') top left repeat-x;
}

.c-footer p {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #663332;
  margin-bottom: 0;
}

.c-footer p a {
  color: #663332;
}

.c-footer p a:hover {
  color: #995c20;
}

.c-footer__row {
  display: table;
  width: 100%;
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 115px;
}

@media only screen and (max-width: 1023px) {
  .c-footer__row {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer__row {
    display: block;
    margin-bottom: 30px;
    width: auto;
  }
}

.c-footer__item {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

@media only screen and (max-width: 1023px) {
  .c-footer__item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer__item {
    display: block;
    width: 70%;
    text-align: center;
    margin: auto;
  }
}

@media only screen and (max-width: 1023px) {
  .c-footer__item.is-item-hidden {
    display: none;
  }
}

.c-footer__item:nth-child(1) {
  width: 21%;
}

@media only screen and (max-width: 1239px) {
  .c-footer__item:nth-child(1) {
    width: auto;
  }
}

@media only screen and (max-width: 1023px) {
  .c-footer__item:nth-child(1) {
    width: 33.33%;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer__item:nth-child(1) {
    width: 100%;
  }
}

.c-footer__item:nth-child(2) {
  width: 16.5%;
}

@media only screen and (max-width: 1239px) {
  .c-footer__item:nth-child(2) {
    width: auto;
  }
}

@media only screen and (max-width: 1023px) {
  .c-footer__item:nth-child(2) {
    width: 33.33%;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer__item:nth-child(2) {
    width: 100%;
  }
}

.c-footer__item:nth-child(3) {
  width: 21.9%;
}

@media only screen and (max-width: 1239px) {
  .c-footer__item:nth-child(3) {
    width: auto;
  }
}

@media only screen and (max-width: 1023px) {
  .c-footer__item:nth-child(3) {
    width: 33.33%;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer__item:nth-child(3) {
    width: 100%;
  }
}

.c-footer__item:nth-child(4) {
  width: 18%;
}

@media only screen and (max-width: 1239px) {
  .c-footer__item:nth-child(4) {
    width: auto;
  }
}

@media only screen and (max-width: 1023px) {
  .c-footer__item:nth-child(4) {
    width: 33.33%;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer__item:nth-child(4) {
    width: 100%;
  }
}

.c-footer__item:nth-child(5) {
  width: 24%;
}

@media only screen and (max-width: 1023px) {
  .c-footer__item:nth-child(5) {
    width: auto;
  }
}

@media only screen and (max-width: 1023px) {
  .c-footer__item:nth-child(5) {
    width: 33.33%;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer__item:nth-child(5) {
    width: 100%;
  }
}

.c-footer__logo {
  display: block;
  max-width: 223px;
}

@media only screen and (max-width: 767px) {
  .c-footer__logo {
    margin-bottom: 15px;
  }
}

.c-footer__logo img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .c-footer__logo img {
    max-width: 50%;
  }
}

.c-footer__phone {
  display: inline-block;
  font-family: 'Century Gothic', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #663332;
  letter-spacing: 0.02em;
}

.c-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-footer__list.u-footer-style-list li {
  padding-left: 10px;
}

.c-footer__list.u-footer-style-list li:before {
  content: '';
}

@media only screen and (max-width: 1023px) {
  .c-footer__list.u-footer-style-list li:before {
    content: none;
  }
}

.c-footer__list li {
  position: relative;
  padding: 0;
  margin: 0 0 6px;
  line-height: initial;
}

.c-footer__list li:before {
  content: none;
  position: absolute;
  top: 7px;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #4a4a4a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.c-footer__list li a {
  display: inline-block;
  font-size: 12.7px;
  line-height: 15px;
  font-weight: 400;
  color: #4a4a4a;
  letter-spacing: 0;
}

.c-footer__list li a:hover {
  color: #995c20;
}

.c-footer__pay__title {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #663332;
  text-align: center;
  margin-bottom: 13px;
}

.c-footer__pay__social {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: center;
  margin-bottom: 5px;
}

.c-footer__pay__social.c-footer__tk__list {
  margin-bottom: 15px;
}

.c-footer__pay__social.c-footer__tk__list li {
  margin-left: 10px;
  margin-right: 10px;
}

.c-footer__pay__social li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 6px 10px;
}

.c-footer__pay__social li a {
  display: block;
}

.c-footer__pay__social li a:hover {
  opacity: 0.7;
}

.c-footer__pay__social li img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .c-footer__copyright {
    text-align: center;
    padding-bottom: 160px;
  }
}

.c-footer__copyright p {
  font-size: 12.5px;
  margin-bottom: 0;
}

/*------------------------------------------------------------*/
/* XX - POPUPS */
/*------------------------------------------------------------*/
/*
    ====== Zoom effect ======
    */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
    ====== Newspaper effect ======
    */
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
  opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
    ====== Move-horizontal effect ======
    */
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
    ====== Move-from-top effect ======
    */
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-from-top .mfp-content {
  vertical-align: middle;
}

.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
    ====== 3d unfold ======
    */
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-3d-unfold .mfp-content {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-60deg);
  transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  -webkit-transform: rotateY(60deg);
  transform: rotateY(60deg);
  opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
    ====== Zoom-out effect ======
    */
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
    ====== "Hinge" close effect ======
    */
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-bg {
  background: rgba(0px, 0px, 0px, 0.35);
}

@media only screen and (max-width: 767px) {
  .mfp-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.b-popup {
  position: relative;
  margin: 0 auto;
  padding: 45px 95px 40px;
  max-width: 550px;
  background-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media only screen and (max-width: 1023px) {
  .b-popup {
    padding: 50px 75px 28px;
  }
}

@media only screen and (max-width: 767px) {
  .b-popup {
    padding: 36px 25px 40px;
  }
}

.b-popup button.mfp-close {
  top: 23px;
  right: 23px;
  width: 30px;
  height: 30px;
  background: url(../img/svg/icon-close.svg) center center no-repeat;
  opacity: 1;
  font-size: 0;
  text-indent: -9999px;
  line-height: inherit;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media only screen and (max-width: 767px) {
  .b-popup button.mfp-close {
    top: 2px;
    right: 2px;
  }
}

.b-popup button.mfp-close:active {
  top: 23px;
  right: 23px;
}

@media only screen and (max-width: 767px) {
  .b-popup button.mfp-close:active {
    top: 2px;
    right: 2px;
  }
}

.b-popup button.mfp-close:hover {
  opacity: 0.7;
}

/*------------------------------------------------------------*/
/* XX - SELECT */
/*------------------------------------------------------------*/
.u-select-section .select2-container {
  width: 100%;
}

.u-select-section .select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #f8b919;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  height: 26px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.u-select-section .select2-container--default .select2-selection--single .select2-selection__rendered {
  /*font-family: 'Century Gothic', sans-serif;*/
  font-family: 'Johnny Mac Scrawl (BRK)', sans-serif;
  font-size: 16.66px;
  line-height: 17px;
  font-weight: 400;
  color: rgb(137, 79, 79);
  padding: 5px 20px 5px 6px;
  height: 30px;
  text-align: left;
}

.u-select-section .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 20px;
  height: auto;
  top: 1px;
  bottom: 1px;
  right: 0;
  /*border-left: 1px solid #ebeaea;*/
}

/*.u-select-section .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #4a4a4a transparent transparent transparent;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  height: 0;
  left: 50%;
  margin-left: -3px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}*/
.u-select-section .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
  /*content: url(/local/templates/soyka/images/arrow-down.png);*/
  content: '';
  background-image: url(/local/templates/soyka/images/arrow-down1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 6px;
  position: absolute;
  top: 0px;
  left: 0;
  transform: rotate(0deg);
}

/*.u-select-section .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  margin-top: -3px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}*/
.u-select-section .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::before {
  /*content: url(/local/templates/soyka/images/arrow-down.png);*/
  content: '';
  background-image: url(/local/templates/soyka/images/arrow-down1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 6px;
  position: absolute;
  top: -2px;
  left: 0;
  transform: rotate(-180deg);
}

.u-html-select-init {
  margin-top: 1px;
  border-color: transparent;
  background-color: #ffffff;
  z-index: 9999;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 solid #f8b919;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
}

.u-html-select-init .select2-results>.select2-results__options {
  padding: 0;
  max-height: 180px;
  border: 1px solid #f8b919;
}

.u-html-select-init .select2-results__option {
  font-family: 'Century Gothic', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  padding: 0 5px;
  color: #4a4a4a;
  text-align: left;
}

.u-html-select-init .select2-results__option[aria-disabled=true] {
  display: none;
}

.u-html-select-init .select2-results__option[aria-selected=true] {
  background-color: #f8b919;
  color: #ffffff;
}

.u-html-select-init .select2-results__option--highlighted[aria-selected] {
  background-color: #f8b919;
  color: #ffffff;
}

/*------------------------------------------------------------*/
/* XX - MAIN OTHER */
/*------------------------------------------------------------*/
.is-load-img .u-slider__article__photo {
  display: block;
  width: 100%;
  /*height: 100%;*/
  padding-top: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/svg/preloader.svg);
}

.is-load-img .u-slider__article__photo.img-preloaded {
  background: none;
}

.is-load-img .u-slider__article__photo:hover {
  opacity: 0.7;
}

.c-header__level {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-header__level {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.c-header__level.is-not-position .c-header__level__link {
  padding-left: 0;
  padding-right: 0;
}

.c-header__level.is-not-position .b-icon {
  position: relative;
  top: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.c-header__level .b-icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.c-header__level i.b-icon {
  background-position: right;
  left: -60px;
  top: 50%;
  height: 43px;
  width: 43px;
}

@media only screen and (max-width: 1023px) {
  .c-header__level i.b-icon {
    left: -55px;
    height: 39px;
    width: 39px;
  }
}

@media only screen and (max-width: 767px) {
  .c-header__level .b-icon {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 567px) {
  .c-header__level i.b-icon {
    left: -49px;
    height: 35px;
    width: 35px;
  }
}

.c-header__level h2,
.c-header__level .b-h2 {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Raleway', sans-serif;
  font-size: 38px;
  line-height: 48px;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 1023px) {

  .c-header__level h2,
  .c-header__level .b-h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {

  .c-header__level h2,
  .c-header__level .b-h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 567px) {

  .c-header__level h2,
  .c-header__level .b-h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

.c-header__level__link {
  position: relative;
  width: fit-content;
  display: block;
  margin: auto;
}

.c-header__level__link:hover {
  opacity: 0.6;
}

.u-bg-header__level {
  position: absolute;
  top: -13px;
  right: 40px;
  width: 328px;
  height: 108px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1023px) {
  .u-bg-header__level {
    display: none;
  }
}

.c-header__level__row .u-link-read-more-articles {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .c-header__level__row .u-link-read-more-articles {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.u-link-read-more-articles {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  color: #b33739;
}

@media only screen and (max-width: 767px) {
  .u-link-read-more-articles {
    font-size: 15px;
  }
}

.u-link-read-more-articles:hover {
  color: #995c20;
}

/*------------------------------------------------------------*/
/* XX - MAIN BLOCK MENU */
/*------------------------------------------------------------*/
.c-main__block__menu {
  padding: 20px 0;
}

.c-main__block {
  display: block;
  margin-bottom: 20px;
}

.c-main__block img {
  max-width: 100%;
  height: auto;
}

.c-main__catalog {
  padding: 0;
}

.c-main__catalog .u-item {
  margin-bottom: 15px;
}

.c-main__catalog .u-item:nth-child(5n + 1) .c-main__catalog__photo:before {
  background-color: transparent;
}

@media only screen and (max-width: 1023px) {
  .c-main__catalog .u-item:nth-child(5n + 1) .c-main__catalog__photo:before {
    background-color: #f9b91b;
  }
}

@media only screen and (max-width: 1023px) {
  .c-main__catalog .u-item:nth-child(4n + 1) .c-main__catalog__photo:before {
    background-color: transparent;
  }
}

@media only screen and (max-width: 767px) {
  .c-main__catalog .u-item:nth-child(4n + 1) .c-main__catalog__photo:before {
    background-color: #f9b91b;
  }
}

@media only screen and (max-width: 767px) {
  .c-main__catalog .u-item:nth-child(3n + 1) .c-main__catalog__photo:before {
    background-color: transparent;
  }
}

@media only screen and (max-width: 567px) {
  .c-main__catalog .u-item:nth-child(3n + 1) .c-main__catalog__photo:before {
    background-color: #f9b91b;
  }
}

@media only screen and (max-width: 567px) {
  .c-main__catalog .u-item:nth-child(2n + 1) .c-main__catalog__photo:before {
    background-color: transparent;
  }
}

@media only screen and (max-width: 320px) {
  .c-main__catalog .u-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 320px) {
  .c-main__catalog .u-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 568px) {
  .c-main__catalog .u-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
}

@media only screen and (min-width: 768px) {
  .c-main__catalog .u-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width: 1024px) {
  .c-main__catalog .u-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.c-main__catalog__article {
  text-align: center;
}

.c-main__catalog__photo {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  display: block;
}

.c-main__catalog__photo:before {
  content: '';
  position: absolute;
  top: 0;
  left: -16px;
  width: 2px;
  height: 100%;
  background-color: #f9b91b;
}

.c-main__catalog__photo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  height: auto;
}

.c-main__catalog__name__link {
  display: inline-block;
  font-family: 'Cartonsix NC', sans-serif;
  font-size: 22px;
  line-height: 26px;
  color: #3f6e00;
}

@media only screen and (max-width: 567px) {
  .c-main__catalog__name__link {
    font-size: 20px;
  }
}

.c-main__catalog__name__link:hover {
  color: #995c20;
}

/*------------------------------------------------------------*/
/* XX - MAIN ABOUT US */
/*------------------------------------------------------------*/
.c-main-about-us ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

@media only screen and (max-width: 1023px) {
  .c-main-about-us ul {
    margin-bottom: 15px;
  }
}

.c-main-about-us ul li {
  display: block;
  margin: 0 0 8px;
  font-family: 'Raleway', sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 500;
  color: #663331;
}

@media only screen and (max-width: 1023px) {
  .c-main-about-us ul li {
    font-size: 18px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .c-main-about-us ul li {
    font-size: 16px;
  }
}

.c-main-about-us p {
  font-family: 'Raleway', sans-serif;
  font-size: 21px;
  line-height: 37px;
  font-weight: 400;
  color: #663331;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1023px) {
  .c-main-about-us p {
    font-size: 18px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .c-main-about-us p {
    font-size: 15px;
  }
}

.c-main-about-us p a {
  margin-left: 20px;
  font-size: 17px;
  font-weight: 500;
  color: #764a49;
}

@media only screen and (max-width: 1023px) {
  .c-main-about-us p a {
    font-size: 15px;
  }
}

.c-main-about-us p a:hover {
  color: #995c20;
}

.c-main-about-us__img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .c-main-about-us__img {
    margin: 0 auto 30px;
  }
}
 
@media only screen and (max-width: 567px) {
  .c-main-about-us .c-header__level .b-icon-i-phone {
    width: 23px;
    height: 35px;
  }
}
/***** SECTION АКЦИИ НА ГЛАВНОЙ *****/


.c-main-promotions .c-header__level {
  padding-left: 370px;
  padding-right: 370px;
}

.c-main-promotions .u-item {
  margin-bottom: 15px;
}

.c-main-promotions__row {
  display: grid;
  width: max-content;
  grid-template-columns: repeat(4, min(270px, 22vw));
  column-gap: min(20px, 2vw);
  margin: 10px auto 50px;
  justify-content: center;
  justify-items: center;
}

.c-main-promotions__row[data-elements-count='3'] {
  grid-template-columns: repeat(3, min(270px, 30vw));
}

.c-main-promotions__row[data-elements-count='2'] {
  grid-template-columns: repeat(2, min(270px, 44vw));
}

.c-main-promotions__item {
  width: 100%;
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c-main-promotions__item:hover {
  opacity: 0.93;
}

.c-main-promotions__photo {
  position: relative;
  display: block;
  height: 180px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}

.c-main-promotions__body {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #66342a;
  text-align: center;
  margin-top: 10px;
}

.c-main-promotions__link {
  display: block;
  font-weight: 700;
  margin-bottom: 3px;
}

.c-main-promotions__link:hover {
  color: #995c20;
}

.c-main-promotions__date {
  font-size: 16px; 
  line-height: 1.2;
}

@media only screen and (max-width: 1223px) {
  .c-main-promotions__body {
    font-size: 18px;
  }
}

@media only screen and (max-width: 820px) {
  .c-main-promotions .c-header__level {
    padding-left: 0;
    padding-right: 0;

  }

  .c-main-promotions__row {
    grid-template-columns: repeat(2, min(270px, 44vw));
    grid-auto-flow: dense;
    width: max-content;
    row-gap: 20px;
    column-gap: min(25px, 3vw);
  }

  .c-main-promotions__row[data-elements-count='3'] {
    grid-template-columns: repeat(2, min(270px, 44vw));
  }
  

  .c-main-promotions__item {
    width: min(260px, 100%);
  }

  .c-main-promotions__photo {
    height: 140px;
  }

  .c-main-promotions__link {
  font-size: 17px;
  }

  .c-main-promotions__date {
    font: 15px;
  }
}

@media only screen and (max-width: 558px) {
  .c-main-promotions__row {
    width: 100%;
    margin-bottom: 35px;
  }

  .c-main-promotions__photo {
    height: 130px;
  }

  .c-main-promotions__link {
    font-size: 16px;
  }
  
  .c-main-promotions__date {
    font-size: 14px;
  }
}

@media only screen and (max-width: 408px) {
  .c-main-promotions__photo {
    height: 120px;
  }

  .c-main-promotions__link {
    font-size: 15px;
  }
  
  .c-main-promotions__date {
    font-size: 13px;
  }
}


.c-main-promotions__row[data-elements-count='1'] {
  grid-template-columns: 1fr;
}


/***** !SECTION END*****/



/*------------------------------------------------------------*/
/* XX - MAIN BESTSELLERS */
/*------------------------------------------------------------*/
.c-main-bestsellers__row {
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  .c-main-bestsellers__row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.c-main-bestsellers__slider {
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0;
  /* height: 405px; */
  overflow: hidden;
}

.c-main-bestsellers__slider.slick-initialized {
  /*height: auto;*/
  overflow: visible;
}

.c-main-bestsellers__slider .slick-arrow {
  margin-top: -27px;
  width: 15px;
  height: 28px;
  opacity: 0.5;
  z-index: 10;
}

.c-main-bestsellers__slider .slick-arrow:hover {
  opacity: 1;
}

.c-main-bestsellers__slider .slick-arrow .b-icon-slider {
  display: block;
  width: 100%;
  height: 100%;
}

.c-main-bestsellers__slider .slick-arrow .b-icon-slider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.c-main-bestsellers__slider .slick-prev {
  left: -25px;
}

.c-main-bestsellers__slider .slick-next {
  right: -25px;
}

@media only screen and (max-width: 1320px) {

  .c-main-bestsellers__slider .slick-prev {
    left: -5px;
  }

  .c-main-bestsellers__slider .slick-next {
    right: -5px;
  }
}


@media only screen and (max-width: 1260px) {

  .c-main-bestsellers__slider .slick-prev {
    left: 7px;
  }

  .c-main-bestsellers__slider .slick-next {
    right: 7px;
  }
}

.c-main-bestsellers__slider .slick-prev .b-icon-slider:before {
  content: url(/local/templates/soyka/images/arrow-yellow-big.png);
  position: absolute;
  top: -2px;
  left: 0;
}

.c-main-bestsellers__slider .slick-next .b-icon-slider:before {
  content: url(/local/templates/soyka/images/arrow-yellow-big.png);
  position: absolute;
  top: -2px;
  left: 0;
  transform: rotate(-180deg);
}

.c-main-bestsellers__item {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}


.slider-element-container {
  max-width: 270px;
  margin: auto;
}

.slider-element__photo {
  height: 270px;
  display: block;
  overflow: hidden;
}

.slider-element__photo img {
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}

.slider-element__name {
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin: 10px 0 15px;
}



.c-catalog__photo {
  position: relative;
  display: block;
  padding-top: 100%;
  overflow: hidden;
}

.c-catalog__photo:hover {
  opacity: 0.7;
}

.c-catalog__photo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.c-related-products a.c-catalog__photo img {
  max-height: 400px;
}

.c-catalog__section__name {
  display: inline-block;
  /*font-size: 15px;*/
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #70413f;
  margin-bottom: 12px;
}

.c-catalog__section__name:hover {
  color: #995c20;
}

.c-catalog__section__tag {
  margin-bottom: 5px;
}

.c-catalog__section__tag ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.c-catalog__section__tag ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 15px 5px 0;
}

.c-catalog__section__tag ul li span {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
}

.c-catalog__section__tag ul li span .b-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.c-catalog__section__cart {
  display: table;
  width: 100%;
}

.c-catalog__section__cart__item {
  display: table-cell;
  vertical-align: middle;
}

.c-catalog__section__cart__item:first-child {
  width: 155px;
  text-transform: lowercase;
  font-family: 'Johny Mac Scrawl Ru';
  font-size: 20px;
}

body .c-catalog__section__cart__item:last-child {
  text-align: center;
}

.u-form-catalog-cart {
  height: 30px;
  background-color: #f8b919;
  border-radius: 0;
}

.u-form-catalog-cart .u-input-style {
  width: 56px;
  border: 0;
  padding: 0 20px 0 0;
  font-family: 'Century Gothic', sans-serif;
  font-size: 16px;
  line-height: 28px;
  height: 30px;
  color: #4a4a4a;
  background-color: #ffffff;
  text-align: center;
}

.u-form-catalog-cart .u-form-item {
  position: relative;
  padding: 2px 102px 0px 2px;
}

.u-btn-catalog-add-cart {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 17px 0 5px;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  background-color: transparent;
  z-index: 1;
  border: 0;
  text-align: center;
  font-family: 'Johny Mac Scrawl Ru';
  cursor: pointer;
}

.c-catalog__section__cart__price {
  display: inline-block;
  font-size: 21px;
  font-family: 'Century Gothic', sans-serif;
  line-height: 30px;
  font-weight: 400;
  color: rgb(137, 79, 79);
}

.u__article__little__list .c-catalog__section__cart__price {
  font-size: 32px;
}

.u__article__little__list .c-catalog__section__cart__price .b-icon-i-ruble2 {
  vertical-align: initial;
}

/***** SECTION НОВОСТИ НА ГЛАВНОЙ*****/

.c-main-news__row {
  margin-top: 10px;
  margin-bottom: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.c-main-news__head {
  margin-bottom: 18px;
}

.c-main-news__item {
  width: 192px;
  height: 190px;
  display: flex;
  flex-direction: column;
  border: 1px solid #cfcfcf;
  /* border: 1px solid rgb(137, 79, 79); */
  border-radius: 6px;
  margin: 0 5px;
  padding: 8px;
}

.c-main-news__photo {
  display: block;
  height: 120px;
  width: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-main-news__photo img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  /* object-fit: cover ; */
}

.c-main-news__item:hover {
  opacity: 0.93;
}

.c-main-news__link {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #764a49;
  text-align: center;
  overflow: hidden;
}

.c-main-news__link:hover {
  color: #995c20;
}


/***** !SECTION END*****/


/***** SECTION ОТЗЫВЫ НА ГЛАВНОЙ*****/

.c-main-reviews .b-icon-i-mail {
  width: 55px;
  height: 42px;
}

.c-main-reviews__row {
  margin: 16px 0 15px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.c-main-reviews__item {
  display: grid;
  grid-template-areas: 
  'photo name'
  'photo review';
  grid-template-rows: max-content 1fr;
  width: 583px;
  margin-bottom: 45px;
}


.c-main-reviews__item:hover {
  cursor: pointer;
  opacity: 0.93;
}

.c-main-reviews__row .slick-slide {
  padding: 0 15px;
}

.c-main-reviews__row .slick-list {
  margin: 0 -15px;
}


.c-main-reviews__review-section {
  grid-area: review;
  margin-left: 15px;
}

.c-main-reviews__photo {
  grid-area: photo;
  display: block;
  height: 220px;
  width: 220px;
  flex-shrink: 0;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-main-reviews__name {
  grid-area: name;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #434343;
  margin-bottom: 12px;
  margin-left: 15px;
}



.c-main-reviews__user {
  text-align: start;
}

.c-main-reviews .slick-next,
.c-main-reviews .slick-prev {
  top: 134px;
}

.main_review_rating
{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
	  z-index: 1;
    position: relative;
    margin: 12px 0;
}
.main_review_rating .change_reviews
{
    width: inherit
}
.main_review_rating .text
{
  font-size: 19px;
  padding: 15px;
	padding-left:0;

}
.main_review_rating .text p
{
	color:#7d4f3f;
}

.change_reviews .c-product__rating ul li .b-icon-i-leaflet {
    width: 20px;
    height: 22px;
}
.change_review_box {
	padding-bottom: 50px;
}

@media (max-width:1023px) {
  .c-main-reviews__tags {
    display: none;
  }
}

@media (max-width:616px) {
  .c-main-reviews__item {
    width: 95vw;
    width: calc(100vw - 30px);
  }
}

@media (max-width:540px) {
  .c-main-reviews__item {
    grid-template-areas: 
    'photo'
    'name'
    'review';
    /* grid-template-columns: 40vw 1fr; */
    margin-bottom: 15px;
    }
  
  .c-main-reviews__review-section {
    margin-left: 0px;
  }
  .c-main-reviews__photo {
    width: 60vw;
    height: 60vw;
    justify-self: center;
  }

  .c-main-reviews__name {
    font-size: 14px;
    align-self: start;
    margin: 8px 0 8px;
    text-align: center;

  }

  .c-main-reviews__text {
    font-size: 14px;
    padding: 0 3vw;
    width: fit-content;
    margin-left: 0px;
    margin: auto;
  }

  .main_review_rating .change_reviews .c-product__rating ul li .b-icon-i-leaflet {
    width: 18px;
    height: 20px;
  }

  .main_review_rating {
    justify-content: center;
  }

  .c-main-reviews__user {
    font-size: 14px;
    text-align: center;
  }

  .c-main-reviews__row .slick-slide {
    padding: 0 0px;
  }
  
  .c-main-reviews__row .slick-list {
    margin: 0 0px;
  }
}


@media (max-width:768px) {
	.change_review_box {
		padding-bottom: 0;
	}
}

.c-main-read-all-reviews {
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  color: #764a49;
}

.c-main-read-all-reviews:hover {
  color: #995c20;
}




/***** !SECTION END*****/


/***** SECTION РЕЦЕПТЫ НА ГЛАВНОЙ *****/

.c-main-our__recipes__slider {
  display: flex;
  flex-direction: row;
  min-height: 313px;
}

.c-main-our__recipes .c-header__level {
  padding-left: 370px;
  padding-right: 370px;
}

@media only screen and (max-width: 1239px) {
  .c-main-our__recipes .c-header__level {
    padding-left: 260px;
    padding-right: 260px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-main-our__recipes .c-header__level {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-main-our__recipes .u-bg-header__level {
  position: absolute;
  top: -80px;
  right: 92px;
  width: 250px;
  height: 173px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1239px) {
  .c-main-our__recipes .u-bg-header__level {
    right: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .c-main-our__recipes .u-bg-header__level {
    display: none;
  }
}


.c-main-our__recipes__slider .slick-arrow {
  margin-top: -27px;
  width: 22px;
  height: 28px;
  opacity: 0.5;
}

.c-main-our__recipes__slider .slick-arrow:hover {
  opacity: 1;
}

.c-main-our__recipes__slider .slick-arrow .b-icon-slider {
  display: block;
  width: 100%;
  height: 100%;
}

.c-main-our__recipes__slider .slick-arrow .b-icon-slider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.c-main-our__recipes__slider .slick-prev .b-icon-slider:before {
  content: url(/local/templates/soyka/images/arrow-yellow-big.png);
  position: absolute;
  top: -2px;
  left: 0;
}

.c-main-our__recipes__slider .slick-next .b-icon-slider:before {
  content: url(/local/templates/soyka/images/arrow-yellow-big.png);
  position: absolute;
  top: -2px;
  left: 0;
  transform: rotate(-180deg);
}

.c-main-our__recipes__item {
  width: 265px;
  width: min(265px, 30vw);
  min-width: 207px;
  margin: 0 15px;
  margin: 0 min(15px, max(1.5vw, 9px));
  margin-top: 17px;
  margin-bottom: 35px;
}

.c-main-our__recipes__photo {
  position: relative;
  display: block;
  height: 265px;
  height: min(265px, 30vw);
  min-height: 207px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-main-our__recipes__item:hover {
  opacity: 0.93;
}

.c-main-our__recipes__link {
  display: block;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: #66342a;
  text-align: center;
  margin-top: 10px;
}

@media only screen and (max-width: 950px) {
  .c-main-our__recipes__link {
    font-size: 18px;
    margin-top: 7px;
  }
}

@media only screen and (max-width: 520px) {
  .c-main-our__recipes__link {
    font-size: 17px;
    margin-top: 6px;
  }
}

.c-main-our__recipes__link:hover {
  color: #995c20;
}

/***** !SECTION END *****/


/***** SECTION СОЙКАПЕДИЯ НА ГЛАВНОЙ *****/

.c-main-soykapediya h2,
.c-main-soykapediya .b-h2 {
  display: inline-block;
  vertical-align: middle;
}

.c-main-soykapediya p {
  font-size: 16.66px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .c-main-soykapediya p {
    font-size: 15px;
  }
}

.c-main-soykapediya__row {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 638px;
  min-height: max-content;
  margin-bottom: 30px;
}

.c-main-soykapediya__row .slick-slide {
  padding: 0 12px;
}

.c-main-soykapediya__row .slick-list {
  margin: 0 -12px;
}

.c-main-soykapediya__slider .slick-dots {
  bottom: auto;
  top: 0px;
  right: 12px;
}

.c-main-soykapediya__slider .slick-dots li {
  width: 11px;
  height: 11px;
  margin: 0 0 0 12px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.c-main-soykapediya__slider .slick-dots li.slick-active button,
.c-main-soykapediya__slider .slick-dots li:hover button {
  background-color: #f9b91b;
}

.c-main-soykapediya__slider .slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: #d1d1d1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.c-main-soykapediya__slider .slick-dots li button:before,
.c-main-soykapediya__slider .slick-dots li button:after {
  content: none;
}

.c-main-soykapediya__item {
  text-align: justify;
  margin-top: 10px;
}

.c-main-soykapediya__name {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
  color: #764a49;
  margin-bottom: 10px;
}

.c-soykapedia-item-text a {
  text-decoration: underline;
}

.c-main-soykapediya__item .c-expand-text-button {
  display: none;
}

@media only screen and (max-width: 780px) {
  .c-main-soykapediya__row {
    margin-bottom: 45px;
  }

  .c-main-soykapediya__name {
    font-size: 21px;
  }

  .c-main-soykapediya__item .c-expand-text-button {
    display: block;
  }

  .c-soykapedia-item-text {
    max-height: 175px;
    overflow: hidden;
  }

  .c-main-soykapediya__slider .slick-dots {
    right: 15px;
    left: 15px;
    top: auto;
    bottom: -25px;
    text-align: center;
  }
}

/***** !SECTION END *****/


/***** SECTION SOYKALAND НА ГЛАВНОЙ *****/

.c-main-soykaland .u-bg-header__level {
  position: absolute;
  top: -17px;
  left: 30px;
  width: 212px;
  height: 67.5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1023px) {
  .c-main-soykaland .u-bg-header__level {
    display: none;
  }
}

.c-header__level__row {
  position: relative;
  display: inline-block;
  padding-left: 220px;
  padding-right: 220px;
}

@media only screen and (max-width: 1023px) {
  .c-header__level__row {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-main-soykaland__row {
  margin-bottom: 30px;
}

.c-main-soykaland__row .slick-slide {
  padding: 0 8px;
}

.c-main-soykaland__row .slick-list {
  margin: 0 -8px;
}

.c-main-soykaland__photo {
  position: relative;
  display: block;
  height: 262px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}

.c-main-soykaland-item:hover {
  opacity: 0.93;
  cursor: pointer;
}

.c-main-soykaland__body {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
  color: #66342a;
  text-align: center;
}

@media only screen and (max-width: 1023px) {


  .c-main-soykaland__photo {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 451px) {
  .c-main-soykaland__photo {
    height: 61vw;    
  } 

  .c-main-soykaland__body {
    font-size: 20px;
  }

  .c-main-soykaland__row .slick-list {
    margin: 0 -10px;
  }

  .c-main-soykaland__row .slick-slide {
    padding: 0 10px;
  }
  
}


.c-main-soykaland__link {
  color: #5e5e5e;
}

.c-main-soykaland__link i {
  font-style: normal;
  color: #c16061;
}

.c-main-soykaland__link:hover {
  color: #995c20;
}






.c-main-soykaland__block {
  position: relative;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1239px) {
  .c-main-soykaland__block {
    background-size: cover;
  }
}

.c-main-soykaland__block.u-find-healthy-food {
  padding: 11px 15px;
}

.c-main-soykaland__block.u-subscribe {
  padding: 0px 15px 10px;
}

.c-main-soykaland__block .u-from {
  margin: 0 auto;
  max-width: 607px;
}

.c-main-soykaland__block .u-from .u-input-style {
  border: 0;
  padding: 10px 60px 10px 30px;
  width: 100%;
  height: 55px;
  background-color: #f3f3f3;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
}

.c-main-soykaland__block .u-from .u-input-style.u-not-valid {
  -webkit-box-shadow: 0px 0px 0px 1px #995c20;
  -moz-box-shadow: 0px 0px 0px 1px #995c20;
  box-shadow: 0px 0px 0px 1px #995c20;
}

.c-main-soykaland__block .u-from .u-input-style.u-not-valid:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.c-main-soykaland__block .u-from .u-form-checkbox__label.u-not-valid .u-form-checkbox__box {
  -webkit-box-shadow: 0px 0px 0px 1px #995c20;
  -moz-box-shadow: 0px 0px 0px 1px #995c20;
  box-shadow: 0px 0px 0px 1px #995c20;
}

.c-main-soykaland__block .u-from .u-form-item {
  position: relative;
}

.c-main-soykaland__block .u-btn-submit-block {
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 0;
  width: 43px;
  height: 43px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
}

.c-main-soykaland__block .u-btn-submit-block:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 12px;
  border-color: transparent transparent transparent #ffffff;
}

.c-main-soykaland__block .u-btn-submit-block:hover {
  opacity: 0.7;
}

.c-main-soykaland__block .u-btn-submit-block.is-bg-color-green {
  background-color: #d7ed6f;
}

.c-main-soykaland__block .u-btn-submit-block.is-bg-color-orange {
  background-color: #ffd658;
}

.c-main-soykaland__block__title {
  text-align: center;
  font-size: 25px;
  line-height: 34px;
  font-weight: 600;
  color: #623437;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1023px) {
  .c-main-soykaland__block__title {
    font-size: 22px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .c-main-soykaland__block__title {
    font-size: 18px;
    line-height: 25px;
  }
}

/***** !SECTION END *****/


.u-form-subscribe .u-form-item {
  margin-bottom: 15px;
}

.u-form-checkbox__label {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.u-form-checkbox__label.u-not-valid .u-form-checkbox__box {
  -webkit-box-shadow: 0px 0px 0px 1px #ff0000;
  box-shadow: 0px 0px 0px 1px #ff0000;
}

.u-form-checkbox__label input {
  display: none;
}

.u-form-checkbox__label input:checked+.u-form-checkbox__section .u-form-checkbox__box {
  /*background-color: #663333;*/
  /*border-color: #663333;*/
  border-color: #face5e;
  background-color: #face5e;
}

.u-form-checkbox__section {
  position: relative;
  padding-left: 30px;
}

.u-form-checkbox__box {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #fdf8c1;
  background-color: #fdf8c1;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.u-form-checkbox__name {
  font-size: 21px;
  line-height: 30px;
  font-weight: 500;
  color: #663331;
}

@media only screen and (max-width: 1023px) {
  .u-form-checkbox__name {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .u-form-checkbox__name {
    font-size: 16px;
  }
}

.u-form-checkbox__name a {
  text-decoration: underline;
}

.u-form-checkbox__name a:hover {
  color: #995c20;
  text-decoration: none;
}

/*------------------------------------------------------------*/
/* XX - MAIN OUR BRAND */
/*------------------------------------------------------------*/
.c-main-our-brand {
  padding-bottom: 20px;
}

.c-main-our-brand .c-header__level {
  padding-bottom: 0px;
}

.c-main-our-brand__row {
  padding: 20px 100px;
}

@media only screen and (max-width: 1023px) {
  .c-main-our-brand__row {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .c-main-our-brand__row {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 567px) {
  .c-main-our-brand__row {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.c-main-our-brand__slider {
  font-size: 0;
  height: 80px;
  overflow: hidden;
}

.c-main-our-brand__slider.slick-initialized {
  height: auto;
  overflow: visible;
}

.c-main-our-brand__slider .slick-arrow {
  margin-top: 0;
  width: 22px;
  height: 28px;
  opacity: 0.5;
}

.c-main-our-brand__slider .slick-arrow:hover {
  opacity: 1;
}

.c-main-our-brand__slider .slick-arrow .b-icon-slider {
  display: block;
  width: 100%;
  height: 100%;
}

.c-main-our-brand__slider .slick-arrow .b-icon-slider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.c-main-our-brand__slider .slick-prev {
  left: -100px;
}

@media only screen and (max-width: 1023px) {
  .c-main-our-brand__slider .slick-prev {
    left: -35px;
  }
}

/*.c-main-our-brand__slider .slick-prev .b-icon-slider:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 22px 14px 0;
  border-color: transparent #fac337 transparent transparent;
}*/
.c-main-our-brand__slider .slick-prev .b-icon-slider:before {
  content: url(/local/templates/soyka/images/arrow-yellow-big.png);
  position: absolute;
  top: -2px;
  left: 0;
}

.c-main-our-brand__slider .slick-next {
  right: -100px;
}

@media only screen and (max-width: 1023px) {
  .c-main-our-brand__slider .slick-next {
    right: -35px;
  }
}

/*.c-main-our-brand__slider .slick-next .b-icon-slider:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 22px;
  border-color: transparent transparent transparent #fac337;
}*/
.c-main-our-brand__slider .slick-next .b-icon-slider:before {
  content: url(/local/templates/soyka/images/arrow-yellow-big.png);
  position: absolute;
  top: -2px;
  left: 0;
  transform: rotate(-180deg);
}

.c-main-our-brand__item {
  width: 10%;
  display: inline-block;
  vertical-align: top;
}

.c-main-our-brand__article {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 10px;
  width: 100%;
  height: 80px;
}

.c-main-our-brand__article a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.c-main-our-brand__article a:hover {
  opacity: 0.7;
}

.c-main-our-brand__article img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

/*------------------------------------------------------------*/
/* XX - RECIPES */
/*------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .c-recipes .c-soykaland__info {
    position: relative;
    right: auto;
    margin-bottom: 15px;
  }
}

.c-recipes .c-soykaland__info__row {
  width: 179px;
  height: 99px;
  padding: 16px 10px 20px 25px;
  background-image: url(../img/recipes/recipes__info__bg.png);
}

.c-recipes .b-icon-i-our-recipes {
  width: 70px;
  height: 61px;
  margin-left: 40px;
}

@media only screen and (max-width: 767px) {
  .c-recipes .b-icon-i-our-recipes {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .c-recipes .c-inner__section__head.is-padding-375 {
    padding-right: 0;
  }
}

.c-recipes__item {
  margin-bottom: 25px;
}

.c-recipes__item a p {
  font-size: 23px;
  font-weight: 600;
  color: #663331;
  margin-bottom: 10px;
  margin-top: 15px;
}

.c-recipes__article {
  display: block;
}

.c-recipes__article:hover {
  opacity: 0.7;
}

.c-recipes__article img {
  max-width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0;
}

.c-inner__aside__recipes {
  -ms-flex: 0 0 29%;
  -webkit-box-flex: 0;
  flex: 0 0 29%;
  max-width: 29%;
}

@media only screen and (max-width: 1239px) {
  .c-inner__aside__recipes {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media only screen and (max-width: 992px) {
  .c-inner__aside__recipes {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.c-inner__aside__nav {
  position: relative;
}

.c-inner__aside__recipes .c-inner__aside__nav {
  padding-right: 30px;
}

@media only screen and (max-width: 1239px) {
  .c-inner__aside__recipes .c-inner__aside__nav {
    padding-right: 0;
  }
}

.c-inner__section__recipes {
  -ms-flex: 0 0 71%;
  -webkit-box-flex: 0;
  flex: 0 0 71%;
  max-width: 71%;
}

.c-inner__section__recipes .recipes-img-block img {
  width: 100%;
}

@media only screen and (max-width: 1239px) {
  .c-inner__section__recipes {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media only screen and (max-width: 992px) {
  .c-inner__section__recipes {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*------------------------------------------------------------*/
/* XX - NEWS */
/*------------------------------------------------------------*/
.c-news .c-contacts__info {
  position: absolute;
  top: 12px;
  right: 9px;
}

@media only screen and (max-width: 1023px) {
  .c-news .c-contacts__info {
    right: 0;
    top: auto;
    bottom: 0;
    margin-bottom: 0;
  }
}

.c-news .c-contacts__info__label {
  margin-left: 0;
  margin-right: 0;
  width: 80px;
  height: 71px;
}

@media only screen and (max-width: 1023px) {
  .c-news .c-contacts__info__label {
    width: 60px;
  }
}

.c-news .b-icon-i-news-detail {
  width: 74px;
  height: 67px;
}

.c-news .c-inner__section h1,
.c-news .c-inner__section .b-h1 {
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .c-news .c-inner__section__head.is-padding-150 {
    padding-right: 80px;
  }

  .c-breadcrumbs ul {
    margin-bottom: 20px;
  }
}

.c-news__years ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-news__years ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px 0;
}

.c-news__years ul li a,
.c-news__years ul li span {
  display: block;
  font-family: 'Johny Mac Scrawl Ru';
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #663331;
}

@media only screen and (max-width: 767px) {

  .c-news__years ul li a,
  .c-news__years ul li span {
    font-size: 15px;
  }
}

.c-news__years ul li a:hover {
  color: #995c20;
}

.c-news__row {
  margin-bottom: 30px;
  padding-right: 180px;
}

@media only screen and (max-width: 1023px) {
  .c-news__row {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-news__item {
    margin-bottom: 30px;
  }
}

.c-news__section {
  display: table;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .c-news__section {
    display: block;
  }
}

.c-news__photo {
  padding-top: 10px;
  width: 282px;
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 1023px) {
  .c-news__photo {
    width: 230px;
  }
}

@media only screen and (max-width: 767px) {
  .c-news__photo {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }
}

.c-news__photo img {
  max-width: 100%;
  height: auto;
}

.c-news__photo__link {
  display: block;
}

.c-news__photo__link:hover {
  opacity: 0.7;
}

.c-inner__section .c-news__detail p {
  line-height: 26px;
  font-size: 14.7px;
  font-weight: 500;
  color: rgb(137, 79, 79);
}

.c-news__detail {
  padding-left: 25px;
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .c-news__detail {
    display: block;
    padding-left: 0;
  }
}

.c-news__detail p {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  color: #4a4a4a;
}

@media only screen and (max-width: 767px) {
  .c-news__detail p {
    font-size: 15px;
  }
}

.c-news__detail p a {
  display: inline-block;
  margin-left: 10px;
  color: #663331;
}

.c-news__detail p a:hover {
  color: #995c20;
}

.c-news__detail .b-icon-i-novelty {
  width: 36px;
  height: 36px;
}

.c-news__detail .b-icon-i-promotions {
  width: 25px;
  height: 32px;
}

.c-news__detail__name {
  display: block;
}

.c-news__detail__date {
  display: inline-block;
  vertical-align: middle;
  width: 92px;
  font-size: 15px;
  line-height: 21px;
  height: 21px;
  font-weight: 300;
  color: #ffffff;
  background-color: #c40000;
  text-align: center;
  margin-right: 15px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .c-news__detail__date {
    font-size: 13px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .c-news__detail__date {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.c-news__detail__icon {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.c-news__detail__icon .b-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.c-news__detail__link {
  display: inline;
  vertical-align: middle;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #663331;
}

@media only screen and (max-width: 1023px) {
  .c-news__detail__link {
    font-size: 21px;
    line-height: 30px;
  }
}

.c-news__detail__link:hover {
  color: #995c20;
}

.c-our-news .c-header__level {
  text-align: left;
}

.c-our-news .c-header__level .b-icon {
  margin-left: 20px;
}



/*------------------------------------------------------------*/
/* XX - SOYKALAND */
/*------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .c-soykaland .c-soykaland__info {
    position: relative;
    margin-bottom: 15px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .c-soykaland .c-inner__section__head.is-padding-375 {
    padding-right: 0;
  }
}

.c-soykaland .c-inner__section__head h1,
.c-soykaland .c-inner__section__head .b-h1 {
  margin-bottom: 35px;
}

.c-soykaland .c-soykaland__info__row {
  width: 208px;
  height: 83px;
  padding-left: 35px;
  padding-right: 15px;
  margin-top: 10px;
}

.c-soykaland .c-soykaland__info__item {
  line-height: 20px;
}

.c-soykaland .c-inner__section img {
  margin-bottom: 25px;
}

.c-soykaland .c-inner__section p {
  font-size: 17px;
  line-height: 37px;
  font-weight: 400;
  color: #663331;
}

@media only screen and (max-width: 767px) {
  .c-soykaland .c-inner__section p {
    font-size: 15px;
    line-height: 30px;
  }
}

.c-inner {
  padding: 20px 0;
}

.desktop {
  display: none;
}

.btn-mobil-toggle {
  display: none;
}

@media only screen and (max-width: 992px) {
  .c-inner__aside {
    display: none;
    min-width: 100%;
    margin-bottom: 30px;
  }

  .btn-mobil-toggle {
    display: block;
    width: 100% !important;
    font-size: 13px;
    position: absolute !important;
    top: 40px;
    text-align: right;
    color: #663331;
  }

}

.c-inner__aside__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-inner__aside__nav ul li {
  padding: 0;
  margin: 0 0 5px;
  display: block;
}

.c-inner__aside__nav ul li a,
.c-inner__aside__nav ul li span {
  display: block;
  padding: 4px 10px 4px 15px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  color: #663331;
}

.c-inner__aside__nav ul li a:hover {
  background-color: #f9b91b;
}

.c-inner__aside__nav ul li span {
  background-color: #f9b91b;
}

.c-inner__section h1,
.c-inner__section .b-h1 {
  font-size: 36px;
  font-size: clamp(28px, 3vw, 36px);
  margin-top: 5px;
  margin-bottom: 40px;
  margin-bottom: clamp(23px, 3.33vw, 40px);
  font-weight: 500;
  line-height: 1.3;
}

@media only screen and (max-width: 1023px) {

  .c-inner__section h1,
  .c-inner__section .b-h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767px) {

  .c-inner__section h1,
  .c-inner__section .b-h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

.c-inner__section h2,
.c-inner__section .b-h2 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 500;
  color: #663331;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1023px) {

  .c-inner__section h2,
  .c-inner__section .b-h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 767px) {

  .c-inner__section h2,
  .c-inner__section .b-h2 {
    font-size: 18px;
    line-height: 28px;
  }
}

/*.c-inner__section img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}*/
.c-inner__section p {
  font-size: 21px;
  line-height: 33px;
  font-weight: 400;
  color: #663331;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1023px) {
  .c-inner__section p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .c-inner__section p {
    font-size: 16px;
  }
}

.c-inner__section p object {
  width: 100%;
  height: 460px;
  margin: 30px auto;
  display: block;
}

@media only screen and (max-width: 639px) {
  .c-inner__section p object {
    width: 100%;
    height: 260px;
  }
}

.c-inner__section__head {
  position: relative;
}

.c-inner__section__head.is-padding-375 {
  padding-right: 375px;
}

@media only screen and (max-width: 767px) {
  .c-inner__section__head.is-padding-375 {
    padding-right: 100px;
  }
}

.c-inner__section__head.is-padding-150 {
  padding-right: 150px;
}

@media only screen and (max-width: 767px) {
  .c-inner__section__head.is-padding-150 {
    padding-right: 100px;
  }
}

.c-inner__section__head.is-padding-450 {
  padding-right: 450px;
}

@media only screen and (max-width: 767px) {
  .c-inner__section__head.is-padding-450 {
    padding-right: 100px;
  }
}

.c-soykaland__info {
  position: absolute;
  top: 0;
  right: 20px;
}

@media only screen and (max-width: 767px) {
  .c-soykaland__info {
    top: auto;
    bottom: 0;
  }
}

.c-soykaland__info .b-icon-i-star-soykaland {
  width: 71px;
  height: 70px;
  margin-left: 35px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .c-soykaland__info .b-icon-i-star-soykaland {
    margin-left: 0;
    width: 50px;
  }
}

.c-soykaland__info__row {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 25px 20px 45px;
  width: 237px;
  height: 92px;
  background: url(../img/soykaland/soykaland__info__bg.png) center no-repeat;
  background-size: cover;
}

.c-soykaland__info__item {
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  color: rgba(131, 47, 32, 0.8);
  margin-bottom: 10px;
  text-align: left;
  white-space: nowrap;
}

@media only screen and (max-width: 567px) {
  .c-soykaland__info__item {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.c-soykaland__info__item:last-child {
  margin-bottom: 0;
}

.c-inner__section__level h1,
.c-inner__section__level .b-h1,
.c-inner__section__level h2,
.c-inner__section__level .b-h2,
.c-inner__section__level h3,
.c-inner__section__level .b-h3,
.c-inner__section__level h4,
.c-inner__section__level .b-h4,
.c-inner__section__level h5,
.c-inner__section__level .b-h5,
.c-inner__section__level h6,
.c-inner__section__level .b-h6 {
  font-weight: 500;
  color: #663331;
  margin: 30px 0;
}

.c-inner__section__level h1,
.c-inner__section__level .b-h1 {
  font-size: 53px;
  line-height: 63px;
}

.c-inner__section__level h2,
.c-inner__section__level .b-h2 {
  font-size: 22px;
  line-height: 32px;
}

.c-inner__section__level h3,
.c-inner__section__level .b-h3 {
  font-size: 21px;
  line-height: 31px;
}

.c-inner__section__level h4,
.c-inner__section__level .b-h4 {
  font-size: 20px;
  line-height: 30px;
}

.c-inner__section__level h5,
.c-inner__section__level .b-h5 {
  font-size: 19px;
  line-height: 30px;
}

/*------------------------------------------------------------*/
/* XX - PROMOTION */
/*------------------------------------------------------------*/
.c-promotions .c-soykaland__info {
  right: 20px;
}

@media only screen and (max-width: 767px) {
  .c-promotions .c-soykaland__info {
    right: 0;
  }
}

.c-promotions .c-soykaland__info .b-icon-i-promotions {
  width: 54px;
  height: 71px;
}

@media only screen and (max-width: 767px) {
  .c-promotions .c-soykaland__info .b-icon-i-promotions {
    height: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .c-promotions .c-inner__section__head.is-padding-150 {
    padding-right: 60px;
  }
}

.c-promotions .c-inner__section p {
  font-size: 17px;
  line-height: 32px;
}

.c-promotions .c-inner__section img {
  margin-bottom: 12px;
}

.c-promotions__item {
  margin-bottom: 15px;
}

.c-promotions__name {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  color: #663331;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .c-promotions__name {
    font-size: 26px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .c-promotions__name {
    font-size: 21px;
    line-height: 30px;
  }
}

.c-promotions__date {
  text-align: center;
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  color: #663331;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
  .c-promotions__date {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .c-promotions__date {
    font-size: 18px;
    line-height: 25px;
  }
}

.c-promotions__link {
  display: inline-block;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  color: #b33739;
}

@media only screen and (max-width: 1023px) {
  .c-promotions__link {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .c-promotions__link {
    font-size: 13px;
    line-height: 20px;
  }
}

.c-promotions__link:hover {
  color: #995c20;
}

/*------------------------------------------------------------*/
/* XX - SITE CATEGORIES */
/*------------------------------------------------------------*/
.c-site-categories .c-soykaland__info {
  right: 20px;
}

@media only screen and (max-width: 767px) {
  .c-site-categories .c-soykaland__info {
    right: 0;
  }
}

@media only screen and (max-width: 567px) {
  .c-site-categories .c-inner__section__head.is-padding-450 {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-site-categories .b-icon-i-site-categories {
    width: 80px;
    height: 80px;
  }
}

.c-site-categories .c-inner__section p {
  font-size: 17px;
  line-height: 37px;
  font-weight: 400;
  color: #663331;
}

@media only screen and (max-width: 767px) {
  .c-site-categories .c-inner__section p {
    font-size: 15px;
    line-height: 30px;
  }
}

/*------------------------------------------------------------*/
/* XX - CONTACTS */
/*------------------------------------------------------------*/
.c-contacts .c-inner__section p {
  font-size: 17px;
  line-height: 33px;
  margin-bottom: 17px;
}

.c-contacts__info {
  position: absolute;
  top: 0;
  right: 14px;
}

@media only screen and (max-width: 767px) {
  .c-contacts__info {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 15px;
  }
}

.c-contacts__info .b-icon-i-star-contacts {
  margin-left: 25px;
  display: inline-block;
  vertical-align: middle;
}

.c-contacts__info__row {
  display: inline-block;
  vertical-align: middle;
  padding: 9px 25px 23px 61px;
  width: 336px;
  height: 92px;
  /*background: url(../img/contacts/contacts__info__bg.png) center no-repeat;
  background-size: contain;*/
}

@media only screen and (max-width: 480px) {
  .c-contacts__info__row {
    width: 100%;
    background-size: contain;
    padding: 15px 15px 23px 45px;
  }
}

.c-contacts__info__item {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  color: #663331;
  /*color: rgba(131, 47, 32, 0.8);*/
  margin-bottom: 5px;
}

@media only screen and (max-width: 567px) {
  .c-contacts__info__item {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

.c-contacts__info__item:last-child {
  margin-bottom: 0;
}

.c-contacts__info__label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 27px;
  width: 65px;
  height: 48px;
}

.c-contacts__info__label .b-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.b-icon-i-label-open-close {
  width: 65px;
  height: 48px;
  background-image: url(../img/header/i-label-close.png);
}

.b-icon-i-label-open-close.is-active {
  background-image: url(../img/header/i-label-open.png);
}

#YMapsID {
  width: 100%;
  height: 500px;
  margin: 0 auto 30px;
}

@media only screen and (max-width: 599px) {
  #YMapsID {
    width: 100%;
    height: 250px;
  }
}

/*------------------------------------------------------------*/
/* XX - SOYKAPEDIA */
/*------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .c-soykapediya .c-inner__section__head.is-padding-150 {
    padding-right: 60px;
  }
}

.c-soykapediya .c-soykaland__info {
  top: 16px;
  right: 20px;
}

@media only screen and (max-width: 767px) {
  .c-soykapediya .c-soykaland__info {
    top: 0;
    right: 0;
  }
}

.c-soykapediya .b-icon-i-soykapediya {
  width: 64px;
  height: 66px;
}

@media only screen and (max-width: 767px) {
  .c-soykapediya .b-icon-i-soykapediya {
    width: 50px;
  }
}

.c-soykapediya p {
  font-size: 17px;
  line-height: 31px;
  font-weight: 400;
  margin-bottom: 20px;
}

.c-soykapediya__category {
  margin: 15px 0 7px;
}

.c-soykapediya__row {
  margin-left: -10px;
  margin-right: -10px;
}

.c-soykapediya__item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 17px;
}

@media only screen and (max-width: 767px) {
  .c-soykapediya__item {
    margin-bottom: 15px;
  }
}

.c-soykapediya__article {
  display: block;
}

.c-soykapediya__article:hover {
  opacity: 0.7;
}

.c-soykapediya__article img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.c-soykapediya__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-soykapediya__list ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 15px 5px 0;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  line-height: 25px;
  font-weight: 700;
  color: #663331;
}

.c-soykapediya__list ul li:first-child:before {
  content: none;
}

.c-soykapediya__list ul li:before {
  content: '.';
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: #663331;
}

.c-soykapediya__list p {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  line-height: 25px;
  font-weight: 700;
  color: #663331;
}

.c-soykapediya__list a {
  border-bottom: 1px solid #663331;
}

.c-soykapediya__list a:hover {
  border-bottom-color: transparent;
}

.u-width-515 {
  max-width: 515px;
}

/*------------------------------------------------------------*/
/* XX - JOBS */
/*------------------------------------------------------------*/
.c-jobs .c-soykaland__info {
  top: 5px;
}

@media only screen and (max-width: 767px) {
  .c-jobs .c-soykaland__info {
    top: auto;
    bottom: 0;
    right: 0;
  }
}

.c-jobs .b-icon-i-jobs {
  width: 52px;
  height: 68px;
}

@media only screen and (max-width: 767px) {
  .c-jobs .c-inner__section__head.is-padding-150 {
    padding-right: 70px;
  }
}

.c-jobs .c-inner__section p {
  font-size: 14.6667px;
  line-height: 40px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .c-jobs .c-inner__section p {
    font-size: 15px;
    line-height: 25px;
  }
}

/*------------------------------------------------------------*/
/* XX - DELIVERY */
/*------------------------------------------------------------*/
.c-delivery .c-soykaland__info {
  top: 6px;
  right: 5px;
}

@media only screen and (max-width: 767px) {
  .c-delivery .c-soykaland__info {
    top: auto;
    right: 0;
  }
}

.c-delivery .b-icon-i-site-categories {
  width: 111px;
  height: 92px;
}

@media only screen and (max-width: 767px) {
  .c-delivery .b-icon-i-site-categories {
    width: 80px;
    height: 80px;
  }
}

.c-delivery .c-inner__section p {
  font-size: 17px;
  line-height: 35px;
  margin-bottom: 3px;
}

@media only screen and (max-width: 767px) {
  .c-delivery .c-inner__section p {
    font-size: 15px;
  }
}

/*------------------------------------------------------------*/
/* XX - REVIEWS */
/*------------------------------------------------------------*/
.c-reviews .c-inner__section__head {
  padding-left: 15px;
  margin-bottom: 23px;
}

@media only screen and (max-width: 767px) {
  .c-reviews .c-inner__section__head {
    padding-left: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-reviews .c-inner__section__head.is-padding-375 {
    padding-right: 0;
  }
}

.c-reviews .c-soykaland__info {
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  .c-reviews .c-soykaland__info {
    /* position: relative;
    margin-bottom: 15px;
    text-align: center;
    right: 0; */
  }
}

.c-reviews .c-soykaland__info__row {
  margin-top: 6px;
  padding: 23px 15px 25px 5px;
  width: 139px;
  height: 77px;
  background: url(../img/icon/reviews-bg.png) center no-repeat;
  background-size: contain;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-reviews .c-soykaland__info__row {
    padding: 0 0 3px;
    background: none;
    width: max-content;
    height: max-content;
    font-size: 14px;
  }
}

.c-reviews .c-soykaland__info__item {
  text-align: center;
}

.c-reviews .b-icon-i-mail {
  width: 100px;
  height: 76px;
}

@media only screen and (max-width: 767px) {
  .c-reviews .b-icon-i-mail {
    width: 80px;
    height: 56px;
  }
}

.c-reviews__aside__nav {
  padding-top: 5px;
  padding-left: 5px;
}

.c-reviews__aside__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 140px;
}

.c-reviews__aside__nav ul li {
  padding: 0;
  margin: 0 0 5px;
  display: block;
}

.c-reviews__aside__nav ul li a,
.c-reviews__aside__nav ul li span {
  display: block;
  padding: 4px 15px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  color: #663331;
}

.c-reviews__aside__nav ul li a:hover {
  color: #ffffff;
  background-color: #df051d;
}

.c-reviews__aside__nav ul li span {
  color: #ffffff;
  background-color: #df051d;
}

.c-reviews__item__aside {
  -ms-flex: 0 0 12.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 12.666667%;
  max-width: 12.666667%;
}

@media only screen and (max-width: 767px) {
  .c-reviews__item__aside {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.c-reviews__item__section {
  -ms-flex: 0 0 87.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 87.333333%;
  max-width: 87.333333%;
}

@media only screen and (max-width: 767px) {
  .c-reviews__item__section {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.c-reviews__row {
  margin-bottom: 43px;
}

.c-reviews__item {
  margin-bottom: 65px;
}

@media only screen and (max-width: 1023px) {
  .c-reviews__item {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .c-reviews__item {
    margin-bottom: 15px;
  }
}

.c-reviews__item:last-child {
  margin-bottom: 0;
}

.c-reviews__item p {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  color: #805d5b;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .c-reviews__item p {
    font-size: 15px;
  }
}

.c-reviews__section {
  display: table;
  width: 100%;
  table-layout: fixed;
}

@media only screen and (max-width: 1023px) {
  .c-reviews__section {
    table-layout: auto;
  }
}

@media only screen and (max-width: 567px) {
  .c-reviews__section {
    display: block;
  }
}

.c-reviews__section__item {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 15px;
}

@media only screen and (max-width: 567px) {
  .c-reviews__section__item {
    display: block;
  }
}

.c-reviews__section__item:first-child {
  width: 210px;
  padding-right: 15px;
}

@media only screen and (max-width: 1023px) {
  .c-reviews__section__item:first-child {
    width: auto;
  }
}

.c-reviews__photo {
  position: relative;
  display: block;
  width: 175px;
  height: 175px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .c-reviews__photo {
    width: 180px;
    height: 180px;
  }
}

@media only screen and (max-width: 567px) {
  .c-reviews__photo {
    margin: 0 auto;
  }
}

.c-reviews__photo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.c-reviews__section__head {
  margin-bottom: 15px;
}

.c-reviews__date {
  padding: 0px 20px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  background-color: #df051d;
}

.c-reviews__name {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #484848;
}

@media only screen and (max-width: 1239px) {
  .c-reviews__name {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .c-reviews__name {
    font-size: 16px;
  }
}

.c-main-read-all-reviews {
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
  color: #b33739;
}

@media only screen and (max-width: 1239px) {
  .c-main-read-all-reviews {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .c-main-read-all-reviews {
    font-size: 16px;
    line-height: 25px;
  }
}

.c-main-read-all-reviews:hover {
  color: #995c20;
}

.c-reviews__form {
  margin: 45px 0 0 44px;
  max-width: 870px;
}

@media only screen and (max-width: 767px) {
  .c-reviews__form {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
  }
}

.u-form-reviews .u-form-checkbox__box {
  border-color: #e0d6d6;
  background-color: #e0d6d6;
}

.u-btn-reviews {
  display: block;
  height: 48px;
  font-size: 20px;
  line-height: 48px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .u-btn-reviews {
    width: 100%;
  }
}

/*------------------------------------------------------------*/
/* XX - REGISTRATION */
/*------------------------------------------------------------*/
.c-auth-reg .c-soykaland__info {
  top: 10px;
}

@media only screen and (max-width: 767px) {
  .c-auth-reg .c-soykaland__info {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-auth-reg .b-icon-i-registration {
    width: 42px;
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .c-auth-reg .c-inner__section__head.is-padding-150 {
    padding-right: 60px;
  }
}

.u-width-455 {
  max-width: 455px;
}

@media only screen and (max-width: 567px) {
  .u-width-455 {
    max-width: 100%;
  }
}

.c-auth-reg__row .u-form .u-form-item {
  margin-bottom: 8px;
}

.c-auth-reg__head {
  margin-bottom: 13px;
}

.c-auth-reg__head ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-auth-reg__head ul li {
  padding: 0;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: bottom;
}

.c-auth-reg__head ul li a,
.c-auth-reg__head ul li span {
  font-size: 21px;
  line-height: 40px;
  font-weight: 500;
  color: #663331;
  display: inline-block;
  cursor: pointer;
}

@media only screen and (max-width: 1023px) {

  .c-auth-reg__head ul li a,
  .c-auth-reg__head ul li span {
    font-size: 18px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {

  .c-auth-reg__head ul li a,
  .c-auth-reg__head ul li span {
    font-size: 15px;
    line-height: 25px;
  }
}

.c-auth-reg__head ul li a:hover,
.c-auth-reg__head ul li span:hover {
  color: #995c20;
}

.c-auth-reg__head ul li:first-child span {
  font-size: 53px;
  line-height: 60px;
  text-transform: capitalize;
}

@media only screen and (max-width: 1023px) {
  .c-auth-reg__head ul li:first-child span {
    font-size: 43px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .c-auth-reg__head ul li:first-child span {
    font-size: 33px;
    line-height: 40px;
  }
}

.c-auth-reg__body .u-col-reg {
  display: none;
}

.c-auth-reg__body .u-col-reg.is-active {
  display: block;
}

.c-auth-reg__body .u-col-reg .c-auth-reg__head ul li.is-active a,
.c-auth-reg__body .u-col-reg .c-auth-reg__head ul li.is-active span {
  cursor: auto;
  color: #663331;
}

.c-auth-reg__body__section {
  display: none;
}

.c-auth-reg__body__section.is-active {
  display: block;
}

.c-auth-reg__item {
  -ms-flex: 0 0 37%;
  -webkit-box-flex: 0;
  flex: 0 0 37%;
  max-width: 37%;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1023px) {
  .c-auth-reg__item {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .c-auth-reg__item {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.u-form-auth-reg .u-form-label {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .u-form-auth-reg .u-form-label {
    font-size: 15px;
  }
}

.u-form-auth-reg p {
  font-size: 14.9px;
  line-height: 25px;
  margin-bottom: 5px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .u-form-auth-reg p {
    font-size: 15px;
  }
}

.u-form-auth-reg .u-form-checkbox__section {
  padding-left: 20px;
  display: block;
}

.u-form-auth-reg .u-form-checkbox__box {
  top: 6px;
  border-color: #e0d6d6;
  background-color: #e0d6d6;
}

.u-form-auth-reg .u-form-checkbox__name {
  font-size: 17px;
  line-height: 25px;
}

.u-form-auth-reg .u-btn-auth-reg {
  margin: 10px 20px 10px 0;
}

@media only screen and (max-width: 767px) {
  .u-form-auth-reg .u-btn-auth-reg {
    width: 100%;
    display: block;
  }
}

/*------------------------------------------------------------*/
/* XX - CHANGE PASSWORD */
/*------------------------------------------------------------*/
.c-change-password .c-breadcrumbs {
  margin-bottom: 10px;
}

.c-change-password .c-inner__section h1,
.c-change-password .c-inner__section .b-h1 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .c-change-password .c-inner__section__head.is-padding-150 {
    padding-right: 50px;
  }
}

.c-change-password .c-soykaland__info {
  top: 14px;
  right: 25px;
}

@media only screen and (max-width: 767px) {
  .c-change-password .c-soykaland__info {
    right: 0;
  }
}

.c-change-password .b-icon-i-change-password {
  width: 45px;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .c-change-password .b-icon-i-change-password {
    width: 42px;
    height: 50px;
  }
}

.c-change-password .u-btn-auth-reg {
  margin-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 767px) {
  .c-change-password .u-btn-auth-reg {
    margin-top: 20px;
    display: block;
    width: 100%;
  }
}

/*------------------------------------------------------------*/
/* XX - MY FAVORITE */
/*------------------------------------------------------------*/
.c-my-favorite .c-breadcrumbs {
  margin-bottom: 15px;
}

.c-my-favorite .c-inner__section__head {
  padding-left: 5px;
}

@media only screen and (max-width: 767px) {
  .c-my-favorite .c-inner__section__head {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-my-favorite .c-inner__section__head.is-padding-375 {
    padding-right: 0;
  }
}

.c-my-favorite .c-soykaland__info {
  top: 6px;
  padding-right: 23px;
}

@media only screen and (max-width: 767px) {
  .c-my-favorite .c-soykaland__info {
    position: relative;
    top: 0;
    margin-bottom: 15px;
    text-align: center;
  }
}

.c-my-favorite .c-soykaland__info .b-icon-i-favorite {
  vertical-align: top;
  margin-top: 6px;
}

.c-my-favorite .c-soykaland__info__row {
  margin-right: 70px;
  padding: 24px 15px 28px 10px;
  width: 139px;
  height: 77px;
  background: url(../img/icon/my_favorite_bg.png) center no-repeat;
  background-size: contain;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-my-favorite .c-soykaland__info__row {
    margin-right: 10px;
  }
}

.c-my-favorite .c-soykaland__info__item {
  text-align: center;
}

.c-my-favorite .b-icon-i-favorite {
  width: 45px;
  height: 46px;
}

@media only screen and (max-width: 767px) {
  .c-my-favorite .b-icon-i-favorite {
    width: 40px;
    height: 41px;
  }
}

.c-my-favorite .c-catalog__section__tag {
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .c-my-favorite .c-catalog__section__tag {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .c-my-favorite .c-catalog__section__tag ul li {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}

.c-my-favorite .c-catalog__section__tag ul li span {
  width: 17px;
  height: 17px;
}

.c-my-favorite .u-btn-checkout {
  padding: 0 19px;
}

.c-my-favorite .c-my-favorit__table tr th.u-td__sum,
.c-my-favorite .c-my-favorit__table tr td.u-td__sum {
  padding-right: 60px;
}

.c-my-favorite .c-my-favorit__table tr td {
  font-family: 'Century Gothic', sans-serif;
  font-weight: 400;
}

.c-my-favorite .c-my-favorit__table tr td.u-td__total {
  font-family: 'Century Gothic', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #663331;
}

.c-my-favorite .c-my-favorite__detail__photo {
  top: 5px;
  width: 120px;
}

.c-my-favorit__table {
  width: 100%;
  table-layout: auto;
}

@media only screen and (max-width: 767px) {
  .c-my-favorit__table {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .c-my-favorit__table thead {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .c-my-favorit__table tbody {
    display: block;
  }
}

.c-my-favorit__table tbody tr {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAYAAABY+sXzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSI5NjE3MzZDM0NGQjA4NEJDQkRBNEQ5RjcyRjIzQTJDNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBNEJFRTBCOTE4RTUxMUU5ODdDNDk0MzI4M0E0QjcxNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBNEJFRTBCODE4RTUxMUU5ODdDNDk0MzI4M0E0QjcxNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MGM4OTVhOTUtZjYxNS1mOTRkLWIwMDgtYzdhNmFkNDcxZDUzIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NGE4YWUzNjMtNjljZC01NDRlLTgwODQtY2NmZDg3MDJjMjgzIi8+IDxkYzpjcmVhdG9yPiA8cmRmOlNlcT4gPHJkZjpsaT5uYWRlemRhPC9yZGY6bGk+IDwvcmRmOlNlcT4gPC9kYzpjcmVhdG9yPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrHnnw8AAAApSURBVHjaYvz//z8DsYDp1y4ZaSC+DcR9BBVD8Tcg/kVIMSMpzgAIMACyeA7nvpzzhAAAAABJRU5ErkJggg==') 0 0 repeat-x;
}

@media only screen and (max-width: 767px) {
  .c-my-favorit__table tfoot {
    display: block;
  }
}

.c-my-favorit__table tfoot tr {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAYAAABY+sXzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSI5NjE3MzZDM0NGQjA4NEJDQkRBNEQ5RjcyRjIzQTJDNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBNEJFRTBCOTE4RTUxMUU5ODdDNDk0MzI4M0E0QjcxNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBNEJFRTBCODE4RTUxMUU5ODdDNDk0MzI4M0E0QjcxNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MGM4OTVhOTUtZjYxNS1mOTRkLWIwMDgtYzdhNmFkNDcxZDUzIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NGE4YWUzNjMtNjljZC01NDRlLTgwODQtY2NmZDg3MDJjMjgzIi8+IDxkYzpjcmVhdG9yPiA8cmRmOlNlcT4gPHJkZjpsaT5uYWRlemRhPC9yZGY6bGk+IDwvcmRmOlNlcT4gPC9kYzpjcmVhdG9yPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrHnnw8AAAApSURBVHjaYvz//z8DsYDp1y4ZaSC+DcR9BBVD8Tcg/kVIMSMpzgAIMACyeA7nvpzzhAAAAABJRU5ErkJggg==') 0 0 repeat-x;
}

.c-my-favorit__table tfoot tr td {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .c-my-favorit__table tfoot tr td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .c-my-favorit__table tr {
    position: relative;
    display: block;
  }
}

.c-my-favorit__table tr th,
.c-my-favorit__table tr td {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  color: #663331;
  text-align: center;
}

@media only screen and (max-width: 767px) {

  .c-my-favorit__table tr th,
  .c-my-favorit__table tr td {
    position: static;
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}

.c-my-favorit__table tr th.u-td__detail,
.c-my-favorit__table tr td.u-td__detail {
  padding-left: 0;
}

.c-my-favorit__table tr th.u-td__checkout,
.c-my-favorit__table tr td.u-td__checkout {
  text-align: left;
}

@media only screen and (max-width: 767px) {

  .c-my-favorit__table tr th.u-td__checkout,
  .c-my-favorit__table tr td.u-td__checkout {
    text-align: center;
  }
}

.c-my-favorit__table tr th.u-td__sum,
.c-my-favorit__table tr td.u-td__sum {
  width: 240px;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 1023px) {

  .c-my-favorit__table tr th.u-td__sum,
  .c-my-favorit__table tr td.u-td__sum {
    width: auto;
    padding-left: 15px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {

  .c-my-favorit__table tr th.u-td__sum,
  .c-my-favorit__table tr td.u-td__sum {
    padding-left: 30px;
  }
}

.c-my-favorit__table tr th.u-td__total,
.c-my-favorit__table tr td.u-td__total {
  padding-right: 98px;
  font-family: 'Raleway', sans-serif;
  font-size: 21px;
  text-align: right;
}

@media only screen and (max-width: 1023px) {

  .c-my-favorit__table tr th.u-td__total,
  .c-my-favorit__table tr td.u-td__total {
    font-size: 18px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {

  .c-my-favorit__table tr th.u-td__total,
  .c-my-favorit__table tr td.u-td__total {
    text-align: center;
    padding-right: 15px;
  }
}

.c-my-favorit__table tr th {
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
  font-size: 13px;
}

.c-my-favorit__table tr td {
  font-family: 'Century Gothic', sans-serif;
  padding-top: 5px;
  padding-bottom: 5px;
}

.u-td__detail {
  width: 580px;
}

@media only screen and (max-width: 1023px) {
  .u-td__detail {
    width: auto;
  }
}

.u-td__checkout {
  text-align: left;
}

.c-my-favorite__detail {
  position: relative;
  display: block;
  padding-left: 125px;
  text-align: left;
}

@media only screen and (max-width: 1023px) {
  .c-my-favorite__detail {
    padding-left: 105px;
  }
}

@media only screen and (max-width: 767px) {
  .c-my-favorite__detail {
    padding-left: 0;
    text-align: center;
  }
}

.c-my-favorite__detail__photo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 90px;
  height: 80px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .c-my-favorite__detail__photo {
    position: relative;
    margin: 30px auto 0;
  }
}

.c-my-favorite__detail__photo:hover {
  opacity: 0.7;
}

.c-my-favorite__detail__photo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.c-my-favorite__detail__name {
  display: block;
  padding-top: 15px;
  margin-bottom: 15px;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  color: #663331;
}

.c-my-favorite__detail__name a:hover {
  color: #995c20;
}

.c-catalog__section__tag {
  display: block;
}

.c-my-favorite__remove {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  z-index: 1;
}

@media only screen and (max-width: 1023px) {
  .c-my-favorite__remove {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-my-favorite__remove {
    top: 15px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.c-my-favorite__remove:hover {
  opacity: 0.7;
}

.c-my-favorite__remove .b-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.u-btn-checkout {
  display: inline-block;
}

.u-td__title {
  display: none;
  font-weight: 700;
  margin-right: 2px;
}

@media only screen and (max-width: 767px) {
  .u-td__title {
    display: inline-block;
  }
}

/*@font-face {*/
/*font-family: 'Raleway';*/
/*font-style: normal;*/
/*font-weight: 400;*/
/*src: local('Raleway'), local('Raleway-Regular'), url(http://fonts.gstatic.com/s/raleway/v13/1Ptug8zYS_SKggPNyCMISg.ttf) format('truetype');*/
/*}*/
/*------------------------------------------------------------*/
/* XX - PRODUCT */
/*------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .c-product .c-inner__section__head.is-padding-150 {
    padding-right: 0;
  }
}

.c-related-products {
  /* min-height: 520px; */
  margin-bottom: 10px;
}

.c-related-products .c-header__level {
  text-align: left;
  margin-bottom: 15px;
}

.u-link-back-section {
  position: absolute;
  display: inline-block;
  top: 3px;
  right: 0px;
  margin-left: 15px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  color: #663331;
}

.u-link-back-section::before {
  content: '';
  background-image: url(/local/templates/soyka/images/arrow-double-brown.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 5px;
  left: -12px;
}

@media only screen and (max-width: 767px) {
  .u-link-back-section {
    position: relative;
    top: auto;
    right: auto;
    font-size: 13px;
    margin-bottom: 15px;
  }
}

.u-link-back-section:hover {
  color: #666666;
}

.c-product__section h1,
.c-product__section .b-h1 {
  font-size: 46px;
  line-height: 56px;
  font-weight: 500;
  color: #663331;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1023px) {

  .c-product__section h1,
  .c-product__section .b-h1 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 767px) {

  .c-product__section h1,
  .c-product__section .b-h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

.c-product__row {
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .c-product__row {
    margin-bottom: 0;
  }
}

.c-product__item {
  margin-bottom: 15px;
}

.c-product__item:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
}

@media only screen and (max-width: 1023px) {
  .c-product__item:first-child {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.c-product__item:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 52%;
  flex: 0 0 52%;
  max-width: 52%;
}

@media only screen and (max-width: 1023px) {
  .c-product__item:last-child {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.c-product__photo {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 1023px) {
  .c-product__photo {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-product__photo__view {
  display: block;
  padding-top: 30px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1023px) {
  .c-product__photo__view {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .c-product__photo__view {
    margin-bottom: 15px;
  }
}

.c-product__photo__view img {
  max-width: 100%;
  height: auto;
}

.c-product__about__brand {
  padding: 25px 20px 33px;
  border: 2px solid #e5e6e9;
  max-width: 485px;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .c-product__about__brand {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .c-product__about__brand {
    padding: 20px 15px;
  }
}

.c-product__about__brand img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
}

.c-product__about__brand p {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #4a4a4a;
}

.u-link-product-about-brand {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 380px;
  height: 48px;
  border: 2px solid #e5e6e9;
  font-size: 19px;
  line-height: 46px;
  font-weight: 400;
  color: #4a4a4a;
  text-align: center;
}

@media only screen and (max-width: 1239px) {
  .u-link-product-about-brand {
    font-size: 18px;
  }
}

.u-link-product-about-brand:hover {
  color: #995c20;
}

.c-product__about__brand__item {
  margin-bottom: 23px;
}

.c-product__detail {
  padding: 5px 20px 105px 20px;
  background-color: #f8f8f8;
  height: 100%;
}

@media only screen and (max-width: 1023px) {
  .c-product__detail {
    padding: 30px 15px;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .c-product__detail {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.c-product__detail .c-catalog__section__tag {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .c-product__detail .c-catalog__section__tag {
    margin-bottom: 15px;
  }
}

.c-product__detail .c-catalog__section__tag ul li {
  margin-right: 24px;
}

@media only screen and (max-width: 1239px) {
  .c-product__detail .c-catalog__section__tag ul li {
    margin-right: 10px;
  }
}

.c-product__detail .c-catalog__section__tag ul li span {
  width: 30px;
  height: 30px;
}

.c-product__price {
  padding-left: 0;
}

.c-product__price p {
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
  color: #4a4a4a;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1023px) {
  .c-product__price p {
    font-size: 18px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .c-product__price p {
    font-size: 15px;
  }
}

.c-product__price__value {
  font-family: 'Century Gothic', sans-serif;
  font-size: 52px;
  line-height: 60px;
  font-weight: 400;
  color: #4a4a4a;
  margin-bottom: 13px;
}

@media only screen and (max-width: 1239px) {
  .c-product__price__value {
    font-size: 45px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-product__price__value {
    font-size: 35px;
    line-height: 45px;
  }
}

.c-product__price__value.is-price-accrued {
  color: #8cc343;
}

.c-product__price__value span {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 1023px) {

  .c-product__price__value .b-icon-i-ruble,
  .c-product__price__value .b-icon-i-ruble-green {
    width: 17px;
    height: 28px;
  }
}

.c-product__add__cart {
  display: table;
  table-layout: fixed;
  margin-bottom: 15px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .c-product__add__cart {
    display: block;
  }
}

.c-product__add__cart__item {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 12px;
}

@media only screen and (max-width: 767px) {
  .c-product__add__cart__item {
    padding: 10px 0;
  }
}

.c-product__add__cart__item:first-child {
  padding-left: 0;
  width: 318px;
}

@media only screen and (max-width: 767px) {
  .c-product__add__cart__item:first-child {
    width: 100%;
  }
}

.c-product__add__cart__item:last-child {
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  .c-product__add__cart__item {
    display: block;
    text-align: center;
  }
}

.u-form-product-cart {
  height: 50px;
  background-color: #f8b919;
}

.u-form-product-cart .u-input-style {
  width: 121px;
  border: 0;
  padding: 0 20px 0 0;
  font-family: 'Century Gothic', sans-serif;
  font-size: 21px;
  line-height: 42px;
  height: 42px;
  color: #4a4a4a;
  background-color: #ffffff;
  text-align: center;
}

.u-form-product-cart .u-form-item {
  position: relative;
  padding: 4px 76% 7px 4px;
}

@media only screen and (max-width: 767px) {
  .u-form-product-cart .u-form-item {
    padding: 5px 70% 5px 5px;
  }
}

.u-form-product-cart .u-select-section .select2-container--default .select2-selection--single {
  height: 42px;
}

.u-form-product-cart .u-select-section .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 22px;
  line-height: 41px;
  padding: 0 21px 0 11px;
  height: 42px;
  color: #663331;
}

@media only screen and (max-width: 767px) {
  .u-form-product-cart .u-select-section .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
  }
}

.u-form-product-cart .u-select-section .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 25px;
  height: 100%;
  border-left-color: transparent;
}

.u-form-product-cart .u-select-section .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 4px 5px 0 4px;
  margin-left: -4px;
}

.u-btn-product-add-cart {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 76%;
  height: 50px;
  font-size: 19px;
  line-height: 50px;
  color: #ffffff;
  background-color: transparent;
  z-index: 1;
  border: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .u-btn-product-add-cart {
    font-size: 16px;
  }
}

.c-product__available {
  display: block;
}

.c-product__available span {
  display: inline-block;
  vertical-align: middle;
  font-size: 19px;
  line-height: 42px;
  font-weight: 400;
  color: #4a4a4a;
}

@media only screen and (max-width: 1239px) {
  .c-product__available span {
    font-size: 22px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .c-product__available span {
    font-size: 18px;
    line-height: 25px;
  }
}

.c-product__available .b-icon {
  margin-left: 10px;
  width: 22px;
  height: 19px;
}

@media only screen and (max-width: 1239px) {
  .c-product__available .b-icon {
    margin-right: 5px;
  }
}

.c-product__available .b-icon-i-close {
  width: 33px;
  height: 34px;
}

@media only screen and (max-width: 767px) {
  .c-product__available .b-icon-i-close {
    width: 22px;
    height: 23px;
  }
}

.c-product__favorite:hover span {
  color: #995c20;
}

.c-product__favorite .b-icon-i-favorite {
  width: 17px;
  height: 16px;
}

.c-product__favorite .b-icon {
  margin-right: 13px;
}

.c-product__favorite span {
  font-size: 19px;
  line-height: 21px;
  font-weight: 400;
  color: #4a4a4a;
}

@media only screen and (max-width: 767px) {
  .c-product__favorite span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .c-product__group__article__reviews {
    padding-top: 15px;
  }
}

.c-product__group__article {
  padding-left: 13px;
}

@media only screen and (max-width: 767px) {
  .c-product__group__article {
    padding-left: 0;
  }
}

.c-product__group__article ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-product__group__article ul li {
  padding: 0;
  margin: 0 0 23px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: #7d4f3f;
}

@media only screen and (max-width: 1239px) {
  .c-product__group__article ul li {
    font-size: 21px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .c-product__group__article ul li {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.c-product__group__reviews {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: table;
  padding: 0 20px 30px;
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .c-product__group__reviews {
    position: relative;
    left: auto;
    bottom: auto;
    right: auto;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-product__group__reviews {
    display: block;
  }
}

.c-product__group__reviews__item {
  padding: 15px 0;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .c-product__group__reviews__item {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    text-align: center;
  }
}

.c-product__group__reviews__item:last-child {
  text-align: right;
  padding-right: 15px;
}

@media only screen and (max-width: 767px) {
  .c-product__group__reviews__item:last-child {
    text-align: center;
    padding-right: 0;
  }
}

.c-product__rating {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

@media only screen and (min-width: 350px) {
  .c-product__rating {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
}


.c-product__rating ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.c-product__rating ul li {
  padding: 0;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.c-product__rating ul li .b-icon-i-leaflet {
  width: 24px;
  height: 26px;
}

.c-product__rating ul li.is-active .b-icon-i-leaflet {
  background-image: url(../img/header/i-leaflet-full.png);
}

.u-link-leave-your-feedback {
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
  color: #4a4a4a;
}

.u-link-leave-your-feedback:hover {
  color: #995c20;
}

.u-link-view-reviews .b-icon-i-mail {
  width: 41px;
  height: 30px;
  margin-right: 5px;
}

.u-link-view-reviews sup {
  top: -1em;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #4a4a4a;
}

/*------------------------------------------------------------*/
/* XX - PRODUCT TABS */
/*------------------------------------------------------------*/
.c-product__tabs {
  padding: 0 15px;
}

@media only screen and (max-width: 1239px) {
  .c-product__tabs {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-product__tabs__tab__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-product__tabs__tab__nav ul li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

@media only screen and (max-width: 567px) {
  .c-product__tabs__tab__nav ul li {
    display: block;
  }
}

.c-product__tabs__tab__nav ul li.is-active span {
  color: #ffffff;
  background-color: #f8b919;
}

.c-product__tabs__tab__nav ul li span {
  display: block;
  padding: 10px 38px;
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
  color: #663331;
  min-width: 236px;
  cursor: pointer;
}

@media only screen and (max-width: 1239px) {
  .c-product__tabs__tab__nav ul li span {
    padding: 10px 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 567px) {
  .c-product__tabs__tab__nav ul li span {
    display: block;
    font-size: 18px;
    text-align: center;
  }
}

.c-product__tabs__tab__section {
  display: none;
  padding: 20px 0 0;
}

@media only screen and (max-width: 1239px) {
  .c-product__tabs__tab__section {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-product__tabs__tab__section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.c-product__tabs__tab__section.is-active {
  display: block;
}

.c-product__tabs__tab__section p {
  padding: 0 35px;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #7d4f3f;
}

@media only screen and (max-width: 1239px) {
  .c-product__tabs__tab__section p {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-product__tabs__tab__section p {
    font-size: 15px;
    line-height: 25px;
  }
}

.c-product__tabs__table {
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1239px) {
  .c-product__tabs__table {
    margin-bottom: 15px;
  }
}

.c-product__tabs__table tr:nth-child(odd) {
  background-color: #f7f7f7;
}

.c-product__tabs__table tr td {
  padding: 4px 35px;
  font-size: 15px;
  line-height: 60px;
  font-weight: 500;
  color: #7d4f3f;
}

@media only screen and (max-width: 1239px) {
  .c-product__tabs__table tr td {
    padding: 10px 20px;
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .c-product__tabs__table tr td {
    font-size: 16px;
    line-height: 25px;
    padding: 10px;
    text-align: center;
  }
}

.c-product__tabs__table tr td i {
  margin-right: 35px;
  width: 25px;
  height: 25px;
}

@media only screen and (max-width: 1239px) {
  .c-product__tabs__table tr td i {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .c-product__tabs__table tr td i {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .c-product__tabs__table tr td span {
    display: block;
  }
}

.c-product__tabs__reviews {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1239px) {
  .c-product__tabs__reviews {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 30px;
  }
}

.c-product__tabs__reviews__slider {
  font-size: 0;
  margin-left: -27px;
  margin-right: -27px;
}

@media only screen and (max-width: 1239px) {
  .c-product__tabs__reviews__slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.c-product__tabs__reviews__slider .slick-arrow {
  margin-top: -30px;
  width: 14px;
  height: 18px;
  opacity: 0.5;
}

.c-product__tabs__reviews__slider .slick-arrow:hover {
  opacity: 1;
}

.c-product__tabs__reviews__slider .slick-arrow .b-icon-slider {
  display: block;
  width: 100%;
  height: 100%;
}

.c-product__tabs__reviews__slider .slick-arrow .b-icon-slider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.c-product__tabs__reviews__slider .slick-prev {
  left: 0;
}

@media only screen and (max-width: 1239px) {
  .c-product__tabs__reviews__slider .slick-prev {
    left: -10px;
  }
}

.c-product__tabs__reviews__slider .slick-prev .b-icon-slider:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 14px 9px 0;
  border-color: transparent #fac337 transparent transparent;
}

.c-product__tabs__reviews__slider .slick-next {
  right: 0;
}

@media only screen and (max-width: 1239px) {
  .c-product__tabs__reviews__slider .slick-next {
    right: -10px;
  }
}

.c-product__tabs__reviews__slider .slick-next .b-icon-slider:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 14px;
  border-color: transparent transparent transparent #fac337;
}

.c-product__tabs__reviews__item {
  padding: 0 0px 30px 0px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.c-product__tabs__reviews__article {
  position: relative;
  padding: 10px 15px;
  background-color: #eff3d8;
  margin-bottom: 30px;
}

.c-product__tabs__reviews__article:before {
  content: '';
  position: absolute;
  right: 20px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #eff3d8 transparent transparent;
}

.c-product__tabs__reviews__article p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  color: #666666;
}

@media only screen and (max-width: 1239px) {
  .c-product__tabs__reviews__article p {
    font-size: 15px;
  }
}

.c-product__tabs__reviews__rating {
  margin-bottom: 5px;
}

.c-product__tabs__reviews__rating ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-product__tabs__reviews__rating ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.c-product__tabs__reviews__rating ul li.is-active .b-icon-i-leaflet {
  background-image: url(../img/header/i-leaflet-full.png);
}

.c-product__tabs__reviews__rating ul li .b-icon {
  width: 16px;
  height: 16px;
}

.c-product__tabs__reviews__user {
  text-align: right;
}

.c-product__tabs__reviews__user span {
  font-family: 'Raleway', sans-serif !important;
  display: inline;
  font-size: 18px;
  line-height: 25px;
  color: #666666;
  font-weight: normal;
  font-style: italic;
  border-bottom: 1px solid #666666;
}

@media only screen and (max-width: 1239px) {
  .c-product__tabs__reviews__user span {
    font-size: 16px;
  }
}

.u-form-reviews .u-form-label {
  font-size: 17px;
}

.u-form-reviews .u-form-item {
  margin-bottom: 17px;
}

.u-form-reviews .u-form-checkbox__name {
  font-size: 17px;
}

.u-form-reviews .u-input-style.u-textarea-style {
  height: 250px;
}

.u-form-reviews .u-btn-reviews {
  padding: 0 13px;
  font-size: 17px;
  line-height: 36px;
  height: 36px;
}

/*------------------------------------------------------------*/
/* XX - CATALOG */
/*------------------------------------------------------------*/
.c-catalog {
  padding-top: 15px;
}

@media only screen and (max-width: 767px) {
  .c-catalog .c-catalog__photo {
    margin-bottom: 15px;
    min-height: 94px;
  }
}

.c-catalog__content {
  padding-right: 15px;
}

@media only screen and (max-width: 1239px) {
  .c-catalog__content {
    padding-right: 0;
  }
}

.c-catalog__filter__sort__by__catalog__view {
  display: table;
  width: 100%;
  border-bottom: 2px solid #f9b91b;
  margin-bottom: 20px;
  padding-bottom: 6px;
}

@media only screen and (max-width: 767px) {
  .c-catalog__filter__sort__by__catalog__view {
    display: block;
    margin-bottom: 15px;
  }
}

.u-filter__item {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .u-filter__item {
    width: 100%;
    display: block;
  }
}

.c-catalog__filter__sort__by {
  font-size: 0;
}

.c-catalog__filter__sort__by .u-filter__sort__view__name {
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .c-catalog__filter__sort__by .u-filter__sort__view__name {
    display: block;
    margin-right: 0;
    text-align: center;
    margin-bottom: 10px;
  }
}

.u-filter__sort__view__name {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #233e47;
}

.u-filter__sort__by__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .u-filter__sort__by__list {
    display: table;
    width: 100%;
    text-align: center;
  }
}

.u-filter__sort__by__list li {
  padding: 0;
  margin: 5px 5px 5px 28px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 1023px) {
  .u-filter__sort__by__list li {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .u-filter__sort__by__list li {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
  }
}

.u-filter__sort__by__list li a {
  position: relative;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #233e47;
}

/*.u-filter__sort__by__list li a:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: rgb(102,51,51) transparent transparent transparent;
}*/
.u-filter__sort__by__list li a:before {
  content: url(/local/templates/soyka/images/arrow-down.png);
  position: absolute;
  top: 8px;
  right: -5px;
  transform: rotate(0deg);
}

.u-filter__sort__by__list li a.is-active {
  color: #233e47;
}

/*.u-filter__sort__by__list li a.is-active:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  border-color: #233e47 transparent transparent transparent;
}*/
.u-filter__sort__by__list li a.is-active:before {
  content: url(/local/templates/soyka/images/arrow-down.png);
  position: absolute;
  top: 8px;
  right: -5px;
  transform: rotate(-180deg);
}

.u-filter__sort__by__list li a:hover {
  color: #233e47;
}

.c-catalog__filter__catalog__view {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .c-catalog__filter__catalog__view {
    display: none;
  }
}

.u-filter__catalog__view__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.u-filter__catalog__view__list li {
  padding: 0;
  margin: 5px 3px;
  display: inline-block;
  vertical-align: middle;
}

.u-filter__catalog__view__list li a {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
}

.u-filter__catalog__view__list li a .b-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.u-filter__catalog__view__list li a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {

  .c-catalog__filter__result__row.u-little__list__row,
  .c-catalog__filter__result__row.u-little__all__row {
    display: none;
  }
}

.c-catalog__filter__result__row .u-row {
  margin-left: -10px;
  margin-right: -10px;
}

@media only screen and (max-width: 991px) {
  .c-catalog__filter__result__row .u-row {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.c-catalog__filter__result__row .u-item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .c-catalog__filter__result__row .u-item {
    margin-bottom: 15px;
  }
}

.u__article__little__list {
  position: relative;
  border: 2px solid #fbd77c;
  padding-left: 32%;
  min-height: 300px;
}

.u__article__little__list .c-catalog__section__tag ul li span {
  width: 21px;
  height: 21px;
}

@media only screen and (max-width: 767px) {
  .u__article__little__list {
    padding-left: 0;
    min-height: auto;
  }
}

.u__article__little__list .c-catalog__section {
  position: relative;
  padding: 15px 15px 15px 30px;
}

@media only screen and (max-width: 767px) {
  .u__article__little__list .c-catalog__section {
    padding-left: 15px;
  }
}

.u__article__little__list .c-catalog__section__name {
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 22px;
}

@media only screen and (max-width: 1023px) {
  .u__article__little__list .c-catalog__section__name {
    font-size: 18px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .u__article__little__list .c-catalog__section__name {
    font-size: 15px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 1023px) {
  .u__article__little__list .c-catalog__section__cart {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .u__article__little__list .c-catalog__section__cart {
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .u__article__little__list .c-catalog__section__cart__item {
    display: block;
    margin-bottom: 20px;
  }
}

.u__article__little__list .c-catalog__section__cart__item:first-child {
  /*width: 190px;*/
  width: 200px;
}

@media only screen and (max-width: 767px) {
  .u__article__little__list .c-catalog__section__cart__item:first-child {
    width: 100%;
  }
}

.u__article__little__list .c-catalog__section__cart__price__row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 25px;
}

.u__article__little__list .c-catalog__section__tag {
  margin-top: 30px;
  margin-bottom: 30px;
}

.u__article__little__list .c-catalog__section__tag ul li {
  margin-right: 21px;
}

.u__article__little__list .u-form-catalog-cart .u-form-item {
  /*padding-right: 130px;*/
  padding-right: 147px;
}

.c-catalog__photo__section {
  position: absolute;
  top: 0;
  left: 0;
  width: 32%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .c-catalog__photo__section {
    position: relative;
    width: 100%;
    height: 280px;
    display: block;
  }
}

.c-catalog__photo__section .c-catalog__photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.u-catalog-label-info {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 105px;
  height: 105px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}

.u-catalog-label-info.is-label-not-available {
  background-image: url(../img/icon/label-not-available-bg.png);
  z-index: 3;
}

.u-catalog-label-info.is-label-discount {
  background-image: url(../img/icon/label-discount-bg.png);
  z-index: 4;
}

.u-catalog-label-info.is-label-news {
  background-image: url(../img/icon/label-news-bg.png);
  z-index: 5;
}

.u-catalog-label-info i {
  display: block;
  position: absolute;
  width: 100%;
  top: 33px;
  left: -10px;
  font-size: 19px;
  line-height: 21px;
  color: #ffffff;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  font-style: normal;
  font-family: 'Johny Mac Scrawl Ru';
}

.c-catalog__section__cart__favorite {
  position: relative;
  padding-left: 40px;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  min-height: 30px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 1023px) {
  .c-catalog__section__cart__favorite {
    font-size: 15px;
  }
}

.c-catalog__section__cart__favorite:hover {
  color: #995c20;
}

.c-catalog__section__cart__favorite:hover .c-catalog__section__cart__favorite__count,
.c-catalog__section__cart__favorite:hover .c-catalog__section__cart__favorite__name {
  color: #995c20;
}

.c-catalog__section__cart__favorite .b-icon {
  position: absolute;
  top: 3px;
  left: 0;
  width: 21px;
  height: 22px;
}

.c-catalog__section__cart__favorite__count {
  position: absolute;
  display: block;
  top: -13px;
  left: 26px;
  font-size: 15px;
  line-height: 15px;
  color: #663331;
}

.c-catalog__section__cart__favorite__name {
  font-size: 17px;
  line-height: 30px;
  color: #4a4a4a;
}

@media only screen and (max-width: 1023px) {
  .c-catalog__section__cart__favorite__name {
    font-size: 15px;
  }
}

.c-catalog__section__cart__price__row {
  display: block;
  margin-bottom: 15px;
}

.u__article__little__list__price {
  display: inline-block;
  vertical-align: middle;
  margin-right: 26px;
}

.u__article__little__list__price span {
  display: inline-block;
  font-family: 'Century Gothic', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  color: #ff4d0d;
}

@media only screen and (max-width: 1023px) {
  .u__article__little__list__price span {
    font-size: 25px;
  }
}

.u__article__little__list__price .b-icon-i-ruble-orange {
  width: 16px;
  height: 26px;
}

.c-catalog__section__cart__item.base-card-size {
  position: relative;
}

.u__article__little__list__old__price {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 55px;
}

.large-list .u__article__little__list__old__price,
.small-list .u__article__little__list__old__price {
  position: static;
}

.u__article__little__list__old__price span {
  display: inline-block;
  font-family: 'Century Gothic', sans-serif;
  font-size: 25px;
  line-height: 40px;
  font-weight: 400;
  text-decoration: line-through;
}

.u__article__little__list .u__article__little__list__old__price span:not(.r-currency) {
  position: relative;
  top: -20px;
  right: 15px;
}

.u__article__little__list__old__price .b-icon-i-ruble {
  width: 13px;
  height: 17px;
}

.u__article__little__list__old__price .b-icon-i-ruble1 {
  width: 14px;
  height: 18px;
}

.c-catalog__section__group {
  position: relative;
  padding-right: 50px;
}

.c-catalog__section__group__detail {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  /*color: #4a4a4a;*/
  color: #7d4f3f;
  text-transform: lowercase;
}

.c-catalog__section__group__detail ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-catalog__section__group__detail ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 7px 5px 0;
  margin: 0;
}

.c-catalog__section__group__reviews {
  position: absolute;
  top: 0;
  right: 0;
}

.c-catalog__section__group__reviews .b-icon-i-mail {
  width: 25px;
  height: 19px;
}

.c-catalog__section__group__reviews sup {
  top: -1em;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #4a4a4a;
}

.u__article__little__all {
  position: relative;
  border: 2px solid #fbd77c;
  padding: 3px 20px 3px 110px;
  min-height: 94px;
  display: table;
  table-layout: fixed;
  width: 100%;
}

@media only screen and (max-width: 1239px) {
  .u__article__little__all {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .u__article__little__all {
    /*display: block;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 35px;
    min-height: auto;
  }

  .u__article__little__all .price-cell {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.u__article__little__all .c-catalog__section__name {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 0;
}

.u__article__little__all .c-catalog__section__cart__price__row {
  margin-bottom: 0;
}

.u__article__little__all .u__article__little__list__old__price {
  display: block;
}

.u__article__little__all .u__article__little__list__old__price span {
  font-size: 18px;
  line-height: 25px;
}

.u__article__little__all .u__article__little__list__price {
  display: block;
  margin-right: 0;
  margin-left: 15px;
}

.u__article__little__all .u__article__little__list__price span {
  font-size: 21px;
  line-height: 25px;
}

.u__article__little__all .c-catalog__section__tag ul li {
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 10px;
}

/*** !ANC товар в каталоге Line small ***/

.c-line-small-product {
  display: grid;
  column-gap: 7px;
  align-items: center;
  grid-template-columns:
    72px 0 auto 85px;
  grid-template-rows:
    auto auto;
  grid-template-areas:
    "photo tags name   buy"
    "photo tags price  buy"
  ;
  margin: 17px 0;
}

.c-line-small-product__photo {
  grid-area: photo;
  width: 100%;
}

.c-line-small-product__name {
  grid-area: name;
}

.c-line-small-product__name a {
  line-height: 1.4;
  font-size: 12px;
}

.c-line-small-product__tags {
  grid-area: tags;
  display: none;
  max-width: 145px;
}

.c-line-small-product__price {
  grid-area: price;
  justify-self: end;
  align-self: center;
  font-family: 'Century Gothic', sans-serif;
  font-size: 18px;
  font-weight: 100;
  display: flex;
}

.c-line-small-product__price .r-currency {
  font-family: 'Raleway', sans-serif;
}

.c-line-small-product__price--red {
  color: rgba(255, 77, 13, 0.9);
}

.c-line-small-product__price--old {
  font-size: 12px;
  line-height: 12px;
  text-decoration: line-through;
  margin-left: 11px;
  display: block;
}

.c-line-small-product__buy {
  grid-area: buy;
}

@media screen and (min-width: 345px) {
  .c-line-small-product__name a {
    font-size: 14px;
  }

  .c-line-small-product__price {
    font-size: 20px;
  }

  .c-line-small-product__price--old {
    font-size: 14px;
    line-height: 14px;
  }
}

@media screen and (min-width: 385px) {
  .c-line-small-product__name a {
    font-size: 15px;
  }
}

@media screen and (min-width: 550px) {
  .c-line-small-product {
    column-gap: 10px;
    grid-template-columns:
      72px 0 auto auto 85px;
    grid-template-rows:
      auto;
    grid-template-areas:
      "photo tags name price buy"
    ;
  }

  .c-line-small-product__price {
    flex-direction: column;
  }

  .c-line-small-product__price--old {
    margin-top: 6px;
  }
}

@media screen and (min-width: 768px) {
  .c-line-small-product {
    column-gap: 20px;
    grid-template-columns:
      90px minmax(140px, 230px) auto minmax(82px, max-content) 200px;
    grid-template-areas:
      "photo name tags price buy"
    ;
    margin: 6px 0px;
  }

  .c-line-small-product__photo img {
    width: 90px;
    height: 90px;
  }

  .c-line-small-product__name {
    max-width: 230px;
  }

  .c-line-small-product__tags {
    display: block;
    min-width: 97px;
  }

  .c-line-small-product__price {
    flex-direction: column;
    margin-right: 14px;
  }

  .c-line-small-product__price--old {
    margin-top: 6px;
  }
}

@media screen and (min-width: 860px) {
  .c-line-small-product {
    margin: 6px 30px;
  }
}

@media screen and (min-width: 992px) {
  .c-line-small-product {
    margin: 6px 0px;
  }
}

@media screen and (min-width: 1100px) {
  .c-line-small-product {
    margin: 6px 20px;
  }
}





.c-catalog__section__row {
  padding: 5px 10px;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  /*.c-catalog__section__row {*/
  /*padding: 0 0 15px 0;*/
  /*display: block;*/
  /*width: 100%;*/
  /*}*/
}

.c-catalog__section__row:first-child {
  /*width: 240px;*/
  width: 70%;
  vertical-align: top;
  padding-top: 17px;
}

@media only screen and (max-width: 767px) {
  .c-catalog__section__row:first-child {
    display: flex;
    width: 50%;
  }

  .c-catalog__section__row:first-child .c-catalog__photo__small {
    height: initial;
  }
}

.c-catalog__section__row:nth-child(2) {
  width: 208px;
}

@media only screen and (max-width: 767px) {
  .c-catalog__section__row:nth-child(2) {
    width: 100% !important;
    position: absolute;
    bottom: -10px;
  }
}

.c-catalog__section__row:last-child {
  width: 220px;
}

@media only screen and (max-width: 767px) {
  .c-catalog__section__row:last-child {
    width: initial;
  }
}

.c-catalog__photo__small {
  position: absolute;
  top: 0;
  left: 10px;
  width: 90px;
  height: 100%;
}

.c-catalog__photo__small .c-catalog__photo img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .c-catalog__photo__small {
    position: relative;
    width: 100%;
    height: 280px;
    left: auto;
  }
}

.c-catalog__photo__small .c-catalog__photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.u-btn-catalog-filter-popup {
  display: none;
  vertical-align: middle;
  margin-right: 15px;
  padding: 0 10px;
  line-height: 25px;
  height: 25px;
}

@media only screen and (max-width: 1023px) {
  .u-btn-catalog-filter-popup {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .u-btn-catalog-filter-popup {
    display: block;
    max-width: 100px;
    line-height: 36px;
    height: 36px;
    margin: 0 auto 15px;
  }
}

.u-big__list__row .c-catalog__section__tag {
  margin-bottom: 10px;
}

.u-big__list__row .c-catalog__section__tag ul li {
  margin-right: 20px;
}

/*------------------------------------------------------------*/
/* XX - FILTER */
/*------------------------------------------------------------*/
.c-filter-catalog-section {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .c-filter-catalog-section {
    display: block;
  }
}

@media only screen and (max-width: 1023px) {
  .u-aside__filter__item {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
    background-color: #ffffff;
    z-index: 10000;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .u-aside__filter__item.is-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.c-catalog__filter__aside {
  padding-right: 20px;
}

@media only screen and (max-width: 1239px) {
  .c-catalog__filter__aside {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .c-catalog__filter__aside {
    height: 100%;
    overflow-y: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.u-aside-section__filter__close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #f5f5f5 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAYAAAC5DOVpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3tpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpERUEzRkVDMkNBMjFFNDExQjREN0RGMEYxNkQ4OEFEQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NUEwMTI1MTkwMUIxMUU4QjkwQUM2MTVENzI4QUE0NiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NUEwMTI1MDkwMUIxMUU4QjkwQUM2MTVENzI4QUE0NiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MWFkY2I0MDMtZGExNC00MGI1LWJlYjEtYzQxMmZiYmIyMGYyIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ODU4MDI5OTgtYTA3Yy04MDRmLWFmYTItYjU4YzYxYzY5ZDhkIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+CjQ65QAAAKRJREFUeNqc0lERgCAMBuCxBlSgAhU0ixHMYASzYBYqWMFxB3eosMG4+x942HeDzVhrHQDslA3056QcmC8LJSihkOshYZGyUpwCDLku1cfSmQZ8QaUzUIA/6IuNgk2ohUlgF+phLdBKUDqG9oz7mxq7OYjrrO4wZixy0AhWP02cMg5C1wiIE+MX1wZn9kgCcWaPJBAnIRZEBdQFE+YVUAv0jwADAEzcPzKSFK/tAAAAAElFTkSuQmCC') center center no-repeat;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  z-index: 1;
}

@media only screen and (max-width: 1023px) {
  .u-aside-section__filter__close {
    display: block;
  }
}

.u-aside-section__filter__close:hover {
  opacity: 0.7;
}

.u-aside-section__filter-title {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 50px;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  color: #4a4a4a;
  height: 40px;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .u-aside-section__filter-title {
    display: block;
  }
}

.c-catalog__filter__item__dropdown.is-open .c-catalog__filter__dropdown__body {
  display: block;
}

.c-catalog__filter__item__dropdown.is-open .c-catalog__filter__dropdown__name span:before {
  content: '';
  background-image: url(/local/templates/soyka/images/arrow-down1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 6px;
  position: absolute;
  top: 1px;
  left: 0;
  transform: rotate(-180deg);
}

.c-catalog__filter__item {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
  .c-catalog__filter__item {
    margin-bottom: 15px;
  }
}

.c-catalog__filter__item.c-catalog__filter__item__dropdown__row {
  margin-bottom: 0;
}

.c-catalog__filter__dropdown__name {
  padding: 6px 0;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  color: rgb(137, 79, 79);
  cursor: pointer;
}

.c-catalog__filter__dropdown__name.inner-menu {
  cursor: auto;
}

.c-catalog__filter__dropdown__name.catalog-filter {
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  color: #4a4a4a;
  cursor: auto;
}

.c-catalog__filter__dropdown__name span {
  margin-left: 5px;
  padding-left: 10px;
  display: inline-block;
  position: relative;
  font-size: 9px;
  line-height: 15px;
  font-weight: 500;
  color: #4a4a4a;
  color: transparent;
  cursor: pointer;
}

/*.c-catalog__filter__dropdown__name span:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: rgb(102,51,51) transparent transparent transparent;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}*/
.c-catalog__filter__dropdown__name span:before {
  content: '';
  background-image: url(/local/templates/soyka/images/arrow-down1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 6px;
  position: absolute;
  top: 3px;
  left: 0;
  transform: rotate(0deg);
}

.c-catalog__filter__dropdown__name span:hover {
  color: #995c20;
  color: transparent;
}

.c-catalog__filter__dropdown__name span:hover:before {
  border-color: #995c20 transparent transparent transparent;
}

.c-catalog__filter__title {
  padding: 5px 0;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  color: #4a4a4a;
  border-bottom: 2px solid #f9b91b;
  margin-bottom: 20px;
}

.c-catalog__filter__dropdown__body {
  display: none;
  border-top: 2px solid #f9b91b;
  border-bottom: 2px solid #f9b91b;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .c-catalog__filter__dropdown__body {
    margin-bottom: 15px;
  }
}

ul.c-catalog__filter__plant__type {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 1023px) {
  ul.c-catalog__filter__plant__type {
    font-size: 0;
  }
}

ul.c-catalog__filter__plant__type li {
  display: block;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 1023px) {
  ul.c-catalog__filter__plant__type li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}

@media only screen and (max-width: 567px) {
  ul.c-catalog__filter__plant__type li {
    display: block;
    width: 100%;
  }
}

ul.c-catalog__filter__plant__type li a {
  position: relative;
  padding: 7px 10px;
  display: block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: rgb(137, 79, 79);
}

ul.c-catalog__filter__plant__type li a:hover {
  background-color: #f9b91b;
}

ul.c-catalog__filter__plant__type li a:active {
  text-decoration: none;
  color: #414066;
}

ul.c-catalog__filter__plant__type li a.is-active {
  text-decoration: none;
  color: #414066;
}

ul.u-checkbox-radio-style__list {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

@media only screen and (max-width: 1023px) {
  ul.u-checkbox-radio-style__list {
    font-size: 0;
  }
}

ul.u-checkbox-radio-style__list.u-list__types__food .u-checkbox-radio-style-name {
  padding-left: 28px;
}

ul.u-checkbox-radio-style__list.u-list__types__food .u-checkbox-radio-style-title {
  font-weight: 500;
}

/*
ul.u-checkbox-radio-style__list.u-list__types__food li:hover .u-checkbox-radio-style-label {
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px);
}*/
ul.u-checkbox-radio-style__list.u-list__storage__temperature {
  padding: 0;
}

ul.u-checkbox-radio-style__list.u-list__storage__temperature .u-checkbox-radio-style-title {
  font-family: 'Century Gothic', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #4a4a4a;
}

ul.u-checkbox-radio-style__list.u-list__producing__country .u-checkbox-radio-style-title {
  color: #4a4a4a;
}

ul.u-checkbox-radio-style__list li {
  display: block;
  padding: 0 0 0 10px;
  margin: 0 0 3px;
}

@media only screen and (max-width: 1023px) {
  ul.u-checkbox-radio-style__list li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}

@media only screen and (max-width: 567px) {
  ul.u-checkbox-radio-style__list li {
    display: block;
    width: 100%;
  }
}

ul.u-checkbox-radio-style__list li:last-child {
  margin-bottom: 0;
}

.u-checkbox-radio-style-label {
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.u-checkbox-radio-style-input {
  display: none;
}

.u-checkbox-radio-style-input:checked+.u-checkbox-radio-style__section .u-checkbox-radio-style-box {
  background-color: #face5e;
}

.u-checkbox-radio-style__section {
  display: block;
  position: relative;
  padding-left: 30px;
}

.u-checkbox-radio-style-box {
  position: absolute;
  display: block;
  top: 5px;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: #eff0f3;
}

.u-checkbox-radio-style-name {
  position: relative;
  display: block;
  padding-left: 0;
}

.u-checkbox-radio-style-name .b-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}

.u-checkbox-radio-style-title {
  display: block;
  font-size: 13px;
  line-height: 25px;
  font-weight: 700;
  color: #663331;
}

.c-catalog__filter__parameters {
  margin-bottom: 30px;
}

.c-catalog__filter__parameters__range .noUiRange {
  height: 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #e3e4e7;
  margin: 25px 0 25px;
}

.c-catalog__filter__parameters__range .noUi-connect {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #ffefc7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.c-catalog__filter__parameters__range .noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  background: #face5e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: -8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #face5e;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.c-catalog__filter__parameters__range .noUi-horizontal .noUi-handle:focus {
  outline: none;
}

.c-catalog__filter__parameters__range .noUi-horizontal .noUi-handle:hover {
  background-color: #995c20;
}

.c-catalog__filter__parameters__range .noUi-horizontal .noUi-active {
  border-color: #face5e;
  background-color: #face5e;
}

.c-catalog__filter__parameters__range .noUi-horizontal .noUi-active:hover {
  border-color: #ffefc7;
  background-color: #ffefc7;
}

.c-catalog__filter__parameters__range .noUi-handle:after,
.c-catalog__filter__parameters__range .noUi-handle:before {
  content: none;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -12px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  width: auto;
  left: 12px;
  right: 12px;
}

.c-filter__range__item {
  position: relative;
}

.u-numeric-inputs {
  width: 100%;
  padding: 4px 10px;
  font-family: 'Century Gothic', sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #4a4a4a;
  height: 36px;
  border: 2px solid #e3e4e7;
  background-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
}

.u-numeric-inputs.u-numeric-inputs-shelf {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.c-catalog__filter__search__form {
  margin-bottom: 20px;
}

.c-catalog__filter__search__form .u-form-item {
  position: relative;
}

.c-catalog__filter__search__form .u-input-style {
  width: 100%;
  height: 32px;
  border: 2px solid #e3e4e7;
  background-color: #ffffff;
  padding: 4px 32px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #663331;
  text-align: center;
}

.c-catalog__filter__search__form .u-input-style::-webkit-input-placeholder {
  color: #c2c2c2;
}

.c-catalog__filter__search__form .u-input-style:-moz-placeholder {
  color: #c2c2c2;
}

.c-catalog__filter__search__form .u-input-style::-moz-placeholder {
  color: #c2c2c2;
}

.c-catalog__filter__search__form .u-input-style:-ms-input-placeholder {
  color: #c2c2c2;
}

.u-btn-filter-search {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  width: 32px;
  height: 32px;
  background-color: transparent;
  opacity: 0.3;
}

.u-btn-filter-search .b-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.u-btn-filter-search:hover {
  opacity: 0.7;
}

.c-catalog__filter__search__list {
  max-height: 147px;
  overflow-y: auto;
  padding-bottom: 10px;
  border-bottom: 2px solid #f9b91b;
}

.c-catalog__filter__search__list .u-checkbox-radio-style__list {
  padding: 0;
}

.c-catalog__filter__btn {
  margin-bottom: 15px;
}

@media only screen and (max-width: 1023px) {
  .c-catalog__filter__btn {
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 15px;
    background-color: #ffffff;
    margin-bottom: 0;
    box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.03);
  }
}

.u-btn-catalog-filter {
  display: block;
  padding: 0 10px;
  font-size: 15px;
}



/***** SECTION КАТАЛОГ *****/

.c-catalog-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.c-catalog-desktop {
  display: block;
}

.c-catalog-mobile {
  display: none;
  margin-top: 45px;
}

.c-catalog-mobile-section__body {
  display: flex;
  flex-direction: row;
  padding: 16px 0;
}

.c-catalog-mobile-section__name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  flex-grow: 1;
}

.c-catalog-mobile-section__goods-count {
  font-family: 'Century Gothic', sans-serif;
  font-size: 16px;
  color: #A0A0A0;
  margin-left: 13px;
}

.c-catalog-mobile-section__arrow {
  margin-left: 13px;
}

.c-catalog-mobile-section__arrow img{
  width: 11px;
}

.c-catalog-mobile-subsection-list {
  padding-left: 7px;
}

.c-catalog-mobile-subsection {
  display: flex;
  flex-direction: 1;
  padding: 8px 0;
}

.c-catalog-mobile-subsection__name {
  flex-grow: 1;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.c-catalog-mobile-subsection__goods-count {
  font-family: 'Century Gothic', sans-serif;
  font-size: 14px;
  color: #A0A0A0;
}

.c-catalog-mobile-section.js-opened .c-catalog-mobile-section__arrow {
  transform: rotate(180deg);
}

.c-catalog-mobile-section.js-opened .c-catalog-mobile-section__name {
  color: #F9B91B;
}


.c-catalog-desktop-section {
  margin-top: 30px;
  margin-bottom: min(45px, 4.39vw);
}

.c-catalog-desktop-section__name {
  display: block;
  font-size: min(32px, 3.12vw);
  font-weight: 700;
  margin-bottom: 20px;
  width: fit-content;
}

.c-catalog-desktop-subsection-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: min(11px, 0.88vw);
}

.c-catalog-desktop-subsection {
  display: block;
  font-size: min(22px, 1.77vw);
  font-weight: 600;
  line-height: 1.2;
  background-color: #5c90b9;
  background-size: contain;
  border-radius: 18px;
  height: min(193px, 15.56vw);
  padding: min(16px, 1.29vw);
}

.c-catalog-desktop.width-size__catalog .c-catalog-desktop-subsection {
  height: min(141px, 11.37vw);
  font-size: min(16px, 1.29vw);
  padding: min(13px, 1.05vw);
}

.c-catalog-spacer {
  height: 40px;
}

@media  only screen and (max-width: 1239px) {
  .c-catalog-wrapper {
  padding-right: 15px;
  }
}


@media  only screen and (max-width: 991px) {
  .c-catalog-desktop.width-size__catalog .c-catalog-desktop-subsection {
    height: 15.44vw;
    font-size: 1.76vw;
    padding: min(13px, 1.31vw);
  }
}

@media  only screen and (max-width: 750px) {
  .c-catalog-desktop {
    display: none;
  }

  .c-catalog-mobile {
    display: block;
    margin-top: 3vw;
  }
}


/***** !SECTION END*****/

/***** SECTION КАТАЛОГ ПЛИТКИ *****/

.c-catalog-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 23px;
  row-gap: 35px;
  margin-top: 30px;
}

.c-catalog-tile-item-frame {
  position: relative;
  height: 410px;
}


.c-catalog-tile-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.c-catalog-tile-item[data-quantity-available="0"][data-quantity-check-required="Y"] {
  opacity: 0.5;
}

.c-catalog-tile-item[data-quantity-available^="-"][data-quantity-check-required="Y"]{
  opacity: 0.5;
}

.c-catalog-tile-item-frame .c-catalog-tile-item:hover {
  top: -11px;
  left: -11px;
  width: calc(100% + 22px);
  padding: 11px;
  z-index: 1;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  background-color: white;
  opacity: 1;
}

.c-catalog-tile-item-photo {
  position: relative;
  margin-bottom: 14px;
}

.c-catalog-tile-item-photo img {
 width: 100%;
 max-height: 240px;
}

.c-catalog-tile-item-name {
  font-size: 15px;
  margin-bottom: 13px;
  height: 63px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.c-catalog-tile-item-tags {
  margin-bottom: 15px;
}

.c-catalog-tile-item-price-section {
  font-family: 'Century Gothic', sans-serif;
  display: flex;
  flex-direction: row;
  font-size: 18px;
  margin-bottom: 13px;
}

.c-catalog-tile-item-base-price {
  display: none;
  font-size: 15px;
  text-decoration: line-through;
  margin-left: 13px;
  line-height: 1;
}

[data-have-discount="Y"] .c-catalog-tile-item-base-price {
  display: block;
}

[data-have-discount="Y"] .c-catalog-tile-item-price {
  color: #FF5E25;
}

.c-catalog-tile-item-price {
  font-size: 24px;
}

.c-catalog-tile-item-buy-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 13px;
}

.c-catalog-tile-item-go-to-basket-btn,
.c-catalog-tile-item-add-to-basket-btn {
  width: 100%;
  height: 34px;
  background-color: #F9B91B;
  font-size: 17px;
  color: white;
}

.c-catalog-tile-item-go-to-basket-btn:hover,
.c-catalog-tile-item-add-to-basket-btn:hover {
  background-color: #91C338;
  cursor: pointer;
  color: white;
}

.c-catalog-tile-item-go-to-basket-btn {
  display: none;
  line-height: 34px;
  text-align: center;
}

[data-is-in-basket="Y"] .c-catalog-tile-item-add-to-basket-btn {
  display: none;
}

[data-is-in-basket="Y"] .c-catalog-tile-item-go-to-basket-btn {
  display: block;
}

.c-catalog-tile-item-buy-btns-wrapper {
  display: none;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  text-align: center;
  margin-left: 10px;
}

[data-is-in-basket="Y"] .c-catalog-tile-item-buy-btns-wrapper {
  display: flex;
}

.c-catalog-tile-item-frame:hover .c-catalog-tile-item-buy-section {
  display: flex;
}

.c-product-minus-from-basket-btn.tile,
.c-product-plus-to-basket-btn.tile {
  height: 25px;
  width: 25px;
  font-size: 24px;
  font-weight: 500;
  color: #623437;
}

.c-product-minus-from-basket-btn.tile {
  padding-top: 1px;
}

.c-catalog-tile-item-quantity {
  font-size: 16px;
  width:  30px;
}

.c-catalog-tile-out-of-stock {

}

.c-catalog-tile-out-of-stock img {

}

.c-catalog-tile-out-of-stock span {

}

.c-catalog-add-to-favorites-btn.tile {
  position: absolute;
  top: 0;
  right: 0;
}

.c-catalog-add-to-favorites-btn.tile img {
  margin: 0;
}

.c-catalog-tile-item-region-delivery {
  display: none;
}

.c-catalog-tile-item-region-delivery img {
  height: 16px;
}

.c-catalog-tile-item-region-delivery span {
  color: #464646;
}

.c-catalog-tile-out-of-stock img {
  height: 16px;
  margin-bottom: 2px;
  margin-right: 3px;
}

.c-catalog-tile-out-of-stock span {
  font-size: 19px;
  color: #1B1B1B;
}

@media only screen and (max-width: 1200px) {
  .c-catalog-tiles {
    grid-template-columns: repeat(3, 1fr);
  }

  .c-catalog-tile-item-frame {
    height: 415px;
  }
}

@media only screen and (max-width: 992px) {
  .c-catalog-tiles {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 25px;
  }

  .c-catalog-tile-item-frame {
    height: auto;
  }

  .c-catalog-tile-item {
    position: static;
  }

  .c-catalog-tile-item-frame .c-catalog-tile-item:hover {
    top: 0px;
    left: 0px;
    width: auto;
    padding: 0px;
    z-index: 0;
    box-shadow: none;
    background-color: white;
  }

  .c-catalog-tile-item[data-quantity-available="0"][data-quantity-check-required="Y"]:hover {
    opacity: 0.5;
  }

  .c-catalog-tile-item-name {
    margin-bottom: 0px;
    height: 63px;
    overflow: hidden;
    -webkit-line-clamp: 3;
  }

  .c-catalog-tile-item:hover .c-catalog-tile-item-name {
    display: -webkit-box;
    overflow: hidden;
    height: 63px;
    min-height: auto;
  }

  .c-catalog-tile-item-tags {
    display: none;
  }
  
  .c-catalog-tile-item-price-section {
    flex-direction: column;
    width: 100%;
  }

  .c-catalog-tile-item-base-price {
    order: -1;
    align-self: flex-end;
    font-size: 12px;
    margin-bottom: 3px;
  }

  [data-have-discount="N"] .c-catalog-tile-item-price {
    margin-top: 15px;
  }

  .c-catalog-tile-item-buy-section {
    display: flex;
    margin-bottom: 13px;
  }
  
  .c-catalog-tile-item-add-to-basket-btn {
    width: 100%;
    height: 40px;
    background-color: #F9B91B;
    font-size: 19px;
  }
  
  .c-catalog-tile-item-go-to-basket-btn {
    display: none;
    background-color: #91C338;
    line-height: 40px;
  }
  
  [data-is-in-basket="Y"] .c-catalog-tile-item-go-to-basket-btn {
    display: none;
  }
  
  .c-catalog-tile-item-buy-btns-wrapper {
    display: none;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    text-align: center;
    margin-left: 0px;
  }

  
  [data-is-in-basket="Y"] .c-catalog-tile-item-buy-btns-wrapper {
    display: flex;
  }
  
  .c-product-minus-from-basket-btn.tile,
  .c-product-plus-to-basket-btn.tile {
    height: 40px;
    width: 40px;
    font-size: 36px;
    font-weight: 500;
    color: #623437;
  }
  
  .c-product-minus-from-basket-btn.tile {
    padding-top: 1px;
  }
  
  .c-catalog-tile-item-quantity {
    font-size: 22px;
    width: auto;
  }

  .c-catalog-tile-item-region-delivery {
    display: none;
  }

  .c-catalog-tile-out-of-stock{
    height: 40px;
    padding-top: 8px;
  }

  .c-catalog-tile-out-of-stock img {
    height: 16px;
    margin-bottom: 2px;
    margin-right: 3px;
  }

  .c-catalog-tile-out-of-stock span {
    font-size: 19px;
  }
}

@media only screen and (max-width: 820px) {
  .c-catalog-tiles {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    column-gap: clamp(15px, 4.5vw ,30px);
  }

  .c-catalog-tile-item-name {
    font-size: 14px;
  }
}

@media only screen and (max-width: 560px) {
  .c-catalog-tiles {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    column-gap: clamp(15px, 4.5vw ,30px);
  }

  .c-catalog-tile-item-name {
    font-size: 14px;
  }
}

@media only screen and (max-width: 348px) {
  .c-catalog-tile-out-of-stock span {
    font-size: 17px;
  }

}

/***** !SECTION END*****/

  .c-catalog-rostov {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 40px;
    row-gap: 15px;
  }

  .c-catalog-rostov-item {
    /* background-color: #89C53E; */
    height: 42px;
    overflow: hidden;
    /* padding: 15px;  */
    display: flex;
    align-items: center;
  }

  .c-catalog-rostov-item:hover .name{
    color: #fbb611;
    transition-duration: 0.1s;
  }
  
  .c-catalog-rostov-item .name {
    color:  #663234;
    font-size: 15px;
    /* font-weight: 600; */
  }


@media only screen and (max-width: 830px) {
  .c-catalog-rostov {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
  }
}

@media only screen and (max-width: 540px) {
  .c-catalog-rostov {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }
  
  .c-catalog-rostov-item {
    height: auto;
  }
}


/***** SECTION КАТАЛОГ РОСТОВ *****/



/***** !SECTION END*****/



/***** SECTION КАТАЛОГ СОРТИРОВКА/ФИЛЬТЫ *****/

.c-catalog-sort-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 3px;
  position: relative;
}

.c-catalog-top-sort-btn {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  background-color: white;
}

.c-catalog-sort-modal {
  position: absolute;
  font-size: 16px;
  padding: 5px 0px;
  box-shadow: 0px 0px 9px 0px #D6D6D6;
  border-radius: 5px;
  background-color: white;
  z-index: 200;
  display: flex;
  flex-direction: column;
  width: max-content;
  top: 26px;
}

.c-catalog-top-sort-btn img {
  width: 18px;
  object-fit: contain;
  margin-right: 5px;
}

.c-catalog-sort-option {
  padding: 12px 18px;
}

.c-catalog-sort-option.is-active {
  background-color: rgb(243, 243, 243);
}

.c-catalog-filter-frame {
  height: 100vh;
  position: fixed;
  right: 0px;
  top: 0px;
  overflow: hidden;
  width: 350px;
  z-index: 200;
  box-shadow: -2px 0px 8px -2px rgba(34, 60, 80, 0.2);

}

.c-catalog-filter-body {
  background-color: white;
  position: relative;
  padding: 22px 38px 20px 32px;
  display: flex;
  flex-direction: column;
  transition: right .3s ease 0s;
  height: 100%;
  z-index: 201;
}

.c-catalog-filter-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.c-catalog-filter-title {
  font-size: 24px;
  color: #4a4a4a;
}

.c-catalog-filter-close-btn {
  width: 28px;
  height: 28px;
  position: relative;
  background-color: transparent;
  margin-top: 1px;
  cursor: pointer;
}

.c-catalog-filter-close-btn::before {
  width: 22px;
  height: 2px;
}

.c-catalog-filter-close-btn::after {
  width: 2px;
  height: 22px;
}

.c-catalog-filter-close-btn::before,
.c-catalog-filter-close-btn::after {
    transition: background .3s ease 0s;
    background-color: #9e9e9e;
    border-radius: 2px;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
}


.c-catalog-filter-content {
  flex-grow: 1;
  overflow-y: auto;
  margin-right: -30px;
  padding-right: 24px;
}

.c-catalog-filter-content::-webkit-scrollbar {
  width: 9px;
 background: #e4e5e8;
}
.c-catalog-filter-content::-webkit-scrollbar-thumb{
 background-color: #e9b834;
}

.c-catalog-filter-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 8%);
  margin: 0 -32px -20px -38px;
  padding: 14px 32px 48px 38px;  
}

.c-catalog-filter-apply-button,
.c-catalog-filter-reset-button {
  width: 110px;
  font-size: 15px;
  background-color: transparent;
  line-height: 36px;
}

.c-catalog-filter-apply-button {
  background-color: #f9b91b;
  border: none;
  color: white;
}

.c-catalog-filter-apply-button:hover {
  background-color: #8cc343;
}

.c-catalog-filter-reset-button {
  border: 2px solid #e3e4e7;
}

.c-catalog-filter-reset-button:hover {
  border: 2px solid white;  
}


@media only screen and (max-width: 1023px) {

  .c-catalog-filter-frame {
    width: 100%;
    height: 100%;
  }

  .c-catalog-filter-footer {
    padding-bottom: 20px;
  }

}

@media only screen and (max-width: 767px) {

  .c-catalog-sort-wrapper {
    margin-top: 15px;
  }
}

/***** !SECTION END*****/


/***** SECTION ОФОРМЛЕНИЕ ЗАКАЗА *****/

.c-order-wrapper {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-areas: 
    "stage"
    "basket"
    "main"
    "total";
  grid-template-columns: 1fr;

}

.c-order-block-heading {
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 23px;
  font-weight: 500;
}

.c-order-delivery-zone-heading {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 32px;
  margin: 0;
  background-image: linear-gradient(to right,#F9B91B 10%, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 11px 2px;
  background-repeat: repeat-x;
}


.c-order-stage-block {
  grid-area: stage;
  display: none;
}

@media  only screen and (min-width: 1024px) {
  .c-order-block-heading {
    font-size: 30px;
    margin-top: 0px;
  } 
  
  .c-order-stage-block {
    display: block;
  }
}

.c-order-total-block {
  position: relative;
  grid-area: total;
  background-color: #ffffff;
  color: #233E47;
  height: max-content;
  width: 100%;
  font-size: 20px;
  padding: 25px;
  margin-top: 20px;
  margin-left: auto;
  border: 4px solid #E5E5E5;
  margin-bottom: 85px;
  z-index: 1;
}

.c-order-basket-block {
  grid-area: basket;
  margin-bottom: 60px;
}

.c-order-main-block {
  grid-area: main;
}

.c-order-auth-section,
.c-order-delivery-section,
.c-order-payment-section {
  margin-bottom: 60px;
  position: relative;
}

#anchor-order-delivery,
#anchor-order-payment {
  position: absolute;
  top: -65px;
  left: 0px;
}

.c-order-error h1,
.c-order-error h2 {
  font-size: 24px;
}

.c-order-accepted .c-order-success-btn {
  display: block;
  /* max-width: 320px; */
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}


@media  only screen and (min-width: 600px) {

  .c-order-wrapper {
    max-width: 830px;
    margin: auto;
  }

  .c-order-total-block {
    max-width: 600px;
    width: 100%;
    padding: 30px 30px;
    margin: 20px auto 85px;
  }

}

@media  only screen and (min-width: 1226px) {
  .c-order-wrapper {
    grid-template-areas: 
    "stage  total"
    "basket total"
    "main   total";
    grid-template-columns: calc(100% - 380px) 380px;  
    max-width: none;
  }

  .c-order-total-block {
    width: 340px;
    position: sticky;
    top: 70px;
    padding: 20px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .c-order-payment-section {
    margin-bottom: 260px;
  }

}

@media  only screen and (max-width: 570px) {
  .c-order-basket-block {
    margin-bottom: 35px;
  }

  .c-order-auth-section {
    margin-bottom: 5px;
  }

  .c-order-delivery-section {
    margin-bottom: 35px;
  }

  .c-order-payment-section {
    margin-bottom: 25px;
  }

  .c-order-block-heading {
    margin-bottom: 7px;
  }

}

/***** ANCHOR TOTAL BLOCK *****/

.c-order-total-goods,
.c-order-total-discount,
.c-order-total-delivery,
.c-order-total-sum,
.c-order-total-promocode {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 14px;
  font-weight: 500;
  align-items: flex-end;
  line-height: 20px;
}

.c-order-total-goods__value,
.c-order-total-discount__value,
.c-order-total-delivery__value--num,
.c-order-total-sum__value {
    font-family: 'Century Gothic', sans-serif;
    font-size: 20px;
}

.c-order-total-delivery__value--text {
    font-size: 14px;
}


.c-order-total-discount__value {
  font-weight: 400;
  color: #8cc343;
}

.c-order-total-sum {
  font-size: 28px;
  padding-top: 26px;
  border-top: 1px solid rgb(219, 219, 219);
  margin-bottom: 39px;
}

.c-order-total-sum__value {
  font-size: 32px;
}

.c-order-total-promocode {
  padding-bottom: 12px;
  margin-bottom: 3px;
}

.c-order-total-promocode__input {
  border: none;
  background-color: #F3F3F3;
  height: 37px;
  width: 166px;
  font-size: 14px;
  text-align: center;
}

.c-order-total-promocode__input[data-promocode-status='valid'] {
  border: 1px solid #8CC343;
  pointer-events:none;
}

.c-order-total-promocode__input[data-promocode-status='invalid'] {
  border: 1px solid #DA0505;
}

.c-order-total-promocode__button {
  border: 1px solid rgb(209, 209, 209);
  background-color: white;
  height: 37px;
  line-height: 37px;
  width: 103px;
  font-size: 14px;
  text-align: center;
}

.c-order-total-ihavediscount-text {
  font-size: 16px;
  margin-bottom: 25px;
}

.c-order-discount-list {
  display: flex;
  flex-direction: column;
}

.c-order-discount-item {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  margin-bottom: 24px;
  font-weight: 500;
  align-items: center;
}

.c-order-discount-text {
  padding-left: 8px;
  width: 100%;
}

.c-order-total-delivery-option,
.c-order-total-payment-option {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 28px;
}

.c-order-total-delivery-option {
  margin-top: 20px;
}

.c-order-total-delivery-option a,
.c-order-total-payment-option a {
  color: #233E47;
  text-decoration: underline;
  margin-left: 3px;
}

.c-order-confirm-button {
  border: none;
  background-color: #8CC343;
  color: white;
  height: 50px;
  width: 100%;
  font-weight: 400;
  margin-top: 7px;
}

.c-order-sum-block {
  min-height: 143px;
}

.c-order-total-coupon-alert {
  display: none;
}

.c-order-total-coupon-alert[data-promocode-status='valid'],
.c-order-total-coupon-alert[data-promocode-status='invalid'] {
  display: block;
  font-size: 14px;
  margin-top: -5px;
}

.c-order-total-coupon-alert[data-promocode-status='valid'] {
  color: #8CC343;
}

.c-order-total-coupon-alert[data-promocode-status='invalid'] {
  color: #da0505;
}

.c-order-cancel-coupon-btn {
  width: 21px;
  height: 21px;
}

.c-order-agreement-text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -69px;
  z-index: 10;
}

.c-order-agreement-text p {
  width: 100%;
  line-height: 1.5;
  font-size: 12px;
  color: #777777;
  margin: 0;
}

.c-order-agreement-text a {
  color: #777777;
  text-decoration: underline;
  cursor: pointer;
}

@media  only screen and (max-width: 1225px) {
  .c-order-agreement-text {
    bottom: -55px;
  }
}

@media  only screen and (max-width: 443px) {
  .c-order-agreement-text {
    bottom: -71px;
  }
}

@media  only screen and (max-width: 390px) {
  .c-order-total-block {
    padding: 20px;
  }
}

@media  only screen and (max-width: 370px) {

  .c-order-total-promocode__input {
    width: 43vw;
  }
  
  .c-order-total-promocode__button {
    border: 1px solid rgb(209, 209, 209);
    background-color: white;
    height: 37px;
    line-height: 37px;
    width: 28vw;
    font-size: 14px;
  }

  .c-order-total-sum {
    margin-bottom: 33px;
  }

  .c-order-total-sum__text {
    padding-top: 3px;
    font-size: 22px;
  }
  
  .c-order-total-sum__value {
    font-size: 30px;
  }
}

@media  only screen and (max-width: 340px) {
  .c-order-total-block {
    padding: 15px;
  }

  .c-order-discount-text {
    font-size: 13px;
    margin-bottom: 3px;
  }
}

@media  only screen and (max-width: 330px) {
  .c-order-total-block {
    padding: 13px;
  }

  .c-order-total-delivery__value--text {
    font-size: 13px;
  }
}


@media  only screen and (max-height: 658px) {
  .c-order-total-block {
    padding: 15px;
  }

  .c-order-total-delivery-option {
    margin-top: 7px;
    margin-bottom: 20px;
  }
  
  .c-order-total-payment-option {
    margin-bottom: 20px;
  }

  .c-order-total-sum {
    margin-bottom: 32px;
  }

  .c-order-total-ihavediscount-text {
    margin-bottom: 18px;
  }
}

@media  only screen and (max-height: 599px) {

  .c-order-total-goods,
  .c-order-total-discount,
  .c-order-total-delivery {
  margin-bottom: 10px;
  }

  .c-order-total-sum__value {
    font-size: 24px;
  }

  .c-order-total-sum {
    padding-top: 10px;
    margin-bottom: 16px;
  }

  .c-order-total-ihavediscount-text {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .c-order-confirm-button {
    margin-top: 0;
    height: 45px;
  }
}

@media  only screen and (max-height: 545px) {

  .c-order-total-delivery-option,
  .c-order-total-payment-option {
    display: none;
  }  

}


/***** ANCHOR AUTH BLOCK *****/

.c-order-auth-wrapper {
  display: grid;
  grid-template-areas: 
  "p-fields p-fields"
  "crt-acc  h-acc-btn"
  "agr-blck agr-blck"
  "a-fields a-fields";
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.c-order-registration-error-message {
  width: 100%;
  font-size: 19px;
  color: red;
  margin-top: -5px;
  margin-bottom: 15px;
}

.c-order-person-fields {
  grid-area: p-fields;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.c-order-create-acc {
  grid-area: crt-acc;
  margin-bottom: 23px;
}

.c-order-auth-fields {
  grid-area: a-fields;
  display: flex;
  flex-direction: column;
}

.c-order-options.c-order-agreement-block {
  grid-area: agr-blck;
  display: none;
  margin-top: 5px;
  margin-left: 0px;
  margin-bottom: 0px;
}

.c-order-agreement-block .c-order-option {
  align-items: flex-start;
}

.c-order-agreement-block .c-order-option__checkbox {
  margin-top: 2px;
}

.c-order-agreement-block div,
.c-order-agreement-block a {
  font-size: 13px;
}

.c-order-agreement-block a {
  text-decoration: underline;
}

div.c-order-need-agreement-message {
  font-size: 15px;
  color: red;
}

.c-order-have-acc-btn {
  grid-area: h-acc-btn;
  color: #233e47;
  font-size: 16px;
  border: none;
  background-color: transparent;
  text-decoration: underline;
  font-weight: 600;
  text-align: start;
  margin-bottom: 23px;
  padding-top: 5px;
  width: max-content;
}

.c-order-input-field {
  font-size: 15px;
  margin-bottom: 23px;
}

.c-order-input-field.location {
  margin-bottom: 0px;
}

.c-order-input-field[data-visible='N'] {
  display: none;
}

.c-order-input-field div {
  color: #233e47;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-end;
}

.c-order-asterisk {
  font-size: 22px;
  margin-left: 4px;
  color: red;
}

.c-order-input-field input,
.c-order-input-field textarea {
  background-color: #F3F3F3;
  padding: 8px 11px;
}

.c-order-input-field input {
  width: 320px;
  height: 37px;
}


.c-order-input-field--password {
  order: 1;
}

.c-order-input-field--email {
  order: 2;
}

.c-order-input-field--conf-password {
  order: 3;
}

.c-order-create-acc-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 6px;
  width: max-content;
}

.c-order-create-acc-btn__checkbox {
  cursor: pointer;
  width: 17px;
  height: 17px;
  border: solid 2px #b3b3b3;
  margin-right: 10px;
}

.c-order-create-acc-btn[data-selected='Y'] .c-order-create-acc-btn__checkbox {
  background-color: #face5e;
  border: none;
}


.c-order-create-acc-btn__text {
  cursor: pointer;
  color: #233e47;
  font-size: 18px;
  font-weight: 600;
  padding-top: 1px;
}

.c-order-create-acc-text {
  font-size: 14px;
  color: #5e5e5e;
  width: 320px;
}

.c-order-auth-message {
  color: red;
  margin-bottom: 23px;
}

.c-order-auth-success-message {
  color: #8cc343;
}

.c-order-auth-message a {
  color: #5b3634;
  text-decoration: underline;
  font-weight: 500;
}

.c-order-auth-btns-section {
  width: 320px;
  display: flex;
  justify-content: space-between;
}

.c-order-auth-btns-section button {
  width: 150px;
  height: 37px;
  font-size: 18px;
  cursor: pointer;
  line-height: 37px;
}

.c-order-auth-login-btn {
  color: white;
  border: none;
  background-color: #8CC343;
}

.c-order-auth-cancel-btn {
  color: #666666;
  border: solid 1px #BABABA;
  background-color: white;
}


@media  only screen and (max-width: 749px) {
  .c-order-auth-wrapper {
    grid-template-areas: 
    "p-fields"
    "crt-acc"
    "h-acc-btn"
    "agr-blck"
    "a-fields";
    grid-template-columns: 1fr;
  }

  .c-order-person-fields {
    grid-template-columns: 1fr;
  }
  
  .c-order-input-field--email {
    order: 1;
  }

  .c-order-input-field--password {
    order: 2;
  }
  
}


@media  only screen and (max-width: 570px) {
  .c-order-input-field {
    margin-bottom: 18px;
  }

  .c-order-create-acc {
    margin-bottom: 18px;
  }

  .c-order-registration-error-message {
    margin-top: 10px;
    font-size: 16px;
  }
}

@media  only screen and (max-width: 392px) {
  .c-order-agreement-block a {
    display: block;
  }

}

@media  only screen and (max-width: 370px) {
  .c-order-input-field input {
    width: 100%;
  }

  .c-order-create-acc-text {
    width: 100%;
  }


}




/***** ANCHOR DELIVERY BLOCK *****/

.c-order-delivery-wrapper {
  display: grid;
  grid-template-areas: 
  "d-list   d-list"
  "d-fields d-options";
  grid-template-columns: 594px 1fr;
}

.c-order-delivery-list-section {
  grid-area: d-list;
}

.c-order-delivery-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
}

.c-order-delivery-item {
  background-image: linear-gradient(to right,#F9B91B 10%, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 11px 2px;
  background-repeat: repeat-x;
  display: grid;
  grid-template-areas: 
  "chkbox logo name data info";
  grid-template-columns: 30px 100px 160px 190px 1fr;
  align-items: center;
  padding: 20px 0;
  column-gap: 15px;
}

.c-order-delivery-item[data-selected='Y'],
.c-order-pay-system-item[data-selected='Y'] {
  position: relative;
}

.c-order-delivery-item[data-selected='Y']::after,
.c-order-pay-system-item[data-selected='Y']::after {
  position: absolute;
  content: '';
  width: calc(100% - 33px);
  height: 85%;
  margin-left: 35px;
  border: none;
  border-radius: 7px;
  background-color: #EDF9F7;
  z-index: -1;
}


.c-order-delivery-item[data-selected='Y'] .c-order-delivery-item__checkbox {
  background-color: #5c90b9;
}
 
.c-order-delivery-item__checkbox {
  grid-area: chkbox;
}

.c-order-discount-checkbox,
.c-order-option__checkbox,
.c-order-pay-system-item__checkbox,
.c-order-delivery-item__checkbox {
  grid-area: chkbox;
  height: 16px;
  width: 16px;
  background-color: #DDDDDD;
  flex-shrink: 0;
}

.c-order-delivery-item__logo {
  grid-area: logo;
  justify-self: center;
  margin-right: 15px;
}

.c-order-delivery-item__logo img {
  max-height: 64px;
  max-width: 85px;
}

.c-order-delivery-item__name {
  grid-area: name;
  font-size: 22px;
  line-height: 28px;
  margin-right: 20px;  
}

.c-order-delivery-item__data-section {
  grid-area: data;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}

.c-order-delivery-item__data {
  margin: 6px 0;
}

.c-order-delivery-item__info {
  grid-area: info;
  font-size: 13px;
  color: #233E47;
  padding-right: 10px;
}

.c-order-delivery-fields {
  grid-area: d-fields;
  padding-right: 20px;
}

.c-order-input-field input[name='city'],
.c-order-input-field textarea
{
  width: 100%;
}

.c-order-options {
  grid-area: d-options;
  margin-top: 29px;
  margin-left: 40px;
}
.c-order-option {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 17px;
  cursor: pointer;
  width: max-content;
}

.c-order-option__checkbox {
  margin-right: 10px;
}

.c-order-discount-item[data-selected='Y'] .c-order-discount-checkbox,
.c-order-option[data-selected='Y'] .c-order-option__checkbox {
  background-color: #face5e;
}

.c-order-option__text {
  color: #233E47;
  font-size: 16px;
  font-weight: 500;
}

.c-order-delivery-loader {
  display: flex;
  flex-direction: column;
  font-size: 25px;
  color: #666666;
  width: 100%;
  justify-content: center;
  text-align: center;
  padding: 50px 20px 10px; 
  background-color: #f5f5f5;
  border-radius: 10px;
}

.c-order-delivery-loader img {
  width: 50px;
  margin: 50px auto;
}


.c-order-fivepost-select-pvz {
  /* font-weight: 500; */
  text-decoration: underline;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.c-order-fivepost-pvz-address .address {
  margin-bottom: 10px;
}

[data-delivery-label="custom_calculation"] .c-order-delivery-item__name {
  font-size: 20px;
}

.c-courier-map-frame {
  position: fixed;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  z-index: 200;
}

.c-courier-map {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 220;
}

.c-close-courier-map-btn {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 10px;
  right: 10px;
  color: red;
  background-color: white;
  z-index: 100;
  box-shadow: 0 1px 2px 1px rgba(0,0,0,.15),0 2px 5px -3px rgba(0,0,0,.15);
  border-radius: 0 3px 3px 0;
}

.c-close-courier-map-btn img{
  width: 14px;
  height: 14px;
}

.c-courier-map-data-block {
  position: absolute;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-areas: 
  "address price btn";
  bottom: 15px;
  left: 15px;
}

.c-courier-map-no-address-block {
  position: absolute;
  background-color: white;
  height: 60px;
  line-height: 60px;
  padding-left: 15px;
  width: 550px;
  color: black;
  z-index: 250;
  bottom: 15px;
  left: 15px;
  font-size: 17px;
  box-shadow: 0 1px 2px 1px rgba(0,0,0,.15),0 2px 5px -3px rgba(0,0,0,.15);
  border-radius: 0 3px 3px 0;
}


.c-courier-map-address-frame,
.c-courier-map-price-frame,
.c-courier-map-proceed-btn {
  background-color: white;
  box-shadow: 0 1px 2px 1px rgba(0,0,0,.15),0 2px 5px -3px rgba(0,0,0,.15);
  border-radius: 0 3px 3px 0;
  z-index: 250;
  padding: 10px;
  color: #000;
}

.c-courier-map-price-frame.unavailable {
  color: red;
  font-size: 14px;
}

.c-courier-map-address-frame {
  grid-area: address;
  min-width: 550px;
  max-width: 800px;
  min-height: 60px;
}

.c-courier-map-address-text {
  font-size: 14px;
  color: gray;
}

.c-courier-map-address {
  font-size: 17px;
  margin-top: 5px;
}

.c-courier-map-price-frame {
  grid-area: price;
  display: flex;
  min-height: 60px;
  flex-direction: column;
  margin-left: 8px;
  justify-content: space-around;
  align-items: center;
}

.c-courier-map-price-frame .text {
  font-size: 14px;
  color: #656363;
  color: gray;
}

.c-courier-map-price-frame .price {
  font-family: 'Century Gothic', sans-serif;
  font-size: 25px;
  color: #8CC343;
  margin-top: 5px;
}

.c-courier-map-proceed-btn {
  grid-area: btn;
  color: white;
  font-size: 17px;
  background-color: #F9B91B;
  width: 125px;
  height: 42px;
  margin-left: 8px;
}

.c-order-choose-adderess-msg {
  color: red;
  margin-top: -12px;
  margin-bottom: 3px;
}



@media  only screen and (max-width: 1470px) {
  .c-courier-map-frame {
    top: 8%;
    left: 5%;
    width: 90%;
    height: 84%;
  }
}

@media  only screen and (max-width: 1280px) {  
  .c-courier-map-address-frame {
    max-width: 650px;
  }
}

@media  only screen and (max-width: 1100px) {  
  .c-courier-map-frame {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .c-courier-map-data-block {
    left: 0;
    bottom: -1px;
    background-color: white;
    width: 100%;
    grid-template-columns: auto max-content max-content;
    padding: 10px;
    gap: 20px;
    z-index: 230;
  }

  .c-courier-map-address-text {
    display: none;
  }

  .c-courier-map-address {
    margin-top: 0;
  }

  .c-courier-map-address-frame,
  .c-courier-map-price-frame,
  .c-courier-map-proceed-btn {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
  }

  .c-courier-map-price-frame {
    min-height: 0;
    padding: 0;
  }

  .c-courier-map-address-frame {
    max-width: none;
    width: 100%;
    min-height: auto;
    min-width: auto;
    padding: 0;
    margin-right: 15px;
  }

  .c-courier-map-no-address-block {
    left: 0;
    bottom: -1px;
    width: 100%;
  }
}

@media  only screen and (max-width: 855px) {
  .c-order-delivery-wrapper {
    grid-template-areas: 
    "d-list"
    "d-fields"
    "d-options";
    grid-template-columns: 1fr;
  }

  .c-order-delivery-item {
    grid-template-areas: 
    "chkbox logo name data info";
    grid-template-columns: 30px 100px 0.5fr 0.7fr 1fr;
  }

  .c-order-options {
    margin-left: 0px;
  }

  .c-courier-map-address {
    font-size: 15px;
  }
}

@media  only screen and (max-width: 715px) {
  .c-order-delivery-item {
    grid-template-areas: 
    "chkbox logo name info"
    "chkbox logo data info";
    grid-template-columns: 30px 100px 0.5fr 0.7fr;
  }

  .c-order-delivery-item__data {
    margin-bottom: 0px;
    font-size: 15px;
  }

  .c-order-delivery-item__name {
    font-size: 20px;
    line-height: 24px;
  }
}

@media  only screen and (max-width: 680px) {
  .c-courier-map-data-block {
      grid-template-areas: 
      "address address"
      "price btn";
      grid-template-columns: auto auto;
      gap: 5px;
  }

  .c-courier-map-address-frame {
    margin-bottom: 6px;
  }

  .c-courier-map-price-frame {
    margin: 0;
    align-items: start;
    flex-direction: row;
    justify-content: start;
    /* padding-top: 6px; */
  }

  .c-courier-map-price-frame .text {
    font-size: 13px;
    text-transform: lowercase;
    line-height: 1.3;
    width: 70px;
    margin-right: 10px;
  }

  .c-courier-map-price-frame .price {
    font-size: 28px;
  }

  .c-courier-map-proceed-btn {
    margin-left: auto;
    height: 35px;
    padding: 0;
  }
}

@media  only screen and (max-width: 570px) {
  .c-order-delivery-item {
    grid-template-areas: 
    "chkbox logo name"
    "chkbox logo data"
    "info   info info";
    grid-template-columns: 50px 85px 1fr;
    padding: 16px 0 14px;
    column-gap: 8px;
  }

  .c-order-delivery-item__info {
    margin-top: 12px;
    max-width: 450px;
    padding: 0 10px;
  }

  .c-order-delivery-zone-heading {
    padding-bottom: 18px;
  }

  .c-order-delivery-list {
    margin-bottom: 30px;
  }

  .c-order-options {
    margin-top: 10px;
  }

  .c-courier-map-no-address-block {
    padding-top: 9px;
    line-height: normal;
  }
}

@media  only screen and (max-width: 340px) {

  .c-order-delivery-item {
    grid-template-columns: 50px 70px 1fr;
  }

  .c-order-delivery-item__logo img {
    max-height: 64px;
    max-width: 70px;
  }
}

@media  only screen and (max-width: 325px) {
  .c-courier-map-price-frame .price {
    font-size: 27px;
  }
}


/***** ANCHOR PAYMENT BLOCK *****/

.c-order-block-heading--payment {
  background-image: linear-gradient(to right,#F9B91B 10%, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 11px 2px;
  background-repeat: repeat-x;
  margin: 0;
  padding-bottom: 40px;
}

.c-order-pay-system-item {
  background-image: linear-gradient(to right,#F9B91B 10%, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 11px 2px;
  background-repeat: repeat-x;
  display: grid;
  grid-template-areas: 
  "chkbox logo name info";
  grid-template-columns: 35px 85px 0.9fr 1fr;
  align-items: center;
  padding: 20px 0;
  column-gap: 15px;
}

.c-order-certificate-item {
  display: grid;
  grid-template-areas: 
  "chkbox logo name";
  grid-template-columns: 35px 85px 1fr;
  align-items: center;
  padding: 20px 0;
  column-gap: 45px;
  padding-left: 60px;
  position: relative;
}  

.c-order-pay-system-item[data-selected='Y']::after {
  background-color: #eef6e3;
}

.c-order-pay-system-item__checkbox {
  grid-area: chkbox;
}

.c-order-certificate-item[data-selected='Y']::after {
  position: absolute;
  content: '';
  width: calc(100% - 93px);
  height: 85%;
  margin-left: 95px;
  border: none;
  border-radius: 7px;
  background-color: #eef6e3;
  z-index: -1;
}

.c-order-pay-system-item[data-selected='Y'] .c-order-pay-system-item__checkbox,
.c-order-certificate-item[data-selected='Y'] .c-order-pay-system-item__checkbox {
  background-color: #9eca6c;
}

.c-order-pay-system-item__logo {
  grid-area: logo;
  justify-self: center;
}

.c-order-pay-system-item__logo img {
  max-height: 64px;
  max-width: 85px;
}

.c-order-pay-system-item__name {
  grid-area: name;
  font-size: 20px;
  padding-left: 10px;
  line-height: 28px;
}

.c-order-pay-system-item__info {
  grid-area: info;
  font-size: 13px;
  color: #233E47;
  padding-left: 20px;
  padding-right: 10px;
}

.c-order-pay-system-list[data-visible="N"] {
  display: none;
}


@media  only screen and (max-width: 855px) {
  .c-order-pay-system-item {
    grid-template-columns: 35px 85px 0.7fr 1fr;
  }
}

@media  only screen and (max-width: 675px) {
  .c-order-certificate-item {
    column-gap: 35px;
  }  
}


@media  only screen and (max-width: 570px) {
  .c-order-pay-system-item {
    grid-template-areas: 
    "chkbox logo name"
    "info   info info";
    grid-template-columns: 50px 85px 1fr;
    padding: 17px 0 14px;
  }

  .c-order-pay-system-item__name {
    font-size: 18px;
    line-height: 22px;
    padding-right: 10px;
  }

  .c-order-pay-system-item__info {
    padding-left: 10px;
    margin-top: 15px;
  }

  .c-order-certificate-item {
    column-gap: 15px;
    padding-left: 20px;
  }  

  .c-order-delivery-item[data-selected='Y']::after,
  .c-order-pay-system-item[data-selected='Y']::after,
  .c-order-certificate-item[data-selected='Y']::after {
    height: 90%;
    width: 100%;
    margin-left: 0px;
  }

  .c-order-pay-system-item[data-selected='Y']::after {
    top: 7px;
  }

  .c-order-pay-system-item__checkbox,
  .c-order-delivery-item__checkbox {
    margin: auto;
  }

  .c-order-block-heading--payment {
    padding-bottom: 20px;
  }

}

@media  only screen and (max-width: 465px) {
  .c-order-pay-system-item {
    column-gap: 0px;
  }

  .c-order-pay-system-item__name {
    margin-left: 5px;
  }
  
  .c-order-certificate-item {
    column-gap: 0px;
    padding-left: 0px;
  }  



}


/***** ANCHOR BOTTOM MENU *****/


.c-order-bottom-menu {
  display: flex;
  flex-direction: row;
  align-items: center;    
  color: #233E47;
  position: fixed;
  height: 50px;
  width: 100%;
  bottom: 50px;
  left: 0px;
  z-index: 10;
  background-color: white;
  padding: 0 15px;
  box-shadow: 0px -8px 10px 1px rgba(117, 117, 117, 0.04);
  transition-duration: 0.15s;
}

.js-order-bottom-menu.js-animated-hide {
  bottom: 0px;
  box-shadow: none;
}

.c-order-bottom-menu__quantity {
    font-size: 14px;
    color: #233e47b0;

}
.c-order-bottom-menu__sum {
  font-family: 'Century Gothic', sans-serif;
  font-size: 16px;
  margin-top: 3px;
}
.c-order-bottom-menu__delivery-payment-block {
  display: none;
}

.c-order-bottom-menu__delivery-payment-block a {
  color: #233E47;
  font-weight: 500;
  text-decoration: underline;
}

.c-order-bottom-menu-payment-option {
  margin-top: 3px;
}

.c-order-bottom-menu__to-order-button {
  align-items: center;
  font-size: 17px;
  background-color: #8CC343;
  border: none;
  padding: 0 15px;
  width: 170px;
  height: 38px;
  color: white;
  user-select: none;
  margin-left: auto;
}


@media  only screen and (min-width: 350px) {
  .c-order-bottom-menu__to-order-button {
    font-size: 17px;
    width: 185px;
  }
}

@media  only screen and (min-width: 380px) {
  .c-order-bottom-menu__to-order-button {
    width: 210px;
    font-size: 19px;
  }
}

@media  only screen and (min-width: 415px) {
  .c-order-bottom-menu {
    padding: 0 20px;
  }
}

@media  only screen and (min-width: 680px) {
  .c-order-bottom-menu {
    display: grid;
    grid-template-columns: 120px 1fr 240px;
    column-gap: 40px;
  }

  .c-order-bottom-menu__delivery-payment-block {
    display: block;
  }

  .c-order-bottom-menu__to-order-button {
    width: 240px;
  }

}

@media  only screen and (min-width: 830px) {
  .c-order-bottom-menu__to-order-button {
    font-size: 20px;
  }
}  


@media  only screen and (min-width: 1024px) {
  .c-order-bottom-menu {
    bottom: 0px;
  }

  .js-order-bottom-menu.js-animated-hide {
    bottom: -60px;
    box-shadow: none;
  }

}  

@media  only screen and (min-width: 1226px) {
  .c-order-bottom-menu {
    display: none;
  }
}  




/***** !SECTION END *****/


/***** SECTION КОРЗИНА *****/

.c-basket-list {
  display: flex;
  flex-direction: column;
}

.c-basket-header {
  display: flex;
  flex-direction: row;
  padding-bottom: 20px;
}

.c-basket-header__name {
  flex-grow: 1;
  text-align: center;
}

.c-basket-header__quantity {
  width: 116px;
  padding-left: 0px;
}

.c-basket-header__price {
  width: 105px;
  padding-left: 16px;
}

.c-basket-header__sum {
  width: 126px;
  padding-left: 9px;
}

.c-basket-header,
.c-basket-item {
  /* background-image: linear-gradient(to right,#F9B91B 10%, rgba(255,255,255,0) 0%); */
  background-position: bottom;
  background-size: 11px 2px;
  background-repeat: repeat-x;
}

.c-basket-delivery-restriction {
  color: red;
  margin: 25px 0 10px;
}

.c-basket-delivery-restriction p {
  color:#233E47;
  margin-bottom: 10px;
}

.c-basket-delivery-restriction ul {
  color:#233E47;
  margin-bottom: 10px;
}

.c-basket-delivery-restriction button {
  color:#233E47;
  text-decoration: underline;
  font-weight: 600;
  background-color: transparent;
}

.c-basket-restricted-items-wrapper {
  opacity: 0.5;
  pointer-events: none;
}


.c-basket-item {
  display: grid;
  grid-template-areas: 
  "photo name buy price sum del restore"
  "photo tags buy price sum del restore";
  grid-template-columns: 100px 1fr auto auto auto auto auto;
  column-gap: 10px;
  align-items: center;
  font-size: 15px;
  text-align: center;
  width: 100%;
  padding: 9px 0 10px;
}

.c-basket-item__photo {
  grid-area: photo;
  text-align: left;
}

.c-basket-item__photo img {
  width: 80px;
  height: 80px;
}

.c-basket-item__name {
  grid-area: name;
  text-align: left;
}

.c-basket-item__tags {
  grid-area: tags;
  padding-left: 8px;
  display: flex;
  justify-content: space-between;
}

.c-basket-item__tags .tag-element{
  margin: 0 15px 0 0;
  height: auto;
  width: auto;
}

.c-basket-item__tags .tag-icon{
  width: 17px;
  height: 17px;
}

.c-basket-item__buy-section {
  grid-area: buy;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-left: 5px; 
  width: 100px;
}

.c-basket-item__button {
  width: 28px;
  height: 28px;
  font-size: 22px;
}

.c-basket-item__quantity {
  font-size: 16px;
  line-height: 16px;
  width: 46px;
}

.c-basket-item__price-block,
.c-basket-item__sum-block {
  font-family: 'Century Gothic', sans-serif;
  padding-left: 10px;
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 16px;
}

.c-basket-item__price-block {
  grid-area: price;
}

.c-basket-item__price-block[data-have-discount='Y'] .c-basket-item__price,
.c-basket-item__sum-block[data-have-discount='Y'] .c-basket-item__price {
  color: red;
}

.c-basket-item__sum-block[data-have-discount='N'] .c-basket-item__base-price,
.c-basket-item__price-block[data-have-discount='N'] .c-basket-item__base-price {
  display: none;
}


.c-basket-item__base-price {
  font-size: 13px;
  text-decoration: line-through;
  text-decoration-color: red;
}

.c-basket-item__sum-block {
  grid-area: sum;
}

.c-basket-item__remove {
  grid-area: del;
  text-align: right;
  border: none;
  background-color: white;
  width: 35px;
}

.c-basket-item__remove img {
  height: 16px;
  width: 16px;
}

.c-basket-item__restore-section {
  grid-area: restore;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 315px;
}

.c-basket-item__restore-btn {
  text-decoration: underline;
  background-color: transparent;
  border: none;
  margin: 0 20px 0 30px;
}

.c-basket-empty-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.c-basket-empty-img {
  width: 220px;
  opacity: 0.2;
  margin: 50px 0 48px;
}
.c-basket-empty-large-text {
  color: #5b3634;
  font-size: 38px;
  margin-bottom: 35px;
}
.c-basket-empty-text {
  color: #5b3634;
  font-size: 20px;
  margin-bottom: 42px;
}

.c-basket-empty-text a {
  color: #5b3634;
  text-decoration: underline;
  font-weight: 600;
}


/***** ANCHOR MEDIA *****/


@media  only screen and (max-width: 1023px) {
  .c-basket-item__tags {
    padding: 0;
  }

  .c-basket-item__tags .tags {
    display: none;
  }
}

@media  only screen and (max-width: 820px) {
  .c-basket-item__restore-section {
    width: 250px;
  }
}

@media  only screen and (max-width: 789px) {
  .c-basket-item__price-block,
  .c-basket-header__price {
    display: none;
  }
}

@media  only screen and (max-width: 620px) {
  .c-basket-empty-large-text {
    font-size: 35px;
  }

  .c-basket-empty-text {
    font-size: 18px;
  }

  .c-basket-item__restore-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: 30px;
  }

  .c-basket-item__restore-btn {
    text-align: left;
    margin: 10px 0 0 0;
  }

  .c-basket-item__restore-text {
    text-align: left;
  }
}

@media  only screen and (max-width: 575px) {
  .c-basket-header div {
    display: none;
  }

  .c-basket-item {
    grid-template-areas: 
    "photo sum sum  restore price"
    "photo name name restore price"
    "buy   tags del  restore price";
    grid-template-columns: 80px 1fr auto auto;
    grid-template-rows: auto auto 57px;
    padding: 12px 0 0px;
  }

  .c-basket-item__tags {
    padding-left: 40px;
    padding-bottom: 6px;
  }

  .c-basket-item__name {
    margin-top: 19px;
    height: 100%;
  }

  .c-basket-item__sum-block {
    padding: 0px;
    font-size: 22px;
    width: auto;
    flex-direction: row;
    align-items: flex-start;
  }

  .c-basket-item__base-price {
    font-size: 14px;
    line-height: 14px;
    order: 1;
    margin-left: 16px;
  }

  .c-basket-item__buy-section {
    flex-direction: row;
    margin-left: 0px; 
    width: 110px;
    margin: 8px 0 17px;
  }
  
  .c-basket-item__button {
    width: 32px;
    height: 32px;
    font-size: 26px;
  }
  
  .c-basket-item__quantity {
    font-size: 18px;
    line-height: 18px;
  }

  .c-basket-item__remove {
    justify-self: end;
    padding-bottom: 8px;
  }

  .c-basket-item__restore-section {
    padding: 0px 2vw;
  }

}


@media  only screen and (max-width: 440px) {

  .c-basket-item {
    grid-template-areas: 
    "photo   sum sum     price"
    "photo   name name    price"
    "buy     tags del     price"
    "restore  restore restore restore";
    grid-template-columns: 80px 1fr auto;
    grid-template-rows: 21px auto max-content max-content;
  }

  .c-basket-item__restore-section {
    flex-direction: row;
    padding: 0px 4vw;
    margin: 9px 0 15px;
  }

  .c-basket-item__restore-btn {
    text-align: left;
    margin: 0;
  }

  .c-basket-item__restore-text {
    text-align: left;
    line-height: 33px;
  }
}


@media  only screen and (max-width: 378px) {
  .c-basket-empty-large-text {
    font-size: 28px;
  }

  .c-basket-empty-text {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    padding: 0 10px;
  }
}

@media  only screen and (max-width: 347px) {


  .c-basket-item__name {
    font-size: 14px;
  }

  .c-basket-item__tags {
    padding-left: 28px;
    padding-bottom: 8px;
  }

  .c-basket-item__price {
    font-size: 18px;
  }

  .c-basket-item__base-price {
    margin-left: 8px;
    font-size: 12px;
  }
}



/***** !SECTION END *****/

/***** SECTION ПЛАВАЮЩАЯ КОРЗИНА*****/

.c-sidebar__basket {
  position: absolute;
  top: 145px;
  right: 15px;
  z-index: 5;
  z-index: 150;
}

body.is-sticky .c-sidebar__basket {
  position: fixed;
  top: 5px;
}

.c-fixed-basket-top-section {
  padding-top: 8px;
  height: 86px;
}

@media only screen and (max-width: 1239px) {
  .c-sidebar__basket {
    display: none !important;
  }
}

.c-fixed-basket {
  margin-top: 10px;
  height: calc(100vh - 240px);
  overflow-y: auto;
  max-width: 290px;
  padding-right: 24px;
}

body.is-sticky .c-fixed-basket {
  height: calc(100vh - 100px);
}

.c-fixed-basket::-webkit-scrollbar {
  width: 9px;
  background: #e4e5e8;
}

.c-fixed-basket::-webkit-scrollbar-thumb{
  background-color: #e9b834;
}

.c-fixed-basket-item {
  display: grid;
  grid-template-areas: 
  "photo name name"
  "photo sum buy";
  row-gap: 7px;
  margin-bottom: 30px;
}

.c-fixed-basket-item-photo {
  grid-area: photo;
  margin-right: 12px;
}

.c-fixed-basket-item-name {
  grid-area: name;
  font-size: 13px;
  height: 42px;
  overflow: hidden;
}

.c-fixed-basket-item-sum {
  grid-area: sum;
  font-family: 'Century Gothic', sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.c-fixed-basket-item-buy-section {
  grid-area: buy;
  display: flex;
  flex-direction: row;
  margin-left: auto;
}

.c-fixed-basket-item-button {
  width: 24px;
  height: 24px;
  font-size: 21px;
}

.c-fixed-basket-item-quantity {
  width: 34px;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  flex-shrink: 0;
}

@media only screen and (max-width: 1835px) {

  .c-fixed-basket {
    display: none;
  }

}


/***** !SECTION END *****/


/***** SECTION СПИСОК ТОВАРОВ В КАТАЛОГЕ*****/


.c-catalog-list-item {
  /* background-image: linear-gradient(to right,#F9B91B 10%, rgba(255,255,255,0) 0%); */
  background-position: bottom;
  background-size: 11px 2px;
  background-repeat: repeat-x;
}

.c-catalog-list-item {
  display: grid;
  grid-template-areas: 
  "photo name price buy"
  "photo tags price buy";
  grid-template-columns: 100px 1fr auto auto;
  column-gap: 10px;
  align-items: center;
  font-size: 15px;
  text-align: center;
  width: 100%;
  padding: 9px 30px 10px;
  margin-bottom: 10px;
}

.c-catalog-list-item__photo {
  position: relative;
  grid-area: photo;
  text-align: left;
}

.c-catalog-list-item__photo img {
  width: 80px;
  height: 80px;
}

.c-catalog-list-item__name {
  grid-area: name;
  text-align: left;
  display: block;
  position: relative;
}

.c-catalog-list-item-region-delivery {
  /* position: absolute;
  bottom: -40px;
  right: 0px; */
  /* background-color: #89C53E; */
  /* background-color:#F8B919; */
  /* background-color: rgb(194, 0, 0); */

  /* background-color: rgba(236, 234, 234, 0.637); */
  font-size: 15px;
  color: #89C53E;


  color: white;
  color: grey;
  padding-bottom: 2px;
}

.c-catalog-list-item-region-delivery img {
  height: 14px;
  margin-left: 4px;
  margin-bottom: 3px;
}

.c-catalog-list-item__tags {
  grid-area: tags;
  padding-left: 8px;
  display: flex;
  justify-content: space-between;
}

.c-catalog-list-item__tags .tag-element{
  margin: 0 13px 0 0;
  height: auto;
  width: auto;
}

.c-catalog-list-item__tags .tag-icon{
  width: 17px;
  height: 17px;
}

.c-catalog-list-item__buy-section {
  position: relative;
  grid-area: buy;
  /* width: 195px; */
  line-height: 1;
  display: flex;
  flex-direction: row;
}

.c-catalog-list-item__buy-btns-wrapper {
  display: none;
  width: 100px;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  text-align: center;
}

.c-catalog-list-item[data-is-in-basket='Y'] .c-catalog-list-item__buy-btns-wrapper {
  display: flex;
}

.c-catalog-list-item__add-to-basket-btn {
  min-height: 28px;
  width: 100px;
  background-color: #f9b91b;
  color: white;
  font-size: 15px;
}

.c-catalog-list-item[data-is-in-basket='Y'] .c-catalog-list-item__add-to-basket-btn {
  display: none;
}

.c-catalog-list-item__button {
  width: 28px;
  height: 28px;
  font-size: 22px;
}

.c-catalog-list-item__quantity {
  width: 46px;
  font-size: 16px;
  line-height: 16px;
}

.c-catalog-list-item__price-block {
  grid-area: price;
  margin-left: 30px;
  margin-right: 60px;
  font-family: 'Century Gothic', sans-serif;
  padding-left: 10px;
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 18px;
}


.c-catalog-list-item__price-block[data-have-discount='Y'] .c-catalog-list-item__price {
  color: red;
  margin-top: 3px;
  padding-bottom: 8px;
}

.c-catalog-list-item__price-block[data-have-discount='N'] .c-catalog-list-item__base-price {
  display: none;
}

.c-catalog-list-item__base-price {
  font-size: 13px;
  text-decoration: line-through;
  text-decoration-color: red;
}

.c-catalog-list__out-of-stock-text {
  display: block;
  min-width: 100px;
  font-size: 14px;
}

.c-catalog-list-bottom-menu {
  display: none;
  flex-direction: row;
  align-items: center;    
  color: #233E47;
  position: fixed;
  height: 50px;
  width: 100%;
  bottom: 50px;
  left: 0px;
  z-index: 10;
  background-color: white;
  padding: 0 15px;
  box-shadow: 0px -8px 10px 1px rgba(117, 117, 117, 0.04);
  transition-duration: 0.15s;
}

.js-catalog-list-bottom-menu.js-animated-hide {
  bottom: 0px;
  box-shadow: none;
}

.c-catalog-list-bottom-menu__quantity {
    font-size: 14px;
    color: #233e47b0;

}
.c-catalog-list-bottom-menu__sum {
  font-family: 'Century Gothic', sans-serif;
  font-size: 16px;
  margin-top: 3px;
}

.c-catalog-list-bottom-menu__to-order-button {
  display: block;
  text-align: center;
  font-size: 17px;
  background-color: #8CC343;
  border: none;
  padding: 0 15px;
  width: 240px;
  line-height: 38px;
  height: 38px;
  color: white;
  user-select: none;
  margin-left: auto;
}



/***** ANCHOR MEDIA *****/

@media  only screen and (max-width: 1160px) {
  .c-catalog-list-item {
    padding-left: 0;
    padding-right: 0;
  }
}

@media  only screen and (max-width: 1023px) {

  .c-catalog-list-item__tags {
    padding-left: 0;
  }

  .c-catalog-list-item__tags .tags {
    display: none;
  }

  .c-catalog-list-bottom-menu[data-show='Y'] {
    display: flex;
  }
}


@media  only screen and (max-width: 750px) {
  .c-catalog-list-item__price-block {
    margin-left: 20px;
    margin-right: 40px;
  }
}

@media  only screen and (max-width: 650px) {
  .c-catalog-list-item__price-block {
    margin-left: 10px;
    margin-right: 20px;
  }
}


@media  only screen and (max-width: 575px) {

  .c-catalog-list-item {
    grid-template-areas: 
    "photo name name"
    "photo tags tags"
    "buy   buy  price";
    grid-template-columns: 80px 1fr auto;
    grid-template-rows: auto 23px max-content;
    padding: 12px 0 0px;
  }

  .c-catalog-list-item__name {
    margin-top: 19px;
    height: 100%;
  }

  .c-catalog-list-item__price-block {
    flex-direction: row;
    width: auto;
    padding-bottom: 2px;
    margin-right: 0px;
  }

  .c-catalog-list-item__price {
    font-size: 25px;
  }

  .c-catalog-list-item__base-price {
    font-size: 14px;
    line-height: 14px;
    order: 1;
    margin-left: 16px;
    margin-bottom: auto;
  }

  .c-catalog-list-item__buy-section {
    margin-left: 0px; 
    width: 155px;
    margin: 14px 0 17px;
    flex-direction: row;
  }
  
  .c-catalog-list-item__button {
    width: 32px;
    height: 32px;
    font-size: 26px;
  }

  .c-catalog-list-item__add-to-basket-btn {
    height: 32px;
    font-size: 17px;
    width: 110px;
  }
  
  .c-catalog-list-item__quantity {
    font-size: 18px;
    line-height: 18px;
  }

  .c-catalog-list__out-of-stock-text {
    font-size: 16px;
    min-width: 110px;
    padding-top: 5px;
  }
}


@media  only screen and (max-width: 420px) {

  .c-catalog-list-item__price {
    font-size: 22px;
  }

  .c-catalog-list-item__base-price {
    font-size: 12px;
    line-height: 12px;
    margin-left: 12px;
  }
}


@media  only screen and (max-width: 400px) {
  .c-catalog-list-item__price {
    font-size: 22px;
  }
}


@media  only screen and (max-width: 385px) {
  .c-catalog-list-item__price-block {
    flex-direction: column;
    height: 100%;
  }

  .c-catalog-list-item__price {
    font-size: 24px;
  }

  .c-catalog-list-item__base-price {
    order: 0;
    margin-top: 2px;
    margin-bottom: 3px;
  }

  .c-catalog-list-item__price-block[data-have-discount='N'] .c-catalog-list-item__price {
    margin-top: 21px; 
  }
}


@media  only screen and (max-width: 370px) {
  .c-catalog-list-bottom-menu__to-order-button {
    font-size: 16px;
    padding: 0 12px;
    width: 220px;  
  }
}

@media  only screen and (max-width: 347px) {
  .c-catalog-list-item__name {
    font-size: 14px;
  }

  .c-catalog-list-bottom-menu__to-order-button {
    font-size: 15px;
    padding: 0 10px;
    width: 195px;  
  }
}

@media  only screen and (max-width: 330px) {
  .c-catalog-list-item__price {
    font-size: 22px;
  }
}


/***** !SECTION END *****/


/***** SECTION СЛАЙДЕР С ТОВАРАМИ*****/


.c-product-slider-item {
  display: flex;
  flex-direction: column;
  padding: 0px 11px 35px;
}

.c-product-slider-photo {
  display: block;
  position: relative;
  padding-top: 100%;
}

.c-product-slider-photo img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.c-product-slider-name {
  font-size: 14px;
  height: 63px;
  overflow: hidden;
  white-space: break-spaces;
  text-overflow: ellipsis;
  margin-top: 10px;
  margin-bottom: 7px;
  display: inline-block;
}

.c-product-slider-tags {
  height: 22px;
}

.c-product-slider-item__price-block {
  grid-area: price;
  font-family: 'Century Gothic', sans-serif;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-size: 18px;
  height: 21px;
  margin-top: 8px;
  margin-bottom: 10px;
}

.c-product-slider-item__price-block[data-have-discount='Y'] .c-product-slider-item__price {
  color: red;
}

.c-product-slider-item__price-block[data-have-discount='N'] .c-product-slider-item__base-price {
  display: none;
}

.c-product-slider-item__base-price {
  font-size: 13px;
  line-height: 13px;
  text-decoration: line-through;
  text-decoration-color: red;
  margin-left: 10px;
}

.c-product-slider-item__buy-section {
  grid-area: buy;
  width: 100px;
  line-height: 1;
}

.c-product-slider-item__buy-btns-wrapper {
  display: none;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  text-align: center;
}

.c-product-slider-item[data-is-in-basket='Y'] .c-product-slider-item__buy-btns-wrapper {
  display: flex;
}

.c-product-slider-item__add-to-basket-btn {
  min-height: 28px;
  width: 100px;
  background-color: #f9b91b;
  color: white;
  font-size: 15px;
}

.c-product-slider-item[data-is-in-basket='Y'] .c-product-slider-item__add-to-basket-btn {
  display: none;
}

.c-product-slider-item__button {
  width: 28px;
  height: 28px;
  font-size: 22px;
}

.c-product-slider-item__quantity {
  width: 46px;
  font-size: 16px;
  line-height: 16px;
}

.c-product-slider__out-of-stock-text {
  font-size: 14px;
}

@media only screen and (max-width: 1325px) {
  .c-product-slider {
    padding: 0 20px;
  }

  .c-product-slider-item {
    padding: 0px 9px 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-product-slider-tags {
    display: none;
  }
  
  .c-product-slider-item__price-block {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 770px) {
  .c-product-slider {
    padding: 0 15px;
  }

  .c-product-slider-item {
    width: 180px;
    padding: 0px 9px 20px;
  }

  .c-product-slider-name {
    font-size: 13px;
    line-height: 1.5;
    height: 60px;
  }

  .c-product-slider-item__base-price {
    margin-left: 9px;
    font-size: 12px;
  }

  .c-product-slider-item__buy-section {
    width: 110px;
  }

  .c-product-slider-item__add-to-basket-btn {
    min-height: 32px;
    width: 110px;
    font-size: 17px;
  }

  .c-product-slider-item__button {
    width: 32px;
    height: 32px;
    font-size: 26px;
  }

  .c-product-slider-item__quantity {
    width: 46px;
    font-size: 18px;
    line-height: 18px;
  }

}



/***** !SECTION END *****/



.c-radio-input {
  appearance: auto;
}

.c-cart {
  padding: 20px 0;
}

.c-cart h1,
.c-cart .b-h1 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  color: #663331;
}

@media only screen and (max-width: 1023px) {

  .c-cart h1,
  .c-cart .b-h1 {
    font-size: 28px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 767px) {

  .c-cart h1,
  .c-cart .b-h1 {
    font-size: 25px;
  }
}

.c-cart .c-my-favorit__table tr th,
.c-cart .c-my-favorit__table tr td {
  font-size: 14px;
}

.c-cart .c-my-favorit__table tr th.u-td__sum,
.c-cart .c-my-favorit__table tr td.u-td__sum {
  width: auto;
  /* padding-left: 20px;*/
  padding-right: 40px;
}

.c-my-favorit__table .u-td__qty.fix-widht-td {
  width: inherit;
  font-size: 12px;
}

.c-my-favorit__table tr .u-td__sum.fake-class {
  font-size: 12px !important;
  padding: 0 !important;
}

.c-cart .c-my-favorit__table tr th.u-td__total,
.c-cart .c-my-favorit__table tr td.u-td__total {
  font-family: 'Century Gothic', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #663331;
  padding-left: 20px;
  padding-right: 20px;
}

.c-cart .c-my-favorite__detail__name {
  font-size: 15px;
}

.c-cart .c-my-favorite__remove {
  right: 0;
  width: 12px;
  height: 12px;
}

.u-style-number {
  border: 0;
  width: 60px;
  padding: 0 10px;
  background-color: transparent;
  text-align: center;
}

.u-style-number__row {
  position: relative;
  display: block;
  height: 25px;
}

.u-style-number__input {
  border: 0;
  width: 60px;
  padding: 0 15px 0 0;
  background-color: transparent;
  text-align: center;
}

.u-style-number__button {
  position: absolute;
  right: 0;
  display: block;
  width: 15px;
  height: 12px;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.u-style-number__button:hover {
  opacity: 0.5;
}

.u-style-number__button:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 0;
  height: 0;
  border-style: solid;
}

.u-style-number__button.u-btn-plus {
  top: 0;
}

.u-style-number__button.u-btn-plus:before {
  border-width: 0 3.5px 5px 3.5px;
  border-color: transparent transparent #4a4a4a transparent;
}

.u-style-number__button.u-btn-minus {
  bottom: 0;
}

.u-style-number__button.u-btn-minus:before {
  border-width: 5px 3.5px 0 3.5px;
  border-color: #4a4a4a transparent transparent transparent;
}

.c-cart__section__row {
  padding-left: 35px;
  padding-right: 10px;
}

@media only screen and (max-width: 1239px) {
  .c-cart__section__row {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-cart__level {
  margin-bottom: 15px;
}

@media only screen and (max-width: 1023px) {
  .c-cart__level {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .c-cart__level {
    padding-right: 25px;
    display: none;
  }
}

.c-cart__level__row {
  display: table;
  width: 100%;
  table-layout: fixed;
}

@media only screen and (max-width: 767px) {
  .c-cart__level__row {
    display: block;
  }
}

.c-cart__level__item {
  position: relative;
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .c-cart__level__item {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}

.c-cart__level__item:before {
  content: '';
  position: absolute;
  right: -9px;
  bottom: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 0;
  z-index: 1;
}

.c-cart__level__item__cart {
  border-bottom: 9px solid #f9b91b;
  z-index: 3;
}

.c-cart__level__item__cart .c-cart__level__item__icon .b-icon {
  right: auto;
}

.c-cart__level__item__cart:before {
  border-color: #f9b91b transparent transparent transparent;
}

.c-cart__level__item__cart.is-active .c-cart__level__item__article {
  background-color: #fef5dd;
}

.c-cart__level__item__cart.is-active .c-cart__level__item__article:before {
  content: '';
  background-color: #fef5dd;
}

.c-cart__level__item__cart.is-active .c-cart__level__item__article:after {
  content: '';
  border-color: transparent transparent transparent #fef5dd;
}

.c-cart__level__item__delivery {
  border-bottom: 9px solid #88d4df;
}

.c-cart__level__item__delivery:before {
  border-color: #88d4df transparent transparent transparent;
}

.c-cart__level__item__delivery.is-active .c-cart__level__item__article {
  background-color: #edf9fa;
  z-index: 2;
}

.c-cart__level__item__delivery.is-active .c-cart__level__item__article:before {
  content: '';
  background-color: #edf9fa;
}

.c-cart__level__item__delivery.is-active .c-cart__level__item__article:after {
  content: '';
  border-color: transparent transparent transparent #edf9fa;
}

.c-cart__level__payment {
  border-bottom: 9px solid #8cc343;
}

.c-cart__level__payment:before {
  border-color: #8cc343 transparent transparent transparent;
}

.c-cart__level__payment.is-active .c-cart__level__item__article {
  background-color: #dfeecb;
  z-index: 1;
}

.c-cart__level__payment.is-active .c-cart__level__item__article:before {
  content: '';
  background-color: #dfeecb;
}

.c-cart__level__payment.is-active .c-cart__level__item__article:after {
  content: '';
  border-color: transparent transparent transparent #dfeecb;
}

.c-cart__level__item__article {
  position: relative;
  padding: 10px 10px 10px 90px;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (max-width: 1239px) {
  .c-cart__level__item__article {
    padding-left: 70px;
  }
}

.c-cart__level__item__article:before {
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  right: -10px;
  bottom: 0;
  z-index: -1;
}

.c-cart__level__item__article:after {
  content: none;
  position: absolute;
  top: 0;
  right: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 15px;
  z-index: -1;
}

.c-cart__level__item__icon {
  position: absolute;
  top: 2px;
  left: 30px;
  width: 70px;
  height: 46px;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 1239px) {
  .c-cart__level__item__icon {
    width: 50px;
  }
}

.c-cart__level__item__icon .b-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.c-cart__level__item__title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  color: #4a4a4a;
}

@media only screen and (max-width: 1239px) {
  .c-cart__level__item__title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .c-cart__level__item__title {
    font-size: 18px;
  }
}

.c-cart__section__head {
  text-align: center;
}

.c-cart__article p {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #4a4a4a;
  margin-bottom: 10px;
}

.c-cart__article p a {
  border-bottom: 1px solid #4a4a4a;
}

.c-cart__article p a:hover {
  color: #995c20;
  border-bottom-color: transparent;
}

.c-cart__total {
  position: relative;
  margin-right: 10px;
  padding: 12px 12px;
  border: 6px solid #efefef;
  background-color: #ffffff;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1239px) {
  .c-cart__total {
    margin-right: 0;
  }
}

.c-cart__total .b-icon-i-cart {
  position: relative;
  float: right;
  top: 17px;
  right: 7px;
  width: 135px;
  height: 80px;
}

.c-cart__total .b-icon-i-cart sup {
  position: absolute;
  right: -8px;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
}

@media only screen and (max-width: 1239px) {
  .c-cart__total .b-icon-i-cart {
    width: 105px;
    height: 50px;
  }
}

.c-cart__total .b-icon-i-site-categories {
  float: right;
  margin-right: -10px;
}

@media only screen and (max-width: 1239px) {
  .c-cart__total .b-icon-i-site-categories {
    width: 104px;
    height: 73px;
    margin-right: 0;
  }
}

.c-cart__total .b-icon-i-mastercard {
  float: right;
  width: 94px;
  height: 74px;
  margin-top: 10px;
  margin-right: -3px;
}

.c-cart__total h1,
.c-cart__total .b-h1 {
  color: #4a4a4a;
  margin-bottom: 18px;
}

.c-cart__total p {
  color: #233e47;
  margin-bottom: 15px;
}

.c-cart__total p a {
  display: inline-block;
  line-height: 12px;
  color: #233e47;
  border-bottom-color: #233e47;
}

.c-cart__total p a:hover {
  color: #233e47;
}

.c-cart__total .u-checkbox-radio-style__list {
  padding: 0;
  margin-bottom: 20px;
}

.c-cart__total .u-checkbox-radio-style__list li {
  padding-left: 0;
  margin-bottom: 10px;
}

.c-cart__total .u-checkbox-radio-style-title {
  font-size: 15px;
  font-weight: 400;
  color: #4a4a4a;
}

.c-cart__total .u-checkbox-radio-style-input:checked+.u-checkbox-radio-style__section .u-checkbox-radio-style-box {
  background-color: #233e47;
}

.c-cart__total__pg h1,
.c-cart__total__pg .b-h1 {
  margin-bottom: 11px;
}

.c-cart__total__pg p {
  margin-bottom: 5px;
}

.c-cart__total__pg .c-cart__total__label {
  margin-bottom: 11px;
}

.c-cart__total__pg .c-cart__total__value {
  font-size: 23px;
}

.c-cart__total__pg .c-cart__total__result {
  margin-top: -30px;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .c-cart__total__pg .c-cart__total__result {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.c-cart__total__pg .c-cart__total__result .b-icon-i-ruble-blue {
  top: auto;
  bottom: 7px;
}

@media only screen and (max-width: 767px) {
  .c-cart__total__pg .c-cart__total__result .b-icon-i-ruble-blue {
    bottom: 9px;
  }
}

.c-cart__total__head {
  position: relative;
  padding-bottom: 10px;
}

.u-row {
  margin-left: -10px;
  margin-right: -10px;
}

.u-item {
  padding-left: 10px;
  padding-right: 10px;
}

.u-form-promocode {
  margin-bottom: 6px;
}

.u-form-promocode .u-input-style {
  width: 100%;
  padding: 0 10px;
  height: 36px;
  font-size: 13px;
  font-weight: 400;
  line-height: 36px;
  color: #4a4a4a;
  text-align: center;
}

.u-btn-total-promocode {
  padding: 0 10px;
  display: block;
  width: 100%;
  font-size: 13px;
}

.c-cart__total__label {
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  color: #4a4a4a;
}

.c-cart__total__value .b-icon-i-ruble-green {
  width: 14px;
  height: 20px;
  vertical-align: initial;
}

.c-cart__total__result {
  position: relative;
  margin-top: -40px;
  padding-top: 37px;
  padding-right: 60px;
  min-height: 67px;
  margin-bottom: 11px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .c-cart__total__result {
    margin-bottom: 15px;
    min-height: auto;
    margin-top: 0;
    padding-top: 0;
  }
}

.c-cart__total__result span {
  margin-right: 15px;
  font-family: 'Century Gothic', sans-serif;
  font-size: 52px;
  line-height: 62px;
  font-weight: 400;
  color: #233e47;
}

@media only screen and (max-width: 767px) {
  .c-cart__total__result span {
    margin-right: 10px;
    font-size: 40px;
    line-height: 50px;
  }
}

.c-cart__total__result .b-icon-i-ruble,
.c-cart__total__result .b-icon-i-ruble-blue {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 47px;
  height: 67px;
}

@media only screen and (max-width: 1239px) {

  .c-cart__total__result .b-icon-i-ruble,
  .c-cart__total__result .b-icon-i-ruble-blue {
    top: auto;
    bottom: 0;
    width: 37px;
    height: 57px;
  }
}

@media only screen and (max-width: 1023px) {

  .c-cart__total__result .b-icon-i-ruble,
  .c-cart__total__result .b-icon-i-ruble-blue {
    right: auto;
  }
}

@media only screen and (max-width: 767px) {

  .c-cart__total__result .b-icon-i-ruble,
  .c-cart__total__result .b-icon-i-ruble-blue {
    width: 27px;
    height: 30px;
    bottom: 9px;
  }
}

.c-cart__total__buttons .c-btn {
  padding: 0;
  display: block;
}

@media only screen and (max-width: 767px) {
  .c-cart__total__buttons .u-item {
    margin-bottom: 15px;
  }
}

.c-cart__delivery__label {
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  color: #8cc343;
  display: block;
}

@media only screen and (max-width: 767px) {
  .c-cart__delivery__label {
    display: block;
  }
}

.c-cart__delivery__value {
  font-family: 'Century Gothic', sans-serif;
  font-size: 42px;
  line-height: 32px;
  font-weight: 400;
  color: #8cc343;
  margin-bottom: 15px;
  margin-top: 5px;
}

.c-cart__delivery__table {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.c-cart__delivery__item {
  position: relative;
  line-height: inherit;
}

@media only screen and (max-width: 767px) {
  .c-cart__delivery__item {
    padding: 10px 0;
  }
}

.c-cart__delivery__item:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAYAAABY+sXzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSI5NjE3MzZDM0NGQjA4NEJDQkRBNEQ5RjcyRjIzQTJDNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBNEJFRTBCOTE4RTUxMUU5ODdDNDk0MzI4M0E0QjcxNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBNEJFRTBCODE4RTUxMUU5ODdDNDk0MzI4M0E0QjcxNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MGM4OTVhOTUtZjYxNS1mOTRkLWIwMDgtYzdhNmFkNDcxZDUzIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NGE4YWUzNjMtNjljZC01NDRlLTgwODQtY2NmZDg3MDJjMjgzIi8+IDxkYzpjcmVhdG9yPiA8cmRmOlNlcT4gPHJkZjpsaT5uYWRlemRhPC9yZGY6bGk+IDwvcmRmOlNlcT4gPC9kYzpjcmVhdG9yPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrHnnw8AAAApSURBVHjaYvz//z8DsYDp1y4ZaSC+DcR9BBVD8Tcg/kVIMSMpzgAIMACyeA7nvpzzhAAAAABJRU5ErkJggg==') 0 0 repeat-x;
}

.c-cart__delivery__item:first-child:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAYAAABY+sXzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSI5NjE3MzZDM0NGQjA4NEJDQkRBNEQ5RjcyRjIzQTJDNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBNEJFRTBCOTE4RTUxMUU5ODdDNDk0MzI4M0E0QjcxNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBNEJFRTBCODE4RTUxMUU5ODdDNDk0MzI4M0E0QjcxNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MGM4OTVhOTUtZjYxNS1mOTRkLWIwMDgtYzdhNmFkNDcxZDUzIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NGE4YWUzNjMtNjljZC01NDRlLTgwODQtY2NmZDg3MDJjMjgzIi8+IDxkYzpjcmVhdG9yPiA8cmRmOlNlcT4gPHJkZjpsaT5uYWRlemRhPC9yZGY6bGk+IDwvcmRmOlNlcT4gPC9kYzpjcmVhdG9yPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrHnnw8AAAApSURBVHjaYvz//z8DsYDp1y4ZaSC+DcR9BBVD8Tcg/kVIMSMpzgAIMACyeA7nvpzzhAAAAABJRU5ErkJggg==') 0 0 repeat-x;
}

.c-cart__delivery__label {
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.c-cart__delivery__radio {
  display: none;
}

.c-cart__delivery__radio:checked+.c-cart__delivery__label__section .c-cart__delivery__type {
  background-color: #5c90b9;
}

.c-cart__delivery__radio:checked+.c-cart__delivery__label__section .c-cart__delivery__label__arrow {
  opacity: 1;
  visibility: visible;
}

.c-cart__delivery__label__section {
  display: block;
}

.c-cart__delivery__label__row {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .c-cart__delivery__label__row {
    display: block;
  }
}

.c-cart__delivery__label__item {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .c-cart__delivery__label__item {
    padding: 10px 0;
    display: block;
    width: 100%;
    text-align: center;
  }
}

.c-cart__delivery__type {
  position: absolute;
  top: 33px;
  left: 5px;
  width: 12px;
  height: 12px;
  background-color: #e0d6d6;
}

@media only screen and (max-width: 767px) {
  .c-cart__delivery__type {
    top: 50%;
    margin-top: -6px;
  }
}

.c-cart__delivery__icon {
  position: absolute;
  top: 5px;
  left: 36px;
  width: 80px;
  height: 65px;
}

.c-cart__delivery__icon.c-cart__delivery__icon__two {
  width: 88px;
  left: 33px;
}

@media only screen and (max-width: 767px) {
  .c-cart__delivery__icon.c-cart__delivery__icon__two {
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-cart__delivery__icon {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin: 0 auto;
  }
}

.c-cart__delivery__icon .b-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.c-cart__delivery__icon .b-icon-i-payment {
  width: 70px;
  height: 42px;
}

.c-cart__delivery__name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #663331;
  padding-left: 135px;
  height: 75px;
}

@media only screen and (max-width: 767px) {
  .c-cart__delivery__name {
    position: static;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    height: auto;
  }
}

.c-cart__delivery__type__city {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  margin-left: 55px;
}

@media only screen and (max-width: 767px) {
  .c-cart__delivery__type__city {
    display: block;
    margin-left: 0;
  }
}

.c-cart__delivery__price {
  width: 160px;
  padding-right: 25px;
  font-family: 'Century Gothic', sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  color: #233e47;
  text-align: right;
}

.c-cart__delivery__label .c-cart__delivery__label__row .c-cart__delivery__price {
  width: 131px;
}

@media only screen and (max-width: 767px) {
  .c-cart__delivery__price {
    width: 100%;
    padding-right: 0;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
}

.c-cart__delivery__label__arrow {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  background-color: #edf9fa;
  height: 50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 767px) {
  .c-cart__delivery__label__arrow {
    display: none;
  }
}

.c-cart__delivery__label__arrow:after {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 15px;
  z-index: -1;
  border-color: transparent transparent transparent #edf9fa;
}

.c-cart__delivery__label__arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 15px;
  z-index: -1;
  border-color: transparent transparent transparent #ffffff;
}

.c-cart__lower__account__area {
  padding-left: 10px;
  padding-top: 10px;
}

.c-cart__lower__account__area .u-row {
  margin-left: -42px;
  margin-right: -42px;
}

@media only screen and (max-width: 767px) {
  .c-cart__lower__account__area .u-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.c-cart__lower__account__area .u-item {
  padding-left: 42px;
  padding-right: 42px;
}

@media only screen and (max-width: 767px) {
  .c-cart__lower__account__area .u-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

ul.u-tabs-radio-style__list {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

@media only screen and (max-width: 1023px) {
  ul.u-tabs-radio-style__list {
    font-size: 0;
  }
}

ul.u-tabs-radio-style__list li {
  display: block;
  padding: 0;
  margin: 0 0 10px;
}

ul.u-tabs-radio-style__list li:last-child {
  margin-bottom: 0;
}

.u-tabs-radio-style-label {
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.u-tabs-radio-style-input {
  display: none;
}

.u-tabs-radio-style-input:checked+.u-tabs-radio-style__section .u-tabs-radio-style-box {
  background-color: #face5e;
}

.u-tabs-radio-style__section {
  display: block;
  position: relative;
  padding-right: 20px;
}

.u-tabs-radio-style-box {
  position: absolute;
  display: block;
  top: 13px;
  right: 0;
  width: 13px;
  height: 13px;
  background-color: #eff0f3;
}

.u-tabs-radio-style-name {
  position: relative;
  display: block;
  padding-left: 0;
}

.u-tabs-radio-style-title {
  display: block;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  color: #663331;
}

.u-form-order-without-reg .u-form-label,
.u-form-order-auth .u-form-label,
.u-form-order-reg .u-form-label {
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
}

.u-form-order-without-reg .u-input-style.u-textarea-style,
.u-form-order-auth .u-input-style.u-textarea-style,
.u-form-order-reg .u-input-style.u-textarea-style {
  height: 92px;
}

.u-form-order-without-reg p,
.u-form-order-auth p,
.u-form-order-reg p {
  padding-left: 20px;
  font-size: 13px;
  line-height: 25px;
  margin-bottom: 5px;
}

.u-form-order-without-reg p a,
.u-form-order-auth p a,
.u-form-order-reg p a {
  color: #233e47;
}

.u-form-order-without-reg p a:hover,
.u-form-order-auth p a:hover,
.u-form-order-reg p a:hover {
  color: #995c20;
}

.u-form-order-without-reg .u-form-checkbox__label,
.u-form-order-auth .u-form-checkbox__label,
.u-form-order-reg .u-form-checkbox__label {
  margin-bottom: 3px;
}

.u-form-order-without-reg .u-form-checkbox__label input:checked+.u-form-checkbox__section .u-form-checkbox__box,
.u-form-order-auth .u-form-checkbox__label input:checked+.u-form-checkbox__section .u-form-checkbox__box,
.u-form-order-reg .u-form-checkbox__label input:checked+.u-form-checkbox__section .u-form-checkbox__box {
  border-color: #face5e;
  background-color: #face5e;
}

.u-form-order-without-reg .u-form-checkbox__section,
.u-form-order-auth .u-form-checkbox__section,
.u-form-order-reg .u-form-checkbox__section {
  display: block;
  padding-left: 20px;
}

.u-form-order-without-reg .u-form-checkbox__box,
.u-form-order-auth .u-form-checkbox__box,
.u-form-order-reg .u-form-checkbox__box {
  top: 6px;
  border-color: #e0d6d6;
  background-color: #e0d6d6;
}

.u-form-order-without-reg .u-form-checkbox__name,
.u-form-order-auth .u-form-checkbox__name,
.u-form-order-reg .u-form-checkbox__name {
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
}

.u-form-order-without-reg .u-form-item,
.u-form-order-auth .u-form-item,
.u-form-order-reg .u-form-item {
  margin-bottom: 5px;
}

.u-form-order-auth .u-form-label {
  font-size: 17px;
}

@media only screen and (max-width: 767px) {
  .u-form-order-auth .u-form-label {
    font-size: 15px;
  }
}

.u-form-order-auth .u-row {
  margin-left: -10px;
  margin-right: -10px;
}

.u-form-order-auth .u-item {
  padding-left: 10px;
  padding-right: 10px;
}

.u-btn-order-without-reg {
  width: 100%;
}

.u-btn-order-auth,
.u-btn-order-reset {
  display: block;
  width: 100%;
  margin: 14px 0;
}

.u-btn-order-auth {
  width: auto;
  padding: 0 33px;
}

@media only screen and (max-width: 767px) {
  .u-btn-order-auth {
    width: 100%;
  }
}

.u-btn-order-reset {
  padding: 0 15px;
}

.c-cart__lower__account__area__title {
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  color: #663331;
  margin: 10px 0;
}

.c-cart__lower__account__area__title i {
  font-style: normal;
  font-size: 21px;
}

.u-item-order__without__registration p {
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  color: #505050;
}

.u-item-order__registration p {
  font-size: 13px;
  line-height: 25px;
  font-weight: 500;
  color: #663331;
}

.c-cart__lower__account__area__section {
  margin-bottom: 20px;
}

.c-order-accepted {
  max-width: 510px !important;
  margin: 50px auto;
}

@media only screen and (max-width: 1023px) {
  .c-order-accepted {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.c-order-accepted p {
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  color: rgb(137, 79, 79);
  letter-spacing: -0.01em;
}

@media only screen and (max-width: 767px) {
  .c-order-accepted p {
    font-size: 15px;
  }
}

.c-order-accepted {
  margin-top: 30px;
}

.c-order-accepted__row {
  position: relative;
  text-align: center;
}

.c-order-accepted__head {
  position: relative;
  padding: 0 60px;
  display: inline-block;
  margin-bottom: 3px;
}

.c-order-accepted__head .b-icon-i-available {
  position: absolute;
  top: 2px;
  left: 10px;
  width: 32px;
  height: 32px;
}

.c-order-accepted__head h1,
.c-order-accepted__head .b-h1 {
  display: inline-block;
  font-size: 32px;
}

.u-btn-order-accepted {
  margin: 30px 0;
  display: block;
  width: 100%;
}

@media only screen and (max-width: 567px) {
  .u-btn-order-accepted {
    margin-top: 25px;
    margin-bottom: 35px;
  }

  .c-order-accepted__head {
    padding: 0 40px;
  }
  
  .c-order-accepted__head h1 {
    font-size: 30px;
  }

  .c-order-accepted__head .b-icon-i-available {
    top: 0;
    left: -5px;
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 395px) {

  .c-order-accepted__head {
    padding: 0 20px;
  }
  
  .c-order-accepted__head h1 {
    font-size: 25px;
  }

  .c-order-accepted__head .b-icon-i-available {
    top: 2px;
    left: -17px;
    width: 25px;
    height: 25px;
  }
}



.c-cart__payment__table {
  margin-right: -15px;
}

@media only screen and (max-width: 1023px) {
  .c-cart__payment__table {
    margin-right: 0;
  }
}

.c-cart__payment__table .c-cart__delivery__name {
  padding-left: 155px;
  width: 56%;
  font-size: 18px;
  height: 75px;
}

@media only screen and (max-width: 767px) {
  .c-cart__payment__table .c-cart__delivery__name {
    position: static;
    width: 100%;
    height: auto;
    padding-left: 30px;
  }
}

.c-cart__payment__table .c-cart__delivery__radio:checked+.c-cart__delivery__label__section .c-cart__delivery__type {
  background-color: #9eca6c;
}

.c-cart__payment__table .c-cart__delivery__icon {
  left: 55px;
}

@media only screen and (max-width: 767px) {
  .c-cart__payment__table .c-cart__delivery__icon {
    left: 0;
  }
}

.c-cart__payment__table .c-cart__delivery__label__arrow {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  background-color: #eef6e3;
  height: 54px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.c-cart__payment__table .c-cart__delivery__label__arrow:after {
  content: '';
  position: absolute;
  top: 0;
  right: -35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 0 27px 35px;
  z-index: -1;
  border-color: transparent transparent transparent #eef6e3;
}

.c-cart__payment__table .c-cart__delivery__label__arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 0 27px 35px;
  z-index: -1;
  border-color: transparent transparent transparent #ffffff;
}

.c-cart__delivery__title {
  width: 44%;
  padding-right: 25px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  color: #663331;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .c-cart__delivery__title {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.c-cart__payment__item__were {
  position: relative;
}

.c-cart__payment__label {
  font-size: 12.5px;
  line-height: 21px;
  font-weight: 400;
  color: #4a4a4a;
}

.c-cart__payment__value {
  font-family: 'Century Gothic', sans-serif;
  font-size: 20.83px;
  line-height: 24px;
  font-weight: 400;
  color: #233e47;
}

.c-cart__payment__value.u-font-style-raleway {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

.c-cart__payment__value.u-font-style-raleway span {
  font-family: 'Century Gothic', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.c-cart__payment__value.u-font-size-23 {
  font-size: 23px;
}

.c-cart__payment__value i {
  font-style: normal;
  color: #8cc343;
}

.c-cart__payment__value__input {
  padding: 0 5px;
  width: 120px;
  height: 30px;
  font-family: 'Century Gothic', sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
  color: #233e47;
  text-align: left;
  background-color: #f9f9f9;
  border: none;
}

.c-cart__payment__checkbox__label {
  position: absolute;
  top: 25px;
  right: 88px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .c-cart__payment__checkbox__label {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    margin: 10px 0;
  }
}

.c-cart__payment__checkbox__input {
  display: none;
}

.c-cart__payment__checkbox__input:checked+.c-cart__payment__checkbox__section .c-cart__payment__checkbox__box {
  background-color: #f9b91b;
}

.c-cart__payment__checkbox__section {
  position: relative;
  padding-left: 20px;
  display: block;
}

.c-cart__payment__checkbox__box {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #e0d6d6;
}

.c-cart__payment__checkbox__name {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 12.5px;
  line-height: 20px;
  font-weight: 400;
  color: #4a4a4a;
}

.c-cart__payment__article .c-cart__total__result .b-icon-i-ruble-blue {
  top: auto;
  right: auto;
  bottom: 11px;
  width: 32px;
  height: 38px;
}

@media only screen and (max-width: 767px) {
  .c-cart__payment__article .c-cart__total__result .b-icon-i-ruble-blue {
    width: 27px;
    height: 30px;
    bottom: 9px;
  }
}

.c-cart__section__delivery__total .u-delivery__total__level__1 h1,
.c-cart__section__delivery__total .u-delivery__total__level__1 .b-h1 {
  padding-left: 97px;
  padding-top: 8px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {

  .c-cart__section__delivery__total .u-delivery__total__level__1 h1,
  .c-cart__section__delivery__total .u-delivery__total__level__1 .b-h1 {
    padding-left: 0;
  }
}

.c-cart__section__delivery__total .u-delivery__total__level__2 h1,
.c-cart__section__delivery__total .u-delivery__total__level__2 .b-h1 {
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {

  .c-cart__section__delivery__total .u-delivery__total__level__2 h1,
  .c-cart__section__delivery__total .u-delivery__total__level__2 .b-h1 {
    padding-left: 0;
  }
}

.c-cart__total__payment h1,
.c-cart__total__payment .b-h1 {
  margin-bottom: 0;
}

.c-cart__total__payment .c-cart__total__label {
  font-size: 12.5px;
}

/*------------------------------------------------------------*/
/* XX - LK */
/*------------------------------------------------------------*/
.c-lk {
  padding: 20px 0;
}

.c-lk__head {
  padding: 10px 0;
  text-align: center;
}

.c-lk__head h1,
.c-lk__head .b-h1 {
  font-size: 52px;
  line-height: 62px;
  font-weight: 500;
  color: #663331;
  margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {

  .c-lk__head h1,
  .c-lk__head .b-h1 {
    font-size: 45px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 767px) {

  .c-lk__head h1,
  .c-lk__head .b-h1 {
    font-size: 35px;
    line-height: 45px;
  }
}

.c-lk__section__head {
  padding: 10px 10px 30px 0;
  text-align: center;
}

.c-lk__section__head .b-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .c-lk__section__head .b-icon {
    margin-right: 10px;
  }
}

.c-lk__section__head h2,
.c-lk__section__head .b-h2 {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 38px;
  line-height: 48px;
  font-weight: 400;
  color: #663331;
}

@media only screen and (max-width: 1023px) {

  .c-lk__section__head h2,
  .c-lk__section__head .b-h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {

  .c-lk__section__head h2,
  .c-lk__section__head .b-h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

.c-lk__section__head .b-icon-i-favorite {
  width: 35px;
  height: 33px;
}

.c-lk__section__head__row {
  position: relative;
  display: inline-block;
  padding: 0 60px;
}

.c-lk__section__body {
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
}

@media only screen and (max-width: 1239px) {
  .c-lk__section__body {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-lk__my__details__photo {
  position: absolute;
  top: -190px;
  right: 35px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .c-lk__my__details__photo {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 15px;
  }
}

.c-lk__my__details__photo__bg {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 115px;
  height: 115px;
  overflow: hidden;
  margin-bottom: 15px;
}

.c-lk__my__details__photo__bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.c-lk__my__details__photo__link {
  cursor: pointer;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #663331;
  text-align: center;
}

.c-lk__my__details__photo__link:hover {
  color: #995c20;
}

.u-form-my-details {
  padding-right: 40px;
}

@media only screen and (max-width: 767px) {
  .u-form-my-details {
    padding-right: 0;
  }
}

.u-form-my-details .u-form-label {
  font-size: 17px;
  line-height: 25px;
}

.u-form-my-details .u-form-item {
  font-size: 17px;
  margin-bottom: 2px;
}

.u-form-my-details .u-input-style {
  font-size: 17px;
}

.u-form-item-btn {
  margin-top: 20px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .u-form-item-btn {
    margin-top: 15px;
    margin-bottom: 0;
  }
}

.u-btn-my-details-change,
.u-btn-my-details-save {
  display: inline-block;
  width: 160px;
}

@media only screen and (max-width: 767px) {

  .u-btn-my-details-change,
  .u-btn-my-details-save {
    display: block;
    width: 100%;
  }
}

.c-lk__my__stats {
  margin-bottom: 14px;
}

.c-lk__my__stats__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-lk__my__stats__list ul li {
  padding: 0;
  margin: 0 0 11px 0;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #663331;
}

.c-lk__my__stats__diagrams {
  position: relative;
  padding-top: 55px;
  padding-bottom: 30px;
}

.c-lk__my__stats__diagrams .b-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 47px;
  height: 67px;
}

.c-lk__my__stats__diagrams__section {
  position: relative;
  height: 192px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .c-lk__my__stats__diagrams__section {
    height: auto;
  }
}

.c-lk__my__stats__diagrams__rubl {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 192px;
  height: 192px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(249, 185, 27, 0.5);
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-lk__my__stats__diagrams__rubl {
    position: relative;
    margin: 0 auto 15px;
  }
}

.c-lk__my__stats__diagrams__rubl.u-diagrams__bobls {
  width: 130px;
  height: 130px;
  background-color: #c5d36c;
}

.c-lk__my__stats__diagrams__rubl.u-diagrams__bobls i {
  opacity: 0.63;
  z-index: 0;
}

.c-lk__my__stats__diagrams__rubl i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  color: #663331;
  font-style: normal;
  z-index: -1;
}

@media only screen and (max-width: 1239px) {
  .c-lk__my__stats__diagrams__rubl i {
    font-size: 18px;
  }
}

.c-lk__my__stats__diagrams__name {
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  color: #663331;
  text-align: center;
}

.c-lk__my__discount {
  margin-bottom: 50px;
}

.c-lk__my__discount p,
.c-lk__my__boblu p {
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
  color: #663331;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1239px) {

  .c-lk__my__discount p,
  .c-lk__my__boblu p {
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {

  .c-lk__my__discount p,
  .c-lk__my__boblu p {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.c-lk__progress__bar__row {
  position: relative;
  width: 100%;
  height: 25px;
  margin: 90px 0 100px;
}

@media only screen and (max-width: 767px) {
  .c-lk__progress__bar__row {
    margin: 200px 0;
  }
}

.c-lk__progress__bar__row__boblu {
  position: relative;
  width: 100%;
  height: 25px;
  margin: 60px 0 140px;
}

@media only screen and (max-width: 767px) {
  .c-lk__progress__bar__row__boblu {
    margin: 120px 0 200px;
  }
}

.c-lk__progress__bar {
  position: absolute;
  left: 5px;
  right: 5px;
  height: 25px;
  background-color: #ffeaa9;
  -webkit-transform: skew(-30deg, 0deg);
  -ms-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
  overflow: hidden;
}

.c-lk__progress__bar.c-lk__progress__bar__boblu {
  background-color: #f0f7d2;
}

.c-lk__progress__bar.c-lk__progress__bar__boblu .c-lk__progress__bar__line {
  background-color: #d2e679;
}

.c-lk__progress__bar.c-lk__progress__bar__boblu .c-lk__progress__bar__line i {
  display: block;
  font-family: 'Century Gothic', sans-serif;
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
  color: #663331;
  font-style: normal;
  text-align: center;
  -webkit-transform: skew(30deg, 0deg);
  -ms-transform: skew(30deg, 0deg);
  transform: skew(30deg, 0deg);
  padding-left: 20px;
}

@media only screen and (max-width: 1023px) {
  .c-lk__progress__bar.c-lk__progress__bar__boblu .c-lk__progress__bar__line i {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .c-lk__progress__bar.c-lk__progress__bar__boblu .c-lk__progress__bar__line i {
    font-size: 13px;
  }
}

.c-lk__progress__bar__value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'Century Gothic', sans-serif;
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
  color: #663331;
  text-align: center;
  z-index: 2;
  -webkit-transform: skew(30deg, 0deg);
  -ms-transform: skew(30deg, 0deg);
  transform: skew(30deg, 0deg);
}

@media only screen and (max-width: 1023px) {
  .c-lk__progress__bar__value {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .c-lk__progress__bar__value {
    font-size: 13px;
  }
}

.c-lk__progress__bar__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ff8d3a;
  z-index: 1;
}

.c-lk__progress__bar__item {
  position: absolute;
  top: 0;
  left: 0;
}

.c-lk__progress__bar__item.u-item__bar__1 {
  left: 1.5%;
}

.c-lk__progress__bar__item.u-item__bar__2 {
  left: 21%;
}

.c-lk__progress__bar__item.u-item__bar__3 {
  left: 42.4%;
}

.c-lk__progress__bar__item.u-item__bar__4 {
  left: 34.5%;
}

.c-lk__progress__bar__item.u-item__bar__5 {
  left: 80%;
}

.c-lk__progress__bar__item.u-item__bar__boblu__1 {
  left: 31.7%;
}

.c-lk__progress__bar__item.u-item__bar__boblu__2 {
  left: 52.5%;
}

.c-lk__progress__bar__item.u-item__bar__boblu__3 {
  left: 79.7%;
}

.c-lk__progress__bar__item__top {
  position: absolute;
  bottom: 33px;
  left: -10px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .c-lk__progress__bar__item__top {
    left: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
  }
}

.c-lk__progress__bar__item__top__boblu {
  position: absolute;
  bottom: 27px;
  left: -100px;
  width: 210px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .c-lk__progress__bar__item__top__boblu {
    left: 0;
    width: 70px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
  }
}

.c-lk__progress__bar__item__detail {
  position: relative;
  padding-left: 28px;
  margin-top: 7px;
}

.c-lk__progress__bar__item__detail .b-icon {
  position: absolute;
  bottom: 2px;
  left: 1px;
}

.c-lk__progress__bar__item__detail .b-icon-i-available {
  width: 22px;
  height: 17px;
}

.c-lk__progress__bar__item__detail .b-icon-i-close {
  width: 17px;
  height: 17px;
}

.c-lk__progress__bar__item__detail__boblu {
  position: relative;
  text-align: center;
  font-family: 'Century Gothic', sans-serif;
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  color: #663331;
}

@media only screen and (max-width: 1239px) {
  .c-lk__progress__bar__item__detail__boblu {
    font-size: 15px;
  }
}

.c-lk__progress__bar__item__detail__name {
  display: block;
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  color: #663331;
}

@media only screen and (max-width: 1239px) {
  .c-lk__progress__bar__item__detail__name {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-lk__progress__bar__item__detail__name {
    font-size: 11px;
  }
}

.c-lk__progress__bar__item__line {
  position: absolute;
  top: -30px;
  left: 0;
  width: 2px;
  height: 62px;
  background-color: #ffd653;
}

.c-lk__progress__bar__item__line.is-line-dot {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAA6CAYAAAB1XePaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSI5NjE3MzZDM0NGQjA4NEJDQkRBNEQ5RjcyRjIzQTJDNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxOUE5MkYyNTJERkExMUU5ODYxMEI1RTI0QkQzQTk5QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxOUE5MkYyNDJERkExMUU5ODYxMEI1RTI0QkQzQTk5QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODZmOWQxZjItZWYzYy1kZjQ0LWIzZDUtYmY3N2ZiY2ZlYmZmIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MzJmNTA0NDctZDQ1OS03NTQ3LTk2NWQtMmIyMTg5ZjdmN2ZjIi8+IDxkYzpjcmVhdG9yPiA8cmRmOlNlcT4gPHJkZjpsaT5uYWRlemRhPC9yZGY6bGk+IDwvcmRmOlNlcT4gPC9kYzpjcmVhdG9yPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pr+WYjUAAAC7SURBVHjaYkwzNpRgYGDwAOINLEDCDojnA/ETJiBxHIgLgPg84////xlggIkBCVCXw5JuYqQNpAuBuBkkowPEyUCsDHLbViC2pLdzZIB0IBAvA7nACognAfF1kLLDQJwCxGfo6RwDIF0NxBUgGTUgDgFiWZDbNgOxLhDfoKFzQPYwAF3BCqT+MAEZTkDGSyA2AiljB2JBkCqQsh1AzAPE3+gZOiZAuhOIs0Ay8kAMcp8ELHQUgPgxQIABAKbiLRhY4AKgAAAAAElFTkSuQmCC') center no-repeat;
}

.c-lk__progress__bar__item__line__boblu {
  position: absolute;
  top: -20px;
  left: 0;
  width: 2px;
  height: 62px;
  background-color: #ffd653;
}

.c-lk__progress__bar__item__bottom {
  position: absolute;
  bottom: -90px;
  left: -20px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .c-lk__progress__bar__item__bottom {
    left: -50px;
    bottom: -130px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

.c-lk__progress__bar__item__bottom__boblu {
  position: absolute;
  bottom: -130px;
  left: -70px;
  white-space: nowrap;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-lk__progress__bar__item__bottom__boblu {
    left: -25px;
    bottom: -130px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

.c-lk__progress__bar__item__star {
  position: relative;
  padding-left: 55px;
}

@media only screen and (max-width: 1023px) {
  .c-lk__progress__bar__item__star {
    padding-left: 30px;
  }
}

.c-lk__progress__bar__item__star .b-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
}

@media only screen and (max-width: 1023px) {
  .c-lk__progress__bar__item__star .b-icon {
    width: 24px;
    height: 24px;
  }
}

.c-lk__progress__bar__item__star__value {
  font-family: 'Century Gothic', sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
  color: #444446;
}

.c-lk-discount-disclaimer {
  display: none;
}

@media only screen and (max-width: 1239px) {
  .c-lk__progress__bar__item__star__value {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-lk__progress__bar__item__star__value {
    font-size: 15px;
  }
}

.c-lk__progress__bar__item__star__name {
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  color: #663331;
}

@media only screen and (max-width: 1023px) {
  .c-lk__progress__bar__item__star__name {
    display: none;
  }
  
  .c-lk-discount-disclaimer {
    display: block;
    color: #444446;
    font-size: 13px;
    text-align: center;
  }
}

.c-lk__progress__bar__item__star__boblu {
  position: relative;
}

.c-lk__progress__bar__item__star__boblu .b-icon {
  width: 44px;
  height: 44px;
}

@media only screen and (max-width: 1023px) {
  .c-lk__progress__bar__item__star__boblu .b-icon {
    width: 24px;
    height: 24px;
  }
}

.c-lk__progress__bar__item__star__boblu__value {
  font-family: 'Century Gothic', sans-serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  color: #663331;
}

@media only screen and (max-width: 1023px) {
  .c-lk__progress__bar__item__star__boblu__value {
    font-size: 15px;
  }
}

.c-lk__my__achievements p {
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
  color: #663331;
  margin-top: 10px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1239px) {
  .c-lk__my__achievements p {
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .c-lk__my__achievements p {
    font-size: 15px;
  }
}

.c-lk__my__achievements__list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.c-lk__my__achievements__list li {
  position: relative;
  padding: 0 0 0 28px;
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
  color: #663331;
}

@media only screen and (max-width: 767px) {
  .c-lk__my__achievements__list li {
    font-size: 15px;
  }
}

.c-lk__my__achievements__list .b-icon {
  position: absolute;
  top: 9px;
  left: 0;
}

.c-lk__my__achievements__list .b-icon-i-available {
  width: 24px;
  height: 19px;
}

.c-lk__my__achievements__list .b-icon-i-close {
  width: 19px;
  height: 19px;
}

.c-lk__my__order .c-my-favorit__table tr th {
  padding-bottom: 14px;
}

.c-lk__my__order .c-my-favorite__detail__name {
  padding-top: 5px;
}

.c-lk__my__order .c-my-favorit__table tr th,
.c-lk__my_favorite .c-my-favorit__table tr th {
  color: #4a4a4a;
}

.c-lk__my__order .c-my-favorit__table tr td,
.c-lk__my_favorite .c-my-favorit__table tr td {
  padding-left: 5px;
  padding-right: 5px;
  /*font-family: 'Raleway', sans-serif;*/
  font-weight: 500;
}

.c-lk__my__order .c-my-favorit__table tr td.u-td__checkout,
.c-lk__my_favorite .c-my-favorit__table tr td.u-td__checkout {
  font-family: 'Raleway', sans-serif;
  font-size: 0;
  font-weight: 500;
  color: #4a4a4a;
}

.c-lk__my__order .c-my-favorit__table tr td.u-td__total,
.c-lk__my_favorite .c-my-favorit__table tr td.u-td__total {
  padding-right: 98px;
  font-family: 'Century Gothic', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #663331;
}

@media only screen and (max-width: 1023px) {

  .c-lk__my__order .c-my-favorit__table tr td.u-td__total,
  .c-lk__my_favorite .c-my-favorit__table tr td.u-td__total {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {

  .c-lk__my__order .c-my-favorit__table tr td.u-td__total,
  .c-lk__my_favorite .c-my-favorit__table tr td.u-td__total {
    padding-right: 15px;
  }
}

.c-lk__my__order .c-my-favorit__table .u-span__checkout,
.c-lk__my_favorite .c-my-favorit__table .u-span__checkout {
  position: relative;
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.c-lk__my__order .c-my-favorit__table .u-span__checkout:first-child,
.c-lk__my_favorite .c-my-favorit__table .u-span__checkout:first-child {
  margin-left: 0;
}

.c-lk__my__order .c-my-favorit__table .u-span__checkout:first-child:before,
.c-lk__my_favorite .c-my-favorit__table .u-span__checkout:first-child:before {
  content: none;
}

.c-lk__my__order .c-my-favorit__table .u-span__checkout:before,
.c-lk__my_favorite .c-my-favorit__table .u-span__checkout:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  content: '·';
}

.c-lk__my__order__row {
  margin-bottom: 3px;
}

.c-lk__my__order__item {
  margin-bottom: 7px;
}

.c-lk__my__order__item.is-active .c-lk__my__order__body {
  display: block;
}

.c-lk__my__order__head {
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .c-lk__my__order__head {
    padding-left: 0;
  }
}

.c-lk__my__order__date {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  padding-right: 15px;
  font-size: 17px;
  line-height: 36px;
  font-weight: 600;
  color: #663331;
  cursor: pointer;
  text-transform: lowercase;
}

@media only screen and (max-width: 767px) {
  .c-lk__my__order__date {
    display: block;
    padding-right: 30px;
    font-size: 15px;
    line-height: 25px;
  }
}

.c-lk__my__order__date:hover {
  color: #995c20;
}

.c-lk__my__order__date:hover:after {
  border-color: #995c20 transparent transparent transparent;
}

.c-lk__my__order__date:after {
  content: '';
  position: absolute;
  top: 17px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #4a4a4a transparent transparent transparent;
}

@media only screen and (max-width: 767px) {
  .c-lk__my__order__date:after {
    top: 10px;
    right: 10px;
  }
}

.c-lk__my__order__body {
  display: none;
  padding: 5px 20px;
}

.c-lk__my_favorite {
  margin-bottom: 40px;
}

.c-lk__my_favorite .c-my-favorit__table {
  margin-bottom: 20px;
}

.c-lk__my_favorite .u-btn-checkout {
  padding-left: 19px;
  padding-right: 19px;
}

.c-lk__change__password .b-icon-i-change-password {
  width: 31px;
  height: 42px;
}

.c-lk__change__password .u-btn-auth-reg {
  margin-top: 30px;
  min-width: 165px;
}

.c-recommended-products .c-header__level h2,
.c-recommended-products .c-header__level .b-h2 {
  font-weight: 400;
}

.c-header__login {
 margin-right: 16px; 
}

.c-header__login.c-header__login--lk {
  margin-right: 23px;
}

.c-header__login--lk {
  position: relative;
  display: flex;
  height: 22px;
  width: 22px;
}

.c-header__login--lk::before,
.c-header__login--lk::after {
  content: '';
  display: block;
  height: 22px;
  width: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -11px 0 0 0px;
  background-size: cover;
}

.c-header__login--lk::before {
  background-image: url('../img/header/lk-icon.png');
}

.c-header__login--lk::after {
  background-image: url('../img/header/lk-icon-hover.png');

  opacity: 0;
}

.c-header__login--lk:hover:after {
  transition: 0.3s;
  opacity: 1;
  z-index: 0px;
}

.c-header__top__item__favorite,
.c-header__top__item__cart {
  padding: 0 20px 0 0;
  text-align: left;

  width: auto;
  flex: 0 0 auto;

}

.c-header__top__item--collection {
  display: flex;
  justify-content: space-around;
}

/* empty cart */
.c-cart__section__row .bx-sbb-empty-cart-image {
  background: url(/local/templates/soyka/components/bitrix/sale.basket.basket/favorites/images/empty_cart2.png) no-repeat center !important;
  background-size: contain !important;
  width: 190px;
  opacity: 0.2;
  margin: 18px auto 28px;
}

.c-my-favorite__row .bx-sbb-empty-cart-image {
  background: url(/local/templates/soyka/components/bitrix/sale.basket.basket/favorites/images/empty_cart1.png) no-repeat center !important;
}

.bx-sbb-empty-cart-text {
  color: rgb(137, 79, 79);
  margin-bottom: 22px;
  line-height: 1.2;
}

.bx-sbb-empty-cart-desc {
  color: rgb(137, 79, 79);
  text-transform: lowercase;
}

.bx-sbb-empty-cart-desc a {
  color: rgb(137, 79, 79);
  font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
}

/* cart */
.basket-item-price-old-text:after {
  display: none;
}

.basket-item-price-old-text {
  font-size: 13px;
  color: #663331;
  text-decoration: line-through;
  text-decoration-color: red;
}

.final-product-price {
  color: red;
}

.paysystem_name {
  margin-top: 7px;
  margin-left: 3px;
  font-size: 11.5px;
  color: #7d4f3f;
}

#order_form_div .sale_order_full_table .ps_logo .pay_name {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 15px;
  color: #7d4f3f;
}

.basket-coupon-alert {
  position: relative;
}

.basket-coupon-alert.text-danger {
  color: rgb(194, 0, 0);
}

.basket-coupon-alert .close-link {
  color: transparent;
  max-width: 20px;
}

.basket-coupon-alert .close-link::before {
  content: '';
  width: 14px;
  height: 14px;
  background-image: url(/local/templates/soyka/css/../img/header/i-close.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  right: 2px;
}

.basket-coupon-text {
  display: block;
  font-size: 14px;
  max-width: 250px;
  margin-bottom: 20px;
}

.basket-coupon-text strong {
  font-weight: 500;
}

.vacancies {
  margin-top: -5px !important;
}

.is-label-not-available i {
  width: max-content;
}

.c-recommended-products .c-header__level h2,
.c-recommended-products .c-header__level .b-h2 {
  font-weight: 400;
}

.delivery-post-name {
  width: 195px;
  display: inline-block;
}

.c-cart__delivery__type__city {
  margin-left: 0;
  padding-left: 33px;
  width: 275px;
  line-height: 18px;
  font-size: 13px;
  margin: auto;
}

.active-certificate.c-cart__delivery__label__section .c-cart__delivery__label__arrow {
  opacity: 1;
  visibility: visible;
}

.active-certificate.c-cart__delivery__label__section .c-cart__delivery__type {
  background-color: #9eca6c;
}

.unVisible {
  opacity: 0 !important;
}

/*for back-end*/
.active-tab {
  display: block;
}

/*update 28.01 here*/
#search form {
  position: relative;
}

.header-mobile-smart-search {
  display: none;
  width: 70%;
  position: absolute;
  right: 0;
  top: 10px;
}

.header-searchbox {
  /*display: none;*/
  position: absolute;
  z-index: 100;
  top: 65px;
  right: 0;
  width: 630px;
  height: auto;
  border: 1px solid #efefef;
  border-radius: 0;
}

.title-search-result {
  display: none;
  right: auto !important;
  left: 50% !important;
  width: 100% !important;
  max-width: 1210px !important;
  height: 100% !important;
  transform: translateX(-50%);
  z-index: 6;
  top: 198px;
}

.is-rostov .title-search-result {
  display: none !important;
}

.header-searchbox * {
  font-family: 'Raleway', sans-serif;
}

.header-searchbox-wrapp {
  width: 100%;
  padding-left: 10px;
  position: relative;
  left: 0;
  top: 0;
  max-height: 410px;
  border-radius: 0;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.header-searchbox-wrapp .mCSB_scrollTools {
  z-index: 100;
  width: 8px;
}

.header-searchbox-wrapp .mCSB_container {
  margin-right: 0;
}

.header-searchbox-items ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  margin-right: 20px;
}

.header-searchbox-items ul li {
  padding: 0 15px 10px 15px;
  border-bottom: 1px solid #e5e5e8;
  list-style-type: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.header-searchbox-items ul li:last-child {
  margin-bottom: 18px;
}

.header-searchbox-items ul li a.item-image img {
  width: 70px;
  height: 65px;
}

.header-searchbox-items ul li a.item-name p {
  margin-bottom: 0;
  font-size: 15px;
  max-width: 300px;
  width: 300px;
}

.header-searchbox-items ul li a.item-price span {
  font-size: 18px;
  font-family: 'Century Gothic', sans-serif;
}

.header-searchbox-items ul li .item-add-to-cart-btn {
  width: 75px;
  height: 25px;
  position: relative;
}

/*.header-searchbox-items ul li .item-add-to-cart-btn:before {*/
/*content: '+';*/
/*position: absolute;*/
/*left: 22px;*/
/*top: 5px;*/
/*width: 10px;*/
/*height: 10px;*/
/*font-size: 19px;*/
/*color: #fff;*/
/*font-family: "Johny Mac Scrawl Ru", sans-serif;*/
/*cursor: pointer;  */
/*}*/

.header-searchbox-items ul li a span {
  color: #663331;
}

.header-searchbox-items ul li .item-add-to-cart-btn button {
  width: 100%;
  height: 100%;
  background-color: #F8B919;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: 0;
  border-radius: 0;
  transition: 0.3s ease;
}

.header-searchbox-items ul li .item-add-to-cart-btn:hover button {
  cursor: pointer;
  background-color: #FACE5E;
}


.header-searchbox-items ul li .item-add-to-cart-btn img.cart-img {
  width: 20px;
  height: 20px;
  /*margin-left: 4px;*/
}

.header-searchbox-bottom-panel {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}

.header-searchbox-bottom-panel-wrapp {
  width: 100%;
  height: 100%;
  padding: 0 21px;
  margin-left: 9px;
  margin-right: 21px;
  border-top: 1px solid #e5e5e8;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header-searchbox-bottom-panel-wrapp a.show-all-products-link {
  position: relative;
}

.header-searchbox-bottom-panel-wrapp a.show-all-products-link:before {
  position: absolute;
  content: '';
  background-image: url(/local/templates/soyka/images/arrow-down1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: -17px;
  transform: rotate(-86deg);
}

.header-searchbox-bottom-panel-wrapp a.found-products-link {
  color: #89C53E;
}

@media only screen and (max-width: 1410px) {
  .c-sidebar__basket {
    display: none !important;
  }
}



@media only screen and (max-width: 1100px) {
  .c-header__top__row {
    padding-left: 220px;
  }

  .c-header__logo {
    left: 0;
  }

}

@media only screen and (max-width: 1040px) {
  .header-searchbox {
    position: fixed;
    right: 15px;
    left: auto;
  }
}


@media only screen and (max-width: 1040px) {
  /* .c-content {
    padding-top: 60px;
  } */

  /*  .title-search-result {
    display: none !important;
  }*/
  /*  .header-searchbox {
    display: none !important;
  }*/

  .title-search-result {
    position: fixed !important;
    top: 121px !important;
  }
}


/*New mobile menu rework styles 03.02*/
@media only screen and (max-width: 1023px) {

  .c-header__top__head__row .c-header__top__item__phone,
  .c-header__top__head__row .c-header__top__item__open,
  .c-header__top__head__row .c-header__top__item__mail {
    display: none;
  }

  .header-mobile-bottom-row {
    position: relative;
    width: 100%;
    height: 100%;
	display: flex;
  }

  .c-header__top__mobile {
    position: absolute;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    left: 0;
    top: 0px;
    background-color: #F9B91B;
  }

  .c-header__top__row {
    padding-left: 100px;
  }

  .u-style-line__mobile {
    right: auto;
    left: 10px;
  }

  .u-style-line__mobile .is-not-svg-line .line-item {
    background-color: #fff;
  }

  .c-header {
    background-color: transparent;
  }

  .c-header__logo {
    top: 10px;
    left: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .title-search-result {
    top: 139px !important;
  }
}

@media only screen and (max-width: 800px) {
  .header-searchbox {
    width: 100%;
    top: 75px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
}

@media only screen and (max-width: 670px) {
  .header-searchbox {
    left: 50%;
    width: 100%;
  }

  .header-searchbox-items ul li {
    padding: 0 5px 10px 5px;
  }

  .header-searchbox-items ul li a.item-name p {
    width: 300px;
    margin-right: 10px;
  }

  .header-searchbox-items ul li a.item-price span {
    margin-right: 15px;
  }

  .header-searchbox-items ul li .item-add-to-cart-btn:before {
    left: 30%;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 576px) {
  .header-searchbox-wrapp {
    padding-left: 0;
  }

  .header-searchbox-items ul {
    margin-right: 10px;
  }

  .header-searchbox-items ul li {
    justify-content: flex-start;
    position: relative;
  }

  .header-searchbox-items ul li a.item-image {
    transform: scale(0.7);
  }

  .header-searchbox-items ul li a.item-name {
    width: 55%;
  }

  .header-searchbox-items ul li a.item-name p {
    width: 100%;
    font-size: 13px;
    line-height: 15px;
  }

  .header-searchbox-items ul li a.item-price span {
    font-size: 14px;
  }

  .item-price {
    position: absolute;
    right: 85px;
    top: 50%;
    transform: translateY(-50%);
  }

  .header-searchbox-items ul li .item-add-to-cart-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 510px) {
  .header-searchbox-items ul li a.item-name {
    width: 45%;
  }
}

@media only screen and (max-width: 480px) {

  .c-header__top__item--collection .c-header__top__item__cart,
  .c-header__top__item--collection .c-header__top__item__favorite,
  .c-header__top__item__lk,
  .c-header__top__item__key {
    transform: scale(0.8);
  }

  .c-header__top__head__row .c-header__top__item--collection {
    width: auto !important;
  }

  .c-header__top__item--collection .c-header__top__item__cart,
  .c-header__top__item--collection .c-header__top__item__favorite {
    padding-right: 0;
  }

  .c-header__top__item__lk .c-header__login--lk {
    margin-right: auto;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .c-header__top__item {
    text-align: center;
  }

  .header-searchbox-items ul li .item-add-to-cart-btn button {
    min-width: 55px;
  }
}

@media only screen and (max-width: 410px) {
  .u-style-line__mobile {
    left: 0;
  }

  .c-header__top__head__row .c-header__top__item--collection {
    width: auto;
  }

  .header-searchbox-items ul li a.item-name {
    width: 35%;
  }

  .c-header__top__item__lk {
    width: auto;
  }
}

@media only screen and (max-width: 350px) {

  .c-header__top__row {
    padding-left: 0;
  }

  .c-header__top__head__row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: flex-end;
  }

  .c-header__top__head {
    padding-left: 0;
  }

  .c-header__top__row {
    padding-left: 55px;
  }

  .c-header__logo {
    left: -5px;
    transform: scale(0.7);
  }

  .c-header__logo img {
    width: 100%;
    height: 40px;
  }

  .c-header__top__item--collection {
    margin-left: 20px;
  }

  .c-header__top__item__lk {
    width: 30px;
    height: 45px;
  }

  .c-header__top__item__key {
    width: 40px;
    height: 45px;
  }

  .c-header__top__item__key .c-header__top__link {
    white-space: nowrap;
  }

  .item-price {
    right: 60px;
  }

  .header-searchbox-items ul li .item-add-to-cart-btn:before {
    left: 25%;
  }

  .header-searchbox-items ul li .item-add-to-cart-btn {
    right: -10px;
  }

  .header-searchbox-items ul li .item-add-to-cart-btn button {
    min-width: auto;
    width: 60px;
  }

}

.c-contacts img {
  width: 100% !important;
  height: auto !important;
}

/*slyle favorite button*/
.favorites-add-cart {
  font-size: 20px !important;
  font-family: 'Johny Mac Scrawl Ru' !important;
}

.b-icon-i-about.head-icon-position {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-40%);
}

@media only screen and (max-width: 992px) {
  .b-icon-i-about.head-icon-position {
    transform: translateY(-80%);
  }
}

.basket-items-list-item-container .u-td__qty {
  font-family: 'Raleway', sans-serif;
  /* font-size: 16px!important; */
  font-weight: 500;
}

.basket-items-list-item-container .u-td__price,
.basket-items-list-item-container .u-td__sum {
  font-size: 16px !important;
  font-weight: 500;
}

.basket-items-list-item-container .c-basket-item-amount-btn-plus,
.basket-items-list-item-container .basket-item-amount-btn-minus {
  width: 18px;
  height: 18px;
}

.basket-items-list-item-container .u-style-number {
  width: 35px;
  height: 15px;
}

.basket-items-list-item-container .c-basket-item-amount-btn-plus {
  background-color: #fbb812;
}

.basket-items-list-item-container .c-basket-item-amount-btn-plus:hover {
  background-color: #a3d252;
}

.basket-items-list-item-container .basket-item-amount-btn-minus:hover {
  background-color: #ff7826;
}

.basket-items-list-item-container .c-basket-item-amount-btn-plus:after,
.basket-items-list-item-container .c-basket-item-amount-btn-plus:before,
.basket-items-list-item-container .basket-item-amount-btn-minus:after {
  background-color: #663331;
}

.basket-items-list-item-container .c-basket-item-amount-btn-plus:after,
.basket-items-list-item-container .basket-item-amount-btn-minus:after {
  margin-left: -4px;
  width: 8px;
}

.basket-items-list-item-container .c-basket-item-amount-btn-plus:before {
  height: 8px;
  margin-top: -4px;
}

.c-basket-item-amount-btn-plus:before,
.c-basket-item-amount-btn-plus:after,
.basket-item-amount-btn-minus:after {
  height: 1px;
}

.c-basket-item-amount-btn-plus:before {
  width: 1px;
}

.basket-items-list-item-container .c-basket-item-amount-btn-plus:before {
  height: 6px;
  margin-top: 0;
  margin-left: 0;
  transform: translateX(-50%)translateY(-50%);
}

.basket-items-list-item-container .c-basket-item-amount-btn-plus:after,
.basket-items-list-item-container .basket-item-amount-btn-minus:after {
  width: 6px;
  margin-left: 0;
  transform: translateX(-50%);
}

/*slyle add basket button*/
.c-catalog__add-button {
  width: 70%;
  height: 38px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  font-weight: 500;
  text-align: right;
  font-size: 18px;
  padding: 10px 25px 7px;
}

.c-catalog__add-button.big-item {
  width: 37%;
  max-width: 190px;
}

.c-catalog__add-button:before {
  content: '';
  position: absolute;
  left: 0;

}

.c-catalog__add-button.small-item .b-text {
  display: inline-block;
  line-height: 21px;
}

.c-catalog__add-button .b-icon-i-cart {
  width: 40px;
  height: 25px;
  position: absolute;
  left: 20px;
  bottom: 8px;
  cursor: pointer;
}

@media (max-width: 900px) {
  .c-catalog__add-button .b-icon-i-cart {
    left: 22px;
  }
}

.c-catalog__add-button.decktop-btn .b-icon-i-cart {
  display: block !important;
}

.c-catalog__add-button.big-item .b-icon-i-cart {
  bottom: 16px;
}

.c-catalog__add-button.btn-active .count-box {
  display: block;
}

.c-catalog__add-button.btn-active .b-text {
  display: none;
}

.c-catalog__add-button .i-plus {
  width: 9px;
  height: 9px;
  padding-left: 1px;
  line-height: 7px;
  color: #faf1d6;
  border: 1px solid #faf1d6;
  border-radius: 50%;
  background-color: #927a4e;
  position: absolute;
  font-style: normal;
  font-size: 10px;
  font-weight: 100;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.c-catalog__add-button .i-minus {
  width: 9px;
  height: 9px;
  padding-left: 1px;
  line-height: 5px;
  color: #faf1d6;
  border: 1px solid #faf1d6;
  border-radius: 50%;
  background-color: rgb(255, 102, 0);
  position: absolute;
  font-style: normal;
  font-size: 10px;
  font-weight: 100;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.b-icon-i-cart:hover .i-plus {
  top: 0;
  right: -3px;
  opacity: 1;
  visibility: visible;
}

.c-catalog__add-button .count-box {
  display: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.c-catalog__add-button .count {
  display: inline-block;
  width: 50px;
  line-height: 16px;
  text-align: center;
  vertical-align: top;
}

.c-catalog__add-button .count-plus {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  background-color: #fbb611;
  transition: all 0.2s ease;
  vertical-align: top;
  line-height: 18px;
  cursor: pointer;
}

.c-catalog__add-button .count-plus:hover {
  background-color: #a3d252;
}

.c-catalog__add-button .count-plus:hover~.i-plus {
  top: 6px;
  left: 34px;
  opacity: 1;
  visibility: visible;
}

.c-catalog__add-button .count-minus:hover~.i-minus {
  top: 6px;
  left: 34px;
  opacity: 1;
  visibility: visible;
}

.c-catalog__add-button .count-minus {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  transition: all 0.2s ease;
  vertical-align: top;
  line-height: 18px;
  cursor: pointer;
}

.c-catalog__add-button .count-minus:hover {
  background-color: #ff7826;
}

.c-catalog__add-button .count-minus:hover~.b-icon {
  background-color: #ff7826;
}

@media (max-width: 767px) {
  .c-catalog__article.u__article__little__all .c-catalog__section__cart__price {
    font-size: 16px;
  }

  .c-catalog__section__cart__price__row.small-list {
    text-align: center;
  }

  .c-catalog__add-button {
    width: 72px;
    padding: 10px 0 0 0 !important;
  }

  .c-catalog__add-button:hover {
    background-image: none;
  }

  .c-catalog__add-button.small-item {
    text-align: center;
  }

  .c-catalog__add-button.small-item .b-text {
    display: none;
  }

  .c-catalog__add-button.small-item .b-icon-i-cart {
    position: relative;
    width: 48px;
    height: 28px;
    left: 13px;
    bottom: 0;
  }

  .c-catalog__add-button.small-item .count-box {
    width: 85px;
    padding: 10px 0;
  }

  .c-catalog__add-button.small-item .count {
    width: 22px;
  }

  .c-catalog__section__row:first-child .c-catalog__photo__small {
    width: 47%;
    flex: 0 0 47%;
    margin-right: 10px;
  }

  .c-catalog__section__row:first-child .c-catalog__section__name {
    width: 53%;
    flex: 0 0 53%;
  }

  .c-catalog__add-button .i-plus,
  .c-catalog__add-button .i-minus {
    display: none;
  }

  #basket-item-table .u-td__price {
    position: absolute;
  }

  #basket-item-table .u-td__sum {
    padding-left: 50px;
  }

  #basket-item-table .u-td__qty {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-100%);
  }

  #basket-item-table .u-td__qty .u-td__title {
    display: none;
  }

  #basket-item-table .c-my-favorite__remove {
    top: initial;
    bottom: 22px;
  }

  #basket-item-table .c-my-favorite__detail__photo {
    margin: 0;
    position: absolute;
  }

  #basket-item-table .c-my-favorite__detail__name {
    width: 70%;
    min-height: 75px;
    padding-left: 30%;
    text-align: left;
    line-height: 18px;
  }

  #basket-item-table .basket-item-block-amount .u-style-number {
    width: 45px;
    height: 24px;
    font-size: 25px;
  }

  #basket-item-table .basket-item-block-amount {
    align-items: center;
  }
}

@media (max-width: 459px) {
  .c-catalog__section__row:first-child {
    width: 70%;
    padding-left: 0;
    min-height: 94px;
  }

  .u__article__little__all .price-cell {
    width: 85px;
    padding: 10px 0 0;
    bottom: 50%;
    /* transform: translateY(100%);*/
  }
}

/*delivery fix bar*/
.sidebar-fixed {
  max-width: 383px;
  position: fixed;
  top: 70px;
  margin-right: 15px;
}

.sidebar-bottom-fixed {
  position: absolute;
  top: initial !important;
  bottom: 0;
}


/** mobile-bottom-menu **/

.mobile-menu {
  display: none;
  align-items: center;
  position: fixed;
  left: 0px;
  z-index: 90;
  background: #fff;
  bottom: 0px;
  width: 100%;
  height: 50px;
  padding-top: 5px;
  border-top: 1px solid #F2F2F2;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px 1px rgb(95 54 51 / 5%);
}

@media only screen and (max-width: 1023px) {
  .mobile-menu {
    display: flex;
  }
}




.mobile-menu__inner {
  display: block;
  width: 100%;
}

.mobile-menu__inner .mobile-menu__list {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.mobile-menu__item {
  width: 20%;
}

.mobile-menu__item .mm-item__inner>a {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.mobile-menu__item .mm-item__inner>a img {
  height: 16px;
  margin-bottom: 5px;
}

.mobile-menu__item .mm-item__inner>a span {
  font-size: 9px;
  line-height: 11px;
  color: #663331;
}

.mobile-menu__item .mm-item__inner>a .totalincart {
  position: absolute;
  top: -5px;
  right: 0px;
  width: 14px;
  height: 14px;
  background: #663331;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.basket-bottom {
  width: 40% !important;
  margin: 0px;
  margin-right: 0px !important;
  margin-top: 0px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.basket-bottom .mobile-menu__item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


/***** SECTION Mobile-header *****/

.mobile-logo-block {
  margin-left: 55px;
  display: flex;
  align-self: center;
  flex-shrink: 0;
}

.mobile-logo-block img {
  width: 108px;
  max-width: 108px;
}

@media (max-width: 360px) {
  .mobile-logo-block {
    display: none;
  }
}

@media screen and (min-width: 411px) {
  .mobile-logo-block img {
    margin-left: 15px;
  }
}

.c-header-mobile-menu-contact-us-btn {
  z-index: 1;
  margin-top: 5px;
  background-color: transparent;
  border: none;
}

.c-header-mobile-menu-contact-us-btn img {
  width: 32px;
  height: 32px;
}

.c-header-mobile-contact-us-block {
  display: flex;
  align-items: center;
  z-index: 1;
  position: absolute;
  top: 60px;
  left: 0px;
  width: 100%;
  height: 60px;
  background-color: white;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
}

.c-header-mobile-contact-us-btn {
  display: flex;
  align-items: center;
  background-color: #91C338;
  height: 45px;
  flex-grow: 1;
  margin: 0 12px;
  padding-left: 14px;
}

.c-header-mobile-contact-us-btn img {
  width: 26px;
  height: 26px;
}

.c-header-mobile-contact-us-btn span {
  flex-grow: 1;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  color: white;
  padding-right: 10%;
}

.c-header-mobile-contact-us-close-btn {
  background-color: transparent;
  border: none;
  margin-right: 12px;
  width: 20px;
}

.c-header-mobile-contact-us-close-btn img {
  width: 20px;
  height: 20px;
}

.c-header-mobile-menu-search-btn {
  z-index: 1;
  background-color: transparent;
  border: none;
  margin: 0px 15px;
}

.c-header-mobile-menu-search-btn img {
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 1024px) {

  .c-header-mobile-menu-contact-us-btn,
  .c-header-mobile-menu-search-btn {
    display: none;
  }
}


.c-header-mobile-search-block {
  z-index: 1;
  position: absolute;
  align-items: center;
  display: flex;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  background-color: #F9B91B;
}

.c-header-mobile-search-field {
  margin-left: 12px;
  flex-grow: 1;
}

.c-header-mobile-close-search-btn {
  background-color: transparent;
  border: none;
  margin-right: 12px;
  color: #663331;
  font-size: 17px;
  font-weight: 600;
}

.u-form-header-search .u-input-style-mobile {
  font-size: 17px;
  text-align: start;

}

.u-form-header-search .u-input-style-mobile::placeholder {
  font-size: 17px;
  line-height: 17px;
}

.header-searchbox.searchbox-mobile {
  margin-top: -159px;
  max-height: calc(100% - 115px);
  display: flex;
}

.c-header-mobile-clear-search-btn {
  position: absolute;
  top: 19px;
  right: 88px;
  z-index: 1;
  background-color: transparent;
  border: none;
  margin: 0px 15px;
}

.c-header-mobile-clear-search-btn img {
  width: 15px;
  height: 15px;
  filter: opacity(50%);
}


.header-searchbox-items-mobile ul {
  margin-bottom: 0px;
}

.header-searchbox-items-mobile ul li:first-child {
  margin-top: 4px;
}

.header-searchbox-items-mobile ul li:last-child {
  margin-bottom: 0px;
}

.header-searchbox-wrapp.header-searchbox-mobile-wrapp {
  margin-bottom: 35px;
  max-height: none;
}

/***** !SECTION END *****/



/* файл STYLES.css */

.title-search-result .header-searchbox-wrapp::-webkit-scrollbar {
  width: 9px;
  background: #e4e5e8;
}

.title-search-result .header-searchbox-wrapp::-webkit-scrollbar-thumb {
  background-color: #e9b834;
}

.issetSale {
  position: absolute;
  width: 45px;
  height: 50px;
  background: url(img/saleIsset.png);
  right: 100%;
  top: 10%;
  background-size: contain;
  background-repeat: no-repeat;
}


/* --картика знака рубля--
.header-searchbox-items .item-price span:after{
	content: '';
    width: 16px;
    height: 14px;
    background-image: url(img/rlogo.svg);
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 8px;
    margin-left: 5px;
} 

.b-icon-i-cart{ user-select:none; }

.c-catalog__section__cart__price__row.small-list .r-currency:after{
    margin-top: 5px;
}
.r-currency:after {
	content: '';
	width: 10px;
    height: 15px;
    background-image: url(img/rubls.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 8px;
}
body .c-catalog__section__cart__price__row.large-list span .r-currency:after{
	width: 13px;
    height: 23px;
    background-image: url(img/rubls22.png);
}
body .c-catalog__section__cart__price__row.large-list .u__article__little__list__old__price .r-currency:after{
    height: 18px;
    background-image: url(img/rublsR18.png);
}
body  .u__article__little__list__old__price .r-currency:after{
    height: 13px;
    background-image: url(img/rublsR.png);
	margin-left: -1px;
}
body .base-card-size .u__article__little__list__old__price .r-currency:after{
	height: 12px;
    background-size: auto;
}
body span.r-currency{ font-size:0 !important; }
*/

/*правка для количества */
.c-my-favorit__table .c-catalog__add-button .count-box {
  display: none;
}

.c-catalog__add-button .count-box,
.c-my-favorit__table .c-catalog__add-button.btn-active .count-box {
  display: block;
}

/*.c-catalog__add-button .count-box span:not(.count){
	font-family: 'Johny Mac Scrawl Ru';
}*/

.c-catalog__add-button .count-minus {
  line-height: 16px;
}

.c-catalog__add-button .count-box span.count {
  line-height: 16px;
}

.c-catalog__add-button .count-box span:not(:last-child) {
  opacity: 0.4;
  cursor: context-menu;
}

.c-catalog__add-button .count-box span:last-child {
  opacity: 0.4;
}

.c-catalog__add-button .count-box:hover span:last-child {
  opacity: 1;
}

.c-catalog__add-button.btn-active .count-box span {
  opacity: 1;
  cursor: pointer;
}


.c-product .c-catalog__add-button .count-box {
  display: none;
}

.c-product .c-catalog__add-button.btn-active .count-box {
  display: block;
}

.c-product .c-catalog__add-button .count-box span:not(:last-child) {
  opacity: 1;
  cursor: pointer;
}

/* end для карточки товара */

/*для карточки товара */
.b-icon.b-icon-i-cart span {
  position: absolute;
  bottom: -6px;
  font-size: 20px;
  font-style: initial;
  font-family: 'Johny Mac Scrawl Ru';
}


/*добавить в отложенные карточки товара */
.box-btn-adddelay {
  display: flex;
  margin: 27px 0;
  width: 100%;
}

.card-delay.added .b-icon.b-icon-i-favorite:before {
  content: "1";
  margin-top: -11px;
  position: absolute;
  margin-left: 27px;
  color: #ff4b00;
  font-size: 16px !important;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
}

a.card-delay.add-to-delayed {
  padding-top: 11px;
}

a.card-delay.add-to-delayed .b-icon-i-favorite {
  width: 26px;
  height: 24px;
}

.box-btn-adddelay .add-to-delayed-btn {
  display: inline-block;
  width: 209px !important;
  height: 42px !important;
  background: #ff6600;
  margin-right: 45px;
  text-align: center;
  cursor: pointer;
}

.box-btn-adddelay .u-btn-product-add-cart {
  position: relative;
}

/*--добавить в отложенные карточки товара */

/*добавить в корзину карточки товара */

.box-btn-addcard {
  width: 100%;
  display: flex;
  padding: 5px 0px 7px;
}

.box-btn-addcard .b-text-i-cart:hover {
  background-color: #f9b91b;
  color: #663331;
}

.box-btn-addcard .c-btn {
  margin-right: 35px;
  height: 40px;
  text-align: center;
  width: 209px;
}

.c-catalog__add-button.card {
  width: 35%;
  display: block;
}

.c-catalog__add-button.card .add-card-btn {
  display: block;
  float: left;
  margin-left: 20px;
}

/*кнопки - количество +*/
.c-catalog__add-button.card .count-box.count-box-card {
  padding-top: 0px;
  height: 19px;
}

.count-box.count-box-card .count-minus,
.count-box.count-box-card .count,
.count-box.count-box-card .count-plus {
  line-height: 22px;
}

/*--кнопки - количество +*/

.add-card-btn span {
  cursor: pointer;
}

/*--добавить в корзину карточки товара*/

body .text-delay {
  font-size: 18px;
  padding: 0;
  margin: 0px 15px;
  height: initial;
  line-height: inherit;
  vertical-align: inherit;
  display: inline-block;
  user-select: none;
}

.box-btn-adddelay .add-to-delayed-btn:hover button {
  color: #663331;
}

.b-text-i-cart:hover,
.text-delay:hover {
  color: #995c20;
}

.c-product__add__cart__item {
  margin: 15px;
}

body span.text-delay:last-child span:before {
  content: "/";
  font-size: 18px;
  margin-right: 15px;
}

body span.text-delay:last-child {
  margin-left: 0;
}



/*цены\скидки в каталогах*/
.c-catalog__section__cart__item,
.c-catalog__section__cart__price__row {
  font-family: 'Century Gothic', sans-serif;
}

body .c-header__top__item__key a.c-header__top__link i {
  margin-right: 20px;
}

body .price-line-through,
.c-product__price__value {
  color: rgb(137, 79, 79);
}

.c-catalog__section__row.price-cell {
  width: 130px;
  position: relative;
}

.u__article__little__list .u__article__little__list__old__price span:not(.r-currency) {
  position: relative;
  top: -20px;
  right: -15px;
}

.u__article__little__all .u__article__little__list__old__price {
  position: absolute;
  display: block;
  margin: 0;
  top: -3px;
  right: 5px;
  color: #ff4d0d;
}

body .c-catalog__section__cart__price__row.large-list span .r-currency {
  font-size: inherit;
}

body .c-catalog__section__cart__item:last-child {
  text-align: right;
}



.u__article__little__list__old__price {
  top: -20px;
  color: #ff4d0d;
}

.u__article__little__list__old__price span,
.u__article__little__list__price span,
.c-catalog__section__cart__price {
  font-family: inherit;
  font-weight: 500;
}

.u__article__little__list__old__price span .r-currency,
.u__article__little__list__price span .r-currency,
.c-catalog__section__cart__price .r-currency,
.title-search-result .header-searchbox-items ul li a.item-price span.r-currency {
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
}

.u__article__little__list__price span {
  color: inherit;
}

body .u__article__little__all .u__article__little__list__price {
  margin-left: 0;
}

body .c-sidebar__basket__order {
  display: none;
}

/*--цены\скидки в каталогах*/



.u-item-order__registration {
  padding-bottom: 15px;
}

body .c-header__top__item__key div.icon-in {
  margin-right: 5px;
  margin-top: 8px;
}

body .c-header__top__item__favorite,
body .c-header__top__item__cart {
  padding: 0 20px 0 0;
}

body .c-header__top__item__lk {
  width: 31px;
}

.c-catalog__add-button.card .count-box.count-box-card {
  padding-top: 0px;
  height: 19px;
}

.count-box.count-box-card .count-minus,
.count-box.count-box-card .count,
.count-box.count-box-card .count-plus {
  line-height: 22px;
}

body .c-header__top__item__key div i.b-icon-i-key {
  margin-top: 2px;
}

body .c-header__top__item__key div {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  display: inline-flex;
  margin-left: 20px;
  background-size: contain;
  margin-top: 6px;
}

body .text-delay {
  font-size: 18px;
  padding: 0;
  margin: 0px 15px;
  height: initial;
  line-height: inherit;
  vertical-align: inherit;
  display: inline-block;
  user-select: none;
}

.b-text-i-cart:hover,
.text-delay:hover {
  color: #995c20;
}


.c-product__add__cart__item {
  margin: 15px;
}

body span.text-delay:last-child span:before {
  content: "/";
  font-size: 18px;
  margin-right: 15px;
}

body span.text-delay:last-child {
  margin-left: 0;
}

.c-catalog__section__cart__price__row.small-list .r-currency {
  position: relative;
}

.c-catalog__section__cart__price__row.small-list .catalog_measure_line {
  position: absolute;
  right: -20px;
}

.u__article__little__list__price span {
  position: relative;
}

.c-catalog__section__cart__price__row.small-list .u__article__little__list__price span .r-currency {
  position: absolute;
  right: -20px;
}

.add-card-btn span {
  cursor: pointer;
  user-select: none;
}

.c-catalog__add-button.card .add-card-btn {
  display: block;
  float: left;
  margin-left: 32px;
}

.c-catalog__add-button.card .count-box {
  padding-top: 5px;
}



a.line-new {
  text-decoration: underline;
}

.not_active_item .c-catalog__section__row {
  opacity: 0.7;
}

body .not_active_item .c-catalog__section__row:last-child,
.not_active_item:hover .c-catalog__section__row,
.not_active_item .c-catalog__photo:hover {
  opacity: 1;
}

.not_active_item_block {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: rgb(255 255 255 / 30%);
  z-index: 1;
}

.u-item:hover .not_active_item_block {
  display: none;
}

/*---------------start element -----------------*/
.c-product__add__cart__item .not-quantity-p {
  margin-bottom: 20px
}

.c-product__add__cart__item .not-quantity-product {
  font-size: 20px;
  text-transform: lowercase;
  font-weight: 300;
  line-height: 47px;
  font-family: 'Johny Mac Scrawl Ru';
  right: initial;
  color: #663331;
}

.c-product__add__cart__item .not-quantity-product-icon {
  margin-right: 15px;
}

.c-product__add__cart__item .not-quantity-product-icon i {
  -ms-transform: rotate(350deg);
  -webkit-transform: rotate(350deg);
  -o-transform: rotate(350deg);
  transform: rotate(350deg);
  width: 19px;
  height: 19px;
  margin-top: -2px;
}

body .u-btn-not-quantity-product {
  background-color: transparent;
  font-size: 20px !important;
  text-transform: lowercase;
  font-weight: 300;
  font-family: 'Johny Mac Scrawl Ru';
  right: initial;
  height: 100%;
  width: 100%;
  color: #fff;
  padding: 0;
  padding-left: 10px;
}

body .favorite-cart__item-color {
  background-color: #8bc240;
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -o-transform: skew(10deg);
  transform: skew(10deg);
  height: 35px !important;
  width: 240px;
}

body .favorite-cart__item-color:before {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  display: block;
  top: -8px;
  color: #8bc240;
  border-right: 2px solid transparent;
  border-bottom: 8px solid;
  border-left: 235px solid transparent;
}

body .favorite-cart__item-color:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  display: block;
  top: -8px;
  right: -8px;
  color: #8bc240;
  border-right: 10px solid transparent;
  border-bottom: 43px solid;
}

body .favorite-cart__item-color:hover {
  background-color: #abd677;
}

body .favorite-cart__item-color:hover:before,
body .favorite-cart__item-color:hover:after {
  color: #abd677;
}


.add-cform-quantity-product .u-form-item label.u-form-label {
  font-size: 11px;
  margin-bottom: 5px;
  font-family: 'Raleway', sans-serif;
}

/*---------------end element -----------------*/






body .c-product__available.line-card-avail .b-icon-i-close {
  width: 21px;
  height: 21px;
  margin-left: 14px;
}

body .c-product__available.list-not-avail {
  width: 70%;
  height: 38px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  font-weight: 500;
  text-align: left;
  font-size: 18px;
  z-index: 2;
}

body .c-product__available.list-not-avail .b-icon-i-close {
  width: 18px;
  height: 18px;
  margin-left: 0;
}

body .c-product__available.list-not-avail span {
  margin-left: 18px;
  font-family: 'Johny Mac Scrawl Ru';
  color: #70413f;
  line-height: 33px;
  padding-top: 2px;
}

/* payment */
.c-main-soykaland__block.u-subscribe {
  background-image: url(img/main/soykaland/block-bg-2.png);
}

.c-main-soykaland__block.u-find-healthy-food {
  background-image: url(img/main/soykaland/block-bg-1.jpg);
}

@media only screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }

  .c-breadcrumbs ul::-webkit-scrollbar {
    height: 3px
  }

  .c-breadcrumbs ul::-webkit-scrollbar-thumb {
    border-radius: 10%;
    background-color: #F9B91B;
  }

  .c-breadcrumbs ul {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row;
    -webkit-flex-flow: row;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .c-breadcrumbs ul li {
    flex: 0 0 auto;
  }

  .c-catalog .c-catalog__content .u-aside__filter__item {
    height: 100%;
  }

  body .b-icon.head-icon-position {
    transform: none;
    position: relative;
    display: block;
    float: left;
  }

  body .b-icon-i-about.head-icon-position {
    width: 50px;
    margin-top: -20px;
    right: 5px;
  }

  .c-main-soykaland__block.u-find-healthy-food {
    background-image: url(img/main/soykaland/block-bg-790.png);
  }

  .c-main-soykaland__block.u-subscribe {
    background-image: url(img/main/soykaland/block-bg-0790.png);
  }

}

@media only screen and (max-width: 425px) {

  /*
.header-searchbox-items .item-price span:after {
		width: 10px;
		height: 10px;
		background-image: url(img/rublsM10.png);
	}
	.c-catalog .r-currency:after{
		height: 12px;
		background-image: url(img/rublsM12.png);
	}
*/
  body .b-icon-i-delivery.head-icon-position,
  body .b-icon-i-opt.head-icon-position {
    transform: translateY(-20%);
  }

  body .b-icon-i-about.head-icon-position {
    transform: translateY(-15%);
  }

  .c-main-soykaland__block.u-find-healthy-food {
    background-image: url(img/main/soykaland/block-bg-425.png);
  }

  .c-main-soykaland__block.u-subscribe {
    background-image: url(img/main/soykaland/block-bg-0425.png);
  }

  body .base-card-size .u__article__little__list__price {
    width: inherit;
  }

  .u__article__little__list__old__price {
    top: 0;
  }

  .box-btn-adddelay .add-to-delayed-btn,
  .box-btn-addcard button {
    display: none;
  }

  .u__article__little__all .u__article__little__list__old__price {
    top: -10px;
  }

  .b-icon.b-icon-i-cart span {
    right: -10px;
  }
}

.toggle-cert-content {
  display: none;
  position: relative;
  left: 50px;
  width: 93%;
}

.toggle-cert-content .c-cart__delivery__name {
  text-align: center;
}

.b-icon-i-certificate-1000 {
  width: 68px;
  height: 41px;
  background-image: url(img/header/i-certificate-1000.png);
}

.b-icon-i-certificate-3000 {
  width: 68px;
  height: 41px;
  background-image: url(img/header/i-certificate-3000.png);
}

.b-icon-i-certificate-5000 {
  width: 68px;
  height: 41px;
  background-image: url(img/header/i-certificate-5000.png);
}

.block-delivery-tabs {
  color: #233e47;
  font-weight: 400;
  font-size: 12px;
  position: relative;
}

.block-delivery-tabs .u-form-item {
  margin: 10px 0 10px 5px;
}

.u-form-checkbox__delivery {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  border-color: #e0d6d6;
  background-color: #e0d6d6;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.block-delivery-tabs .u-form-checkbox__label input:checked+.u-form-checkbox__section .u-form-checkbox__delivery {
  border-color: #face5e;
  background-color: #face5e;
}

.delivery-check {
  position: relative;
}

.delivery-city {
  position: absolute;
  left: 208px;
  top: 4px;
  font-size: 9.5px;
  line-height: 15px;
  color: #7d4f3f;
  font-weight: 500;
}

.delivery-city::before {
  content: '';
  background-image: url(/local/templates/soyka/img/header/location.png);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  left: -25px;
  top: -4px;
}

.check-recycling:hover .hover-text-box {
  display: block;
}

/*.block-delivery-tabs .u-form-item:last-child {*/
/*margin-bottom: 15px;*/
/*}*/

.check-recycling img {
  width: 14px;
  height: 14px;
  position: absolute;
  right: -22px;
  top: 4px;
}

.hover-text-box {
  display: none;
  position: absolute;
  right: -222px;
  top: 0;
  width: 175px;
  font-size: 10px;
  line-height: 13px;
  color: #7d4f3f;
  font-weight: 500;
}

.hover-text-box::after {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #f9b91b;
  position: absolute;
  bottom: 0px;
  left: -11px;
}

.hover-text-box a {
  text-decoration: underline;
}

@media (max-width: 1155px) {
  .check-recycling img {
    position: initial;
  }

  .hover-text-box {
    position: initial;
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .check-recycling img {
    position: absolute;
  }

  .hover-text-box {
    position: absolute;
  }
}

@media (max-width: 380px) {
  .check-recycling img {
    position: initial;
  }

  .hover-text-box {
    position: initial;
    margin-top: 10px;
  }

  .delivery-city {
    position: relative;
    left: 24px;
    top: 7px;
  }

}

.fix-widht-td {
  font-family: 'Raleway', sans-serif !important;
  width: 200px;
  margin: auto;
  color: #7d4f3f !important;
}

.fake-class {
  font-family: 'Raleway', sans-serif !important;
  color: #7d4f3f !important;
}

.c-cart .c-my-favorit__table tr td.u-td__total {
  font-size: 25px;
}

/*add star to user*/
.c-product__tabs__reviews__item .user-expert span {
  position: relative;
}

.c-product__tabs__reviews__item .user-expert span:before {
  content: '';
  background-image: url(/local/templates/soyka/img/user-star.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -25px;
  top: 1px;
}

.c-reviews__section__item .user-expert,
.c-main-reviews__section__item .user-expert {
  position: relative;
}

.c-reviews__section__item .user-expert:after {
  content: '';
  background-image: url(/local/templates/soyka/img/user-star.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.c-main-reviews__section__item .user-expert {
  display: inline-block;
}

.c-main-reviews__section__item .user-expert:after {
  content: '';
  background-image: url(/local/templates/soyka/img/user-star.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.c-catalog .u-section__filter__item {
  padding: 0;
}

/*custom catalog head-section*/
.u-section__filter__item .c-inner__section__head h1 {
  display: inline-block;
}

.u-section__filter__item .c-inner__section__head .uf-name {
  font-family: 'Johny Mac Scrawl Ru';
  font-size: 18px;
  padding-left: 15px;
  text-transform: lowercase;
}

.u-section__filter__item .c-inner__section__head .head-icon-position {
  max-width: 30px;
  max-height: 35px;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
}

.u-section__filter__item .c-inner__section__head .head-icon-position.b-icon-i-for-sleep {
  max-width: 37px;
  right: 24px;
}

.u-section__filter__item .c-inner__section__head .head-icon-position.b-icon-i-mood {
  max-width: 35px;
  right: 24px;
}

@media (max-width: 600px) {
  .u-section__filter__item .c-inner__section__head .uf-name {
    display: block;
    padding-left: 0;
    padding-bottom: 7px;
    margin-bottom: 15px;
  }

  .u-section__filter__item .c-inner__section__head .head-icon-position {
    top: initial;
    bottom: 0;
    transform: none;
  }
}

/*catalog select-section*/
.change-link-active:before {
  transform: rotate(180deg);
}


.c-news img.detail_picture {
  display: block;
  margin: 0 auto;
}


div.empty {
  overflow: visible !important;
  width: auto !important;
  height: auto !important;
}

.c-header__nav__list ul.catalog {
  display: table-cell;
}

.c-news .c-inner__section__head.is-padding-450 {
  padding-right: 160px;
}

.c-soykaland .c-soykaland__info__row {
  padding-left: 30px;
}

.user-data-title {
  display: none;
}

.user-data-title.is-user-auth {
  display: block;
}

#basket-item-table .u-style-number {
  width: 26px;
  padding: 0;
}

#set_filter[disabled] {
  background-color: #c4c4c4;
}

.u-td__price {
  white-space: nowrap;
}

.u-td__sum {
  white-space: nowrap;
}

.b-icon-i-bestsellers.lk {
  position: unset;
  transform: none;
}

ul.c-header__nav__list__children {
  padding: 0;
}

.c-main-reviews__photo {
  margin-top: 0;
}

.base-card-size .u__article__little__list__price {
  width: max-content;
  display: block;
}

.base-card-size .u__article__little__list__price span {
  font-size: 21px;
  line-height: 37px;
  padding-bottom: 0px;
}

.base-card-size .u__article__little__list__old__price span {
  font-size: 16px;
  line-height: 0;
  min-width: max-content;
}

.base-card-size .u__article__little__list__price {
  margin-right: 0;
}

.u__article__little__list__old__price.base span {
  text-decoration: none;
}

.u-checkbox-radio-style-label.disabled .u-checkbox-radio-style-title {
  color: #bbbbbb;
}

/*.c-header__bottom__list li .c-header__bottom__link{
    display: block;
    font-size: 9.06px;
    line-height: 16px;
    font-weight: 500;
    color: #663331;
    white-space: nowrap;
}*/
.u__article__little__list {
  border: 0;
}

.u__article__little__all {
  border: 0;
}

.c-catalog__section__name {
  min-height: 32px;
}

.price-cell {
  width: 120px;
}

.u-filter__sort__view__name {
  color: #663331;
}

.u-filter__sort__by__list li a {
  color: #663331;
}

.b-icon-i-big-list-new {
  width: 33px;
  height: 33px;
  background-image: url(img/header/i-big-list-new.png);
}

.c-catalog__section__name {
  vertical-align: top;
}

.c-lk__my__details__photo__bg {
  border-radius: 50%;
}

.c-main-about-us p a {
  margin-left: 0;
}

.c-change-password label {
  color: #000 !important;
  font-size: 13px !important;
}

.change-order-tab {
  cursor: pointer;
}

.u-form-my-details .u-form-label {
  color: #000;
  font-size: 13px;
  font-weight: normal;
}

.c-lk__progress__bar__item__detail__name {
  font-size: 15px;
}

.c-product__tabs__reviews__user span {
  border: none;
}

.u-section__filter__item h1 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  color: #663331;
}

@media only screen and (max-width: 767px) {
  .u-section__filter__item h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

body h1.c-catalog-section-heading {
  width: fit-content;
  line-height: 1.3;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 13px;
}

@media only screen and (min-width: 449px) {

  body h1.c-catalog-section-heading {
    margin-top: 25px;
  }
}

.c-catalog-section-name {
  color: #663331;
  line-height: 30px;
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 10px;
}


body h1.c-catalog-section-name {
  color: #663331;
  line-height: 30px;
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 10px;
}

h1.c-catalog-section-name.size__small {
  color: #663331;
  line-height: 1.2;
  font-size: 20px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 991px) {
  h1.c-catalog-section-name.size__small {
    margin-bottom: max(1.6vw, 13px);
  }
}

@media only screen and (min-width: 768px) {
  .c-catalog-section-name {
      line-height: 46px;
      font-size: 36px;
      margin-bottom: 15px;
  }

  body h1.c-catalog-section-name {
    line-height: 46px;
    font-size: 36px;
    margin-bottom: 15px;
  }

}

.c-breadcrumbs ul li a,
.c-breadcrumbs ul li span {
  border-bottom: none;
  font-size: 13px;
}

.c-inner__section__description {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 20px;
  font-weight: 500;
}

.u-filter__sort__by__list li {
  margin-left: 25px;
}

.u-filter__sort__by__list li:first-child {
  margin-left: 7px;
}

.bx-authform .btn.btn-primary {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0 30px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  font-size: 17px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  background-color: #f9b91b;
}

.bx-authform .btn.btn-primary:hover {
  color: #ffffff;
  background-color: #8cc343;
}

@media only screen and (max-width: 767px) {


  .c-catalog__filter__result__row.u-little__list__row,
  .c-catalog__filter__result__row.u-little__all__row {
    display: block;
  }

  body .c-main-bestsellerss,
  body .c-main-news {
    margin-top: 40px;
  }

  .c-catalog__add-button.card {
    width: 100%;
  }

  .c-product__add__cart__item {
    margin: 15px 0;
    text-align: left;
  }

  .card-delay.add-to-delayed.added span.text-delay:last-child span:before {
    display: none;
  }

  .c-catalog__add-button.card.btn-active .c-product__add__cart__item {
    margin: 10px 0;
    line-height: 25px;
  }

  .c-catalog__add-button.card.btn-active .add-card-btn {
    margin-left: 0;
    line-height: inherit;
  }

  .c-catalog__add-button.card .add-card-btn {
    margin-left: 45px;
    line-height: 35px;
  }

  .u__article__little__all .u__article__little__list__price {
    display: flex;
    margin-left: 0;
  }

  .c-catalog__section__cart__price__row.small-list .u__article__little__list__price span .r-currency {
    right: -13px;
  }
}

.izi-header-flex-row {
  display: flex;
  justify-content: space-between;
}

.izi-header-flex-col {
  flex: 0 1 content;
  width: auto !important;
}

.izi-header-flex-col .c-header__top__item--collection {
  width: auto !important;
  margin-left: 0;
  justify-content: space-around;
}

.izi-header-flex-col .c-header__top__link .b-icon {
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
  display: flex;
  align-items: center;
  margin-right: 7px;
}

.c-header__top__item__open.izi-header-flex-col .c-header__top__link,
.c-header__top__item__phone.izi-header-flex-col .c-header__top__link,
.c-header__top__item__mail.izi-header-flex-col .c-header__top__link,
.izi-header-flex-col .c-header__top__item__cart .c-header__top__link,
.izi-header-flex-col .c-header__top__item__favorite .c-header__top__link {
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-right: 7px;
}

.izi-header-flex-col:last-child .c-header__top__link .b-icon {
  margin-right: 0;
}

body .izi-header-flex-col.c-header__top__item__key div.icon-in {
  margin-left: 0;
}

body .izi-header-flex-col .c-header__top__item__favorite,
body .izi-header-flex-col .c-header__top__item__cart {
  padding-right: 0;
}

.izi-header-flex-col .c-header__top__link {
  display: flex;
  align-items: center;
  padding-left: 0;
}

.flex-top-basket {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.izi-header-flex-col .marg-plus {
  margin-left: 0;
}

.izi-header-flex-col:first-child .c-header__top__link .b-icon {
  margin-left: 8px;
}

@media only screen and (max-width: 480px) {
  .izi-c-catalog__article {
    display: flex;
    flex-wrap: wrap;
  }

  .izi-c-catalog__article1 {
    order: 1;
    flex: 0 0 calc(100% - 105px);
    width: 60% !important;
  }

  .izi-c-catalog__article2 {
    order: 3;
    position: relative !important;
    flex: 0 0 calc(100% - 130px);
    width: auto !important;
    bottom: unset;
  }

  .izi-c-catalog__article3 {
    order: 4;
    flex: 0 0 130px;
  }

  .izi-c-catalog__article4 {
    order: 2;
    flex: 0 0 105px;
    padding-right: 0;
  }

  .izi-c-catalog__article3 .c-catalog__section__cart__price__row.small-list {
    text-align: right;
    padding-right: 10px;
  }

  .u__article__little__all .c-catalog__section__tag ul li {
    margin-right: 10px;
  }

  .izi-c-catalog__article1 .c-catalog__photo__small {
    width: 84px !important;
    flex: 0 0 84px !important;
    ;
  }

  .izi-c-catalog__article1 .c-catalog__section__name {
    flex: 1 0 auto !important;
  }

  .izi-c-catalog__article3 .u__article__little__list__old__price {
    position: relative;
    top: -7px;
  }

  .u__article__little__all .u__article__little__list__old__price span {
    font-size: 13px;
  }

  .izi-c-catalog__article3 .u__article__little__list__price,
  .u__article__little__all .u__article__little__list__old__price {
    display: inline-block;
  }

  .c-catalog__section__cart__price__row.small-list .u__article__little__list__price span .r-currency {
    position: relative;
    right: 0;
  }
}

.с-auth-review-notification {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}


/**** ANC типы питания в карточке товара */

.tag-container_type_c-element {
  display: flex;
  margin: 0 -8px;
  flex-wrap: wrap;
}

.tag-element_type_c-element {
  margin: 0px 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 45px;
  width: 130px;
  line-height: 1.2;
}

div.tag-icon_type_c-element {
  height: 24px;
  width: 24px;
}

.tag-name_type_c-element {
  font-size: 15px;
  font-weight: 600;
  margin-left: 5px;
  text-decoration: underline;
  text-transform: lowercase;
}

.tag-element_type_c-element:hover {
  color: #8d5947;
}

.tag-element_type_c-element:active {
  color: #af705b;
}


@media screen and (min-width: 1024px) {
  .c-product-price-section {
    margin: 0 0 32px 0;
  }
}

@media screen and (min-width: 1024px) {
  .tag-element_type_c-element {
    width: 40px;
    height: 70px;
    margin-right: 15px;
  }

  div.tag-icon_type_c-element {
    height: 40px;
    width: 40px;
  }

  .tag-name_type_c-element {
    display: none;
  }
}


/**** ANC типы питания в каталоге */

.tag-container_type_с-catalog {
  display: flex;
  margin: 0 -8px;
  flex-wrap: wrap;
}

.tag-element_type_с-catalog {
  margin: 0px 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 40px;
  width: 38vw;
  line-height: 1.2;
}

div.tag-icon_type_с-catalog {
  height: 24px;
  width: 24px;
}

.tag-name_type_c-catalog {
  font-size: 13px;
  font-weight: 600;
  margin-left: 5px;
  text-decoration: underline;
  text-transform: lowercase;
}


.tag-element_type_с-catalog:hover {
  color: #8d5947;
}

.tag-element_type_с-catalog:active {
  color: #af705b;
}

@media screen and (min-width: 440px) {
  .tag-element_type_с-catalog {
    width: 150px;
  }
}

@media screen and (min-width: 1024px) {

  .tag-container_type_с-catalog {
    display: none;
  }
}



















/* STYLES.CSS */



.c-catalog__content .c-inner__section__description a {
  text-decoration: underline;
}

/* Raiting items*/

.rating {
  overflow: hidden;
  vertical-align: bottom;
  display: inline-block;
  width: auto;
  height: 23px;
  margin-bottom: 17px;
  position: relative;
  right: 11px;
}

.rating>input {
  opacity: 0;
  margin-right: -100%;
}

.rating>label {
  position: relative;
  display: block;
  float: right;
  background: url(../img/header/i-leaflet.png);
  background-size: 20px 20px;
  margin-right: 15px;
  cursor: pointer;
}

.rating>label:before {
  display: block;
  opacity: 0;
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/header/i-leaflet-full.png);
  background-size: 20px 20px;
  transition: opacity 0.2s linear;
}

.rating>label:hover:before,
.rating>label:hover~label:before,
.rating:not(:hover)> :checked~label:before {
  opacity: 1;
}

/* register */

.fn-change-cl {
  font-size: 14.9px !important;
  line-height: 25px !important;
  margin-bottom: 3px !important;
  font-weight: 400 !important;
  color: #663331;
}

.success-registration {
  display: none;
  margin: 35px 0;
  color: rgb(125, 79, 63);
}

.success-registration span {
  font-size: 17px !important;
}

@media only screen and (max-width: 567px) {
  .success-registration {
    margin: 15px 0;
  }

  .success-registration span {
    font-size: 15px !important;
  }
}

/* loader */
div[id*="wait_"] {
  color: #66342b !important;
  background: #fcdc8d !important;
  box-shadow: inset 0 0 0 0 #faca54 !important;
  animation: mymove 2s infinite;
  min-width: 135px !important;
  text-align: left !important;
  font-size: 0 !important;
}

@keyframes mymove {
  from {
    box-shadow: inset 0px 0 0 0 #faca54;
  }

  to {
    box-shadow: inset 135px 0 0 0 #faca54;
  }
}

div[id*="wait_"]:before {
  content: 'Загрузка';
  font-size: 11.5px;
  position: relative;
  top: 2px;
}

div[id*="wait_"]:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0px;
  color: #66342b;
  position: relative;
  bottom: 1px;
  font-size: 10px;
}

@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

/*div[id*="wait_"]:hover {*/
/*    box-shadow: inset 135px 0 0 0 #faca54!important;*/
/*}*/

/*header*/
.c-header__cart__price sup {
  top: -1.4em !important;
  font-size: 12px !important;
  font-weight: 500;
}

.c-header__favorite__price sup {
  top: -1.4em !important;
  left: 0.2em !important;
  font-size: 12px !important;
  font-weight: 500;
}

.marg-plus {
  margin-left: -15px;
}

/*.c-header__bottom__list li .c-header__bottom__link {
  font-weight: 600!important;
}*/
.c-header__top__link {
  font-weight: 500 !important;
}


/*footer*/
.container {
  margin-top: -1px !important;
}

.c-footer {
  padding: 20px 0 0 !important;
}

.c-footer__pay__social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
}

.c-footer__pay__social li {
  margin: 0 7px 10px !important;
}

.c-footer__logo img {
  max-width: 100% !important;
  height: auto !important;
  padding-bottom: 5px !important;
}

.c-footer p {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
  color: rgb(137, 79, 79) !important;
  margin-bottom: 0 !important;
  letter-spacing: 0.4px !important;
}

.c-footer p a {
  color: rgb(137, 79, 79) !important;
}

.c-footer span {
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 0px !important;
  color: rgb(137, 79, 79) !important;
  margin-bottom: 0 !important;
  letter-spacing: 0.5px !important;
}

.c-footer__list li a {
  font-size: 14.7px !important;
  line-height: 25px !important;
  font-weight: 500 !important;
  color: rgb(137, 79, 79) !important;
  letter-spacing: 0 !important;
}

.c-footer__pay__title {
  font-size: 15px !important;
  font-weight: 500 !important;
  margin-bottom: 15px !important;
  color: rgb(137, 79, 79) !important;
}

.c-footer__copyright p {
  font-size: 13px !important;
  color: rgb(137, 79, 79) !important;
}

.c-footer__item:nth-child(1) {
  width: 23.5% !important;
  padding-left: 17px !important;
}

.c-footer__item:nth-child(2) {
  width: 14.5% !important;
  padding-top: 7px;
}

.c-footer__item:nth-child(3) {
  width: 20% !important;
  padding-top: 7px;
}

.c-footer__item:nth-child(4) {
  width: 15.5% !important;
  padding-top: 7px;
}

.c-footer__item:nth-child(5) {
  padding-top: 10px !important;
  width: 22% !important;
}

.c-footer__pay__social.c-footer__tk__list {
  margin-bottom: 25px !important;
  display: flex !important;
  justify-content: space-between !important;
}

.c-footer__pay__social.c-footer__tk__list li {
  margin-left: 11px !important;
  margin-right: 11px !important;
}

.c-footer__copyright {
  position: relative;
}

.c-footer__copyright .link-desing {
  position: absolute;
  font-family: 'Johnny Mac Scrawl (BRK)' !important;
  right: 260px;
  bottom: 5px;
  color: rgb(137, 79, 79);
  font-size: 17px;
}

.c-footer__copyright .link-desing:hover {
  color: rgb(255, 102, 0);
}

.c-footer__item__mobil {
  display: none;
}


@media only screen and (max-width: 767px) {
  .c-footer__item:nth-child(5) {
    width: 50% !important;
    margin: auto !important;
  }

  .c-footer__item:nth-child(2) {
    width: 100% !important;
  }

  .c-footer__item:nth-child(1) {
    width: 100% !important;
  }

  .c-footer__logo {
    margin: auto !important;
  }

  .c-footer__item:nth-child(3) {
    width: 100% !important;
  }

  .is-item-hidden-new {
    display: none;
  }

  .c-footer__item__mobil {
    display: block;
  }
}

@media only screen and (max-width: 415px) {
  .c-footer__item:nth-child(5) {
    width: 70% !important;
  }
}

/* c-main-our-brand__slider */

.c-main-our-brand__article {
  height: 140px !important;
}

/*vacancies*/
.vacancies {
  margin-top: 10px;
  margin-bottom: 10px;
}

.vacancies a {
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #663331;
}

@media (max-width: 1149px) {
  .vacancies img {
    max-width: 100%;
    height: auto !important;
  }
}

/* recipes */
.c-recipes .c-inner__section h1 {
  margin-bottom: 45px !important;
}

/* preloader */
@media (max-width: 987px) {
  .catalog-preload {
    display: none;
    width: 100%;
    min-height: 99.5%;
    max-height: 99.5%;
    background-color: white;
    position: absolute;
    top: 100px;
    z-index: 5;
    opacity: 0.8;
  }
}

/*desires*/
.c-catalog__section__tag {
  width: 80%;
  position: relative;
}

.desires {
  position: absolute;
  right: -27px;
  top: -2px;
  z-index: 5;
}

.desires .sp-hover-text {
  display: none;
  position: absolute;
  left: 13px;
  bottom: -42px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
}

.desires {
  opacity: 0.5;
}

.desires:hover {
  opacity: 1;
}

@media (max-width: 400px) {
  .desires .sp-hover-text {
    display: none;
    position: absolute;
    left: 13px;
    bottom: -57px;
    font-size: 11px;
    line-height: 11px;
    font-weight: 500;
  }
}

.c-catalog__section__row .c-catalog__section__tag {
  width: 100% !important;
}

.c-catalog__section__tag {
  width: 100%;
}

.desires {
  right: 20px;
}

.c-catalog__section__cart__item:last-child {
  text-align: right;
}

.c-catalog__section__cart .c-catalog__section__cart__price {
  margin-right: 10px;
  white-space: nowrap;
  line-height: 26px;
}

.c-catalog__section__row:nth-child(2) {
  width: 165px;
}

.desires-list {
  position: absolute;
  right: 26.5%;
  top: 42%;
}

.desires-list .sp-hover-text {
  display: none;
  position: absolute;
  left: 13px;
  bottom: -42px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  z-index: 5;
}

.desires-list {
  opacity: 0.5;
}

.desires-list:hover {
  opacity: 1;
}

/* product */

.is-price-now {
  color: rgba(255, 77, 13, 0.9) !important;
}

.price-line-through {
  font-size: 25px;
  vertical-align: top !important;
  text-decoration: line-through;
  padding-left: 15px;
  color: #4a4a4a;
  position: relative;
  top: -29px;
  left: -15px;
}

.c-product__detail {
  /*background-color: #fcfcfc!important;*/
  background-color: white !important;
}

.c-product__tabs__table tr:nth-child(odd) {
  /*background-color: #fcfcfc!important;*/
  background-color: white !important;
}

.u-btn-product-add-cart {
  text-transform: lowercase;
  height: 45px !important;
  line-height: 47px;
  font-weight: 500;
  right: initial;
}

/*.u-btn-product-add-cart:hover {
  color: #663331;
}*/
.u-form-product-cart {
  height: 42px !important;
}

.c-product__favorite span {
  font-size: 20px !important;
  text-transform: lowercase;
}

.c-product__favorite .b-icon-i-favorite {
  width: 27px !important;
  height: 24px !important;
}


.c-catalog__section__tag ul li span .b-icon {
  margin-left: 0 !important;
}

.c-product__group__article {
  padding-left: 0 !important;
  margin-top: 30px;
}

.b-icon-i-ruble1 {
  width: 27px;
  height: 28px;
  background-image: url(../img/header/i-ruble1.png);
}

.b-icon-i-ruble2 {
  width: 17px;
  height: 18px;
  background-image: url(../img/header/i-ruble1.png);
}

.c-product__add__cart__item:first-child {
  width: 273px;
}

.u-form-product-cart .u-form-item {
  padding: 4px 76% 4px 4px;
}

.u-form-item-new-desing {
  padding: 2px 3px 4px 76% !important;
}

.u-form-item-new-desing .u-btn-product-add-cart {
  left: 0 !important;
}

.c-product__add__cart__item .c-product__favorite {
  margin-left: 20px;
}

.b-icon-i-mail a {
  width: 100%;
  height: 100%;
  display: block;
}

.favorite-cart__item {
  background-color: rgba(255, 102, 0, 1);
  width: 273px;
  margin-bottom: 15px;
}

.c-catalog__section__cart__item .favorite-cart__item.catalog-fav__item {
  background-color: transparent;
  margin-left: 50px;
}

.c-catalog__section__cart__item .favorite-cart__item.catalog-fav__item:hover .first-fav {
  transform: rotate(-12deg);
}

.favorite-cart__item.catalog-fav__item .u-btn-product-add-cart {
  width: initial;
  color: #70413f;
}

.favorite-cart__item.catalog-fav__item .first-fav {
  width: 23px;
  margin-top: 2px;
}

/*@media only screen and (min-width: 767px) {
  .favorite-cart__item.catalog-fav__item .u-btn-product-add-cart {
      padding-left: 0;
  }
}*/
.u-select-section img {
  width: 40px;
  margin-left: 6px;
  position: absolute;
  right: 19px;
  top: 1px;
}

.first-fav {
  opacity: 1;
}

.second-fav {
  opacity: 0;
}

.u-form-product-cart:hover .u-btn-product-add-cart {
  color: #663331;
}

.u-form-product-cart:hover img.second-fav {
  opacity: 1;
}

.c-product__add__cart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.c-product__add__cart__item {
  padding: 10px 0px;
}

.c-product__price__value {
  margin-top: 17px;
  font-size: 40px;
  margin-bottom: 5px;
}

.c-product__group__reviews {
  position: initial;
  padding: 0;
  display: block;
}

.c-product__group__reviews__item:last-child {
  text-align: left;
  display: block;
}

.u-form-product-cart .u-select-section .select2-container--default .select2-selection--single {
  height: 38px;
}

.c-product__group__article ul li {
  margin: 0 0 20px;
  line-height: 28px;
}

.b-icon-i-ruble {
  width: 27px;
  height: 28px;
}

.u-link-back-section {
  font-size: 13px;
}

/*.u__article__little__list .c-catalog__section__cart__item:first-child .u-form-catalog-cart a:not(.empty) {
  right: initial;
  left: 30%;
}*/
@media only screen and (max-width: 1023px) {
  .price-line-through {
    font-size: 25px;
  }
}

@media only screen and (max-width: 423px) {
  .u-btn-product-add-cart {
    font-size: 17px !important;
  }

  .c-product__favorite span {
    font-size: 17px !important;
  }
}


.c-catalog__section__cart__item .favorite-cart__item {
  margin-left: 20px;
  width: 200px;
  margin-bottom: 0;
}

.c-catalog__section__cart__item .u-btn-product-add-cart {
  /*left: 0;*/
  height: 30px !important;
  line-height: 32px;
  padding-left: 35px;
}

.c-catalog__section__cart__item .u-form-product-cart {
  height: 30px !important;
  border-radius: 0;
}

.c-catalog__section__cart__item .u-select-section img {
  right: 13px;
  width: 28px;
}

.c-catalog__section__cart__item .c-catalog__section__tag ul li span .b-icon {
  width: 50 !important;
  height: 50px !important;
}

.u__article__little__all {
  padding-right: 0;
}

@media (max-width: 767px) {
  .u__article__little__list .c-catalog__section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .u__article__little__list .c-catalog__section__cart {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .u__article__little__list .c-catalog__section__cart__item:first-child {
    width: 260px;
  }

  .c-catalog__section__cart__item .favorite-cart__item {
    margin-left: 67px;
  }

  .c-catalog__section__tag {
    width: 100%;
  }

  .c-catalog__section__tag ul {
    text-align: left;
  }

  /*.desires {*/
  /*top: 1px;*/
  /*right: 0;*/
  /*}*/

  .c-catalog__section__cart__item:last-child {
    text-align: right;
  }

  .c-catalog__section__cart .c-catalog__section__cart__price {
    margin-right: 0;
  }

}


/* my favorite */
.c-my-favorit__table tr th.u-td__sum,
.c-my-favorit__table tr td.u-td__sum {
  width: 100px;
  padding-left: 10px;
  padding-right: 10px !important;
  text-transform: lowercase;
}

.c-my-favorit__table .lk-padd-col,
.c-my-favorit__table .sale-order-list-inner-row {
  font-family: 'Raleway', sans-serif;
}

.hd-btn-add {
  width: 255px;
}

.hd-btn-add a {
  font-size: 16px;
  padding: 0 27px !important;
  font-family: 'Raleway', sans-serif;
}

.new-fn-style {
  font-size: 13px !important;
}

.c-my-favorit__table tr th {
  padding-bottom: 8px;
}

.u-td__qty {
  width: 100px;
}

.u-td__qty::selection {
  background-color: transparent !important;
  color: #663332 !important;
}

.u-td__qty span::selection {
  background-color: transparent !important;
  color: #663332 !important;
}

.qty-prod {
  padding: 0 10px;
}

.minus-prod {
  cursor: pointer;
  width: 10px;
  display: inline-block;
}

.plus-prod {
  cursor: pointer;
  width: 10px;
  display: inline-block;
}

.u-td__checkout .u-btn-checkout {
  font-family: 'Raleway', sans-serif !important;
  font-size: 16px !important;
}

.c-my-favorite .c-my-favorit__table tr td {
  padding-top: 14px;
  padding-bottom: 10px;
}

.c-my-favorite .c-my-favorit__table tr td.u-td__total {
  font-size: 31px !important;
  padding-left: 40px;
  padding-right: 21px;
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {

  .c-my-favorit__table tr th.u-td__sum,
  .c-my-favorit__table tr td.u-td__sum {
    width: auto;
  }

  .hd-btn-add {
    width: auto;
  }

  .u-td__qty {
    width: auto;
  }

  .c-my-favorite .c-my-favorit__table tr td.u-td__total {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 0px;
  }
}

/* delete item */
.delete-item-cl {
  opacity: 0.5;
}

.u-td__delete-item {
  font-size: 16px !important;
  font-family: 'Raleway' !important;
}

.first-level {
  font-weight: 700 !important;
}

.fce {
  margin-top: 20px;
  line-height: 25px;
}

.c-lk__section__body .u-form-change-password .u-form-label {
  color: #000;
  font-size: 13px;
  font-weight: normal;
}

.c-lk__section__body .u-form-change-password p {
  color: #000;
  font-size: 13px;
  font-weight: normal;
}

/* opt */

.new-des-opt {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #7d4f3f;
}

.new-des-opt p {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  color: #7d4f3f;
}

.new-des-opt a {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #7d4f3f !important;
  text-decoration: underline;
}

/* catalog */
.u-little__list__row .u-btn-catalog-add-cart {
  right: 24%;
}

.u-btn-catalog-add-cart {
  right: 15%;
  transition: none;
  width: 50%;
  height: 100%;
}

/*.u-btn-catalog-add-cart.empty::before {*/
/*content: '+';*/
/*position: absolute;*/
/*right: 40px;*/
/*top: 4px;*/
/*width: 10px;*/
/*height: 10px;*/
/*}*/

.u-btn-catalog-add-cart.empty:hover::before {
  content: '+';
  position: absolute;
  right: 40px;
  top: 4px;
  width: 10px;
  height: 10px;
  color: #fff;
}

.b-icon-i-favorite-new::before {
  content: '1';
  opacity: 0;
}

.add-to-delayed:not(.empty) .b-icon-i-favorite-new::before {
  content: '';
  background-image: url("/local/templates/soyka/img/catalog/icon-catalog-mini-plus.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -13px;
  top: -4px;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.u-btn-catalog-add-cart .count-sup {
  position: relative;
  left: 40px;
  font-family: 'Raleway', sans-serif;
  top: -9px;
  font-size: 10px;
  color: #fff !important;
}

/*.u-btn-catalog-add-cart:hover .count-sup {*/
/*color: white!important;*/
/*}*/


.u-form-catalog-cart {
  transition: 0.3s ease;
}

.u-form-catalog-cart:hover {
  opacity: 0.7;
}


.c-catalog__section__cart__item .u-select-section .first-fav {
  left: 0;
  right: initial;
}

.c-catalog__section__cart__item .u-select-section .second-fav {
  left: 0;
  right: initial;
}

.add-to-delayed:not(.empty) .second-fav {
  opacity: 1;
}

.add-to-delayed:not(.empty) {
  opacity: 1;
}

/* delete item */
.delete-item-cl {
  opacity: 0.5;
}

.u-td__delete-item {
  font-size: 16px !important;
  font-family: 'Raleway' !important;
}

/* Мои заказы CSS */
.c-lk__my__order__row .c-lk__my__order__head {
  padding-left: 0px;
}

.c-lk__my__order__row .c-lk__my__order__body {
  width: 68%;
  margin-left: 0;
  padding-left: 0;
}

.c-lk__my__order__row .c-lk__my__order__date {
  font-weight: 500;
  font-size: 13px;
  color: rgb(137, 79, 79);
}

.c-lk__my__order .c-my-favorite__detail__name {
  font-size: 15px;
  padding-top: 15px;
}

.c-lk__my__order .c-my-favorit__table tr th {
  padding-bottom: 8px;
  padding-top: 14px;
}

.c-lk__my__order__row .c-my-favorit__table tr th {
  font-weight: 500;
  font-size: 13px;
  color: rgb(137, 79, 79);
  padding-top: 0;
}

.c-lk__my__order__row .u-td__qty,
.c-lk__my__order__row .u-td__price,
.c-lk__my__order__row .u-td__sum {
  font-size: 14px;
  font-family: 'Century Gothic', sans-serif !important;
}

.c-lk__my__order__row .u-td__detail {
  width: 448px;
}

.c-lk__my__order__row .u-td__checkout .u-span__checkout,
.c-lk__my__order__row .c-my-favorit__table tr td.u-td__total {
  font-size: 33.33px;
  color: rgb(137, 79, 79);
  font-family: 'Century Gothic', sans-serif;
  padding-right: 15px;
  padding-left: 15px;
}

.c-lk__my__order__row .lk-my-order-block {
  font-size: 13.33px;
  color: rgb(137, 79, 79);
  font-weight: 500;
}

.c-lk__my__order__row h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}

.c-lk__my__order__row .lk-hd-list-box {
  padding-right: 14px;
}

.c-lk__my__order__row .lk-change-payment {
  text-decoration: underline;
  color: rgb(137, 79, 79);
}

.c-lk__my__order__row .lk-padd-col {
  padding-bottom: 10px;
}

.c-lk__my__order__row .lk-btn-payment-box {
  display: flex;
}

.lk-color-btn {
  padding: 3px 6px;
  color: #fff;
  width: 105px;
  display: inline-block;
  text-align: center;
  margin-top: 14px;
  margin-right: 14px;
  font-size: 13.33px;
  font-family: 'Raleway', sans-serif;
}

.hd-orange-btn {
  background-color: #f9b91b;
}

.hd-light-green-btn {
  background-color: #aed755;
}

.hd-red-btn {
  background-color: #fd660d;
}

.hd-yellow-btn {
  background-color: #f9c71b;
}

.hd-green-btn {
  background-color: #8ac23b;
}

.hd-blue-btn {
  background-color: #3bc2c0;
}

.lk-wide-btn {
  width: 150px;
}

.c-lk__my__order__row .lk-cancel-order {
  font-size: 13.33px;
}

.c-lk__my__order__row .lk-cancel-order .b-icon-i-close {
  margin-right: 14px;
  width: 12px;
  height: 12px;
}

.c-lk__my__order__date:after {
  border: none;
  content: '';
  background-image: url(../images/arrow-down1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 6px;
  position: absolute;
  top: 16px;
  right: -3px;
  transform: rotate(0deg);
}

.c-lk__my__order__date.is-open:after {
  border: none;
  content: '';
  background-image: url(../images/arrow-down1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 6px;
  position: absolute;
  top: 14px;
  right: -3px;
  transform: rotate(-180deg)
}

.c-cart__total__payment .b-icon-i-certificate-1000 {
  width: 100px;
  height: 65px;
}

.c-cart__total__payment .b-icon-i-certificate-3000 {
  width: 100px;
  height: 65px;
}

.c-cart__total__payment .b-icon-i-certificate-5000 {
  width: 100px;
  height: 65px;
}

.c-soykaland .c-inner__section__head h1,
.c-soykaland .c-inner__section__head .b-h1 {
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .c-lk__my__order__row .c-lk__my__order__head {
    padding-left: 20px;
  }

  .c-lk__my__order__row .c-lk__my__order__body {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .c-lk__my__order__row .u-td__detail {
    width: auto;
  }
}

/*delivery_total_post*/
.c-cart__total .b-icon-i-tc-business-lines {
  position: initial;
  float: right;
  width: 89px;
  height: 80px;
}

.c-cart__total .b-icon-i-russian-post {
  position: initial;
  float: right;
  width: 90px;
  height: 80px;
  margin-right: 5px;
}

.c-cart__total .packing-hover img {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 6px;
  margin-left: 5px;
}

.c-cart__total .packing-hover:hover .packing-hover-text-box {
  display: block;
}

.packing-hover-text-box {
  display: none;
  position: absolute;
  left: 173px;
  bottom: -42px;
  width: 179px;
  font-size: 9.5px;
  line-height: 15px;
  color: #7d4f3f;
  font-weight: 500;
}

.packing-hover-text-box::after {
  content: '';
  width: 58px;
  height: 2px;
  background-color: #f9b91b;
  position: absolute;
  bottom: 30px;
  left: -39px;
  transform: rotate(90deg);
}

.c-cart__total__result .b-icon-i-ruble,
.c-cart__total__result .b-icon-i-ruble-blue {
  top: 20px;
}

.c-cart__total__label {
  font-size: 13px;
}

@media (max-width: 1220px) {
  .packing-hover-text-box {
    position: initial;
    margin-top: 5px;
  }
}

@media (max-width: 991px) {
  .packing-hover-text-box {
    position: absolute;
  }
}

@media (max-width: 420px) {
  .packing-hover-text-box {
    position: initial;
    margin-top: 5px;
  }
}

.catalog-active-category {
  background-color: #f9b91b;
}

/*из стелей карты сайта start*/
.bx-404-container {
  width: 100%;
  margin: 200px auto 300px;
  text-align: center;
  font-family: 'Johny Mac Scrawl Ru';
  color: #5b3634;
  font-size: 13px;
}

.block-404 {
  text-align: center;
  font-size: 80px;
  font-family: 'Johnny Mac Scrawl (BRK)';
  margin-bottom: 30px;
}

@media (max-width:768px) {
  .bx-404-container {
    margin: 100px auto 150px;
  }
}

@media (max-width:499px) {
  .block-404 {
    font-size: 60px;
  }

  .bx-404-container {
    margin: 100px auto;
  }
}

.bx-404-text-block {
  padding-bottom: 15px;
  font-family: 'Johny Mac Scrawl Ru';
}

.bx-maps-title {
  color: #8f8f8f;
  font-size: 16px;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding-bottom: 20px;
  padding-top: 10px;
  border-bottom: 1px solid #e9eaea;
}

.map-columns {
  padding-top: 20px;
}

.bx-map-title {
  font-weight: bold;
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  position: relative;
  min-height: 20px;
  padding-left: 25px;
  margin-bottom: 20px;
}

.bx-map-title .fa {
  color: #0083d1;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 15px;
}

.map-columns ul {
  list-style: none;
  margin-bottom: 5px;
}

.map-level-0 {
  margin-left: 0;
  padding-left: 25px;
  margin-bottom: 20px;
}

.map-level-0 li {
  margin-left: 0;
  padding-left: 0;
}

.map-level-0 ul {
  padding-left: 15px;
}

ul.map-level-1 {
  margin-bottom: 30px;
}

/*end mapsite*/

/*soykapediya*/

.c-soykapediya .c-main-soykapediya .c-header__level__row {
  padding: 0;
}

.c-soykapediya .c-main-soykapediya .c-header__level__link {
  padding: 0;
}

.c-soykapediya .c-main-soykapediya .c-header__level__link .b-h2 {
  margin-bottom: 0;
  margin-left: 77px;
}

.c-soykapediya .c-main-soykapediya .c-main-our__recipes__slider {
  height: 490px;
}

/*end soykapediya*/

/*  start filter style */
.u-filter__change-link {
  position: relative;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #663331;
  cursor: pointer;
}

.u-filter__change-link:hover {
  color: #233e47;
}

.u-filter__change-link:before {
  content: '';
  position: absolute;
  bottom: 7px;
  right: -5px;
  background-image: url(/local/templates/soyka/images/arrow-down.png);
  background-size: contain;
  transform: rotate(0deg);
  width: 7px;
  height: 4px;
  padding: 0;
  margin: 0;
}

.u-filter__catalog__view__list li span.u-filter__change-view {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  cursor: pointer;
}

.u-filter__catalog__view__list li span.u-filter__change-view:hover {
  opacity: 0.7;
}

.u-filter__catalog__view__list li span.u-filter__change-view .b-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.pvz_disabled {
  display: none;
}

.basket-coupon-alert .close-link {
  z-index: 1000 !important;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert {
  border: 0;
  border-radius: 1px;
  font-size: 14px;
  padding: 15px;
  margin-bottom: 20px;
}

.hidden {
  display: none !important;
}

.u-form-order-reg .u-form-item .location-block-wrapper .bx-sls .bx-ui-sls-fake,
.u-form-order-reg .u-form-item .location-block-wrapper .bx-ui-sls-route {
  width: 90%;
}

/*  cust-preloader */
.cust-preloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  /*background-image: url(../img/svg/preloader.svg);*/
  z-index: 100;
}

.cust-preloader_item {
  border: 1px solid rgb(225, 181, 45);
  color: #66342b;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0;
  padding: 10px 30px 10px 37px;
  position: absolute;
  z-index: 10000;
  text-align: left;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background: #fcdc8d !important;
  box-shadow: inset 0 0 0 0 #faca54 !important;
  animation: mymove 2s infinite;
  min-width: 135px !important;
}

/*  style captcha */
.u-form__code #reloadCaptcha {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  font-size: 17px;
  line-height: 36px;
  font-weight: 400;
  margin-left: 20px;
  text-align: center;
  box-shadow: 0px 0px 0px 2px #eaebed;
}

.u-form__code #reloadCaptcha:hover {
  box-shadow: none;
}

@media only screen and (max-width: 767px) {
  .u-form__code #reloadCaptcha {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}

.bad-address {
  color: #a94442 !important;
  text-align: right;
}

.my-order-cancel-hidden {
  display: none !important;
}

.b-icon-i-opt {
  width: 65px;
  height: 65px;
  background-image: url(/local/templates/soyka/css/../img/opt_1.png);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-40%);
}

.b-icon-i-delivery {
  width: 65px;
  height: 65px;
  background-image: url(/local/templates/soyka/css/../img/delivery-icon.png);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-40%);
}

@media only screen and (max-width: 992px) {
  .b-icon-i-opt {
    width: 40px;
    height: 50px;
  }

  .b-icon-i-delivery {
    width: 40px;
    height: 50px;
  }
}

.order-no-deducted.hidden {
  display: none !important;
}

.c-order-accepted {
  max-width: 100%;
}

.c-order-accepted p {
  max-width: 540px;
  margin: auto;
}

.sale_order_full_table tr td div {
  width: 100% !important;
  padding: 0 !important;
}

.sale_order_full_table tr td div table {
  position: relative;
}

.sale_order_full_table tr td div table:not(.it) tr td nobr {
  position: absolute;
  left: 0;
}

/*map style*/
.where-to-buy-page .map-link {
  font-weight: bold;
}

.where-to-buy-page .header-wrapp {
  padding-bottom: 30px
}

.where-to-buy-page .header {
  padding-top: 5px;
}

.where-to-buy-page .main {
  width: 100%;
  height: 100%
}

.where-to-buy-page .main-wrapp {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.where-to-buy-page .main-content-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #4ebdc8
}

.where-to-buy-page .mac-c .main-content-head {
  background-color: #73CDCE
}

.where-to-buy-page .info-section {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1
}

.where-to-buy-page .info-section-label {
  width: auto;
  height: 60px;
  position: absolute;
  top: 30px;
  right: -40px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffbb42;
  font-family: 'Minecrafter', sans-serif;
  font-size: 26px;
  z-index: 5
}

.where-to-buy-page .info-section video {
  width: 100% !important;
  height: auto !important
}

.where-to-buy-page .where-to-buy {
  padding-top: 100px;
  width: 100%;
  max-width: 768px
}

.where-to-buy-page .cities-list {
  width: 100%;
  max-width: 768px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 10px;
  padding-top: 10px
}

.where-to-buy-page .city {
  margin: 5px 0
}

.where-to-buy-page .city h3 {
  font-weight: 600;
  font-size: 17px;
  white-space: nowrap
}

.where-to-buy-page .city ul li {
  margin: 5px 0
}

.where-to-buy-page .city ul li a {
  text-decoration: none;
  letter-spacing: 0.2px;
  font-size: 15px
}

.where-to-buy-page .city ul li a:hover {
  text-decoration: underline
}

.where-to-buy-page .city-wrapped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.where-to-buy-page .city-wrapped ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 5px
}

.where-to-buy-page .city-wrapped ul li {
  padding: 0px 2px
}

.where-to-buy-page .footer {
  margin-top: 10px
}

@media (max-width: 930px) {
  .where-to-buy-page .cities-list {
    max-width: 85%
  }

  .where-to-buy-page .info-section-label {
    right: auto;
    left: auto
  }
}

@media (max-width: 768px) {
  .where-to-buy-page .header-wrapp {
    padding-bottom: 0
  }

  .where-to-buy-page .header .toggle--active {
    top: 55px
  }

  .where-to-buy-page .city-wrapped {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .where-to-buy-page .city-wrapped ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .where-to-buy-page .city-wrapped ul li a {
    white-space: pre-wrap
  }
}

@media (max-width: 576px) {
  .where-to-buy-page .cities-list {
    max-width: 100%
  }

  .where-to-buy-page .info-section-label {
    font-size: 25px;
    width: 80%;
    text-align: center;
  }
}

@media (max-width: 350px) {
  .where-to-buy-page .info-section-label {
    font-size: 20px;
    width: 85%
  }
}


.where-to-buy-map {
  width: 100%;
  height: 500px;
  margin: 20px 0;
}

.where-to-buy-map #map {
  width: 100%;
  height: 100%;
}

.sale-order-list-inner-row .sale-order-list-inner-row-template {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

.sale-order-list-inner-row .sale-order-list-inner-row-template .sale-order-list-cancel-payment {
  padding: 3px 6px;
  color: #fff;
  width: 105px;
  display: inline-block;
  text-align: center;
  margin-top: 14px;
  margin-right: 14px;
  font-size: 13.33px;
  font-family: 'Raleway', sans-serif;
  background-color: #aed755;
  text-transform: capitalize;
}

.c-lk__my__order__row h3 {
  font-size: 23px;
}

.sale-order-list-inner-row .sale-order-list-inner-row-template h3 {
  font-size: 16px;
  font-weight: 500;
}

.sale-order-list-inner-row .sale-order-list-inner-row-template .btn-default {
  padding: 6px;
  color: #fff;
  width: 105px;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 14px;
  font-size: 13.33px;
  font-family: 'Raleway', sans-serif;
  background-color: #f8b919;
  border: none;
  border-radius: 0;
}

.c-cart .c-cart-rec {
  width: 100%;
}

.small-list .catalog-price-icon {
  position: relative;
  padding-right: 15px;
}

.popular-link-block {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 14px;
}

.popular-link-block a {
  display: inline-block;
  padding: 3px 7px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #fce19d;
  transition: all 0.2s ease;
  border-radius: 7px;
}

.popular-link-block a:hover {
  background-color: #fbd065;
}

.c-product .c-product__add__cart {
  font-family: 'Johny Mac Scrawl Ru';
}

.u__article__little__all .u__article__little__list__old__price span,
.u__article__little__list__old__price span {
  color: rgb(137, 79, 79);
}

.u__article__little__list__old__price+.u__article__little__list__price {
  color: #ff4d0d;
}

.recipes-microdata-block {
  height: 0px;
}

.recipes-microdata-block img {
  height: 0px;
}

.c-h1-pagination-suffix {
  display: block;
  width: 100%;
  text-align: end;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 5px;
  font-size: 10px;
  color: grey;
  line-height: 1;
}

.c-go-to-top-btn {
  position: fixed;
  bottom: 60px;
  right: 40px;
  z-index: 500;
  background-color: transparent;
}

.c-go-to-top-btn img {
  width: 41px;
  height: 41px;
}

@media (max-width: 1450px) {
  .c-go-to-top-btn {
    bottom: 130px;
    right: 15px;
  }
}

.c-home-page-article {
  font-size: 15px;
  line-height: 1.4;
}

.c-home-page-article p {
  text-align: justify;
  margin-bottom: 7px;
}

.c-home-page-article ul {
  margin-top: 10px;
  margin-bottom: 25px;
}

.c-home-page-article li {
  margin-bottom: 7px;
}

.c-catalog__content .c-inner__section__description a {
  text-decoration: underline;
}

/* Raiting items*/

.rating {
  overflow: hidden;
  vertical-align: bottom;
  display: inline-block;
  width: auto;
  height: 23px;
  margin-bottom: 17px;
  position: relative;
  right: 11px;
}

.rating>input {
  opacity: 0;
  margin-right: -100%;
}

.rating>label {
  position: relative;
  display: block;
  float: right;
  background: url(../img/header/i-leaflet.png);
  background-size: 20px 20px;
  margin-right: 15px;
  cursor: pointer;
}

.rating>label:before {
  display: block;
  opacity: 0;
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/header/i-leaflet-full.png);
  background-size: 20px 20px;
  transition: opacity 0.2s linear;
}

.rating>label:hover:before,
.rating>label:hover~label:before,
.rating:not(:hover)> :checked~label:before {
  opacity: 1;
}

/* register */

.fn-change-cl {
  font-size: 14.9px !important;
  line-height: 25px !important;
  margin-bottom: 3px !important;
  font-weight: 400 !important;
  color: #663331;
}

.success-registration {
  display: none;
  margin: 35px 0;
  color: rgb(125, 79, 63);
}

.success-registration span {
  font-size: 17px !important;
}

@media only screen and (max-width: 567px) {
  .success-registration {
    margin: 15px 0;
  }

  .success-registration span {
    font-size: 15px !important;
  }
}

/* loader */
div[id*="wait_"] {
  color: #66342b !important;
  background: #fcdc8d !important;
  box-shadow: inset 0 0 0 0 #faca54 !important;
  animation: mymove 2s infinite;
  min-width: 135px !important;
  text-align: left !important;
  font-size: 0 !important;
}

@keyframes mymove {
  from {
    box-shadow: inset 0px 0 0 0 #faca54;
  }

  to {
    box-shadow: inset 135px 0 0 0 #faca54;
  }
}

div[id*="wait_"]:before {
  content: 'Загрузка';
  font-size: 11.5px;
  position: relative;
  top: 2px;
}

div[id*="wait_"]:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0px;
  color: #66342b;
  position: relative;
  bottom: 1px;
  font-size: 10px;
}

@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

/*div[id*="wait_"]:hover {*/
/*    box-shadow: inset 135px 0 0 0 #faca54!important;*/
/*}*/

/*header*/
.c-header__cart__price sup {
  top: -1.4em !important;
  font-size: 12px !important;
  font-weight: 500;
}

.c-header__favorite__price sup {
  top: -1.4em !important;
  left: 0.2em !important;
  font-size: 12px !important;
  font-weight: 500;
}

.marg-plus {
  margin-left: -15px;
}

/*.c-header__bottom__list li .c-header__bottom__link {
    font-weight: 600!important;
}*/
.c-header__top__link {
  font-weight: 500 !important;
}


/*footer*/
.container {
  margin-top: -1px !important;
}

.c-footer {
  padding: 20px 0 0 !important;
}

.c-footer__pay__social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
}

.c-footer__pay__social li {
  margin: 0 7px 10px !important;
}

.c-footer__logo img {
  max-width: 100% !important;
  height: auto !important;
  padding-bottom: 5px !important;
}

.c-footer p {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
  color: rgb(137, 79, 79) !important;
  margin-bottom: 0 !important;
  letter-spacing: 0.4px !important;
}

.c-footer p a {
  color: rgb(137, 79, 79) !important;
}

.c-footer span {
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 0px !important;
  color: rgb(137, 79, 79) !important;
  margin-bottom: 0 !important;
  letter-spacing: 0.5px !important;
}

.c-footer__list li a {
  font-size: 14.7px !important;
  line-height: 25px !important;
  font-weight: 500 !important;
  color: rgb(137, 79, 79) !important;
  letter-spacing: 0 !important;
}

.c-footer__pay__title {
  font-size: 15px !important;
  font-weight: 500 !important;
  margin-bottom: 15px !important;
  color: rgb(137, 79, 79) !important;
}

.c-footer__copyright p {
  font-size: 13px !important;
  color: rgb(137, 79, 79) !important;
}

.c-footer__item:nth-child(1) {
  width: 23.5% !important;
  padding-left: 17px !important;
}

.c-footer__item:nth-child(2) {
  width: 14.5% !important;
  padding-top: 7px;
}

.c-footer__item:nth-child(3) {
  width: 20% !important;
  padding-top: 7px;
}

.c-footer__item:nth-child(4) {
  width: 15.5% !important;
  padding-top: 7px;
}

.c-footer__item:nth-child(5) {
  padding-top: 10px !important;
  width: 22% !important;
}

.c-footer__pay__social.c-footer__tk__list {
  margin-bottom: 25px !important;
  display: flex !important;
  justify-content: space-between !important;
}

.c-footer__pay__social.c-footer__tk__list li {
  margin-left: 11px !important;
  margin-right: 11px !important;
}

.c-footer__copyright {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-footer__item:nth-child(5) {
    width: 50% !important;
    margin: auto !important;
  }

  .c-footer__item:nth-child(2) {
    width: 100% !important;
  }

  .c-footer__item:nth-child(1) {
    width: 100% !important;
  }

  .c-footer__logo {
    margin: auto !important;
  }

  .c-footer__item:nth-child(3) {
    width: 100% !important;
  }

  .is-item-hidden-new {
    display: none;
  }

  .c-footer__item__mobil {
    display: block;
  }
}

@media only screen and (max-width: 415px) {
  .c-footer__item:nth-child(5) {
    width: 70% !important;
  }
}

/* Slider */

.c-first__page__slider {
  height: min(350px, 28.22vw);
  overflow: hidden;
}

.c-first__page__slider-box {
  display: block;
  height: min(350px, 28.22vw);
  background-position: center;
  background-size: cover;
}

.c-first__page__slider .slick-dots {
  position: absolute;
  top: min(22px, 1.77vw);
  right: 50px;
  z-index: 5;
}

.c-first__page__slider .slick-dots li {
  margin: 0 -1px 0 0;
}

.c-first__page__slider .slick-dots li button {
  outline: none;
}

.c-first__page__slider .slick-dots li.slick-active button:before {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 9px;
  height: 9px;
  content: '';
  text-align: center;
  background-color: #ed8934;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-font-smoothing: antialiased;
  z-index: 6;
}

.c-first__page__slider .slick-dots li button:before {
  border: none;
}

.c-first__page__slider .slick-dots li button:after {
  background-color: black;
  width: 9px;
  height: 9px;
}

@media (max-width: 960px) {

  .c-first__page__slider .slick-dots {
    position: absolute;
    top: auto;
    bottom: -24px;
    right: 45%;
    z-index: 5;
  }
}

@media (max-width: 760px) {

  .c-first__page__slider .slick-dots {
    position: absolute;
    bottom: -21px;
    right: 38%;
    z-index: 5;
  }
}

@media (max-width: 460px) {

  .c-first__page__slider .slick-dots {
    display: none !important;
  }
}

/* c-main-our-brand__slider */

.c-main-our-brand__article {
  height: 140px !important;
}

/*vacancies*/
.vacancies {
  margin-top: 10px;
  margin-bottom: 10px;
}

.vacancies a {
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #663331;
}

@media (max-width: 1149px) {
  .vacancies img {
    max-width: 100%;
    height: auto !important;
  }
}

/* recipes */
.c-recipes .c-inner__section h1 {
  margin-bottom: 45px !important;
}

/* preloader */
@media (max-width: 987px) {
  .catalog-preload {
    display: none;
    width: 100%;
    min-height: 99.5%;
    max-height: 99.5%;
    background-color: white;
    position: absolute;
    top: 100px;
    z-index: 5;
    opacity: 0.8;
  }
}

/*desires*/
.c-catalog__section__tag {
  width: 80%;
  position: relative;
}

.desires {
  position: absolute;
  right: -27px;
  top: -2px;
  z-index: 5;
}

.desires .sp-hover-text {
  display: none;
  position: absolute;
  left: 13px;
  bottom: -42px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
}

.desires {
  opacity: 0.5;
}

.desires:hover {
  opacity: 1;
}

@media (max-width: 400px) {
  .desires .sp-hover-text {
    display: none;
    position: absolute;
    left: 13px;
    bottom: -57px;
    font-size: 11px;
    line-height: 11px;
    font-weight: 500;
  }
}

.c-catalog__section__row .c-catalog__section__tag {
  width: 100% !important;
}

.c-catalog__section__tag {
  width: 100%;
}

.desires {
  right: 20px;
}

.c-catalog__section__cart__item:last-child {
  text-align: right;
}

.c-catalog__section__cart .c-catalog__section__cart__price {
  margin-right: 10px;
  white-space: nowrap;
  line-height: 26px;
}

.c-catalog__section__row:nth-child(2) {
  width: 165px;
}

.desires-list {
  position: absolute;
  right: 26.5%;
  top: 42%;
}

.desires-list .sp-hover-text {
  display: none;
  position: absolute;
  left: 13px;
  bottom: -42px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  z-index: 5;
}

.desires-list {
  opacity: 0.5;
}

.desires-list:hover {
  opacity: 1;
}

/* product */

.is-price-now {
  color: rgba(255, 77, 13, 0.9) !important;
}

.price-line-through {
  font-size: 25px;
  vertical-align: top !important;
  text-decoration: line-through;
  padding-left: 15px;
  color: #4a4a4a;
  position: relative;
  top: -29px;
  left: -15px;
}

.c-product__detail {
  /*background-color: #fcfcfc!important;*/
  background-color: white !important;
}

.c-product__tabs__table tr:nth-child(odd) {
  /*background-color: #fcfcfc!important;*/
  background-color: white !important;
}

.u-btn-product-add-cart {
  text-transform: lowercase;
  height: 45px !important;
  line-height: 47px;
  font-weight: 500;
  right: initial;
}

/*.u-btn-product-add-cart:hover {
    color: #663331;
}*/
.u-form-product-cart {
  height: 42px !important;
}

.c-product__favorite span {
  font-size: 20px !important;
  text-transform: lowercase;
}

.c-product__favorite .b-icon-i-favorite {
  width: 27px !important;
  height: 24px !important;
}


.c-catalog__section__tag ul li span .b-icon {
  margin-left: 0 !important;
}

.c-product__group__article {
  padding-left: 0 !important;
  margin-top: 30px;
}

.b-icon-i-ruble1 {
  width: 27px;
  height: 28px;
  background-image: url(../img/header/i-ruble1.png);
}

.b-icon-i-ruble2 {
  width: 17px;
  height: 18px;
  background-image: url(../img/header/i-ruble1.png);
}

.c-product__add__cart__item:first-child {
  width: 273px;
}

.u-form-product-cart .u-form-item {
  padding: 4px 76% 4px 4px;
}

.u-form-item-new-desing {
  padding: 2px 3px 4px 76% !important;
}

.u-form-item-new-desing .u-btn-product-add-cart {
  left: 0 !important;
}

.c-product__add__cart__item .c-product__favorite {
  margin-left: 20px;
}

.b-icon-i-mail a {
  width: 100%;
  height: 100%;
  display: block;
}

.favorite-cart__item {
  background-color: rgba(255, 102, 0, 1);
  width: 273px;
  margin-bottom: 15px;
}

.c-catalog__section__cart__item .favorite-cart__item.catalog-fav__item {
  background-color: transparent;
  margin-left: 50px;
}

.c-catalog__section__cart__item .favorite-cart__item.catalog-fav__item:hover .first-fav {
  transform: rotate(-12deg);
}

.favorite-cart__item.catalog-fav__item .u-btn-product-add-cart {
  width: initial;
  color: #70413f;
}

.favorite-cart__item.catalog-fav__item .first-fav {
  width: 23px;
  margin-top: 2px;
}

/*@media only screen and (min-width: 767px) {
    .favorite-cart__item.catalog-fav__item .u-btn-product-add-cart {
        padding-left: 0;
    }
}*/
.u-select-section img {
  width: 40px;
  margin-left: 6px;
  position: absolute;
  right: 19px;
  top: 1px;
}

.first-fav {
  opacity: 1;
}

.second-fav {
  opacity: 0;
}

.u-form-product-cart:hover .u-btn-product-add-cart {
  color: #663331;
}

.u-form-product-cart:hover img.second-fav {
  opacity: 1;
}

.c-product__add__cart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.c-product__add__cart__item {
  padding: 10px 0px;
}

.c-product__price__value {
  margin-top: 17px;
  font-size: 40px;
  margin-bottom: 5px;
}

.c-product__group__reviews {
  position: initial;
  padding: 0;
  display: block;
}

.c-product__group__reviews__item:last-child {
  text-align: left;
  display: block;
}

.u-form-product-cart .u-select-section .select2-container--default .select2-selection--single {
  height: 38px;
}

.c-product__group__article ul li {
  margin: 0 0 20px;
  line-height: 28px;
}

.b-icon-i-ruble {
  width: 27px;
  height: 28px;
}

.u-link-back-section {
  font-size: 13px;
}

/*.u__article__little__list .c-catalog__section__cart__item:first-child .u-form-catalog-cart a:not(.empty) {
    right: initial;
    left: 30%;
}*/
@media only screen and (max-width: 1023px) {
  .price-line-through {
    font-size: 25px;
  }
}

@media only screen and (max-width: 423px) {
  .u-btn-product-add-cart {
    font-size: 17px !important;
  }

  .c-product__favorite span {
    font-size: 17px !important;
  }
}

.c-catalog__section__cart__item .favorite-cart__item {
  margin-left: 20px;
  width: 200px;
  margin-bottom: 0;
}

.c-catalog__section__cart__item .u-btn-product-add-cart {
  /*left: 0;*/
  height: 30px !important;
  line-height: 32px;
  padding-left: 35px;
}

.c-catalog__section__cart__item .u-form-product-cart {
  height: 30px !important;
  border-radius: 0;
}

.c-catalog__section__cart__item .u-select-section img {
  right: 13px;
  width: 28px;
}

.c-catalog__section__cart__item .c-catalog__section__tag ul li span .b-icon {
  width: 50 !important;
  height: 50px !important;
}

.u__article__little__all {
  padding-right: 0;
}

@media (max-width: 767px) {
  .u__article__little__list .c-catalog__section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .u__article__little__list .c-catalog__section__cart {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .u__article__little__list .c-catalog__section__cart__item:first-child {
    width: 260px;
  }

  .c-catalog__section__cart__item .favorite-cart__item {
    margin-left: 67px;
  }

  .c-catalog__section__tag {
    width: 100%;
  }

  .c-catalog__section__tag ul {
    text-align: left;
  }

  /*.desires {*/
  /*top: 1px;*/
  /*right: 0;*/
  /*}*/

  .c-catalog__section__cart__item:last-child {
    text-align: right;
  }

  .c-catalog__section__cart .c-catalog__section__cart__price {
    margin-right: 0;
  }

}


/* my favorite */
.c-my-favorit__table tr th.u-td__sum,
.c-my-favorit__table tr td.u-td__sum {
  width: 100px;
  padding-left: 10px;
  padding-right: 10px !important;
  text-transform: lowercase;
}

.c-my-favorit__table .lk-padd-col,
.c-my-favorit__table .sale-order-list-inner-row {
  font-family: 'Raleway', sans-serif;
}

.hd-btn-add {
  width: 255px;
}

.hd-btn-add a {
  font-size: 16px;
  padding: 0 27px !important;
  font-family: 'Raleway', sans-serif;
}

.new-fn-style {
  font-size: 13px !important;
}

.c-my-favorit__table tr th {
  padding-bottom: 8px;
}

.u-td__qty {
  width: 100px;
}

.u-td__qty::selection {
  background-color: transparent !important;
  color: #663332 !important;
}

.u-td__qty span::selection {
  background-color: transparent !important;
  color: #663332 !important;
}

.qty-prod {
  padding: 0 10px;
}

.minus-prod {
  cursor: pointer;
  width: 10px;
  display: inline-block;
}

.plus-prod {
  cursor: pointer;
  width: 10px;
  display: inline-block;
}

.u-td__checkout .u-btn-checkout {
  font-family: 'Raleway', sans-serif !important;
  font-size: 16px !important;
}

.c-my-favorite .c-my-favorit__table tr td {
  padding-top: 14px;
  padding-bottom: 10px;
}

.c-my-favorite .c-my-favorit__table tr td.u-td__total {
  font-size: 31px !important;
  padding-left: 40px;
  padding-right: 21px;
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {

  .c-my-favorit__table tr th.u-td__sum,
  .c-my-favorit__table tr td.u-td__sum {
    width: auto;
  }

  .hd-btn-add {
    width: auto;
  }

  .u-td__qty {
    width: auto;
  }

  .c-my-favorite .c-my-favorit__table tr td.u-td__total {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 0px;
  }
}

/* delete item */
.delete-item-cl {
  opacity: 0.5;
}

.u-td__delete-item {
  font-size: 16px !important;
  font-family: 'Raleway' !important;
}

.first-level {
  font-weight: 700 !important;
}

.fce {
  margin-top: 20px;
  line-height: 25px;
}

.c-lk__section__body .u-form-change-password .u-form-label {
  color: #000;
  font-size: 13px;
  font-weight: normal;
}

.c-lk__section__body .u-form-change-password p {
  color: #000;
  font-size: 13px;
  font-weight: normal;
}

/* opt */

.new-des-opt {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #7d4f3f;
}

.new-des-opt p {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  color: #7d4f3f;
}

.new-des-opt a {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #7d4f3f !important;
  text-decoration: underline;
}

/* catalog */
.u-little__list__row .u-btn-catalog-add-cart {
  right: 24%;
}

.u-btn-catalog-add-cart {
  right: 15%;
  transition: none;
  width: 50%;
  height: 100%;
}

/*.u-btn-catalog-add-cart.empty::before {*/
/*content: '+';*/
/*position: absolute;*/
/*right: 40px;*/
/*top: 4px;*/
/*width: 10px;*/
/*height: 10px;*/
/*}*/

.u-btn-catalog-add-cart.empty:hover::before {
  content: '+';
  position: absolute;
  right: 40px;
  top: 4px;
  width: 10px;
  height: 10px;
  color: #fff;
}

.b-icon-i-favorite-new::before {
  content: '1';
  opacity: 0;
}

.add-to-delayed:not(.empty) .b-icon-i-favorite-new::before {
  content: '';
  background-image: url("/local/templates/soyka/img/catalog/icon-catalog-mini-plus.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -13px;
  top: -4px;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.u-btn-catalog-add-cart .count-sup {
  position: relative;
  left: 40px;
  font-family: 'Raleway', sans-serif;
  top: -9px;
  font-size: 10px;
  color: #fff !important;
}

/*.u-btn-catalog-add-cart:hover .count-sup {*/
/*color: white!important;*/
/*}*/


.u-form-catalog-cart {
  transition: 0.3s ease;
}

.u-form-catalog-cart:hover {
  opacity: 0.7;
}


.c-catalog__section__cart__item .u-select-section .first-fav {
  left: 0;
  right: initial;
}

.c-catalog__section__cart__item .u-select-section .second-fav {
  left: 0;
  right: initial;
}

.add-to-delayed:not(.empty) .second-fav {
  opacity: 1;
}

.add-to-delayed:not(.empty) {
  opacity: 1;
}

/* delete item */
.delete-item-cl {
  opacity: 0.5;
}

.u-td__delete-item {
  font-size: 16px !important;
  font-family: 'Raleway' !important;
}

/* Мои заказы CSS */
.c-lk__my__order__row .c-lk__my__order__head {
  padding-left: 0px;
}

.c-lk__my__order__row .c-lk__my__order__body {
  width: 68%;
  margin-left: 0;
  padding-left: 0;
}

.c-lk__my__order__row .c-lk__my__order__date {
  font-weight: 500;
  font-size: 13px;
  color: rgb(137, 79, 79);
}

.c-lk__my__order .c-my-favorite__detail__name {
  font-size: 15px;
  padding-top: 15px;
}

.c-lk__my__order .c-my-favorit__table tr th {
  padding-bottom: 8px;
  padding-top: 14px;
}

.c-lk__my__order__row .c-my-favorit__table tr th {
  font-weight: 500;
  font-size: 13px;
  color: rgb(137, 79, 79);
  padding-top: 0;
}

.c-lk__my__order__row .u-td__qty,
.c-lk__my__order__row .u-td__price,
.c-lk__my__order__row .u-td__sum {
  font-size: 14px;
  font-family: 'Century Gothic', sans-serif !important;
}

.c-lk__my__order__row .u-td__detail {
  width: 448px;
}

.c-lk__my__order__row .u-td__checkout .u-span__checkout,
.c-lk__my__order__row .c-my-favorit__table tr td.u-td__total {
  font-size: 33.33px;
  color: rgb(137, 79, 79);
  font-family: 'Century Gothic', sans-serif;
  padding-right: 15px;
  padding-left: 15px;
}

.c-lk__my__order__row .lk-my-order-block {
  font-size: 13.33px;
  color: rgb(137, 79, 79);
  font-weight: 500;
}

.c-lk__my__order__row h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}

.c-lk__my__order__row .lk-hd-list-box {
  padding-right: 14px;
}

.c-lk__my__order__row .lk-change-payment {
  text-decoration: underline;
  color: rgb(137, 79, 79);
}

.c-lk__my__order__row .lk-padd-col {
  padding-bottom: 10px;
}

.c-lk__my__order__row .lk-btn-payment-box {
  display: flex;
}

.lk-color-btn {
  padding: 3px 6px;
  color: #fff;
  width: 105px;
  display: inline-block;
  text-align: center;
  margin-top: 14px;
  margin-right: 14px;
  font-size: 13.33px;
  font-family: 'Raleway', sans-serif;
}

.hd-orange-btn {
  background-color: #f9b91b;
}

.hd-light-green-btn {
  background-color: #aed755;
}

.hd-red-btn {
  background-color: #fd660d;
}

.hd-yellow-btn {
  background-color: #f9c71b;
}

.hd-green-btn {
  background-color: #8ac23b;
}

.hd-blue-btn {
  background-color: #3bc2c0;
}

.lk-wide-btn {
  width: 150px;
}

.c-lk__my__order__row .lk-cancel-order {
  font-size: 13.33px;
}

.c-lk__my__order__row .lk-cancel-order .b-icon-i-close {
  margin-right: 14px;
  width: 12px;
  height: 12px;
}

.c-lk__my__order__date:after {
  border: none;
  content: '';
  background-image: url(../images/arrow-down1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 6px;
  position: absolute;
  top: 16px;
  right: -3px;
  transform: rotate(0deg);
}

.c-lk__my__order__date.is-open:after {
  border: none;
  content: '';
  background-image: url(../images/arrow-down1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 6px;
  position: absolute;
  top: 14px;
  right: -3px;
  transform: rotate(-180deg)
}

.c-cart__total__payment .b-icon-i-certificate-1000 {
  width: 100px;
  height: 65px;
}

.c-cart__total__payment .b-icon-i-certificate-3000 {
  width: 100px;
  height: 65px;
}

.c-cart__total__payment .b-icon-i-certificate-5000 {
  width: 100px;
  height: 65px;
}

.c-soykaland .c-inner__section__head h1,
.c-soykaland .c-inner__section__head .b-h1 {
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .c-lk__my__order__row .c-lk__my__order__head {
    padding-left: 20px;
  }

  .c-lk__my__order__row .c-lk__my__order__body {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .c-lk__my__order__row .u-td__detail {
    width: auto;
  }
}

/*delivery_total_post*/
.c-cart__total .b-icon-i-tc-business-lines {
  position: initial;
  float: right;
  width: 89px;
  height: 80px;
}

.c-cart__total .b-icon-i-russian-post {
  position: initial;
  float: right;
  width: 90px;
  height: 80px;
  margin-right: 5px;
}

.c-cart__total .packing-hover img {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 6px;
  margin-left: 5px;
}

.c-cart__total .packing-hover:hover .packing-hover-text-box {
  display: block;
}

.packing-hover-text-box {
  display: none;
  position: absolute;
  left: 173px;
  bottom: -42px;
  width: 179px;
  font-size: 9.5px;
  line-height: 15px;
  color: #7d4f3f;
  font-weight: 500;
}

.packing-hover-text-box::after {
  content: '';
  width: 58px;
  height: 2px;
  background-color: #f9b91b;
  position: absolute;
  bottom: 30px;
  left: -39px;
  transform: rotate(90deg);
}

.c-cart__total__result .b-icon-i-ruble,
.c-cart__total__result .b-icon-i-ruble-blue {
  top: 20px;
}

.c-cart__total__label {
  font-size: 13px;
}

@media (max-width: 1220px) {
  .packing-hover-text-box {
    position: initial;
    margin-top: 5px;
  }
}

@media (max-width: 991px) {
  .packing-hover-text-box {
    position: absolute;
  }
}

@media (max-width: 420px) {
  .packing-hover-text-box {
    position: initial;
    margin-top: 5px;
  }
}

.catalog-active-category {
  background-color: #f9b91b;
}

/*из стелей карты сайта start*/
.bx-404-container {
  width: 100%;
  margin: 200px auto 300px;
  text-align: center;
  font-family: 'Johny Mac Scrawl Ru';
  color: #5b3634;
  font-size: 13px;
}

.block-404 {
  text-align: center;
  font-size: 80px;
  font-family: 'Johnny Mac Scrawl (BRK)';
  margin-bottom: 30px;
}

@media (max-width:768px) {
  .bx-404-container {
    margin: 100px auto 150px;
  }
}

@media (max-width:499px) {
  .block-404 {
    font-size: 60px;
  }

  .bx-404-container {
    margin: 100px auto;
  }
}

.bx-404-text-block {
  padding-bottom: 15px;
  font-family: 'Johny Mac Scrawl Ru';
}

.bx-maps-title {
  color: #8f8f8f;
  font-size: 16px;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding-bottom: 20px;
  padding-top: 10px;
  border-bottom: 1px solid #e9eaea;
}

.map-columns {
  padding-top: 20px;
}

.bx-map-title {
  font-weight: bold;
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  position: relative;
  min-height: 20px;
  padding-left: 25px;
  margin-bottom: 20px;
}

.bx-map-title .fa {
  color: #0083d1;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 15px;
}

.map-columns ul {
  list-style: none;
  margin-bottom: 5px;
}

.map-level-0 {
  margin-left: 0;
  padding-left: 25px;
  margin-bottom: 20px;
}

.map-level-0 li {
  margin-left: 0;
  padding-left: 0;
}

.map-level-0 ul {
  padding-left: 15px;
}

ul.map-level-1 {
  margin-bottom: 30px;
}

/*end mapsite*/

/*soykapediya*/

.c-soykapediya .c-main-soykapediya .c-header__level__row {
  padding: 0;
}

.c-soykapediya .c-main-soykapediya .c-header__level__link {
  padding: 0;
}

.c-soykapediya .c-main-soykapediya .c-header__level__link .b-h2 {
  margin-bottom: 0;
  margin-left: 77px;
}

.c-soykapediya .c-main-soykapediya .c-main-our__recipes__slider {
  height: 490px;
}

/*end soykapediya*/

/*  start filter style */
.u-filter__change-link {
  position: relative;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #663331;
  cursor: pointer;
}

.u-filter__change-link:hover {
  color: #233e47;
}

.u-filter__change-link:before {
  content: '';
  position: absolute;
  bottom: 7px;
  right: -5px;
  background-image: url(/local/templates/soyka/images/arrow-down.png);
  background-size: contain;
  transform: rotate(0deg);
  width: 7px;
  height: 4px;
  padding: 0;
  margin: 0;
}

.u-filter__catalog__view__list li span.u-filter__change-view {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  cursor: pointer;
}

.u-filter__catalog__view__list li span.u-filter__change-view:hover {
  opacity: 0.7;
}

.u-filter__catalog__view__list li span.u-filter__change-view .b-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.pvz_disabled {
  display: none;
}

.basket-coupon-alert .close-link {
  z-index: 1000 !important;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert {
  border: 0;
  border-radius: 1px;
  font-size: 14px;
  padding: 15px;
  margin-bottom: 20px;
}

.hidden {
  display: none !important;
}

.u-form-order-reg .u-form-item .location-block-wrapper .bx-sls .bx-ui-sls-fake,
.u-form-order-reg .u-form-item .location-block-wrapper .bx-ui-sls-route {
  width: 90%;
}

/*  cust-preloader */
.cust-preloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  /*background-image: url(../img/svg/preloader.svg);*/
  z-index: 100;
}

.cust-preloader_item {
  border: 1px solid rgb(225, 181, 45);
  color: #66342b;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0;
  padding: 10px 30px 10px 37px;
  position: absolute;
  z-index: 10000;
  text-align: left;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background: #fcdc8d !important;
  box-shadow: inset 0 0 0 0 #faca54 !important;
  animation: mymove 2s infinite;
  min-width: 135px !important;
}

/*  style captcha */
.u-form__code #reloadCaptcha {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  font-size: 17px;
  line-height: 36px;
  font-weight: 400;
  margin-left: 20px;
  text-align: center;
  box-shadow: 0px 0px 0px 2px #eaebed;
}

.u-form__code #reloadCaptcha:hover {
  box-shadow: none;
}

@media only screen and (max-width: 767px) {
  .u-form__code #reloadCaptcha {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}

.bad-address {
  color: #a94442 !important;
  text-align: right;
}

.my-order-cancel-hidden {
  display: none !important;
}

.b-icon-i-opt {
  width: 65px;
  height: 65px;
  background-image: url(/local/templates/soyka/css/../img/opt_1.png);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-40%);
}

.b-icon-i-delivery {
  width: 65px;
  height: 65px;
  background-image: url(/local/templates/soyka/css/../img/delivery-icon.png);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-40%);
}

@media only screen and (max-width: 992px) {
  .b-icon-i-opt {
    width: 40px;
    height: 50px;
  }

  .b-icon-i-delivery {
    width: 40px;
    height: 50px;
  }
}

.order-no-deducted.hidden {
  display: none !important;
}

.c-order-accepted {
  max-width: 100%;
}

.c-order-accepted p {
  max-width: 540px;
  margin: auto;
}

.sale_order_full_table tr td div {
  width: 100% !important;
  padding: 0 !important;
}

.sale_order_full_table tr td div table {
  position: relative;
}

.sale_order_full_table tr td div table:not(.it) tr td nobr {
  position: absolute;
  left: 0;
}

/*map style*/
.where-to-buy-page .map-link {
  font-weight: bold;
}

.where-to-buy-page .header-wrapp {
  padding-bottom: 30px
}

.where-to-buy-page .header {
  padding-top: 5px;
}

.where-to-buy-page .main {
  width: 100%;
  height: 100%
}

.where-to-buy-page .main-wrapp {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.where-to-buy-page .main-content-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #4ebdc8
}

.where-to-buy-page .mac-c .main-content-head {
  background-color: #73CDCE
}

.where-to-buy-page .info-section {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1
}

.where-to-buy-page .info-section-label {
  width: auto;
  height: 60px;
  position: absolute;
  top: 30px;
  right: -40px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffbb42;
  font-family: 'Minecrafter', sans-serif;
  font-size: 26px;
  z-index: 5
}

.where-to-buy-page .info-section video {
  width: 100% !important;
  height: auto !important
}

.where-to-buy-page .where-to-buy {
  padding-top: 100px;
  width: 100%;
  max-width: 768px
}

.where-to-buy-page .cities-list {
  width: 100%;
  max-width: 768px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 10px;
  padding-top: 10px
}

.where-to-buy-page .city {
  margin: 5px 0
}

.where-to-buy-page .city h3 {
  font-weight: 600;
  font-size: 17px;
  white-space: nowrap
}

.where-to-buy-page .city ul li {
  margin: 5px 0
}

.where-to-buy-page .city ul li a {
  text-decoration: none;
  letter-spacing: 0.2px;
  font-size: 15px
}

.where-to-buy-page .city ul li a:hover {
  text-decoration: underline
}

.where-to-buy-page .city-wrapped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.where-to-buy-page .city-wrapped ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 5px
}

.where-to-buy-page .city-wrapped ul li {
  padding: 0px 2px
}

.where-to-buy-page .footer {
  margin-top: 10px
}

@media (max-width: 930px) {
  .where-to-buy-page .cities-list {
    max-width: 85%
  }

  .where-to-buy-page .info-section-label {
    right: auto;
    left: auto
  }
}

@media (max-width: 768px) {
  .where-to-buy-page .header-wrapp {
    padding-bottom: 0
  }

  .where-to-buy-page .header .toggle--active {
    top: 55px
  }

  .where-to-buy-page .city-wrapped {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .where-to-buy-page .city-wrapped ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .where-to-buy-page .city-wrapped ul li a {
    white-space: pre-wrap
  }
}

@media (max-width: 576px) {
  .where-to-buy-page .cities-list {
    max-width: 100%
  }

  .where-to-buy-page .info-section-label {
    font-size: 25px;
    width: 80%;
    text-align: center;
  }
}

@media (max-width: 350px) {
  .where-to-buy-page .info-section-label {
    font-size: 20px;
    width: 85%
  }
}


.where-to-buy-map {
  width: 100%;
  height: 500px;
  margin: 20px 0;
}

.where-to-buy-map #map {
  width: 100%;
  height: 100%;
}

.sale-order-list-inner-row .sale-order-list-inner-row-template {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

.sale-order-list-inner-row .sale-order-list-inner-row-template .sale-order-list-cancel-payment {
  padding: 3px 6px;
  color: #fff;
  width: 105px;
  display: inline-block;
  text-align: center;
  margin-top: 14px;
  margin-right: 14px;
  font-size: 13.33px;
  font-family: 'Raleway', sans-serif;
  background-color: #aed755;
  text-transform: capitalize;
}

.c-lk__my__order__row h3 {
  font-size: 23px;
}

.sale-order-list-inner-row .sale-order-list-inner-row-template h3 {
  font-size: 16px;
  font-weight: 500;
}

.sale-order-list-inner-row .sale-order-list-inner-row-template .btn-default {
  padding: 6px;
  color: #fff;
  width: 105px;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 14px;
  font-size: 13.33px;
  font-family: 'Raleway', sans-serif;
  background-color: #f8b919;
  border: none;
  border-radius: 0;
}

.c-cart .c-cart-rec {
  width: 100%;
}

.small-list .catalog-price-icon {
  position: relative;
  padding-right: 15px;
}

.c-product .c-product__add__cart {
  font-family: 'Johny Mac Scrawl Ru';
}

.u__article__little__all .u__article__little__list__old__price span,
.u__article__little__list__old__price span {
  color: rgb(137, 79, 79);
}

.u__article__little__list__old__price+.u__article__little__list__price {
  color: #ff4d0d;
}


/***** SECTION КАРТОЧКА ТОВАРА *****/


.c-product-main-section {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
  line-height: 1.5;
}

.c-product-name {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  margin: 19px 0;
  display: block;
  padding-right: 15px;
}

.c-product-main-photo {
  position: relative;
  width: 100%;
  height: calc(100vw - 30px);
  max-height: 398px;
}

.c-product-main-photo a img {
  max-width: 100%;
  max-height: 398px;
  display: block;
  height: 100%;
  object-fit: contain;
  margin-bottom: auto;
}

.c-product-region-delivery {
  padding: 3px 9px;
  font-size: 13px;
  background-color: white;
  color: #233E47;
  padding: 0;
  font-size: 15px;

  width: max-content;
  margin-bottom: 20px;
}

.c-product-tag-section {
  display: flex;
  flex-direction: column;
}



@media screen and (min-width: 800px) {
  .c-product-main-section {
      margin-top: 20px;
      display: grid;
      grid-gap: 20px;
      column-gap: 25px;
      align-items: start;
      grid-template-columns: 1fr 1fr;
      grid-template-rows:
          80px 70px auto auto;
      grid-template-areas:
          "photo  name"
          "photo  price"
          "photo  buy"
          "tags   tags"
          "detail detail"
          "brand  brand"
      ;
  }

  .c-product-main-photo {
      grid-area: photo;
      /* max-height: 620px; */
      max-height: none;

      height: auto;
  }

  .c-product-main-photo img {
      max-height: 585px;

  }

  .c-product-name {
      grid-area: name;
      display: block;
      margin: 0;
  }

  .c-product-price-section {
      grid-area: price;
  }

  .c-product-buy-section {
      grid-area: buy;
      display: flex;
      flex-direction: row;
  }

  .c-product-tag-section {
      grid-area: tags;
  }

  .c-product-detail-section {
      grid-area: detail;
  }

  .c-product-brand-section {
      grid-area: brand;
  }

}

@media screen and (min-width: 1024px) {

  .c-product-main-section {
      column-gap: 40px;
      grid-template-rows:
          auto 68px fit-content(10%) fit-content(10%) auto auto;
      grid-template-areas:
          "name  name"
          "photo price"
          "photo buy"
          "photo tags"
          "photo detail"
          "brand detail"
      ;
  }

  .c-product-name {
      font-size: 46px;
      margin-bottom: 25px;
      font-weight: 400;
  }


  .c-product-buy-section {
      height: 109px;
  }

}


/***** ANCHOR ДОБАВИТЬ В КОРЗИНУ *****/

.c-product-buy-section {
  position: fixed;
  bottom: 50px;
  left: 0px;
  height: 70px;
  min-height: 47px;
  background-color: white;
  width: 100%;
  padding: 10px 15px 0 15px;
  z-index: 5;
  box-shadow: 0px -8px 10px 1px rgba(117, 117, 117, 0.04);
}

.c-product-add-to-basket-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F9B91B;
  border: none;
  padding: 0 19px;
  width: 100%;
  height: 50px;
  color: white;
  user-select: none;
}

.c-product-add-to-basket-btn__text {
  font-size: 17px;
  font-weight: 400;
  min-width: 162px;
}

.c-product-add-to-basket-btn__price {
  font-family: 'Century Gothic', sans-serif;
  font-size: 17px;
  overflow: hidden;
  max-height: 1.5em;
  margin-left: 5px;
}

.c-product-go-to-basket-box {
  display: none;
  justify-content: space-between;
}

.c-product-go-to-basket-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-right: 15px;
  background-color: #91C338;
  text-align: center;
  user-select: none;
  padding: 0 10px;
  color: white;
}

.c-product-go-to-basket-btn__text {
  line-height: 1.2;
  font-size: 15px;
  font-weight: 400;
}

@media screen and (min-width: 350px) {
  .c-product-add-to-basket-btn__text {
    font-size: 18px;
  }

  .c-product-add-to-basket-btn__price {
    font-size: 19px;
  }
}


@media screen and (min-width: 370px) {
  .c-product-go-to-basket-btn__text {
      font-size: 16px;
  }
  .c-product-add-to-basket-btn__price {
    font-size: 22px;
  }
}

@media screen and (min-width: 385px) {
  .c-product-go-to-basket-btn__text {
      font-size: 17px;
  }
}

@media screen and (min-width: 400px) {
  .c-product-go-to-basket-btn__text {
      font-size: 18px;
  }
}

.c-product-basket-qty-box {
  display: flex;
  flex-direction: row;
}

.c-product-basket-qty-item {
  height: 50px;
  width: 50px;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  color: rgb(68, 68, 68);
  user-select: none;
}

.c-product-plus-to-basket-btn {
  background-color: #F9B91B;
  border: none;
}

.c-product-qty-in-basket {
  font-size: 20px;
}

.c-product-minus-from-basket-btn {
  border: none;
  background: none;
  line-height: 20px;
  padding-bottom: 5px;
}

@media screen and (min-width: 800px) {
  .c-product-buy-section {
      position: static;
      box-shadow: none;
      height: auto;
      width: 360px;
      padding: 0;
      z-index: 1;
  }

  .c-product-add-to-basket-btn {
      width: 192px;
      height: 47px;
      padding: 0 15px;
      line-height: 47px;
  }

  .c-product-add-to-basket-btn__text {
      font-size: 17px;
  }

  .c-product-add-to-basket-btn__price {
      display: none;
  }

  .c-product-add-to-basket-btn {
      display: block;
  }

  .c-product-go-to-basket-box {
      width: 100%;
  }


  .c-product-go-to-basket-btn {
      width: 192px;
      padding: 0 15px;
      height: 47px;
      line-height: 47px;
  }

  .c-product-go-to-basket-btn__text {
      font-size: 17px;
  }

  .c-product-basket-qty-item {
      height: 47px;
      width: 47px;
  }

  .c-product-minus-from-basket-btn {
      line-height: 20px;
      padding-bottom: 5px;
  }
}

.c-product-buy-section[data-is-in-basket='Y'] .c-product-add-to-basket-btn {
  display: none;
}

.c-product-buy-section[data-is-in-basket='Y'] .c-product-go-to-basket-box {
  display: flex;
}




/***** ANCHOR НЕТ В НАЛИЧИИ *****/

.c-product-out-of-stock {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-product-out-of-stock__text {
  color: rgb(68, 68, 68);
  user-select: none;
  font-size: 15px;
  width: 60px;
  text-align: end;
  position: relative;
  margin-right: 15px;
}

.c-product-out-of-stock__text::before {
  position: absolute;
  left: 0px;
  top: 4px;
  display: inline-block;
  height: 16px;
  width: 16px;
  content: " ";
  background-image: url("/local/templates/soyka/img/header/i-close.png");
  background-size: cover;
  margin-right: 4px;
}

.c-product-out-of-stock__subscribe {
  width: 100%;
  background-color: #91C338;
  text-align: center;
  color: white;
  font-size: 16px;
  line-height: 50px;
  user-select: none;
  border: none;
  font-weight: 400;
}

.c-product-out-of-stock__subscribed {
  color: rgb(68, 68, 68);
  width: 100%;
  text-align: end;
}

@media screen and (min-width: 360px) {
  .c-product-out-of-stock__subscribe {
      font-size: 18px;
  }
}

@media screen and (min-width: 390px) {
  .c-product-out-of-stock__subscribed {
      font-size: 16px;
  }
}

.c-catalog-email-input-box {
  position: fixed;
  bottom: 130px;
  left: 0px;
  display: flex;
  align-items: center;
  background-color: white;
  width: 100%;
  padding: 10px 15px 5px 15px;
  z-index: 100;
  box-shadow: 0px -8px 10px 1px rgba(117, 117, 117, 0.04);
}

.c-catalog-email-input-label {
  color: rgb(68, 68, 68);
  font-size: 12px;
  margin: 0;
  width: 59px;
  margin-right: 15px;
  flex-shrink: 0;
}

.c-catalog-email-input-form {
  font-family: 'Raleway', sans-serif;
  width: 100%;
  -webkit-box-shadow: 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease; */
  padding: 0 10px;
  font-size: 15px;
  line-height: 32px;
  font-weight: 500;
  color: rgb(68, 68, 68);
  height: 32px;
  background-color: #f9f9f9;
  border: 1px solid rgb(153, 153, 153);
  max-width: 320px;
}

@media screen and (min-width: 800px) {

  .c-product-out-of-stock {
      flex-direction: column;
      align-items: flex-start;
      position: relative;
  }

  .c-product-out-of-stock__subscribe {
      font-size: 17px;
      height: 47px;
      line-height: 47px;
      width: 242px;
      padding: 0 17px;
  }

  .c-product-out-of-stock__text {
      width: auto;
      font-size: 17px;
      margin-bottom: 20px;
      padding-left: 23px;
  }

  .c-product-out-of-stock__text::before {
      top: 5px;
  }

  .c-catalog-email-input-box {
      box-shadow: none;
      z-index: 1;
      position: absolute;
      top: -37px;
      left: -15px;
      flex-direction: column;
      align-items: flex-start;
  }

  .c-catalog-email-input-label {
      color: rgb(68, 68, 68);
      font-size: 14px;
      width: auto;
      margin-bottom: 5px;

  }

  .c-catalog-email-input-form {
      width: 242px;
  }

  .c-product-out-of-stock__subscribed {
      width: auto;
      font-size: 16px;
  }

}

@media screen and (min-width: 1024px) {
  .c-product-out-of-stock {
      /* flex-direction: row; */
      /* justify-content: flex-start; */
      /* align-items: center; */
      width: 500px;
      height: auto;
  }

  .c-product-out-of-stock__text {
      margin: 0 55px 15px 0;
      line-height: 47px;
      font-size: 20px;
      padding-left: 30px;

  }

  .c-product-out-of-stock__text::before {
      top: 14px;
      height: 20px;
      width: 20px;
  }

  .c-product-out-of-stock__subscribed {
      width: auto;
      font-size: 16px;
  }

  .c-catalog-email-input-box {
      top: -25px;
      left: -15px;
  }

}




/***** ANCHOR ЦЕНА *****/

.c-product-price-section {
  font-family: 'Century Gothic', sans-serif;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  /* height: 100%; */
  line-height: 1;
  margin: 10px 0 32px 0;
}

.c-product-price-value {
  font-size: 36px;
}

.c-product-price-line-through-value {
  font-size: 24px;
  color: #7d4f3f;
  text-decoration: line-through;
  margin-left: 20px;
}

@media screen and (min-width: 1024px) {
  .c-product-price-section {
      margin: 0 0 32px 0;
  }
}

@media screen and (max-width: 364px) {
  .c-product-price-value {
    font-size: 32px;
  }
  
  .c-product-price-line-through-value {
    font-size: 18px;
  }
}


/***** ANCHOR ТЕГИ *****/

.c-product-tag-section {
  margin: 22px 0;
  list-style-type: none;
}



/***** ANCHOR СВОЙСТВА ТОВАРА *****/

.c-product-properties-section {
  border-top: 1px solid #DDDDDD;
  padding-top: 32px;
  font-size: 14px;
}

.c-product-section-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 17px;
}

.c-product-properties-subsection {
  max-height: 64px;
  overflow: hidden;
  margin-bottom: 32px;
}

.c-product-properties-subsection[data-expanded] {
  max-height: fit-content;
}

.c-product-expand-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.c-product-subsection-heading {
  margin-bottom: 8px;
  font-weight: 600;
}

.c-product-property {
  margin-bottom: 10px;
}

.btn-collapse-expand-text {
  padding: 0;
  border: none;
  color: #F9B91B;
  font-weight: 600;
  background-color: transparent;
  text-decoration: underline;
  margin-left: 37px;
  position: relative;
}

.btn-collapse-expand-text::before {
  position: absolute;
  left: -16px;
  top: 8px;
  display: inline-block;
  height: 11px;
  width: 11px;
  content: " ";
  background-image: url("/local/templates/soyka/images/arrow-down-orange.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-collapse-expand-text[data-expanded]::before {
  transform: rotate(180deg);
  top: 4px;
}


@media screen and (min-width: 1024px) {
  .c-product-properties-section {
      border-top: none;
      padding-top: 0;
  }

  .c-product-properties-subsection {
      max-height: fit-content;
      margin-bottom: 20px;
  }

  .btn-collapse-expand-text {
      display: none;
  }


}


/***** ANCHOR ОТЗЫВЫ *****/

#review-anchor {
  position: relative;
  top: -60px;
}

.c-product-reviews-section {
  margin: 50px 0 50px;
}

.c-product-reviews-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 
  "rating"
  "reviews"
  "add"
  ;
  padding-top: 20px;
}

.c-product-rating {
  grid-area: rating;
  margin-bottom: 30px;
}


.c-product-rating-text {
  font-size: 17px;
  margin-right: 15px;
  margin-bottom: 15px;
  display: block;
}

@media only screen and (min-width: 350px) {
  .c-product-rating-text {
      margin-bottom: 0;
  }
}


.c-product-reviews-list-container {
  display: flex;
  flex-direction: column;
  grid-area: reviews;
}

.c-product-add-review-section {
  grid-area: add;
}

.c-product-no-reviews {
  font-size: 16px;
  margin-bottom: 20px;
}

.c-review-button-box {
  width: 192px;
}

.c-review-under-button-text {
  color: #5e5e5e;
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.2;
}

.с-product-add-review-btn {
  align-items: center;
  justify-content: space-between;
  background-color: #91C338;
  border: none;
  padding: 0 19px;
  width: 100%;
  height: 50px;
  color: white;
  user-select: none;
  font-size: 18px;
}

.с-product-add-review-btn[data-visible="no"] {
  display: none;
}

.с-product-add-review-btn[data-visible="yes"] {
  display: block;
}

.с-product-add-form[data-visible="no"] {
  display: none;
}

.с-product-add-form[data-visible="yes"] {
  display: block;
}

@media screen and (min-width: 800px) {

  .с-product-add-review-btn {
      width: 192px;
      padding: 0 15px;
      height: 47px;
      line-height: 47px;
  }

  .c-product-reviews-wrapper {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: min-content 1fr;
      grid-template-areas: 
      "rating add"
      "reviews add"
      ;
      column-gap: 25px;
      padding-top: 30px;
  }
  .c-product-no-reviews {
      margin-bottom: 0px;
  }
}


@media screen and (min-width: 1024px) {
  .c-product-reviews-wrapper {
      column-gap: 40px;
  }

}


/***** ANCHOR БРЕНД *****/

.c-product-brand-section {
  border: 1px solid #C0C0C0;
  display: grid;
  grid-template-areas:
      "head logo"
      "text text"
      "btn btn";
  padding: 10px 13px 16px;
}

.c-product-brand-logo {
  max-height: 70px;
  max-width: 170px;
  grid-area: logo;
  justify-self: end;
}

.c-product-brand-heading {
  grid-area: head;
  padding-top: 6px;
}

.c-product-brand-about {
  grid-area: text;
  text-align: justify;
  margin: 10px 0px 15px;
}

.c-product-brand-buy-button {
  border: 1px solid #C0C0C0;
  grid-area: btn;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 11px;
  color: rgb(68, 68, 68);
  height: 48px;
}

@media screen and (min-width: 1024px) {
  .c-product-brand-section {
      margin-bottom: 33px;
      padding: 20px 30px 30px;
  }

  .c-product-brand-about {
      margin: 20px 0px 30px;
  }

}

/***** !SECTION END *****/

/***** SECTION ИЗБРАННОЕ *****/

.c-favorites-wrapper {
  max-width: 925px;
  margin-bottom: 25px;
}

.c-favorites-count {
  display: block;
  min-width: 16px;
}

.c-favorites-no-items {
  margin: 50px 0 80px;
  font-size: min(24px, 5vw);
  text-align: center;
}

.c-favorites-no-items a {
  text-decoration: underline;
}

.c-favorites-loading {
  min-height: 300px;
  width: 100%;
  margin: 50px 0;
  position: relative;
}

.c-favorites-loading img {
  position: absolute;
  display: block;
  margin: auto;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
}

.c-catalog-add-to-favorites-btn {
  background-color: transparent; 
  text-align: start;
}

.c-catalog-add-to-favorites-btn img {
  width: 22px;
  height: 22px;
  margin-right: 56px;
}

.c-catalog-add-to-favorites-btn[data-action="add"] img, 
.c-product-add-to-favorites-btn[data-action="add"] img {
  opacity: 0.4;
}

.c-catalog-add-to-favorites-btn span {
  font-size: 13px;
  color: gray;
  margin-left: 5px;
}

.c-product-add-to-favorites-btn {
  position: absolute;
  top: 0px;
  right: 5px;
  background-color: transparent; 
  text-align: start;
  /* width: 215px; */
}

.c-product-add-to-favorites-btn img {
  width: 32px;
  height: 32px;
  /* margin-left: 5px; */
}

.c-product-add-to-favorites-btn span {
  font-size: 16px;
  color: gray;
  margin-left: 5px;
}


@media  only screen and (max-width: 1015px) {
  .c-product-add-to-favorites-btn {
    top: 5px;
    right: 0px;
    z-index: 10;
  }
  
  .c-product-add-to-favorites-btn img {
    width: 30px;
    height: 30px;
    margin-left: 5px;
  }
  
  .c-product-add-to-favorites-btn span {
    font-size: 15px;
    color: gray;
    margin-left: 5px;
  }

}

@media  only screen and (max-width: 750px) {
  .c-catalog-add-to-favorites-btn img {
    margin-right: 26px;
    margin-right: clamp(10px, 3.4vw ,26px);
  }

}

@media  only screen and (max-width: 575px) {

  .c-catalog-add-to-favorites-btn {
    margin-top: 0px;
    order: 1;
  }

  .c-catalog-add-to-favorites-btn span {
    display: none;
  }
  
  .c-catalog-add-to-favorites-btn img {
    width: 27px;
    height: 27px;
    margin-left: 14px;
    margin-right: 0px;
  }

}

/***** !SECTION END *****/


/***** SECTION ИНФО-СТРАНИЦЫ *****/

/***** ANCHOR Акции *****/

.c-articles-show-more {
  display: none;
  background-color: transparent;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #7d4f3f;
  color: #233E47;
  color: gray;
}

@media screen and (max-width: 992px) {
  .c-articles-show-more {
    display: block;
  }
}

/***** ANCHOR Партнерская программа *****/

.c-partnerskaya-programma-article {
  margin: 18px 0 0;
}

.c-partnerskaya-programma-article a {
  display: block;
  margin: 5px 0;
  text-decoration: underline;
}

/***** ANCHOR Контакты *****/

.c-contacts-wrapper {
 display: grid;
 grid-template-areas: 
  "title feedback"
  "hours feedback"
  "details feedback"
  "payment feedback"
  "shop feedback"
  "map video";
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 20px;
}

.c-contacts-section {
  margin-bottom: 20px;
}

.c-contacts-title {
  grid-area: title;
}

.c-contacts-opening-hours-section {
  grid-area: hours;
}

.c-contacts-details-section {
  grid-area: details;
}

.c-contacts-shop-section {
  grid-area: shop;
}

.c-contacts-feedback-section {
  grid-area: feedback;
  max-width: 320px;
  justify-self: end;
  position: relative;
}

.c-contacts-feedback-anchor {
  position: absolute;
  top: -70px;
  width: 100%;
  height: 1px;
}

.c-contacts-feedback-form {
  display: flex;
  flex-direction: column;
}

.c-contacts-form-title {
  font-weight: 700;
  margin-bottom: 5px;
}

.c-contacts-form-text {
  margin-bottom: 20px;
}

.c-contacts-form-button-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.c-contacts-form-button {
  margin-right: 15px;
  color: white;
  font-size: 17px;
  background-color: #8CC343;
  width: 110px;
  height: 40px;
  flex-shrink: 0;
}

.c-contacts-form-agreement-text {
  line-height: 1.5;
  font-size: 12px;
  color: #777777;
}

.c-contacts-form-agreement-text a {
  text-decoration: underline;
}

.c-contacts-captcha {
  margin-bottom: 17px;
}

.c-contacts-map-section {
  grid-area: map;
  width: 100%; 
  height: min(320px, 26.67vw);
}

.c-contancts-payment-section {
  grid-area: payment;
}

.c-contancts-video-section {
  grid-area: video
}

.c-contancts-video-section iframe {
  width: 100%;
  height: min(320px, 26.67vw);
}


@media only screen and (max-width: 768px) {
  .c-contacts-wrapper {
    grid-template-areas: 
     "title"
     "hours"
     "details"
     "payment"
     "shop"
     "map"
     "video"
     "feedback";
     grid-template-columns: 1fr;
     row-gap: 10px;
     margin-top: 0px;
   }

   .c-contacts-feedback-section {
      justify-self: start;
      margin-top: 5px;
    }

  .c-contacts-map-section,
  .c-contancts-video-section iframe {
    height: 55vw;
  }
}

@media only screen and (max-width: 370px) {
  .c-contacts-feedback-section {
    max-width: none;
  }
}

/***** ANCHOR Отзывы *****/


@media only screen and (max-width: 992px) {
  .c-aside-left.btn-mobil-toggle.c-reviews {
    display: none;
  }
}
/***** ANCHOR Страница ошибки *****/

.c-error-content p {
  margin-bottom: 15px;
  font-size: 18px;
}

.c-error-content a {
  text-decoration: underline;
  color: #233E47;
}

/***** !SECTION END *****/



/***** SECTION БРЕНДЫ *****/

.c-brands-breadcrumbs {
  margin-top: 17px;
}

.c-brands-index {
  display: grid;
  grid-template-columns: repeat(auto-fill, 40px);
  gap: 8px;
  margin: 0 0 60px;
  margin: 0 0 clamp(40px, 5vw, 60px);
}

.c-brands-index-letter {
  display: block;
  color: #233E47;
  font-size: 16px;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
}

.c-brands-popular-section-desktop {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  margin: 20px 0 70px;
}

.c-brands-popular-section-mobile {
  display: none;
  margin-bottom: 20px;
}

.c-brands-popular-item img {
  width: 100%;
}

.c-brands-main-section {
  margin-bottom: 50px;
}

.c-brands-index-anchor {
  width: 100%;
  height: 1px;
  position: absolute;
  top: -120px;
}

.c-brands-index-title {
  font-size: 24px;
  font-weight: 500;
  margin-top: 55px;
  margin-top: clamp(40px, 5vw, 55px);
  margin-bottom: 30px;
  margin-bottom: clamp(20px, 2.5vw,30px);
}

.c-brands-index-group {
  display: grid;
  grid-template-columns: repeat(auto-fill, 200px);
  row-gap: 12px;
  position: relative;
}

.c-brands-item {
  font-size: 16px;
}

.c-side-menu-brands-list {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
}

.c-side-menu-brands-item {
  font-size: 22px;
  margin-bottom: 26px;
  color: #7d4f3f;
}


.c-side-menu-brands-link {
  margin-top: 5px;
  display: block;
  font-size: 16px;
  color: #7d4f3f;
}

body.is-sticky .c-side-menu-brands-wrapper {
  /* position: fixed; */
  top: 60px;
  left: 0;
}


@media screen and (max-width: 800px) {
  .c-brands-index-group {
    row-gap: 14px;
  }

  .c-brands-popular-section-mobile {
    display: block;
  }

  .c-brands-popular-section-desktop {
    display: none;
  }

  .c-brands-popular-item {
    padding: 7px;
  }
}

/***** !SECTION END *****/


/***** SECTION ЛИЧНЫЙ КАБИНЕТ *****/

.c-personal-logout-button {
  display: block;
  width:  165px;
  padding: 7px;
  border: 2px solid gainsboro;
  text-align: center;
  color: #9e9e9e;
  margin-top: 10px;
  margin-left: 34px;
}

.c-lk-order-totals-section {
  display: grid;
  grid-template-areas: 
  "weight button sum";
  grid-template-columns: 1fr 220px 160px;
}

.c-lk-order-weight {
  grid-area: weight;
  text-align: start;
  font-size: 28px;
  line-height: 36px;
}

.c-lk-order-sum {
  grid-area: sum;
  text-align: end;
  font-size: 28px;
  line-height: 36px;
}

.c-lk-order-button {
  grid-area: button;
}



@media screen and (max-width: 1239px) {
  .c-personal-logout-button {
    margin-left: 0px;
  }
}

@media screen and (max-width: 570px) {
  .c-lk-order-totals-section {
    grid-template-areas: 
    "weight button"
    "sum button";
    grid-template-columns: 140px 1fr;
  }
  
  .c-lk-order-weight {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  
  .c-lk-order-sum {
    text-align: start;
    font-size: 26px;
    line-height: 36px;
  }

  .c-lk-order-button {
    text-align: end;
    align-self: center;
  }
}

@media screen and (max-width: 420px) {
  .c-lk-order-totals-section {
    grid-template-columns: 130px 1fr;
  }

  .c-btn.c-lk-order {
    padding: 0 15px;
  }

  .c-lk-order-weight {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  
  .c-lk-order-sum {
    font-size: 24px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 390px) {
  .c-lk-order-totals-section {
    grid-template-areas: 
    "weight sum"
    "button button";
    grid-template-columns: 1fr 1fr;
    row-gap: 17px;
  }

  .c-btn.c-lk-order {
    padding: 0 15px;
    font-size: 18px;
    width: 100%;
  }

  .c-lk-order-weight {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 0px;
  }

  .c-lk-order-sum {
    text-align: end;
    font-size: 24px;
    line-height: 1.2;
  }
}


/***** !SECTION END *****/


/***** SECTION КАРТА САЙТА *****/

.c-site-map .map-level-0 {
  font-size: 18px;
  font-weight: 700;
}

.c-site-map .map-level-0 li {
  margin: 10px 0;
}

.c-site-map .map-level-1 {
  font-size: 16px;
  font-weight: 500;
}

.c-site-map .map-level-2 {
  font-size: 14px;
  font-weight: 400;
}

.c-site-map .map-level-0 li {
  margin: 7px 0;
}


/***** !SECTION END *****/


/***** SECTION СТРЕЛКИ СЛАЙДЕРА *****/

.slick-arrow {
  margin-top: -27px;
  width: 22px;
  height: 28px;
  opacity: 0.5;
}

.slick-arrow:hover {
  opacity: 1;
}

.slick-arrow .b-icon-slider {
  display: block;
  width: 100%;
  height: 100%;
}

.slick-arrow .b-icon-slider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.slick-prev .b-icon-slider:before {
  content: url(/local/templates/soyka/images/arrow-yellow-big.png);
  position: absolute;
  top: -2px;
  left: 0;
}

.slick-next {
  right: -25px;
}

.slick-prev {
  left: -25px;
}

@media only screen and (max-width: 1320px) {

  .slick-prev {
    left: -5px;
  }

  .slick-next {
    right: -5px;
  }
}

@media only screen and (max-width: 1025px) {
  .slick-next {
    display: none;
  }

  .slick-prev {
    display: none;
  }
}

.slick-next .b-icon-slider:before {
  content: url(/local/templates/soyka/images/arrow-yellow-big.png);
  position: absolute;
  top: -2px;
  left: 0;
  transform: rotate(-180deg);
}

/***** !SECTION END *****/

/***** SECTION ПОКАЗАТЬ ПАРОЛЬ *****/

.c-pswd-field {
  position: relative;
}

.c-order-input-field .c-pswd-field {
  width: 320px;
}

.c-toggle-pswd-btn {
  position: absolute;
  top: 7px;
  right: 11px;
  background-color: transparent;
  width: 19px;
  opacity: 0.6;
}

.c-toggle-pswd-btn img {
  width: 100%;
}

/***** !SECTION END *****/


/***** SECTION Jivosite *****/

.__jivoMobileButton {
  left: 10px !important;
  bottom: 100px !important;
  /* display: none !important; */
    /* width: 20px;
    height: 20px; */
  max-width: 65px !important;
} 

.button_c6c6 {
  width: 55px !important;
  height: 55px !important;
  box-shadow: none !important;
}

/* .icons_f9f6 {
  height: 15px !important;
  width: 20px !important;
} */

/***** !SECTION END *****/


/***** SECTION MODAL *****/

.c-modal-background {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
}

.c-modal-background.gray {
  background-color: #242424;
  opacity: .3;
}

body.modal-is-opened {
  overflow-y: hidden;
}

body.compensate-scrollbar {
  padding-right: 17px;
}


/***** !SECTION END *****/


/***** SECTION JS модификаторы *****/
 
[data-hidden],
[data-show='no'],
[data-visible='N'],
.js-hidden {
  display: none !important;
}

.js-invisible {
  visibility: hidden;
}

[data-visible='Y'] {
  display: initial;
}

.js-faded {
  opacity: 0.5;
}

.js-orange-border {
  border: 2px solid #face5e;
}

body.js-waiting * {
  cursor: wait !important;
}

.c-expand-text-button {
  background-color: transparent;
  border: none;
  color: #F8B919;
  text-decoration: underline;
  font-weight: 600;
}


/***** !SECTION END *****/


/***** SECTION ЗАПРЕТ ВЫДЕЛЕНИЯ *****/

.c-order-total-delivery-option,
.c-order-total-payment-option,
.c-order-total-promocode__button,
.c-order-delivery-item,
.c-order-pay-system-item,
.c-order-certificate-item,
.c-order-total-delivery-option a,
.c-order-total-pay-system-option a,
.c-order-discount-item,
.c-order-option,
.c-order-have-acc-btn,
.c-order-create-acc-btn,
.c-order-auth-btns-section button,
.c-basket-item__remove img,
.c-basket-item__restore-btn,
.c-basket-item__restore-btn, 
.c-product-add-to-basket-btn,
.c-product-go-to-basket-btn,
.c-product-plus-to-basket-btn,
.c-product-minus-from-basket-btn,
.c-product-brand-buy-button,
.c-product-out-of-stock__subscribe,
.btn-collapse-expand-text,
.с-product-add-review-btn,
.c-expand-text-button,
.c-catalog-top-sort-btn,
button {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select:  none;
}

/***** !SECTION END *****/


/***** SECTION ЭФФЕКТЫ КНОПОК *****/

@media screen and (min-width: 1024px) {

  .c-catalog-add-to-favorites-btn,
  .c-catalog-top-sort-btn,
  .c-order-confirm-button,
  .c-catalog-list-item__add-to-basket-btn,
  .c-product-slider-item__add-to-basket-btn,
  .c-order-total-promocode__button,
  .c-order-total-delivery-option a,
  .c-order-total-pay-system-option a,
  .c-order-discount-item:hover,
  .c-order-delivery-item:hover,
  .c-order-pay-system-item:hover,
  .c-order-certificate-item:hover,
  .c-expand-text-button {
    cursor: pointer;
  }

  .c-catalog-add-to-favorites-btn:hover,
  .c-order-fivepost-select-pvz:hover,
  .c-brands-item:hover,
  .c-brands-popular-item:hover,
  .c-brands-index-letter:hover,
  .c-catalog-desktop-section__name:hover,
  .c-catalog-desktop-subsection:hover,
  .c-order-have-acc-btn:hover,
  .c-order-create-acc-btn:hover,
  .c-order-auth-btns-section button:hover,
  .c-basket-item__remove img:hover,
  .c-basket-item__restore-btn:hover, 
  .c-product-add-to-basket-btn:hover,
  .c-product-go-to-basket-btn:hover,
  .c-product-plus-to-basket-btn:hover,
  .c-product-minus-from-basket-btn:hover,
  .c-product-brand-buy-button:hover,
  .c-product-out-of-stock__subscribe:hover,
  .btn-collapse-expand-text:hover,
  .с-product-add-review-btn:hover {
      /* filter: brightness(1.03) drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.15)); */
      filter: brightness(1.03);
      transition-duration: 0.1s;
      cursor: pointer;
  }

  .c-order-have-acc-btn:hover,
  .c-order-create-acc-btn:hover,
  .c-order-create-acc-btn__text:hover,
  .c-order-auth-btns-section button:hover,
  .c-basket-item__remove img:hover,
  .c-basket-item__restore-btn:hover, 
  .c-product-add-to-basket-btn:hover,
  .c-product-go-to-basket-btn:hover,
  .c-product-plus-to-basket-btn:hover,
  .c-product-minus-from-basket-btn:hover,
  .c-product-brand-buy-button:hover,
  .c-product-out-of-stock__subscribe:hover,
  .btn-collapse-expand-text:hover,
  .с-product-add-review-btn:hover {
      color: #7d4f3f;
  }

  .c-product-minus-from-basket-btn:hover {
      background: rgb(235, 235, 235);
      cursor: pointer;
  }

  .c-product-brand-buy-button:hover {
      color: rgb(99, 99, 99);
      cursor: pointer;
  }
}


.c-order-have-acc-btn:active,
.c-order-create-acc-btn:active,
.c-order-auth-btns-section button:active,
.c-basket-item__remove img:active,
.c-basket-item__restore-btn:active, 
.c-product-add-to-basket-btn:active,
.c-product-go-to-basket-btn:active,
.c-product-plus-to-basket-btn:active,
.c-product-minus-from-basket-btn:active,
.c-product-brand-buy-button:active,
.c-product-out-of-stock__subscribe:active,
.btn-collapse-expand-text:active .с-product-add-review-btn:active {
  /* filter: brightness(1.05) drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25)); */
  filter: brightness(1.08);
  transition-duration: 0.1s;
}

.c-product-minus-from-basket-btn:active {
  background: rgb(230, 230, 230);
}

.c-product-go-to-basket-btn:active {
  color: white;
}

.c-product-brand-buy-button:active {
  color: rgb(133, 133, 133);
}

/***** !SECTION END *****/




/***** SECTION VENDOR *****/


/***** ANCHOR location *****/

.c-header-select-location {
  display: flex;
  align-items: center;
}

.c-header-select-location .tfl__link-container {
    align-items: center;
}

.c-header-select-location .tfl__link-container::before {
    content: ' ';
    height: 33px;
    width: 33px;
    background-image: url('/local/templates/soyka/img/header/location.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.tfl-define-popup .tfl-define-popup__buttons {
  border-radius: 0 !important;
}

.tfl-popup .tfl-popup__location-link {
  color: #5b3634;
}

.c-header-select-location-mobile {
  z-index: 1;
  display: none;
}

.bx-ui-sls-quick-locations {
  display: none;
}

@media screen and (max-width: 1023px) {
  .c-header-select-location-mobile {
    display: block;
  }
}

.c-header-select-location-mobile a {
  color: white;
}

.c-header-select-location-mobile .tfl__link-container::before {
    content: ' ';
    height: 24px;
    width: 24px;
    background-image: url('/local/templates/soyka/images/location-white2.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 6px;
}
/***** !SECTION END *****/

.c-courier-adress-fields{
   display: flex;
   flex-direction: row;
   width: 100%;
   height: auto;
   gap: 20px;
}

.c-courier-adress-fields .c-order-input-field input {
   width: 100%;
}
.c-courier-adress-fields .c-order-input-field {
   width: 100%;
}

.c-order-input-field {
   display: block;
 }
 
@media only screen and (max-width: 660px) {
    .c-content .c-catalog-tiles {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 450px) {
    .c-content .c-catalog-tiles {
        grid-template-columns: 1fr;
    }
}

.c-order-discount-popup {
  display: none;
  position: absolute;
  padding: 5px 10px;
  background-color: white;
  border-radius: 4px;
  border: 1px solid gainsboro;
  top: 23px;
  font-size: 14px;
  width: 300px;
  max-width: 80vw;
  z-index: 3;
}

.c-order-total-discount .c-text {
  position: relative;
}

.c-order-total-discount.cumulative-discount .c-text {
  text-decoration: underline;
  cursor: pointer;
}

.cumulative-discount .c-text:hover .c-order-discount-popup  {
  display: block;
}