@charset "UTF-8";
/*! Main stylesheet */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
h1 {
  font-size: 34px !important;
  line-height: 36px;
}

@media (min-width: 769px) {
  h1 {
    font-size: 5vw !important;
    line-height: 5.1vw;
  }
}

h1.small {
  font-size: 24px !important;
  line-height: 26px;
}

@media (min-width: 769px) {
  h1.small {
    font-size: 3vw !important;
    line-height: 3.1vw;
  }
}

h2 {
  font-size: 34px;
  line-height: 36px;
  margin: 10px 0;
}

@media (min-width: 769px) {
  h2 {
    font-size: 4vw;
    line-height: 4.4vw;
  }
}

h3 {
  font-size: 28px;
  line-height: 28px;
  margin: 5px 0;
  padding-top: 30px;
}

@media (min-width: 769px) {
  h3 {
    font-size: 3vw;
    line-height: 3.2vw;
  }
}

h4 {
  font-size: 22px;
  line-height: 22px;
}

@media (min-width: 769px) {
  h4 {
    font-size: 24px;
    line-height: 24px;
  }
}

.headline {
  font-family: 'Montserrat', sans-serif;
  color: #005d8f;
  letter-spacing: .2px;
  margin: 0;
}

.headline_center {
  text-align: center;
}

.headline_centerdesk {
  padding: 20px;
}

@media (min-width: 769px) {
  .headline_centerdesk {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 60px;
  }
}

.headline_primary {
  color: #005d8f;
}

.headline_right {
  text-align: right;
}

.headline_pink {
  color: #e5006b;
}

.text {
  font-family: 'Montserrat', sans-serif;
  color: #666B6E;
  letter-spacing: .3px;
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 769px) {
  .text {
    font-size: 18px;
    line-height: 32px;
  }
}

.text_small {
  font-size: 12px;
  line-height: 16px;
}

.text_center {
  text-align: center;
}

.text a {
  color: #005d8f;
}

.text a:hover {
  color: #e5006b;
}

.text mark {
  background-color: transparent;
  color: #e5006b;
}

.text strong {
  font-weight: 600;
}

/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

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

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

body {
  font-family: 'Montserrat', sans-serif;
  color: #666B6E;
  letter-spacing: .3px;
  background: -webkit-gradient(linear, left top, right top, from(#e3ffe7), to(#d9e7ff));
  background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
}

.main {
  position: relative;
  width: 100%;
}

.hide {
  opacity: 0;
}

.disable {
  display: none !important;
}

.cover {
  width: 100%;
  min-height: 860px;
}

.container {
  background: white;
}

.container_disable {
  height: 100%;
  overflow: hidden;
}

.container a {
  text-decoration: none !important;
}

.section {
  position: relative;
  width: 100%;
}

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

.section_hero {
  padding-top: 30%;
}

@media (min-width: 769px) {
  .section_hero {
    padding-top: 100px;
  }
}

.section_regular {
  padding-bottom: 80px;
}

@media (min-width: 769px) {
  .section_regular {
    position: relative;
    padding-bottom: 120px;
  }
}

@media (min-width: 769px) {
  .section_sticky {
    position: sticky;
    top: 0;
    height: 160px;
  }
}

@media (min-width: 769px) {
  .section_aftersticky {
    top: -50vh;
  }
}

.canvas {
  display: block;
  margin: auto;
  width: 100%;
}

canvas.canvid {
  height: 100%;
}

.videowrap {
  position: relative;
  top: 0;
  width: 100%;
  min-height: 70vh;
  overflow: hidden;
}

@media (min-width: 769px) {
  .videowrap {
    max-width: 60vw;
    min-height: 400px;
  }
}

.videowrap .videoback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.videowrap .videoback video {
  width: unset;
  height: 100%;
}

@media (min-width: 769px) {
  .videowrap .videoback video {
    width: 100%;
    height: unset;
  }
}

.mobproportion .videoback video {
  height: 100%;
  width: 120%;
}

.mobproportion .canvid {
  height: 100%;
  width: 120%;
}

.steps_item {
  width: 100%;
}

.steps_item .canvid {
  height: 100%;
  width: 100%;
}

.mob {
  display: block;
}

@media (min-width: 769px) {
  .mob {
    display: none !important;
  }
}

.desk {
  display: none;
}

@media (min-width: 769px) {
  .desk {
    display: block;
  }
}

.imgmat {
  width: 100%;
}

@media (min-width: 769px) {
  .imgmat {
    width: unset;
  }
}

.imgmat img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.imgmat_fix {
  position: sticky;
  top: 0;
}

.imgmat_safe {
  position: absolute;
  z-index: -20;
  height: 100%;
}

@media (min-width: 769px) {
  .imgmat_safe {
    height: 100%;
  }
}

.contentcover {
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 0;
  margin-bottom: 30%;
}

.contentcover .text {
  color: white;
  text-shadow: 0 2px 4px rgba(57, 57, 57, 0.2);
}

@media (min-width: 769px) {
  .contentcover {
    width: 60%;
    margin: 0;
    left: 20%;
    padding-bottom: 20%;
  }
  .contentcover .text {
    color: white;
    font-size: 2vw;
    line-height: 2.4vw;
  }
}

.graphmat {
  width: 100%;
  position: absolute;
}

.graphmat img {
  width: 100%;
}

.graphmat_over {
  position: relative;
  margin-top: -30%;
}

@media (min-width: 769px) {
  .graphmat_over {
    margin-left: -5%;
    width: 50%;
    margin-top: unset;
  }
}

@media (min-width: 769px) {
  .graphmat_overflip {
    left: 5%;
  }
}

.graphmat_sideright {
  padding-left: 60px;
}

@media (min-width: 769px) {
  .graphmat_sideright {
    padding-left: 25%;
  }
}

.graphmat_sideleft {
  padding-right: 60px;
}

@media (min-width: 769px) {
  .graphmat_sideleft {
    padding-right: 30%;
  }
}

.contentpatron {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

@media (min-width: 769px) {
  .contentpatron {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 769px) {
  .contentpatron_full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contentpatron_hero {
  padding-top: 15%;
}

@media (min-width: 769px) {
  .contentpatron_hero {
    padding-top: 80px;
  }
}

@media (min-width: 769px) {
  .contentpatron_flip {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.contentpatron .contentwrapper {
  position: relative;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding: 15% 0 30% 0;
  margin-top: 25%;
}

@media (min-width: 769px) {
  .contentpatron .contentwrapper {
    width: 70%;
    padding: 5% 0;
    margin-top: 5%;
  }
}

.contentpatron .contentwrapper_full {
  margin: 0;
  padding: 0;
  width: 100%;
}

.contentpatron .contentwrapper_full .headline {
  color: #005d8f;
}

.contentpatron .contentwrapper_sideleft {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.contentpatron .contentwrapper_sideright {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (min-width: 769px) {
  .contentpatron .contentwrapper_sideright {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.contentpatron .contentwrapper_pink {
  background: rgba(245, 181, 201, 0.85);
}

.contentpatron .contentwrapper_pink .headline, .contentpatron .contentwrapper_pink .text {
  color: white;
}

.contentpatron .contentwrapper_higer {
  margin-top: 50%;
}

@media (min-width: 769px) {
  .contentpatron .contentwrapper_higer {
    margin-top: 5%;
  }
}

.contentpatron .contentwrapper_blue {
  background: rgba(0, 93, 143, 0.84);
}

.contentpatron .contentwrapper_blue .headline, .contentpatron .contentwrapper_blue .text {
  color: white;
}

.popup_holder {
  position: fixed;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
  top: 0;
  background: rgba(245, 181, 201, 0.76);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}

.popup_holder .headline, .popup_holder .text, .popup_holder a {
  text-align: center;
}

.content {
  position: relative;
  padding: 0 20px 10px 20px;
}

.contentholder {
  position: relative;
  padding: 0 20px 10px 20px;
}

@media (min-width: 769px) {
  .contentholder {
    padding: 0 20% 40px 20%;
  }
}

.contentholder_accent {
  background: lightblue;
  border-radius: 8px;
  padding: 20px;
  margin: 0 20px 10px 20px;
}

@media (min-width: 769px) {
  .contentholder_accent {
    padding: 40px 35px;
    margin: 0 20% 40px 20%;
  }
  .contentholder_accent p {
    margin-top: 0;
  }
}

.contentholder_accent_bottle {
  background: rgba(245, 181, 201, 0.88);
  width: 100%;
  margin: 0;
}

.contentholder_accent_bottle p {
  color: #fff;
  font-size: 16px;
}

.contentholder_accent_bottle p a {
  color: #fff;
  font-width: 600;
  font-size: 18px;
  text-decoration: underline !important;
}

.contentholder_accent_bottle span {
  font-size: 14px;
  color: #e5006b;
  display: block;
}

.contentholder_top {
  position: relative;
  bottom: unset;
  top: 20%;
}

.contentholder .content_ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  width: 150px;
  height: 90px;
  left: -80px;
  border-radius: 50px;
  -webkit-box-shadow: rgba(34, 52, 43, 0.2) 0 4px 16px;
          box-shadow: rgba(34, 52, 43, 0.2) 0 4px 16px;
}

@media (min-width: 769px) {
  .contentholder .content_ico {
    width: 200px;
    left: -140px;
  }
}

.contentholder .content_ico img {
  position: absolute;
  right: 0;
  height: 100%;
}

.contentholder_white p, .contentholder_white h1, .contentholder_white h2, .contentholder_white h3, .contentholder_white .text, .contentholder_white .headline {
  color: white;
}

@media (min-width: 769px) {
  .contentholder_white p, .contentholder_white h1, .contentholder_white h2, .contentholder_white h3, .contentholder_white .text, .contentholder_white .headline {
    color: #005d8f;
  }
}

.contentholder_ofset {
  position: absolute;
  height: 240px;
  bottom: 0;
  width: 100%;
  padding: 20px 40px;
  left: 0;
}

@media (min-width: 769px) {
  .contentholder_ofset {
    width: 40%;
    background: rgba(255, 251, 251, 0.8);
    border-radius: 30px;
    margin: 8%;
    height: unset;
    max-height: 340px;
    left: unset;
  }
}

.contentholder_relative {
  position: relative;
  width: 100%;
  padding: 20px 40px;
  left: 0;
}

.imgline {
  background-image: url("../media/pattern_bag.jpg");
  position: relative;
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}

@media (min-width: 769px) {
  .imgline {
    height: 420px;
    background-repeat: repeat-x;
    background-size: contain;
  }
}

.contenthero {
  position: relative;
  padding: 20% 20px 0 20px;
  z-index: 400;
}

@media (min-width: 769px) {
  .contenthero {
    padding: 10% 20% 6% 20%;
  }
}

@media (min-width: 769px) {
  .contenthero .logo {
    width: 50%;
  }
}

.contentregular {
  position: relative;
  padding: 0 20px;
}

@media (min-width: 769px) {
  .contentregular {
    padding: 0 20% 60px;
  }
}

.contentregular img {
  width: 100%;
}

.contentregular_separate {
  margin-top: 40px;
}

@media (min-width: 769px) {
  .contentregular_separate {
    margin-top: 80px;
  }
}

@media (min-width: 769px) {
  .stepslist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 60px;
  }
}

.stepslist .headline {
  margin: 10px 20px 40px 40px;
}

@media (min-width: 769px) {
  .stepslist .headline {
    margin: -10px 20px 40px 40px;
  }
}

.stepslist img {
  width: 100%;
}

@media (min-width: 769px) {
  .stepslist__item {
    padding: 10px;
  }
}

.featureblock {
  margin-bottom: 60px;
}

@media (min-width: 769px) {
  .featureblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.featureblock img {
  width: 100%;
}

.featureblock .content {
  padding: 0 20px;
  position: relative;
}

@media (min-width: 769px) {
  .featureblock .content {
    width: 60%;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 60px;
  }
}

.innovation_line {
  position: relative;
  width: 100%;
  height: 620px;
  margin-top: -25%;
  background-image: url("../media/bottle_innovations.jpg");
  background-repeat: repeat-x;
  background-size: cover;
}

@media (min-width: 769px) {
  .innovation_line {
    background-size: contain;
    margin-top: -11%;
  }
}

@-webkit-keyframes innovationline {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -1020px;
  }
}

@keyframes innovationline {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -1020px;
  }
}

.headline_vector {
  width: 100%;
  margin-top: 20px;
  padding-right: 40px;
  margin-bottom: 50px;
}

@media (min-width: 769px) {
  .headline_vector {
    width: 80% !important;
    margin-bottom: 60px;
  }
}

.canvaSprite {
  width: 100%;
}

.scrollhint {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 90px;
  margin: auto;
  padding: 25px;
  pointer-events: none;
  z-index: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

@media (min-width: 769px) {
  .scrollhint {
    height: 120px;
    padding: 30px;
  }
}

.scrollhint img {
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  height: 100%;
  z-index: 300;
  -webkit-animation: hintmove 1.4s 0s ease-out infinite forwards;
          animation: hintmove 1.4s 0s ease-out infinite forwards;
}

@-webkit-keyframes hintmove {
  0% {
    top: 0;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0;
  }
}

@keyframes hintmove {
  0% {
    top: 0;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0;
  }
}

#app-pop-firs {
  padding: 0;
}

#app-pop-firs .link-auth {
  margin-bottom: 20px;
  border: 2px solid #fff;
  padding: 12px 30px;
}

#app-pop-firs .link-auth:before {
  content: '';
  height: 20px;
  width: 25px;
  background-image: url(../media/user.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

#app-pop-firs .leftside {
  border-style: solid solid solid none;
  padding: 12px 15px 12px 10px;
  margin-bottom: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

#app-pop-firs .rightside {
  padding: 12px 10px 12px 15px;
  margin-bottom: 20px;
}

.app-head {
  color: #ffffff;
  text-align: center;
}

.app-head b {
  color: #ffffff;
}

.add-qr-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 0 10px 0;
}

.add-qr-box .item {
  border: 3px solid #f6bed0;
  border-radius: 3px;
}

.add-qr-box .item.tns-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.add-qr-box .code {
  width: 300px;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
}

.add-qr-box span.btn {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  margin: 2px 10px;
  border-radius: 50%;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 34px;
}

.add-qr-box span.btn:hover {
  border: 2px solid #e5006b;
  color: #e5006b;
}

div.ptr--ptr {
  -webkit-box-shadow: 1px 3px 5px #f6bed0;
          box-shadow: 1px 3px 5px #f6bed0;
  background-color: #ffffff;
}

div.ptr--ptr .ptr--icon, div.ptr--ptr .ptr--text {
  color: #e5006b;
}

.section-loading-box {
  padding-left: 30px;
  color: #e5006b;
}

.button.js-check-card {
  display: none;
}

.main-tel-list .box-tell {
  grid-gap: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 18px;
}

@media (max-width: 767px) {
  .main-tel-list .box-tell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main-tel-list .box-tell a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.main-tel-list .box-tell a:before {
  width: 22px;
  height: 22px;
}

.select-langbox {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.box-tell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  cursor: pointer;
}

.box-tell a {
  width: 102px;
  text-align: right;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-tell a:before {
  content: '';
  width: 11px;
  height: 11px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 3px;
}

.box-tell .vodafone:before {
  background-image: url("../media/v_icon.png");
}

.box-tell .kievstart:before {
  background-image: url("../media/k_logo.png");
}

.box-tell .life:before {
  background-image: url("../media/l_logo.png");
}

.contacts .sociallink a {
  width: 70px;
  height: 70px;
  border-radius: 10%;
  border: 5px solid lightblue;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts .box-tell {
  font-size: 38px;
}

.contacts .box-tell a {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 55px;
  grid-gap: 20px;
}

.contacts .box-tell a:before {
  content: '';
  width: 40px;
  height: 40px;
}

.header {
  top: 0;
  width: 100%;
  z-index: 2000;
  background: rgba(245, 181, 201, 0.88);
  height: 55px;
  position: fixed;
}

.header .select-langbox {
  cursor: pointer;
  height: 26px;
  margin: auto;
  color: #fff;
  background: unset;
  width: 47px;
  font-size: 13px;
  border: 1px solid #fff;
  border-radius: 4px;
  position: relative;
}

.header .select-langbox .select-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 5px;
  height: 23px;
  margin-right: 11px;
}

.header .select-langbox .select-text:after {
  content: '\2023';
  position: absolute;
  font-size: 20px;
  right: 5px;
  top: 1px;
}

.header .select-langbox .select-text.drop:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 2px;
}

.header .select-langbox ul {
  position: absolute;
  margin: 0;
  margin-top: 1px;
  padding: 0;
  background: #f6bed0;
  border: 1px solid #fff;
  border-radius: 4px;
  z-index: 3000;
}

.header .select-langbox ul.select-none {
  display: none;
}

.header .select-langbox ul li {
  list-style-type: none;
  background: unset;
  color: #fff;
  margin: 5px 8px;
  padding: 0;
}

.header .select-langbox ul li:hover {
  color: #e5006b;
}

.header .select-langbox ul li.selected {
  color: #f5ebef;
}

.header__container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
}

@media (min-width: 769px) {
  .header__container {
    padding: 0 2%;
  }
}

.headlogo {
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.headlogo img {
  height: 100%;
}

.headlogo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav {
  position: fixed;
  display: none;
  background: rgba(245, 181, 201, 0.76);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  top: 48px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 3000;
  opacity: .2;
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
}

@media (min-width: 769px) {
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background: unset;
    top: unset;
    opacity: 1;
  }
}

.nav.openmenu {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1151px) {
  .header div.box-tell {
    display: none;
  }
}

@media only screen and (min-width: 767px) {
  .nav a[href="/contacts"], .nav a[href="/en/contacts"] {
    display: none;
  }
}

.burger.openmenu img {
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px 0;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu [href="/card-bottle"] {
  min-width: 135px;
}

@media (min-width: 769px) {
  .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    margin: 0;
  }
}

.menu__item {
  font-family: 'Montserrat', sans-serif;
  color: #666B6E;
  letter-spacing: .3px;
  padding: 20px 30px;
  list-style-type: none;
  color: #e5006b;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  font-size: 18px;
}

@media (min-width: 769px) {
  .menu__item {
    padding: 0 20px;
    font-size: 14px;
  }
}

.menu__link {
  color: white;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

@media (min-width: 769px) {
  .menu__link:hover {
    background: rgba(255, 255, 255, 0.4);
  }
  .menu__link:hover div {
    color: #e5006b;
  }
}

.menu__link img {
  height: 60%;
}

.is-active-item {
  opacity: .5;
  pointer-events: none;
}

.langbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: white;
  padding: 10px;
}

.langbox a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.langbox.js-btn-auth a:hover {
  color: #e5006b;
}

.langbox.js-btn-auth a:hover:before {
  background-image: url("../media/user2.svg") !important;
}

.langbox.js-btn-auth a:first-child:before {
  content: '';
  height: 20px;
  width: 25px;
  background-image: url("../media/user.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.langbox a {
  text-decoration: none !important;
  color: white;
  font-size: 12px;
  margin: auto;
  margin-left: 3px;
  font-weight: bold;
}

a.mob-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
}

a.mob-auth:before {
  content: '';
  height: 20px;
  width: 25px;
  background-image: url("../media/user.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.mob-auth-menu {
  position: absolute;
  right: 0;
  top: 48px;
  margin: 0;
  padding: 10px 15px 10px 20px;
  background: rgba(245, 181, 201, 0.76);
  list-style-type: none;
  z-index: 3000;
}

.mob-auth-menu.none {
  display: none;
}

.mob-auth-menu li {
  padding-bottom: 10px;
  text-align: right;
}

.mob-auth-menu li a {
  color: #e5006b;
  font-size: 16px;
}

.app-hero-block .graphmat_over {
  width: 35%;
}

@media only screen and (max-width: 768px) {
  .app-hero-block .graphmat_over {
    display: none;
  }
}

.app-hero-block .graphmat_sideright {
  padding-left: 40%;
}

.section-app .img-app-block .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 60px;
}

@media only screen and (max-width: 768px) {
  .section-app .img-app-block .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-app .img-app-block .row .item {
  height: 100%;
  width: 100%;
}

.section-app .img-app-block .row .item span {
  padding: 10px 15px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-app .contentholder_accent .title {
  font-size: 38px;
  font-weight: 600;
}

.section-app .contentholder_accent ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

.section-app .app-qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .section-app .app-qr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-app .app-qr .app-qr-download {
  width: 100%;
  padding: 0 20%;
}

@media only screen and (max-width: 768px) {
  .section-app .app-qr .app-qr-download {
    padding: 0;
  }
}

.section-app .app-qr .app-qr-download h4 {
  font-size: 38px;
  line-height: 34px;
  margin: 30px 0;
}

.section-app .app-qr .app-qr-download strong {
  font-size: 18px;
}

.section-app .app-qr .app-qr-download .button-mobile-a-a {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.section-app .app-qr .app-qr-download .btn-apple {
  background-position: -17px;
  background-image: url("../media/desk/appstore-button.png");
  margin: 0;
  width: 250px;
  background-size: cover;
}

.section-app .app-qr .app-qr-download .btn-android {
  background-position: -17px;
  background-image: url("../media/desk/googleplay-button.png");
  margin: 0;
  width: 240px;
  background-size: cover;
}

.section-app .app-qr .aquaapp-box {
  margin: 10px 0;
  gap: 60px;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .section-app .app-qr .aquaapp-box {
    -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;
  }
}

.section-app .app-qr .aquaapp-box .aquaapp {
  border-radius: 10px;
}

.section-app .app-qr .app-qr-info {
  width: 100%;
  padding: 0 20%;
}

@media only screen and (max-width: 768px) {
  .section-app .app-qr .app-qr-info {
    padding: 0;
  }
}

.section-app .app-qr .app-qr-info .img {
  border-bottom: 5px solid #f6bed0;
  padding: 0 15%;
}

.section-app .app-qr .app-qr-info .text-block {
  font-size: 18px;
  line-height: 32px;
}

.section-app .app-qr .app-qr-info .text-block h4 {
  margin: 20px 0;
  color: #e5006b;
  font-size: 38px;
  line-height: 34px;
}

.section-app .app-qr .app-qr-info .text-block ul {
  list-style-type: decimal;
}

.section-app .app-qr .app-qr-info .imgmat {
  display: inline-block;
}

.footer {
  position: relative;
  min-height: 220px;
  background: #6286A4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__container {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.footer__container .logo {
  width: 200px;
  justify-self: center;
  margin: 20px auto;
}

.footer__container .logo img {
  width: 100%;
}

.footer_link .menu__link {
  padding: 15px 0;
  font-size: 14px;
}

.footer_link .menu__item {
  font-size: 13px;
  padding: 0 10px;
  color: #ffffff;
}

@media (min-width: 769px) {
  .footer_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.loader {
  --path: $primarycolor;
  --dot: $markcolor;
  --duration: 2s;
  width: 44px;
  height: 44px;
  position: relative;
}

.loader:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  display: block;
  background: var(--dot);
  top: 37px;
  left: 19px;
  -webkit-transform: translate(-18px, -18px);
          transform: translate(-18px, -18px);
  -webkit-animation: dotRect var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
          animation: dotRect var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}

.loader svg {
  display: block;
  width: 100%;
  height: 100%;
}

.loader svg polygon {
  fill: none;
  stroke: var(--path);
  stroke-width: 10px;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.loader svg polygon {
  stroke-dasharray: 145 76 145 76;
  stroke-dashoffset: 0;
  -webkit-animation: pathTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
          animation: pathTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}

.loader.triangle {
  width: 48px;
}

.loader.triangle:before {
  left: 21px;
  -webkit-transform: translate(-10px, -18px);
          transform: translate(-10px, -18px);
  -webkit-animation: dotTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
          animation: dotTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}

@-webkit-keyframes pathTriangle {
  33% {
    stroke-dashoffset: 74;
  }
  66% {
    stroke-dashoffset: 147;
  }
  100% {
    stroke-dashoffset: 221;
  }
}

@keyframes pathTriangle {
  33% {
    stroke-dashoffset: 74;
  }
  66% {
    stroke-dashoffset: 147;
  }
  100% {
    stroke-dashoffset: 221;
  }
}

@-webkit-keyframes dotTriangle {
  33% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  66% {
    -webkit-transform: translate(10px, -18px);
            transform: translate(10px, -18px);
  }
  100% {
    -webkit-transform: translate(-10px, -18px);
            transform: translate(-10px, -18px);
  }
}

@keyframes dotTriangle {
  33% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  66% {
    -webkit-transform: translate(10px, -18px);
            transform: translate(10px, -18px);
  }
  100% {
    -webkit-transform: translate(-10px, -18px);
            transform: translate(-10px, -18px);
  }
}

.loader {
  display: inline-block;
  margin: 0 16px;
  margin-left: 50%;
  left: -24px;
  top: 40%;
}

.loaderholder {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  z-index: 900;
  pointer-events: none;
}

.listing {
  width: 100%;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

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

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

.bottleline .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.bottleline .bottle_pic {
  width: 100%;
  height: 330px;
  border: solid 1px gray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottleline .headline {
  padding-top: 10px;
}

.bottleline .text {
  color: #005d8f;
  position: relative;
  z-index: 900;
  margin: 0;
  padding: 0;
}

.tns-controls [data-controls] {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.82);
  color: rgba(0, 140, 21, 0);
  border: none;
  top: 20%;
  z-index: 300;
  height: 60px;
  width: 60px;
  outline: none;
  -webkit-box-shadow: rgba(34, 52, 43, 0.2) 0 4px 16px;
          box-shadow: rgba(34, 52, 43, 0.2) 0 4px 16px;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}

.tns-outer [data-action] {
  display: none;
}

.tns-outer [aria-label="Carousel Pagination"] {
  display: none;
}

.tns-controls [data-controls]:disabled {
  opacity: .4;
}

.tns-controls [data-controls="next"] {
  right: 0;
  border-radius: 40px 0 0 40px;
  background-image: url("../media/round-arrow_next.svg");
}

.tns-controls [data-controls="prev"] {
  border-radius: 0 40px 40px 0;
  background-image: url("../media/round-arrow_prev.svg");
}

.hidden, .qr-link-all, section > .show-balance, .shield, .online-text-map {
  display: none;
}

.form.js-form-auth .text a {
  color: initial;
}

.danger-popup.popup_holder {
  z-index: 99999;
  color: #f7f5f5;
  background: #f0a1bade;
}

.danger-popup.popup_holder .openmap {
  text-align: center;
  color: #e5006b;
  font-weight: 600;
  border-bottom: 1px solid;
}

.danger-popup.popup_holder span {
  font-weight: bold;
  font-size: 18px;
}

.danger-popup.popup_holder ul {
  margin: 0;
  padding-left: 20px;
}

.danger-popup.popup_holder ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

.online-text-map {
  padding-left: 10px;
}

.online-text-map a {
  color: #e5006b;
  text-decoration: underline !important;
}

.title-mob-text {
  margin: 0 10px 10px 10px;
  color: #ffffff;
  font-size: 16px;
}

.button-mobile-a-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
}

.button-mobile-a-a a {
  width: 205px;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.button-mobile-a-a a.btn-apple {
  background-image: url("../media/btn-app-store-w.png");
}

.button-mobile-a-a a.btn-android {
  background-image: url("../media/btn-google-play-w.png");
  margin-left: 35px;
}

/*div.button-mobile-a-a{
  border:0;
  background-color: #ffffff;
  padding: 0 !important;
  display: flex;
  border-radius: 0 50px 50px 0px;
  border-style: solid solid solid none;
  right: 0;
  >span{
    margin-left: 0%;
    color: #e5006b;
    width: 145px;
    font-size: 14px;
  }
  a{
    display: flex;
    align-items: center;
    background-color: #e5006b;
    color: #fff;
    padding: 12px 75px;
    border-radius: 0 50px 50px 0px;
    z-index: 10;
    &:hover{
      background-color: #50d0eb;
    }
    span{
      display: inline-flex;
      height: 50px;
      width: 50px;
      border-radius: 50%;
      background-size: cover;
      margin: 0 10px;
      background-image: url("../media/btn-google-play.png");
    }
    &.btn-apple{
      background-color: #276b98;
      border-radius: 0 50px 50px 0px;
      padding-left: 60px;
      margin-left: -50px;
      z-index: 1;
      &:hover{
        background-color: #50d0eb;
      }
      span{
        background-image: url("../media/btn-app-store.png");
        margin: 5px;
        width: 40px;
        height: 40px;
      }
    }
  }
}*/
.table-info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-info > div div {
  color: #ffffff;
  width: 100%;
}

.table-info > div div:first-child {
  border-right: 1px solid #ffffff;
  margin-right: 5%;
}

.table-info span {
  display: block;
  text-align: center;
  margin-top: 25px;
  color: #e5006b;
}

.recovery {
  margin-bottom: 200px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
}

.recovery h2.headline {
  font-size: 3vw;
}

.recovery #card-order_form {
  width: 300px;
}

.recovery #card-order_form .help-block-error {
  top: 2px;
  font-size: 13px;
}

a.telegram {
  width: 50px;
  height: 50px;
  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;
  background: #fcfcfc;
  border-radius: 50%;
}

a.telegram img {
  width: 65%;
  fill: #6286a4;
}

.js-show-pass {
  width: 5%;
  height: 50px;
  background-image: url("/static/media/eyex.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
}

.js-show-pass.ie {
  background-image: url("/static/media/eye.png");
}

.indenter {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.61);
  margin: 20px 0;
}

p.text a {
  color: #fff;
  text-decoration: underline !important;
}

#app .graphmat_over {
  padding: 25px;
}

.contentholder.box-pay {
  text-align: center;
}

.contentholder.apk-contentholder {
  padding: 0 5% 40px 5%;
}

.contentholder.new-contentholder {
  padding: 0 20% 40px 5%;
}

.contentholder.new-contentholder p {
  color: #ffffff;
}

#version_site {
  font-size: 9px;
}

.box-pay .apple-pay-logo {
  background-image: url("../media/apple_logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-top: -5px;
  margin-left: 5px;
}

.box-pay .apple-pay.google {
  font-size: 14px;
}

.box-pay .apple-pay.google .apple-pay-logo {
  background-image: url("../media/google.png");
}

.box-pay .apple-pay {
  background-color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #ffff;
  height: 50px;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  font-size: 22px;
  padding: 15px;
}

.dmr_fake img {
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 425px) {
  .table-info {
    font-size: 12px;
  }
  body .item-canvas .fly-canvas .dmr:after {
    top: 18%;
    left: 41%;
    font-size: 20px;
  }
  body .item-canvas .fly-canvas:before {
    content: '34,9 см';
    position: absolute;
    right: 14%;
    top: 24%;
    font-size: 20px;
  }
  body .item-canvas .fly-canvas:after {
    width: 30px;
    height: 75%;
  }
  body .item-canvas .fly-canvas canvas {
    max-height: 320px;
    max-width: 320px;
  }
  .js-show-pass {
    width: 7%;
  }
}

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

.bottle-block-list .bottle-picture > div {
  height: 150px;
}

.item-canvas {
  height: 1800px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item-canvas .fly-canvas {
  margin-right: 10%;
  position: sticky;
  left: 0;
  top: 20px;
  max-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item-canvas .fly-canvas:before {
  content: '34,9 см';
  position: absolute;
  right: -16%;
  top: 35%;
  font-size: 24px;
}

.item-canvas .fly-canvas:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 20px;
  width: 38px;
  height: 70%;
  background-image: url("../media/desk/dmr0.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.item-canvas .fly-canvas canvas {
  max-height: 450px;
  max-width: 450px;
}

.item-canvas .fly-canvas .dmr {
  position: relative;
  text-align: center;
}

.item-canvas .fly-canvas .dmr:after {
  content: '\2300 27 см';
  position: absolute;
  top: 25%;
  left: 43%;
  font-size: 24px;
}

.item-canvas .fly-canvas .dmr img {
  width: 70%;
  height: 95%;
}

.js-terminal .cashless_payment_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}

.js-terminal .cashless_payment_type:before {
  content: '';
  height: 40px;
  width: 40px;
  margin-right: 7px;
  display: inline-block;
  background-size: cover;
  background-image: url(../media/fav/icons8-scanv-64.png);
}

.map-search {
  width: 400px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: calc(50% - 200px);
  /* padding: 20px; */
  background: #fff;
  padding: 10px 10px 0 10px;
  -webkit-box-shadow: 0px 0px 1px #666666;
  box-shadow: 0px 0px 1px #666666;
  border-radius: 5px;
}

.map-search input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000000;
  height: 35px;
  width: 100%;
  border: 1px solid #005d8f;
  border-radius: 5px;
  padding: 0 5px;
}

.map-search input:checked {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

.map-search input:focus-visible {
  outline-width: inherit;
}

.map-search .map-input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.map-search .map-input.cashless_payment_type:after {
  content: '';
  height: 30px;
  width: 30px;
  display: inline-block;
  background-size: cover;
  background-image: url(../media/fav/icons8-scanv-64.png);
}

.map-search .map-input input {
  height: 22px;
  width: 22px;
  display: inline-block;
  margin-right: 5px;
}

.pac-container {
  z-index: 9999;
}

.g-map-app {
  bottom: 25px;
  left: 0;
  position: relative;
  text-shadow: #ffffff 2px 2px 2px;
}

#appmap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
}

#appmap .app-map-text {
  z-index: 20;
  bottom: 0;
  position: absolute;
  background-color: #f0bcca;
  width: 100%;
  color: #fff;
  padding: 10px;
}

#appmap.full {
  overflow: hidden !important;
  position: fixed !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.add-section-box .app-balance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 10px;
  color: #ed4d97;
  font-weight: 600;
  font-size: 20px;
  line-height: 18px;
}

.box-appmap {
  position: relative;
  overflow: hidden;
  margin: 5px;
  /* padding: 10px; */
  -webkit-box-shadow: 0px 0px 2px 1px #f6bed0;
          box-shadow: 0px 0px 2px 1px #f6bed0;
  padding: 5px;
}

.js-action-submit .loader-app {
  position: relative;
  animation: 1s linear 0s normal none infinite running rot;
  -webkit-animation: 1s linear 0s normal none infinite running rot;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.add-qr-box .loader-app {
  animation: 1s linear 0s normal none infinite running rot;
  -webkit-animation: 1s linear 0s normal none infinite running rot;
  width: 105px;
  height: 105px;
  margin: 100px;
  background-size: cover;
  background-repeat: no-repeat;
}

.redirect-app, .info-loader {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  background: #fff;
  bottom: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.redirect-app .loader-app, .info-loader .loader-app {
  animation: 1s linear 0s normal none infinite running rot;
  -webkit-animation: 1s linear 0s normal none infinite running rot;
  width: 150px;
  height: 150px;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

@keyframes rot {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rot {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.pac-container {
  z-index: 9999;
}

section .reload-balance {
  width: 22px;
  height: 22px;
  background-image: url("../media/a-circle.svg");
  background-size: cover;
  margin-left: 10px;
}

section .reload-balance.loader-app {
  animation: 1s linear 0s normal none infinite running rot;
  -webkit-animation: 1s linear 0s normal none infinite running rot;
}

section .min-menu {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin: 10px 10% 20px 10%;
  border-bottom: 2px solid #f6bed0;
}

section .min-menu .show-balance {
  color: #f799b7;
  margin-top: inherit;
  text-align: center;
  width: inherit;
  right: 0;
  top: 10px;
  position: absolute;
  font-weight: 600;
}

section .min-menu .show-balance.tablet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  top: 0;
}

section .min-menu .card-num {
  margin-top: 25px;
}

section .min-menu a svg {
  width: 40px;
}

section .min-menu .qr-link {
  display: none;
}

section .min-menu a {
  padding: 5px 20px;
  color: #005d8f;
  font-size: 16px;
  margin-bottom: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section .min-menu a.is-active {
  background: #fff;
  border: 2px solid #f6bed0;
  border-bottom: 3px solid #fff;
  border-radius: 3px 3px 0 0;
}

.shield {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2500;
}

@media only screen and (max-width: 768px) {
  .button-mobile-a-a {
    padding: 0 5px;
  }
  .button-mobile-a-a a {
    padding: 0;
  }
  .button-mobile-a-a a.btn-android {
    margin-left: 5px;
  }
  .pay-box a {
    text-decoration: underline !important;
    color: #f799b7;
  }
  .pay-popup > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .pay-popup > div.last_text {
    color: #e5006b8c;
    font-weight: 600;
    font-size: 18px;
  }
  .pay-popup > div > span:first-child {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: 40px;
    color: #e5006b8c;
    font-weight: 600;
    padding-right: 10px;
    width: 35px;
    vertical-align: top;
    text-align: center;
    display: block;
  }
  .pay-popup > div > span:last-child {
    color: #f9f4f4;
    font-weight: 600;
  }
  .pay-box {
    text-align: center;
    margin-bottom: 10px;
  }
  .pay-box a {
    text-decoration: underline !important;
    color: #f799b7;
  }
  .popup_holder {
    position: fixed;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
    top: 0;
    background: rgba(245, 181, 201, 0.76);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
  }
  .popup_holder .headline, .popup_holder .text, .popup_holder a {
    text-align: center;
  }
  div.langbox, div.select-langbox {
    display: none;
  }
  .line_bottle_img .box_bottle_img {
    height: 100%;
    width: 320px;
    background-position: center;
  }
  .box-pay .apple-pay {
    width: 100%;
  }
  div.map-modal {
    height: 100%;
  }
  section > .show-balance {
    color: #ed4d97;
    margin-top: -30px;
    text-align: center;
    position: absolute;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section div.min-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    margin: 0;
    padding: 10px 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
    border-top: 1px solid #6286a4;
  }
  section div.min-menu .qr-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*  background: #ffffff;
          border-radius: 0 10px 0 0;
          border: 1px solid #6286a4;
          border-bottom: 0;
          border-left: 0;
          width: 75px;
          height: 75px;
          justify-content: center;
          align-content: center;
          margin-bottom: 10px;
          margin-left: -10px; */
  }
  section div.min-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
  }
  section div.min-menu a svg {
    width: 35px;
  }
  section div.min-menu a.is-active {
    border: 0;
    color: #f6bed0;
    border-top: 3px solid #f6bed0;
    background: #ffffff00;
  }
  section div.min-menu a.is-active svg g {
    fill: #f6bed0;
  }
  .remove-mapp .back {
    display: block;
  }
  .footer_link, .footer_link ~ .indenter {
    display: none;
  }
  .qr-link-all {
    position: fixed;
    border-radius: 50%;
    background: #ffffff;
    bottom: 15px;
    left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70px;
    height: 70px;
    z-index: 999;
  }
  header.header {
    height: inherit;
  }
  header.header .headlogo img {
    height: 40px;
  }
  .nav.openmenu {
    width: 70%;
  }
  .nav.openmenu .menu {
    padding: 10px 0;
  }
  .nav.openmenu .menu .menu__item {
    padding: 15px 0px 15px 20px;
    font-size: 16px;
  }
  .nav.openmenu .menu [href="/card-order"], .nav.openmenu .menu [href="/en/card-order"] {
    display: none;
  }
  .js-action-submit .loader-app {
    position: absolute;
    margin: 0;
    width: 40px;
    height: 40px;
  }
  .map-search {
    width: 100%;
    left: 0;
    top: 0;
    padding: 3px;
    height: 85px;
  }
  div.map-modal {
    height: 100%;
  }
  .map-modal div.close-btn {
    top: 90px;
  }
  .box-pay .apple-pay {
    width: 100%;
  }
  .app-map-text {
    display: none;
    color: #fff;
    background: #e5006b99;
    padding: 10px;
    margin-top: 10px;
    position: relative;
  }
  .app-map-text.max-map {
    position: fixed;
    z-index: 9999;
    bottom: 25px;
    width: 80%;
  }
  .app-map-text .csr-terminal__close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
  }
  section .js-form-card-change {
    margin-bottom: 15px;
  }
  section .js-form-card-change b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    background: red;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    border-radius: 50%;
  }
  section .js-form-card-change .form-group {
    margin-bottom: 10px;
  }
  section .js-form-card-change .qr-link-scan {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    color: #005d8f;
    text-decoration: underline !important;
  }
  section .js-form-card-change .current-card {
    margin: 5px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #666B6E;
  }
  section .js-form-card-change .current-card-text {
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 25px;
    color: #f8aed0;
    text-align: justify;
    color: #3e84aa;
  }
  section .add-qr-box .item.max {
    position: fixed;
    z-index: 9999;
    background-color: rgba(245, 181, 201, 0.76);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section .add-qr-box .item.max .code {
    width: 98%;
    border: 1px solid #f18ab3;
    padding: 0;
    margin: 1%;
    background-color: #ffffff;
    border-radius: 5px;
  }
  section h2 {
    font-size: 28px;
  }
  section .hide-app {
    display: none;
  }
}

.open-head {
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5px;
  color: #ed4d97;
}

.arrow-4 {
  border-radius: 50%;
  margin-top: -1px;
  position: relative;
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.arrow-4-left {
  margin-right: -3px;
  background-color: transparent;
  display: block;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  border-radius: 2px;
}

.arrow-4-left:after {
  content: "";
  background-color: #ed4d97;
  width: 11px;
  height: 3px;
  display: block;
  border-radius: 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1;
}

.hide-head {
  display: none;
}

.arrow-4-right {
  left: -3px;
  background-color: transparent;
  display: block;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  border-radius: 2px;
}

.arrow-4-right:after {
  content: "";
  background-color: #ed4d97;
  width: 11px;
  height: 3px;
  display: block;
  border-radius: 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1;
}

.open .arrow-4-left:after {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
}

.open .arrow-4-right:after {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}

.sociallink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fa {
  width: 50px;
  height: 50px;
  margin: 10px;
  -webkit-transition: -webkit-transform .4s ease-in;
  transition: -webkit-transform .4s ease-in;
  transition: transform .4s ease-in;
  transition: transform .4s ease-in, -webkit-transform .4s ease-in;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.fa:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.fa img {
  width: 100%;
}

.socontainer {
  position: relative;
  width: 100%;
}

.button {
  font-family: 'Montserrat', sans-serif;
  color: #005d8f;
  letter-spacing: .2px;
  margin: 0;
  border-radius: 60px;
  background: #e5006b;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  color: white;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding: 10px 20px;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .button {
    font-size: 16px;
    padding: 20px 40px;
    margin-bottom: 10px;
  }
}

.button__primary:hover {
  background: #5fc3e1;
}

.button_small {
  font-size: 10px;
  padding: 15px 20px;
}

@media (min-width: 769px) {
  .button_small {
    font-size: 12px;
  }
}

.button__secondary {
  color: #e5006b;
  background: white;
  border: 2px #e5006b;
  border-style: solid solid solid none;
  right: 0;
}

.button__secondary:hover {
  color: #5fc3e1;
  border: 2px #5fc3e1;
  border-style: solid solid solid none;
}

.button.rightside {
  border-style: solid none solid solid;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-right: 30px;
  border-radius: 50px 0px 0px 50px;
}

@media (min-width: 769px) {
  .button.rightside {
    padding-right: 40%;
  }
}

.button.leftside {
  padding-left: 30px;
  border-radius: 0 50px 50px 0px;
}

@media (min-width: 769px) {
  .button.leftside {
    padding-left: 20%;
  }
}

.button_map {
  position: absolute;
  top: 40%;
  width: 260px;
  left: -130px;
  margin-left: 50%;
  pointer-events: none;
  text-align: center;
}

.link {
  font-family: 'Montserrat', sans-serif;
  color: #666B6E;
  letter-spacing: .3px;
  color: #005d8f;
  text-decoration: underline;
  margin: auto;
}

.link:hover {
  color: #5fc3e1;
}

.link__primary {
  text-align: center;
  margin-bottom: 30px;
}

.link_mobinverse {
  color: white;
}

@media (min-width: 769px) {
  .link_mobinverse {
    color: #005d8f;
  }
}

.link__bold {
  font-family: 'Montserrat', sans-serif;
  color: #005d8f;
  letter-spacing: .2px;
  margin: 0;
  color: white;
  font-size: 18px;
  padding: 20px 0 30px 0;
}

.accordion_body {
  background-color: white;
  padding: 15px 15px 0 0;
}

@media (min-width: 769px) {
  .accordion_body {
    position: relative;
    width: 45%;
    left: unset;
  }
}

.accordion_body_center {
  padding: 15px 15px 0 0;
}

@media (min-width: 769px) {
  .accordion_body_center .panel {
    width: 80%;
    padding: 0 20%;
  }
}

.accordion {
  width: 100%;
  min-height: 96px;
  font-family: 'Montserrat', sans-serif;
  color: #005d8f;
  letter-spacing: .2px;
  margin: 0;
  font-size: 28px;
  background-color: #005d8f;
  color: white;
  cursor: pointer;
  padding: 30px 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  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: 15px;
  border-radius: 0 100px 100px 0;
  border-top: solid 3px #a8deb5;
  border-bottom: solid 2px #0a4b1c;
  -webkit-box-shadow: rgba(34, 52, 43, 0.4) 0 4px 16px;
          box-shadow: rgba(34, 52, 43, 0.4) 0 4px 16px;
  z-index: 120;
}

@media (min-width: 769px) {
  .accordion {
    padding: 30px 30px 30px 60px;
  }
}

.accordion.active {
  position: sticky;
  top: 0;
  border-radius: 0;
  margin: 0;
}

.accordion:hover {
  background-color: #e5006b;
}

.accordion:after {
  content: '\002B';
  font-weight: lighter;
  color: white;
  font-size: 38px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #e5006b;
  border-radius: 20px;
  -webkit-box-shadow: rgba(0, 67, 10, 0.55) 0 4px 10px;
          box-shadow: rgba(0, 67, 10, 0.55) 0 4px 10px;
  -webkit-transition: background .3s ease-out, padding .4s ease-out;
  transition: background .3s ease-out, padding .4s ease-out;
}

@media (min-width: 769px) {
  .accordion_centerpage {
    padding: 30px 30px 30px 20%;
  }
}

.accordion_hidecontainer {
  position: fixed;
  bottom: 0;
}

.accordion_hide {
  width: 100%;
  min-height: 26px;
  font-family: 'Montserrat', sans-serif;
  color: #005d8f;
  letter-spacing: .2px;
  margin: 0;
  font-size: 18px;
  background-color: #005d8f;
  color: white;
  cursor: pointer;
  padding: 20px 10px;
  border-bottom: solid 1px white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  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;
  border-radius: 30px 30px 0 0;
}

@media (min-width: 769px) {
  .accordion_hide {
    padding: 10px 20px;
  }
}

.accordion_hide:hover {
  background-color: #e5006b;
}

.active:after {
  content: "згорнути";
  background: #C8102E;
  width: unset;
  font-size: 14px;
  padding: 10px 20px;
}

.active {
  background-color: #e5006b;
}

.plastico {
  position: relative;
  width: 60px;
  height: 60px;
  margin-bottom: -70px;
}

.plastico img {
  width: 100%;
}

@media (min-width: 769px) {
  .plastico {
    margin-bottom: -100px;
    width: 90px;
    height: 90px;
  }
}

.inimg {
  position: relative;
  width: 100%;
}

.panel {
  padding: 0 20px;
  background-color: #d7edc4;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  border-radius: 0 0 50px;
}

@media (min-width: 769px) {
  .panel {
    padding: 0 20% 0 10%;
  }
}

.panel .headline {
  margin: 30px 0 20px 0;
}

.panel .text {
  margin-top: 15px;
  margin-bottom: 40px;
}

.panel .fa:hover {
  -webkit-transform: unset;
          transform: unset;
  background: unset;
  color: #005d8f;
}

.back {
  position: fixed;
  width: 50px;
  height: 50px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  opacity: .7;
  left: 0;
  top: 10%;
  z-index: 2000;
}

@media (min-width: 769px) {
  .back {
    top: 120px;
    width: 70px;
    height: 70px;
  }
}

.back img {
  width: 100%;
}

.back:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.vieweffect {
  -webkit-transition: opacity 0.2s ease-out, top 0.3s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  transition: opacity 0.2s ease-out, top 0.3s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  transition: opacity 0.2s ease-out, transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53), top 0.3s ease-in-out;
  transition: opacity 0.2s ease-out, transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53), top 0.3s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  opacity: .0;
  top: 80px;
}

@media (min-width: 769px) {
  .vieweffect {
    -webkit-transform: scale(1, 0.75);
            transform: scale(1, 0.75);
  }
}

@media (min-width: 769px) {
  .vieweffect .contentholder {
    top: 100px;
    -webkit-transition: top .3s ease-out;
    transition: top .3s ease-out;
  }
}

.inview {
  opacity: 1;
  top: 0;
}

@media (min-width: 769px) {
  .inview {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media (min-width: 769px) {
  .inview .contentholder {
    top: 0;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #e5006b;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #e5006b;
          box-shadow: 0 0 1px #e5006b;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switchcontainer {
  display: grid;
  grid-template-columns: 80px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.switchcontainer .control-label {
  position: relative;
}

.map-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  margin: auto;
  z-index: 5000;
}

.map-modal .close-btn {
  cursor: pointer;
  position: absolute;
  top: 5%;
  z-index: 156;
  left: 0;
}

.csr-map__map-container, .show-button {
  width: 100%;
  height: 100%;
}

.c-csr-fullpage-app {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

body.ovf-hidden {
  overflow: hidden !important;
}

.csr-map__popup {
  position: fixed;
  left: 35%;
  bottom: 10px;
  display: none;
  z-index: 9999;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: auto;
  width: 30%;
  border-radius: 5px;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  background-color: #f5b5c9;
  -webkit-transition: -webkit-transform .7s ease;
  transition: -webkit-transform .7s ease;
  transition: transform .7s ease;
  transition: transform .7s ease, -webkit-transform .7s ease;
  transition: transform .7s ease,-webkit-transform .7s ease;
}

@media only screen and (max-width: 768px) {
  .csr-map__popup {
    left: 0;
    top: inherit;
    bottom: 0;
    width: 100%;
  }
  .csr-map__popup .csr-terminal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .csr-terminal__address span {
    margin: 5px;
    font-size: 18px;
  }
}

.csr-map__popup.is-opened {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.csr-terminal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 20px 5px 20px 10px;
  grid-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.csr-terminal__head {
  padding: 2vh 2vw;
  margin-right: 70px;
}

.csr-terminal__name {
  font-size: 15px;
  color: white;
  margin: 7px 0 0 0;
}

.csr-terminal__address {
  font-size: 16px;
  font-weight: 600;
  color: white;
  margin: 0;
}

.csr-terminal__address span {
  font-weight: 400;
  font-size: 15px;
}

.csr-terminal__phone-link {
  color: inherit;
  text-decoration: none;
}

.csr-terminal__close {
  position: absolute;
  top: 0.8vh;
  right: 0.8vh;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
}

.csr-terminal__close::after, .csr-terminal__close::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: white;
  cursor: pointer;
}

.csr-terminal__close::before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
          transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.csr-terminal__close::after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
          transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.csr-terminal__body {
  padding: 0 2vw 2vh;
}

.csr-terminal__phone {
  display: block;
  margin-bottom: 1.5vh;
  margin-top: 2vh;
}

.csr-terminal__timetable {
  margin-bottom: 2vh;
}

.csr-terminal__types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vh;
}

.csr-terminal__description {
  margin-top: 2vh;
  font-size: 2vh;
  line-height: 1.4;
}

.csr-terminal__type-icon {
  max-width: 4vh;
  display: none;
}

@media only screen and (min-width: 769px) {
  .csr-terminal__type-icon {
    max-width: 2.2vw;
  }
}

.csr-terminal__type-icon.is-active {
  display: block;
}

.csr-terminal__type-icon:not(:last-child) {
  margin-right: 10px;
}

.csr-terminal__type-icon img, .csr-terminal__type-icon svg {
  display: block;
  width: 100%;
}

#auth-recovery .form-group {
  width: 40%;
}

#auth-recovery .popup-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 50%;
}

section .button.disabled {
  background: #a9b9c5;
}

section .email-valid-text {
  font-size: 13px;
  margin-top: -15px;
  margin-bottom: 15px;
  color: #e5006b;
}

.sender-text {
  text-align: center;
  color: #fff;
}

.sender-text a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline !important;
}

#video {
  display: none;
}

.js-request-card-form-success .form-group input, .js-form-new-password .form-group input {
  font-size: 22px;
  height: 50px;
}

.js-request-card-form-success p.help-block-error, .js-form-new-password p.help-block-error {
  width: 100%;
  top: 0;
}

.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.card-list .card-item {
  cursor: pointer;
  padding: 0 10px 10px;
  font-size: 18px;
  color: #005d8f;
}

.card-list .card-item.active-card {
  font-size: 20px;
  color: #e5006b;
}

.card-list .card-item:hover {
  color: #e5006b;
}

.title-card span {
  color: #e5006b;
}

.form input[disabled] {
  color: #808080;
}

.form .auth-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form .auth-block .auth-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.form .auth-block .auth-item:first-child {
  margin-right: 50px;
}

.form_separate {
  height: auto;
}

.form__type {
  font-family: 'Montserrat', sans-serif;
  color: #666B6E;
  letter-spacing: .3px;
  position: relative;
}

.form-control {
  position: relative;
  background: transparent;
  border: none;
  border-bottom: 2px solid gray;
}

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

.form-group {
  position: relative;
  height: 80px;
  width: 100%;
  clear: both;
  margin-bottom: 30px;
}

.form-group select {
  padding: 20px 0;
}

.form-group input {
  width: 100%;
  height: 60px;
  background: transparent;
  outline: none;
  font-size: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0 0 2px 0;
  color: #005d8f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 2.5px;
}

@media (min-width: 769px) {
  .form-group input {
    font-size: 32px;
  }
}

.form-group input:focus {
  border-bottom: 2px solid #005d8f;
}

.form-group input:focus + label, .form-group input + label {
  position: absolute;
  bottom: 54px;
  left: 0;
  line-height: 60px;
  pointer-events: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .auth-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form .auth-block .auth-item:first-child {
    margin-right: 0;
  }
  #video {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
  }
  #video .control-box {
    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;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    color: #fff;
  }
  #video .control-box .qr-center {
    border: 2px dashed #fff;
    width: 150px;
    height: 150px;
    border-radius: 3px;
  }
  #video .qr-err {
    position: absolute;
    display: block;
    border-radius: 5px;
    margin-bottom: 25%;
    left: 5%;
    right: 5%;
    padding: 3% 7%;
    width: 90%;
    background: #00000066;
    color: #fff;
    bottom: 0;
    z-index: 1;
    display: none;
  }
  #video .video-close {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-bottom: 5%;
    bottom: 0;
    margin-left: calc(50% - 25px);
    z-index: 1;
  }
  #video .video-close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 2px;
    background-color: white;
    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  }
  #video .video-close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 2px;
    background-color: white;
    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
  }
  form.js-add-card .text.add-card {
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 35px;
    text-align: center;
    color: #e5006b;
    background: rgba(245, 181, 201, 0.88);
  }
  form.js-add-card .qr-link-scan {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    color: #005d8f;
    text-decoration: underline !important;
  }
  form.js-add-card .form-group {
    margin-bottom: 15px;
    height: 65px;
  }
  form.js-add-card .form-group label {
    line-height: 20px;
  }
  form.js-add-card .form-group input {
    height: 50px;
    font-size: 18px;
    padding-right: 50px;
  }
  p.help-block-error {
    font-size: 12px;
    top: 3px;
  }
}

.help-block-error {
  font-family: 'Montserrat', sans-serif;
  color: #666B6E;
  letter-spacing: .3px;
  color: #e5006b;
  width: 200px;
  height: 30px;
  top: -10px;
  right: 20px;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: right;
  pointer-events: none;
}

.control-label {
  position: relative;
  width: 100%;
  opacity: .7;
}

.control-checkbox {
  text-align: left;
  float: right;
  z-index: 300;
  margin-bottom: 10px;
}

.control-checkbox input {
  text-align: left;
  left: 20px;
  position: absolute;
  width: 30px;
}

.control-checkbox label {
  font-family: 'Montserrat', sans-serif;
  color: #666B6E;
  letter-spacing: .3px;
  line-height: 12px !important;
  position: absolute !important;
  font-size: 10px !important;
  text-transform: none !important;
  text-align: left !important;
  left: 70px !important;
  bottom: 20px !important;
  width: 70% !important;
  top: 20px !important;
  pointer-events: all !important;
}

.life-search .result {
  width: 100%;
  background-color: #ffffff;
  display: inline-block;
  z-index: 100;
  position: inherit;
  max-height: 210px;
  overflow: auto;
}

.life-search .result ul {
  margin: 10px 0;
  padding: 0;
}

.life-search .result ul li {
  list-style-type: none;
  padding: 3px 5px;
  cursor: pointer;
}

.life-search .result ul li:hover {
  background-color: #d9e7ff;
}

/*# sourceMappingURL=main.css.map */
