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

a:hover {
  text-decoration: none;
}

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
}

ol, ul {
  list-style: none;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}
@font-face {
  font-family: "RobotoRegular";
  src: url(/fonts/RobotoRegular.eot?hash=11351705307);
  src: url(/fonts/RobotoRegular.eot?hash=11351705307?#iefix) format("embedded-opentype"), url(/fonts/RobotoRegular.woff?hash=11351705307) format("woff"), url(/fonts/RobotoRegular.ttf?hash=11351705307) format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "RobotoLight";
  src: url(/fonts/RobotoLight.eot?hash=11351705307);
  src: url(/fonts/RobotoLight.eot?hash=11351705307?#iefix) format("embedded-opentype"), url(/fonts/RobotoLight.woff?hash=11351705307) format("woff"), url(/fonts/RobotoLight.ttf?hash=11351705307) format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "RobotoMedium";
  src: url(/fonts/RobotoMedium.eot?hash=11351705307);
  src: url(/fonts/RobotoMedium.eot?hash=11351705307?#iefix) format("embedded-opentype"), url(/fonts/RobotoMedium.woff?hash=11351705307) format("woff"), url(/fonts/RobotoMedium.ttf?hash=11351705307) format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "RobotoBold";
  src: url(/fonts/RobotoBold.eot?hash=11351705307);
  src: url(/fonts/RobotoBold.eot?hash=11351705307?#iefix) format("embedded-opentype"), url(/fonts/RobotoBold.woff?hash=11351705307) format("woff"), url(/fonts/RobotoBold.ttf?hash=11351705307) format("truetype");
  font-style: normal;
  font-weight: normal;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/images/owl.video.play.png?hash=11351705307) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* Variables */
@supports (-webkit-appearance: -apple-pay-button) {
  button.apple-pay-button {
    display: inline-block;
    -webkit-appearance: -apple-pay-button;
  }
  button.apple-pay-button-black {
    -apple-pay-button-style: black;
  }
  button.apple-pay-button-white {
    -apple-pay-button-style: white;
  }
  button.apple-pay-button-white-with-line {
    -apple-pay-button-style: white-outline;
  }
}
@supports not (-webkit-appearance: -apple-pay-button) {
  button.apple-pay-button {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black;
  }
  button.apple-pay-button-black {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black;
  }
  button.apple-pay-button-white {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  button.apple-pay-button-white-with-line {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
    border: 0.5px solid black;
  }
}
input:-moz-placeholder,
select:-moz-placeholder {
  color: #C9C9C9;
}

input::-moz-placeholder,
select::-moz-placeholder {
  color: #C9C9C9;
  opacity: 1;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #C9C9C9;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #C9C9C9;
}

textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #C9C9C9;
}

textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #C9C9C9;
  opacity: 1;
}

textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #C9C9C9;
}

textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #C9C9C9;
}

.button {
  cursor: pointer;
  padding: 14px 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: #E41B47;
  background-position: center center;
  background-size: auto auto;
  background-repeat: no-repeat;
  border: none;
  font-size: 13px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.button:hover {
  background-color: rgb(205.2, 24.3, 63.9);
}
.button:active {
  color: #900006;
}
.button.width {
  width: 100%;
}
.button.salad {
  color: #758C0D;
  background-color: #cadf00;
}
.button.salad:hover {
  color: rgba(117, 140, 13, 0.7);
  background-color: rgb(178.9013452915, 197.5, 0);
}
.button.salad:active {
  color: rgba(117, 140, 13, 0.3);
}
.button.salad.no-effect:hover {
  color: #758C0D;
  background-color: #cadf00;
}
.button.salad.no-effect:active {
  color: #758C0D;
  background-color: #cadf00;
}
.button.disabled {
  color: #000;
  background-color: #eee;
}
.button.disabled:hover {
  color: #000;
  background-color: #eee;
}
.button.disabled:active {
  color: #000;
  background-color: #eee;
}
.button.disabled.no-effect:hover {
  color: #000;
  background-color: #eee;
}
.button.disabled.no-effect:active {
  color: #000;
  background-color: #eee;
}
.button.link {
  background-color: transparent;
  padding: 0;
  color: #E41B47;
}
.button.link:hover {
  background-color: transparent;
}
.button.link:hover:hover {
  color: rgb(205.2, 24.3, 63.9);
}
.button.link:hover:active {
  color: #900006;
}
.button.link.white {
  color: #fff;
}
.button.link.white:hover {
  color: #fff;
}
.button.link.white:active {
  color: #fff;
}
.button.link.salad {
  color: #cadf00;
}
.button.link.salad:hover {
  color: rgba(117, 140, 13, 0.7);
}
.button.link.salad:active {
  color: rgba(117, 140, 13, 0.3);
}
.button.link.gray {
  color: #C9C9C9;
}
.button.link.gray:hover {
  color: #000;
}
.button.link.gray:active {
  color: #C9C9C9;
}
.button.transparent {
  color: #E41B47;
  background-color: transparent;
  border: 1px solid #E41B47;
}
.button.transparent:hover {
  color: #fff;
  background-color: #E41B47;
}
.button.transparent.gray {
  border-color: #E8E8E8;
  color: #E8E8E8;
}
.button.transparent.gray:hover {
  color: #fff;
  border-color: #E41B47;
}
.button.transparent.gray:active {
  color: #900006;
}
.button.transparent.white {
  color: #fff;
  border-color: #fff;
}
.button.transparent.white:hover {
  color: #E41B47;
  background-color: #fff;
}
.button.transparent.white:active {
  color: #900006;
}
.button.transparent:active {
  color: #900006;
}
.button.quantity {
  color: #E41B47;
  padding: 0;
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid #E8E8E8;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.button.quantity.little {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
}
.button.quantity:hover {
  border-color: #E41B47;
  background-color: #E41B47;
  color: #fff;
}
.button.quantity:active {
  color: #900006;
}
.button.no-effect {
  cursor: default;
}
.button.no-effect:hover {
  background-color: #E41B47;
  color: #fff;
}
.button.no-effect:active {
  background-color: #E41B47;
  color: #fff;
}
.button.apple-pay-button {
  color: transparent !important;
  transition: all 0ms !important;
  background-size: 100% 60%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 0px;
  box-sizing: border-box;
  min-width: 200px;
  min-height: 36px;
  height: 44px;
  max-height: 64px;
  -webkit-appearance: -apple-pay-button;
}
.button.apple-pay-button:hover {
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-color: black;
}
.button.apple-pay-button:active {
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-color: black;
}

.switch {
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #E41B47;
  display: flex;
  background: transparent;
  justify-content: space-between;
}
@media only screen and (max-width: 359px) {
  .switch {
    flex-direction: column;
  }
}
.switch .select {
  padding: 14px 0;
  cursor: pointer;
  z-index: 2;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.switch .select.active {
  color: #fff;
}
.switch .select .select-size {
  padding: 15px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 359px) {
  .switch .select .select-size {
    width: 100%;
  }
}
@media only screen and (max-width: 359px) {
  .switch .select .select-size {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 359px) {
  .switch .select .select-size {
    flex-direction: initial;
  }
}
@media only screen and (max-width: 359px) {
  .switch .select .select-size {
    align-items: center;
  }
}
.switch .select .select-size .price {
  font-family: "RobotoMedium";
  font-size: 25px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 359px) {
  .switch .select .select-size .price {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 479px) {
  .switch .select .select-size .price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 359px) {
  .switch .select .select-size .price {
    font-size: 25px;
  }
}
.switch .accent {
  z-index: 1;
  background: #E41B47;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (max-width: 359px) {
  .switch .accent {
    width: 100%;
  }
}
@media only screen and (max-width: 359px) {
  .switch .accent {
    height: 50%;
  }
}
.switch[data-children="1"] .accent {
  width: 100%;
}
.switch[data-children="1"] .select {
  width: 100%;
}
.switch[data-children="2"] .accent {
  width: 50%;
}
@media only screen and (max-width: 359px) {
  .switch[data-children="2"] .accent {
    width: 100%;
  }
}
.switch[data-children="2"] .select {
  width: 50%;
}
@media only screen and (max-width: 359px) {
  .switch[data-children="2"] .select {
    width: 100%;
  }
}
.switch[data-children="2"][data-active="2"] .accent {
  left: 50%;
}
@media only screen and (max-width: 359px) {
  .switch[data-children="2"][data-active="2"] .accent {
    left: 0;
  }
}
@media only screen and (max-width: 359px) {
  .switch[data-children="2"][data-active="2"] .accent {
    top: 50%;
  }
}
.switch[data-children="3"] .accent {
  width: 33.33%;
}
.switch[data-children="3"] .select {
  width: 33.33%;
}
@media only screen and (max-width: 359px) {
  .switch[data-children="3"] .accent,
  .switch[data-children="3"] .select {
    width: 100%;
  }
}
@media only screen and (max-width: 359px) {
  .switch[data-children="3"] .accent,
  .switch[data-children="3"] .select {
    height: 33.3%;
  }
}
.switch[data-children="3"][data-active="2"] .accent {
  left: 33.3%;
}
@media only screen and (max-width: 359px) {
  .switch[data-children="3"][data-active="2"] .accent {
    left: 0;
  }
}
@media only screen and (max-width: 359px) {
  .switch[data-children="3"][data-active="2"] .accent {
    top: 33.3%;
  }
}
@media only screen and (max-width: 359px) {
  .switch[data-children="3"][data-active="2"] .accent {
    height: 33.3%;
  }
}
.switch[data-children="3"][data-active="3"] .accent {
  left: 66.8%;
}
@media only screen and (max-width: 359px) {
  .switch[data-children="3"][data-active="3"] .accent {
    left: 0;
  }
}
@media only screen and (max-width: 359px) {
  .switch[data-children="3"][data-active="3"] .accent {
    top: 67%;
  }
}
.switch[data-children="4"] .accent {
  width: 25%;
}
.switch[data-children="4"] .select {
  width: 25%;
}
.switch[data-children="4"][data-active="2"] .accent {
  left: 25%;
}
.switch[data-children="4"][data-active="3"] .accent {
  left: 50%;
}
.switch[data-children="4"][data-active="4"] .accent {
  left: 75%;
}
.switch[data-children="5"] .accent {
  width: 20%;
}
.switch[data-children="5"] .select {
  width: 20%;
}
.switch[data-children="5"][data-active="2"] .accent {
  left: 20%;
}
.switch[data-children="5"][data-active="3"] .accent {
  left: 40%;
}
.switch[data-children="5"][data-active="4"] .accent {
  left: 60%;
}
.switch[data-children="5"][data-active="5"] .accent {
  left: 80%;
}

.dropdown {
  cursor: pointer;
  background: #fff;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 13px;
  font-family: "RobotoRegular";
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.dropdown.disabled {
  cursor: default !important;
}
.dropdown.disabled .dropdown-list {
  display: none !important;
}
.dropdown.disabled .arrow {
  display: none !important;
}
.dropdown.show {
  z-index: 1000 !important;
}
.dropdown.visible {
  border-radius: 8px 8px 0 0;
  z-index: 2000;
}
.dropdown.visible .arrow {
  transform: rotate(180deg);
}
.dropdown .label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 35px 0 20px;
}
.dropdown .arrow {
  margin-top: 1px;
  width: 10px;
  position: absolute;
  right: 15px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.dropdown .dropdown-list {
  max-height: 222px;
  display: none;
  position: absolute;
  background: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  min-width: 100%;
  top: 100%;
  left: -1px;
  z-index: 10;
  border-radius: 0 0 8px 8px;
  border: 1px solid #E8E8E8;
}
.dropdown .dropdown-list .dropdown-list-element {
  padding: 12px 20px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.dropdown .dropdown-list .dropdown-list-element:hover {
  background: #E41B47;
  color: #fff;
}
.dropdown.multiple .dropdown-list-element.selected {
  background: #E41B47;
  color: #fff;
}
.dropdown.multiple .dropdown-list-element:hover {
  background: rgb(205.2, 24.3, 63.9);
  color: #fff;
}

input {
  min-height: 42px;
  font-family: "RobotoRegular";
  font-size: 13px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  padding: 0 20px;
  transition: all 0.5s;
}
input.valid {
  background: rgba(202, 223, 0, 0.4);
}
input.no-valid {
  background: rgba(228, 27, 71, 0.15);
}
input[disabled] {
  background: #E8E8E8;
}
input.hide {
  opacity: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 0;
  padding: 0;
  border: none;
  min-height: 0;
}

textarea {
  min-height: 100px;
  font-family: "RobotoRegular";
  font-size: 13px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #E8E8E8;
  padding: 10px 20px;
  min-width: calc(100% - 42px);
  max-width: calc(100% - 42px);
}

.line-form-input {
  display: flex;
  justify-content: space-between;
}
.line-form-input .form-input {
  padding-top: 0;
}

.tooltipster {
  min-height: 100px;
  left: 0;
  top: 100%;
  position: absolute;
  width: 100%;
  display: none;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 #ececec;
  transform: translate(0, -60px);
  z-index: 10000;
  transition: all 500ms, left 0ms;
  opacity: 0;
  margin-top: 20px;
}
.tooltipster:before {
  display: block;
  content: "";
  top: -30px;
  left: 180px;
  position: absolute;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
.tooltipster.active {
  display: flex;
}
.tooltipster.visible {
  opacity: 1;
  transform: translate(0, 0);
}
.tooltipster .tags-block {
  max-width: 100%;
  padding: 40px 40px 50px;
  display: flex;
  flex-wrap: wrap;
}
.tooltipster .tags-block .tag {
  cursor: pointer;
  font-family: "RobotoRegular";
  text-transform: lowercase;
  margin-bottom: 20px;
  transition: all 0.5s;
  font-size: 17px;
  width: 25%;
}
@media only screen and (max-width: 629px) {
  .tooltipster .tags-block .tag {
    width: 33%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltipster .tags-block .tag {
    width: 50%;
  }
}
.tooltipster .tags-block .tag:hover {
  color: #E41B47;
}
.tooltipster .tags-block .tag.active {
  color: #E41B47;
}
.tooltipster .reset {
  cursor: pointer;
  opacity: 0.5;
  font-size: 17px;
  font-family: "RobotoRegular";
  text-transform: lowercase;
  transition: all 0.5s;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.tooltipster .reset:hover {
  opacity: 1;
}

.form-input {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}
.form-input.label label {
  font-size: 25px;
  margin-bottom: 15px;
}
.form-input.flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.form-input.flex[data-address=city] {
  padding-bottom: 7px;
}
.form-input.flex[data-address=city] .input-wrap {
  width: 100%;
}
.form-input.flex[data-address=city] input {
  width: 100%;
}
.form-input.flex[data-address=street] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.form-input.flex[data-address=street] .input-wrap {
  margin: 0 6px;
}
.form-input.flex[data-address=street] .input-wrap:first-child {
  width: 82%;
  margin-left: 0;
}
.form-input.flex[data-address=street] .input-wrap:last-child {
  width: 23%;
  margin-right: 0;
}
.form-input.flex[data-address=street] input {
  width: 100%;
}
.form-input.flex[data-address=house] {
  padding-top: 7px;
}
.form-input.flex[data-address=house] input {
  width: 100%;
  margin: 0 6px;
}
.form-input.flex[data-address=house] input:nth-child(2) {
  width: 50%;
}
.form-input.flex[data-address=house] input:first-of-type {
  margin-left: 0;
}
.form-input.flex[data-address=house] input:last-of-type {
  margin-right: 0;
}
.form-input.bonus-code {
  display: flex;
  max-width: 300%;
  width: 100%;
  flex-direction: inherit;
}
.form-input.bonus-code input {
  width: 200px;
  box-sizing: border-box;
  border-radius: 8px 0 0px 8px;
}
.form-input.bonus-code .button {
  max-width: 100px;
  box-sizing: border-box;
  border-radius: 0 8px 8px 0;
}
.form-input.merged {
  width: 100%;
  flex-direction: row;
  align-items: initial;
}
@media only screen and (max-width: 479px) {
  .form-input.merged {
    flex-wrap: wrap;
  }
}
.form-input.merged input {
  letter-spacing: 0.2px;
  width: 100%;
  position: relative;
  z-index: 5;
  padding-right: 25px;
}
.form-input.merged .button {
  white-space: nowrap;
  position: relative;
  z-index: 10;
  margin-left: -10px;
  border-radius: 0 8px 8px 0;
}
@media only screen and (max-width: 479px) {
  .form-input.merged .button {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .form-input.merged .button {
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 479px) {
  .form-input.merged .button {
    border-radius: 8px;
  }
}
.form-input.radio {
  flex-direction: row;
  align-items: center;
}
.form-input.radio.column {
  flex-direction: column;
  align-items: flex-start;
}
.form-input.radio.column .radio {
  margin: 10px 0;
}
.form-input.radio.column .radio:first-child {
  margin-top: 0;
}
.form-input.radio.column .radio:last-child {
  margin-bottom: 0;
}
.form-input.radio.column .radio label {
  margin-bottom: 0px;
}
.form-input.radio label {
  margin-bottom: 0;
  margin-right: 30px;
}
.form-input.radio .radio {
  margin: 0 10px;
}
.form-input.radio .radio:first-child {
  margin-left: 0;
}
.form-input.radio .radio:last-child {
  margin-right: 0;
}
.form-input.radio .radio label {
  margin-right: 0px;
}
.form-input .checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  font-size: 13px;
  line-height: 1.5;
}
.form-input .checkbox label {
  margin-bottom: 0;
  font-family: "RobotoRegular";
}
.form-input .checkbox input {
  opacity: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.form-input .checkbox .checkbox-element {
  cursor: pointer;
  position: relative;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  margin-right: 10px;
  border-radius: 3px;
  border: 1px solid #E41B47;
  background: transparent;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.form-input .checkbox .checkbox-element:after {
  content: "";
  display: block;
  left: 20%;
  top: 25%;
  width: 60%;
  height: 60%;
  position: absolute;
  background-image: url(/images/checkbox.png);
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.form-input .checkbox input:checked + .checkbox-element {
  opacity: 1;
  background: #E41B47;
}
.form-input .checkbox input:checked + .checkbox-element:after {
  opacity: 1;
}
.form-input .radio {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.form-input .radio input:checked + .radio-element:after {
  opacity: 1;
}
.form-input .radio input {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  display: contents;
}
.form-input .radio .radio-element {
  cursor: pointer;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  background: transparent;
  position: relative;
  border: 1px solid #E41B47;
  margin-right: 8px;
}
.form-input .radio .radio-element:after {
  content: "";
  position: absolute;
  display: block;
  opacity: 0;
  background: #E41B47;
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.form-input label {
  cursor: pointer;
  font-family: "RobotoRegular";
  font-size: 13px;
  margin-bottom: 10px;
}
.form-input:first-of-type {
  padding-top: 0;
}
.form-input:last-of-type {
  padding-bottom: 0;
}

#bonuses-slider {
  border-radius: 100px;
  background: #ececec;
  position: relative;
  margin-top: 20px;
  border: none;
  height: 5px;
}
#bonuses-slider .noUi-base {
  cursor: pointer;
}
#bonuses-slider .noUi-connect {
  background: #cadf00;
}
#bonuses-slider .noUi-handle {
  cursor: pointer;
  border-radius: 100px;
  border: 3px solid #cadf00;
  background: #fff;
  height: 26px;
  width: 26px;
  top: -11px;
}
#bonuses-slider .noUi-handle .noUi-tooltip {
  display: none;
}
#bonuses-slider .noUi-handle:after {
  display: none;
}
#bonuses-slider .noUi-handle:before {
  display: none;
}

.button-video {
  width: 55px;
  height: 43px;
  background: url(/images/youtube-red.svg?hash=11351705307) no-repeat center;
  display: flex;
  cursor: pointer;
  margin-left: 10px;
}
.button-video:hover {
  opacity: 0.7;
}
@-webkit-keyframes notificationPulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes notificationPulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.notificationPulse {
  -webkit-animation: notificationPulse 0.5s; /* Safari 4+ */
  -moz-animation: notificationPulse 0.5s; /* Fx 5+ */
  -o-animation: notificationPulse 0.5s; /* Opera 12+ */
  animation: notificationPulse 0.5s; /* IE 10+, Fx 29+ */
}

.mobile-notification {
  left: 0;
  width: 100%;
  top: -200px;
  z-index: 9999999;
  display: flex;
  position: fixed;
  align-items: center;
  background: #dadada;
  box-sizing: border-box;
  justify-content: center;
  padding: 15px 20px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-notification .notification-content {
  width: 100%;
  display: flex;
  align-items: center;
}
.mobile-notification .notification-content .icon {
  width: 50px;
  height: 50px;
  background: url(/images/reject-icon.png?hash=11351705307) center no-repeat;
  background-size: 98%;
  margin-right: 10px;
}
.mobile-notification .notification-content .text {
  display: 14px;
  color: #000;
  text-align: center;
  width: 80%;
}
.mobile-notification.active {
  top: 0px;
}
.mobile-notification.error, .mobile-notification.warning {
  background: #dadada;
}
.mobile-notification.error .icon, .mobile-notification.warning .icon {
  background: url(/images/reject-icon.png?hash=11351705307) center no-repeat;
  background-size: 98%;
}
.mobile-notification.success .icon {
  background: url(/images/success-icon.png?hash=11351705307) center no-repeat;
  background-size: 98%;
}

.notification {
  border: 2px solid #ccc;
  width: 400px;
  position: fixed;
  box-sizing: border-box;
  bottom: 0px;
  right: 20px;
  min-height: 110px;
  background: #fff;
  padding-right: 50px;
  display: flex;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1254901961);
  border-radius: 20px;
  overflow: hidden;
  z-index: 9999999;
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(20px);
}
.notification.animated {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.3s;
}
.notification.fade {
  opacity: 0;
  right: -400px;
}
.notification .notification-type {
  width: 100px;
  min-width: 100px;
  left: 0;
  display: flex;
  top: 0;
  align-items: center;
}
.notification .notification-type img {
  max-width: 60%;
  margin: 0 auto;
}
.notification .notification-type .text {
  margin: 0;
}
.notification .notification-type.error {
  background: #E41B47;
}
.notification .notification-type.warning {
  background: #cadf00;
}
.notification .notification-type.success {
  background: #449512;
}
.notification .notification-content {
  font-family: "RobotoRegular";
  align-items: center;
  display: flex;
  margin-left: 20px;
  font-size: 13px;
  line-height: 1.5;
  padding: 40px 0;
}
.notification .notification-content .close {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 14px;
  height: 14px;
  background-image: url(/images/close-item.png?hash=11351705307);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.notification .notification-content .close:hover {
  background-image: url(/images/close-accent.png?hash=11351705307);
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* Offset direction
 */
html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/images/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/images/blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
  display: none;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@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) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/images/fancybox_sprite@2x.png");
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("/images/fancybox_loading@2x.gif");
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
.suggestions-nowrap {
  white-space: nowrap;
}

.suggestions-input {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.suggestions-input::-ms-clear {
  display: none;
}

.suggestions-wrapper {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  min-height: 1px;
  -webkit-text-size-adjust: 100%;
}

.suggestions-addon {
  display: none;
  opacity: 0;
  position: absolute;
}

.suggestions-addon[data-addon-type=spinner] {
  background: rgba(255, 255, 255, 0.75) url(data:image/gif;base64,R0lGODlhEAAQAKUAABwaHIyOjMzKzOTm5LSytFxaXHR2dJyenNza3PT29Ly+vISGhERGRJSWlNTS1Ozu7Ly6vGRmZHx+fKSmpOTi5Pz+/MTGxDQyNJSSlMzOzOzq7LS2tHx6fNze3Pz6/MTCxIyKjExKTJyanNTW1PTy9GxqbKyqrP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAnACwAAAAAEAAQAAAGk8CTcHgSHYjIU8dAOoFApwfDkfQYJqcFdBFKECleS4mCaSAum1MiIwQFHBWTRtgJxC8XYYIggSQlABwPRAODSB0jQxYKEB9JQiUFBQaLCo6PEZIGQyReSCRNQx4ZBIlIDgQOHkIQEBQVI54kIxUUG35RqxQEJBkOJAQDJx6GQh4biQJsGRCrSA/NJ8rDG8WPI6ZIQQAh+QQJCQArACwAAAAAEAAQAIUEAgSEgoTEwsTk4uSkoqRERkRkYmTU0tT08vSUlpS0srRsbmwcHhyMiozMyszs6uysqqxcXlzc2tz8+vxMTkycnpy8urx0dnQcGhyEhoTExsTk5uSkpqRMSkxsamzU1tT09vScmpy0trR0cnQ0MjSMjozMzszs7uysrqzc3tz8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGk8CVcLiCoIjI1aAEWoVCq1NEkpw0RKsENGFoDh+TlSmwIXAGHcEKdBASCB+V5SQcVFSKQkcIEoQ0SSUkGQhEJ4VIAylDHyYObUkrFx4eAR8OJpBJk5VDCF5EEporEyYKH0kjAAt0KxYWAyofXghxBBgMQidhAwoImQgKAysIgEMTIqiYYhZhSCfNK8vIrZErH6hJQQAh+QQJCQAkACwAAAAAEAAQAIUEAgSEhoTExsTk5uRMTkykpqTU1tRsamz09vS0trR0dnScmpzMzszs7uzc3tw0MjRcXly0srT8/vy8vrx8fnwcGhyUkpTMyszs6uysqqzc2tx0cnT8+vy8urx8enykoqTU0tT08vTk4uRkZmT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkECScEhKdIhI0qCAIGUypJDCkeR8BE7oR8EhNrqaRSMSEY0uJIRB2OmIJIKQcJCRTCAQIYeRWCMXBAtyQyFNSCIiQwYMFyBJQgEeHhYGFwyOjwEKk4SGRA5+egwRoUMUFR4NbG4SBoYaGxIZDw9CXyQiESGXDAAFaQxEHH0kliQHFZ5DDR1dxhgVWI9CBqVDQQAh+QQJCQAmACwAAAAAEAAQAIUcGhyMjozMysxUVlTk5uSsrqx0cnT09vS8vrzc3tyEgoScnpxERkTU0tTs7uy0trRkZmR8fnz8/vzExsSMioykpqQ0MjSUlpTMzsxcWlzs6uy0srR0dnT8+vzEwsTk4uSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGjkCTcGiaCIhIk4PUMZEQphHlk+w8Gk7oJtAcOpqEzQgxIUSwh4SQRPpIRAehhiSZcDjCDuYhSpYgJSNEI3FIGlRCIhgCWEkmFxQUCyICGI1JkCALQ4RJH2pDeht9SBQWIIJObW+FCQoSDyEMQl8mH2IQECIABSYHlyZWfQMZJhwWhURLTcRKFhiOQwZ4SUEAIfkECQkAKQAsAAAAABAAEACFBAIEhIKExMLE5OLkREZEpKKkZGZk1NLU9PL0tLK0dHZ0XF5cnJqczMrM7OrsbG5s3Nrc/Pr8vLq8NDI0jI6MTE5MrK6sHBochIaExMbE5ObkTEpMpKakbGps1NbU9Pb0tLa0fH58ZGJkzM7M7O7sdHJ03N7c/P78vL68////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpDAlHCY8niIyBRJEkk1RqlPwZGMgA5OqIDTHJKamgRidHAwjpGBUCIZnDwfISlzOlAowsgIdERKQglxQwiCRA5UQh4jDVhJKQUMDBYeT41JkJKDhUMDJkR6CX1EDBUMCGttJyWeKQMUJygLInJNBQAHJQoQEyApEaIpCBcPKQYdKRgbm0IZF1TGSgSWjiEBjkEAIfkECQkAJgAsAAAAABAAEACFBAIEhIKExMLE5OLkpKKkTE5M1NLU9PL0lJKUZGZktLK0zMrM7Ors3Nrc/Pr8nJqcdHZ0NDI0jI6MrKqsXF5cHBochIaExMbE5ObkpKak1NbU9Pb0lJaUbGpsvLq8zM7M7O7s3N7c/P78nJ6cfHp8ZGJk////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpRAk3Bo0miISBPI4zAtPiaHB5SUGpzQD5MIaoYUh48BpMBEzSaPByPSbIQHjahByAgdH8UReXkI3kMHgEQHVEIaHwtXSSYKExMeGk+LSQoZkEMGDUkYaEIMHQAQSRMJGQdCFRUZDgEhQhgjIgsQoyYXbxMVGhYWAwUCJhuvQxsRoxAkJgglg0MLEVTJShSbjEISCIxBACH5BAkJACkALAAAAAAQABAAhRwaHIyOjMzKzFxaXKyurOTm5HR2dJyenLy+vPT29Nze3DQ2NISChJSWlNTS1GxqbLS2tOzu7KyqrMTGxPz+/ERGRIyKjDQyNJSSlMzOzGRmZLSytOzq7Hx6fKSipMTCxPz6/OTi5ISGhJyanNTW1HRydLy6vPTy9ExKTP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTwJRwmCKRiMhUxARKCTIpkCmSBEEcTmiGSYw0C5tTxnHahKLUlMkUopASwhOJEoKYhKAM5Ih0XJtDJ3BIJydDJQMDD0lCHwgmE4gDGowpjggTQyQKSREFXR0ADEkQDBuDFxcSFAFnKRyrDhYBQgJwGwsKGA0hGgIpCa5CCRUWKSLGHgaARA4VhsgpJwaclSkjB4xBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTGxKSipOTm5ERGRLSytGxqbJSSlNTW1PT29IyKjMzOzKyqrOzu7FxeXLy6vHR2dDQyNExOTJyanOTi5Pz+/Hx+fBwaHISGhMzKzKSmpOzq7ExKTLS2tNza3Pz6/IyOjNTS1KyurPTy9Ly+vHx6fJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTQJRwiEokiEiUAwJCaRgoEMSRBHlETiiDSRQoUBUDiSEiGSpRKgqD2VgSXxQpYal4IELOARBJiq5NQyIfSSQkQwEHB31JKCIMGgkXiox+kEdCH2hIDmpCDhkSCEkCFF5CHR0eFicEnxAWHwMbQiJfJRMVAwMEF1ggrkMKDxQoCCcoBiGBRAkPhxTFCgubjSgNI41BACH5BAkJACoALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSWlHRydCwuLMzKzOzq7KyqrNza3Pz6/Ly6vIyOjFxeXJyenHx6fBwaHISGhMTGxOTm5KSmpNTW1PT29LS2tGxubJyanHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vGRiZP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaRQJVwqOJwiEhV5uJQNUaqiISUPFw+TuhIEiE2OioCwDAyHBCDKFXFEJVOC5PwwDkNPBIhyXIJJA0eBl1DHHJIBwdDExYWGElCZA0ciyGOjwZPR0ImGlWJQwcKBRVJHAiCQhQpKCcPTSokDXZ4QhxdGQkaCAgkIBBqRB0LGyoPDyooG4NEJiGJxiodG6+PKrRJQQAh+QQJCQAnACwAAAAAEAAQAIUcGhyMjozMyszk5uRUVlSsrqx0cnTc2tz09vS8vryEgoScnpxERkTU0tTs7uy0trRkZmR8enzk4uT8/vzExsSMioykpqQ0MjSUlpTMzszs6uxcWly0srR0dnTc3tz8+vzEwsSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkMCTcHgydIjIk+DiOBE2p0+piURcIk5opvQhNhAnE2AEgZA4gyiVIXpMFB4hYjSRlEpCR+gSSDY4GV1DBxJJCCRDCxUVGElCDRkCI4qMjicNAhkjQxIaSSRUQiQWEAVJIxwNgh0GAhNTonQSD3gnHmAZCgMgIA4chROhURUPJyUJl1xJEhVgxycIsJYnFAKOQQAh+QQJCQApACwAAAAAEAAQAIUEAgSEgoTExsTk5uRERkSkoqRkZmTU1tSUlpT09vS0srRcXlx0dnSMiozMzszs7uzc3tw0NjRMTkysqqx0cnScnpz8/vy8urwcGhyEhoTMyszs6uxMSkykpqRsamzc2tycmpz8+vxkYmR8fnyMjozU0tT08vTk4uS8vrz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGj8CUcJgKBIjIVIlgShk8qQ1GkEwQGk6oAZMgHkIpReRDYZQAnZTlIVyIUBbSSfhhWE6Xi9CE4FSSJQoOYEMQA0kmXUITICBpSUoOGgeMjpBKGg4HQwNsSCaeQgkKAXpIgSWEDSQOFhqeJgd3eUInYB8gDyUlDwqHIaEpIRVUGhopDheERAMdYJnCF8GAm0lBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSSlHRydBweHMzKzOzq7KyqrNza3Pz6/IyOjLy6vJyanHx6fBwaHISGhMTGxOTm5KSmpFxeXNTW1PT29GxubHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaWQJRwiJIoiEgUZ3NAfSooESiU7GwoTugH1CGSIqhJYRC4cCwj1KEhXHwaJUpGSAqUCBaG8EBIPJILAB4ORAOESBwcQxMPDwhJQiGSHAgjGo+QBiENikIiTUgHoEIdAhQYSZQGYCgEGhAlHF1qHCUDExNCDl0DCAchBgcIcxEiRCUTBigNVCETrEQiE12bKBETxpBCiZBBADs=) 50% 50% no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.suggestions-addon[data-addon-type=clear] {
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=) 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8;
}

.suggestions-addon[data-addon-type=clear]:hover {
  opacity: 1;
}

.suggestions-suggestions {
  background: #fff;
  border: 1px solid #999;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  z-index: 9999;
  -webkit-text-size-adjust: 100%;
}

.suggestions-suggestions strong {
  font-weight: 400;
  color: #39f;
}

.suggestions-suggestions.suggestions-mobile {
  border-style: none;
}

.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
  border-bottom: 1px solid #ddd;
}

.suggestions-suggestion {
  padding: 4px 4px;
  overflow: hidden;
}

.suggestions-suggestion:hover {
  background: #f7f7f7;
}

.suggestions-selected {
  background: #f0f0f0;
}

.suggestions-selected:hover {
  background: #f0f0f0;
}

.suggestions-hint {
  padding: 4px 4px;
  white-space: nowrap;
  overflow: hidden;
  color: #777;
  font-size: 85%;
}

.suggestions-constraints {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
}

.suggestions-constraints:empty {
  display: none !important;
}

.suggestions-constraints li {
  background: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: default;
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0 0.5em;
}

.suggestions-constraints li .suggestions-remove {
  height: 1em;
  width: 1em;
  display: inline-block;
  margin: 0 0 0 0.25em;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=) 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8;
}

.suggestions-constraints li .suggestions-remove:hover {
  opacity: 1;
}

.suggestions-constraints li span {
  vertical-align: middle;
}

.suggestions-subtext {
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.suggestions-subtext_inline {
  display: inline-block;
  min-width: 6em;
  vertical-align: bottom;
  margin: 0 0.5em 0 0;
}

.suggestions-subtext-delimiter {
  display: inline-block;
  width: 2px;
}

.suggestions-subtext_label {
  margin: 0 0 0 0.25em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 3px;
  background: #f5f5f5;
  font-size: 85%;
}

.suggestions-value[data-suggestion-status=LIQUIDATED] {
  position: relative;
}

.suggestions-value[data-suggestion-status=LIQUIDATED]:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  content: "";
}

.suggestions-constraints {
  display: none !important;
}

.suggestions-suggestions {
  line-height: 1.5;
  font-size: 15px;
}
.suggestions-suggestions strong {
  color: #E41B47;
}

.suggestions-addon[data-addon-type=clear] {
  display: none !important;
}
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: #4EB5E6;
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef;
}

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}

.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--years {
  height: 170px;
}

.datepicker--cells-years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 479px) {
  .datepickers-container {
    display: none;
  }
}

@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100;
}

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}

.-only-timepicker- .datepicker--content {
  display: none;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px;
}

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px;
}

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 5px);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 5px);
}

.datepicker--body {
  display: none;
}

.datepicker--body.active {
  display: block;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker--nav-action:hover {
  background: #f0f0f0;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title:hover {
  background: #f0f0f0;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: "";
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type=range] {
  background: none;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:focus {
  outline: none;
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  margin-top: -6px;
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: transparent;
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: transparent;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: "";
  background: currentColor;
  position: absolute;
}

.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

.datepickers-container {
  z-index: 1000000000;
}

.datepicker--time-row input {
  border: none;
}
.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute;
}

.tooltipster-box {
  flex: 1 1 auto;
}

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 0.4s;
}

@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 0.6s;
}

@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 0.6s;
}

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
  border: none;
  background: #1b1b1b;
  background: rgba(10, 10, 10, 0.9);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
  height: 8px;
  margin-left: -8px;
  width: 16px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow {
  height: 16px;
  margin-left: 0;
  margin-top: -8px;
  width: 8px;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background {
  display: none;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border {
  border: 8px solid transparent;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #1b1b1b;
  border-bottom-color: rgba(10, 10, 10, 0.9);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #1b1b1b;
  border-left-color: rgba(10, 10, 10, 0.9);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #1b1b1b;
  border-right-color: rgba(10, 10, 10, 0.9);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #1b1b1b;
  border-top-color: rgba(10, 10, 10, 0.9);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped {
  left: -8px;
}
/* Variables */
#recoveryCaptcha {
  margin-bottom: 30px;
}
#recoveryCaptcha .grecaptcha-badge {
  position: relative !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}
#recoveryCaptcha .grecaptcha-badge:hover {
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.modal {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
}
.modal .content-scroll {
  overflow-y: scroll;
  width: 100%;
  height: calc(100% - 120px);
  max-height: calc(100% - 120px);
  padding: 60px 0;
}
.modal .content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 740px;
  margin: 0 auto;
  padding: 30px 30px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  transform: translate(0, -10vh);
  opacity: 0;
  border-radius: 8px;
  background: #fff;
}
@media only screen and (max-width: 629px) {
  .modal .content {
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 359px) {
  .modal .content {
    width: 90%;
  }
}
.modal .content .close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  background-image: url(/images/close-item.png?hash=11351705307);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}
.modal .content .close:hover {
  background-image: url(/images/close-accent.png?hash=11351705307);
}
.modal .content .modal-title {
  margin-bottom: 20px;
  font-family: "RobotoMedium";
  font-size: 19px;
}
.modal .content .modal-title.center {
  margin: 0 auto 20px;
  text-align: center;
}
.modal .content .modal-title.coupon-warn {
  color: #E41B47;
  font-weight: 800;
}
.modal .content .question-modal-block {
  font-size: 15px;
  line-height: 1.5;
}
.modal .content .question-modal-block p {
  margin: 20px 0;
}
.modal .content .question-modal-block p:last-child {
  margin-bottom: 0;
}
.modal .fade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  background: #000;
}
.modal.active {
  display: flex;
}
.modal.visible .fade {
  opacity: 0.75;
}
.modal.visible .content {
  transform: translate(0, 0);
  opacity: 1;
}
.modal[data-modal=missingItems] .content-scroll {
  display: flex;
  align-items: center;
}
.modal[data-modal=missingItems] .content-scroll .missing-items {
  text-align: center;
  font-family: "RobotoMedium";
  font-size: 19px;
  line-height: 1.5;
}
.modal[data-modal=missingItems] .content-scroll .missing-items .restaurant-name,
.modal[data-modal=missingItems] .content-scroll .missing-items .items-names {
  display: inline;
}
.modal[data-modal=self-delivery-errors-products] .content-scroll {
  display: flex;
  align-items: center;
}
.modal[data-modal=self-delivery-errors-products] .content-scroll .self-delivery-errors-products {
  text-align: center;
  font-family: "RobotoMedium";
  font-size: 19px;
  line-height: 1.5;
}
.modal[data-modal=editUserPhoneEmail] .content {
  max-width: 360px;
  text-align: center;
}
.modal[data-modal=editUserPhoneEmail] .content-scroll {
  display: flex;
  align-items: center;
}
.modal[data-modal=editUserPhoneEmail] .content form {
  display: flex;
  flex-direction: column;
}
.modal[data-modal=editUserPhoneEmail] .content form .button {
  margin-top: 20px;
}
.modal[data-modal=order-restaurant-close] .content-scroll, .modal[data-modal=order-delivery-zone-error] .content-scroll {
  display: flex;
  align-items: center;
}
.modal[data-modal=order-restaurant-close] .error-content, .modal[data-modal=order-delivery-zone-error] .error-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.modal[data-modal=order-restaurant-close] p, .modal[data-modal=order-delivery-zone-error] p {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}
.modal[data-modal=order-restaurant-close] .button, .modal[data-modal=order-delivery-zone-error] .button {
  width: 200px;
  margin-top: 20px;
}
.modal[data-modal=couponWarning] .content {
  max-width: 550px;
}
.modal[data-modal=couponWarning] .content-scroll {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal[data-modal=couponWarning] .coupon-warn {
  text-align: center;
}
.modal[data-modal=couponWarning] p {
  line-height: 1.35;
}
.modal[data-modal=couponWarning] p + p {
  margin-top: 1em;
}
.modal[data-modal=largeBanner] .content-scroll {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal[data-modal=largeBanner] .content {
  width: 600px;
  height: auto;
  padding: 0;
  background: transparent;
}
.modal[data-modal=largeBanner] .content .close {
  top: 22px;
  right: 22px;
  width: 20px;
  height: 20px;
  opacity: 0;
}
.modal[data-modal=largeBanner] .content img {
  width: 100%;
  border-radius: 20px;
  object-fit: contain;
}
.modal[data-modal=order-time-warning] .content-scroll {
  height: auto;
}
.modal[data-modal=order-time-warning] .content {
  width: 90%;
  max-width: 500px;
}
.modal[data-modal=order-time-warning] p {
  text-align: center;
  font-size: 18px;
}
.modal[data-modal=order-time-warning] .buttons-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
}
.modal[data-modal=order-time-warning] .buttons-block .cancel {
  margin-left: 40px;
}
@media (max-width: 682px) {
  .modal[data-modal=order-time-warning] .buttons-block {
    flex-direction: column;
  }
  .modal[data-modal=order-time-warning] .buttons-block .button {
    width: 100%;
    margin-left: 0;
  }
  .modal[data-modal=order-time-warning] .buttons-block .cancel {
    margin-top: 20px;
  }
}
.modal[data-modal=delivery-time-warning] .content-scroll {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal[data-modal=delivery-time-warning] .content {
  width: 90%;
  max-width: 500px;
  text-align: center;
}
.modal[data-modal=delivery-time-warning] .delivery-time-warning h3 {
  margin-bottom: 20px;
  font-family: "RobotoMedium";
  font-size: 19px;
  color: #E41B47;
}
.modal[data-modal=delivery-time-warning] .delivery-time-warning p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.4;
}
.modal[data-modal=delivery-time-warning] .delivery-time-warning p:last-of-type {
  margin-bottom: 25px;
}
.modal[data-modal=delivery-time-warning] .delivery-time-warning .delivery-time {
  font-weight: bold;
  color: #E41B47;
}
.modal[data-modal=delivery-time-warning] .buttons-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.modal[data-modal=delivery-time-warning] .buttons-block .button {
  min-width: 150px;
}
.modal[data-modal=delivery-time-warning] .buttons-block .button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #ccc !important;
  color: #666 !important;
}
.modal[data-modal=delivery-time-warning] .buttons-block .button.salad {
  color: #3C3C3C !important;
}
.modal[data-modal=delivery-time-warning] .buttons-block .button.salad:disabled {
  color: #666 !important;
}
.modal[data-modal=delivery-time-warning] .buttons-block .button.transparent:disabled {
  background-color: transparent !important;
  color: #ccc !important;
  border-color: #ccc !important;
}
@media (max-width: 682px) {
  .modal[data-modal=delivery-time-warning] .buttons-block {
    flex-direction: column;
    gap: 10px;
  }
  .modal[data-modal=delivery-time-warning] .buttons-block .button {
    width: 100%;
  }
}
.modal[data-modal=order-save] .content {
  max-width: 500px;
}
.modal[data-modal=order-save] p {
  margin: 0 auto 30px;
  padding: 0 50px;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}
.modal[data-modal=order-save] form {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 300px;
  margin: 0 auto;
  justify-items: center;
}
.modal[data-modal=order-save] form input {
  width: calc(100% - 40px);
}
.modal[data-modal=order-save] form .suggestion {
  margin: 15px 0 25px;
  opacity: 0.5;
}
.modal[data-modal=order-time] .pickers {
  display: flex;
}
.modal[data-modal=order-time] .pickers input {
  width: 100%;
  margin: 0 10px;
}
.modal[data-modal=order-time] .pickers input:first-child {
  margin-left: 0;
}
.modal[data-modal=order-time] .pickers input:last-child {
  width: 50%;
  margin-right: 0;
}
.modal[data-modal=order-time] .buttons-block {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.modal[data-modal=select-address] .button {
  margin-top: 30px;
}
.modal[data-modal=one-click] .products {
  margin-top: 20px;
}
.modal[data-modal=one-click] .products .item {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
}
.modal[data-modal=one-click] .products .item:first-child {
  margin-top: 0;
}
.modal[data-modal=one-click] .products .item:last-child {
  margin-bottom: 0;
}
.modal[data-modal=one-click] .products .item .removed {
  margin-top: 10px;
}
.modal[data-modal=one-click] .products .item .compulsory {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 19px;
}
@media only screen and (max-width: 629px) {
  .modal[data-modal=one-click] .products .item .compulsory {
    flex-wrap: wrap;
  }
}
.modal[data-modal=one-click] .products .item .compulsory > div {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  .modal[data-modal=one-click] .products .item .compulsory > div {
    margin-top: 20px;
  }
}
.modal[data-modal=one-click] .products .item .compulsory .image {
  width: 120px;
  margin-right: 20px;
}
.modal[data-modal=one-click] .products .item .compulsory .image img {
  width: 100%;
}
.modal[data-modal=one-click] .products .item .all-modifiers {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  padding-left: 120px;
}
@media only screen and (max-width: 629px) {
  .modal[data-modal=one-click] .products .item .all-modifiers {
    padding-left: 0;
  }
}
.modal[data-modal=one-click] .products .item .all-modifiers > div {
  margin: 5px 0;
}
.modal[data-modal=one-click] .products .item .all-modifiers > div:first-child {
  margin-top: 0;
}
.modal[data-modal=one-click] .products .item .all-modifiers > div:last-child {
  margin-bottom: 0;
}
.modal[data-modal=one-click] .products .item .all-modifiers .optional-modifiers .modifier {
  display: inline-flex;
  align-items: center;
  width: 25%;
  margin: 0 45px 20px 0;
}
.modal[data-modal=one-click] .products .item .all-modifiers .optional-modifiers .modifier:last-child {
  margin-right: 0;
}
.modal[data-modal=one-click] .products .item .all-modifiers .optional-modifiers .modifier .image {
  max-width: 40px;
  margin-right: 10px;
}
.modal[data-modal=one-click] .products .item .all-modifiers .optional-modifiers .modifier .image img {
  width: 100%;
  border-radius: 100%;
}
.modal[data-modal=one-click] .products .item .all-modifiers .optional-modifiers .modifier .name {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}
.modal[data-modal=one-click] .products .item .all-modifiers .optional-modifiers .modifier .price {
  color: #E41B47;
}
.modal[data-modal=one-click] .products .item .all-modifiers .modifiers span {
  display: inline-flex;
  align-items: center;
  color: #47d718;
}
.modal[data-modal=one-click] .products .item .all-modifiers .modifiers span:after {
  width: 4px;
  height: 4px;
  margin: 0 6px;
  content: "";
  border-radius: 100%;
  background-color: #47d718;
}
.modal[data-modal=one-click] .products .item .all-modifiers .modifiers span:last-child:after {
  display: none;
}
.modal[data-modal=one-click] .products .item .additional {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 10px;
}
.modal[data-modal=one-click] .products .item .additional span {
  display: flex;
  align-items: center;
  font-size: 11px;
}
.modal[data-modal=one-click] .products .item .additional span:after {
  width: 4px;
  height: 4px;
  margin: 0 6px;
  content: "";
  border-radius: 100%;
  background-color: #E41B47;
}
.modal[data-modal=one-click] .products .item .additional span:last-child:after {
  display: none;
}
.modal[data-modal=one-click] .total {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  font-size: 16px;
}
.modal[data-modal=one-click] .total .total-sum {
  color: #E41B47;
  font-size: 18px;
}
.modal[data-modal=one-click] .coupons {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.modal[data-modal=one-click] .parametres {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.modal[data-modal=one-click] .parametres .address {
  margin-bottom: 30px;
}
.modal[data-modal=one-click] .buttons-block {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media only screen and (max-width: 629px) {
  .modal[data-modal=one-click] .buttons-block {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 629px) {
  .modal[data-modal=one-click] .buttons-block .button.link {
    width: 100%;
  }
}
@media only screen and (max-width: 629px) {
  .modal[data-modal=one-click] .buttons-block .button.link {
    margin-top: 20px;
  }
}
.modal[data-modal=one-click] .buttons-block .actions {
  display: flex;
  justify-content: space-between;
  margin-left: 50px;
}
@media only screen and (max-width: 629px) {
  .modal[data-modal=one-click] .buttons-block .actions {
    margin-left: 0;
  }
}
@media only screen and (max-width: 359px) {
  .modal[data-modal=one-click] .buttons-block .actions {
    flex-direction: column;
  }
}
.modal[data-modal=one-click] .buttons-block .actions .button {
  margin: 0 10px;
}
@media only screen and (max-width: 359px) {
  .modal[data-modal=one-click] .buttons-block .actions .button {
    margin: 10px 0 0;
  }
}
.modal[data-modal=one-click] .buttons-block .actions .button:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 479px) {
  .modal[data-modal=one-click] .buttons-block .actions .button:first-child {
    padding: 14px 15px;
  }
}
.modal[data-modal=one-click] .buttons-block .actions .button:last-child {
  margin-right: 0;
}
.modal[data-modal=address] button {
  width: 100%;
  margin-top: 30px;
}
.modal[data-modal=change-user-name] form {
  display: flex;
  flex-direction: column;
  min-width: 100%;
}
.modal[data-modal=change-user-name] form button {
  margin-top: 20px;
}
.modal[data-modal=password-recovery] .info {
  font-size: 14px;
  line-height: 1.2;
}
.modal[data-modal=password-recovery] .info + .info {
  margin-top: 10px;
}
.modal[data-modal=password-recovery] .info.help {
  margin-top: 10px;
  color: gray;
}
.modal[data-modal=password-recovery] .info.help .red {
  color: #E41B47;
  cursor: pointer;
}
.modal[data-modal=password-recovery] form {
  display: flex;
  flex-direction: column;
  min-width: 100%;
  margin-top: 20px;
}
.modal[data-modal=password-recovery] form button {
  margin-top: 20px;
}
.modal[data-modal=registration-confirm] form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal[data-modal=registration-confirm] form p {
  font-size: 16px;
  line-height: 1.4;
}
.modal[data-modal=registration-confirm] .modal-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.modal[data-modal=registration-confirm] .modal-actions .confirm {
  margin-left: 40px;
}
.modal[data-modal=password] form {
  display: flex;
  flex-direction: column;
  min-width: 100%;
}
.modal[data-modal=password] form span {
  margin-bottom: 10px;
}
.modal[data-modal=password] form .inputs {
  display: flex;
  flex-direction: column;
}
.modal[data-modal=password] form input {
  margin: 7px 0;
}
.modal[data-modal=password] form input:first-child {
  margin-top: 0;
}
.modal[data-modal=password] form input:last-child {
  margin-bottom: 0;
}
.modal[data-modal=password] form button {
  width: 100%;
  margin-top: 20px;
}
.modal[data-modal=basketCoupons] .content {
  max-width: 500px;
}
.modal[data-modal=basketCoupons] p {
  max-width: 290px;
  margin: 0 auto;
  text-align: center;
}
.modal[data-modal=basketCoupons] .button-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.modal[data-modal=basketCoupons] .button-wrap .button {
  width: 100%;
  max-width: calc(47% - 55px);
}
.modal[data-modal=bannerMouseOut] .content {
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 580px;
  height: 460px;
  padding: 0;
  background: url(/images/banner-mouse.png?hash=11351705307) no-repeat;
  background-size: contain;
}
.modal[data-modal=bannerMouseOut] .close {
  top: 10px;
  right: 15px;
}
.modal[data-modal=bannerMouseOut] .buttom-wrap {
  display: flex;
  margin-bottom: 25px;
}
.modal[data-modal=bannerMouseOut] .buttom-wrap .button.salad {
  color: #cadf00;
  border: 1px solid #cadf00;
  background-color: transparent;
}
.modal[data-modal=bannerMouseOut] .buttom-wrap .button.salad:hover {
  color: #fff;
  background-color: #cadf00;
}
.modal[data-modal=review] .content {
  max-width: 500px;
}
.modal[data-modal=review] .star {
  width: 25px;
  height: 25px;
  margin: 0 5px;
  cursor: pointer;
}
.modal[data-modal=review] .star:first-child {
  margin-left: 0;
}
.modal[data-modal=review] .star:last-child {
  margin-right: 0;
}
.modal[data-modal=review] .assessment-field label {
  display: flex;
  margin-bottom: 10px;
}
.modal[data-modal=review] .assessment-field div {
  display: flex;
}
.modal[data-modal=review] button {
  margin-top: 20px;
}
.modal[data-modal=constructor] .content .topping-tabs-control {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (max-width: 629px) {
  .modal[data-modal=constructor] .content .topping-tabs-control {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 629px) {
  .modal[data-modal=constructor] .content .topping-tabs-control {
    justify-content: space-between;
  }
}
.modal[data-modal=constructor] .content .topping-tabs-control > div {
  display: flex;
  align-items: center;
  margin: 0 8px;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 15px;
}
@media only screen and (max-width: 629px) {
  .modal[data-modal=constructor] .content .topping-tabs-control > div {
    margin-bottom: 15px;
  }
}
.modal[data-modal=constructor] .content .topping-tabs-control > div::before {
  display: flex;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  content: "";
  border-radius: 100%;
  background-color: #E41B47;
}
.modal[data-modal=constructor] .content .topping-tabs-control > div:hover {
  color: #E41B47;
}
.modal[data-modal=constructor] .content .topping-tabs-control > div.active {
  color: #E41B47;
}
.modal[data-modal=constructor] .content .topping-tabs-control > div:first-child {
  margin-right: 0;
}
.modal[data-modal=constructor] .content .topping-tabs-control > div:last-child {
  margin-left: 0;
}
.modal[data-modal=constructor] .content .constructor-image {
  position: relative;
  width: 80%;
  max-width: 400px;
  height: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.modal[data-modal=constructor] .content .constructor-image > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.modal[data-modal=constructor] .content .constructor-image > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.modal[data-modal=constructor] .content .constructor-image > div > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.modal[data-modal=constructor] .content .constructor-image .default {
  position: relative;
  z-index: 0;
}
.modal[data-modal=constructor] .content .constructor-image .default img {
  position: relative;
}
.modal[data-modal=constructor] .content .constructor-image .sauce {
  z-index: 1;
}
.modal[data-modal=constructor] .content .constructor-image img {
  width: 100%;
}
.modal[data-modal=constructor] .content .topping-tabs > div {
  display: none;
}
.modal[data-modal=constructor] .content .topping-tabs > div.active {
  display: block;
}
.modal[data-modal=constructor] .content .topping-tabs .constructor-topping-container {
  display: flex;
  flex-wrap: wrap;
}
.modal[data-modal=constructor] .content .buttons-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media only screen and (max-width: 479px) {
  .modal[data-modal=constructor] .content .buttons-block {
    flex-wrap: wrap;
  }
}
.modal[data-modal=constructor] .content .buttons-block > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.modal[data-modal=constructor] .content .buttons-block .reset {
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0.5;
  font-size: 15px;
}
.modal[data-modal=constructor] .content .buttons-block .reset:hover {
  opacity: 1;
}
.modal[data-modal=constructor] .content .buttons-block .total {
  display: flex;
  margin-right: 15px;
}
@media only screen and (max-width: 359px) {
  .modal[data-modal=constructor] .content .buttons-block .total {
    margin: 20px 0;
  }
}
.modal[data-modal=constructor] .content .buttons-block .total .weight {
  opacity: 0.5;
}
.modal[data-modal=constructor] .content .buttons-block .total > div {
  margin: 0 5px;
  font-size: 17px;
}
.modal[data-modal=constructor] .content .buttons-block .total > div:first-child {
  margin-left: 0;
}
.modal[data-modal=constructor] .content .buttons-block .total > div:last-child {
  margin-right: 0;
}
.modal[data-modal=constructor] .content .optional-modifier {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media only screen and (max-width: 629px) {
  .modal[data-modal=constructor] .content .optional-modifier {
    flex-direction: column;
  }
}
@media only screen and (max-width: 629px) {
  .modal[data-modal=constructor] .content .optional-modifier {
    align-items: flex-start;
  }
}
.modal[data-modal=constructor] .content .optional-modifier:nth-child(odd) {
  width: calc(50% - 10px);
  margin-right: 10px;
}
.modal[data-modal=constructor] .content .optional-modifier:nth-child(even) {
  width: calc(50% - 10px);
  margin-left: 10px;
}
.modal[data-modal=constructor] .content .optional-modifier > div {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 629px) {
  .modal[data-modal=constructor] .content .optional-modifier > div {
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 479px) {
  .modal[data-modal=constructor] .content .optional-modifier > div {
    flex-wrap: wrap;
  }
}
.modal[data-modal=constructor] .content .optional-modifier .image {
  width: 42px;
  min-width: 42px;
  margin-right: 14px;
}
.modal[data-modal=constructor] .content .optional-modifier .image img {
  width: 100%;
  border-radius: 100%;
}
.modal[data-modal=constructor] .content .optional-modifier .price {
  margin-top: 8px;
  opacity: 0.4;
}
.modal[data-modal=constructor] .content .optional-modifier .value {
  margin: 0 10px;
}
.modal[data-modal=coupons-info] .salad {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 13px;
}
.modal[data-modal=coupons-info] .mobile-image {
  display: none;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 479px) {
  .modal[data-modal=coupons-info] .mobile-image {
    display: block;
  }
}
.modal[data-modal=coupons-info] .mobile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal[data-modal=coupons-info] .about {
  display: flex;
  align-items: center;
  height: 100%;
}
.modal[data-modal=coupons-info] .about > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.modal[data-modal=coupons-info] .about .image {
  min-width: 300px;
  max-width: 300px;
  height: 100%;
  margin-right: 30px;
}
@media only screen and (max-width: 479px) {
  .modal[data-modal=coupons-info] .about .image {
    display: none;
  }
}
.modal[data-modal=coupons-info] .about .image img {
  width: 100%;
  min-height: 1px;
}
.modal[data-modal=coupons-info] .about .name {
  margin-bottom: 20px;
  font-family: "RobotoBold";
  font-size: 25px;
}
.modal[data-modal=coupons-info] .about .description {
  white-space: pre-line;
  font-size: 15px;
  line-height: 1.7;
}
.modal[data-modal=coupons-info] .list {
  height: 100%;
  margin-top: 30px;
}
.modal[data-modal=coupons-info] .list .modal-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.modal[data-modal=coupons-info] .list .modal-title-wrap .modal-title {
  margin-bottom: 0;
}
.modal[data-modal=coupons-info] .list .modal-title span {
  margin: 0 2px;
}
.modal[data-modal=coupons-info] .list .coupons-content .coupon.disabled .information .image {
  position: relative;
}
.modal[data-modal=coupons-info] .list .coupons-content .coupon.disabled .information .image:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.7019607843) url("/images/frozen.png") no-repeat center;
  background-size: 30px 40px;
}
.modal[data-modal=coupons-info] .list .coupons-content .coupon-button {
  box-sizing: border-box;
  width: 100px;
}
.modal[data-modal=coupons-info] .list .coupons-content > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0;
}
.modal[data-modal=coupons-info] .list .coupons-content > div:first-child {
  margin-top: 0;
}
.modal[data-modal=coupons-info] .list .coupons-content > div:last-child {
  margin-bottom: 0;
}
.modal[data-modal=coupons-info] .list .coupons-content > div .information {
  display: flex;
  align-items: center;
  height: 100%;
}
.modal[data-modal=coupons-info] .list .coupons-content > div .information .image {
  max-width: 100px;
  margin-right: 25px;
}
@media only screen and (max-width: 479px) {
  .modal[data-modal=coupons-info] .list .coupons-content > div .information .image {
    display: none;
  }
}
.modal[data-modal=coupons-info] .list .coupons-content > div .information .image img {
  width: 100%;
  min-height: 1px;
}
.modal[data-modal=coupons-info] .list .coupons-content > div .information .name {
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
}
.modal[data-modal=coupons-info] .list .coupons-content > div .information .valid {
  font-size: 13px;
}
.modal[data-modal=coupons] .salad {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 13px;
}
.modal[data-modal=coupons] .coupons-block {
  height: 100%;
}
.modal[data-modal=coupons] .coupons-content > div {
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
}
.modal[data-modal=coupons] .coupons-content > div:first-child {
  margin-top: 0;
}
.modal[data-modal=coupons] .coupons-content > div:last-child {
  margin-bottom: 0;
}
.modal[data-modal=coupons] .coupons-content > div .buttons-block {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.modal[data-modal=coupons] .coupons-content > div .buttons-block > div {
  margin: 5px 0;
}
.modal[data-modal=coupons] .coupons-content > div .buttons-block > div:first-child {
  margin-top: 0;
}
.modal[data-modal=coupons] .coupons-content > div .buttons-block > div:last-child {
  margin-bottom: 0;
}
.modal[data-modal=coupons] .coupons-content > div .buttons-block .info-button {
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 100%;
  padding: 0px 12px;
}
.modal[data-modal=coupons] .coupons-content > div .buttons-block .info-button .question-mark:before {
  margin-left: 0;
}
.modal[data-modal=coupons] .coupons-content > div .buttons-block .button-video {
  width: 35px;
  height: 30px;
}
.modal[data-modal=coupons] .coupons-content > div .information {
  display: flex;
  align-items: center;
}
.modal[data-modal=coupons] .coupons-content > div .information .image {
  max-width: 120px;
  height: 100%;
  margin-right: 25px;
}
@media only screen and (max-width: 479px) {
  .modal[data-modal=coupons] .coupons-content > div .information .image {
    display: none;
  }
}
.modal[data-modal=coupons] .coupons-content > div .information .image img {
  width: 100%;
  height: 100%;
  min-height: 1px;
}
.modal[data-modal=coupons] .coupons-content > div .information .name {
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
}
.modal[data-modal=coupons] .coupons-content > div .information .valid {
  font-size: 13px;
}
.modal[data-modal=coupons] .coupons-content > div .information .data {
  display: flex;
  flex-direction: column;
}
.modal[data-modal=coupons] .coupons-content > div .information .data span {
  margin: 4px 0;
}
.modal[data-modal=coupons] .coupons-content > div .information .data span:first-child {
  margin-top: 0;
}
.modal[data-modal=coupons] .coupons-content > div .information .data span:last-child {
  margin-bottom: 0;
}
.modal[data-modal=coupons] .coupon.disabled .information .image {
  position: relative;
}
.modal[data-modal=coupons] .coupon.disabled .information .image:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.8) url("/images/frozen.png") no-repeat center;
  background-size: 30px 40px;
}
.modal[data-modal=order-assessment] textarea {
  width: 100%;
  min-width: auto;
}
.modal[data-modal=order-assessment] .fields {
  margin: 30px 0;
}
.modal[data-modal=order-assessment] .button.no-effect {
  box-sizing: border-box;
  max-width: 100px;
  white-space: nowrap;
}
.modal[data-modal=order-assessment] .products {
  display: flex;
  width: 100%;
  height: 100%;
}
.modal[data-modal=order-assessment] .products .product-image {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  margin: 0 10px;
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 #e6e6e6;
}
.modal[data-modal=order-assessment] .products .product-image img {
  width: 100%;
  height: 100%;
  min-height: 1px;
}
.modal[data-modal=order-assessment] .products .product-image:first-child {
  margin-left: 0;
}
.modal[data-modal=order-assessment] .products .product-image:last-child {
  margin-right: 0;
}
.modal[data-modal=order-assessment] .assessment-field {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0;
}
@media only screen and (max-width: 479px) {
  .modal[data-modal=order-assessment] .assessment-field {
    flex-wrap: wrap;
  }
}
.modal[data-modal=order-assessment] .assessment-field:first-child {
  margin-top: 0;
}
.modal[data-modal=order-assessment] .assessment-field:last-child {
  margin-bottom: 0;
}
.modal[data-modal=order-assessment] .assessment-field .show-switch {
  cursor: pointer;
  font-size: 15px;
}
.modal[data-modal=order-assessment] .assessment-field .show-switch:hover {
  color: #E41B47;
}
.modal[data-modal=order-assessment] .assessment-field label {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.5;
}
.modal[data-modal=order-assessment] .assessment-field .file-state {
  margin-left: 15px;
  font-size: 15px;
  line-height: 1.5;
}
.modal[data-modal=order-assessment] .assessment-field .file-state.load {
  color: #E41B47;
}
.modal[data-modal=order-assessment] .assessment-field .file-state ::-webkit-progress-bar {
  background: #cadf00;
}
.modal[data-modal=order-assessment] .assessment-field .file-state ::-webkit-progress-value {
  background: #E41B47;
}
.modal[data-modal=order-assessment] .assessment-field .file-state ::-moz-progress-bar {
  background: #E41B47;
}
.modal[data-modal=order-assessment] .assessment-field .file-state progress {
  border-radius: 10px;
}
.modal[data-modal=order-assessment] .assessment-field .file-state .file-name {
  position: relative;
}
.modal[data-modal=order-assessment] .assessment-field .file-state .file-name .close {
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.modal[data-modal=order-assessment] .assessment-field .switch {
  width: 180px;
}
@media only screen and (max-width: 359px) {
  .modal[data-modal=order-assessment] .assessment-field .switch {
    flex-direction: initial;
  }
}
.modal[data-modal=order-assessment] .assessment-field .speed {
  margin: 0 10px;
  cursor: pointer;
  font-size: 15px;
}
@media only screen and (max-width: 359px) {
  .modal[data-modal=order-assessment] .assessment-field .speed {
    font-size: 14px;
  }
}
.modal[data-modal=order-assessment] .assessment-field .speed:first-child {
  margin-left: 0;
}
.modal[data-modal=order-assessment] .assessment-field .speed:last-child {
  margin-right: 0;
}
.modal[data-modal=order-assessment] .assessment-field .speed:hover {
  color: #E41B47;
}
.modal[data-modal=order-assessment] .assessment-field .speed.active {
  color: #E41B47;
}
.modal[data-modal=order-assessment] .assessment-field .star {
  width: 25px;
  height: 25px;
  margin: 0 5px;
  cursor: pointer;
}
.modal[data-modal=order-assessment] .assessment-field .star:first-child {
  margin-left: 0;
}
.modal[data-modal=order-assessment] .assessment-field .star:last-child {
  margin-right: 0;
}
.modal[data-modal=order-assessment] .assessment-field > div {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}
@media only screen and (max-width: 479px) {
  .modal[data-modal=order-assessment] .assessment-field > div {
    margin: 20px 0 0;
  }
}
.modal[data-modal=order-assessment] .assessment-field > div:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 479px) {
  .modal[data-modal=order-assessment] .assessment-field > div:first-child {
    width: 100%;
  }
}
.modal[data-modal=order-assessment] .assessment-field > div:last-child {
  margin-right: 0;
}
.modal[data-modal=order-assessment] .assessment-field > div > div {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.modal[data-modal=order-assessment] button {
  width: 100%;
}
.modal[data-modal=worksheet] .content {
  max-width: 460px;
}
.modal[data-modal=worksheet] .form-input {
  padding: 10px 0;
}
.modal[data-modal=worksheet] .form-input:first-child {
  padding-top: 0;
}
.modal[data-modal=worksheet] .form-input:last-child {
  padding-bottom: 0;
}
.modal[data-modal=worksheet] .button {
  margin-top: 30px;
}
.modal[data-modal=vacancy] .description {
  max-width: 680px;
  font-size: 15px;
  line-height: 1.7;
}
.modal[data-modal=vacancy] .vacancy {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}
@media only screen and (max-width: 629px) {
  .modal[data-modal=vacancy] .vacancy {
    flex-wrap: wrap;
  }
}
.modal[data-modal=vacancy] .vacancy > div {
  width: 33%;
}
@media only screen and (max-width: 629px) {
  .modal[data-modal=vacancy] .vacancy > div {
    width: 100%;
  }
}
.modal[data-modal=vacancy] .vacancy > div .accent {
  margin-bottom: 15px;
  font-size: 19px;
}
.modal[data-modal=vacancy] .vacancy > div .text {
  line-height: 1.5;
}
.modal[data-modal=vacancy] .vacancy .duties {
  margin: 0 10px;
  padding: 0 10px;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom: none;
}
@media only screen and (max-width: 629px) {
  .modal[data-modal=vacancy] .vacancy .duties {
    margin: 30px 0 30px;
  }
}
@media only screen and (max-width: 629px) {
  .modal[data-modal=vacancy] .vacancy .duties {
    border: none;
  }
}
@media only screen and (max-width: 629px) {
  .modal[data-modal=vacancy] .vacancy .duties {
    padding: 0;
  }
}
.modal[data-modal=vacancy] .map-block {
  margin-top: 30px;
}
.modal[data-modal=vacancy] .map-block .map {
  width: 100%;
  height: 400px;
}
.modal[data-modal=vacancy] .button {
  margin-top: 30px;
}
.modal[data-modal=modifiers] .all-modifiers > div {
  margin: 20px 0;
}
.modal[data-modal=modifiers] .all-modifiers > div:first-child {
  margin-top: 0;
}
.modal[data-modal=modifiers] .all-modifiers > div:last-child {
  margin-bottom: 0;
}
.modal[data-modal=modifiers] .all-modifiers > div.optional-modifiers-block {
  margin-top: 0;
}
.modal[data-modal=modifiers] .buttons-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media only screen and (max-width: 359px) {
  .modal[data-modal=modifiers] .buttons-block {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 359px) {
  .modal[data-modal=modifiers] .buttons-block {
    justify-content: center;
  }
}
.modal[data-modal=modifiers] .buttons-block > div {
  display: flex;
  align-items: center;
}
.modal[data-modal=modifiers] .buttons-block .reset {
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0.5;
  font-size: 15px;
}
@media only screen and (max-width: 359px) {
  .modal[data-modal=modifiers] .buttons-block .reset {
    margin: 0 0 15px;
  }
}
.modal[data-modal=modifiers] .buttons-block .reset:hover {
  opacity: 1;
}
.modal[data-modal=modifiers] .buttons-block .price {
  margin-right: 15px;
  white-space: nowrap;
  font-family: "RobotoMedium";
  font-size: 19px;
}
.modal[data-modal=modifiers] .modifiers-block.margin-bottom {
  margin-bottom: 30px;
}
.modal[data-modal=modifiers] .modifiers-block .dropdown {
  margin-bottom: 15px;
}
.modal[data-modal=modifiers] .modifiers-block .dropdown:last-child {
  margin-bottom: 0;
}
.modal[data-modal=modifiers] .optional-modifiers-block .modal-title {
  margin-bottom: 0;
}
.modal[data-modal=modifiers] .optional-modifiers-block .switch {
  margin-top: 20px;
}
.modal[data-modal=modifiers] .optional-modifiers-block .first-toppings,
.modal[data-modal=modifiers] .optional-modifiers-block .rest-toppings {
  display: flex;
  flex-wrap: wrap;
}
.modal[data-modal=modifiers] .optional-modifiers-block .rest-toppings {
  min-width: 100%;
}
.modal[data-modal=modifiers] .optional-modifiers-block .optional-modifier-content-block {
  display: none;
}
.modal[data-modal=modifiers] .optional-modifiers-block .optional-modifier-content-block.active {
  display: block;
}
.modal[data-modal=modifiers] .optional-modifiers-block .optional-modifier {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media only screen and (max-width: 629px) {
  .modal[data-modal=modifiers] .optional-modifiers-block .optional-modifier {
    flex-direction: column;
  }
}
@media only screen and (max-width: 629px) {
  .modal[data-modal=modifiers] .optional-modifiers-block .optional-modifier {
    align-items: flex-start;
  }
}
.modal[data-modal=modifiers] .optional-modifiers-block .optional-modifier:nth-child(odd) {
  width: calc(50% - 10px);
  margin-right: 10px;
}
.modal[data-modal=modifiers] .optional-modifiers-block .optional-modifier:nth-child(even) {
  width: calc(50% - 10px);
  margin-left: 10px;
}
.modal[data-modal=modifiers] .optional-modifiers-block .optional-modifier > div {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 629px) {
  .modal[data-modal=modifiers] .optional-modifiers-block .optional-modifier > div {
    margin-top: 15px;
  }
}
.modal[data-modal=modifiers] .optional-modifiers-block .optional-modifier .image {
  width: 42px;
  min-width: 42px;
  margin-right: 14px;
}
.modal[data-modal=modifiers] .optional-modifiers-block .optional-modifier .image img {
  width: 100%;
  border-radius: 100%;
}
.modal[data-modal=modifiers] .optional-modifiers-block .optional-modifier .price {
  margin-top: 8px;
  opacity: 0.4;
}
.modal[data-modal=modifiers] .optional-modifiers-block .optional-modifier .value {
  margin: 0 10px;
}
.modal[data-modal=modifiers] .optional-modifiers-block .button.link {
  margin-top: 30px;
}
.modal[data-modal=modifiers] .optional-modifiers-block .button.link .arrow {
  width: 12px;
  height: 10px;
  margin-top: 1px;
  margin-left: 8px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  background-image: url(/images/arrow-accent.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.modal[data-modal=modifiers] .optional-modifiers-block .button.link.active .arrow {
  transform: rotate(180deg);
}
.modal[data-modal=order-assessment-submit] .content-scroll, .modal[data-modal=house-address-warning] .content-scroll, .modal[data-modal=order-assessment-alert] .content-scroll, .modal[data-modal=order-address-warning] .content-scroll {
  display: flex;
  align-items: center;
}
.modal[data-modal=order-assessment-submit] .text, .modal[data-modal=house-address-warning] .text, .modal[data-modal=order-assessment-alert] .text, .modal[data-modal=order-address-warning] .text {
  text-align: center;
  font-size: 18px;
}
.modal[data-modal=order-assessment-submit] .actions, .modal[data-modal=house-address-warning] .actions, .modal[data-modal=order-assessment-alert] .actions, .modal[data-modal=order-address-warning] .actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.modal[data-modal=order-assessment-submit] .actions .red, .modal[data-modal=house-address-warning] .actions .red, .modal[data-modal=order-assessment-alert] .actions .red, .modal[data-modal=order-address-warning] .actions .red {
  margin-left: 40px;
}
.modal[data-modal=order-address-warning] .text:first-letter {
  text-transform: uppercase;
}
.modal[data-modal=order-assessment-submit] .content {
  width: auto;
}
.modal[data-modal=order-address-map] .content {
  max-width: 940px;
  padding-top: 50px;
}
.modal[data-modal=order-address-map] .content > * {
  margin-bottom: 20px;
}
.modal[data-modal=order-address-map] .content > *:last-child {
  margin-bottom: 0px;
}
.modal[data-modal=order-address-map] .content_edit {
  transition: none;
  max-width: 540px;
}
.modal[data-modal=order-address-map] .modal-title {
  display: flex;
  align-items: center;
  font-size: 24px;
}
.modal[data-modal=order-address-map] .modal-title > * {
  margin-left: 40px;
}
.modal[data-modal=order-address-map] .modal-title .input-wrap {
  flex-grow: 1;
  pointer-events: none;
}
.modal[data-modal=order-address-map] .modal-title .input-wrap input {
  width: 100%;
}
.modal[data-modal=order-address-map] .modal-title .edit {
  background-image: url(/images/edit.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.modal[data-modal=order-address-map] .restaurant-map {
  height: 400px;
  background: #e8e8e8;
  width: 100%;
}
.modal[data-modal=order-address-map] form > * {
  margin-bottom: 20px;
}
.modal[data-modal=order-address-map] form > *:last-child {
  margin-bottom: 0px;
}
.modal[data-modal=order-address-map] form .button {
  width: 100%;
}
.modal[data-modal=order-address-map] .inputs-wrap > * {
  margin-bottom: 10px;
  width: 100%;
}
.modal[data-modal=order-address-map] .inputs-wrap > *:last-child {
  margin-bottom: 0px;
}
.modal[data-modal=order-address-map] .label-required {
  text-align: center;
  color: #c9c9c9;
}
.form-qrreview {
  display: grid;
  gap: 30px;
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}

.option-input.radio {
  border-radius: 50%;
}

.option-input.radio::after {
  border-radius: 50%;
}

.questions {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  gap: 15px;
}

.questions__item {
  display: flex;
  flex-direction: column-reverse;
}

.questions__text {
  font-family: RobotoRegular;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
}

#select-restaurant {
  margin-top: 10px;
}

.input__wrapper {
  width: 100%;
  position: relative;
  margin-top: 10px;
  text-align: center;
}

.input__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.input__file-icon-wrapper {
  height: 60px;
  width: 60px;
  margin-right: 15px;
  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;
  border-right: 1px solid #fff;
}

.input__file-button-text {
  line-height: 1;
  margin-top: 1px;
  text-align: center;
}

.input__file-button {
  cursor: pointer;
  background: #fff;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 13px;
  font-family: RobotoRegular;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.questions__label {
  font-weight: 600;
  line-height: 22px;
}

.questions__item .form-input .five .radio-element {
  border: 1px solid #70ad46;
}

.questions__item .form-input .five .radio-element::after {
  background: #70ad46;
}

.questions__item .form-input .four .radio-element {
  border: 1px solid #a9e084;
}

.questions__item .form-input .four .radio-element::after {
  background: #a9e084;
}

.questions__item .form-input .three .radio-element {
  border: 1px solid #ffd868;
}

.questions__item .form-input .three .radio-element::after {
  background: #ffd868;
}

.questions__item .form-input .two .radio-element {
  border: 1px solid #fd8058;
}

.questions__item .form-input .two .radio-element::after {
  background: #fd8058;
}

.questions__item .form-input .one .radio-element {
  border: 1px solid #f36c6a;
}

.questions__item .form-input .one .radio-element::after {
  background: #f36c6a;
}

@media screen and (min-width: 340px) and (max-width: 630px) {
  .form-input .radio .radio-element {
    width: 24px;
    height: 24px;
  }
  .form-input .radio .radio-element:after {
    width: 18px;
    height: 18px;
  }
}
@media screen and (min-width: 0px) and (max-width: 339px) {
  .form-input.radio .radio {
    margin: 0 5px;
  }
  .form-input .radio .radio-element {
    width: 24px;
    height: 24px;
  }
  .form-input .radio .radio-element:after {
    width: 18px;
    height: 18px;
  }
}
@charset "UTF-8";
@media only screen and (max-width: 1199px) {
  .modal[data-modal=reservation] .content {
    padding-bottom: 70px;
  }
}
.modal[data-modal=reservation] .content .large {
  min-width: 840px;
}
@media only screen and (max-width: 1199px) {
  .modal[data-modal=reservation] .content .large {
    min-width: auto;
  }
}
.modal[data-modal=reservation] .buttons-block {
  margin-top: 30px;
}
.modal[data-modal=reservation] .date-block {
  margin-bottom: 30px;
}
.modal[data-modal=reservation] .date-block > div {
  display: flex;
}
@media only screen and (max-width: 479px) {
  .modal[data-modal=reservation] .date-block > div {
    flex-direction: column;
  }
}
.modal[data-modal=reservation] .date-block > div > * {
  margin-right: 12px;
}
@media only screen and (max-width: 479px) {
  .modal[data-modal=reservation] .date-block > div > * {
    margin: 0px 0px 12px 0px;
  }
}
.modal[data-modal=reservation] .date-block > div > *:last-child {
  margin: 0px;
}
.modal[data-modal=reservation] .tables-block {
  margin-bottom: 30px;
  display: none;
}
@media only screen and (max-width: 1199px) {
  .modal[data-modal=reservation] .tables-block {
    display: block;
  }
}
.modal[data-modal=reservation] .restaurant-plan {
  margin: 0px auto 30px;
  width: 740px;
}
@media only screen and (max-width: 1199px) {
  .modal[data-modal=reservation] .restaurant-plan {
    max-width: 740px;
  }
}
@media only screen and (max-width: 1199px) {
  .modal[data-modal=reservation] .restaurant-plan {
    width: 100% !important;
  }
}
.modal[data-modal=reservation] .restaurant-plan.not-found {
  margin: 0;
  width: 100%;
  display: flex;
  line-height: 1.5;
  font-size: 15px;
}
.modal[data-modal=reservation] .restaurant-plan.large {
  width: 832px;
}
@media only screen and (max-width: 1199px) {
  .modal[data-modal=reservation] .restaurant-plan.large {
    max-width: 832px;
  }
}
.modal[data-modal=reservation] .restaurant-plan input {
  opacity: 0;
}
.modal[data-modal=reservation] .restaurant-plan .off {
  display: none;
}
.modal[data-modal=reservation] .restaurant-plan .chekstol {
  cursor: pointer;
  z-index: 100;
  position: absolute;
  display: inline-block;
  width: 94px;
  height: 32px;
  padding-left: 0px;
}
.modal[data-modal=reservation] .restaurant-plan .chekstol .pometka {
  opacity: 0;
}
.modal[data-modal=reservation] .restaurant-plan .chekstol.active .pometka {
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .modal[data-modal=reservation] .restaurant-plan .chekstol {
    display: none;
  }
}
.modal[data-modal=reservation] .restaurant-plan > div {
  height: 427px;
}
@media only screen and (max-width: 1199px) {
  .modal[data-modal=reservation] .restaurant-plan > div {
    height: auto !important;
  }
}
@media only screen and (max-width: 1199px) {
  .modal[data-modal=reservation] .restaurant-plan > div {
    padding-bottom: 58%;
  }
}
.modal[data-modal=reservation] .restaurant-plan > div.ribackoe {
  height: 521px;
  background-image: url("/images/Обуховская.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1199px) {
  .modal[data-modal=reservation] .restaurant-plan > div.ribackoe {
    padding-bottom: 73%;
  }
}
.modal[data-modal=reservation] .restaurant-plan > div.iskrov {
  height: 521px;
  background-image: url("/images/Искровский.png");
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1199px) {
  .modal[data-modal=reservation] .restaurant-plan > div.iskrov {
    padding-bottom: 70%;
  }
}
.modal[data-modal=reservation] .restaurant-plan > div.furshat {
  height: 491px;
  background-image: url("/images/Фурштатская.png");
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1199px) {
  .modal[data-modal=reservation] .restaurant-plan > div.furshat {
    padding-bottom: 66%;
  }
}
.modal[data-modal=reservation] .restaurant-plan > div.vasilev {
  height: 551px;
  background-image: url("/images/Капитанская.png");
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1199px) {
  .modal[data-modal=reservation] .restaurant-plan > div.vasilev {
    padding-bottom: 74%;
  }
}
.modal[data-modal=reservation] .restaurant-plan > div.veteran {
  height: 385px;
  background-image: url("/images/Ветеранов.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1199px) {
  .modal[data-modal=reservation] .restaurant-plan > div.veteran {
    padding-bottom: 52%;
  }
}
.modal[data-modal=reservation] .restaurant-plan > div.varshav {
  height: 585px;
  background-image: url("/images/Варшавская.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1199px) {
  .modal[data-modal=reservation] .restaurant-plan > div.varshav {
    padding-bottom: 70%;
  }
}
.modal[data-modal=reservation] .restaurant-plan > div.leninsk {
  height: 557px;
  background-image: url("/images/Ленинский.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1199px) {
  .modal[data-modal=reservation] .restaurant-plan > div.leninsk {
    padding-bottom: 75%;
  }
}
.modal[data-modal=reservation] .restaurant-plan > div.staroderev {
  height: 525px;
  background-image: url("/images/Стародеревенская.png");
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1199px) {
  .modal[data-modal=reservation] .restaurant-plan > div.staroderev {
    padding-bottom: 63%;
  }
}
.modal[data-modal=reservation] .restaurant-plan > div.korolev {
  height: 372px;
  background-image: url("/images/Королева.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1199px) {
  .modal[data-modal=reservation] .restaurant-plan > div.korolev {
    padding-bottom: 50%;
  }
}
.modal[data-modal=reservation] .restaurant-plan > div.prosves {
  height: 650px;
  background-image: url("/images/Просвещения.png");
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1199px) {
  .modal[data-modal=reservation] .restaurant-plan > div.prosves {
    padding-bottom: 88%;
  }
}
.modal[data-modal=reservation] .restaurant-plan > div.ubiley {
  height: 627px;
  background-image: url("/images/Юбилейный.png");
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1199px) {
  .modal[data-modal=reservation] .restaurant-plan > div.ubiley {
    padding-bottom: 85%;
  }
}
.modal[data-modal=reservation] .restaurant-plan > div.lesno {
  height: 500px;
  background-image: url("/images/lesnaya.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1199px) {
  .modal[data-modal=reservation] .restaurant-plan > div.lesno {
    padding-bottom: 66%;
  }
}
.modal[data-modal=reservation] .restaurant-plan > div.golikova {
  height: 500px;
  background-image: url("/images/Голикова.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1199px) {
  .modal[data-modal=reservation] .restaurant-plan > div.golikova {
    padding-bottom: 66%;
  }
}
.modal[data-modal=reservation] .restaurant-plan > div.kudrovo {
  height: 539px;
  background-image: url("/images/Кудрово.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1199px) {
  .modal[data-modal=reservation] .restaurant-plan > div.kudrovo {
    padding-bottom: 73%;
  }
}
.modal[data-modal=reservation] .restaurant-plan > div.murino {
  height: 539px;
  background-image: url("/images/Мурино.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1199px) {
  .modal[data-modal=reservation] .restaurant-plan > div.murino {
    padding-bottom: 73%;
  }
}
.modal[data-modal=reservation] .reserved .pometka {
  background-color: rgba(150, 150, 150, 0.8) !important;
  background-image: none !important;
  opacity: 1 !important;
}
.modal[data-modal=reservation] .reserved.active .pometka {
  background-color: rgba(193, 96, 96, 0.8) !important;
  background-image: none !important;
  opacity: 1 !important;
}
.modal[data-modal=reservation] .pometka {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.modal[data-modal=reservation] .pometka.i001 {
  background-color: transparent;
  background-image: url("/images/s02.png");
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i002 {
  background-color: transparent;
  background-image: url("/images/s03.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i003 {
  background-color: transparent;
  background-image: url("/images/s01.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i004 {
  background-image: url("/images/s05.png");
  background-size: auto;
}
.modal[data-modal=reservation] .pometka.i000 {
  background-color: rgba(208, 54, 48, 0.75);
}
.modal[data-modal=reservation] .pometka.i005 {
  background-image: url("/images/s08.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i006 {
  background-image: url("/images/s04.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i007 {
  background-image: url("/images/s06.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i008 {
  background-image: url("/images/s07.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i009 {
  background-image: url("/images/s09.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i010 {
  background-image: url("/images/s10.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i012 {
  background-image: url("/images/s11.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i013 {
  background-color: rgba(208, 54, 48, 0.75);
}
.modal[data-modal=reservation] .pometka.i014 {
  background-image: url("/images/s12.png");
  background-position: 0px 0px;
}
.modal[data-modal=reservation] .pometka.i015 {
  background-image: url("/images/s14.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i016 {
  background-image: url("/images/s13.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i019 {
  background-color: rgba(208, 54, 48, 0.75);
}
.modal[data-modal=reservation] .pometka.i025 {
  background-image: url("/images/s15.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i035 {
  background-image: url("/images/s16.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i036 {
  background-image: url("/images/s20.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i031 {
  background-image: url("/images/s17.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i030 {
  background-image: url("/images/s19.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i039 {
  background-image: url("/images/s18.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i40 {
  background-image: url("/images/s13.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i065 {
  background-image: url("/images/s21.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i063 {
  background-image: url("/images/s22.png");
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i062 {
  background-image: url("/images/s23.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i131 {
  background-image: url("/images/s39.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto;
}
.modal[data-modal=reservation] .pometka.i130 {
  background-image: url("/images/s26.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i129 {
  background-image: url("/images/s25.png");
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i128 {
  background-image: url("/images/s24.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i124 {
  background-image: url("/images/s32.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i123 {
  background-image: url("/images/s31.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i122 {
  background-image: url("/images/s30.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i121 {
  background-image: url("/images/s29.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i120 {
  background-image: url("/images/s28.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i119 {
  background-image: url("/images/s27.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i118 {
  background-image: url("/images/s33.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i116 {
  background-image: url("/images/s38.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i115 {
  background-image: url("/images/s35.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i114 {
  background-image: url("/images/s34.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i132 {
  background-image: url("/images/s40.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i133 {
  background-image: url("/images/s41.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .pometka.i134 {
  background-image: url("/images/s42.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal[data-modal=reservation] .allotment {
  background-color: rgba(208, 54, 48, 0.75);
}
.modal[data-modal=reservation] .chekstol input[type=checkbox] {
  pointer-events: none;
}
.modal[data-modal=reservation] .chekstol.i001 {
  width: 110px;
  height: 38px;
  left: 467px;
  top: 272px;
}
.modal[data-modal=reservation] .chekstol.i002 {
  width: 38px;
  height: 66px;
  left: 552px;
  top: 195px;
}
.modal[data-modal=reservation] .chekstol.i003 {
  width: 74px;
  height: 39px;
  left: 540px;
  top: 384px;
}
.modal[data-modal=reservation] .chekstol.i004 {
  width: 117px;
  height: 39px;
  left: 414px;
  top: 384px;
}
.modal[data-modal=reservation] .chekstol.s001 {
  width: 89px;
  height: 34px;
  margin-top: 205px;
  margin-left: 438px;
}
.modal[data-modal=reservation] .chekstol.s002 {
  width: 30px;
  height: 56px;
  margin-top: 136px;
  margin-left: 526px;
}
.modal[data-modal=reservation] .chekstol.s003 {
  width: 62px;
  height: 33px;
  margin-top: 319px;
  margin-left: 512px;
}
.modal[data-modal=reservation] .chekstol.s004 {
  width: 120px;
  height: 69px;
  margin-top: 146px;
  margin-left: 214px;
}
.modal[data-modal=reservation] .chekstol.s000 {
  margin-top: 320px;
  margin-left: 395px;
}
.modal[data-modal=reservation] .chekstol.s005 {
  width: 140px;
  height: 69px;
  margin-top: 118px;
  margin-left: 356px;
}
.modal[data-modal=reservation] .chekstol.s006 {
  width: 66px;
  height: 89px;
  margin-top: 217px;
  margin-left: 214px;
}
.modal[data-modal=reservation] .chekstol.s007 {
  width: 33px;
  height: 88px;
  margin-top: 216px;
  margin-left: 303px;
}
.modal[data-modal=reservation] .chekstol.s008 {
  width: 58px;
  height: 89px;
  margin-top: 200px;
  margin-left: 356px;
}
.modal[data-modal=reservation] .chekstol.s009 {
  width: 57px;
  height: 80px;
  margin-top: 202px;
  margin-left: 434px;
}
.modal[data-modal=reservation] .chekstol.s010 {
  width: 105px;
  height: 67px;
  margin-top: 352px;
  margin-left: 43px;
}
.modal[data-modal=reservation] .chekstol.s011 {
  width: 105px;
  height: 67px;
  margin-top: 352px;
  margin-left: 147px;
}
.modal[data-modal=reservation] .chekstol.s012 {
  width: 58px;
  height: 86px;
  margin-top: 182px;
  margin-left: 124px;
}
.modal[data-modal=reservation] .chekstol.s013 {
  width: 56px;
  height: 87px;
  margin-top: 172px;
  margin-left: 394px;
}
.modal[data-modal=reservation] .chekstol.s014 {
  width: 60px;
  height: 58px;
  margin-top: 202px;
  margin-left: 515px;
}
.modal[data-modal=reservation] .chekstol.s015 {
  width: 57px;
  height: 60px;
  margin-top: 317px;
  margin-left: 523px;
}
.modal[data-modal=reservation] .chekstol.s016 {
  width: 85px;
  height: 60px;
  margin-top: 317px;
  margin-left: 417px;
}
.modal[data-modal=reservation] .chekstol.s017 {
  width: 85px;
  height: 60px;
  margin-top: 317px;
  margin-left: 316px;
}
.modal[data-modal=reservation] .chekstol.s018 {
  width: 85px;
  height: 60px;
  margin-top: 317px;
  margin-left: 212px;
}
.modal[data-modal=reservation] .chekstol.s019 {
  width: 121px;
  height: 74px;
  margin-top: 85px;
  margin-left: 257px;
}
.modal[data-modal=reservation] .chekstol.s020 {
  width: 121px;
  height: 74px;
  margin-top: 85px;
  margin-left: 393px;
}
.modal[data-modal=reservation] .chekstol.s021 {
  width: 76px;
  height: 121px;
  margin-top: 207px;
  margin-left: 79px;
}
.modal[data-modal=reservation] .chekstol.s021-1 {
  width: 45px;
  height: 45px;
  margin-top: 211px;
  margin-left: 559px;
  border-radius: 100%;
  overflow: hidden;
}
.modal[data-modal=reservation] .chekstol.s022 {
  width: 87px;
  height: 79px;
  margin-top: 217px;
  margin-left: 185px;
}
.modal[data-modal=reservation] .chekstol.s023 {
  width: 87px;
  height: 79px;
  margin-top: 217px;
  margin-left: 278px;
}
.modal[data-modal=reservation] .chekstol.s024 {
  width: 86px;
  height: 80px;
  margin-top: 271px;
  margin-left: 410px;
}
.modal[data-modal=reservation] .chekstol.s025 {
  width: 165px;
  height: 114px;
  margin-top: 84px;
  margin-left: 80px;
}
.modal[data-modal=reservation] .chekstol.s025 .i025 {
  background-size: cover;
}
.modal[data-modal=reservation] .chekstol.s026 {
  width: 66px;
  height: 66px;
  margin-top: 202px;
  margin-left: 235px;
}
.modal[data-modal=reservation] .chekstol.s027 {
  width: 93px;
  height: 59px;
  margin-top: 152px;
  margin-left: 371px;
}
.modal[data-modal=reservation] .chekstol.s028 {
  width: 93px;
  height: 59px;
  margin-top: 152px;
  margin-left: 466px;
}
.modal[data-modal=reservation] .chekstol.s029 {
  width: 55px;
  height: 83px;
  margin-top: 152px;
  margin-left: 588px;
}
.modal[data-modal=reservation] .chekstol.s030 {
  width: 66px;
  height: 66px;
  margin-top: 281px;
  margin-left: 144px;
}
.modal[data-modal=reservation] .chekstol.s031 {
  width: 66px;
  height: 66px;
  margin-top: 266px;
  margin-left: 308px;
}
.modal[data-modal=reservation] .chekstol.s032 {
  width: 94px;
  height: 62px;
  margin-top: 268px;
  margin-left: 380px;
}
.modal[data-modal=reservation] .chekstol.s033 {
  width: 94px;
  height: 62px;
  margin-top: 268px;
  margin-left: 477px;
}
.modal[data-modal=reservation] .chekstol.s034 {
  width: 52px;
  height: 97px;
  margin-top: 233px;
  margin-left: 595px;
}
.modal[data-modal=reservation] .chekstol.s035 {
  margin-top: 337px;
  margin-left: 376px;
}
.modal[data-modal=reservation] .chekstol.s036 {
  margin-top: 403px;
  margin-left: 279px;
}
.modal[data-modal=reservation] .chekstol.s037 {
  width: 65px;
  height: 65px;
  margin-top: 446px;
  margin-left: 152px;
}
.modal[data-modal=reservation] .chekstol.s038 {
  width: 123px;
  height: 61px;
  margin-top: 458px;
  margin-left: 231px;
}
.modal[data-modal=reservation] .chekstol.s039 {
  width: 36px;
  height: 64px;
  margin-top: 215px;
  margin-left: 185px;
}
.modal[data-modal=reservation] .chekstol.s041 {
  width: 55px;
  height: 57px;
  margin-top: 104px;
  margin-left: 189px;
}
.modal[data-modal=reservation] .chekstol.s042 {
  width: 55px;
  height: 92px;
  margin-top: 215px;
  margin-left: 164px;
}
.modal[data-modal=reservation] .chekstol.s043 {
  width: 55px;
  height: 95px;
  margin-top: 310px;
  margin-left: 164px;
}
.modal[data-modal=reservation] .chekstol.s044 {
  width: 55px;
  height: 87px;
  margin-top: 277px;
  margin-left: 280px;
}
.modal[data-modal=reservation] .chekstol.s045 {
  width: 88px;
  height: 55px;
  margin-top: 416px;
  margin-left: 270px;
}
.modal[data-modal=reservation] .chekstol.s046 {
  width: 51px;
  height: 78px;
  margin-top: 229px;
  margin-left: 412px;
}
.modal[data-modal=reservation] .chekstol.s047 {
  width: 51px;
  height: 78px;
  margin-top: 311px;
  margin-left: 412px;
}
.modal[data-modal=reservation] .chekstol.s048 {
  width: 51px;
  height: 78px;
  margin-top: 393px;
  margin-left: 412px;
}
.modal[data-modal=reservation] .chekstol.s049 {
  width: 100px;
  height: 69px;
  margin-top: 272px;
  margin-left: 148px;
}
.modal[data-modal=reservation] .chekstol.s050 {
  width: 100px;
  height: 69px;
  margin-top: 272px;
  margin-left: 287px;
}
.modal[data-modal=reservation] .chekstol.s051 {
  width: 100px;
  height: 69px;
  margin-top: 272px;
  margin-left: 427px;
}
.modal[data-modal=reservation] .chekstol.s052 {
  width: 138px;
  height: 85px;
  margin-top: 400px;
  margin-left: 129px;
}
.modal[data-modal=reservation] .chekstol.s053 {
  width: 137px;
  height: 84px;
  margin-top: 400px;
  margin-left: 268px;
}
.modal[data-modal=reservation] .chekstol.s054 {
  width: 137px;
  height: 84px;
  margin-top: 400px;
  margin-left: 406px;
}
.modal[data-modal=reservation] .chekstol.s055 {
  width: 18px;
  height: 57px;
  margin-top: 67px;
  margin-left: 127px;
}
.modal[data-modal=reservation] .chekstol.s056 {
  width: 37px;
  height: 56px;
  margin-top: 67px;
  margin-left: 165px;
}
.modal[data-modal=reservation] .chekstol.s057 {
  width: 37px;
  height: 51px;
  margin-top: 124px;
  margin-left: 165px;
}
.modal[data-modal=reservation] .chekstol.s058 {
  width: 37px;
  height: 59px;
  margin-top: 176px;
  margin-left: 165px;
}
.modal[data-modal=reservation] .chekstol.s059 {
  width: 37px;
  height: 59px;
  margin-top: 236px;
  margin-left: 165px;
}
.modal[data-modal=reservation] .chekstol.s060 {
  width: 17px;
  height: 56px;
  margin-top: 166px;
  margin-left: 570px;
}
.modal[data-modal=reservation] .chekstol.s061 {
  width: 34px;
  height: 55px;
  margin-top: 166px;
  margin-left: 601px;
}
.modal[data-modal=reservation] .chekstol.s063 {
  width: 56px;
  margin-top: 319px;
  margin-left: 432px;
}
.modal[data-modal=reservation] .chekstol.s064 {
  width: 17px;
  height: 75px;
  margin-top: 255px;
  margin-left: 650px;
}
.modal[data-modal=reservation] .chekstol.s065 {
  width: 64px;
  height: 65px;
  margin-top: 332px;
  margin-left: 534px;
}
.modal[data-modal=reservation] .chekstol.s066 {
  width: 53px;
  height: 35px;
  margin-top: 363px;
  margin-left: 599px;
}
.modal[data-modal=reservation] .chekstol.s067 {
  width: 38px;
  height: 55px;
  margin-top: 64px;
  margin-left: 708px;
}
.modal[data-modal=reservation] .chekstol.s068 {
  width: 38px;
  height: 51px;
  margin-top: 120px;
  margin-left: 708px;
}
.modal[data-modal=reservation] .chekstol.s069 {
  width: 38px;
  height: 56px;
  margin-top: 172px;
  margin-left: 708px;
}
.modal[data-modal=reservation] .chekstol.s070 {
  width: 38px;
  height: 55px;
  margin-top: 249px;
  margin-left: 708px;
}
.modal[data-modal=reservation] .chekstol.s071 {
  width: 38px;
  height: 58px;
  margin-top: 320px;
  margin-left: 708px;
}
.modal[data-modal=reservation] .chekstol.s072 {
  width: 49px;
  height: 15px;
  margin-top: 413px;
  margin-left: 644px;
}
.modal[data-modal=reservation] .chekstol.s073 {
  width: 50px;
  height: 15px;
  margin-top: 413px;
  margin-left: 695px;
}
.modal[data-modal=reservation] .chekstol.s114 {
  width: 23px;
  height: 67px;
  margin-top: 15px;
  margin-left: 544px;
}
.modal[data-modal=reservation] .chekstol.s115 {
  width: 65px;
  height: 67px;
  margin-top: 14px;
  margin-left: 564px;
}
.modal[data-modal=reservation] .chekstol.s116 {
  width: 86px;
  height: 88px;
  margin-top: 19px;
  margin-left: 637px;
}
.modal[data-modal=reservation] .chekstol.s117 {
  width: 56px;
  height: 58px;
  margin-top: 99px;
  margin-left: 546px;
}
.modal[data-modal=reservation] .chekstol.s118 {
  width: 56px;
  height: 58px;
  margin-top: 99px;
  margin-left: 605px;
}
.modal[data-modal=reservation] .chekstol.s119 {
  width: 64px;
  height: 41px;
  margin-top: 162px;
  margin-left: 525px;
}
.modal[data-modal=reservation] .chekstol.s120 {
  width: 67px;
  height: 43px;
  margin-top: 208px;
  margin-left: 533px;
}
.modal[data-modal=reservation] .chekstol.s121 {
  width: 67px;
  height: 62px;
  margin-top: 251px;
  margin-left: 532px;
}
.modal[data-modal=reservation] .chekstol.s122 {
  width: 51px;
  height: 65px;
  margin-top: 247px;
  margin-left: 592px;
}
.modal[data-modal=reservation] .chekstol.s123 {
  width: 26px;
  height: 70px;
  margin-top: 162px;
  margin-left: 626px;
}
.modal[data-modal=reservation] .chekstol.s124 {
  width: 48px;
  height: 43px;
  margin-top: 182px;
  margin-left: 678px;
}
.modal[data-modal=reservation] .chekstol.s126 {
  width: 54px;
  height: 84px;
  margin-top: 202px;
  margin-left: 122px;
}
.modal[data-modal=reservation] .chekstol.s127 {
  width: 54px;
  height: 84px;
  margin-top: 292px;
  margin-left: 122px;
}
.modal[data-modal=reservation] .chekstol.s128 {
  width: 54px;
  height: 90px;
  margin-top: 383px;
  margin-left: 122px;
}
.modal[data-modal=reservation] .chekstol.s129 {
  width: 79px;
  height: 127px;
  margin-top: 289px;
  margin-left: 252px;
}
.modal[data-modal=reservation] .chekstol.s130 {
  width: 100px;
  height: 60px;
  margin-top: 356px;
  margin-left: 226px;
}
.modal[data-modal=reservation] .chekstol.s131 {
  width: 85px;
  height: 55px;
  margin-top: 246px;
  margin-left: 332px;
}
.modal[data-modal=reservation] .chekstol.s132 {
  width: 85px;
  height: 55px;
  margin-top: 246px;
  margin-left: 422px;
}
.modal[data-modal=reservation] .chekstol.s133 {
  width: 83px;
  height: 55px;
  margin-top: 336px;
  margin-left: 332px;
}
.modal[data-modal=reservation] .chekstol.s134 {
  width: 83px;
  height: 54px;
  margin-top: 336px;
  margin-left: 423px;
}
.modal[data-modal=reservation] .chekstol.s135 {
  width: 112px;
  height: 27px;
  margin-top: 399px;
  margin-left: 341px;
}
.modal[data-modal=reservation] .chekstol.s136 {
  width: 54px;
  height: 27px;
  margin-top: 399px;
  margin-left: 464px;
}
.modal[data-modal=reservation] .chekstol.s137 {
  width: 82px;
  height: 53px;
  margin-top: 476px;
  margin-left: 231px;
}
.modal[data-modal=reservation] .chekstol.s138 {
  width: 82px;
  height: 53px;
  margin-top: 477px;
  margin-left: 323px;
}
.modal[data-modal=reservation] .chekstol.s139 {
  width: 82px;
  height: 53px;
  margin-top: 477px;
  margin-left: 414px;
}
.modal[data-modal=reservation] .chekstol.s140 {
  width: 82px;
  height: 53px;
  margin-top: 477px;
  margin-left: 505px;
}
.modal[data-modal=reservation] .chekstol.v001 {
  width: 57px;
  height: 34px;
  left: 317px;
  top: 361px;
}
.modal[data-modal=reservation] .chekstol.v002 {
  width: 50px;
  height: 33px;
  left: 266px;
  top: 361px;
}
.modal[data-modal=reservation] .chekstol.v003 {
  width: 72px;
  height: 34px;
  left: 166px;
  top: 310px;
  transform: rotate(49deg);
}
.modal[data-modal=reservation] .chekstol.v004 {
  width: 56px;
  height: 34px;
  left: 200px;
  top: 274px;
  transform: rotate(49deg);
}
.modal[data-modal=reservation] .chekstol.v005 {
  width: 54px;
  height: 33px;
  left: 126px;
  top: 254px;
  transform: rotate(49deg);
}
.modal[data-modal=reservation] .chekstol.v006 {
  width: 55px;
  height: 34px;
  left: 159px;
  top: 226px;
  transform: rotate(49deg);
}
.modal[data-modal=reservation] .chekstol.v007 {
  width: 63px;
  height: 46px;
  left: 89px;
  top: 200px;
  transform: rotate(49deg);
}
.modal[data-modal=reservation] .chekstol.v008 {
  width: 63px;
  height: 46px;
  left: 124px;
  top: 170px;
  transform: rotate(49deg);
}
.modal[data-modal=reservation] .chekstol.v009 {
  width: 37px;
  height: 37px;
  left: 553px;
  top: 268px;
  transform: rotate(50deg);
}
.modal[data-modal=reservation] .chekstol.v010 {
  width: 37px;
  height: 39px;
  left: 587px;
  top: 237px;
  transform: rotate(49deg);
}
.modal[data-modal=reservation] .chekstol.v011 {
  width: 53px;
  height: 34px;
  left: 601px;
  top: 295px;
  transform: rotate(-40deg);
}
.modal[data-modal=reservation] .chekstol.v012 {
  width: 54px;
  height: 34px;
  left: 559px;
  top: 331px;
  transform: rotate(-40deg);
}
.modal[data-modal=reservation] .chekstol.v013 {
  width: 57px;
  height: 34px;
  left: 500px;
  top: 362px;
}
.modal[data-modal=reservation] .chekstol.v014 {
  width: 54px;
  height: 34px;
  left: 445px;
  top: 362px;
}
.modal[data-modal=reservation] .chekstol.l001 {
  width: 53px;
  height: 22px;
  top: 543px;
  left: 562px;
}
.modal[data-modal=reservation] .chekstol.l002 {
  width: 62px;
  height: 36px;
  left: 497px;
  top: 538px;
}
.modal[data-modal=reservation] .chekstol.l003 {
  width: 61px;
  height: 36px;
  left: 435px;
  top: 538px;
}
.modal[data-modal=reservation] .chekstol.l004 {
  width: 66px;
  height: 36px;
  left: 368px;
  top: 538px;
}
.modal[data-modal=reservation] .chekstol.l005 {
  width: 36px;
  height: 57px;
  top: 442px;
  left: 370px;
}
.modal[data-modal=reservation] .chekstol.l006 {
  width: 22px;
  height: 52px;
  top: 448px;
  left: 482px;
  transform: rotate(-46deg);
}
.modal[data-modal=reservation] .chekstol.l007 {
  width: 36px;
  height: 57px;
  top: 381px;
  left: 370px;
}
.modal[data-modal=reservation] .chekstol.l008 {
  width: 59px;
  height: 36px;
  left: 467px;
  top: 305px;
  transform: rotate(-45deg);
}
.modal[data-modal=reservation] .chekstol.l009 {
  width: 59px;
  height: 36px;
  left: 511px;
  top: 260px;
  transform: rotate(-45deg);
}
.modal[data-modal=reservation] .chekstol.l010 {
  width: 59px;
  height: 36px;
  left: 587px;
  top: 335px;
  transform: rotate(45deg);
}
.modal[data-modal=reservation] .chekstol.l011 {
  width: 60px;
  height: 60px;
  left: 670px;
  top: 410px;
  border-radius: 100%;
  overflow: hidden;
}
.modal[data-modal=reservation] .chekstol.l012 {
  width: 42px;
  height: 55px;
  left: 587px;
  top: 425px;
}
.modal[data-modal=reservation] .chekstol.l013 {
  width: 40px;
  height: 62px;
  left: 506px;
  top: 413px;
  transform: rotate(-45deg);
}
.modal[data-modal=reservation] .chekstol.k001 {
  width: 44px;
  height: 38px;
  left: 696px;
  top: 258px;
}
.modal[data-modal=reservation] .chekstol.k002 {
  width: 22px;
  height: 64px;
  left: 649px;
  top: 238px;
}
.modal[data-modal=reservation] .chekstol.k003 {
  width: 44px;
  height: 61px;
  left: 619px;
  top: 316px;
}
.modal[data-modal=reservation] .chekstol.k004 {
  width: 59px;
  height: 51px;
  left: 560px;
  top: 326px;
}
.modal[data-modal=reservation] .chekstol.k005 {
  width: 62px;
  height: 49px;
  left: 560px;
  top: 281px;
}
.modal[data-modal=reservation] .chekstol.k006 {
  width: 56px;
  height: 39px;
  left: 557px;
  top: 237px;
}
.modal[data-modal=reservation] .chekstol.k007 {
  width: 23px;
  height: 56px;
  left: 532px;
  top: 272px;
}
.modal[data-modal=reservation] .chekstol.k008 {
  width: 39px;
  height: 36px;
  left: 519px;
  top: 347px;
}
.modal[data-modal=reservation] .chekstol.k009 {
  width: 42px;
  height: 35px;
  left: 473px;
  top: 348px;
}
.modal[data-modal=reservation] .chekstol.k010 {
  width: 59px;
  height: 42px;
  left: 312px;
  top: 338px;
}
.modal[data-modal=reservation] .chekstol.k011 {
  width: 59px;
  height: 42px;
  left: 245px;
  top: 338px;
}
.modal[data-modal=reservation] .chekstol.k012 {
  width: 59px;
  height: 42px;
  left: 165px;
  top: 338px;
}
.modal[data-modal=reservation] .chekstol.k013 {
  width: 59px;
  height: 42px;
  left: 105px;
  top: 341px;
}
.modal[data-modal=reservation] .chekstol.k014 {
  width: 43px;
  height: 43px;
  left: 105px;
  top: 286px;
}
.modal[data-modal=reservation] .chekstol.k015 {
  width: 43px;
  height: 43px;
  left: 157px;
  top: 286px;
}
.modal[data-modal=reservation] .chekstol.k016 {
  width: 50px;
  height: 49px;
  left: 631px;
  top: 182px;
}
.modal[data-modal=reservation] .chekstol.k017 {
  width: 20px;
  height: 61px;
  left: 573px;
  top: 102px;
}
.modal[data-modal=reservation] .chekstol.k018 {
  width: 42px;
  height: 62px;
  left: 607px;
  top: 102px;
}
.modal[data-modal=reservation] .chekstol.k019 {
  width: 65px;
  height: 65px;
  left: 666px;
  top: 115px;
  overflow: hidden;
  border-radius: 100%;
}
.modal[data-modal=reservation] .chekstol.ku001 {
  width: 52px;
  height: 34px;
  left: 464px;
  top: 485px;
}
.modal[data-modal=reservation] .chekstol.ku002 {
  width: 41px;
  height: 59px;
  left: 464px;
  top: 413px;
  transform: rotate(7deg);
}
.modal[data-modal=reservation] .chekstol.ku003 {
  width: 55px;
  height: 39px;
  left: 453px;
  top: 343px;
  transform: rotate(13deg);
}
.modal[data-modal=reservation] .chekstol.ku004 {
  width: 54px;
  height: 37px;
  left: 361px;
  top: 403px;
}
.modal[data-modal=reservation] .chekstol.ku005 {
  width: 36px;
  height: 54px;
  left: 368px;
  top: 302px;
  transform: rotate(13deg);
}
.modal[data-modal=reservation] .chekstol.ku006 {
  width: 36px;
  height: 33px;
  left: 342px;
  top: 225px;
  transform: rotate(13deg);
}
.modal[data-modal=reservation] .chekstol.ku007 {
  width: 56px;
  height: 33px;
  left: 354px;
  top: 175px;
  transform: rotate(13deg);
}
.modal[data-modal=reservation] .chekstol.ku008 {
  width: 38px;
  height: 33px;
  left: 435px;
  top: 185px;
  transform: rotate(13deg);
}
.modal[data-modal=reservation] .chekstol.ku009 {
  width: 38px;
  height: 34px;
  left: 423px;
  top: 241px;
  transform: rotate(13deg);
}
.modal[data-modal=reservation] .chekstol.ku010 {
  width: 49px;
  height: 22px;
  left: 414px;
  top: 306px;
  transform: rotate(13deg);
}
.modal[data-modal=reservation] .chekstol.ku011 {
  width: 49px;
  height: 22px;
  left: 467px;
  top: 318px;
  transform: rotate(13deg);
}
.modal[data-modal=reservation] .chekstol.ku012 {
  width: 54px;
  height: 34px;
  left: 487px;
  top: 244px;
  transform: rotate(13deg);
}
.modal[data-modal=reservation] .chekstol.ku013 {
  width: 34px;
  height: 55px;
  left: 581px;
  top: 257px;
  transform: rotate(13deg);
}
.modal[data-modal=reservation] .chekstol.ku014 {
  width: 34px;
  height: 55px;
  left: 570px;
  top: 341px;
}
.modal[data-modal=reservation] .chekstol.ku015 {
  width: 34px;
  height: 55px;
  left: 570px;
  top: 403px;
}
.modal[data-modal=reservation] .chekstol.g001 {
  width: 66px;
  height: 40px;
  left: 557px;
  top: 470px;
}
.modal[data-modal=reservation] .chekstol.g002 {
  width: 36px;
  height: 41px;
  left: 492px;
  top: 470px;
}
.modal[data-modal=reservation] .chekstol.g003 {
  width: 66px;
  height: 41px;
  left: 418px;
  top: 470px;
}
.modal[data-modal=reservation] .chekstol.g004 {
  width: 66px;
  height: 41px;
  left: 351px;
  top: 470px;
}
.modal[data-modal=reservation] .chekstol.g005 {
  width: 66px;
  height: 41px;
  left: 284px;
  top: 470px;
}
.modal[data-modal=reservation] .chekstol.g006 {
  width: 66px;
  height: 41px;
  left: 217px;
  top: 470px;
}
.modal[data-modal=reservation] .chekstol.g007 {
  width: 71px;
  height: 41px;
  left: 151px;
  top: 470px;
}
.modal[data-modal=reservation] .chekstol.g008 {
  width: 66px;
  height: 41px;
  left: 73px;
  top: 470px;
}
.modal[data-modal=reservation] .chekstol.g009 {
  width: 66px;
  height: 41px;
  left: 64px;
  top: 387px;
}
.modal[data-modal=reservation] .chekstol.g010 {
  width: 41px;
  height: 66px;
  left: 185px;
  top: 174px;
}
.modal[data-modal=reservation] .chekstol.g011 {
  width: 41px;
  height: 66px;
  left: 185px;
  top: 106px;
}
.modal[data-modal=reservation] .chekstol.g012 {
  width: 41px;
  height: 66px;
  left: 269px;
  top: 106px;
}
.modal[data-modal=reservation] .chekstol.g013 {
  width: 41px;
  height: 66px;
  left: 269px;
  top: 181px;
}
.modal[data-modal=reservation] .chekstol.g014 {
  width: 41px;
  height: 66px;
  left: 269px;
  top: 255px;
}
.modal[data-modal=reservation] .chekstol.g015 {
  width: 41px;
  height: 66px;
  left: 269px;
  top: 330px;
}
.modal[data-modal=reservation] .chekstol.g016 {
  width: 41px;
  height: 42px;
  left: 389px;
  top: 303px;
}
.modal[data-modal=reservation] .chekstol.g017 {
  width: 65px;
  height: 41px;
  left: 529px;
  top: 291px;
}
.modal[data-modal=reservation] .chekstol.g018 {
  width: 65px;
  height: 41px;
  left: 597px;
  top: 291px;
}
.modal[data-modal=reservation] .chekstol.g019 {
  width: 65px;
  height: 41px;
  left: 664px;
  top: 291px;
}
.modal[data-modal=reservation] .chekstol.m001 {
  width: 111px;
  height: 78px;
  margin-top: 449px;
  margin-left: 309px;
}
.modal[data-modal=reservation] .chekstol.m002 {
  width: 111px;
  height: 78px;
  margin-top: 449px;
  margin-left: 122px;
}
.modal[data-modal=reservation] .chekstol.m003 {
  width: 111px;
  height: 78px;
  margin-top: 328px;
  margin-left: 122px;
}
.modal[data-modal=reservation] .chekstol.m004 {
  width: 111px;
  height: 78px;
  margin-top: 177px;
  margin-left: 122px;
}
.modal[data-modal=reservation] .chekstol.m005 {
  width: 111px;
  height: 78px;
  margin-top: 15px;
  margin-left: 110px;
}
.modal[data-modal=reservation] .chekstol.m006 {
  width: 111px;
  height: 78px;
  margin-top: 235px;
  margin-left: 293px;
}
.modal[data-modal=reservation] .chekstol.r001 {
  width: 128px;
  height: 93px;
  margin-top: 197px;
  margin-left: 328px;
}
.modal[data-modal=reservation] .chekstol.r002 {
  width: 127px;
  height: 64px;
  margin-top: 152px;
  margin-left: 485px;
}
.modal[data-modal=reservation] .chekstol.r003 {
  width: 128px;
  height: 93px;
  margin-top: 226px;
  margin-left: 487px;
}
.modal[data-modal=reservation] .chekstol.r004 {
  width: 118px;
  height: 101px;
  margin-top: 359px;
  margin-left: 370px;
}
.modal[data-modal=reservation] .chekstol.r005 {
  width: 89px;
  height: 109px;
  margin-top: 351px;
  margin-left: 264px;
}
.modal[data-modal=reservation] .chekstol.r006 {
  width: 89px;
  height: 109px;
  margin-top: 351px;
  margin-left: 154px;
}
@charset "UTF-8";
html {
  scroll-padding-top: 100px;
  width: 100vw;
  min-width: 320px;
  max-width: 1920px;
  min-height: 100vh;
  overflow-x: hidden;
}
html.scroll-brake {
  overflow: hidden;
}

body {
  font-size: 13px;
  color: #3C3C3C;
  font-family: "RobotoRegular";
  background: #F8F8F8;
  width: 100vw;
  min-width: 320px;
  max-width: 1920px;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
}
body.logged-user .individual-campaign-button,
body.logged-user .individual-campaign-wrap {
  display: block;
}
body:not(.logged-user) .percent,
body:not(.logged-user) .individual-campaign-button,
body:not(.logged-user) .individual-campaign-wrap {
  display: none !important;
}
@media only screen and (max-width: 1090px) {
  body header .mobile-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 1090px) {
  body header .mobile-show {
    display: flex !important;
  }
}
body [data-navigo] {
  cursor: pointer;
}
body .accent {
  color: #E41B47;
}
body #workspace {
  flex-direction: column;
  position: relative;
  align-items: center;
  display: flex;
  width: 100%;
  z-index: 100;
  padding-top: 20px;
  padding-bottom: 100px;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
@media only screen and (max-width: 629px) {
  body #workspace {
    padding-bottom: 20px;
  }
}
body #workspace.show {
  width: calc(100% - 240px);
}
@media only screen and (max-width: 850px) {
  body #workspace.show {
    width: 100%;
  }
}
body #workspace .content-wrapper {
  width: 100%;
  max-width: 1170px;
  flex-direction: column;
  position: relative;
  display: flex;
}
body #workspace header {
  z-index: 60;
  height: auto;
  box-shadow: 0 5px 10px 0 #e6e6e6;
}
body #workspace header .search-block {
  top: 0;
  right: 0;
  width: 0;
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
  display: flex;
}
body #workspace header .search-block.show {
  width: 100%;
}
body #workspace header .search-block .cross {
  cursor: pointer;
  z-index: 100;
  width: 20px;
  height: 20px;
  right: 30px;
  top: calc(50% - 10px);
  position: absolute;
  display: flex;
  background: url(/images/close-accent.png) no-repeat center center;
  background-size: 100%;
}
body #workspace header .search-block form {
  height: 100%;
  width: 100%;
  display: flex;
}
body #workspace header .search-block form .search-icon {
  z-index: 100;
  width: 20px;
  height: 20px;
  background-image: url(/images/search.svg) !important;
  position: absolute;
  left: 30px;
  top: calc(50% - 10px);
}
body #workspace header .search-block form input {
  border: none;
  padding-left: 60px;
}
body #workspace header .search-block form button {
  display: none;
}
body #workspace header.fixed-menu {
  position: fixed;
  right: 30px;
  top: 0;
  box-sizing: border-box;
  width: calc(100% - 240px - 60px);
}
@media only screen and (max-width: 850px) {
  body #workspace header.fixed-menu {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 479px) {
  body #workspace header.fixed-menu {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 479px) {
  body #workspace header.fixed-menu {
    right: initial;
  }
}
body #workspace #content {
  max-width: 1170px;
  width: calc(100% - 70px);
  padding: 0 30px;
  margin-top: 40px;
  position: relative;
  z-index: 19;
  height: 100%;
}
@media only screen and (max-width: 479px) {
  body #workspace #content {
    width: calc(100% - 30px);
  }
}
body #workspace footer {
  bottom: 0;
  left: 0;
  height: auto;
  position: absolute;
  z-index: 15;
}

header {
  position: relative;
  background: #fff;
  width: calc(100% - 60px - 60px);
  border-radius: 8px;
  height: 100%;
  padding: 10px 30px;
  margin: 0 auto;
}
@media only screen and (max-width: 479px) {
  header {
    width: calc(100% - 50px - 0px);
  }
}
@media only screen and (max-width: 479px) {
  header {
    padding: 10px;
  }
}
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1090px) {
  header .wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1090px) {
  header .wrapper {
    justify-content: space-between;
  }
}
header .hamburger-wrap {
  display: flex;
  align-items: center;
}
header .hamburger-wrap .percent {
  width: 30px;
  height: 30px;
  font-size: 30px;
  text-align: center;
  color: #E41B47;
  font-family: Lato;
  font-weight: 600;
  color: #2b2b2b;
  width: 40px;
  height: 40px;
  background: #c0d600;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 850px) {
  header .hamburger-wrap .percent {
    margin-left: 20px;
  }
}
header .navigation {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -10px;
}
@media only screen and (max-width: 1090px) {
  header .navigation {
    width: 100%;
  }
}
@media only screen and (max-width: 1090px) {
  header .navigation {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1090px) {
  header .navigation {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1090px) {
  header .navigation {
    margin-top: -5px;
  }
}
@media only screen and (max-width: 479px) {
  header .navigation {
    display: none;
  }
}
header .navigation .link {
  cursor: pointer;
  white-space: pre;
  font-size: 15px;
  margin: 10px 30px 0px 0px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
header .navigation .link:first-child {
  margin-left: 0;
}
header .navigation .link:last-child {
  margin-right: 0;
}
header .navigation .link:hover {
  color: #E41B47;
}
header .navigation .link.individual-campaign-button {
  background: #cadf00;
  padding: 10px 12px;
  border-radius: 8px;
}
@media only screen and (max-width: 1090px) {
  header .navigation .link {
    margin: 5px 5px 0px 0px;
  }
}
@media only screen and (max-width: 1199px) {
  header .navigation .link {
    line-height: 1.3;
  }
}
@media only screen and (max-width: 850px) {
  header .navigation .link {
    font-size: 14px;
  }
}
header .hamburger {
  width: 30px;
  display: none;
  cursor: pointer;
}
header .hamburger img {
  width: 100%;
}
@media only screen and (max-width: 850px) {
  header .hamburger {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  header .not-authorized .button {
    display: none;
  }
}
header .icon-authorized {
  width: 30px;
  height: 30px;
  background: url(/images/icon-authorized.svg) no-repeat center;
  display: none;
  background-size: contain;
}
@media only screen and (max-width: 479px) {
  header .icon-authorized {
    display: flex;
  }
}
header .control {
  display: flex;
  margin-left: 50px;
}
@media only screen and (max-width: 629px) {
  header .control {
    margin-left: 0;
  }
}
header .control .profile {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #E41B47;
  font-family: "RobotoMedium";
}
header .control .profile .tooltipster-block .tooltipster {
  transform: translate(0, -30px);
  flex-direction: column;
  width: initial;
  height: initial;
}
header .control .profile .tooltipster-block .tooltipster.visible {
  opacity: 1;
  transform: translate(0, 0);
}
header .control .profile .tooltipster-block .tooltipster:before {
  left: initial;
  right: 30px;
  transition: all 0.5s;
}
header .control .profile .tooltipster-block .tooltipster a {
  font-family: "RobotoRegular";
  color: #3C3C3C;
  background: transparent;
  transition: all 0.5s;
  padding: 12px 20px;
}
header .control .profile .tooltipster-block .tooltipster a:last-child {
  border-radius: 0 0 8px 8px;
}
header .control .profile .tooltipster-block .tooltipster a:first-child {
  border-radius: 8px 8px 0 0;
}
header .control .profile .tooltipster-block .tooltipster a:first-child ~ :before {
  background: #E41B47;
}
header .control .profile .tooltipster-block .tooltipster a:hover {
  color: #fff;
  background: #E41B47;
}
header .control .profile .user {
  cursor: pointer;
  align-items: center;
  display: flex;
}
header .control .profile .arrow {
  margin-top: 1px;
  margin-left: 8px;
  width: 12px;
  height: 10px;
  background-image: url(/images/arrow-accent.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
header .control .search {
  cursor: pointer;
  align-self: center;
  height: 22px;
}
@media only screen and (max-width: 479px) {
  header .control .search {
    display: none;
  }
}
header .control .search img {
  height: 100%;
}
header .control .cart {
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 8px;
  margin-left: 20px;
  margin-right: 20px;
  min-height: 42px;
  background: #E41B47;
  color: #fff;
  display: flex;
  align-items: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (max-width: 479px) {
  header .control .cart {
    margin-right: 0;
  }
}
header .control .cart:hover {
  background: rgb(205.2, 24.3, 63.9);
}
header .control .cart:hover .line {
  background: #E41B47;
}
header .control .cart .products {
  display: flex;
  align-items: center;
}
header .control .cart .products .icon {
  height: 20px;
}
header .control .cart .products .icon img {
  height: 100%;
}
header .control .cart .products .amount {
  margin-left: 6px;
}
header .control .cart .line {
  margin: 0 12px;
  height: 60%;
  width: 1px;
  background: rgb(205.2, 24.3, 63.9);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (max-width: 359px) {
  header .control .cart .line {
    display: none;
  }
}
header .control .cart .receipt {
  display: flex;
  align-items: center;
  min-width: 30px;
}
@media only screen and (max-width: 359px) {
  header .control .cart .receipt {
    display: none;
  }
}
header .control .cart .receipt .sum {
  margin-right: 6px;
}
header .control .gift {
  position: relative;
  bottom: 3px;
  display: none;
  width: 50px;
  height: 42px;
  margin-right: 10px;
  background: url("/images/gift.gif") no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 479px) {
  header .control .gift {
    display: none !important;
  }
}
header .control .gift__count {
  position: absolute;
  right: 8px;
  bottom: 0;
  min-width: 8px;
  padding: 3px;
  font-size: 8px;
  background: #E41B47;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  width: 100%;
  border-radius: 8px;
}
@media only screen and (max-width: 629px) {
  footer {
    display: none;
  }
}
footer .wrapper {
  width: calc(100% - 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 30px;
  height: 70px;
}
@media only screen and (max-width: 1199px) {
  footer .wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1199px) {
  footer .wrapper {
    justify-content: center;
  }
}
footer .navigation {
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  footer .navigation {
    width: 100%;
  }
}
footer .navigation .link {
  cursor: pointer;
  white-space: pre;
  font-size: 15px;
  margin: 0 15px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
footer .navigation .link:first-child {
  margin-left: 0;
}
footer .navigation .link:last-child {
  margin-right: 0;
}
footer .navigation .link:hover {
  color: #E41B47;
}
@media only screen and (max-width: 1199px) {
  footer .navigation .link {
    margin: 0px 10px 0px 0px;
  }
}
@media only screen and (max-width: 1199px) {
  footer .navigation .link {
    width: 100%;
  }
}
footer .store-buttons {
  height: 50%;
  justify-content: space-between;
  display: flex;
}
footer .store-buttons a {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  height: 100%;
  margin: 0 8px;
  background: #E41B47;
}
footer .store-buttons a:first-child {
  margin-left: 0;
}
footer .store-buttons a:last-child {
  margin-right: 0;
}
footer .store-buttons a img {
  height: 100%;
}

.shadow.active {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 111;
  left: 0;
  right: 0;
}

#menu {
  background: #E41B47;
  width: 240px;
  z-index: 1000;
  min-width: 240px;
  max-width: 240px;
  min-height: 100vh;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-left: -240px;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
@media only screen and (max-width: 850px) {
  #menu {
    height: 100vh;
  }
}
#menu.show {
  width: calc(100% - 240px);
}
@media only screen and (max-width: 850px) {
  #menu.show {
    position: fixed;
  }
}
@media only screen and (max-width: 850px) {
  #menu.show {
    left: -100%;
  }
}
@media only screen and (max-width: 359px) {
  #menu.show {
    max-width: 100%;
  }
}
@media only screen and (max-width: 359px) {
  #menu.show {
    width: 100%;
  }
}
#menu.active {
  left: 0;
}
#menu.active .shadow {
  pointer-events: initial;
  opacity: 1;
}
#menu .shadow {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -2;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s;
  pointer-events: none;
}
#menu #menu-content {
  width: 100%;
  z-index: 9999;
  background: #E41B47;
}
@media only screen and (max-width: 850px) {
  #menu #menu-content {
    overflow-y: auto;
  }
}
#menu #menu-content .close {
  cursor: pointer;
  margin: 20px 39px;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  background-image: url(/images/close-mobile.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  display: none;
}
@media only screen and (max-width: 359px) {
  #menu #menu-content .close {
    display: block;
  }
}
#menu #menu-content .mobileMainMenu {
  flex-wrap: wrap;
  width: calc(100% - 72px);
  display: none;
  position: relative;
  align-items: center;
  margin: 20px auto 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 479px) {
  #menu #menu-content .mobileMainMenu {
    display: flex;
  }
}
#menu #menu-content .mobileMainMenu .label {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  cursor: pointer;
}
#menu #menu-content .mobileMainMenu .label img {
  width: 35px;
  height: 30px;
  margin: 0 12px 0 3px;
}
#menu #menu-content .mobileMainMenu .menu-list {
  display: none;
  transition: 0.3s;
  width: 100%;
  padding-left: 10px;
  margin-left: 50px;
  border-left: 1px solid #fff;
}
#menu #menu-content .mobileMainMenu .menu-list .link {
  padding-left: 0;
}
#menu #menu-content .mobileMainMenu .menu-list.active {
  display: block;
}
#menu #menu-content .mobileMainMenu .arrow {
  right: 0;
  top: 5px;
  width: 10px;
  position: absolute;
}
#menu.show {
  margin-left: 0;
}
#menu .logotype-block .logotype {
  width: 100%;
  margin-bottom: -35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu .logotype-block .logotype img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 850px) {
  #menu .logotype-block {
    display: none;
  }
}
#menu .authorized {
  text-align: center;
  min-width: 100%;
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 359px) {
  #menu .authorized {
    padding: 0 39px;
  }
}
@media only screen and (max-width: 359px) {
  #menu .authorized {
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 359px) {
  #menu .authorized {
    display: flex;
  }
}
#menu .authorized .profile {
  cursor: pointer;
  margin: 0 auto;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto 0;
  background: #cadf00;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 17px;
  color: #758C0D;
}
@media only screen and (max-width: 359px) {
  #menu .authorized .profile {
    margin: 20px 0 0 0;
  }
}
#menu .authorized .profile .bonuses-block {
  display: flex;
  margin-left: 15px;
  justify-content: space-between;
}
#menu .authorized .profile .bonuses-block > div {
  transition: all 0.5s;
  min-width: 38px;
}
#menu .authorized .profile .bonuses-block > div.balance {
  color: #505f0b;
}
#menu .authorized .profile .bonuses-block > div.order {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 2px solid #758C0D;
}
#menu .authorized .profile .level {
  height: 32px;
  display: inline-block;
}
#menu .authorized .profile .level img {
  max-height: 100%;
}
#menu .navigation {
  width: 100%;
  margin-top: 10px;
}
#menu .navigation .link {
  display: flex;
  align-items: center;
  width: calc(100% - 72px);
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: transparent;
  color: #fff;
  font-size: 15px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#menu .navigation .link:hover {
  background: rgb(205.2, 24.3, 63.9);
}
#menu .navigation .img-container {
  width: 40px;
  height: 30px;
  margin-right: 12px;
}
#menu .navigation .img-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#menu .call-center {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  width: calc(100% - 60px);
  line-height: 1.5;
  padding: 0 30px;
  color: #fff;
  align-items: flex-start;
  padding-left: 32px;
}
@media only screen and (max-width: 359px) {
  #menu .call-center {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 479px) {
  #menu .call-center {
    padding-left: 39px;
  }
}
#menu .call-center a {
  display: flex;
  color: #fff;
  cursor: pointer;
  align-items: center;
  font-size: 17px;
}
#menu .call-center img {
  width: 18px;
  min-width: 18px;
  margin-right: 15px;
}
#menu .society {
  display: flex;
  padding: 0 30px;
  margin-bottom: 5px;
  margin-top: 20px;
  width: calc(100% - 70px);
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 359px) {
  #menu .society {
    width: calc(80% - 60px);
  }
}
#menu .society > a {
  width: 100%;
  margin: 10px auto;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 15px;
}
#menu .society > a > img {
  max-height: 37px;
}
#menu .society > a:first-child {
  margin-left: 0;
}
#menu .society > a:last-child {
  margin-right: 0;
}
#menu .individual-campaign-block {
  padding: 15px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#menu .individual-campaign-block img {
  width: 152px;
  height: 86px;
  margin-bottom: -5px;
}
#menu .individual-campaign-block .leaders-wrap {
  width: 167px;
  height: 148px;
  background: #fff;
  border-radius: 9px;
  padding: 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#menu .individual-campaign-block .leaders-wrap .title {
  font-size: 10px;
}
#menu .individual-campaign-block .leaders-wrap .letters-line,
#menu .individual-campaign-block .leaders-wrap .digits-line {
  display: flex;
  justify-content: center;
  padding-left: 13px;
  margin-top: 10px;
}
#menu .individual-campaign-block .leaders-wrap .digits-line {
  margin-top: 15px;
}
#menu .individual-campaign-block .leaders-wrap .letter-block,
#menu .individual-campaign-block .leaders-wrap .digit-block {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  margin-right: 6px;
}
#menu .individual-campaign-block .leaders-wrap .letter-block:nth-child(2) .letter,
#menu .individual-campaign-block .leaders-wrap .digit-block:nth-child(2) .letter {
  background: #e2817e;
}
#menu .individual-campaign-block .leaders-wrap .letter-block:nth-child(3) .letter,
#menu .individual-campaign-block .leaders-wrap .digit-block:nth-child(3) .letter {
  background: #ecaeac;
}
#menu .individual-campaign-block .leaders-wrap .letter-block:nth-child(5) .number,
#menu .individual-campaign-block .leaders-wrap .digit-block:nth-child(5) .number {
  background: #deeb5f;
}
#menu .individual-campaign-block .leaders-wrap .letter-block:nth-child(6) .number,
#menu .individual-campaign-block .leaders-wrap .digit-block:nth-child(6) .number {
  background: #eaf298;
}
#menu .individual-campaign-block .leaders-wrap .letter-block .letter,
#menu .individual-campaign-block .leaders-wrap .letter-block .digit,
#menu .individual-campaign-block .leaders-wrap .digit-block .letter,
#menu .individual-campaign-block .leaders-wrap .digit-block .digit {
  width: 22px;
  height: 22px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  border-radius: 2px;
  margin-right: 2px;
}
#menu .individual-campaign-block .leaders-wrap .letter-block .letter,
#menu .individual-campaign-block .leaders-wrap .digit-block .letter {
  background: red;
  color: #fff;
}
#menu .individual-campaign-block .leaders-wrap .letter-block .digit,
#menu .individual-campaign-block .leaders-wrap .digit-block .digit {
  color: #404040;
  background: #cadf00;
}
#menu .individual-campaign-block .leaders-wrap .letter-block .percent,
#menu .individual-campaign-block .leaders-wrap .digit-block .percent {
  font-size: 11.5px;
  line-height: 22px;
  display: flex;
  align-items: baseline;
  width: 22px;
}
#menu .individual-campaign-block .leaders-wrap a {
  width: 100%;
}
#menu .individual-campaign-block .leaders-wrap a .button {
  margin-top: 15px;
  height: 27px;
  box-sizing: border-box;
  width: 100%;
  font-size: 13px;
  border-radius: 7px;
}
#menu .line {
  height: 1px;
  background: #fff;
  margin: 15px auto 0;
  width: calc(100% - 60px);
}

#preloader {
  background: #F8F8F8;
  min-height: 100%;
  width: 100%;
  position: fixed;
  z-index: 50;
  right: 0;
  top: 0;
  color: #E41B47;
  transition: width 1s;
}
#preloader.show {
  width: calc(100% - 240px);
}
@media only screen and (max-width: 850px) {
  #preloader.show {
    width: 100%;
  }
}
#preloader .wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#preloader .loader {
  width: 40px;
  height: 40px;
  background: url(/images/preloader.svg?hash=11351705307) center center no-repeat;
  background-size: 100%;
}
#preloader .title {
  font-family: "RobotoRegular";
  font-size: 36px;
  margin: 20px 0 10px;
}
#preloader .subtitle {
  font-family: "RobotoLight";
  font-size: 16px;
  opacity: 0.7;
}

#content[data-page=home] .content-block .order {
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 #e6e6e6;
}
#content[data-page=home] .content-block .order.one-click {
  background: #fff url(/images/one-click-background.svg) no-repeat 100% 100%;
  background-size: auto 90%;
}
#content[data-page=home] .content-block .order.one-click .cross {
  cursor: pointer;
  min-width: 12px;
  width: 12px;
  height: 12px;
  display: inline-flex;
  background-image: url(/images/close-item.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: all 0.5s;
  margin-left: 8px;
}
#content[data-page=home] .content-block .order.one-click .cross:hover {
  background-image: url(/images/close-accent.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
#content[data-page=home] .content-block .order.assessment {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: #fff url(/images/assessment-order-background.png) no-repeat 100% 100%;
  background-size: auto 90%;
}
#content[data-page=home] .content-block .order.assessment .order-buttons {
  display: flex;
  width: calc(100% - 40px);
}
#content[data-page=home] .content-block .order.assessment .order-buttons .button {
  width: 100%;
}
#content[data-page=home] .content-block .order .order-information {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content[data-page=home] .content-block .order .order-information .price {
  font-size: 17px;
}
#content[data-page=home] .content-block .order .order-information .title {
  font-family: "RobotoMedium";
  font-size: 19px;
}
#content[data-page=home] .content-block .order .order-information > div {
  display: flex;
  align-items: center;
}
#content[data-page=home] .content-block .order .order-products {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
#content[data-page=home] .content-block .order .order-products .one-click-icon {
  width: 60px;
  border-radius: 8px;
  margin: 0 5px;
}
#content[data-page=home] .content-block .order .order-products .one-click-icon img {
  width: 100%;
}
#content[data-page=home] .content-block .order .order-products .one-click-icon:first-child {
  margin-left: 0;
}
#content[data-page=home] .content-block .order .order-products .one-click-icon:last-child {
  margin-right: 0;
}
#content[data-page=home] .content-block .order .order-buttons {
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
}
#content[data-page=home] .content-block .order .order-buttons .button {
  width: 60%;
}
#content[data-page=home] .content-block .order .order-buttons .button.transparent {
  width: 40%;
}
#content[data-page=home] .content-block .order .order-buttons > div {
  margin: 0 8px;
}
#content[data-page=home] .content-block .order .order-buttons > div:first-child {
  margin-left: 0;
}
#content[data-page=home] .content-block .order .order-buttons > div:last-child {
  margin-right: 0;
}
#content[data-page=home] .article p {
  color: rgba(60, 60, 60, 0.85);
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.5;
}
#content[data-page=home] .article p:first-of-type {
  margin-top: 0;
}
#content[data-page=home] .article p:last-of-type {
  margin-bottom: 0;
}
#content[data-page=home] .article h1,
#content[data-page=home] .article h2,
#content[data-page=home] .article h3 {
  color: rgba(60, 60, 60, 0.95);
  margin: 30px 0 15px;
  font-size: 25px;
}
#content[data-page=home] .campaigns .content > div {
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 #e6e6e6;
}
@media only screen and (max-width: 629px) {
  #content[data-page=home] .campaigns .content > div {
    margin: 0 auto 30px;
  }
}
#content[data-page=home] .campaigns .content > div .сampaign {
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
  background-size: 100% 100% !important;
}
#content[data-page=home] .assessment-orders .assessment-description {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(66.66% - 10px);
  margin-right: 0;
}
@media only screen and (max-width: 629px) {
  #content[data-page=home] .assessment-orders .assessment-description {
    width: 100%;
  }
}
#content[data-page=home] .assessment-orders .assessment-description .information {
  padding: 30px 0px 30px 30px;
}
@media only screen and (max-width: 629px) {
  #content[data-page=home] .assessment-orders .assessment-description .picture {
    display: none;
  }
}
#content[data-page=home] .assessment-orders .assessment-description .subtitle {
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.5;
  opacity: 0.9;
  margin-bottom: 25px;
  padding-right: 50px;
}
#content[data-page=home] .assessment-orders .assessment-description .title {
  font-family: "RobotoMedium";
  font-size: 19px;
}
#content[data-page=home] .assessment-orders .assessment-description .rating {
  display: flex;
}
#content[data-page=home] .slider {
  position: relative;
}
@media only screen and (max-width: 359px) {
  #content[data-page=home] .slider {
    display: none;
  }
}
#content[data-page=home] .slider .owl-carousel {
  box-shadow: 0 5px 10px 0 #e6e6e6;
  border-radius: 8px;
}
#content[data-page=home] .slider .owl-stage {
  overflow: visible;
}
#content[data-page=home] .slider .owl-stage-outer {
  overflow: hidden;
}
#content[data-page=home] .slider .slide {
  box-shadow: 0 5px 10px 0 #e6e6e6;
  border-radius: 8px;
}
#content[data-page=home] .slider .slide img {
  border-radius: 8px;
}
#content[data-page=home] .slider .owl-item {
  opacity: 0;
}
#content[data-page=home] .slider .owl-item.active {
  opacity: 1;
}
#content[data-page=home] .slider .owl-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 20px;
  z-index: 100;
  position: absolute;
  bottom: 20px;
}
@media only screen and (max-width: 479px) {
  #content[data-page=home] .slider .owl-dots {
    position: initial;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=home] .slider .owl-dots {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=home] .slider .owl-dots {
    bottom: 0;
  }
}
#content[data-page=home] .slider .owl-dots .owl-dot {
  position: relative;
  height: 20px;
  width: 20px;
  border-radius: 100px;
  margin: 0 5px;
  background-color: #fff;
}
@media only screen and (max-width: 479px) {
  #content[data-page=home] .slider .owl-dots .owl-dot {
    background-color: #e8e8e8;
  }
}
#content[data-page=home] .slider .owl-dots .owl-dot:first-child {
  margin-left: 0;
}
#content[data-page=home] .slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
#content[data-page=home] .slider .owl-dots .owl-dot:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 4px;
  left: 4px;
  border-radius: 100px;
  opacity: 0;
  background: #C9C9C9;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#content[data-page=home] .slider .owl-dots .owl-dot.active:after {
  opacity: 1;
}
@media only screen and (max-width: 479px) {
  #content[data-page=home] .campaigns .content-title {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=home] .campaigns .content-title .accent {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=home] .campaigns .content-title .accent {
    margin: 20px 0 0;
  }
}
#content[data-page=home] .hot {
  width: 14px;
  height: 20px;
  background: url(/images/hot.png) no-repeat center;
  display: flex;
  background-size: cover;
  margin-left: 10px;
}
#content[data-page=home] .order-information-day {
  padding: 0 20px;
  margin-top: 15px;
}
#content[data-page=home] .order-information-day span {
  font-size: 15px;
  color: #E41B47;
}

#content[data-page=campaign] .campaign .content {
  background: #fff;
  box-shadow: 0 5px 10px 0 #e6e6e6;
  border-radius: 8px;
}
#content[data-page=campaign] .campaign .content .banner {
  width: 100%;
}
#content[data-page=campaign] .campaign .content .information {
  padding: 30px;
}
#content[data-page=campaign] .campaign .content .information .title {
  font-family: "RobotoMedium";
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 20px;
}
#content[data-page=campaign] .campaign .content .information .description,
#content[data-page=campaign] .campaign .content .information .instruction {
  opacity: 0.85;
  font-size: 15px;
  line-height: 1.5;
  font-family: "RobotoRegular";
}
#content[data-page=campaign] .campaign .content .information .instruction {
  margin-top: 2%;
}
#content[data-page=campaign] .campaign .content .information .button {
  max-width: 180px;
  margin-top: 30px;
}
#content[data-page=campaign] .campaign .content .information .button-wrap {
  display: flex;
  align-content: center;
  margin-top: 30px;
}
#content[data-page=campaign] .campaign .content .information .button-wrap .button {
  margin-top: 0;
}
#content[data-page=campaign] .campaign .content .information-instruction {
  padding-left: 0;
  padding-bottom: 0;
}
#content[data-page=campaign] .subscription {
  min-height: 160px;
  margin-top: 40px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 5px 10px 0 #e6e6e6;
  border-radius: 8px;
  background-image: url(/images/subscription-background.svg);
  background-repeat: no-repeat;
  background-size: auto calc(100% - 60px);
  background-position: 95% 30px;
}
#content[data-page=campaign] .subscription .title {
  font-family: "RobotoMedium";
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 10px;
}
#content[data-page=campaign] .subscription .description {
  opacity: 0.85;
  font-size: 15px;
  line-height: 1.5;
  font-family: "RobotoRegular";
}
#content[data-page=campaign] .subscription form {
  margin-top: 30px;
}
#content[data-page=campaign] .subscription form .merged {
  max-width: 480px;
}
#content[data-page=campaign] .subscription form .merged .button {
  min-width: 160px;
}
@media only screen and (max-width: 479px) {
  #content[data-page=campaign] .subscription form .merged {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=campaign] .subscription form .merged {
    justify-content: center;
  }
}

#content[data-page=campaigns] .content-title {
  justify-content: flex-start;
  margin-bottom: 10px;
  font-size: 0;
}
#content[data-page=campaigns] .campaigns-switcher {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
}
#content[data-page=campaigns] .campaigns-switcher .value {
  transition: color 250ms;
  margin-right: 25px;
  margin-bottom: 30px;
  color: #C9C9C9;
  cursor: pointer;
  font-size: 24px;
}
#content[data-page=campaigns] .campaigns-switcher .value:last-child {
  margin-right: 0;
}
#content[data-page=campaigns] .campaigns-switcher .value:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-right: 10px;
  background: url(/images/campaigns-uncheck.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: background 250ms;
}
#content[data-page=campaigns] .campaigns-switcher .value.active {
  color: #E41B47;
}
#content[data-page=campaigns] .campaigns-switcher .value.active:before {
  background: url(/images/campaigns-check.svg);
}
#content[data-page=campaigns] .campaign {
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 629px) {
  #content[data-page=campaigns] .campaign {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 629px) {
  #content[data-page=campaigns] .campaign {
    flex-direction: column-reverse;
  }
}
#content[data-page=campaigns] .campaign .information {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 30px;
  width: 65%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1090px) {
  #content[data-page=campaigns] .campaign .information {
    width: 100%;
  }
}
#content[data-page=campaigns] .campaign .information .title {
  font-family: "RobotoMedium";
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media only screen and (max-width: 479px) {
  #content[data-page=campaigns] .campaign .information .title {
    display: flex;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=campaigns] .campaign .information .title {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=campaigns] .campaign .information .title {
    align-items: center;
  }
}
#content[data-page=campaigns] .campaign .information .title .mobile-button {
  display: none;
}
@media only screen and (max-width: 479px) {
  #content[data-page=campaigns] .campaign .information .title .mobile-button {
    display: flex;
  }
}
#content[data-page=campaigns] .campaign .information .description {
  opacity: 0.85;
  font-size: 15px;
  line-height: 1.5;
  font-family: "RobotoRegular";
}
#content[data-page=campaigns] .campaign .information .buttons {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  #content[data-page=campaigns] .campaign .information .buttons {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=campaigns] .campaign .information .buttons {
    justify-content: center;
  }
}
#content[data-page=campaigns] .campaign .information .buttons > div {
  display: flex;
}
@media only screen and (max-width: 479px) {
  #content[data-page=campaigns] .campaign .information .buttons > div {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=campaigns] .campaign .information .buttons > div {
    justify-content: center;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=campaigns] .campaign .information .buttons > div {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=campaigns] .campaign .information .buttons > div {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=campaigns] .campaign .information .buttons > div div {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=campaigns] .campaign .information .buttons > div div {
    margin: 20px 0px 0px !important;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=campaigns] .campaign .information .buttons .desk-button {
    display: none !important;
  }
}
#content[data-page=campaigns] .campaign .information .buttons .date {
  display: none;
}
#content[data-page=campaigns] .campaign .information .buttons .button {
  max-width: 180px;
  margin: 0 8px;
}
#content[data-page=campaigns] .campaign .information .buttons .button.individual-campaign-button {
  background: #cadf00;
  color: #404040;
}
#content[data-page=campaigns] .campaign .information .buttons .button:first-child {
  margin-left: 0;
}
#content[data-page=campaigns] .campaign .information .buttons .button:last-child {
  margin-right: 0;
}
#content[data-page=campaigns] .campaign .preview {
  min-height: 260px;
  width: 35%;
}
@media only screen and (max-width: 629px) {
  #content[data-page=campaigns] .campaign .preview {
    width: 100%;
  }
}
@media only screen and (max-width: 629px) {
  #content[data-page=campaigns] .campaign .preview {
    min-height: 60vw;
  }
}

#content[data-page=constructor] .constructor-block {
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 #e6e6e6;
  background: #fff;
  padding: 30px;
}
#content[data-page=constructor] .constructor-block .content {
  justify-content: space-between;
}
@media only screen and (max-width: 629px) {
  #content[data-page=constructor] .constructor-block .content {
    flex-direction: column-reverse;
  }
}
#content[data-page=constructor] .constructor-block .content > div {
  margin: 0 30px;
  width: calc(50% - 30px);
}
@media only screen and (max-width: 629px) {
  #content[data-page=constructor] .constructor-block .content > div {
    width: 100%;
  }
}
@media only screen and (max-width: 629px) {
  #content[data-page=constructor] .constructor-block .content > div {
    margin: 0 0 20px;
  }
}
#content[data-page=constructor] .constructor-block .content > div:first-child {
  margin-left: 0;
}
#content[data-page=constructor] .constructor-block .content > div:last-child {
  margin-right: 0;
  text-align: center;
}
#content[data-page=constructor] .constructor-block .pizza .image {
  position: relative;
}
#content[data-page=constructor] .constructor-block .pizza .image > div {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
#content[data-page=constructor] .constructor-block .pizza .image > div img {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
#content[data-page=constructor] .constructor-block .pizza .image > div > div {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
#content[data-page=constructor] .constructor-block .pizza .image .default {
  width: 100%;
  z-index: 0;
  position: relative;
}
#content[data-page=constructor] .constructor-block .pizza .image .default img {
  width: 100%;
  position: relative;
}
#content[data-page=constructor] .constructor-block .pizza .image .sauce {
  z-index: 1;
}
#content[data-page=constructor] .constructor-block .pizza .image img {
  width: 100%;
}
#content[data-page=constructor] .constructor-block .pizza .button {
  margin: 0 auto;
  display: inline-flex;
  margin-top: 30px;
}
#content[data-page=constructor] .constructor-block .steps .step {
  display: none;
  flex-direction: column;
}
#content[data-page=constructor] .constructor-block .steps .step .back {
  cursor: pointer;
  font-size: 15px;
  margin: 15px 0 25px;
  height: 22px;
  color: #cecece;
  display: flex;
  transition: all 0.5s;
  align-items: center;
}
#content[data-page=constructor] .constructor-block .steps .step .back .arrow {
  margin-right: 15px;
  width: 6px;
  height: 10px;
  background: url(/images/arrow-back.svg?hash=11351705307) center center/100% no-repeat;
  transition: all 0.5s;
}
#content[data-page=constructor] .constructor-block .steps .step .back:hover {
  color: #E41B47;
}
#content[data-page=constructor] .constructor-block .steps .step .back:hover .arrow {
  background: url(/images/arrow-back-accent.svg?hash=11351705307) center center/100% no-repeat;
}
#content[data-page=constructor] .constructor-block .steps .step .title {
  font-size: 19px;
  margin-bottom: 20px;
}
#content[data-page=constructor] .constructor-block .steps .step .sauces {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#content[data-page=constructor] .constructor-block .steps .step .sauces > div {
  width: calc(50% - 10px);
  margin: 0 10px 10px;
}
#content[data-page=constructor] .constructor-block .steps .step .sauces > div:nth-child(odd) {
  margin-left: 0;
}
#content[data-page=constructor] .constructor-block .steps .step .sauces > div:nth-child(even) {
  margin-right: 0;
}
#content[data-page=constructor] .constructor-block .steps .step .parametres {
  max-width: 520px;
}
#content[data-page=constructor] .constructor-block .steps .step .parametres > div {
  margin: 15px 0;
}
#content[data-page=constructor] .constructor-block .steps .step .parametres > div:first-child {
  margin-top: 0;
}
#content[data-page=constructor] .constructor-block .steps .step .parametres > div:last-child {
  margin-bottom: 0;
}
#content[data-page=constructor] .constructor-block .steps .step .parametres .select {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
#content[data-page=constructor] .constructor-block .steps[data-active="1"] .step[data-step="1"] {
  display: flex;
}
#content[data-page=constructor] .constructor-block .steps[data-active="2"] .step[data-step="2"] {
  display: flex;
}
#content[data-page=constructor] .constructor-block .steps[data-active="3"] .step[data-step="3"] {
  display: flex;
}
#content[data-page=constructor] .constructor-block .modifiers {
  margin-top: 50px;
}
#content[data-page=constructor] .constructor-block .modifiers .title {
  color: #E41B47;
  font-size: 19px;
  margin-bottom: 15px;
}
#content[data-page=constructor] .constructor-block .result > div {
  font-size: 15px;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid #E8E8E8;
}
#content[data-page=constructor] .constructor-block .result .name span {
  opacity: 0.5;
}
#content[data-page=constructor] .constructor-block .result .sum {
  white-space: pre;
}
#content[data-page=constructor] .constructor-block .result .total {
  font-size: 17px;
}
#content[data-page=constructor] .constructor-block .result .total .weight {
  opacity: 0.5;
}
#content[data-page=constructor] .constructor-block .result .total .price {
  font-size: 19px;
  color: #E41B47;
}
#content[data-page=constructor] .constructor-block .status {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 479px) {
  #content[data-page=constructor] .constructor-block .status {
    flex-direction: column;
  }
}
#content[data-page=constructor] .constructor-block .status .total {
  display: flex;
}
@media only screen and (max-width: 479px) {
  #content[data-page=constructor] .constructor-block .status .total {
    margin-top: 20px;
  }
}
#content[data-page=constructor] .constructor-block .status .total .weight {
  opacity: 0.5;
}
#content[data-page=constructor] .constructor-block .status .total > div {
  font-size: 17px;
  margin: 0 5px;
}
#content[data-page=constructor] .constructor-block .status .total > div:first-child {
  margin-left: 0;
}
#content[data-page=constructor] .constructor-block .status .total > div:last-child {
  margin-right: 0;
}

#content[data-page=cart] .order-status {
  color: #E41B47;
  display: flex;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  align-items: center;
  transition: all 0.5s;
  justify-content: center;
  border-radius: 8px;
}
#content[data-page=cart] .order-status div {
  padding: 16px 30px;
  border-radius: 8px;
  width: 100%;
}
#content[data-page=cart] .order-status.success {
  color: #47D718;
  border-color: #47D718;
}
#content[data-page=cart] .order-status.success div {
  border-color: #47D718;
}
#content[data-page=cart] .order-status.success .baner-coupons {
  width: 100%;
}
#content[data-page=cart] .order-status.success .baner-coupons.still {
  background-color: #cfe456;
  border: none;
  display: flex;
  padding: 6px;
}
#content[data-page=cart] .order-status.success .baner-coupons.still div {
  border: none;
  padding: 0;
  width: auto;
}
#content[data-page=cart] .order-status.success .baner-coupons.still .border-line {
  display: flex;
  width: 100%;
  align-items: center;
  border: 1px solid #fff;
  padding: 5px 10px;
}
#content[data-page=cart] .order-status.success .baner-coupons.still .icon {
  width: 10%;
  min-width: 60px;
  height: 50px;
  background: url(/images/icon-cart-ban.png?hash=11351705307) no-repeat center;
  background-size: contain;
  display: flex;
  margin-right: 10px;
}
#content[data-page=cart] .order-status.success .baner-coupons.still .sum-delivery {
  width: 100%;
  display: flex;
  font-size: 14px;
  color: #000;
  align-items: flex-end;
  line-height: 1.2;
  text-align: left;
}
#content[data-page=cart] .order-status.success .baner-coupons.still .sum-delivery span {
  color: #E41B47;
  margin-right: 10px;
  font-size: 16px;
}
#content[data-page=cart] .order-status.success .baner-coupons.still p {
  color: #000;
}
#content[data-page=cart] .order-status.success .baner-coupons.present {
  background-image: url(/images/baner-coupons-present.png?hash=11351705307);
  height: 5.4vw;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 479px) {
  #content[data-page=cart] .order-status.success .baner-coupons.present {
    background-image: url(/images/baner-coupons-present-mobile.png?hash=11351705307);
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=cart] .order-status.success .baner-coupons.present {
    height: 25.4vw;
  }
}
#content[data-page=cart] .message {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  min-width: 100%;
  color: #E41B47;
}
#content[data-page=cart] .message.success {
  color: #47D718;
}
#content[data-page=cart] .additional-order {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1090px) {
  #content[data-page=cart] .additional-order {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=cart] .additional-order {
    display: none !important;
  }
}
#content[data-page=cart] .additional-order .recommended {
  cursor: pointer;
  overflow: hidden;
  width: calc(100% - 30px);
  box-shadow: 0 5px 10px 0 #e6e6e6;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin: 0;
  min-height: 220px;
  margin-right: 20px;
}
@media only screen and (max-width: 479px) {
  #content[data-page=cart] .additional-order .recommended {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=cart] .additional-order .recommended {
    margin: 0 0 30px;
  }
}
#content[data-page=cart] .additional-order .recommended .active {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(228, 27, 71, 0.9);
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
}
#content[data-page=cart] .additional-order .recommended .active img {
  margin-bottom: 20px;
}
#content[data-page=cart] .additional-order .recommended .active span {
  width: 100%;
  color: #fff;
  display: block;
  font-size: 15px;
}
#content[data-page=cart] .additional-order .recommended .information {
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
}
#content[data-page=cart] .additional-order .recommended .information .info-group {
  height: 100%;
}
#content[data-page=cart] .additional-order .recommended .information .image {
  width: 100%;
  margin-bottom: 20px;
}
#content[data-page=cart] .additional-order .recommended .information .image img {
  min-height: 1px;
  width: 100%;
}
#content[data-page=cart] .additional-order .recommended .information .text {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
#content[data-page=cart] .additional-order .recommended .information .text .name {
  width: calc(100% - 30px);
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
}
#content[data-page=cart] .additional-order .recommended .information .price {
  margin-top: 20px;
  color: rgba(60, 60, 60, 0.8);
}
#content[data-page=cart] .additional-order .recommended:last-child {
  margin-right: 0;
}
#content[data-page=cart] .additional-order .recommended:hover .active {
  opacity: 1;
}
#content[data-page=cart] .additional-order .content-title {
  display: block;
  font-size: 19px;
  margin-bottom: 20px;
  color: #3C3C3C;
}
@media only screen and (max-width: 479px) {
  #content[data-page=cart] .additional-order .content-title {
    text-align: center;
  }
}
#content[data-page=cart] .additional-order .advise {
  width: 50%;
  margin-right: 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1090px) {
  #content[data-page=cart] .additional-order .advise {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=cart] .additional-order .advise {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=cart] .additional-order .advise {
    width: 100%;
  }
}
#content[data-page=cart] .additional-order .advise .content {
  flex-wrap: nowrap;
}
@media only screen and (max-width: 479px) {
  #content[data-page=cart] .additional-order .advise .content {
    flex-wrap: wrap;
  }
}
#content[data-page=cart] .additional-order .coupons {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  width: 50%;
  max-width: 566px;
  padding-top: 0;
  max-width: 566px;
  margin-left: 15px;
}
@media only screen and (max-width: 1090px) {
  #content[data-page=cart] .additional-order .coupons {
    max-width: initial;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=cart] .additional-order .coupons {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=cart] .additional-order .coupons {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=cart] .additional-order .coupons {
    width: 100%;
  }
}
#content[data-page=cart] .additional-order .coupons .content {
  height: 100%;
  flex-wrap: nowrap;
}
#content[data-page=cart] .additional-order .coupons .content .coupon {
  padding: 20px 30px;
  display: flex;
  margin: 0;
  width: 100%;
  background: #fff;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 5px 10px 0 #e6e6e6;
  border-radius: 8px;
  justify-content: space-between;
}
#content[data-page=cart] .additional-order .coupons .content .coupon:hover {
  box-shadow: 0 5px 10px 0 #e6e6e6 !important;
}
#content[data-page=cart] .additional-order .coupons .content .coupon > div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 479px) {
  #content[data-page=cart] .additional-order .coupons .content .coupon > div:nth-child(1) {
    flex-wrap: wrap;
  }
}
#content[data-page=cart] .additional-order .coupons .content .coupon > div:nth-child(1) .salad {
  font-size: 13px;
  padding-right: 15px;
  padding-left: 15px;
}
#content[data-page=cart] .additional-order .coupons .content .coupon > div:nth-child(1) > div {
  margin: 0 10px;
}
#content[data-page=cart] .additional-order .coupons .content .coupon > div:nth-child(1) > div:first-child {
  margin-left: 0;
}
#content[data-page=cart] .additional-order .coupons .content .coupon > div:nth-child(1) > div:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 479px) {
  #content[data-page=cart] .additional-order .coupons .content .coupon > div:nth-child(1) > div:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=cart] .additional-order .coupons .content .coupon > div:nth-child(1) > div:last-child {
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=cart] .additional-order .coupons .content .coupon > div:nth-child(1) > div:last-child.mobile-show .link.info-button {
    display: none;
  }
}
#content[data-page=cart] .additional-order .coupons .content .coupon > div:nth-child(1) .information {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  #content[data-page=cart] .additional-order .coupons .content .coupon > div:nth-child(1) .information.mobile-show {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=cart] .additional-order .coupons .content .coupon > div:nth-child(1) .information.mobile-show div:nth-child(2) {
    display: flex;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=cart] .additional-order .coupons .content .coupon > div:nth-child(1) .information.mobile-show div:nth-child(2) {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=cart] .additional-order .coupons .content .coupon > div:nth-child(1) .information.mobile-show div:nth-child(2) {
    align-items: center;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=cart] .additional-order .coupons .content .coupon > div:nth-child(1) .information.mobile-show span.valid {
    display: none;
  }
}
#content[data-page=cart] .additional-order .coupons .content .coupon > div:nth-child(1) .information.mobile-show .link.info-button {
  display: none;
}
@media only screen and (max-width: 479px) {
  #content[data-page=cart] .additional-order .coupons .content .coupon > div:nth-child(1) .information.mobile-show .link.info-button {
    display: flex;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=cart] .additional-order .coupons .content .coupon > div:nth-child(1) .information {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=cart] .additional-order .coupons .content .coupon > div:nth-child(1) .information {
    margin-right: 0;
  }
}
#content[data-page=cart] .additional-order .coupons .content .coupon > div:nth-child(1) .information .image {
  padding: 10px 0;
  width: 100px;
  min-width: 100px;
  margin-right: 15px;
  position: relative;
}
@media only screen and (max-width: 479px) {
  #content[data-page=cart] .additional-order .coupons .content .coupon > div:nth-child(1) .information .image {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=cart] .additional-order .coupons .content .coupon > div:nth-child(1) .information .image {
    margin-right: 0;
  }
}
#content[data-page=cart] .additional-order .coupons .content .coupon > div:nth-child(1) .information .image img {
  width: 100%;
}
@media only screen and (max-width: 479px) {
  #content[data-page=cart] .additional-order .coupons .content .coupon > div:nth-child(1) .information > div:nth-child(2) {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=cart] .additional-order .coupons .content .coupon > div:nth-child(1) .information > div:nth-child(2) {
    text-align: center;
  }
}
#content[data-page=cart] .additional-order .coupons .content .coupon > div:nth-child(1) .information .name {
  line-height: 1.2;
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}
#content[data-page=cart] .additional-order .coupons .content .coupon > div:nth-child(1) .information .valid {
  font-size: 13px;
  line-height: 1.5;
}
#content[data-page=cart] .additional-order .coupons .content .coupon .active {
  left: 0;
  top: 0;
  padding: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  z-index: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  box-sizing: border-box;
  background-color: #fff;
}
@media only screen and (max-width: 479px) {
  #content[data-page=cart] .additional-order .coupons .content .coupon .active {
    flex-direction: column;
  }
}
@media only screen and (max-width: mibilepx) {
  #content[data-page=cart] .additional-order .coupons .content .coupon .active {
    justify-content: space-around;
  }
}
#content[data-page=cart] .additional-order .coupons .content .coupon .active .images {
  width: 200px;
  height: 140px;
  background: url(/images/success-coupons.png?hash=11351705307) no-repeat center;
  background-size: contain;
}
@media only screen and (max-width: 479px) {
  #content[data-page=cart] .additional-order .coupons .content .coupon .active .images {
    width: 180px;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=cart] .additional-order .coupons .content .coupon .active .images {
    height: 180px;
  }
}
#content[data-page=cart] .additional-order .coupons .content .coupon .active .code {
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 479px) {
  #content[data-page=cart] .additional-order .coupons .content .coupon .active .code {
    font-size: 20px;
  }
}
#content[data-page=cart] .additional-order .coupons .content .coupon .active .code span {
  font-size: 32px;
  font-family: RobotoMedium;
  border-top: 2px solid #d4d1d1;
  border-bottom: 2px solid #d4d1d1;
  display: flex;
  margin: 5px 0;
  justify-content: center;
}
@media only screen and (max-width: 479px) {
  #content[data-page=cart] .additional-order .coupons .content .coupon .active .code span {
    font-size: 36px;
  }
}
#content[data-page=cart] .additional-order .coupons .content .coupon .active .button {
  padding: 10px 30px;
  width: auto;
}
#content[data-page=cart] .additional-order .coupons .content .coupon .button {
  font-size: 15px;
}
#content[data-page=cart] .additional-order .coupons .content .coupon.disabled .information .image {
  position: relative;
}
#content[data-page=cart] .additional-order .coupons .content .coupon.disabled .information .image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8) url("/images/frozen.png") no-repeat center;
  background-size: 30px 40px;
  z-index: 1;
}
#content[data-page=cart] .additional-order .coupons .content .transparent {
  margin: 20px 0 0;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
#content[data-page=cart] .additional-order .coupons .content .link.info-button {
  font-size: 13px;
  margin-bottom: 5px;
}
#content[data-page=cart] .total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 5px 10px 0 #e6e6e6;
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  width: calc(100% - 60px);
}
@media only screen and (max-width: 629px) {
  #content[data-page=cart] .total {
    flex-direction: column;
  }
}
@media only screen and (max-width: 629px) {
  #content[data-page=cart] .total {
    text-align: center;
  }
}
#content[data-page=cart] .total .payment {
  font-size: 19px;
}
#content[data-page=cart] .total .bonuses {
  opacity: 0.6;
  margin-top: 10px;
}
@media only screen and (max-width: 629px) {
  #content[data-page=cart] .total .button.order {
    margin-top: 10px;
  }
}
#content[data-page=cart] .button-video {
  width: 35px;
  height: 30px;
  background-size: contain;
}
#content[data-page=cart] .button-video:hover {
  opacity: 1;
}
#content[data-page=cart] .cart {
  padding-bottom: 22px;
}
#content[data-page=cart] .cart .price-block {
  display: flex;
  flex-direction: column;
}
#content[data-page=cart] .cart .price-block .modifiers-price {
  margin-top: 5px;
  color: #E41B47;
}
#content[data-page=cart] #discount {
  display: block;
  text-align: right;
  margin-right: 30px;
  font-size: 16px;
}
#content[data-page=cart] #discount span {
  color: red;
}
#content[data-page=cart] .empty-cart-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#content[data-page=cart] .text-center {
  margin: 5px;
  text-align: center;
}

#content[data-page=product] .product-block {
  position: relative;
  z-index: 10;
  padding: 30px;
  background: #fff;
  box-shadow: 0 5px 10px 0 #e6e6e6;
  border-radius: 8px;
}
#content[data-page=product] .product-block .product {
  background: transparent;
  box-shadow: none;
  border-radius: none;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
}
#content[data-page=product] .product-block .product .content-title {
  margin-bottom: 0;
}
#content[data-page=product] .product-block .product .content {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  align-items: flex-start;
}
@media only screen and (max-width: 629px) {
  #content[data-page=product] .product-block .product .content {
    flex-wrap: wrap;
  }
}
#content[data-page=product] .product-block .product .content > div {
  width: 50%;
  margin: 0 15px;
}
@media only screen and (max-width: 629px) {
  #content[data-page=product] .product-block .product .content > div {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=product] .product-block .product .content > div {
    width: 100%;
  }
}
#content[data-page=product] .product-block .product .content > div:first-child {
  margin-left: 0;
}
#content[data-page=product] .product-block .product .content > div:last-child {
  margin-right: 0;
}
#content[data-page=product] .product-block .product .content .information {
  width: 100%;
}
#content[data-page=product] .product-block .product .images img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
#content[data-page=product] .product-block .product .information {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#content[data-page=product] .product-block .product .composition {
  display: flex;
  margin-top: 15px;
  flex-direction: column;
}
#content[data-page=product] .product-block .product .composition > div {
  display: flex;
  font-size: 19px;
  align-items: center;
  margin: 8px 0;
}
@media only screen and (max-width: 479px) {
  #content[data-page=product] .product-block .product .composition > div {
    flex-wrap: wrap;
  }
}
#content[data-page=product] .product-block .product .composition > div:first-child {
  margin-top: 0;
}
#content[data-page=product] .product-block .product .composition > div:last-child {
  margin-bottom: 0;
}
#content[data-page=product] .product-block .product .composition .weight {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
#content[data-page=product] .product-block .product .composition .weight img {
  border-radius: 0;
  margin-right: 15px;
  width: 20px;
}
#content[data-page=product] .product-block .product .composition .units {
  display: flex;
  font-size: 15px;
  white-space: pre;
  align-items: center;
  margin-right: 15px;
}
@media only screen and (max-width: 479px) {
  #content[data-page=product] .product-block .product .composition .units {
    margin: 0 15px 5px 0;
  }
}
#content[data-page=product] .product-block .product .composition .units:last-child {
  margin-right: 0;
}
#content[data-page=product] .product-block .product .composition .units span {
  min-width: 30px;
  margin-left: 4px;
}
#content[data-page=product] .product-block .product .composition .units:before {
  margin-right: 10px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #E41B47;
}
#content[data-page=product] .product-block .product .parametres {
  margin-top: 20px;
}
#content[data-page=product] .product-block .product .parametres > div {
  margin: 15px 0;
}
#content[data-page=product] .product-block .product .parametres > div:first-child {
  margin-top: 0;
}
#content[data-page=product] .product-block .product .parametres > div:last-child {
  margin-bottom: 0;
}
#content[data-page=product] .product-block .product .parametres .select {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
#content[data-page=product] .product-block .product .modifiers {
  margin-top: 30px;
  min-width: 100%;
}
#content[data-page=product] .product-block .product .modifiers .title {
  font-size: 19px;
  font-family: "RobotoRegular";
}
#content[data-page=product] .product-block .product .modifiers .content {
  margin-top: 15px;
}
#content[data-page=product] .product-block .product .modifiers .content .dropdown {
  margin: 5px 0;
}
#content[data-page=product] .product-block .product .modifiers .content .dropdown:first-child {
  margin-top: 0;
}
#content[data-page=product] .product-block .product .modifiers .content .dropdown:last-child {
  margin-bottom: 0;
}
#content[data-page=product] .product-block .product .button {
  margin-top: 30px;
}
#content[data-page=product] .product-block .product .button span {
  margin-left: 4px;
}
#content[data-page=product] .additional {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}
#content[data-page=product] .additional .advise .content {
  height: 100%;
}
#content[data-page=product] .additional .advise.row-1 .recommended.small-image .information .info-group {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#content[data-page=product] .additional .advise.row-1 .recommended.small-image .information .info-group .image {
  width: 70px;
}
#content[data-page=product] .additional .recommended {
  cursor: pointer;
  overflow: hidden;
  width: calc(100% - 30px);
  box-shadow: 0 5px 10px 0 #e6e6e6;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin: 0;
  min-height: 220px;
  margin-right: 20px;
}
#content[data-page=product] .additional .recommended .active {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(228, 27, 71, 0.9);
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
}
#content[data-page=product] .additional .recommended .active img {
  margin-bottom: 20px;
  transition: all 250ms;
}
#content[data-page=product] .additional .recommended .active span {
  width: 100%;
  color: #fff;
  display: block;
  font-size: 15px;
}
#content[data-page=product] .additional .recommended.added .active img {
  transform: rotate(45deg);
}
#content[data-page=product] .additional .recommended .information {
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
}
#content[data-page=product] .additional .recommended .information .info-group {
  height: 100%;
}
#content[data-page=product] .additional .recommended .information .image {
  width: 100%;
  margin-bottom: 20px;
}
#content[data-page=product] .additional .recommended .information .image img {
  min-height: 1px;
  width: 100%;
}
#content[data-page=product] .additional .recommended .information .text {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
#content[data-page=product] .additional .recommended .information .text .name {
  width: calc(100% - 30px);
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
}
#content[data-page=product] .additional .recommended .information .price {
  margin-top: 20px;
  color: rgba(60, 60, 60, 0.8);
}
#content[data-page=product] .additional .recommended:last-child {
  margin-right: 0;
}
#content[data-page=product] .additional .recommended.added .active, #content[data-page=product] .additional .recommended:hover .active {
  opacity: 1;
}
#content[data-page=product] .additional .content-title {
  display: block;
  font-size: 19px;
  margin-bottom: 20px;
  color: #3C3C3C;
}
#content[data-page=product] .additional .advise {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 479px) {
  #content[data-page=product] .additional .advise {
    display: none;
  }
}
#content[data-page=product] .additional .advise.row-1 {
  margin-right: 15px;
}
#content[data-page=product] .additional .advise.row-2 {
  margin-left: 15px;
}
#content[data-page=product] .additional .advise .content {
  flex-wrap: nowrap;
}

.product .slider .owl-stage-outer {
  overflow: hidden;
}

.product .slider .owl-stage {
  display: flex;
}
.product .slider .owl-stage .owl-item {
  display: inline-block;
}

.product .slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product .slider button {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 40px;
  border: none;
  line-height: 0;
  font-size: 20px;
  color: #fff;
  background: #E41B47;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.product .slider button:hover {
  opacity: 0.7;
}
.product .slider button span {
  position: relative;
  bottom: 1px;
}
.product .slider button.owl-prev {
  left: -15px;
}
.product .slider button.owl-next {
  right: -15px;
}

#content[data-page=catalog] .content-title {
  position: relative;
  z-index: 9999;
}
@media only screen and (max-width: 1090px) {
  #content[data-page=catalog] .content-title {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=catalog] .content-title .tooltipster-button {
    margin: 20px 0;
  }
}
#content[data-page=catalog] .content-title > div {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1090px) {
  #content[data-page=catalog] .content-title > div {
    width: 100%;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=catalog] .content-title > div {
    flex-wrap: wrap;
  }
}
#content[data-page=catalog] .content-title > div > div {
  margin: 0 8px;
}
@media only screen and (max-width: 1090px) {
  #content[data-page=catalog] .content-title > div > div {
    width: 100%;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=catalog] .content-title > div > div {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=catalog] .content-title > div > div {
    margin-left: 0px;
  }
}
#content[data-page=catalog] .content-title > div > div:first-child {
  margin-left: 0;
}
#content[data-page=catalog] .content-title > div > div:last-child {
  margin-right: 0;
}
#content[data-page=catalog] .content-title .dropdown {
  max-width: 300px;
}
@media only screen and (max-width: 1090px) {
  #content[data-page=catalog] .content-title .dropdown {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=catalog] .content-title .dropdown {
    margin: 20px 0 0;
  }
}
#content[data-page=catalog] .content-title .dropdown > div {
  margin: 0;
}
#content[data-page=catalog] .product {
  margin-bottom: 30px;
}
#content[data-page=catalog] .tooltipster-block {
  display: flex;
}
#content[data-page=catalog] .tooltipster-block .tag .cross {
  background-image: none;
}
#content[data-page=catalog] .tooltipster-block .tag:hover .cross {
  background-image: none;
}
#content[data-page=catalog] .tooltipster-block .tag.active .cross {
  background-image: url(/images/close-accent.png);
}
#content[data-page=catalog] .tooltipster-block .tag.active:hover .cross {
  background-image: url(/images/close-accent.png);
}
#content[data-page=catalog] .tooltipster-block .cross {
  cursor: pointer;
  min-width: 12px;
  width: 12px;
  height: 12px;
  display: inline-flex;
  background-image: url(/images/close-item.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: all 0.5s;
  margin-left: 8px;
}
#content[data-page=catalog] .tooltipster-block .cross:hover {
  background-image: url(/images/close-accent.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
#content[data-page=catalog] .tooltipster-block .filters-stroke {
  font-family: "RobotoRegular";
  margin-left: 15px;
  font-size: 13px;
  display: flex;
}
@media only screen and (max-width: 1090px) {
  #content[data-page=catalog] .tooltipster-block .filters-stroke {
    width: 100%;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=catalog] .tooltipster-block .filters-stroke {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 359px) {
  #content[data-page=catalog] .tooltipster-block .filters-stroke {
    align-items: center;
  }
}
@media only screen and (max-width: 359px) {
  #content[data-page=catalog] .tooltipster-block .filters-stroke {
    justify-content: space-around;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=catalog] .tooltipster-block .filters-stroke {
    margin-left: 0;
  }
}
#content[data-page=catalog] .tooltipster-block .filters-stroke .tags-more {
  display: flex;
  align-items: center;
  justify-content: center;
}
#content[data-page=catalog] .tooltipster-block .filters-stroke .tag {
  padding: 0 20px;
  display: flex;
  box-shadow: 0 5px 10px 0 #e6e6e6;
  border-radius: 8px;
  text-transform: lowercase;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
}
@media only screen and (max-width: 1090px) {
  #content[data-page=catalog] .tooltipster-block .filters-stroke .tag {
    padding: 20px;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=catalog] .tooltipster-block .filters-stroke .tag {
    margin: 10px 0 10px 10px;
  }
}
@media only screen and (max-width: 359px) {
  #content[data-page=catalog] .tooltipster-block .filters-stroke .tag {
    margin: 10px 0 0;
  }
}
#content[data-page=catalog] .tooltipster-block .filters-stroke .tag .cross {
  background-image: url(/images/close-item.png);
}
#content[data-page=catalog] .tooltipster-block .filters-stroke .tag .cross:hover {
  background-image: url(/images/close-accent.png);
}
#content[data-page=catalog] .tooltipster-block .filters-stroke > div {
  margin: 0 8px;
}
#content[data-page=catalog] .tooltipster-block .filters-stroke > div:first-child {
  margin-left: 0;
}
#content[data-page=catalog] .tooltipster-block .filters-stroke > div:last-child {
  margin-right: 0;
}

#content[data-page=about] .about-block {
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 #e6e6e6;
  background: #fff;
  padding: 30px;
}
#content[data-page=about] .about-block .content {
  justify-content: space-between;
}
#content[data-page=about] .about-block .content > div.information {
  font-size: 15px;
  line-height: 1.7;
  width: calc(65% - 50px);
  margin: 0;
}
@media only screen and (max-width: 850px) {
  #content[data-page=about] .about-block .content > div.information {
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=about] .about-block .content > div.information {
    max-width: 100%;
  }
}
#content[data-page=about] .about-block .content > div.information div {
  margin: 20px 0;
}
#content[data-page=about] .about-block .content > div.information div:first-child {
  margin-top: 0;
}
#content[data-page=about] .about-block .content > div.information div:last-child {
  margin-bottom: 0;
}
#content[data-page=about] .about-block .content > div.photo {
  margin: 0;
  width: 35%;
  overflow: hidden;
}
@media only screen and (max-width: 850px) {
  #content[data-page=about] .about-block .content > div.photo {
    display: none;
  }
}
#content[data-page=about] .about-block .content > div.photo img {
  width: 100%;
}
#content[data-page=about] .about-block .event, #content[data-page=about] .about-block .information {
  max-width: 640px;
}
#content[data-page=about] .about-block .event {
  align-items: flex-start;
  display: flex;
}
#content[data-page=about] .about-block .event .year-block {
  margin-right: 36px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 629px) {
  #content[data-page=about] .about-block .event .year-block {
    display: none;
  }
}
#content[data-page=about] .about-block .event .year {
  background: #E41B47;
  display: flex;
  padding: 20px 35px;
  border-radius: 100px;
  color: #fff;
  font-size: 35px;
  border: 5px solid rgb(182.4, 21.6, 56.8);
  font-family: "RobotoMedium";
}
#content[data-page=about] .about-block .event .line {
  width: 3px;
  height: 120px;
  margin-top: 15px;
  background: #E41B47;
}
#content[data-page=about] .about-block .event .text {
  font-size: 15px;
  line-height: 1.5;
}

#content[data-page=career] .content-section .content-block .content {
  justify-content: space-between;
}
#content[data-page=career] .content-section .content-block .content > div.information {
  font-size: 15px;
  line-height: 1.7;
  width: calc(65% - 50px);
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 629px) {
  #content[data-page=career] .content-section .content-block .content > div.information {
    width: 100%;
  }
}
#content[data-page=career] .content-section .content-block .content > div.information div {
  margin: 20px 0;
}
#content[data-page=career] .content-section .content-block .content > div.information div:first-child {
  margin-top: 0;
}
#content[data-page=career] .content-section .content-block .content > div.information div:last-child {
  margin-bottom: 0;
}
#content[data-page=career] .content-section .content-block .content > div.photo {
  margin: 0;
  width: 35%;
  overflow: hidden;
}
@media only screen and (max-width: 629px) {
  #content[data-page=career] .content-section .content-block .content > div.photo {
    display: none;
  }
}
#content[data-page=career] .content-section .content-block .content > div.photo img {
  width: 100%;
}
#content[data-page=career] .video-block .content {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 #e6e6e6;
}
#content[data-page=career] .vacancy {
  background: #fff;
  margin-bottom: 30px;
  border-radius: 8px;
}
#content[data-page=career] .vacancy .information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  height: calc(100% - 60px);
}
#content[data-page=career] .vacancy .information .name {
  font-size: 19px;
  font-family: "RobotoMedium";
  line-height: 1.5;
  margin-bottom: 14px;
}
#content[data-page=career] .vacancy .information .description {
  font-size: 15px;
  line-height: 1.5;
  opacity: 0.9;
}
#content[data-page=career] .vacancy .information .button {
  margin-top: 30px;
}
#content[data-page=career] .about-block {
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 #e6e6e6;
  background: #fff;
  padding: 30px;
}

#content[data-page=reviews] .add-reviews-block {
  width: calc(100% - 60px);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 #e6e6e6;
  background-color: #fff;
  background-image: url(/images/reviews-background.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
#content[data-page=reviews] .add-reviews-block .description {
  font-size: 15px;
  line-height: 1.5;
  max-width: 630px;
}
#content[data-page=reviews] .add-reviews-block .buttons-block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin: 25px -5px -5px;
}
#content[data-page=reviews] .add-reviews-block .buttons-block .button {
  max-width: 180px;
  margin: 5px;
}
#content[data-page=reviews] .reviews-block .review {
  padding: 30px;
  width: calc(100% - 60px);
  background: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
}
#content[data-page=reviews] .reviews-block .review .information {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 629px) {
  #content[data-page=reviews] .reviews-block .review .information {
    flex-wrap: wrap;
  }
}
#content[data-page=reviews] .reviews-block .review .information > div {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 629px) {
  #content[data-page=reviews] .reviews-block .review .information > div {
    margin: 20px 0 0;
  }
}
#content[data-page=reviews] .reviews-block .review .information .theme {
  font-family: "RobotoMedium";
  font-size: 19px;
}
@media only screen and (max-width: 629px) {
  #content[data-page=reviews] .reviews-block .review .information .theme {
    width: 100%;
  }
}
#content[data-page=reviews] .reviews-block .review .information .date {
  margin-left: 30px;
  font-size: 15px;
  opacity: 0.3;
}
#content[data-page=reviews] .reviews-block .review .information .stars {
  display: flex;
}
#content[data-page=reviews] .reviews-block .review .information .stars div {
  height: 25px;
  width: 25px;
  margin: 0 4px;
}
#content[data-page=reviews] .reviews-block .review .information .stars div:first-child {
  margin-left: 0;
}
#content[data-page=reviews] .reviews-block .review .information .stars div:last-child {
  margin-right: 0;
}
#content[data-page=reviews] .reviews-block .review .author {
  margin-bottom: 10px;
  font-size: 15px;
}
#content[data-page=reviews] .reviews-block .review .value {
  font-size: 15px;
  line-height: 1.6;
}
#content[data-page=reviews] .reviews-block .review .comment,
#content[data-page=reviews] .reviews-block .review .answer {
  max-width: 760px;
  margin-top: 20px;
}

#content[data-page=delivery] .content-block {
  padding: 35px 0;
}
#content[data-page=delivery] .content-block:first-child {
  padding-top: 0;
}
#content[data-page=delivery] .content-block:last-child {
  padding-bottom: 0;
}
#content[data-page=delivery] .search-result {
  min-width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-items: center;
  line-height: 1.5;
  font-size: 15px;
}
#content[data-page=delivery] .search-result.error {
  color: #E41B47;
}
#content[data-page=delivery] .search-result.success {
  color: #47D718;
}
#content[data-page=delivery] .search-result .result {
  margin: 0 auto;
  padding: 30px 0 0;
  transition: color 0.5s;
}
#content[data-page=delivery] .delivery-block {
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 #e6e6e6;
  background: #fff;
  padding: 30px;
}
#content[data-page=delivery] .delivery-block .subtitle {
  font-size: 15px;
  line-height: 1.5;
  opacity: 0.9;
  max-width: 660px;
  margin-bottom: 40px;
}
#content[data-page=delivery] .delivery-block .description {
  max-width: 840px;
}
#content[data-page=delivery] .delivery-block .description .title {
  margin-bottom: 25px;
  font-size: 17px;
  font-family: "RobotoMedium";
}
#content[data-page=delivery] .delivery-block .description li {
  opacity: 0.95;
  margin: 15px 0;
  font-size: 15px;
  line-height: 1.4;
}
#content[data-page=delivery] .delivery-block .description li:first-of-type {
  margin-top: 0;
}
#content[data-page=delivery] .delivery-block .description li:last-of-type {
  margin-bottom: 0;
}
#content[data-page=delivery] .delivery-block .description b {
  display: flex;
  font-size: 13px;
  margin-top: 20px;
}
#content[data-page=delivery] .delivery-block .delivery-map {
  width: 100%;
  height: 500px;
  margin-top: 30px;
}
#content[data-page=delivery] .delivery-block .delivery-map .ymaps-2-1-75-map {
  height: 500px !important;
}
@media only screen and (max-width: 629px) {
  #content[data-page=delivery] .delivery-block .delivery-map {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 629px) {
  #content[data-page=delivery] .delivery-block .delivery-map {
    height: auto;
  }
}
@media only screen and (max-width: 629px) {
  #content[data-page=delivery] .delivery-block .delivery-map {
    display: flex;
  }
}
#content[data-page=delivery] .delivery-block .delivery-map .block-information-map {
  position: absolute;
  max-width: 450px;
  width: 100%;
  padding: 15px;
  background: #fff;
  z-index: 10;
  border-radius: 10px;
  right: 7%;
  bottom: 3%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
@media only screen and (max-width: 629px) {
  #content[data-page=delivery] .delivery-block .delivery-map .block-information-map {
    display: flex;
  }
}
@media only screen and (max-width: 629px) {
  #content[data-page=delivery] .delivery-block .delivery-map .block-information-map {
    flex-direction: column;
  }
}
@media only screen and (max-width: 629px) {
  #content[data-page=delivery] .delivery-block .delivery-map .block-information-map {
    position: initial;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=delivery] .delivery-block .delivery-map .block-information-map {
    left: 10%;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=delivery] .delivery-block .delivery-map .block-information-map {
    right: initial;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=delivery] .delivery-block .delivery-map .block-information-map {
    padding: 15px 0;
  }
}
#content[data-page=delivery] .delivery-block .delivery-map .block-information-map .block {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 629px) {
  #content[data-page=delivery] .delivery-block .delivery-map .block-information-map .block {
    margin-bottom: 15px;
  }
}
#content[data-page=delivery] .delivery-block .delivery-map .block-information-map .block .color {
  width: 28px;
  height: 28px;
  border: 2px solid #E41B47;
  border-radius: 6px;
  margin-right: 10px;
}
#content[data-page=delivery] .delivery-block .delivery-map .block-information-map .block .color.green {
  background-color: #bbf5a8;
}
#content[data-page=delivery] .delivery-block .delivery-map .block-information-map .block .color.yellow {
  background-color: #faf7bd;
}
#content[data-page=delivery] .delivery-block .delivery-map .block-information-map .block .color.red {
  background-color: #d46a6a;
}
#content[data-page=delivery] .delivery-block .delivery-map .block-information-map .block .color.purple {
  background-color: #c997d9;
}
#content[data-page=delivery] .delivery-block .delivery-map .block-information-map .block .description {
  font-size: 10px;
  line-height: 1.15;
}
@media only screen and (max-width: 629px) {
  #content[data-page=delivery] .delivery-block .delivery-map .block-information-map .block .description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=delivery] .delivery-block .delivery-map .block-information-map .block .description {
    width: 80%;
  }
}
#content[data-page=delivery] .delivery-block .delivery-map .block-information-map .block .description .price {
  font-family: RobotoMedium;
  font-size: 11px;
}
@media only screen and (max-width: 629px) {
  #content[data-page=delivery] .delivery-block .delivery-map .block-information-map .block .description .price {
    font-size: 15px;
  }
}
#content[data-page=delivery] .delivery-block .delivery-map .block-information-map .block .description .delivery-price {
  font-family: RobotoMedium;
  font-size: 10px;
}
@media only screen and (max-width: 629px) {
  #content[data-page=delivery] .delivery-block .delivery-map .block-information-map .block .description .delivery-price {
    font-size: 15px;
  }
}
#content[data-page=delivery] .delivery-block form .merged .button {
  min-width: 200px;
}

#content[data-page=login] .content-title {
  text-align: left;
  margin-bottom: 26px;
}
#content[data-page=login] .recovery {
  transition: all 0.5s;
  color: #3C3C3C;
}
#content[data-page=login] .recovery:hover {
  color: #E41B47;
}
#content[data-page=login] .login-block {
  padding: 30px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 10px 0 #e6e6e6;
  background-image: url(/images/login-background.png);
  background-repeat: no-repeat;
  background-position: 130% 50%;
  background-size: 80%;
}
#content[data-page=login] .authorization, #content[data-page=login] .registration {
  max-width: 360px;
}
#content[data-page=login] .authorization .buttons {
  position: relative;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 850px) {
  #content[data-page=login] .authorization .buttons {
    flex-wrap: wrap;
  }
}
#content[data-page=login] .authorization .buttons button {
  width: 100%;
}
#content[data-page=login] .authorization .buttons .recovery {
  cursor: pointer;
  position: absolute;
  right: -130px;
}
@media only screen and (max-width: 850px) {
  #content[data-page=login] .authorization .buttons .recovery {
    position: initial;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=login] .authorization .buttons .recovery {
    margin: 20px auto 0;
  }
}
#content[data-page=login] .authorization .suggestion {
  font-family: "RobotoRegular";
  color: #E8E8E8;
  margin-top: 20px;
  line-height: 1.6;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#content[data-page=login] .authorization .suggestion:hover {
  color: #3C3C3C;
}
#content[data-page=login] .registration {
  margin-top: 50px;
}
#content[data-page=login] .registration .buttons {
  margin-top: 20px;
}
#content[data-page=login] .registration .buttons button {
  width: 100%;
}
#content[data-page=login] .registration #repeat-confirm-code {
  margin-top: 16px;
  color: #E41B47;
  font-size: 14px;
  cursor: pointer;
}
#content[data-page=login] .referral-phone .question-mark {
  margin-left: 20px;
  color: #E41B47;
  border-color: #E41B47;
}
#content[data-page=login] .referral-phone input {
  width: 100%;
}

@media screen and (max-width: 420px) {
  #content[data-page=completed] br {
    display: none;
  }
}
#content[data-page=completed] .wrapper {
  max-width: 600px;
  margin: 0 auto;
}
#content[data-page=completed] .thanks .content {
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
#content[data-page=completed] .thanks .content .basket-icon {
  position: relative;
  max-width: 130px;
}
#content[data-page=completed] .thanks .content .basket-icon img {
  width: 100%;
}
#content[data-page=completed] .thanks .content .basket-icon #lottie {
  top: 0;
  right: 0;
  width: 60%;
  max-width: 130px;
  position: absolute;
  transform: translateX(30%);
}
#content[data-page=completed] .thanks .content .content-title {
  font-family: "RobotoRegular";
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}
#content[data-page=completed] .thanks .content .text {
  line-height: 1.35;
  font-size: 15px;
}
#content[data-page=completed] .call-center-block {
  color: #E41B47;
}
#content[data-page=completed] .cashback span {
  color: #000;
  background: #cadf00;
  padding: 0px 5px 2px;
}
#content[data-page=completed] .gift {
  width: calc(100% - 60px);
  padding: 15px 30px;
  margin: 15px 0;
  border: 1px solid #E8E8E8;
  justify-content: center;
  align-items: center;
  display: flex;
}
#content[data-page=completed] .gift .content-title {
  font-size: 19px;
  margin-bottom: 10px;
}
#content[data-page=completed] .gift .text {
  line-height: 1.3;
}
#content[data-page=completed] .gift .image {
  margin-right: 20px;
  max-width: 160px;
}
#content[data-page=completed] .gift .image img {
  width: 100%;
}
#content[data-page=completed] .buttons {
  display: flex;
}
#content[data-page=completed] .buttons > div {
  width: 100%;
  margin: 0 10px;
}
#content[data-page=completed] .buttons > div:first-child {
  margin-left: 0;
}
#content[data-page=completed] .buttons > div:last-child {
  margin-right: 0;
}

#content[data-page=payment-success] .wrapper {
  max-width: 600px;
  margin: 0 auto;
}
#content[data-page=payment-success] .thanks .content {
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
#content[data-page=payment-success] .thanks .content #lottie {
  margin-top: 20px;
  max-width: 130px;
}
#content[data-page=payment-success] .thanks .content .content-title {
  font-family: "RobotoRegular";
  color: #47D718;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}
#content[data-page=payment-success] .thanks .content .text {
  line-height: 1.35;
  font-size: 15px;
}
#content[data-page=payment-success] .buttons {
  display: flex;
}
#content[data-page=payment-success] .buttons > div {
  width: 100%;
  margin: 0 10px;
}
#content[data-page=payment-success] .buttons > div:first-child {
  margin-left: 0;
}
#content[data-page=payment-success] .buttons > div:last-child {
  margin-right: 0;
}

#content[data-page=unsubscribe] .content-section {
  display: flex;
  align-items: center;
  height: 400px;
}
#content[data-page=unsubscribe] .wrapper {
  max-width: 600px;
  margin: 0 auto;
}
#content[data-page=unsubscribe] .thanks .content {
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
#content[data-page=unsubscribe] .thanks .content #lottie {
  margin-top: 20px;
  max-width: 130px;
}
#content[data-page=unsubscribe] .thanks .content .text {
  line-height: 1.35;
  font-size: 15px;
}
#content[data-page=unsubscribe] .thanks .content .red {
  color: #E41B47;
}

#content[data-page=payment-fail] .wrapper {
  max-width: 600px;
  margin: 0 auto;
}
#content[data-page=payment-fail] .thanks .content {
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
#content[data-page=payment-fail] .thanks .content #lottie {
  max-width: 130px;
  margin-top: 20px;
}
#content[data-page=payment-fail] .thanks .content .content-title {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  color: #E41B47;
  font-family: "RobotoRegular";
}
#content[data-page=payment-fail] .thanks .content .text {
  font-size: 15px;
  line-height: 1.35;
}
#content[data-page=payment-fail] .buttons-block {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 479px) {
  #content[data-page=payment-fail] .buttons-block {
    flex-direction: column;
  }
}
#content[data-page=payment-fail] .buttons-block > * {
  margin-top: 16px;
}
#content[data-page=payment-fail] .buttons-block > * + * {
  margin-left: 16px;
}
@media only screen and (max-width: 479px) {
  #content[data-page=payment-fail] .buttons-block > * + * {
    margin-left: 0;
  }
}
#content[data-page=payment-fail] .buttons {
  display: flex;
}
#content[data-page=payment-fail] .buttons > div {
  width: 100%;
  margin: 0 10px;
}
#content[data-page=payment-fail] .buttons > div:first-child {
  margin-left: 0;
}
#content[data-page=payment-fail] .buttons > div:last-child {
  margin-right: 0;
}

#content[data-page=order] .order-block {
  margin-top: 15px;
  padding: 30px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 #e6e6e6;
}
#content[data-page=order] .order-block .question-mark {
  margin-left: 20px;
  color: #E41B47;
  border-color: #E41B47;
}
@media only screen and (max-width: 479px) {
  #content[data-page=order] .order-block {
    padding: 15px;
  }
}
@media only screen and (max-width: 629px) {
  #content[data-page=order] .order-block #scroll-content {
    margin: 0 0 30px;
  }
}
#content[data-page=order] .order-block > .content-block {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 629px) {
  #content[data-page=order] .order-block > .content-block {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 629px) {
  #content[data-page=order] .order-block > .content-block {
    flex-direction: column-reverse;
  }
}
#content[data-page=order] .order-block > .content-block .content-block {
  padding: 0;
}
#content[data-page=order] .order-block > .content-block > div {
  width: 100%;
}
#content[data-page=order] .order-block > .content-block > div.line {
  max-width: 1px;
  margin: 0 20px;
  background: #E8E8E8;
}
@media only screen and (max-width: 629px) {
  #content[data-page=order] .order-block > .content-block > div.line {
    display: none;
  }
}
#content[data-page=order] .order-block .form #order-form {
  max-width: 300px;
}
@media only screen and (max-width: 629px) {
  #content[data-page=order] .order-block .form #order-form {
    max-width: 100%;
  }
}
#content[data-page=order] .order-block .form #order-form input {
  padding: 0 10px 0 15px;
}
#content[data-page=order] .order-block .form #order-form .address [data-address=house] input {
  width: 100%;
  padding: 0 5px !important;
  font-size: 12px;
}
@media only screen and (max-width: 629px) {
  #content[data-page=order] .order-block .form #order-form .address [data-address=house] input {
    padding: 0 10px 0 15px !important;
  }
}
@media only screen and (max-width: 629px) {
  #content[data-page=order] .order-block .form #order-form .address [data-address=house] input {
    font-size: 13px;
  }
}
#content[data-page=order] .order-block .form #order-form .address [data-address=house] input + input {
  margin-left: 6px;
}
#content[data-page=order] .order-block .form #order-form .address [data-address=house] input:nth-child(2) {
  width: 50%;
}
#content[data-page=order] .order-block .form #order-form .buttons-block {
  margin-top: 30px;
}
#content[data-page=order] .order-block .form #order-form .buttons-block .button {
  transition: background 500ms, color 500ms;
}
#content[data-page=order] .order-block .form #order-form .buttons-block button,
#content[data-page=order] .order-block .form #order-form .buttons-block #GooglePay {
  min-width: 100%;
}
#content[data-page=order] .order-block .form #order-form .total {
  min-width: 100%;
  padding-top: 15px;
  text-align: center;
}
#content[data-page=order] .order-block .form #order-form .merged .button {
  min-width: 70px;
}
#content[data-page=order] .order-block .form .address .radio {
  margin-bottom: 10px;
}
#content[data-page=order] .order-block .form .address .radio:last-child {
  margin-bottom: 0px;
}
#content[data-page=order] .order-block .form .address .radio label {
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#content[data-page=order] .order-block .form .address .address-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content[data-page=order] .order-block .form .address .address-button label {
  display: block;
}
#content[data-page=order] .order-block .form .address .address-button .select-address {
  display: flex;
  padding: 12px 27px;
  cursor: pointer;
  transition: all 0.5s;
  color: #E41B47;
  border: 1px solid #E41B47;
  border-radius: 8px;
  background-color: #fff;
}
@media only screen and (max-width: 1090px) {
  #content[data-page=order] .order-block .form .address .address-button .select-address {
    position: initial;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=order] .order-block .form .address .address-button .select-address {
    width: 100%;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=order] .order-block .form .address .address-button .select-address {
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=order] .order-block .form .address .address-button .select-address {
    justify-content: center;
  }
}
#content[data-page=order] .order-block .form .address .address-button .select-address:hover {
  color: #fff;
  background: #E41B47;
}
#content[data-page=order] .order-block .form .time-message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 100%;
  padding: 15px 0;
  color: #E41B47;
  font-size: 15px;
  line-height: 1.5;
}
@media only screen and (max-width: 1090px) {
  #content[data-page=order] .order-block .form .time-message {
    flex-wrap: wrap;
  }
}
#content[data-page=order] .order-block .form .time-message .cross {
  z-index: 100;
  display: flex;
  width: 12px;
  height: 12px;
  cursor: pointer;
  transition: all 0.5s;
  background: url(/images/close.png) center center/100% no-repeat;
}
#content[data-page=order] .order-block .form .time-message .cross:hover {
  background: url(/images/close-accent.png) center center/100% no-repeat;
}
#content[data-page=order] .order-block .form .time-message label {
  margin-bottom: 0;
  color: #000;
}
#content[data-page=order] .order-block .form .addresses {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#content[data-page=order] .order-block .form .addresses > div {
  margin-bottom: 15px;
}
#content[data-page=order] .order-block .form .addresses > div:last-child {
  margin-bottom: 0px;
}
#content[data-page=order] .order-block .form .addresses .select-address {
  cursor: pointer;
  color: #E41B47;
}
#content[data-page=order] .order-block .form .delivery-warning {
  display: flex;
  align-items: center;
  font-family: RobotoRegular;
  font-size: 12px;
  margin-top: 5px;
}
#content[data-page=order] .order-block .form .delivery-warning .delivery-warning-content {
  display: flex;
}
#content[data-page=order] .order-block .form .delivery-warning .delivery-warning-content img {
  max-width: 20px;
  display: flex;
  width: 100%;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  align-self: center;
}
#content[data-page=order] .order-block .form .delivery-warning .delivery-warning-content .delivery-warning-wrapper-text {
  padding-left: 5px;
}
#content[data-page=order] .order-block .form .promocode-message {
  min-width: 100%;
  padding-top: 15px;
  color: #cadf00;
  font-size: 15px;
  line-height: 1.5;
}
#content[data-page=order] .order-block .form .promocode-message.error {
  color: #E41B47;
}
#content[data-page=order] .order-block .form .bonuses {
  position: relative;
}
#content[data-page=order] .order-block .form .bonuses .bonuses-value {
  position: absolute;
  top: 65%;
  right: -65px;
}
@media only screen and (max-width: 1090px) {
  #content[data-page=order] .order-block .form .bonuses .bonuses-value {
    position: initial;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=order] .order-block .form .bonuses .bonuses-value {
    text-align: center;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=order] .order-block .form .bonuses .bonuses-value {
    margin: 20px 0 0;
  }
}
#content[data-page=order] .order-block .form #coupons .form-input.merged {
  padding-bottom: 0;
}
#content[data-page=order] .order-block .order .content-title {
  font-family: "RobotoRegular";
}
#content[data-page=order] .order-block .order .content {
  margin-top: 30px;
}
#content[data-page=order] .order-block .order .total {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid #E8E8E8;
  font-size: 17px;
}
#content[data-page=order] .order-block .order .total .discont {
  margin-top: 7px;
  color: #cadf00;
  font-size: 17px;
}
#content[data-page=order] .order-block .order .total .full-total-block span {
  margin-left: 10px;
  font-size: 19px;
}
#content[data-page=order] .order-block .order .total .full-total-block .full-total {
  position: relative;
  color: #c9c9c9;
}
#content[data-page=order] .order-block .order .total .full-total-block .full-total:before {
  position: absolute;
  top: 50%;
  left: -10%;
  width: 120%;
  height: 2px;
  content: "";
  background: #c7736f;
}
#content[data-page=order] .order-block .order .item {
  margin: 0;
  padding: 25px 0;
  border-bottom: 1px solid #E8E8E8;
}
#content[data-page=order] .order-block .order .item:first-child {
  padding-top: 0;
}
#content[data-page=order] .order-block .order .item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#content[data-page=order] .order-block .order .item.action-item .compulsory .price-block .price {
  display: block;
}
#content[data-page=order] .order-block .order .item.action-item .compulsory .price-block .price.action {
  display: block;
  margin-right: 15px;
  color: #C9C9C9;
  font-size: 16px;
}
#content[data-page=order] .order-block .order .item.action-item .compulsory .price-block .price.action:after {
  display: block;
}
#content[data-page=order] .order-block .order .item .compulsory {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#content[data-page=order] .order-block .order .item .compulsory > :first-child {
  max-width: 75%;
}
#content[data-page=order] .order-block .order .item .compulsory .information .name {
  display: block;
  max-width: 280px;
  font-size: 19px;
}
#content[data-page=order] .order-block .order .item .compulsory .information .additional {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
}
#content[data-page=order] .order-block .order .item .compulsory .information .additional span {
  display: flex;
  align-items: center;
  font-size: 11px;
}
#content[data-page=order] .order-block .order .item .compulsory .information .additional span:after {
  width: 4px;
  height: 4px;
  margin: 0 6px;
  content: "";
  border-radius: 100%;
  background-color: #E41B47;
}
#content[data-page=order] .order-block .order .item .compulsory .information .additional span:last-child:after {
  display: none;
}
#content[data-page=order] .order-block .order .item .compulsory .price-block {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
#content[data-page=order] .order-block .order .item .compulsory .price-block .price {
  display: none;
  white-space: nowrap;
  font-size: 19px;
}
#content[data-page=order] .order-block .order .item .compulsory .price-block .price.action {
  position: relative;
  display: block;
}
#content[data-page=order] .order-block .order .item .compulsory .price-block .price.action:after {
  position: absolute;
  top: 50%;
  left: -10%;
  display: none;
  width: 120%;
  height: 2px;
  content: "";
  background: #c7736f;
}
#content[data-page=order] .order-block .order .item .all-modifiers {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
}
#content[data-page=order] .order-block .order .item .all-modifiers > div {
  margin: 10px 0;
}
#content[data-page=order] .order-block .order .item .all-modifiers > div:first-child {
  margin-top: 0;
}
#content[data-page=order] .order-block .order .item .all-modifiers > div:last-child {
  margin-bottom: 0;
}
#content[data-page=order] .order-block .order .item .all-modifiers .optional-modifiers {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#content[data-page=order] .order-block .order .item .all-modifiers .optional-modifiers .modifier {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
#content[data-page=order] .order-block .order .item .all-modifiers .optional-modifiers .modifier:first-child {
  margin-top: 0;
}
#content[data-page=order] .order-block .order .item .all-modifiers .optional-modifiers .modifier:last-child {
  margin-bottom: 0;
}
#content[data-page=order] .order-block .order .item .all-modifiers .optional-modifiers .modifier .name {
  display: block;
  font-size: 15px;
}
#content[data-page=order] .order-block .order .item .all-modifiers .optional-modifiers .modifier .price {
  font-size: 15px;
}
#content[data-page=order] .order-block .order .item .all-modifiers .modifiers span {
  display: inline-flex;
  align-items: center;
  color: #47D718;
}
#content[data-page=order] .order-block .order .item .all-modifiers .modifiers span:after {
  width: 4px;
  height: 4px;
  margin: 0 6px;
  content: "";
  border-radius: 100%;
  background-color: #47D718;
}
#content[data-page=order] .order-block .order .item .all-modifiers .modifiers span:last-child:after {
  display: none;
}

.order-confirmation.none {
  display: none;
}

[data-modal=select-address] .radio {
  width: 100%;
}
[data-modal=select-address] .radio > label {
  width: 100%;
}
[data-modal=select-address] .buttons-block {
  display: flex;
  align-items: center;
  margin-left: 50px;
}
[data-modal=select-address] .buttons-block > div {
  width: 18px;
  height: 18px;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.5s;
}
[data-modal=select-address] .buttons-block > div:first-child {
  margin-left: 0;
}
[data-modal=select-address] .buttons-block > div:last-child {
  margin-right: 0;
}
[data-modal=select-address] .buttons-block .remove {
  background-image: url(/images/close.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
[data-modal=select-address] .buttons-block .remove:hover {
  background-image: url(/images/close-accent.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
[data-modal=select-address] .buttons-block .edit {
  background-image: url(/images/edit.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
[data-modal=select-address] .buttons-block .edit.edit-break {
  cursor: default;
  opacity: 0;
}
[data-modal=select-address] .buttons-block .edit:hover {
  background-image: url(/images/edit-accent.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#content[data-page=bonuses] .content-title {
  font-size: 19px;
}
#content[data-page=bonuses] .content-section.guide {
  background: #fff url(/images/bonuses-background.png?hash=11351705307) 100% 50%/auto 100% no-repeat;
}
@media only screen and (max-width: 1090px) {
  #content[data-page=bonuses] .content-section.guide {
    background-image: initial;
  }
}
#content[data-page=bonuses] .content-section.guide .content {
  max-width: 660px;
}
#content[data-page=bonuses] .content-section.guide .content .content-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1090px) {
  #content[data-page=bonuses] .content-section.guide .content .content-title {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 629px) {
  #content[data-page=bonuses] .content-section.guide .content .content-title .button {
    margin: 20px 0 0;
  }
}
#content[data-page=bonuses] .content-section.guide .content .text {
  font-size: 15px;
  line-height: 1.5;
  margin: 15px 0;
}
#content[data-page=bonuses] .content-section.guide .content .text:first-child {
  margin-top: 0;
}
#content[data-page=bonuses] .content-section.guide .content .text:last-child {
  margin-bottom: 0;
}
#content[data-page=bonuses] .content-section.statuses .text {
  font-size: 15px;
  line-height: 1.2;
}
#content[data-page=bonuses] .content-section.statuses .text p {
  margin: 8px 0;
}
#content[data-page=bonuses] .content-section.statuses .text p:first-child {
  margin-left: 0;
}
#content[data-page=bonuses] .content-section.statuses .text p:last-child {
  margin-right: 0;
}
#content[data-page=bonuses] .content-section.statuses .user > div {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 629px) {
  #content[data-page=bonuses] .content-section.statuses .user > div {
    flex-direction: column-reverse;
  }
}
#content[data-page=bonuses] .content-section.statuses .user .progress-status {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 629px) {
  #content[data-page=bonuses] .content-section.statuses .user .progress-status {
    margin-bottom: 50px;
  }
}
#content[data-page=bonuses] .content-section.statuses .user .progress-status .progress {
  display: flex;
  align-items: center;
  margin: 4px 0;
  max-width: 320px;
  width: 100%;
}
#content[data-page=bonuses] .content-section.statuses .user .progress-status .progress .line {
  width: 100%;
  margin-right: 15px;
  background-color: #cdcdcd;
  border-radius: 8px;
  height: 6px;
  position: relative;
}
#content[data-page=bonuses] .content-section.statuses .user .progress-status .progress .line .fill {
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  position: absolute;
  background-color: #cadf00;
  border-radius: 8px;
  transition: all 1s;
}
#content[data-page=bonuses] .content-section.statuses .user .progress-status .progress .next-status {
  width: 24px;
}
#content[data-page=bonuses] .content-section.statuses .user .progress-status .progress .next-status img {
  width: 100%;
}
#content[data-page=bonuses] .content-section.statuses .user .progress-status .next-level {
  margin-top: 10px;
  line-height: 1.5;
}
#content[data-page=bonuses] .content-section.statuses .user .progress-status .keep-level {
  line-height: 1.5;
}
#content[data-page=bonuses] .content-section.statuses .subtitle {
  max-width: 660px;
  font-size: 15px;
  line-height: 1.5;
}
#content[data-page=bonuses] .content-section.statuses .levels {
  margin-top: 30px;
}
@media (max-width: 650px) {
  #content[data-page=bonuses] .content-section.statuses .level0 .current-status .image {
    width: 13.5% !important;
  }
}
#content[data-page=bonuses] .content-section.statuses .bonus-level {
  margin-bottom: 30px;
}
#content[data-page=bonuses] .content-section.statuses .bonus-level:last-child {
  margin-bottom: 0;
}
#content[data-page=bonuses] .content-section.statuses .bonus-level.not-active {
  opacity: 0.75;
}
#content[data-page=bonuses] .content-section.statuses .bonus-level.not-active .current-status .status {
  color: #E8E8E8;
}
#content[data-page=bonuses] .content-section.statuses .bonus-level.not-active .current-status .status .orders {
  color: #E8E8E8;
}
#content[data-page=bonuses] .content-section.statuses .bonus-level.not-active .current-status .image img {
  opacity: 0.3;
}
#content[data-page=bonuses] .content-section.statuses .bonus-level.not-active .current-status .image .line {
  background: #E8E8E8;
}
#content[data-page=bonuses] .content-section.statuses .bonus-level .current-status {
  display: flex;
}
#content[data-page=bonuses] .content-section.statuses .bonus-level .current-status .status {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
#content[data-page=bonuses] .content-section.statuses .bonus-level .current-status .status .value {
  font-size: 29px;
  margin-bottom: 10px;
}
#content[data-page=bonuses] .content-section.statuses .bonus-level .current-status .status .orders {
  color: #E41B47;
  font-size: 15px;
  line-height: 1.4;
}
#content[data-page=bonuses] .content-section.statuses .bonus-level .current-status .status .description {
  line-height: 1.8;
  font-size: 15px;
  white-space: pre-wrap;
  margin-top: 20px;
}
#content[data-page=bonuses] .content-section.statuses .bonus-level .current-status .image {
  width: 70px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 629px) {
  #content[data-page=bonuses] .content-section.statuses .bonus-level .current-status .image {
    width: 70px;
  }
}
#content[data-page=bonuses] .content-section.statuses .bonus-level .current-status .image img {
  width: 100%;
}
#content[data-page=bonuses] .content-section.statuses .bonus-level .current-status .image .line {
  width: 3px;
  height: 100%;
  background: #E41B47;
  margin-top: 20px;
}

#content[data-page=favorites] .product {
  margin-bottom: 30px;
}

#content[data-page=restaurant] .map .restaurant-map {
  height: 400px;
  background: #E8E8E8;
  width: 100%;
  margin-top: 30px;
}
#content[data-page=restaurant] .map .search-result {
  min-width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-items: center;
  line-height: 1.5;
  font-size: 15px;
}
#content[data-page=restaurant] .map .search-result.error {
  color: #E41B47;
}
#content[data-page=restaurant] .map .search-result.success {
  color: #47D718;
}
#content[data-page=restaurant] .map .search-result .result {
  margin: 0 auto;
  padding: 30px 0 0;
  transition: color 0.5s;
}
#content[data-page=restaurant] .gallery {
  position: relative;
  padding: 20px 45px;
  width: calc(100% - 90px);
}
#content[data-page=restaurant] .gallery .owl-stage {
  display: flex;
}
#content[data-page=restaurant] .gallery .owl-stage-outer {
  overflow: hidden;
}
#content[data-page=restaurant] .gallery .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content[data-page=restaurant] .gallery .owl-nav button {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 40px;
  border: none;
  line-height: 0;
  font-size: 20px;
  color: #fff;
  background: #E41B47;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
#content[data-page=restaurant] .gallery .owl-nav button:first-child {
  left: 0;
}
#content[data-page=restaurant] .gallery .owl-nav button:last-child {
  right: 0;
}
#content[data-page=restaurant] .gallery img {
  display: flex;
  width: 100%;
}
#content[data-page=restaurant] .rating {
  width: calc(100% - 60px);
  padding: 20px 30px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
#content[data-page=restaurant] .rating .tooltip {
  margin-top: 10px;
  opacity: 0.3;
}
#content[data-page=restaurant] .rating .mark {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
#content[data-page=restaurant] .rating .mark .progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  fill: rgba(0, 0, 0, 0);
  stroke: #cadf00;
  stroke-width: 3;
  stroke-dasharray: 100% 100%;
}
#content[data-page=restaurant] .rating .mark .progress svg {
  border-radius: 100px;
}
#content[data-page=restaurant] .rating .mark .progress svg circle {
  fill: rgba(0, 0, 0, 0);
  stroke: #E8E8E8;
  stroke-width: 6;
  transition: all 1s ease-out;
}
#content[data-page=restaurant] .rating .mark .progress svg circle:nth-child(2n) {
  stroke: #cadf00;
}
#content[data-page=restaurant] .rating .mark .value {
  font-size: 15px;
}
#content[data-page=restaurant] .rating .assessments {
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 479px) {
  #content[data-page=restaurant] .rating .assessments {
    flex-wrap: wrap;
  }
}
#content[data-page=restaurant] .rating .assessments > div {
  display: flex;
}
#content[data-page=restaurant] .rating .assessments > div.average {
  min-width: 12%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #E8E8E8;
  padding-right: 30px;
  margin-right: 30px;
}
@media only screen and (max-width: 479px) {
  #content[data-page=restaurant] .rating .assessments > div.average {
    border: none;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=restaurant] .rating .assessments > div.average {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=restaurant] .rating .assessments > div.average {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=restaurant] .rating .assessments > div.average {
    flex-direction: initial;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=restaurant] .rating .assessments > div.average {
    justify-content: flex-start;
  }
}
#content[data-page=restaurant] .rating .assessments > div.average .mark {
  min-width: 100px;
  min-height: 100px;
  width: 100px;
  height: 100px;
  border-radius: 100px;
}
#content[data-page=restaurant] .rating .assessments > div.average .mark .value {
  font-size: 19px;
}
#content[data-page=restaurant] .rating .assessments > div.average .mark-info {
  text-align: center;
  margin-top: 15px;
}
@media only screen and (max-width: 479px) {
  #content[data-page=restaurant] .rating .assessments > div.average .mark-info {
    margin-left: 20px;
  }
}
#content[data-page=restaurant] .rating .assessments > div.content > div {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
#content[data-page=restaurant] .rating .assessments > div.content > div .icon {
  margin-right: 15px;
  min-width: 30px;
  width: 30px;
}
#content[data-page=restaurant] .rating .assessments > div.content > div .icon img {
  width: 100%;
}
#content[data-page=restaurant] .rating .assessments > div.content > div .mark {
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  height: 60px;
  border-radius: 100px;
}
#content[data-page=restaurant] .rating .assessments > div.content > div .mark-info {
  align-items: center;
  margin-left: 15px;
  display: flex;
}
#content[data-page=restaurant] .services .content > div {
  width: calc(33.33% - 14px);
  margin: 0 7px;
  display: flex;
  font-size: 14px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media only screen and (max-width: 479px) {
  #content[data-page=restaurant] .services .content > div {
    width: 100%;
  }
}
#content[data-page=restaurant] .services .content > div .icon {
  width: 36px;
  min-width: 30px;
  margin-right: 15px;
}
#content[data-page=restaurant] .services .content > div .icon img {
  width: 100%;
}
#content[data-page=restaurant] .head {
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 17px;
}
#content[data-page=restaurant] .head .name, #content[data-page=restaurant] .head .contacts {
  position: relative;
  z-index: 10;
}
#content[data-page=restaurant] .head .contacts {
  margin-top: 50px;
  line-height: 1.5;
  padding: 0 30px;
  display: flex;
  color: #fff;
  margin-bottom: -20px;
}
@media only screen and (max-width: 1090px) {
  #content[data-page=restaurant] .head .contacts {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=restaurant] .head .contacts {
    justify-content: space-between;
  }
}
#content[data-page=restaurant] .head .contacts > div {
  margin-right: 40px;
  margin-bottom: 20px;
}
#content[data-page=restaurant] .head .contacts > div:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 850px) {
  #content[data-page=restaurant] .head .contacts > div {
    margin-right: 10px;
  }
}
#content[data-page=restaurant] .head .contacts .address {
  display: flex;
  flex-direction: column;
}
#content[data-page=restaurant] .head .contacts .address .subway {
  display: flex;
  align-items: center;
}
#content[data-page=restaurant] .head .contacts .address .subway .icon {
  height: 20px;
  margin-right: 10px;
}
#content[data-page=restaurant] .head .contacts .address .subway .icon img {
  height: 100%;
  width: auto;
}
#content[data-page=restaurant] .head .contacts .worktime {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #content[data-page=restaurant] .head .contacts .worktime {
    justify-content: flex-start;
  }
}
#content[data-page=restaurant] .head .contacts .worktime > div {
  margin: 0 10px;
}
#content[data-page=restaurant] .head .contacts .worktime > div:first-child {
  margin-left: 0;
}
#content[data-page=restaurant] .head .contacts .worktime > div:last-child {
  margin-right: 0;
}
#content[data-page=restaurant] .head .contacts .phone {
  display: flex;
}
#content[data-page=restaurant] .head .contacts .phone a {
  color: #fff;
  line-height: 1;
  height: fit-content;
}
#content[data-page=restaurant] .head .contacts .phone .icon {
  height: 20px;
  margin-right: 10px;
}
#content[data-page=restaurant] .head .contacts .phone .icon img {
  height: 100%;
  width: auto;
}
#content[data-page=restaurant] .head .name {
  padding: 30px 30px 0;
  display: flex;
  justify-content: space-between;
}
#content[data-page=restaurant] .head .name .content-title {
  text-align: left;
}
@media only screen and (max-width: 850px) {
  #content[data-page=restaurant] .head .name {
    flex-wrap: wrap;
  }
}
#content[data-page=restaurant] .head .image {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  left: 0;
  top: 0;
}
#content[data-page=restaurant] .head .image img {
  width: 100%;
  left: 0;
  bottom: 0%;
  transform: translate(0, 50%);
  position: absolute;
}
@media only screen and (max-width: 850px) {
  #content[data-page=restaurant] .head .image img {
    height: 100%;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=restaurant] .head .image img {
    object-fit: cover;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=restaurant] .head .image img {
    transform: initial;
  }
}
#content[data-page=restaurant] .head .image .preset {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#content[data-page=restaurant] .restaurant {
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
#content[data-page=restaurant] .restaurant .rating-block {
  left: 20px;
  top: 20px;
  position: absolute;
  border-radius: 8px;
  background: #47D718;
  color: #fff;
  padding: 10px 15px;
}
#content[data-page=restaurant] .restaurant .banner {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  height: 250px;
}
#content[data-page=restaurant] .restaurant .banner img {
  height: 100%;
}
@media only screen and (max-width: 629px) {
  #content[data-page=restaurant] .restaurant .banner img {
    width: 100%;
  }
}
@media only screen and (max-width: 629px) {
  #content[data-page=restaurant] .restaurant .banner img {
    object-fit: cover;
  }
}
#content[data-page=restaurant] .restaurant .name {
  font-family: "RobotoMedium";
  font-size: 19px;
}
@media only screen and (max-width: 850px) {
  #content[data-page=restaurant] .restaurant .name {
    flex-wrap: wrap;
  }
}
#content[data-page=restaurant] .restaurant .subway {
  margin: 15px 0 10px;
  display: flex;
  align-items: center;
}
#content[data-page=restaurant] .restaurant .subway .picture {
  height: 20px;
}
#content[data-page=restaurant] .restaurant .subway .picture img {
  height: 100%;
}
#content[data-page=restaurant] .restaurant .subway .subway-name {
  margin-left: 10px;
  font-family: "RobotoMedium";
  font-size: 15px;
}
#content[data-page=restaurant] .restaurant .services {
  display: flex;
  margin-bottom: 15px;
  height: 25px;
}
#content[data-page=restaurant] .restaurant .services > div {
  height: 100%;
  margin: 0 7px;
}
#content[data-page=restaurant] .restaurant .services > div img {
  height: 100%;
}
#content[data-page=restaurant] .restaurant .services > div:first-child {
  margin-left: 0;
}
#content[data-page=restaurant] .restaurant .services > div:last-child {
  margin-right: 0;
}
#content[data-page=restaurant] .restaurant .information {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 230px;
}
#content[data-page=restaurant] .map .restaurant-map {
  height: 400px;
  background: #E8E8E8;
  width: 100%;
  margin-top: 30px;
}
#content[data-page=restaurant] .map .search-result {
  min-width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-items: center;
  line-height: 1.5;
  font-size: 15px;
}
#content[data-page=restaurant] .map .search-result.error {
  color: #E41B47;
}
#content[data-page=restaurant] .map .search-result.success {
  color: #47D718;
}
#content[data-page=restaurant] .map .search-result .result {
  margin: 0 auto;
  padding: 30px 0 0;
  transition: color 0.5s;
}
#content[data-page=restaurant] .gallery {
  position: relative;
  padding: 20px 45px;
  width: calc(100% - 90px);
}
#content[data-page=restaurant] .gallery .owl-stage {
  display: flex;
}
#content[data-page=restaurant] .gallery .owl-stage-outer {
  overflow: hidden;
}
#content[data-page=restaurant] .gallery .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content[data-page=restaurant] .gallery .owl-nav button {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 40px;
  border: none;
  line-height: 0;
  font-size: 20px;
  color: #fff;
  background: #E41B47;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
#content[data-page=restaurant] .gallery .owl-nav button:first-child {
  left: 0;
}
#content[data-page=restaurant] .gallery .owl-nav button:last-child {
  right: 0;
}
#content[data-page=restaurant] .gallery img {
  display: flex;
  width: 100%;
}
#content[data-page=restaurant] .rating {
  width: calc(100% - 60px);
  padding: 20px 30px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
#content[data-page=restaurant] .rating .tooltip {
  margin-top: 10px;
  opacity: 0.3;
}
#content[data-page=restaurant] .rating .mark {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
#content[data-page=restaurant] .rating .mark .progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  fill: rgba(0, 0, 0, 0);
  stroke: #cadf00;
  stroke-width: 3;
  stroke-dasharray: 100% 100%;
}
#content[data-page=restaurant] .rating .mark .progress svg {
  border-radius: 100px;
}
#content[data-page=restaurant] .rating .mark .progress svg circle {
  fill: rgba(0, 0, 0, 0);
  stroke: #E8E8E8;
  stroke-width: 6;
  transition: all 1s ease-out;
}
#content[data-page=restaurant] .rating .mark .progress svg circle:nth-child(2n) {
  stroke: #cadf00;
}
#content[data-page=restaurant] .rating .mark .value {
  font-size: 15px;
}
#content[data-page=restaurant] .rating .assessments {
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 479px) {
  #content[data-page=restaurant] .rating .assessments {
    flex-wrap: wrap;
  }
}
#content[data-page=restaurant] .rating .assessments > div {
  display: flex;
}
#content[data-page=restaurant] .rating .assessments > div.average {
  min-width: 12%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #E8E8E8;
  padding-right: 30px;
  margin-right: 30px;
}
@media only screen and (max-width: 479px) {
  #content[data-page=restaurant] .rating .assessments > div.average {
    border: none;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=restaurant] .rating .assessments > div.average {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=restaurant] .rating .assessments > div.average {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=restaurant] .rating .assessments > div.average {
    flex-direction: initial;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=restaurant] .rating .assessments > div.average {
    justify-content: flex-start;
  }
}
#content[data-page=restaurant] .rating .assessments > div.average .mark {
  min-width: 100px;
  min-height: 100px;
  width: 100px;
  height: 100px;
  border-radius: 100px;
}
#content[data-page=restaurant] .rating .assessments > div.average .mark .value {
  font-size: 19px;
}
#content[data-page=restaurant] .rating .assessments > div.average .mark-info {
  text-align: center;
  margin-top: 15px;
}
@media only screen and (max-width: 479px) {
  #content[data-page=restaurant] .rating .assessments > div.average .mark-info {
    margin-left: 20px;
  }
}
#content[data-page=restaurant] .rating .assessments > div.content > div {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
#content[data-page=restaurant] .rating .assessments > div.content > div .icon {
  margin-right: 15px;
  min-width: 30px;
  width: 30px;
}
#content[data-page=restaurant] .rating .assessments > div.content > div .icon img {
  width: 100%;
}
#content[data-page=restaurant] .rating .assessments > div.content > div .mark {
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  height: 60px;
  border-radius: 100px;
}
#content[data-page=restaurant] .rating .assessments > div.content > div .mark-info {
  align-items: center;
  margin-left: 15px;
  display: flex;
}
#content[data-page=restaurant] .services .content > div {
  width: calc(33.33% - 14px);
  margin: 0 7px;
  display: flex;
  font-size: 14px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media only screen and (max-width: 479px) {
  #content[data-page=restaurant] .services .content > div {
    width: 100%;
  }
}
#content[data-page=restaurant] .services .content > div .icon {
  width: 36px;
  min-width: 30px;
  margin-right: 15px;
}
#content[data-page=restaurant] .services .content > div .icon img {
  width: 100%;
}
#content[data-page=restaurant] .head {
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 17px;
}
#content[data-page=restaurant] .head .name,
#content[data-page=restaurant] .head .contacts {
  position: relative;
  z-index: 10;
}
#content[data-page=restaurant] .head .contacts {
  margin-top: 50px;
  line-height: 1.5;
  padding: 0 30px;
  display: flex;
  color: #fff;
  margin-bottom: -20px;
}
@media only screen and (max-width: 1090px) {
  #content[data-page=restaurant] .head .contacts {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=restaurant] .head .contacts {
    justify-content: space-between;
  }
}
#content[data-page=restaurant] .head .contacts > div {
  margin-right: 40px;
  margin-bottom: 20px;
}
#content[data-page=restaurant] .head .contacts > div:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 850px) {
  #content[data-page=restaurant] .head .contacts > div {
    margin-right: 10px;
  }
}
#content[data-page=restaurant] .head .contacts .address {
  display: flex;
  flex-direction: column;
}
#content[data-page=restaurant] .head .contacts .address .subway {
  display: flex;
  align-items: center;
}
#content[data-page=restaurant] .head .contacts .address .subway .icon {
  height: 20px;
  margin-right: 10px;
}
#content[data-page=restaurant] .head .contacts .address .subway .icon img {
  height: 100%;
  width: auto;
}
#content[data-page=restaurant] .head .contacts .worktime {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #content[data-page=restaurant] .head .contacts .worktime {
    justify-content: flex-start;
  }
}
#content[data-page=restaurant] .head .contacts .worktime > div {
  margin: 0 10px;
}
#content[data-page=restaurant] .head .contacts .worktime > div:first-child {
  margin-left: 0;
}
#content[data-page=restaurant] .head .contacts .worktime > div:last-child {
  margin-right: 0;
}
#content[data-page=restaurant] .head .contacts .phone {
  display: flex;
}
#content[data-page=restaurant] .head .contacts .phone a {
  color: #fff;
  line-height: 1;
  height: fit-content;
}
#content[data-page=restaurant] .head .contacts .phone .icon {
  height: 20px;
  margin-right: 10px;
}
#content[data-page=restaurant] .head .contacts .phone .icon img {
  height: 100%;
  width: auto;
}
#content[data-page=restaurant] .head .name {
  padding: 30px 30px 0;
  display: flex;
  justify-content: space-between;
}
#content[data-page=restaurant] .head .name .content-title {
  text-align: left;
}
@media only screen and (max-width: 850px) {
  #content[data-page=restaurant] .head .name {
    flex-wrap: wrap;
  }
}
#content[data-page=restaurant] .head .image {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  left: 0;
  top: 0;
}
#content[data-page=restaurant] .head .image img {
  width: 100%;
  left: 0;
  bottom: 0%;
  transform: translate(0, 50%);
  position: absolute;
}
@media only screen and (max-width: 850px) {
  #content[data-page=restaurant] .head .image img {
    height: 100%;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=restaurant] .head .image img {
    object-fit: cover;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=restaurant] .head .image img {
    transform: initial;
  }
}
#content[data-page=restaurant] .head .image .preset {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#content[data-page=restaurant] .restaurant {
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
#content[data-page=restaurant] .restaurant .rating-block {
  left: 20px;
  top: 20px;
  position: absolute;
  border-radius: 8px;
  background: #47D718;
  color: #fff;
  padding: 10px 15px;
}
#content[data-page=restaurant] .restaurant .banner {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  height: 250px;
}
#content[data-page=restaurant] .restaurant .banner img {
  height: 100%;
}
@media only screen and (max-width: 629px) {
  #content[data-page=restaurant] .restaurant .banner img {
    width: 100%;
  }
}
@media only screen and (max-width: 629px) {
  #content[data-page=restaurant] .restaurant .banner img {
    object-fit: cover;
  }
}
#content[data-page=restaurant] .restaurant .name {
  font-family: "RobotoMedium";
  font-size: 19px;
}
@media only screen and (max-width: 850px) {
  #content[data-page=restaurant] .restaurant .name {
    flex-wrap: wrap;
  }
}
#content[data-page=restaurant] .restaurant .subway {
  margin: 15px 0 10px;
  display: flex;
  align-items: center;
}
#content[data-page=restaurant] .restaurant .subway .picture {
  height: 20px;
}
#content[data-page=restaurant] .restaurant .subway .picture img {
  height: 100%;
}
#content[data-page=restaurant] .restaurant .subway .subway-name {
  margin-left: 10px;
  font-family: "RobotoMedium";
  font-size: 15px;
}
#content[data-page=restaurant] .restaurant .services {
  display: flex;
  margin-bottom: 15px;
  height: 25px;
}
#content[data-page=restaurant] .restaurant .services > div {
  height: 100%;
  margin: 0 7px;
}
#content[data-page=restaurant] .restaurant .services > div img {
  height: 100%;
}
#content[data-page=restaurant] .restaurant .services > div:first-child {
  margin-left: 0;
}
#content[data-page=restaurant] .restaurant .services > div:last-child {
  margin-right: 0;
}
#content[data-page=restaurant] .restaurant .information {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 230px;
}

#content[data-page=account] .account-content {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 #e6e6e6;
  padding: 30px;
}
#content[data-page=account] .account-content .head {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
#content[data-page=account] .account-content .head .content-title {
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  #content[data-page=account] .account-content .head .content-title {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=account] .account-content .head .button {
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=account] .content-block {
    flex-wrap: wrap;
  }
}
#content[data-page=account] .content-block-slices {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 850px) {
  #content[data-page=account] .user-information {
    margin: 0 0 30px;
  }
}
#content[data-page=account] .user-information .table {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#content[data-page=account] .user-information .table .column {
  font-size: 15px;
}
#content[data-page=account] .user-information .table .column:first-child {
  font-family: "RobotoRegular";
  color: #cdcdcd;
}
@media only screen and (max-width: 479px) {
  #content[data-page=account] .user-information .table .column:first-child {
    display: none;
  }
}
#content[data-page=account] .user-information .table .column:last-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#content[data-page=account] .user-information .table .column > div {
  display: flex;
  margin-bottom: 20px;
}
#content[data-page=account] .user-information .table .column > div .change {
  cursor: pointer;
  color: #E41B47;
  transition: all 0.5s;
  margin-left: 10px;
}
#content[data-page=account] .user-information .table .column > div:last-child {
  margin-bottom: 0;
}
#content[data-page=account] .user-information .button {
  margin-top: 30px;
  display: inline-flex;
}
#content[data-page=account] .user-information .subscribe {
  display: flex;
  align-items: center;
}
#content[data-page=account] .user-information .subscribe-label {
  padding-top: 8px;
}
#content[data-page=account] .user-information .subscribe .question-mark {
  margin-left: 20px;
  color: #E41B47;
  border-color: #E41B47;
}
#content[data-page=account] .user-information .subscribe-label.mobile {
  display: none;
  padding-top: 0;
  color: #cdcdcd;
}
@media only screen and (max-width: 479px) {
  #content[data-page=account] .user-information .subscribe-label.mobile {
    display: block;
  }
}
#content[data-page=account] .addresses .address {
  margin-bottom: 20px;
  font-size: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
#content[data-page=account] .addresses .address .buttons-block {
  margin-left: 50px;
  align-items: center;
  display: flex;
}
#content[data-page=account] .addresses .address .buttons-block > div {
  cursor: pointer;
  margin: 0 10px;
  width: 18px;
  height: 18px;
  transition: all 0.5s;
}
#content[data-page=account] .addresses .address .buttons-block > div:first-child {
  margin-left: 0;
}
#content[data-page=account] .addresses .address .buttons-block > div:last-child {
  margin-right: 0;
}
#content[data-page=account] .addresses .address .buttons-block .remove {
  background-image: url(/images/close.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#content[data-page=account] .addresses .address .buttons-block .remove:hover {
  background-image: url(/images/close-accent.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
#content[data-page=account] .addresses .address .buttons-block .edit {
  background-image: url(/images/edit.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#content[data-page=account] .addresses .address .buttons-block .edit.edit-break {
  cursor: default;
  opacity: 0;
}
#content[data-page=account] .addresses .address .buttons-block .edit:hover {
  background-image: url(/images/edit-accent.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 850px) {
  #content[data-page=account] .user-status {
    margin: 0 0;
  }
}
#content[data-page=account] .user-status .current-status {
  display: flex;
}
#content[data-page=account] .user-status .current-status .status {
  display: flex;
  flex-direction: column;
}
#content[data-page=account] .user-status .current-status .status .label {
  font-size: 13px;
  color: #E8E8E8;
}
#content[data-page=account] .user-status .current-status .status .value {
  margin: 10px 0;
  font-size: 29px;
}
#content[data-page=account] .user-status .current-status .status .orders {
  line-height: 1.4;
  font-size: 15px;
}
#content[data-page=account] .user-status .current-status .image {
  width: 50px;
  margin-right: 20px;
}
#content[data-page=account] .user-status .current-status .image img {
  width: 100%;
}
@media only screen and (max-width: 850px) {
  #content[data-page=account] .user-status .current-status .image {
    display: none;
  }
}
#content[data-page=account] .user-status .progress-status {
  display: flex;
  margin-top: 10px;
  margin-left: 70px;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 850px) {
  #content[data-page=account] .user-status .progress-status {
    margin: 10px 0 0;
  }
}
#content[data-page=account] .user-status .progress-status .progress {
  display: flex;
  align-items: center;
  margin: 0px 0px 10px;
  max-width: 320px;
  width: 100%;
}
#content[data-page=account] .user-status .progress-status .progress .line {
  width: 100%;
  margin-right: 15px;
  background-color: #cdcdcd;
  border-radius: 8px;
  height: 6px;
  position: relative;
}
#content[data-page=account] .user-status .progress-status .progress .line .fill {
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  position: absolute;
  background-color: #cadf00;
  border-radius: 8px;
  transition: all 1s;
}
#content[data-page=account] .user-status .progress-status .progress .next-status {
  width: 24px;
  opacity: 0.5;
}
#content[data-page=account] .user-status .progress-status .progress .next-status img {
  width: 100%;
}
#content[data-page=account] .user-status .progress-status .orders-next-status {
  margin-top: 10px;
  line-height: 1.5;
}
#content[data-page=account] .user-status .progress-status .orders-keep-status {
  line-height: 1.5;
}
#content[data-page=account] .user-status .progress-status .minimum-amounеt {
  margin-top: 10px;
  line-height: 1.5;
}
#content[data-page=account] .user-status .progress-status .minimum-amounеt span {
  color: #E41B47;
}
#content[data-page=account] .user-status .button {
  margin-left: 70px;
  margin-top: 30px;
  display: inline-flex;
}
@media only screen and (max-width: 850px) {
  #content[data-page=account] .user-status .button {
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=account] .bonuses,
  #content[data-page=account] .coupons {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=account] .bonuses,
  #content[data-page=account] .coupons {
    margin: 30px 0 0;
  }
}
#content[data-page=account] .bonuses .title,
#content[data-page=account] .coupons .title {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 479px) {
  #content[data-page=account] .bonuses .title,
  #content[data-page=account] .coupons .title {
    flex-wrap: wrap;
  }
}
#content[data-page=account] .bonuses .title .content-title,
#content[data-page=account] .coupons .title .content-title {
  align-items: center;
  font-size: 22px;
  margin-bottom: 0;
}
#content[data-page=account] .bonuses .title .content-title .accent,
#content[data-page=account] .coupons .title .content-title .accent {
  margin: 0 10px;
  white-space: nowrap;
}
#content[data-page=account] .bonuses .title .question,
#content[data-page=account] .coupons .title .question {
  cursor: pointer;
  color: #C9C9C9;
  font-size: 15px;
  line-height: 1.35;
  transition: all 0.5s;
}
#content[data-page=account] .bonuses .title .question:hover,
#content[data-page=account] .coupons .title .question:hover {
  color: #E41B47;
}
#content[data-page=account] .bonuses .content-frame,
#content[data-page=account] .coupons .content-frame {
  min-height: 230px;
  height: 230px;
  padding: 7px;
  overflow-y: scroll;
  width: calc(100% - 20px);
  background-color: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
}
#content[data-page=account] .bonuses .content-frame::-webkit-scrollbar-track,
#content[data-page=account] .coupons .content-frame::-webkit-scrollbar-track {
  border-radius: 8px;
}
#content[data-page=account] .bonuses .content-frame::-webkit-scrollbar,
#content[data-page=account] .coupons .content-frame::-webkit-scrollbar {
  width: 6px;
}
#content[data-page=account] .bonuses .content-frame::-webkit-scrollbar-thumb,
#content[data-page=account] .coupons .content-frame::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #f0f2f5;
}
#content[data-page=account] .bonuses .content-frame:hover::-webkit-scrollbar-thumb,
#content[data-page=account] .coupons .content-frame:hover::-webkit-scrollbar-thumb {
  background: #E41B47;
}
@media only screen and (max-width: 479px) {
  #content[data-page=account] .bonuses .content-frame,
  #content[data-page=account] .coupons .content-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=account] .bonuses .content-frame,
  #content[data-page=account] .coupons .content-frame {
    box-sizing: border-box;
  }
}
#content[data-page=account] .bonuses .content-frame .item,
#content[data-page=account] .coupons .content-frame .item {
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #E8E8E8;
}
#content[data-page=account] .bonuses .content-frame .item:first-child,
#content[data-page=account] .coupons .content-frame .item:first-child {
  padding-top: 0;
}
#content[data-page=account] .bonuses .content-frame .item:last-child,
#content[data-page=account] .coupons .content-frame .item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#content[data-page=account] .bonuses .content-frame .item.coupon,
#content[data-page=account] .coupons .content-frame .item.coupon {
  padding: 7px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content[data-page=account] .bonuses .content-frame .item.coupon:first-child,
#content[data-page=account] .coupons .content-frame .item.coupon:first-child {
  padding-top: 0;
}
#content[data-page=account] .bonuses .content-frame .item.coupon .coupon-buttons,
#content[data-page=account] .coupons .content-frame .item.coupon .coupon-buttons {
  display: flex;
}
#content[data-page=account] .bonuses .content-frame .item.coupon .coupon-buttons .salad,
#content[data-page=account] .coupons .content-frame .item.coupon .coupon-buttons .salad {
  font-size: 13px;
  padding: 10px 15px;
}
#content[data-page=account] .bonuses .content-frame .item.coupon .coupon-buttons > div.info-button,
#content[data-page=account] .coupons .content-frame .item.coupon .coupon-buttons > div.info-button {
  width: 100%;
  display: flex;
  padding: 0px 12px;
  box-sizing: border-box;
  justify-content: flex-start;
}
#content[data-page=account] .bonuses .content-frame .item.coupon .coupon-buttons > div.info-button .question-mark:before,
#content[data-page=account] .coupons .content-frame .item.coupon .coupon-buttons > div.info-button .question-mark:before {
  margin-left: 0;
}
#content[data-page=account] .bonuses .content-frame .item.coupon .coupon-buttons > div:first-child,
#content[data-page=account] .coupons .content-frame .item.coupon .coupon-buttons > div:first-child {
  margin-top: 0;
  padding-left: 0;
}
#content[data-page=account] .bonuses .content-frame .item.coupon .coupon-buttons > div:last-child,
#content[data-page=account] .coupons .content-frame .item.coupon .coupon-buttons > div:last-child {
  margin-bottom: 0;
}
#content[data-page=account] .bonuses .content-frame .item.coupon:last-child,
#content[data-page=account] .coupons .content-frame .item.coupon:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#content[data-page=account] .bonuses .content-frame .item.coupon .information,
#content[data-page=account] .coupons .content-frame .item.coupon .information {
  display: flex;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 359px) {
  #content[data-page=account] .bonuses .content-frame .item.coupon .information,
  #content[data-page=account] .coupons .content-frame .item.coupon .information {
    flex-direction: column;
  }
}
#content[data-page=account] .bonuses .content-frame .item.coupon .information > div,
#content[data-page=account] .coupons .content-frame .item.coupon .information > div {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 359px) {
  #content[data-page=account] .bonuses .content-frame .item.coupon .information > div,
  #content[data-page=account] .coupons .content-frame .item.coupon .information > div {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 359px) {
  #content[data-page=account] .bonuses .content-frame .item.coupon .information > div,
  #content[data-page=account] .coupons .content-frame .item.coupon .information > div {
    width: 100%;
  }
}
#content[data-page=account] .bonuses .content-frame .item.coupon .information .image,
#content[data-page=account] .coupons .content-frame .item.coupon .information .image {
  width: 40%;
  min-width: 70px;
  margin-right: 15px;
  position: relative;
}
@media only screen and (max-width: 359px) {
  #content[data-page=account] .bonuses .content-frame .item.coupon .information .image,
  #content[data-page=account] .coupons .content-frame .item.coupon .information .image {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 359px) {
  #content[data-page=account] .bonuses .content-frame .item.coupon .information .image,
  #content[data-page=account] .coupons .content-frame .item.coupon .information .image {
    width: 70%;
  }
}
#content[data-page=account] .bonuses .content-frame .item.coupon .information .image img,
#content[data-page=account] .coupons .content-frame .item.coupon .information .image img {
  width: 100%;
}
#content[data-page=account] .bonuses .content-frame .item.coupon .information .name,
#content[data-page=account] .coupons .content-frame .item.coupon .information .name {
  line-height: 1.35;
  font-size: 15px;
  display: block;
}
#content[data-page=account] .bonuses .content-frame .item.coupon .information .valid,
#content[data-page=account] .coupons .content-frame .item.coupon .information .valid {
  font-size: 13px;
  line-height: 1.5;
}
#content[data-page=account] .bonuses .content-frame .item.bonuses .date,
#content[data-page=account] .coupons .content-frame .item.bonuses .date {
  color: #c9c9c9;
  display: block;
  margin-bottom: 10px;
}
#content[data-page=account] .bonuses .content-frame .item.bonuses .change,
#content[data-page=account] .coupons .content-frame .item.bonuses .change {
  display: flex;
  font-size: 15px;
  margin-bottom: 10px;
}
#content[data-page=account] .bonuses .content-frame .item.bonuses .change .reason,
#content[data-page=account] .coupons .content-frame .item.bonuses .change .reason {
  margin-left: 10px;
}
#content[data-page=account] .bonuses .content-frame .item.bonuses .change .enlarge,
#content[data-page=account] .coupons .content-frame .item.bonuses .change .enlarge {
  color: #cadf00;
}
#content[data-page=account] .bonuses .content-frame .item.bonuses .change .reduce,
#content[data-page=account] .coupons .content-frame .item.bonuses .change .reduce {
  color: #E41B47;
}
#content[data-page=account] .bonuses .content-frame .item.disabled .information .image,
#content[data-page=account] .coupons .content-frame .item.disabled .information .image {
  position: relative;
}
#content[data-page=account] .bonuses .content-frame .item.disabled .information .image:after,
#content[data-page=account] .coupons .content-frame .item.disabled .information .image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7019607843) url("/images/frozen.png") no-repeat center;
  background-size: 30px 40px;
  z-index: 1;
}
#content[data-page=account] .slices {
  font-size: 15px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  #content[data-page=account] .slices {
    flex-wrap: wrap;
  }
}
#content[data-page=account] .slices .content-title {
  font-size: 23px;
}
#content[data-page=account] .slices .collected {
  margin: 15px 0 10px;
}
#content[data-page=account] .slices .question-block {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
#content[data-page=account] .slices .question-block .button {
  display: inline-flex;
}
#content[data-page=account] .slices .image {
  margin-left: 5px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  #content[data-page=account] .slices .image {
    margin: 30px 0 0;
  }
}
#content[data-page=account] .slices .image .slices-image {
  width: 130px;
  position: relative;
  margin: 0 auto;
}
#content[data-page=account] .slices .image .slices-image img {
  width: 100%;
}
#content[data-page=account] .slices .image .slices-image.applied .element {
  transform: scale(0) !important;
}
#content[data-page=account] .slices .image .slices-image.applied .element.slice1 {
  top: -7%;
  left: 56%;
}
#content[data-page=account] .slices .image .slices-image.applied .element.slice2 {
  top: 22%;
  left: 69%;
}
#content[data-page=account] .slices .image .slices-image.applied .element.slice3 {
  top: 51%;
  left: 70%;
}
#content[data-page=account] .slices .image .slices-image.applied .element.slice4 {
  top: 61%;
  left: 54%;
}
#content[data-page=account] .slices .image .slices-image.applied .element.slice5 {
  top: 60%;
  left: 30%;
}
#content[data-page=account] .slices .image .slices-image.applied .element.slice6 {
  top: 60%;
  left: 5%;
}
#content[data-page=account] .slices .image .slices-image.applied .element.slice7 {
  top: 49%;
  left: -9%;
}
#content[data-page=account] .slices .image .slices-image.applied .element.slice8 {
  top: 23%;
  left: -9%;
}
#content[data-page=account] .slices .image .slices-image.applied .element.slice9 {
  top: -7%;
  left: 6%;
}
#content[data-page=account] .slices .image .slices-image.applied .element.slice10 {
  top: -21%;
  left: 30%;
}
#content[data-page=account] .slices .image .slices-image .element {
  opacity: 0;
  position: absolute;
  transform: scale(1);
  transition: all 0.75s;
  width: 40%;
}
#content[data-page=account] .slices .image .slices-image .element.active {
  opacity: 1;
}
#content[data-page=account] .slices .image .slices-image .element.slice1 {
  top: 2%;
  left: 50%;
  transform: scale(0.8);
}
#content[data-page=account] .slices .image .slices-image .element.slice2 {
  top: 23%;
  left: 56%;
}
#content[data-page=account] .slices .image .slices-image .element.slice3 {
  top: 48%;
  left: 56%;
  transform: scale(0.95);
}
#content[data-page=account] .slices .image .slices-image .element.slice4 {
  top: 48.5%;
  right: 10%;
  transform: scale(0.75);
}
#content[data-page=account] .slices .image .slices-image .element.slice5 {
  top: 43%;
  left: 31%;
  transform: scale(0.7);
}
#content[data-page=account] .slices .image .slices-image .element.slice6 {
  top: 49%;
  left: 11%;
  transform: scale(0.8);
}
#content[data-page=account] .slices .image .slices-image .element.slice7 {
  top: 48.7%;
  left: 5%;
  transform: scale(0.95);
}
#content[data-page=account] .slices .image .slices-image .element.slice8 {
  top: 23%;
  left: 5%;
}
#content[data-page=account] .slices .image .slices-image .element.slice9 {
  top: 2%;
  left: 11%;
  transform: scale(0.8);
}
#content[data-page=account] .slices .image .slices-image .element.slice10 {
  top: -5%;
  left: 31%;
  transform: scale(0.7);
}
#content[data-page=account] .slices .image .information {
  margin-left: 20px;
  line-height: 1.4;
}
#content[data-page=account] .slices .image .information .question {
  cursor: pointer;
  transition: all 0.5s;
  color: #C9C9C9;
}
#content[data-page=account] .slices .image .information .question:hover {
  color: #E41B47;
}
#content[data-page=account] .button-video {
  width: 35px;
  height: 30px;
  background-size: contain;
  left: 12px;
  top: 34px;
}

.question-mark:before {
  content: "?";
  margin-left: 5px;
  border-radius: 100%;
  border: 1px solid;
  height: 20px;
  width: 20px;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

#content[data-page=history] .content-block {
  padding-top: 0;
}
#content[data-page=history] .content-block .paginations {
  margin-top: 20px;
}
#content[data-page=history] .content-block .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 8px;
}
#content[data-page=history] .content-block .item .state {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  border: 1px solid #C9C9C9;
  border-radius: 8px;
}
@media only screen and (max-width: 479px) {
  #content[data-page=history] .content-block .item .state {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=history] .content-block .item .state {
    justify-content: center;
  }
}
#content[data-page=history] .content-block .item .state .order {
  display: flex;
  align-items: center;
  color: #000;
}
@media only screen and (max-width: 479px) {
  #content[data-page=history] .content-block .item .state .order {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=history] .content-block .item .state .order {
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=history] .content-block .item .state .order {
    justify-content: center;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=history] .content-block .item .state .order {
    font-size: 12px;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=history] .content-block .item .state .order {
    line-height: 2;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=history] .content-block .item .state .order {
    width: 100%;
  }
}
#content[data-page=history] .content-block .item .state .icon-state {
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 1vw;
  background-color: #C9C9C9;
  background-image: url(/images/defolt.png?hash=11351705307);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
}
@media only screen and (max-width: 479px) {
  #content[data-page=history] .content-block .item .state .icon-state {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=history] .content-block .item .state .icon-state {
    background-size: 15%;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=history] .content-block .item .state .icon-state {
    margin-right: 0;
  }
}
#content[data-page=history] .content-block .item .state.canceled .icon-state {
  background-color: #E41B47;
  background-image: url(/images/canceled.png?hash=11351705307);
}
#content[data-page=history] .content-block .item .state.done .icon-state {
  background-color: #cadf00;
  background-image: url(/images/done.png?hash=11351705307);
}
#content[data-page=history] .content-block .item .state.new .icon-state {
  background-color: #fff;
  background-image: url(/images/new.png?hash=11351705307);
}
#content[data-page=history] .content-block .item .state .detailed {
  display: flex;
  color: #000;
}
@media only screen and (max-width: 479px) {
  #content[data-page=history] .content-block .item .state .detailed {
    margin: 10px 0 15px;
  }
}
#content[data-page=history] .content-block .item .state .arrow {
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  margin-right: 15px;
  margin-left: 8px;
  transition: transform 0.5s;
  transform: rotate(270deg);
  background-image: url(/images/arrow-back.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
#content[data-page=history] .content-block .item .state.open .arrow {
  transform: rotate(90deg);
}
#content[data-page=history] .content-block .item .details {
  display: flex;
  flex-direction: column;
  min-width: 100%;
  min-height: 1px;
}
#content[data-page=history] .content-block .item .details .products {
  min-height: 1px;
  margin-top: 15px;
}
#content[data-page=history] .content-block .item .details .products .cart-item {
  height: auto;
  padding: 15px 0;
  box-shadow: none;
}
#content[data-page=history] .content-block .item .details .products .cart-item .all-modifiers .optional-modifiers .modifier > .description {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
#content[data-page=history] .content-block .item .details .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
  color: #000;
  line-height: 1.35;
}
@media only screen and (max-width: 629px) {
  #content[data-page=history] .content-block .item .details .actions {
    flex-wrap: wrap;
  }
}
#content[data-page=history] .content-block .item .details .actions .price {
  white-space: nowrap;
  font-size: 19px;
}
#content[data-page=history] .content-block .item .details .actions .buttons {
  margin-left: 30px;
}
@media only screen and (max-width: 629px) {
  #content[data-page=history] .content-block .item .details .actions .buttons {
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 359px) {
  #content[data-page=history] .content-block .item .details .actions .buttons {
    flex-direction: column;
  }
}
#content[data-page=history] .content-block .item .details .actions .buttons [data-task=assessment] {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #E41B47;
  background: #cadf00;
}
#content[data-page=history] .content-block .item .details .actions .buttons [data-task=assessment] > div {
  color: #000;
  font-size: 12px;
}
#content[data-page=history] .content-block .item .details .actions .buttons [data-task=assessment] > div span {
  color: #000;
}
#content[data-page=history] .content-block .item .details .actions .rated {
  color: #cadf00;
}
#content[data-page=history] .content-block .item .details .actions > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 479px) {
  #content[data-page=history] .content-block .item .details .actions > div {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  #content[data-page=history] .content-block .item .details .actions > div {
    margin: 0 0 20px;
  }
}
#content[data-page=history] .content-block .item .details .actions > div > div.button {
  margin: 0 10px;
}
@media only screen and (max-width: 359px) {
  #content[data-page=history] .content-block .item .details .actions > div > div.button {
    width: 100%;
  }
}
@media only screen and (max-width: 359px) {
  #content[data-page=history] .content-block .item .details .actions > div > div.button {
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 359px) {
  #content[data-page=history] .content-block .item .details .actions > div > div.button {
    margin: 0 0 20px 0;
  }
}
#content[data-page=history] .content-block .item .details .actions > div > div.button:not([data-task=cancel]):not([data-task=repeatPayment]) {
  color: #fff;
  border: none;
  background-color: #c9c9c9;
}
#content[data-page=history] .content-block .item .details .actions > div > div.button:first-child {
  margin-left: 0;
}
#content[data-page=history] .content-block .item .details .actions > div > div.button:last-child {
  margin-right: 0;
}
#content[data-page=history] .content-block .item .details .counted-for-status {
  margin-top: 10px;
}
#content[data-page=history] .content-block .item .details .counted-for-status .for-status .considered {
  color: #cadf00;
}
#content[data-page=history] .content-block .item .details .counted-for-status .for-status .not-considered {
  color: #E41B47;
}

#content[data-page=documents] .documents-section #document-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
#content[data-page=documents] .documents-section #document-list a {
  display: flex;
  text-decoration: none;
  color: inherit;
  font-size: 15px;
  line-height: 1.5;
  width: 300px;
  align-self: center;
  height: 100px;
}
#content[data-page=documents] .documents-section #document-list .document {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 8px;
  background-color: #fdfdfd;
  border: 1px solid #e8e8e8;
  transition: all 0.5s;
}
#content[data-page=documents] .documents-section #document-list .document:hover {
  color: #E41B47;
  border-color: #E41B47;
}
#content[data-page=documents] .documents-section #document-list .document .icon {
  margin-right: 20px;
  width: 36px;
  min-width: 36px;
}
#content[data-page=documents] .documents-section #document-list .document .icon img {
  width: 100%;
}

.content-block.orders-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}
.content-block.orders-list .button {
  margin-top: 10px;
  margin-right: 15px;
}

.tracking {
  padding-top: 0 !important;
}
.tracking .tracking-order {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1440px) {
  .tracking .tracking-order {
    flex-direction: column-reverse;
  }
}
.tracking .tracking-order .tracking-info-right {
  flex: 1;
  min-width: 360px;
  margin-left: 30px;
}
@media only screen and (max-width: 1440px) {
  .tracking .tracking-order .tracking-info-right {
    margin-left: 0;
  }
}
.tracking .tracking-stream {
  width: 100%;
}
.tracking .tracking-order-info,
.tracking .tracking-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  background: white;
}
.tracking .tracking-stream {
  position: relative;
  display: none;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  transition: opacity 500ms;
  opacity: 0;
}
.tracking .tracking-stream:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transition: opacity 500ms;
  border-radius: 8px;
  background: url(/images/tracking_default.png) no-repeat center top;
  background-size: cover;
}
.tracking .tracking-stream video {
  max-width: 780px;
  height: 100%;
  width: 100%;
  border-radius: 8px;
}
.tracking .tracking-stream.visible {
  display: block;
  opacity: 1;
}
.tracking .tracking-stream.play:before {
  opacity: 0;
}
.tracking .tracking-stream.visible + .tracking-order {
  margin-top: 30px;
}
.tracking .tracking-info {
  position: relative;
  max-width: 780px;
  transition: all 500ms;
}
@media only screen and (max-width: 1199px) {
  .tracking .tracking-info {
    max-width: 100%;
  }
}
.tracking .status {
  margin-top: 30px;
  font-size: 17px;
  font-weight: 500;
}
.tracking .status .status-buttons {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 479px) {
  .tracking .status .status-buttons {
    flex-direction: column;
  }
}
@media only screen and (max-width: 479px) {
  .tracking .status .status-buttons {
    padding: 0 30px;
  }
}
.tracking .status .status-buttons > * {
  margin-top: 20px;
}
.tracking .status .status-buttons > * + * {
  margin-left: 16px;
}
@media only screen and (max-width: 479px) {
  .tracking .status .status-buttons > * + * {
    margin-left: 0;
  }
}
.tracking .status .status-value {
  color: #E41B47;
}
.tracking .status .active {
  color: #47D718;
}
.tracking .time-switch {
  display: flex;
  justify-content: space-between;
  margin: 30px 90px 0;
  padding: 3px;
  border: 1px solid #eaeaea;
  border-radius: 8px;
}
@media only screen and (max-width: 479px) {
  .tracking .time-switch {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1280px) {
  .tracking .time-switch {
    margin: 30px 30px 0;
  }
}
.tracking .time-switch .value {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  padding: 9px 15px;
  cursor: pointer;
  transition: all 500ms;
  color: #C9C9C9;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}
.tracking .time-switch .active {
  color: #fff;
  background: #E41B47;
}
.tracking .timer {
  margin-top: 20px;
  color: #C9C9C9;
  font-size: 49px;
  font-weight: 500;
}
.tracking .timer > span {
  color: inherit;
}
.tracking .static {
  margin-top: 30px;
  color: #3C3C3C;
  font-size: 15px;
}
.tracking .ymap {
  height: 380px;
  margin: 10px 30px 30px;
  border-radius: 8px;
}
.tracking .ymap > ymaps {
  width: 100% !important;
}
.tracking .tracking-order-info {
  display: flex;
  flex-direction: column;
  padding: 30px;
  opacity: 0;
}
@media only screen and (max-width: 1440px) {
  .tracking .tracking-order-info {
    margin-bottom: 30px;
  }
}
.tracking .tracking-order-info.visible {
  transition: opacity 800ms;
  opacity: 1;
}
.tracking .tracking-order-info .img-container {
  width: 75px;
  height: 50px;
}
.tracking .tracking-order-info .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tracking .tracking-order-info .order-product {
  display: flex;
}
.tracking .tracking-order-info .order-product + .order-product {
  margin-top: 25px;
}
.tracking .tracking-order-info .info {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  text-align: left;
}
.tracking .tracking-order-info .info-name {
  font-size: 17px;
  font-weight: 500;
}
.tracking .tracking-order-info .info-additional {
  margin-top: 8px;
  font-size: 13px;
}
.tracking .tracking-order-info .info-additional span {
  white-space: nowrap;
}
.tracking .tracking-order-info .info-additional span + span {
  margin-left: 16px;
}
.tracking .tracking-order-info .info-additional span + span:before {
  position: relative;
  right: 6px;
  bottom: 3px;
  display: inline-block;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
  background: #E41B47;
}

#content[data-page=individualCampaign] .title {
  font-size: 30px;
}
#content[data-page=individualCampaign] .content {
  font-size: 16px;
}
#content[data-page=individualCampaign] .rect {
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
}
#content[data-page=individualCampaign] .individual-campaign {
  padding: 40px;
  max-width: 1080px;
  color: #404040;
}
@media only screen and (max-width: 479px) {
  #content[data-page=individualCampaign] .individual-campaign {
    padding: 15px;
  }
}
#content[data-page=individualCampaign] .individual-campaign .block-top {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1090px) {
  #content[data-page=individualCampaign] .individual-campaign .block-top {
    flex-direction: column;
  }
}
#content[data-page=individualCampaign] .individual-campaign .block-top p {
  margin-bottom: 20px;
}
#content[data-page=individualCampaign] .individual-campaign .block-top .about {
  max-width: 555px;
}
#content[data-page=individualCampaign] .individual-campaign .block-top .about .title {
  margin-bottom: 20px;
}
#content[data-page=individualCampaign] .individual-campaign .block-top .about .content {
  line-height: normal;
  margin-bottom: 36px;
}
#content[data-page=individualCampaign] .individual-campaign .block-top .results {
  margin-left: 20px;
}
@media only screen and (max-width: 1090px) {
  #content[data-page=individualCampaign] .individual-campaign .block-top .results {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=individualCampaign] .individual-campaign .block-top .results {
    margin-bottom: 50px;
  }
}
#content[data-page=individualCampaign] .individual-campaign .block-top .results .title {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1090px) {
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .title {
    text-align: left;
  }
}
#content[data-page=individualCampaign] .individual-campaign .block-top .results .rect {
  max-width: 384px;
  min-height: 366px;
  border-radius: 15px;
  padding: 50px 20px 50px 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1090px) {
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect {
    padding: 30px 40px 40px 40px;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect {
    min-height: auto;
  }
}
#content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 53px;
  margin-right: -10px;
}
@media only screen and (max-width: 1090px) {
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block {
    margin-bottom: 20px;
  }
}
#content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .number-block,
#content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .letter-block {
  text-align: center;
  line-height: 20px;
  color: #878787;
  flex-wrap: wrap;
  margin-right: 10px;
}
#content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .number-block:first-child,
#content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .letter-block:first-child {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1090px) {
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .number-block,
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .letter-block {
    flex-direction: row;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .number-block,
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .letter-block {
    display: flex;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .number-block,
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .letter-block {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .number-block,
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .letter-block {
    justify-content: space-evenly;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .number-block,
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .letter-block {
    align-items: center;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .number-block,
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .letter-block {
    text-align: left;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .number-block,
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .letter-block {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .number-block,
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .letter-block {
    line-height: 1.3;
  }
}
#content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .number-block .number,
#content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .number-block .letter,
#content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .letter-block .number,
#content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .letter-block .letter {
  width: 73px;
  height: 65px;
  font-size: 40px;
  text-align: center;
  line-height: 65px;
  border-radius: 5px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1090px) {
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .number-block .number,
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .number-block .letter,
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .letter-block .number,
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .letter-block .letter {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .number-block .number,
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .number-block .letter,
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .letter-block .number,
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .letter-block .letter {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .number-block .number,
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .number-block .letter,
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .letter-block .number,
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .letter-block .letter {
    width: 90px;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .number-block .number,
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .number-block .letter,
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .letter-block .number,
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .letter-block .letter {
    height: 90px;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .number-block .number,
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .number-block .letter,
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .letter-block .number,
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .letter-block .letter {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .number-block .number,
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .number-block .letter,
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .letter-block .number,
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .letter-block .letter {
    line-height: 90px;
  }
}
#content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .number-block .number,
#content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .letter-block .number {
  color: #404040;
  background: #cadf00;
}
#content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .number-block .letter,
#content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .number-letter-block .letter-block .letter {
  background: #ff0000;
  color: #fff;
}
#content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .content {
  font-size: 15.5px;
  text-align: center;
  color: #404040;
  line-height: 20px;
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .content {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1090px) {
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .content br {
    display: none;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-top .results .rect .content p {
    margin: 0;
  }
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .title-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .title-wrap .title {
  margin-right: 20px;
  margin-bottom: 10px;
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .title-wrap .votes-mount {
  font-size: 16px;
  display: flex;
  align-self: center;
  white-space: nowrap;
  margin-bottom: 10px;
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .title-wrap .votes-mount .brake {
  display: none;
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-middle .title-wrap .votes-mount .brake {
    display: block;
  }
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect {
  display: flex;
  margin-bottom: 50px;
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap {
  border-radius: 10px;
  padding: 50px 40px 0px 40px;
  margin-right: -12px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .letters-block {
    margin-bottom: 60px;
  }
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .letter-block,
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .number-block {
  width: 150px;
  display: flex;
  flex-grow: 1;
  margin-right: 12px;
  margin-bottom: 50px;
  flex-wrap: wrap;
  justify-content: center;
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .letter-block.empty,
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .number-block.empty {
  height: 0px !important;
  margin-bottom: 0px;
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .letter-block.empty .number,
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .letter-block.empty .percent,
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .number-block.empty .number,
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .number-block.empty .percent {
  height: 0px !important;
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .letter-block:nth-child(2) .letter,
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .number-block:nth-child(2) .letter {
  background: #e2817e;
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .letter-block:nth-child(3) .letter,
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .number-block:nth-child(3) .letter {
  background: #ecaeac;
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .letter-block:nth-child(5) .number,
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .number-block:nth-child(5) .number {
  background: #deeb5f;
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .letter-block:nth-child(6) .number,
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .number-block:nth-child(6) .number {
  background: #eaf298;
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .letter-block .letter,
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .letter-block .number,
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .number-block .letter,
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .number-block .number {
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  margin-right: 5px;
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .letter-block .letter,
  #content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .letter-block .number,
  #content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .number-block .letter,
  #content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .number-block .number {
    width: 70px;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .letter-block .letter,
  #content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .letter-block .number,
  #content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .number-block .letter,
  #content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .number-block .number {
    height: 70px;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .letter-block .letter,
  #content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .letter-block .number,
  #content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .number-block .letter,
  #content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .number-block .number {
    line-height: 70px;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .letter-block .letter,
  #content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .letter-block .number,
  #content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .number-block .letter,
  #content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .number-block .number {
    font-size: 46px;
  }
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .letter-block .letter,
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .number-block .letter {
  background: red;
  color: #fff;
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .letter-block .number,
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .number-block .number {
  color: #404040;
  background: #cadf00;
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .letter-block .percent,
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .number-block .percent {
  font-size: 30px;
  line-height: 60px;
  display: flex;
  align-items: baseline;
  width: 85px;
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .letter-block .percent,
  #content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .number-block .percent {
    font-size: 37px;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .letter-block .percent,
  #content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .number-block .percent {
    line-height: 70px;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .letter-block .percent,
  #content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .number-block .percent {
    width: 104px;
  }
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .letter-block .percent .hundredth,
#content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .number-block .percent .hundredth {
  font-size: 20px;
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .letter-block .percent .hundredth,
  #content[data-page=individualCampaign] .individual-campaign .block-middle .rect .leaders-wrap .number-block .percent .hundredth {
    font-size: 25px;
  }
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .keyboard {
  margin-bottom: 80px;
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .keyboard.disabled {
  pointer-events: none;
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .keyboard.disabled .key:hover {
  background: #fff !important;
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .keyboard .letters-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -55px;
  margin-right: -41px;
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-middle .keyboard .letters-block {
    margin-right: -50px;
  }
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .keyboard .letters-block .letters-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .keyboard .letters-block .key.pressed {
  background: #cadf00;
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .keyboard .letters-block .key:hover:not(.disabled) {
  background: #cadf00;
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .keyboard .numbers-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -55px;
  margin-right: -53px;
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .keyboard .numbers-block .key {
  margin-right: 53px;
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .keyboard .numbers-block .key.pressed {
  background: red;
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .keyboard .numbers-block .key:hover:not(.disabled) {
  background: red;
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .keyboard .key {
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  border-radius: 5px;
  width: 60px;
  height: 63px;
  margin-bottom: 55px;
  margin-right: 41px;
  font-size: 40px;
  line-height: 63px;
  text-align: center;
  padding: 0;
  box-shadow: none;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
  cursor: pointer;
  flex-grow: 1;
  position: relative;
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-middle .keyboard .key {
    width: 105px;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-middle .keyboard .key {
    height: 105px;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-middle .keyboard .key {
    line-height: 105px;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-middle .keyboard .key {
    font-size: 66px;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-middle .keyboard .key {
    margin-right: 49px;
  }
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .keyboard .key.disabled {
  background: #d0d0d0;
  cursor: auto;
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .keyboard .key.empty {
  height: 0px !important;
  border: none !important;
  margin-bottom: 0px;
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .keyboard .key .campaign-info {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  transition: 0.6s;
  padding: 11px 15px;
  border-radius: 15px;
  right: -41px;
  min-width: 150px;
  box-sizing: border-box;
  top: -150px;
  z-index: -100;
  pointer-events: none;
  opacity: 0;
  line-height: 1.5;
  color: #fff;
  text-align: left;
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .keyboard .key .campaign-info.show {
  opacity: 1;
  z-index: 999;
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .keyboard .key .campaign-info:before {
  content: "";
  display: block;
  top: 136px;
  left: 64px;
  position: absolute;
  border: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.85);
  transform: rotate(180deg);
}
#content[data-page=individualCampaign] .individual-campaign .block-middle .keyboard hr {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-middle .keyboard hr {
    margin-top: 75px;
  }
}
#content[data-page=individualCampaign] .individual-campaign .block-bottom {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1280px) {
  #content[data-page=individualCampaign] .individual-campaign .block-bottom {
    flex-direction: column-reverse;
  }
}
#content[data-page=individualCampaign] .individual-campaign .block-bottom .timers-wrap {
  display: flex;
}
@media only screen and (max-width: 1280px) {
  #content[data-page=individualCampaign] .individual-campaign .block-bottom .timers-wrap {
    justify-content: center;
  }
}
@media only screen and (max-width: 1280px) {
  #content[data-page=individualCampaign] .individual-campaign .block-bottom .timers-wrap {
    flex-grow: 1;
  }
}
#content[data-page=individualCampaign] .individual-campaign .block-bottom .timers-wrap .rect {
  width: 448px;
  height: 235px;
  padding: 40px 40px 20px 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-bottom .timers-wrap .rect {
    max-width: 570px;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-bottom .timers-wrap .rect {
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-bottom .timers-wrap .rect {
    height: auto;
  }
}
#content[data-page=individualCampaign] .individual-campaign .block-bottom .timers-wrap .rect .title {
  color: #404040;
  text-align: center;
}
#content[data-page=individualCampaign] .individual-campaign .block-bottom .timers-wrap .rect .timers-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-right: -20px;
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-bottom .timers-wrap .rect .timers-block {
    justify-content: space-around;
  }
}
#content[data-page=individualCampaign] .individual-campaign .block-bottom .timers-wrap .rect .timers-block .timer {
  margin-right: 16px;
  margin-bottom: 20px;
}
#content[data-page=individualCampaign] .individual-campaign .block-bottom .timers-wrap .rect .timers-block .timer.empty {
  height: 0px !important;
  margin-bottom: 0px;
}
#content[data-page=individualCampaign] .individual-campaign .block-bottom .timers-wrap .rect .timers-block .timer .progress {
  display: flex;
  position: relative;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-bottom .timers-wrap .rect .timers-block .timer .progress {
    width: 100px;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-bottom .timers-wrap .rect .timers-block .timer .progress {
    height: 100px;
  }
}
#content[data-page=individualCampaign] .individual-campaign .block-bottom .timers-wrap .rect .timers-block .timer .progress svg {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: visible !important;
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-bottom .timers-wrap .rect .timers-block .timer .progress svg {
    width: 100px;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-bottom .timers-wrap .rect .timers-block .timer .progress svg {
    height: 100px;
  }
}
#content[data-page=individualCampaign] .individual-campaign .block-bottom .timers-wrap .rect .timers-block .timer .progress svg circle {
  fill: transparent;
  stroke: #e8e8e8;
  stroke-width: 3;
  transition: all 1s ease-out;
  r: 40;
  cx: -40;
  cy: 40;
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-bottom .timers-wrap .rect .timers-block .timer .progress svg circle {
    r: 50;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-bottom .timers-wrap .rect .timers-block .timer .progress svg circle {
    cx: -50;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-bottom .timers-wrap .rect .timers-block .timer .progress svg circle {
    cy: 50;
  }
}
#content[data-page=individualCampaign] .individual-campaign .block-bottom .timers-wrap .rect .timers-block .timer .progress svg circle:last-child {
  stroke: #cadf00;
}
#content[data-page=individualCampaign] .individual-campaign .block-bottom .timers-wrap .rect .timers-block .timer .progress .value {
  font-size: 35px;
  display: flex;
  align-self: center;
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-bottom .timers-wrap .rect .timers-block .timer .progress .value {
    font-size: 45px;
  }
}
#content[data-page=individualCampaign] .individual-campaign .block-bottom .timers-wrap .rect .timers-block .timer .label {
  font-size: 17px;
  margin-top: 15px;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-bottom .timers-wrap .rect .timers-block .timer .label {
    font-size: 21px;
  }
}
#content[data-page=individualCampaign] .individual-campaign .block-bottom .button-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1280px) {
  #content[data-page=individualCampaign] .individual-campaign .block-bottom .button-block {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 1280px) {
  #content[data-page=individualCampaign] .individual-campaign .block-bottom .button-block {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-bottom .button-block {
    margin-bottom: 70px;
  }
}
#content[data-page=individualCampaign] .individual-campaign .block-bottom .button-block .vote {
  width: 469px;
  height: 83px;
  font-size: 30px;
  color: #fff;
  background: #E41B47;
  border-radius: 20px;
  cursor: pointer;
  margin-left: 10px;
}
#content[data-page=individualCampaign] .individual-campaign .block-bottom .button-block .vote.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: auto;
}
@media only screen and (max-width: 1280px) {
  #content[data-page=individualCampaign] .individual-campaign .block-bottom .button-block .vote {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 1280px) {
  #content[data-page=individualCampaign] .individual-campaign .block-bottom .button-block .vote {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-bottom .button-block .vote {
    max-width: 552px;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-bottom .button-block .vote {
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-bottom .button-block .vote {
    height: 98px;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-bottom .button-block .vote {
    font-size: 35px;
  }
}
#content[data-page=individualCampaign] .individual-campaign .block-bottom .button-block .warning {
  margin-top: 25px;
  font-size: 20px;
  text-align: center;
}
#content[data-page=individualCampaign] .individual-campaign .block-bottom .button-block .warning .reminder {
  margin-top: 10px;
  opacity: 0;
  transition: all 0.5s;
}
#content[data-page=individualCampaign] .individual-campaign .block-bottom .button-block .warning .reminder.show {
  opacity: 1;
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-bottom .button-block .warning {
    font-size: 23px;
  }
}
@media only screen and (max-width: 850px) {
  #content[data-page=individualCampaign] .individual-campaign .block-bottom .button-block .warning {
    margin-top: 30px;
  }
}

#content[data-page=privacyPolicy] .content-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 #e6e6e6;
}
#content[data-page=privacyPolicy] .content-block {
  margin-bottom: 20px;
}
#content[data-page=privacyPolicy] .content-title {
  font-family: "RobotoMedium", sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
}
#content[data-page=privacyPolicy] ul {
  list-style: inherit;
  padding-left: 20px;
}
#content[data-page=privacyPolicy] .content-subtitle p {
  font-size: 15px;
  text-align: center;
}
#content[data-page=privacyPolicy] .content-text.sub {
  margin-left: 20px;
}
#content[data-page=privacyPolicy] .content-text span {
  font-size: 14px;
}
#content[data-page=privacyPolicy] .documents-section .document {
  display: flex;
  align-items: center;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 8px;
  background-color: #fdfdfd;
  border: 1px solid #e8e8e8;
  transition: all 0.5s;
}
#content[data-page=privacyPolicy] .documents-section .document:hover {
  color: #E41B47;
  border-color: #E41B47;
}
#content[data-page=privacyPolicy] .documents-section .document .icon {
  margin-right: 20px;
  width: 36px;
  min-width: 36px;
}
#content[data-page=privacyPolicy] .documents-section .document .icon img {
  width: 100%;
}
#content[data-page=privacyPolicy] .documents-section .document a {
  text-decoration: none;
  color: inherit;
  font-size: 15px;
  line-height: 1.5;
}

.h1 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  text-align: center;
  font-family: RobotoMedium;
  font-size: 29px;
}

.ws-chat .ws-chat-btn-el-container {
  bottom: 440px !important;
}

@keyframes highLight {
  0% {
    background: transparent;
  }
  50% {
    background: #cadf00;
  }
  100% {
    background: transparent;
  }
}
.grecaptcha-badge {
  bottom: 100px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}

#not-found {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 15vh 0;
  color: #E41B47;
}
#not-found img {
  width: 30vw;
}
#not-found .title {
  margin: 20px 0 10px;
  font-family: "RobotoRegular";
  font-size: 36px;
}
#not-found .subtitle {
  opacity: 0.7;
  font-family: "RobotoLight";
  font-size: 16px;
}

.flex {
  display: flex;
}
.flex_sb {
  justify-content: space-between;
}
.flex_hc {
  align-items: center;
}

.product {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 #e6e6e6;
}
.product > .image {
  display: block;
  width: 100%;
}
.product > .image img {
  width: 100%;
  min-height: initial;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.product .get-state-product {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
}
.product .new,
.product .hit,
.product .selfdelivery {
  margin-right: 10px;
  padding: 7px 7px;
  color: #fff;
  border-radius: 8px;
  background: #47D718;
  font-family: "RobotoBold";
  font-size: 12px;
}
.product .hit {
  background: #000;
}
.product .selfdelivery {
  background: #E41B47;
}
.product .hot,
.product .child,
.product .author {
  display: flex;
  width: 14px;
  height: 20px;
  margin-left: 10px;
  cursor: pointer;
  background: url(/images/hot.png) no-repeat center;
  background-size: cover;
}
.product .hot .label,
.product .child .label,
.product .author .label {
  position: absolute;
  top: -20px;
  left: 20px;
  display: block;
  padding: 5px;
  transition: 0.4s;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  color: #fff;
  border-radius: 5px;
  background-color: #E41B47;
  font-size: 14px;
}
.product .hot:hover .label,
.product .child:hover .label,
.product .author:hover .label {
  opacity: 1;
}
.product .child {
  position: relative;
  width: 18px;
  background: url(/images/child.png) no-repeat center;
  background-size: contain;
}
.product .author {
  position: relative;
  width: 18px;
  margin-right: 10px;
  background: url(/images/author.png) no-repeat center;
  background-size: contain;
}
.product .author:hover + .label {
  opacity: 1;
}
.product .author + .label {
  display: block;
  margin: 5px 0 -10px 0;
  color: #c9c9c9;
  font-family: "RobotoRegular";
  font-size: 9px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 629px) {
  .product .author + .label {
    margin: 0;
  }
}
.product .favorite {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  padding: 6px 12px;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #E41B47;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 7px 20px 0 #bebebe;
}
.product .favorite .picture {
  width: 14px;
  height: 14px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  background: url(/images/like.png) no-repeat center center;
  background-size: 100%;
}
.product .favorite .value {
  margin-left: 6px;
  font-family: "RobotoMedium";
  font-size: 13px;
}
.product .favorite:hover {
  background: rgb(252.3, 232.2, 236.6);
}
.product .favorite.active {
  color: #fff;
  background: #E41B47;
}
.product .favorite.active .picture {
  background: url(/images/like-active.png) no-repeat center center;
  background-size: 100%;
}
.product .information {
  padding: 30px 30px 100px;
}
@media only screen and (max-width: 359px) {
  .product .information {
    padding: 30px 30px 30px;
  }
}
.product .information .title {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  font-family: "RobotoMedium";
  font-size: 19px;
}
.product .information .description {
  margin-top: 15px;
  line-height: 1.5;
}
.product .information .description .removable {
  display: inline-flex;
  align-items: center;
}
.product .information .description .removable span {
  transition: all 500ms;
  text-decoration: underline;
}
.product .information .description .removable button {
  width: 13px;
  height: 13px;
  margin-right: 1px;
  margin-left: 5px;
  cursor: pointer;
  transition: all 500ms;
  border: none;
  background: url(/images/remove_ingr.svg?hash=11351705307) no-repeat center center;
  background-size: contain;
}
.product .information .description .removable button:foucus {
  outline: none;
}
.product .information .description .removed span {
  text-decoration: line-through;
  border-bottom: none;
}
.product .information .description .removed button {
  transform: rotate(45deg);
}
.product .information .buy {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 60px);
}
@media only screen and (max-width: 359px) {
  .product .information .buy {
    width: 100%;
  }
}
@media only screen and (max-width: 359px) {
  .product .information .buy {
    flex-direction: column;
  }
}
@media only screen and (max-width: 359px) {
  .product .information .buy {
    position: initial;
  }
}
.product .information .buy .price {
  white-space: pre;
  font-family: "RobotoMedium";
  font-size: 23px;
}
@media only screen and (max-width: 359px) {
  .product .information .buy .price {
    margin: 20px auto 10px;
  }
}
.product .parametres {
  margin-top: 15px;
}
.product .parametres .dropdown {
  margin: 10px 0;
}
.product .parametres .dropdown:first-child {
  margin-top: 0;
}
.product .parametres .dropdown:last-child {
  margin-bottom: 0;
}
.product .parametres .information-calorie-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product .parametres .information-calorie-wrap .calorie-information {
  display: none;
}
.product .parametres .display-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product .parametres .cheese-edge {
  position: relative;
  max-height: 30px;
  margin-left: 2px;
}
.product .parametres .cheese-edge-btn {
  position: relative;
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 58px;
  height: 24px;
  margin-left: 0.1vw;
  cursor: pointer;
  text-align: center;
  color: #E41B47;
  border: 1px solid #E41B47;
  border-radius: 6px;
  font-size: 8px;
}
.product .parametres .cheese-edge-btn .cheesePizza {
  position: absolute;
  top: 59%;
  right: 1px;
  display: flex;
  width: 45px;
  height: 37px;
  transform: translateY(-50%);
  background: url(/images/cheesePizza.svg?hash=11351705307) no-repeat;
  background-size: contain;
}
.product .parametres .cheese-edge-btn .cheesePizza.board0 {
  background: url(/images/cheesePizza.svg?hash=11351705307) no-repeat;
  background-size: contain;
}
.product .parametres .cheese-edge-btn .cheesePizza.board1 {
  background: url(/images/chease.svg?hash=11351705307) no-repeat;
  background-size: contain;
}
.product .parametres .cheese-edge-btn .cheesePizza.board2 {
  background: url(/images/philadelphia.svg?hash=11351705307) no-repeat;
  background-size: contain;
}
.product .parametres .cheese-edge-btn .cheesePizza.board3 {
  background: url(/images/sausage.svg?hash=11351705307) no-repeat;
  background-size: contain;
}
.product .parametres .cheese-edge-btn .cheesePizza.board4 {
  background: url(/images/sausageWithMustard.svg?hash=11351705307) no-repeat;
  background-size: contain;
}
.product .parametres .cheese-edge-btn .cheeseCheck:before {
  position: absolute;
  top: 45%;
  left: 5px;
  content: "+";
  transform: translate(0px -50%);
  font-size: 16px;
  font-weight: bold;
}
.product .parametres .cheese-edge-btn .cheeseCheck.icon {
  position: absolute;
  top: 42%;
  left: 3px;
  width: 13px;
  height: 13px;
  transform: translateY(-50%);
  background: url(/images/orderSuccess.png?hash=11351705307) no-repeat;
  background-size: contain;
}
.product .parametres .cheese-edge-btn .cheeseCheck.icon:before {
  display: none;
}
.product .parametres .cheese-edge-btn b {
  margin-bottom: 3px;
  font-size: 12px;
}
.product .parametres .cheese-edge-popup {
  position: absolute;
  top: calc(100% + 5px);
  left: -45px;
  display: none;
  flex-direction: column;
  padding: 4px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 10px 0 #e6e6e6;
  filter: drop-shadow(0 0 1px #E8E8E8);
}
.product .parametres .cheese-edge-popup.visible {
  display: flex;
  z-index: 2;
}
.product .parametres .cheese-edge-popup:after {
  position: absolute;
  right: 20px;
  bottom: calc(100% - 2px);
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
  border-top: 0;
  border-bottom-color: #fff;
}
.product .parametres .cheese-edge-type {
  padding: 4px 3px 4px 16px;
  cursor: pointer;
  background: url("/images/circle.png") no-repeat 2px center;
  background-size: 10px;
  font-size: 12px;
}
.product .parametres .cheese-edge-type.active {
  background-image: url("/images/cheeseEdgeCheck.png");
}
.product .parametres .cheese-edge-type + .cheese-edge-type {
  border-top: 1px solid #E8E8E8;
}
.product .parametres .switcher {
  display: flex;
}
@media only screen and (max-width: 1440px) {
  .product .parametres .switcher {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1280px) {
  .product .parametres .switcher {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 629px) {
  .product .parametres .switcher {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 479px) {
  .product .parametres .switcher {
    justify-content: space-between;
  }
}
.product .parametres .switcher.no-sb {
  justify-content: flex-start !important;
}
.product .parametres .switcher:first-child .switcher__button {
  padding: 10px 17px;
  white-space: nowrap;
}
@media only screen and (max-width: 1440px) {
  .product .parametres .switcher:first-child .switcher__button {
    padding: 0.6vw 1vw;
  }
}
@media only screen and (max-width: 1280px) {
  .product .parametres .switcher:first-child .switcher__button {
    padding: 0.5vw 1vw;
  }
}
@media only screen and (max-width: 1199px) {
  .product .parametres .switcher:first-child .switcher__button {
    padding: 10px 18px;
  }
}
@media only screen and (max-width: 1090px) {
  .product .parametres .switcher:first-child .switcher__button {
    padding: 0.7vw 1.2vw;
  }
}
@media only screen and (max-width: 850px) {
  .product .parametres .switcher:first-child .switcher__button {
    padding: 0.9vw 1.4vw;
  }
}
@media only screen and (max-width: 629px) {
  .product .parametres .switcher:first-child .switcher__button {
    padding: 10px 18px;
  }
}
@media only screen and (max-width: 479px) {
  .product .parametres .switcher:first-child .switcher__button {
    padding: 2.6vw 4vw;
  }
}
@media only screen and (max-width: 359px) {
  .product .parametres .switcher:first-child .switcher__button {
    padding: 2.6vw;
  }
}
@media only screen and (max-width: 479px) {
  .product .parametres .switcher:first-child .switcher__button {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 359px) {
  .product .parametres .switcher:first-child .switcher__button {
    margin-left: 12px;
  }
}
.product .parametres .switcher .switcher__button {
  display: flex;
  margin-left: 10px;
  padding: 10px;
  cursor: pointer;
  color: #000;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 15px;
}
@media only screen and (max-width: 1440px) {
  .product .parametres .switcher .switcher__button {
    padding: 0.6vw;
  }
}
@media only screen and (max-width: 1280px) {
  .product .parametres .switcher .switcher__button {
    padding: 0.5vw;
  }
}
@media only screen and (max-width: 1199px) {
  .product .parametres .switcher .switcher__button {
    padding: 10px;
  }
}
@media only screen and (max-width: 1090px) {
  .product .parametres .switcher .switcher__button {
    padding: 0.7vw;
  }
}
@media only screen and (max-width: 850px) {
  .product .parametres .switcher .switcher__button {
    padding: 0.9vw;
  }
}
@media only screen and (max-width: 629px) {
  .product .parametres .switcher .switcher__button {
    padding: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .product .parametres .switcher .switcher__button {
    padding: 2.6vw;
  }
}
@media only screen and (max-width: 1440px) {
  .product .parametres .switcher .switcher__button {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 1280px) {
  .product .parametres .switcher .switcher__button {
    font-size: 0.9vw;
  }
}
@media only screen and (max-width: 1199px) {
  .product .parametres .switcher .switcher__button {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1090px) {
  .product .parametres .switcher .switcher__button {
    font-size: 1.2vw;
  }
}
@media only screen and (max-width: 850px) {
  .product .parametres .switcher .switcher__button {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 629px) {
  .product .parametres .switcher .switcher__button {
    font-size: 13px;
  }
}
@media only screen and (max-width: 479px) {
  .product .parametres .switcher .switcher__button {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 1440px) {
  .product .parametres .switcher .switcher__button {
    margin-left: 0.2vw;
  }
}
@media only screen and (max-width: 1280px) {
  .product .parametres .switcher .switcher__button {
    margin-left: 0.2vw;
  }
}
@media only screen and (max-width: 1199px) {
  .product .parametres .switcher .switcher__button {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1090px) {
  .product .parametres .switcher .switcher__button {
    margin-left: 0.3vw;
  }
}
@media only screen and (max-width: 850px) {
  .product .parametres .switcher .switcher__button {
    margin-left: 0.6vw;
  }
}
@media only screen and (max-width: 629px) {
  .product .parametres .switcher .switcher__button {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .product .parametres .switcher .switcher__button {
    margin-left: 1.8vw;
  }
}
.product .parametres .switcher .switcher__button:first-child {
  margin-left: 0;
}
.product .parametres .switcher .switcher__button.active, .product .parametres .switcher .switcher__button:hover {
  color: #fff;
  background: #E41B47;
}
.product .parametres .switcher:last-child {
  margin-top: 15px;
}

.content-block {
  width: 100%;
  max-width: 100%;
  padding: 20px 0;
}
.content-block:first-child {
  padding-top: 0;
}
.content-block:last-child {
  padding-bottom: 0;
}
.content-block.row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.content-block.row > div {
  width: 100%;
  margin: 0 30px;
}
.content-block.row > div:first-child {
  margin-left: 0;
}
.content-block.row > div:last-child {
  margin-right: 0;
}
.content-block .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 1090px) {
  .content-block .content {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 629px) {
  .content-block .content {
    justify-content: center;
  }
}
.content-block .content > div {
  width: calc(33.33% - 20px);
  margin: 0 15px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  transform: translate(0, 0);
  box-shadow: 0 5px 10px 0 #e6e6e6;
}
@media only screen and (max-width: 1199px) {
  .content-block .content > div {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 629px) {
  .content-block .content > div {
    width: 100%;
  }
}
@media only screen and (max-width: 1090px) {
  .content-block .content > div {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .content-block .content > div {
    margin-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .content-block .content > div {
    margin-right: 0;
  }
}
.content-block .content > div:nth-child(3n+1) {
  margin-left: 0;
}
.content-block .content > div:nth-child(3n+3) {
  margin-right: 0;
}
@media only screen and (max-width: 1199px) {
  .content-block .content > div:nth-child(3n+3) {
    margin-right: 15px;
  }
}
.content-block .content > div:hover {
  transform: translate(0, -10px);
  box-shadow: 0 7px 20px 0 #bebebe !important;
}
.content-block .content.column {
  flex-direction: column;
}
.content-block .content.column > div {
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
}
.content-block .content.column > div:last-child {
  margin-bottom: 0;
}
.content-block .content.no-effect > div {
  transform: translate(0, 0);
  box-shadow: none;
}
.content-block .content.no-effect > div.cart-item {
  box-shadow: 0 5px 10px 0 #e6e6e6;
}
.content-block .content.no-effect > div.cart-item:hover {
  box-shadow: 0 5px 10px 0 #e6e6e6 !important;
}
.content-block .content.no-effect > div:hover {
  transform: translate(0, 0px);
  box-shadow: none !important;
}

.information .composition.composition-catalog {
  position: relative;
}
.information .calorie-information-icon {
  position: relative;
  width: 33px;
  height: 17px;
  cursor: pointer;
  opacity: 0.7;
}
.information .calorie-information-icon img {
  width: 100%;
  height: 100%;
}
.information .calorie-information-icon.active {
  background: red;
}
.information .calorie-information-icon:hover {
  opacity: 1;
}
.information .information-calorie-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.information .information-calorie-wrap .calorie-information {
  position: absolute;
  z-index: -100;
  top: -130px;
  right: -20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-width: 150px;
  padding: 11px 15px;
  transition: 0.6s;
  pointer-events: none;
  opacity: 0;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.85);
}
.information .information-calorie-wrap .calorie-information:before {
  position: absolute;
  top: 117px;
  left: 110px;
  display: block;
  content: "";
  transform: rotate(180deg);
  border: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.85);
}
.information .information-calorie-wrap .calorie-information.active {
  z-index: 100000;
  opacity: 1;
}
.information .information-calorie-wrap .calorie-information div {
  color: #fff;
  line-height: 1.5;
}

.content-section {
  overflow: hidden;
  margin: 30px 0px;
  padding: 30px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 10px 0 #e6e6e6;
}
.content-section:first-child {
  margin-top: 0;
}
.content-section:last-child {
  margin-bottom: 0;
}
.content-section.no-padding {
  padding: 0;
}

.content-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  text-align: center;
  font-family: "RobotoMedium";
  font-size: 29px;
}
.content-title a {
  margin-left: 5px;
}
.content-title.flex {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.not-found {
  display: flex;
  display: block;
  width: 100%;
  margin-top: 40px;
  opacity: 0.4;
  font-family: "RobotoMedium";
  font-size: 30px;
}

.star {
  width: 30px;
  height: 30px;
  margin: 0 5px;
  background-image: url(/images/star.svg);
  background-size: contain;
}
.star:first-child {
  margin-left: 0;
}
.star:last-child {
  margin-right: 0;
}
.star.hover {
  opacity: 0.5;
  background-image: url(/images/star-accent.svg);
  background-size: contain;
}
.star.active {
  opacity: 1;
  background-image: url(/images/star-accent.svg);
  background-size: contain;
}

.paginations {
  display: flex;
  overflow-x: auto;
  align-items: center;
  padding-bottom: 10px;
}
.paginations .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin: 0 8px;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: rgba(60, 60, 60, 0.5);
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 5px 10px 0 #e6e6e6;
}
.paginations .pagination:hover {
  color: #fff;
  background: rgb(205.2, 24.3, 63.9);
  box-shadow: 0 7px 20px 0 #bebebe;
}
.paginations .pagination.active {
  color: #fff;
  background: #E41B47;
}
.paginations .pagination:first-child {
  margin-left: 0;
}
.paginations .pagination:last-child {
  margin-right: 0;
}

.iframe-video {
  position: relative;
  width: 100%;
  min-width: 100%;
  padding-bottom: 56.25%;
}
.iframe-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cart-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  height: 100%;
  margin-bottom: 15px;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 #e6e6e6;
}
.cart-item:last-child {
  margin-bottom: 0;
}
.cart-item.action-item .compulsory .price-block .price.action {
  display: block;
  color: #C9C9C9;
}
.cart-item .compulsory {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 850px) {
  .cart-item .compulsory {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 629px) {
  .cart-item .compulsory {
    justify-content: center;
  }
}
.cart-item .compulsory > div {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  .cart-item .compulsory > div {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 479px) {
  .cart-item .compulsory > div {
    justify-content: center;
  }
}
@media only screen and (max-width: 359px) {
  .cart-item .compulsory > div {
    flex-direction: column;
  }
}
.cart-item .compulsory > div:nth-child(2) {
  justify-content: space-between;
  margin-left: 50px;
}
@media only screen and (max-width: 1090px) {
  .cart-item .compulsory > div:nth-child(2) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 629px) {
  .cart-item .compulsory > div:nth-child(2) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .cart-item .compulsory > div:nth-child(2) {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 359px) {
  .cart-item .compulsory > div:nth-child(2) {
    justify-content: center;
  }
}
@media only screen and (max-width: 479px) {
  .cart-item .compulsory > div:nth-child(2) {
    width: 100%;
  }
}
.cart-item .compulsory > div:nth-child(2) > div {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 359px) {
  .cart-item .compulsory > div:nth-child(2) > div {
    margin-bottom: 15px;
  }
}
.cart-item .compulsory .information {
  max-width: 290px;
  margin-left: 20px;
}
@media only screen and (max-width: 479px) {
  .cart-item .compulsory .information {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 479px) {
  .cart-item .compulsory .information {
    text-align: center;
  }
}
.cart-item .compulsory .information .name {
  transition: all 0.5s;
  font-size: 19px;
}
.cart-item .compulsory .information .name:hover {
  color: #E41B47;
}
.cart-item .compulsory .information .additional {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
}
.cart-item .compulsory .information .additional span {
  display: flex;
  align-items: center;
  font-size: 11px;
}
.cart-item .compulsory .information .additional span:after {
  width: 4px;
  height: 4px;
  margin: 0 6px;
  content: "";
  border-radius: 100%;
  background-color: #E41B47;
}
.cart-item .compulsory .information .additional span:last-child:after {
  display: none;
}
.cart-item .compulsory .quantity {
  display: flex;
  align-items: center;
}
.cart-item .compulsory .quantity .value {
  margin: 0 15px;
  font-size: 15px;
}
.cart-item .compulsory .quantity .button.quantity {
  width: 34px;
  height: 34px;
  font-size: 18px;
}
.cart-item .compulsory .image {
  position: relative;
  max-width: 100px;
}
@media only screen and (max-width: 479px) {
  .cart-item .compulsory .image {
    max-width: initial;
  }
}
.cart-item .compulsory .image img {
  width: 100%;
}
.cart-item .compulsory .image img.special {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cart-item .compulsory .buttons-block {
  display: flex;
}
.cart-item .compulsory .buttons-block > div {
  display: inline-flex;
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.5s;
}
.cart-item .compulsory .buttons-block > div:first-child {
  margin-left: 0;
}
.cart-item .compulsory .buttons-block > div:last-child {
  margin-right: 0;
}
.cart-item .compulsory .buttons-block .remove {
  background-image: url(/images/close-item.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.cart-item .compulsory .buttons-block .remove:hover {
  background-image: url(/images/close-accent.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.cart-item .compulsory .buttons-block .edit {
  background-image: url(/images/edit.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.cart-item .compulsory .buttons-block .edit.edit-break {
  cursor: default;
  opacity: 0;
}
.cart-item .compulsory .buttons-block .edit:hover {
  background-image: url(/images/edit-accent.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.cart-item .compulsory .price-block {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-width: 72px;
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 479px) {
  .cart-item .compulsory .price-block {
    margin-left: 0;
  }
}
.cart-item .compulsory .price-block .price {
  white-space: nowrap;
  font-size: 19px;
}
.cart-item .compulsory .price-block .price.action {
  position: relative;
  display: none;
  margin-right: 15px;
  font-size: 16px;
}
.cart-item .compulsory .price-block .price.action:after {
  position: absolute;
  top: 50%;
  left: -10%;
  display: block;
  width: 120%;
  height: 2px;
  content: "";
  background: #c7736f;
}
.cart-item .removed {
  margin-top: 20px;
}
.cart-item .all-modifiers {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
  padding-left: 120px;
}
@media only screen and (max-width: 1199px) {
  .cart-item .all-modifiers {
    padding-left: 0;
  }
}
.cart-item .all-modifiers > div {
  margin: 5px 0;
}
.cart-item .all-modifiers > div:first-child {
  margin-top: 0;
}
.cart-item .all-modifiers > div:last-child {
  margin-bottom: 0;
}
.cart-item .all-modifiers .optional-modifiers {
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}
@media only screen and (max-width: 1199px) {
  .cart-item .all-modifiers .optional-modifiers {
    display: flex;
  }
}
@media only screen and (max-width: 1199px) {
  .cart-item .all-modifiers .optional-modifiers {
    flex-direction: column;
  }
}
.cart-item .all-modifiers .optional-modifiers .modifier {
  display: inline-flex;
  align-items: center;
  margin: 0 45px 20px 0;
}
.cart-item .all-modifiers .optional-modifiers .modifier > div {
  display: flex;
  align-items: center;
}
.cart-item .all-modifiers .optional-modifiers .modifier .buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-left: 15px;
}
.cart-item .all-modifiers .optional-modifiers .modifier .buttons > .button {
  margin: 3px 0;
}
.cart-item .all-modifiers .optional-modifiers .modifier .buttons > .button:first-child {
  margin-top: 0;
}
.cart-item .all-modifiers .optional-modifiers .modifier .buttons > .button:last-child {
  margin-bottom: 0;
}
.cart-item .all-modifiers .optional-modifiers .modifier:last-child {
  margin-right: 0;
}
.cart-item .all-modifiers .optional-modifiers .modifier .image {
  max-width: 40px;
  margin-right: 10px;
}
.cart-item .all-modifiers .optional-modifiers .modifier .image img {
  width: 100%;
  border-radius: 100%;
}
.cart-item .all-modifiers .optional-modifiers .modifier .name {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}
.cart-item .all-modifiers .optional-modifiers .modifier .price {
  color: #E41B47;
}
.cart-item .all-modifiers .modifiers span {
  display: inline-flex;
  align-items: center;
  color: #47D718;
}
.cart-item .all-modifiers .modifiers span:after {
  width: 4px;
  height: 4px;
  margin: 0 6px;
  content: "";
  border-radius: 100%;
  background-color: #47D718;
}
.cart-item .all-modifiers .modifiers span:last-child:after {
  display: none;
}

.cart-stages .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  counter-reset: myCounter;
}
@media only screen and (max-width: 479px) {
  .cart-stages .list {
    justify-content: center;
  }
}
.cart-stages .list li {
  display: flex;
  align-items: center;
  transition: all 0.5s;
  color: #e8e8e8;
  font-size: 25px;
}
@media only screen and (max-width: 359px) {
  .cart-stages .list li {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1090px) {
  .cart-stages .list li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .cart-stages .list li {
    display: none;
  }
}
.cart-stages .list li:before {
  margin-right: 10px;
  padding: 9px 13px;
  content: counter(myCounter);
  counter-increment: myCounter;
  transition: all 0.5s;
  color: #e8e8e8;
  border: 1px solid #e8e8e8;
  border-radius: 100%;
  font-size: 15px;
}
.cart-stages .list li:after {
  display: inline-block;
  width: 30px;
  height: 2px;
  margin: 0 15px 0 12px;
  content: "";
  transition: all 0.5s;
  background-color: #e8e8e8;
}
@media only screen and (max-width: 479px) {
  .cart-stages .list li:after {
    display: none;
  }
}
.cart-stages .list li:last-child:after {
  display: none;
}
.cart-stages .list li[active] {
  color: #000;
}
@media only screen and (max-width: 479px) {
  .cart-stages .list li[active] {
    display: flex;
  }
}
.cart-stages .list li[active]:before, .cart-stages .list li[active]:after {
  background-color: #e30009;
}

.catalog-block .hot {
  position: relative;
  top: 2px;
  display: flex;
  width: 16px;
  height: 24px;
  margin-left: 10px;
  background: url(/images/hot.png) no-repeat center;
  background-size: cover;
}

.highlight {
  animation: highLight 1s infinite ease-in-out;
}

.add-animation {
  position: absolute;
  z-index: 5000;
}
.add-animation .animation-content {
  width: 60px;
  height: 60px;
  background: url(/images/animation-cart.png?hash=11351705307) no-repeat center center;
  background-size: cover;
}

.android-banner.animated .android-banner-shadow {
  opacity: 1;
}

.android-banner.animated .android-banner-content {
  top: 0;
}
.android-banner.animated .android-banner-content .description-coupon {
  width: 100%;
  margin-top: 3%;
  text-align: center;
  color: #fff;
}

.android-banner.active {
  z-index: 10000;
  opacity: 1;
}

.android-banner {
  position: fixed;
  z-index: -100;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  opacity: 0;
  box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.1254901961);
}
.android-banner .android-banner-content {
  position: absolute;
  z-index: 1000;
  top: -100px;
  left: 0;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  padding: 25px 20px;
  transition: all 0.5s;
  background: #fff url(/images/mobile-baner.png?hash=11351705307);
  background-size: cover;
  background-position-x: 100%;
  background-position-y: center;
}
@media only screen and (max-width: 479px) {
  .android-banner .android-banner-content {
    padding: 25px 10px;
  }
}
.android-banner .android-banner-content .wrap-banner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 750px;
}
@media only screen and (max-width: 850px) {
  .android-banner .android-banner-content .wrap-banner {
    max-width: 690px;
  }
}
.android-banner .android-banner-content .wrap-banner .wrap-content {
  display: flex;
  align-items: center;
}
.android-banner .android-banner-content .close {
  position: static;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(/images/close.png?hash=11351705307) no-repeat;
}
.android-banner .android-banner-content .logo-banner {
  display: flex;
  width: 100px;
  height: 100px;
  margin: 0 30px 0 20px;
}
@media only screen and (max-width: 629px) {
  .android-banner .android-banner-content .logo-banner {
    display: none;
  }
}
.android-banner .android-banner-content .logo-banner img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.android-banner .android-banner-content .text-banner-mobile {
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 629px) {
  .android-banner .android-banner-content .text-banner-mobile {
    font-size: 11px;
  }
}
@media only screen and (max-width: 479px) {
  .android-banner .android-banner-content .text-banner-mobile {
    font-size: 13px;
  }
}
@media only screen and (max-width: 479px) {
  .android-banner .android-banner-content .text-banner-mobile {
    width: 180px;
  }
}
@media only screen and (max-width: 629px) {
  .android-banner .android-banner-content .text-banner-mobile {
    margin-left: 13px;
  }
}
.android-banner .android-banner-content .text-banner-mobile span {
  display: inline-flex;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 479px) {
  .android-banner .android-banner-content .text-banner-mobile span {
    font-size: 15px;
  }
}
.android-banner .android-banner-content .bunner-button {
  font-size: 16px;
}
@media only screen and (max-width: 479px) {
  .android-banner .android-banner-content .bunner-button {
    padding: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .android-banner .android-banner-content .bunner-button {
    font-size: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .android-banner .hidden {
    display: none;
  }
}
.android-banner .description-coupon {
  display: none;
}
@media only screen and (max-width: 479px) {
  .android-banner .description-coupon {
    display: flex;
  }
}

.desktop-banner {
  position: fixed;
  z-index: 10000000;
  right: 10px;
  bottom: 100px;
  display: none;
}
.desktop-banner.active {
  display: block;
}

.desktop-banner-content {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 15px;
  background: #fff url(/images/mobile-baner.png?hash=11351705307);
}
.desktop-banner-content .close {
  position: absolute;
  top: 9px;
  right: 8px;
  width: 13px;
  height: 13px;
  cursor: pointer;
  background: url(/images/close.png?hash=11351705307) no-repeat;
  background-size: cover;
}
.desktop-banner-content .logo-banner {
  width: 110px;
  margin-right: 20px;
}
.desktop-banner-content .logo-banner img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.desktop-banner-content .wrap-text .text-banner {
  max-width: initial;
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.2;
}
.desktop-banner-content .wrap-text .text-banner span {
  display: flex;
  margin-bottom: 5px;
  font-size: 13px;
}
.desktop-banner-content .wrap-text .text-banner .details {
  margin-top: 7px;
  font-size: 10px;
}
.desktop-banner-content .wrap-text .wrapper-button-link {
  display: flex;
  justify-content: space-between;
}
.desktop-banner-content .wrap-text .wrapper-button-link .button-link img {
  height: 45px;
}

.cookie-banner {
  position: fixed;
  width: 600px;
  bottom: 10px;
  right: 10px;
  background-color: #2b2b2b;
  border-radius: 10px;
  color: #fff;
  padding: 20px;
  z-index: 10000001;
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out;
  display: none;
}
@media (max-width: 768px) {
  .cookie-banner {
    width: auto;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 0px;
  }
}
.cookie-banner.is-visible {
  transform: translateY(0);
}
.cookie-banner__content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .cookie-banner__content {
    flex-direction: column;
    text-align: center;
  }
}
.cookie-banner__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
.cookie-banner__text a {
  color: #fff;
  text-decoration: underline;
}
.cookie-banner__text a:hover {
  text-decoration: none;
}
.cookie-banner__btn {
  background-color: #E41B47;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  transition: background-color 0.3s;
}
.cookie-banner__btn:hover {
  background-color: rgb(182.4, 21.6, 56.8);
}

@media only screen and (max-width: 479px) {
  .logo-banner {
    display: none;
  }
}

.delete-account-text {
  margin-bottom: 15px;
}
#payment-tip {
  width: 100%;
}

.payment-tip {
  display: flex;
  flex-direction: column;
}
.payment-tip > div {
  width: 100%;
}
.payment-tip .section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -13px;
}
@media only screen and (max-width: 479px) {
  .payment-tip .section {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 479px) {
  .payment-tip .section {
    margin: -8px;
  }
}
.payment-tip .section > div {
  margin: 13px;
}
@media only screen and (max-width: 479px) {
  .payment-tip .section > div {
    margin: 8px;
  }
}
@media only screen and (max-width: 479px) {
  .payment-tip .section-top {
    justify-content: flex-start;
  }
}
.payment-tip .section-bottom {
  display: flex;
  margin-top: 27px;
}
.payment-tip .other-amount {
  display: flex;
}
.payment-tip .other-amount input {
  width: 140px;
  margin-right: 20px;
}
.payment-tip .points {
  text-align: center;
  margin-left: auto;
}
.payment-tip .points span {
  margin-top: 7px;
  font-size: 9.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  color: #9b9b9b;
}
.suggestions-wrap {
  position: relative;
}
.suggestions-wrap .suggestions {
  z-index: 1;
  position: absolute;
  background: #fff;
  border: solid 1px #e8e8e8;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}
.suggestions-wrap .suggestions.close {
  display: none;
}
.suggestions-wrap .suggestions .variant {
  padding: 10px 5px;
  line-height: normal;
}
.suggestions-wrap .suggestions .variant:hover {
  background: #e8e8e8;
}
@charset "UTF-8";
@font-face {
  font-family: "fontello";
  src: url(/fonts/fontello.eot?hash=11351705307);
  src: url(/fonts/fontello.eot?hash=11351705307#iefix) format("embedded-opentype"), url(/fonts/fontello.woff2?hash=11351705307) format("woff2"), url(/fonts/fontello.woff?hash=11351705307) format("woff"), url(/fonts/fontello.ttf?hash=11351705307) format("truetype"), url(/images/fontello.svg?hash=11351705307#fontello) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?6447473#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-star:before {
  content: "\E800";
} /* '' */
/* This stylesheet generated by Transfonter (https://transfonter.org) on February 13, 2018 8:55 AM */
@font-face {
  font-family: "Lato Hairline";
  src: url(/fonts/Lato-Hairline.eot?hash=11351705307);
  src: local("Lato Hairline"), local("Lato-Hairline"), url(/fonts/Lato-Hairline.eot?hash=11351705307?#iefix) format("embedded-opentype"), url(/fonts/Lato-Hairline.woff?hash=11351705307) format("woff"), url(/fonts/Lato-Hairline.ttf?hash=11351705307) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-Heavy.eot?hash=11351705307);
  src: local("Lato Heavy"), local("Lato-Heavy"), url(/fonts/Lato-Heavy.eot?hash=11351705307?#iefix) format("embedded-opentype"), url(/fonts/Lato-Heavy.woff?hash=11351705307) format("woff"), url(/fonts/Lato-Heavy.ttf?hash=11351705307) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-HeavyItalic.eot?hash=11351705307);
  src: local("Lato Heavy Italic"), local("Lato-HeavyItalic"), url(/fonts/Lato-HeavyItalic.eot?hash=11351705307?#iefix) format("embedded-opentype"), url(/fonts/Lato-HeavyItalic.woff?hash=11351705307) format("woff"), url(/fonts/Lato-HeavyItalic.ttf?hash=11351705307) format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-Regular.eot?hash=11351705307);
  src: local("Lato Regular"), local("Lato-Regular"), url(/fonts/Lato-Regular.eot?hash=11351705307?#iefix) format("embedded-opentype"), url(/fonts/Lato-Regular.woff?hash=11351705307) format("woff"), url(/fonts/Lato-Regular.ttf?hash=11351705307) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-Black.eot?hash=11351705307);
  src: local("Lato Black"), local("Lato-Black"), url(/fonts/Lato-Black.eot?hash=11351705307?#iefix) format("embedded-opentype"), url(/fonts/Lato-Black.woff?hash=11351705307) format("woff"), url(/fonts/Lato-Black.ttf?hash=11351705307) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-SemiboldItalic.eot?hash=11351705307);
  src: local("Lato Semibold Italic"), local("Lato-SemiboldItalic"), url(/fonts/Lato-SemiboldItalic.eot?hash=11351705307?#iefix) format("embedded-opentype"), url(/fonts/Lato-SemiboldItalic.woff?hash=11351705307) format("woff"), url(/fonts/Lato-SemiboldItalic.ttf?hash=11351705307) format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-BlackItalic.eot?hash=11351705307);
  src: local("Lato Black Italic"), local("Lato-BlackItalic"), url(/fonts/Lato-BlackItalic.eot?hash=11351705307?#iefix) format("embedded-opentype"), url(/fonts/Lato-BlackItalic.woff?hash=11351705307) format("woff"), url(/fonts/Lato-BlackItalic.ttf?hash=11351705307) format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Lato Hairline";
  src: url(/fonts/Lato-HairlineItalic.eot?hash=11351705307);
  src: local("Lato Hairline Italic"), local("Lato-HairlineItalic"), url(/fonts/Lato-HairlineItalic.eot?hash=11351705307?#iefix) format("embedded-opentype"), url(/fonts/Lato-HairlineItalic.woff?hash=11351705307) format("woff"), url(/fonts/Lato-HairlineItalic.ttf?hash=11351705307) format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-MediumItalic.eot?hash=11351705307);
  src: local("Lato Medium Italic"), local("Lato-MediumItalic"), url(/fonts/Lato-MediumItalic.eot?hash=11351705307?#iefix) format("embedded-opentype"), url(/fonts/Lato-MediumItalic.woff?hash=11351705307) format("woff"), url(/fonts/Lato-MediumItalic.ttf?hash=11351705307) format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-ThinItalic.eot?hash=11351705307);
  src: local("Lato Thin Italic"), local("Lato-ThinItalic"), url(/fonts/Lato-ThinItalic.eot?hash=11351705307?#iefix) format("embedded-opentype"), url(/fonts/Lato-ThinItalic.woff?hash=11351705307) format("woff"), url(/fonts/Lato-ThinItalic.ttf?hash=11351705307) format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-Thin.eot?hash=11351705307);
  src: local("Lato Thin"), local("Lato-Thin"), url(/fonts/Lato-Thin.eot?hash=11351705307?#iefix) format("embedded-opentype"), url(/fonts/Lato-Thin.woff?hash=11351705307) format("woff"), url(/fonts/Lato-Thin.ttf?hash=11351705307) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-Medium.eot?hash=11351705307);
  src: local("Lato Medium"), local("Lato-Medium"), url(/fonts/Lato-Medium.eot?hash=11351705307?#iefix) format("embedded-opentype"), url(/fonts/Lato-Medium.woff?hash=11351705307) format("woff"), url(/fonts/Lato-Medium.ttf?hash=11351705307) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-Italic.eot?hash=11351705307);
  src: local("Lato Italic"), local("Lato-Italic"), url(/fonts/Lato-Italic.eot?hash=11351705307?#iefix) format("embedded-opentype"), url(/fonts/Lato-Italic.woff?hash=11351705307) format("woff"), url(/fonts/Lato-Italic.ttf?hash=11351705307) format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-Semibold.eot?hash=11351705307);
  src: local("Lato Semibold"), local("Lato-Semibold"), url(/fonts/Lato-Semibold.eot?hash=11351705307?#iefix) format("embedded-opentype"), url(/fonts/Lato-Semibold.woff?hash=11351705307) format("woff"), url(/fonts/Lato-Semibold.ttf?hash=11351705307) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-Bold.eot?hash=11351705307);
  src: local("Lato Bold"), local("Lato-Bold"), url(/fonts/Lato-Bold.eot?hash=11351705307?#iefix) format("embedded-opentype"), url(/fonts/Lato-Bold.woff?hash=11351705307) format("woff"), url(/fonts/Lato-Bold.ttf?hash=11351705307) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-BoldItalic.eot?hash=11351705307);
  src: local("Lato Bold Italic"), local("Lato-BoldItalic"), url(/fonts/Lato-BoldItalic.eot?hash=11351705307?#iefix) format("embedded-opentype"), url(/fonts/Lato-BoldItalic.woff?hash=11351705307) format("woff"), url(/fonts/Lato-BoldItalic.ttf?hash=11351705307) format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-LightItalic.eot?hash=11351705307);
  src: local("Lato Light Italic"), local("Lato-LightItalic"), url(/fonts/Lato-LightItalic.eot?hash=11351705307?#iefix) format("embedded-opentype"), url(/fonts/Lato-LightItalic.woff?hash=11351705307) format("woff"), url(/fonts/Lato-LightItalic.ttf?hash=11351705307) format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-Light.eot?hash=11351705307);
  src: local("Lato Light"), local("Lato-Light"), url(/fonts/Lato-Light.eot?hash=11351705307?#iefix) format("embedded-opentype"), url(/fonts/Lato-Light.woff?hash=11351705307) format("woff"), url(/fonts/Lato-Light.ttf?hash=11351705307) format("truetype");
  font-weight: 300;
  font-style: normal;
}
.mobile-rating {
  padding: 30px 30px 20px;
  font-family: Lato;
}
.mobile-rating .rating-header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.mobile-rating .rating-header .speedometer {
  position: relative;
  width: 50%;
}
.mobile-rating .rating-header .speedometer img:first-child {
  width: 100%;
}
.mobile-rating .rating-header .speedometer .speed-arrow {
  transform-origin: 100% 50%;
  position: absolute;
  bottom: 0;
  left: 17%;
  width: 30%;
}
.mobile-rating .rating-header .rating-value {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 50%;
}
.mobile-rating .rating-header .rating-value span:first-child {
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 5px;
}
.mobile-rating .rating-header .rating-value span:last-child {
  font-size: 14px;
}
.mobile-rating .rating-body .rating-category {
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.23);
  border: 2px solid #d0d0d0;
  overflow: hidden;
}
.mobile-rating .rating-body .rating-category + .rating-category {
  margin-top: 20px;
}
.mobile-rating .rating-body .rating-category .category-header,
.mobile-rating .rating-body .rating-category .category-body {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 10px 20px;
}
.mobile-rating .rating-body .rating-category .category-header > div {
  margin-right: 10px;
}
.mobile-rating .rating-body .rating-category .category-header span {
  font-size: 16px;
}
.mobile-rating .rating-body .rating-category .category-body {
  justify-content: space-between;
  padding: 10px 20px 10px 10px;
}
.mobile-rating .rating-body .rating-category .rating-stars {
  display: flex;
}
.mobile-rating .rating-body .rating-category .rating-value {
  font-size: 24px;
  font-weight: 900;
}
.mobile-rating .rating-body .rating-category .star-out {
  position: relative;
  margin-right: 5px;
  font-size: 6vw;
  color: #E8E8E8;
  z-index: 1;
}
.mobile-rating .rating-body .rating-category .star-in {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: inherit;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  width: 0;
}
.mobile-rating .rating-body .rating-category.taste .category-body {
  background-color: #c6d931;
}
.mobile-rating .rating-body .rating-category.speed .category-body {
  background-color: #d9ce31;
}
.mobile-rating .rating-body .rating-category.hot .category-body {
  background-color: #d9ce31;
}
.mobile-rating .rating-body .rating-category.driver .category-body {
  background-color: #5bd931;
}
.mobile-rating .rating-body .rating-category.call .category-body {
  background-color: #93d931;
}
.mobile-rating .rating-body .rating-category.qrreview .category-body {
  background-color: #93d931;
}
.mobile-rating .rating-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
  font-size: 14px;
  color: #E8E8E8;
}
/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

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

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/images/ajax-loader.gif?hash=11351705307) center center no-repeat;
}

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

    src: url(/fonts/slick.eot?hash=11351705307);
    src: url(/fonts/slick.eot?hash=11351705307?#iefix) format('embedded-opentype'), url(/fonts/slick.woff?hash=11351705307) format('woff'), url(/fonts/slick.ttf?hash=11351705307) format('truetype'), url(/images/slick.svg?hash=11351705307#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

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

    cursor: pointer;

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

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

    opacity: .75;
    color: white;

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

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

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

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

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

    display: block;

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

    list-style: none;

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

    display: inline-block;

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

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

    display: block;

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

    cursor: pointer;

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

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

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: black;

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

#react-multiple-coupons {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 34px;
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 479px) {
  #react-multiple-coupons {
    margin-top: 20px;
  }
}
#react-multiple-coupons .multiple-coupons {
  display: flex;
}
@media only screen and (max-width: 1199px) {
  #react-multiple-coupons .multiple-coupons {
    flex-direction: column;
  }
}
#react-multiple-coupons .multiple-coupons > div {
  flex: 1;
  width: calc(50% - 13px);
  padding: 22px 0;
  background: #fff;
  box-shadow: 0 5px 10px 0 #e6e6e6;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  #react-multiple-coupons .multiple-coupons > div {
    width: 100%;
  }
}
#react-multiple-coupons .multiple-coupons > div + div {
  margin-left: 26px;
}
@media only screen and (max-width: 1199px) {
  #react-multiple-coupons .multiple-coupons > div + div {
    margin: 20px 0 0;
  }
}
#react-multiple-coupons .multiple-coupons > div h2 {
  margin-left: 50px;
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 15px;
}
#react-multiple-coupons .multiple-coupons .coupon {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#react-multiple-coupons .multiple-coupons .coupon .add-button {
  position: absolute;
  left: calc(50% - 13px - 10px);
  top: calc(0 - 13px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 20px 0 #222;
  cursor: pointer;
  z-index: 1;
}
#react-multiple-coupons .multiple-coupons .coupon .add-button svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  fill: #8f8f8f;
}
#react-multiple-coupons .multiple-coupons .coupon .add-button.active {
  background: #cadf00;
}
#react-multiple-coupons .multiple-coupons .coupon .image-container {
  position: relative;
  width: calc(100% - 20px);
}
#react-multiple-coupons .multiple-coupons .coupon .image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 7px;
}
#react-multiple-coupons .multiple-coupons .coupon .image-container:after, #react-multiple-coupons .multiple-coupons .coupon .image-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 250ms;
  z-index: 1;
}
#react-multiple-coupons .multiple-coupons .coupon .image-container:before {
  background: #fff;
  opacity: 0.4;
}
#react-multiple-coupons .multiple-coupons .coupon .image-container:after {
  background: rgba(255, 255, 255, 0.8) url("/images/frozen.png") no-repeat center;
  background-size: 30px 40px;
  opacity: 0;
  z-index: 1;
}
#react-multiple-coupons .multiple-coupons .coupon .image-container .image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: left top;
  background-color: rgb(0, 0, 0);
  background-repeat: no-repeat;
  border-radius: 7px;
}
#react-multiple-coupons .multiple-coupons .coupon .info-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 20px);
  margin-top: 10px;
}
#react-multiple-coupons .multiple-coupons .coupon .info-buttons .question-mark {
  border-color: #E41B47;
  cursor: pointer;
  color: #E41B47;
}
#react-multiple-coupons .multiple-coupons .coupon .info-buttons .button-video {
  margin-left: 12px;
}
#react-multiple-coupons .multiple-coupons .coupon-active .image-container:before {
  opacity: 0;
}
#react-multiple-coupons .multiple-coupons .coupon-frozen .image-container:after {
  opacity: 1;
}
#react-multiple-coupons .multiple-coupons .slick-list {
  overflow: visible;
}
#react-multiple-coupons .multiple-coupons .slick-arrow {
  top: calc(50% - 20px);
  z-index: 1;
}
@media only screen and (max-width: 479px) {
  #react-multiple-coupons .multiple-coupons .slick-arrow {
    display: none !important;
  }
}
#react-multiple-coupons .multiple-coupons .slick-arrow > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 20px 0 #222;
}
#react-multiple-coupons .multiple-coupons .slick-arrow:before {
  display: none;
}
#react-multiple-coupons .multiple-coupons .slick-prev {
  left: 20px;
}
#react-multiple-coupons .multiple-coupons .slick-next {
  right: 20px;
}
#react-multiple-coupons .multiple-coupons .slick-next svg {
  transform: rotate(180deg);
}
.coffee-slices {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 20px;
}
@media only screen and (max-width: 479px) {
  .coffee-slices {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1090px) {
  .coffee-slices {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1090px) {
  .coffee-slices {
    padding-top: 40px;
  }
}
.coffee-slices > div {
  display: flex;
  width: 100%;
}
.coffee-slices > div:nth-child(1) {
  flex-direction: column;
  margin-right: 20px;
}
@media only screen and (max-width: 479px) {
  .coffee-slices > div:nth-child(1) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .coffee-slices > div:nth-child(1) {
    margin-bottom: 20px;
  }
}
.coffee-slices > div:nth-child(2) {
  align-items: center;
}
.coffee-slices .image {
  flex: none;
  width: 90px;
}
.coffee-slices .image img {
  width: 100%;
}
.coffee-slices .content-title {
  text-align: left;
  font-size: 23px;
}
.coffee-slices .description {
  font-size: 14px;
  line-height: 18px;
}
.coffee-slices .total {
  margin-top: 10px;
}
.coffee-slices .red {
  display: block;
  font-weight: bold;
  color: #E41B47;
}
.coffee-slices .count {
  margin-left: 20px;
}
.coffee-slices .count > div:nth-child(1) {
  margin-bottom: 5px;
  font-size: 16px;
  color: #E41B47;
}
.coffee-slices .button {
  box-sizing: border-box;
  margin-top: 30px;
  max-width: 150px;
}
.react-switch {
  position: relative;
  width: 30px;
  height: 12px;
  margin-left: 10px;
  background: #E8E8E8;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 250ms;
}
.react-switch-dot {
  position: absolute;
  left: calc(0px - 10px);
  top: calc(0px - 5px);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #C9C9C9;
  transition-property: background-color, left;
  transition-duration: 250ms;
}
.react-switch-active {
  background-color: rgb(246.9, 186.6, 199.8);
}
.react-switch-active .react-switch-dot {
  left: calc(100% - 10px);
  background-color: #E41B47;
}
.current-orders {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 10000;
}
.current-orders.mobile {
  padding: 15px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  background: #E41B47;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
}
@media only screen and (max-width: 479px) {
  .current-orders.mobile {
    right: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .current-orders.mobile {
    transform: translateX(50%);
  }
}
.current-orders .current-orders-container {
  position: relative;
  padding: 30px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
}
.current-orders h3 {
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
}
.current-orders .orders-list {
  margin-top: 20px;
  font-size: 15px;
  line-height: 18px;
}
.current-orders .expand-button {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.current-orders .expand-button div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.current-orders .button {
  margin-top: 20px;
  width: 100%;
  cursor: pointer;
}
.current-orders .tip-container {
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 20px;
}
.current-orders .tip-container__icon, .current-orders .tip-container__icon svg {
  width: 24px;
  height: 24px;
}
.current-orders .tip-container__icon {
  margin-right: 10px;
}
.current-orders .tip-container__title, .current-orders .tip-container__buttons {
  padding: 10px 30px;
}
.current-orders .tip-container__title {
  background: rgb(178.9013452915, 197.5, 0);
  display: flex;
  align-items: center;
}
.current-orders .tip-container__buttons__sum, .current-orders .tip-container__buttons__controls {
  display: flex;
  margin-bottom: 10px;
}
.current-orders .tip-container__buttons__sum:last-child, .current-orders .tip-container__buttons__controls:last-child {
  margin-bottom: 0px;
}
.current-orders .tip-container__buttons__sum .button, .current-orders .tip-container__buttons__controls .button {
  margin-top: 0px;
  margin-right: 6px;
}
.current-orders .tip-container__buttons__sum .button:last-child, .current-orders .tip-container__buttons__controls .button:last-child {
  margin-right: 0px;
}
.current-orders .tip-container__buttons .button {
  padding: 6px 12px;
  white-space: nowrap;
}
.current-orders .tip-container__buttons .button.transparent.gray {
  color: #3C3C3C;
}
.current-orders .tip-container__buttons .button.transparent.gray:hover {
  color: #fff;
}
.current-orders .tip-container__buttons .button.transparent.gray.active {
  border-color: #E41B47;
  background: #E41B47;
  color: #fff;
}
.current-orders .tip-container__buttons input {
  min-height: 30px;
  width: 100%;
}
