@charset "UTF-8";

@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato/Lato-Regular.ttf);
}
@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: "RobotoBold";
  src: url(/fonts/Roboto/Roboto-Bold.ttf);
}
@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter/Inter-Regular.ttf);
}
/* END FONTS*/

/* BEGIN NORMALIZE*/

body a {
  text-decoration: none;
}

body p {
  margin: 0;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
}

body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -weblit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
}

input {
  border: none;
  background: none;
}

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

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

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

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

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

/**
   * Remove the inner border and padding in Firefox.
   */

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

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

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

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

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

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

/* END NORMALIZE*/

/* BEGIN BASE*/

.custom-checkbox {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 0 20px;
  margin-bottom: 8px;
  font-size: 12px;
  height: 14px;
}

.custom-checkbox_min {
  font-size: 8px;
  padding: 0 0 0 15px;
  border-bottom: 1px dashed #D8D8D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-checkbox_min > .checkmark {
  border: none;
  width: 13px;
  height: 13px;
  top: auto;
  left: 0;
  background: url(/img/icon/plus.svg) left center no-repeat white;
  background-size: contain;
}

.custom-checkbox_min > .checkmark__row {
  white-space: nowrap;
}

.custom-checkbox_min .checkmark_min-price {
  margin-left: 10px;
  font-weight: 700;
  font-size: 12px;
}

.custom-checkbox_min > input:checked ~ .checkmark {
  background-color: white !important;
  width: 8px;
  height: 8px;
  background-image: url(/img/icon/check-green.svg);
}

.custom-checkbox_min > input:checked:hover ~ .checkmark:after {
  display: none;
}

.custom-checkbox_min:hover .checkmark::after {
  display: none !important;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: white;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox:hover .checkmark:after {
  display: block;
  border-color: #B6B6B6;
}

.custom-checkbox input:checked ~ .checkmark {
  /*background-color: #B6B6B6;*/
  border-color: #49965D;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
  border-color: #49965D;
}

.custom-checkbox input:checked:hover ~ .checkmark:after {
  display: block;
  border-color: #49965D;
}

.custom-checkbox input:checked ~ .mod_name {
  color: #49965D;
}

.custom-checkbox .checkmark:after {
  left: 5px;
  top: 2px;
  width: 2px;
  height: 6px;
  border: 2px solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom-checkbox.custom-checkbox_secondary input:checked ~ .checkmark {
  background-color: white;
  border-color: black;
}

.custom-checkbox.custom-checkbox_secondary input:checked ~ .checkmark:after {
  border-color: black;
  background-color: white;
}

.custom-checkbox.custom-checkbox_secondary-light input:checked ~ .checkmark {
  background-color: white;
  border-color: #D8D8D8;
}

.custom-checkbox.custom-checkbox_secondary-light input:checked ~ .checkmark:after {
  border-color: #B6B6B6;
  background-color: white;
}

.custom-radio-btn {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 4px 21px 4px 44px;
  border: 1px dashed transparent;
  border-radius: 22px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  margin-bottom: 2px;
}

.custom-radio-btn input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-radio-btn:hover {
  border-color: #7A7F84;
}

/*.custom-radio-btn:hover .radio-btn-icon {
  opacity: 1;
}*/

.custom-radio-btn input[type=radio] + .radio-btn-icon {
  opacity: 1;
  border-color: #000;
}


.custom-radio-btn input[type=radio]:checked + .radio-btn-icon {
  opacity: 1;
  border-color: #22A322;
}

/*.custom-radio-btn:has(input[type=radio]:checked) {
  border: 1px dashed #22A322;
  opacity: 1;
}*/

.radio-btn-icon {
  position: absolute;
  top: 5px;
  left: 9px;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  border: 1px solid #22A322;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.radio-btn-icon:before {
  content: "";
}

.custom-radio-btn:has(input[type=radio]:checked) .radio-btn-icon:before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #22A322;
}

.custom-radio-btn:has(input[type=radio]):hover .radio-btn-icon:before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #22A322;
}

body {
  position: relative;
  /*font-family: "Montserrat", sans-serif;*/
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  height: 100%;
  margin: 0;
}

body.lock {
  overflow: hidden;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
}

.no-banner {
  padding-top: 144px;
}

.container {
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 10px;
}

a {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-decoration: none;
  color: inherit;
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*-webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
  position: relative;
}

/*.form-row_in-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}*/

.popup-input {
  font-size: 14px;
  padding: 18px 8px 8px 8px;
  border-radius: 12px;
  /*border: 1px solid #C4C4C4;*/
  border: 1px solid #C9CCCF;
  background: #FFF;
  height: 45px;
  width: 40ch;
}

.popup-input:focus {
  border-color: #868D94;
}

.popup-input::-webkit-input-placeholder {
  color: #C9CCCF;
}

.popup-input::-moz-placeholder {
  color: #C9CCCF;
}

.popup-input:-ms-input-placeholder {
  color: #C9CCCF;
}

.popup-input::-ms-input-placeholder {
  color: #C9CCCF;
}

.popup-input::placeholder {
  color: #C9CCCF;
}

.popup-input ~.popup-label, .popup-textarea ~.popup-label  {
  color: #C9CCCF;
  font-size: 16px;
  line-height: 17px;
  left: 10px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  transform-origin: 0px 50%;
  transition: transform 250ms ease 0s, color 250ms ease 0s;
  white-space: nowrap;
  top: 13px;
}

.popup-input:focus ~ .popup-label, .popup-input:not(:placeholder-shown) ~ .popup-label,
.popup-textarea:focus ~ .popup-label, .popup-textarea:not(:placeholder-shown) ~ .popup-label {
  transform: translateY(-8px) scale(0.75);
}

.popup-textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #C9CCCF;
  padding: 16px 8px 8px 8px;
  font-size: 14px;
}

.popup-order-textarea {
  font-size: 14px;
}

.popup-textarea:focus {
  border-color: #868D94;
}

.popup-textarea::-webkit-input-placeholder {
  color: #C9CCCF;
}

.popup-textarea::-moz-placeholder {
  color: #C9CCCF;
}

.popup-textarea:-ms-input-placeholder {
  color: #C9CCCF;
}

.popup-textarea::-ms-input-placeholder {
  color: #C9CCCF;
}

.popup-textarea::placeholder {
  color: #C9CCCF;
}

.edit-button {
  margin: 0px;
  padding: 0px;
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
  bottom: 0px;
  display: none;
  position: absolute;
  right: 6px;
  top: 14px;
  width: 16px;
  height: 17px;
  background: url("/img/edit.png") no-repeat center;
}

.edit-button-red {
  background: url("/img/edit_red.png") no-repeat center;
}

.popup-input:not(:placeholder-shown) ~ .edit-button, .popup-input:disabled ~ .edit-button {
  display: block;
}


.popup-form-close-btn {
  background: url("/img/icon/x.svg") no-repeat center;
  width: 24px;
  height: 26px;
  position: absolute;
  right: -45px;
  top: 5px;
  cursor: pointer;
}

.custom-select {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 100%;
 /* margin-right: 10px;*/
}

.select-selected {
  cursor: pointer;
  background-color: white;
  color: #C4C4C4;
  border: 1px solid #C4C4C4;
  padding: 11px 19px;
  border-radius: 5px;
  background: url(/img/icon/input-arrow-down.svg) no-repeat 98% 50% white;
}

.select-options {
  position: absolute;
  width: 100%;
  display: none;
  background-color: #fff;
  border: 1px solid #C4C4C4;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  max-height: 175px;
  overflow-y: scroll;
}

.select-options__default-value {
  color: #C4C4C4;
}

.select-option {
  padding: 11px 19px;
}

.custom-select.open .select-options {
  display: block;
}

textarea {
  resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: black;
}

.underlined {
  text-decoration: underline;
}

.text-secondary {
  font-family: "Roboto", sans-serif;
}

.text-secondary__hardbold {
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.text-secondary__bold {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.text-secondary__partbold {
  font-family: "Lato", sans-serif;
  font-weight: 500;
}

.text-secondary__title {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.text-bold {
  font-family: "Montserrat-Bold", sans-serif;
}

.text-semibold {
  font-family: "Druk-Text-Wide-Cyr-Medium", sans-serif;
}

/* END BASE*/

/* BEGIN HEADER*/

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  font-size: 13px;
  width: 100vw;
}

.header__wrapper {
  background-color: white;
  width: 100vw;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-animation: smoothScroll 0.3s ease-in;
          animation: smoothScroll 0.3s ease-in;
}

.header__mobile {
  display: none;
}

.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.header__main-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  margin-right: 65px;
  margin-left: -10px;
}

.header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 49px;
}

.header__item_light-text {
  color: #909090;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__item_light-text > svg {
  margin-right: 7px;
}

.header__item_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__item_row .network {
  width: 40px;
  height: 40px;
  margin: 0 5px;
}

.header__item .text-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__item .text-secondary > span {
  font-size: 10px;
  font-weight: 400;
}

.header__item .delivery-time {
  font-style: italic;
}

.header__item > .login {
  padding-bottom: 4px;
}

.header__item > .auth {
  font-size: 13px;
}

.enter_text {
  font-weight: 700;
  color: #000;
}

.footer-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}

.footer-header .container:last-of-type {
  margin: 30px auto;
}

.footer-header h2 {
  color: #FF8A4E;
  font-size: 30px;
}

.footer-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.footer-header__wrapper .footer-header_block {
  margin: 0 40px;
}

.footer-header__wrapper .one_third {
  width: calc(34%);
}

.footer-header__wrapper .two_third {
  width: calc(66%);
  display: flex;
  position: relative;
  -webkit-box-shadow: 0px 16px 24px 16px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 16px 24px 16px rgba(0, 0, 0, 0.24);
}

.footer-header__wrapper .block_app_info {
  position: absolute;
  left: 3%;
  top: 4%;
  width: 50%;
}

.footer-header__wrapper .app_title {
  position: relative;
  font-size: 28px;
  font-weight: 600;
}

.footer-header__wrapper .app_desc {
  position: relative;
  margin-top: 10%;
  font-size: 16px;
  font-weight: 400;
  color: #6D7384;
}
.footer-header__wrapper .app_desc_red {
  color: #d6b1a8;
}
.footer-header__wrapper .app_title_bottom {
  position: relative;
  margin-top: 12%;
  font-size: 24px;
  font-weight: 600;
}
.footer-header_block .buttons {
  margin-top: 12%;
  display: inline-flex;
  max-width: 100%;
  align-content: center;
}

.footer-header_block .buttons a {
  margin: auto 5px;
  align-self: center;
}

.header-bottom {
  background: url(../img/sun-img-big.png?ver=1.01) left no-repeat, url(../img/sun-img-small.png?ver=1.02) right no-repeat, linear-gradient(101deg, #F2510B 0%, #FF6B2B 34.38%, #FFA37B 69.79%, #FF7C33 100%);
  padding: 11px 0 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-bottom_top {
  margin-top: 162px;
}

.header-bottom__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.header-bottom__slogan {
  font-size: 23px;
  color: white;
  margin-right: 40px;
}

.header-bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #352002;
  font-size: 14px;
}

.header-bottom__list-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 32px;
}

.header-bottom__list-part span {
  padding-bottom: 4px;
}

.header-bottom__list-part span:last-child {
  padding-bottom: 0;
}

#open-popup-delivery,
/*#open-popup-delivery_mob {
  cursor: pointer;
}*/

.content {
  display: block;
}

.content:last-child {
  display: none;
}

.open-popup-city {
  cursor: pointer;
}

.header_order_type_title{
  margin: 5px 0 0 0;
  color: #909090;
}

/* END HEADER*/

.main-content {
  padding: 50px 0;
  position: relative;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-bottom {
  width: 100vw;
  left: 0;
}

.main-preferencies-list {
  padding: 10px 0 20px;
  width: 100%;
  margin-top: -10px;
}

.main-preferencies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-preferencies:nth-child(2) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-preferencies:nth-child(3),
.main-preferencies:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.main-preferencies__text {
  font-size: 17px;
  padding: 0 22px;
}

.main-preferencies__icon {
  border: 1px solid #228B22;
  border-radius: 5px;
  padding: 7px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-preferencies__icon svg {
  height: 45px;
}

.product-list__heading {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.product-list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*max-width: 310px;*/
  width: 24%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid #E7E7E7;
  margin: 0 5px 40px 5px;
}

/*.product-item:first-child,
.product-item:nth-child(5n) {
  margin-left: 0;
}

.product-item:nth-child(4n) {
  margin-right: 0;
}*/

.product-item__img {
  width: 100%;
  min-height: 265px;
  max-height: 265px;
  height: 100%;
  position: relative;
}

.product-item__img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  padding: 0 10px;
}

.product-item__price_crossed {
  font-size: 22px;
  text-decoration: line-through;
  position: absolute;
  top: 10px;
  right: 10px;
}

.product-item__price_crossed > sup {
  font-size: 16px;
  display: inline-block;
}

.product-item__size {
  font-size: 16px;
  padding: 3px;
  border: 1px solid black;
  border-radius: 5px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: white;
}

.product-item__size_red {
  color: red;
  border-color: red;
}

.product-item__details {
  padding: 13px 10px 5px 15px;
  -webkit-box-shadow: 0px -15px 24px 0px rgba(240, 101, 40, 0.08);
          box-shadow: 0px -15px 24px 0px rgba(240, 101, 40, 0.08);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.product-item__details-heading {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-item__details-text {
  color: #868D94;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 13px;
}

.product-item__details-order-block, .combo-item__details-order-block, .product-item__details-order-block_no_hide {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 32px;
  height: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*.product-item__details-order-block > .primary-btn, .combo-item__details-order-block > .primary-btn {
  padding-left: 30px;
  padding-right: 30px;
}*/

.product-item__details-price {
  font-size: 18px;
  white-space: nowrap;
}

.product-item__additionals-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-item__additionals-list-btns {
  margin-bottom: 10px;
}

.product-item__additionals-list-btns_select-mode > .btn {
  height: 25px;
}

.product-item__additionals-list-btns_select-mode > .btn.selected {
  border: 1px solid #22A322;
}

.info-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #E6E6E6;
  border: 1px solid #E6E6E6;
  border-radius: 30px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  cursor: pointer;
}

.tabs-content-container .tab-content {
  display: none;
}

.tabs-content-container .tab-content.active {
  display: block;
}

.label-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  top: 25px;
  right: 0;
}

.label-wrapper_flag {
  top: 20px;
}

.label-wrapper img {
  height: 26px;
  padding: 0;
}

.label-wrapper .chevron_img {
  position: relative;
  margin-bottom: 8px;
}

.label-wrapper > span {
  margin-bottom: 5px;
}

.cart-mobile {
  display: none;
}

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

.mobile {
  display: none !important;
}

/* BEGIN FOOTER*/

.footer {
  width: 100%;
  background-color: black;
  color: white;
}

.footer__wrapper {
  padding: 54px 0 48px;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 22px;
}

.footer__row_bottom {
  font-size: 10px;
  border-bottom: none;
  padding-top: 13px;
  padding-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__row_bottom > div:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-left: 125px;
}

.footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__logo {
  max-width: 204px;
  padding-bottom: 16px;
  display: inline-block;
}

.footer__phone {
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__phone > span {
  font-size: 15px;
  opacity: 0.5;
}

.footer__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  font-size: 15px;
}

.footer__social-links a {
  display: block;
}

.footer__social-links a:first-child {
  margin-right: 19px;
}

.footer__nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__nav-link {
  padding-bottom: 22px;
  font-size: 15px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.footer__nav-link:hover {
  color: #FF5A13;
}

.footer__nav-link:last-child {
  padding-bottom: 0;
}

.footer__nav-link_col > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__nav-link_min {
  font-size: 12px;
}

.footer__nav-link a:has(svg) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__nav-link-addition {
  color: #C4C4C4;
  font-size: 10px;
}

.footer .location-mark {
  margin-right: 8px;
}

.footer .query {
  margin-right: 8px;
}

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

.footer__btns-list_mob {
  display: none;
}

.footer__btn:first-child {
  margin-right: 18px;
}

/* END FOOTER*/

/* BEGIN BROWSER CHECK*/

/* END BROWSER CHECK*/

/* BEGIN BUTTON*/

.btn {
  position: relative;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 24px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  cursor: pointer;
  z-index: 1;
}

.btn:active,
.btn :focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
}

.btn.fw {
  width: 100%;
}

.btn label {
  cursor: pointer;
  white-space: nowrap;
}

.orange-gradient {
  background: linear-gradient(143deg, #F2520B 0%, #FFA944 100%);
  color: white;
  font-weight: 800;
}

.select-list-btn-slide {
  position: absolute;
  top: -1px;
  bottom: -1px;
  border: 0.5px solid #C9CCCF;
 
  border-radius: 56px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  /*-webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);*/
}

.select-list-blocks {
  width: 100%;
}

.primary-btn, .popup-btn, .promo-btn {
  background: #49965D;
  color: white;
  font-size: 14px;
  padding: 8px 12px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.popup-btn, .promo-btn {
  font-size: 14px;
  border-radius: 8px;
  margin: 5px 0;
  padding: 16px;
}

.promo-btn {
  font-size: 12px;
  margin: 0;
  padding: 12px 16px;
}

.primary-btn:hover, .popup-btn:hover {
  background-color: #070;
}

.primary-btn_outlined {
  background-color: #ECECEC;
  border-radius: 56px;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.02);
  padding: 10px;
  color: #868D94;
  font-size: 12px;
  border: 1px solid transparent;
}

.primary-btn_outlined.selected {
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
  color: #000000;
  background-color: white;
  padding: 15px;
}

.big-btn_outlined {
  background-color: #FFF;
  border-radius: 56px;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 10px;
  color: #868D94;
  font-size: 12px;
  border: 1px solid transparent;
}

.big-btn_outlined.selected {
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.02);
  color: #000000;
  background-color: #ECECEC;
}

.big-btn_outlined {
  background-color: white;
  border-radius: 56px;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 10px;
  color: #868D94;
  font-size: 12px;
  border: 1px solid transparent;
}

.primary-btn_transparent {
  background-color: rgba(34, 163, 34, 0.1);
  color: black;
  font-size: 14px;
}

.primary-btn_transparent:hover {
  background-color: #22A322;
}

.primary-btn_circle {
  width: 36px;
  height: 36px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50%;
}

.popup__form .popup-btn:last-of-type {
  background-color: #9DD2A5;
}
.popup__form .popup-btn:first-of-type {
  background-color: #49965D;
}
.popup__form .popup-btn:last-of-type:hover {
  background-color: #5a6;
}
.popup__form .popup-btn:first-of-type:hover {
  background-color: #070;
}

.primary-btn_circle_disabled, .primary-btn_circle_disabled:hover{
  background-color: #fff;
  color: #C9CCCF;
  border: 2px solid #C9CCCF;
}

.no-btn {
  cursor: default;
}

.popup_login_block {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
      justify-content: space-around;
  -webkit-box-align: space-around;
    -ms-flex-align:space-around;
      align-items: space-around;
  font-size: 12px;
}

.select-list-btn {
  border-radius: 56px;
  border: 0.5px solid #C9CCCF;
  background: #FFF;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.select-list-btn > .btn {
  padding: 6px 8px;
  height: 100%;
  font-size: 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.select-list-btn_wide > .btn {
  padding-left: 30px;
  padding-right: 30px;
}

.select-list-big-btn {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
  max-width: 600px;
}

.select-list-big-btn .select-list-btn-slide {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select-list-big-btn > .btn {
  padding: 12px 16px;
}

.order-type-menu .select-list-big-btn {
  width: 100%;
  margin: 0 10px;
  background-color: #F4F4F4;
}

.order-type-menu .select-list-big-btn > .btn {
  padding: 8px 20px;
}

.order-type-menu .big-btn_outlined {
  background-color: #F4F4F4;
}

.order_type_img, .order_type_img_active {
  width: 18px;
  height: 18px;
}

.big-btn_outlined.selected {
  color: #FFF;
  background-color: #49965D;
}

.btn > input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.order-count {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order-count > .primary-btn {
  max-width: 32px;
  max-height: 32px;
  width: 32px;
  height: 32px;
  color: #000;
  font-size: 16px;
}

.order-count svg {
  background-color: #49965D;
  border-radius: 30%;
}

.order-count .order-count__decrease svg {
  background-color: #F5F5F5;
}

.order-count > .primary-btn:hover {
  background-color: unset;
}

.order-count__num {
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  background-color: #FFF;
  top: -2px;
}

/* END BUTTON*/

.link-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* BEGIN MEDIA*/

/* END MEDIA*/

.no-scroll {
  overflow: hidden;
}

.block-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.chevron {
  width: 66px;
  height: 27px;
  color: white;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: -0.12px;
  text-transform: uppercase;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.chevron::before {
  margin-left: -4px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.chevron__profitible {
  background: url(/img/icon/chevron-dark-red.svg) no-repeat;
}

.chevron__profitible::before {
  content: "ВЫГОДНО";
}

.chevron__for-kids {
  background: url(/img/icon/chevron-blue.svg) no-repeat;
}

.chevron__for-kids::before {
  content: "ДЕТЯМ";
}

.chevron__juicy {
  background: url(/img/icon/chevron-green.svg) no-repeat;
}

.chevron__juicy::before {
  content: "СОЧНО";
}

.chevron__spicy {
  background: url(/img/icon/chevron-red.svg) no-repeat;
}

.chevron__spicy::before {
  content: "ОСТРО";
}

.chevron__new {
  background: url(/img/icon/chevron-purple.svg) no-repeat;
}

.chevron__new::before {
  content: "НОВИНКА";
}

.flag {
  font-family: "Druk-Text-Wide-Cyr-Medium";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  color: white;
  font-size: 10px;
  text-transform: uppercase;
}

.flag__very-spicy {
  background: url(/img/icon/flag-fire.svg) no-repeat center;
  background-size: contain;
  width: 126px;
  height: 43px;
  margin-top: -10px;
}

.flag__very-spicy::before {
  content: "очень острое";
  padding-bottom: 6px;
  padding-left: 16px;
}

.flag__very-spicy_min {
  background: url(/img/icon/flag-fire-min.svg) no-repeat center;
  background-size: contain;
  width: 52px;
  height: 32px;
}

.flag__spicy {
  background: url(/img/icon/flag-light-red.svg) no-repeat center;
  background-size: contain;
  width: 79px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flag__spicy::before {
  content: "острое";
}

.flag__spicy_min {
  background: url(/img/icon/flag-red-spicy-min.svg) no-repeat center;
  background-size: contain;
  width: 49px;
  height: 25px;
}

.flag__new {
  background: url(/img/icon/flag-purple.svg) no-repeat center;
  background-size: contain;
  width: 91px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flag__new::before {
  content: "новинка";
}

.flag__new_min {
  background: url(/img/icon/flag-purple-new-min.svg) no-repeat center;
  background-size: contain;
  width: 49px;
  height: 25px;
}

.flag__hit {
  background: url(/img/icon/flag-orange.svg) no-repeat center;
  background-size: contain;
  width: 104px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flag__hit::before {
  content: "хит продаж";
}

.flag__hit_min {
  background: url(/img/icon/flag-yellow-like.svg) no-repeat center;
  background-size: contain;
  width: 49px;
  height: 25px;
}

.flag__no-meat {
  background: url(/img/icon/flag-green.svg) no-repeat center;
  background-size: contain;
  width: 104px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flag__no-meat::before {
  content: "без мяса";
}

.flag__no-meat_min {
  background: url(/img/icon/flag-green-vegan-min.svg) no-repeat center;
  background-size: contain;
  width: 49px;
  height: 25px;
}

.flag__profitible {
  background: url(/img/icon/flag-red.svg) no-repeat center;
  background-size: contain;
  width: 89px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flag__profitible::before {
  content: "выгодно!";
}

.flag__profitible_yellow {
  background: url(/img/icon/flag-yellow.svg) no-repeat center;
  background-size: contain;
  width: 89px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flag__profitible_yellow::before {
  content: "выгодно!";
}

.flag__for-kids {
  background: url(/img/icon/flag-blue.svg) no-repeat center;
  background-size: contain;
  width: 73px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flag__for-kids::before {
  content: "детям";
}

.flag__for-kids_min {
  background: url(/img/icon/flag-blue-for-kids-min.svg) no-repeat center;
  background-size: contain;
  width: 49px;
  height: 25px;
}

.page {
  width: 100vw;
  max-width: 1440px;
  margin: 0 auto;
}

.page-container {
  padding: 23px 73px 18px;
  max-width: 1440px;
  margin: auto;
}

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

.breadcrumbs__item {
  color: #7A7F84;
  padding-right: 9px;
}

.breadcrumbs__item_current {
  color: #F06528;
}

.breadcrumbs__separartor {
  padding-right: 11px;
}

.page-heading {
  margin: 41px 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-heading__additional-text {
  width: 262px;
  font-size: 17px;
  color: #7A7F84;
}

.page-heading > h2 {
  font-size: 40px;
  margin-right: 48px;
}

.map {
  border-radius: 32px;
  width: 100%;
  height: 100%;
  position: relative;
}

.map > img {
  border-radius: 32px;
  -o-object-fit: conatin;
     object-fit: conatin;
}

.map__label {
  position: absolute;
  border-radius: 15px;
  background: #FFF;
  width: 204px;
  top: 50px;
  left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
}

.map__label_red {
  background: #E74040;
  color: white;
  right: 50px;
  left: auto;
  bottom: 50px;
  top: auto;
  font-size: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

.map__label_red > span {
  font-size: 12px;
  text-transform: none;
}

.fader-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background-color: rgba(72, 72, 72, 0.4);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup.open,
.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup__content,
.popup.active .popup__content {
  -webkit-transform: perspective(600px) translate(0px, 0px) rotateX(0deg);
          transform: perspective(600px) translate(0px, 0px) rotateX(0deg);
  opacity: 1;
}

.popup__heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 23px;
}

.popup__heading_modal {
  margin-bottom: 13px;
}

.popup__form {
  max-width: 520px;
  max-height: 780px;
  height: auto;
  width: 500px;
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 31px 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  font-size: 16px;
}

#popup_delivery .popup__form {
  padding: 25px 17px;
}

.popup__form .form-row, .popup__form .form-delivery-row {
  margin-bottom: 10px;
}

.form-delivery-row, .form-delivery-row-large {
  position: relative;
  margin: 5px 0;
}

.popup__form .form-delivery-row {
  grid-column: span 2;
  margin: 0;
}

.popup__form .form-delivery-row-large {
  grid-column: 1 / -1;
  margin: 0;
}

.popup__form .additional-fields {
  border: 0px;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(6, 1fr);
  padding: 0px;
  margin: 16px 0px 8px;
  min-width: 0px;
}

.v-align {
  align-items: center;
}
.h-align, .v-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-error{
  margin: 20px auto;
}

.site-error h2{
  margin: 5px auto;
}

.site-error div{
  margin: 5px;
}

.site-error p{
  margin: 5px;
}

/*@media screen and (max-width: 480px) {
  .popup__form .form-delivery-row .popup-input {
    flex: 0 0 50%;
    max-width: 50%;
  }
}*/

.popup__form .form-row .btn-transparent {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  margin-left: 26px;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup__form .form-row .popup-input, .popup__form .form-delivery-row .popup-input {
  max-width: 100px;
}

.popup__form .form-row .popup-input-street, .popup__form .form-delivery-row .popup-input-street {
  max-width: 100%;
}

.popup__form .form-delivery-row .popup-input {
  max-width: 100%;
}

.popup__form .form-row .maxwidth {
  max-width: 100%;
  width: 100%;
}

.popup__form .primary-btn_outlined {
  padding: 5px 30px;
}

.popup__form .primary-btn_outlined.selected {
  font-weight: 800;
}

.mob-basket-block, .mob-order-block {
  display: none;
  padding: 10px 21px;
  font-size: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}

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

.tab {
  cursor: pointer;
}

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

.popup__form {
  position: absolute;
  z-index: 999;
}

.has-error {
  border-color: red;
  color: red;
}

#popup_city .popup__form, #popup_order_type_delivery .popup__form {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

#popup_city .popup__form a, #popup_order_type_delivery .popup__form a {
  padding-bottom: 20px;
}

.popup_login_block a {
  padding-bottom: 0;
  color: #49965D;
}

.infotext {
  margin: 5px 0;
  font-size: 14px;
}

.errortext, .warningtextorder, .confirmerrortext {
  margin: 10px 0;
  font-weight: bold;
  display: none;
  flex: 0 0 100%;
  font-size: 14px;
}

.notewarning {
  color: #ff4d4d !important;
}

.errortext, .warningtextorder, .warningtextorder span, .confirmerrortext {
	color: #ff4d4d !important;
  max-width: 300px;
}

.buttons_disabled {
  cursor: default !important;
  background: #AAA9A1 !important;
}

.text_disabled {
  cursor: default !important;
  background: #868D94 !important;
}

.cursor_normal {
  cursor: default !important;
}

.dialog_form {
  text-align: center;
  align-content: center;
  align-items: center;
  width: auto;
}

.dialog_form .dialog_buttons {
  display: inline-flex;
  align-content: stretch;
  align-items: stretch;
  align-self: center;
}

.dialog_form .dialog_button {
  align-self: center;
  margin: 0 20px;
}

#messwarnpromo{
	display: none;
}

.back_lay{
  position:fixed;
  background:rgba(255,255,255,0.4);
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  z-index:99;
  display:none;
}
.lds-ring_wrap{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width: 80px;
  height: 80px;
  margin:auto;
  z-index:99;
  display:none;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fed;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fed transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#login-validate .login-error {
  border-color: #FF0000;
}
#login-validate input .login-error {
  display: block;
  text-align: right;
  margin-top: -15px;
}

.location_logo {
  width: auto;
  height: 18px;
  position: relative;
  top: -3px;
  left: -5px;
}

.location_logo_big {
  width: auto;
  height: 24px;
  position: relative;
  left: -5px;
}

.logo_img {
  width: 100px;
  height: auto;
}

.owl-carousel .owl-stage {
  display: block;
}

@media screen and (max-width: 1431px) {
  .product-item {
    max-width: unset;
    width: 30%;
    margin-left: 10px;
    margin-right: 10px;
  }

  /*.product-item:first-child {
    margin-left: 10px;
  }

  .product-item:nth-child(4n) {
    margin-right: 10px;
  }

  .product-item:nth-child(5n) {
    margin-left: 10px;
  }*/
}

@media screen and (max-width: 1280px) {
  .main-preferencies__text {
    font-size: 12px;
    padding: 0 10px;
  }
}

@media (max-width: 1188px) {
  .container {
    max-width: 970px;
  }
  .footer-header__wrapper .block_app_info {
    position: absolute;
    left: 2%;
    top: 3%;
  }
  .footer-header__wrapper .app_title {
    font-size: 24px;
  }
  .footer-header__wrapper .app_desc {
    margin-top: 9%;
    font-size: 15px;
  }
  .footer-header__wrapper .app_title_bottom {
    margin-top: 9%;
    font-size: 20px;
  }
  .footer-header_block .buttons {
    margin-top: 12%;
  }
}

@media screen and (max-width: 1149px) {
  .product-item {
    width: 45%;
  }
}

@media screen and (max-width: 992px) {
  .custom-checkbox {
    padding-right: 0;
    /*margin-bottom: 12px;*/
    font-size: 11px;
  }

  .location_logo_big {
    left: -1px;
  }

  .custom-checkbox:hover .checkmark::after {
    display: none;
  }

  main {
    padding-top: 0;
  }

  .desktop {
    display: none !important;
  }
  
  .mobile {
    display: inline-block !important;
  }

  .desktop_flex {
    display: none !important;
  }

  .cart-mobile {
    display: block;
    color: #000;
    border-top: 1px solid #000;
    /*border-radius: 50px;*/
    position: fixed;
    bottom: 0;
    background-color: white;
    z-index: 300;
    height: 60px;
    width: 100%;
    left: 0;
  }

  .cart-mobile a {
    margin: 2px auto 0 auto;
  }

  .cart-mobile img {
    width: auto;
    height: 24px;
  }

  .cart-mobile__count, .cart-mobile__count_active, .cart-mobile__text, .cart-mobile__text_active {
    text-align: center;
    align-self: center;
    align-content: center;
    position: absolute;
    z-index: 10;
  }

  .cart-mobile__count, .cart-mobile__count_active {
    font-family: "Inter", sans-serif;
    margin: 5px 0 0 5px;
    left: 9px;
    top: -4px;
    font-size: 9px;
    line-height: 10px;
    border-radius: 50%;
    background-color: #000;
    width: 14px;
    height: 14px;
    color: #FFF;
  }

  .cart-mobile__text, .cart-mobile__text_active {
    font-size: 10px;
    line-height: 10px;
    color: #212429;
    top: 35px;
  }

  .cart-mobile__text_menu {
    left: -8px;
  }

  .cart-mobile__text_basket {
    left: -7px;
  }

  .cart-mobile__text_profile {
    left: -9px;
  }

  /*.cart-mobile__text_favorite {
    left: -13px;
  }*/

  .cart-mobile__text_notification {
    left: -18px;
  }

  .cart-mobile__count {
    background-color: #909194;
  }

  .cart-mobile__text {
    color: #909194;
  }

  .cart-mobile__notification {
    background-color: #f94c48;
  }

  .cart-mobile-img-cp {
    position: relative;
    top: 6px;
  }

  .cart-mobile__count_active {
    font-weight: 600;
    color: #FFF;
  }

  .page-container {
    padding: 20px 16px 48px 16px;
  }

  .main-preferencies-list {
    display: none;
  }

  .product-list__heading {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .footer-header h2 {
    font-size: 22px;
  }

  .footer-header .container:last-of-type {
    margin-bottom: 80px;
  }

  .product-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
   /* -webkit-box-shadow: none;
            box-shadow: none;
    border: none;*/
    margin: 0 0 20px 0;
    min-height: 162px;
    -webkit-box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.08);
  }

  /*.product-item:first-child {
    margin-left: 0;
  }

  .product-item:nth-child(4n) {
    margin-right: 0;
  }

  .product-item:nth-child(5n) {
    margin-left: -20px;
  }*/

  .product-item__details {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 5px;
    width: 42%;
  }

  .product-item__details-heading {
    font-size: 14px;
    /*padding-bottom: 10px;*/
  }

  .product-item__details-text {
    font-size: 11px;
    padding-bottom: 9px;
    width: 97%;
  }

  .product-item__size {
    font-size: 12px;
  }

  .product-item__price_crossed {
    font-size: 14px;
  }

  .product-item__price_crossed > sup {
    font-size: 14px;
  }

  .product-item__details-price {
    font-size: 14px;
  }

  .product-item__img {
    width: 40%;
    height: 200px;
    min-height: unset;
    max-height: unset;
  }

  .product-item__img img {
    padding: 0;
  }

  .label-wrapper {
    top: 5px;
    /*left: 20%;
    right: unset;*/
  }

  .label-wrapper img{
    height: 20px;
  }

  .order-count > .primary-btn {
    width: 21px;
    height: 21px;
    font-size: 14px;
    padding: 0;
  }

  .order-count svg {
    width: 18px;
    height: 18px;
  }

  /*.primary-btn {
    padding: 6px 13px;
    font-size: 11px;
  }*/

  .primary-btn_outlined {
    font-size: 11px;
  }

  .popup-btn {
    padding: 16px 24px 16px 24px;
    font-size: 14px;
  }

  .select-list-btn > .btn {
    font-size: 11px;
  }

  .footer .container {
    max-width: 100%;
  }

  .footer__wrapper {
    padding: 26px 33px 10px;
  }

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

  .footer__row_bottom > .underlined {
    display: none;
  }

  .footer__row_bottom > div:nth-child(2) {
    margin-left: 0;
    font-size: 8px;
  }

  .footer__logo {
    padding-bottom: 10px;
  }

  .footer__phone {
    font-size: 16px;
  }

  .footer__phone > span {
    font-size: 8px;
  }

  .footer__social-links {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }

  .footer__social-links a:first-child {
    margin-right: 0;
  }

  .footer__social-links a:last-child {
    margin-top: 8px;
  }

  .footer__social-links .footer__social-link-email {
    display: none !important;
  }

  .footer__nav-menu {
    display: none;
  }

  .footer__btns-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .footer__btns-list_desktop {
    display: none;
  }

  .footer__btns-list_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 66px;
  }

  .footer__btns-list img {
    width: 92px;
  }

  .footer__btns-list img:first-child {
    margin-bottom: 8px;
  }

  .footer__btn:first-child {
    margin-right: 0;
  }

  .footer__bottom-info {
    margin-left: 0;
  }
  .logo_img {
    width: 80px;
    height: auto;
  }
  .footer-header__wrapper .block_app_info {
    position: absolute;
    left: 2%;
    top: 3%;
    width: 53%;
  }
  .footer-header__wrapper .app_title {
    font-size: 18px;
  }
  .footer-header__wrapper .app_desc {
    margin-top: 6%;
    font-size: 13px;
  }
  .footer-header__wrapper .app_title_bottom {
    margin-top: 6%;
    font-size: 16px;
  }
  .footer-header_block .buttons {
    margin-top: 12%;
  }
}

@media (max-width: 991.98px) {
  .container {
    max-width: 750px;
  }
}

@media (max-width: 767.98px) {
  .container {
    max-width: none;
    padding: 0 10px;
  }
}

@media screen and (max-width: 767.98px) {
  .footer__wrapper {
    padding: 33px 26px 10px;
  }
}

@media screen and (max-width: 740px) {
  .footer-header__wrapper .app_title {
    font-size: 18px;
  }
  .footer-header__wrapper .app_desc {
    margin-top: 6%;
    font-size: 12px;
  }
  .footer-header__wrapper .app_title_bottom {
    margin-top: 6%;
    font-size: 16px;
  }
}

@media screen and (max-width: 695px) {
  .footer-header__wrapper .app_title {
    font-size: 16px;
  }
  .footer-header__wrapper .app_desc {
    margin-top: 6%;
    font-size: 11px;
  }
  .footer-header__wrapper .app_title_bottom {
    margin-top: 8%;
    font-size: 13px;
  }
}

@media screen and (max-width: 620px) {
  .popup__form .additional-fields {
    gap: 8px;
    margin: 8px 0px 8px;
  }
  .select-list-big-btn {
    max-width: 100%;
  }
  .product-item {
    margin-left: -20px;
    width: 100vw;
    margin: 0 0 10px -10px;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.08);
  }

  /*.label-wrapper {
    left: 10px;
    top: 5px;
  }*/

  .product-item:first-child {
    margin-left: -10px;
  }

  .product-item__img {
    width: 40%;
    margin: auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /*.product-item__img_left-pos {
    margin-left: -2px;
  }*/

  .product-item__details {
    width: 60%;
  }

  /*.product-item__details-order-block > .primary-btn,  .combo-item__details-order-block > .primary-btn {
    padding-left: 13px;
    padding-right: 13px;
  }*/

  .label-wrapper_flag {
    left: 10%;
    top: 0;
  }

  .order-count__decrease {
    padding: 0 4px;
  }

  .order-count__increase {
    padding: 0 4px;
  }

  .mob-basket-block, .mob-order-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 30;
  }

  /*.mob-basket-block {
    bottom: 55px;
  }*/

  .mob-basket-block > .btn, .mob-order-block > .btn {
    width: 100%;
    font-size: 12px;
    white-space: nowrap;
  }

  .mob-basket-block > .btn.primary-btn_outlined, .mob-order-block > .btn.primary-btn_outlined {
    border: 1px solid #22A322;
  }

  .custom-radio-btn {
    padding: 4px 11px 4px 34px;
  }

  #popup_delivery .popup__heading span {
    margin-right: 20px;
    white-space: nowrap;
  }

  #popup_delivery .form-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  #popup_delivery .form-row button {
    margin: 0;
  }

  #popup_delivery .select-list-btn {
    margin-top: 10px;
  }

  .popup__form {
    bottom: 0;
    width: 100%;
    border-radius: 16px 16px 0 0;
    padding: 16px;
  }

  .popup .form-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flag__very-spicy {
    width: 115px;
    height: 40px;
    margin-right: -15px;
  }
  .footer {
    display: none;
  }
  .footer-header__wrapper {
    display: block;
    width: 100%;
  }
  .footer-header__wrapper .footer-header_block {
    margin: 10px 0;
  }
  .footer-header__wrapper .one_third {
    width: 100%;
  }
  .footer-header__wrapper .two_third {
    width: 100%;
    /*-webkit-box-shadow: 0px 8px 12px 8px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 8px 12px 8px rgba(0, 0, 0, 0.24);*/
    display: none;
  }

  .popup-form-close-btn {
    background: url("/img/close.png") no-repeat center;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
  }
}

@media screen and (max-width: 480px) {
  /*.label-wrapper {
    left: 0px;
  }*/
  .popup__form .form-row {
    margin-bottom: 10px;
  }
  .mob-header__tel {
    margin-right: 8px;
  }
}

@media screen and (max-width: 360px) {
  /*.product-item:has(.product-item__img_left-pos) {
    margin-left: 0;
  }*/
  .product-item:has(.product-item__img_left-pos) .product-item__details {
    width: 70%;
  }

  .product-item__img_left-pos {
    margin: 0 0 0 -2px;
    width: 45%;
  }

  .product-item__img_left-pos .label-wrapper {
    /*left: 1%;*/
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .product-item__img_left-pos .label-wrapper_flag {
    right: 0;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  /*.product-item__img_left-pos img {
    -o-object-fit: cover;
       object-fit: cover;
  }*/

  .product-item__additionals-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}