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=13674630016);
  src: url(/fonts/RobotoRegular.eot?hash=13674630016?#iefix) format("embedded-opentype"), url(/fonts/RobotoRegular.woff?hash=13674630016) format("woff"), url(/fonts/RobotoRegular.ttf?hash=13674630016) format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "RobotoLight";
  src: url(/fonts/RobotoLight.eot?hash=13674630016);
  src: url(/fonts/RobotoLight.eot?hash=13674630016?#iefix) format("embedded-opentype"), url(/fonts/RobotoLight.woff?hash=13674630016) format("woff"), url(/fonts/RobotoLight.ttf?hash=13674630016) format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "RobotoMedium";
  src: url(/fonts/RobotoMedium.eot?hash=13674630016);
  src: url(/fonts/RobotoMedium.eot?hash=13674630016?#iefix) format("embedded-opentype"), url(/fonts/RobotoMedium.woff?hash=13674630016) format("woff"), url(/fonts/RobotoMedium.ttf?hash=13674630016) format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "RobotoBold";
  src: url(/fonts/RobotoBold.eot?hash=13674630016);
  src: url(/fonts/RobotoBold.eot?hash=13674630016?#iefix) format("embedded-opentype"), url(/fonts/RobotoBold.woff?hash=13674630016) format("woff"), url(/fonts/RobotoBold.ttf?hash=13674630016) 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=13674630016) 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=13674630016) 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=13674630016) 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=13674630016) center no-repeat;
  background-size: 98%;
}
.mobile-notification.success .icon {
  background: url(/images/success-icon.png?hash=13674630016) 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=13674630016);
  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=13674630016);
}
.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=13674630016);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}
.modal .content .close:hover {
  background-image: url(/images/close-accent.png?hash=13674630016);
}
.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=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=13674630016) 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";
@font-face {
  font-family: "CBKRobotoLight";
  src: url("//cdn.saas-support.com/widget/fonts/roboto/RobotoLight.eot");
  src: url("//cdn.saas-support.com/widget/fonts/roboto/RobotoLight.eot?#iefix") format("embedded-opentype"), url("//cdn.saas-support.com/widget/fonts/roboto/RobotoLight.woff") format("woff"), url("//cdn.saas-support.com/widget/fonts/roboto/RobotoLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "CBKRobotoRegular";
  src: url("//cdn.saas-support.com/widget/fonts/roboto/RobotoRegular.eot");
  src: url("//cdn.saas-support.com/widget/fonts/roboto/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("//cdn.saas-support.com/widget/fonts/roboto/RobotoRegular.woff") format("woff"), url("//cdn.saas-support.com/widget/fonts/roboto/RobotoRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "CBKRobotoThin";
  src: url("//cdn.saas-support.com/widget/fonts/roboto/RobotoThin.eot");
  src: url("//cdn.saas-support.com/widget/fonts/roboto/RobotoThin.eot?#iefix") format("embedded-opentype"), url("//cdn.saas-support.com/widget/fonts/roboto/RobotoThin.woff") format("woff"), url("//cdn.saas-support.com/widget/fonts/roboto/RobotoThin.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "CBKOpenSans";
  font-style: normal;
  font-weight: 400;
  src: url("//cdn.saas-support.com/widget/fonts/open-sans/OpenSans-Regular.eot");
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("//cdn.saas-support.com/widget/fonts/open-sans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("//cdn.saas-support.com/widget/fonts/open-sans/OpenSans-Regular.woff2") format("woff2"), url("//cdn.saas-support.com/widget/fonts/open-sans/OpenSans-Regular.woff") format("woff"), url("//cdn.saas-support.com/widget/fonts/open-sans/OpenSans-Regular.ttf") format("truetype"), url("//cdn.saas-support.com/widget/fonts/open-sans/OpenSans-Regular.svg#OpenSans") format("svg");
}
body.envybox-overflow-x-hidden {
  overflow-x: hidden;
}

@font-face {
  font-family: "Museo";
  font-style: normal;
  font-weight: 100;
  src: url("//cdn.saas-support.com/widget/fonts/museo/fonts/MuseoSansCyrl_100.otf?") format("opentype");
}
@font-face {
  font-family: "Museo";
  font-style: italic;
  font-weight: 100;
  src: url("//cdn.saas-support.com/widget/fonts/museo/MuseoSansCyrl_100_Italic.otf?") format("opentype");
}
@font-face {
  font-family: "Museo";
  font-style: normal;
  font-weight: 300;
  src: url("//cdn.saas-support.com/widget/fonts/museo/MuseoSansCyrl_300.otf?") format("opentype");
}
@font-face {
  font-family: "Museo";
  font-style: italic;
  font-weight: 300;
  src: url("//cdn.saas-support.com/widget/fonts/museo/MuseoSansCyrl_300_Italic.otf?") format("opentype");
}
@font-face {
  font-family: "Museo";
  font-style: normal;
  font-weight: 500;
  src: url("//cdn.saas-support.com/widget/fonts/museo/MuseoSansCyrl_500.otf?") format("opentype");
}
@font-face {
  font-family: "Museo";
  font-style: italic;
  font-weight: 500;
  src: url("//cdn.saas-support.com/widget/fonts/museo/MuseoSansCyrl_500_Italic.otf?") format("opentype");
}
@font-face {
  font-family: "Museo";
  font-style: normal;
  font-weight: 900;
  src: url("//cdn.saas-support.com/widget/fonts/museo/MuseoSansCyrl_900.otf?") format("opentype");
}
@font-face {
  font-family: "Museo";
  font-style: italic;
  font-weight: 900;
  src: url("//cdn.saas-support.com/widget/fonts/museo/MuseoSansCyrl_900_Italic.otf?") format("opentype");
}
.callbackkiller {
  box-sizing: content-box !important;
  color: #333 !important;
  font-size: 13px !important;
  font-family: CBKOpenSans, CBKRobotoLight, sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  transform-origin: 50% 50%;
  text-transform: none !important;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  white-space: normal;
}

.callbackkiller * {
  color: #333 !important;
  font-family: CBKOpenSans, CBKRobotoLight, sans-serif !important;
  font-style: normal !important;
  text-transform: none !important;
}

.callbackkiller span {
  -webkit-transform: none !important;
  transform: none !important;
}

.cbk-body-mobile {
  position: fixed !important;
  height: 100% !important;
  overflow: hidden !important;
  transform: none;
}

.cbk-btn, .cbk-btn:hover {
  background-color: #f44336;
  bottom: 0;
  color: #fff !important;
  font-size: 22px !important;
  left: auto;
  outline: none !important;
  padding: 10px 20px !important;
  position: fixed;
  right: 0;
  text-decoration: none;
  top: auto;
  white-space: nowrap;
  z-index: 9999 !important;
}

.cbk-btn span, .cbk-btn:hover span {
  color: #fff !important;
}

.cbk-btn.cbk-btn-top {
  bottom: auto;
  top: 0;
}

.cbk-btn.cbk-btn-right {
  bottom: auto;
  right: 0;
  top: 10%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.cbk-btn.cbk-btn-left {
  bottom: auto;
  left: 0;
  right: auto;
  top: 10%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.cbk-btn.cbk-btn-left span, .cbk-btn.cbk-btn-left:hover span {
  transform: rotate(180deg) !important;
  display: block;
}

.cbk-phone, .cbk-phone:hover {
  background-color: transparent !important;
  bottom: 5%;
  border-radius: 60px !important;
  -webkit-border-radius: 60px !important;
  color: #fff;
  display: block;
  font-size: 22px !important;
  height: 120px !important;
  left: auto;
  outline: none !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  right: 20%;
  text-decoration: none;
  top: auto;
  width: 120px !important;
  z-index: 9999 !important;
  transition: none;
  -webkit-transition: none;
}

.cbk-phone.cbk-phone-sm, .cbk-phone.cbk-phone-sm:hover {
  height: 90px !important;
  width: 90px !important;
  position: absolute;
}

.cbk-phone.cbk-phone-xs, .cbk-phone.cbk-phone-xs:hover {
  height: 60px !important;
  width: 60px !important;
  position: absolute;
}

.cbk-phone.cbk-phone-fixed, .cbk-phone.cbk-phone-fixed:hover {
  position: fixed !important;
}

.cbk-phone.callbackkiller-mobile, .cbk-phone.callbackkiller-mobile:hover {
  top: 90%;
  right: 50%;
  position: absolute;
}

.cbk-phone.cbk-not-scalling {
  position: fixed !important;
}

.cbk-phone .cbk-phone-bgr {
  background-color: #f44336;
  border-radius: 60px !important;
  -webkit-border-radius: 60px !important;
  height: 100% !important;
  left: 0 !important;
  opacity: 0.95;
  position: absolute !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 9997 !important;
}

.cbk-phone .cbk-phone-phone {
  height: 60px !important;
  left: 0 !important;
  margin: 24px;
  position: absolute !important;
  top: 0 !important;
  width: 60px !important;
  z-index: 9997 !important;
}

.cbk-phone .cbk-phone-phone .ws-icon-phone {
  color: #ffffff !important;
  font-size: 72px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cbk-phone .cbk-phone-phone .ws-icon-phone:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cbk-phone .cbk-phone-phone.cbk-phone-with-text {
  color: #fff !important;
  background: transparent !important;
  font-family: CBKRobotoLight, sans-serif !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  height: auto !important;
  left: 0 !important;
  line-height: 1em !important;
  margin: 0;
  position: absolute !important;
  text-align: center !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 9997 !important;
}

.cbk-phone .cbk-phone-phone.cbk-phone-with-text span {
  background: transparent !important;
  color: #fff !important;
  font-family: CBKRobotoLight, sans-serif !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  line-height: 1em !important;
  text-align: center !important;
}

.cbk-phone.cbk-phone-sm .cbk-phone-phone {
  height: 48px !important;
  margin: 19px;
  width: 48px !important;
}

.cbk-phone.cbk-phone-sm .cbk-phone-phone .ws-icon-phone {
  font-size: 54px;
}

.cbk-phone.cbk-phone-sm .cbk-phone-phone.cbk-phone-with-text {
  background: transparent !important;
  height: auto !important;
  margin: 0;
  width: 100% !important;
}

.cbk-phone.cbk-phone-xs .cbk-phone-phone {
  height: 30px !important;
  margin: 12px;
  width: 30px !important;
}

.cbk-phone.cbk-phone-xs .cbk-phone-phone .ws-icon-phone {
  font-size: 38px;
}

.cbk-phone.cbk-phone-xs .cbk-phone-phone.cbk-phone-with-text {
  background: transparent !important;
  height: auto !important;
  margin: 0;
  width: 100% !important;
}

.cbk-phone.cbk-phone-mobile-xs {
  height: 100px !important;
  width: 100px !important;
}

.cbk-phone.cbk-phone-mobile-xs .cbk-phone-phone {
  margin: 12px;
}

.cbk-phone.cbk-phone-mobile-xs .cbk-phone-phone .ws-icon-phone {
  font-size: 75px;
}

.cbk-phone.cbk-phone-mobile-bg {
  height: 150px !important;
  width: 150px !important;
  border-radius: 75px !important;
  -webkit-border-radius: 75px !important;
}

.cbk-phone.cbk-phone-mobile-bg .cbk-phone-bgr {
  border-radius: 75px !important;
  -webkit-border-radius: 75px !important;
}

.cbk-phone.cbk-phone-mobile-bg .cbk-phone-phone {
  margin: 23px;
}

.cbk-phone.cbk-phone-mobile-bg .cbk-phone-phone .ws-icon-phone {
  font-size: 100px;
}

.cbk-phone .cbk-phone-text {
  background: transparent !important;
  color: #fff !important;
  font-family: CBKRobotoLight, sans-serif !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  height: auto !important;
  left: 0 !important;
  line-height: 1em !important;
  position: absolute !important;
  text-align: center !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 9998 !important;
  word-wrap: break-word;
  overflow: hidden;
}

.cbk-phone .cbk-phone-text span {
  background: transparent !important;
  color: #fff !important;
  font-family: CBKRobotoLight, sans-serif !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  line-height: 1em !important;
  text-align: center !important;
}

.cbk-phone-sm .cbk-phone-text, .cbk-phone-sm .cbk-phone-phone.cbk-phone-with-text, .cbk-phone-sm .cbk-phone-text span, .cbk-phone-sm .cbk-phone-phone.cbk-phone-with-text span {
  font-size: 18px !important;
  line-height: 1em !important;
}

.cbk-phone-xs .cbk-phone-text, .cbk-phone-xs .cbk-phone-phone.cbk-phone-with-text, .cbk-phone-xs .cbk-phone-text span, .cbk-phone-xs .cbk-phone-phone.cbk-phone-with-text span {
  font-size: 12px !important;
  line-height: 1em !important;
}

.cbk-phone .cbk-phone-content div {
  display: block;
  opacity: 0;
  position: absolute !important;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transform: perspective(400px) rotateY(-180deg) scale(0.4);
  -moz-transform: perspective(400px) rotateY(-180deg) scale(0.4);
  -ms-transform: perspective(400px) rotateY(-180deg) scale(0.4);
  -webkit-transform: perspective(400px) rotateY(-180deg) scale(0.4);
  -o-transform: perspective(400px) rotateY(-180deg) scale(0.4);
  -khtml-transform: perspective(400px) rotateY(-180deg) scale(0.4);
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.cbk-phone.callbackkiller-mobile .cbk-phone-content div.cbk-rotate-icon {
  transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  -o-transform: none !important;
  -khtml-transform: none !important;
}

.cbk-phone .cbk-phone-phone.cbk-auto-width, .cbk-phone .cbk-phone-text.cbk-auto-width {
  width: auto !important;
}

.cbk-phone .cbk-phone-phone.cbk-font-size-90, .cbk-phone .cbk-phone-text.cbk-font-size-90, .cbk-phone .cbk-phone-phone.cbk-phone-with-text span.cbk-font-size-90, .cbk-phone .cbk-phone-text span.cbk-font-size-90 {
  font-size: 90% !important;
}

.cbk-phone .cbk-phone-phone.cbk-font-size-80, .cbk-phone .cbk-phone-text.cbk-font-size-80, .cbk-phone .cbk-phone-phone.cbk-phone-with-text span.cbk-font-size-80, .cbk-phone .cbk-phone-text span.cbk-font-size-80 {
  font-size: 80% !important;
}

.cbk-phone .cbk-phone-phone.cbk-font-size-70, .cbk-phone .cbk-phone-text.cbk-font-size-70, .cbk-phone .cbk-phone-phone.cbk-phone-with-text span.cbk-font-size-70, .cbk-phone .cbk-phone-text span.cbk-font-size-70 {
  font-size: 70% !important;
}

.cbk-phone .cbk-phone-phone.cbk-font-size-60, .cbk-phone .cbk-phone-text.cbk-font-size-60, .cbk-phone .cbk-phone-phone.cbk-phone-with-text span.cbk-font-size-60, .cbk-phone .cbk-phone-text span.cbk-font-size-60 {
  font-size: 60% !important;
}

.cbk-phone .cbk-phone-phone.cbk-font-size-50, .cbk-phone .cbk-phone-text.cbk-font-size-50, .cbk-phone .cbk-phone-phone.cbk-phone-with-text span.cbk-font-size-50, .cbk-phone .cbk-phone-text span.cbk-font-size-50 {
  font-size: 50% !important;
}

.cbk-phone .cbk-phone-phone.cbk-font-size-40, .cbk-phone .cbk-phone-text.cbk-font-size-40, .cbk-phone .cbk-phone-phone.cbk-phone-with-text span.cbk-font-size-40, .cbk-phone .cbk-phone-text span.cbk-font-size-40 {
  font-size: 50% !important;
}

.cbk-phone .cbk-phone-phone span {
  color: rgb(255, 255, 255);
}

@-moz-keyframes cbk-phone-pulse {
  0% {
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  50% {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes cbk-phone-pulse {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
.cbk-phone.cbk-pulse, .multi_button.bouncing {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -webkit-animation: cbk-phone-pulse 0.7s infinite;
  -moz-animation: cbk-phone-pulse 0.7s infinite;
  -ms-animation: cbk-phone-pulse 0.7s infinite;
  -o-animation: cbk-phone-pulse 0.7s infinite;
  animation: cbk-phone-pulse 0.7s infinite;
}

.cbk-phone-waves .cbk-phone-circle, .multi-button-waves .cbk-multi-button-circle {
  position: fixed;
  -webkit-animation: cbk-phone-waves-1 3.5s infinite;
  -moz-animation: cbk-phone-waves-1 3.5s infinite;
  -ms-animation: cbk-phone-waves-1 3.5s infinite;
  -o-animation: cbk-phone-waves-1 3.5s infinite;
  animation: cbk-phone-waves-1 3.5s infinite;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  -o-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
}

.cbk-phone-waves .cbk-phone-second_circle, .multi-button-waves .cbk-multi-button-second_circle {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70%;
  height: 70%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  -o-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
}

.cbk-phone-waves .cbk-phone-third_circle, .multi-button-waves .cbk-multi-button-third_circle {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70%;
  height: 70%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  -o-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
}

.multi-button-waves .cbk-multi-button-circle, .multi-button-waves .cbk-multi-button-second_circle, .multi-button-waves .cbk-multi-button-third_circle {
  position: absolute;
  z-index: 10;
}

.cbk-phone-waves .cbk-phone-second_circle, .multi-button-waves .cbk-multi-button-second_circle {
  -webkit-animation: cbk-phone-waves-2 3.5s infinite;
  -moz-animation: cbk-phone-waves-2 3.5s infinite;
  -ms-animation: cbk-phone-waves-2 3.5s infinite;
  -o-animation: cbk-phone-waves-2 3.5s infinite;
  animation: cbk-phone-waves-2 3.5s infinite;
}

.cbk-phone-waves .cbk-phone-third_circle, .multi-button-waves .cbk-multi-button-third_circle {
  -webkit-animation: cbk-phone-waves-3 3.5s infinite;
  -moz-animation: cbk-phone-waves-3 3.5s infinite;
  -ms-animation: cbk-phone-waves-3 3.5s infinite;
  -o-animation: cbk-phone-waves-3 3.5s infinite;
  animation: cbk-phone-waves-3 3.5s infinite;
}

@keyframes cbk-phone-waves-1 {
  0%, 42.86% {
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 0.66;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: matrix(2.39, 0, 0, 2.39, 0, 0);
    opacity: 0;
  }
}
@keyframes cbk-phone-waves-2 {
  0%, 42.86% {
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 0.66;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: matrix(3.17, 0, 0, 3.17, 0, 0);
    opacity: 0;
  }
}
@keyframes cbk-phone-waves-3 {
  0%, 42.86% {
    transform: matrix(0.42, 0, 0, 0.42, 0, 0);
    opacity: 0.66;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: matrix(2.79, 0, 0, 2.79, 0, 0);
    opacity: 0;
  }
}
@keyframes cbk-phone-pulse {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes cbk-phone-opacity-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@-moz-keyframes cbk-phone-opacity-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes cbk-phone-opacity-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.cbk-phone-opacity-pulse {
  animation: cbk-phone-opacity-pulse 2s ease-in-out infinite;
  -moz-animation: cbk-phone-opacity-pulse 2s ease-in-out infinite;
  -ms-animation: cbk-phone-opacity-pulse 2s ease-in-out infinite;
  -webkit-animation: cbk-phone-opacity-pulse 2s ease-in-out infinite;
  -o-animation: cbk-phone-opacity-pulse 2s ease-in-out infinite;
  -khtml-animation: cbk-phone-opacity-pulse 2s ease-in-out infinite;
}

@-webkit-keyframes cbk-widget-live {
  0%, 100%, 50% {
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -khtml-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  25%, 75% {
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -khtml-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
}
@-moz-keyframes cbk-widget-live {
  0%, 100%, 50% {
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -khtml-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  25%, 75% {
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
}
@keyframes cbk-widget-live {
  0%, 100%, 50% {
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -khtml-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  25%, 75% {
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -khtml-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
}
.cbk-phone.cbk-pulse .cbk-phone-content div {
  display: none !important;
}

.cbk-phone.cbk-pulse .cbk-phone-content .cbk-phone-phone:not(.cbk-rotate-icon) {
  display: block !important;
  opacity: 1 !important;
}

.cbk-phone.cbk-pulse .cbk-phone-content .cbk-phone-text.cbk-rotate-icon {
  opacity: 0 !important;
}

.cbk-phone.cbk-pulse .cbk-phone-content .cbk-phone-phone {
  -webkit-animation: cbk-widget-live 1.1s infinite !important;
  -moz-animation: cbk-widget-live 1.1s infinite !important;
  -ms-animation: cbk-widget-live 1.1s infinite !important;
  -o-animation: cbk-widget-live 1.1s infinite !important;
  animation: cbk-widget-live 1.1s infinite !important;
}

.cbk-phone:not(.cbk-phone-text-none):hover .cbk-phone-content div, .cbk-phone.pulse:hover .cbk-phone-content div {
  opacity: 0 !important;
  transform: perspective(400px) rotateY(-180deg) scale(0.4);
  -moz-transform: perspective(400px) rotateY(-180deg) scale(0.4);
  -ms-transform: perspective(400px) rotateY(-180deg) scale(0.4);
  -webkit-transform: perspective(400px) rotateY(-180deg) scale(0.4);
  -o-transform: perspective(400px) rotateY(-180deg) scale(0.4);
  -khtml-transform: perspective(400px) rotateY(-180deg) scale(0.4);
  word-wrap: break-word;
  overflow: hidden;
}

.cbk-phone .cbk-phone-content div.cbk-rotate-icon, .cbk-phone.callbackkiller-mobile:hover .cbk-phone-content div {
  display: block !important;
  opacity: 1 !important;
  transform: perspective(400px) rotateY(0) scale(1) !important;
  -moz-transform: perspective(400px) rotateY(0) scale(1) !important;
  -ms-transform: perspective(400px) rotateY(0) scale(1) !important;
  -webkit-transform: perspective(400px) rotateY(0) scale(1) !important;
  -o-transform: perspective(400px) rotateY(0) scale(1) !important;
  -khtml-transform: perspective(400px) rotateY(0) scale(1) !important;
  -webkit-transform-style: preserve-3d !important;
  -ms-transform-style: preserve-3d !important;
  -o-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
  -webkit-transition: opacity 3s cubic-bezier(0.19, 1, 0.22, 1);
}

.cbk-phone.cbk-pulse:hover .cbk-phone-content .cbk-phone-phone {
  opacity: 0 !important;
  -webkit-backface-visibility: visible !important;
}

.cbk-phone:hover:not(.callbackkiller-mobile) .cbk-phone-content .cbk-phone-text {
  display: block !important;
  opacity: 1 !important;
  transform: perspective(400px) rotateY(0) scale(1) !important;
  -moz-transform: perspective(400px) rotateY(0) scale(1) !important;
  -ms-transform: perspective(400px) rotateY(0) scale(1) !important;
  -webkit-transform: perspective(400px) rotateY(0) scale(1) !important;
  -o-transform: perspective(400px) rotateY(0) scale(1) !important;
  -khtml-transform: perspective(400px) rotateY(0) scale(1) !important;
}

.cbk-phone.cbk-pulse:hover, .cbk-phone:hover {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
}

.callbackkiller.cbk-phone.cbk-phone-pulse {
  --box-shadow-color:0 9px 16px rgba(255,34,65,0.6);
  -webkit-animation: envybox-phone-pulse 12s infinite ease-in;
  -moz-animation: envybox-phone-pulse 12s infinite ease-in;
  -ms-animation: envybox-phone-pulse 12s infinite ease-in;
  -o-animation: envybox-phone-pulse 12s infinite ease-in;
  animation: envybox-phone-pulse 12s infinite ease-in;
  -webkit-backface-visibility: visible !important;
}

.cbk-phone-circle, .cbk-multi-button-circle {
  transform-origin: center center !important;
  -moz-transform-origin: center center !important;
  -webkit-transform-origin: center center !important;
  -o-transform-origin: center center !important;
  -ms-transform-origin: center center !important;
}

.callbackkiller.cbk-phone.cbk-phone-pulse .cbk-phone-circle {
  display: block;
  -webkit-backface-visibility: visible !important;
}

@-webkit-keyframes envybox-phone-pulse {
  0.2%, 6.2% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  3.2% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  0%, 3.5%, 4.4%, 8.5%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes envybox-phone-pulse {
  0.2%, 6.2% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-box-shadow: var(--box-shadow-color);
    -moz-box-shadow: var(--box-shadow-color);
    -ms-box-shadow: var(--box-shadow-color);
    -o-box-shadow: var(--box-shadow-color);
    box-shadow: var(--box-shadow-color);
  }
  3.2% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-box-shadow: var(--box-shadow-color);
    -moz-box-shadow: var(--box-shadow-color);
    -ms-box-shadow: var(--box-shadow-color);
    -o-box-shadow: var(--box-shadow-color);
    box-shadow: var(--box-shadow-color);
  }
  0%, 3.5%, 4.4%, 8.5%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes envybox-phone-pulse {
  0.2%, 6.2% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-box-shadow: var(--box-shadow-color);
    -moz-box-shadow: var(--box-shadow-color);
    -ms-box-shadow: var(--box-shadow-color);
    -o-box-shadow: var(--box-shadow-color);
    box-shadow: var(--box-shadow-color);
  }
  4.5%, 10.5% {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  3.2% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  0%, 3.5%, 4.4%, 8.5%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cbk-phone-pulse .cbk-phone-circle {
  display: none;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0;
  animation-play-state: running;
  animation-duration: 12s;
  animation-name: envybox-circle-pulse;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  background-color: rgb(167, 25, 51);
  pointer-events: none;
}

.cbk-phone-pulse, .cbk-phone-wild, .cbk-phone-waves, .multi-button-waves {
  overflow: visible !important;
}

.callbackkiller.cbk-phone.cbk-phone-pulse:hover .cbk-phone-circle, .callbackkiller.cbk-phone.cbk-phone-wild:hover .cbk-phone-circle {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
}

@-webkit-keyframes envybox-circle-pulse {
  0%, 7%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  2.6%, 7.5% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  6.1%, 14.5% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes envybox-circle-pulse {
  0%, 7%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  2.6%, 7.5% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  6.1%, 14.5% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes envybox-circle-pulse {
  0%, 7%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  2.6%, 7.5% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  6.1%, 14.5% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.callbackkiller.cbk-phone.cbk-phone-wild {
  -webkit-animation: envybox-phone-wild 12s infinite ease-in;
  -moz-animation: envybox-phone-wild 12s infinite ease-in;
  -ms-animation: envybox-phone-wild 12s infinite ease-in;
  -o-animation: envybox-phone-wild 12s infinite ease-in;
  animation: envybox-phone-wild 12s infinite ease-in;
}

.callbackkiller.cbk-phone.cbk-phone-waves {
  -webkit-animation: envybox-phone-none 1s infinite ease-in !important;
  -moz-animation: envybox-phone-none 1s infinite ease-in !important;
  -ms-animation: envybox-phone-none 1s infinite ease-in !important;
  -o-animation: envybox-phone-none 1s infinite ease-in !important;
  animation: envybox-phone-none 1s infinite ease-in !important;
}

.cbk-phone-wild .cbk-phone-circle {
  display: none;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0;
  background-color: rgb(167, 25, 51);
  animation-play-state: running;
  animation-duration: 12s;
  animation-name: envybox-circle-wild;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
}

@-webkit-keyframes envybox-phone-none {
  0%, 5.8%, 10.6% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes envybox-phone-wild {
  0%, 5.8%, 10.6% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  1.9% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  7.5%, 10%, 100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-moz-keyframes envybox-phone-wild {
  0%, 5.8%, 10.6% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  1.9% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  7.5%, 10%, 100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes envybox-phone-wild {
  0%, 5.8%, 10.6% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  1.9% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  7.5%, 10%, 100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.callbackkiller.cbk-phone.cbk-phone-wild .cbk-phone-circle {
  display: block;
}

.envybox-ie .cbk-phone-pulse .cbk-phone-circle, .envybox-ie .cbk-phone-wild .cbk-phone-circle, .envybox-ie .cbk-phone-waves .cbk-phone-circle, .envybox-ie .cbk-phone-waves .cbk-phone-second_circle, .envybox-ie .cbk-phone-waves .cbk-phone-third_circle {
  position: absolute !important;
}

.callbackkiller.cbk-phone.cbk-phone-wild .cbk-phone-phone {
  -webkit-animation: envybox-content-wild 0.25s infinite ease-in;
  -moz-animation: envybox-content-wild 0.25s infinite ease-in;
  -ms-animation: envybox-content-wild 0.25s infinite ease-in;
  -o-animation: envybox-content-wild 0.25s infinite ease-in;
  animation: envybox-content-wild 0.25s infinite ease-in;
}

@-webkit-keyframes envybox-content-wild {
  25% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@-moz-keyframes envybox-content-wild {
  25% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@keyframes envybox-content-wild {
  25% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@-webkit-keyframes envybox-circle-wild {
  0%, 6.6%, 16.6%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  1.9%, 9.4% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  5.8%, 16% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes envybox-circle-wild {
  0%, 6.6%, 16.6%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  1.9%, 9.4% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  5.8%, 16% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes envybox-circle-wild {
  0%, 6.6%, 16.6%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  1.9%, 9.4% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  5.8%, 16% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.cbk-window, .cbk-window * {
  letter-spacing: normal !important;
  line-height: 18px !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.cbk-window {
  bottom: auto;
  height: 100%;
  left: auto;
  position: fixed !important;
  right: 0;
  top: 0;
  width: 340px;
  min-width: 340px;
  z-index: 2000000002 !important;
}

.cbk-window.cbk-window-left {
  left: 0;
  right: auto;
}

.cbk-window.callbackkiller-mobile {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: fixed !important;
  z-index: 2000000002 !important;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: subpixel-antialiased !important;
  visibility: visible;
  overflow: auto;
}

.cbk-window.callbackkiller-mobile a.cbk-close-window {
  padding: 14px;
  top: 0 !important;
  position: fixed !important;
}

.cbk-window.cbk-window-onexit, .cbk-window.cbk-window-modal {
  bottom: auto;
  min-height: 368px;
  height: auto;
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
  width: 640px !important;
  z-index: 99999999999999 !important;
}

.cbk-window.cbk-window-onexit {
  height: auto;
}

.cbk-window a, .cbk-window a:hover {
  background: none;
  color: #333 !important;
  font-size: 13px;
  opacity: 0.5 !important;
  outline: none !important;
  text-decoration: none;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  border: none;
}

.cbk-window a:hover {
  opacity: 1 !important;
}

.cbk-window .cbk-background, .cbk-window .cbk-background div {
  background-color: rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.29);
  height: 100% !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1 !important;
}

.cbk-window.callbackkiller-mobile .cbk-background, .cbk-window.callbackkiller-mobile .cbk-background div {
  background-color: rgb(240, 240, 240) !important;
}

.cbk-window .cbk-background div {
  background-color: rgba(240, 240, 240, 0.95) !important;
}

.cbk-window a.cbk-close-window {
  background: none !important;
  bottom: auto !important;
  font-size: 14px;
  padding: 10px;
  left: auto !important;
  position: absolute;
  right: 20px !important;
  top: 6px !important;
  z-index: 2 !important;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.cbk-window a.cbk-close-window:after {
  content: "\D7";
  font-size: 22px;
  line-height: 17px;
  position: absolute;
}

.cbk-window a.cbk-copyright {
  background: none;
  bottom: 5px !important;
  display: block !important;
  font-size: 13px;
  left: auto !important;
  position: absolute;
  right: auto !important;
  opacity: 1 !important;
  text-align: center !important;
  top: auto !important;
  width: 100% !important;
  z-index: 2 !important;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.cbk-window a.cbk-copyright-callbackkiller {
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #999999), color-stop(0.4, #999999), color-stop(0.5, #fff), color-stop(0.6, #999999), color-stop(1, #999999));
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  -webkit-animation: white-saas-text-anim 10s infinite;
  animation: white-saas-text-anim 10s infinite;
}

.cbk-window a.cbk-copyright-callbackkiller img {
  width: fit-content !important;
}

.cbk-window.callbackkiller-mobile a.cbk-copyright {
  position: relative !important;
  font-size: 13px;
  -webkit-text-size-adjust: none;
}

.cbk-window .cbk-text-red {
  color: #f44336 !important;
}

.cbk-window .cbk-forms {
  bottom: 0;
  height: auto;
  left: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0;
  width: 100% !important;
  z-index: 1;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  overflow: visible;
}

.cbk-window.cbk-window-onexit .cbk-forms, .cbk-window.cbk-window-modal .cbk-forms {
  position: static !important;
  height: auto !important;
  margin: auto !important;
}

.cbk-window.cbk-window-onexit .cbk-forms .cbk-window-logo, .cbk-window.cbk-window-modal .cbk-forms .cbk-window-logo {
  position: static;
  display: inline-block;
  vertical-align: top;
  margin-left: -120px;
}

.cbk-window-onexit.cbk-window .cbk-forms {
  position: relative !important;
}

.cbk-window .cbk-forms .cbk-form {
  margin: auto;
  padding: 0 40px !important;
  text-align: left;
  width: 260px !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.cbk-window.callbackkiller-mobile .cbk-forms .cbk-form {
  padding: 0 !important;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.cbk-window .cbk-form .cbk-form-title, .cbk-window .cbk-form .cbk-form-title span.cbk-visitor-name-to-delete, .cbk-window .cbk-form .cbk-form-title span.cbk-call-timeout, .cbk-text-after-call {
  font-size: 20px !important;
  line-height: 23px !important;
  margin: 0 0 7px 0 !important;
}

.cbk-window .cbk-form .cbk-form-title a {
  background: none !important;
  font-size: 20px !important;
  line-height: 23px !important;
}

.cbk-window .cbk-form .cbk-form-title small {
  display: inline-block;
  font-size: 70% !important;
  padding: 0;
}

.cbk-window .cbk-form .cbk-form-title small a, .cbk-window .cbk-form .cbk-form-title small .cbk-visitor-name-to-delete {
  font-size: 100% !important;
}

.cbk-window .cbk-form .cbk-input, .cbk-window .cbk-form .cbk-input:focus, .cbk-window .cbk-form .cbk-input:hover {
  background-color: #d0d0d0 !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-shadow: none !important;
  float: none !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  height: auto !important;
  left: auto !important;
  margin: 0 0 7px 0 !important;
  outline: 0 !important;
  top: auto !important;
  padding: 6px 10px !important;
  position: relative;
  width: 230px !important;
  zoom: 1;
  display: inline-block !important;
  color: #333 !important;
  transform: none;
}

.cbk-window .cbk-form .cbk-select {
  background-color: #d0d0d0 !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-shadow: none !important;
  display: inline-block !important;
  float: none !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  height: auto !important;
  min-height: 0 !important;
  left: auto !important;
  margin: 0 0 7px 0 !important;
  outline: 0 !important;
  top: auto !important;
  padding: 6px 10px !important;
  position: relative;
  width: 230px !important;
  white-space: nowrap;
  zoom: 1;
  visibility: visible;
}

.cbk-window .cbk-form .cbk-select.cbk-deferred-date {
  width: 107px !important;
  opacity: 1;
}

.cbk-window .cbk-form .cbk-select.cbk-deferred-time {
  width: 72px !important;
  opacity: 1;
}

.cbk-window .cbk-form .cbk-select option {
  text-align: center !important;
}

.cbk-window .cbk-form .cbk-deferred div {
  display: inline-block !important;
  font-size: 16px !important;
  margin: 0 7px;
}

.cbk-window .cbk-form .cbk-input-hidden {
  display: none !important;
  opacity: 0 !important;
}

.cbk-window .cbk-form .cbk-input.cbk-error {
  border-color: rgb(244, 67, 54) !important;
}

.cbk-window .cbk-form .cbk-error-text {
  color: rgb(244, 67, 54) !important;
  margin: 0 0 7px 0 !important;
}

.cbk-window .cbk-form .cbk-input-checkbox {
  float: left;
  height: 13px !important;
  margin: 2px 5px 0 0 !important;
  outline: none;
  width: 13px !important;
  min-width: 13px !important;
}

.cbk-window .cbk-form .cbk-button {
  background: rgba(244, 67, 54, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  color: rgba(255, 255, 255, 0.9) !important;
  cursor: pointer !important;
  float: none !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  height: auto !important;
  left: auto !important;
  margin: 0 0 7px 0 !important;
  outline: 0 !important;
  overflow: hidden !important;
  top: auto !important;
  padding: 10px 10px !important;
  position: relative;
  width: 230px !important;
  zoom: 1;
  box-shadow: 2px 2px 29px rgba(0, 0, 0, 0.17);
}

.cbk-ink-reaction .cbk-ink {
  position: absolute;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-animation: cbk-ripple-animation 1.5s;
  animation: cbk-ripple-animation 1.5s;
}

.cbk-ink-reaction .cbk-ink.inverse {
  background-color: rgba(12, 12, 12, 0.5);
}

@-webkit-keyframes cbk-ripple-animation {
  from {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes cbk-ripple-animation {
  from {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
#cbkDepartmentRadioButtons {
  margin-bottom: 12px;
}

.ws-radio-button {
  margin-top: 5px;
}

.ws-radio-button input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ws-radio-button input[type=radio]:focus + label:before, .ws-radio-button input[type=radio]:hover + label:before {
  border-color: var(--envybox-btn-background-color);
  background-color: #f2f2f2;
}

.ws-radio-button input[type=radio]:active + label:before {
  transition-duration: 0s;
}

.ws-radio-button input[type=radio] + label {
  position: relative;
  padding-left: 1.5em;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  font-size: 15px;
  white-space: nowrap;
}

.ws-radio-button input[type=radio] + label:before {
  box-sizing: content-box;
  content: "";
  color: var(--envybox-btn-background-color);
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -9px;
  border: 2px solid var(--envybox-btn-background-color);
  text-align: center;
  transition: all 0.4s ease;
}

.ws-radio-button input[type=radio] + label:after {
  box-sizing: content-box;
  content: "";
  background-color: var(--envybox-btn-background-color);
  position: absolute;
  top: 50%;
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  transform: scale(0);
  transform-origin: 50%;
  transition: transform 200ms ease-out;
}

.ws-radio-button input[type=radio]:disabled + label:before {
  border-color: #cccccc;
}

.ws-radio-button input[type=radio]:disabled:focus + label:before, .ws-radio-button input[type=radio]:disabled:hover + label:before {
  background-color: inherit;
}

.ws-radio-button input[type=radio]:disabled:checked + label:before {
  background-color: #cccccc;
}

.ws-radio-button input[type=radio]:checked + label:before {
  animation: borderscale 300ms ease-in;
  background-color: white;
}

.ws-radio-button input[type=radio]:checked + label:after {
  transform: scale(1);
}

.ws-radio-button input[type=radio] + label:before, .ws-radio-button input[type=radio] + label:after {
  border-radius: 50%;
}

@keyframes borderscale {
  50% {
    box-shadow: 0 0 0 2px var(--envybox-btn-background-color);
  }
}
.cbk-window .cbk-form .cbk-button.cbk-button-lg {
  font-size: 20px !important;
  padding: 12px 10px !important;
}

.cbk-window .cbk-form .cbk-button:hover {
  background-color: rgba(244, 67, 54, 0.9);
  box-shadow: 2px 2px 29px rgba(0, 0, 0, 0.25);
}

.cbk-window .cbk-form .cbk-button:active {
  background-color: rgb(244, 67, 54);
}

.cbk-window .cbk-form .cbk-button.cbk-button-lg:active {
  padding: 13px 10px 11px 10px !important;
}

.cbk-window-bgr {
  display: none;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 2000000000 !important;
  background-color: rgba(255, 255, 255, 0.7);
}

.cbk-window-bgr.cbk-window-bgr-transparent {
  background-color: transparent !important;
}

.cbk-window .cbk-timer {
  display: block;
  padding-bottom: 5px !important;
}

.cbk-window .cbk-timer, .cbk-window .cbk-timer * {
  font-size: 38px !important;
  font-weight: 100 !important;
  line-height: 38px !important;
  text-align: center !important;
  font-family: CBKOpenSans, CBKRobotoLight, sans-serif !important;
}

.cbk-window .cbk-timer span {
  display: inline-block;
}

.cbk-window .cbk-timer .cbk-d {
  -webkit-animation: cbk-dotted 1s infinite;
  -moz-animation: cbk-dotted 1s infinite;
  -ms-animation: cbk-dotted 1s infinite;
  -o-animation: cbk-dotted 1s infinite;
  animation: cbk-dotted 1s infinite;
}

@-webkit-keyframes cbk-dotted {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes cbk-dotted {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.cbk-window .cbk-ratingform .cbk-call-rating {
  list-style-type: none !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: 245px;
}

.cbk-window .cbk-ratingform .cbk-call-rating li:before {
  background-color: rgba(0, 0, 0, 0) !important;
}

.cbk-window .cbk-ratingform .cbk-call-rating li {
  float: left !important;
  display: block !important;
  padding: 0 !important;
}

.cbk-window .cbk-ratingform .cbk-call-rating li a {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAfCAYAAAAfrhY5AAABvUlEQVR4nM3XMWjWQBTA8V8+WxB0FBRFatUqVMHFpZs6FIfSioiKYifBpZOToqKIiy5ODmJd3MRJKIVSsIOgItRJPlAH3cS1iFKl1OHyYYhfkoZ8SX1wXO69d/nfJffe3UXtdtt6SatC33F8xe6m4S3cwzbcahp+Bvvj53PY2xS8heuJ9oZUu1b4KQyndOexp254hBtd9H24Vjf8JA5m2C5gsC541qw7Unr2fQX2FnZiCEdxqMB/Em/Rxid8Wwt8Ew7HkH1xPSQsoo0FwKT042GivRQPolM+xmURK1GcXr9goASkqjzF2c4/n24Q/BtP+Lvg7uBmA+BlIWJmk3C4jSs1gn9iAjMdRTrU7uJyDeAfGMNcUtktzu9jCqs9An/HcbxIG7KSzANc6sEAljCKl92MeRnuEa5WhI/jdZaxKL3+qghfzjMWwbM2kbVKbv//Fh7599DQGHwXNq8XPK/jCh4L8Tuf47cVW3oFX8UzHMBFIWON4hjelHhPaficsOefxoeUbQEjOIH3vYDviOtXOCJ84nc5/vBcOO1M4nOs257lHOXc1UaEU8xCATBL+oUMtygcVkrBa5cqF8XK8gfHUU3ZmQd7xQAAAABJRU5ErkJggg==) no-repeat !important;
  display: block !important;
  font-size: 22px !important;
  line-height: 22px !important;
  padding: 35px 17px 0 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  width: 32px !important;
}

.cbk-window .cbk-ratingform .cbk-call-rating li a.cbk-marked {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAfCAYAAAAfrhY5AAABzUlEQVR4nM3XP2jVUBTH8c97tiAoToKiFP9WQQWH59JNHYqDVBFRUewkuDg5KSqKuNTFyaGoi5uIgyBCEewgqAh1agvVQTdxLaLUUuqQBEN8uXmPvKT+4JLcc87NN3/uOfem0Wq1rJSaJcaO4Bu21w1v4i424lbd8NPYHZ+fxc664E1cT/VXZfqVwk9iT8Z2Djuqhjdwo429D9eqhp/AvhzfeWyrCp731Im6fvq+An8TAxjEIewviB/FB8ziM753Al+DAzFkV3wcFE2i1QXAtPoxnurPxzeRtE9xm8JSAp/Bli4gnWodWnFL6wnOJN/8YQXgPC3iMX8n3B3crAG8IMqYl2k43MaVCsG/cAwvEkM21cZwuQLwTxzFRNrYLs/v4RKWewT+gSN4nXXkFZn7uNiDG5jHMN60c4Yq3ANcLQkfwbs8Z1F5/V0SvhByFsHzFpFOFRz/38Ib/t001AbfirUrBQ8NXMIjUf6+CsRtwPpewZfxFHtxQVSxhnEY77u4TtfwCdGafwpzGd8khnAc072Ab46Pb3FQ9Io/BuLhuWi3M4ovsW1TXnAj8K82JNrFTBYA89QvqnBT+NouILSHyy2LHWoRz0IBZX4US+sP0txH4QNPTg8AAAAASUVORK5CYII=) no-repeat !important;
  opacity: 0.75 !important;
}

.cbk-window .cbk-link-btn {
  text-align: center;
}

.cbk-window a.cbk-button-no {
  background: none !important;
  border-bottom: 1px dashed #555 !important;
  display: inline;
}

.cbk-window a.cbk-button-no.cbk-button-no-dark {
  background: none !important;
  border-bottom: 1px dashed #555 !important;
  opacity: 1 !important;
}

.cbk-window .cbk-social-block {
  display: block;
  float: left;
  height: 85px;
  margin-top: 15px;
  width: 250px;
}

.cbk-window .cbk-social-block .cbk-social-icons {
  cursor: pointer;
  display: block;
  float: left;
  height: 45px;
  margin-right: 12px;
  opacity: 0.6;
  width: 75px;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.cbk-window .cbk-social-block .cbk-social-icons:hover {
  opacity: 1;
}

.cbk-window .cbk-social-block .cbk-social-icons a {
  border: none !important;
  display: block !important;
  height: 45px !important;
  opacity: 1 !important;
  text-decoration: none !important;
  width: 75px !important;
}

.cbk-window .cbk-social-block .cbk-social-icons.cbk-vk a {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAGWSURBVHja7FjbcYMwEFw8aYCUQErwlWCXYJdgSgglmBJMCVCCVcLSgltwCeRHzGgY6SRIMvFMtJ96LnervRuKaZrwitjhRZGJZWKZWCaWiLetG0VkD6BcDD8BjGvOIekdL2bnF5ETgMqzZiRpHEIlAAbWwhKTwNynwrEj+fQR6wGcApve3U0iUgG4K+QKz9gFwE0hdnQD4GqsUzZdFuF/RNZHz4hJYOdcZgA8QimwKVymLBUHAHtlvnUz4nuVbWBjGfniGDRtjSRb1S5IdiujlprCg5LCOtXHmh+MWgngqsw3JMckYiQHACZw0NX6FyKamdF7vM59bN1ag22sV/lwF5EmEr3eEX3I6xrti4pQay0i14hov4MzgEFzfq1WtspD+Lsibn2l/qV7bzGN7iIF1sS0sBGlLWn7zW2PNb9hw+UmhZzzyjf1Y/XKEtQAOCZIYSZXbiJG8klSlJK1xOB4VQq5PtkulAbxYMVbaTa0suVR257UjtOQ/LBe1HlSbAIuf1bs57GcK/K/i0wsE8vEMrF/RuxrAK+RkZR4h2YtAAAAAElFTkSuQmCC) center center no-repeat transparent !important;
}

.cbk-window .cbk-social-block .cbk-social-icons.cbk-fb a {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAEVSURBVHja7JjxrYIwEIc/zFuAFVyBGwFHcAVcwRUcQUaQEXCEsoIrMAL+UxNspGKlvL6Xu6RpSC+5L8fl96NkwzCQYmxINBRMwWLHz7sEEdkCFVAsVPMK1EAPYIx5mZT55EJEKuAcoSE9sAO6KbCNB6qMBAWQA63dP56xKvIY5b4avhnbf1m4Axq7j2Euo+cSOAUNf2CcgGNqctF8CxUTjL8A1gLDaCWh/KVd6pW/75Uz4uholatlO0cbq7XAOmvMU544PitSfZWlzpjVqadPKadDrcqFginYQmC3FerfQsDqFcCaULAuIlTtsbJpMGPM4+63dOd6a/wHX1I25/+YiOQfGPDVuRUVnvOwm7jKhYL9Z7D7AMIpQI5czZJjAAAAAElFTkSuQmCC) center center no-repeat transparent !important;
}

.cbk-window .cbk-social-block .cbk-social-icons.cbk-tw a {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAGbSURBVHja7JjhbYMwEIUfVRdgBToCbwQyQjpCOgIZIYxAVsgIYYRjhLBCRkj/PCQUAfGZJkolTrIEtmU+vzvOJye32w3vaB94U1vBVrAV7N3sc+kCJKeGcgCFnhsA7dgkM/MrRjKLYM0BmNpBrX/PNSdTfx7ryjPJnRPqPPHBfswAXNTXusFIptpZTbIMBKsBpDPjqQB715YxMTbc9YFkDuDHzK4z8/PADRSaS7diZtbcdW0BXEiWUnPsY6HWCqqLjbHTiCsOAqxJbgeuuzrATnNQIeliLyXSEcCdWg/VvSTBKqZ2AKqAdVJHfM3+jb0lc4UiyWdVkV+9wlEJFsDxCVBBbn8EVjmDOjTwlx3iZtYB2ITExEvBBtLvQxd8YI3acjCpVivBLrVqcbq4s+8/iLUqVK1gMDNrFWtNJFTrUctVwZpZa2YbnXGNE2rjVdxVwepsLB1ZPgpqEkzVQzGoNjO9Z86Yis6DHxNuu8pdmRTaOaCOOnL2S36YJORSRS4sBsrd56ZObjt5YabOymS97VnBVrAV7J+D/Q4Am2Z9CAfxfWcAAAAASUVORK5CYII=) center center no-repeat transparent !important;
}

.cbk-window .cbk-social-block .cbk-social-icons:last-child {
  margin-right: 0;
}

.cbk-window .cbk-social-block .cbk-social-icons .cbk-social-count {
  text-align: center !important;
}

.cbk-window .cbk-personal-agreement {
  font-size: 10px;
  margin-bottom: 15px;
  display: inline-block;
  position: static;
  opacity: 0.7;
  line-height: 0.6 !important;
}

.cbk-personal-agreement a {
  font-size: 10px !important;
  opacity: 1 !important;
}

.cbk-personal-agreement a:hover {
  text-decoration: underline !important;
}

.cbk-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.cbk-animated.cbk-animated-fast {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}

.cbk-animated.cbk-infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.cbk-animated.cbk-hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes cbk-bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes cbk-bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.cbk-bounce {
  -webkit-animation-name: cbk-bounce;
  animation-name: cbk-bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.cbk-animated.cbk-bounceIn, .cbk-animated.cbk-bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes cbk-shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes cbk-shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.cbk-shake {
  -webkit-animation-name: cbk-shake;
  animation-name: cbk-shake;
}

@-webkit-keyframes cbk-shakeRight {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
    transform: translate3d(0, 0, 0) rotate(-90deg);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-90deg);
    transform: translate3d(0, -10px, 0) rotate(-90deg);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-90deg);
    transform: translate3d(0, 10px, 0) rotate(-90deg);
  }
}
@keyframes cbk-shakeRight {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
    transform: translate3d(0, 0, 0) rotate(-90deg);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-90deg);
    transform: translate3d(0, -10px, 0) rotate(-90deg);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-90deg);
    transform: translate3d(0, 10px, 0) rotate(-90deg);
  }
}
.cbk-btn-right.cbk-shake {
  -webkit-animation-name: cbk-shakeRight;
  animation-name: cbk-shakeRight;
}

@-webkit-keyframes cbk-shakeLeft {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
    transform: translate3d(0, 0, 0) rotate(90deg);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0) rotate(90deg);
    transform: translate3d(0, -10px, 0) rotate(90deg);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0) rotate(90deg);
    transform: translate3d(0, 10px, 0) rotate(90deg);
  }
}
@keyframes cbk-shakeLeft {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
    transform: translate3d(0, 0, 0) rotate(90deg);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0) rotate(90deg);
    transform: translate3d(0, -10px, 0) rotate(90deg);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0) rotate(90deg);
    transform: translate3d(0, 10px, 0) rotate(90deg);
  }
}
.cbk-btn-left.cbk-shake {
  -webkit-animation-name: cbk-shakeLeft;
  animation-name: cbk-shakeLeft;
}

@-webkit-keyframes cbk-tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes cbk-tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.cbk-tada {
  -webkit-animation-name: cbk-tada;
  animation-name: cbk-tada;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

@-webkit-keyframes cbk-bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes cbk-bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.cbk-bounceIn {
  -webkit-animation-name: cbk-bounceIn;
  animation-name: cbk-bounceIn;
}

@-webkit-keyframes cbk-bounceInRight {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3) rotate(-90deg);
    transform: scale3d(0.3, 0.3, 0.3) rotate(-90deg);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-90deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-90deg);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-90deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03) rotate(-90deg);
    transform: scale3d(1.03, 1.03, 1.03) rotate(-90deg);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97) rotate(-90deg);
    transform: scale3d(0.97, 0.97, 0.97) rotate(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) rotate(-90deg);
    transform: scale3d(1, 1, 1) rotate(-90deg);
  }
}
@keyframes cbk-bounceInRight {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3) rotate(-90deg);
    transform: scale3d(0.3, 0.3, 0.3) rotate(-90deg);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-90deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-90deg);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-90deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03) rotate(-90deg);
    transform: scale3d(1.03, 1.03, 1.03) rotate(-90deg);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97) rotate(-90deg);
    transform: scale3d(0.97, 0.97, 0.97) rotate(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) rotate(-90deg);
    transform: scale3d(1, 1, 1) rotate(-90deg);
  }
}
.cbk-btn-right.cbk-bounceIn {
  -webkit-animation-name: cbk-bounceInRight;
  animation-name: cbk-bounceInRight;
}

@-webkit-keyframes cbk-bounceInLeft {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3) rotate(90deg);
    transform: scale3d(0.3, 0.3, 0.3) rotate(90deg);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(90deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(90deg);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(90deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03) rotate(90deg);
    transform: scale3d(1.03, 1.03, 1.03) rotate(90deg);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97) rotate(90deg);
    transform: scale3d(0.97, 0.97, 0.97) rotate(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) rotate(90deg);
    transform: scale3d(1, 1, 1) rotate(90deg);
  }
}
@keyframes cbk-bounceInLeft {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3) rotate(90deg);
    transform: scale3d(0.3, 0.3, 0.3) rotate(90deg);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(90deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(90deg);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(90deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03) rotate(90deg);
    transform: scale3d(1.03, 1.03, 1.03) rotate(90deg);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97) rotate(90deg);
    transform: scale3d(0.97, 0.97, 0.97) rotate(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) rotate(90deg);
    transform: scale3d(1, 1, 1) rotate(90deg);
  }
}
.cbk-btn-left.cbk-bounceIn {
  -webkit-animation-name: cbk-bounceInLeft;
  animation-name: cbk-bounceInLeft;
}

@-webkit-keyframes cbk-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cbk-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cbk-fadeIn {
  -webkit-animation-name: cbk-fadeIn;
  animation-name: cbk-fadeIn;
}

@-webkit-keyframes cbk-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes cbk-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.cbk-fadeInRight {
  -webkit-animation-name: cbk-fadeInRight;
  animation-name: cbk-fadeInRight;
}

@-webkit-keyframes cbk-fadeInRightRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(-90deg);
    transform: translate3d(100%, 0, 0) rotate(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
@keyframes cbk-fadeInRightRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(-90deg);
    transform: translate3d(100%, 0, 0) rotate(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.white-saas-mobile-generator-block-colon {
  visibility: visible;
  -webkit-animation: white-saas-generator-blink 1s linear infinite;
  animation: white-saas-generator-blink 1s linear infinite;
}

.cbk-btn-right.cbk-fadeInRight {
  -webkit-animation-name: cbk-fadeInRightRight;
  animation-name: cbk-fadeInRightRight;
}

@-webkit-keyframes cbk-fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes cbk-fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.cbk-fadeOutRight {
  -webkit-animation-name: cbk-fadeOutRight;
  animation-name: cbk-fadeOutRight;
}

@-webkit-keyframes cbk-fadeOutRightBtn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cbk-fadeOutRightBtn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.cbk-fadeOutRightBtn {
  -webkit-animation-name: cbk-fadeOutRightBtn;
  animation-name: cbk-fadeOutRightBtn;
}

@-webkit-keyframes cbk-fadeOutRightRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(-90deg);
    transform: translate3d(100%, 0, 0) rotate(-90deg);
  }
}
@keyframes cbk-fadeOutRightRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(-90deg);
    transform: translate3d(100%, 0, 0) rotate(-90deg);
  }
}
.cbk-btn-right.cbk-fadeOutRight {
  -webkit-animation-name: cbk-fadeOutRightRight;
  animation-name: cbk-fadeOutRightRight;
}

.cbk-btn-right.cbk-fadeOutRightBtn {
  -webkit-animation-name: cbk-fadeOutRightRight;
  animation-name: cbk-fadeOutRightRight;
}

@-webkit-keyframes cbk-fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes cbk-fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.cbk-fadeOutDown {
  -webkit-animation-name: cbk-fadeOutDown;
  animation-name: cbk-fadeOutDown;
}

.cbk-fadeOutDown {
  -webkit-animation-name: cbk-fadeOutDown;
  animation-name: cbk-fadeOutDown;
}

@-webkit-keyframes cbk-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes cbk-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.cbk-fadeInLeft {
  -webkit-animation-name: cbk-fadeInLeft;
  animation-name: cbk-fadeInLeft;
}

@-webkit-keyframes cbk-fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes cbk-fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.cbk-fadeOutLeft {
  -webkit-animation-name: cbk-fadeOutLeft;
  animation-name: cbk-fadeOutLeft;
}

@-webkit-keyframes cbk-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes cbk-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.cbk-fadeInUp {
  -webkit-animation-name: cbk-fadeInUp;
  animation-name: cbk-fadeInUp;
}

@keyframes cbk-fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.cbk-fadeOutUp {
  -webkit-animation-name: cbk-fadeOutUp;
  animation-name: cbk-fadeOutUp;
}

@keyframes cbk-zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes cbk-zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.cbk-zoomIn {
  animation-name: cbk-zoomIn;
  -webkit-animation-name: cbk-zoomIn;
}

@-webkit-keyframes cbk-zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes cbk-zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.cbk-zoomOut {
  animation-name: cbk-zoomOut;
  -webkit-animation-name: cbk-zoomOut;
}

@-webkit-keyframes cbk-flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes cbk-flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.cbk-flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: cbk-flipInY;
  animation-name: cbk-flipInY;
}

@-webkit-keyframes cbk-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes cbk-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.cbk-fadeInDown {
  -webkit-animation-name: cbk-fadeInDown;
  animation-name: cbk-fadeInDown;
}

.cbk-window .cbk-forms .cbk-window-logo {
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 120px;
  display: block;
  height: 120px;
  left: 110px;
  overflow: hidden;
  width: 120px;
  position: absolute;
  top: -145px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  margin-top: 0;
}

.cbk-window .cbk-forms .cbk-window-logo.cbk-custom-logo {
  border-radius: 0 !important;
  max-width: 262px;
  max-height: 120px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  left: 50%;
}

.cbk-custom-logo img {
  max-width: 262px;
  max-height: 120px;
  width: 100%;
}

.cbk-window .cbk-forms .cbk-window-logo img {
  margin: 0;
  padding: 0;
  transform: none;
}

.cbk-window.callbackkiller-mobile .cbk-forms .cbk-window-logo {
  position: relative;
  margin: 0 auto;
  left: 0;
  top: 0;
}

.cbk-window.cbk-window-onexit .cbk-forms .cbk-window-logo, .cbk-window.cbk-window-modal .cbk-forms .cbk-window-logo {
  left: 40px;
  top: 25px;
}

.white-saas-generator {
  font-size: 13px !important;
  font-family: CBKRobotoLight, sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  transform-origin: 50% 50%;
  text-transform: none !important;
  width: 900px;
  height: 500px;
  position: fixed;
  z-index: 2147483646;
  display: block;
  top: 100px;
  left: 50%;
  margin-left: -450px;
  box-shadow: 0 21px 32px 0 rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  background-color: rgb(242, 242, 242);
  word-wrap: normal;
  line-height: 1.22;
  padding: 0 !important;
}

.white-saas-generator-agreement-link {
  text-decoration: underline;
  color: #575757;
}

.white-saas-generator * {
  box-sizing: content-box !important;
  font-family: Museo, CBKRobotoRegular, sans-serif !important;
  font-style: normal !important;
  text-transform: none !important;
  text-shadow: none !important;
}

.white-saas-generator .white-saas-generator-container {
  width: 100%;
  height: 100%;
}

.white-saas-generator .white-saas-generator-container.generator-video .white-saas-generator-video {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.white-saas-generator .white-saas-generator-container.generator-video .left-position {
  width: 650px;
}

.white-saas-generator .white-saas-generator-container.generator-video .white-saas-generator-video .white-saas-generator-video-iframe {
  position: static;
  width: 900px;
  height: 506px;
  margin-top: 0px;
  margin-left: 0px;
  z-index: 9;
}

.white-saas-generator .white-saas-generator-container.generator-video .left-position .white-saas-generator-video-iframe {
  width: 650px;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-video {
  display: none;
}

.white-saas-generator .white-saas-generator-container.generator-video .white-saas-generator-right-block {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.8;
}

.white-saas-generator .white-saas-generator-container.generator-video .white-saas-generator-image {
  display: none;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-left-block {
  float: left;
  position: absolute;
  top: 0;
  width: 650px;
  height: 100%;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-left-block .white-saas-generator-image {
  width: 650px;
  height: 500px;
  border: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-left-block .white-saas-generator-text-general {
  text-align: left;
  position: absolute;
  max-width: 640px;
  overflow: hidden;
  top: 10px;
  left: 10px;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-left-block .white-saas-generator-text-general .white-saas-generator-text-general-span {
  color: #ffffff;
  background-color: #7bda0b;
  font-weight: 900;
  font-size: 34px;
  line-height: 1.14;
  padding: 0 10px;
  float: none;
  margin: 0;
  -moz-padding-start: 0;
  -moz-padding-end: 0;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-left-block .white-saas-generator-text-general .white-saas-generator-text-general-span a {
  color: inherit;
  font-family: inherit !important;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-left-block .white-saas-generator-text-general .white-saas-generator-text-general-span a:hover {
  text-decoration: none;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block {
  float: right;
  width: 212px;
  height: 100%;
  padding: 0 19px;
  background-color: #ffffff;
  position: relative;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #575757;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-text-sub {
  overflow: hidden;
  max-height: 100px;
  font-size: 16px;
  margin-top: 20px;
  line-height: 20px;
  color: #040527;
  font-family: Museo, CBKRobotoLight, sans-serif !important;
  font-weight: 900;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-text-sub a {
  overflow: inherit;
  font-family: inherit !important;
  max-height: inherit;
  font-size: inherit;
  margin-top: inherit;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  text-decoration: underline;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-text-sub a:hover {
  text-decoration: none;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-counter {
  font-family: Arial, sans-serif !important;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-counter .white-saas-generator-counter-title {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #24263f;
  font-family: Museo, CBKRobotoLight, sans-serif !important;
  font-weight: 500;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-counter .white-saas-generator-counter-clock {
  width: auto;
  height: 62px;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-counter .white-saas-generator-counter-clock .white-saas-generator-counter-dig {
  float: left;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-counter .white-saas-generator-counter-clock .white-saas-generator-counter-dig .white-saas-generator-counter-block {
  position: absolute;
  width: 58px;
  height: 46.5px;
  border-radius: 4.5px;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-counter .white-saas-generator-counter-clock .white-saas-generator-counter-dig .white-saas-generator-counter-block .white-saas-generator-block-min {
  background-color: #7bda0b;
  margin-top: 1px;
  width: 28px;
  height: 23px;
  float: left;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0px 3px 2px -2px rgb(117, 117, 117);
  -moz-box-shadow: 0px 3px 2px -2px rgb(117, 117, 117);
  box-shadow: 0px 3px 2px -2px rgb(117, 117, 117);
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-counter .white-saas-generator-counter-clock .white-saas-generator-counter-dig .white-saas-generator-counter-block .white-saas-generator-block-min:nth-child(odd) {
  margin-right: 3px;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-counter .white-saas-generator-counter-clock .white-saas-generator-counter-dig .white-saas-generator-counter-number {
  position: relative;
  height: 40px;
  width: 55px;
  color: #ffffff;
  font-family: Museo, CBKRobotoLight, sans-serif !important;
  padding: 7.5px 2px 0 1.5px;
  word-wrap: normal;
  font-size: 27px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-counter .white-saas-generator-counter-clock .white-saas-generator-counter-dig .white-saas-generator-counter-name {
  font-size: 10px;
  color: #24263f;
  font-family: Museo, CBKRobotoLight, sans-serif !important;
  text-align: center;
  font-weight: 400;
}

.white-saas-generator input::-webkit-input-placeholder, .ws-chat input:-moz-placeholder {
  color: #959595;
}

.white-saas-generator input::-webkit-input-placeholder, .ws-chat input:-ms-input-placeholder {
  color: #959595;
}

.white-saas-generator input::-webkit-input-placeholder, .ws-chat input::-webkit-input-placeholder {
  color: #959595;
}

@-webkit-keyframes white-saas-generator-blink {
  100% {
    opacity: 0;
  }
}
@keyframes white-saas-generator-blink {
  100% {
    opacity: 0;
  }
}
.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-counter .white-saas-generator-counter-clock .white-saas-generator-counter-dz {
  float: left;
  height: 21px;
  width: 5px;
  margin: 16px 6px 0 2px;
  visibility: visible;
  -webkit-animation: white-saas-generator-blink 1s linear infinite;
  animation: white-saas-generator-blink 1s linear infinite;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-counter .white-saas-generator-counter-clock .white-saas-generator-counter-dz .white-saas-generator-counter-dz-block {
  width: 5px;
  height: 5px;
  border-radius: 3px;
  background-color: #7bda0b;
  margin: 0px 0px 0px 2px;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-counter .white-saas-generator-counter-clock .white-saas-generator-counter-dz .white-saas-generator-counter-dz-block:first-child {
  margin-bottom: 9px;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-group {
  margin-top: 12px;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-group .white-saas-generator-group-input {
  border: 1px solid #959595;
  color: #291F1F;
  -webkit-box-shadow: 0px 1px 0px 0px #d6d6d6;
  -moz-box-shadow: 0px 1px 0px 0px #d6d6d6;
  box-shadow: 0px 1px 0px 0px #d6d6d6;
  padding: 8px 10px;
  width: 190px;
  min-width: 190px;
  height: 15px;
  min-height: 15px;
  margin: 0px !important;
  line-height: 14px !important;
  font-size: 14px !important;
  display: block;
  background-color: #ffffff;
  border-radius: 4px;
  font-weight: 500;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-group .white-saas-generator-group-input ::-webkit-input-placeholder, .white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-group .white-saas-generator-group-input ::-moz-placeholder {
  color: #291F1F !important;
}

.white-saas-generator-input-hidden {
  display: none !important;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-group .white-saas-generator-username-error, .white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-group .white-saas-generator-userphone-error, .white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-group .white-saas-generator-useremail-error, .white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-group .white-saas-generator-userall-error {
  text-align: center;
  display: inherit;
  color: #FF6060;
  margin-bottom: -10px;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-group .white-saas-generator-error-hidden {
  display: none !important;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-group .white-saas-generator-label-agreement {
  cursor: pointer;
  font-weight: 500;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-group .white-saas-generator-email-agreement {
  z-index: -1;
  opacity: 0;
  display: none;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-group .white-saas-generator-email-agreement-text {
  font-size: 9px;
  position: relative;
  padding-left: 15px;
  vertical-align: top;
  display: block;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-group .white-saas-generator-email-agreement-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  border: 1px solid #959595;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-group .white-saas-generator-email-agreement:checked ~ span:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 5px;
  border-color: #959595;
  border-top-style: none;
  border-right-style: none;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-buttons {
  font-weight: bold;
  text-align: center;
  width: 212px;
  margin-top: 10px;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-buttons .white-saas-generator-btn-success, .white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-buttons .white-saas-generator-btn-yes {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  color: #ffffff !important;
  font-size: 24px;
  background: #7bda0b;
  padding: 4px 0px 8px;
  text-decoration: none;
  width: 212px;
  -webkit-box-shadow: 0 3px 3px #8C8C8C;
  -moz-box-shadow: 0 3px 3px #8C8C8C;
  box-shadow: 0 3px 3px #8C8C8C;
  text-align: center;
  border-radius: 4px;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-buttons .white-saas-generator-btn-success:active, .white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-buttons .white-saas-generator-btn-yes:active {
  -webkit-box-shadow: 0 3px 3px #8C8C8C;
  -moz-box-shadow: 0 3px 3px #8C8C8C;
  box-shadow: 0 3px 3px #8C8C8C;
  margin-top: 16px;
  margin-bottom: -2px;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-buttons .white-saas-generator-btn-cancel {
  white-space: nowrap;
  overflow: hidden;
  margin: 10px auto 0px;
  display: block;
  color: #ffffff !important;
  font-size: 15px;
  background: #848484;
  padding: 4px 0px 8px;
  text-decoration: none;
  max-width: 212px;
  text-align: center;
  border-radius: 4px;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-buttons .white-saas-generator-btn-cancel:active {
  margin-top: 16px;
  margin-bottom: -2px;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-copyright {
  color: #575757;
  text-align: center;
  position: absolute;
  width: 210px;
  bottom: 8px;
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #4d4d4d), color-stop(0.4, #4d4d4d), color-stop(0.5, #fff), color-stop(0.6, #4d4d4d), color-stop(1, #4d4d4d));
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  -webkit-animation: white-saas-text-anim 10s infinite;
  animation: white-saas-text-anim 10s infinite;
  font-size: 13px;
  font-family: CBKRobotoLight, sans-serif !important;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-copyright:hover {
  opacity: 1;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-copyright .white-saas-generator-copyright-url {
  display: block;
  text-decoration: none;
  color: #575757;
  font-size: 12px;
}

@-webkit-keyframes white-saas-text-anim {
  0% {
    background-position: -120px 0;
  }
  100% {
    background-position: 120px 0;
  }
}
.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-success {
  text-align: center;
  font-size: 21px;
  line-height: 1.5;
  margin-top: 50%;
  display: none;
  color: #575757;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-success a {
  text-align: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-top: inherit;
  color: inherit;
  text-decoration: underline;
  font-family: inherit !important;
}

.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-success a:hover {
  text-decoration: none;
  color: inherit;
}

.white-saas-generator-close-button {
  position: absolute;
  top: 3px !important;
  right: 6px !important;
  color: #cccccc;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  font-size: 27px;
  line-height: 20px;
}

a.white-saas-generator-close-button:hover {
  cursor: pointer !important;
  color: #000000 !important;
  text-decoration: none;
}

.white-saas-mobile-generator {
  width: 320px;
  border-radius: 5px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.35);
  height: fit-content;
  box-sizing: content-box;
  display: inline-table;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  z-index: 2000000010;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.white-saas-mobile-generator-bg-image {
  position: relative;
  overflow: hidden;
}

.white-saas-mobile-generator-image-container {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
}

.white-saas-mobile-generator-image {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  display: inherit;
  height: 246px;
}

.white-saas-mobile-generator-text-general {
  height: auto;
  position: absolute;
  line-height: 0.81em;
  padding: 2px 0;
  border-bottom: none;
  width: 100%;
}

.white-saas-mobile-generator-text-general-span {
  font-family: "CBKOpenSans";
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  background-color: #ff2241;
  line-height: 1.345em;
  display: inline;
  padding: 1px 0;
  border: none;
  vertical-align: unset;
  max-width: 100%;
}

.white-saas-mobile-generator-bg-image a.white-saas-mobile-generator-close-button, .white-saas-mobile-generator-next-block-content a.white-saas-mobile-generator-close-button {
  position: absolute;
  top: 9px !important;
  right: 6px !important;
  color: white;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  font-size: 35px;
  line-height: 14px;
  width: 30px;
  height: 30px;
  text-align: right;
}

.white-saas-mobile-generator-only-landscape {
  display: none;
}

.white-saas-mobile-generator-next-block, .white-saas-mobile-generator-success-block {
  text-align: left;
  background-color: #222222;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-bottom: 5px;
}

.white-saas-mobile-generator-success-block {
  display: none;
}

.white-saas-mobile-generator-next-block-content {
  padding: 4px 7px 0;
}

.white-saas-mobile-generator-text-sub, .white-saas-mobile-generator-text-success {
  width: 100%;
  max-height: 80px;
  overflow: hidden;
  font-family: "CBKOpenSans";
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
}

.white-saas-mobile-generator-text-success {
  text-align: center;
  font-size: 19px;
  margin: 20px 0;
}

.white-saas-mobile-generator-counter-clock {
  margin-top: 10px;
  display: inline-block;
}

.white-saas-mobile-generator-counter-text {
  width: 56%;
  height: 32px;
  font-family: "CBKOpenSans";
  font-size: 14px;
  line-height: 1.14;
  color: #ffffff;
  display: inline-block;
  overflow: hidden;
  margin-right: 10px;
}

.white-saas-mobile-generator-counter-dig {
  display: inline-block !important;
  float: right !important;
}

.white-saas-mobile-generator-block-hours, .white-saas-mobile-generator-block-min, .white-saas-mobile-generator-block-seconds {
  width: 32px;
  height: 32px;
  display: inline-block;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  background: #ffffff;
}

.white-saas-mobile-generator-block-hours span, .white-saas-mobile-generator-block-min span, .white-saas-mobile-generator-block-seconds span {
  display: inline-block;
  width: 6px;
  height: 11px;
  font-family: "CBKOpenSans";
  font-size: 19px;
  font-weight: bold;
  color: #000;
  padding: 5px !important;
  line-height: 22px;
  word-wrap: normal;
}

.white-saas-mobile-generator-block-colon {
  display: inline-block;
  height: 32px;
  vertical-align: bottom;
  text-align: center;
}

.white-saas-mobile-generator-block-colon span {
  display: inline-block;
  width: 6px;
  height: 24px;
  font-family: "CBKOpenSans";
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding: 2px 0 0;
}

.white-saas-mobile-generator-group {
  margin: 0 6px 0;
}

.white-saas-mobile-generator-userphone, .white-saas-mobile-generator-useremail {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #000;
  padding: 0 0 0 16px;
  font-family: "CBKOpenSans";
  font-size: 14px;
  color: #222222;
  box-sizing: border-box;
  margin-top: 6px;
}

.white-saas-mobile-generator-group a.white-saas-mobile-generator-btn-success {
  width: 100%;
  border-radius: 4px;
  background-color: #ff2241;
  font-family: "CBKOpenSans";
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 4px 0 8px 0;
  margin-top: 6px;
}

.white-saas-mobile-generator-group a.white-saas-mobile-generator-btn-success:hover {
  text-decoration: none;
  color: #ffffff;
}

.white-saas-mobile-generator-email-agreement {
  z-index: -1;
  opacity: 0;
  display: none;
}

.white-saas-mobile-generator-email-agreement-text {
  color: #fff;
  font-family: "CBKOpenSans";
  font-size: 12px;
  position: relative;
  padding-left: 15px;
  display: block;
  margin-top: 6px;
}

.white-saas-mobile-generator-email-agreement-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 1;
  width: 11px;
  height: 11px;
  border: 1px solid #959595;
  box-sizing: border-box;
  cursor: pointer;
}

.white-saas-mobile-generator-email-agreement:checked + .white-saas-mobile-generator-email-agreement-text:before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #f3f3f3;
  line-height: 11px;
  border: none;
}

.white-saas-mobile-generator-copyright {
  text-align: center;
  line-height: 16px;
}

.white-saas-mobile-generator-copyright a.white-saas-mobile-generator-copyright-url, .white-saas-mobile-generator-copyright a.white-saas-mobile-generator-copyright-url:hover, .white-saas-mobile-generator-copyright a.white-saas-mobile-generator-copyright-url:active {
  text-decoration: none;
  opacity: 0.5;
  font-family: "CBKOpenSans";
  font-size: 12px !important;
  color: #ffffff;
  line-height: 16px !important;
}

.white-saas-mobile-generator-error, .white-saas-mobile-generator-error:focus {
  border: 2px solid #ff2241 !important;
}

@media screen and (orientation: portrait) and (min-width: 639px) {
  .white-saas-mobile-generator {
    width: 540px;
  }
  .white-saas-mobile-generator-next-block-content {
    padding: 5px 9px 0;
  }
  .white-saas-mobile-generator-image {
    height: 416px;
  }
  .white-saas-mobile-generator-text-general-span {
    font-size: 42px;
  }
  .white-saas-mobile-generator-bg-image a.white-saas-mobile-generator-close-button, .white-saas-mobile-generator-next-block-content a.white-saas-mobile-generator-close-button {
    font-size: 15px;
    width: 50px;
    height: 50px;
    top: 17px;
  }
  .white-saas-mobile-generator-text-sub {
    font-size: 27px;
    line-height: 34px;
    max-height: 110px;
  }
  .white-saas-mobile-generator-counter-clock {
    margin-top: 20px;
  }
  .white-saas-mobile-generator-counter-text {
    font-size: 23px;
    height: 50px;
  }
  .white-saas-mobile-generator-block-hours, .white-saas-mobile-generator-block-min, .white-saas-mobile-generator-block-seconds {
    width: 50px;
    height: 50px;
  }
  .white-saas-mobile-generator-counter-dig-text, .white-saas-mobile-generator-block-hours span, .white-saas-mobile-generator-block-min span, .white-saas-mobile-generator-block-seconds span {
    font-size: 32px;
    line-height: 34px;
  }
  .white-saas-mobile-generator-block-colon {
    height: 50px;
  }
  .white-saas-mobile-generator-block-colon span {
    width: 16px;
    height: 50px;
    font-size: 31px;
  }
  .white-saas-mobile-generator-userphone, .white-saas-mobile-generator-useremail {
    height: 55px !important;
    font-size: 21px !important;
    margin-top: 15px !important;
  }
  .white-saas-mobile-generator-group a.white-saas-mobile-generator-btn-success {
    font-size: 31px;
    margin-top: 12px;
  }
  .white-saas-mobile-generator-email-agreement-text {
    font-size: 18px;
    padding-left: 25px;
  }
  .white-saas-mobile-generator-email-agreement-text:before {
    width: 18px;
    height: 18px;
  }
  .white-saas-mobile-generator-email-agreement:checked + .white-saas-mobile-generator-email-agreement-text:before {
    font-size: 25px;
    line-height: 17px;
  }
  .white-saas-mobile-generator-copyright a.white-saas-mobile-generator-copyright-url, .white-saas-mobile-generator-copyright a.white-saas-mobile-generator-copyright-url:hover, .white-saas-mobile-generator-copyright a.white-saas-mobile-generator-copyright-url:active {
    font-size: 18px !important;
  }
}
@media screen and (orientation: portrait) and (min-width: 1240px) {
  .white-saas-mobile-generator {
    width: 900px;
  }
  .white-saas-mobile-generator-next-block-content {
    padding: 10px 15px 0;
  }
  .white-saas-mobile-generator-image {
    height: 693px;
  }
  .white-saas-mobile-generator-text-general-span {
    font-size: 78px;
  }
  .white-saas-mobile-generator-bg-image a.white-saas-mobile-generator-close-button, .white-saas-mobile-generator-next-block-content a.white-saas-mobile-generator-close-button {
    font-size: 27px;
    width: 90px;
    height: 90px;
    top: 31px;
  }
  .white-saas-mobile-generator-text-sub {
    font-size: 49px;
    line-height: 62px;
    max-height: 198px;
  }
  .white-saas-mobile-generator-counter-clock {
    margin-top: 36px;
  }
  .white-saas-mobile-generator-counter-text {
    font-size: 42px;
    height: 90px;
  }
  .white-saas-mobile-generator-block-hours, .white-saas-mobile-generator-block-min, .white-saas-mobile-generator-block-seconds {
    width: 90px;
    height: 90px;
  }
  .white-saas-mobile-generator-counter-dig-text, .white-saas-mobile-generator-block-hours span, .white-saas-mobile-generator-block-min span, .white-saas-mobile-generator-block-seconds span {
    font-size: 58px;
    line-height: 62px;
  }
  .white-saas-mobile-generator-block-colon {
    height: 90px;
  }
  .white-saas-mobile-generator-block-colon span {
    width: 29px;
    height: 90px;
    font-size: 56px;
  }
  .white-saas-mobile-generator-userphone, .white-saas-mobile-generator-useremail {
    height: 99px !important;
    font-size: 38px !important;
    margin-top: 27px !important;
  }
  .white-saas-mobile-generator-group a.white-saas-mobile-generator-btn-success {
    font-size: 56px;
    margin-top: 22px;
  }
  .white-saas-mobile-generator-email-agreement-text {
    font-size: 33px;
    padding-left: 48px;
  }
  .white-saas-mobile-generator-email-agreement-text:before {
    width: 33px;
    height: 33px;
  }
  .white-saas-mobile-generator-email-agreement:checked + .white-saas-mobile-generator-email-agreement-text:before {
    font-size: 45px;
    line-height: 31px;
  }
  .white-saas-mobile-generator-copyright {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .white-saas-mobile-generator-copyright a.white-saas-mobile-generator-copyright-url, .white-saas-mobile-generator-copyright a.white-saas-mobile-generator-copyright-url:hover, .white-saas-mobile-generator-copyright a.white-saas-mobile-generator-copyright-url:active {
    font-size: 33px !important;
  }
}
@media screen and (orientation: landscape) and (max-height: 510px) {
  .white-saas-mobile-generator-bg-image {
    display: none;
  }
  .white-saas-mobile-generator-only-landscape {
    display: block !important;
  }
}
.cbk-support-new-message {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px !important;
  bottom: 15px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 12px;
  left: 15px;
  line-height: 16px;
  position: fixed;
  padding: 10px 10px 15px 10px;
  text-align: left;
  text-shadow: none;
  width: 300px;
  z-index: 9999999;
  -webkit-transition: height 0.15s ease-in-out;
  -moz-transition: height 0.15s ease-in-out;
  -ms-transition: height 0.15s ease-in-out;
  -o-transition: height 0.15s ease-in-out;
}

.cbk-support-new-message div {
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.cbk-support-new-message-avatar {
  border-radius: 45px !important;
  float: left;
  height: 45px;
  margin: 0;
  min-height: 45px;
  min-width: 45px;
  max-height: 45px;
  max-width: 45px;
  overflow: hidden;
  width: 45px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.cbk-support-new-message-avatar img {
  background-color: #fff;
  min-height: 45px;
  min-width: 45px;
  max-height: 45px;
  max-width: 45px;
  height: 45px;
  width: 45px;
  margin: 0;
}

.cbk-support-new-message-name {
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  margin: 0 30px 5px 55px;
}

.cbk-support-new-message-close {
  color: #fff;
  cursor: pointer;
  font-family: Arial;
  font-weight: bold;
  float: right;
  height: 15px;
  line-height: 12px;
  margin: -1px -1px 0 0;
  opacity: 0.5;
  text-align: center;
  width: 15px;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.cbk-support-new-message-close:hover {
  opacity: 1;
}

.cbk-support-new-message-text {
  color: #fff;
  font-family: Arial;
  margin-left: 55px;
}

.cbk-support-new-message-text a {
  color: #eee;
  font-family: Arial;
  text-decoration: underline;
}

.cbk-support-new-message-text a:hover {
  color: #eee;
  font-family: Arial;
  text-decoration: none;
  opacity: 0.7;
}

.cbk-support-new-message-typing {
  color: rgba(255, 255, 255, 0.75);
  cursor: default;
  background: url(data:image/gif;base64,R0lGODlhDwALAPIFAMfHx8LCwrq6utHR0bOzs////wAAAAAAACH5BAkKAAUAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAADwALAAADH1i6SsBwkfminNM2THThnQZ6oxZwnlAMGdkF3qbGRQIAIfkECQoABQAsAAAAAA8ACwAAAx5YukvAsBEX2bxV3ZnLJt0Xbl1AZkIxcGMRdBqRwgkAIfkECQoABQAsAAAAAA8ACwAAAx9YukzAcJH5opzTKpw1J1rxhaMWcKFQDJ0HBuFGqGECACH5BAkKAAUALAAAAAAPAAsAAAMeWLpcBC068uSi2M5sMdUeAXpaQFpCMXxjEWgKlVoJACH5BAkKAAUALAAAAAAPAAsAAAMeWLqsBC0WQqF0lN6Zye7eBX7dFpSXUAwaWQQbpkoJACH5BAkKAAUALAAAAAAPAAsAAAMeWLqsBC0WQqF0lN6Zye7eBX7dFpSXUAwaWQQbpkoJACH5BAkKAAUALAAAAAAPAAsAAAMeWLqsBC0WQqF0lN6Zye7eBX7dFpSXUAwaWQQbpkoJACH5BAkKAAUALAAAAAAPAAsAAAMeWLqsBC0WQqF0lN6Zye7eBX7dFpSXUAwaWQQbpkoJACH5BAkKAAUALAAAAAAPAAsAAAMeWLqsBC0WQqF0lN6Zye7eBX7dFpSXUAwaWQQbpkoJADs=) 0 10px no-repeat;
  margin-left: 50px;
  padding: 8px 0 3px 20px;
  font-family: Arial;
}

.cbk-support-new-message.cbk-support-new-message-no-avatar .cbk-support-new-message-name, .cbk-support-new-message.cbk-support-new-message-no-avatar .cbk-support-new-message-text {
  margin-left: 5px;
}

.cbk-support-new-message.cbk-support-new-message-no-avatar .cbk-support-new-message-typing {
  margin-left: 0;
}

.cbk-support-new-message .invader-emoji {
  background: url("https://whitesaas.com/widget/img/im_emoji.png") no-repeat;
  width: 16px;
  height: 16px;
  border: none;
  vertical-align: top;
  margin: 0px 1px;
}

.cbk-support-new-message .emoji-img {
  width: 20px;
  vertical-align: bottom;
}

.cbk-support-new-message-copyright {
  display: none;
  position: relative;
  text-align: right;
  width: 100%;
  margin-bottom: -16px;
}

.cbk-support-new-message-copyright-url {
  font-size: 10px !important;
  color: #fff !important;
  font-family: Arial !important;
  text-decoration: none !important;
}

.cbk-support-new-message-copyright-url:hover {
  text-decoration: none !important;
  color: #fff !important;
  transition: none !important;
}

.cbk-support-new-message-copyright-url span {
  color: #fff !important;
}

[class^=ws-icon-], [class*=ws-icon-], [class*=ws-icon-]:before, [class^=ws-icon-]:before {
  background: transparent;
  position: inherit;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  font-family: "whitesaas" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.ws-icon-chat:before {
  content: "1";
}

.ws-icon-file:before {
  content: "2";
}

.ws-icon-close:before {
  content: "3";
}

.ws-icon-smile:before {
  content: "4";
}

.ws-icon-resize:before {
  content: "5";
}

.ws-icon-enter:before {
  content: "6";
}

.ws-icon-document:before {
  content: "7";
}

.ws-icon-image:before {
  content: "8";
}

.ws-icon-sound-on:before {
  content: "9";
}

.ws-icon-sound-off:before {
  content: "0";
}

.ws-icon-reply:before {
  content: "q";
}

.ws-icon-typing:before {
  content: "w";
}

.ws-icon-phone:before {
  content: "e";
}

.ws-icon-link:before {
  content: "y";
}

.ws-chat * {
  box-sizing: border-box;
  font-family: CBKRobotoLight, sans-serif;
  font-style: normal;
  text-transform: none;
  text-shadow: none;
  max-height: none;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none !important;
  -webkit-flex-direction: initial;
  -ms-flex-direction: initial;
  flex-direction: initial;
}

.ws-chat div {
  display: block;
  width: auto;
}

.ws-chat i {
  background: none;
  height: auto;
  width: auto;
  position: static;
  top: auto;
  left: auto;
  font-size: 13px !important;
}

.ws-chat {
  font-size: 13px !important;
  font-family: CBKRobotoLight, sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  text-transform: none !important;
  z-index: 1000000;
  display: block;
  word-wrap: normal;
  line-height: 1.22;
}

.ws-chat .ws-emoji {
  background: url("https://whitesaas.com/widget/img/im_emoji.png") no-repeat;
  width: 16px;
  height: 16px;
  border: none;
  vertical-align: top;
  margin: 0px 1px;
}

.ws-chat .ws-smile-container {
  position: absolute;
  width: 162px;
  height: 162px;
  background-color: #f4f8ff;
  left: -11px;
  bottom: 33px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  padding: 4px 2px;
  display: none;
  line-height: 1.4;
}

.ws-chat .ws-smile-container:after {
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  left: 37px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  bottom: -3px;
  background-color: #f4f8ff;
  box-shadow: -4px -3px 6px -2px rgba(0, 0, 0, 0.3);
}

.ws-chat .ws-smile-container .ws-emoji-el {
  display: inline-block;
  padding: 1px 3px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 13px;
}

.ws-chat .ws-smile-container .ws-emoji-el .emoji-img {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
}

.ws-chat .ws-smile-container .ws-emoji-el:hover {
  text-decoration: none;
  background-color: #c0c4cb;
}

.ws-chat .ws-file-container {
  position: absolute;
  height: auto;
  background-color: #f4f8ff;
  left: -12px;
  bottom: 33px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  padding: 4px 2px 5px 2px;
  text-align: left;
  display: none;
}

.ws-chat .ws-file-container:after {
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  left: 18px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  bottom: -3px;
  background-color: #f4f8ff;
  box-shadow: -4px -3px 6px -2px rgba(0, 0, 0, 0.3);
}

.ws-chat .ws-file-container .ws-file-element {
  cursor: pointer;
  color: #606060;
  margin-bottom: 3px;
}

.ws-chat .ws-file-container .ws-file-element i {
  margin-right: 3px;
  font-size: 13px !important;
}

.ws-chat .ws-file-container .ws-file-element .ws-file-upload {
  position: absolute;
  right: 0px;
  margin: 0px;
  cursor: pointer;
  opacity: 0;
  height: 19px;
  padding: 0 0 0 90px !important;
  width: 100px;
  display: inline !important;
}

.ws-chat .ws-file-container .ws-file-element .ws-file-doc-upload {
  top: 4px;
}

.ws-chat .ws-file-container .ws-file-element:hover {
  background-color: #d0d4db;
}

.ws-chat .ws-chat-logo {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  margin-top: 12px;
}

.ws-chat .ws-chat-logo .ws-icon-chat {
  position: absolute;
  color: #ff2241;
  font-size: 30px !important;
  top: 0;
  left: 0;
}

.ws-chat .ws-chat-logo .ws-chat-logo-img {
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: none;
  max-width: 40px !important;
  padding: 0px !important;
}

.ws-chat .ws-chat-logo .ws-chat-status-round {
  width: 12px;
  height: 12px;
  border: solid 2px #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 10px;
  background-color: #F53333;
}

.ws-chat .ws-chat-logo .ws-chat-status-online {
  background-color: #2fb331;
}

.ws-chat .ws-chat-typing-action {
  animation: ws-typing-anim 1.2s infinite;
  position: relative;
  padding: 8px 0 6px 0px;
  margin-left: 0;
  cursor: default;
}

.ws-chat .ws-chat-typing-action i {
  font-size: 12px;
}

@keyframes ws-typing-anim {
  0% {
    left: -6px;
  }
  95% {
    left: 0px;
  }
  100% {
    left: -6px;
  }
}
.ws-chat .ws-chat-container {
  left: 70%;
  width: 338px;
  min-height: 400px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  background-color: #f4f8ff;
  position: fixed;
  padding-bottom: 4px;
  z-index: 20000000000000;
  color: #222222;
}

.ws-chat .ws-chat-drag {
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -ms-transform: scale(1.025);
  -o-transform: scale(1.025);
  transform: scale(1.025);
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0.3s ease-in-out;
  -moz-transition: opacity 0.4s linear, -moz-transform 0.3s ease-in-out;
  -ms-transition: opacity 0.4s linear, -ms-transform 0.3s ease-in-out;
  -o-transition: opacity 0.4s linear, -o-transform 0.3s ease-in-out;
  transition: opacity 0.4s linear, transform 0.3s ease-in-out;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.4);
}

.ws-chat .ws-chat-no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.ws-chat .ws-chat-container .ws-chat-ico-container {
  display: none;
  position: absolute;
  bottom: 0;
  left: -64px;
}

.ws-chat .ws-chat-container .ws-chat-ico {
  border-radius: 7px;
  width: 44px;
  height: 44px;
  background-color: #ff2241;
  margin-top: 4px;
  padding: 2px;
  overflow: hidden;
}

.ws-chat .ws-chat-container .ws-chat-resize {
  right: 1px;
  bottom: 1px;
  width: 13px;
  height: 13px;
  position: absolute;
  cursor: nw-resize;
  color: #54A5F6;
}

.ws-chat .ws-chat-container .ws-chat-ico .ws-chat-logo .ws-chat-logo-img {
  display: none;
}

.ws-chat .ws-chat-container .ws-chat-header {
  height: 46px;
  background-color: #15293e;
  padding: 3px;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  cursor: all-scroll;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.ws-chat .ws-chat-container .ws-chat-header .ws-chat-logo .ws-icon-chat {
  display: none;
}

.ws-chat .ws-chat-container .ws-chat-header .ws-chat-title {
  display: inline-block;
  margin-left: 6px;
  width: 240px;
  max-width: 240px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ws-chat .ws-chat-container .ws-chat-header .ws-chat-close {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  position: absolute;
  top: 14px;
  right: 14px;
}

.ws-chat .ws-chat-container .ws-chat-header .ws-chat-close:hover {
  color: #989898;
  text-decoration: none;
}

.ws-chat .ws-chat-container .ws-chat-header .ws-chat-sound {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  position: absolute;
  top: 14px;
  right: 30px;
}

.ws-chat .ws-chat-container .ws-chat-header .ws-chat-sound:hover {
  color: #989898;
  text-decoration: none;
}

.ws-chat.ws-chat-mobile .ws-chat-offline {
  min-height: 0;
  overflow-y: scroll;
}

.ws-chat.ws-chat-mobile .ws-chat-btn-container .ws-btn-title {
  display: none;
}

.ws-chat.ws-chat-mobile .ws-chat-offline.copyright-relative .ws-chat-copyright {
  position: relative;
}

.ws-chat .ws-chat-offline .ws-chat-resize {
  display: none;
}

.ws-chat .ws-chat-container .ws-chat-body {
  color: #3d3d3d;
  position: absolute;
  width: 100%;
  overflow: hidden;
  line-height: 1.4;
  top: 46px;
  bottom: 62px;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-shadow {
  z-index: 10;
  position: absolute;
  top: 0;
  width: 100%;
  height: 16px;
  left: 0;
}

.ws-chat.ws-chat-has-rating .ws-chat-container .ws-chat-body .ws-chat-shadow {
  top: 32px;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content {
  padding: 0 28px 0 8px;
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content:after {
  content: "";
  display: block;
  padding-top: 6px;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-manager-join {
  text-align: center;
  padding: 30px 0 0 0;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-manager-join .ws-manager-img {
  width: 60px;
  height: 60px;
  border-radius: 30px;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-robot-hello .ws-manager-img {
  border-radius: 0;
  display: block;
  margin: 0 auto;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-robot-hello .ws-manager-img-round {
  border-radius: 30px !important;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-manager-join .ws-manager-name {
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-manager-join .ws-manager-event {
  font-size: 12px;
  line-height: 17px;
  color: #858585;
  margin: 0 auto;
  padding: 8px 0;
  text-align: center;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-typing {
  font-size: 12px;
  color: #858585;
  display: block;
  margin: -4px 0 0 10px;
  opacity: 0;
  text-align: left;
  transition: all ease-out 0.15s;
  transform: translate(0, 0);
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-typing.ws-chat-typing-active {
  opacity: 1;
  transition: all ease-out 0.3s;
  transform: translate(20px, 0);
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-typing.ws-chat-typing-removing {
  opacity: 0;
  transition: all ease-out 0.15s;
  transform: translate(50px, 0);
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-typing .ws-chat-typing-action {
  margin-left: 0;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-robot-hello {
  padding: 65px 0 65px 20px;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-manager-hello {
  padding: 60px 0 60px 10px;
  overflow: auto;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-manager-hello .ws-chat-manager-hello-body {
  margin: 0 auto;
  text-align: center;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-manager-hello .ws-chat-manager-hello-body {
  margin: 0 auto;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-manager-hello .ws-chat-manager-hello-body .ws-chat-manager-hello-el {
  display: inline-block;
  width: 94px;
  margin-left: 3px;
  vertical-align: text-top;
  text-align: center;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-manager-hello .ws-chat-manager-hello-body .ws-chat-manager-hello-el .ws-manager-hello-img {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: inline;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-manager-hello .ws-manager-name {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 100;
  text-align: center;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-date-block {
  font-size: 0.9em;
  font-weight: 900;
  overflow: hidden;
  padding: 1rem 0;
  text-align: center;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-date-block:before, .ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-date-block:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 50%;
  height: 1px;
  vertical-align: middle;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-date-block:before {
  left: -0.5em;
  margin-left: -50%;
  background-image: -webkit-linear-gradient(right, #ddd, rgba(221, 221, 221, 0));
  background-image: linear-gradient(to left, #ddd, rgba(221, 221, 221, 0));
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-date-block:after {
  left: 0.5em;
  margin-right: -50%;
  background-image: -webkit-linear-gradient(left, #ddd, rgba(221, 221, 221, 0));
  background-image: linear-gradient(to right, #ddd, rgba(221, 221, 221, 0));
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block {
  padding: 6px 0;
  position: relative;
  display: inline-block;
  width: 100%;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block .ws-chat-message-name {
  text-align: left;
  font-weight: 500;
  color: #636262;
  margin-left: 43px;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-user .ws-chat-message-name {
  text-align: right;
  margin-right: 38px;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block .ws-chat-message-name .ws-chat-message-name-text {
  cursor: pointer;
  line-height: 18px;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block .ws-chat-message-status {
  float: right;
  text-align: right;
  font-style: italic;
  color: #9E9A9A;
  font-size: 11px;
  margin-right: 38px;
  clear: both;
  opacity: 1;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block .ws-chat-message-status.ws-chat-message-status-hidden {
  opacity: 0;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-manager .ws-chat-message-status {
  display: none;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block .ws-chat-message {
  width: 70%;
  height: auto;
  padding: 7px 10px;
  color: #3d3d3d;
  margin-bottom: 2px;
  word-wrap: break-word;
}

.ws-chat .ws-chat-container .ws-chat-message-source {
  line-height: 18px;
  text-align: left;
  white-space: pre-line;
}

.ws-chat .ws-chat-container .ws-chat-message-source .emoji-img {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
}

.ws-chat .ws-chat-container .ws-chat-message-source .ws-chat-message-link, .ws-chat .ws-chat-container .ws-chat-message-source .ws-chat-message-link:visited, .ws-chat .ws-chat-container .ws-chat-message-source .ws-chat-message-link:active {
  font-weight: 500;
  text-decoration: underline;
  color: #fff;
}

.ws-chat .ws-chat-container .ws-chat-message-source .ws-chat-message-link:hover {
  font-weight: 500;
  text-decoration: none;
  color: #fff;
}

.ws-chat .ws-chat-container .ws-chat-message-source .ws-chat-autoreply-link {
  text-align: center;
  padding: 5px;
}

.ws-chat .ws-chat-container .ws-chat-message-source .ws-chat-autoreply-btn, .ws-chat .ws-chat-container .ws-chat-message-source .ws-chat-autoreply-btn:hover {
  background-color: #15293e;
  color: #fff;
  padding: 3px 6px;
  cursor: pointer;
  text-decoration: none;
  margin: 0 auto;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
}

.ws-chat .ws-chat-container .ws-chat-message-source .ws-chat-message-pay-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.ws-chat .ws-chat-container .ws-chat-message-source .ws-chat-message-pay-link {
  margin-top: 5px;
  margin-bottom: 10px;
}

.ws-chat .ws-chat-container .ws-chat-message-source .ws-chat-message-pay-link a {
  border-radius: 5px;
  background-color: #0575f7;
  box-shadow: 0 2px 4px 0 #2f87ed;
  color: #fff;
  text-decoration: none;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 900;
  display: block;
  text-align: center;
  position: relative;
}

.ws-chat .ws-chat-container .ws-chat-message-source .ws-chat-message-pay-link a i {
  position: absolute;
  right: 23px;
  top: 10px;
  opacity: 0.5;
}

.ws-chat .ws-chat-container .ws-chat-message-source .ws-chat-message-pay-system {
  opacity: 0.5;
  font-size: 11px;
}

.ws-chat .ws-chat-container .ws-chat-message-manager .ws-chat-message-source .ws-chat-message-link, .ws-chat .ws-chat-container .ws-chat-message-manager .ws-chat-message-source .ws-chat-message-link:visited, .ws-chat .ws-chat-container .ws-chat-message-manager .ws-chat-message-source .ws-chat-message-link:active, .ws-chat .ws-chat-container .ws-chat-message-manager .ws-chat-message-source .ws-chat-message-link:hover {
  color: #3d3d3d;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block .ws-chat-message .ws-chat-message-source {
  color: #fff;
  font-size: 13px;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-manager .ws-chat-message .ws-chat-message-source {
  color: #3d3d3d;
  font-size: 13px;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source {
  color: #3d3d3d;
  font-size: 13px;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating .ws-chat-message-rating-el {
  background: url("https://saas-support.com/widget/img/rating/32/star.png") no-repeat 0px 0px transparent;
  height: 32px;
  width: 32px;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-1 .ws-chat-message-rating-el.ws-chat-message-rating-el-1, .ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-2 .ws-chat-message-rating-el.ws-chat-message-rating-el-1, .ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-3 .ws-chat-message-rating-el.ws-chat-message-rating-el-1, .ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-4 .ws-chat-message-rating-el.ws-chat-message-rating-el-1, .ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-5 .ws-chat-message-rating-el.ws-chat-message-rating-el-1, .ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-2 .ws-chat-message-rating-el.ws-chat-message-rating-el-2, .ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-3 .ws-chat-message-rating-el.ws-chat-message-rating-el-2, .ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-4 .ws-chat-message-rating-el.ws-chat-message-rating-el-2, .ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-5 .ws-chat-message-rating-el.ws-chat-message-rating-el-2, .ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-3 .ws-chat-message-rating-el.ws-chat-message-rating-el-3, .ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-4 .ws-chat-message-rating-el.ws-chat-message-rating-el-3, .ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-5 .ws-chat-message-rating-el.ws-chat-message-rating-el-3, .ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-4 .ws-chat-message-rating-el.ws-chat-message-rating-el-4, .ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-5 .ws-chat-message-rating-el.ws-chat-message-rating-el-4, .ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-5 .ws-chat-message-rating-el.ws-chat-message-rating-el-5 {
  background: url("https://saas-support.com/widget/img/rating/32/star.png") no-repeat 0px -32px transparent;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-smiles .ws-chat-message-rating-el {
  height: 64px;
  width: 64px;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-1.ws-chat-message-rating-smiles .ws-chat-message-rating-el {
  background: url("https://saas-support.com/widget/img/rating/smiles.png") no-repeat 0px 0px transparent;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-2.ws-chat-message-rating-smiles .ws-chat-message-rating-el {
  background: url("https://saas-support.com/widget/img/rating/smiles.png") no-repeat -64px 0px transparent;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-3.ws-chat-message-rating-smiles .ws-chat-message-rating-el {
  background: url("https://saas-support.com/widget/img/rating/smiles.png") no-repeat -128px 0px transparent;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-4.ws-chat-message-rating-smiles .ws-chat-message-rating-el {
  background: url("https://saas-support.com/widget/img/rating/smiles.png") no-repeat -192px 0px transparent;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-5.ws-chat-message-rating-smiles .ws-chat-message-rating-el {
  background: url("https://saas-support.com/widget/img/rating/smiles.png") no-repeat -256px 0px transparent;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block .ws-chat-message .ws-chat-message-date {
  text-align: right;
  font-size: 11px;
  margin-bottom: -4px;
  color: #fff;
}

.ws-chat .ws-chat-container .ws-chat-progress {
  position: relative;
  width: 150px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 4px;
}

.ws-chat .ws-chat-container .ws-chat-progress-bar {
  position: absolute;
  height: 6px;
  background-color: #929292;
  border-radius: 4px;
  width: 0%;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-manager .ws-chat-message .ws-chat-message-date {
  color: #3d3d3d;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block .ws-chat-message-logo {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 8px;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-user .ws-chat-message-logo {
  right: -7px;
  bottom: 21px;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block .ws-chat-message-logo .ws-chat-message-logo-img {
  width: 30px;
  height: 30px;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-manager .ws-chat-message-logo .ws-chat-message-logo-img {
  border-radius: 30px;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-user .ws-chat-message-logo .ws-chat-message-logo-img {
  border-radius: 30px;
}

.ws-chat .ws-chat-logo-robot-yes .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message-logo .ws-chat-message-logo-img {
  border-radius: 30px;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-user .ws-chat-message-logo .ws-chat-message-logo-letter {
  border-radius: 30px;
  background-color: #120a8f;
  width: 30px;
  height: 30px;
  color: #ffffff;
  text-align: center;
  font-size: 21px;
  font-weight: 300;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-input {
  width: 100%;
  height: 30px;
  border: 1px solid #dededf;
  padding: 5px;
  resize: none;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  margin: 3px 0;
  font-weight: 300;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-input:focus {
  outline: 0;
  border: 1px solid #a5a5a5;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block .ws-chat-message .ws-chat-message-element, .ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block .ws-chat-message .ws-chat-message-element:hover {
  border: 0;
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  text-decoration: none;
  position: relative;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block .ws-chat-message .ws-chat-message-element.ws-chat-message-element-file, .ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block .ws-chat-message .ws-chat-message-element.ws-chat-message-element-file:hover {
  background: #fff;
  border: 0;
  border-radius: 4px;
  color: #636262;
  font-weight: 500;
  margin-bottom: 5px;
  min-height: 56px;
  padding: 5px;
  position: relative;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.ws-chat .ws-chat-container .ws-chat-message-block .ws-chat-message-element-file .ws-file-block {
  padding: 0 0 0 42px;
  position: relative;
}

.ws-chat .ws-chat-container .ws-chat-message-block .ws-chat-message-element-file .ws-file-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 4px;
  background: url("https://whitesaas.com/widget/img/dl.png") no-repeat center center #000000;
  background-size: 50px 50px;
}

.ws-chat .ws-chat-container .ws-chat-message-block .ws-chat-message-element-file:hover > .ws-file-hover {
  opacity: 0.5;
}

.ws-chat .ws-chat-container .ws-chat-message-block .ws-chat-message-element-file .ws-file-block .ws-file-el {
  display: inline-block;
  left: 0;
  position: absolute;
  text-align: left;
  width: 40px;
}

.ws-chat .ws-chat-container .ws-chat-message-block .ws-chat-message-element-file .ws-file-block .ws-file-el .ws-icon-file {
  left: 5px;
  position: initial;
  width: 32px;
}

.ws-chat .ws-chat-container .ws-chat-message-block .ws-chat-message-element-file .ws-file-block .ws-file-size {
  color: #888;
  font-size: 10px;
}

.ws-chat .ws-chat-container .ws-chat-message-block .ws-chat-message-element-file .ws-file-block .ws-file-el .ws-file-size {
  margin-top: 2px;
  text-align: center;
}

.ws-chat .ws-chat-container .ws-chat-message-block .ws-chat-message-element-file .ws-file-block .ws-file-name {
  display: inline-block;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block .ws-chat-message .ws-chat-message-element .ws-chat-message-img {
  border: 0;
  max-width: 100%;
}

.ws-chat .ws-chat-container .ws-chat-message-block .ws-chat-message-element .ws-foto-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  background: url("https://whitesaas.com/widget/img/show.png") no-repeat center center #000000;
  background-size: 50px 50px;
}

.ws-chat .ws-chat-container .ws-chat-message-block .ws-chat-message-element:hover > .ws-foto-hover {
  opacity: 0.5;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block:before {
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  left: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 16px;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-manager .ws-chat-message {
  background-color: #dee5f1;
  float: left;
  margin-left: 40px;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message {
  background-color: #dee5f1;
  float: left;
  margin-left: 40px;
  color: #3d3d3d;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-manager:before {
  background-color: #dee5f1;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot:before {
  background-color: #dee5f1;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-user .ws-chat-message {
  background-color: #2394FE;
  color: #fff;
  float: right;
  margin-right: 33px;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-user:before {
  background-color: #2394FE;
  right: 30px;
  left: auto;
  bottom: 31px;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content:focus {
  outline: thin dotted;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content::-webkit-scrollbar {
  display: none;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content::-webkit-scrollbar {
  display: block;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-pane {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 6px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden \9 ;
  opacity: 0.01;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 20;
}

.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-pane .ws-chat-body-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.ws-chat .ws-chat-container .ws-chat-body:hover > .ws-chat-body-pane, .ws-chat .ws-chat-container .ws-chat-body-pane.active, .ws-chat .ws-chat-container .ws-chat-body-pane.flashed {
  visibility: visible \9 ;
  opacity: 0.99;
}

.ws-chat .ws-chat-container .ws-chat-body-offline {
  width: 100%;
  padding: 12px 18px;
  min-height: 352px;
}

.ws-chat .ws-chat-container .ws-chat-body-offline .ws-chat-offline-text {
  color: #b3b3b3;
}

.ws-chat .ws-chat-container .ws-chat-body-offline .ws-chat-offline-text-success {
  color: #676767;
  display: none;
  padding-top: 110px;
  text-align: center;
  font-size: 18px;
}

.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group {
  margin-top: 10px;
  position: relative;
  min-height: 28px;
}

.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group-btn {
  text-align: right;
  margin-top: 15px;
}

.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-input-label span.ws-input-required {
  color: #ff2241;
}

.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-input {
  height: 36px;
  padding: 8px 10px 10px;
  width: 100%;
  margin: 6px 0 0 0;
  border: solid 1px #dededf;
  background-color: #ffffff;
}

.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-textarea {
  margin-top: 6px;
  border: solid 1px #dededf;
  height: 80px;
  background-color: #ffffff;
  padding: 11px 14px 13px 10px;
  overflow-x: hidden;
  word-wrap: break-word;
}

.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-textarea .emoji-img {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
}

.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-textarea:focus, .ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-input:focus {
  outline: none;
  border: solid 1px #a5a5a5;
}

.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-textarea-element {
  position: absolute;
  right: 9px;
  top: 28px;
}

.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-textarea-element .ws-smile-container-offline {
  right: -18px;
  left: auto;
}

.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-textarea-element .ws-smile-container-offline:after {
  right: 24px;
  left: auto;
}

.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-textarea-element .ws-offline-textarea-btn {
  text-decoration: none;
  color: #9b9b9b;
  font-size: 20px;
}

.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-textarea-element .ws-offline-textarea-btn i {
  font-size: 20px !important;
}

.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-textarea-element .ws-offline-textarea-btn:hover {
  text-decoration: none;
  color: #c8c8c8;
}

.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-btn {
  background-color: #15293e;
  color: #ffffff;
  padding: 6px;
}

.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-label-agreement {
  cursor: pointer;
}

.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-email-agreement {
  z-index: -1;
  opacity: 0;
  display: none;
}

.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-email-agreement-text {
  font-size: 11px;
  position: relative;
  padding-left: 15px;
  vertical-align: top;
}

.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-email-agreement-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 1;
  width: 10px;
  height: 10px;
  border: 1px solid #222222;
}

.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-email-agreement:checked ~ span:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 5px;
  border-color: #222222;
  border-top-style: none;
  border-right-style: none;
}

.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-email-agreement-text .ws-chat-agreement-link {
  vertical-align: text-top;
}

.ws-chat .ws-chat-container .ws-chat-body-preform {
  width: 100%;
  padding: 12px 18px;
  min-height: 352px;
}

.ws-chat .ws-chat-container .ws-chat-body-preform .ws-chat-preform-text {
  color: #222222;
}

.ws-chat .ws-chat-container .ws-chat-body-preform .ws-chat-preform-social {
  margin-top: 4px;
  margin-bottom: -8px;
}

.ws-chat .ws-chat-container .ws-chat-body-preform .ws-chat-social-el {
  margin-right: 5px;
  display: inline-block;
}

.ws-chat .ws-chat-container .ws-chat-body-preform .ws-chat-social-el .ws-chat-social-img {
  width: 32px;
  height: 32px;
}

.ws-chat-mobile .ws-chat-container .ws-chat-body-preform .ws-chat-social-el .ws-chat-social-img {
  width: 48px;
  height: 48px;
}

.ws-chat .ws-chat-container .ws-chat-body-preform .ws-preform-input-group {
  margin-top: 10px;
  position: relative;
  min-height: 28px;
}

.ws-chat .ws-chat-container .ws-chat-body-preform .ws-preform-input-group-text {
  margin-top: 2px;
  min-height: 0;
  margin-bottom: 10px;
}

.ws-chat .ws-chat-container .ws-chat-body-preform .ws-preform-input-group-text .ws-preform-input-label {
  color: #b3b3b3;
  font-size: 12px;
  line-height: 16px;
}

.ws-chat .ws-chat-container .ws-chat-body-preform .ws-preform-input-group-btn {
  text-align: right;
  margin-top: 12px;
}

.ws-chat .ws-chat-container .ws-chat-body-preform .ws-preform-input-group .ws-preform-input {
  height: 36px;
  padding: 8px 10px 10px;
  width: 100%;
  margin: 0;
  border: solid 1px #dededf;
}

.ws-chat .ws-chat-container .ws-chat-body-preform .ws-preform-input-group .ws-preform-input:focus {
  outline: none;
  border: solid 1px #a5a5a5;
}

.ws-chat .ws-chat-container .ws-chat-body-preform .ws-preform-input-group .ws-preform-btn {
  background-color: #15293e;
  color: #ffffff;
  padding: 3px 6px;
  cursor: pointer;
  text-decoration: none;
  margin-left: 3px;
}

.ws-chat .ws-chat-container .ws-chat-body-preform .ws-preform-input-group .ws-preform-btn-cancel {
  cursor: pointer;
  text-decoration: none;
  color: #15293e;
}

.ws-chat .ws-chat-container .ws-chat-body-preform .ws-preform-input-group .ws-preform-label-agreement {
  cursor: pointer;
}

.ws-chat .ws-chat-container .ws-chat-body-preform .ws-preform-input-group .ws-preform-email-agreement {
  z-index: -1;
  opacity: 0;
  display: none;
}

.ws-chat .ws-chat-container .ws-chat-body-preform .ws-preform-input-group .ws-preform-email-agreement-text {
  display: block;
  font-size: 11px;
  position: relative;
  vertical-align: top;
}

.ws-chat-body-preform-clear {
  min-height: 0 !important;
  padding: 0 !important;
}

.ws-chat .ws-chat-container .ws-input-error {
  border: solid 1px #ff2241 !important;
}

.ws-chat .ws-chat-container span.ws-input-required {
  color: #ff2241;
}

.ws-chat .ws-chat-container .ws-chat-footer {
  line-height: 1.4;
  min-height: 44px;
  text-align: left;
  padding: 0 8px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
}

.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group {
  background-color: #ffffff;
  border: solid 1px #dededf;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group-hide .ws-textarea {
  text-align: center;
}

.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group-hide .ws-textarea-send-btn {
  display: none !important;
}

.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-send-btn i {
  font-size: 20px !important;
}

.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group-hide .ws-textarea-element {
  display: none;
}

.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group .ws-textarea {
  max-height: 94px;
  min-height: 40px;
  padding: 10px 50px 10px 53px;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  word-wrap: break-word;
  color: #000000;
  line-height: 18px;
}

.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group .ws-textarea .emoji-img {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
}

.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group .ws-textarea:focus {
  outline: thin dotted;
}

.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group .ws-textarea::-webkit-scrollbar {
  display: none;
}

.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group .ws-textarea::-webkit-scrollbar {
  display: block;
}

.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group .ws-textarea-pane {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 6px;
  right: 36px;
  top: 4px;
  bottom: 4px;
  visibility: hidden \9 ;
  opacity: 0.01;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 20;
}

.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group .ws-textarea-pane .ws-textarea-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group:hover > .ws-textarea-pane, .ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group .ws-textarea-pane.active, .ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group .ws-textarea-pane.flashed {
  visibility: visible \9 ;
  opacity: 0.99;
}

.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group .ws-textarea:focus {
  outline: none;
}

.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-element {
  left: 15px;
  top: 10px;
  position: absolute;
  z-index: 10;
}

.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-element .ws-textarea-btn {
  text-decoration: none;
  color: #9b9b9b;
  font-size: 20px;
}

.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-element .ws-textarea-btn i {
  color: #9b9b9b;
  font-size: 20px !important;
}

.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-element .ws-textarea-btn:hover {
  text-decoration: none;
  color: #c8c8c8;
}

.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group .ws-textarea-send-btn {
  position: absolute;
  cursor: pointer;
  color: #9b9b9b;
  top: 0;
  right: 10px;
  font-size: 22px;
  padding-top: 10px;
  display: none;
}

.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group .ws-textarea-send-btn:hover {
  color: #c8c8c8;
}

.ws-chat .ws-chat-container .ws-chat-copyright {
  bottom: 2px;
  position: absolute;
  text-align: center;
  width: 100%;
  color: #575757;
  opacity: 0.8;
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #4d4d4d), color-stop(0.4, #4d4d4d), color-stop(0.5, #fff), color-stop(0.6, #4d4d4d), color-stop(1, #4d4d4d));
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  -webkit-animation: white-saas-text-anim 10s infinite;
  animation: white-saas-text-anim 10s infinite;
  font-size: 13px;
}

body > div.ws-chat > div.ws-chat-container.ws-chat-round > div.ws-chat-copyright > a {
  display: inline;
}

.ws-chat .ws-chat-container .ws-chat-copyright-url {
  text-decoration: none;
  color: #575757;
  font-size: 13px;
}

.ws-chat .ws-chat-container .ws-chat-copyright-url img {
  margin-bottom: 0px;
  display: inline-block;
}

.ws-chat .ws-chat-round {
  border-radius: 4px;
}

.ws-chat .ws-chat-round .ws-chat-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: left;
}

.ws-chat .ws-chat-round .ws-chat-header .ws-chat-logo-img {
  border-radius: 30px;
  pointer-events: none;
}

.ws-chat .ws-chat-round .ws-chat-message, .ws-chat .ws-chat-round .ws-offline-input, .ws-chat .ws-chat-round .ws-offline-textarea, .ws-chat .ws-chat-round .ws-preform-input {
  border-radius: 4px;
}

.ws-chat .ws-chat-round .ws-smile-container, .ws-chat .ws-chat-round .ws-file-container {
  border-radius: 4px;
}

.ws-chat .ws-chat-round .ws-chat-message-img {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.ws-chat .ws-chat-round .ws-file-element {
  border-radius: 2px;
  position: relative;
}

.ws-chat .ws-chat-round .ws-offline-btn, .ws-chat .ws-chat-round .ws-preform-btn, .ws-chat .ws-chat-round .ws-preform-btn-cancel {
  border-radius: 4px;
  text-decoration: none;
}

.ws-chat .ws-chat-round .ws-offline-btn:hover, .ws-chat .ws-chat-round .ws-preform-btn:hover, .ws-chat .ws-chat-round .ws-preform-btn-cancel:hover {
  text-decoration: none;
}

.ws-chat .ws-chat-ico-bottom-round .ws-chat-ico {
  border-radius: 30px;
}

.ws-chat .ws-chat-ico-bottom:before {
  position: absolute;
  content: " ";
  width: 12px;
  height: 12px;
  left: -3px;
  right: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 16px;
  background-color: #f4f8ff;
  box-shadow: -4px -3px 6px -2px rgba(0, 0, 0, 0.3);
}

.ws-chat .ws-chat-ico-bottom .ws-chat-ico .ws-chat-logo {
  border-radius: 5px;
  cursor: pointer;
  height: 40px;
  margin: 0;
  overflow: hidden;
  width: 40px;
}

.ws-chat .ws-chat-ico-bottom .ws-chat-ico .ws-chat-logo .ws-chat-logo-img {
  display: block !important;
}

.ws-chat .ws-chat-ico-bottom .ws-chat-ico .ws-chat-logo .ws-icon-chat {
  display: none;
}

.ws-chat .ws-chat-ico-bottom .ws-chat-ico-container {
  display: block;
  right: auto;
}

.ws-chat .ws-chat-ico-bottom-right:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: -3px;
  left: auto;
}

.ws-chat .ws-chat-ico-bottom-right .ws-chat-ico-container {
  right: -64px;
  left: auto;
}

.ws-chat .ws-chat-logo-yes .ws-chat-header .ws-chat-logo {
  width: 40px;
  height: 40px;
  margin: 0;
}

.ws-chat .ws-chat-logo-yes .ws-chat-header .ws-chat-logo .ws-chat-logo-img {
  display: block !important;
}

.ws-chat .ws-chat-logo-yes .ws-chat-header .ws-chat-logo .ws-icon-chat {
  display: none;
}

.ws-chat .ws-chat-logo-robot-yes .ws-chat-robot-hello .ws-manager-img {
  border-radius: 30px !important;
}

.ws-chat .ws-chat-btn-el-container {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 2147483645;
}

.ws-chat .ws-chat-not-scalling {
  position: fixed !important;
}

.envy-not-scalling {
  position: fixed !important;
}

.ws-chat .ws-chat-btn-container {
  background-color: #ff2241;
  height: 46px;
  padding: 3px;
  cursor: pointer;
  min-width: 230px;
  text-align: left;
  z-index: 2147483645;
  pointer-events: all;
}

.ws-chat .ws-chat-btn-container .ws-btn-ico {
  display: inline-block;
  background-color: #ffffff;
  position: relative;
  vertical-align: top;
}

.ws-chat .ws-chat-btn-container .ws-btn-badge {
  border-radius: 50%;
  font-size: 12px;
  line-height: 18px;
  background-color: #ff3c00;
  text-align: center;
  color: #fff;
  position: absolute;
  width: 18px;
  height: 18px;
  left: -7px;
  top: -5px;
  cursor: pointer;
  z-index: 200000;
  display: none;
}

.ws-chat .ws-chat-btn-container .ws-btn-ico .ws-chat-logo {
  width: 40px;
  height: 40px;
  margin: 0;
}

.ws-chat .ws-chat-btn-container .ws-btn-ico .ws-chat-logo .ws-icon-chat {
  padding: 7px 0 0 6px;
}

.ws-chat .ws-chat-btn-container .ws-btn-ico .ws-chat-logo .ws-chat-logo-img {
  display: none;
  border-radius: 0;
}

.ws-chat .ws-chat-btn-container .ws-btn-title {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 14px;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.ws-chat .ws-chat-btn-rotate .ws-btn-title {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
}

.ws-chat .ws-chat-btn-mini-round {
  border-radius: 9px;
}

.ws-chat .ws-chat-btn-mini-round .ws-btn-ico, .ws-chat .ws-chat-btn-mini-round .ws-chat-logo-img {
  border-radius: 6px !important;
}

.ws-chat .ws-chat-btn-mini-round-ico {
  border-radius: 9px;
}

.ws-chat .ws-chat-btn-mini-round-ico .ws-btn-ico, .ws-chat .ws-chat-btn-mini-round-ico .ws-chat-logo-img {
  border-radius: 30px !important;
}

.ws-chat .ws-chat-btn-round {
  border-radius: 22px;
}

.ws-chat .ws-chat-btn-round .ws-btn-badge {
  left: -4px;
  top: -2px;
}

.ws-chat .ws-chat-btn-round .ws-btn-ico, .ws-chat .ws-chat-btn-round .ws-chat-logo-img {
  border-radius: 30px !important;
}

.ws-chat .ws-chat-btn-attach {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ws-chat .ws-chat-btn-attach-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ws-chat .ws-chat-btn-mini-hover {
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
}

.ws-chat .ws-chat-btn-hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.ws-chat .ws-chat-btn-logo-yes .ws-icon-chat {
  display: none;
}

.ws-chat .ws-chat-btn-logo-yes .ws-chat-logo-img {
  display: block !important;
}

.ws-chat .ws-chat-btn-logo-yes .ws-btn-ico {
  background-color: transparent;
}

.ws-chat .ws-chat-btn-rotate {
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.ws-chat .ws-chat-btn-rotate .ws-btn-title {
  font-family: CBKRobotoLight, Tahoma, sans-serif;
}

.ws-chat .ws-chat-btn-rotate .ws-btn-ico {
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ws-chat .ws-chat-btn-rotate .ws-btn-badge {
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ws-chat .ws-chat-invitation-container {
  cursor: pointer;
  position: absolute;
  right: 10px;
  bottom: 64px;
  background-color: #fafafb;
  width: 288px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  padding: 12px;
  pointer-events: all;
}

.ws-chat .ws-chat-invitation-container:before {
  top: 100%;
  right: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: rgba(0, 0, 0, 0.14);
  border-width: 9px;
  margin-left: -6px;
}

.ws-chat .ws-chat-invitation-container:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(250, 250, 251, 0);
  border-top-color: #fafafb;
  border-width: 8px;
  margin-left: -5px;
  right: 21px;
}

.ws-chat .ws-chat-invitation-container.from-multi-button {
  position: fixed;
}

.ws-chat .ws-chat-invitation-container.from-multi-button:after, .ws-chat .ws-chat-invitation-container.from-multi-button:before {
  content: none;
}

.ws-chat .ws-chat-invitation-left {
  left: 10px;
  right: auto;
}

.ws-chat .ws-chat-invitation-left:before, .ws-chat .ws-chat-invitation-left:after {
  left: 21px;
}

.ws-chat .ws-chat-invitation-bottom {
  top: 64px;
  bottom: auto;
}

.ws-chat .ws-chat-invitation-bottom:before {
  top: -18px;
  border-top-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.14);
}

.ws-chat .ws-chat-invitation-bottom:after {
  top: -16px;
  border-top-color: rgba(250, 250, 251, 0);
  border-bottom-color: #fafafb;
}

.ws-chat .ws-chat-invitation-rotate-left:before {
  right: -18px;
  top: 20px;
  border-top-color: transparent;
  border-left-color: rgba(0, 0, 0, 0.14);
}

.ws-chat .ws-chat-invitation-rotate-left:after {
  right: -16px;
  top: 21px;
  border-top-color: rgba(250, 250, 251, 0);
  border-left-color: #fafafb;
}

.ws-chat .ws-chat-invitation-rotate-right:before {
  left: -12px;
  top: 20px;
  border-top-color: transparent;
  border-right-color: rgba(0, 0, 0, 0.14);
}

.ws-chat .ws-chat-invitation-rotate-right:after {
  left: -11px;
  top: 21px;
  border-top-color: rgba(250, 250, 251, 0);
  border-right-color: #fafafb;
}

.ws-chat .ws-chat-invitation-container .ws-chat-invitation-close {
  position: absolute;
  right: 12px;
  top: 12px;
  color: #c1c9cf;
  font-size: 10px;
}

.ws-chat .ws-chat-invitation-container .ws-chat-invitation-close:hover {
  color: #A5ACB1;
}

.ws-chat .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-logo .ws-chat-invitation-img {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  float: left;
  margin: 0;
}

.ws-chat .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-el {
  text-align: left;
  margin-left: 46px;
}

.ws-chat .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-el .ws-chat-invitation-name {
  font-weight: 700;
  font-size: 14px;
  color: #37474f;
  cursor: pointer;
  min-height: 6px;
}

.ws-chat .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-el .ws-chat-invitation-position {
  margin-bottom: 7px;
}

.ws-chat .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-el .ws-chat-invitation-text {
  margin-bottom: 4px;
  background-color: #EDEEF1;
  padding: 4px 10px;
  border-radius: 2px;
  width: 100%;
  word-wrap: break-word;
  color: #313534 !important;
  font-size: 13px;
  white-space: pre-line;
}

.ws-chat .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-el .ws-chat-invitation-text a {
  text-decoration: underline;
}

.ws-chat .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-el .ws-chat-invitation-typing {
  color: #949494;
  display: none;
  font-size: 13px;
}

.ws-chat .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-text {
  position: relative;
  line-height: normal;
}

.ws-chat .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-text:before {
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  left: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 5px;
  background-color: #EDEEF1;
}

.ws-chat .ws-chat-invitation-container .ws-chat-invitation-body .emoji-img {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
}

.ws-chat .ws-chat-invitation-container .ws-chat-invitation-form {
  margin-top: 10px;
}

.ws-chat .ws-chat-invitation-container.from-multi-button .ws-chat-invitation-form {
  position: absolute;
  right: 0;
  margin-top: 25px;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(44, 39, 68, 0.2);
}

.ws-chat .ws-chat-invitation-container.from-multi-button.with-partner-link {
  margin-top: 25px;
}

.ws-chat .ws-chat-invitation-container.from-multi-button.bottom-invitation-position .ws-chat-invitation-form {
  margin-top: 35px;
}

.ws-chat .ws-chat-invitation-container.from-multi-button.sm-invitation .ws-chat-invitation-form {
  margin-top: 25px;
}

.ws-chat .ws-chat-invitation-container.from-multi-button.xs-invitation .ws-chat-invitation-form {
  margin-top: 26px;
}

.ws-chat .ws-chat-invitation-container.from-multi-button.bottom-invitation-position {
  margin-bottom: 90px;
}

.ws-chat .ws-chat-invitation-container.from-multi-button.bottom-invitation-position.sm-invitation {
  margin-bottom: 70px;
}

.ws-chat .ws-chat-invitation-container.from-multi-button.bottom-invitation-position.xs-invitation {
  margin-bottom: 64px;
}

.ws-chat .ws-chat-invitation-container.from-multi-button.top-invitation-position.left-invitation-position {
  margin-left: 90px;
}

.ws-chat .ws-chat-invitation-container.from-multi-button.top-invitation-position.left-invitation-position.sm-invitation {
  margin-left: 65px;
}

.ws-chat .ws-chat-invitation-container.from-multi-button.top-invitation-position.left-invitation-position.xs-invitation {
  margin-left: 60px;
}

.ws-chat .ws-chat-invitation-container.from-multi-button.top-invitation-position.right-invitation-position {
  margin-right: 90px;
}

.ws-chat .ws-chat-invitation-container.from-multi-button.top-invitation-position.right-invitation-position.sm-invitation {
  margin-right: 65px;
}

.ws-chat .ws-chat-invitation-container.from-multi-button.top-invitation-position.right-invitation-position.xs-invitation {
  margin-right: 60px;
}

.ws-chat .ws-chat-invitation-container.from-multi-button.bottom-invitation-position .ws-chat-invitation-form {
  right: 0;
  width: 70%;
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(44, 39, 68, 0.2);
}

.ws-chat .ws-chat-invitation-container.from-multi-button.bottom-invitation-position.sm-invitation .ws-chat-invitation-form {
  width: 76%;
}

.ws-chat .ws-chat-invitation-container.from-multi-button.bottom-invitation-position.xs-invitation .ws-chat-invitation-form {
  width: 80%;
}

.ws-chat .ws-chat-invitation-container.from-multi-button.bottom-invitation-position.right-invitation-position .ws-chat-invitation-form {
  right: 70px;
  left: 0;
}

.ws-chat .ws-chat-invitation-container.from-multi-button .ws-chat-invitation-body .ws-chat-invitation-logo .ws-chat-invitation-img {
  border-radius: 50%;
}

.ws-chat .ws-chat-invitation-container.from-multi-button .ws-chat-invitation-body .ws-chat-invitation-logo:before {
  content: " ";
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  left: 39px;
  background-color: #2fb330;
}

.ws-chat .ws-chat-invitation-container.from-multi-button .ws-chat-invitation-body-el {
  margin-left: 0;
}

.ws-chat .ws-chat-invitation-container.from-multi-button .ws-chat-invitation-body .ws-chat-invitation-name {
  padding-top: 3px;
  margin-left: 46px;
}

.ws-chat .ws-chat-invitation-container.from-multi-button .ws-chat-invitation-body .ws-chat-invitation-position {
  margin-left: 46px;
}

.ws-chat .ws-chat-invitation-container.from-multi-button .ws-chat-invitation-body .ws-chat-invitation-body-el .ws-chat-invitation-body-text {
  margin-top: 14px;
}

.ws-chat .ws-chat-invitation-container.from-multi-button .ws-chat-invitation-body .ws-chat-invitation-body-el.multi-button-no-profession .ws-chat-invitation-body-text {
  margin-top: 22px;
}

.ws-chat .ws-chat-invitation-container.from-multi-button .ws-chat-invitation-body .ws-chat-invitation-body-el.multi-button-no-profession .ws-chat-invitation-name {
  padding-top: 10px;
}

.ws-chat .ws-chat-invitation-container.from-multi-button .ws-chat-invitation-body .ws-chat-invitation-body-text:before {
  top: -3px;
  left: 16px;
}

.ws-chat .ws-chat-invitation-container.from-multi-button .ws-chat-invitation-body .ws-chat-invitation-text-box {
  width: 100%;
  padding: 0;
  margin-bottom: 2px;
}

.ws-chat .ws-chat-invitation-container.from-multi-button .ws-chat-invitation-body .ws-chat-invitation-text-box .ws-chat-invitation-text {
  border-radius: 4px;
  padding: 3px 10px;
  display: table-cell;
}

.ws-chat .ws-chat-invitation-container.from-multi-button {
  width: 294px;
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(44, 39, 68, 0.2);
}

.ws-chat .ws-chat-invitation-container .ws-chat-invitation-form .ws-chat-invitation-input {
  width: 100%;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px;
  resize: none;
  background-color: #fff;
  margin: 3px 0;
  font-weight: 300;
  border-radius: 4px;
  font-size: 13px;
}

.ws-chat .ws-chat-invitation-container.from-multi-button .ws-chat-invitation-input {
  padding: 25px 20px;
  margin: 0;
  text-align: left;
  font-size: 14px;
}

.ws-chat .ws-chat-invitation-container .ws-chat-invitation-form .ws-chat-invitation-input:focus {
  outline: 0;
}

.ws-chat .ws-chat-container .ws-chat-rating {
  background-color: #fff;
  display: none;
  line-height: 32px;
  height: 32px;
  padding: 0 8px;
  position: relative;
  opacity: 0;
  z-index: 25;
}

.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns {
  float: right;
  padding-top: 4px;
  position: relative;
}

.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns .ws-chat-rating-el {
  display: block;
  height: 24px;
  position: absolute;
  width: 24px;
}

.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns .ws-chat-rating-el img {
  height: 24px;
  position: absolute;
  width: 24px;
}

.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-stars .ws-chat-rating-el, .ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-stars .ws-chat-rating-el img {
  width: 26px;
}

.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-stars .ws-chat-rating-el.ws-chat-rating-el-5, .ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-stars .ws-chat-rating-el.ws-chat-rating-el-5 img {
  width: 24px;
}

.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns .ws-chat-rating-el.ws-chat-rating-el-1 {
  right: 104px;
}

.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-stars .ws-chat-rating-el.ws-chat-rating-el-1 {
  right: 102px;
}

.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns .ws-chat-rating-el.ws-chat-rating-el-2 {
  right: 78px;
}

.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-stars .ws-chat-rating-el.ws-chat-rating-el-2 {
  right: 76px;
}

.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns .ws-chat-rating-el.ws-chat-rating-el-3 {
  right: 52px;
}

.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-stars .ws-chat-rating-el.ws-chat-rating-el-3 {
  right: 50px;
}

.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns .ws-chat-rating-el.ws-chat-rating-el-4 {
  right: 26px;
}

.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-stars .ws-chat-rating-el.ws-chat-rating-el-4 {
  right: 24px;
}

.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns .ws-chat-rating-el.ws-chat-rating-el-5 {
  right: 0;
}

.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-stars .ws-chat-rating-el img {
  background: url("https://saas-support.com/widget/img/rating/24/star.png") no-repeat 0px 0px transparent;
}

.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-stars .ws-chat-rating-el.ws-chat-rating-el-marked img {
  background: url("https://saas-support.com/widget/img/rating/24/star.png") no-repeat 0px -24px transparent;
}

.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-smiles .ws-chat-rating-el.ws-chat-rating-el-marked {
  height: 32px;
  margin: -4px -4px 0 0;
  transition: all 100ms;
  width: 32px;
  z-index: 10;
}

.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-smiles .ws-chat-rating-el.ws-chat-rating-el-marked img {
  height: 32px;
  transition: all 100ms;
  width: 32px;
}

.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-smiles .ws-chat-rating-el.ws-chat-rating-el-1 img {
  background: url("https://saas-support.com/widget/img/rating/24/smile_1.png") no-repeat 0px 0px transparent;
}

.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-smiles .ws-chat-rating-el.ws-chat-rating-el-2 img {
  background: url("https://saas-support.com/widget/img/rating/24/smile_2.png") no-repeat 0px 0px transparent;
}

.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-smiles .ws-chat-rating-el.ws-chat-rating-el-3 img {
  background: url("https://saas-support.com/widget/img/rating/24/smile_3.png") no-repeat 0px 0px transparent;
}

.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-smiles .ws-chat-rating-el.ws-chat-rating-el-4 img {
  background: url("https://saas-support.com/widget/img/rating/24/smile_4.png") no-repeat 0px 0px transparent;
}

.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-smiles .ws-chat-rating-el.ws-chat-rating-el-5 img {
  background: url("https://saas-support.com/widget/img/rating/24/smile_5.png") no-repeat 0px 0px transparent;
}

.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-smiles .ws-chat-rating-el.ws-chat-rating-el-1.ws-chat-rating-el-marked img {
  background: url("https://saas-support.com/widget/img/rating/32/smile_1.png") no-repeat 0px 0px transparent;
}

.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-smiles .ws-chat-rating-el.ws-chat-rating-el-2.ws-chat-rating-el-marked img {
  background: url("https://saas-support.com/widget/img/rating/32/smile_2.png") no-repeat 0px 0px transparent;
}

.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-smiles .ws-chat-rating-el.ws-chat-rating-el-3.ws-chat-rating-el-marked img {
  background: url("https://saas-support.com/widget/img/rating/32/smile_3.png") no-repeat 0px 0px transparent;
}

.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-smiles .ws-chat-rating-el.ws-chat-rating-el-4.ws-chat-rating-el-marked img {
  background: url("https://saas-support.com/widget/img/rating/32/smile_4.png") no-repeat 0px 0px transparent;
}

.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-smiles .ws-chat-rating-el.ws-chat-rating-el-5.ws-chat-rating-el-marked img {
  background: url("https://saas-support.com/widget/img/rating/32/smile_5.png") no-repeat 0px 0px transparent;
}

.ws-chat.ws-chat-has-rating .ws-chat-container .ws-chat-rating {
  border-bottom: 1px solid #ccc;
  display: block;
  opacity: 1;
}

.ws-chat-mobile {
  z-index: 2147483645;
}

.ws-chat-mobile .ws-chat-container {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ws-chat-mobile {
  z-index: 2147483645;
}

.ws-chat-btn-el-container {
  pointer-events: none;
}

.ws-chat-mobile .ws-chat-header {
  border-radius: 0 !important;
}

.ws-chat-mobile .ws-chat-header .ws-chat-close {
  font-size: 18px !important;
  width: 46px;
  height: 46px;
  display: block;
  right: 0 !important;
  top: 0 !important;
  padding: 14px;
}

.ws-chat-mobile .ws-chat-header .ws-chat-sound {
  display: none;
}

.ws-chat-mobile .ws-chat-body {
  position: fixed !important;
}

.ws-chat-mobile .ws-chat-footer {
  position: fixed !important;
}

.ws-chat-mobile .ws-chat-resize {
  display: none;
}

.ws-chat-mobile .ws-chat-btn-container {
  border-radius: 30px !important;
  min-width: 0 !important;
  width: 59px !important;
  height: 59px !important;
  padding: 5px 3px !important;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3) !important;
}

.ws-chat-mobile .ws-chat-btn-container .ws-btn-badge {
  display: none;
}

.ws-chat-mobile .ws-chat-btn-container .ws-btn-ico {
  background-color: transparent !important;
  position: absolute;
}

.ws-chat-mobile .ws-chat-btn-container .ws-btn-ico .ws-chat-logo {
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
}

.ws-chat-mobile .ws-chat-btn-container .ws-btn-ico .ws-icon-chat {
  font-size: 40px !important;
  padding: 4px 0px 0px 3px !important;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 25px;
  margin: 2px 0 0 4px;
}

.ws-chat-mobile .ws-chat-btn-container .ws-btn-ico .ws-chat-logo .ws-chat-logo-img {
  border-radius: 20px;
  margin: 5px 0 0 7px !important;
}

.ws-chat-mobile .ws-chat-btn-container .ws-btn-title {
  margin-left: 14px !important;
  white-space: nowrap;
}

.ws-chat-mobile .ws-chat-btn-el-container {
  position: absolute;
  right: auto;
  bottom: auto;
}

.ws-chat-mobile .ws-chat-invitation-container {
  position: absolute;
  margin-top: 10px;
}

.ws-chat-mobile .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-el .ws-chat-invitation-position {
  height: 15px;
}

.ws-chat-mobile.left .ws-chat-invitation-container {
  right: auto;
}

.ws-chat-mobile.right .ws-chat-invitation-container {
  right: 5px;
}

.ws-chat-mobile.top .ws-chat-invitation-container {
  bottom: auto;
}

.ws-chat-mobile .ws-chat-invitation-container:before {
  display: none;
}

.ws-chat-mobile .ws-chat-invitation-container:after {
  display: none;
}

.ws-chat-mobile .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-logo .ws-chat-invitation-img {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  margin-right: 10px;
}

.ws-chat-mobile .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-el {
  text-align: left;
  margin-left: 0px;
}

.ws-chat-mobile .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-el .ws-chat-invitation-operator {
  margin-left: 50px;
}

.ws-chat-mobile .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-el .ws-chat-invitation-operator .ws-chat-invitation-name {
  font-size: 18px;
}

.ws-chat-mobile .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-el .ws-chat-invitation-operator .ws-chat-invitation-position {
  font-size: 13px;
}

.ws-chat-mobile .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-text {
  margin-top: 20px;
}

.ws-chat-mobile .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-text:before {
  left: 18px;
  top: -3px;
}

.ws-chat-mobile .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-text .ws-chat-invitation-text-box {
  margin-bottom: 5px;
}

.ws-chat-mobile .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-text .ws-chat-invitation-text {
  font-size: 15px;
  min-height: 34px;
}

.ws-chat-mobile .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-typing {
  margin-left: 15px;
  opacity: 0.5;
  font-size: 14px;
  color: #24263f;
  font-style: italic !important;
}

.ws-chat-mobile .ws-chat-btn-el-container .ws-chat-invitation-input {
  position: absolute;
  width: 224px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  height: 52px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  padding-left: 16px;
  padding-top: 13px;
  color: #ccc;
  font-weight: 500;
}

.ws-chat-mobile.left .ws-chat-btn-el-container .ws-chat-invitation-input {
  left: 64px;
}

.ws-chat-mobile.right .ws-chat-btn-el-container .ws-chat-invitation-input {
  right: 64px;
}

.ws-chat-mobile.top .ws-chat-btn-el-container .ws-chat-invitation-input {
  top: -67px;
}

.ws-chat-mobile.bottom .ws-chat-btn-el-container .ws-chat-invitation-input {
  bottom: -62px;
}

.ws-chat-mobile .ws-chat-container .ws-btn-smile {
  display: none;
}

.ws-chat-mobile .ws-chat-container .ws-textarea {
  padding-left: 35px !important;
  text-align: left;
}

.ws-chat-mobile .ws-chat-container .ws-file-container {
  right: 10px;
  left: 10px;
  position: fixed;
  bottom: 70px;
  text-align: center;
}

.ws-chat-mobile .ws-chat-container .ws-file-element {
  border-radius: 2px;
  padding: 10px 12px;
  font-size: 17px;
}

.ws-chat-mobile .ws-file-container .ws-file-element i {
  margin-right: 8px;
}

.ws-chat-mobile .ws-file-container .ws-file-element .ws-file-upload {
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  top: 0;
}

.ws-chat-mobile .ws-chat-btn-container .ws-btn-title {
  line-height: 0;
}

.ws-chat-uploaded-files {
  margin-left: 10px;
  margin-top: 5px;
}

.ws-chat-uploaded-files .ws-chat-uploaded-el {
  display: inline-block;
  width: 48px;
  height: 48px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  border-radius: 5px;
  margin-left: 10px;
  vertical-align: top;
  text-align: center;
  position: relative;
}

.ws-chat-uploaded-files .ws-chat-uploaded-el .ws-chat-uploaded-el-close {
  position: absolute;
  color: #ffffff;
  border-radius: 30px;
  width: 15px;
  background: #000;
  height: 15px;
  right: -5px;
  top: -4px;
  cursor: pointer;
  font-size: 10px;
  padding: 2px;
  opacity: 0.7;
}

.ws-chat-uploaded-files .ws-chat-uploaded-el.ws-chat-uploaded-type-file .ws-chat-uploaded-el-close {
  right: 0;
}

.ws-chat-uploaded-files .ws-chat-uploaded-el .ws-chat-uploaded-el-close i {
  font-size: 11px !important;
}

.ws-chat-uploaded-files .ws-chat-uploaded-el .ws-chat-uploaded-el-close:hover {
  opacity: 1;
}

.ws-chat-uploaded-files .ws-chat-uploaded-el .ws-chat-uploaded-url .ws-chat-uploaded-img {
  width: 48px;
  height: 48px;
  border-radius: 5px;
}

.ws-chat-uploaded-files .ws-chat-uploaded-el .ws-chat-uploaded-url .ws-chat-uploaded-file {
  width: 45px;
  height: 45px;
  margin-top: 1px;
}

.ws-chat-uploaded-files .ws-chat-uploaded-type-file {
  background-color: transparent;
  box-shadow: none;
}

.ws-chat-uploaded-files .ws-chat-uploaded-el.ws-chat-uploaded-type-file .ws-chat-uploaded-url .ws-chat-uploaded-file {
  width: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.ws-hide {
  display: none !important;
}

.inst-container {
  z-index: 1000000;
  right: 20px;
  top: 20px;
  width: 290px;
  min-width: 290px;
  min-height: 80px;
  background-color: #f8f8f8;
  border-radius: 6px;
  color: #000000;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.35);
  font-size: 14px;
  box-sizing: border-box;
  font-family: CBKRobotoLight, sans-serif;
  font-style: normal;
  text-transform: none;
  text-shadow: none;
  max-height: none;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 1.4;
  cursor: pointer;
  position: fixed !important;
}

.inst-container div:after, .inst-container div:before {
  display: none !important;
}

.inst-close {
  position: absolute;
  right: 8px;
  top: 0;
  cursor: pointer;
  padding: 0 5px;
}

.inst-copyright {
  text-align: center;
  margin-top: -10px;
}

.inst-copyright .inst-copyright-url {
  font-size: 11px;
  text-decoration: none;
  transition: none;
  opacity: 0.8;
}

.inst-corner-round .inst-close {
  right: 31px;
  top: 1px;
}

.inst-logo {
  padding: 10px;
  float: left;
}

.inst-logo-img {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.inst-body {
  margin-left: 80px;
  padding: 10px 5px 10px 0;
}

.inst-title {
  font-weight: bold;
  font-size: 15px;
}

.inst-title strong {
  color: inherit;
}

.inst-text {
  font-size: 14px;
}

.inst-text strong {
  color: inherit;
}

.inst-sum {
  font-size: 14px;
}

.inst-corner-flat {
  border-radius: 0;
}

.inst-corner-round {
  border-radius: 50px;
}

.inst-shadow-none {
  box-shadow: none;
}

.inst-shadow-heavy {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
}

.inst-no-image .inst-logo {
  display: none;
}

.inst-no-image .inst-body {
  margin-left: 0;
  padding-left: 10px;
}

.inst-no-image .inst-body {
  margin-left: 0;
  padding-left: 10px;
}

.inst-no-image.inst-corner-round .inst-body {
  padding-left: 30px;
  padding-right: 20px;
}

.inst-no-image .inst-corner-round .inst-body {
  padding-left: 30px;
  padding-right: 20px;
}

.inst-container.inst-container-mobile {
  width: 290px;
  min-width: 290px;
  min-height: 80px;
  box-shadow: 0 4px 8px 0 rgba(44, 39, 68, 0.35);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.inst-container.inst-container-mobile .inst-close {
  font-size: 24px;
  right: 8px;
  padding: 0 5px;
}

@media screen and (min-width: 520px) {
  .inst-container.inst-container-mobile {
    width: 480px;
    min-width: 480px;
    min-height: 133px;
  }
  .inst-container.inst-container-mobile .inst-close {
    font-size: 32px;
    right: 13px;
    padding: 0 8px;
  }
  .inst-container.inst-container-mobile .inst-corner-round .inst-close {
    right: 51px;
    top: 2px;
  }
  .inst-container.inst-container-mobile .inst-logo {
    padding: 17px;
  }
  .inst-container.inst-container-mobile .inst-logo-img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
  }
  .inst-container.inst-container-mobile .inst-body {
    margin-left: 135px;
    padding: 16px 8px 16px 0;
  }
  .inst-container.inst-container-mobile .inst-title {
    font-size: 25px;
  }
  .inst-container.inst-container-mobile .inst-text {
    font-size: 24px;
  }
  .inst-container.inst-container-mobile .inst-sum {
    font-size: 23px;
  }
  .inst-container.inst-container-mobile .inst-corner-flat {
    border-radius: 0;
  }
  .inst-container.inst-container-mobile .inst-corner-round {
    border-radius: 83px;
  }
  .inst-container.inst-container-mobile.inst-no-image .inst-logo {
    display: none;
  }
  .inst-container.inst-container-mobile.inst-no-image .inst-body {
    margin-left: 0;
    padding-left: 16px;
  }
  .inst-container.inst-container-mobile .inst-no-image .inst-body {
    margin-left: 0;
    padding-left: 16px;
  }
  .inst-container.inst-container-mobile.inst-no-image.inst-corner-round .inst-body {
    padding-left: 50px;
    padding-right: 33px;
  }
  .inst-container.inst-container-mobile .inst-no-image .inst-corner-round .inst-body {
    padding-left: 50px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 1240px) {
  .inst-container.inst-container-mobile {
    width: 812px;
    min-width: 812px;
    min-height: 224px;
  }
  .inst-container.inst-container-mobile .inst-close {
    font-size: 48px;
    right: 22px;
    padding: 0 14px;
  }
  .inst-container.inst-container-mobile .inst-corner-round .inst-close {
    right: 86px;
    top: 4px;
  }
  .inst-container.inst-container-mobile .inst-logo {
    padding: 29px;
  }
  .inst-container.inst-container-mobile .inst-logo-img {
    width: 170px;
    height: 170px;
    border-radius: 80px;
  }
  .inst-container.inst-container-mobile .inst-body {
    margin-left: 228px;
    padding: 27px 14px 27px 0;
  }
  .inst-container.inst-container-mobile .inst-title {
    font-size: 42px;
  }
  .inst-container.inst-container-mobile .inst-text {
    font-size: 41px;
  }
  .inst-container.inst-container-mobile .inst-sum {
    font-size: 39px;
  }
  .inst-container.inst-container-mobile .inst-corner-flat {
    border-radius: 0;
  }
  .inst-container.inst-container-mobile .inst-corner-round {
    border-radius: 140px;
  }
  .inst-container.inst-container-mobile.inst-no-image .inst-logo {
    display: none;
  }
  .inst-container.inst-container-mobile.inst-no-image .inst-body {
    margin-left: 0;
    padding-left: 27px;
  }
  .inst-container.inst-container-mobile .inst-no-image .inst-body {
    margin-left: 0;
    padding-left: 27px;
  }
  .inst-container.inst-container-mobile.inst-no-image.inst-corner-round .inst-body {
    padding-left: 85px;
    padding-right: 56px;
  }
  .inst-container.inst-container-mobile .inst-no-image .inst-corner-round .inst-body {
    padding-left: 85px;
    padding-right: 56px;
  }
}
.multi_button-body {
  margin-left: 5px;
  float: left;
  width: 44px;
  height: 44px;
  border-radius: 999px !important;
  padding: 0;
  font-size: 17px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

.multi_button .multi_button-div-text .multi_button-text {
  vertical-align: middle;
  padding: 5px 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.78);
  margin: 5px 5px;
  border-radius: 18px;
  font-size: 14px;
  display: inline-block;
  white-space: nowrap;
  line-height: 24px;
}

.multi_button.sm .multi_button-div-text .multi_button-text {
  padding: 6px 16px;
  margin: 8px 5px;
  line-height: 18px;
}

.multi_button.xs .multi_button-div-text .multi_button-text {
  padding: 4px 16px;
  margin: 10px 5px;
  line-height: 18px;
}

.multi_button .multi_button-main-div-text {
  margin-top: 12px;
  display: inline-block;
  position: absolute;
  padding: 2px;
}

.multi_button.sm .multi_button-main-div-text {
  margin-top: 4px;
}

.multi_button.xs .multi_button-main-div-text {
  margin-top: 0;
}

.multi_button.mb_right .multi_button-main-div-text {
  right: 80px;
}

.multi_button.sm.mb_right .multi_button-main-div-text {
  right: 58px;
}

.multi_button.xs.mb_right .multi_button-main-div-text {
  right: 48px;
}

.multi_button.mb_left .multi_button-main-div-text {
  left: 80px;
}

.multi_button.sm.mb_left .multi_button-main-div-text {
  left: 58px;
}

.multi_button.xs.mb_left .multi_button-main-div-text {
  left: 48px;
}

.multi_button .multi_button-main-div-text .multi_button-text {
  border-radius: 24px;
  padding: 12px 16px;
  margin: 2px 5px;
  font-size: 16px;
  white-space: nowrap;
  line-height: 24px;
  cursor: pointer;
}

.multi_button.sm .multi_button-main-div-text .multi_button-text {
  border-radius: 18px;
  padding: 9px 16px;
  margin: 6px 5px;
  font-size: 14px;
  line-height: 18px;
}

.multi_button.xs .multi_button-main-div-text .multi_button-text {
  border-radius: 18px;
  padding: 6px 16px;
  margin: 6px 5px;
  font-size: 14px;
  line-height: 24px;
}

.multi_button_list {
  padding: 0;
  list-style-type: none;
  left: 10px;
  right: 0;
  text-align: left;
  line-height: normal;
  position: absolute;
  top: 80px;
  margin: 0;
  visibility: hidden;
}

.multi_button_list .multi_button_element {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background-image: none;
  -webkit-transform: scaleY(0.4) scaleX(0.4) translateY(-150px);
  -moz-transform: scaleY(0.4) scaleX(0.4) translateY(-150px);
  -ms-transform: scaleY(0.4) scaleX(0.4) translateY(-150px);
  -o-transform: scaleY(0.4) scaleX(0.4) translateY(-150px);
  transform: scaleY(0.4) scaleX(0.4) translateY(-150px);
}

.multi_button_list.position_top .multi_button_element {
  -webkit-transform: scaleY(0.4) scaleX(0.4) translateY(-150px);
  -moz-transform: scaleY(0.4) scaleX(0.4) translateY(-150px);
  -ms-transform: scaleY(0.4) scaleX(0.4) translateY(-150px);
  -o-transform: scaleY(0.4) scaleX(0.4) translateY(-150px);
  transform: scaleY(0.4) scaleX(0.4) translateY(-150px);
}

.multi_button_list.position_bottom .multi_button_element {
  -webkit-transform: scaleY(0.4) scaleX(0.4) translateY(150px);
  -moz-transform: scaleY(0.4) scaleX(0.4) translateY(150px);
  -ms-transform: scaleY(0.4) scaleX(0.4) translateY(150px);
  -o-transform: scaleY(0.4) scaleX(0.4) translateY(150px);
  transform: scaleY(0.4) scaleX(0.4) translateY(150px);
}

.multi_button_list li * {
  cursor: pointer;
}

.multi_button {
  position: fixed;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  font-family: CBKRobotoLight, sans-serif;
  font-style: normal;
  text-transform: none;
  text-shadow: none;
  z-index: 10000;
  text-align: center;
}

.multi_button a {
  display: inline;
  text-decoration: none;
  background: transparent;
  border: none;
}

.multi_button i {
  text-decoration: none !important;
}

.multi_button .multi_button-logo-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
}

.multi_button.sm, .multi_button.sm .multi_button-logo-img {
  width: 60px;
  height: 60px;
}

.multi_button.xs, .multi_button.xs .multi_button-logo-img {
  width: 50px;
  height: 50px;
}

.icon_in_button {
  position: absolute;
}

.multi_button .icon_in_button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition: transform 0.25s linear, opacity 0.1s linear;
  -moz-transition: transform 0.25s linear, opacity 0.1s linear;
  -ms-transition: transform 0.25s linear, opacity 0.1s linear;
  -o-transition: transform 0.25s linear, opacity 0.1s linear;
  transition: transform 0.25s linear, opacity 0.1s linear;
}

.multi_button .icon_in_button.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
  z-index: 999;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: transform 0.25s linear, opacity 0.1s linear;
  -moz-transition: transform 0.25s linear, opacity 0.1s linear;
  -ms-transition: transform 0.25s linear, opacity 0.1s linear;
  -o-transition: transform 0.25s linear, opacity 0.1s linear;
  transition: transform 0.25s linear, opacity 0.1s linear;
}

.multi_button .icon_in_button .multi-button-icon {
  padding-top: 18px;
}

.multi_button.sm .icon_in_button .multi-button-icon {
  padding-top: 9px;
}

.multi_button.xs .icon_in_button .multi-button-icon {
  padding-top: 3px;
}

.multi_button.active .multi_button_element {
  visibility: visible;
  opacity: 1;
  padding: 4px 0 0px 13px;
  transition: 0.3s;
  white-space: nowrap;
  -webkit-transform: scaleY(1) scaleX(1) translateY(0px) !important;
  -moz-transform: scaleY(1) scaleX(1) translateY(0px) !important;
  -ms-transform: scaleY(1) scaleX(1) translateY(0px) !important;
  -o-transform: scaleY(1) scaleX(1) translateY(0px) !important;
  transform: scaleY(1) scaleX(1) translateY(0px) !important;
}

.multi_button.active.sm .multi_button_list {
  top: 60px;
}

.multi_button.active.xs .multi_button_list {
  top: 50px;
}

.multi_button.active.sm .multi_button_element {
  padding: 0 0 3px 3px;
}

.multi_button.active.xs .multi_button_element {
  padding: 0 0 0 1px;
}

.multi_button_list i {
  height: 100%;
  vertical-align: middle;
}

.icon_in_button i {
  font-size: 66px;
  vertical-align: middle;
}

.multi_button.sm .icon_in_button i {
  font-size: 50px;
}

.multi_button.xs .icon_in_button i {
  font-size: 42px;
}

[class^=icon-ws-], [class*=" icon-ws-"] {
  display: inline-table !important;
  position: static;
  background: none !important;
  line-height: 37px;
  font-size: 40px;
  width: 100% !important;
  margin-top: 0px !important;
  font-family: "CBKMultiIcon";
}

[class^=icon-ws-]:before, [class*=" icon-ws-"]:before {
  font-family: "CBKMultiIcon" !important;
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0;
  margin-left: 0;
  height: 100%;
  padding: 0px;
  line-height: 44px;
  display: block;
}

.icon-ws-globe:before {
  content: "\E802";
}

.icon-ws-globe-1:before {
  content: "\E803";
}

.icon-ws-vkontakte:before {
  content: "\E883";
}

.icon-ws-vkontakte-rect:before {
  content: "\E884";
}

.icon-ws-wallet-1:before {
  content: "\E885";
}

.icon-ws-wallet-2:before {
  content: "\E886";
}

.icon-ws-whatsapp-1:before {
  content: "\E887";
}

.icon-ws-whatsapp-2:before {
  content: "\E888";
}

.icon-ws-whatsapp-3:before {
  content: "\E889";
}

.icon-ws-wordpress:before {
  content: "\E800";
}

.icon-ws-wordpress-2:before {
  content: "\E88B";
}

.icon-ws-wordpress-3:before {
  content: "\E88C";
}

.icon-ws-yabrowser:before {
  content: "\E88D";
}

.icon-ws-yandex:before {
  content: "\E88E";
}

.icon-ws-yandex-rect:before {
  content: "\E88F";
}

.icon-ws-youtube:before {
  content: "\E890";
}

.icon-ws-youtube-2:before {
  content: "\E891";
}

.icon-ws-action-1:before {
  content: "\E892";
}

.icon-ws-action-2:before {
  content: "\E893";
}

.icon-ws-address-book:before {
  content: "\E894";
}

.icon-ws-agenda:before {
  content: "\E895";
}

.icon-ws-android:before {
  content: "\E896";
}

.icon-ws-appstore:before {
  content: "\E897";
}

.icon-ws-attach-1:before {
  content: "\E898";
}

.icon-ws-attach-2:before {
  content: "\E899";
}

.icon-ws-basket:before {
  content: "\E89A";
}

.icon-ws-basket-2:before {
  content: "\E89B";
}

.icon-ws-blogger:before {
  content: "\E89C";
}

.icon-ws-blogger-rect:before {
  content: "\E89D";
}

.icon-ws-book-2:before {
  content: "\E89E";
}

.icon-ws-calc:before {
  content: "\E89F";
}

.icon-ws-calculator:before {
  content: "\E8A0";
}

.icon-ws-camera:before {
  content: "\E8A1";
}

.icon-ws-camera-2:before {
  content: "\E8A2";
}

.icon-ws-chat:before {
  content: "\E8A3";
}

.icon-ws-chat-2:before {
  content: "\E8A4";
}

.icon-ws-chrome:before {
  content: "\E8A5";
}

.icon-ws-cloud:before {
  content: "\E8A6";
}

.icon-ws-cloud-white:before {
  content: "\E8A7";
}

.icon-ws-cog:before {
  content: "\E8A8";
}

.icon-ws-cog-2:before {
  content: "\E8A9";
}

.icon-ws-comment-alt:before {
  content: "\E80B";
}

.icon-ws-comment-alt-2:before {
  content: "\E80D";
}

.icon-ws-comp-1:before {
  content: "\E8AC";
}

.icon-ws-comp-2:before {
  content: "\E8AD";
}

.icon-ws-contact:before {
  content: "\E8AE";
}

.icon-ws-contact-2:before {
  content: "\E8AF";
}

.icon-ws-contacts:before {
  content: "\E8B0";
}

.icon-ws-coupon-1:before {
  content: "\E8B1";
}

.icon-ws-coupon-2:before {
  content: "\E8B2";
}

.icon-ws-edge:before {
  content: "\E8B3";
}

.icon-ws-facebook:before {
  content: "\E8B4";
}

.icon-ws-facebook-squared-1:before {
  content: "\E8B5";
}

.icon-ws-fast-fw:before {
  content: "\E8B6";
}

.icon-ws-fast-fw-white:before {
  content: "\E8B7";
}

.icon-ws-firefox:before {
  content: "\E8B8";
}

.icon-ws-gift-2:before {
  content: "\E8B9";
}

.icon-ws-gift-box:before {
  content: "\E8BA";
}

.icon-ws-google:before {
  content: "\E8BB";
}

.icon-ws-google-2:before {
  content: "\E8BC";
}

.icon-ws-google-play:before {
  content: "\E80A";
}

.icon-ws-googleplus-rect:before {
  content: "\E8BE";
}

.icon-ws-googleplus-rect-2:before {
  content: "\E809";
}

.icon-ws-guest:before {
  content: "\E8C0";
}

.icon-ws-guest-2:before {
  content: "\E8C1";
}

.icon-ws-hand-holding-up-a-book:before {
  content: "\E8C2";
}

.icon-ws-heart:before {
  content: "\E8C3";
}

.icon-ws-heart-empty:before {
  content: "\E8C4";
}

.icon-ws-icq:before {
  content: "\E8C5";
}

.icon-ws-image-1:before {
  content: "\E8C6";
}

.icon-ws-image-2:before {
  content: "\E8C7";
}

.icon-ws-inkedin-rect:before {
  content: "\E8C8";
}

.icon-ws-inkedin-rect-2:before {
  content: "\E8C9";
}

.icon-ws-instagram:before {
  content: "\E8CA";
}

.icon-ws-instagram-filled:before {
  content: "\E8CB";
}

.icon-ws-internet-explorer:before {
  content: "\E8CC";
}

.icon-ws-location:before {
  content: "\E8CD";
}

.icon-ws-location-1:before {
  content: "\E8CE";
}

.icon-ws-magnifying-glass-and-book:before {
  content: "\E8CF";
}

.icon-ws-magnifying-glass-and-book-white:before {
  content: "\E8D0";
}

.icon-ws-mastercard:before {
  content: "\E8D1";
}

.icon-ws-mastercard-2:before {
  content: "\E8D2";
}

.icon-ws-odnoklassniki:before {
  content: "\E8D3";
}

.icon-ws-odnoklassniki-rect:before {
  content: "\E8D4";
}

.icon-ws-open-book:before {
  content: "\E8D5";
}

.icon-ws-opera:before {
  content: "\E8D6";
}

.icon-ws-pause:before {
  content: "\E8D7";
}

.icon-ws-pause-white:before {
  content: "\E8D8";
}

.icon-ws-pay-mir-1:before {
  content: "\E8D9";
}

.icon-ws-pay-mir-2:before {
  content: "\E8DA";
}

.icon-ws-paypal:before {
  content: "\E8DB";
}

.icon-ws-paypal-2:before {
  content: "\E8DC";
}

.icon-ws-paypal-3:before {
  content: "\E8DD";
}

.icon-ws-paypal-4:before {
  content: "\E8DE";
}

.icon-ws-pay-yamoney-1:before {
  content: "\E8DF";
}

.icon-ws-pay-yamoney-2:before {
  content: "\E8E0";
}

.icon-ws-pencil:before {
  content: "\E8E1";
}

.icon-ws-pencil-1:before {
  content: "\E8E2";
}

.icon-ws-pencil-squared:before {
  content: "\E8E3";
}

.icon-ws-phone-call:before {
  content: "\E8E4";
}

.icon-ws-phone-call-1:before {
  content: "\E8E5";
}

.icon-ws-phone-receiver:before {
  content: "\E8E6";
}

.icon-ws-play:before {
  content: "\E8E7";
}

.icon-ws-play-1:before {
  content: "\E8E8";
}

.icon-ws-play-2:before {
  content: "\E8E9";
}

.icon-ws-play-white:before {
  content: "\E8EA";
}

.icon-ws-pn-1:before {
  content: "\E806";
}

.icon-ws-pn-2:before {
  content: "\E8EC";
}

.icon-ws-rewind:before {
  content: "\E8ED";
}

.icon-ws-rewind-white:before {
  content: "\E8EE";
}

.icon-ws-ruble-1:before {
  content: "\E8EF";
}

.icon-ws-ruble-2:before {
  content: "\E8F0";
}

.icon-ws-safari:before {
  content: "\E8F1";
}

.icon-ws-share-1:before {
  content: "\E8F2";
}

.icon-ws-share-2:before {
  content: "\E8F3";
}

.icon-ws-shopping-basket:before {
  content: "\E8F4";
}

.icon-ws-shopping-basket-2:before {
  content: "\E8F5";
}

.icon-ws-skype:before {
  content: "\E8F6";
}

.icon-ws-skype-2:before {
  content: "\E8F7";
}

.icon-ws-skype-3:before {
  content: "\E8F8";
}

.icon-ws-stop:before {
  content: "\E8F9";
}

.icon-ws-stop-white:before {
  content: "\E8FA";
}

.icon-ws-telegram-1:before {
  content: "\E8FB";
}

.icon-ws-telegram-2:before {
  content: "\E8FC";
}

.icon-ws-thumbs-up:before {
  content: "\E808";
}

.icon-ws-thumbs-up-2:before {
  content: "\E807";
}

.icon-ws-tumblr:before {
  content: "\E8FF";
}

.icon-ws-tumblr-rect:before {
  content: "\E900";
}

.icon-ws-twitter-bird:before {
  content: "\E901";
}

.icon-ws-twitter-bird-squared:before {
  content: "\E902";
}

.icon-ws-two-books:before {
  content: "\E903";
}

.icon-ws-viber-1:before {
  content: "\E904";
}

.icon-ws-viber-2:before {
  content: "\E905";
}

.icon-ws-viber-3:before {
  content: "\E804";
}

.icon-ws-viber-4:before {
  content: "\E805";
}

.icon-ws-videocam:before {
  content: "\E908";
}

.icon-ws-videocam-white:before {
  content: "\E909";
}

.icon-ws-vimeo-rect:before {
  content: "\E90A";
}

.icon-ws-vimeo-rect-2:before {
  content: "\E801";
}

.icon-ws-visa:before {
  content: "\E90C";
}

.icon-ws-visa-2:before {
  content: "\E90D";
}

.multi_button.active .multi_button_list {
  visibility: visible;
  top: 80px;
  left: 0;
}

.multi_button.active .multi_button_list.position_top {
  padding-top: 3px;
}

.multi_button-body {
  display: inline-block;
  text-align: center;
}

.multi_button-div-text {
  display: inline-block;
  position: absolute;
  padding: 0 2px;
}

.multi_button_list.position_left .multi_button-div-text {
  left: 60px;
}

.multi_button.sm .multi_button_list.position_left .multi_button-div-text {
  left: 50px;
}

.multi_button.xs .multi_button_list.position_left .multi_button-div-text {
  left: 48px;
}

.multi_button_list.position_right .multi_button-div-text {
  right: 40px;
}

.multi_button_list.position_bottom .multi_button_list {
  top: auto;
  bottom: 60px;
}

.multi_button.active .multi_button_list.position_bottom {
  top: auto;
  bottom: 60px;
}

.multi_button.active .multi_button_list.position_bottom {
  top: auto;
  bottom: 80px;
}

.multi_button.active.sm .multi_button_list.position_bottom {
  top: auto;
  bottom: 60px;
}

.multi_button.active.xs .multi_button_list.position_bottom {
  top: auto;
  bottom: 50px;
}

.multi_button.active.sm .multi_button_list {
  top: 60px;
  bottom: auto;
}

.multi_button.active.xs .multi_button_list {
  top: 50px;
  bottom: auto;
  left: -3px;
}

.multi_button .multi_button-copyright-img {
  margin-left: 6px;
}

.multi_button .ws-multi_button-copyright {
  position: absolute;
  width: 139px;
  height: 16px;
  visibility: hidden;
  opacity: 0;
}

.multi_button.active .ws-multi_button-copyright {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}

.multi_button.mb_bottom .ws-multi_button-copyright {
  top: 90px;
}

.multi_button.mb_bottom.sm .ws-multi_button-copyright {
  top: 70px;
}

.multi_button.mb_bottom.xs .ws-multi_button-copyright {
  top: 55px;
}

.multi_button.mb_top .ws-multi_button-copyright {
  bottom: 90px;
}

.multi_button.mb_top.sm .ws-multi_button-copyright {
  bottom: 65px;
}

.multi_button.mb_top.xs .ws-multi_button-copyright {
  bottom: 55px;
}

.multi_button.mb_left .ws-multi_button-copyright {
  left: 8px;
}

.multi_button.mb_right .ws-multi_button-copyright {
  right: 8px;
}

.multi_button.mb_left .ws-multi_button-copyright-url, .multi_button .multi_button-copyright-img {
  float: left;
}

.multi_button.mb_right .ws-multi_button-copyright-url, .multi_button .multi_button-copyright-img {
  float: right;
}

.multi_button .ws-multi_button-copyright-url {
  display: inline-block;
  height: 100%;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: right;
  color: #acacac;
  text-decoration: none;
  cursor: pointer;
}

.multi_button.mb_bottom.has-copyright-link {
  margin-bottom: 25px;
}

.multi_button.mb_top.has-copyright-link {
  margin-top: 25px;
}

.multi_button.mobile {
  position: absolute;
}

.multi_button.mobile .multi_button_mobile_close, .multi_button.disable-mobile-position .multi_button_mobile_close {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0;
  z-index: 9999;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition: transform 0.25s linear;
  -moz-transition: transform 0.25s linear;
  -ms-transition: transform 0.25s linear;
  -o-transition: transform 0.25s linear;
  transition: transform 0.25s linear;
}

.multi_button.mobile .multi_button_mobile_close.active, .multi_button.disable-mobile-position .multi_button_mobile_close.active {
  opacity: 1;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: transform 0.25s linear;
  -moz-transition: transform 0.25s linear;
  -ms-transition: transform 0.25s linear;
  -o-transition: transform 0.25s linear;
  transition: transform 0.25s linear;
}

.multi_button.mobile .multi_button_mobile_close:after, .multi_button.disable-mobile-position .multi_button_mobile_close:after {
  content: "\D7";
  font-size: 42px;
  line-height: 60px;
  position: absolute;
  left: 30px;
  top: 10px;
  opacity: 0.7;
}

.multi_button.sm.mobile .multi_button_mobile_close:after, .multi_button.sm.disable-mobile-position .multi_button_mobile_close:after {
  content: "\D7";
  font-size: 42px;
  line-height: 60px;
  position: absolute;
  left: 20px;
  top: 0;
  opacity: 0.7;
}

.multi_button.xs.mobile .multi_button_mobile_close:after, .multi_button.xs.disable-mobile-position .multi_button_mobile_close:after {
  content: "\D7";
  font-size: 40px;
  line-height: 50px;
  position: absolute;
  left: 15px;
  top: 0;
  opacity: 0.7;
}

.multi_button.one_icon_mode {
  background: none !important;
}

.ws-killer * {
  box-sizing: border-box;
  font-family: CBKRobotoLight, sans-serif;
  font-style: normal;
  text-transform: none;
  text-shadow: none;
  max-height: none;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none !important;
  -webkit-flex-direction: initial;
  -ms-flex-direction: initial;
  flex-direction: initial;
}

.ws-killer {
  font-size: 13px !important;
  font-family: CBKRobotoLight, sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  text-transform: none !important;
  z-index: 1000000;
  display: block;
  word-wrap: normal;
  line-height: 1.22;
}

.ws-killer i {
  background: 0 0;
  height: auto;
  width: auto;
  position: static;
  top: auto;
  left: auto;
}

.ws-killer, .ws-killer i {
  font-size: 13px !important;
}

.ws-killer .ws-killer-btn-container {
  position: fixed;
  right: 0;
  bottom: 5%;
  z-index: 2147483645;
}

.ws-killer .ws-killer-btn {
  background-color: rgb(244, 67, 54);
  height: 46px;
  padding: 3px;
  cursor: pointer;
  z-index: 2147483645;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
  min-width: 230px;
}

.ws-killer .ws-killer-btn .ws-killer-btn-ico {
  display: inline-block;
  background-color: #fff;
  position: relative;
  vertical-align: top;
}

.ws-killer .ws-killer-btn .ws-killer-btn-ico .ws-killer-btn-logo {
  width: 40px;
  height: 40px;
  margin: 0;
  display: inline-block;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  border-radius: 5px;
}

.ws-killer .ws-killer-btn-logo img {
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: none;
  max-width: 40px;
}

.ws-killer .ws-killer-btn .ws-killer-btn-ico .ws-killer-btn-logo .ws-icon-phone {
  padding: 6px 0 0 5px;
  position: absolute;
  color: #ff2241;
  font-size: 30px !important;
  top: 0;
  left: 0;
}

.ws-killer .ws-killer-btn .ws-btn-title {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 10px 14px;
}

.ws-killer .ws-killer-text-none {
  min-width: 0;
}

.ws-killer .ws-killer-text-none .ws-btn-title {
  display: none;
}

.ws-killer .ws-killer-btn-mini-round {
  border-radius: 9px;
}

.ws-killer .ws-killer-logo-img {
  margin: 0;
}

.ws-killer .ws-killer-btn-mini-round .ws-killer-btn-ico, .ws-killer .ws-killer-btn-mini-round .ws-killer-logo-img {
  border-radius: 6px !important;
}

.ws-killer .ws-killer-btn-round {
  border-radius: 22px;
}

.ws-killer .ws-killer-btn-round .ws-killer-btn-ico, .ws-killer .ws-killer-btn-round .ws-killer-logo-img, .ws-killer .ws-killer-btn-round .ws-killer-btn-logo {
  border-radius: 30px !important;
}

.ws-killer .ws-killer-btn-container.ws-killer-btn-right {
  bottom: auto;
  right: 0;
  top: 10%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.ws-killer .ws-killer-btn-container.ws-killer-btn-left {
  bottom: auto;
  left: 0;
  right: auto;
  top: 10%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.ws-killer .ws-killer-btn-container.ws-killer-btn-left .ws-btn-title, .ws-killer .ws-killer-btn-container.ws-killer-btn-right .ws-btn-title {
  font-family: Tahoma, sans-serif;
}

.ws-killer .ws-killer-btn-right .ws-killer-btn .ws-killer-btn-ico .ws-killer-btn-logo .ws-icon-phone {
  padding-left: 6px !important;
  padding-top: 5px !important;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 0;
  left: auto;
}

.ws-killer-btn-right .ws-killer-logo-img {
  -webkit-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}

.ws-killer .ws-killer-btn-left .ws-killer-btn .ws-killer-btn-ico .ws-killer-btn-logo .ws-icon-phone {
  padding-left: 6px !important;
  padding-top: 5px !important;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 0;
  left: auto;
}

.ws-killer-btn-left .ws-killer-logo-img {
  -webkit-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}

.ws-killer .ws-killer-btn-attach-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ws-killer .ws-killer-btn-attach-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ws-killer .ws-killer-logo-yes .ws-killer-btn-logo img {
  display: block;
}

.ws-killer .ws-killer-logo-yes .ws-icon-phone {
  display: none;
}

.ws-killer .ws-killer-logo-yes .ws-killer-btn-ico {
  background: transparent;
}

.ws-loaner .ws-loaner-modal-overflow {
  position: fixed;
  left: 0px;
  top: 0px;
  opacity: 0.7;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: 9998;
}

.ws-loaner .ws-loaner-modal-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  z-index: 999999;
}

.ws-loaner .ws-loaner-modal-container {
  width: 1024px;
  height: 95%;
  background-color: #fff;
  display: inline-block;
  top: 2.5%;
  position: relative;
}

.ws-loaner .ws-loaner-modal {
  width: 100%;
  height: 100%;
}

.ws-loaner .ws-loaner-modal-close {
  position: absolute;
  font-family: arial;
  right: -30px;
  top: -2px;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AQMCwYfssHtyAAAAZNJREFUOMu1lb1u2zAUhQ+LGAUIAvQLNFProQmQN+hc5B3SxH2Jok8lTZKytoMM0ohDtlPGbEGCpHUHS4Kqk0U2HEKyA6e9wF0uyY8/50hXoDteAxgBOAbwAcCbtn4N4DuABMAVgBLPiEMAMwAVAPZk1c453Ab7vAHSl+M+2NkOsGV+CmGjF8CW+W4JGwC4DCekaXqntW6EEKuaEILD4bDJsuyhAzgDsAcARwD+rg/meX5L8rcxZiGlXNWllLTWFiT/TCaT+wBYtyx8DXfTWjfW2gXJhXOuVEpRKUXnXEmysNYWWuum45RfAOA8HBBCUEq5BJRxHNdxHNckS+dcJaXk+lOsZQIAP/seWinFFlSRrKIoqpVSm4T58Qr/IbK+K3vvVyeLoqgmWXrvt165U5TpdFqQLLz3VSiKMWajKF22uSE5N8YUoW2MMQXJeZ7nvbYZtKZ8sluSJLddxtZaN2ma/tpk7H/16b0NxTl9AeykT/HxDrCzbTY6eOYP9gLA+3Cx2NICPrYtYH+tBXxrvdvZAh4Bb7iNXQT1ZVYAAAAASUVORK5CYII=") center center no-repeat;
  width: 20px;
  height: 20px;
}

.ws-loan-container {
  text-align: left !important;
  font-size: 13px !important;
  font-family: CBKRobotoLight, sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  text-transform: none !important;
  z-index: 9990;
  display: block;
  word-wrap: normal;
  line-height: 1.22;
}

.ws-loan-container * {
  box-sizing: border-box;
  font-family: CBKRobotoLight, sans-serif;
  font-style: normal;
  text-transform: none;
  text-shadow: none;
  max-height: none;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.ws-loan-container .ws-loaner-btn-el-container {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 9999;
}

.ws-loan-container .ws-loaner-btn-container {
  background-color: #ff2241;
  height: 46px;
  padding: 3px;
  cursor: pointer;
  min-width: 230px;
  z-index: 9999;
}

.ws-loan-container .ws-loaner-btn-mini-hover {
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
}

.ws-loan-container .loan-corner-smooth {
  border-radius: 9px;
}

.ws-loan-container .loan-corner-round {
  border-radius: 22px;
}

.ws-loan-container .ws-loaner-btn-rotate {
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.ws-loan-container .ws-loaner-btn-attach {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ws-loan-container .ws-loaner-btn-attach-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ws-loan-container .ws-loaner-btn-container .ws-btn-ico {
  display: inline-block;
  background-color: #fff;
  position: relative;
  vertical-align: top;
}

.ws-loan-container .ws-loaner-logo {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  margin-top: 12px;
}

.ws-loan-container .ws-loaner-btn-container .ws-btn-ico .ws-loaner-logo {
  width: 40px;
  height: 40px;
  margin: 0;
}

.ws-loan-container .ws-loaner-logo .ws-loaner-logo-img {
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: none;
  max-width: 40px;
}

.ws-loan-container .loan-corner-round .ws-btn-ico, .ws-loan-container .loan-corner-round .ws-loaner-logo-img {
  border-radius: 30px !important;
}

.ws-loan-container .loan-corner-smooth .ws-btn-ico, .ws-loan-container .loan-corner-smooth .ws-loaner-logo-img {
  border-radius: 6px !important;
}

.ws-loan-container .ws-loaner-logo .ws-icon-loaner {
  position: absolute;
  color: #ff2241;
  font-size: 30px;
  top: 0;
  left: 0;
}

.ws-loan-container .ws-loaner-btn-container .ws-btn-ico .ws-loaner-logo .ws-icon-loaner {
  padding: 7px 0 0 6px;
}

.ws-loan-container .ws-loaner-btn-logo-yes .ws-icon-loaner {
  display: none;
}

.ws-loan-container .ws-loaner-btn-logo-yes .ws-loaner-logo-img {
  display: block !important;
}

.ws-loan-container .ws-loaner-btn-logo-yes .ws-btn-ico {
  background-color: transparent;
}

.ws-loan-container .ws-loaner-btn-container .ws-btn-title {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 10px 14px;
}

.ws-icon-loaner:before {
  content: "r";
}

.ws-loan-container .ws-loaner-not-scalling {
  position: fixed !important;
}

.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new {
  width: 650px;
  height: 566px;
  top: calc(50% - 283px);
  border-radius: 10px;
  padding-top: 60px;
  font-family: "Museo", sans-serif;
  box-sizing: border-box;
  color: var(--form_color_text);
  background-color: var(--form_color_background);
}

.ws-loaner-modal-container.ws-loaner-modal-new {
  text-align: center;
  width: 100%;
  max-width: 650px;
}

.ws-loaner-modal-container.ws-loaner-modal-new .final_form {
  display: none;
}

.ws-loaner-modal-container.ws-loaner-modal-new.final .final_form {
  display: block;
}

.ws-loaner-modal-container.ws-loaner-modal-new.final .ws-loaner-form {
  display: none;
}

@media (min-width: 992px) {
  .ws-loaner-settings-form {
    padding-bottom: 65px;
    padding-top: 25px;
  }
}
.ws-loaner-shadow {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.ws-loaner-shadow:hover {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.ws-loaner-shadow-nohover {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.ws-loaner-input-group .ws-loaner-input.invalid-field {
  border-color: red;
}

.ws-loaner-post-header-text {
  font-size: 47px;
  font-weight: bold;
  margin-top: 140px;
}

.ws-loaner-post-body-text {
  font-size: 22px;
  padding: 0 62px;
  margin-top: 13px;
  line-height: 25px;
  margin-bottom: 200px;
}

.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .ws-loaner-header-text {
  white-space: pre;
  font-size: 21px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: -0.2px;
  height: 60px;
}

.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .ws-loaner-body-text {
  white-space: pre;
  margin-top: 13px;
  font-size: 18px;
  line-height: 24px;
  height: 48px;
}

.ws-loaner-input-group {
  margin-top: 20px;
}

.ws-loaner-input-container {
  margin: 10px auto auto;
  position: relative;
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
}

.ws-loaner-input-group .ws-loaner-input {
  display: block;
  border-radius: 6px;
  height: 42px;
  width: 280px;
  padding-left: 43px;
  outline: none;
  border: 2px #ddd solid;
}

.ws-loaner-input-group .ws-loaner-input.ws-loaner-submit {
  padding: 0;
  color: white;
  background-color: var(--form_button_color);
  color: var(--form_button_text_color);
  border: 0;
  font-size: 16px;
  cursor: pointer;
}

.ws-loaner-input-group .ws-loaner-input.ws-loaner-submit:hover {
  opacity: 0.8;
}

.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .ws-loaner-input-container:before {
  content: "";
  width: 24px;
  height: 24px;
  left: 50px;
  top: 10px;
  position: absolute;
}

.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .ws-loaner-input-user-email:before {
  content: url("data:image/svg+xml; utf8, <svg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'> <title>iconInputEmail</title><desc>Created with Sketch.</desc><defs></defs><g id='Credit' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='iconInputEmail' fill='currentColor' fill-rule='nonzero'><path d='M21.0701305,3 L2.93482138,3 C1.31595206,3 0,4.29690049 0,5.89233279 L0,18.1076672 C0,19.7030995 1.31595206,21 2.93482138,21 L21.0651646,21 C22.6840339,21 23.999986,19.7030995 23.999986,18.1076672 L23.999986,5.89722675 C24.0049518,4.30179445 22.6889998,3 21.0701305,3 Z M22.6641705,18.1076672 C22.6641705,18.9738989 21.9490871,19.6786297 21.0701305,19.6786297 L2.93482138,19.6786297 C2.05586472,19.6786297 1.34078134,18.9738989 1.34078134,18.1076672 L1.34078134,5.89722675 C1.34078134,5.03099511 2.05586472,4.32626427 2.93482138,4.32626427 L21.0651646,4.32626427 C21.9441213,4.32626427 22.6592047,5.03099511 22.6592047,5.89722675 L22.6592047,18.1076672 L22.6641705,18.1076672 Z M15.1359316,11.8482871 L21.0055743,6.66068515 C21.2786965,6.41598695 21.3035257,6 21.0552329,5.72593801 C20.8069401,5.45676998 20.3848422,5.43230016 20.1067542,5.67699837 L12.0124076,12.8368679 L10.4332652,11.4469821 C10.4282993,11.4420881 10.4233335,11.4371941 10.4233335,11.4323002 C10.3885725,11.3980424 10.3538115,11.3686786 10.3140846,11.3393148 L3.88826589,5.6721044 C3.61017791,5.4274062 3.18808008,5.45187602 2.93978724,5.72593801 C2.69149439,6 2.71632368,6.41598695 2.99441166,6.66068515 L8.93357641,11.8923328 L3.01924094,17.3491028 C2.75108468,17.5986949 2.73618711,18.0146819 2.9894458,18.2838499 C3.12352394,18.4208809 3.30229478,18.4942904 3.48106563,18.4942904 C3.6449389,18.4942904 3.80881218,18.4355628 3.93792446,18.3181077 L9.94164535,12.7830343 L11.5704464,14.2169657 C11.6995587,14.3295269 11.8584661,14.3833605 12.0173735,14.3833605 C12.1762809,14.3833605 12.3401542,14.324633 12.4643006,14.2120718 L14.1377944,12.7340946 L20.1067542,18.3230016 C20.2358665,18.4453507 20.4047057,18.5040783 20.5685789,18.5040783 C20.7473498,18.5040783 20.9211548,18.4355628 21.0552329,18.2985318 C21.3084916,18.0342577 21.2985599,17.6133768 21.0304036,17.3637847 L15.1359316,11.8482871 Z'></path></g></g></svg>");
}

.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .ws-loaner-input-user-name:before {
  content: url("data:image/svg+xml; utf8, <svg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'> <title>iconInputName</title><desc>Created with Sketch.</desc><defs></defs><g id='Credit' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='iconInputName' fill='currentColor' fill-rule='nonzero'><path d='M11.9147719,12.93187 L11.9926772,12.93187 L12.0218916,12.93187 L12.0705824,12.93187 C13.4972229,12.9070201 14.6511948,12.3951129 15.5032838,11.4160282 C17.3778796,9.25905985 17.0662584,5.56139988 17.0321749,5.20853179 C16.9104479,2.55953614 15.6834397,1.292193 14.6706711,0.700766204 C13.9159637,0.2584386 13.0346603,0.0198798923 12.0511061,0 L12.0170226,0 L11.9975463,0 L11.9683318,0 C11.4278639,0 10.3664045,0.0894595154 9.34876678,0.680886312 C8.32626,1.27231311 7.07977554,2.53965624 6.95804854,5.20853179 C6.92396498,5.56139988 6.61234387,9.25905985 8.48693964,11.4160282 C9.33415954,12.3951129 10.4881315,12.9070201 11.9147719,12.93187 Z M8.25809288,5.33278111 C8.25809288,5.31787119 8.26296196,5.30296128 8.26296196,5.29302133 C8.4236416,1.72955063 10.9020033,1.3468627 11.9634627,1.3468627 L11.982939,1.3468627 L12.0218916,1.3468627 C13.3365432,1.37668254 15.5714509,1.92337958 15.7223924,5.29302133 C15.7223924,5.30793125 15.7223924,5.32284117 15.7272615,5.33278111 C15.7321305,5.36757093 16.0729661,8.74715262 14.5245987,10.526403 C13.9110947,11.2321392 13.0930892,11.5800373 12.0170226,11.5899772 L11.9926772,11.5899772 L11.9683318,11.5899772 C10.8971342,11.5800373 10.0742597,11.2321392 9.4656247,10.526403 C7.92212637,8.75709257 8.2532238,5.36260095 8.25809288,5.33278111 Z M21.9986364,19.0648167 C22.0035055,19.3232553 22.0083745,20.6502381 21.7649205,21.3112446 C21.7162298,21.4404639 21.6237172,21.5498033 21.5117284,21.6243529 C21.365656,21.7187824 17.8647875,24 12.0072844,24 C6.14978128,24 2.64891282,21.7237523 2.50284043,21.6243529 C2.38598251,21.5498033 2.29833907,21.4404639 2.24964827,21.3112446 C1.99158704,20.6452682 1.99645612,19.3182854 2.0013252,19.0598468 L2.0013252,19.0449368 C2.00619428,19.0051771 2.00619428,18.9654173 2.00619428,18.9206875 C2.03540876,17.9416028 2.09870679,15.6405053 4.21188747,14.8999793 C4.22649471,14.8950093 4.24110195,14.8900393 4.26057827,14.8850694 C6.46627147,14.3135225 8.28243828,13.0213295 8.3019146,13.0064195 C8.59892847,12.7927107 9.00793119,12.8672603 9.21730162,13.1704287 C9.42667206,13.473597 9.35363586,13.8910748 9.05662198,14.1047836 C8.97384763,14.1594533 7.03595382,15.5411058 4.61115203,16.1772624 C3.47665641,16.5897701 3.35006033,17.8272934 3.31597677,18.9604473 C3.31597677,19.0051771 3.31110769,19.0449368 3.31110769,19.0846966 C3.30136953,19.5319942 3.33545309,20.2228205 3.41335837,20.6204183 C4.20701839,21.0776558 7.31836046,22.6630772 12.0024153,22.6630772 C16.7059465,22.6630772 19.7978123,21.0826258 20.5866032,20.6253883 C20.6645085,20.2277904 20.693723,19.5369642 20.6888539,19.0896666 C20.6839848,19.0499068 20.6839848,19.010147 20.6839848,18.9654173 C20.6499012,17.8322634 20.5233052,16.5947401 19.3888096,16.1822323 C16.9640078,15.5460758 15.026114,14.1693932 14.9433396,14.1097536 C14.6463257,13.8960447 14.5732895,13.478567 14.78266,13.1753986 C14.9920304,12.8722303 15.4010331,12.7976807 15.698047,13.0113895 C15.7175233,13.0262994 17.5434283,14.3184924 19.7393833,14.8900393 C19.7539905,14.8950093 19.7734669,14.8999793 19.7880741,14.9049493 C21.9012548,15.6405053 21.9645528,17.9416028 21.9937673,18.9256575 C21.9937673,18.9703872 21.9986364,19.010147 21.9986364,19.0499068 L21.9986364,19.0648167 Z'></path></g></g></svg>");
}

.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .ws-loaner-input-user-phone:before {
  content: url("data:image/svg+xml; utf8, <svg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'> <title>iconInputPhone</title><desc>Created with Sketch.</desc><defs></defs><g id='Credit' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='iconInputPhone' fill='currentColor' fill-rule='nonzero'><path d='M19.5198919,14.1142473 C19.0397063,13.6164875 18.4605134,13.3503584 17.8466678,13.3503584 C17.2377727,13.3503584 16.6536294,13.6115591 16.1536423,14.109319 L14.5893263,15.6617384 C14.4606167,15.5927419 14.3319072,15.5286738 14.208148,15.4646057 C14.0299348,15.3758961 13.8616223,15.2921147 13.7180617,15.203405 C12.252753,14.2768817 10.9211042,13.0694444 9.64390954,11.5071685 C9.02511365,10.7284946 8.60928281,10.0730287 8.30731042,9.40770609 C8.71324052,9.03808244 9.08946842,8.65367384 9.45579559,8.28405018 C9.59440586,8.14605735 9.73301614,8.0031362 9.87162642,7.86514337 C10.9112035,6.83019713 10.9112035,5.48969534 9.87162642,4.4547491 L8.5201762,3.109319 C8.36671482,2.95654122 8.20830307,2.79883513 8.05979206,2.64112903 C7.76277003,2.33557348 7.45089691,2.02016129 7.12912304,1.72446237 C6.64893743,1.25134409 6.07469485,1 5.47075006,1 C4.86680527,1 4.28266195,1.25134409 3.78762524,1.72446237 C3.78267488,1.72939068 3.78267488,1.72939068 3.77772451,1.734319 L2.09459969,3.42473118 C1.4609527,4.05555556 1.0995759,4.82437276 1.02037003,5.71639785 C0.901561218,7.15546595 1.32729279,8.49596774 1.65401702,9.37320789 C2.45597649,11.5268817 3.65396533,13.5228495 5.44104786,15.6617384 C7.60930865,18.2392473 10.2181521,20.2746416 13.1982731,21.7087814 C14.3368576,22.2459677 15.8566203,22.8817204 17.5545962,22.9901434 C17.6585539,22.9950717 17.767462,23 17.8664693,23 C19.0100041,23 19.9703753,22.5909498 20.7228311,21.7777778 C20.7277815,21.7679211 20.7376822,21.7629928 20.7426326,21.7531362 C21.0000517,21.4426523 21.2970737,21.1617384 21.6089468,20.8611111 C21.8218126,20.6590502 22.0396288,20.4471326 22.2524946,20.2253584 C22.7425809,19.7177419 23,19.1263441 23,18.5201613 C23,17.9090502 22.7376305,17.3225806 22.2376435,16.8297491 L19.5198919,14.1142473 Z M21.2921233,19.3037634 C21.287173,19.3037634 21.287173,19.3086918 21.2921233,19.3037634 C21.099059,19.5107527 20.9010443,19.6980287 20.6881786,19.9050179 C20.3664047,20.2105735 20.0396805,20.530914 19.7327577,20.890681 C19.2327706,21.4229391 18.6436769,21.6742832 17.8714197,21.6742832 C17.7971642,21.6742832 17.7179583,21.6742832 17.6437028,21.6693548 C16.1734438,21.5757168 14.8071424,21.0040323 13.7824164,20.516129 C10.9805087,19.1657706 8.5201762,17.2486559 6.47567458,14.8189964 C4.7875994,12.7934588 3.6589157,10.9206989 2.91141026,8.90994624 C2.45102612,7.6827957 2.28271364,6.72670251 2.35696915,5.82482079 C2.40647282,5.24820789 2.62923934,4.77016129 3.04011981,4.36111111 L4.72819499,2.68055556 C4.97076298,2.45385305 5.22818207,2.33064516 5.4806508,2.33064516 C5.79252392,2.33064516 6.04499265,2.51792115 6.20340439,2.67562724 C6.20835476,2.68055556 6.21330513,2.68548387 6.21825549,2.69041219 C6.52022789,2.97132616 6.80734918,3.26209677 7.10932157,3.57258065 C7.26278296,3.73028674 7.4211947,3.88799283 7.57960645,4.05062724 L8.93105667,5.39605735 C9.45579559,5.91845878 9.45579559,6.40143369 8.93105667,6.92383513 C8.78749603,7.06675627 8.64888575,7.20967742 8.5053251,7.34767025 C8.08949426,7.77150538 7.69346489,8.16577061 7.26278296,8.55017921 C7.25288222,8.56003584 7.24298149,8.56496416 7.23803112,8.57482079 C6.81229955,8.99865591 6.89150542,9.41263441 6.98061203,9.69354839 C6.9855624,9.70833333 6.99051276,9.72311828 6.99546313,9.73790323 C7.3469392,10.5855735 7.84197591,11.3839606 8.59443171,12.3351254 L8.59938207,12.3400538 C9.9656834,14.015681 11.4062402,15.3216846 12.9953081,16.3221326 C13.1982731,16.4502688 13.4061885,16.5537634 13.6042032,16.6523297 C13.7824164,16.7410394 13.9507289,16.8248208 14.0942896,16.9135305 C14.114091,16.9233871 14.1338925,16.938172 14.153694,16.9480287 C14.3220065,17.03181 14.4804182,17.0712366 14.6437803,17.0712366 C15.0546608,17.0712366 15.3120799,16.8149642 15.3962361,16.7311828 L17.0892617,15.0456989 C17.2575742,14.8781362 17.524894,14.6760753 17.8367671,14.6760753 C18.1436899,14.6760753 18.3961586,14.8682796 18.54962,15.0358423 C18.5545703,15.0407706 18.5545703,15.0407706 18.5595207,15.0456989 L21.287173,17.7612007 C21.7970608,18.2638889 21.7970608,18.781362 21.2921233,19.3037634 Z'></path></g></g></svg>");
}

.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .personal-agreement {
  width: 255px;
  margin: 20px auto auto;
  font-size: 12px;
  position: relative;
  cursor: pointer;
  font-weight: 100;
  color: #717383;
  text-align: left;
  padding-left: 34px;
}

.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .personal-agreement a {
  text-decoration: none;
  color: currentColor;
}

.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .personal-agreement span {
  cursor: pointer;
}

.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .personal-agreement input[type=checkbox] {
  display: none;
}

.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .personal-agreement label:before {
  content: " ";
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  border: 2px solid #0a1b7e;
  color: #0a1b7e;
  border-radius: 5px;
  width: 16px;
  height: 16px;
  display: inline-block;
  left: 4px;
  top: -2px;
  position: absolute;
  box-sizing: content-box;
}

.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .personal-agreement input[type=checkbox]:checked + label:before {
  content: url("data:image/svg+xml; utf8, <svg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><title>iconCheckbox</title><desc>Created with Sketch.</desc><defs></defs><g id='Credit' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='iconCheckbox' fill='currentColor' fill-rule='nonzero'><path d='M3.29289322,9.20710678 L6.29289322,12.2071068 C6.68341751,12.5976311 7.31658249,12.5976311 7.70710678,12.2071068 C8.09763107,11.8165825 8.09763107,11.1834175 7.70710678,10.7928932 L4.70710678,7.79289322 C4.31658249,7.40236893 3.68341751,7.40236893 3.29289322,7.79289322 C2.90236893,8.18341751 2.90236893,8.81658249 3.29289322,9.20710678 Z M12.2651966,4.3217199 L6.26519656,10.8217199 C5.8905928,11.2275406 5.91589916,11.8601997 6.3217199,12.2348034 C6.72754063,12.6094072 7.36019969,12.5841008 7.73480344,12.1782801 L13.7348034,5.6782801 C14.1094072,5.27245937 14.0841008,4.63980031 13.6782801,4.26519656 C13.2724594,3.8905928 12.6398003,3.91589916 12.2651966,4.3217199 Z' id='Combined-Shape'></path></g></g></svg>");
}

.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .personal-agreement .invalid-field + label:before {
  border-color: red;
}

.ws-loaner-modal-container.ws-loaner-modal-new.ws-loaner-modal-new-settings {
  max-width: 100%;
}

.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new a.loaner-close-window {
  background: none !important;
  bottom: auto !important;
  font-size: 14px;
  padding: 10px;
  left: auto !important;
  position: absolute;
  right: 26px !important;
  top: 2px !important;
  z-index: 2 !important;
  outline: none;
  text-decoration: none;
  color: #aaa;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new a.loaner-close-window:after {
  content: "\D7";
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  right: -6px;
  top: 9px;
}

.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .ws-loaner-copyright {
  position: absolute;
  bottom: 30px;
  display: block;
  text-decoration: none;
  font-size: 12px;
  color: #aaa;
  font-weight: 100;
  width: 100%;
  opacity: 0.8;
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #4d4d4d), color-stop(0.4, #4d4d4d), color-stop(0.5, #fff), color-stop(0.6, #4d4d4d), color-stop(1, #4d4d4d));
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  -webkit-animation: white-saas-text-anim 10s infinite;
  animation: white-saas-text-anim 10s infinite;
}

.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .ws-loaner-copyright .service-name {
  font-size: 15px;
  color: #000;
  font-weight: bold;
}

#buttonup {
  right: 45px !important;
}

.cbk-window .cbk-forms {
  text-align: center;
}

.cbk-window .cbk-forms {
  padding-bottom: 25px;
  padding-top: 25px;
}

@media (max-width: 800px) {
  .cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-forms {
    margin-top: 200px;
  }
}
@media (min-width: 800px) {
  .cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) {
    width: 100%;
    height: auto !important;
    top: auto;
    bottom: 0;
    box-shadow: 0 2px 6px 4px rgba(0, 0, 0, 0.8);
  }
  .cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-forms {
    margin: auto !important;
    position: static !important;
    padding-bottom: 25px;
    padding-top: 35px;
  }
  .cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-form {
    width: 390px !important;
    padding-bottom: 30px !important;
  }
  .cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-form.cbk-shareform {
    text-align: center;
  }
  .cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-form.cbk-departmentform {
    padding-bottom: 30px !important;
  }
  .cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-form.cbk-ratingform {
    padding-bottom: 40px !important;
  }
  .cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-form.cbk-geform .cbk-form-action {
    width: 410px !important;
  }
  .cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-form-action {
    width: 390px;
    text-align: left;
  }
  .cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-form-action .cbk-input {
    width: 142px !important;
    margin-top: 0 !important;
    padding: 10px !important;
  }
  .cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-form .cbk-select.cbk-deferred-date {
    width: 123px !important;
  }
  .cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-form-action .cbk-button {
    margin: 0 0 0 10px !important;
    padding: 9px 19px 10px 17px !important;
    width: auto !important;
    font-size: 16px !important;
  }
  .cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .copyright-content {
    width: 390px;
    padding-left: 110px;
    display: inline-block;
    font-size: 10px;
  }
  .cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-timer:not(.call) {
    display: none !important;
  }
  .cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-callform .cbk-link-btn {
    margin-top: -30px;
  }
  .cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-personal-agreement {
    margin-bottom: 30px;
  }
  .cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-personal-agreement span {
    line-height: 0.6 !important;
  }
  .cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-window-logo {
    display: inline-block !important;
    margin-right: -10px;
    left: initial;
    position: static;
    vertical-align: top;
  }
  .cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) a.cbk-close-window {
    top: -5px !important;
  }
}
@media only screen and (max-device-width: 414px) and (max-device-height: 736px) {
  .multi_button.xs .multi_button-main-div-text .multi_button-text {
    font-size: 16px;
    margin: 7px 10px;
  }
  .multi_button.xs .icon_in_button i {
    font-size: 44px;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-height: 667px) {
  .multi_button.xs .multi_button-main-div-text .multi_button-text {
    font-size: 16px;
    margin: 5px 10px;
  }
  .multi_button.xs .icon_in_button i {
    font-size: 44px;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-height: 812px) {
  .multi_button.xs .multi_button-main-div-text .multi_button-text {
    font-size: 16px;
    margin: 5px 10px;
  }
  .multi_button.xs .icon_in_button i {
    font-size: 44px;
  }
}
.ws-quiz-container {
  font-size: 13px !important;
  font-family: CBKRobotoLight, sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  text-transform: none !important;
  z-index: 9990;
  display: block;
  word-wrap: normal;
  line-height: 1.22;
}

.ws-quiz-container * {
  box-sizing: border-box;
  font-family: CBKRobotoLight, sans-serif;
  font-style: normal;
  text-transform: none;
  text-shadow: none;
  max-height: none;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.ws-quiz-container .ws-quiz-btn-el-container {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 9999;
}

.ws-quiz-container .ws-quiz-btn-container {
  background-color: #ff2241;
  height: 46px;
  padding: 3px;
  cursor: pointer;
  min-width: 230px;
  z-index: 9999;
  overflow: hidden;
}

.quiz-animation-iridescent.ws-quiz-btn-container:before {
  content: "";
  position: absolute;
  width: 130%;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) no-repeat 1em 0%;
  background-size: 5em 100%;
  -moz-transform: skewX(-60deg);
  -o-transform: skewX(-60deg);
  -webkit-transform: skewX(-60deg);
  transform: skewX(-60deg);
  -khtml-transform: skewX(-60deg);
  left: 0px;
  top: 0px;
  animation-timing-function: ease-in-out;
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -khtml-transition: all 0.1s;
  -ms-transition: all 0.1s;
  animation-name: slideme;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes slideme {
  0% {
    left: -120px;
    margin-left: 0px;
  }
  100% {
    left: 110%;
    margin-left: 40px;
  }
}
.ws-quiz-container .ws-quiz-btn-mini-hover {
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
}

.ws-quiz-container .quiz-corner-smooth {
  border-radius: 9px;
}

.ws-quiz-container .quiz-corner-round {
  border-radius: 22px;
}

.ws-quiz-container .ws-quiz-btn-rotate {
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.ws-quiz-container .ws-quiz-btn-attach {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ws-quiz-container .ws-quiz-btn-attach-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ws-quiz-container .ws-quiz-btn-container .ws-btn-ico {
  display: inline-block;
  background-color: #fff;
  position: relative;
  vertical-align: top;
}

.ws-quiz-container .ws-quiz-logo {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  margin-top: 12px;
}

.ws-quiz-container .ws-quiz-btn-container .ws-btn-ico .ws-quiz-logo {
  width: 40px;
  height: 40px;
  margin: 0;
}

.ws-quiz-container .ws-quiz-logo .ws-quiz-logo-img {
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: none;
  max-width: 40px;
}

.ws-quiz-container .quiz-corner-round .ws-btn-ico, .ws-quiz-container .quiz-corner-round .ws-quiz-logo-img {
  border-radius: 30px !important;
}

.ws-quiz-container .quiz-corner-smooth .ws-btn-ico, .ws-quiz-container .quiz-corner-smooth .ws-quiz-logo-img {
  border-radius: 6px !important;
}

.ws-quiz-container .ws-quiz-logo .ws-icon-quiz {
  width: 100%;
  height: 100%;
  padding: 5px;
  position: absolute;
  color: #ff2241;
  font-size: 30px;
  top: 0;
  left: 0;
}

.ws-quiz-container .ws-quiz-btn-container .ws-btn-ico .ws-quiz-logo .ws-icon-quiz {
  padding: 7px 0 0 5px;
}

.ws-quiz-container .ws-quiz-btn-logo-yes .ws-icon-quiz {
  display: none;
}

.ws-quiz-container .ws-quiz-btn-logo-yes .ws-quiz-logo-img {
  display: block !important;
}

.ws-quiz-container .ws-quiz-btn-logo-yes .ws-btn-ico {
  background-color: transparent;
}

.ws-quiz-container .ws-quiz-btn-container .ws-btn-title {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 10px 14px;
}

.ws-icon-quiz:before {
  content: "t";
}

.ws-quiz-container .ws-quiz-not-scalling {
  position: fixed !important;
}

.ws-quiz-container .quiz-icon-in-button {
  font-size: 31px;
  position: absolute;
  top: 5%;
  left: 7%;
}

.ws-quiz-container .icon {
  display: inline-block;
  width: 1.112em;
  height: 1.112em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.ws-quiz-mobile .ws-quiz-logo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: auto;
}

.ws-quiz-mobile .ws-quiz-logo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: auto;
}

.ws-quiz-mobile .ws-quiz-btn-container.lg .ws-quiz-logo {
  width: 50px;
  height: 50px;
}

.ws-quiz-mobile .ws-quiz-btn-container.lg .ws-icon-quiz {
  font-size: 40px;
}

.ws-quiz-mobile .ws-quiz-btn-container.xs .ws-quiz-logo {
  width: 35px;
  height: 35px;
}

.ws-quiz-mobile .ws-quiz-btn-container.xs .ws-icon-quiz {
  font-size: 25px;
}

.ws-quiz-mobile .ws-quiz-btn-container {
  display: block;
  border-radius: 50% !important;
  min-width: 0 !important;
  width: 60px !important;
  height: 60px !important;
  padding: 5px 3px !important;
}

.ws-quiz-mobile .ws-quiz-btn-container.xs {
  width: 50px !important;
  height: 50px !important;
}

.ws-quiz-mobile .ws-quiz-btn-container.lg {
  width: 80px !important;
  height: 80px !important;
}

.ws-quiz-mobile .ws-quiz-btn-el-container {
  position: absolute;
  right: auto;
  bottom: auto;
}

.ws-quiz .ws-quiz-modal-overflow {
  position: fixed;
  left: 0px;
  top: 0px;
  opacity: 0.7;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: 9998;
}

.ws-quiz .ws-quiz-modal-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  z-index: 999999;
}

.ws-quiz .ws-quiz-modal-container {
  width: 900px;
  height: 500px;
  background-color: #fff;
  display: inline-block;
  top: calc(50% - 250px);
  position: relative;
}

.ws-quiz.hide-sidebar .ws-quiz-modal-container {
  width: 650px;
  height: 534px;
  top: calc(50% - 267px);
}

.ws-quiz .ws-quiz-modal {
  width: 100%;
  height: 100%;
  border: 0;
  box-shadow: 0 21px 32px 0 rgba(0, 0, 0, 0.25);
}

#integrate-quiz-element .ws-quiz-modal {
  box-sizing: content-box;
  border: 1px solid rgb(231, 231, 231);
}

.btn-hide {
  opacity: 0;
  pointer-events: none;
}

.cbk-phone.callbackkiller-mobile {
  transition: opacity 0.5s;
  -webkit-text-size-adjust: auto !important;
}

.ws-quiz-modal-container.quiz-mobile {
  width: 100%;
  height: 100%;
  top: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .white-saas-mobile-generator-text-general-span {
    letter-spacing: -0.9px;
  }
}
@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=13674630016) 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=13674630016) 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=13674630016) 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=13674630016) 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=13674630016);
  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=13674630016);
  }
}
@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=13674630016) 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=13674630016) 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=13674630016);
  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=13674630016);
}
#content[data-page=history] .content-block .item .state.done .icon-state {
  background-color: #cadf00;
  background-image: url(/images/done.png?hash=13674630016);
}
#content[data-page=history] .content-block .item .state.new .icon-state {
  background-color: #fff;
  background-image: url(/images/new.png?hash=13674630016);
}
#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=13674630016) 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=13674630016) no-repeat;
  background-size: contain;
}
.product .parametres .cheese-edge-btn .cheesePizza.board0 {
  background: url(/images/cheesePizza.svg?hash=13674630016) no-repeat;
  background-size: contain;
}
.product .parametres .cheese-edge-btn .cheesePizza.board1 {
  background: url(/images/chease.svg?hash=13674630016) no-repeat;
  background-size: contain;
}
.product .parametres .cheese-edge-btn .cheesePizza.board2 {
  background: url(/images/philadelphia.svg?hash=13674630016) no-repeat;
  background-size: contain;
}
.product .parametres .cheese-edge-btn .cheesePizza.board3 {
  background: url(/images/sausage.svg?hash=13674630016) no-repeat;
  background-size: contain;
}
.product .parametres .cheese-edge-btn .cheesePizza.board4 {
  background: url(/images/sausageWithMustard.svg?hash=13674630016) 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=13674630016) 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=13674630016) 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=13674630016);
  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=13674630016) 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=13674630016);
}
.desktop-banner-content .close {
  position: absolute;
  top: 9px;
  right: 8px;
  width: 13px;
  height: 13px;
  cursor: pointer;
  background: url(/images/close.png?hash=13674630016) 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=13674630016);
  src: url(/fonts/fontello.eot?hash=13674630016#iefix) format("embedded-opentype"), url(/fonts/fontello.woff2?hash=13674630016) format("woff2"), url(/fonts/fontello.woff?hash=13674630016) format("woff"), url(/fonts/fontello.ttf?hash=13674630016) format("truetype"), url(/images/fontello.svg?hash=13674630016#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=13674630016);
  src: local("Lato Hairline"), local("Lato-Hairline"), url(/fonts/Lato-Hairline.eot?hash=13674630016?#iefix) format("embedded-opentype"), url(/fonts/Lato-Hairline.woff?hash=13674630016) format("woff"), url(/fonts/Lato-Hairline.ttf?hash=13674630016) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-Heavy.eot?hash=13674630016);
  src: local("Lato Heavy"), local("Lato-Heavy"), url(/fonts/Lato-Heavy.eot?hash=13674630016?#iefix) format("embedded-opentype"), url(/fonts/Lato-Heavy.woff?hash=13674630016) format("woff"), url(/fonts/Lato-Heavy.ttf?hash=13674630016) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-HeavyItalic.eot?hash=13674630016);
  src: local("Lato Heavy Italic"), local("Lato-HeavyItalic"), url(/fonts/Lato-HeavyItalic.eot?hash=13674630016?#iefix) format("embedded-opentype"), url(/fonts/Lato-HeavyItalic.woff?hash=13674630016) format("woff"), url(/fonts/Lato-HeavyItalic.ttf?hash=13674630016) format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-Regular.eot?hash=13674630016);
  src: local("Lato Regular"), local("Lato-Regular"), url(/fonts/Lato-Regular.eot?hash=13674630016?#iefix) format("embedded-opentype"), url(/fonts/Lato-Regular.woff?hash=13674630016) format("woff"), url(/fonts/Lato-Regular.ttf?hash=13674630016) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-Black.eot?hash=13674630016);
  src: local("Lato Black"), local("Lato-Black"), url(/fonts/Lato-Black.eot?hash=13674630016?#iefix) format("embedded-opentype"), url(/fonts/Lato-Black.woff?hash=13674630016) format("woff"), url(/fonts/Lato-Black.ttf?hash=13674630016) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-SemiboldItalic.eot?hash=13674630016);
  src: local("Lato Semibold Italic"), local("Lato-SemiboldItalic"), url(/fonts/Lato-SemiboldItalic.eot?hash=13674630016?#iefix) format("embedded-opentype"), url(/fonts/Lato-SemiboldItalic.woff?hash=13674630016) format("woff"), url(/fonts/Lato-SemiboldItalic.ttf?hash=13674630016) format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-BlackItalic.eot?hash=13674630016);
  src: local("Lato Black Italic"), local("Lato-BlackItalic"), url(/fonts/Lato-BlackItalic.eot?hash=13674630016?#iefix) format("embedded-opentype"), url(/fonts/Lato-BlackItalic.woff?hash=13674630016) format("woff"), url(/fonts/Lato-BlackItalic.ttf?hash=13674630016) format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Lato Hairline";
  src: url(/fonts/Lato-HairlineItalic.eot?hash=13674630016);
  src: local("Lato Hairline Italic"), local("Lato-HairlineItalic"), url(/fonts/Lato-HairlineItalic.eot?hash=13674630016?#iefix) format("embedded-opentype"), url(/fonts/Lato-HairlineItalic.woff?hash=13674630016) format("woff"), url(/fonts/Lato-HairlineItalic.ttf?hash=13674630016) format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-MediumItalic.eot?hash=13674630016);
  src: local("Lato Medium Italic"), local("Lato-MediumItalic"), url(/fonts/Lato-MediumItalic.eot?hash=13674630016?#iefix) format("embedded-opentype"), url(/fonts/Lato-MediumItalic.woff?hash=13674630016) format("woff"), url(/fonts/Lato-MediumItalic.ttf?hash=13674630016) format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-ThinItalic.eot?hash=13674630016);
  src: local("Lato Thin Italic"), local("Lato-ThinItalic"), url(/fonts/Lato-ThinItalic.eot?hash=13674630016?#iefix) format("embedded-opentype"), url(/fonts/Lato-ThinItalic.woff?hash=13674630016) format("woff"), url(/fonts/Lato-ThinItalic.ttf?hash=13674630016) format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-Thin.eot?hash=13674630016);
  src: local("Lato Thin"), local("Lato-Thin"), url(/fonts/Lato-Thin.eot?hash=13674630016?#iefix) format("embedded-opentype"), url(/fonts/Lato-Thin.woff?hash=13674630016) format("woff"), url(/fonts/Lato-Thin.ttf?hash=13674630016) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-Medium.eot?hash=13674630016);
  src: local("Lato Medium"), local("Lato-Medium"), url(/fonts/Lato-Medium.eot?hash=13674630016?#iefix) format("embedded-opentype"), url(/fonts/Lato-Medium.woff?hash=13674630016) format("woff"), url(/fonts/Lato-Medium.ttf?hash=13674630016) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-Italic.eot?hash=13674630016);
  src: local("Lato Italic"), local("Lato-Italic"), url(/fonts/Lato-Italic.eot?hash=13674630016?#iefix) format("embedded-opentype"), url(/fonts/Lato-Italic.woff?hash=13674630016) format("woff"), url(/fonts/Lato-Italic.ttf?hash=13674630016) format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-Semibold.eot?hash=13674630016);
  src: local("Lato Semibold"), local("Lato-Semibold"), url(/fonts/Lato-Semibold.eot?hash=13674630016?#iefix) format("embedded-opentype"), url(/fonts/Lato-Semibold.woff?hash=13674630016) format("woff"), url(/fonts/Lato-Semibold.ttf?hash=13674630016) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-Bold.eot?hash=13674630016);
  src: local("Lato Bold"), local("Lato-Bold"), url(/fonts/Lato-Bold.eot?hash=13674630016?#iefix) format("embedded-opentype"), url(/fonts/Lato-Bold.woff?hash=13674630016) format("woff"), url(/fonts/Lato-Bold.ttf?hash=13674630016) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-BoldItalic.eot?hash=13674630016);
  src: local("Lato Bold Italic"), local("Lato-BoldItalic"), url(/fonts/Lato-BoldItalic.eot?hash=13674630016?#iefix) format("embedded-opentype"), url(/fonts/Lato-BoldItalic.woff?hash=13674630016) format("woff"), url(/fonts/Lato-BoldItalic.ttf?hash=13674630016) format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-LightItalic.eot?hash=13674630016);
  src: local("Lato Light Italic"), local("Lato-LightItalic"), url(/fonts/Lato-LightItalic.eot?hash=13674630016?#iefix) format("embedded-opentype"), url(/fonts/Lato-LightItalic.woff?hash=13674630016) format("woff"), url(/fonts/Lato-LightItalic.ttf?hash=13674630016) format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-Light.eot?hash=13674630016);
  src: local("Lato Light"), local("Lato-Light"), url(/fonts/Lato-Light.eot?hash=13674630016?#iefix) format("embedded-opentype"), url(/fonts/Lato-Light.woff?hash=13674630016) format("woff"), url(/fonts/Lato-Light.ttf?hash=13674630016) 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=13674630016) center center no-repeat;
}

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

    src: url(/fonts/slick.eot?hash=13674630016);
    src: url(/fonts/slick.eot?hash=13674630016?#iefix) format('embedded-opentype'), url(/fonts/slick.woff?hash=13674630016) format('woff'), url(/fonts/slick.ttf?hash=13674630016) format('truetype'), url(/images/slick.svg?hash=13674630016#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%;
}
