/**

$type: type - screen, tv, etc.
$pixels: true|false - pixels instead of ems
$orientation: false|portrait|landscape - screen orientation

*/

/* Baseline, Typography & Vertical Rhythm */

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1.5;
}

body {
  -epub-hyphens: manual;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
      hyphens: manual;
  color: #333;
  font-family: "Noto IKEA Latin", Roboto, "Droid Sans", "Helvetica Neue", Helvetica, Calibri, Arial, sans-serif;
  -webkit-font-feature-settings: 'liga' 1, 'clig' 1, 'kern' 1;
          font-feature-settings: 'liga' 1, 'clig' 1, 'kern' 1;
  font-display: swap;
}

article {
  display: block;
}

aside {
  display: block;
}

canvas {
  display: block;
}

figure {
  display: block;
}

figcaption {
  display: block;
}

footer {
  display: block;
  margin-top: auto;
}

header {
  display: block;
}

hgroup {
  display: block;
}

nav {
  display: block;
}

main {
  display: block;
}

progress {
  display: block;
}

section {
  display: block;
}

summary {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 48px 0 24px;
  margin: 3rem 0 1.5rem;
  font-weight: bold;
  font-family: "Lively Headline", "Droid Serif", Cambria, Georgia, "Times New Roman", Times, serif;
  text-rendering: auto;
  page-break-after: avoid;
  -webkit-column-break-after: avoid;
     -moz-column-break-after: avoid;
          break-after: avoid;
  orphans: 3;
  widows: 3;
}

h1 {
  font-size: 39.81px;
  font-size: 2.49rem;
  line-height: 1.21;
}

h2 {
  font-size: 33.18px;
  font-size: 2.07rem;
  line-height: 1.45;
}

h3 {
  font-size: 27.65px;
  font-size: 1.73rem;
  line-height: 1.74;
}

h4 {
  font-size: 23.04px;
  font-size: 1.44rem;
  line-height: 1.04;
}

h5 {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.25;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

p, dl, dt, dd, ul, ol, pre, address, audio, video {
  margin: 24px 0;
  margin: 1.5rem 0;
}

dd, ul, ol {
  padding: 0 0 0 1em;
}

li > ul, li > ol {
  margin: 24px 0;
  margin: 1.5rem 0;
}

pre, code, samp, var, tt {
  font-family: Consolas, Monaco, "Andale Mono", "Courier New", Courier, Freemono, "Nimbus Mono L", monospace;
}

dt {
  font-weight: bold;
}

dd {
  font-style: italic;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  margin: 12px 0;
  margin: 0.75rem 0;
}

var, strong, b, dfn, acronym, abbr, kbd, th {
  font-weight: bold;
}

code, samp, var {
  color: #e30613;
}

pre {
  padding: 0 1.5em;
  overflow-x: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}

var {
  font-style: normal;
}

blockquote, em, cite, q, i {
  font-style: italic;
}

blockquote, q {
  quotes: none;
}

blockquote::before, q::before, blockquote::after, q::after {
  content: none;
}

blockquote {
  margin: 24px 3em;
  margin: 1.5rem 3em;
}

acronym, abbr, ins {
  text-decoration: none;
  cursor: help;
}

acronym, abbr, ins, mark {
  color: #4d89c8;
  border-bottom: 1px dotted #4d89c8;
}

del, strike, s {
  text-decoration: line-through;
}

acronym, abbr {
  margin: 0 -0.075em 0 0;
  letter-spacing: 0.075em;
}

sup, sub, small {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0;
}

sup, sub {
  position: relative;
}

address {
  font-style: normal;
}

del {
  color: #d5cdc1;
  border-bottom: 1px dotted #d5cdc1;
}

kbd {
  height: 22px;
  height: 1.38rem;
  line-height: 22px;
  line-height: 1.38rem;
  display: inline-block;
  padding: 0 0.25em;
  font-weight: bold;
  font-family: Consolas, Monaco, "Andale Mono", "Courier New", Courier, Freemono, "Nimbus Mono L", monospace;
  vertical-align: top;
  background: #d5cdc1;
  background-clip: padding-box;
  border-radius: 3px;
}

sup {
  top: -0.65em;
}

sub {
  bottom: -0.25em;
}

big {
  font-size: 33.18px;
  font-size: 2.07rem;
  line-height: 0;
}

u {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

td, th {
  padding: 23px 12px 24px;
  padding: 1.44rem 12px 1.5rem;
  border: 1px solid #d5cdc1;
}

caption {
  padding: 0 0 12px;
  padding: 0 0 0.75rem;
  font-weight: bold;
  text-align: left;
}

table {
  margin: 24px 0;
  margin: 1.5rem 0;
  width: 100%;
  empty-cells: hide;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

hr {
  margin: 24px 0;
  margin: 1.5rem 0;
  display: block;
  height: 0;
  padding: 0;
  border-top: 1px solid #000;
}

/* Selection */

::-moz-selection {
  color: #fff;
  background: #4d89c8;
}
::selection {
  color: #fff;
  background: #4d89c8;
}

/* Links */

a {
  color: #767571;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
}

a:visited {
  color: #767571;
}

a:hover {
  color: #ef9617;
}

a:active {
  color: #0058a3;
}

@media (pointer: coarse) {

  a {
    color: #767571;
  }

  a:visited, a:hover, a:active {
    color: #767571;
  }

}

/* Forms */

fieldset {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  position: relative;
  left: -1.5em;
  padding: 0 1.5em;
  font-weight: bold;
}

label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

input, select, button, textarea {
  margin: 0;
  font-family: inherit;
}

input, select, button {
  font-size: inherit;
}

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

input, select, textarea {
  border: 1px solid #eee9de;
}

input {
  padding: 0 12px;
}

select, button {
  text-transform: none;
}

input, select {
  vertical-align: top;
}

input[type='radio'], input[type='checkbox'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  padding: 0;
  vertical-align: middle;
  border: 0;
}

input[type='submit'], input[type='reset'], input[type='button'], input[type='search'], input[type='number'], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #767571;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #767571;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #767571;
  opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #767571;
  opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #767571;
  opacity: 1;
}

input::placeholder, textarea::placeholder {
  color: #767571;
  opacity: 1;
}

input[type='submit'], input[type='reset'], input[type='button'], button {
  height: 48px;
  height: 3rem;
  padding: 0 12px;
  border: 0;
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

input {
  height: 46px;
  height: 2.88rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type='file'] {
  height: auto;
  border: 0;
}

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

input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

select {
  height: 48px;
  height: 3rem;
  vertical-align: top;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

select[multiple] {
  height: 120px;
  height: 7.5rem;
}

textarea {
  display: block;
  height: 190px;
  height: 11.88rem;
  padding: 12px 12px;
  padding: 0.75rem 12px;
  overflow: auto;
  font-size: inherit;
}

/* Print Baseline */

@media print {

  /* Baseline, Typography & Vertical Rhythm */

  pre, code, var, acronym, abbr, ins, del {
    color: #333;
    text-decoration: none;
    border: 0;
  }

  html, body {
    background: #fff;
  }

  blockquote, img, table, tr {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }

  acronym[title]:after, abbr[title]:after, ins[title]:after, del[title]:after {
    content: " (" attr(title) ")";
  }

  @page {
    size: A4;
    margin: 0.5cm;
  }

  html {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  body {
    color: #333;
    font-size: 12pt;
    line-height: 1.5;
  }

  p {
    orphans: 3;
    widows: 3;
  }

  thead {
    display: table-header-group;
  }

  /* Links */

  a[href^='javascript:']:after, a[href^='#']:after, a[href^='mailto:']:after, a[href^='tel:']:after {
    content: '';
  }

  a {
    color: #333;
    text-decoration: none;
  }

  a:visited, a:hover, a:active {
    color: #333;
  }

  a:after {
    font-size: 90%;
    content: " (" attr(href) ")";
  }

  /* Forms */

  form, input, select, button, textarea {
    display: none;
  }

}

/* Layout */

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

html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overscroll-behavior-y: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overscroll-behavior-y: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  background: #fff;
}

body.menu-block--opened {
  height: 100vh;
  overflow: hidden;
}

iframe {
  border: none;
}

.hide-mobile {
  display: none;
}

@media only screen and (min-width: 63.94em) {

  .hide-mobile {
    display: block;
  }

}

@media only screen and (min-width: 63.94em) {

  .hide-desktop {
    display: none;
  }

}

/* Print Layout */

@media print {

  /* Layout */

  body {
    width: auto;
    min-width: 0;
    max-width: none;
    padding: 2.54cm;
  }

}

/* Reset */

/* Lists Reset */

/* Visually Hidden */

.checkboxes-grid__item-input, .checkbox__input, .form-sended .form__fields, .form-sended .form__submit, .radio__input, .toggle-switcher__input, .view-switcher__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
}

.breadcrumbs {
  padding: 0 24px;
}

@media only screen and (min-width: 63.94em) {

  .breadcrumbs {
    padding: 0 100px;
  }

}

.sticky-layout .info:first-child:not(.info--dont-first)::before, .profile::before, .banner::before, .banner__image, .card-brand--big::before, .card-brand--big::after, .card-brand__link::before, .card-brand--big .card-brand__image-holder, .card-brand__image, .card-catalog__image, .card-category:after, .card-category__stroke, .card-category__heading, a.card-category__link::before, .card-category__image, .card-offer::before, .card-offer::after, .card-offer--container, .card-offer__content, .card-offer__heading-link::before, .card-offer__image, .card-shop__heading-link::before, .card-shop__image-holder iframe, .card-shop__image, .card-vacancy__link::before, .card-vacancy__link::after, .info::before, .info--blue::before, .info--green::before, .info--red::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.sticky-layout .info:not(.info--dont-first):first-child, .profile {
  position: relative;
}

.sticky-layout .info:first-child:not(.info--dont-first)::before, .profile::before {
  position: absolute;
  display: block;
  content: '';
  border-radius: 16px;
  z-index: -1;
  position: absolute;
  top: -9999px;
}

@media only screen and (min-width: 63.94em) {

  .sticky-layout .info:first-child:not(.info--dont-first)::before, .profile::before {
    border-radius: 40px;
    top: 0;
  }

}

.search__tags, .search-results {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.search__tags::-webkit-scrollbar, .search-results::-webkit-scrollbar {
  width: 4px;
  height: 0;
}

.search__tags::-webkit-scrollbar-track, .search-results::-webkit-scrollbar-track {
  background: none;
}

.search__tags::-webkit-scrollbar-thumb, .search-results::-webkit-scrollbar-thumb {
  background: #eae3da;
  border-radius: 2px;
}

.commercial-label {
  position: relative;
}

.commercial-label:before {
  font-size: 8px;
  font-size: 0.5rem;
  position: absolute;
  bottom: 100%;
  left: 50%;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100px;
  max-height: 45px;
  margin: 0 0 15px -50px;
  padding: 8px 5px;
  color: #05676a;
  line-height: 1.15;
  text-indent: 0;
  background: #c0d9ca;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: attr(data-text);
}

.commercial-label:after {
  position: absolute;
  display: block;
  content: '';
  bottom: calc(100% + 4.95px);
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 0 0 -15px;
  border-color: #c0d9ca transparent transparent;
  border-style: solid;
  border-width: 15px 15px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.card-shop .commercial-label[data-text] {
  z-index: 10;
}

.commercial-label[data-text]:hover:before, .commercial-label[data-text]:hover:after {
  visibility: visible;
  opacity: 1;
}

@media only screen and (min-width: 105em) {

  .commercial-label:before {
    font-size: 10px;
    font-size: 0.62rem;
    width: 100px;
    margin: 0 0 15px -75px;
  }

}

@media only screen and (min-width: 63.94em) {

  .commercial-label:before {
    font-size: 10px;
    font-size: 0.62rem;
    width: 150px;
    margin: 0 0 15px -75px;
  }

}

.commercial-label {
  direction: ltr;
  text-indent: -10000px;
  position: relative;
  width: 55px;
  height: 30px;
  padding: 0;
  background-color: transparent;
}

.card-shop .commercial-label:after {
  border-width: 15px 15px 0;
}

.card-shop .commercial-label:first-of-type:before {
  right: auto;
  left: 0;
  margin: 0 0 15px 50%;
  font-weight: 400;
  border-radius: 5px 5px 5px 0;
}

.card-shop .commercial-label:first-of-type:after {
  bottom: calc(100% + 8.33px);
  left: calc(50% + 5px);
  border-width: 15px 15px 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@media only screen and (min-width: 47.94em) {

  .commercial-label:before {
    max-height: unset;
  }

}

.input {
  font-size: 12px;
  font-size: 0.75rem;
  height: 40px;
  padding: 0 15px;
  color: #767571;
  background-color: #fff;
  background-repeat: no-repeat;
  border: 2px solid #eae3da;
  border-radius: 20px;
}

.input:focus {
  -webkit-box-shadow: 0 0 0 4px #d5cdc1;
          box-shadow: 0 0 0 4px #d5cdc1;
  border: none;
}

@media only screen and (min-width: 63.94em) {

  .input {
    padding: 0 24px;
  }

}

@media only screen and (min-width: 63.94em) {

  .filter__input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

}

.input--search {
  padding-right: 51px;
  background-image: url("../images/icons/search.svg");
  background-position: calc(100% - 20px) center;
  background-size: 16px auto;
}

@media only screen and (min-width: 63.94em) {

  .input--search {
    padding-right: 70px;
    background-position-x: calc( 100% - 30px);
  }

}

.input--fluid {
  width: 100%;
  margin: 0;
}

.textarea {
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 16px;
  padding: 15px 15px;
  color: #767571;
  background-color: #fff;
  background-repeat: no-repeat;
  resize: none;
}

.js-accordion {
  position: relative;
}

.bottom-sheet {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  pointer-events: none;
}

.bottom-sheet--opened {
  z-index: 113;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  pointer-events: all;
}

.bottom-sheet--menu {
  z-index: 114;
}

.bottom-sheet--filter {
  z-index: 1;
  opacity: 1;
  pointer-events: all;
}

.bottom-sheet--city {
  z-index: 115;
}

.bottom-sheet.bottom-sheet--opened.bottom-sheet--filter {
  z-index: 113;
}

#timeslotForm .bottom-sheet {
  position: relative;
}

@media only screen and (min-width: 63.94em) {

  #timeslotForm .bottom-sheet {
    position: fixed;
  }

}

@media only screen and (min-width: 63.94em) {

  .bottom-sheet {
    top: 0;
    right: 0;
    left: unset;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }

  .bottom-sheet--menu {
    z-index: 107;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }

  .bottom-sheet--menu--opened {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }

  .bottom-sheet--opened {
    z-index: 112;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }

}

.bottom-sheet--menu.menu {
  z-index: 107;
}

.bottom-sheet__container {
  position: relative;
  top: 100%;
  left: 0;
  height: auto;
  max-height: unset;
  padding: 24px;
  background: #eae3da;
  border-radius: 24px 24px 0 0;
  -webkit-transition-timing-function: cubic-bezier(0.02, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.02, 0, 0, 1);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.bottom-sheet__container:before {
  position: absolute;
  display: block;
  content: '';
  top: -10px;
  left: 50%;
  width: 30px;
  height: 3px;
  margin-left: -15px;
  background: #fff;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media only screen and (min-width: 63.94em) {

  .bottom-sheet__container:before {
    display: none;
  }

}

.page__filter .bottom-sheet__container {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

@media only screen and (min-width: 63.94em) {

  .page__filter .bottom-sheet__container {
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }

}

.bottom-sheet__container--with-background:after {
  border-radius: 20px;
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("/res/images/banner_stroke.svg") top center no-repeat;
  background-size: 120% auto;
  opacity: 0.1;
  pointer-events: none;
}

.bottom-sheet--opened .bottom-sheet__container {
  bottom: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.bottom-sheet--opened .bottom-sheet__container:before {
  opacity: 1;
}

.bottom-sheet--menu .bottom-sheet__container {
  padding-bottom: 0;
  background: #fff;
}

.bottom-sheet--filter .bottom-sheet__container {
  padding: 0 24px;
  background: #eae3da;
}

.page__filter .bottom-sheet--filter .bottom-sheet__container {
  padding: 24px;
}

.bottom-sheet--filter .bottom-sheet__container--with-background:after {
  z-index: 0;
}

.filter--fixed .bottom-sheet__container.bottom-sheet__container--with-background::after {
  border-radius: 24px 24px 0 0;
}

@media only screen and (min-width: 63.94em) {

  .bottom-sheet--ikano .bottom-sheet__container {
    width: 700px;
    padding: 32px 38px 100px;
  }

}

@media only screen and (min-width: 63.94em) {

  .bottom-sheet__container {
    position: absolute;
    top: 0;
    right: -100%;
    left: unset;
    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;
    width: 490px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 100%;
    max-height: unset;
    padding: 32px 100px 100px;
    border-radius: 0;
    -webkit-transition: 1s;
    transition: 1s;
  }

  .bottom-sheet__container--small-padding {
    padding: 32px 50px 100px;
  }

  .bottom-sheet--opened .bottom-sheet__container {
    top: 0;
    right: 0;
    left: unset;
    max-height: unset;
  }

  .bottom-sheet--menu .bottom-sheet__container {
    position: relative;
    bottom: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    padding: 0;
  }

  .bottom-sheet--filter .bottom-sheet__container {
    width: 100%;
    padding: 0;
  }

  .bottom-sheet--opened.bottom-sheet--filter .bottom-sheet__container {
    top: 20px;
    right: unset;
    left: 20px;
    width: calc(100% - 100px - 20px);
  }

}

.bottom-sheet__closer {
  border-radius: 50%;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  padding: 0;
  background: #d5cdc1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.bottom-sheet--opened .bottom-sheet__closer {
  z-index: 2;
  position: fixed;
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.bottom-sheet__closer:before, .bottom-sheet__closer:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 50%;
  width: 18px;
  height: 4px;
  margin: -2px 0 0 -9px;
  background: #474747;
  border-radius: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (min-width: 63.94em) {

  .bottom-sheet__closer:before, .bottom-sheet__closer:after {
    width: 24px;
    margin: -2px 0 0 -12px;
  }

}

.bottom-sheet__closer:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bottom-sheet__closer:hover {
  background: #fdc300;
}

@media only screen and (min-width: 63.94em) {

  .bottom-sheet__closer {
    position: absolute;
    top: 24px;
    right: 18px;
    width: 64px;
    height: 64px;
  }

  .bottom-sheet--filter .bottom-sheet__closer {
    display: none;
  }

}

.bottom-sheet__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.bottom-sheet--opened .bottom-sheet__overlay {
  position: fixed;
  opacity: 1;
}

.bottom-sheet__footer {
  z-index: 1;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 24px;
  background-color: #eae3da;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bottom-sheet--opened .bottom-sheet__footer {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media only screen and (min-width: 63.94em) {

  .bottom-sheet__footer {
    display: none;
  }

}

.ikano-frame {
  border-radius: 20px;
  height: 100%;
  min-height: 900px;
}

@media only screen and (min-width: 63.94em) {

  .hero {
    border-radius: 40px;
  }

}

.banner {
  border-radius: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 364px;
  padding: 185px 24px 68px;
  overflow: hidden;
}

.sticky-layout__aside .banner {
  margin: 0 24px;
}

.page--index .sticky-layout__aside .banner {
  margin: 0;
  border-radius: 0;
}

@media only screen and (min-width: 63.94em) {

  .page--index .sticky-layout__aside .banner:not(.banner-hero) {
    border-radius: 40px;
  }

}

@media only screen and (min-width: 63.94em) {

  .sticky-layout__aside .banner {
    height: calc(100vh - 48px);
    padding: 0 75px 160px;
  }

}

.banner::before {
  position: absolute;
  display: block;
  content: '';
  z-index: -1;
  background-color: #474747;
  opacity: 0;
}

.banner-hero {
  min-height: 390px;
  padding-top: 160px;
  padding-bottom: 32px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.page--index .banner-hero {
  height: var(--window-height, 100vh);
  padding-top: 0;
  padding-bottom: 160px;
  border-radius: 0;
}

.page--index .banner-hero::before {
  opacity: 0.4;
}

@media only screen and (min-width: 63.94em) {

  .page--index .banner-hero {
    height: calc(100vh - 48px);
  }

}

@media only screen and (min-width: 63.94em) {

  .banner {
    border-radius: 40px;
    padding: 325px 75px 68px;
    overflow: hidden;
  }

  .sticky-layout__aside .banner {
    margin: 0 0 20px;
  }

  .sticky-layout__aside .banner:last-child {
    margin: 0;
  }

  .banner-hero {
    padding: 250px 75px 160px;
  }

}

.banner-content {
  margin: 0 0 20px;
}

.banner__heading {
  margin: 0 0 20px;
  color: #ffdb00;
}

.banner__heading--white {
  color: #fff;
}

.banner__heading a {
  color: #ffdb00;
  text-decoration: none;
}

.banner--megafriends .banner__heading a {
  color: #fff;
}

.banner__heading:last-child {
  margin-bottom: 0;
}

.banner--megafriends .banner__heading {
  color: #fff;
}

.banner__description {
  font-size: 14px;
  font-size: 0.88rem;
  margin: 0 0 24px;
  color: #fff;
}

@media only screen and (min-width: 63.94em) {

  .banner__description {
    margin: 0 0 32px;
  }

}

.banner__image {
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner__logo {
  position: absolute;
  top: 32px;
  left: 32px;
  width: 50px;
  height: 50px;
}

@media only screen and (min-width: 63.94em) {

  .banner__logo {
    top: 74px;
    left: 74px;
    width: 80px;
    height: 80px;
  }

}

.banner--megafriends {
  min-height: 390px;
}

@media only screen and (min-width: 63.94em) {

  .banner--megafriends {
    max-height: 608px;
  }

}

.banner-color {
  height: 364px;
  padding: 32px;
}

.banner-color:before {
  background-color: transparent;
  background-image: url("/res/images/banner_stroke.svg");
  background-repeat: no-repeat;
  background-position: center 14px;
  background-size: contain;
  mix-blend-mode: overlay;
}

@media only screen and (min-width: 63.94em) {

  .banner-color {
    height: 610px;
    padding: 70px;
  }

}

.banner-color--blue {
  background-color: #b0d7ec;
}

.banner-color--green {
  background-color: #c0d9ca;
}

.banner-color--red {
  background-color: #f4a698;
}

.banner-color__heading {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}

.banner-color--blue .banner-color__heading {
  color: #0058a3;
}

.banner-color--green .banner-color__heading {
  color: #05676a;
}

.banner-color--red .banner-color__heading {
  color: #5d130e;
}

@media only screen and (min-width: 63.94em) {

  .banner-color__heading {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .banner-color__heading.banner-color__heading--longstring {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.71;
  }

}

@media only screen and (min-width: 63.94em) {

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

}

.branding__link {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
}

.page--search-modal--active .branding__link {
  pointer-events: all;
}

@media only screen and (min-width: 63.94em) {

  .search .branding__link {
    position: absolute;
    top: 45px;
    left: 130px;
  }

}

.branding__logo {
  width: 100%;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.page--index .branding__logo {
  fill: #fff;
}

.page--search--active .branding__logo,
.page--search-modal--active .branding__logo,
.menu .branding__logo {
  fill: #474747;
}

.branding__city {
  font-size: 8px;
  font-size: 0.5rem;
  margin-top: 5px;
  font-weight: bold;
  font-family: "Lively Headline", "Droid Serif", Cambria, Georgia, "Times New Roman", Times, serif;
}

.page--index .branding__city {
  color: #fff;
}

.menu--opened .branding__city {
  color: #333;
}

.page--search-modal--active .branding__city {
  visibility: hidden;
  opacity: 0;
}

@media only screen and (min-width: 63.94em) {

  .branding__city {
    display: none;
  }

}

.breadcrumbs {
  font-size: 12px;
  font-size: 0.75rem;
  display: none;
  margin: 0 0 24px;
  color: #d5cdc1;
  list-style: none;
}

@media only screen and (min-width: 63.94em) {

  .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }

}

.breadcrumbs__item {
  margin: 0;
}

.breadcrumbs__link {
  color: #767571;
  text-decoration: none;
}

.breadcrumbs__link:visited, .breadcrumbs__link:hover, .breadcrumbs__link:active {
  color: #767571;
}

.breadcrumbs__link:after {
  display: inline-block;
  margin: 0 0.5em;
  color: #d5cdc1;
  line-height: 1;
  content: '>';
}

.buttons-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

.buttons-block--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.buttons-block a + a,
.buttons-block button + button {
  margin-left: 0;
}

@media only screen and (min-width: 47.94em) {

  .buttons-block a + a,
  .buttons-block button + button {
    margin-top: 0;
    margin-left: 10px;
  }

}

@media only screen and (min-width: 63.94em) {

  .buttons-block a + a,
  .buttons-block button + button {
    margin-left: 10px;
  }

}

.filter .buttons-block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filter .buttons-block a {
  margin-bottom: 10px;
}

@media only screen and (min-width: 63.94em) {

  .filter .buttons-block {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

}

.buttons-block--no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.buttons-block:last-child {
  margin-bottom: 0;
}

.filter .buttons-block:last-child {
  margin-bottom: -10px;
}

.buttons-block--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button {
  color: #767571;
  font-size: 14px;
  font-size: 0.88rem;
  border-radius: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 330px;
  height: 44px;
  padding: 0 20px;
  font-weight: bold;
  text-decoration: none;
  background-color: #ffdb00;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.button:visited, .button:hover, .button:active {
  color: #767571;
}

.button--hidden {
  display: none;
}

.buttons-block .button {
  margin-bottom: 12px;
}

.banner .button {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.button:hover {
  background-color: #fdc300;
}

.button:active {
  background-color: #fdc300;
}

.button:disabled {
  color: rgba(118, 117, 113, 0.5);
  background-color: #d5cdc1;
}

.button:disabled:visited, .button:disabled:hover, .button:disabled:active {
  color: rgba(118, 117, 113, 0.5);
}

.button:focus {
  -webkit-box-shadow: 0 0 0 4px #d5cdc1;
          box-shadow: 0 0 0 4px #d5cdc1;
}

.button--reset {
  all: unset;
}

.button--secondary {
  background-color: #fff;
}

.button--secondary:hover {
  background-color: #d5cdc1;
}

.button--secondary:active {
  background-color: #d5cdc1;
}

.button--light {
  background-color: #eae3da;
}

.button--light:hover {
  background-color: #d5cdc1;
}

.button--light:active {
  background-color: #d5cdc1;
}

.button--tag {
  font-weight: normal;
  background-color: #f7f4ef;
}

.button--tag:hover {
  background-color: #eee9de;
}

.button--tag:active {
  background-color: #eee9de;
}

.button--size--full {
  width: 100%;
  min-width: unset;
}

.button--size--small {
  font-size: 14px;
  font-size: 0.88rem;
  min-width: unset;
  height: 40px;
  margin-right: 12px;
}

.button--size--small:last-child {
  margin: 0;
}

@media only screen and (min-width: 47.94em) {

  .button--size--small {
    margin-bottom: 12px;
  }

  .button--size--small.js-copy-button {
    margin-bottom: 0;
  }

}

.button--flat {
  background: none;
  border-radius: 0;
}

.button--flat:hover, .button--flat:active, .button--flat:disabled {
  color: rgba(118, 117, 113, 0.5);
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button--flat:hover:visited, .button--flat:hover:hover, .button--flat:hover:active, .button--flat:active:visited, .button--flat:active:hover, .button--flat:active:active, .button--flat:disabled:visited, .button--flat:disabled:hover, .button--flat:disabled:active {
  color: rgba(118, 117, 113, 0.5);
}

.icon-button {
  font-size: 14px;
  font-size: 0.88rem;
  color: #767571;
  position: relative;
  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;
  width: 48px;
  height: 48px;
  padding: 0;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  background: #ffdb00;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.icon-button:visited, .icon-button:hover, .icon-button:active {
  color: #767571;
}

.icon-button:hover {
  background: #fdc300;
}

.icon-button:active {
  background: #fdc300;
}

.icon-button:focus {
  -webkit-box-shadow: 0 0 0 4px #d5cdc1;
          box-shadow: 0 0 0 4px #d5cdc1;
  background: #fdc300;
}

@media only screen and (min-width: 63.94em) {

  .icon-button {
    width: 65px;
    height: 65px;
  }

  .icon-button--size--big {
    width: 80px;
    height: 80px;
  }

  .icon-button--size--medium {
    width: 50px;
    height: 50px;
  }

  .icon-button--size--small {
    width: 44px;
    height: 44px;
  }

  .icon-button--size--extra-small {
    width: 26px;
    height: 26px;
  }

  .button--size--small .icon-button {
    width: 60%;
    height: 60%;
  }

}

.icon-button--secondary {
  background: #eee9de;
}

.qr-container .icon-button--secondary,
.check-container .icon-button--secondary,
.invite-container .icon-button--secondary {
  background: #f7f4ef;
}

.icon-button--secondary:hover {
  background: #ffdb00;
}

.icon-button--secondary:active {
  background: #ffdb00;
}

.icon-button--secondary:focus {
  background-color: #f7f4ef;
}

.icon-button--secondary-gray {
  background: #f7f4ef;
}

.icon-button--secondary-gray:hover, .icon-button--secondary-gray:active, .icon-button--secondary-gray:focus {
  background: #d7cfc6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.icon-button--secondary-white {
  background: #fff;
}

.icon-button--secondary-white:hover, .icon-button--secondary-white:active, .icon-button--secondary-white:focus {
  background: #d7cfc6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.icon-button--category {
  border-radius: 20px;
  width: 72px;
  height: 72px;
  background: #eee9de;
}

.icon-button--category:hover {
  background: #d5cdc1;
}

.icon-button--hidden {
  visibility: hidden;
  opacity: 0;
}

.icon-button__image {
  max-width: 50%;
  max-height: 50%;
}

.icon-button__cross {
  position: absolute;
  width: 60%;
  height: 60%;
  background-image: url("/res/images/icons/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.card-brand {
  border-radius: 20px;
  position: relative;
  padding: 28px 15px 20px;
  overflow: hidden;
  text-align: center;
  background: #f7f4ef;
}

@media only screen and (min-width: 63.94em) {

  .card-brand {
    padding: 40px 32px 32px;
  }

}

.columns .card-brand {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 20px;
}

.card-brand--small {
  text-align: left;
  border-radius: 32px;
}

.card-brand--big {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  text-align: left;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.34)));
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.34));
}

.card-brand--big::before {
  display: block;
  content: "";
  position: relative;
  position: relative;
  padding: 133.33% 0 0;
  border-radius: 20px;
  z-index: -1;
}

.card-brand--big::after {
  position: relative;
  padding: 133.33% 0 0;
  position: absolute;
  display: block;
  content: '';
  border-radius: 20px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.34);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.card-brand--big:hover::after {
  opacity: 1;
}

.card-brand__heading {
  width: 100%;
  margin: 0 0 4px;
}

.card-brand--small .card-brand__heading {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 8px;
}

.card-brand--big .card-brand__heading {
  color: #fff;
}

.card-brand--big .card-brand__heading:visited, .card-brand--big .card-brand__heading:hover, .card-brand--big .card-brand__heading:active {
  color: #fff;
}

@media only screen and (min-width: 63.94em) {

  .card-brand--big .card-brand__heading {
    font-size: 20px;
    font-size: 1.25rem;
  }

}

.card-brand__category {
  margin: 0 0 4px 0;
  color: #767571;
}

.card-brand--big .card-brand__category {
  color: #fff;
}

.card-brand__heading-link {
  color: currentColor;
  text-decoration: none;
}

.card-brand__heading-link:visited, .card-brand__heading-link:hover, .card-brand__heading-link:active {
  color: currentColor;
}

.card-brand__link {
  font-size: 10px;
  font-size: 0.62rem;
  line-height: 2.4;
  color: #474747;
  text-decoration: none;
}

.card-brand__link::before {
  position: absolute;
  display: block;
  content: '';
}

.card-brand--big .card-brand__link {
  font-size: 10px;
  font-size: 0.62rem;
  line-height: 2.4;
  color: #fff;
  text-decoration: none;
}

.card-brand__image-logo {
  position: relative;
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
}

.card-brand__image-holder {
  position: relative;
  margin: 0 18px 40px;
  overflow: hidden;
}

.card-brand__image-holder::before {
  display: block;
  content: "";
  position: relative;
  position: relative;
  padding: 66.67% 0 0;
}

.card-brand--big .card-brand__image-holder {
  z-index: -1;
  margin: 0;
}

.card-brand__image {
  -o-object-fit: cover;
     object-fit: cover;
}

.card-catalog {
  border-radius: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  overflow: hidden;
  background: #f7f4ef;
}

.card-catalog--white {
  background: #fff;
}

.columns .card-catalog {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 20px;
}

.card-catalog__info {
  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;
  width: 100%;
  height: 100%;
  min-height: 480px;
  padding: 32px;
  background-image: url("/res/images/info_bg/gray.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}

.card-catalog__info-title {
  margin-bottom: 24px;
}

.card-catalog__labels {
  z-index: 1;
  position: absolute;
  top: 12px;
  left: 12px;
  display: grid;
  grid-gap: 12px;
}

.card-catalog__label {
  border-radius: 50%;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  background-color: #f4a698;
}

.card-catalog__button-favourite {
  z-index: 1;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 48px;
  height: 48px;
  background-color: #f7f4ef;
  background-image: url("/res/images/icons/heart.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.card-catalog__button-favourite:hover {
  background-color: #d5cdc1;
}

.card-catalog__heading {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.71;
  width: 100%;
  padding: 0 32px 32px;
}

.card-catalog__heading h3 {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.71;
  margin: 0 0 12px 0;
}

.card-catalog__heading .card-catalog__heading-name {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 4px;
}

.card-catalog__heading .card-catalog__heading-brand {
  margin-bottom: 16px;
}

.card-catalog__price {
  margin: 0;
  color: #ef776e;
}

.card-catalog__price--bold {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.71;
  color: #474747;
  font-weight: bold;
}

.card-catalog__image-holder {
  position: relative;
  width: 100%;
  margin: 0 0 24px;
}

.card-catalog__image-holder::before {
  display: block;
  content: "";
  position: relative;
  position: relative;
  padding: 100% 0 0;
}

.card-catalog__image {
  -o-object-fit: cover;
     object-fit: cover;
}

.card-catalog-grid {
  display: block;
}

.card-catalog-grid__images-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 82.53%;
}

.card-catalog-grid__images {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 2fr 1fr;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 63.94em) {

  .card-catalog-grid__images {
    grid-gap: 20px;
  }

}

.card-catalog-grid__image {
  border-radius: 20px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-catalog-grid__image:nth-child(1) {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
}

.card-catalog-grid__image:nth-child(2) {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 2;
  grid-column-end: 3;
}

.card-catalog-grid__image:nth-child(3) {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
}

.card-catalog-grid__info {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.71;
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 100%;
  padding: 32px;
}

.card-catalog-grid__name {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.71;
  margin: 0;
}

.card-catalog-grid__brand {
  color: #d7cfc6;
}

.card-catalog-grid__price {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.card-catalog-row {
  border-radius: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background: #fff;
}

.card-catalog-row + .card-catalog-row {
  margin-top: 16px;
}

.columns .card-catalog-row {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 20px;
}

.card-catalog-row__main {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.71;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 16px;
  font-weight: 700;
}

.card-catalog-row__main-name {
  margin-bottom: 8px;
  color: #474747;
}

.card-catalog-row__main-shop {
  color: #d7cfc6;
}

.card-catalog-row__price {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 0 auto;
  white-space: nowrap;
}

.card-catalog-row__image {
  width: 47px;
  height: 44px;
  margin-right: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-category {
  border-radius: 20px;
  position: relative;
  display: block;
  margin: 0 0 24px;
  overflow: hidden;
  font-weight: bold;
  text-decoration: none;
  background-color: #eee9de;
}

.card-category:last-child {
  margin-bottom: 0;
}

.card-category::before {
  display: block;
  content: "";
  position: relative;
  position: relative;
  padding: 132.98% 0 0;
}

.columns-page .card-category:not(.card-category--brand)::before {
  position: relative;
  padding: 114.13% 0 0;
}

.card-category:after {
  z-index: 1;
  border-radius: 20px;
  position: absolute;
  display: block;
  content: '';
  overflow: hidden;
}

@media only screen and (min-width: 63.94em) {

  .card-category:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(71, 71, 71, 0.34)));
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(71, 71, 71, 0.34));
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

}

.card-category:hover:after {
  opacity: 0.4;
}

.columns .card-category {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 24px;
}

@media only screen and (min-width: 63.94em) {

  .columns .card-category {
    margin-bottom: 20px;
  }

  .columns .card-category:last-child {
    margin: 0;
  }

}

.columns-page .card-category {
  margin: 0 0 8px;
}

@media only screen and (min-width: 63.94em) {

  .columns-page .card-category:nth-child(3) {
    margin-bottom: 50px;
  }

}

@media only screen and (min-width: 63.94em) {

  .columns-page .card-category {
    margin: 0 0 20px;
  }

}

.card-category__stroke {
  z-index: 1;
  max-width: unset;
  mix-blend-mode: overlay;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  will-change: width, height;
}

.card-category:focus .card-category__stroke {
  width: 150%;
  height: 150%;
}

@media only screen and (min-width: 63.94em) {

  .card-category:hover .card-category__stroke {
    width: 150%;
    max-width: unset;
    height: 150%;
  }

}

.card-category--brand {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.card-category--brand::before {
  position: relative;
  padding: 52.94% 0 0;
}

.card-category--brand::after {
  display: none;
}

.card-category--brand-color--red {
  background-color: #f4a698;
}

.card-category__heading {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.71;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
  padding: 24px;
  color: #fff;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.card-category--brand .card-category__heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-category--brand-color--red .card-category__heading {
  color: #5d130e;
}

.card-category--brand-color--green .card-category__heading {
  color: #05676a;
}

.card-category--brand-color--blue .card-category__heading {
  color: #0058a3;
}

@media only screen and (min-width: 63.94em) {

  .card-category__heading {
    font-size: 14px;
    font-size: 0.88rem;
    line-height: 1.71;
  }

}

@media only screen and (min-width: 105em) {

  .card-category__heading {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
  }

}

a.card-category__link {
  color: currentColor;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a.card-category__link:visited, a.card-category__link:hover, a.card-category__link:active {
  color: currentColor;
}

a.card-category__link.card-category__link-white {
  color: #fff;
}

a.card-category__link::before {
  position: absolute;
  display: block;
  content: '';
}

.card-category__image {
  -o-object-fit: cover;
     object-fit: cover;
}

.card-category--brand-image {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.card-category--brand:hover .card-category--brand-image {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.coupons-grid {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 24px;
}

@media only screen and (min-width: 63.94em) {

  .coupons-grid {
    grid-gap: 20px;
  }

}

.card-coupon {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  background-color: #fff;
  border-radius: 25px;
}

.card-coupon__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 16px;
  background: radial-gradient(circle at 50% 90%, #f7f4ef, #f7f4ef 3px, transparent 3px, transparent), radial-gradient(circle at 50% 90%, #f7f4ef, #f7f4ef 10px, transparent 10px, transparent), radial-gradient(circle at 50% 90%, #f7f4ef, #f7f4ef 10px, transparent 10px, transparent);
  background-repeat: repeat-x, no-repeat, no-repeat;
  background-position: -6px 100%, -12px 100%, right -12px bottom 0%;
  background-size: 13px 22px, 22px 22px, 22px 22px;
}

.card-coupon__content::before {
  position: absolute;
  display: block;
  content: '';
  right: 0;
  bottom: -2px;
  left: 0;
  height: 4px;
  background: #f7f4ef;
}

@media only screen and (min-width: 63.94em) {

  .card-coupon__content {
    padding: 24px;
  }

}

.card-coupon__heading,
.content .card-coupon__heading {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 5px;
  color: #767571;
}

.card-coupon__text {
  font-size: 8px;
  font-size: 0.5rem;
  display: block;
  margin: 0 0 10px;
  color: #767571;
  line-height: 1;
}

@media only screen and (min-width: 63.94em) {

  .card-coupon__text {
    font-size: 10px;
    font-size: 0.62rem;
    line-height: 16px;
  }

}

.card-coupon__footer {
  padding: 20px 16px 16px;
  background: radial-gradient(circle at 50% 10%, #f7f4ef, #f7f4ef 3px, transparent 3px, transparent), radial-gradient(circle at 50% 10%, #f7f4ef, #f7f4ef 10px, transparent 10px, transparent), radial-gradient(circle at 50% 10%, #f7f4ef, #f7f4ef 10px, transparent 10px, transparent);
  background-color: #eae3da;
  background-repeat: repeat-x, no-repeat, no-repeat;
  background-position: -6px 0, -12px 0, right -12px top;
  background-size: 13px 22px, 22px 22px, 22px 22px;
}

@media only screen and (min-width: 63.94em) {

  .card-coupon__footer {
    padding: 24px;
  }

}

a.card-coupon__score {
  font-size: 8px;
  font-size: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ef9617;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

.info__coupons--gray a.card-coupon__score {
  color: #d7cfc6;
}

@media only screen and (min-width: 63.94em) {

  a.card-coupon__score {
    font-size: 12px;
    font-size: 0.75rem;
  }

}

.card-coupon__score-value {
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: 8px;
}

@media only screen and (min-width: 63.94em) {

  .card-coupon__score-value {
    font-size: 36px;
    font-size: 2.25rem;
  }

}

.card-coupon__logo {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 48px;
  height: 48px;
  margin: 0 0 32px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (min-width: 63.94em) {

  .card-coupon__logo {
    width: 60px;
    height: 60px;
  }

}

.card-coupon__score-arrow {
  position: relative;
  top: 1px;
  width: 12px;
  height: 12px;
  margin-left: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.card-coupon__score-arrow:before, .card-coupon__score-arrow:after {
  position: absolute;
  display: block;
  content: '';
  right: 0;
  background: #ef9617;
  border-radius: 2px;
}

.card-coupon__score-arrow:before {
  top: 0;
  width: 3px;
  height: 100%;
}

.card-coupon__score-arrow:after {
  bottom: 0;
  width: 100%;
  height: 3px;
}

.info__coupons--gray .card-coupon__score-arrow::before, .info__coupons--gray .card-coupon__score-arrow:after {
  background: #d7cfc6;
}

.card-offer {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.card-offer::before {
  display: block;
  content: "";
  position: relative;
  position: relative;
  padding: 133.33% 0 0;
  border-radius: 20px;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.34)));
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.34));
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.sticky-layout__sticky .card-offer::before {
  height: calc(100vh - 170px);
  max-height: 50vh;
  padding: 0;
  background: none;
}

@media only screen and (min-width: 105em) {

  .sticky-layout__sticky .card-offer::before {
    max-height: unset;
  }

}

.user-events .card-offer::before {
  z-index: 101;
  border-radius: 20px 20px 0 0;
}

.card-offer::after {
  position: absolute;
  display: block;
  content: '';
  position: relative;
  padding: 133.33% 0 0;
  border-radius: 20px;
  z-index: -1;
  position: absolute;
  background: rgba(0, 0, 0, 0.34);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.user-events .card-offer::after {
  z-index: 100;
  border-radius: 20px 20px 0 0;
}

.card-offer:hover::before {
  opacity: 0;
}

.sticky-layout__main .card-offer::after {
  opacity: 1;
}

.columns .card-offer {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 24px;
}

@media only screen and (min-width: 63.94em) {

  .columns .card-offer {
    margin-bottom: 20px;
  }

}

.sticky-layout__aside .card-offer {
  margin: 0 24px;
}

@media only screen and (min-width: 63.94em) {

  .sticky-layout__aside .card-offer {
    margin: 0;
  }

}

.card-offer--event-big {
  background-color: #f7f4ef;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-offer--view--card {
  min-height: 364px;
}

@media only screen and (min-width: 63.94em) {

  .card-offer--view--card {
    min-height: 684px;
  }

}

@media only screen and (min-width: 105em) {

  .card-offer--view--card {
    max-height: inherit;
  }

}

.card-offer--view--card:hover::before {
  opacity: 1;
}

.card-offer__booking {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.card-offer__cancel, .card-offer__book {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.card-offer__cancel + .card-offer__cancel, .card-offer__book + .card-offer__cancel, .card-offer__cancel + .card-offer__book, .card-offer__book + .card-offer__book {
  margin-left: 10px;
}

.card-offer__booking-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.card-offer__booking-buttons--hidden {
  margin-bottom: 20px;
  opacity: 0;
  pointer-events: none;
}

.card-offer__confirm-form {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
}

.card-offer__confirm-form--active {
  opacity: 1;
  pointer-events: all;
}

.card-offer__book {
  padding: 8px;
}

.card-offer--image {
  border-radius: 40px;
}

.card-offer--image::before {
  background: none;
}

.card-offer--image:hover::before {
  background: none;
}

.card-offer--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 32px;
}

.card-offer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 32px;
}

.user-events .card-offer__content {
  z-index: 101;
}

.card-offer__heading {
  margin: 0 0 20px;
  color: #fff;
}

.card-offer__heading-link {
  color: currentColor;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.card-offer__heading-link:visited, .card-offer__heading-link:hover, .card-offer__heading-link:active {
  color: currentColor;
}

.card-offer__heading-link::before {
  position: absolute;
  display: block;
  content: '';
  z-index: 100;
}

@media (min-width: 1025px) and (max-width: 1200px) {

  .card-offer__heading-link {
    font-size: 18px;
    font-size: 1.12rem;
  }

}

.card-offer__description {
  font-size: 14px;
  font-size: 0.88rem;
  margin-bottom: 24px;
  color: #fff;
}

@media only screen and (min-width: 63.94em) {

  .card-offer__description {
    max-height: 0;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .card-offer:hover .card-offer__description {
    max-height: 200px;
    margin-bottom: 24px;
    opacity: 1;
  }

}

.card-offer__logo {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  max-width: 50px;
  margin-bottom: auto;
}

.card-offer--view--card .card-offer__logo {
  max-width: 48px;
}

@media only screen and (min-width: 63.94em) {

  .card-offer--view--card .card-offer__logo {
    max-width: 80px;
  }

}

.card-offer__image {
  z-index: -6;
  -o-object-fit: cover;
     object-fit: cover;
}

.user-events .card-offer__image {
  z-index: 100;
}

.card-offer__image--event {
  z-index: 100;
}

.card-offer__small-text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 300;
}

.card-offer__small-text::before {
  position: absolute;
  display: block;
  content: '';
  position: relative;
  width: 10px;
  height: 10px;
  margin-right: 8px;
}

.card-offer__location::before {
  background: url("/res/images/icons/marker.svg") center center no-repeat;
}

.card-offer__checks::before {
  background-image: url("/res/images/icons/check_round_small.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.card-offer__date {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 0 0 8px;
  color: #ffdb00;
  font-weight: bold;
}

.card-offer__pin {
  border-radius: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  position: absolute;
  top: 32px;
  left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  font-weight: 300;
  background: rgba(255, 255, 255, 0.7);
}

.card-offer__pin::before {
  position: absolute;
  display: block;
  content: '';
  margin-right: 8px;
}

.card-offer__pin--webinar::before {
  border-radius: 50%;
  position: relative;
  width: 8px;
  height: 8px;
  background-color: #00a366;
}

.card-offer__pin--hot::before {
  border-radius: 50%;
  position: relative;
  width: 15px;
  height: 20px;
  background: url("/res/images/icons/hot.svg") center center no-repeat;
}

.card-shop {
  border-radius: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 32px 32px;
  overflow: hidden;
  background: #f7f4ef;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.card-shop.card-shop--light {
  background: #fff;
}

.columns .card-shop {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 20px;
}

.sticky-layout__aside .card-shop {
  max-width: calc(100% - 48px);
  margin: 0 auto;
}

.sticky-layout__aside .card-shop.card-shop--margin {
  margin-bottom: 20px;
}

.card-shop p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  width: 100%;
  margin: 0 0 8px;
  line-height: 130%;
}

.card-shop p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 63.94em) {

  .card-shop {
    border-radius: 20px;
  }

  .sticky-layout__aside .card-shop {
    max-width: unset;
  }

  .card-shop:hover {
    background: #eae3da;
  }

}

.card-no-flex {
  display: block;
}

.card-shop__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 20px;
}

.card-shop__price {
  white-space: nowrap;
}

.card-shop__heading {
  width: 100%;
  margin: 0 0 4px;
}

.card-shop__subheading {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  margin: 0;
}

.card-shop__heading-link {
  color: currentColor;
  text-decoration: none;
}

.card-shop__heading-link:visited, .card-shop__heading-link:hover, .card-shop__heading-link:active {
  color: currentColor;
}

.card-shop__heading-link::before {
  position: absolute;
  display: block;
  content: '';
}

.card-shop__categories {
  width: 100%;
  margin: 0 0 14px;
  padding: 0;
  color: #767571;
  list-style: none;
}

.card-shop__category {
  font-size: 10px;
  font-size: 0.62rem;
  margin: 0;
}

.card-shop__image-holder {
  position: relative;
  width: calc(100% + 64px);
  margin: 0 -32px 24px;
  overflow: hidden;
}

.card-shop__image-holder::before {
  display: block;
  content: "";
  position: relative;
  position: relative;
  padding: 66.67% 0 0;
}

.card-shop__image-holder iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.card-shop--light .card-shop__image-holder::before {
  position: relative;
  padding: 50% 0 0;
}

.card-shop--view--card .card-shop__image-holder:last-child {
  margin-bottom: -32px;
}

.card-shop--inner-card .card-shop__image-holder::before {
  display: none;
}

.card-shop__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.card-shop--light .card-shop__image {
  height: 100%;
}

.cards .card-shop:hover .card-shop__image,
.columns .card-shop:hover .card-shop__image {
  width: 110%;
  height: 110%;
}

.card-shop__logo {
  position: absolute;
  top: 32px;
  left: 32px;
  width: 50px;
  height: 50px;
}

@media only screen and (min-width: 47.94em) {

  .card-shop--view--card .card-shop__logo {
    width: 100px;
    height: 100px;
  }

}

@media only screen and (min-width: 63.94em) {

  .card-shop--view--card .card-shop__logo {
    top: 32px;
    left: 32px;
    width: 80px;
    height: 80px;
  }

}

.card-shop .card--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.card-service {
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
  background: #f7f4ef;
}

.card-service__heading-link {
  color: #333;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  height: 192px;
  text-align: center;
  text-decoration: none;
}

.card-service__heading-link:visited, .card-service__heading-link:hover, .card-service__heading-link:active {
  color: #333;
}

.card-service__image-holder {
  display: block;
  width: 100%;
  max-width: 70px;
  height: 132px;
  margin: 0 auto;
}

.card-service__image-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.card-vacancy {
  border-radius: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 0 12px;
  padding: 24px;
  overflow: hidden;
  text-decoration: none;
  background: #f7f4ef;
}

.card-vacancy:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 63.94em) {

  .card-vacancy {
    padding: 24px 32px;
  }

}

.card-vacancy__heading {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 16px 0 20px;
}

.card-vacancy__heading h3 {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.71;
  margin: 0 0 4px;
  color: #474747;
  line-height: 130%;
  text-decoration: none;
}

.card-vacancy__heading p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  margin: 0;
  color: #767571;
  line-height: 130%;
}

.card-vacancy__salary {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  margin: 8px 20px 0 56px;
  color: #767571;
  line-height: 130%;
}

@media only screen and (min-width: 63.94em) {

  .card-vacancy__salary {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    width: auto;
    margin: 0 24px 0 0;
  }

}

.card-vacancy__image-holder {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 36px;
}

.card-vacancy__image-holder img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.card-vacancy__link {
  border-radius: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 32px;
  height: 32px;
  background: #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.card-vacancy__link::before, .card-vacancy__link::after {
  border-radius: 4px;
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 50%;
  min-width: unset;
  min-height: unset;
  margin: -4px 0 0 -3px;
  background: #767571;
}

.card-vacancy__link::before {
  width: 10px;
  height: 2px;
}

.card-vacancy__link::after {
  width: 2px;
  height: 10px;
}

.card-restriction {
  border-radius: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 0 12px;
  padding: 20px 55px 20px 20px;
  overflow: hidden;
  text-decoration: none;
  background: #fff;
}

.card-restriction:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 63.94em) {

  .card-restriction {
    width: calc(100% + 80px);
    margin: 0 -40px 12px;
    padding: 20px 55px 20px 32px;
  }

}

.card-restriction__icon {
  display: grid;
  place-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 14px;
}

@media only screen and (min-width: 63.94em) {

  .card-restriction__icon {
    margin-right: 20px;
  }

}

.card-restriction__icon-image {
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (min-width: 63.94em) {

  .card-restriction__icon-image {
    width: 66px;
    height: 66px;
  }

}

.card-restriction__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
  color: #474747;
  line-height: 1.2;
}

@media only screen and (min-width: 63.94em) {

  .card-restriction__text {
    font-size: 20px;
    font-size: 1.25rem;
  }

}

.card-routes {
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
  background: #f7f4ef;
}

.swiper-container[data-enable='mobile'] .card-routes {
  margin: 0 24px;
}

@media only screen and (min-width: 63.94em) {

  .swiper-container[data-enable='mobile'] .card-routes {
    margin: 0;
  }

}

.card-routes__name {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 10px;
  color: #474747;
  font-weight: bold;
}

@media only screen and (min-width: 47.94em) {

  .card-routes__name {
    font-size: 18px;
    font-size: 1.12rem;
  }

}

@media only screen and (min-width: 63.94em) {

  .card-routes__name {
    font-size: 22px;
    font-size: 1.38rem;
  }

}

.card-routes__list {
  margin: 24px 0 0;
  margin: 1.5rem 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.card-routes__list:before {
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  left: 0;
  display: block;
  width: 100%;
  color: #767571;
  content: attr(data-text);
}

@media only screen and (min-width: 63.94em) {

  .card-routes__list:before {
    font-size: 14px;
    font-size: 0.88rem;
  }

}

.route-title {
  margin: 0 0 0.75em 90px;
}

@media only screen and (min-width: 0.06em) {

  .route-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 0.3em;
  }

}

.route-name {
  margin: 72px 0 12px;
  margin: 4.5rem 0 0.75rem;
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (min-width: 63.94em) {

  .route-name {
    font-size: 20px;
    font-size: 1.25rem;
  }

}

.route-note,
.route-info__title,
.route-info__data {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-style: normal;
}

.route-info {
  margin: 0 0 20px;
}

.route-description {
  margin-bottom: 16px;
  color: #767571;
}

@media only screen and (min-width: 63.94em) {

  .route-description {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.25;
  }

}

.card-routes__category {
  margin: 0;
  color: #767571;
  font-weight: bold;
  font-family: "Lively Headline", "Droid Serif", Cambria, Georgia, "Times New Roman", Times, serif;
  white-space: nowrap;
}

@media only screen and (min-width: 0.06em) {

  .card-routes__category {
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
  }

}

.routes-details {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  padding: 80px 32px 32px;
  background: #fff;
  border-radius: 20px;
}

.card-routes__item {
  display: inline-block;
  margin: 0 0 16px;
  padding: 0;
}

.card-routes__item:not(:last-child) {
  margin-right: 8px;
}

.card-routes__listOption {
  font-size: 12px;
  font-size: 0.75rem;
  height: auto;
  padding: 0;
  color: #ef9617;
  font-weight: bold;
  text-decoration: underline;
  background: none;
}

.card-routes__listOption--active {
  color: #d5cdc1;
  text-decoration: none;
}

@media only screen and (min-width: 63.94em) {

  .card-routes__listOption {
    font-size: 14px;
    font-size: 0.88rem;
  }

}

.route-stops {
  position: relative;
  padding: 0;
  list-style: none;
}

.route-stops:before {
  position: absolute;
  display: block;
  content: '';
  top: 6px;
  bottom: 0.75em;
  left: 3px;
  width: 2px;
  background: #eee9de;
}

.route-stops__item {
  margin: 24px 0;
  margin: 1.5rem 0;
  position: relative;
  padding: 0 0 0 15px;
}

.route-stops__item:before {
  position: absolute;
  display: block;
  content: '';
  top: 6px;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8px;
  height: 8px;
  margin: -4px 0 0;
  background-color: #fff;
  border: 2px solid #eee9de;
  border-radius: 50%;
}

@media only screen and (min-width: 0.06em) {

  .route-stops__item {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4;
  }

}

.route-switcher-check {
  position: absolute;
  left: -1000px;
  visibility: hidden;
}

.route-switcher {
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  top: 20px;
  right: unset;
  left: 20px;
  width: 210px;
  height: 36px;
  padding: 2px;
  font-weight: bold;
  line-height: 28px;
  background: #fff;
  border: 2px solid #d7cfc6;
  border-radius: 18px;
}

@media only screen and (min-width: 47.94em) {

  .route-switcher {
    right: 60px;
  }

}

@media only screen and (min-width: 63.94em) {

  .route-switcher {
    width: 240px;
  }

}

.route-switcher__label {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: inherit;
}

.route-switcher__label:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
  background: #ffdb00;
  border-radius: inherit;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.route-switcher-check:checked + .route-switcher__label:before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.route-switcher__option {
  display: block;
  width: 50%;
  color: #767571;
  font-weight: bold;
  text-align: center;
}

.card-routes__steps {
  position: relative;
  max-height: 280px;
  margin: 0 0 -27px;
  padding: 0 0 15px;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-y: overlay;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  list-style: none;
}

.card-routes__steps::-webkit-scrollbar {
  width: 4px;
  height: 0;
}

.card-routes__steps::-webkit-scrollbar-track {
  background: none;
}

.card-routes__steps::-webkit-scrollbar-thumb {
  width: 4px;
  height: 36px;
  background-color: #d5cdc1;
  border-radius: 2px;
}

.card-routes__step {
  margin: 5px 0 15px;
  padding: 0;
}

.card-routes__step-info {
  color: #d5cdc1;
  font-weight: normal;
}

.card-routes__step-action {
  font-weight: normal;
  text-transform: capitalize;
}

.routes__path {
  overflow: hidden;
}

.cards-numbered {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(1, 1fr);
  padding: 0 24px;
}

@media only screen and (min-width: 63.94em) {

  .cards-numbered {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }

}

.card-numbered__number {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.71;
  margin-bottom: 12px;
  margin-left: -24px;
  padding-left: 0;
  color: #767571;
  font-weight: bold;
}

@media only screen and (min-width: 63.94em) {

  .card-numbered__number {
    margin-left: 0;
    padding-left: 32px;
  }

}

.cards-more {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  margin-bottom: 32px;
  text-align: center;
}

.cards-more button {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  height: auto;
  color: #767571;
  line-height: 130%;
  background: transparent;
}

.card-more__button--hidden {
  visibility: hidden;
}

.cards-more--padding-top {
  padding-top: 20px;
}

.card-place {
  border-radius: 20px;
  padding: 32px 24px;
  background: #fff;
}

.columns .card-place {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 20px;
}

.cards-container {
  margin: 0 0 24px;
}

.cards-container:last-child {
  margin: 0;
}

.cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}

.sticky-layout .cards {
  margin-bottom: 24px;
  padding: 0 24px;
}

.sticky-layout .cards:last-child {
  margin-bottom: 0;
}

h1 + .cards, h2 + .cards, h3 + .cards, h4 + .cards, h5 + .cards, h6 + .cards {
  margin-top: 24px;
}

.page__section .cards {
  grid-template-columns: repeat(1, 1fr);
}

@media only screen and (min-width: 47.94em) {

  .page__section .cards {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media only screen and (min-width: 63.94em) {

  .page__section .cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  h1 + .page__section .cards, h2 + .page__section .cards, h3 + .page__section .cards, h4 + .page__section .cards, h5 + .page__section .cards, h6 + .page__section .cards {
    margin-top: 20px;
  }

  .sticky-layout .page__section .cards {
    padding: 0;
  }

}

@media only screen and (min-width: 105em) {

  .page__section .cards {
    grid-template-columns: repeat(5, 1fr);
  }

}

@media only screen and (min-width: 47.94em) {

  .cards {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media only screen and (min-width: 63.94em) {

  .cards {
    grid-template-columns: repeat(3, 1fr);
  }

  h1 + .cards, h2 + .cards, h3 + .cards, h4 + .cards, h5 + .cards, h6 + .cards {
    margin-top: 20px;
  }

  .sticky-layout .cards {
    padding: 0;
  }

}

@media only screen and (min-width: 63.94em) {

  .sticky-layout .cards.cards-transition {
    padding-top: 40px;
  }

  .sticky-layout .cards.cards-transition > *:nth-child(3n + 3) {
    top: -40px;
  }

  .sticky-layout .cards.cards-transition > *:nth-child(3n + 1) {
    top: -40px;
  }

  .sticky-layout .cards.cards-transition > *:nth-child(3n + 1):last-child {
    margin-bottom: -40px;
  }

}

.cards-small {
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

@media only screen and (min-width: 63.94em) {

  .cards-small {
    grid-template-columns: repeat(3, 1fr);
  }

}

.cards-middle {
  grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
  gap: 8px;
}

@media only screen and (min-width: 63.94em) {

  .cards-middle {
    grid-template-columns: repeat(auto-fill, minmax(208px, 1fr));
  }

}

.js-parallax-card {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.js-parallax-card.parallax-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.cards__heading {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0 24px;
}

.cards .cards__heading {
  padding: 0;
}

.card-list-block {
  margin-bottom: 24px;
}

.card-list-block:last-child {
  margin: 0;
}

.list-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.sticky-layout .list-heading {
  margin-bottom: 24px;
  padding: 0 24px;
}

.sticky-layout .list-heading:last-child {
  margin: 0;
}

@media only screen and (min-width: 63.94em) {

  .sticky-layout .list-heading {
    padding: 0;
  }

}

.categories {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  list-style: none;
}

.menu .categories {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.bottom-sheet--opened.menu .categories {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.overlay .categories {
  width: 100%;
  margin: 0 0 30px;
  -webkit-columns: 4;
     -moz-columns: 4;
          columns: 4;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

@media only screen and (min-width: 63.94em) {

  .categories {
    gap: 20px;
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
  }

}

.categories__item {
  margin: 5px 0 0;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  border-radius: 20px;
}

.categories__item:first-child {
  margin-top: 20px;
}

@media only screen and (min-width: 63.94em) {

  .categories__item:first-child {
    margin-top: 0;
    padding-top: 60px;
    overflow: hidden;
  }

}

.overlay .categories__item {
  margin: 24px 0 0;
}

.overlay .categories__item:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 63.94em) {

  .categories__item {
    margin-top: 20px;
  }

}

.checkbox {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search__tags .checkbox {
  margin-right: 8px;
  margin-bottom: 8px;
}

.search__tags .checkbox:last-child {
  margin-right: 0;
}

.tags--indented .checkbox {
  margin: 0 8px 8px 0;
}

.checkboxes-grid {
  display: grid;
  grid-gap: 20px;
  grid-template-rows: 81px 81px 81px 81px 81px;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

@media only screen and (min-width: 63.94em) {

  .checkboxes-grid {
    grid-template-rows: 105px 105px 105px;
    grid-template-columns: 1fr 1fr 1fr;
  }

}

.checkboxes-grid__item {
  border-radius: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 16px;
  overflow: hidden;
  color: #474747;
  background-color: #f7f4ef;
  background-image: url("/res/images/decors/1.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 63.94em) {

  .checkboxes-grid__item {
    padding: 20px;
  }

}

.checkboxes-grid__item--invert {
  color: #fff;
}

.checkboxes-grid__item--blue {
  background-color: #b0d7ec;
  background-image: url("/res/images/decors/2.svg");
}

.checkboxes-grid__item--green {
  background-color: #c0d9ca;
  background-image: url("/res/images/decors/3.svg");
}

.checkboxes-grid__item:nth-child(1) {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 2;
}

.checkboxes-grid__item:nth-child(2) {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
}

.checkboxes-grid__item:nth-child(3) {
  grid-row-start: 2;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 2;
}

.checkboxes-grid__item:nth-child(4) {
  grid-row-start: 4;
  grid-row-end: 6;
  grid-column-start: 2;
  grid-column-end: 3;
}

.checkboxes-grid__item:nth-child(5) {
  grid-row-start: 4;
  grid-row-end: 5;
  grid-column-start: 1;
  grid-column-end: 2;
}

.checkboxes-grid__item:nth-child(6) {
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 2;
  grid-column-end: 3;
}

@media only screen and (min-width: 63.94em) {

  .checkboxes-grid__item:nth-child(1) {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
  }

  .checkboxes-grid__item:nth-child(2) {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
  }

  .checkboxes-grid__item:nth-child(3) {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 3;
    grid-column-end: 4;
  }

  .checkboxes-grid__item:nth-child(4) {
    grid-row-start: 2;
    grid-row-end: 5;
    grid-column-start: 1;
    grid-column-end: 2;
  }

  .checkboxes-grid__item:nth-child(5) {
    grid-row-start: 3;
    grid-row-end: 5;
    grid-column-start: 2;
    grid-column-end: 3;
  }

  .checkboxes-grid__item:nth-child(6) {
    grid-row-start: 3;
    grid-row-end: 5;
    grid-column-start: 3;
    grid-column-end: 4;
  }

}

.checkboxes-grid__item-circle {
  z-index: 2;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.checkboxes-grid__item-input:checked + .checkboxes-grid__item-circle {
  border: 6px solid #474747;
}

.checkboxes-grid__item-image {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.checkboxes-grid__item-text {
  z-index: 2;
  font-size: 14px;
  font-size: 0.88rem;
  font-weight: bold;
}

@media only screen and (min-width: 63.94em) {

  .checkboxes-grid__item-text {
    font-size: 20px;
    font-size: 1.25rem;
  }

}

.checkbox__text {
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox--flex-start .checkbox__text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.checkbox--tag .checkbox__text {
  gap: 5px;
  padding: 8px 12px;
  color: #767571;
  white-space: nowrap;
  background: #eae3da;
  border-radius: 30px;
}

.bottom-sheet--opened .filter--aside .checkbox--tag .checkbox__text {
  background: #fff;
}

@media only screen and (min-width: 63.94em) {

  .checkbox--tag .checkbox__text {
    background: #f7f4ef;
  }

}

.checkbox--tag .checkbox__input:checked + .checkbox__text {
  color: #474747;
  background: #d7cfc6;
}

.checkbox__text--icon::before {
  display: block;
  content: "";
  position: relative;
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.checkbox__input--error + .checkbox__text--icon::before {
  border: 1px solid #e30613;
}

.checkbox__input:checked + .checkbox__text--icon::before {
  background-color: #333;
  background-image: url("../images/icons/checked.svg");
  background-size: 50% auto;
  border: none;
}

.checkbox__input:disabled + .checkbox__text--icon::before {
  background-color: #d5cdc1;
}

.checkbox__input:focus + .checkbox__text--icon::before {
  -webkit-box-shadow: 0 0 0 4px #d5cdc1;
          box-shadow: 0 0 0 4px #d5cdc1;
}

.checkbox--tag .checkbox__text--icon::before {
  background-color: transparent;
}

.checkbox--tag .checkbox__text--icon:hover::before {
  background-color: transparent;
}

.checkbox--tag .checkbox__input:focus + .checkbox__text--icon::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkbox--tag .checkbox__input:checked + .checkbox__text--icon::before {
  background-color: transparent;
  background-image: url("../images/icons/checked-gray.svg");
}

@media only screen and (min-width: 63.94em) {

  .checkbox__text--icon:hover::before {
    background-color: #333;
  }

}

.calendar-events {
  width: 100%;
}

.calendar-events__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.calendar-events__group .calendar-events__title {
  text-transform: capitalize;
}

.calendar-events__group {
  width: 100%;
}

.calendar-events__group + .calendar-events__group {
  margin-top: 32px;
}

.calendar-events__card {
  border-radius: 16px;
  display: grid;
  grid-template-columns: 76px 1fr;
  background: #fff;
}

@media only screen and (min-width: 63.94em) {

  .calendar-events__card {
    border-radius: 20px;
    grid-template-columns: 120px 1fr;
  }

}

.info .calendar-events__card {
  margin-right: -25px;
  margin-left: -25px;
}

@media only screen and (min-width: 63.94em) {

  .info .calendar-events__card {
    margin-right: -32px;
    margin-left: -32px;
  }

}

.calendar-events__card + .calendar-events__card {
  margin-top: 12px;
}

.calendar-events__card-list {
  padding-right: 32px;
}

.calendar-events__card-day {
  padding-top: 20px;
  color: #d7cfc6;
  text-align: center;
}

.calendar-events__card--active .calendar-events__card-day {
  color: #ef9617;
}

.calendar-events__card-day-week {
  font-size: 10px;
  font-size: 0.62rem;
  line-height: 2.4;
  line-height: 1.6;
}

.calendar-events__card-day-number {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.33;
  font-weight: bold;
  line-height: 1.11;
}

.calendar-events__card-item {
  position: relative;
  display: block;
  padding: 20px 0;
  font-weight: normal;
  text-decoration: none;
}

.calendar-events__card-item:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L1 11' stroke='%23D7CFC6' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  content: '';
}

.calendar-events__card-item:hover:after {
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
}

.calendar-events__card-item + .calendar-events__card-item {
  border-top: 1px solid #eee9de;
}

.calendar-events__card-info {
  font-size: 10px;
  font-size: 0.62rem;
  line-height: 2.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
  color: #474747;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.6;
}

@media only screen and (min-width: 63.94em) {

  .calendar-events__card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: normal;
  }

}

.calendar-events__card-places {
  width: 154px;
}

.calendar-events__card-places span {
  color: #d7cfc6;
}

.calendar-events__card-item--active .calendar-events__card-time {
  color: #ef9617;
}

.calendar-events__card-title {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.71;
  padding-right: 20px;
  color: #767571;
  line-height: 1.57;
}

.calendar-events__more {
  margin-top: 20px;
}

.calendar-events__card-item-button {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.calendar-events__card-item:hover .calendar-events__card-item-button {
  max-height: 120px;
}

.timetable--not-interactive .calendar-events__card-item:hover .calendar-events__card-item-button {
  max-height: 0;
}

.calendar-events__card-item-button button,
.calendar-events__card-item-button .button {
  margin: 20px 0 0 0;
}

.city-container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.city-container--block {
  margin-bottom: 12px;
}

.city-container--block:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}

.city-container .content-accent {
  padding: 1px 24px;
  overflow: auto;
}

.city-container .content-accent.full-height {
  height: 100%;
}

.bottom-sheet--city .bottom-sheet__container:after {
  display: none;
}

.bottom-sheet--city .bottom-sheet__container .content {
  height: auto;
}

@media only screen and (min-width: 63.94em) {

  .bottom-sheet--city .bottom-sheet__container {
    display: block;
  }

}

.city-container--title {
  margin: 14px 0 32px;
}

.city-container--group-name {
  display: block;
  margin: 8px 0 8px 0;
}

.city-link {
  font-weight: 300;
  text-decoration: none;
}

.columns {
  padding: 0 24px;
}

.swiper-container[data-enable='mobile'] .columns {
  padding: 0;
}

@media only screen and (min-width: 63.94em) {

  .columns {
    padding: 0;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .page__main .sticky-layout__main .columns--no-padding-top {
    padding-top: 0;
  }

}

.columns-page {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

@media only screen and (min-width: 63.94em) {

  .columns-page {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

}

.columns-phantom {
  display: none;
}

@media only screen and (min-width: 63.94em) {

  .columns-phantom {
    z-index: 1;
    position: absolute;
    display: block;
    width: calc((100% - 20px) / 2);
  }

}

@media only screen and (min-width: 63.94em) and (min-width: 105em) {

  .columns-phantom {
    width: calc((100% - 40px) / 3);
  }

}

.commercial-label {
  border-radius: 4px;
  position: relative;
  width: 50px;
  height: 30px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.commercial-label + .commercial-label {
  margin: 0 0 0 5px;
}

.card-shop .commercial-label {
  margin-bottom: 5px;
}

.commercial-label::before {
  font-weight: 400;
}

.commercial-label--small {
  width: 27px;
  height: 16px;
}

.commercial-label--megafriends {
  background-image: url("../images/icons/megafriends.svg");
}

.commercial-label--megacard {
  background-image: url("../images/icons/megacard.svg");
}

.commercial-label--taxfree {
  background-image: url("../images/icons/taxfree.svg");
}

.commercial-label--5percent {
  border-radius: 50%;
  width: 30px;
  background-color: #fff;
  background-image: url("../images/icons/5percent.svg");
  background-size: 50% auto;
}

.commercial-label--5percent.commercial-label--small {
  width: 16px;
}

.commercial-label--sale {
  width: 30px;
  background-image: url("../images/icons/sale.svg");
  background-size: contain;
}

.commercial-label--eco-partner {
  width: 30px;
  background-image: url("../images/icons/eco-partner.svg");
  background-size: contain;
}

.commercial-label--handsfreeshopping {
  border-radius: 50%;
  width: 30px;
  background-color: #fff;
  background-image: url("../images/icons/hands-free-shopping.svg");
  background-size: 80% auto;
}

.commercial-label--handsfreeshopping.commercial-label--small {
  width: 16px;
}

.commercial-label--coupon {
  width: 30px;
  background-image: url("../images/icons/coupon-icon.svg");
  background-size: contain;
}

.commercial-labels {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info .commercial-labels {
  width: 100%;
  margin-bottom: 20px;
}

.card-shop .commercial-labels {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.detail-contacts__right .commercial-labels {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (min-width: 63.94em) {

  .info .commercial-labels {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: -20px;
    margin-bottom: 32px;
  }

}

.content {
  z-index: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  margin-bottom: 24px;
  font-weight: 300;
}

.bottom-sheet .content p {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.71;
  color: #767571;
}

.bottom-sheet .content p b {
  color: #767571;
}

.bottom-sheet .content ul {
  list-style: none;
}

.content--full-width {
  width: 100%;
}

.content b {
  color: #474747;
}

.content.content--blue b {
  color: #0058a3;
}

.content h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 0 32px;
  color: #474747;
  line-height: 130%;
}

.content--blue .content h1 {
  color: #0058a3;
}

.content h1.heading--size--s {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.content h1:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 63.94em) {

  .content h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
    line-height: 130%;
  }

  .content h1.heading--size--s {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }

}

.content h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 0 32px;
  color: #474747;
}

@media only screen and (min-width: 63.94em) {

  .content h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.33;
    margin: 0 0 32px;
    line-height: 130%;
  }

}

.content--blue .content h2 {
  color: #0058a3;
}

.content h2:last-child {
  margin-bottom: 0;
}

.content.content--red h1 {
  color: #5d130e;
}

.content.content--green h1 {
  color: #05676a;
}

.content.content--green b {
  color: #05676a;
}

.content.content--blue h1 {
  color: #0058a3;
}

.content h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 0 0 24px;
  color: #474747;
  line-height: 130%;
}

.content--blue .content h3 {
  color: #0058a3;
}

.content h3:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 63.94em) {

  .content h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.71;
    margin: 0 0 32px;
    line-height: 130%;
  }

}

.content h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 24px;
  color: #474747;
  line-height: 130%;
}

.content--blue .content h5 {
  color: #0058a3;
}

.content h5:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 63.94em) {

  .content h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 0 32px;
    line-height: 130%;
  }

}

.content h6 {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.71;
  margin: 0 0 24px;
  color: #474747;
  line-height: 130%;
}

.content h6.gray-text {
  color: #767571;
}

.content--blue .content h6 {
  color: #0058a3;
}

.content h6:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 63.94em) {

  .content h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 20px;
    line-height: 130%;
  }

}

.content p {
  margin: 0 0 24px;
  line-height: 170%;
}

.content p.small-text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  line-height: 130%;
}

.content--blue .content p {
  color: #0058a3;
}

.content p.gray-text {
  color: #d7cfc6;
}

.content p:last-child {
  margin-bottom: 0;
}

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

.content .align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.content .block-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 12px 0;
}

.content .block-with-icon img {
  width: 35px;
  margin-right: 13px;
}

.content ul {
  margin: 0 0 24px;
}

.content ul:last-child {
  margin-bottom: 0;
}

.content table {
  margin: 0 0 32px;
}

.content table th,
.content table td {
  padding: 12px 16px 12px 16px;
  vertical-align: top;
  border-top: none;
  border-left: none;
}

.content table th:first-child,
.content table td:first-child {
  padding-left: 0;
}

.content table th:last-child,
.content table td:last-child {
  border-right: none;
}

.content table.half-cell th,
.content table.half-cell td {
  width: 50%;
}

.content table tr:last-child th,
.content table tr:last-child td {
  border-bottom: 0;
}

.content form {
  margin: 0 0 24px;
}

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

.content .title-block {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 32px;
  padding-right: 100px;
}

.content .title-block .title-block--title {
  margin-bottom: 24px;
}

@media only screen and (min-width: 63.94em) {

  .content .title-block .title-block--title {
    margin-bottom: 0;
  }

}

@media only screen and (min-width: 63.94em) {

  .content .title-block .title-block--subtitle {
    position: absolute;
    right: 0;
    bottom: 0;
    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;
    width: 130px;
    height: 40px;
    padding: 0;
    font-weight: normal;
    text-align: right;
  }

}

.content .title-block:last-child {
  margin-bottom: 0;
}

.content p.small-margin,
.content h1.small-margin,
.content h3.small-margin,
.content h5.small-margin,
.content h6.small-margin,
.content ul.small-margin,
.content div.small-margin {
  margin-bottom: 4px;
}

.content p.middle-margin,
.content h1.middle-margin,
.content h3.middle-margin,
.content h5.middle-margin,
.content h6.middle-margin,
.content ul.middle-margin,
.content div.middle-margin {
  margin-bottom: 16px;
}

.content:last-child {
  margin-bottom: 0;
}

.content--fluid {
  width: 100%;
}

.content__text-block {
  margin-bottom: 32px;
}

.content__text-block:last-child {
  margin-bottom: 0;
}

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

.content--blue {
  color: #0058a3;
}

.content--red {
  color: #5d130e;
}

.content--green {
  color: #05676a;
}

.radial-container {
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 88px;
  height: 88px;
  margin-right: 32px;
  font-weight: normal;
  text-align: center;
  border-style: solid;
  border-width: 8px;
}

.radial-container--yellow {
  border-color: #fdc300;
}

.radial-container--green {
  border-color: #8ebda7;
}

.radial-container--red {
  border-color: #ef776e;
}

.scores-count {
  margin-bottom: 24px;
  color: #ef9617;
  font-weight: normal;
  font-size: 40px;
}

.scores-count sup {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.71;
}

.scores-count:last-child {
  margin-bottom: 0;
}

.promocode-block {
  margin: 0 0 20px 0;
  padding: 20px 20px 25px;
  text-align: center;
  background: #fff;
  border-radius: 22px;
}

.promocode-block span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  color: #474747;
  font-weight: bold;
}

@media only screen and (min-width: 63.94em) {

  .promocode-block span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
  }

}

.promocode-block--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
  text-align: left;
}

.promocode-block--sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding-top: 12px;
}

.promocode-block--inline .promocode-block--sharing {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  margin: -10px -16px -10px 0;
  padding: 0;
}

.promocode-block .promocode-block__hash {
  display: block;
  margin-bottom: 8px;
}

.promocode-block .promocode-block__pin {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  display: block;
}

p.promocode-block__description {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  margin: 6px 0;
}

.no-markers {
  margin: 0;
  padding: 6px 0;
  list-style: none;
}

.no-markers li {
  margin: 0;
}

.no-markers li a {
  display: block;
  padding: 6px 12px;
  border-radius: 12px;
}

.no-markers li a:hover {
  color: inherit;
  background: #f7f4ef;
}

.content-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (min-width: 63.94em) {

  .content-badge {
    position: relative;
    top: 12px;
    height: 0;
    margin-right: -68px;
  }

}

.content .read-more__button {
  margin-bottom: 35px;
}

.coupon-action--hide {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.customLink {
  color: #767571;
  font-size: 14px;
  font-size: 0.88rem;
  border-radius: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  padding: 0 20px;
  font-weight: bold;
  text-decoration: none;
  background-color: #ffdb00;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.customLink:visited, .customLink:hover, .customLink:active {
  color: #767571;
}

.customLink:hover {
  background-color: #fdc300;
}

.customLink:active {
  background-color: #fdc300;
}

.customLink:disabled {
  color: rgba(118, 117, 113, 0.5);
  background-color: #d5cdc1;
}

.customLink:disabled:visited, .customLink:disabled:hover, .customLink:disabled:active {
  color: rgba(118, 117, 113, 0.5);
}

.customLink:focus {
  -webkit-box-shadow: 0 0 0 4px #d5cdc1;
          box-shadow: 0 0 0 4px #d5cdc1;
}

.content-accent--list {
  display: block;
  margin: 0 0 24px;
}

.content-accent--list:last-child {
  margin: 0;
}

@media only screen and (min-width: 63.94em) {

  .content-accent--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }

}

.content-accent {
  border-radius: 20px;
  position: relative;
  margin-bottom: 24px;
  padding: 24px;
  background: #fff;
}

.content-accent:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 63.94em) {

  .content-accent--list .content-accent {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
  }

}

.content-accent.js-accordion .read-more__button {
  margin-bottom: 0;
}

.content-accent--full {
  margin: 0 -24px 24px;
}

@media only screen and (min-width: 63.94em) {

  .content-accent--full {
    margin: 0 0 24px;
  }

  .content-accent--full:last-child {
    margin-bottom: 0;
  }

}

.download-link {
  position: relative;
  display: block;
  padding-left: 40px;
  font-weight: 300;
  text-decoration: none;
}

.download-link:before {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url("/res/images/icons/download.svg") center center no-repeat;
  background-size: contain;
}

.download-link span {
  display: block;
  font-weight: 400;
  text-decoration: underline;
}

@media only screen and (min-width: 63.94em) {

  .download-link {
    padding-left: 36px;
  }

}

ul.numeric {
  padding: 0;
  list-style-type: none;
  counter-reset: section;
}

ul.numeric li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 12px 0;
}

ul.numeric.big-text li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media only screen and (min-width: 63.94em) {

  ul.numeric.big-text li {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
  }

}

ul.numeric li::before {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.33;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40px;
  font-weight: normal;
  content: counters(section, ".") " ";
  counter-increment: section;
}

.content--blue ul.numeric li::before {
  color: #0058a3;
}

ul.icons {
  margin-left: 0;
  padding: 0;
  list-style: none;
}

ul.icons li {
  position: relative;
  margin: 0 0 32px;
  padding-left: 56px;
}

ul.icons li h3 {
  margin: 0 0 20px;
}

ul.icons li:last-child {
  margin: 0;
}

@media only screen and (min-width: 63.94em) {

  ul.icons li {
    padding-left: 72px;
  }

}

ul.icons .icons--list-icon {
  position: absolute;
  top: -4px;
  left: 0;
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

ul.icons .icons--list-icon img {
  max-width: 100%;
  max-height: 100%;
  overflow: visible;
  border-radius: 0;
}

@media only screen and (min-width: 63.94em) {

  ul.icons .icons--list-icon {
    width: 48px;
    height: 48px;
  }

}

ul.icons.icons--xsmall li {
  padding-left: 50px;
}

ul.icons.icons--xsmall .icons--list-icon {
  top: -6px;
  width: 32px;
  height: auto;
}

ul.icons.icons--small li {
  padding-left: 56px;
}

@media only screen and (min-width: 63.94em) {

  ul.icons.icons--small li {
    padding-left: 60px;
  }

}

ul.icons.icons--small .icons--list-icon {
  top: 0;
  width: 40px;
  height: auto;
}

ul.icons.icons--middle li {
  padding-left: 82px;
}

@media only screen and (min-width: 63.94em) {

  ul.icons.icons--middle li {
    padding-left: 90px;
  }

}

ul.icons.icons--middle .icons--list-icon {
  width: 64px;
  height: 64px;
}

ul.icons.icons--big li {
  padding-left: 76px;
}

@media only screen and (min-width: 63.94em) {

  ul.icons.icons--big li {
    padding-left: 96px;
  }

}

ul.icons.icons--big .icons--list-icon {
  top: -4px;
  width: 64px;
  height: 64px;
}

@media only screen and (min-width: 63.94em) {

  ul.icons.icons--big .icons--list-icon {
    width: 72px;
    height: 72px;
  }

}

ul.icons:last-child {
  margin-bottom: 0;
}

.giftCardBenefitIcon {
  position: absolute;
  top: -4px;
  left: 0;
  width: 48px;
  height: 48px;
}

.number-block {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 90px;
  padding-right: 12px;
  color: #474747;
  font-weight: bold;
  line-height: 120%;
  vertical-align: baseline;
}

.number-block.number-center {
  text-align: center;
}

.number-block .number-block--big {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2;
  line-height: 110%;
}

.number-block .number-block--big sup {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media only screen and (min-width: 63.94em) {

  .number-block .number-block--big {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 1.38;
    line-height: 110%;
  }

}

@media only screen and (min-width: 63.94em) {

  .number-block {
    width: 140px;
    padding-left: 12px;
  }

}

.cookie-info {
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 30px;
  background-color: #fff;
}

.cookie-info__heading {
  margin: 0 0 15px;
}

.cookie-info__text {
  margin: 0 0 20px;
  color: #767571;
}

@media only screen and (min-width: 63.94em) {

  .cookie-info__text {
    font-size: 12px;
    font-size: 0.75rem;
  }

}

.cookieCardMoreList ul {
  list-style: none;
}

.cookieCardMoreList li {
  margin: 6px 0;
  color: #767571;
}

@media only screen and (min-width: 63.94em) {

  .cookieCardMoreList li {
    font-size: 12px;
    font-size: 0.75rem;
  }

}

.cookie__heading {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 24px;
  text-align: center;
}

.cookie-warning .cookie__heading {
  text-align: left;
}

@media only screen and (min-width: 63.94em) {

  .cookie__heading {
    text-align: left;
  }

  .cookie-warning .cookie__heading {
    font-size: 14px;
    font-size: 0.88rem;
    margin-bottom: 8px;
    text-align: left;
  }

}

.cookie__footer {
  position: sticky;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -24px;
  padding: 20px 24px;
  background-color: #eae3da;
}

@media only screen and (min-width: 63.94em) {

  .cookie__footer {
    margin: 0 -100px;
    padding: 20px 100px;
  }

}

.cookie-warning {
  z-index: 100;
  position: relative;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out, z-index 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, z-index 0.5s ease-in-out;
}

.cookie-warning--desktop {
  opacity: 0;
  pointer-events: none;
}

.cookie-warning--hidden {
  opacity: 0;
  pointer-events: none;
}

.cookie-warning.cookie-warning--desktop.cookie-warning--hidden {
  opacity: 0;
  pointer-events: none;
}

@media only screen and (min-width: 63.94em) {

  .cookie-warning {
    border-radius: 20px;
    position: fixed;
    top: 20px;
    right: 100px;
    width: calc(((100% - 124px) * 0.57 - 40px) / 2);
    max-width: 492px;
    margin-bottom: 0;
    padding: 16px 25px;
    background: #eae3da;
    opacity: 0;
    pointer-events: none;
  }

  .cookie-warning--desktop {
    z-index: 111;
    opacity: 1;
    pointer-events: all;
  }

}

@media only screen and (min-width: 63.94em) and (min-width: 120.06em) {

  .cookie-warning {
    right: calc((100% - 1920px) / 2 + 100px);
  }

}

.cookie-settings--show .cookie-warning,
.cookie-info--hide .cookie-warning {
  z-index: -1;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out, z-index 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, z-index 0.5s ease-in-out;
}

.cookie-warning p {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 14px 0;
  color: #767571;
}

.cookie-warning p button {
  display: inline;
  height: auto;
  padding: 0;
  color: #767571;
  font-weight: bold;
  text-decoration: underline;
  background: transparent;
}

.cookie-settings {
  max-height: 0;
  overflow: hidden;
}

.cookie-settings--show .cookie-settings {
  max-height: none;
  overflow: visible;
}

@media only screen and (min-width: 63.94em) {

  .cookie-settings {
    max-height: none;
    overflow: visible;
  }

}

.cookie-settings-form {
  position: relative;
}

.copyright {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 40px 0 0;
  padding: 0 40px;
  color: #767571;
  opacity: 0.5;
}

@media only screen and (min-width: 63.94em) {

  .copyright {
    margin: 0;
    padding: 0;
  }

}

.chatButton {
  z-index: 200;
  position: fixed;
  right: 0;
  bottom: 100px;
  width: 47px;
  height: 38px;
  padding: 9px 0 0;
  text-align: center;
  background: #f6b1ab;
  border-radius: 10px 0 0 10px;
  -webkit-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}

.chatButton-is-hidden {
  display: none;
}

.chatButton:before {
  position: absolute;
  display: block;
  content: '';
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-color: transparent #f6b1ab transparent transparent;
  border-style: solid;
  border-width: 0 11px 11px 0;
  -webkit-transition: border 0.25s ease-in-out;
  transition: border 0.25s ease-in-out;
}

.chatButton:hover {
  background: #f19d95;
}

.chatButton:hover:before {
  border-color: transparent #f19d95 transparent transparent;
}

@media only screen and (min-width: 63.94em) {

  .chatButton {
    bottom: 50%;
  }

}

.chatButtonIcon {
  width: 24px;
  height: 21px;
  fill: #fff;
}

.closer {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: #f7f4ef;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.closer:hover {
  background: #fdc300;
}

.closer:before, .closer:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 50%;
  width: 24px;
  height: 4px;
  margin: -2px 0 0 -12px;
  background: #767571;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.closer:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.closer--small {
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

.closer--small:before, .closer--small:after {
  width: 12px;
  height: 2px;
  margin: -1px 0 0 -6px;
}

.datepicker {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}

@media only screen and (min-width: 63.94em) {

  .datepicker {
    padding-top: 0;
  }

}

.datepicker__container {
  padding-bottom: 100px;
  background: #eae3da;
}

@media only screen and (min-width: 63.94em) {

  .datepicker__container {
    padding-bottom: 0;
    background: #fff;
  }

}

.datepicker--container {
  border-radius: 20px;
  overflow: hidden;
}

@media only screen and (min-width: 63.94em) {

  .datepicker--container {
    position: absolute;
    top: 100%;
    right: 0;
    max-width: 0;
    max-height: 0;
    padding: 24px 70px 32px;
    background: #fff;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

}

.datepicker--container--opened {
  max-width: 800px;
  max-height: 500px;
  opacity: 1;
}

.datepicker--months__container {
  border-radius: 20px;
  position: relative;
  width: auto;
  padding: 20px;
  background: white;
}

@media only screen and (min-width: 63.94em) {

  .datepicker--months__container {
    width: 484px;
    padding: 0;
    overflow: hidden;
    background: transparent;
    border-radius: 0;
  }

}

.datepicker--months {
  white-space: nowrap;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.datepicker--month {
  margin-bottom: 20px;
  font-weight: bold;
  vertical-align: top;
}

@media only screen and (min-width: 63.94em) {

  .datepicker--month {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 16px;
    font-weight: normal;
  }

}

.datepicker--month-name {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.71;
  margin-bottom: 8px;
}

@media only screen and (min-width: 63.94em) {

  .datepicker--month-name {
    margin-bottom: 16px;
    text-align: center;
  }

}

.datepicker--month-header,
.datepicker--month-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 210px;
}

.datepicker--month-day-empty {
  display: block;
  width: 30px;
  height: 22px;
}

.datepicker--month-day {
  font-size: 10px;
  font-size: 0.62rem;
  line-height: 2.4;
  z-index: 1;
  position: relative;
  width: 30px;
  height: 22px;
  margin-bottom: 2px;
  color: #474747;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}

.datepicker--month-day:first-child {
  padding-left: 0;
}

.datepicker--month-day:last-child {
  padding-right: 0;
}

.datepicker--month-header .datepicker--month-day {
  font-size: 10px;
  font-size: 0.62rem;
  line-height: 2.4;
  color: #474747;
  font-weight: 300;
}

.datepicker--month-day:before {
  position: absolute;
  display: block;
  content: '';
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.datepicker--month-day:after {
  position: absolute;
  display: block;
  content: '';
  z-index: -1;
  top: 0;
  right: 4px;
  bottom: 0;
  left: 4px;
  background-color: transparent;
  border-radius: 11px;
}

.datepicker--month-days .datepicker--month-day:hover:after {
  border: 1px solid #767571;
}

.datepicker--month-day--inactive {
  font-weight: 300;
}

.datepicker--month-day--past {
  color: #eae3da;
  font-weight: 300;
}

.datepicker--month-day--active:before {
  background-color: #f7f4ef;
}

.datepicker--month-day--active:nth-child(7n):before, .datepicker--month-day--active:last-child:before {
  right: 4px;
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
}

.datepicker--month-day--active:first-of-type:before, .datepicker--month-day--active:nth-child(7n + 1):before {
  left: 4px;
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
}

.datepicker--month-day--active-start:before {
  left: 4px;
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
}

.datepicker--month-day--active-end:before {
  right: 4px;
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
}

.datepicker--month-day--current {
  color: #fff;
}

.datepicker--month-day--current:after {
  background-color: #767571;
}

.datepicker--month-day--current.datepicker--month-day--active:after {
  background-color: #474747;
}

.datepicker--buttons {
  width: 120px;
}

.datepicker--buttons button {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  color: #767571;
  white-space: nowrap;
  background: transparent;
}

.datepicker--buttons button.hide-button {
  display: none;
}

.datepicker-closer--holder {
  border-radius: 50%;
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  background: #f7f4ef;
}

.datepicker-closer--holder:before, .datepicker-closer--holder:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  margin-left: -5px;
  background: #767571;
  border-radius: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.datepicker-closer--holder:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.datepicker--periods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 24px;
}

@media only screen and (min-width: 63.94em) {

  .datepicker--periods {
    gap: 2px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

}

.datepicker--period {
  position: relative;
  overflow: hidden;
}

.datepicker--period label {
  border-radius: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  display: inline-block;
  padding: 8px 16px;
  background: #f7f4ef;
}

.datepicker--period input[type='radio'] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}

.datepicker--period input[type='radio']:checked + label {
  background: #fdc300;
}

.datepicker--navigation {
  display: none;
}

.datepicker--navigation button {
  border-radius: 50%;
  position: relative;
  width: 24px;
  height: 24px;
  background: #f7f4ef;
}

.datepicker--navigation button.js-datepicker-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.datepicker--navigation button:before, .datepicker--navigation button:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 50%;
  width: 8px;
  height: 2px;
  margin-left: -5px;
  background: #767571;
  border-radius: 2px;
}

.datepicker--navigation button:before {
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.datepicker--navigation button:after {
  margin-top: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (min-width: 63.94em) {

  .datepicker--navigation {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 0;
    margin: 0 -5px;
  }

}

.date {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  color: #eee9de;
}

.info .date {
  width: 100%;
  margin-bottom: 24px;
  color: currentColor;
  opacity: 0.5;
}

.description-list {
  text-align: center;
}

@media only screen and (min-width: 63.94em) {

  .description-list {
    text-align: left;
  }

}

.description-list__term {
  margin: 0 0 5px;
}

.description-list__definition + .description-list__term {
  margin-top: 25px;
}

.description-list__definition {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
  font-style: normal;
}

@media only screen and (min-width: 63.94em) {

  .description-list__definition {
    font-size: 14px;
    font-size: 0.88rem;
  }

}

.eco-info__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.eco-info__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 50px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  white-space: nowrap;
}

.eco-info__count-number {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.71;
  display: inline;
  padding-right: 5px;
  color: #ef9617;
  font-weight: bold;
}

.eco-info__card-item {
  position: relative;
  margin-bottom: 18px;
  padding-left: 36px;
}

@media only screen and (min-width: 63.94em) {

  .eco-info__card-item {
    padding-left: 52px;
  }

}

.content .eco-info__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  padding-top: 6px;
}

@media only screen and (min-width: 63.94em) {

  .content .eco-info__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
  }

}

.eco-info__head .eco-info__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  line-height: 1.14em;
}

@media only screen and (min-width: 63.94em) {

  .eco-info__head .eco-info__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.71;
    max-width: 310px;
    line-height: 1.14em;
  }

}

.eco-info__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/icons/checked-gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px auto;
  border: 2px solid #767571;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 0.5;
}

.eco-info__card-item--completed .eco-info__icon {
  background-image: url(../images/icons/checked--green.svg);
  border-color: #05676a;
  opacity: 1;
}

@media only screen and (min-width: 63.94em) {

  .eco-info__icon {
    width: 32px;
    height: 32px;
  }

}

.eco-info-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

@media only screen and (min-width: 63.94em) {

  .eco-info-badge {
    top: 20px;
    right: 32px;
    width: 66px;
    height: 66px;
  }

}

.empty-list {
  display: none;
  padding: 38px 0 50px 0;
}

.empty-list--no-padding {
  padding: 0;
}

.empty-list.show-empty {
  display: block;
}

@media only screen and (min-width: 63.94em) {

  .empty-list {
    padding: 44px 0 150px;
  }

  .empty-list--no-padding {
    padding: 0;
  }

  .info .empty-list {
    padding: 45px 0;
  }

}

.empty-list__container {
  grid-column-start: 1;
  grid-column-end: 3;
}

@media only screen and (min-width: 63.94em) {

  .empty-list__container {
    grid-column: 2;
  }

}

.empty-list--img {
  display: block;
  margin: 0 auto 24px;
}

.empty-list--text {
  font-size: 16px;
  font-size: 1rem;
  color: #474747;
  text-align: center;
}

@media only screen and (min-width: 63.94em) {

  .empty-list--text {
    font-size: 20px;
    font-size: 1.25rem;
  }

}

.bottom-sheet--filter:not(.filter--fixed) {
  position: relative;
  height: auto;
  margin-top: 24px;
  overflow: visible;
}

.bottom-sheet--filter:not(.filter--fixed) > .bottom-sheet__container {
  border-radius: 20px;
  position: relative;
  max-height: none;
}

@media only screen and (min-width: 63.94em) {

  .bottom-sheet--filter:not(.filter--fixed) > .bottom-sheet__container {
    left: 0;
  }

}

@media only screen and (min-width: 63.94em) {

  .bottom-sheet--filter:not(.filter--fixed) {
    width: 100%;
  }

}

@media only screen and (min-width: 63.94em) {

  .bottom-sheet--filter.bottom-sheet--opened {
    bottom: auto;
    height: auto;
    overflow: visible;
  }

  .bottom-sheet--filter .bottom-sheet__overlay {
    display: none;
  }

}

.filter__container {
  width: auto;
  margin: 0 auto;
}

.bottom-sheet--filter .filter__container--dense {
  padding: 20px;
}

.bottom-sheet--filter .filter__container--dense:before {
  display: none;
}

@media only screen and (min-width: 63.94em) {

  .bottom-sheet--filter .filter__container--dense {
    padding: 20px 24px;
  }

}

@media only screen and (min-width: 63.94em) {

  .filter__container {
    width: calc(100% - 100px - 20px);
    margin: 0;
  }

}

@media only screen and (min-width: 105em) {

  .filter__container {
    margin: 0;
  }

}

.filter-container {
  padding: 0 25px;
}

.js-sustainability-holder .filter-container {
  padding: 0;
}

@media only screen and (min-width: 63.94em) {

  .filter-container {
    padding: 0;
  }

}

.filter--content {
  width: auto;
  margin: 0 24px 32px;
}

@media only screen and (min-width: 63.94em) {

  .filter--content {
    width: 100%;
    margin: 0 0 20px;
  }

}

.filter {
  border-radius: 20px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 63.94em) {

  .filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding: 24px 52px;
  }

  .filter--no-margin {
    margin: 0;
  }

  .sticky-layout__aside .filter {
    background: none;
  }

  .filter--content .filter {
    padding: 0;
  }

  .filter--fixed .filter {
    padding: 24px 116px;
  }

  .filter--no-offset {
    padding: 0;
  }

}

@media only screen and (min-width: 63.94em) {

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

}

.filter--aside {
  display: block;
  padding: 0;
}

.filter--aside-container {
  border-radius: 16px;
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  overflow: hidden;
  background: #eae3da;
}

.filter--expanded .filter--aside-container {
  padding: 0;
  background: transparent;
}

.filter--aside-container--background-line {
  background-image: url("/res/images/decors/shops-filter.svg");
  background-position: center;
  background-size: cover;
}

@media only screen and (min-width: 63.94em) {

  .filter--aside-container {
    padding: 32px;
  }

}

.filter--aside-container:last-child {
  margin: 0;
}

.filter--aside-container .bottom-sheet--filter:not(.bottom-sheet--opened) .filter--aside-container:after {
  position: absolute;
  display: block;
  content: '';
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/res/images/card-stroke.svg");
  background-position: center;
  background-size: cover;
}

@media only screen and (min-width: 63.94em) {

  .filter--aside-container .bottom-sheet--filter:not(.bottom-sheet--opened) .filter--aside-container:after {
    display: block;
    background-image: url("/res/images/card-stroke.svg");
    background-position: top center;
  }

}

@media only screen and (min-width: 63.94em) {

  .bottom-sheet--filter.bottom-sheet--opened .bottom-sheet__container {
    border-radius: 20px;
    position: relative;
    overflow: visible;
  }

}

.filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.filter-row:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 0.06em) {

  .filter-row .js-select {
    width: 100%;
  }

}

.bottom-sheet--opened .filter-row {
  position: relative;
}

@media only screen and (min-width: 63.94em) {

  .filter-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 24px;
  }

}

.filter-row--reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media only screen and (min-width: 63.94em) {

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

}

.filter__input {
  z-index: 1;
  width: 100%;
  margin-bottom: 10px;
  outline: none;
}

.filter__container--dense .filter__input {
  margin: 0;
}

@media only screen and (min-width: 63.94em) {

  .filter__input {
    width: 285px;
    margin-right: 20px;
    margin-bottom: 0;
  }

}

.filter-row--noindentation {
  z-index: 1;
  margin-bottom: 0;
}

.filter__select {
  width: 100%;
  margin-bottom: 10px;
}

.filter__select:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 63.94em) {

  .filter__select {
    width: 285px;
    margin-bottom: 0;
  }

}

.filter__options {
  z-index: 1;
  width: 100%;
  padding-top: 22px;
}

@media only screen and (min-width: 63.94em) {

  .filter__options {
    padding-top: 0;
  }

}

.bottom-sheet--opened .filter__options {
  padding-top: 0;
}

.filter__radio {
  width: 100%;
  margin-bottom: 20px;
}

.filter__radio-group .filter__radio {
  margin-right: 15px;
  margin-bottom: 0;
}

.filter__radio:last-child {
  margin: 0;
}

@media only screen and (min-width: 63.94em) {

  .filter__radio {
    width: auto;
    margin-right: 15px;
    margin-bottom: 0;
  }

  .filter__radio:last-child {
    margin-right: 0;
  }

}

.filter__checkbox {
  width: 100%;
  margin-bottom: 10px;
}

.filter__checkbox:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 63.94em) {

  .filter__checkbox {
    width: auto;
    margin-right: 15px;
    margin-bottom: 0;
  }

}

.filter__close {
  z-index: 1;
  position: absolute;
  top: 24px;
  left: 24px;
  display: none;
  width: 25px;
  height: 25px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  background-image: url("../images/icons/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.filter__close:focus {
  -webkit-box-shadow: 0 0 0 4px #d5cdc1;
          box-shadow: 0 0 0 4px #d5cdc1;
}

@media only screen and (min-width: 63.94em) {

  .filter--expanded .filter__close,
  .filter--fixed .filter__close {
    display: block;
  }

}

.sticky-layout__aside .bottom-sheet.bottom-sheet--filter:not(.bottom-sheet--opened) .bottom-sheet__container {
  padding: 0;
  background: transparent;
  border-radius: unset;
}

.sticky-layout__aside .bottom-sheet.bottom-sheet--filter:not(.bottom-sheet--opened) .bottom-sheet--no-offset.bottom-sheet__container {
  padding: 0;
}

.sticky-layout__aside .bottom-sheet.bottom-sheet--filter:not(.bottom-sheet--opened) .bottom-sheet__container:after {
  display: none;
}

@media only screen and (min-width: 63.94em) {

  .sticky-layout__aside .bottom-sheet.bottom-sheet--filter:not(.bottom-sheet--opened) .bottom-sheet__container {
    width: 100%;
    margin: 0;
  }

}

.filter__info {
  border-radius: 20px;
  width: 100%;
  padding: 24px 32px;
  background-color: #eae3da;
}

.bottom-sheet--opened .filter__info {
  padding: 24px 0;
}

@media only screen and (min-width: 63.94em) {

  .filter__info {
    background-image: url("/res/images/decors/filter.svg");
    background-repeat: no-repeat;
    background-size: 100%;
  }

}

.filter__info--with-background {
  position: relative;
}

.filter__info--with-background:after {
  border-radius: 20px;
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("/res/images/banner_stroke.svg") top center no-repeat;
  background-size: 120% auto;
  opacity: 0.1;
  pointer-events: none;
}

.bottom-sheet--opened .filter__info--with-background:after {
  display: none;
}

.filter-nav {
  border-radius: 20px;
  z-index: 1;
  position: relative;
  width: 100%;
  padding: 24px;
  background-color: #fff;
}

.bottom-sheet--opened .filter-nav {
  padding: 0;
  background-color: transparent;
}

@media only screen and (min-width: 63.94em) {

  .filter-nav {
    padding: 24px 32px;
    background-color: #fff;
  }

}

.filter-nav__link {
  font-size: 14px;
  font-size: 0.88rem;
  z-index: 1;
  position: relative;
  display: block;
  width: 100%;
  padding-right: 20px;
  font-weight: normal;
  text-decoration: none;
}

.filter-nav__link:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 12px;
  background-image: url("/res/images/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.5;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  content: '';
}

.filter-nav__link--active {
  font-weight: bold;
}

.filter-nav__link--active:after {
  opacity: 1;
}

.filter-nav__link:hover:after {
  opacity: 1;
}

.filter-nav__link + .filter-nav__link {
  margin-top: 8px;
}

@media only screen and (min-width: 63.94em) {

  .filter-nav__link {
    padding-right: 0;
  }

}

.bottom-sheet--filter .filter--stroke.bottom-sheet__container {
  overflow: hidden;
}

.bottom-sheet--filter .filter--stroke.bottom-sheet__container:after {
  position: absolute;
  display: block;
  content: '';
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/res/images/card-stroke.svg");
  background-position: center;
  background-size: cover;
  mix-blend-mode: overlay;
}

@media only screen and (min-width: 63.94em) {

  .bottom-sheet--filter .filter--stroke.bottom-sheet__container:after {
    display: block;
    background-image: url("/res/images/card-stroke.svg");
    background-position: top center;
  }

}

.page__filter-expand:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bottom-sheet--opened .js-sustainability-filter {
  padding: 24px 0;
}

.footer-container {
  background-image: url("/res/images/footer_stroke.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

.menu__container .footer-container {
  margin: 0 -24px;
}

@media only screen and (min-width: 63.94em) {

  .menu__container .footer-container {
    margin: 0;
  }

}

@media only screen and (min-width: 63.94em) {

  .footer-container {
    background-image: url("/res/images/footer_stroke_desk.svg");
    background-position: center top;
    background-size: cover;
  }

}

.footer-wrap {
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 24px;
}

@media only screen and (min-width: 63.94em) {

  .footer-wrap {
    padding: 20px 100px 30px;
  }

}

.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: dash 5s linear alternate infinite;
          animation: dash 5s linear alternate infinite;
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 822;
  }

  to {
    stroke-dashoffset: 0;
  }

}

@keyframes dash {
  from {
    stroke-dashoffset: 822;
  }

  to {
    stroke-dashoffset: 0;
  }

}

.language-block a {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.71;
  display: inline-block;
  color: #333;
}

.language-block a.language-block--current {
  color: #767571;
}

.footer-navigation {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 30px 40px 10px;
  text-align: left;
}

.menu .footer-navigation {
  max-width: 800px;
}

.footer-navigation p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  margin: 0;
  color: #767571;
}

.footer-navigation a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  color: #767571;
  line-height: 1em;
  text-decoration: none;
}

.footer-navigation a:hover {
  color: #fdc300;
}

@media only screen and (min-width: 63.94em) {

  .footer-navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 0 52px 0;
  }

}

@media only screen and (min-width: 63.94em) {

  .footer-navigation__leftside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 460px;
  }

}

@media only screen and (min-width: 63.94em) {

  .footer-navigation__rightside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    width: 410px;
  }

}

.footer-navigation__column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer-navigation__rightside .footer-navigation__column:last-child {
  display: block;
  padding-top: 20px;
  padding-bottom: 32px;
}

@media only screen and (min-width: 63.94em) {

  .footer-navigation__rightside .footer-navigation__column:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

}

@media only screen and (min-width: 63.94em) {

  .footer-navigation__rightside .footer-navigation__column {
    display: block;
  }

}

.menu .footer-navigation__column:last-child {
  display: none;
}

.footer-navigation__arrow {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.71;
  display: inline-block;
  height: 15px;
  line-height: unset;
  vertical-align: middle;
}

.footer-navigation__title {
  font-size: 10px;
  font-size: 0.62rem;
  line-height: 2.4;
  display: block;
  margin: 0 0 16px 0;
  color: #474747;
  font-weight: bold;
  text-transform: uppercase;
}

.language-block {
  margin: 0 auto 55px;
  padding: 0 48px;
}

.menu .language-block {
  max-width: 800px;
}

@media only screen and (min-width: 63.94em) {

  .language-block {
    padding: 0;
  }

}

@media only screen and (min-width: 63.94em) {

  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }

}

.fields--group {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 100%;
}

@media only screen and (min-width: 63.94em) {

  .fields--group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }

}

.fields--group-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fields--group-columns > * {
  width: 45%;
}

.field {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 100%;
}

.field.field--captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 63.94em) {

  .field.field--captcha {
    display: grid;
    grid-gap: 8px;
    grid-template-columns: 100%;
  }

}

.field--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-wrap: wrap;
      flex-wrap: wrap;
}

.field--error {
  color: #e30613;
}

.field a {
  font-weight: inherit;
}

.field--error-text {
  font-size: 10px;
  font-size: 0.62rem;
  position: relative;
  height: 0;
  font-weight: bold;
  line-height: 0;
  white-space: nowrap;
  text-align: left;
}

.field__label {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.71;
  display: block;
  width: 100%;
  font-weight: 300;
}

.field--captcha .field__label {
  text-align: right;
}

.field__input {
  display: block;
  width: 100%;
}

.field--row .field__input {
  width: 60%;
}

.field--row .field__input:last-of-type {
  width: calc(40% - 8px * 2);
}

.field__input:focus {
  outline: none;
}

.field--radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.field--textarea {
  max-width: 100%;
  height: 80px;
  padding: 20px;
}

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

.field--social-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.field__input-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.field__input-number button {
  border-radius: 50%;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.field__input-number button:before, .field__input-number button:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #767571;
}

.field__input-number button.js-number-input-minus:after {
  display: none;
}

.field__input-number button.js-number-input-minus:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.field__input-number button.js-number-input-plus:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.field__input-number button.js-number-input-plus:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.field__input-number span {
  width: 60px;
  text-align: center;
}

.field__input-number--small button {
  width: 32px;
  height: 32px;
}

.field__input-number--small span {
  width: 40px;
}

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

.form__captcha .field__label {
  width: 50%;
}

.form__captcha .field__input {
  width: 50%;
}

.js-form .form__captcha .field__input {
  width: 100%;
  margin-bottom: 15px;
}

@media only screen and (min-width: 63.94em) {

  .js-form .form__captcha .field__input {
    width: 50%;
    margin-bottom: 0;
  }

}

.event-form .form__captcha .field__input {
  width: 50%;
}

.form__captcha img {
  border-radius: 20px;
}

.form__captcha-refresh {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  color: #767571;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: auto;
  padding: 0;
  text-align: right;
  text-decoration: underline;
  background: unset;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.form__captcha-refresh:visited {
  color: #767571;
}

.form__captcha-refresh:hover, .form__captcha-refresh:active {
  color: #474747;
}

.js-form .form__captcha-refresh {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media only screen and (min-width: 63.94em) {

  .js-form .form__captcha-refresh {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }

}

.form__captcha-image {
  width: calc(50% - 8px);
}

.js-form .form__captcha-image {
  width: auto;
  min-width: 150px;
  margin-left: auto;
}

.file {
  position: relative;
  height: 40px;
}

.file__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.js-file-toggle,
.file__label {
  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;
  width: 100%;
  height: 40px;
  background-color: #eae3da;
  border-radius: 40px;
}

.form {
  z-index: 1;
  position: relative;
  display: block;
  width: 100%;
  max-height: 10000px;
  opacity: 1;
}

.form-sended .form {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
  -webkit-transition-duration: 0.3s, 0s;
          transition-duration: 0.3s, 0s;
  -webkit-transition-property: opacity, max-height;
  transition-property: opacity, max-height;
}

.form__fields {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 100%;
}

.form__fields-group {
  border-radius: 16px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 0 0;
  padding: 20px;
  background: #fff;
}

.filter--expanded .form__fields-group {
  padding: 0;
  background: transparent;
}

.form__fields-group:last-child {
  margin-bottom: 0;
}

.form__fields-group--item {
  margin: 0 0 4px;
}

.form__fields-group--item:last-child {
  margin-bottom: 0;
}

.form__fields--overlayed {
  padding: 0 0 100px;
}

@media only screen and (min-width: 63.94em) {

  .form__fields--overlayed {
    padding-bottom: 0;
  }

}

.form__submit {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 100%;
  margin-top: 24px;
}

@media only screen and (min-width: 63.94em) {

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

}

.form__submit-policy a {
  display: contents;
}

.event-form--opened .form__submit-overlay {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 24px;
  background: #eae3da;
}

@media only screen and (min-width: 63.94em) {

  .event-form--opened .form__submit-overlay {
    position: unset;
    padding: 0;
  }

}

.form__fields-captcha {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 100%;
  place-content: center;
}

@media only screen and (min-width: 63.94em) {

  .form__fields-captcha {
    grid-template-columns: 1fr 1fr;
  }

}

.form-message {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-delay: 0.3s, 0.3s;
          transition-delay: 0.3s, 0.3s;
  -webkit-transition-duration: 0s, 0s;
          transition-duration: 0s, 0s;
  -webkit-transition-property: opacity, height;
  transition-property: opacity, height;
}

.form-message--visible {
  max-height: 1000px;
  opacity: 1;
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
  -webkit-transition-duration: 0.3s, 0s;
          transition-duration: 0.3s, 0s;
}

.form-sended--response .form-message {
  max-height: 1000px;
  opacity: 1;
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
  -webkit-transition-duration: 0.3s, 0s;
          transition-duration: 0.3s, 0s;
}

.js-unsubscribe--is-hidden {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.js-unsubscribe-status {
  display: none;
  margin: 20px 0 0;
}

.js-unsubscribe-status--visible {
  display: inline;
}

.header {
  z-index: 106;
  position: absolute;
  width: 100%;
  pointer-events: none;
}

@media only screen and (min-width: 63.94em) {

  .header {
    z-index: 107;
  }

  .page--index .header {
    position: fixed;
  }

  .bottom-sheet--menu.bottom-sheet--opened + .header {
    z-index: 106;
  }

  .page--search .header {
    z-index: 102;
  }

  .page--search--active .header {
    z-index: 115;
  }

}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
  margin: 0 auto;
  padding: 0 24px;
}

.bottom-sheet--menu .header-container {
  height: auto;
  margin-bottom: 24px;
  padding: 0;
}

.header-container > * {
  pointer-events: all;
}

@media only screen and (min-width: 63.94em) {

  .header-container {
    max-width: 1920px;
    height: 110px;
    padding: 0 100px 0 24px;
  }

  .bottom-sheet--menu .header-container {
    width: 100%;
    height: 110px;
    margin: 0 auto 24px;
    padding: 0 100px 0 24px;
  }

}

.header-container--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.page--search-modal--active .header-container--left {
  pointer-events: none;
}

.bottom-sheet--menu .header-container--left {
  display: none;
}

@media only screen and (min-width: 63.94em) {

  .bottom-sheet--menu .header-container--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
  }

}

@media only screen and (min-width: 63.94em) {

  .bottom-sheet--opened .header-container--left {
    pointer-events: all;
  }

}

@media only screen and (min-width: 63.94em) {

  .header-container--left {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    width: 43%;
    padding: 0 0 0 75px;
  }

}

.header-container--right {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.bottom-sheet--menu .header-container--right {
  display: block;
}

@media only screen and (min-width: 63.94em) {

  .header-container--right {
    z-index: 101;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 20px;
  }

  .bottom-sheet--menu .header-container--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

}

.header-container--column {
  width: 50%;
}

.bottom-sheet--menu .header-container--column {
  width: 100%;
}

.header-container--column:first-child {
  display: none;
}

.header-container--column:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 0;
}

@media only screen and (min-width: 63.94em) {

  .header-container--column {
    margin-left: 20px;
  }

}

.header__branding {
  max-width: 100px;
}

@media only screen and (min-width: 63.94em) {

  .header__branding {
    padding: 0;
  }

}

.header__congestion {
  --background: #ef9617;
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  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;
  width: 130px;
  height: 30px;
  overflow: hidden;
  color: #474747;
  font-weight: bold;
  font-family: "Lively Headline", "Droid Serif", Cambria, Georgia, "Times New Roman", Times, serif;
  line-height: 15px;
}

.page--index .header__congestion {
  color: #fff;
}

.bottom-sheet--menu .header__congestion {
  color: #474747;
}

.header__congestion::before {
  position: absolute;
  display: block;
  content: '';
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  background: var(--background);
  border: 3px solid #fff;
  border-radius: 50%;
}

.page--search-modal--active .header__congestion,
.page--search--active .header__congestion {
  visibility: hidden;
  opacity: 0;
}

@media only screen and (min-width: 63.94em) {

  .header__congestion {
    font-size: 14px;
    font-size: 0.88rem;
    width: 140px;
    height: 40px;
    border-radius: 20px;
  }

  .header__congestion::before {
    width: 22px;
    height: 22px;
  }

}

.search__close {
  position: absolute;
  top: 25px;
  right: 18px;
}

.heading--size--xxl {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.1;
}

.heading--size--xl {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}

@media only screen and (min-width: 63.94em) {

  .heading--size--xl {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.1;
  }

}

.heading--size--l {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.1;
}

.heading--size--m {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1;
}

.js-cards-load .heading--size--m {
  padding-left: 24px;
}

@media only screen and (min-width: 63.94em) {

  .js-cards-load .heading--size--m {
    padding-left: 0;
  }

}

.heading--size--s {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}

.heading--size--m-s {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}

@media only screen and (min-width: 63.94em) {

  .heading--size--m-s {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.1;
  }

}

.heading--size--xs {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.3;
}

.header-tabs--container {
  z-index: 106;
  position: relative;
  margin: 0 auto 20px;
}

.page--stuck .header-tabs--container {
  z-index: 1;
}

@media only screen and (min-width: 63.94em) {

  .header-tabs--container {
    margin-left: -70px;
  }

}

.header-tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 250px;
  padding: 0 60px 60px;
  overflow: hidden;
}

.header-tabs h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  z-index: 1;
  width: 210px;
  margin: 0 0 16px;
  color: #ffdb00;
  line-height: 130%;
  pointer-events: none;
}

@media only screen and (min-width: 63.94em) {

  .header-tabs h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.71;
    z-index: unset;
    width: 400px;
    margin: 0 0 32px;
    pointer-events: all;
  }

}

@media only screen and (min-width: 63.94em) {

  .header-tabs {
    padding: 0 170px 60px 70px;
  }

}

.header-tabs--wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  overflow: hidden;
  overflow-x: auto;
}

.header-tabs--wrap::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

@media only screen and (min-width: 63.94em) {

  .header-tabs--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }

}

.header-tabs--wrap-block {
  position: relative;
  display: inline-block;
  width: 800px;
  height: 250px;
  padding: 0 36px;
}

.header-tabs--wrap-block:before, .header-tabs--wrap-block:after {
  display: block;
  content: "";
  position: sticky;
  top: 0;
  z-index: 10;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  height: 100%;
  pointer-events: none;
}

.header-tabs--wrap-block:before {
  left: -24px;
  margin: 0 0 0 -36px;
  background: -webkit-gradient(linear, right top, left top, color-stop(20.24%, rgba(71, 71, 71, 0)), to(rgba(71, 71, 71, 0.6)));
  background: linear-gradient(to left, rgba(71, 71, 71, 0) 20.24%, rgba(71, 71, 71, 0.6) 100%);
  border-radius: 40px 0 0 40px;
}

.header-tabs--wrap--leftShadow .header-tabs--wrap-block:before {
  border-radius: 0;
}

.header-tabs--wrap-block:after {
  right: 20px;
  left: calc(100% - 36px);
  margin: 0 -36px 0 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(20.24%, rgba(71, 71, 71, 0)), to(rgba(71, 71, 71, 0.6)));
  background: linear-gradient(90deg, rgba(71, 71, 71, 0) 20.24%, rgba(71, 71, 71, 0.6) 100%);
  border-radius: 0;
  -webkit-transform: translateY(calc(-100% - 60px));
          transform: translateY(calc(-100% - 60px));
}

.header-tabs--wrap--rightShadow .header-tabs--wrap-block:after {
  border-radius: 0 40px 40px 0;
}

@media only screen and (min-width: 63.94em) {

  .header-tabs--wrap-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    padding: 0 70px;
  }

  .header-tabs--wrap-block:after, .header-tabs--wrap-block:before {
    display: none;
  }

  .header-tabs--wrap-block::after {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

}

.header-tabs--container-fixed {
  z-index: 107;
}

.header-tabs--wrap-block-fixed {
  z-index: 112;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 0;
  overflow-x: auto;
}

@media only screen and (min-width: 63.94em) {

  .header-tabs--wrap-block-fixed {
    padding: 0 100px 0 24px;
  }

}

.header-tabs--image {
  border-radius: 40px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.header-tabs--wrap-block-fixed .header-tabs--image {
  height: 100%;
  padding: 0 60px 60px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
}

.header-tabs--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (min-width: 63.94em) {

  .header-tabs--image {
    z-index: -1;
  }

}

.header-tabs--links {
  z-index: 10;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.header-tabs--wrap-block-fixed .header-tabs--links {
  gap: 36px;
  margin: 0 auto;
  padding: 0 24px;
  overflow-x: auto;
  white-space: nowrap;
  background: #eae3da;
  border-radius: 0;
}

.header-tabs--wrap-block-fixed .header-tabs--links:before {
  position: absolute;
  display: block;
  content: '';
  right: -52px;
  left: -52px;
  height: 60px;
  background: url("/res/images/filter_stroke.svg") center center no-repeat;
  mix-blend-mode: overlay;
}

@media only screen and (min-width: 63.94em) {

  .header-tabs--wrap-block-fixed .header-tabs--links:before {
    right: 0;
    left: 0;
  }

}

.header-tabs--links li {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.71;
  height: auto;
  margin: 0;
  padding: 0;
  line-height: unset;
}

.header-tabs--links li a {
  position: relative;
  display: block;
  padding: 20px 0;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.header-tabs--links li.header-tabs--link-current a {
  font-weight: normal;
}

.header-tabs--links li.header-tabs--link-current a:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 11px;
  margin-left: -20px;
  background-image: url("/res/images/mega-friends/current-tab_beige.svg");
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (min-width: 63.94em) {

  .header-tabs--links li.header-tabs--link-current a:before {
    background-image: url("/res/images/mega-friends/current-tab.svg");
  }

}

@media only screen and (min-width: 63.94em) {

  .header-tabs--links {
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .header-tabs--wrap-block-fixed .header-tabs--links {
    border-radius: 16px;
    gap: 0;
    width: 100%;
    max-width: 1200px;
    padding: 0 52px;
    overflow-x: hidden;
  }

}

.info {
  font-size: 14px;
  font-size: 0.88rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 32px 25px 40px;
  color: #767571;
}

.info::before {
  position: absolute;
  display: block;
  content: '';
  z-index: -1;
  border-radius: 40px;
  background-color: #f7f4ef;
}

.empty-list .info {
  border-radius: 40px;
  background-color: #f7f4ef;
}

.empty-list .info::before {
  background-color: unset;
}

.info--no-flex {
  display: block;
}

.info--hidden {
  display: none;
}

.sticky-layout .info {
  margin-bottom: 20px;
}

.sticky-layout .info::before {
  border-radius: 16px;
}

@media only screen and (min-width: 63.94em) {

  .sticky-layout .info::before {
    border-radius: 40px;
  }

}

.sticky-layout .info:not(.info--dont-first):first-child {
  padding-top: 0;
}

.sticky-layout .info:not(.info--dont-first):first-child.info--blue-1 {
  padding-top: 32px;
}

@media only screen and (min-width: 63.94em) {

  .sticky-layout .info:not(.info--dont-first):first-child {
    padding-top: 52px;
  }

}

@media only screen and (min-width: 63.94em) {

  .sticky-layout .info {
    margin-bottom: 32px;
  }

  .sticky-layout .info:last-child {
    margin-bottom: 0;
  }

  .sticky-layout .info.full-height {
    min-height: 100%;
  }

}

@media only screen and (min-width: 47.94em) {

  .info {
    padding: 52px 80px;
  }

}

@media only screen and (min-width: 105em) {

  .info {
    padding: 52px 100px;
  }

}

@media only screen and (min-width: 63.94em) {

  .sticky-layout__sticky .info {
    padding: 52px 100px 52px 70px;
  }

}

.info__big-container {
  margin: 0;
  padding: 16px 0;
}

@media only screen and (min-width: 63.94em) {

  .info__big-container {
    margin: 0 -30px;
  }

}

.sticky-layout:first-of-type .info {
  z-index: 0;
}

.sticky-layout:first-of-type .info:first-child:not(.info--events)::before {
  top: -9999px;
  height: auto;
}

@media only screen and (min-width: 47.94em) {

  .sticky-layout:first-of-type .info:first-child:not(.info--events)::before {
    top: 0;
  }

}

@media only screen and (min-width: 63.94em) {

  .sticky-layout:first-of-type .info:first-child:not(.info--events)::before {
    top: 0;
    height: 100%;
  }

}

@media only screen and (min-width: 47.94em) {

  .sticky-layout:first-of-type .info:first-child:not(.info--events) {
    padding-top: 52px;
  }

}

@media only screen and (min-width: 47.94em) {

  .sticky-layout:first-of-type .info {
    width: calc(100% - 48px);
    margin-right: auto;
    margin-left: auto;
  }

}

@media only screen and (min-width: 63.94em) {

  .sticky-layout:first-of-type .info {
    width: 100%;
  }

}

.sticky-layout .info--no-first,
.sticky-layout:first-of-type .info--no-first:first-child {
  padding-top: 24px;
}

@media only screen and (min-width: 63.94em) {

  .sticky-layout .info--no-first,
  .sticky-layout:first-of-type .info--no-first:first-child {
    padding-top: 52px;
  }

}

.info--blue::before {
  position: absolute;
  display: block;
  content: '';
  z-index: -1;
  background-color: #b8d6ea;
}

.info--green::before {
  position: absolute;
  display: block;
  content: '';
  z-index: -1;
  background-color: #c0d9ca;
}

.info--red::before {
  position: absolute;
  display: block;
  content: '';
  z-index: -1;
  background-color: #e9a99c;
}

.info--blue-1 {
  border-radius: 40px;
  overflow: hidden;
  background-image: url("/res/images/info_bg/blue_1.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

.info--blue-2:before {
  background-image: url("/res/images/info_bg/blue_2.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

.info--green-1 {
  background-image: url("/res/images/info_bg/green_1.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

.info__heading {
  width: 100%;
  margin: 0 0 8px;
  color: #333;
}

.info__coupons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
  gap: 8px;
  width: 100%;
  margin-bottom: 24px;
}

.info__coupons:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 63.94em) {

  .info__coupons {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
  }

}

.info__section {
  margin-bottom: 32px;
}

.info__section:last-child {
  margin-bottom: 0;
}

.info__button + .info__button {
  margin-top: 10px;
}

.info__disclaimer {
  color: #d5cdc1;
}

.info--with-back {
  padding-bottom: 56px;
  background-repeat: no-repeat;
  background-position: right 70%;
  background-size: auto 112px;
}

@media only screen and (min-width: 63.94em) {

  .info--with-back {
    background-position: right center;
    background-size: auto 166px;
  }

}

@media only screen and (min-width: 63.94em) {

  .info-with-back--big {
    height: 530px;
    padding-top: 52px;
    background-position: right 80%;
  }

}

.info--bonuses {
  border-radius: 20px;
  background-color: #f7f4ef;
  background-image: url("/res/images/profile/home/bonuses.svg");
}

.info--bonuses:before {
  background: inherit;
}

.info--events {
  background-image: url("/res/images/profile/home/events.svg");
}

.info--clubs {
  background-image: url("/res/images/profile/home/dreams.svg");
}

.info--ikano {
  border-radius: 16px;
  background-color: #b0d7ec;
}

.info--ikano:before {
  background: inherit;
}

@media only screen and (min-width: 63.94em) {

  .info--ikano {
    border-radius: 20px;
    background-image: url("/res/images/profile/home/ikano.png");
    background-size: auto 100%;
  }

}

.info-card {
  border-radius: 20px;
  position: relative;
  display: block;
  margin: 0 0 24px;
  overflow: hidden;
  background: #f7f4ef;
}

@media only screen and (min-width: 63.94em) {

  .info-card {
    margin: 0 -24px 24px;
    border-radius: 40px;
  }

  .info-card.info-card--fill {
    margin: 0 0 24px;
  }

}

.info-card__image {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.location-question {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.location-question__heading {
  margin: 0 0 24px;
}

.bottom-sheet--location-container {
  padding: 32px;
  background-color: #eae3da;
}

.bottom-sheet--location-container:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/res/images/card-stroke.svg");
  background-position: center;
  background-size: cover;
  mix-blend-mode: overlay;
}

@media only screen and (min-width: 63.94em) {

  .bottom-sheet--location-container:after {
    display: none;
  }

}

@media only screen and (min-width: 63.94em) {

  .bottom-sheet--location-container {
    padding: 32px 100px 100px;
  }

}

.location-block--container {
  height: 70px;
}

.menu .location-block--container {
  height: auto;
}

@media only screen and (min-width: 63.94em) {

  .menu .location-block--container {
    height: 70px;
  }

}

.location-block {
  border-radius: 20px;
  position: relative;
  min-height: 60px;
  background: #eae3da;
}

.location-block .read-more__content {
  max-height: unset;
}

.header .location-block {
  display: none;
}

@media only screen and (min-width: 63.94em) {

  .header .location-block {
    display: block;
  }

}

.bottom-sheet .location-block {
  pointer-events: none;
}

.bottom-sheet--opened .location-block {
  pointer-events: all;
}

@media only screen and (min-width: 63.94em) {

  .location-block {
    display: block;
    margin-bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .page--search--active .location-block {
    visibility: hidden;
    opacity: 0;
  }

}

.location-block__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
}

.read-more__content + .location-block__button {
  display: none;
}

.location-block__current {
  font-size: 12px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 20px;
  padding-right: 12px;
  color: #767571;
}

.location-block__current h6 {
  font-size: 14px;
  font-size: 0.88rem;
  margin: 0;
  padding: 0;
  color: #333;
}

@media only screen and (min-width: 63.94em) {

  .location-block__current {
    padding: 16px 24px;
  }

}

.location-block__select button {
  position: relative;
  width: 20px;
  height: 20px;
  background: transparent;
}

.location-block__select button span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -8px 0 0 -5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.location-block__select button span:before, .location-block__select button span:after {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  left: 0;
  background: #767571;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.location-block__select button span:before {
  width: 4px;
  height: 10px;
}

.location-block__select button span:after {
  width: 10px;
  height: 4px;
}

.js-accordion--active .location-block__select button span {
  margin-top: -4px;
}

.js-accordion--active .location-block__select button span:before, .js-accordion--active .location-block__select button span:after {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

.js-accordion--active .location-block__select button span:before {
  width: 10px;
  height: 4px;
}

.js-accordion--active .location-block__select button span:after {
  width: 4px;
  height: 10px;
}

.location-block__question {
  position: relative;
  padding: 24px 24px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.location-block__question:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  border-top: 1px solid #d7cfc6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.location-block__heading {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.71;
  margin: 0 0 8px 0;
}

.list-group {
  border-radius: 20px;
  margin: 0 0 24px;
  padding: 32px;
  background: #f7f4ef;
  border-radius: 20px;
}

.list-group__heading {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 20px;
  font-weight: bold;
}

@media only screen and (min-width: 63.94em) {

  .list-group__heading {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
  }

}

.list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 12px;
}

.list-item:last-child {
  padding: 0;
}

@media only screen and (min-width: 63.94em) {

  .list-item {
    padding: 0 0 14px;
  }

}

.list-item--title {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.71;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #767571;
}

@media only screen and (min-width: 63.94em) {

  .list-item--title {
    font-size: 18px;
    font-size: 1.12rem;
    line-height: 1.33;
  }

}

.list-steps {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 100%;
}

.list-steps__item {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 52px 1fr;
}

.list-steps__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list-steps__item-icon-image {
  width: 52px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.list-steps__item-title {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.71;
  margin-bottom: 12px;
  font-weight: bold;
  line-height: 20px;
}

.list-steps__item-text {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.71;
  line-height: 22px;
}

.list-steps__item-text a {
  color: inherit;
}

.list-icons {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 100%;
}

.list-icons__item {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 52px 1fr;
  place-items: center flex-start;
}

.list-icons__item-icon {
  display: grid;
  place-content: center;
}

.list-icons__item-icon-image {
  width: 52px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
}

.list-icons__item-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
}

.js-loader {
  position: relative;
  min-height: 80px;
  visibility: hidden;
}

.js-loader:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/res/images/loader.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  visibility: visible;
  stroke: #000;
}

@media only screen and (min-width: 63.94em) {

  .bottom-sheet.menu .bottom-sheet__container {
    left: 0;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }

}

@media only screen and (min-width: 63.94em) {

  .bottom-sheet--opened.menu .bottom-sheet__container {
    opacity: 1;
  }

}

.main-menu {
  position: relative;
  margin: 0 0 44px 0;
  padding: 0;
  list-style: none;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.bottom-sheet--opened .main-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.main-menu > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 12px 0;
  padding: 0 16px;
}

@media only screen and (min-width: 63.94em) {

  .main-menu > li {
    display: block;
    margin: 12px 0;
  }

}

.main-menu h3 {
  max-width: calc(100% - 48px);
  margin: 0;
}

@media only screen and (min-width: 63.94em) {

  .main-menu h3 {
    margin: 0 0 20px 0;
  }

}

@media only screen and (min-width: 63.94em) {

  .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }

  .main-menu > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
  }

}

.main-menu a {
  color: #333;
  text-decoration: none;
}

span.main-menu__link {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  position: relative;
  display: block;
}

@media only screen and (min-width: 63.94em) {

  span.main-menu__link {
    font-size: 28px;
    font-size: 1.75rem;
  }

}

.main-menu li.menu-item--for-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 63.94em) {

  .main-menu li.menu-item--for-mobile {
    display: none;
  }

}

.main-menu__submenu a {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.71;
  color: #474747;
  font-weight: 400;
}

@media only screen and (min-width: 63.94em) {

  .main-menu__submenu a {
    color: #767571;
  }

}

.menu__wrap {
  max-width: 800px;
  margin: 0 auto;
}

@media only screen and (min-width: 63.94em) {

  .menu__wrap {
    margin-bottom: 115px;
    padding-top: 80px;
  }

}

.main-menu__submenu {
  width: 100%;
  max-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-menu__submenu li {
  margin: 0 0 12px 0;
}

@media only screen and (min-width: 63.94em) {

  .main-menu__submenu li {
    margin: 0 0 8px 0;
  }

}

@media only screen and (min-width: 63.94em) {

  .main-menu__submenu {
    max-height: unset;
    padding-bottom: 0;
    opacity: 1;
  }

}

.main-menu__checkbox {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.main-menu__checkbox-label {
  position: relative;
  right: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  min-height: 100%;
  margin: 0 0 12px 0;
  cursor: default;
}

.main-menu__checkbox-label:before, .main-menu__checkbox-label:after {
  position: absolute;
  display: block;
  content: '';
  top: 12px;
  background: #d5cdc1;
  border-radius: 2px;
}

@media only screen and (min-width: 63.94em) {

  .main-menu__checkbox-label:before, .main-menu__checkbox-label:after {
    display: none;
  }

}

.main-menu__checkbox-label:before {
  right: 0;
  width: 14px;
  height: 4px;
  margin-top: -1px;
}

.main-menu__checkbox-label:after {
  right: 5px;
  width: 4px;
  height: 14px;
  margin-top: -6px;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-menu__checkbox:checked + .main-menu__checkbox-label:before {
  background-color: #767571;
}

.main-menu__checkbox:checked + .main-menu__checkbox-label::after {
  opacity: 0;
}

.main-menu__checkbox:checked ~ .main-menu__submenu {
  left: 0;
  max-height: 1000px;
  opacity: 1;
}

.menu__wrap .categories__item-gap .card-category::before {
  position: relative;
  padding: 116.22% 0 0;
}

.menu-footer__wrap {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 106px;
  padding-bottom: 24px;
}

@media only screen and (min-width: 63.94em) {

  .menu-footer__wrap {
    padding-top: 160px;
    padding-bottom: 40px;
  }

}

.clubLeave {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1rem 0 0;
}

.clubHero-is-active .clubLeave {
  display: block;
}

@media only screen and (min-width: 63.94em) {

  .clubLeaveConfirm {
    margin: 20px 15px 0 auto;
  }

}

.navigation {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
  color: #767571;
  text-align: left;
  list-style: none;
}

@media only screen and (min-width: 63.94em) {

  .navigation {
    font-size: 14px;
    font-size: 0.88rem;
    width: 205px;
    text-align: left;
  }

}

.navigation__item {
  margin: 0 0 20px;
}

@media only screen and (min-width: 63.94em) {

  .navigation__item {
    margin: 0 0 15px;
  }

}

.navigation__link {
  color: currentColor;
  display: block;
  font-weight: 300;
  text-decoration: none;
}

.navigation__link:visited, .navigation__link:hover, .navigation__link:active {
  color: currentColor;
}

.notification {
  z-index: 110;
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  color: #0058a3;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
}

.notification--hidden {
  opacity: 0;
  pointer-events: none;
}

.notification--parked {
  top: 10px;
}

@media only screen and (min-width: 63.94em) {

  .notification {
    top: 110px;
  }

}

.notification__content-wraper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (min-width: 47.94em) {

  .notification__content-wraper {
    padding: 0 0 0 20px;
  }

}

@media only screen and (min-width: 63.94em) {

  .notification__content-wraper {
    padding: 0 100px 0 90px;
  }

}

.notification__content {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.71;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 350px;
  height: 130px;
  padding: 45px 0 20px 25px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  pointer-events: all;
}

.notification__content--blue {
  background-image: url("/res/images/notifications/blue.svg");
}

.notification--hidden .notification__content {
  pointer-events: none;
}

@media only screen and (min-width: 47.94em) {

  .notification__content {
    width: 400px;
    height: 150px;
    padding: 55px 0 20px 25px;
  }

}

.notification__icon {
  height: 50px;
  margin-right: 15px;
}

@media only screen and (min-width: 47.94em) {

  .notification__icon {
    height: 70%;
    margin-right: 20px;
  }

}

.notification__close {
  position: absolute;
  top: 20px;
  left: 95%;
  width: 30px;
  height: 30px;
}

@media only screen and (min-width: 47.94em) {

  .notification__close {
    left: 95%;
  }

}

@media only screen and (min-width: 63.94em) {

  .notification__close {
    top: 25px;
    width: 30px;
    height: 30px;
  }

}

.breakdowns {
  padding: 24px;
}

@media only screen and (min-width: 63.94em) {

  .breakdowns {
    padding: 40px 100px;
  }

}

.operations-block {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #474747;
  font-weight: bold;
}

@media only screen and (min-width: 63.94em) {

  .operations-block {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    margin: 0 -68px 0 0;
  }

}

.operations-block--title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.operations-block--count {
  margin-right: 20px;
}

@media only screen and (min-width: 63.94em) {

  .operations-block--count {
    margin-right: 38px;
  }

}

.operations-block--more {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 0;
  background-color: #fff;
}

.operations-block--more:disabled {
  cursor: default;
  opacity: 0.5;
}

.operations-block--more span {
  display: block;
  margin: 0 auto;
}

.operations-block--content {
  padding: 16px 0 0;
}

.operations-block--content table {
  margin: 0 0 24px;
  border: none;
}

.operations-block--content table th,
.operations-block--content table td {
  color: #474747;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #d5cdc1;
  border-left: 0;
}

.operations-block--content thead th {
  font-size: 10px;
  font-size: 0.62rem;
  padding: 12px 0;
  font-weight: 300;
  line-height: 100%;
  text-align: center;
}

.operations-block--content tbody th,
.operations-block--content tbody td {
  padding: 8px 0;
}

.operations-block--content tbody th {
  font-weight: normal;
}

.operations-block--content tbody td {
  text-align: right;
}

@media only screen and (min-width: 63.94em) {

  .operations-block--content {
    padding: 56px 0 0;
  }

}

.overlay {
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.overlay::before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

.overlay--menu {
  z-index: 100;
}

@media only screen and (min-width: 63.94em) {

  .overlay--visible {
    visibility: visible;
  }

}

.overlay__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: end;
      align-self: flex-end;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.overlay--visible .overlay__inner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.overlay--background--gray .overlay__inner {
  background-color: #eae3da;
}

.overlay--menu .overlay__inner {
  width: 100%;
}

.page__heading {
  margin: 0 0 20px;
  padding-left: 25px;
}

@media only screen and (min-width: 63.94em) {

  .page__heading {
    margin: 0 0 24px;
    padding-left: 0;
  }

}

.page--stuck {
  overflow: hidden;
}

.page__main {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 100px 0 0;
}

.page--index .page__main {
  padding-top: 0;
}

@media only screen and (min-width: 63.94em) {

  .page__main {
    padding: 110px 100px 0;
  }

  .page--scheme .page__main {
    padding: 110px 100px 0 30px;
  }

  .page--index .page__main {
    padding: 0 100px 0 24px;
  }

}

.page__list {
  padding: 100px 24px 0;
}

@media only screen and (min-width: 63.94em) {

  .page__list {
    padding: 110px 100px 0;
  }

}

.page__main--no-offset {
  padding: 100px 0 0;
}

.page__hero {
  margin-top: -100px;
  margin-bottom: 24px;
}

@media only screen and (min-width: 63.94em) {

  .page__hero {
    margin-top: -110px;
  }

}

.page__filter-expand {
  z-index: 106;
  position: fixed;
  top: 16px;
  right: 16px;
  background-color: #fff;
}

@media only screen and (min-width: 63.94em) {

  .page__filter-expand {
    right: auto;
    left: 32px;
    background-color: #eee9de;
  }

}

@media only screen and (min-width: 0.06em) {

  .page__filter-expand {
    right: 16px;
  }

}

.page--stuck .page__filter-expand {
  z-index: 104;
}

.page__section {
  margin-bottom: 24px;
}

.page--search .page__section {
  padding: 0 24px;
}

@media only screen and (min-width: 63.94em) {

  .page__section {
    margin-bottom: 60px;
  }

  .page--search .page__section {
    padding: 0;
  }

}

.page__filter {
  margin-bottom: 24px;
}

.page__tabbar {
  z-index: 101;
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: 24px;
}

@media only screen and (min-width: 63.94em) {

  .page__tabbar {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
  }

}

.phone {
  color: #333;
  font-size: 14px;
  font-size: 0.88rem;
  font-weight: bold;
  text-decoration: none;
}

.phone:visited, .phone:hover, .phone:active {
  color: #333;
}

.menu .phone {
  display: none;
}

@media only screen and (min-width: 63.94em) {

  .menu .phone {
    display: block;
  }

}

.header .phone {
  display: none;
}

@media only screen and (min-width: 63.94em) {

  .header .phone {
    display: block;
    margin-left: auto;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .page--index .header .phone {
    display: none;
  }

  .page--overlay .header .phone {
    display: block;
  }

  .page--search--active .header .phone {
    visibility: hidden;
    opacity: 0;
  }

}

.poll_bubble--container {
  z-index: -1;
  position: fixed;
  top: 100px;
  opacity: 0;
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
  -webkit-transition-duration: 0.3s, 0s;
          transition-duration: 0.3s, 0s;
  -webkit-transition-property: opacity, z-index, top;
  transition-property: opacity, z-index, top;
}

.poll_bubble--container--parked {
  top: 20px;
}

@media only screen and (min-width: 63.94em) {

  .poll_bubble--container {
    top: 110px;
    left: 0;
    width: 100%;
  }

}

.poll--show {
  z-index: 113;
  opacity: 1;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  -webkit-transition-duration: 0.3s, 0s;
          transition-duration: 0.3s, 0s;
}

.poll_bubble--wrap {
  max-width: 1920px;
  height: 0;
  margin: 0 auto;
  padding: 0 24px;
}

@media only screen and (min-width: 63.94em) {

  .poll_bubble--wrap {
    padding: 0 100px;
  }

}

.poll_bubble {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  padding: 40px 20px;
  color: #05676a;
  font-weight: 300;
  line-height: 15px;
  text-align: center;
  text-decoration: none;
}

@media only screen and (min-width: 63.94em) {

  .poll_bubble {
    margin: 0;
  }

}

.poll_bubble--content {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  padding: 40px 20px;
}

.poll_bubble--content > p {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.71;
  margin: 0 0 8px 0;
  font-weight: bold;
  line-height: 14px;
}

.poll_bubble--content > :not(svg) {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.poll_bubble--content:after {
  display: block;
  content: "";
  position: relative;
  width: 8px;
  height: 8px;
  margin: 10px auto 0;
  border-color: #05676a;
  border-style: solid;
  border-width: 0 3px 3px 0;
  -webkit-transform: translateX(0) rotate(-45deg);
          transform: translateX(0) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.poll_bubble--content:hover:after {
  -webkit-transform: translateX(10px) rotate(-45deg);
          transform: translateX(10px) rotate(-45deg);
}

.poll_bubble--closer {
  position: absolute;
  top: 0;
  right: 4px;
  z-index: 2;
  width: 40px;
  height: 40px;
}

@media only screen and (min-width: 63.94em) {

  .poll_bubble--closer {
    right: 14px;
    width: 24px;
    height: 24px;
  }

}

.poll_bubble--svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.poll_bubble--svg path {
  cursor: pointer;
  pointer-events: fill;
}

.poll_bubble--opener {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  margin: 15px auto 0;
  padding: 0;
  background: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (min-width: 63.94em) {

  .poll-bottom-sheet__container {
    top: 0;
    bottom: 0;
    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;
    width: 540px;
    max-height: unset;
    padding: 32px 100px 100px;
  }

  .bottom-sheet--opened .poll-bottom-sheet__container {
    top: 0;
    left: calc(100% - 540px);
    max-height: unset;
    background: #eae3da;
  }

}

.poll-frame {
  border-radius: 20px;
  overflow: hidden;
}

.profile {
  padding: 0 24px 60px;
  border-radius: 20px 20px 0 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.profile::before {
  top: 0;
  background-color: #f7f4ef;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.profile:empty {
  visibility: hidden;
  opacity: 0;
}

.profile .gigya-screen-caption {
  font-size: 24px;
  font-size: 1.5rem;
  color: #474747;
  border-bottom: 0;
}

@media only screen and (min-width: 63.94em) {

  .profile .gigya-screen-caption {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 30px;
  }

}

@media only screen and (min-width: 63.94em) {

  .profile {
    padding: 55px 100px;
    border-radius: 40px 40px 0 0;
  }

}

.profile__banner {
  display: none;
}

@media only screen and (min-width: 63.94em) {

  .profile__banner {
    display: block;
  }

}

.arendators {
  padding: 40px 24px 50px;
  background-color: #f7f4ef;
  border-top: 2px solid #fff;
  border-radius: 0 0 40px 40px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.profile:empty + .arendators {
  visibility: hidden;
  opacity: 0;
}

@media only screen and (min-width: 63.94em) {

  .arendators {
    padding: 40px 100px;
  }

}

.arendators__login {
  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;
  width: 100%;
  height: 45px;
  color: #767571;
  font-size: 14px;
  text-decoration: none;
  background-color: #eae3da;
  border-radius: 25px;
}

.arendators__login:hover {
  color: #767571;
  background: rgba(234, 227, 218, 0.8);
}

.settings .gigya-screen.portrait {
  width: 100%;
}

.settings .gigya-input-submit {
  padding: 0;
}

.profile-block {
  border-radius: 20px;
  position: relative;
}

.profile-block:before, .profile-block:after {
  z-index: -1;
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.profile-block:before {
  top: -300px;
  background: #eae3da;
}

@media only screen and (min-width: 63.94em) {

  .profile-block:before {
    border-radius: 40px;
    top: 0;
  }

}

.profile-block:after {
  display: none;
  background: url("/res/images/profile/stroke.svg") center bottom no-repeat;
  background-size: 100% auto;
  mix-blend-mode: overlay;
}

@media only screen and (min-width: 63.94em) {

  .profile-block:after {
    display: block;
  }

}

.profile-block--logout {
  -ms-flex-item-align: start;
      align-self: flex-start;
  cursor: pointer;
}

.profile-block--container {
  padding: 0 24px;
}

@media only screen and (min-width: 63.94em) {

  .profile-block--container {
    padding: 52px 70px 12px;
  }

}

.title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

.title-block h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
}

@media only screen and (min-width: 63.94em) {

  .title-block h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.33;
  }

}

.title-block a {
  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;
  width: 20px;
  height: 20px;
}

.title-block a img {
  width: 20px;
  height: 20px;
}

@media only screen and (min-width: 63.94em) {

  .title-block a {
    width: 40px;
    height: 40px;
    margin-right: -40px;
  }

}

@media only screen and (min-width: 63.94em) {

  .title-block {
    margin-bottom: 32px;
  }

}

.scores-block {
  position: relative;
  margin-bottom: 40px;
  color: #474747;
}

.scores-block--inactive {
  color: #d7cfc6;
}

@media only screen and (min-width: 63.94em) {

  .scores-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

}

.scores-block--count {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.33;
  margin-bottom: 32px;
  line-height: 100%;
}

@media only screen and (min-width: 63.94em) {

  .scores-block--count {
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 1;
    margin-bottom: 0;
    font-weight: normal;
  }

}

.scores-block--count-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  margin: 0 0 2px 0;
  color: inherit;
}

@media only screen and (min-width: 63.94em) {

  .scores-block--count-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 8px;
  }

}

.scores-block--count-subtext {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  display: block;
  font-weight: 300;
}

.scores-block__progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.scores-block__circle-back {
  stroke: #d5cdc1;
  stroke-width: 8;
}

.scores-block__circle-front {
  -webkit-transition: stroke-dasharray 0.4s 0.5s, opacity 0.4s 0.5s;
  transition: stroke-dasharray 0.4s 0.5s, opacity 0.4s 0.5s;
  stroke-width: 15;
  stroke-dasharray: 0, 1000;
  stroke-linecap: round;
  fill: none;
}

.scores-block--indicator-block {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  padding: 24px;
  text-align: center;
  fill: none;
}

.scores-block--indicator-round {
  position: absolute;
  left: 0;
}

.scores-block--indicator-round svg {
  display: block;
}

.profile-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 38px;
}

.profile-options button {
  font-size: 10px;
  font-size: 0.62rem;
  line-height: 2.4;
  width: 33%;
  height: auto;
  color: #767571;
  line-height: 130%;
  text-transform: uppercase;
  background: transparent;
}

.profile-options button img {
  max-width: 50px;
}

.profile-options button span {
  display: block;
  margin-bottom: 12px;
}

@media only screen and (min-width: 63.94em) {

  .profile-options {
    margin-bottom: 0;
  }

}

.profile-menu {
  width: 100%;
  overflow-x: auto;
}

.profile-menu--active {
  font-weight: bold;
}

.profile-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 32px;
  margin: 0;
  padding: 0 24px;
  list-style: none;
}

.profile-menu ul li {
  position: relative;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.profile-menu ul li.profile-menu--active:after {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 12px;
  margin: 0 0 0 -20px;
  background-image: url("/res/images/mega-friends/current-tab.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (min-width: 63.94em) {

  .profile-menu ul li.profile-menu--active:after {
    display: none;
  }

}

.profile-menu ul a {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.71;
  display: block;
  padding: 32px 12px;
  font-weight: 300;
  text-decoration: none;
}

@media only screen and (min-width: 63.94em) {

  .profile-menu ul a {
    padding: 4px 0 4px 12px;
  }

  .profile-menu ul a:before, .profile-menu ul a:after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    right: 0;
    width: 10px;
    height: 2px;
    background: #767571;
    border-radius: 2px;
  }

  .profile-menu ul a:before {
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .profile-menu ul a:after {
    margin-top: 3px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

}

.profile-menu ul li.profile-menu--active a {
  font-weight: bold;
  cursor: default;
  pointer-events: none;
}

.profile-menu ul li.profile-menu--active a:before, .profile-menu ul li.profile-menu--active a:after {
  background: #474747;
}

@media only screen and (min-width: 63.94em) {

  .profile-menu ul {
    border-radius: 20px;
    display: block;
    padding: 20px 24px;
    overflow: hidden;
    background: #fff;
  }

}

@media only screen and (min-width: 63.94em) {

  .profile-menu {
    padding: 24px;
  }

}

.profile-block--warning {
  position: relative;
  max-height: 0;
  opacity: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity, max-height;
  transition-property: opacity, max-height;
}

.profile-block--warning.js-message--show {
  max-height: 500px;
  opacity: 1;
}

.profile-block--warning p {
  font-size: 14px;
  font-size: 0.88rem;
  margin: 0 0 8px;
  font-weight: bold;
}

@media only screen and (min-width: 63.94em) {

  .profile-block--warning {
    z-index: -1;
    position: absolute;
    top: 20px;
    right: 20px;
    left: 20px;
    max-height: unset;
    margin: 0;
    -webkit-transition-delay: 0s, 0.3s;
            transition-delay: 0s, 0.3s;
    -webkit-transition-duration: 0.3s, 0s;
            transition-duration: 0.3s, 0s;
    -webkit-transition-property: opacity, z-index;
    transition-property: opacity, z-index;
  }

  .profile-block--warning.js-message--show {
    z-index: 1;
    -webkit-transition-delay: 0.3s, 0s;
            transition-delay: 0.3s, 0s;
    -webkit-transition-duration: 0.3s, 0s;
            transition-duration: 0.3s, 0s;
  }

}

.profile-block--warning-wrap {
  border-radius: 16px;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 24px;
  padding: 20px;
  color: #fff;
  font-weight: 300;
  background: #ef776e;
}

.profile-block--warning-close {
  border-radius: 50%;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background: #f7f4ef;
}

.profile-block--warning-close:hover {
  background: #fdc300;
}

.profile-block--warning-close:before, .profile-block--warning-close:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  margin: -1px 0 0 -6px;
  background: #767571;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.profile-block--warning-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.qr-container .content,
.check-container .content,
.invite-container .content {
  z-index: 1;
  position: relative;
}

.copy-block {
  position: relative;
  border-radius: 40px;
  font-size: 20px;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 52px 0;
  padding: 4px 4px 4px 20px;
  background: #fff;
}

.copy-block.copy-block--copied button {
  opacity: 0;
}

.copy-block--text {
  color: #474747;
  font-weight: bold;
}

.copy-block--overlay {
  border-radius: 40px;
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 100%;
  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;
  color: #05676a;
  font-weight: bold;
  background: #c0ddcc;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.copy-block--copied .copy-block--overlay {
  left: 4px;
  opacity: 1;
}

.progress-bar {
  border-radius: 20px;
  position: relative;
  margin-bottom: 8px;
  background: #fff;
}

@media only screen and (min-width: 63.94em) {

  .progress-bar {
    margin: 0 -35px 8px;
    border-radius: 32px;
  }

}

.progress-bars-holder {
  display: none;
}

.progress-bars-holder--active {
  display: block;
}

.progress-bar--score {
  border-radius: 20px;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  max-width: calc(100% - $progreesbar-gap-mobile);
  background: #c0d9ca;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

@media only screen and (min-width: 63.94em) {

  .progress-bar--score {
    border-radius: 40px;
    top: 4px;
    bottom: auto;
    left: 4px;
    max-width: calc(100% - $progreesbar-gap);
    height: 56px;
  }

}

.progress-bar--title {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 20px;
}

@media only screen and (min-width: 63.94em) {

  .progress-bar--title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 64px;
    padding: 0 32px;
  }

}

.progress-bar--title-progress {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.71;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 44px;
  color: #474747;
  font-weight: bold;
}

.progress-bar--title-progress span {
  display: block;
}

@media only screen and (min-width: 63.94em) {

  .progress-bar--title-progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

}

.progress-bar--title-progress-text {
  min-height: 44px;
}

@media only screen and (min-width: 63.94em) {

  .progress-bar--title-progress-text {
    min-height: 0;
  }

}

span.progress-bar--title-progress-count {
  display: inline;
  opacity: 0.5;
}

.progress-bar--description {
  padding: 6px 24px 32px;
}

@media only screen and (min-width: 63.94em) {

  .progress-bar--description {
    padding: 6px 32px 32px;
  }

}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
}

.rating svg {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.rating svg.rating-score--active path {
  fill: #fdc300;
}

.radio-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.radio-group--hidden {
  display: none;
}

.radio {
  z-index: 1;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.radio__text {
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.radio__text::before {
  display: block;
  content: "";
  position: relative;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.radio__input:disabled + .radio__text::before {
  background: #d5cdc1;
}

.radio__input:checked + .radio__text::before {
  border: 6px solid #333;
}

.radio__input:disabled:checked + .radio__text::before {
  background: #fff;
  border: 6px solid #d5cdc1;
}

.radio__input:focus + .radio__text::before {
  -webkit-box-shadow: 0 0 0 4px #d5cdc1;
          box-shadow: 0 0 0 4px #d5cdc1;
}

.form__fields-group--item .radio__text:before {
  border: 1px solid #000;
}

.radio__text:hover::before {
  background: #333;
}

.radio__input:checked + .radio__text:hover::before {
  background: #fff;
}

.routes {
  width: 100%;
  margin: 0 0 40px;
}

@media only screen and (min-width: 63.94em) {

  .routes {
    margin: 0 0 40px;
  }

}

.routesContent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.routes__map {
  border-radius: 16px;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.routes-details .routes__map {
  width: 100%;
  height: 260px;
  overflow: hidden;
  border-radius: 20px;
}

.routes-details .routes__map-is-hidden {
  visibility: hidden;
  opacity: 0;
}

@media only screen and (min-width: 63.94em) {

  .routes-details .routes__map {
    height: 300px;
  }

}

@media only screen and (min-width: 63.94em) {

  .routes__taxi-content {
    margin-top: 35px;
  }

}

.bottom-sheet .route-container {
  max-height: unset;
  padding: 32px 24px 24px 24px;
  background-color: #eae3da;
}

.route-container .content {
  z-index: 1;
  position: relative;
}

@media only screen and (min-width: 63.94em) {

  .bottom-sheet .route-container {
    top: 0;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 50%;
    max-width: 900px;
    max-height: unset;
    padding: 32px 70px 100px;
  }

  .bottom-sheet--opened .route-container {
    top: 0;
    left: calc(100% - $route-bs-width);
    max-height: unset;
    background: #eae3da;
  }

}

.placemark {
  position: absolute;
  bottom: 0;
  left: -5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.placemark__name {
  font-size: 9px;
  font-size: 0.56rem;
  margin: 0;
  color: #474747;
}

.placemark__image {
  margin-right: 5px;
}

.placemark__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 140px;
  max-width: 300px;
  min-height: 48px;
  padding: 10px 14px 15px;
  background-repeat: no-repeat;
  background-size: cover;
}

.placemark__content--start {
  background-image: url("../images/routes/start-bg.svg");
}

.placemark__content--finish {
  background-image: url("../images/routes/finish-bg.svg");
}

.routes__form {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 85%;
  max-height: 85px;
  padding: 20px;
  background: #eae3da;
  background-image: url("/res/images/brown-stroke.svg");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (min-width: 63.94em) {

  .routes__form {
    top: 35px;
    left: 35px;
    width: 40%;
    max-height: 105px;
    padding: 30px;
    -webkit-transform: unset;
            transform: unset;
  }

}

.routes__query {
  border-radius: 40px;
  top: 50%;
  width: 100%;
  padding: 10px 25px;
}

.routes__form--opened .routes__query {
  border-width: 0;
  border-radius: 0;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.routes__query::-webkit-search-decoration, .routes__query::-webkit-search-cancel-button, .routes__query::-webkit-search-results-button, .routes__query::-webkit-search-results-decoration {
  display: none;
}

.routes__query:focus {
  outline: none;
}

.routes__formIcon {
  position: absolute;
  top: 50%;
  right: calc(15% + 25px);
  width: 15px;
  height: 15px;
}

@media only screen and (min-width: 63.94em) {

  .routes__formIcon {
    top: 48.5px;
  }

}

.routes__reset {
  position: absolute;
  top: 30px;
  right: 45px;
  left: unset;
  width: 25px;
  height: 25px;
  padding: 0;
  background: transparent;
  visibility: hidden;
}

.routes__form--opened .routes__reset {
  visibility: visible;
}

@media only screen and (min-width: 63.94em) {

  .routes__reset {
    position: absolute;
    top: 40px;
    right: 55px;
  }

}

.routes__submit {
  position: absolute;
  top: 50%;
  right: 45px;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  visibility: visible;
}

.routes__form--opened .routes__submit {
  visibility: hidden;
}

@media only screen and (min-width: 63.94em) {

  .routes__submit {
    right: 55px;
  }

}

.routes__path {
  position: relative;
  padding: 15px 25px;
  font-weight: bold;
  background-color: #fff;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  visibility: hidden;
}

.routes__path::before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 50%;
  width: calc(100% - 25px * 2);
  height: 2px;
  background-color: #eee9de;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.routes__form--opened .routes__path {
  visibility: visible;
}

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

.info .read-more {
  margin-bottom: 30px;
}

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

.read-more__button {
  border-radius: 40px;
  z-index: 1;
  width: 20px;
  height: 20px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  border: none;
}

.progress .read-more__button::before,
.breakdowns .read-more__button::before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bottom-sheet .read-more__button {
  z-index: 0;
}

.read-more__button::after {
  display: block;
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/chevron-down-small.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px auto;
}

.js-accordion--active .read-more__button::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion--included .read-more__button::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.js-accordion--active.accordion--included .read-more__button::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.progress-bar--completed .read-more__button {
  width: 30px;
  height: 30px;
}

.progress-bar--completed .read-more__button::after {
  border-radius: 40px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  background-image: url("../images/icons/checked--green.svg");
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.content .read-more__button {
  margin-bottom: 0;
}

.read-more__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}

.read-more__content .top-gap {
  padding-top: 20px;
}

.js-accordion--active .read-more__content {
  max-height: 5000px;
}

.js-accordion--active.accordion-eco .read-more__content {
  max-height: 5000px;
}

.accordion--included .read-more__content {
  max-height: 0;
}

.js-accordion--active.accordion--included .read-more__content {
  max-height: 5000px;
}

.js-accordion--active.accordion-eco .accordion--included .read-more__content {
  max-height: 0;
}

.accordion-eco .js-accordion--active.accordion--included .read-more__content {
  max-height: 5000px;
}

.info .read-more__content {
  margin-bottom: 0;
}

.search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.search--page {
  margin-bottom: 20px;
  padding: 0 24px 24px;
}

.search--page::before {
  position: absolute;
  display: block;
  content: '';
  z-index: -1;
  top: -9999px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #eae3da;
}

.search--page::after {
  position: absolute;
  display: block;
  content: '';
  z-index: -1;
  top: -9999px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url("/res/images/banner_stroke.svg");
  background-repeat: no-repeat;
  background-position: center 101%;
  background-size: contain;
  opacity: 0.5;
}

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

@media only screen and (min-width: 63.94em) {

  .search {
    z-index: 115;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
    padding: 40px 100px 0 250px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .page--search--active .search {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }

  .search::before {
    position: absolute;
    display: block;
    content: '';
    border-radius: 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 20px);
    background-color: #eae3da;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }

  .search--opening:before {
    height: 280px;
  }

}

.search-modal {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 100px 24px 0;
  background-color: #eae3da;
  visibility: hidden;
  opacity: 0;
}

.search-modal--active {
  visibility: visible;
  opacity: 1;
}

.search-modal::before {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/res/images/banner_stroke.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.1;
}

.search-modal__close {
  position: absolute;
  top: -10px;
  right: 0;
  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;
  width: 100px;
  height: 100px;
}

.search__heading {
  margin: 0 0 32px;
  padding: 0 24px;
}

@media only screen and (min-width: 63.94em) {

  .search__heading {
    padding: 0;
  }

}

.search__field {
  z-index: 1;
  position: relative;
  width: 100%;
}

.search__tags {
  margin-top: 20px;
  padding: 0 24px;
  overflow: overlay;
}

@media only screen and (min-width: 63.94em) {

  .search__tags {
    padding: 0 100px 0 250px;
  }

}

.search__input {
  width: 100%;
  background-image: none;
  border: 0;
}

.search__input:focus, .search__input:active, .search__input:hover {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search__icon {
  position: absolute;
  top: 0;
  right: 0;
  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;
}

.search__icon--disabled {
  display: none;
}

.search__icon--loupe {
  border-radius: 40px;
  right: 0;
  width: 8%;
  min-width: 55px;
  height: 100%;
  background-color: transparent;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.search__icon--loupe svg {
  width: 24px;
  height: 24px;
}

.search__icon--cross {
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}

@media only screen and (min-width: 63.94em) {

  .search__icon--cross {
    right: 10px;
  }

}

.scheme-holder {
  border-radius: 16px;
  position: relative;
  width: 100%;
  height: 456px;
  min-height: 456px;
  margin: 0 auto;
  overflow: hidden;
}

.read-more__content .scheme-holder {
  height: 400px;
  margin: 20px 0 0;
}

.scheme-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.scheme {
  border-radius: 40px;
  overflow: hidden;
}

.schemeVG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.scheme-filter-holder {
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  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: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: 85px;
  padding: 20px;
  overflow: hidden;
  background: #eae3da;
}

.scheme-filter-holder--active {
  position: fixed;
  top: 100px;
  bottom: 0;
}

@media only screen and (min-width: 63.94em) {

  .scheme-filter-holder {
    position: absolute;
    top: 35px;
    bottom: unset;
    left: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 500px;
    min-height: 105px;
    max-height: 90%;
    padding: 30px;
  }

}

.scheme-filter__svg {
  position: absolute;
  top: -230px;
  left: 0;
  width: 100%;
  height: 570px;
}

@media only screen and (min-width: 63.94em) {

  .scheme-filter__svg {
    top: -190px;
    height: 770px;
  }

}

.scheme-filter {
  border-radius: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  pointer-events: all;
}

.scheme-filter:before {
  position: absolute;
  display: block;
  content: '';
  top: 80px;
  right: 0;
  width: 30px;
  height: 30px;
  background: inherit;
}

.scheme-filter__content {
  position: relative;
  display: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  height: 60%;
  margin: 20px 0 0;
  padding-right: 15px;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-y: overlay;
  pointer-events: all;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.scheme-filter-holder--active .scheme-filter__content {
  display: block;
}

.scheme-filter__content::-webkit-scrollbar {
  width: 5px;
  height: 0;
}

.scheme-filter__content::-webkit-scrollbar-thumb {
  border-radius: 40px;
  background: #d7cfc6;
}

@media only screen and (min-width: 63.94em) {

  .scheme-filter__content {
    height: unset;
    max-height: 350px;
    padding-right: 10px;
  }

  .scheme-filter-holder--active .scheme-filter__content {
    display: block;
  }

}

@media only screen and (min-width: 105em) {

  .scheme-filter__content {
    max-height: 400px;
  }

}

.scheme-filter__query {
  border-radius: 40px;
  top: 50%;
  width: 75%;
  height: 40px;
  padding: 10px 25px;
  border: 0;
}

.routes__form--opened .scheme-filter__query {
  border-width: 0;
  border-radius: 0;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.scheme-filter__query::-webkit-search-decoration, .scheme-filter__query::-webkit-search-cancel-button, .scheme-filter__query::-webkit-search-results-button, .scheme-filter__query::-webkit-search-results-decoration {
  display: none;
}

.scheme-filter__query:focus {
  outline: none;
}

@media only screen and (min-width: 63.94em) {

  .scheme-filter__query {
    height: 50px;
  }

}

.scheme-filter__input {
  position: absolute;
  left: -1000px;
  display: none;
}

.scheme-filter-holder--active .scheme-filter__input {
  display: block;
}

.scheme-filter__card-label {
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0 0 0 35px;
  font-weight: bold;
}

.scheme-filter__card-label:before, .scheme-filter__card-label:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 6px;
  height: 3px;
  margin: 0.15em 0 0;
  background: #fff;
  border-radius: 1.5px;
  -webkit-transform-origin: 1.5px 1.5px;
          transform-origin: 1.5px 1.5px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.scheme-filter__card-label:before {
  z-index: 1;
  width: 13px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.scheme-filter__card-label:after {
  width: 8px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.scheme-filter__card-label ~ .scheme-filter__card-label {
  margin-top: 15px;
}

.scheme-filter__input:checked + .scheme-filter__card-label:before, .scheme-filter__input:checked + .scheme-filter__card-label:after {
  opacity: 1;
}

.scheme-filter-holder--active .scheme-filter__card-label {
  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;
}

@media only screen and (min-width: 63.94em) {

  .scheme-filter__card-label {
    width: calc(50%);
  }

  .scheme-filter__card-label ~ .scheme-filter__card-label {
    margin-top: 0;
  }

}

.scheme-filter__mc-icon:before, .schemeFilterMFIcon:before, .scheme-filter__mc-icon:after, .schemeFilterMFIcon:after {
  top: 50%;
  display: block;
  height: 20px;
  margin: -10px 0 0;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  display: block;
  content: '';
}

.scheme-filter__mc-icon:before, .schemeFilterMFIcon:before {
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  background: #fff;
}

.scheme-filter__mc-icon:after, .schemeFilterMFIcon:after {
  left: 45px;
  width: 53px;
}

.scheme-filter__input:checked + .scheme-filter__card-label .scheme-filter__mc-icon:before, .scheme-filter__input:checked + .scheme-filter__card-label .schemeFilterMFIcon:before {
  background: #474747;
}

.scheme-filter__mc-icon:after {
  background: url("../images/megacard.svg") no-repeat 50% 50%/cover;
}

.scheme-filter__checkboxes-holder {
  display: none;
  -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;
  width: 100%;
  margin-top: 15px;
}

.scheme-filter-holder--active .scheme-filter__checkboxes-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 63.94em) {

  .scheme-filter__checkboxes-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 20px;
  }

}

.schemeFilterMFIcon:after {
  background: url("../images/megaFriends2.svg") no-repeat 50% 50%/cover;
}

.scheme-filter__reset {
  position: absolute;
  top: 10px;
  left: 65%;
  z-index: 1;
  width: 25px;
  height: 25px;
  padding: 0;
  background: none;
  visibility: hidden;
  pointer-events: none;
}

.scheme-filter__reset:focus {
  outline: none;
}

.scheme-filter__reset--active {
  visibility: visible;
  pointer-events: all;
}

@media only screen and (min-width: 63.94em) {

  .scheme-filter__reset {
    width: 30px;
    height: 30px;
  }

}

.scheme-filter__toggle {
  border-radius: 40px;
  position: absolute;
  top: 40px;
  right: 10%;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -10000px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: all;
}

.scheme-filter__toggle:before, .scheme-filter__toggle:after {
  position: absolute;
  display: block;
  content: '';
  top: 45%;
  left: 50%;
  width: 9px;
  height: 3px;
  margin: -1.5px 0 0 -1.5px;
  background: #767571;
  border-radius: 0 1.5px 1.5px 0;
  -webkit-transform-origin: 1.5px 1.5px;
          transform-origin: 1.5px 1.5px;
}

.scheme-filter__toggle:before {
  -webkit-transform: translateY(5px) rotate(-45deg);
          transform: translateY(5px) rotate(-45deg);
}

.scheme-filter__toggle:after {
  -webkit-transform: translateY(5px) rotate(-135deg);
          transform: translateY(5px) rotate(-135deg);
}

.scheme-filter__toggle:focus {
  outline: none;
}

.scheme-filter-holder--active .scheme-filter__toggle:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.scheme-filter-holder--active .scheme-filter__toggle:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media only screen and (min-width: 63.94em) {

  .scheme-filter__toggle {
    top: 55px;
    width: 50px;
    height: 50px;
  }

}

.scheme-filter__icon {
  position: absolute;
  top: 20px;
  left: 65%;
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.scheme-filter__back--active ~ .scheme-filter__icon {
  visibility: hidden;
}

@media only screen and (min-width: 63.94em) {

  .scheme-filter__icon {
    top: 25px;
  }

}

.scheme-filter__back {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  width: 25px;
  height: 25px;
  padding: 0;
  overflow: hidden;
  background: none;
  visibility: hidden;
}

.scheme-filter__back:after {
  position: absolute;
  display: block;
  content: '';
  top: 5px;
  right: 20px;
}

.scheme-filter__back:focus {
  outline: none;
}

.scheme-filter__back--active {
  visibility: visible;
}

@media only screen and (min-width: 63.94em) {

  .scheme-filter__back {
    width: 30px;
    height: 30px;
  }

}

.scheme-filter__label {
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 45px;
  padding: 0 0 0 45px;
  overflow: hidden;
  line-height: 45px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #fff;
  pointer-events: none;
}

.scheme-filter__label:empty {
  display: none;
}

@media only screen and (min-width: 63.94em) {

  .scheme-filter__label {
    height: 50px;
    padding-left: 50px;
    line-height: 50px;
  }

}

.scheme-filter__hide-button {
  font-size: 12px;
  font-size: 0.75rem;
  position: fixed;
  bottom: 100px;
  left: 50%;
  display: block;
  grid-column: 1 / -1;
  justify-self: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  height: 40px;
  padding: 0 25px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 10px rgba(118, 117, 113, 0.3);
          box-shadow: 0 0 10px rgba(118, 117, 113, 0.3);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tabbar--hide ~ .page__main .scheme-filter__hide-button {
  bottom: 24px;
}

@media only screen and (min-width: 63.94em) {

  .scheme-filter__hide-button {
    display: none;
  }

}

.scheme-filter__result-message {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  padding: 0 10%;
  color: #767571;
  font-weight: bold;
  text-align: center;
}

.scheme-filter__result-message::before {
  display: block;
  content: "";
  position: relative;
  width: 100%;
  height: 230px;
  margin-bottom: 25px;
  background-image: url("/res/images/not-found.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.schemeUI {
  position: absolute;
  right: 35px;
  bottom: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

@media only screen and (min-width: 63.94em) {

  .schemeUI {
    bottom: 35px;
    -webkit-transform: unset;
            transform: unset;
  }

}

.scheme-zoom__button, .scheme-floor__button {
  border-radius: 40px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  background: #f7f4ef;
}

.scheme-zoom__button {
  position: relative;
  display: none;
  text-indent: -10000px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.scheme-zoom__button--disabled {
  opacity: 0.35;
  pointer-events: none;
}

.scheme-zoom__button-zoomIn {
  margin: 0 0 5px;
}

.scheme-zoom__button-zoomIn:before, .scheme-zoom__button-zoomIn:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 50%;
  width: 20px;
  height: 4px;
  margin: -2px 0 0 -10px;
  background: #767571;
  border-radius: 2px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.scheme-zoom__button-zoomIn:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.scheme-zoom__button-zoomOut {
  margin: 0 0 50px;
}

.scheme-zoom__button-zoomOut:before {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 50%;
  width: 20px;
  height: 4px;
  margin: -2px 0 0 -10px;
  background: #767571;
  border-radius: 2px;
}

@media only screen and (min-width: 63.94em) {

  .scheme-zoom__button {
    display: block;
  }

}

.scheme-floor__button {
  position: relative;
  margin: 5px 0 0;
  color: #474747;
  text-transform: capitalize;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.scheme-floor__button[data-count]:before {
  font-size: 8px;
  font-size: 0.5rem;
  position: absolute;
  top: -4px;
  right: -6px;
  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;
  width: 23px;
  height: 23px;
  color: #474747;
  font-weight: bold;
  background: #4d89c8;
  border-radius: 50%;
  content: attr(data-count);
}

.scheme-floor__button:hover {
  background: #d7cfc6;
}

.scheme-floor__button--active {
  background: #ffdb00;
}

.scheme-floor__button--active:hover {
  background: #fdc300;
}

.scheme-floor__button-floor {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.scheme-floor__button-outside {
  font-size: 12px;
  font-size: 0.75rem;
}

.scheme-filter__categories {
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
}

.scheme-filter__categories--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scheme-filter__category, .scheme-filter__result {
  color: #000;
  border-radius: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 10px / 2);
  min-height: 170px;
  margin-bottom: 10px;
  padding: 25px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #fff;
}

.scheme-filter__category:visited, .scheme-filter__result:visited, .scheme-filter__category:hover, .scheme-filter__result:hover, .scheme-filter__category:active, .scheme-filter__result:active {
  color: #000;
}

.scheme-filter__category:focus, .scheme-filter__result:focus {
  outline: none;
}

.scheme-filter__category:nth-child(2n), .scheme-filter__result:nth-child(2n) {
  margin-left: 10px;
}

@media only screen and (min-width: 63.94em) {

  .scheme-filter__category, .scheme-filter__result {
    width: calc(33.3% - 10px * (2 / 3));
    min-height: 170px;
  }

  .scheme-filter__category:nth-child(2n), .scheme-filter__result:nth-child(2n) {
    margin-left: 0;
  }

  .scheme-filter__category:not(:nth-child(3n)), .scheme-filter__result:not(:nth-child(3n)) {
    margin-right: 10px;
  }

}

.scheme-filter__category-icon {
  position: relative;
  width: 50%;
  height: auto;
  max-height: 60%;
  margin-bottom: 10px;
  pointer-events: none;
}

.scheme-filter__resultLogo, .scheme-tooltip__logo {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 63.94em) {

  .scheme-filter__resultLogo, .scheme-tooltip__logo {
    width: 70px;
    height: 70px;
  }

}

.scheme-filter__results {
  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-wrap: wrap;
      flex-wrap: wrap;
}

.scheme-filter__sub-categories {
  font-size: 15px;
  font-size: 0.94rem;
  display: none;
  margin: 0 0 20px;
}

.scheme-filter__sub-categories--active {
  display: block;
}

.scheme-filter__sub-category {
  border-radius: 40px;
  color: #000;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
  min-height: 35px;
  margin: 0 0 5px;
  padding: 10px 25px;
  text-align: left;
  text-decoration: none;
  background: #f7f4ef;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.scheme-filter__sub-category:visited, .scheme-filter__sub-category:hover, .scheme-filter__sub-category:active {
  color: #000;
}

.scheme-filter__sub-category:after {
  font-size: 10px;
  font-size: 0.62rem;
  position: relative;
  top: -0.5em;
  margin: 0 0 0 0.5em;
  content: attr(data-count);
}

.scheme-filter__floors-holder {
  position: relative;
  display: none;
}

.scheme-filter-holder--active .scheme-filter__floors-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scheme-filter__floors-button {
  position: relative;
  margin-left: 20px;
  background: none;
}

.scheme-filter__floors-button::before {
  position: absolute;
  display: block;
  content: '';
  border-radius: 40px;
  top: 50%;
  left: -20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  content: '';
}

.scheme-filter__floors-button--active {
  font-weight: bold;
}

.scheme-filter__floors-button--active::before {
  border: 6px solid #474747;
}

.scheme-tooltip {
  z-index: 1;
}

.scheme-tooltip--collapsed {
  z-index: 0;
  width: auto;
  height: auto;
}

@media only screen and (min-width: 63.94em) {

  .scheme-tooltip {
    width: 0;
    height: 0;
  }

  .scheme-tooltip--collapsed {
    width: auto;
    height: auto;
  }

}

.scheme-tooltip__content {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  width: calc(100% - 48px);
}

@media only screen and (min-width: 63.94em) {

  .scheme-tooltip__content {
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 260px;
    height: 260px;
    padding: 25px 25px 0;
    background: url("/res/images/yellow-bubble.svg") no-repeat;
    background-size: contain;
    -webkit-transform: translate(-70%, -95%);
            transform: translate(-70%, -95%);
  }

  .scheme-tooltip--collapsed .scheme-tooltip__content {
    width: 35px;
    height: 35px;
    padding: 0;
    background-image: none;
    -webkit-transform: unset;
            transform: unset;
  }

}

.scheme-tooltip__close {
  border-radius: 40px;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 50px;
  height: 50px;
  text-indent: -10000px;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.scheme-tooltip__close::before, .scheme-tooltip__close::after {
  position: absolute;
  display: block;
  content: '';
  border-radius: 4px;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 3px;
  background: #767571;
}

.scheme-tooltip__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.scheme-tooltip__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.scheme-tooltip__close:hover {
  background: #fdc300;
}

.scheme-tooltip--collapsed .scheme-tooltip__close {
  display: none;
}

@media only screen and (min-width: 63.94em) {

  .scheme-tooltip__close {
    display: block;
  }

}

.scheme-tooltip__header {
  display: none;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 63.94em) {

  .scheme-tooltip__header {
    display: block;
  }

  .scheme-tooltip--collapsed .scheme-tooltip__header {
    display: none;
  }

}

.scheme-tooltip__tags {
  display: none;
  text-align: center;
}

@media only screen and (min-width: 63.94em) {

  .scheme-tooltip__tags {
    display: block;
  }

  .scheme-tooltip--collapsed .scheme-tooltip__tags {
    display: none;
  }

}

.scheme-tooltip__logo {
  display: none;
}

@media only screen and (min-width: 63.94em) {

  .scheme-tooltip__logo {
    display: block;
  }

  .scheme-tooltip--collapsed .scheme-tooltip__logo {
    display: none;
  }

}

.scheme-tooltip__link {
  display: none;
}

@media only screen and (min-width: 63.94em) {

  .scheme-tooltip__link {
    display: block;
  }

  .scheme-tooltip--collapsed .scheme-tooltip__link {
    display: none;
  }

}

.scheme-tooltip__expand {
  border-radius: 40px;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  padding: 0;
  text-indent: -10000px;
  background: #ffdb00;
  border: 3px solid #474747;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.scheme-tooltip--collapsed .scheme-tooltip__expand {
  display: block;
}

.scheme-tooltip--selected .scheme-tooltip__expand {
  width: 30px;
  height: 30px;
  background: #fdc300;
}

@media only screen and (min-width: 63.94em) {

  .scheme-tooltip__expand {
    width: 35px;
    height: 35px;
    border-width: 5px;
  }

}

.scheme-tooltip__brief {
  border-radius: 16px;
  -webkit-box-shadow: 0 0 10px rgba(118, 117, 113, 0.3);
          box-shadow: 0 0 10px rgba(118, 117, 113, 0.3);
  z-index: 101;
  position: absolute;
  right: 24px;
  bottom: 100px;
  left: 24px;
  display: none;
  height: auto;
  min-height: 90px;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.tabbar--hide ~ .page__main .scheme-tooltip__brief {
  bottom: 24px;
}

.scheme-tooltip__brief .read-more__content {
  position: absolute;
}

.scheme-tooltip__brief--visible {
  display: block;
}

@media only screen and (min-width: 63.94em) {

  .scheme-tooltip__brief {
    display: none;
  }

}

.scheme-tooltip__brief-content {
  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;
  height: auto;
  min-height: 90px;
  padding: 12px 40px 12px 80px;
}

.scheme-tooltip__brief-close, .scheme-tooltip__brief-link {
  position: absolute;
  width: 24px;
  height: 24px;
}

.scheme-tooltip__brief-close {
  top: 12px;
  right: 12px;
}

.scheme-tooltip__brief-logo {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  -o-object-fit: cover;
     object-fit: cover;
}

.scheme-tooltip__brief-link {
  right: 12px;
  bottom: 12px;
  padding: 8px;
}

.scheme-tooltip__brief-svg {
  width: 100%;
  height: 100%;
}

.search-results {
  z-index: -1;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  max-height: 60vh;
  margin: 0;
  padding: 0 10px 0 0;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-y: overlay;
  background: #fff;
  border-color: #fff;
  border-style: solid;
  border-width: 30px 12px 10px 10px;
  border-radius: 0 0 20px 20px;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.search-results:empty {
  display: none;
}

@media only screen and (min-width: 63.94em) {

  .search-results {
    max-height: 200px;
  }

}

.search-results__title {
  font-size: 12px;
  font-size: 0.75rem;
  z-index: 2;
  position: sticky;
  top: 0;
  left: 0;
  margin: 0;
  padding: 15px 25px 12px;
  color: #767571;
  font-weight: lighter;
  background: inherit;
}

.search-results__item {
  font-size: 14px;
  font-size: 0.88rem;
  margin: 0;
  padding: 0;
  font-style: normal;
}

.search-results__link {
  color: #767571;
  z-index: 1;
  display: block;
  margin-bottom: 8px;
  padding: 0 25px;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
}

.search-results__link:visited, .search-results__link:hover, .search-results__link:active {
  color: #767571;
}

.search-results__link:hover {
  color: #474747;
}

.search-results__link:hover:visited, .search-results__link:hover:hover, .search-results__link:hover:active {
  color: #474747;
}

.scores-levels {
  margin-bottom: 24px;
}

@media only screen and (min-width: 63.94em) {

  .scores-levels {
    margin: 0 -32px 24px;
  }

}

.scores-levels--tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -20px;
}

@media only screen and (min-width: 63.94em) {

  .scores-levels--tabs {
    gap: 2px;
  }

}

.scores-levels--tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 62px;
  padding: 0 20px 16px;
  text-align: left;
  border-radius: 12px 12px 0 0;
}

.scores-levels--tab-green {
  background-color: #c0d9ca;
}

.scores-levels--tab-green svg path {
  fill: #8ebda7;
  stroke: #8ebda7;
}

.scores-levels--tab-yellow {
  background-color: #ffdb00;
}

.scores-levels--tab-yellow svg path {
  fill: #ef9617;
  stroke: #ef9617;
}

.scores-levels--tab-red {
  background-color: #f4a698;
}

.scores-levels--tab-red svg path {
  fill: #ef776e;
  stroke: #ef776e;
}

.scores-levels--tab svg {
  width: 12px;
  height: 12px;
  pointer-events: none;
}

@media only screen and (min-width: 63.94em) {

  .scores-levels--tab svg {
    width: 18px;
    height: 16px;
  }

}

.scores-levels--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scores-levels--content-container {
  border-radius: 20px;
  z-index: 1;
  position: relative;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 400px;
  overflow: hidden;
}

.scores-levels--content-container-green {
  background-color: #c0d9ca;
}

.scores-levels--content-container-yellow {
  background-color: #ffdb00;
}

.scores-levels--content-container-red {
  background-color: #f4a698;
}

.scores-levels--content-container.tab-content--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 24px;
}

@media only screen and (min-width: 63.94em) {

  .scores-levels--content-container {
    min-height: 280px;
  }

}

.scores-levels__progress {
  width: 70px;
  height: 70px;
  overflow: visible;
  fill: none;
}

.scores-levels__circle-back {
  stroke: #eae3da;
  stroke-width: 20;
}

.scores-levels__circle-front {
  -webkit-transition: stroke-dasharray 0.4s 0.5s, opacity 0.4s 0.5s;
  transition: stroke-dasharray 0.4s 0.5s, opacity 0.4s 0.5s;
  stroke-width: 30;
  stroke-dasharray: 0, 1000;
  stroke-linecap: round;
  fill: none;
}

.scores-levels--content-description-title {
  margin-bottom: 24px;
}

.scores-levels--content-description-title svg {
  display: none;
}

@media only screen and (min-width: 63.94em) {

  .scores-levels--content-description-title svg {
    display: block;
  }

}

@media only screen and (min-width: 63.94em) {

  .scores-levels--content-description-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

}

.scores-levels--content-advantages {
  font-weight: normal;
}

.scores-levels--content-advantages p {
  font-size: 10px;
  font-size: 0.62rem;
  line-height: 2.4;
  width: 120px;
  line-height: 130%;
}

@media only screen and (min-width: 63.94em) {

  .scores-levels--content-advantages p {
    width: 33%;
  }

}

@media only screen and (min-width: 63.94em) {

  .scores-levels--content-advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 38px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

}

.section {
  overflow: hidden;
}

@media only screen and (min-width: 63.94em) {

  .section {
    margin-bottom: 50px;
  }

}

.section---hidden {
  display: none;
}

.section--full {
  width: 100%;
  margin: 0 0 50px;
}

@media only screen and (min-width: 63.94em) {

  .section--full {
    width: unset;
    margin: 0 -100px 70px;
  }

}

.section__heading {
  margin: 0 0 24px;
}

.section__cards {
  padding: 0 25px;
}

@media only screen and (min-width: 63.94em) {

  .section__cards {
    padding: 0;
  }

}

.select {
  font-size: 12px;
  font-size: 0.75rem;
  height: 40px;
  padding: 0 15px;
  color: #767571;
  background-color: #fff;
  background-image: url("../images/icons/chevron-down-small.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 10px auto;
  border-radius: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.select:focus {
  -webkit-box-shadow: 0 0 0 4px #d5cdc1;
          box-shadow: 0 0 0 4px #d5cdc1;
}

@media only screen and (min-width: 63.94em) {

  .select {
    padding: 0 30px;
  }

}

.select-hide {
  display: none;
}

.form-select {
  font-size: 12px;
  font-size: 0.75rem;
  z-index: 2;
  position: relative;
  height: 40px;
  color: #767571;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bottom-sheet--opened.bottom-sheet--filter .form-select {
  height: auto;
}

@media only screen and (min-width: 63.94em) {

  .bottom-sheet--filter .form-select {
    height: 40px;
  }

}

@media only screen and (min-width: 0.06em) {

  .form-select {
    width: 100%;
  }

}

.form-select__wrap {
  z-index: 102;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
}

.form-select__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 40px;
  padding: 0 24px 0 32px;
  cursor: pointer;
}

@media only screen and (min-width: 0.06em) {

  .form-select__heading {
    padding: 0 24px 0 15px;
  }

}

.form-select__chevron {
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../images/icons/chevron-down-small.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px auto;
}

.form-select__options {
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-select__options--opened {
  max-height: 300px;
  overflow: auto;
}

.form-select__options-wrap {
  padding: 18px 16px;
}

.form-select__options-wrap:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: 24px;
  left: 24px;
  border-bottom: 1px solid #d7cfc6;
}

.form-select__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 36px;
  padding: 6px 16px;
  border-radius: 8px;
  cursor: pointer;
}

.form-select__option:hover {
  background: #f7f4ef;
}

.form-select__option--select {
  font-weight: bold;
}

.readQrCanvas {
  border-radius: 40px;
  width: 100%;
  margin-bottom: 25px;
  background: #000;
}

.detail-contacts {
  font-size: 14px;
  font-size: 0.88rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 75px;
  padding-left: 85px;
  color: #333;
}

.info .detail-contacts {
  margin-bottom: 20px;
}

.sticky-layout__aside .detail-contacts {
  display: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 180px;
  margin: 20px 0;
  padding: 20px 200px 0 0;
}

@media only screen and (min-width: 63.94em) {

  .detail-contacts {
    text-align: right;
  }

  .info .detail-contacts {
    display: none;
  }

  .sticky-layout__aside .detail-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

}

.detail-contacts__map {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  overflow: hidden;
}

.sticky-layout__aside .detail-contacts__map {
  right: 0;
  left: auto;
  width: 180px;
  height: 180px;
}

.detail-contacts__right {
  display: none;
}

@media only screen and (min-width: 47.94em) {

  .detail-contacts__right {
    position: absolute;
    right: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
  }

}

@media only screen and (min-width: 63.94em) {

  .detail-contacts__right {
    display: none;
  }

}

.detail-contacts__site {
  font-size: 12px;
  font-size: 0.75rem;
  color: #767571;
  margin-top: 5px;
  font-weight: normal;
}

.detail-contacts__site:visited, .detail-contacts__site:hover, .detail-contacts__site:active {
  color: #767571;
}

.shop-phone {
  color: #333;
  font-weight: normal;
  text-decoration: none;
}

.detail-contacts__mobile {
  display: block;
}

@media only screen and (min-width: 47.94em) {

  .detail-contacts__mobile {
    display: none;
  }

}

.socials-block {
  padding: 24px 0 20px;
}

.sticky-layout__sticky .socials-block {
  display: none;
}

@media only screen and (min-width: 63.94em) {

  .sticky-layout__sticky .socials-block {
    display: block;
  }

}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.info ~ .socials {
  margin-bottom: 24px;
}

.info .detail-contacts .socials {
  display: none;
}

@media only screen and (min-width: 63.94em) {

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

}

.socials__item {
  margin: 0;
}

.socials__item + .socials__item {
  margin-left: 10px;
}

.socials__item:first-child {
  margin-left: 0;
}

.socials__item:last-child {
  margin-right: 0;
}

.sticky-layout {
  position: relative;
  margin-bottom: 24px;
  margin-left: 0;
}

.sticky-layout.sticky-layout--top-padding {
  border-radius: 20px;
  padding-top: 36px;
}

@media only screen and (min-width: 63.94em) {

  .sticky-layout.sticky-layout--top-padding {
    padding-top: 0;
  }

}

.page--stuck .sticky-layout.js-sustainability-holder {
  z-index: 106;
}

@media only screen and (min-width: 63.94em) {

  .sticky-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -70px;
    overflow: visible;
  }

  .sticky-layout ~ .sticky-layout {
    overflow: visible;
  }

  .page--index .sticky-layout {
    margin-left: 0;
    padding-top: 20px;
  }

}

.sticky-layout__aside {
  z-index: 1;
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  margin-bottom: 24px;
}

.sticky-layout__aside--filter {
  z-index: 100;
}

@media only screen and (min-width: 63.94em) {

  .sticky-layout__aside {
    z-index: 1;
    width: 43%;
    margin-bottom: 0;
  }

}

.page--index .sticky-layout__sticky {
  overflow: hidden;
  border-radius: 0;
}

@media only screen and (min-width: 63.94em) {

  .page--index .sticky-layout__sticky {
    border-radius: 40px;
  }

}

@media only screen and (min-width: 63.94em) {

  .sticky-layout__sticky {
    position: sticky;
    top: 20px;
    left: 0;
  }

}

@media only screen and (min-width: 63.94em) {

  .sticky-layout__main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 57%;
    margin-left: 20px;
  }

  .page--index .sticky-layout__main {
    position: relative;
  }

}

.store-badge {
  display: block;
  width: 130px;
  height: 45px;
  padding: 0 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75% auto;
  border-radius: 22.5px;
}

.store-badge:hover {
  background-color: #ffdb00;
}

.store-badge:active {
  background-color: #fdc300;
}

.store-badge:focus {
  -webkit-box-shadow: 0 0 0 4px #d5cdc1;
          box-shadow: 0 0 0 4px #d5cdc1;
}

.menu__wrap .store-badge:hover {
  background-color: transparent;
}

.store-badge--app-store {
  background-image: url("../images/icons/app-store.svg");
}

.store-badge--google-play {
  background-image: url("../images/icons/google-play.svg");
}

.swiper-container {
  margin: 0;
  padding-bottom: 40px;
  overflow: hidden;
}

.swiper-container.swiper-single-image {
  padding-bottom: 0;
}

.swiper-container.hero {
  padding-bottom: 0;
  overflow: hidden;
}

.swiper-container[data-enable] {
  position: relative;
  padding-bottom: 0;
}

.swiper-container[data-enable] .swiper-slide {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 20px;
}

@media only screen and (min-width: 63.94em) {

  .swiper-container[data-enable='mobile'] .swiper-wrapper {
    display: block;
  }

  .routes .swiper-container[data-enable='mobile'] .swiper-wrapper {
    display: grid;
    grid-column-gap: 16px;
    grid-template-columns: repeat(3, 1fr);
  }

}

@media only screen and (min-width: 105em) {

  .routes .swiper-container[data-enable='mobile'] .swiper-wrapper {
    grid-template-columns: repeat(5, 1fr);
  }

}

@media only screen and (min-width: 63.94em) {

  .swiper-container[data-enable='mobile'] .swiper-pagination,
  .swiper-container[data-enable='mobile'] .swiper-button-prev,
  .swiper-container[data-enable='mobile'] .swiper-button-next {
    display: none;
  }

}

@media only screen and (min-width: 63.94em) {

  .swiper-container[data-enable='desktop'] .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

}

.content .swiper-container {
  position: relative;
}

.section .swiper-container {
  margin: 0 25px;
}

@media only screen and (min-width: 63.94em) {

  .section .swiper-container {
    margin: 0;
  }

}

@media only screen and (min-width: 63.94em) {

  .swiper-container {
    padding-bottom: 60px;
  }

  .swiper-container.swiper-single-image {
    padding-bottom: 0;
  }

  .sticky-layout__aside > .swiper-container {
    padding-bottom: 0;
  }

}

.content-swiper {
  padding-top: 24px;
}

.content-swiper.content-swiper--fuel {
  margin: 0;
  padding-right: 32px;
  padding-left: 32px;
  overflow: hidden;
}

.content-swiper.content-swiper--fuel .swiper-container {
  overflow: hidden;
}

@media only screen and (min-width: 63.94em) {

  .content-swiper {
    margin: 0 -24px;
  }

  .content-swiper.content-swiper--fuel {
    margin: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .content-swiper.content-swiper--fuel .swiper-container {
    overflow: hidden;
  }

}

.content-swiper__title {
  margin-bottom: 20px;
}

@media only screen and (min-width: 63.94em) {

  .content-swiper__title {
    margin-bottom: 32px;
  }

  .content-swiper__title--fluid {
    margin: 0;
  }

}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}

@media only screen and (min-width: 63.94em) {

  .swiper-button-prev,
  .swiper-button-next {
    top: auto;
    right: 30%;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 26px;
    height: 26px;
    font-size: 0;
    background-color: #fdc300;
    background-image: url("../images/icons/chevron-right-small.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px auto;
    border-radius: 50%;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    content: none;
  }

  .hero .swiper-button-prev,
  .content-swiper .swiper-button-prev, .hero .swiper-button-next,
  .content-swiper
  .swiper-button-next {
    bottom: 101px;
    background-color: #fff;
  }

}

@media only screen and (min-width: 63.94em) and (min-width: 63.94em) {

  .hero .swiper-button-prev,
  .content-swiper .swiper-button-prev, .hero .swiper-button-next,
  .content-swiper
  .swiper-button-next {
    bottom: 64px;
  }

}

@media only screen and (min-width: 63.94em) {

  .swiper-container--shop .swiper-button-prev, .swiper-container--shop .swiper-button-next {
    background-color: #fff;
  }

  .content-swiper .swiper-button-prev, .content-swiper
  .swiper-button-next {
    bottom: 0;
  }

}

@media only screen and (min-width: 63.94em) {

  .swiper-button-prev {
    right: auto;
    left: 30%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .swiper-container--shop .swiper-button-prev {
    left: calc( 50% - 70px - 26px / 2 - 30px);
  }

}

@media only screen and (min-width: 63.94em) {

  .swiper-container--shop .swiper-button-next {
    left: calc( 50% + 70px + 26px / 2);
  }

}

.swiper-single-image .swiper-button-prev,
.swiper-single-image .swiper-button-next {
  display: none;
}

.hero .swiper-button-prev {
  left: 70px;
}

.hero .swiper-button-next {
  right: 0;
  left: 200px;
}

.swiper-pagination {
  bottom: 8px;
  left: 50%;
  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;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.swiper-single-image .swiper-pagination {
  display: none;
}

.swiper-no-dynamic .swiper-pagination {
  max-width: 50px;
}

.hero .swiper-pagination {
  position: absolute;
  bottom: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (min-width: 63.94em) {

  .hero .swiper-pagination {
    bottom: 72px;
  }

}

.content-swiper .hero .swiper-pagination {
  bottom: 8px;
}

.page--index .swiper-pagination {
  position: absolute;
  bottom: 105px;
}

@media only screen and (min-width: 63.94em) {

  .page--index .swiper-pagination {
    bottom: 72px;
  }

}

.hero.swiper-container-horizontal > .swiper-pagination-bullets {
  height: 30px;
}

@media only screen and (min-width: 63.94em) {

  .hero.swiper-container-horizontal > .swiper-pagination-bullets {
    left: 110px;
    -webkit-transform: none;
            transform: none;
  }

}

.swiper-pagination-bullets-dynamic {
  min-height: 10px;
}

@media only screen and (min-width: 63.94em) {

  .hero.swiper-container-horizontal.swiper-no-dynamic .swiper-pagination-bullets-dynamic {
    left: 122px;
  }

}

.swiper-pagination-bullet {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4px;
  height: 4px;
  margin: 0 5px;
  background: #767571;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(2);
          transform: scale(2);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active-prev,
.swiper-pagination-bullet.swiper-pagination-bullet-active-next {
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active-main {
  opacity: 1;
}

.hero .swiper-pagination-bullet {
  margin: 20px 6px 0;
  background: #fff;
  opacity: 1;
}

@media only screen and (min-width: 63.94em) {

  .hero .swiper-pagination-bullet {
    background: #fff;
  }

}

.hero .swiper-pagination-bullet.swiper-pagination-bullet-active-prev,
.hero .swiper-pagination-bullet.swiper-pagination-bullet-active-next {
  opacity: 1;
}

.content-swiper .hero .swiper-pagination-bullet {
  margin-top: 0;
  background: #767571;
}

.page--index .hero .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 4px;
  height: 4px;
  -webkit-transform: scale(2);
          transform: scale(2);
}

.tabbar {
  -webkit-box-shadow: 0 0 10px rgba(118, 117, 113, 0.3);
          box-shadow: 0 0 10px rgba(118, 117, 113, 0.3);
  border-radius: 20px;
  z-index: 106;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  padding: 0 25px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page--search-modal--active .tabbar {
  display: none;
}

@media only screen and (min-width: 63.94em) {

  .tabbar {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    z-index: 109;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100px;
    height: auto;
    padding: 25px 25px 30px;
    background: transparent;
  }

}

.tabbar--hide {
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
}

@media only screen and (min-width: 63.94em) {

  .tabbar--hide {
    -webkit-transform: none;
            transform: none;
  }

}

.tabbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 60%;
}

.tabbar-container:first-child {
  width: 40%;
}

@media only screen and (min-width: 63.94em) {

  .tabbar-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: auto;
  }

}

.tabbar__menu {
  display: none;
}

@media only screen and (min-width: 63.94em) {

  .tabbar__menu {
    position: relative;
    display: block;
    margin-bottom: 45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .page--search--active .tabbar__menu {
    visibility: hidden;
    opacity: 0;
  }

}

.tabbar__button {
  width: 24px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.tabbar__button:active {
  background-color: none;
}

@media only screen and (min-width: 63.94em) {

  .tabbar__button {
    margin-right: 0;
    margin-bottom: 64px;
  }

}

.tabbar__button--type--profile {
  background-image: url("../images/icons/profile.svg");
}

.tabbar__button--type--profile:active {
  background-image: url("../images/icons/profile-pressed.svg");
}

.tabbar__button--type--search {
  background-image: url("../images/icons/search.svg");
}

.tabbar__button--type--search:active {
  background-image: url("../images/icons/search-pressed.svg");
}

.tabbar__button--type--map {
  background-image: url("../images/icons/map.svg");
}

.tabbar__button--type--map:active {
  background-image: url("../images/icons/map-pressed.svg");
}

.tabbar__button--type--bus {
  background-image: url("../images/icons/bus.svg");
}

.tabbar__button--type--bus:active {
  background-image: url("../images/icons/bus-pressed.svg");
}

.tabbar__button--type--menu {
  margin-right: 0;
  background-image: url("../images/icons/menu.svg");
}

.tabbar__button--type--menu:active {
  background-image: url("../images/icons/menu-pressed.svg");
}

@media only screen and (min-width: 63.94em) {

  .tabbar__button--type--menu {
    display: none;
  }

}

.tabbar__lang {
  display: none;
}

@media only screen and (min-width: 63.94em) {

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

}

.tabbar__menu-hamburger {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  margin-left: -10px;
  background-color: #767571;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.tabbar__menu-hamburger:before, .tabbar__menu-hamburger:after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 20px;
  height: 4px;
  background: #767571;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tabbar__menu-hamburger:before {
  top: -7px;
}

.menu-opener--active .tabbar__menu-hamburger:before {
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.tabbar__menu-hamburger:after {
  bottom: -7px;
}

.menu-opener--active .tabbar__menu-hamburger:after {
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.menu-opener--active .tabbar__menu-hamburger {
  background-color: transparent;
}

.tab-content-wrapper {
  position: relative;
}

.tabs-block--large .tabs-block__tab {
  width: 100%;
}

.tabs-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 24px;
  padding: 0 10px;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid #d5cdc1;
}

@media only screen and (min-width: 63.94em) {

  .tabs-block {
    padding: 0;
  }

}

.filter .tabs-block {
  border-bottom: unset;
}

.tabs-block--large {
  overflow: hidden;
}

.tabs-block .tabs-block__tab {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.71;
  position: relative;
  margin: 0 15px;
  padding: 15px 0;
  color: #767571;
  font-weight: normal;
  white-space: nowrap;
  text-decoration: none;
  background: transparent;
}

.tabs-block .tabs-block__tab:before {
  position: absolute;
  display: block;
  content: '';
  top: auto;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 4px;
  background: #767571;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tabs-block .tabs-block__tab.tabs-block__tab--active {
  font-weight: bold;
}

.tabs-block .tabs-block__tab.tabs-block__tab--active:before {
  width: 100%;
}

@media only screen and (min-width: 63.94em) {

  .tabs-block .tabs-block__tab {
    padding: 15px 0;
  }

}

.tabs-block .tabs-block--large .tabs-block__tab {
  width: 100%;
}

.routes .tabs-block {
  padding: 0 24px;
  overflow-x: auto;
}

@media only screen and (min-width: 63.94em) {

  .routes .tabs-block {
    overflow-x: hidden;
  }

}

.routes .tabs-block .tabs-block__tab:not(:last-child) {
  margin-right: 32px;
}

@media only screen and (min-width: 63.94em) {

  .tabs-block {
    margin-bottom: 20px;
  }

  .info .tabs-block {
    margin-bottom: 52px;
  }

  .info .tabs-block--small-gap {
    margin-bottom: 32px;
  }

}

.tab-content {
  display: none;
}

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

.tab-content--active[data-name='routes'] {
  display: block;
}

.tab-content--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.tab-content-wrapper .tab-content {
  position: absolute;
  display: block;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

.tag {
  color: #767571;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  margin-bottom: 4px;
  padding: 0 12px;
  font-weight: 300;
  text-decoration: none;
  background-color: #eee9de;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.tag:visited, .tag:hover, .tag:active {
  color: #767571;
}

.tag:not(:last-child) {
  margin-right: 4px;
}

.tag:hover {
  background-color: #d5cdc1;
}

.tag:active {
  background-color: #d5cdc1;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 0;
}

.search .tags {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.sticky-layout__aside .tags {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.filter--aside .tags {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0;
}

.bottom-sheet--opened .filter--aside .tags {
  z-index: 1;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (min-width: 63.94em) {

  .filter--aside .tags {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

}

@media only screen and (min-width: 63.94em) {

  .tags {
    padding: 10px 0 0;
  }

  .sticky-layout__aside .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

}

.tags--indented {
  margin-left: 8px;
}

.toggle-switcher {
  font-size: 12px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cookie-info .toggle-switcher {
  margin-top: 30px;
}

.toggle-switcher__slider {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 34px;
  background: #eee9de;
  border-radius: 17px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.toggle-switcher__slider::before {
  position: absolute;
  display: block;
  content: '';
  top: 4px;
  left: 4px;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.toggle-switcher__input:checked + .toggle-switcher__slider::before {
  background: #00a366;
  -webkit-transform: translateX(26px);
          transform: translateX(26px);
}

.toggle-switcher__input:checked + .toggle-switcher__slider {
  background: #c0ddcc;
}

.informer {
  border-radius: 50%;
  font-size: 10px;
  font-size: 0.62rem;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  color: #474747;
  vertical-align: top;
  background: #d7cfc6;
}

.tooltip {
  z-index: -1;
  font-size: 10px;
  font-size: 0.62rem;
  border-radius: 4px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  min-width: 128px;
  margin-bottom: 14px;
  padding: 8px 20px;
  color: #05676a;
  text-align: left;
  background: #96c1a7;
  border-bottom-left-radius: 0;
  opacity: 0;
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity, z-index;
  transition-property: opacity, z-index;
}

.tooltip-holder:focus-within .tooltip {
  z-index: 1;
  opacity: 1;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
}

.tooltip:before {
  position: absolute;
  display: block;
  content: '';
  top: 100%;
  left: 0;
  border-top: 5px solid #96c1a7;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #96c1a7;
}

.tooltip-holder {
  position: relative;
}

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

.filter .view-switcher {
  position: absolute;
  top: -43px;
  right: 0;
  margin-bottom: 0;
  margin-left: auto;
}

.bottom-sheet--filter.bottom-sheet--opened .view-switcher {
  position: relative;
  top: 0;
}

@media only screen and (min-width: 63.94em) {

  .filter .view-switcher {
    position: relative;
    top: 0;
    margin-bottom: 0;
    margin-left: auto;
  }

}

.view-switcher__label {
  width: 22px;
  height: 22px;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
}

.view-switcher__label ~ .view-switcher__label {
  margin-left: 20px;
}

.view-switcher__label .view-switcher__input:focus + svg {
  -webkit-box-shadow: 0 0 0 4px #d5cdc1;
          box-shadow: 0 0 0 4px #d5cdc1;
}

.view-switcher__label--view--tile svg {
  fill: #767571;
}

.tabs-block .view-switcher__label--view--tile.tabs-block__tab--active svg {
  fill: #000;
}

.view-switcher__label--view--list svg {
  stroke: #767571;
}

.tabs-block .view-switcher__label--view--list.tabs-block__tab--active svg {
  stroke: #000;
}

.view-switcher__label--view--list .view-switcher__input:checked + svg {
  stroke: #000;
}

.video {
  border-radius: 20px;
  z-index: 100;
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 18px;
  padding-bottom: 66.08%;
  overflow: hidden;
  background-color: #000;
}

.video:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 63.94em) {

  .video {
    border-radius: 40px;
  }

}

.video--enabled {
  cursor: pointer;
}

.video__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: none;
  pointer-events: none;
}

.video--enabled .video__media {
  pointer-events: all;
}

.video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 64px;
  height: 64px;
  padding: 0;
  background-color: transparent;
  background-image: url("/res/images/icons/play.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.video--enabled .video__button {
  display: none;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

@media only screen and (min-width: 63.94em) {

  .video iframe {
    -o-object-fit: cover;
       object-fit: cover;
  }

}

.iframe--bordered {
  border-radius: 20px;
  overflow: hidden;
}

.flutter-container {
  position: fixed;
  bottom: 96px;
  left: 0;
  z-index: 10;
  display: grid;
  place-items: center;
  width: 100%;
  padding: 24px;
}

@media only screen and (min-width: 63.94em) {

  .flutter-container {
    position: relative;
    bottom: auto;
    left: auto;
  }

}

.flutter-container:not(.flutter-container---visible) {
  display: none;
}

/* Fonts */

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Lively Headline";
  src: url("../fonts/LivelyHeadline/livelyheadline-regular.eot");
  src: url("../fonts/LivelyHeadline/livelyheadline-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/LivelyHeadline/livelyheadline-regular.woff2") format("woff2"), url("../fonts/LivelyHeadline/livelyheadline-regular.woff") format("woff"), url("../fonts/LivelyHeadline/livelyheadline-regular.ttf") format("truetype");
}

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

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

@font-face {
  font-weight: bold;
  font-style: italic;
  font-family: "Lively Headline";
  src: url("../fonts/LivelyHeadline/livelyheadline-bolditalic.eot");
  src: url("../fonts/LivelyHeadline/livelyheadline-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/LivelyHeadline/livelyheadline-bolditalic.woff2") format("woff2"), url("../fonts/LivelyHeadline/livelyheadline-bolditalic.woff") format("woff"), url("../fonts/LivelyHeadline/livelyheadline-bolditalic.ttf") format("truetype");
}

.font-LivelyHeadline--loaded {
  font-family: "Lively Headline", "Noto IKEA Latin", Roboto, "Droid Sans", "Helvetica Neue", Helvetica, Calibri, Arial, sans-serif;
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Noto IKEA Latin";
  src: url("../fonts/NotoIKEALatin/notoikealatin-regular.eot");
  src: url("../fonts/NotoIKEALatin/notoikealatin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoIKEALatin/notoikealatin-regular.woff2") format("woff2"), url("../fonts/NotoIKEALatin/notoikealatin-regular.woff") format("woff"), url("../fonts/NotoIKEALatin/notoikealatin-regular.ttf") format("truetype");
}

@font-face {
  font-weight: bold;
  font-style: normal;
  font-family: "Noto IKEA Latin";
  src: url("../fonts/NotoIKEALatin/notoikealatin-bold.eot");
  src: url("../fonts/NotoIKEALatin/notoikealatin-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoIKEALatin/notoikealatin-bold.woff2") format("woff2"), url("../fonts/NotoIKEALatin/notoikealatin-bold.woff") format("woff"), url("../fonts/NotoIKEALatin/notoikealatin-bold.ttf") format("truetype");
}

@font-face {
  font-weight: normal;
  font-style: italic;
  font-family: "Noto IKEA Latin";
  src: url("../fonts/NotoIKEALatin/notoikealatin-italic.eot");
  src: url("../fonts/NotoIKEALatin/notoikealatin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoIKEALatin/notoikealatin-italic.woff2") format("woff2"), url("../fonts/NotoIKEALatin/notoikealatin-italic.woff") format("woff"), url("../fonts/NotoIKEALatin/notoikealatin-italic.ttf") format("truetype");
}

@font-face {
  font-weight: bold;
  font-style: italic;
  font-family: "Noto IKEA Latin";
  src: url("../fonts/NotoIKEALatin/notoikealatin-bolditalic.eot");
  src: url("../fonts/NotoIKEALatin/notoikealatin-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoIKEALatin/notoikealatin-bolditalic.woff2") format("woff2"), url("../fonts/NotoIKEALatin/notoikealatin-bolditalic.woff") format("woff"), url("../fonts/NotoIKEALatin/notoikealatin-bolditalic.ttf") format("truetype");
}

.font-NotoIKEALatin--loaded {
  font-family: "Noto IKEA Latin", "Noto IKEA Latin", Roboto, "Droid Sans", "Helvetica Neue", Helvetica, Calibri, Arial, sans-serif;
}

.pageHeader {
  margin-top: 0;
  padding: 0 24px;
}

.wysiwyg {
  padding: 0 24px;
}

.print-page {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.71;
  padding: 32px;
  color: #767571;
  line-height: 20px;
}

.print-page__inner {
  width: 266px;
  max-width: 100%;
}

.print-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.print-page__header-logo-brand {
  width: 52px;
}

.print-page__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  color: #474747;
  font-weight: bold;
  line-height: 28px;
}

.print-page__image-qr {
  display: block;
  width: 80px;
  margin: 0 auto 20px;
}

.print-page__image-code {
  display: block;
  width: 200px;
  margin: 0 auto 30px;
}

.print-page__text {
  margin-bottom: 32px;
}

.ticket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 420px;
  height: 495px;
  margin: 0;
  padding: 20px 0 0 30px;
}

.ticketLogo {
  width: 116px;
  height: 52px;
  margin: 10px 0 0;
  background-image: url(./res/images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ticketAbout {
  display: block;
  margin: 0;
  color: #999;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}

.ticketEventHead {
  color: #474747;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.1;
}

.ticketEventDesc {
  margin: 10px 0 35px;
  color: #767571;
  font-size: 14px;
  line-height: 1.3;
}

.ticketEventAbout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 26px;
}

.ticketEventAbout-item {
  width: 50%;
  margin: 0 0 17px;
  padding: 0 30px 0 0;
}

.eventItem-desc {
  display: block;
  margin-bottom: 4px;
  color: #999;
  font-size: 12px;
  line-height: 1.8;
}

.eventItem-info {
  display: block;
  color: #474747;
  font-size: 12px;
  line-height: 1.4;
}

.qrImage {
  position: absolute;
  top: 25px;
  left: 300px;
  width: 113px;
  height: 113px;
  background-color: #000;
}

.game-start, .game-screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  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-right: 20px;
  padding-left: 20px;
  overflow: hidden;
  background-color: #eee9de;
  background-image: url("/res/images/game/game-background.svg");
  background-repeat: no-repeat;
  background-size: cover;
  visibility: hidden;
}

@media only screen and (min-width: 63.94em) {

  .game-start, .game-screen {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    padding-right: 0;
    padding-left: 120px;
  }

}

.game-start-is-active, .game-screen-is-active, .game-registration-is-active, .game-taken-is-active, .game-results-is-active {
  visibility: visible;
}

.page--game {
  position: fixed;
}

.game {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #eee9de;
}

.game-timer {
  display: block;
  margin-right: 40px;
  margin-left: auto;
  visibility: hidden;
}

.game-timer-is-active {
  visibility: visible;
}

.game-timer__count {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  font-family: "Lively Headline", "Droid Serif", Cambria, Georgia, "Times New Roman", Times, serif;
}

.game__volume-off {
  display: block;
  width: 48px;
  height: 35px;
}

.game__volume-on .game__volume-off {
  display: none;
}

.game__volume-on-svg {
  display: none;
}

.game__volume-on .game__volume-on-svg {
  display: block;
  width: 48px;
  height: 35px;
}

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

.game-results {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.game-catch {
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  padding-right: 0;
  padding-left: 0;
  cursor: none;
}

.game-title {
  font-size: 116px;
  font-size: 7.25rem;
  top: 150px;
  top: 12.5vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  margin: 0;
  color: #767571;
  line-height: 0.9em;
}

.game-title--sm {
  font-size: 26px;
  font-size: 1.62rem;
  width: 50%;
}

@media only screen and (min-width: 63.94em) {

  .game-title--sm {
    font-size: 54px;
    font-size: 3.38rem;
  }

}

@media only screen and (min-width: 105em) {

  .game-title--sm {
    top: 90px;
    top: 7.5vw;
  }

}

.game-registration .game-title--sm {
  top: 300px;
  top: 25vw;
}

@media only screen and (min-width: 63.94em) {

  .game-registration .game-title--sm {
    top: 150px;
    top: 12.5vw;
  }

}

.game-title--md {
  font-size: 36px;
  font-size: 2.25rem;
  width: 80%;
  line-height: 1em;
}

@media only screen and (min-width: 63.94em) {

  .game-title--md {
    font-size: 86px;
    font-size: 5.38rem;
    width: 60%;
  }

}

.game-mega-10 {
  top: -50px;
  top: -4.17vw;
  position: relative;
  width: 35%;
}

.game-mega-10:before {
  display: block;
  content: "";
  position: relative;
  position: relative;
  padding: 100% 0 0;
}

@media only screen and (min-width: 63.94em) {

  .game-mega-10 {
    top: 150px;
    top: 12.5vw;
    width: 14.8%;
    max-width: 180px;
  }

}

@media only screen and (min-width: 105em) {

  .game-mega-10 {
    top: 80px;
    top: 6.67vw;
  }

}

.game-mega-10__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.game-start__title {
  top: 10px;
  top: 0.83vw;
  right: 0;
  width: 50%;
}

@media only screen and (min-width: 63.94em) {

  .game-start__title {
    top: 184px;
    top: 15.33vw;
    width: 45%;
  }

}

@media only screen and (min-width: 105em) {

  .game-start__title {
    top: 120px;
    top: 10vw;
  }

}

.game-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.game-background img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.game-button {
  font-size: 26px;
  font-size: 1.62rem;
  top: 400px;
  top: 33.33vw;
  position: relative;
  z-index: 10;
  min-width: auto;
  max-width: 360px;
  height: 80px;
  border-radius: 185px;
}

@media only screen and (min-width: 63.94em) {

  .game-button {
    font-size: 32px;
    font-size: 2rem;
    top: 186px;
    top: 15.5vw;
  }

}

.game-button-play {
  top: 156px;
  top: 13vw;
}

@media only screen and (min-width: 63.94em) {

  .game-button-play {
    top: 226px;
    top: 18.83vw;
    height: 107px;
  }

}

@media only screen and (min-width: 105em) {

  .game-button-play {
    top: 170px;
    top: 14.17vw;
  }

}

@media (min-width: 1200px) and (max-height: 780px) {

  .game-button-play {
    height: 70px;
  }

}

.game-button-copy {
  top: 300px;
  top: 25vw;
  font-size: 18px;
  font-size: 1.12rem;
  max-width: 310px;
  height: 70px;
}

@media only screen and (min-width: 63.94em) {

  .game-button-copy {
    top: 186px;
    top: 15.5vw;
  }

}

@media only screen and (min-width: 105em) {

  .game-button-copy {
    top: 140px;
    top: 11.67vw;
  }

}

.game-link {
  font-size: 16px;
  font-size: 1rem;
  top: 186px;
  top: 15.5vw;
  position: relative;
  margin: 0 0 10px 0;
  color: #767571;
  font-weight: 700;
}

@media only screen and (min-width: 63.94em) {

  .game-link {
    font-size: 32px;
    font-size: 2rem;
    margin: 0 0 30px 0;
  }

}

@media only screen and (min-width: 105em) {

  .game-link {
    top: 120px;
    top: 10vw;
  }

}

.game-megafriend {
  top: 200px;
  top: 16.67vw;
  position: absolute;
  right: 0;
  width: 50%;
}

.game-registration .game-megafriend {
  width: 40%;
}

.game-megafriend::before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  position: relative;
  padding: 175% 0 0;
}

@media only screen and (min-width: 63.94em) {

  .game-megafriend {
    top: 0;
    right: 10%;
    width: 37%;
  }

}

@media only screen and (min-width: 105em) {

  .game-megafriend {
    width: 30%;
  }

}

.game-megafriend__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.game-socials {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 63.94em) {

  .game-socials {
    right: 40px;
    bottom: 40px;
    left: 120px;
  }

}

.game-registration .game-socials {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.game-socials__item:not(:last-child) {
  margin-right: 20px;
}

.game-socials__icon-button {
  width: 30px;
  height: 30px;
  background-color: #9a9993;
}

@media only screen and (min-width: 63.94em) {

  .game-socials__icon-button {
    width: 48px;
    height: 48px;
  }

}

.game-socials__rules {
  font-size: 14px;
  font-size: 0.88rem;
  display: none;
  color: #767571;
  text-decoration: none;
}

.game-start .game-socials__rules {
  display: block;
}

@media (min-width: 1200px) and (max-height: 780px) {

  .game-start .game-socials__rules {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

}

@media only screen and (min-width: 63.94em) {

  .game-socials__rules {
    font-size: 24px;
    font-size: 1.5rem;
  }

}

.game-start .game-socials__rules--header {
  display: none;
}

@media (min-width: 1200px) and (max-height: 780px) {

  .game-start .game-socials__rules--header {
    position: absolute;
    top: 35px;
    right: 40px;
    display: block;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }

}

.game-socials__question {
  font-size: 10px;
  font-size: 0.62rem;
  display: none;
  color: #767571;
  font-weight: 700;
}

.game-taken .game-socials__question {
  display: block;
}

@media (min-width: 1200px) and (max-height: 780px) {

  .game-taken .game-socials__question {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

}

.game-socials__question a {
  display: block;
  text-decoration: none;
}

@media only screen and (min-width: 63.94em) {

  .game-socials__question {
    font-size: 24px;
    font-size: 1.5rem;
  }

}

.game-taken__phone {
  display: none;
}

@media (min-width: 1200px) and (max-height: 780px) {

  .game-taken .game-taken__phone {
    font-size: 18px;
    font-size: 1.12rem;
    position: absolute;
    top: 40px;
    right: 40px;
    display: block;
    text-decoration: none;
  }

}

.game-socials__button {
  display: none;
  min-width: 100px;
  max-width: 310px;
  height: 40px;
  border-radius: 185px;
}

.game-results .game-socials__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 63.94em) {

  .game-results .game-socials__button {
    font-size: 18px;
    font-size: 1.12rem;
  }

}

@media only screen and (min-width: 63.94em) {

  .game-socials__button {
    min-width: 330px;
    max-width: 310px;
    height: 70px;
  }

}

.game-field {
  position: relative;
  width: calc(100% - 60px);
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 63.94em) {

  .game-field {
    width: calc(100% - 340px);
  }

}

.game-gift {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 0;
  width: 14%;
}

.game-gift:before {
  display: block;
  content: "";
  position: relative;
  padding: 100% 0 0;
}

.game-gift-is-hidden {
  visibility: hidden;
}

.game-gift--caught {
  z-index: 1;
  width: 14%;
}

.game-gift--caught-1 {
  display: none;
}

.game-cart-has-caught-1 .game-gift--caught-1,
.game-cart-has-caught-2 .game-gift--caught-1,
.game-cart-has-caught-3 .game-gift--caught-1 {
  display: block;
}

.game-gift--caught-2 {
  display: none;
}

.game-cart-has-caught-2 .game-gift--caught-2,
.game-cart-has-caught-3 .game-gift--caught-2 {
  display: block;
}

.game-gift--caught-3 {
  display: none;
}

.game-cart-has-caught-3 .game-gift--caught-3 {
  display: block;
}

.game-arms__holder {
  position: absolute;
  top: 0;
  width: 14%;
}

.game-arms__holder::before {
  position: relative;
  padding: 80% 0 0;
  display: block;
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.game-arms {
  position: relative;
  padding: 75% 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.game-arms__image {
  position: absolute;
  top: -100%;
  left: -100%;
  width: 300%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.game-arms--show .game-arms__image {
  top: 0;
}

.game-phrase {
  top: 110px;
  top: 9.17vw;
  position: relative;
  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;
  width: 186%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.game-phrase--show {
  opacity: 1;
}

.game-phrase--left {
  left: -150%;
  background-image: url(/res/images/game/cloud-left.svg);
}

.game-phrase--right {
  right: -150%;
  background-image: url(/res/images/game/cloud-right.svg);
}

.game-phrase:before {
  display: block;
  content: "";
  position: relative;
  position: relative;
  padding: 88.24% 0 0;
}

.game-cart__holder {
  position: absolute;
  bottom: 0;
  z-index: 3;
  width: 25.8%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.game-cart__holder::before {
  position: relative;
  padding: 99.53% 0 0;
  display: block;
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (min-width: 63.94em) {

  .game-cart__holder {
    bottom: -100px;
  }

}

.game-cart__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.game-directions {
  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;
  margin-top: 50px;
  padding-bottom: 16px;
}

@media only screen and (min-width: 63.94em) {

  .game-directions {
    margin-top: 150px;
  }

}

.game-directions__arrow {
  width: 35px;
  height: 6px;
}

.game-directions__hand {
  width: 30px;
  height: 45px;
}

.game-results__gift {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 650px;
  height: auto;
}

.game-results__gift::before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  position: relative;
  padding: 100% 0 0;
}

@media only screen and (min-width: 63.94em) {

  .game-results__gift {
    width: 650px;
    height: 650px;
  }

}

@media only screen and (min-width: 105em) {

  .game-results__gift {
    right: 90px;
    width: 800px;
    max-width: 800px;
    height: auto;
  }

}

.game-results__gift-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.game-mega__cloud {
  top: 110px;
  top: 9.17vw;
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15.5%;
  background-image: url(/res/images/game/cloud-down.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.game-mega__cloud:before {
  display: block;
  content: "";
  position: relative;
  position: relative;
  padding: 88.24% 0 0;
}

@media only screen and (min-width: 63.94em) {

  .game-mega__cloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 200px;
  }

}

@media only screen and (min-width: 105em) {

  .game-mega__cloud {
    top: 70px;
    top: 5.83vw;
  }

}

.game-mega__cloud-text {
  font-size: 18px;
  font-size: 1.12rem;
  color: #eb9014;
  font-weight: 700;
  font-family: "Lively Headline", "Droid Serif", Cambria, Georgia, "Times New Roman", Times, serif;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.game-phrase .game-mega__cloud-text {
  opacity: 0;
}

.game-phrase--show .game-mega__cloud-text {
  opacity: 1;
}

@media only screen and (min-width: 63.94em) {

  .game-mega__cloud-text {
    font-size: 34px;
    font-size: 2.12rem;
  }

}

.game-description {
  font-size: 18px;
  font-size: 1.12rem;
  top: 186px;
  top: 15.5vw;
  position: relative;
  margin: 0 0 30px 0;
  color: #767571;
  font-weight: 700;
}

@media only screen and (min-width: 63.94em) {

  .game-description {
    font-size: 32px;
    font-size: 2rem;
  }

}

.game-results__title {
  bottom: 400px;
  bottom: 33.33vw;
  top: initial;
  display: block;
}

@media only screen and (min-width: 63.94em) {

  .game-results__title {
    bottom: 200px;
    bottom: 16.67vw;
  }

}

.game-results__description {
  bottom: 300px;
  bottom: 25vw;
  top: initial;
}

@media only screen and (min-width: 63.94em) {

  .game-results__description {
    bottom: 150px;
    bottom: 12.5vw;
  }

}

@media only screen and (min-width: 105em) {

  .game-results__description {
    margin: 0;
  }

}

@media only screen and (min-width: 105em) {

  .tx-cascadeDummy {
    margin: 0;
  }

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.5625), only screen and (min-resolution: 150dpi), only screen and (min-resolution: 1.5dppx) {

  .tx-cascadeDummy {
    margin: 0;
  }

}

@media only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min--moz-device-pixel-ratio: 2.5), only screen and (min-device-pixel-ratio: 2.5), only screen and (-webkit-min-device-pixel-ratio: 2.6041666666666665), only screen and (min-resolution: 250dpi), only screen and (min-resolution: 2.5dppx) {

  .tx-cascadeDummy {
    margin: 0;
  }

}

@media only screen and (min-width: 63.94em) {

  .tx-cascadeDummy {
    margin: 0;
  }

}

@media only screen and (min-width: 63.94em) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 63.94em) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 63.94em) and (min-device-pixel-ratio: 1.5), only screen and (min-width: 63.94em) and (-webkit-min-device-pixel-ratio: 1.5625), only screen and (min-width: 63.94em) and (min-resolution: 150dpi), only screen and (min-width: 63.94em) and (min-resolution: 1.5dppx) {

  .tx-cascadeDummy {
    margin: 0;
  }

}

@media only screen and (min-width: 63.94em) and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-width: 63.94em) and (min--moz-device-pixel-ratio: 2.5), only screen and (min-width: 63.94em) and (min-device-pixel-ratio: 2.5), only screen and (min-width: 63.94em) and (-webkit-min-device-pixel-ratio: 2.6041666666666665), only screen and (min-width: 63.94em) and (min-resolution: 250dpi), only screen and (min-width: 63.94em) and (min-resolution: 2.5dppx) {

  .tx-cascadeDummy {
    margin: 0;
  }

}

@media only screen and (min-width: 120.06em) {

  .tx-cascadeDummy {
    margin: 0;
  }

}

@media only screen and (min-width: 47.94em) {

  .tx-cascadeDummy {
    margin: 0;
  }

}

@media only screen and (min-width: 47.94em) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 47.94em) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 47.94em) and (min-device-pixel-ratio: 1.5), only screen and (min-width: 47.94em) and (-webkit-min-device-pixel-ratio: 1.5625), only screen and (min-width: 47.94em) and (min-resolution: 150dpi), only screen and (min-width: 47.94em) and (min-resolution: 1.5dppx) {

  .tx-cascadeDummy {
    margin: 0;
  }

}

@media only screen and (min-width: 47.94em) and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-width: 47.94em) and (min--moz-device-pixel-ratio: 2.5), only screen and (min-width: 47.94em) and (min-device-pixel-ratio: 2.5), only screen and (min-width: 47.94em) and (-webkit-min-device-pixel-ratio: 2.6041666666666665), only screen and (min-width: 47.94em) and (min-resolution: 250dpi), only screen and (min-width: 47.94em) and (min-resolution: 2.5dppx) {

  .tx-cascadeDummy {
    margin: 0;
  }

}

@media only screen and (min-width: 0.06em) {

  .tx-cascadeDummy {
    margin: 0;
  }

}

@media only screen and (min-width: 0.06em) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 0.06em) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 0.06em) and (min-device-pixel-ratio: 1.5), only screen and (min-width: 0.06em) and (-webkit-min-device-pixel-ratio: 1.5625), only screen and (min-width: 0.06em) and (min-resolution: 150dpi), only screen and (min-width: 0.06em) and (min-resolution: 1.5dppx) {

  .tx-cascadeDummy {
    margin: 0;
  }

}

@media only screen and (min-width: 0.06em) and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-width: 0.06em) and (min--moz-device-pixel-ratio: 2.5), only screen and (min-width: 0.06em) and (min-device-pixel-ratio: 2.5), only screen and (min-width: 0.06em) and (-webkit-min-device-pixel-ratio: 2.6041666666666665), only screen and (min-width: 0.06em) and (min-resolution: 250dpi), only screen and (min-width: 0.06em) and (min-resolution: 2.5dppx) {

  .tx-cascadeDummy {
    margin: 0;
  }

}

@media (pointer: coarse) {

  .tx-cascadeDummy {
    margin: 0;
  }

}
/*# sourceMappingURL=styles.css.map */
