

/* Start:/local/templates/mobileapp/assets/css/slick.css?15070421691776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/mobileapp/assets/css/slick-theme.css?15545773833158*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/mobileapp/assets/css/../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/mobileapp/assets/css/../fonts/slick.eot');
    src: url('/local/templates/mobileapp/assets/css/../fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/mobileapp/assets/css/../fonts/slick.woff') format('woff'), url('/local/templates/mobileapp/assets/css/../fonts/slick.ttf') format('truetype'), url('/local/templates/mobileapp/assets/css/../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/mobileapp/assets/css/remodal.css?14841681951602*/
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* End */


/* Start:/local/templates/mobileapp/assets/css/remodal-default-theme.css?14841681955718*/
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* End */


/* Start:/local/templates/mobileapp/assets/css/style.css?156514495362264*/
/*! normalize.css v8.0.0 | 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.
 */
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic,cyrillic-ext');
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	 ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * 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;
}
html,
body {
  min-height: 100%;
}
body {
  font-family: 'PT Sans', sans-serif;
  color: #2A2A2A;
  line-height: normal;
  position: relative;
}
* {
  outline: none;
}
:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 15px 0;
}
p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0 0 15px 0;
  font-weight: 700;
}
h1.ligth,
h2.ligth,
h3.ligth,
h4.ligth,
h5.ligth,
h6.ligth {
  font-weight: normal;
  margin: 0;
}
h1 {
  font-size: 25px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 20px;
}
a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
em {
  font-size: 15px;
  color: #595959;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 14px;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.text__right {
  text-align: right;
}
.text__left {
  text-align: left;
}
.text__center {
  text-align: center;
}
.green__color {
  color: #53BE22 !important;
}
.blue__color {
  color: #2C71B3 !important;
}
.orange__color {
  color: #FE6507 !important;
}
.orange__color2 {
  color: #FF9C00!important;
}
@font-face {
  font-family: 'Glyphter';
  src: url('/local/templates/mobileapp/assets/css/../fonts/Glyphter/Glyphter.eot');
  src: url('/local/templates/mobileapp/assets/css/../fonts/Glyphter/Glyphter.eot?#iefix') format('embedded-opentype'), url('/local/templates/mobileapp/assets/css/../fonts/Glyphter/Glyphter.woff') format('woff'), url('/local/templates/mobileapp/assets/css/../fonts/Glyphter/Glyphter.ttf') format('truetype'), url('/local/templates/mobileapp/assets/css/../fonts/Glyphter/Glyphter.svg#Glyphter') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*='icon-']:before {
  display: inline-block;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-phone:before {
  content: '\0041';
}
.icon-check:before {
  content: '\0042';
}
.icon-more:before {
  content: '\0043';
}
.icon-right:before {
  content: '\0044';
}
.icon-left:before {
  content: '\0045';
}
.icon-up:before {
  content: '\0046';
}
.icon-down:before {
  content: '\0047';
}
.icon-refresh:before {
  content: '\0048';
}
.icon-calendar:before {
  content: '\0049';
}
.icon-cart:before {
  content: '\004a';
}
.icon-close:before {
  content: '\004b';
}
.icon-column:before {
  content: '\004c';
}
.icon-email:before {
  content: '\004d';
}
.icon-lock:before {
  content: '\004e';
}
.icon-opt:before {
  content: '\004f';
}
.icon-replay:before {
  content: '\0050';
}
.icon-search:before {
  content: '\0051';
}
.icon-star:before {
  content: '\0052';
}
.icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
  margin: 0 3px;
}
.button {
  width: 100%;
  background: #F3F3F3;
  padding: 15px 5px;
  color: #666666;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  line-height: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.button.ttn {
  text-transform: none;
}
.button:hover {
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background-color: #f8f8f8;
}
.button:active {
  background-color: #dadada;
}
.button.small {
  padding: 7.5px 10px;
}
.button.small.added {
  color: #40931a;
}
.button.green {
  color: #fff;
  background-color: #53BE22;
}
.button.green:hover {
  background-color: #6bdb38;
}
.button.green:active {
  background-color: #40931a;
}
.button.green.ligth {
  color: #53BE22;
  background-color: #E7FBDE;
}
.button.green.ligth:hover {
  background-color: #ffffff;
}
.button.green.ligth:active {
  background-color: #c6f5b1;
}
.button.orange {
  color: #fff;
  background-color: #FE6507;
}
.button.orange:hover {
  background-color: #fe853a;
}
.button.orange:active {
  background-color: #d15001;
}
.button.orange.ligth {
  color: #FE6507;
  background-color: #FFF5E1;
}
.button.orange.ligth:hover {
  background-color: #fff8eb;
}
.button.orange.ligth:active {
  background-color: #ffe4ae;
}
.underline__ling {
  text-decoration: underline;
  color: #656565;
}
.underline__ling:hover {
  text-decoration: none;
}
.underline__ling i {
  font-size: 9px;
  margin: 0 5px;
}
.grey {
  color: #666666;
}
.close__app {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
  color: #707070;
}
.close__app:hover {
  color: #FE6507;
}
.header__button {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
  position: relative;
  color: #707070;
}
.header__button:hover {
  color: #FE6507;
}
.header__button-cols {
  position: absolute;
  right: 7px;
  top: 7px;
  z-index: 2;
  background: #707070;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 11px;
  color: #fff;
}
.header__button.round {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #707070;
  color: #fff;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
}
.header__button.round:hover {
  background-color: #FE6507;
  color: #fff;
}
.header__button.round i {
  margin: 0;
  position: relative;
  left: -1px;
}
.color__link {
  font-weight: 700;
}
.color__link i {
  margin: 0;
  position: relative;
  font-size: 9px;
}
.color__link.orange {
  color: #FF9C00;
}
.color__link.orange2 {
  color: #FE6507;
}
.color__link.blue {
  color: #2C71B3;
}
.app__product__active {
  width: 40px;
  height: 40px;
  background-image: url("/local/templates/mobileapp/assets/css/../images/svg/app__product-added.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 80% 80%;
  background-size: 80%;
  margin-bottom: 0!important;
}
label {
  display: block;
  margin-bottom: 15px;
}
label:last-child {
  margin-bottom: 0;
}
label a {
  color: #53BE22;
  text-decoration: underline;
}
label a:hover {
  text-decoration: none;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="date"],
input[type="password"],
input[type="datetime-local"],
select,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  text-align: center;
  min-height: 50px;
  padding: 0 15px;
  border: none;
  background: #F2F2F2;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #A9A9A9;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #A9A9A9;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #A9A9A9;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #A9A9A9;
}
input[type="text"].orange__focus,
input[type="email"].orange__focus,
input[type="number"].orange__focus,
input[type="tel"].orange__focus,
input[type="search"].orange__focus,
input[type="date"].orange__focus,
input[type="password"].orange__focus,
input[type="datetime-local"].orange__focus,
select.orange__focus,
textarea.orange__focus {
  background: #FFFFFF;
  -webkit-box-shadow: inset 0px 0px 5px rgba(0, 1, 1, 0.23);
  box-shadow: inset 0px 0px 5px rgba(0, 1, 1, 0.23);
  border: 1px solid #EFD5C4;
}
input[type="text"].error,
input[type="email"].error,
input[type="number"].error,
input[type="tel"].error,
input[type="search"].error,
input[type="date"].error,
input[type="password"].error,
input[type="datetime-local"].error,
select.error,
textarea.error {
  background: #FFFFFF;
  border: 2px solid #FF6600;
  -webkit-box-shadow: inset 0px 0px 5px rgba(0, 1, 1, 0.23);
  box-shadow: inset 0px 0px 5px rgba(0, 1, 1, 0.23);
}
input[type="text"].white,
input[type="email"].white,
input[type="number"].white,
input[type="tel"].white,
input[type="search"].white,
input[type="date"].white,
input[type="password"].white,
input[type="datetime-local"].white,
select.white,
textarea.white {
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 0px 5px rgba(0, 1, 1, 0.23);
  box-shadow: inset 0px 0px 5px rgba(0, 1, 1, 0.23);
}
textarea {
  text-align: left;
  padding: 20px;
  resize: none;
  min-height: 90px;
}
.input__field {
  margin-bottom: 10px;
}
.input__field-title {
  display: block;
  margin-bottom: 12px;
  color: #323232;
}
.input__field-error {
  margin-top: 15px;
  text-align: left;
}
.input__field:last-child {
  margin-bottom: 0;
}
.input__field input[type="text"],
.input__field input[type="email"],
.input__field input[type="number"],
.input__field input[type="tel"],
.input__field input[type="search"],
.input__field input[type="date"],
.input__field input[type="password"],
.input__field input[type="datetime-local"],
.input__field select,
.input__field textarea {
  max-width: 100%;
  width: 100%;
}
.input__field.ico {
  position: relative;
}
.input__field.ico input {
  padding: 0;
  text-align: left;
  padding: 0 15px 0 55px;
}
.input__field-ico {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #CECECE;
}
.input__field-ico i {
  font-size: 16px;
  line-height: 1;
}
.round__checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.round__checkbox.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.round__checkbox.reverse .round__checkbox-control {
  margin-left: 15px;
  margin-right: 0;
}
.round__checkbox input[type='checkbox'] {
  display: none;
}
.round__checkbox input[type='checkbox']:checked + .round__checkbox-control {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background-color: rgba(83, 190, 34, 0.3);
}
.round__checkbox input[type='checkbox']:checked + .round__checkbox-control:before {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  left: -webkit-calc(100% - 18px);
  left: calc(100% - 18px);
  background-color: #53BE22;
}
.round__checkbox-control {
  position: relative;
  width: 30px;
  min-width: 30px;
  height: 12px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: #F3F3F3;
  margin: 3px 0;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 15px;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.round__checkbox-control:last-child {
  margin-left: 15px;
  margin-right: 0;
}
.round__checkbox-control:before {
  content: "";
  width: 18px;
  height: 18px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #A9A9A9;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0);
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.round__checkbox span {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
}
.rectangle__checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.rectangle__checkbox.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.rectangle__checkbox.reverse .rectangle__checkbox-control {
  margin-left: 18px;
  margin-right: 0;
}
.rectangle__checkbox input[type="checkbox"] {
  display: none;
}
.rectangle__checkbox input[type="checkbox"]:checked + .rectangle__checkbox-control {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background-color: #FE6507;
  border-color: #FE6507;
  background-image: url("/local/templates/mobileapp/assets/css/../images/svg/check-arrow.svg");
}
.rectangle__checkbox-control {
  width: 24px;
  min-width: 24px;
  height: 24px;
  border: 1px solid #F3F3F3;
  display: inline-block;
  vertical-align: bottom;
  line-height: inherit;
  margin-right: 18px;
  background-position: center 60%;
  background-repeat: no-repeat;
  -webkit-background-size: 70% 70%;
  background-size: 70%;
  cursor: pointer;
  position: relative;
  top: 5px;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.rectangle__checkbox-control:last-child {
  margin-left: 18px;
  margin-right: 0;
}
.rectangle__checkbox span {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
}
.round__radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.round__radio input[type="radio"] {
  display: none;
}
.round__radio input[type="radio"]:checked + .round__radio-control:before {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.round__radio input[type="radio"]:checked + .round__radio-control + span {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  color: #323232;
}
.round__radio-control {
  min-width: 25px;
  max-width: 25px;
  height: 25px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-right: 18px;
  position: relative;
}
.round__radio-control:before {
  content: "";
  width: 17px;
  height: 17px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  background-color: #FE6507;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.round__radio span {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #666666;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.select__types__radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}
.select__types__radio.page {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select__types__radio-item {
  display: block;
  border: 2px solid #EDEDED;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 48.5%;
  margin: 0;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.select__types__radio-item.custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px;
  width: 49%;
}
.select__types__radio-item.custom .icon {
  color: #707070;
}
.select__types__radio-item.custom .select__types__radio-item-ico {
  margin: 0 15px 0 0;
}
.select__types__radio-item.custom .select__types__radio-item-text b {
  margin: 0;
  font-size: 16px;
}
.select__types__radio-item.custom.checked .icon {
  color: #FE6507;
}
.select__types__radio-item.checked {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF5E1), to(#FFF5E1)), #C4C4C4;
  background: -webkit-linear-gradient(bottom, #FFF5E1, #FFF5E1), #C4C4C4;
  background: -o-linear-gradient(bottom, #FFF5E1, #FFF5E1), #C4C4C4;
  background: linear-gradient(0deg, #FFF5E1, #FFF5E1), #C4C4C4;
  border-color: #FE6507;
  color: #FE6507;
}
.select__types__radio-item.checked .select__types__radio-item-text span {
  color: #FE6507;
}
.select__types__radio-item.checked .select__types__radio-item-mark {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #FE6507;
  border-color: #FE6507;
  background-image: url("/local/templates/mobileapp/assets/css/../images/svg/check-arrow.svg");
}
.select__types__radio-item input[type="radio"] {
  display: none;
}
.select__types__radio-item-ico {
  font-size: 35px;
  margin-bottom: 15px;
  color: #2A2A2A;
}
.select__types__radio-item-mark {
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
  width: 25px;
  height: 25px;
  margin: 0 auto;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-bottom: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 60% 60%;
  background-size: 60%;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.select__types__radio-item-text b {
  display: block;
  margin-bottom: 5px;
}
.select__types__radio-item-text span {
  font-style: italic;
  font-size: 15px;
  color: #A8A8A8;
}
.decor__line__text {
  width: 100%;
}
.decor__line__text span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #666666;
}
.decor__line__text span:before,
.decor__line__text span:after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-color: #E2E2E2;
}
.decor__line__text span:before {
  margin-right: 10px;
}
.decor__line__text span:after {
  margin-left: 10px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  bottom: 15px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: inherit;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-border-radius: 11px;
  border-radius: 11px;
  padding: 8px 8px;
}
.slick-dots li {
  width: 6px;
  height: 6px;
  background-color: #EDEDED;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.slick-dots li.slick-active {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background-color: #FE6507;
}
.slick-dots li button {
  display: none;
}
.mark {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}
.mark.large {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.mark.gift {
  background-color: #FF9C00;
}
.mark.hit {
  background-color: #FE6507;
}
.mark.new {
  background-color: #2C71B3;
}
.mark.green {
  background-color: #53BE22;
}
.app__product {
  min-width: 130px;
  width: 130px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.app__product-img {
  min-height: 110px;
  height: 110px;
  margin-bottom: 5px;
  position: relative;
}
.app__product-img span.mark {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.app__product-img img {
  height: 110px;
  width: 110px;
}
.app__product-img img,
.app__product-img a {
  display: block;
}
.app__product-content a {
  margin-bottom: 5px;
  font-size: 14px;
  min-height: 55px;
  max-height: 55px;
}
.app__product-content a:hover {
  color: #FE6507;
}
.app__product-price.custom b {
  color: #666666;
  font-size: 20px;
}
.app__product-price.column b {
  display: block;
}
.app__product-price b {
  color: #FE6507;
}
.app__product-price span {
  color: #A8A8A8;
  text-decoration: line-through;
  font-size: 14px;
}
.app__product-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.app__product-order-item:nth-child(1) {
  width: 70px;
  min-width: 70px;
}
.app__product-order-item:nth-child(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}
.app__product-order-item:nth-child(2) a.button {
  text-transform: none;
}
@media only screen and (max-width: 370px) {
  .app__product-order-item:nth-child(2) a.button span {
    display: none;
  }
}
.line__product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #EDEDED;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.line__product-custom {
  border: none;
}
.line__product-img {
  max-width: 80px;
  min-width: 80px;
  margin-right: 10px;
  position: relative;
}
.line__product-img .mark {
  position: absolute;
  left: 0;
  top: 0;
}
.line__product-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.line__product-content a {
  margin-bottom: 5px;
}
.line__product-info.reset {
  margin: 5px 0;
}
.line__product-info li {
  width: 50%;
  color: #656565;
}
.line__product-custom {
  border-bottom: 1px solid #EDEDED;
  padding: 10px 0;
}
.line__product-custom-title {
  margin-bottom: 5px;
}
.line__product-custom .line__product {
  border-top: none;
  padding: 0;
}
.line__product-custom .line__product .app__product__cols {
  margin: 10px 0;
}
.list__menu.shadow {
  -webkit-box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.05);
}
.list__menu li {
  border-bottom: 1px solid #EDEDED;
  position: relative;
  padding-left: 15px;
}
/*.list__menu li:after {*/
  /*content: '\0044';*/
  /*font-family: 'Glyphter';*/
  /*position: absolute;*/
  /*right: 20px;*/
  /*top: 50%;*/
  /*-webkit-transform: translate(0, -50%);*/
  /*-ms-transform: translate(0, -50%);*/
  /*transform: translate(0, -50%);*/
  /*font-size: 10px;*/
  /*color: #323232;*/
/*}*/
.list__menu li:last-child {
  margin-bottom: 0;
}
.list__menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px;
  line-height: 60px;
  white-space: nowrap;
}
.list__menu-item-ico {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list__menu-item-ico img {
  width: 50px;
  height: 50px;
  display: block;
}
.list__menu-item-text {
  color: #323232;
  font-weight: 700;
  padding-left: 17px;
}
.list__menu-item-text span {
  font-weight: normal;
  color: #707070;
}
.app__center {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: calc(100vh - 60px);
}
.app__center-content {
  flex: 1 0 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}
.app__center-content-item {
  width: 100%;
}
.app__form {
  text-align: center;
  width: 100%;
}
.app__form-item {
  margin-bottom: 23px;
}
.app__form-item:last-child {
  margin-bottom: 0;
}
.app__form-item h1 {
  font-weight: normal;
  margin-bottom: 15px;
}
.app__form-item p {
  font-size: 18px;
}
.app__header {
  background-color: #000;
}
.app__header-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 15px;
}
.app__header-items-center {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 15px;
}
.app__header-items-center:first-child {
  margin: 0 15px 0 0;
}
.app__header-items-center:last-child {
  margin: 0 0 0 15px;
}
.app__header-items-center .search__form {
  position: relative;
}
.app__header-items-center .search__form:after {
  content: "";
  width: 2px;
  height: 28px;
  background-color: #2A2A2A;
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.app__promo__slider {
  overflow: hidden;
}
.app__vertical__catalog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #EDEDED;
  border-bottom: 2px solid #EDEDED;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: auto;
  -ms-overflow-style: none;
}
.app__vertical__catalog::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.app__vertical__catalog-item {
  border-right: 2px solid #EDEDED;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 90px;
  min-width: 100px;
  height: 110px;
  padding: 10px 4px 0 4px;
}
.app__vertical__catalog-item:last-child {
  border: none;
}
.app__vertical__catalog-item.current__item .app__vertical__catalog-item-text {
  color: #53BE22;
}
.app__vertical__catalog-item-ico {
  margin-bottom: 10px;
  max-height: 50px;
  min-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.app__vertical__catalog-item-ico img {
  height: 50px;
  width: 50px;
}
.app__vertical__catalog-item-text {
  font-size: 11px;
  font-weight: 700;
  color: #323232;
  line-height: 11px;
}
.app__vertical__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: auto;
  -ms-overflow-style: none;
}
.app__vertical__list::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.app__box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.app__box-title {
  padding: 25px 15px;
}
.app__box-title-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.app__box-title-flex h1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.app__box-title h2 {
  margin-bottom: 10px;
}
.app__box-title h2 i {
  font-size: 26px;
}
.app__box-content {
  padding: 0 15px 15px 15px;
}
.app__box-content.p15 {
  padding: 15px;
}
.app__box-content.custom {
  padding: 0 0px 15px 0px;
}
.app__catalog__leavel {
  text-align: center;
  padding: 35px 20px;
}
.app__catalog__leavel-ico {
  margin-bottom: 15px;
}
.app__catalog__leavel-ico img {
  width: 135px;
  height: 135px;
  display: block;
  margin: auto;
}
.app__catalog__leavel-text h1,
.app__catalog__leavel-text h2,
.app__catalog__leavel-text h3,
.app__catalog__leavel-text h4,
.app__catalog__leavel-text h5,
.app__catalog__leavel-text h6 {
  margin: 0;
  font-weight: normal;
}
.app__catalog__filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.app__dropdown {
  display: inline-block;
  position: relative;
}
.app__dropdown.active .app__dropdown-content {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  visibility: visible;
  opacity: 1;
}
.app__dropdown-header {
  color: #666666;
  background-image: url("/local/templates/mobileapp/assets/css/../images/svg/dropdown.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 20px;
  cursor: pointer;
}
.app__dropdown-header i {
  font-size: 10px;
}
.app__dropdown-content {
  top: 100%;
  position: absolute;
  background: #fff;
  left: 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.7;
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.05);
  opacity: 0;
  font-size: 14px;
  z-index: 9;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.product__catalog__show_type {
  width: 25px;
  height: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-background-size: 20px 20px;
  background-size: 20px;
  -webkit-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}
.product__catalog__show_type.row {
  background-image: url("/local/templates/mobileapp/assets/css/../images/svg/cat-type-row.svg");
}
.product__catalog__show_type.list {
  background-image: url("/local/templates/mobileapp/assets/css/../images/svg/cat-type-list.svg");
}
.app__pagination.reset {
  margin-bottom: 15px;
}
.app__pagination.reset li {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  width: -webkit-calc((100% - 60px) / 7);
  width: calc((100% - 60px) / 7);
  margin-right: 10px;
  margin-bottom: 10px;
}
.app__pagination.reset li:nth-child(7n+7) {
  margin-right: 0;
}
.app__pagination.reset li.current__item a {
  background-color: #53BE22;
  color: #fff;
}
.app__pagination.reset li a {
  display: block;
  background: #EDEDED;
  font-size: 18px;
  color: #666666;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.app__pagination.reset li a:hover {
  background-color: #53BE22;
  color: #fff;
}
@media only screen and (max-width: 370px) {
  .app__pagination.reset li a {
    height: 35px;
    line-height: 35px;
  }
}
.app__products.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.app__products.row .line__product {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  border-right: 1px solid #EDEDED;
}
.app__products.row .line__product:nth-child(2n+2) {
  border-right: none;
}
.app__products.row .line__product .line__product-img {
  text-align: center;
  width: 100%;
  min-width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
  max-height: 130px;
  min-height: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.app__products.row .line__product .line__product-img img {
  max-height: 130px;
}
.app__products.row .line__product .line__product-content {
  width: 100%;
}
.app__products.row .line__product a.button span {
  display: none;
}
/*.app__products.row .line__product .app__product__cols {*/
  /*display: none;*/
/*}*/
.app__product__cols {
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F2F2F2;
  position: relative;
}
.app__product__cols.arrow {
  position: relative;
}
.app__product__cols.arrow:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #F2F2F2;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  left: -8px;
  position: absolute;
}
.app__product__cols.small:before {
  width: 10px;
  height: 10px;
  left: -5px;
}
.app__product__cols.small button {
  height: 35px;
}
.app__product__cols button {
  width: 60px;
  height: 40px;
  border: none;
  cursor: pointer;
  background: transparent;
  position: relative;
}
@media only screen and (max-width: 370px) {
  .app__product__cols button {
    width: 30px;
  }
}
.app__product__cols button:hover:before,
.app__product__cols button:hover:after {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background-color: #FE6507;
}
.app__product__cols button:before,
.app__product__cols button:after {
  content: "";
  position: absolute;
  background-color: #707070;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.app__product__cols button.minus:before {
  width: 15px;
  height: 2px;
}
.app__product__cols button.plus:before {
  width: 15px;
  height: 2px;
}
.app__product__cols button.plus:after {
  height: 15px;
  width: 2px;
}
.app__product__cols span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #666666;
}
.app__fixed__box:not(.ui) {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.app__fixed__box-orange__message {
  background: #FFF8E7;
  height: 60px;
  padding: 0px 20px 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.app__fixed__box .button {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: 60px;
  line-height: 60px;
  white-space: normal;
  padding: 0;
}
.app__fixed__box .close__message {
  position: absolute;
  color: #fff;
  z-index: 2;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 14px;
}
.app__fixed__box .app__product__cols {
  height: 60px;
}
.app__fixed__box .app__product__cols button {
  height: 60px;
  width: 40px;
}
.app__fixed__box-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.app__fixed__box-column-item {
  width: 50%;
}
.app__fixed__box-car__order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  background-color: #fff;
}
.app__fixed__box-car__order-price {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 5px;
  font-weight: 700;
}
.app__fixed__box-car__order-price span {
  display: block;
  font-size: 14px;
  color: #656565;
}
.app__fixed__box-car__order-price b {
  font-size: 20px;
  color: #FF9C00;
}
.app__fixed__box-car__order .button {
  width: 50%;
  text-align: center;
  padding: 0;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.update__message {
  height: 60px;
  background-color: #53BE22;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 60px;
}
.not__message {
  background: #F3F3F3;
  height: 60px;
  color: #8F8F8F;
  text-align: center;
  font-weight: 700;
  line-height: 60px;
}
.app__product__articul {
  margin-top: 10px;
  color: #656565;
}
.breadcrumbs.reset {
  margin-bottom: 10px;
}
.breadcrumbs.reset li,
.breadcrumbs.reset a {
  color: #A8A8A8;
}
.breadcrumbs.reset li {
  margin-right: 10px;
}
.breadcrumbs.reset li:last-child {
  margin-right: 0;
}
.breadcrumbs.reset a:hover {
  text-decoration: underline;
}
.app__single__slider {
  position: relative;
}
.app__single__slider-marks {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.app__single__slider-marks li {
  margin-right: 10px;
}
.app__single__slider-marks li:last-child {
  margin-right: 0;
}
.app__single__slider-inner-item img {
  display: block;
  margin: 0 auto;
}
.app__single__slider .slick-dots {
  background: transparent;
}
.app__single__slider .slick-dots li {
  background: #C4C4C4;
}
.app__single__slider .slick-dots li.slick-active {
  background-color: #53BE22;
}
.app__single__order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
}
.app__single__order-price strong {
  display: block;
  color: #FE6507;
  font-size: 25px;
  margin-bottom: 10px;
}
.app__single__order-price b {
  color: #666666;
}
.app__single__order-price b span {
  color: #53BE22;
}
@media only screen and (max-width: 370px) {
  .app__single__order-button .button span {
    display: none;
  }
}
.orange__message,
.grey__message,
.green__message {
  background: #FFF8E7;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 25px;
  margin-bottom: 30px;
  position: relative;
}
.orange__message.non__arrow:before,
.grey__message.non__arrow:before,
.green__message.non__arrow:before {
  display: none;
}
.orange__message:before,
.grey__message:before,
.green__message:before {
  content: "";
  width: 16.61px;
  height: 16.61px;
  background: #FFF8E7;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 20px;
  top: -8px;
  position: absolute;
}
.orange__message p,
.grey__message p,
.green__message p {
  color: #656565;
}
.grey__message {
  background: #F3F3F3;
}
.grey__message:before {
  background: #F3F3F3;
}
.green__message {
  background: #E7FBDE;
}
.green__message:before {
  background: #E7FBDE;
}
.app__product__info h1,
.app__product__info h2 {
  font-size: 25px;
}
.app__product__info h1,
.app__product__info h2,
.app__product__info h3,
.app__product__info h4,
.app__product__info h5,
.app__product__info h6 {
  margin-bottom: 15px;
}
.app__product__info h3 {
  font-size: 20px;
}
.app__product__info p,
.app__product__info li {
  line-height: 31px;
  color: #656565;
}
.app__product__info .app__products {
  margin-bottom: 25px;
}
.app__product__info .line__product {
  border-top: none;
  border-bottom: 1px solid #EDEDED;
}
.table__inner {
  overflow-y: auto;
  margin-bottom: 25px;
}
.table__inner table {
  border-collapse: collapse;
  width: 100%;
}
.table__inner table td {
  padding: 5px 0;
  font-size: 18px;
  color: #656565;
}
.table__inner table td small {
  display: block;
}
.ico__message {
  display: block;
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 30px;
  font-weight: 700;
}
.ico__message.info {
  background-image: url("/local/templates/mobileapp/assets/css/../images/svg/info-orange.svg");
}
.ico__message.check__green {
  background-image: url("/local/templates/mobileapp/assets/css/../images/svg/check-green.svg");
}
.ico__message.check__grey {
  background-image: url("/local/templates/mobileapp/assets/css/../images/svg/check-grey.svg");
}
.empty__cart__item {
  text-align: center;
  width: 100%;
}
.empty__cart__item i {
  font-size: 70px;
  margin-bottom: 15px;
  color: #707070;
  display: block;
}
.empty__cart__item-messge {
  /*position: absolute;*/
  /*left: 50%;*/
  /*bottom: 0;*/
  /*bottom: 10px;*/
  /*transform: translate(-50%, 0);*/
  margin: 0 auto;
  box-sizing: border-box;
  width: 230px;
  text-align: center;
  color: #707070;
  padding-bottom: 75px;
  /*background-image: url("/local/templates/mobileapp/assets/css/../images/svg/carg-empty-arrow.svg");*/
  /*background-position: 40px bottom;*/
  /*background-repeat: no-repeat;*/
}
/*@media screen and (max-height: 410px) {*/
  /*.empty__cart__item-messge {*/
    /*display: none;*/
  /*}*/
/*}*/
.img__bg__item {
  min-height: 150px;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.img__bg__item-inner-ico {
  margin-bottom: 8px;
}
.img__bg__item-inner-text {
  color: #fff;
}
.img__bg__item h1 {
  font-size: 20px;
  margin: 0;
}
.search__form.black {
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.05);
}
.search__form.black input {
  background-image: url("/local/templates/mobileapp/assets/css/../images/svg/search.svg");
  background-position: 20px center;
  padding: 0 20px 0 55px;
  color: #000;
  min-height: 60px;
}
.search__form.black input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent;
}
.search__form.black input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
.search__form.black input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
}
.search__form.black input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}
.search__form.black input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #A8A8A8;
}
.search__form.black input::-moz-placeholder {
  /* Firefox 19+ */
  color: #A8A8A8;
}
.search__form.black input:-ms-input-placeholder {
  /* IE 10+ */
  color: #A8A8A8;
}
.search__form.black input:-moz-placeholder {
  /* Firefox 18- */
  color: #A8A8A8;
}
.search__form input {
  background: transparent;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
  text-align: left;
  background-image: url("/local/templates/mobileapp/assets/css/../images/svg/search-white.svg");
  background-repeat: no-repeat;
  background-position: 0px center;
  width: 100%;
  padding: 0 15px 0px 35px;
}
.search__form input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent;
}
.search__form input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
.search__form input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
}
.search__form input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}
.search__form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.search__form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.search__form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.search__form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.app__start {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-image: url("/local/templates/mobileapp/assets/css/../images/start-bg.png");
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.app__start-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  height: 100%;
  padding: 85px 0 25px 0;
}
.app__start-logos img {
  display: block;
}
.app__start-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px;
  font-size: 15px;
  color: #626262;
}
.decor__line {
  width: 100%;
  height: 1px;
  background-color: #E0E0E0;
  margin: 25px 0;
}
.user__password {
  color: #323232;
  letter-spacing: 0.05em;
  font-size: 30px;
}
.phone__user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #F3F3F3;
  padding: 15px 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.phone__user span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
}
.phone__user a {
  text-decoration: underline;
  color: #666666;
  font-size: 14px;
  font-weight: 700;
}
.refresh__text {
  font-weight: 700;
  color: #666666;
}
.refresh__text i {
  font-size: 18px;
  margin-right: 8px;
  margin-left: 0;
}
.decor__title__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.decor__title__header-ico {
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.decor__title__header-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 17px;
}
.decor__title__header-text span {
  color: #323232;
  font-weight: 700;
}
.decor__title__header-text a {
  color: #FF9C00;
  font-weight: 700;
}
.decor__title__header-text a i {
  font-size: 10px;
}
.orders__date {
  margin-bottom: 20px;
}
.orders__date-title {
  background-image: url("/local/templates/mobileapp/assets/css/../images/svg/orders-date.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 40px;
  font-size: 18px;
  margin-bottom: 15px;
}
.orders__date-form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.orders__date-form-item input,
.orders__date-form-item button {
  max-width: 100%;
  width: 100%;
}
.orders__date-form-item:nth-child(1),
.orders__date-form-item:nth-child(2) {
  width: 35%;
}
.orders__date-form-item:nth-child(3) {
  width: 60px;
}
.orders__items-item {
  border-bottom: 2px solid #E6E6E6;
  padding: 15px 0;
}
.orders__items-item:last-child {
  border-color: transparent;
}
.orders__items-item-header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.orders__items-item-header-inner span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.orders__items-item-header-inner a i {
  font-size: 10px;
  color: #A9A9A9;
  margin: 0;
}
.orders__items-item-header-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.orders__items-item-header-info span {
  display: inline-block;
}
.orders__items-item-content {
  margin-top: 15px;
  display: none;
}
.orders__items-item-content .line__product-custom-title {
  margin-bottom: 10px;
}
.orders__items-info-box {
  background: #FAFAFA;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.orders__items-info-box-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.orders__items-info-box-header-ico {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.orders__items-info-box-header-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #2E2E2E;
  font-size: 18px;
}
.orders__items-info-box-content {
  font-size: 18px;
  color: #A9A9A9;
}
.orders__items-actions {
  text-align: center;
}
.orders__items-actions a {
  margin-bottom: 15px;
}
.orders__items-actions a:last-child {
  margin-bottom: 0;
}
.orders__items-actions a.underline__ling {
  font-size: 18px;
  color: #A9A9A9;
}
.orders__items-actions a.underline__ling i {
  font-size: 16px;
  margin-right: 10px;
}
.app__container {
  height: 100%;
  min-height: calc(100vh - 60px);
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 60px;
}
.app__container.non__header {
  margin-top: 0;
}
.app__container.app__fixed__box__active {
  margin-bottom: 60px;
  height: -webkit-calc(100% - 60px);
  height: calc(100% - 60px);
  min-height: -webkit-calc(100vh - 60px);
  min-height: calc(100vh - 60px);
}
.app__container header:not(.ui) {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.remodal {
  max-width: 100%;
  text-align: left;
}
@media only screen and (max-width: 370px) {
  .remodal {
    padding: 20px;
  }
}
.remodal.center {
  text-align: center;
}
.remodal-close {
  left: inherit;
  right: 0;
}
.remodal-header {
  margin-bottom: 25px;
  font-size: 25px;
}
.remodal-header-ico {
  margin-bottom: 10px;
}
.remodal-header p {
  font-size: 18px;
}
.remodal .button {
  margin-bottom: 10px;
}
.remodal .button:last-child {
  margin-bottom: 0;
}
.ul__box-header {
  padding: 15px 0;
}
.ul__box-content.icons i {
  font-size: 22px;
  padding: 15px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.ul__box-content.icons i:hover {
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  color: #53BE22;
}
.ul__box-content .button {
  margin-bottom: 10px;
}
.ul__box-content .button:last-child {
  margin-bottom: 0;
}

/* End */


/* Start:/local/templates/mobileapp/custom.css?15651449532552*/
.notifyjs-corner {
    right: 0;
}

.notifyjs-corner,
.notifyjs-corner .notifyjs-wrapper,
.notifyjs-corner .notifyjs-container {
    margin: 0 !important;
}

.list__menu {
    overflow-y: hidden;
}

.list__menu li {
    overflow-y: auto;
}

.list__menu-item-text {
    padding-right: 40px;
    flex: 1 1 100%;
    position: relative;
}

.list__menu-item-text:after {
    content: '\0044';
    font-family: 'Glyphter';
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 10px;
    color: #323232;
}

#basket {
    min-height: calc(100vh - 60px);
}

.emp {
    flex-direction: column;
    min-height: calc(100vh - 60px);
    flex-grow: 1;

}

.emp .empty__cart__item {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
    /*background: gray;*/
}

.ico__message.status {
    background-image: url("/local/templates/mobileapp/assets/images/svg/check-grey.svg");
}

.ico__message.status-nv, /*Невыкуп*/
.ico__message.status-ot  /*Отказ*/
{
    background-image: url("/local/templates/mobileapp/assets/images/svg/info-orange.svg");
}

.ico__message.status-f { /*Выполнен*/
    background-image: url("/local/templates/mobileapp/assets/images/svg/check-green.svg");
}

.order-container .round__radio span,
.order-checkout.v4 .round__radio span{
    font-size: 14px;
}

.app__products .app__product-order[data-entity="in-basket"] .app__product-order-item:nth-child(1) {
    display: none;
}
.app__products.row .app__product-order[data-entity="in-basket"] .app__product-order-item:nth-child(1) {
    display: block;
}

.app__products .app__product-order[data-entity="in-basket"] .app__product-order-item:nth-child(2) {
    flex-grow: 0;
}
.app__products .app__product-order[data-entity="in-basket"] .app__product-order-item:nth-child(3) {
    flex-grow: 1;
    margin-left: 20px;
}
.app__products.row .app__product-order[data-entity="in-basket"] {
    flex-wrap: wrap;
}
.app__products.row .app__product-order[data-entity="in-basket"] .app__product-order-item:nth-child(1),
.app__products.row .app__product-order[data-entity="in-basket"] .app__product-order-item:nth-child(2) {
    width: 50%;
}
.app__products.row .app__product-order[data-entity="in-basket"] .app__product-order-item:nth-child(3) {
    width: 100%;
    margin-left: 0;
}

.app__products.row .app__product__cols.small:before {
    display: none;
}

/* End */
/* /local/templates/mobileapp/assets/css/slick.css?15070421691776 */
/* /local/templates/mobileapp/assets/css/slick-theme.css?15545773833158 */
/* /local/templates/mobileapp/assets/css/remodal.css?14841681951602 */
/* /local/templates/mobileapp/assets/css/remodal-default-theme.css?14841681955718 */
/* /local/templates/mobileapp/assets/css/style.css?156514495362264 */
/* /local/templates/mobileapp/custom.css?15651449532552 */
