/* ===========================
   Normalize
   =========================== */
@import url(https://fonts.googleapis.com/css?family=Neucha&subset=latin,cyrillic);

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1, .blk-h1 {
  font-size: 2em;
  margin: .67em 0;
}

.fnav+h1, .fnav+.blk-h1 {
  margin-top: 30px;
}



mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

html {
  background: white url(../i/bg.png) repeat 50% 0;
}

body {
  font-family: ClearSans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  color: #372919;
}

a {
  transition: color .2s;
  text-decoration: none;
  color: #0f903d;
}

a:hover {
  color: #cc3d41;
}

p {
  margin: 0 0 1.5em;
}

h1, .blk-h1 {
  font-family: Bardelin, sans-serif;
  font-size: 45px;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 30px;
  text-align: center;
}

#product_object h1 {
  text-align: left;
}

h1 a {
  transition: all .2s;
  text-decoration: none;
  color: #372919;
  border-bottom: 1px solid #978e85;
}

h1 a:hover {
  color: #cc3d41;
  border-bottom-color: #e39b9c;
}

p {
  margin: 0 0 1.5em;
}

/* =======================
   Form
   ======================= */
.btn-xl {
  font-size: 22px;
  font-weight: bold;
  line-height: 55px;
  display: inline-block;
  height: 55px;
  margin: 0;
  padding: 0 28px;
  text-decoration: none;
  color: #592616;
  border: none;
  border-radius: 28px;
  outline: none;
  background: linear-gradient(to bottom, #ffd452, #ffc61a);
  box-shadow: 0 1px 0 rgba(125, 0, 6, 0.5), 0 1px 0 #ffff86 inset, 0 -1px 0 #f89d00 inset;
}

.btn-xl:hover {
  color: #592616;
  background: linear-gradient(to bottom, #ffc63b, #ffb412);
  box-shadow: 0 1px 0 rgba(125, 0, 6, 0.5), 0 1px 0 #ffff6a inset, 0 -1px 0 #f68200 inset;
}

.btn-xl:active {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  color: #592616;
  background: linear-gradient(to top, #ffc63b, #ffb412);
  box-shadow: 0 -1px 0 rgba(125, 0, 6, 0.5), 0 -1px 0 #ffff6a inset, 0 1px 0 #f68200 inset;
}

.btn-xl .icon {
  margin-right: .1em;
  color: #fff4d4;
  text-shadow: 0 1px 0 #e69a13;
}

.btn-large {
  font-size: 16px;
  font-weight: bold;
  line-height: 44px;
  display: inline-block;
  height: 44px;
  margin: 0;
  /*padding: 0 20px;*/
  padding: 0 70px;
  text-decoration: none;
  color: #592616;
  border: none;
  /* border-radius: 22px;*/
  border-radius: 8px;
  outline: none;
  background: linear-gradient(to bottom, #ffd452, #ffc518);
  box-shadow: 0 1px 0 #e79b14;
}

@media (min-width:100px) and (max-width:319px) {
  .btn-large {
    padding: 0 20px;
  }

  .product__footer .product__btn {
    width: 140px;
  }
}

.btn-large:hover {
  color: #592616;
  background: linear-gradient(to bottom, #ffc63b, #ffb412);
  box-shadow: 0 1px 0 #e79b13;
}

.btn-large:active {
  color: #592616;
  background: linear-gradient(to top, #ffc63b, #ffb412);
  box-shadow: 0 1px 0 #e79b13 inset;
}

.btn-large .icon {
  margin-right: .1em;
  color: #fff4d4;
  text-shadow: 0 1px 0 #e69a13;
}

.btn-large.product__btn_active {
  cursor: default;
  color: white;
  background: #d6d1cb;
  box-shadow: 0 1px 0 #b3ada6 inset;
}

.btn-large.product__btn_active .icon {
  color: white;
  text-shadow: none;
}

.btn-alt {
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  display: inline-block;
  height: 32px;
  padding: 0 16px;
  text-decoration: none;
  color: white;
  border-radius: 16px;
  background: linear-gradient(to bottom, #24a94e, #1c8d3f);
  box-shadow: 0 -1px 0 #1f8039 inset;
}

.btn-alt:hover {
  color: white;
  background: linear-gradient(to bottom, #0da03c, #04812b);
  box-shadow: 0 -1px 0 #097325 inset;
}

.btn-alt:active {
  color: white;
  background: linear-gradient(to bottom, #04812b, #0da03c);
  box-shadow: 0 1px 0 #097325 inset;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='url'],
input[type='tel'],
textarea {
  font-size: 16px;
  line-height: 1.25;
  display: block;
  width: 100%;
  height: 40px;
  padding: 9px;
  text-align: center;
  color: #333;
  border: 1px solid #c6bdb0;
  /*border-radius: 20px;*/
  border-radius: 0px;
  outline: none;
  background: white;
}

.form_radio {

}
.form_radio input[type=radio] {
	display: none;
}
div.form_radio label {
	  display: inline-block;
    cursor: pointer;
    position: relative;
    margin-right: 0;
    line-height: 18px;
    user-select: none;
    width: 15px;
    height: 15px;

}
.form_radio span {

    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 2px #cc3d41;
	
}
 
/* Checked */
.form_radio input[type=radio]:checked ~ span {
    background: #cc3d41;
    box-shadow: 0px 0px 0px 2px #fff, px 0px 0px 2px #cc3d41;
}
 
/* Hover */
.form_radio label:hover:before {
	filter: brightness(120%);
}
 
/* Disabled */
.form_radio input[type=radio]:disabled + label:before {
	filter: grayscale(100%);
}

input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #808080;
}

input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
textarea::-moz-placeholder {
  color: #808080;
}

input[type='text']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #808080;
}

input[type='text']::placeholder,
input[type='email']::placeholder,
input[type='password']::placeholder,
input[type='url']::placeholder,
input[type='tel']::placeholder,
textarea::placeholder {
  color: #808080;
}

input[type='text'].error,
input[type='email'].error,
input[type='password'].error,
input[type='url'].error,
input[type='tel'].error,
textarea.error {
  color: #cc3d41;
  border-color: #cc3d41;
}

textarea {
  height: auto;
  resize: none;
}

.ui-spinner {
  position: relative;
  display: block;
  /*width: 167px;*/
  width: 100%;
  max-width: 127px;
  margin: 0 auto;
  /*padding: 0 46px;*/
  padding: 0 40px;
}

.ui-spinner-button {
  font-size: 24px;
  line-height: 40px;
  position: absolute;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  color: #ada18f;
  /*border-radius: 50%;*/
  border-radius: 0 8% 8% 0;
  background: linear-gradient(#f3ebde, #d2c4b0);
}

.ui-spinner-button+.ui-spinner-button {
  border-radius: 8% 0 0 8%;
}

.ui-spinner-button:hover {
  color: #ada18f;
  background: linear-gradient(#f8f3eb, #e3d9ca);
}

.ui-spinner-button:active {
  background: linear-gradient(#e3d9ca, #f8f3eb);
}

.ui-spinner-down {
  left: 0;
}

.ui-spinner-up {
  right: 0;
}

.form {
  font-size: 13px;
  margin-bottom: 20px;
  text-align: center;
}

.form>*:last-child {
  margin-bottom: 0;
}

.form.form-order {
  width: 100%;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}

.form__group {
  font-size: 14px;
  margin-bottom: 20px;
}

.form__label {
  font-weight: bold;
  margin-bottom: 5px;
}

.form__footer {
  font-size: 16px;
}

.form__footer>* {
  margin: 0 10px;
}

/* =======================
   Fonts
   ======================= */
@import url('https://fonts.googleapis.com/css?family=Neucha');

@font-face {
  font-family: iconfont;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/iconfont.eot");
  src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg");
}

@font-face {
  font-family: ClearSans;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/ClearSans-Regular.eot");
  src: url("../fonts/ClearSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSans-Regular.woff") format("woff"), url("../fonts/ClearSans-Regular.ttf") format("truetype"), url("../fonts/ClearSans-Regular.svg#ClearSans") format("svg");
}

@font-face {
  font-family: ClearSans;
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/ClearSans-Italic.eot");
  src: url("../fonts/ClearSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSans-Italic.woff") format("woff"), url("../fonts/ClearSans-Italic.ttf") format("truetype"), url("../fonts/ClearSans-Italic.svg#ClearSans") format("svg");
}

@font-face {
  font-family: ClearSans;
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/ClearSans-Thin.eot");
  src: url("../fonts/ClearSans-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSans-Thin.woff") format("woff"), url("../fonts/ClearSans-Thin.ttf") format("truetype"), url("../fonts/ClearSans-Thin.svg#ClearSans") format("svg");
}

@font-face {
  font-family: ClearSans;
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/ClearSans-Light.eot");
  src: url("../fonts/ClearSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSans-Light.woff") format("woff"), url("../fonts/ClearSans-Light.ttf") format("truetype"), url("../fonts/ClearSans-Light.svg#ClearSans") format("svg");
}

@font-face {
  font-family: ClearSans;
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/ClearSans-Medium.eot");
  src: url("../fonts/ClearSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSans-Medium.woff") format("woff"), url("../fonts/ClearSans-Medium.ttf") format("truetype"), url("../fonts/ClearSans-Medium.svg#ClearSans") format("svg");
}

@font-face {
  font-family: ClearSans;
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/ClearSans-MediumItalic.eot");
  src: url("../fonts/ClearSans-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSans-MediumItalic.woff") format("woff"), url("../fonts/ClearSans-MediumItalic.ttf") format("truetype"), url("../fonts/ClearSans-MediumItalic.svg#ClearSans") format("svg");
}

@font-face {
  font-family: ClearSans;
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/ClearSans-Bold.eot");
  src: url("../fonts/ClearSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSans-Bold.woff") format("woff"), url("../fonts/ClearSans-Bold.ttf") format("truetype"), url("../fonts/ClearSans-Bold.svg#ClearSans") format("svg");
}

@font-face {
  font-family: ClearSans;
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/ClearSans-BoldItalic.eot");
  src: url("../fonts/ClearSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSans-BoldItalic.woff") format("woff"), url("../fonts/ClearSans-BoldItalic.ttf") format("truetype"), url("../fonts/ClearSans-BoldItalic.svg#ClearSans") format("svg");
}

@font-face {
  font-family: Bardelin;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/bardelin.eot");
  src: url("../fonts/bardelin.eot?#iefix") format("embedded-opentype"), url("../fonts/bardelin.woff") format("woff"), url("../fonts/bardelin.ttf") format("truetype"), url("../fonts/bardelin.svg#Bardelin") format("svg");
}

.icon {
  font-family: iconfont;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.icon-plus:before {
  content: '\e90b';
}

.icon-minus:before {
  content: '\e90a';
}

.icon-vpn_key:before {
  content: '\e901';
}

.icon-cross:before {
  content: '\e90c';
}

.icon-bin:before {
  content: '\e909';
}

.icon-cart:before {
  content: '\e900';
}

.icon-sign-out:before {
  content: '\e90f';
}

.icon-lock:before {
  content: '\e90e';
}

.icon-edit:before {
  content: '\e90d';
}

.icon-envelope:before {
  content: '\e908';
}

.icon-building:before {
  content: '\e907';
}

.icon-instagram:before {
  content: '\e906';
}

.icon-vk:before {
  content: '\e904';
}

.icon-tg {
  background-image: url('/images/telegr.png');
  background-repeat: no-repeat;
	background-size: contain;	
	opacity: 0.7;
}

.icon-tg:hover {
	opacity: 1;
}


.icon-facebook:before {
  content: '\e905';
}

.icon-search-plus:before {
  content: '\e902';
}

.icon-search:before {
  content: '\e903';
}

.icon-cabinet:before {
  content: '\e90e';
}

.icon-odnoklassniki:before {
  content: '\f263';
}

/* =======================
   Layout
   ======================= */
.container,
.container-narrow {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1300px) {

  .container,
  .container-narrow {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1299px) {

  .container,
  .container-narrow {
    padding-right: 30px;
    padding-left: 30px;
  }
}

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

  .container,
  .container-narrow {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.container-narrow {
  max-width: 1140px;
}

/* ==|====================
   Modules/Swiper
   ======================= */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition-property: -webkit-transform;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}

/* Cube */
.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ==|====================
   Modules/Header
   ======================= */
.header {
  position: relative;
  padding: 26px 0;
}

.header:before,
.header:after {
  position: absolute;
  bottom: 0;
  display: block;
  height: 5px;
  content: '';
  background: url(../i/wave.png) repeat-x;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min--moz-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 1.3 / 1),
only screen and (min-resolution: 125dpi),
only screen and (min-resolution: 1.3dppx) {

  .header:before,
  .header:after {
    background-image: url(../i/wave@2x.png);
    background-size: 8px 5px;
  }
}

.header:before {
  left: 0;
  width: calc(50% - 100px);
}

@media screen and (min-width: 1350px) {
  .header:before {
    width: calc(50% - 100px);
  }
}

@media screen and (max-width: 1349px) {
  .header:before {
    width: 100%;
  }
}

.header:after {
  right: 0;
  width: calc(50% - 100px);
}

@media screen and (max-width: 1349px) {
  .header:after {
    display: none;
  }
}

.header__inner {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1300px) {
  .header__inner {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
  .header__inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .header__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 1350px) {
  .header__inner {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) and (max-width: 1349px) {
  .header__inner {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .header__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.header__logo-wrapper {
  position: relative;
  width: 186px;
  height: 146px;
}

.ny-theme .header__logo-wrapper {
  height: 209px;
}

.header__logo {
  overflow: hidden;
  display: block;
  width: 186px;
  height: 146px;
  background: url(../i/logo.png) no-repeat;
  cursor: pointer;
}

.header__logo:before {
  display: block;
  width: 0;
  height: 100%;
  content: '';
}

.ny-theme .header__logo-wrapper:after {
  content: '';
  position: absolute;
  left: -23px;
  bottom: 0;
  width: 233px;
  height: 62px;
  background: url('../i/ny-logo-dec.png') center center no-repeat;
  z-index: 1;
}

@media screen and (min-width: 1350px) {
  .header__logo-wrapper {
    margin: -70px 0 -28px;
  }

  .ny-theme .header__logo-wrapper {
    margin-bottom: -34px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1349px) {
  .header__logo-wrapper {
    margin: -10px 0;
  }
}

@media screen and (min-width: 768px) {
  .header__logo-wrapper {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .header__logo-wrapper {
    margin: -10px auto 10px;
  }
}

@media screen and (min-width: 1520px) {
  .header__tel {
    width: calc(50% - 180px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1519px) {
  .header__tel {
    width: calc(50% - 123px);
  }
}

@media screen and (min-width: 768px) {
  .header__tel {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media screen and (max-width: 767px) {
  .header__tel {
    margin-bottom: 10px;
  }
}

.header__info {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (min-width: 1520px) {
  .header__info {
    width: calc(50% - 180px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1519px) {
  .header__info {
    width: calc(50% - 123px);
  }
}

@media screen and (min-width: 1350px) {
  .header__info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__info-col {
  font-size: 14px;
}

@media screen and (min-width: 1350px) {
  .header__info-col {
    margin-right: 50px;
  }

  .header__info-col:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .header__info-col {
    margin-bottom: 10px;
    text-align: center;
  }

  .header__info-col:last-child {
    margin-bottom: 0;
  }
}

.header__info-caption {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .header__info-caption {
    display: inline;
  }

  .header__info-caption:after {
    content: '\003A';
  }
}

.header__info-value {
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .header__info-value {
    display: inline;
  }
}

/* ==|====================
   Modules/Topline
   ======================= */
.topline {
  position: relative;
  padding: 9px 0;
  background: #fad998 url(../i/topline.png) repeat 50% 0;
  box-shadow: 0 1px 3px #c99861;
}

@media screen and (min-width: 768px) {
  .ny-theme .topline {
    padding-top: 106px;
    background-image: url('../i/ny-header.png'), url('../i/topline.png');
    background-repeat: no-repeat, repeat;
    background-position: 50% 0;
  }

  .ny-theme .topline:before {
    display: none;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min--moz-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 1.3 / 1),
only screen and (min-resolution: 125dpi),
only screen and (min-resolution: 1.3dppx) {
  .topline {
    background-image: url(../i/topline@2x.png);
    background-size: 103px 1px;
  }

  @media screen and (min-width: 768px) {
    .ny-theme .topline {
      background-image: url('../i/ny-header.png'), url('../i/topline@2x.png');
      background-size: 1430px 114px, 103px 1px;
    }
  }
}

.topline:before,
.topline:after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
}

.topline:before {
  top: 2px;
  background: #d99e5e;
}

.topline:after {
  bottom: 2px;
  background: #ffeccd;
}

.topline__inner {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1300px) {
  .topline__inner {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
  .topline__inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .topline__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .topline__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1520px) {
  .topline__box {
    width: calc(50% - 180px);
  }
}

@media screen and (min-width: 1350px) and (max-width: 1519px) {
  .topline__box {
    width: calc(50% - 123px);
  }
}

@media screen and (min-width: 1200px) and (max-width: 1349px) {
  .topline__box {
    width: calc(50% - 20px);
  }
}

@media screen and (min-width: 1200px) {
  .topline__box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1199px) {
  .topline__box {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .topline__box:first-child {
    width: 61%;
  }

  .topline__box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/* ==|====================
   Modules/Topline nav
   ======================= */
.tnav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (min-width: 900px) {
  .tnav {
    max-width: 653px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 899px) {
  .tnav {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.tnav__item {
  font-weight: 500;
  line-height: 32px;
}

@media screen and (min-width: 480px) {
  .tnav__item {
    font-size: 16px;
    font-weight: 500;
  }
}

@media screen and (max-width: 479px) {
  .tnav__item {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
	width: 25%;
  }
}

.tnav__link {
  position: relative;
  display: block;
  transition: color .2s;
  text-decoration: none;
  color: #592616;
}

@media screen and (min-width: 480px) {
  .tnav__link {
    padding-left: 40px;
  }

  .tnav__link:before,
  .tnav__link:after {
    left: 0;
  }
}

@media screen and (max-width: 479px) {
  .tnav__link {
    padding-top: 32px;
  }

  .tnav__link:before,
  .tnav__link:after {
    left: 50%;
    margin-left: -16px;
  }
}

.tnav__link:before,
.tnav__link:after {
  position: absolute;
  top: 0;
  display: block;
  width: 32px;
  height: 32px;
  content: '';
  transition: opacity .2s;
  background-image: url(../i/tnav.png);
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min--moz-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 1.3 / 1),
only screen and (min-resolution: 125dpi),
only screen and (min-resolution: 1.3dppx) {

  .tnav__link:before,
  .tnav__link:after {
    background-image: url(../i/tnav@2x.png);
    background-size: 64px 96px;
  }
}

.tnav__link:after {
  opacity: 0;
}

.no-touchevents .tnav__link:hover {
  color: #cc3d41;
}

.no-touchevents .tnav__link:hover:before {
  opacity: 0;
}

.no-touchevents .tnav__link:hover:after {
  opacity: 1;
}

.tnav__link-about:before {
  background-position: 0 0;
}

.tnav__link-about:after {
  background-position: -32px 0;
}

.tnav__link-discount:before {
  background-position: 0 -34px;
}

.tnav__link-discount:after {
  background-position: -32px -34px;
}

.tnav__link-contacts:before {
  background-position: 0 -64px;
}

.tnav__link-contacts:after {
  background-position: -32px -64px;
}

.tnav__link-reviews:before {
  background-position: 0 -93px;
}

.tnav__link-reviews:after {
  background-position: -30px -93px;
}

/* ==|====================
   Modules/Auth
   ======================= */
.auth {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .auth {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
}

.auth__link {
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
  color: #592616;
}

.no-touchevents .auth__link:hover {
  color: #cc3d41;
}

/* ==|====================
   Modules/Search
   ======================= */
.search {
  position: relative;
}

@media screen and (min-width: 768px) {
  .search {
    width: 230px;
  }
}

@media screen and (max-width: 767px) {
  .search {
    width: 100%;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
}

input.search__input {
  font-size: 14px;
  line-height: 1.25;
  height: 32px;
  padding: 7px 16px 8px;
  text-align: left;
  border: 0;
  border-top: 1px solid #d99f60;
  border-radius: 16px;
}

input.search__input::-webkit-input-placeholder {
  color: #808080;
}

input.search__input::-moz-placeholder {
  color: #808080;
}

input.search__input:-ms-input-placeholder {
  color: #808080;
}

input.search__input::placeholder {
  color: #808080;
}

.search__btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 0 16px 16px 0;
  background: none;
}

.search__btn .icon {
  font-size: 18px;
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  transition: color .2s;
  color: #ff9e0d;
}

.no-touchevents .search__btn:hover .icon {
  color: #cc3d41;
}

/* ==|====================
   Modules/Telephones
   ======================= */
.tels {
  /*  font-size: 20px; */
  font-size: 17px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 10px;
  text-align: center;
  border-radius: 24px;
  background: #f1eeeb;
  box-shadow: 0 1px 0 #dcd6ce inset;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.2;
}

.tels__item {
  font-weight: 300;
  padding: 0 10px;
  color: #cc3d41;
}

.tels__number {
  font-weight: 500;
}

/* ==|====================
   Modules/Nav
   ======================= */
.nav {
  font-family: Bardelin, sans-serif;
  background: url(../i/wave.png) repeat-x 50% 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min--moz-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 1.3 / 1),
only screen and (min-resolution: 125dpi),
only screen and (min-resolution: 1.3dppx) {
  .nav {
    background-image: url(../i/wave@2x.png);
    background-size: 8px 5px;
  }
}

@media screen and (min-width: 1350px) {
  .nav {
    padding: 30px 0 35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1349px) {
  .nav {
    padding: 20px 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    padding: 10px 0 15px;
  }
}

.nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1300px) {
  .nav__list {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
  .nav__list {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .nav__list {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 480px) {
  .nav__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.nav__item {
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .nav__item {
    font-size: 22px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .nav__item {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .nav__item {
    font-size: 18px;
    text-align: center;
  }
}

.nav__item_active {
  color: #cc3d41;
}

.nav__item_active a {
  color: #cc3d41;
}

.nav__separator {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c4baac;
  box-shadow: 0 1px 0 #a59a8b inset;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .nav__separator {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .nav__separator {
    margin: 5px auto 0;
  }
}

.nav__link {
  transition: all .2s;
  text-decoration: none;
  color: #372919;
  border-bottom: 1px solid #978e85;
}

.no-touchevents .nav__link:hover {
  color: #cc3d41;
  border-bottom-color: #e39b9c;
}

/* ==|====================
   Modules/Promo
   ======================= */
.promo {
  position: relative;
  margin: -5px 0 30px;
  background: #cc3d41 url(../i/promo.png) no-repeat 50% 50%;
  background-size: cover;
}

.promo__slider {
  background: repeating-linear-gradient(to left, transparent, transparent 5px, rgba(255, 118, 125, 0.1) 5px, rgba(255, 118, 125, 0.1) 8px);
}

.promo__slider:before,
.promo__slider:after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background: url(../i/promo-dot.png) repeat-x 50% 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min--moz-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 1.3 / 1),
only screen and (min-resolution: 125dpi),
only screen and (min-resolution: 1.3dppx) {

  .promo__slider:before,
  .promo__slider:after {
    background-image: url(../i/promo-dot@2x.png);
    background-size: 3px 2px;
  }
}

.promo__slider:before {
  top: 6px;
}

.promo__slider:after {
  bottom: 6px;
}

.promo__slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.promo__content {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  color: white;
}

.promo__content-link
{
	display: flex;
	color: white;
	text-decoration: none;
	border: none;
}

.promo__content-link:hover
{
	color: white;
	text-decoration: none;
	border: none;
}

@media screen and (min-width: 768px) {
  .promo__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .promo__content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .promo__content {
    padding-bottom: 45px;
  }
}

@media screen and (min-width: 768px) {
  .promo__pic {
    width: 42%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .promo__pic {
    max-width: 290px;
    margin: 20px auto;
  }
}

.promo__pic img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .promo__body {
    width: 58%;
    padding: 30px 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media screen and (max-width: 767px) {
  .promo__body {
    text-align: center;
  }
}

.promo__caption {
  font-family: "Neucha", cursive;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .promo__caption {
    font-size: 64px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .promo__caption {
    font-size: 44px;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .promo__caption {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .promo__caption {
    font-size: 12px;
  }
}

.promo__info {
  font-weight: 100;
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .promo__info {
    font-size: 20px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .promo__info {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .promo__info {
    font-size: 16px;
  }
}

.promo__footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .promo__footer {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.promo__price {
  font-family: "Neucha", cursive;
  font-size: 24px;
  line-height: 1;
  margin-right: 50px;
  color: #ffce3a;
}

.promo__price-value {
  font-size: 48px;
}

.promo__pagination {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 25px;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.promo__bullet {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  cursor: pointer;
  transition: border-color .2s;
  border: 3px solid #592616;
  border-radius: 2px;
}

.no-touchevents .promo__bullet:hover {
  border-color: #fed152;
}

.promo__bullet_active {
  cursor: default;
  border-color: #fed152;
}

/* ==|====================
   Modules/Crumbs
   ======================= */
.crumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 1300px) {
  .crumbs {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
  .crumbs {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .crumbs {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.crumbs:after {
  display: table;
  clear: both;
  content: '';
}

.crumbs__item {
  float: left;
}

.crumbs__item:after {
  margin: 0 .5em;
  content: '\2013';
  color: #cc3d41;
}

.crumbs__item:last-child:after {
  display: none;
}

.crumbs__link {
  color: #372919;
}

.no-touchevents .crumbs__link:hover {
  color: #cc3d41;
}

/* ==|====================
   Modules/Content
   ======================= */
.content {
  max-width: 1140px;
  margin: 30px auto;
}

@media screen and (min-width: 768px) {
  .content {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* ==|====================
   Modules/Order
   ======================= */
.order {
  margin-bottom: 30px;
}

.order>*:last-child {
  margin-bottom: 0;
}

.popup .order {
  margin-right: -25px;
  margin-left: -25px;
}

.order__body-holder {
  margin-bottom: 20px;
  border-radius: 10px;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.order__body {
  width: 100%;
  border-top: 1px solid #e9e5e0;
}

.order__body-holder .order__body {
  border-top: none;
}

.order__body thead {
  border-bottom: 1px solid #e9e5e0;
}

@media screen and (max-width: 899px) {
  .order__body thead {
    display: none;
  }
}

.order__body tr {
  border-bottom: 1px solid #e9e5e0;
}

@media screen and (max-width: 899px) {
  .order__body tr {
    display: block;
    padding: 15px 0;
  }

  .order__body tr:after {
    display: table;
    clear: both;
    content: '';
  }
}

.order__body tr:last-child {
  border-bottom: 0;
}

.order__body th {
  font-weight: 14;
  font-weight: bold;
  padding: 15px 10px;
  text-align: left;
  white-space: nowrap;
}

@media screen and (max-width: 899px) {
  .order__body th {
    display: none;
  }
}

.order__body th:first-child {
  padding-left: 20px;
}

.order__body th:last-child {
  padding-right: 20px;
}

@media screen and (min-width: 900px) {
  .order__body td {
    padding: 15px 10px;
  }

  .order__body td:first-child {
    padding-left: 20px;
  }

  .order__body td:last-child {
    padding-right: 20px;
  }

  .order__body td.order__pic-cell {
    width: 130px;
  }
}

@media screen and (max-width: 899px) {
  .order__body td {
    display: block;
    margin-bottom: 15px;
  }

  .order__body td:after {
    display: table;
    clear: both;
    content: '';
  }

  .order__body td.order__pic-cell {
    float: left;
    padding: 0 15px;
  }

  .order__body td.order__info-cell:after {
    display: table;
    clear: both;
    content: '';
  }

  .order__body td.order__price-cell,
  .order__body td.order__count-cell,
  .order__body td.order__delete-cell {
    float: left;
    padding: 0 15px;
  }

  .order__body td.order__price-cell:before,
  .order__body td.order__count-cell:before,
  .order__body td.order__delete-cell:before {
    font-weight: 500;
    display: block;
    margin-bottom: .25em;
    content: attr(title);
  }
}

.order__pic {
  display: block;
  /* max-width: 100%; */
  height: auto;
  max-width: 300px;
}

.order__caption {
  font-size: 20px;
  margin-bottom: .25em;
}

.order__info {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 300;
}

.order__info b {
  font-weight: 500;
}

.order__price {
  font-size: 22px;
  font-weight: 500;
  white-space: nowrap;
  color: #cc3d41;
}

.order__price-value {
  font-size: 28px;
  line-height: 40px;
}

.order__count {
  font-size: 28px;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
}

.order__delete {
  line-height: 38px;
  display: block;
  width: 40px;
  height: 40px;
  transition: all .2s;
  text-align: center;
  color: #ada18f;
  border: 1px solid #c4baac;
  border-radius: 50%;
  background: white;
}

.no-touchevents .order__delete:hover {
  color: white;
  border-color: #c4baac;
  background: #c4baac;
}

.order__delete:active {
  color: white;
  border-color: #d7cdbf;
  background: #d7cdbf;
}

.order__footer {
  padding: 20px;
  color: white;
  border-radius: 10px;
  background-color: #cc3d41;
  background-image: repeating-linear-gradient(to left, transparent, transparent 5px, rgba(255, 118, 125, 0.1) 5px, rgba(255, 118, 125, 0.1) 8px), url(../i/order-footer.png);
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 900px) {
  .order__footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 639px) {
  .order__footer {
    text-align: center;
  }
}

.popup .order__footer,
.history .order__footer {
  border-radius: 0;
}

@media screen and (min-width: 900px) {

  .popup .order__footer,
  .history .order__footer {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.order__footer .icon {
  margin-right: .25em;
}

.order__back {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  color: #ffc928;
}

@media screen and (max-width: 899px) {
  .order__back {
    margin-bottom: 15px;
  }
}

.no-touchevents .order__back:hover {
  color: white;
}

@media screen and (min-width: 640px) {
  .order__overall {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 640px) and (max-width: 899px) {
  .order__overall {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.order__overall>*:last-child {
  margin-right: 0;
}

.order__amount {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (min-width: 640px) {
  .order__amount {
    margin-right: 40px;
  }
}

@media screen and (max-width: 639px) {
  .order__amount {
    margin-bottom: 15px;
  }
}

.order__amount-value {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

/* ==|====================
   Modules/Cabinet
   ======================= */
.cabinet {
  padding: 20px;
  border-radius: 10px;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 768px) {
  .cabinet {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .userdata {
    margin-bottom: 20px;
  }
}

.userdata th {
  font-weight: 500;
  padding: 0 20px 10px 0;
  text-align: left;
  vertical-align: top;
}

.userdata td {
  font-weight: 300;
  padding: 0 0 10px;
  vertical-align: top;
}

.userdata tr:last-child td,
.userdata tr:last-child th {
  padding-bottom: 0;
}

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

.cabinet__actions>*:last-child {
  margin-bottom: 0;
}

.cabinet__actions li {
  margin-bottom: 10px;
}

.cabinet__action {
  display: inline-block;
  padding-left: 24px;
}

.cabinet__action .icon {
  display: block;
  float: left;
  width: 16px;
  margin: 4px 0 0 -24px;
  transition: all .2s;
  text-align: center;
  color: #ada18f;
}

.no-touchevents .cabinet__action:hover {
  color: #cc3d41;
}

.no-touchevents .cabinet__action:hover .icon {
  color: #cc3d41;
}

/* ==|====================
   Modules/History
   ======================= */
.history>*:last-child {
  margin-bottom: 0;
}

.history__item {
  margin-bottom: 20px;
  border-radius: 10px;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.history__item-header {
  position: relative;
  padding: 15px 40px 15px 20px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .history__item-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.history__item-header:after {
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #0f903d;
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  content: '';
  transition: all .2s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.history__item_active .history__item-header:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.history__item-header b {
  font-weight: 500;
}

.history__num {
  margin-right: 30px;
  color: #0f903d;
}

.history__date {
  margin-right: 30px;
}

.history__amount {
  margin-right: 30px;
}

.history__item-body {
  display: none;
  padding-bottom: 20px;
}

.history__item-body>*:last-child {
  margin-bottom: 0;
}

/* ==|====================
   Modules/Products
   ======================= */
.products {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1300px) {
  .products {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
  .products {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .products {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.products-list,
.products-slider {
  margin: -30px -15px 0 !important;
  padding: 2px 0 4px;
}

.products-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.products__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 30px;
  padding: 0 15px;
}

.products__item .product_outter{
	display: flex;
flex-direction: column;
flex: 1 1 auto;
}

.products__item:hover .product_outter{
	box-shadow: 0px 2px 8px 8px #eee;
} 



@media screen and (min-width: 1670px) {
  .products__item {
    width: 20%;
  }
}

@media screen and (min-width: 1350px) and (max-width: 1669px) {
  .products__item {
    width: 33.33%;
  }
}


@media screen and (min-width: 990px) and (max-width: 1349px) {
  .products__item {
    width: 33.33%;
  }
}

@media screen and (min-width: 670px) and (max-width: 989px) {
  .products__item {
    width: 50%;
  }
}

@media screen and (max-width: 679px) {
  .products__item {
    width: 100%;
  }
}

.products__pagination {
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 1670px) {
  .products__pagination {
    display: none;
  }
}

.accii-container .products__pagination {
	display: block !important;
}


.products__bullet {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  cursor: pointer;
  transition: border-color .2s;
  border: 3px solid #592616;
  border-radius: 2px;
}

.no-touchevents .products__bullet:hover {
  border-color: #fed152;
}

.products__bullet_active {
  cursor: default;
  border-color: #fed152;
}

/* ==|====================
   Modules/Product
   ======================= */
.product {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border-radius: 8px;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product__zoom {
  position: relative;
  display: block;
  padding: 25px;
  outline: none;
}

.product__zoom:before {
  font-family: iconfont;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  content: '\e902';
  transition: all .2s;
  opacity: .2;
  color: #592616;
}

.product__zoom.product__zoom-spicy_dish:before, .s__product__pic.product__zoom-spicy_dish:before {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 48px;
  height: 48px;
  content: '';
  opacity: 1;
  background-image: url('/images/icons/red-hot-pepper-preview.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.inner.inner__spicy-dish .item__spicy-dish{
  position: absolute;
  top: 0;
  right: -15px;
  width: 72px;
  height: 72px;
  display: inline-block;
  background-image: url('/images/icons/red-hot-pepper-preview.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.no-touchevents .product__zoom:hover:before {
  opacity: 1;
}

.product__zoom img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.product__discount {
  width: 50px;
  height: 50px;
  background: url('/images/znaak2.png');
  background-size: contain;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: white;
  font-weight: bold;

  position: absolute;
  top: 42px;
  right: 4px;
}

.product__discount.object {
  top: 8px;
  right: 8px;
  width: 80px;
  height: 80px;
  font-size: 24px;
  line-height: 77px;
  font-weight: normal;
}

#product .product__discount {
  top: 20px;
  right: 12px;
  width: 80px;
  height: 80px;
  font-size: 24px;
  line-height: 77px;
  font-weight: normal;
}

.product__pic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px 10px 0 0;
}

.product__caption {
  font-size: 20px;
  margin: 0 25px 10px;
}

.product__info {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 300px;
  font-size: 14px;
  margin: 0 25px;
}

.product__cats{
  padding: 0 25px;
}

.product__info-label {
  font-weight: 500;
}

.product__footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding: 20px 20px;
  border-top: 1px dotted #b7ab9a;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product__price {
  font-size: 22px;
  font-weight: 500;
  /*line-height: 1;*/
  color: #cc3d41;
}

.product__price-value {
  font-size: 28px;
}

#product .product_body {
  position: relative;
}
#product .product__footer {
    
}


@media (min-width:100px) and (max-width:334px) {
  .product__price-value {
    font-size: 24px;
  }
}

/* ==|====================
   Modules/Tags
   ======================= */
.tags {
  position: absolute;
  top: 12px;
  left: 0;
}

.tags__action {
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  padding: 0 12px;
  color: white;
  border-radius: 0 5px 5px 0;
  background: linear-gradient(to right, #9c282a, #cc3d41 7px);
}

/* ==|====================
   Modules/Textbox
   ======================= */
.textbox {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  font-weight: 300;
  max-width: 1530px;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1300px) {
  .textbox {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
  .textbox {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .textbox {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.textbox>*:last-child {
  margin-bottom: 0;
}

.textbox p {
  margin: 0 20px;
  padding-top: 10px;
  text-align: justify;
}


/* ==|====================
   Modules/Item
   ======================= */
@media screen and (min-width: 1160px) {
  .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1159px) {
  .item {
    max-width: 710px;
    margin: 0 auto;
  }
}

.item__pic-holder {
  position: relative;
}

@media screen and (min-width: 1160px) {
  .item__pic-holder {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 1159px) {
  .item__pic-holder {
    margin-bottom: 30px;
  }
}

.item__pic {
  display: block;
}

.item__pic img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.item__pic-link .inner {
  position: relative;
  display: inline-block;
}

.item__pic-link {
  position: relative;
  display: block;
}

.item__info {
  padding-bottom: 20px;
  border-bottom: 1px dotted #b7ab9a;
}

@media screen and (min-width: 1160px) {
  .item__info {
    width: calc(50% - 15px);
  }
}

@media screen and (min-width: 640px) {
  .item__info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.item__order {
  font-size: 16px;
  padding: 20px;
  text-align: center;
  color: white;
  border-radius: 10px;
  background-color: #cc3d41;
  background-image: repeating-linear-gradient(to left, transparent, transparent 5px, rgba(255, 118, 125, 0.1) 5px, rgba(255, 118, 125, 0.1) 8px), url(../i/order-footer.png);
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (min-width: 640px) {
  .item__order {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 639px) {
  .item__order {
    margin-bottom: 30px;
  }
}

.item__order-separator {
  display: block;
  height: 2px;
  margin: 1em -20px;
  padding: 0;
  border: none;
  background: url(../i/promo-dot.png) repeat-x 50% 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min--moz-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 1.3 / 1),
only screen and (min-resolution: 125dpi),
only screen and (min-resolution: 1.3dppx) {
  .item__order-separator {
    background-image: url(../i/promo-dot@2x.png);
    background-size: 3px 2px;
  }
}

.item__order-label {
  font-weight: 500;
  margin-bottom: .5em;
}

.item__price {
  line-height: 1;
  margin: 0 -5px;
}

.item__price-old {
  font-size: 22px;
  font-weight: 500;
  margin: 0 5px;
  text-decoration: line-through;
  /*color: #ffc928;*/
  color: black;
}

.item__price-current {
  font-size: 32px;
  font-weight: 500;
}

.item__price-current-value {
  font-size: 40px;
}

.item__order-footer {
  margin-top: 1em;
}

.item__description {
  font-size: 16px;
  font-weight: 300;
}

@media screen and (min-width: 640px) {
  .item__description {
    width: calc(50% - 15px);
  }
}

.item__description p {
  margin-bottom: .5em;
}

.item__description b {
  font-weight: 500;
}

/* ==|====================
   Modules/Composition
   ======================= */
.composition {
  width: 100%;
  margin: 1.5em 0;
}

.composition caption {
  font-weight: 500;
  text-align: left;
}

.composition th {
  font-weight: 500;
  padding: 5px 10px 5px 0;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e9e5e0;
}

.composition td {
  padding: 5px 0;
  vertical-align: top;
  border-bottom: 1px solid #e9e5e0;
}

.composition tr:last-child th,
.composition tr:last-child td {
  padding-bottom: 0;
  border-bottom: 0;
}

/* ==|====================
   Modules/Separator
   ======================= */
.separator {
  display: block;
  width: 66px;
  height: 60px;
  margin: 30px auto;
  border: none;
  background: url(../i/separator.png) no-repeat;
}

/* ==|====================
   Modules/Footer
   ======================= */
/* .footer {
  background: #e9e5e0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
}

.footer__separator {
  display: block;
  height: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #fbfaf9;
  border-bottom: 1px solid #cdc4ba;
}

.footer__intro {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1300px) {
  .footer__intro {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .footer__intro {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer__intro {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1580px) {
  .footer__intro {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1060px) and (max-width: 1579px) {
  .footer__intro:after {
    display: table;
    clear: both;
    content: '';
  }
}

.footer__body {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 1300px) {
  .footer__body {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .footer__body {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer__body {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1900px) {
  .footer__body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1899px) {
  .footer__body:after {
    display: table;
    clear: both;
    content: '';
  }
}

@media screen and (min-width: 1900px) {
  .footer__contacts {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 1060px) {
  .footer__contacts {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    margin: 0 auto 20px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1060px) {
  .footer__tel {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 1059px) {
  .footer__tel {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__wh {
  font-size: 12px;
  font-weight: 300;
}
@media screen and (min-width: 1060px) {
  .footer__wh {
    width: 260px;
    padding-left: 80px;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .footer__wh b {
    display: block;
  }
}
@media screen and (max-width: 1059px) {
  .footer__wh {
    margin-bottom: 15px;
    text-align: center;
  }
  .footer__wh b:after {
    content: '\003A';
  }
}
.footer__wh b {
  font-weight: 500;
}

.footer__delivery {
  font-size: 12px;
  font-weight: 300;
}
@media screen and (min-width: 1060px) {
  .footer__delivery {
    width: 260px;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__delivery b {
    display: block;
  }
}
@media screen and (max-width: 1059px) {
  .footer__delivery {
    margin-bottom: 15px;
    text-align: center;
  }
  .footer__delivery b:after {
    content: '\003A';
  }
}
.footer__delivery b {
  font-weight: 500;
}

.footer__adr {
  font-size: 12px;
  font-weight: 300;
}
@media screen and (min-width: 1900px) {
  .footer__adr {
    width: 350px;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (min-width: 1060px) and (max-width: 1899px) {
  .footer__adr {
    float: left;
  }
}
@media screen and (max-width: 1059px) {
  .footer__adr {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
    text-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__adr b {
  font-weight: 500;
}

.footer__adr-item {
  padding-left: 20px;
}
.footer__adr-item .icon {
  line-height: 1.5;
  float: left;
  width: 16px;
  margin-left: -20px;
  text-align: center;
  color: #cc3d41;
}
.footer__adr-item a {
  color: #372919;
}
.no-touchevents .footer__adr-item a:hover {
  color: #cc3d41;
}

.footer__dev {
  font-size: 12px;
  font-weight: 300;
}
@media screen and (min-width: 1900px) {
  .footer__dev {
    width: 350px;
    text-align: right;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 1060px) and (max-width: 1899px) {
  .footer__dev {
    float: right;
  }
}
@media screen and (max-width: 1059px) {
  .footer__dev {
    text-align: center;
  }
}

.footer__dev-link {
  position: relative;
  display: inline-block;
  color: #372919;
  border-bottom: 1px solid #cc3d41;
}
.footer__dev-link:after {
  position: absolute;
  top: 100%;
  left: 100%;
  display: block;
  width: 11px;
  height: 11px;
  content: '';
  background: url(../i/dev.png) no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .footer__dev-link:after {
    background-image: url(../i/dev@2x.png);
    background-size: 11px 11px;
  }
}
 */
/* new style footer */

.footer {
  background: #e9e5e0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
}

.footer__separator {
  display: block;
  height: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #fbfaf9;
  border-bottom: 1px solid #cdc4ba;
}

.footer__contacts {
  display: -ms-flexbox;
  display: flex;
  margin: -15px -15px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 1920px) {
  .footer__contacts {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 979px) {
  .footer__contacts {
    margin-bottom: 15px;
  }
}

.footer__tel {
  display: table;
  margin: 0 auto 15px;
}

.footer__wh {
  font-size: 12px;
  font-weight: 300;
  margin-top: 15px;
  padding: 0 15px;
}

.footer__wh b {
  font-weight: 500;
  display: block;
}

.footer__delivery {
  font-size: 12px;
  font-weight: 300;
  margin-top: 15px;
  padding: 0 15px;
}

.footer__delivery b {
  font-weight: 500;
  display: block;
}

.footer__adr {
  font-size: 12px;
  font-weight: 300;
  margin-top: 15px;
  padding: 0 15px;
}

.footer__adr b {
  font-weight: 500;
}

.footer__adr-item {
  padding-left: 20px;
}

.footer__adr-item .icon {
  line-height: 1.5;
  float: left;
  width: 16px;
  margin-left: -20px;
  text-align: center;
  color: #cc3d41;
}

.footer__adr-item a {
  color: #372919;
}

.no-touchevents .footer__adr-item a:hover {
  color: #cc3d41;
}

@media screen and (min-width: 1660px) {
  .footer__outro {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1660px) {
  .footer__info {
    width: 50%;
    padding: 0 15px;
    -ms-flex-order: 0;
    order: 0;
  }
}

.footer__dev {
  font-size: 12px;
  font-weight: 300;
}

.footer__dev-link {
  position: relative;
  display: inline-block;
  color: #372919;
  border-bottom: 1px solid #cc3d41;
}

.footer__dev-link:after {
  position: absolute;
  top: 100%;
  left: 100%;
  display: block;
  width: 11px;
  height: 11px;
  content: '';
  background: url(../i/dev.png) no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min--moz-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 1.3 / 1),
only screen and (min-resolution: 125dpi),
only screen and (min-resolution: 1.3dppx) {
  .footer__dev-link:after {
    background-image: url(../i/dev@2x.png);
    background-size: 11px 11px;
  }
}

.footer__row {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 30px;
}

@media screen and (min-width: 1300px) {
  .footer__row {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
  .footer__row {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .footer__row {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 980px) {
  .footer__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 980px) {
  .footer__column {
    width: 50%;
  }

  .footer__column:nth-child(2n+1) {
    padding-right: 25px;
  }

  .footer__column:nth-child(2n) {
    padding-left: 25px;
  }
}

/* ==|====================
   Modules/Footer nav
   ======================= */
.fnav {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1580px) {
  .fnav {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (min-width: 768px) and (max-width: 1579px) {
  .fnav {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .fnav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .fnav {
    margin-bottom: 10px;
    text-align: center;
  }
}

.fnav__item {
  font-weight: 300;
  line-height: 2;
}

@media screen and (min-width: 1060px) {
  .fnav__item {
    font-size: 18px;
  }
}

@media screen and (max-width: 1059px) {
  .fnav__item {
    font-size: 16px;
  }
}

.fnav__separator {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c4baac;
  box-shadow: 0 1px 0 #a59a8b inset;
}

@media screen and (max-width: 767px) {
  .fnav__separator {
    display: none;
  }
}

.fnav__link {
  color: #372919;
}

.no-touchevents .fnav__link:hover {
  color: #cc3d41;
}

.no-touchevents .fnav__link-active {
  color: #cc3d41;
}

/* новые стили */
/* .fnav {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1300px) {
  .fnav {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .fnav {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .fnav {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .fnav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .fnav {
    text-align: center;
  }
}

.fnav__item {
  font-weight: 300;
  line-height: 2;
}
@media screen and (min-width: 1060px) {
  .fnav__item {
    font-size: 18px;
  }
}
@media screen and (max-width: 1059px) {
  .fnav__item {
    font-size: 16px;
  }
}

.fnav__separator {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c4baac;
  box-shadow: 0 1px 0 #a59a8b inset;
}
@media screen and (max-width: 767px) {
  .fnav__separator {
    display: none;
  }
}

.fnav__link {
  color: #372919;
}
.no-touchevents .fnav__link:hover {
  color: #cc3d41;
} */
/* ==|====================
   Modules/Siteinfo
   ======================= */
.siteinfo {
  font-size: 13px;
}

/* @media screen and (min-width: 1580px) {
  .siteinfo {
    width: 320px;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (min-width: 1060px) and (max-width: 1579px) {
  .siteinfo {
    float: left;
  }
}
@media screen and (min-width: 1060px) {
  .siteinfo {
    line-height: 36px;
  }
}
@media screen and (max-width: 1059px) {
  .siteinfo {
    margin-bottom: 10px;
    text-align: center;
  }
} */

/* ==|====================
   Modules/Social
   ======================= */
.social {
  font-size: 13px;
  line-height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 1660px) {
  .social {
    width: 50%;
    padding: 0 15px;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 1659px) {
  .social {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  .social {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .social__caption {
    line-height: 1.25;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}

.social__link {
  font-size: 20px;
  line-height: 36px;
  width: 36px;
  height: 36px;
  transition: all .2s;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 50%;
}

@media screen and (min-width: 480px) {
  .social__link {
    display: block;
    margin-left: 15px;
  }
}

@media screen and (max-width: 479px) {
  .social__link {
    margin: 0 8px;
  }
}

.no-touchevents .social__link:hover {
  color: white;
}

.social__link.icon-facebook {
  background: #4e71a8;
}

.no-touchevents .social__link.icon-facebook:hover {
  background: #567cb9;
}

.social__link.icon-facebook:active {
  background: #4264a7;
}

.social__link.icon-vk {
  background: #4e7ca8;
}

.no-touchevents .social__link.icon-vk:hover {
  background: #5688b9;
}

.social__link.icon-vk:active {
  background: #4270a7;
}

.social__link.icon-instagram {
  background: #a8794e;
}

.no-touchevents .social__link.icon-instagram:hover {
  background: #b98556;
}

.social__link.icon-instagram:active {
  background: #a76d42;
}

.social__link.icon-odnoklassniki {
  background: #eeb489;
}

.no-touchevents .social__link.icon-odnoklassniki:hover {
  background: #f66c21;
}

.social__link.icon-odnoklassniki:active {
  background: #f66c21;
}

/* ==|====================
   Modules/Payments
   ======================= */
/* .payments {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.payments__item {
  margin: 0 10px 10px;
}
.payments__item img {
  transition: all .2s;
  opacity: .4;
}
.no-touchevents .payments__item img:hover {
  opacity: 1;
} */


.payments {
  display: -ms-flexbox;
  display: flex;
  min-height: 58px;
  margin: -10px 0 15px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.payments__item {
  margin: 10px 10px 0;
}

.payments__item img {
  transition: all .2s;
  opacity: .4;
}

.no-touchevents .payments__item img:hover {
  opacity: 1;
}

/* ==|====================
   Modules/Cart
   ======================= */
.cart-holder {
  position: relative;
  height: 50px;
}

.cart {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  color: white;
  background-color: #4b341c;
  background-image: repeating-linear-gradient(to left, transparent, transparent 3px, rgba(94, 69, 42, 0.65) 3px, rgba(94, 69, 42, 0.65) 4px), url(../i/cart.png);
  box-shadow: 0 0 3px #4b341c;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cart__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .cart__info {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .cart__info {
    margin-right: 20px;
  }
}

.cart__info:before {
  font-family: iconfont;
  font-size: 18px;
  margin-right: .5em;
  content: '\e900';
  color: #ffc928;
}

.cart__info-caption {
  font-size: 15px;
  margin-right: .5em;
}

@media screen and (max-width: 767px) {
  .cart__info-caption {
    display: none;
  }
}

.cart__info-num {
  line-height: 28px;
  padding: 0 5px;
  text-align: center;
  border: 2px solid #ffc928;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .cart__info-num {
    font-size: 20px;
    min-width: 43px;
  }
}

@media screen and (max-width: 767px) {
  .cart__info-num {
    font-size: 15px;
    min-width: 35px;
  }
}

.cart__amount {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart__amount-caption {
  font-size: 15px;
  margin-right: .5em;
}

@media screen and (max-width: 767px) {
  .cart__amount-caption {
    display: none;
  }
}

.cart__amount-value {
  font-weight: 500;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .cart__amount-value {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .cart__amount-value {
    font-size: 18px;
  }
}

/* ==|====================
   Modules/Up
   ======================= */
.up {
  position: fixed;
  z-index: 0;
  right: 50px;
  bottom: -54px;
  display: block;
  width: 54px;
  height: 54px;
  transition: all .2s;
  opacity: 0;
  border-radius: 10px;
  background: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 1300px) {
  .up {
    right: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
  .up {
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .up {
    display: none;
  }
}

.up:before,
.up:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 28px;
  height: 16px;
  margin: -8px 0 0 -14px;
  content: '';
  transition: all .2s;
  background-image: url(../i/up.png);
  background-repeat: no-repeat;
}

.up:before {
  background-position: 0 0;
}

.up:after {
  opacity: 0;
  background-position: 0 100%;
}

.no-touchevents .up:hover {
  background: #cc3d41;
}

.no-touchevents .up:hover:before {
  opacity: 0;
}

.no-touchevents .up:hover:after {
  opacity: 1;
}

.up:active {
  background: #ba383b;
}

.up:active:before {
  opacity: 0;
}

.up:active:after {
  opacity: 1;
}

.up_active {
  z-index: 10;
  bottom: 20px;
  opacity: 1;
}

.cart-holder+.up_active {
  bottom: 70px;
}

/* ==|====================
   Modules/Popup
   ======================= */
.overlayed {
  overflow: hidden;
}

.overlay {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow-y: auto;
  background: rgba(55, 41, 25, 0.85);
}

.popup {
  position: absolute;
  top: 0;
  display: none;
  margin-bottom: 30px;
  padding: 25px;
  border-radius: 10px;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.popup>*:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 100px) and (max-width: 767px) {
  body .sushi_rolly {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 879px) {
  .popup-wide {
    right: 30px;
    left: 30px;
  }

  body .sushi_rolly {
    width: 570px;
  }
}

@media screen and (min-width: 880px) {
  .popup-wide {
    left: 50%;
    width: 820px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  body .sushi_rolly {
    /* width: 570px; */
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .popup-wide {
    right: 15px;
    left: 15px;
  }
}

@media screen and (min-width: 370px) {
  .popup-narrow {
    left: 50%;
    width: 340px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 1236px) {
  .tels .phone_block:nth-child(1) {
    /* margin-right:36px; */
  }

  .header__tel {
    margin-top: -10px;
    margin-bottom: -5px;
  }
}


@media screen and (min-width: 1466px) {
  .tels .phone_block:nth-child(1) {
    margin-left: 0;
    margin-right: 100px;
  }

  .header__tel {
    margin-top: -10px;
    margin-bottom: -5px;
  }
}


@media screen and (max-width: 1796px) {
  .tels .phone_block:nth-child(1) {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media screen and (max-width: 369px) {
  .popup-narrow {
    right: 15px;
    left: 15px;
  }

}

.popup-product {
  padding: 0;
  max-width: 950px;
  padding: 15px;
  background: none;
  box-sizing: border-box;
}


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

.s__product__footer{
      display: flex;
    justify-content: flex-start;
    margin-top: 40px;
    flex-direction: row;
    width: 100%;
    align-items: center;
    align-items: center;
    justify-content: left;
    gap: 20px;
}

.s__product__footer .popover{
  display: none;
}

.s__product__ugol{
      position: absolute;
    top: 30px;
    left: 0px;
}

.s__product__sticker{
    position: absolute;
    top: 0px;
    left: 0;
}
.s__product__sticker .stickers{
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}
.s__product__ugol .tags{
    position: relative;
    top: 0;
    left: 0;
}

.s__product__footer .product__price{
      padding-right: 20px;
    white-space: nowrap;
    font-size: 35px;
    position: relative;
    /* width: 269px; */
    height: 44px;
    flex-basis: 30%;
}

.s__product__price-value{
  position: absolute;
  top: 0;
  left: 0;
}

.s__product__price-value span{
  padding-left: 5px;
}

.s__product__price-value:after{
      content: " ₽";
    position: absolute;
    top: 0;
    right: -24px;
}

.s__product__footer .line{
  align-items: center;
}
.s__product__body{
  display: flex;
  flex-wrap: wrap;
  
}

.s__product__desc{
  flex-basis: 50%;
  padding-left: 40px;
}

@media screen and (min-width: 770px) {
  .popup-product {
    left: 0;
    right: 0;
    margin: auto;
   
  }
}

@media screen and (max-width: 769px) {
  .popup-product {
    right: 15px;
    left: 15px;
  }
}

.popup__header {
  font-family: Bardelin, sans-serif;
  font-size: 25px;
  line-height: 1;
  margin: -25px -25px 20px;
  padding: 25px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background: #fbf9f8;
}

.popup__close {
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  color: #d7cbba;
}

.no-touchevents .popup__close:hover,
.popup__close:active {
  color: #592616;
}

.popup__footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px -25px !important;
  padding: 20px 25px;
  border-top: 1px dotted #b7ab9a;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* ==|====================
   Modules/Popover
   ======================= */
.popover {
  font-size: 12px;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 206px;
  padding: 10px;
  text-align: center;
  opacity: 0;
  color: white;
  border-radius: 10px;
  background: #cc3d41;
}

.popover:after {
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #cc3d41;
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  margin-left: -10px;
  content: '';
}

.popover__caption {
  font-weight: bold;
}

.setting-input {
  height: 30px !important;
}

.setting-input:disabled {
  background-color: #F1EEEB;
}

label.error {
  display: none !important;
}

input.error,
textarea.error {
  border-color: #f9b9b6;
}

input.valid,
textarea.valid {
  border-color: #0AC103;
}

ul.errors {
  padding: 0;
  display: inline-block;
}

.errors li.error {
  margin-top: 5px;
  list-style-type: none;
  border: 1px solid #EE0505 !important;
  border-radius: 3px;
  padding: 5px;
  font-family: 'Roboto', Arial, sans-serif;
}

.sushi_rolly {
  margin-left: 0;
  width: 400px;
}

.sushi_rolly .fnav__separator {
  display: none;
}

ul.fnav.sushi_rolly li.fnav__item {
  display: block;
  /*background-color: #e6c28b;*/
  background: linear-gradient(to top, #e6c28b, #fcedd0);
  padding: 1px 6px 1px 6px;
  border-radius: 25px;
  font-family: ClearSans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

ul.fnav.sushi_rolly li.fnav__item:hover{
	box-shadow: 0px 0px 6px 6px #E6D5A6;
}

ul.fnav.sushi_rolly li.fnav__item.fnav__item-active {
  background: linear-gradient(to top, #fcedd0, #e6c28b);
}

ul.fnav.sushi_rolly li.fnav__item a {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}


ul.lightslider_menu li {
  display: inline-block;
  width: 225px;
  padding: 10px;
}

ul.lightslider_menu li {
  display: inline-block;
  width: 225px;
  padding: 10px;
}

/* Menu swiper slider */
/* Menu swiper slider */
.menu_swiper_slider {
  /*width: 200px;*/
  width: 100%;
  height: 300px;
}

.menu-block {
  display: inline-block;
  width: 100%;
  height: 127px;
  text-align: center;
  position: relative;
  padding: 10px;
}

.menu-block img {
  /*  display: block;*/
  margin: 0 auto;
}

.menu-block a {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  dilplay: block;
  width: 100%;
  margin: 0 auto;
  font-size: 22px;
  text-transform: uppercase;
  font-family: Bardelin, sans-serif;
  color: black;
}

.menu-block a.image {
  position: relative;
}

.nav_new {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  max-width: 1700px;
}

.slider_menu_border {
  background: url(../i/wave.png) repeat-x 50% 100%;
  height: 10px;
}

.center {
  text-align: center;
}

[class^="swipermenu-button-next"],
[class^="swipermenu-button-prev"] {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 100px;
  margin-top: -43px;
  z-index: 10;
  cursor: pointer;
  background-size: 30px 100px;
  background-position: center;
  background-repeat: no-repeat;
}

[class^="swipermenu-button-next"] {
  background-image: url('/images/arrows/right_arrow.png');
  right: 10px;
}

[class^="swipermenu-button-prev"] {
  background-image: url('/images/arrows/left_arrow.png');
  left: 10px
}

[class^="swipermenu-button-next"]:hover {
  background-image: url('/images/arrows/right_arrow_hover.png');
}

[class^="swipermenu-button-prev"]:hover {
  background-image: url('/images/arrows/left_arrow_hover.png');
}

.slider-menu-section {
  width: 100%;
  position: relative;
  max-width: 1850px;
  margin: 0 auto;
}

.category_name {
  font-family: Bardelin, sans-serif;
  font-size: 45px;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 30px;
  text-align: center;
}

.category_name a {
  border-bottom: 1px solid #978e85;
  color: #372919;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}

.category_name a:hover {
  color: #cc3d41;
  border-bottom-color: #e39b9c;
}

#choose_city_form label {
  font-size: 20px;
}

#choose_city_form label:hover {
  cursor: pointer;
}

#choose_city_form {
  text-align: left;
  padding-left: 30px;
}

#choose_city_form .submit__group {
  text-align: center;
  padding-right: 30px;
}

#choose_city_form .form__label {
  padding-left: 10px;
}

.phones_blocks {
  width: 100%;
}

.uzbek {
  justify-content: flex-start;
}

.uzbek .fnav__item {
  margin-left: 3px;
}

.pizzy {
  justify-content: flex-start;
}

.pizzy .fnav__item {
  margin-left: 3px;
}



.product .line {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  /*display: block;*/
}

.preview-old-price {
  white-space: nowrap;
  font-size: 16px;
}

/*@media (max-width: 1200px) and (min-width: 990px){
  .product .line{
    display: block;
  }
}
@media (max-width: 880px) and (min-width: 680px){
  .product .line{
    display: block;
  }
}*/
/*@media (min-width: 435px){
  .product .line{
    display: block;
  }
}*/
/*@media (min-width: 1350px){
  .product .line{
    display: block;
  }
}*/
.header__tel .tels__item a,
.footer__column .tels__item a {
  color: #cc3d41;
}

.single-banner {
  position: relative;
}

.single-banner img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.single-banner .text {
  font-family: 'Neucha';
  font-size: 30px;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}

.single-banner .text p {
  margin-bottom: 5px;
}

.single-banner .text p:last-child {
  margin-bottom: 0px;
}

@media(max-width: 768px) {
  .single-banner {
    overflow: hidden;
    text-align: center;
  }
/*
  .single-banner img {
    width: 150%;
    display: inline;
    left: -25%;
    position: relative;
  } */
  

 .single-banner img {
   width: 100%;
   display: inline;
   left: 0;
   height: 160px;
   object-fit: cover;
   position: relative;
 }


 .single-banner .text {
   width: 100%;
   line-height: 120%;
   padding: 20px;
 }


}

@media(max-width: 420px) {
  .auth .btn-alt:not(#a_choose_city) {
    position: absolute;
    right: 6px;
    top: 10px;
    z-index: 65;
    font-size: 10px;
  }
}

.popup-object-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.user-cookie-c{
  max-width: 1530px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  margin: 0 auto;
}

.user-cookie {
  background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 20px 40px 0px 20px;
    text-align: left;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    font-size: 14px;
    box-sizing: border-box;
    transform: translateY(100%);
    transition: all 0.5s ease-in;
    max-width: 460px;
}



.user-cookie.active {
  transform: translateY(-20px);
}

.user-cookie p {
  margin-bottom: 25px;
}

.user-cookie-close {
  position: absolute;
  right: 11px;
  top: -8px;
  text-decoration: none;
  font-size: 40px;
  font-family: Arial;
  font-weight: 200;
  color: #1c8d3f;
}

.user-cookie-close i:before {
  content: '×';
}

.user-cookie-confirm {
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  padding: 10px 20px;
  color: white;
  border-radius: 25px;
  background: linear-gradient(to bottom, #24a94e, #1c8d3f);
  box-shadow: 0 -1px 0 #1f8039 inset;
  text-decoration: none;
}

.user-cookie-confirm:hover {
  color: white;
  background: linear-gradient(to bottom, #0da03c, #04812b);
  box-shadow: 0 -1px 0 #097325 inset;
}

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

  .baner-accii,
  .baner-accii-text {
    height: auto !important;
  }

  .baner-accii {
    padding: 0 10px 10px;
  }
}


.footer_new {
  background: #efeeee;
}

.footer_cont {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer_new .top {
  background: #f6f6f6;
  padding: 22px 0 20px;
  position: relative;
}

.footer_new .top:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  border-bottom: 1px solid #cccccc;
}

.footer_new .list {
  font-size: 18px;
  color: #372919;

  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.footer_new .list div+div {
  margin-left: 66px;
  position: relative;
}

.footer_new .list div+div:before {
  content: '';
  position: absolute;
  left: -36px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background: #009035;
  border-radius: 50%;
}

.footer_new .list a {
  transition: .2s linear;
  color: #372919;
  text-decoration: none;
}

.footer_new .list a:hover,
.footer_new .list a.active {
  color: #cc3d41;
}

.footer_new .info {
  padding: 29px 0 33px;
}

.footer_new .info .footer_cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.footer_new .block_l {
  width: 238px;
}

.footer_new .box_top {
  background: url(../images/bg_boxTop.png) 0 0/cover no-repeat;
  border-radius: 8px;

  padding: 32px 10px 24px;
  text-align: center;
}

.footer_new .box_top .title {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
}

.footer_new .box_top .time {
  font-size: 21px;
  color: #fff;
  font-weight: 700;
  margin-top: 1px;
}

.footer_new .mail {
  margin-top: 20px;

  font-size: 16px;
  line-height: normal;
  color: #372919;
}

.footer_new .mail a {
  text-decoration: none;
  color: #372919;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 35px;
}

.footer_new .mail a .icon {
  position: absolute;
  left: 0;
  top: 4px;
  color: #cc3d41;
}

.footer_new .mail a span {
  border-bottom: 1px solid;
  transition: .2s linear;
}

.footer_new .mail a:hover span {
  border-bottom-color: transparent;
}

.footer_new .socials,
.news_item_page .socials {
  margin-top: 20px;
}

.footer_new .socials .title,
.news_item_page .socials .title {
  font-size: 16px;
  line-height: normal;
  color: #372919;
  margin-bottom: 10px;

  font-weight: 700;
}

.news_item_page .flex {
  display: flex;
  justify-content: flex-start;
}

.footer_new .socials .flex,
.news_item_page .socials .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}



.footer_new .socials a,
.news_item_page .socials a {
  font-size: 20px;
  line-height: 36px;
  width: 36px;
  height: 36px;
  transition: all .2s;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 50%;
}

.footer_new .socials a+a,
.news_item_page .socials a+a {
  margin-right: 14px;
}

.footer_new .socials a.icon-vk,
.news_item_page .socials a.icon-vk {
  background: #4e7ca8;
}

.footer_new .socials a.icon-vk:hover,
.news_item_page .socials a.icon-vk:hover {
  background: #5688b9;
}

.footer_new .socials a.icon-odnoklassniki,
.news_item_page .socials a.icon-odnoklassniki {
  background: #eeb489;
}

.footer_new .socials a.icon-odnoklassniki:hover,
.news_item_page .socials a.icon-odnoklassniki:hover {
  background: #f66c21;
}


.footer_new .write_director {
  display: block;
  height: 50px;
  border-radius: 5px;
  margin-top: 21px;
  width: 100%;
  font: 700 16px ClearSans, sans-serif;
  color: #372919;
  cursor: pointer;
  border: 1px solid #d97d7f;
  background: transparent;
  outline: none;
  transition: .2s linear;
}

.footer_new .write_director:hover {
  background: #cc3d41;
  color: #fff;
  border-color: #d97d7f;
}

.footer_new .write_director span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
}

.footer_new .write_director span .icon {
  position: absolute;
  left: 0;
  top: 4px;
  color: #cc3d41;
  transition: .2s linear;
}

.footer_new .write_director:hover span .icon {
  color: #fff;
}


.footer_new .contact {
  width: 408px;
}

.footer_new .contact.big {
  width: 470px;
}

.footer_new .contact .title {
  padding-bottom: 8px;
  border-bottom: 2px solid #cc3d41;

  font-size: 16px;
  line-height: normal;
  color: #372919;
  font-weight: 700;
  text-transform: uppercase;
}

.footer_new .contact .time {
  font-size: 16px;
  line-height: 24px;
  color: #372919;

  margin-top: 12px;
}

.footer_new .contact .phone {
  margin-top: 6px;

  font-size: 18px;
  line-height: 30px;
  letter-spacing: .01em;
}

.footer_new .contact .phone+.phone {
  margin-top: 0;
}

.footer_new .contact .phone a {
  color: #cc3d41;
  font-weight: 700;
}

.footer_new .contact .adres {
  font-size: 16px;
  line-height: 24px;
  margin-top: 6px;
  color: #372919;
  padding-left: 17px;
  position: relative;
}

.footer_new .contact .adres:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 9px;
  height: 11px;
  background: url(../images/ic_adres.png) 0 0 no-repeat;
}

.footer_new .contact .desc {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  color: #372919;
  padding-left: 17px;
}

.footer_new .subscribe {
  margin-top: 50px;
}

.footer_new .subscribe .title_subscribe {
  color: #372919;

  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 6px;

  text-transform: uppercase;
}

.footer_new .subscribe .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.footer_new .subscribe .input {
  width: 100%;/*calc(100% - 147px);*/
  height: 50px;
  border-radius: 5px 0 0 5px;
  border: 1px solid #cccccc;
  border-right: none;
  background: #fff;
  padding: 0 14px;

  font: 16px ClearSans, sans-serif;
  color: #372919;
  display: block;
  text-align: left;
}

.footer_new .subscribe .input::-webkit-input-placeholder {
  color: #372919;
}

.footer_new .subscribe .input:-moz-placeholder {
  color: #372919;
}

.footer_new .subscribe .input:-ms-input-placeholder {
  color: #372919;
}

.footer_new .subscribe .submit_btn {
  border-radius: 0 5px 5px 0;
  border: none;
  background: #cc3d41;
  color: #fff;
  font: 700 16px ClearSans, sans-serif;
  width: 147px;
  height: 50px;
  display: block;
  outline: none;
}

.footer_new .bottom {
  padding: 19px 0;
  position: relative;
  background: #f6f6f6;
}

.footer_new .bottom:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  border-bottom: 1px solid #cccccc;
}

.footer_new .bottom .footer_cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.footer_new .policy {
  font-size: 13px;
  color: #666666;
}

.footer_new .policy a {
  color: #666666;
  text-decoration: none;
  transition: .2s linear;
  border-bottom-color: transparent;
}

.footer_new .policy a:hover {
  color: #cc3d41;
}

.footer_new .copy {
  font-size: 13px;
  color: #666666;
}

.footer_new .creator {
  font-size: 13px;
  color: #666666;

  min-width: 222px;
}

.footer_new .creator a {
  color: #666666;
  position: relative;
  display: inline-block;
  padding-right: 15px;
  transition: .2s linear;
  text-decoration: none;
}

.footer_new .creator a:hover {
  color: #cc3d41;
}

.footer_new .creator a:after {
  content: '';
  position: absolute;
  top: calc(100% - 2px);
  right: 0;
  width: 66px;
  height: 13px;
  background: url(../images/ic_created.png) no-repeat;
}

@media (max-width: 1199px) {

  .user-cookie{
    max-width: 100%;
  }

  .user-cookie.active {
    transform: translateY(-50px);
}
  .footer_new .block_l {
    width: 220px;
  }

  .footer_new .contact {
    width: 350px;
  }

  .footer_new .contact.big {
    width: 350px;
  }
}

@media (max-width: 1023px) {
  .footer_new .list div+div {
    margin-left: 36px;
  }

  .footer_new .list div+div:before {
    left: -21px;
  }

  .footer_new .contact {
    width: calc(100% - 260px);
  }

  .footer_new .contact.big {
    width: 100%;
    margin-top: 30px;
  }

  .footer_new .creator {
    min-width: 1px;
  }
}


@media (max-width: 767px) {
  .footer_new .list {
    margin: -5px 0 0 -25px;
  }

  .footer_new .list div {
    margin: 5px 0 0 25px;
  }

  .footer_new .list div+div {
    margin-left: 25px;
    position: relative;
  }

  .footer_new .list div+div:before {
    display: none;
  }

  .footer_new .contact {
    width: 100%;
    margin-top: 30px;
  }

  .footer_new .subscribe {
    margin-top: 30px;
  }

  .footer_new .block_l {
    margin: 0 auto;
    width: 290px;
    max-width: 100%;
  }


  .footer_new .creator {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .footer_new .copy {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .footer_new .policy {
    text-align: center;
    width: 100%;
  }

  .footer_new .contact .title {
    font-size: 14px;
  }

  .footer_new .contact .adres {
    font-size: 14px;
    line-height: 20px;
  }

  .footer_new .contact .adres:before {
    top: 5px;
  }

  .footer_new .contact .desc {
    font-size: 14px;
    line-height: 20px;
  }

  .footer_new .contact .phone {
    font-size: 16px;
    line-height: 26px;
  }

  .footer_new .contact .time {
    font-size: 14px;
    line-height: 20px;
  }


  .footer_new .list {
    font-size: 14px;
    margin-left: -16px;
  }

  .footer_new .list div {
    margin-left: 16px;
  }

  .footer_new .list div+div {
    margin-left: 16px;
  }

  .footer_new .subscribe .input {
   /* width: calc(100% - 100px); */
    font-size: 14px;
  }

  .footer_new .subscribe .submit_btn {
    width: 100px;
    font-size: 14px;
  }
  
  .subscribe-field-user-email {
	  width: calc(100% - 100px);
  }
}


.header-new {
  background: #fff;
  padding: 0 50px;
  font-size: 16px;
  line-height: 22px;
}

.header-new__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 30px 0 45px;
}

.header-new__logo {
  position: absolute;
  left: 50%;
  top: -44px;
  margin-left: -93px;
}

.header-new__logo .header__logo {

}

.header-new__left {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
}

.header-new__contacts {
  width: 40.8%;
}

.header-new__phone {
  position: relative;
  padding-left: 37px;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #E71318;
  margin-bottom: 8px;
}

.header-new__phone:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 19px;
  height: 19px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('../images/icon-phone.svg');
}

.header-new__phone a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.header-new__email {
  position: relative;
  padding-left: 37px;
  line-height: 25px;
}

.header-new__email:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 19px;
  height: 19px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('../images/icon-mail.svg');
}

.header-new__email a {
  color: inherit;
  text-decoration: underline;
  white-space: nowrap;
}

.header-new__title {
  position: relative;
  font-weight: bold;
  padding-left: 30px;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 13px;
}

.header-new__title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 19px;
  height: 19px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.header-new__address {
  width: 37.5%;
}

.header-new__address-title {

}

.header-new__address-title:before {
  background-image: url('../images/icon-map-pin.svg');
}

.header-new__right {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  justify-content: flex-end;
}

.header-new__schedule {
  width: 38.8%;
}

.header-new__schedule-title {

}

.header-new__schedule-title:before {
  background-image: url('../images/icon-clock.svg');
}

.header-new__delivery {
  width: 35%;
}

.header-new__delivery-title {

}

.header-new__delivery-title:before {
  background-image: url('../images/icon-truck.svg');
}

html.is-header-fix .header-content {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1001;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,.1);
  transition: transform 0.35s ease-in-out;
  transform: translateY(0) !important;
}

html.is-header-fix .topline__box:first-child,
html.is-header-fix .topline:before,
html.is-header-fix .topline:after,
html.is-header-fix .header-new__address,
html.is-header-fix .header-new__right {
  display: none;
}

html.is-header-fix .topline {
  padding: 0;
  background: none;
  box-shadow: none;
}

html.is-header-fix .topline__inner {
  position: relative;
}

html.is-header-fix .topline__box {
  position: absolute;
  right: 0;
  padding-right: 50px;
  top: 34px;
  z-index: 1;
  width: 521px;
  max-width: calc(50% - 60px);
}

html.is-header-fix input.search__input {
  border: 1px solid #DDDDDD;
}

html.is-header-fix .header-new__phone {
  margin-bottom: 0;
  width: 45.5%;
}

html.is-header-fix .header-new__phone:before {
  top: 50%;
  margin-top: -10px;
}

html.is-header-fix .header-new__left {
  max-width: calc(50% - 60px);
}

html.is-header-fix .header-new__contacts {
  width: 100%;
  display: flex;
  align-items: center;
}

html.is-header-fix .header-new__logo .header__logo {
  width: 104px;
  background-size: 100% auto;
  height: 81px;
}

html.is-header-fix .header-new__logo {
  position: absolute;
  top: 18px;
  width: auto;
  margin-bottom: 0;
  margin-left: -52px;
}

html.is-header-fix .header-new__inner {
  height: 118px;
  align-items: center;
  padding: 0;
}

.stickers
{
  position: absolute;
  z-index: 12;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.stickers .sticker
{
  color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
    padding: 1px 12px;
    vertical-align: top;
    /* border-radius: 10px; */
    background: linear-gradient(to bottom, #24a94e, #1c8d3f);
    box-shadow: 0 -1px 0 #1f8039 inset;
    border-radius: 0 5px 5px 0;
}

@media (max-width: 1499px) {
  .tags__action {
    font-size: 11px;
    padding: 0px 8px;
  }

  .product__zoom.product__zoom-spicy_dish:before
  {
    top: 5px;
    right: -4px;
    background-size: 40px;
  }

}

@media (max-width: 1299px) {
  .header-new {
    padding-right: 30px;
    padding-left: 30px;
  }

  html.is-header-fix .topline__box {
    padding-right: 30px;
  }
}

@media (max-width: 1199px){
  .topline__box:first-child {
    width: 100%;
  }

  .header-new {
    font-size: 13px;
    line-height: 20px;
  }

  .header-new__phone {
    font-size: 13px;
  }

  .header-new__inner {
    padding-bottom: 30px;
  }

  html.is-header-fix .header-new__contacts {
    display: block;
  }

  html.is-header-fix .header-new__phone {
    width: auto;
  }

  html.is-header-fix .topline__box {
    display: block;
    top: 25px;
  }

  html.is-header-fix .search {
    margin-left: auto;
    margin-bottom: 5px;
  }

  html.is-header-fix .auth {
    text-align: right;
  }
}

@media (max-width: 900px){
  .header-new__left,
  .header-new__right {
    max-width: 30%;
    display: block;
  }

  .header-new__contacts,
  .header-new__address,
  .header-new__schedule,
  .header-new__delivery {
    width: auto;
    margin-bottom: 10px;
  }

  .header-new__inner {
    padding: 10px 0 1px;
  }

  .header-new__title {
    margin-bottom: 3px;
  }

  .header-new__phone {
    padding-left: 30px;
  }

  .header-new__email {
    padding-left: 30px;
  }
}

@media (max-width: 767px){
  .header-new {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 18px;
  }

  .header-new__inner {
    flex-wrap: wrap;
    padding: 10px 0 5px;
  }

  .header-new__logo {
    position: static;
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
  }

  .header-new__logo .header__logo {
    margin: 0 auto;
  }

  .header-new__left,
  .header-new__right {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .header-new__left {
    padding-right: 10px;
    text-align: right;
  }

  .header-new__right {
    padding-left: 10px;
  }

  .header-new__phone:before,
  .header-new__email:before,
  .header-new__title:before {
    display: none;
  }

  .header-new__phone,
  .header-new__email,
  .header-new__title {
    padding-left: 0;
  }

  .header-new__title {
    margin-bottom: 0;
  }

  .header-new__contacts, .header-new__address, .header-new__schedule, .header-new__delivery {
    margin-bottom: 5px;
  }

  .header-new__phone {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 0;
  }

  .header-new__email {
    line-height: inherit;
    margin-bottom: -3px;
  }

  html.is-header-fix .search {
    display: none;
  }

  html.is-header-fix .topline__box {
    padding-right: 5px;
  }

  html.is-header-fix .auth .btn-alt:not(#a_choose_city) {
    position: static;
  }

  html.is-header-fix .auth .btn-alt#a_choose_city {
    display: none;
  }

  html.is-header-fix .header-new__logo .header__logo {
    width: 93px;
    height: 72px;
  }

  html.is-header-fix .header-new__logo {
    top: 2px;
    margin-left: -46px;
  }

  html.is-header-fix .header-new {
    padding-left: 5px;
    padding-right: 5px;
  }

  html.is-header-fix .header-new__phone {
    font-size: 11px;
    line-height: 16px;
  }

  html.is-header-fix .header-new__email {
    font-size: 11px;
  }

  html.is-header-fix .header-new__inner {
    height: 80px;
  }

  html.is-header-fix .topline__box {
    top: 14px;
  }

  html.is-header-fix .header-new__left {
    text-align: left;
  }
}

.textbox a {
	text-decoration: underline;
}

.textbox a:hover {
	text-decoration: none;
}

.footer_cont .block_l .socials .social__link {
	margin-left: 0px;
	margin-right: 15px;
}


@media screen and (max-width: 767px)
{
   .promo__content-link
   {
       display: block;
   }
}

/*********** новые стили от 11.03.2025 - текст, списки, цитата *****************************/

.text_block blockquote
{
    font-family: 'Neucha';
    font-size: 24px;
    line-height: 30px;

    position: relative;

    display: flex;
    flex-direction: column;

    width: 921px;
    max-width: 100%;
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 42px 42px 42px 73px;

    color: #372919;
    border-radius: 8px;
    background: #fdefcc;
	
	margin-left: 0;
}


.text_block blockquote:before
{
    position: absolute;
    z-index: 1;
    top: -34px;
    left: -7px;

    display: block;

    width: 130px;
    height: 90px;

    content: '';
    pointer-events: none;

    background: url(../images/bg_blockquote.svg) 0 0/100% 100% repeat-x;
}


.text_block blockquote p
{
    margin: 0;
    padding: 0;
}


.text_block blockquote cite
{
    display: block;

    margin-top: 24px;
    margin-left: auto;
    padding-top: 12px;

    text-align: right;

    background: url(../images/bg_blockquote_cite.png) 0 0/8px auto repeat-x;
}


.text_block blockquote.left,
.text_block blockquote.right
{
    width: 530px;
    margin-top: 15px;
    margin-bottom: 24px;
    padding: 55px 42px 38px;
}


.text_block blockquote.left
{
    float: left;

    margin-right: 131px;
}

.text_block blockquote.right
{
    float: right;

    margin-left: 131px;
}


.text_block blockquote.left cite,
.text_block blockquote.right cite
{
    width: 100%;
}



.text_block ul
{
    display: flex;
    flex-direction: column;

    width: 921px;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;

    gap: 8px;
	
	
	padding-left: 0;
}


.text_block ul li
{
    position: relative;

    display: block;
    overflow: hidden;

    padding-left: 31px;

    list-style-type: none;
}


.text_block ul li:before
{
    position: absolute;
    top: 9px;
    left: 4px;

    display: block;

    width: 8px;
    height: 8px;

    content: '';

    border-radius: 50%;
    background: #cc3d41;
}

.text_block .ya-share2 ul {
	display: inline-block !important;
	margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.text_block .ya-share2 ul li {
	display: inline-block !important;
	padding-left: 0px !important;
}

.text_block .ya-share2 ul li:before {
	display: none !important;
}


.text_block ol
{
    display: flex;
    flex-direction: column;

    width: 921px;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;

    counter-reset: li;

    gap: 20px;
	
	padding-left: 0;
}


.text_block ol li
{
    position: relative;

    display: block;
    overflow: hidden;

    padding-left: 34px;

    list-style-type: none;
}


.text_block ol li:before
{
    font-weight: 700;

    position: absolute;
    top: 0;
    left: 0;

    content: counter(li) '.';
    counter-increment: li;

    color: #0f903d;
}

input, textarea, input:active, textarea:active, button {
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none transparent !important;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-outline: none !important;
}
















