* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header,
footer,
nav {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  font-weight: 400;
}
ul {
  list-style: none;
}
img {
  width: auto;
  height: auto;
  border: none;
}
a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
a:hover,
a:active {
  color: #fff;
  opacity: 0.9;
}
html,
body {
  background-color: #0a3d68;
  color: #fff;
  line-height: 1;
  margin: 0 auto;
  height: 100%;
  min-height: 100%;
  width: 100%;
  font-family: 'Trebuchet MS', 'Helvetica CY', sans-serif;
  font-size: 16px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px !important;
  }
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px !important;
  }
}
.clearfix::after,
.form-captcha::after,
.clearfix::before,
.form-captcha::before {
  content: "";
  display: table;
  clear: both;
}
.clearfix::after,
.form-captcha::after {
  visibility: hidden;
}
.none-display {
  display: none;
}
.hidden {
  display: none !important;
}
.wrapper {
  min-height: 100%;
  background-image: url("../img/search-bg-image.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  width: 100%;
}
.wrapper-covered {
  position: fixed;
}
.wrapper-covered::after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.4);
}
.wrapper-covered--overlayed::after {
  z-index: 9;
}
.main {
  height: 100%;
  padding-bottom: 140px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.header {
  margin-bottom: 15px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 7;
  background-color: #e32157;
}
.header__wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 724px;
  position: relative;
}
.header__icon,
.page__header-btn {
  height: 55px;
  width: auto;
  line-height: 55px;
  padding: 0 5px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.header__icon svg,
.header__search-icon svg,
.page__header-btn svg {
  width: 22px;
  height: 100%;
  fill: #fff;
}
.header__icon--filter {
  font-size: 21px;
  padding-left: 10px;
}
.header__location {
  width: 100%;
  height: 100%;
  max-width: 724px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  height: 55px;
  padding: 0 10px;
  z-index: 0;
}
.header__menu-button {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: relative;
  margin-right: 8px;
  top: -3px;
}
.header__menu-button::before,
.header__menu-button::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
}
.header__menu-button::before {
  top: -5px;
}
.header__menu-button::after {
  top: 5px;
}
.header__menu-close {
  width: 40px;
  background-color: transparent;
  position: relative;
}
.header__menu-close::before,
.header__menu-close::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 28px;
  left: 10px;
}
.header__menu-close::before {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.header__menu-close::after {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.header__location-input-wrapper {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  position: relative;
}
.header__location-pin {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 23px;
  opacity: 0.6;
  fill: #fff;
}
.header__location-input {
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  border: none;
  background-color: #e32157;
  color: #fff;
  font-weight: 400;
  font-size: 1.25rem;
  padding: 4px 10px 4px 30px;
  border: 1px solid rgba(255,255,255,0);
}
.header__location-input::-webkit-input-placeholder {
  color: #fff;
}
.header__location-input::-moz-placeholder {
  color: #fff;
}
.header__location-input:-moz-placeholder {
  color: #fff;
}
.header__location-input:-ms-input-placeholder {
  color: #fff;
}
.header__location-input:focus {
  outline: none;
  border-color: rgba(255,255,255,0.25);
}
.header__location-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.header__location-input:focus::-moz-placeholder {
  color: transparent;
}
.header__location-input:focus:-moz-placeholder {
  color: transparent;
}
.header__location-input:focus:-ms-input-placeholder {
  color: transparent;
}
.header__location-input--wide {
  width: -webkit-calc(100vw - 15px);
  width: calc(100vw - 15px);
  max-width: 724px;
}
.header__search {
  width: 100%;
  padding: 0;
  display: none;
}
.header__search-info {
  padding: 10px 40px;
  background-color: #e32157;
}
@media screen and (max-width: 724px) {
  .header__search-info {
    padding: 10px 15px;
  }
}
.header__city-wrapper {
  position: relative;
  display: inline-block;
}
.header__city {
  display: inline-block;
  border-bottom: 1px dashed rgba(255,255,255,0.6);
}
.header__cities-list {
  display: none;
  position: absolute;
  width: 240px;
  top: 27px;
  left: -10px;
  padding: 0 0 10px 10px;
  z-index: 10;
  background-color: #05427d;
}
.header__cities-item {
  display: inline-block;
  border-bottom: 1px dashed rgba(255,255,255,0.6);
  margin: 10px 0 0;
}
.header__search-wrapper {
  position: relative;
  padding: 0 10px;
}
.header__search-input {
  height: 50px;
  line-height: 50px;
  width: 100%;
  border: 1px solid rgba(255,255,255,0.25);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #e32157;
  text-transform: uppercase;
  padding: 0 40px;
  margin-bottom: 5px;
  font-weight: 700;
  position: relative;
  color: #fff;
}
.header__search-input:focus {
  outline: none;
  border: 1px solid rgba(255,255,255,0.45);
}
.header__search-input::-webkit-input-placeholder {
  color: #fff;
}
.header__search-input::-moz-placeholder {
  color: #fff;
}
.header__search-input:-moz-placeholder {
  color: #fff;
}
.header__search-input:-ms-input-placeholder {
  color: #fff;
}
.header__search-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.header__search-input:focus::-moz-placeholder {
  color: transparent;
}
.header__search-input:focus:-moz-placeholder {
  color: transparent;
}
.header__search-input:focus:-ms-input-placeholder {
  color: transparent;
}
@media screen and (max-width: 724px) {
  .header__search-input {
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 0.875rem;
    padding: 0 15px;
    height: 45px;
    line-height: 42px;
  }
}
.header__search-icon {
  width: 23px;
  height: 24px;
  position: absolute;
  top: 14px;
  right: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 724px) {
  .header__search-icon {
    right: 14px;
    top: 13px;
  }
}
.menu-panel {
  width: 300px;
  height: 100vh;
  padding: 20px;
  position: fixed;
  left: -300px;
  top: 0;
  -webkit-transition: left 300ms linear;
  transition: left 300ms linear;
  z-index: 11;
  background-color: #fff;
  color: #05427d;
}
.menu-panel--visible {
  left: 0;
}
.menu-panel__top {
  height: 32px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(5,66,125,0.3);
}
.menu-panel__close,
.close-x,
.map-close,
.profile__photo-remove,
.profile__input-cancel {
  width: 58px;
  height: 48px;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 4px;
  cursor: pointer;
}
.menu-panel__close::before,
.close-x::before,
.map-close::before,
.profile__photo-remove::before,
.profile__input-cancel::before,
.menu-panel__close::after,
.close-x::after,
.map-close::after,
.profile__photo-remove::after,
.profile__input-cancel::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #05427d;
  position: absolute;
  top: 20px;
  left: 10px;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.menu-panel__close::before,
.close-x::before,
.map-close::before,
.profile__photo-remove::before,
.profile__input-cancel::before {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.menu-panel__close::after,
.close-x::after,
.map-close::after,
.profile__photo-remove::after,
.profile__input-cancel::after {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.menu-panel__close:hover::before,
.close-x:hover::before,
.map-close:hover::before,
.profile__photo-remove:hover::before,
.profile__input-cancel:hover::before,
.menu-panel__close:active::before,
.close-x:active::before,
.map-close:active::before,
.profile__photo-remove:active::before,
.profile__input-cancel:active::before,
.menu-panel__close:focus::before,
.close-x:focus::before,
.map-close:focus::before,
.profile__photo-remove:focus::before,
.profile__input-cancel:focus::before,
.menu-panel__close:hover::after,
.close-x:hover::after,
.map-close:hover::after,
.profile__photo-remove:hover::after,
.profile__input-cancel:hover::after,
.menu-panel__close:active::after,
.close-x:active::after,
.map-close:active::after,
.profile__photo-remove:active::after,
.profile__input-cancel:active::after,
.menu-panel__close:focus::after,
.close-x:focus::after,
.map-close:focus::after,
.profile__photo-remove:focus::after,
.profile__input-cancel:focus::after {
  background-color: #e32157;
}
.menu-panel__content {
  color: rgba(5,66,125,0.45);
  text-align: center;
  font-size: 1.1rem;
  height: -webkit-calc(100vh - 70px);
  height: calc(100vh - 70px);
  overflow-y: auto;
}
.menu-panel__item {
  display: block;
  padding: 4px 0;
  border-bottom: 1px solid rgba(5,66,125,0.2);
}
.menu-panel__link {
  color: rgba(5,66,125,0.6);
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 30px;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
}
.menu-panel__link:hover,
.menu-panel__link:active {
  color: rgba(5,66,125,0.6);
  opacity: 0.9;
}
.menu-panel__link:active,
.menu-panel__link:hover {
  opacity: 1;
  color: rgba(5,66,125,0.9);
}
.menu-panel__link:active .menu-panel__contact-icon,
.menu-panel__link:hover .menu-panel__contact-icon {
  opacity: 1;
}
.menu-panel__link::after {
  content: "";
  display: block;
  height: 100%;
  width: 20px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #fff), to(rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(right, #fff 0, rgba(255,255,255,0) 100%);
  background-image: linear-gradient(to left, #fff 0, rgba(255,255,255,0) 100%);
}
.menu-panel__link-text {
  width: 200px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
}
.menu-panel__contact-icon {
  display: inline-block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  margin: 6px 10px 6px 0;
  float: left;
  font-size: 25px;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  fill: #05427d;
}
.menu-panel__contact-icon--sm {
  font-size: 20px;
  padding-top: 2px;
}
.menu-modal_item-panel {
  display: block;
  margin: 0;
  padding: 2px 10px;
  list-style: none;
}
.menu-panel__input {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
}
.menu-panel__input[checked] ~ .menu-panel__label::after {
  display: block;
}
.menu-panel__label {
  display: block;
  width: 100%;
  position: relative;
  padding: 8px 4px 10px 30px;
  text-align: left;
}
.menu-panel__label::before,
.menu-panel__label::after {
  content: "";
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #05427d;
  position: absolute;
  opacity: 0.45;
}
.menu-panel__label::before {
  width: 14px;
  height: 14px;
  left: 6px;
  top: 9px;
}
.menu-panel__label::after {
  width: 8px;
  height: 8px;
  left: 9px;
  top: 12px;
  background-color: #05427d;
  display: none;
}
.order-counter {
  width: 18px;
  height: 18px;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
  -webkit-animation: heartBeat 1.4s infinite;
  animation: heartBeat 1.4s infinite;
}
.menu-panel__link-counter {
  left: 13px;
  top: -5px;
  background-color: #e32157;
  color: #fff;
}
.header__order-counter {
  top: 11px;
  right: 4px;
  background-color: #fff;
  color: #e32157;
}
.login-modal-wrapper .fancybox-skin,
.login-modal .fancybox-skin {
  background: #05427d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.menu-wrapper {
  font-size: 1.25rem;
}
.close-x-wrapper {
  height: 20px;
  position: relative;
}
.close-x,
.map-close,
.profile__photo-remove,
.profile__input-cancel {
  width: 40px;
  height: 40px;
  right: 10px;
  top: 5px;
}
.close-x::before,
.map-close::before,
.profile__photo-remove::before,
.profile__input-cancel::before,
.close-x::after,
.map-close::after,
.profile__photo-remove::after,
.profile__input-cancel::after {
  background-color: #fff;
}
.login-modal {
  width: 300px;
  margin: 0 auto;
}
.order-step-modal__wrapper {
  padding: 15px 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #05427d;
  color: #fff;
  text-transform: none;
  font-size: 1rem;
  text-align: center;
}
.error {
  text-align: left;
  font-size: 0.85rem;
  padding: 0 0 10px 0;
}
.error--matched {
  color: rgba(227,33,87,0.7);
}
.hide-all-except-header {
  width: 100%;
  background: #e32157;
  position: absolute;
  top: 55px;
  bottom: 0;
  z-index: 10;
}
.header__icon--location {
  display: none;
}
.hide-all-except-header ~ .header .header__icon:not(.header__icon--location) {
  display: none;
}
.hide-all-except-header ~ .header .header__icon.header__icon--location {
  display: block;
}
.order-step-modal__header {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.form-control,
.registration-form__input {
  width: 100%;
  height: 40px;
  border: 1px solid #ded3d3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
  outline: none;
  padding: 0 10px;
}
.login__stay-logged,
.spend-points__checkbox-wrapper,
.routers__item-check,
.routers-formset__part--checkbox-wrapper {
  text-align: left;
  margin-bottom: 20px;
  position: relative;
}
.login__stay-logged input,
.spend-points__checkbox-wrapper input,
.routers__item-check input,
.routers-formset__part--checkbox-wrapper input,
.routers-checkbox-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.login__stay-logged input:checked ~ label::after,
.spend-points__checkbox-wrapper input:checked ~ label::after,
.routers__item-check input:checked ~ label::after,
.routers-formset__part--checkbox-wrapper input:checked ~ label::after,
.routers-checkbox-input:checked ~ label::after {
  display: block;
}
.login__stay-logged label,
.spend-points__checkbox-wrapper label,
.routers__item-check label,
.routers-formset__part--checkbox-wrapper label,
.routers-checkbox-label,
.routers-radio-label.routers-radio-label {
  margin-left: 30px;
}
.login__stay-logged label::before,
.spend-points__checkbox-wrapper label::before,
.routers__item-check label::before,
.routers-formset__part--checkbox-wrapper label::before,
.routers-checkbox-label::before,
.routers-radio-label.routers-radio-label::before {
  content: "";
  position: absolute;
  left: 2px;
  top: -3px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: transparent;
  border: 2px solid #e32157;
}
.login__stay-logged label::after,
.spend-points__checkbox-wrapper label::after,
.routers__item-check label::after,
.routers-formset__part--checkbox-wrapper label::after,
.routers-checkbox-label::after,
.routers-radio-label.routers-radio-label::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 11px;
  height: 11px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background-color: #e32157;
  display: none;
}
.form-captcha {
  margin-bottom: 10px;
  position: relative;
}
.l-col-basis-200,
.l-col-basis-300 {
  float: left;
}
.l-col-basis-200 {
  width: 35%;
  text-align: left;
}
.l-col-basis-300 {
  width: 65%;
}
.registration-form__label {
  display: none;
}
.registration-form__captcha-image {
  display: inline-block;
  width: 80px;
  margin-top: 5px;
}
.sign-button {
  width: 100%;
  height: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #e32157;
  border: none;
  outline: none;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  cursor: pointer;
}
.sign-button[disabled] {
  opacity: 0.7;
}
.sign-button_base {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #e32157;
  border: none;
  outline: none;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.sign-button_base[disabled] {
  opacity: 0.7;
}
.password-reset {
  margin-bottom: 10px;
}
.modal_secondary-action {
  margin-bottom: 15px;
}
.modal_secondary-action a {
  border-bottom: 1px dashed rgba(255,255,255,0.6);
}
.social-auth h5 {
  margin: 10px 0;
}
.signup-actions .sign-button {
  margin-top: 10px;
}
.login-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 10000;
}
.login-spinner-icon {
  display: block;
  position: relative;
  margin: 0 auto;
  top: -webkit-calc(50% - 40px);
  top: calc(50% - 40px);
  color: #fff;
}
.password-reset-confirmation {
  position: absolute;
  top: 58px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #05427d;
  text-align: center;
  padding: 50px 20px;
}
.password-reset-error {
  margin-bottom: 10px;
  padding: 5px;
  color: #e32157;
  border: 1px solid #e32157;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ui-autocomplete {
  background: #e32157;
  color: #fff;
  border: none;
  border-left: 1px solid rgba(255,255,255,0.25);
  border-right: 1px solid rgba(255,255,255,0.25);
}
.ui-autocomplete .ui-menu-item {
  padding: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.25);
}
.ui-autocomplete .ui-title {
  background: #fff;
  color: #e32157;
  font-weight: 700;
}
.ui-autocomplete .ui-state-focus {
  background: #fff;
  color: #e32157;
}
.ui-autocomplete .ui-state-focus:not(.ui-title) {
  border-color: #fff;
}
.profile__input::-webkit-input-placeholder {
  color: rgba(255,255,255,0.19);
}
.required {
  border: 1px solid #f00;
}
#noty_bottom_layout_container {
  width: 100% !important;
  left: 0 !important;
}
.noty_message {
  padding: 10px;
  background-color: #05427d;
  color: #fff;
  font-size: 1.2rem;
  -webkit-box-shadow: 0 0 0 1px #42709d;
  box-shadow: 0 0 0 1px #42709d;
  text-align: center;
}
.radio-btn {
  display: inline-block;
  margin: 10px;
}
.radio-btn__input {
  position: absolute;
  opacity: 0;
}
.radio-btn__input:checked ~ .radio-btn__label::after {
  display: block;
}
.radio-btn__label {
  position: relative;
  padding-left: 24px;
}
.radio-btn__label::before,
.radio-btn__label::after {
  content: "";
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.radio-btn__label::before {
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  border: 1px solid #ded3d3;
}
.radio-btn__label::after {
  width: 8px;
  height: 8px;
  top: 4px;
  left: 4px;
  background-color: #e32157;
  display: none;
}
.fancybox-overlay {
  background: rgba(0,0,0,0.5);
}
.first-cover {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255,255,255,0.6)), to(rgba(255,255,255,0.6))), url("../img/search-bg-image.jpg");
  background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0.6) 0, rgba(255,255,255,0.6) 100%), url("../img/search-bg-image.jpg");
  background-image: linear-gradient(to top, rgba(255,255,255,0.6) 0, rgba(255,255,255,0.6) 100%), url("../img/search-bg-image.jpg");
  color: #05427d;
  font-size: 18px;
  z-index: 10000;
}
.first-cover__inner {
  margin: auto;
  text-align: center;
}
.first-cover__title {
  font-size: 40px;
}
.first-cover__text {
  -webkit-animation: 3s linear greettext;
  animation: 3s linear greettext;
}
.first-cover__button {
  width: 200px;
  display: block;
  margin: 20px auto;
  padding: 10px 0;
  border: 1px solid #05427d;
  color: #05427d;
  text-transform: uppercase;
  opacity: 0.6;
}
.first-cover__button:hover,
.first-cover__button:active,
.first-cover__button:focus {
  color: #05427d;
  opacity: 1;
}
.search-page__spinner {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: -webkit-calc(50% - 40px);
  left: calc(50% - 40px);
  top: -webkit-calc(50% - 40px);
  top: calc(50% - 40px);
  z-index: 100000;
}
.ordered-category__item .search-page__spinner {
  top: -20px;
}
.r-bounds {
  fill: none;
  stroke: #aaa;
}
.svg-preloader {
  height: 80px;
  width: 80px;
}
.g-circles {
  fill: #fff;
}
.u-spinner {
  -webkit-transform-origin: 40px 40px;
  transform-origin: 40px 40px;
  -webkit-animation: opacity 1.2s linear infinite;
  animation: opacity 1.2s linear infinite;
}
.u-spinner:nth-child(12n + 1) {
  -webkit-transform: rotate(-30deg) translate(10px, 10px) scale(0.85);
  transform: rotate(-30deg) translate(10px, 10px) scale(0.85);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.u-spinner:nth-child(12n + 2) {
  -webkit-transform: rotate(-60deg) translate(10px, 10px) scale(0.85);
  transform: rotate(-60deg) translate(10px, 10px) scale(0.85);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.u-spinner:nth-child(12n + 3) {
  -webkit-transform: rotate(-90deg) translate(10px, 10px) scale(0.85);
  transform: rotate(-90deg) translate(10px, 10px) scale(0.85);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.u-spinner:nth-child(12n + 4) {
  -webkit-transform: rotate(-120deg) translate(10px, 10px) scale(0.85);
  transform: rotate(-120deg) translate(10px, 10px) scale(0.85);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.u-spinner:nth-child(12n + 5) {
  -webkit-transform: rotate(-150deg) translate(10px, 10px) scale(0.85);
  transform: rotate(-150deg) translate(10px, 10px) scale(0.85);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.u-spinner:nth-child(12n + 6) {
  -webkit-transform: rotate(-180deg) translate(10px, 10px) scale(0.85);
  transform: rotate(-180deg) translate(10px, 10px) scale(0.85);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.u-spinner:nth-child(12n + 7) {
  -webkit-transform: rotate(-210deg) translate(10px, 10px) scale(0.85);
  transform: rotate(-210deg) translate(10px, 10px) scale(0.85);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.u-spinner:nth-child(12n + 8) {
  -webkit-transform: rotate(-240deg) translate(10px, 10px) scale(0.85);
  transform: rotate(-240deg) translate(10px, 10px) scale(0.85);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.u-spinner:nth-child(12n + 9) {
  -webkit-transform: rotate(-270deg) translate(10px, 10px) scale(0.85);
  transform: rotate(-270deg) translate(10px, 10px) scale(0.85);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.u-spinner:nth-child(12n + 10) {
  -webkit-transform: rotate(-300deg) translate(10px, 10px) scale(0.85);
  transform: rotate(-300deg) translate(10px, 10px) scale(0.85);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.u-spinner:nth-child(12n + 11) {
  -webkit-transform: rotate(-330deg) translate(10px, 10px) scale(0.85);
  transform: rotate(-330deg) translate(10px, 10px) scale(0.85);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.u-spinner:nth-child(12n + 12) {
  -webkit-transform: rotate(-360deg) translate(10px, 10px) scale(0.85);
  transform: rotate(-360deg) translate(10px, 10px) scale(0.85);
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.banner__icon {
  width: 176px;
  position: absolute;
  left: -webkit-calc(50% - 88px);
  left: calc(50% - 88px);
  top: 8px;
}
.banner__main {
  width: 140px;
  font-size: 3.4em;
  position: absolute;
  top: 58px;
  left: 50px;
  color: #fff;
}
.banner__additional {
  display: block;
  text-align: center;
  font-size: 14px;
}
.banner__text {
  position: relative;
  top: 189px;
}
.close-x--sm {
  right: 4px;
  top: 4px;
}
.close-x--sm::before,
.close-x--sm::after {
  width: 14px;
  top: 10px;
  left: 24px;
  background-color: #cdcdcd;
}
@-webkit-keyframes heartBeat {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  18% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  18% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes greettext {
  from {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes greettext {
  from {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes opacity {
  0% {
    fill-opacity: 1;
  }
  75% {
    fill-opacity: 0.4;
  }
}
@keyframes opacity {
  0% {
    fill-opacity: 1;
  }
  75% {
    fill-opacity: 0.4;
  }
}
.search-page {
  width: 100%;
  margin: 60px auto 0;
}
.search-page__content {
  margin-top: 39px;
  padding-top: 65px;
}
.search--bottom-text {
  height: 120px;
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  margin-top: -90px;
  color: #739abe;
  line-height: 1.1;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 724px) {
  .search--bottom-text {
    font-size: 1rem;
  }
}
.search--bottom-text a {
  text-decoration: underline;
  color: #fff;
  cursor: default;
}
.search--bottom-text .search-page__links-wrapper {
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
.search-page__links-wrapper {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  font-size: 1rem;
}
.search-page__links-wrapper--narrow {
  line-height: 1.2;
}
.search-page__links-wrapper--hotel {
  margin-top: 40px;
  padding-bottom: 0;
}
.search-page__links-wrapper--hotel .search-page__link--qr {
  margin-bottom: 0;
  margin-top: 30px;
}
.search-page__links-wrapper--logo {
  margin-top: 100px;
}
.search-page_logo {
  margin: 0 auto;
  width: 180px;
  height: auto;
}
.logo {
  width: 180px;
  height: auto;
}
.search-page__link-block {
  display: block;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 210px;
  width: 100%;
  background-color: rgba(0,0,0,0.6);
  border: 1px solid #fff;
  margin-bottom: 5px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 724px) {
  .search-page__link-block {
    height: 195px;
  }
}
.search-page__link-block::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.4);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.search-page__link-block:hover::after,
.search-page__link-block:active::after {
  background-color: rgba(0,0,0,0.2);
}
.search-page__link-block-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}
.search-page__link-block--hotels .search-page__link-block-img {
  object-fit: cover;
  object-position: 50% 38%;
  font-family: 'object-fit: cover; object-position: 50% 38%';
}
.search-page__link-block--tours .search-page__link-block-img {
  object-fit: cover;
  object-position: 50% 65%;
  font-family: 'object-fit: cover; object-position: 50% 65%';
}
.search-page__link-block--internet .search-page__link-block-img {
  object-fit: cover;
  object-position: 50% 34%;
  font-family: 'object-fit: cover; object-position: 50% 34%';
}
.search-page__link-block--cruise .search-page__link-block-img {
  object-fit: cover;
  object-position: 50% 34%;
  font-family: 'object-fit: cover; object-position: 50% 34%';
}
.search-page__taxi-wrapper {
  width: 100%;
  height: 210px;
  margin-bottom: 5px;
  background-color: rgba(0,0,0,0.6);
}
@media screen and (max-width: 724px) {
  .search-page__taxi-wrapper {
    height: 195px;
  }
}
.search-page__taxi-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.search-page__link-block--taxi {
  height: 100%;
}
.search-page__link-block--taxi:last-child {
  border-left: none;
}
.search-page__link-block--taxi .search-page__link-block-img {
  object-fit: cover;
  object-position: 50% 30%;
  font-family: 'object-fit: cover; object-position: 50% 30%';
}
.search-page__link {
  display: inline-block;
  padding: 10px;
  border: 1px solid #fff;
  max-width: 80%;
  font-size: 1.3rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
  z-index: 1;
}
@media screen and (max-width: 724px) {
  .search-page__link {
    font-size: 1.1rem;
  }
}
.search-page__link img {
  height: 40px;
  float: left;
  margin-right: 10px;
}
.search-page__link--qr {
  margin: 20px 0;
}
.header__filter-panel {
  position: fixed;
  right: -300px;
  top: 0;
  -webkit-transition: right 300ms linear;
  transition: right 300ms linear;
  z-index: 10;
}
.header__filter-panel--visible {
  right: 0;
}
.filter-panel {
  width: 300px;
  height: 100vh;
  padding: 20px;
  background-color: #fff;
  color: #05427d;
}
.filter-panel__top {
  text-align: right;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(5,66,125,0.3);
}
.filter-panel__top-button,
.tabs__header-item,
.show-all-btn,
.ordered-category_change-delete,
.ordered-category_change-edit {
  padding-right: 15px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
}
.filter-panel__top-button--matched {
  color: #e32157;
}
.filter-panel__content {
  overflow-y: auto;
  height: -webkit-calc(100vh - 70px);
  height: calc(100vh - 70px);
  padding-top: 10px;
  padding-bottom: 20px;
}
.filter-panel__bottom {
  border-top: 1px solid rgba(5,66,125,0.3);
  text-align: right;
  padding-top: 15px;
}
.filter__buttons-list {
  padding: 0 0 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(5,66,125,0.3);
  position: relative;
}
.filter__buttons-item {
  display: inline-block;
  width: 50%;
  float: left;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #e32157;
  border: 1px solid #e32157;
  border-right: none;
  font-size: 0.875rem;
}
.filter__buttons-item:last-of-type {
  border-right: 1px solid #e32157;
}
.filter__buttons-item--active {
  color: #fff;
  background-color: #e32157;
  border: none;
}
.filter__title {
  padding: 14px 0;
  cursor: pointer;
}
.filter__title-icon {
  width: 10px;
  height: 10px;
  float: right;
  margin-top: 2px;
  fill: rgba(5,66,125,0.4);
}
.filter__title-sub-info {
  color: rgba(5,66,125,0.4);
}
.search-page__links {
  margin-bottom: 20px;
  text-align: center;
}
.search-page__links-inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
.search-page__links-inner .restaurant__time-item {
  max-width: 120px;
}
.restaurants {
  display: none;
  width: 100%;
  max-width: 724px;
  margin: 0 auto;
}
.restaurants__wrapper {
  margin-bottom: 5px;
}
.restaurants__type {
  position: relative;
  display: block;
  width: -webkit-calc(50% - 2px);
  width: calc(50% - 2px);
  height: 180px;
  margin: 0 1px;
  float: left;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2px;
  cursor: pointer;
}
.restaurants__type::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.3);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.restaurants__type:hover::after,
.restaurants__type:active::after {
  background-color: transparent;
}
.restaurants__type--excursions {
  width: 100%;
}
.restaurants__type-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}
.restaurants-list {
  padding-top: 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 724px;
}
.restaurants__type-info {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.1rem;
  width: 100%;
  word-wrap: break-word;
  z-index: 1;
}
.search-page__result {
  padding-top: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 724px;
}
.search-page__result .search-page__list {
  background: transparent;
  border: none;
  padding: 0 42px;
}
@media screen and (max-width: 724px) {
  .search-page__result .search-page__list {
    padding: 0 15px;
  }
}
.search-page__result .search-item {
  display: block;
  margin: 15px 0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.4);
}
.search-page__result .search-item:hover {
  color: #fff;
  text-decoration: none;
}
.search-page__item {
  display: block;
}
.data-container,
.img-container {
  display: inline-block;
  vertical-align: top;
}
.data-container {
  padding: 0 5px;
  height: auto;
  font-weight: 700;
  font-size: 1.25rem;
  max-width: 75%;
}
@media screen and (max-width: 724px) {
  .data-container {
    font-size: 1rem;
  }
}
.img-container {
  display: inline-block;
  max-width: 25%;
  text-transform: none;
}
.img-container img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 40px;
}
.sub-info {
  font-size: 0.85rem;
  font-weight: 400;
}
.search-page__result .restaurant-item {
  border-bottom: none;
  cursor: pointer;
  text-transform: none;
}
.restaurant__img-container {
  width: 85px;
  height: 85px;
  float: left;
  overflow: hidden;
  margin-right: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .restaurant__img-container {
    margin-right: 16px;
  }
}
.restaurant__img-container img {
  width: 100%;
  height: 85px;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}
.restaurant__img-block {
  width: 85px;
  height: 85px;
  background: transparent;
  border: 1px solid #fff;
}
.restaurant__closed-mark {
  position: absolute;
  width: 100%;
  padding: 4px;
  background-color: #e32157;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  font-size: 0.9rem;
}
.restaurant__data-container {
  width: -webkit-calc(100% - 95px);
  width: calc(100% - 95px);
  display: inline-block;
  height: 100px;
  padding-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .restaurant__data-container {
    margin-right: 16px;
    width: -webkit-calc(100% - 341px);
    width: calc(100% - 341px);
  }
}
.restaurant__title {
  margin: 0px 0 12px;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.1rem;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.restaurant__title-title {
  width: 100%;
  overflow: hidden;
  padding-top: 3px;
}
.restaurant__sub-info {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.8rem;
  height: 60px;
}
.restaurant__main-info {
  width: 55%;
}
.restaurant_address-subinfo {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.restaurant__sub-subinfo {
  padding-top: 1px;
  padding-bottom: 10px;
  font-size: 0.8rem;
  white-space: nowrap;
}
.restaurant__sub-subinfo--matched {
  position: relative;
  top: -5px;
  padding-bottom: 5px;
  cursor: pointer;
}
.restaurant__sub-icon {
  height: 14px;
  width: 14px;
  margin-right: 3px;
  fill: #e32157;
  position: relative;
  top: 2px;
}
.restaurant__distance-pin {
  width: 12px;
  height: 12px;
  position: relative;
  top: 1px;
  fill: #fff;
}
.restaurant__time-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: -webkit-calc(100% - 101px);
  width: calc(100% - 101px);
  float: right;
}
.restaurant-page .restaurant__time-container {
  width: 97%;
}
@media screen and (min-width: 600px) {
  .restaurant__time-container {
    width: 224px;
  }
  .restaurant-page .restaurant__time-container {
    width: 300px;
  }
}
.restaurant__time-item,
.restaurant__delivery-link,
.restaurant__pax-confirm {
  padding-top: 8px;
  padding-bottom: 6px;
  text-align: center;
  background-color: #e32157;
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 0.9rem;
  position: relative;
  width: 30%;
  margin-right: 5%;
  white-space: nowrap;
  outline: none;
  border: none;
}
.restaurant__time-item:hover,
.restaurant__delivery-link:hover,
.restaurant__pax-confirm:hover,
.restaurant__time-item:active,
.restaurant__delivery-link:active,
.restaurant__pax-confirm:active,
.restaurant__time-item:focus,
.restaurant__delivery-link:focus,
.restaurant__pax-confirm:focus {
  outline: none;
  border: none;
}
.restaurant-page .restaurant__time-item,
.restaurant-page .restaurant__delivery-link,
.restaurant-page .restaurant__pax-confirm {
  width: 22%;
  margin-right: 3%;
}
.restaurant-page .restaurant__time-item:last-child,
.restaurant-page .restaurant__delivery-link:last-child,
.restaurant-page .restaurant__pax-confirm:last-child {
  margin-right: 0;
}
.restaurant__time-item:last-child,
.restaurant__delivery-link:last-child,
.restaurant__pax-confirm:last-child {
  margin-right: 0;
}
@media screen and (max-width: 345px) {
  .restaurant__time-item,
  .restaurant__delivery-link,
  .restaurant__pax-confirm {
    width: 60px;
  }
}
.restaurant__time-item--with-bonus {
  height: 49px;
}
.restaurant__time-item-bonus {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0px;
  height: 20px;
  line-height: 20px;
  width: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  border: 1px solid #e32157;
  border-top: none;
  text-transform: lowercase;
  font-size: 0.7rem;
  text-align: center;
  background-color: #fff;
  color: #e32157;
}
.restaurant__time-item--empty {
  background-color: rgba(227,33,87,0.4);
  height: 29px;
}
.restaurant__delivery-link {
  width: auto;
  margin-left: 10px;
  padding: 2px 4px;
  background: transparent;
}
.restaurant__delivery-link img {
  height: 30px;
}
.restaurant__pax {
  display: none;
  float: right;
  margin-top: 5px;
}
@media screen and (min-width: 600px) {
  .restaurant__pax {
    width: 295px;
    margin-top: 0;
  }
}
.restaurant__pax-container {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.9rem;
  width: 100%;
  margin-top: 8px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: initial;
}
@media screen and (min-width: 600px) {
  .restaurant__pax-container {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.restaurant__pax-span {
  margin-right: 5px;
}
.restaurant__pax-confirm {
  width: auto;
  padding: 9px 12px;
  margin-left: 10px;
}
@media screen and (max-width: 345px) {
  .restaurant__pax-confirm {
    width: auto;
  }
}
.restaurant__additional-info {
  text-align: right;
  width: 45%;
}
.search-page__result-button {
  display: block;
  margin: 0 auto;
  width: 200px;
}
.filter-modal {
  margin: 0 auto;
  margin-top: 0px;
  height: auto;
  max-height: -webkit-calc(100vh - 120px);
  max-height: calc(100vh - 120px);
}
.filter-modal__top {
  text-align: left;
  text-transform: none;
}
.filter-modal__content {
  height: auto;
  max-height: -webkit-calc(100vh - 234px);
  max-height: calc(100vh - 234px);
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: none;
  text-align: left;
}
.filter-modal__item {
  position: relative;
}
.filter-modal__item-input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.filter-modal__item-input:checked ~ .filter-modal__item-label::before,
.filter-modal__item-input:checked ~ .filter-modal__item-label::after {
  display: block;
}
.filter-modal__item-label {
  display: block;
  width: 100%;
  position: relative;
  padding: 9px 0;
}
.filter-modal__item-label::before,
.filter-modal__item-label::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #e32157;
  display: none;
}
.filter-modal__item-label::before {
  width: 8px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  right: 25px;
  bottom: 17px;
}
.filter-modal__item-label::after {
  width: 19px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  right: 11px;
  bottom: 21px;
}
.restaurant__pax-select {
  width: 68px;
  height: 29px;
  margin-right: 10px;
}
.datetimefilter-plugin-wrapper {
  width: 100%;
  background: #fff;
  color: #000;
  position: relative;
  z-index: 1;
}
.datetimefilter-plugin-wrapper .swiper-container {
  width: 100%;
  height: 100%;
}
.datetimefilter-plugin-wrapper .swiper-slide {
  text-align: center;
  font-size: 1.2rem;
  height: 30px;
  background: rgba(0,0,139,0);
/* Center slide text vertically */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #808080;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.datetimefilter-plugin-wrapper .swiper-slide-active {
  color: #000;
}
.datetimefilter-slider-container {
  overflow: hidden;
  height: 160px;
  width: 320px;
  margin: 0 auto;
}
.datetimefilter-slider-container.middle-border--off::before {
  visibility: hidden;
}
.datetimefilter-slider-container::before {
  content: "";
  height: 53px;
  margin-top: 53px;
  width: 100%;
  left: 0;
  border-top: 1px solid #ded3d3;
  border-bottom: 1px solid #ded3d3;
  position: absolute;
}
@media screen and (min-width: 724px) {
  .datetimefilter-slider-container {
    display: none;
  }
}
.datetimefilter-date,
.datetimefilter-pax,
.datetimefilter-time {
  display: inline-block;
  width: 100px;
}
.datetimefilter-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 53px;
}
@media screen and (max-width: 724px) {
  .datetimefilter-container {
    display: none;
  }
}
.restaurant-page .datetimefilter-container {
  height: 40px;
}
.datetimefilter__item {
  width: 25%;
  position: relative;
  border-right: 1px solid #ded3d3;
}
.datetimefilter__item:nth-of-type(2) {
  width: 50%;
}
.datetimefilter__item:nth-of-type(3) {
  border: none;
}
.restaurant-page .datetimefilter__item {
  border: 1px solid #ded3d3;
}
.restaurant-page .datetimefilter__item:nth-of-type(2) {
  border-right: none;
  border-left: none;
}
.datetimefilter__item-inner {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px 10px;
  background-color: #fff;
  color: #808080;
  font-size: 1.2rem;
  border: none;
  z-index: 1;
  cursor: pointer;
}
.datetimefilter__item-inner::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 14px;
  top: 23px;
  background-image: url("../img/caret-down.svg");
  background-size: cover;
}
.restaurant-page .datetimefilter__item-inner::after {
  top: 10px;
}
.datetimefilter__item-inner:focus {
  outline: none;
  -webkit-box-shadow: inset 0px 0px 1px 1px rgba(128,128,128,0.3);
  box-shadow: inset 0px 0px 1px 1px rgba(128,128,128,0.3);
}
.restaurant-page .datetimefilter__item-inner {
  padding: 13px 10px;
  font-size: 1rem;
}
.datetimefilter__input {
  position: absolute;
  left: 0;
  top: 53px;
  width: 100%;
  height: 200px;
  overflow-y: scroll;
}
.restaurant-page .datetimefilter__input {
  top: 40px;
}
.datetimefilter__input-item {
  display: block;
  height: 40px;
  width: 100%;
  padding: 10px 15px;
  background-color: #fff;
  color: #808080;
  border-top: 1px solid #ded3d3;
  -webkit-transition: background 150ms linear;
  transition: background 150ms linear;
  cursor: pointer;
}
.datetimefilter__input-item:hover {
  background-color: #ded3d3;
}
.restaurant-page .datetimefilter__input-item {
  border-left: 1px solid #ded3d3;
  border-right: 1px solid #ded3d3;
}
.datetimefilter__input-item--active {
  background-color: #e32157;
  color: #fff;
}
.ui-datepicker {
  z-index: 10000 !important;
  width: 300px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
}
.ui-datepicker td {
  padding: 1px 9px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 4px 0;
}
.ui-widget-header {
  border: none;
  background: transparent;
  color: #05427d;
}
.ui-widget-header .ui-icon {
  background-image: none;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  top: 0px;
  cursor: pointer;
  opacity: 0.5;
}
.ui-datepicker-prev.ui-state-hover,
.ui-datepicker-next.ui-state-hover {
  border: none;
  background: transparent;
  cursor: pointer;
  opacity: 1;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
  top: 16px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #e32157;
  border-right: 2px solid #e32157;
  cursor: pointer;
}
.ui-datepicker-prev {
  left: 20px;
}
.ui-datepicker-prev.ui-state-hover {
  left: 20px;
}
.ui-datepicker-prev span {
  left: 10px;
  -webkit-transform: rotateZ(-135deg);
  transform: rotateZ(-135deg);
}
.ui-datepicker-next {
  right: 20px;
}
.ui-datepicker-next.ui-state-hover {
  right: 20px;
}
.ui-datepicker-next span {
  right: 10px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.ui-datepicker-prev.ui-state-hover {
  left: 0;
}
.ui-datepicker-next.ui-state-hover {
  right: 0;
}
.ui-datepicker-calendar thead>tr {
  text-transform: uppercase;
  border-bottom: 1px solid rgba(5,66,125,0.3);
}
.ui-datepicker-calendar tbody {
  padding-top: 2px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: none;
  background: transparent;
  color: #808080;
  text-align: center;
  font-weight: normal;
  -webkit-transition: all 0ms;
  transition: all 0ms;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #e32157;
  color: #fff;
}
.datetimefilter-header {
  height: 50px;
  color: #fff;
  background-color: #e32157;
  border-bottom: 1px solid #e32157;
  line-height: 50px;
  text-align: center;
  font-size: 1.1rem;
}
.restaurant-page .datetimefilter-header {
  background-color: transparent;
  color: #333;
  border-bottom: none;
  text-align: left;
  height: 40px;
  line-height: 40px;
  padding-top: 5px;
}
.datetimefilter-header-content {
  visibility: hidden;
  cursor: pointer;
  white-space: nowrap;
}
.restaurant-page .datetimefilter-header-content {
  padding: 0 3%;
}
.restaurant-page .available-time-block {
  width: 100%;
  padding: 5px 0;
  border-top: 1px solid #ded3d3;
  border-bottom: 1px solid #ded3d3;
}
.restaurant-page .available-time-block .restaurant__time-item {
  min-width: 22%;
}
.restaurant-page .available-time-block .restaurant__time-container {
  float: initial;
}
@media screen and (max-width: 600px) {
  .restaurant-page .available-time-block .restaurant__time-container {
    margin: 0 3%;
  }
}
.restaurant-page__up-button {
  position: fixed;
  bottom: 0;
  right: 10px;
  width: auto;
  z-index: 100;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.restaurant-page__up-button:hover,
.restaurant-page__up-button:focus {
  background-color: #fff;
  color: #e32157;
  border: 1px solid #e32157;
}
.toggle-button {
  display: inline-block;
  width: 12px;
  height: 100%;
  margin: 0 10px;
}
.restaurant-page .toggle-button {
  margin: 0 0 0 5px;
  fill: #808080;
}
.datetimefilter__confirm {
  background-color: #e32157;
  text-align: center;
  padding: 6px 1px;
}
.restaurant-page .datetimefilter__confirm {
  background-color: transparent;
}
.datetimefilter__confirm-btn {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 44px;
  line-height: 44px;
  background-color: #e32157;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: 150ms;
  transition: 150ms;
}
.datetimefilter__confirm-btn:hover,
.datetimefilter__confirm-btn:focus {
  outline: none;
  border: none;
  background-color: #fff;
  color: #e32157;
}
.restaurant-page .datetimefilter__confirm-btn:hover,
.restaurant-page .datetimefilter__confirm-btn:focus {
  border: 1px solid #e32157;
}
.switch {
  position: absolute;
  right: 50px;
  top: -4px;
  display: inline-block;
}
.switch-label {
  position: absolute;
  width: 3rem;
  height: 1.6rem;
}
.switch-slider {
  position: absolute;
  height: 1.6rem;
  width: 3rem;
  font-size: 1rem;
  padding-top: 0.2rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,0.1) inset, 0 0 4px rgba(0,0,0,0.5) inset, 0 5px 4px 1px rgba(0,0,0,0.3) inset, 0 27px 0 rgba(0,0,0,0.007) inset;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.1) inset, 0 0 4px rgba(0,0,0,0.5) inset, 0 5px 4px 1px rgba(0,0,0,0.3) inset, 0 27px 0 rgba(0,0,0,0.007) inset;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.switch-slider-on {
  left: 0;
  padding-left: 1rem;
  text-align: left;
  color: #fff;
  background-color: #e32157;
}
.switch-slider-off {
  right: 0;
  text-align: right;
  padding-right: 1rem;
  color: #e32157;
  background-color: #fff;
}
.switch-slider-off::after {
  content: "";
  position: absolute;
  top: 0.05rem;
  left: 0.1rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #e32157;
  -webkit-box-shadow: 0 0 2px 2px #fff;
  box-shadow: 0 0 2px 2px #fff;
}
.switch-check:checked + .switch-label .switch-slider-off {
  width: 1.6rem;
}
.switch-check:checked + .switch-label .switch-slider-off::after {
  -webkit-box-shadow: 0 0 2px 2px #fff;
  box-shadow: 0 0 2px 2px #fff;
}
.filter__checkbox-label {
  display: block;
  position: relative;
  padding-left: 30px;
}
.filter__checkbox-label::before,
.filter__checkbox-label::after {
  content: "";
  position: absolute;
}
.filter__checkbox-label::before {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #e32157;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  left: 0;
  top: -4px;
}
.filter__checkbox-label::after {
  width: 13px;
  height: 13px;
  background-color: #e32157;
  left: 6px;
  top: 1px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: none;
}
.filter-modal__item-input:checked ~ .filter__checkbox-label::after {
  display: block;
}
.restaurants__type-excursions {
  width: 100%;
}
.search-item.search-item--excursion {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.excursion__img-container {
  width: 120px;
  height: 120px;
  overflow: hidden;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-right: 16px;
}
@media all and (min-width: 600px) {
  .excursion__img-container {
    width: 200px;
    height: 140px;
  }
}
.excursion__img-container img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  object-position: top;
  font-family: 'object-fit: cover; object-position: top';
}
.excursion__main-info {
  width: -webkit-calc(100% - 136px);
  width: calc(100% - 136px);
}
@media all and (min-width: 600px) {
  .excursion__main-info {
    width: -webkit-calc(100% - 216px);
    width: calc(100% - 216px);
  }
}
.excursion__info {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 12px 0;
  border-top: 1px dashed #fff;
  font-size: 0.8rem;
}
.excursion__info--sub {
  text-transform: none;
  line-height: 1.4;
}
.excursion__info--right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 0.85rem;
}
.excursion__detail,
.excursion-page__detail {
  margin-right: 30px;
  padding-left: 30px;
  position: relative;
}
.excursion__detail::before,
.excursion-page__detail::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: -7px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.excursion__detail--duration::before {
  background-image: url("../img/circle-check.png");
}
.excursion__detail--distance::before {
  background-image: url("../img/car-sprite.png");
  background-position: 0 50%;
  width: 30px;
  left: -6px;
}
.page {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: #05427d;
  z-index: 8;
}
.restaurant-page,
.photos-page {
  background-size: 100%;
}
.page__header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 45px;
  padding: 0 16px;
  background-color: #e32157;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 11;
}
.page__header-wrapper {
  width: 100%;
  height: 100%;
  max-width: 724px;
  margin: 0 auto;
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.page__header-btn {
  height: 45px;
  line-height: 45px;
}
.back-button {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: relative;
  margin-right: 8px;
  top: -3px;
}
.back-button::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  position: absolute;
  left: 0;
  top: -5px;
}
.header__icon back-button {
  display: inline;
}
.restaurant-page__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 10px 15px;
  position: relative;
  overflow: hidden;
}
.restaurant-page__info::before,
.restaurant-page__info::after {
  content: "";
  position: absolute;
}
.restaurant-page__info::before {
  width: 120%;
  height: 160%;
  left: -10%;
  top: -30%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: blur(25px);
  filter: blur(25px);
  display: none;
}
.restaurant-page__info::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #e32157;
  opacity: 0;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  z-index: 10;
}
.restaurant-page__info--hidden::after {
  opacity: 1;
}
.page__header-title {
  margin-right: 36px;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page__header-title--visible {
  opacity: 1;
}
.page__header-icon {
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 3px;
  height: 35px;
  width: 35px;
  fill: #fff;
}
.restaurant-page__logo {
  margin-right: 10px;
  max-width: 30%;
  overflow: hidden;
  z-index: 10;
  position: relative;
}
.restaurant-page__logo img {
  height: 80px;
}
.restaurant-page__text,
.points-page__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 90px;
  z-index: 1;
}
.restaurant-page__title,
.points-page__title {
  font-size: 1.5rem;
  padding-bottom: 5px;
}
.restaurant-page__cuisine {
  font-size: 0.8rem;
}
.tabs {
  margin: 0;
  position: relative;
  text-align: center;
  z-index: 8;
}
.tabs__header {
  background-color: #fff;
  color: #05427d;
  padding-top: 15px;
  height: 3.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  max-width: 724px;
  margin: 0 auto;
}
.tabs__header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ded3d3;
  left: 0;
  margin-top: 34px;
  z-index: 111;
}
.tabs__header-wrapper {
  width: 100%;
  background-color: #fff;
}
.tabs__header-item {
  border-bottom: 3px solid #05427d;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 9px;
  width: 40%;
}
.tabs__header-item--active {
  border-bottom: 3px solid #e32157;
  color: #e32157;
}
.tabs__tab-wrapper {
  width: 100%;
  z-index: 12;
  position: relative;
  padding-top: 6px;
  padding-bottom: 1rem;
}
.tabs__tab-content {
  width: 100%;
  max-width: 724px;
  margin: 0 auto;
}
.tabs__tab {
  width: 100%;
  background-color: #fff;
  color: #333;
  min-height: -webkit-calc(100vh - 170px);
  min-height: calc(100vh - 170px);
}
.points-info {
  margin-top: 10px;
  padding: 10px;
  background-color: rgba(5,66,125,0.4);
}
.points-info__img {
  margin-right: 4px;
}
.points-info__gift-icon {
  fill: #e32157;
  width: 16px;
  height: 16px;
  position: relative;
  top: 1px;
}
.feature-item-block {
  text-align: left;
  padding: 0.4rem 1.2rem;
}
.feature-item-block--flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.4rem 0 0.4rem 1.2rem;
}
.feature-item-title {
  font-size: 1rem;
  font-weight: 700;
  padding: 0.4rem 0 0.2rem;
}
.feature-title {
  font-size: 1.3rem;
  padding: 0.6rem 0 0.2rem;
}
.feature-item-link {
  color: #05427d;
}
.feature-item-link:hover,
.feature-item-link:active {
  color: #05427d;
  opacity: 0.9;
}
.accordion .ui-accordion h3.ui-accordion-header {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 42px;
  background: #fff;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #e32157;
  outline: none;
  padding-left: 1em;
  outline: 1px solid #ded3d3;
  border-collapse: collapse;
  margin: 0;
  font-weight: 400;
  font-size: 0.9rem;
  text-align: left;
}
.accordion .ui-accordion h3.ui-accordion-header.ui-state-hover,
.accordion .ui-accordion h3.ui-accordion-header.ui-state-focus {
  background: #fff;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #e32157;
  outline: none;
  outline: 1px solid #ded3d3;
  border-collapse: collapse;
  margin: 0;
}
.accordion .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  right: 10px;
  left: auto;
  -webkit-filter: hue-rotate(309deg);
  filter: hue-rotate(309deg);
}
.accordion .ui-accordion .ui-accordion-content {
  padding: 0;
  margin: 0;
}
.accordion .ui-accordion .ui-accordion-content p,
.accordion .ui-accordion .ui-accordion-content .menu_category,
.accordion .ui-accordion .ui-accordion-content .menu_item {
  border-bottom: 1px solid #e0e0e0;
  padding: 1em 1em;
  text-align: left;
  font-size: 0.9rem;
  font-weight: 400;
}
.accordion .ui-accordion .ui-accordion-content p.menu_category--level-0,
.accordion .ui-accordion .ui-accordion-content .menu_category.menu_category--level-0,
.accordion .ui-accordion .ui-accordion-content .menu_item.menu_category--level-0 {
  background: #fff;
}
.accordion .ui-accordion .ui-accordion-content p.menu_category--level-1,
.accordion .ui-accordion .ui-accordion-content .menu_category.menu_category--level-1,
.accordion .ui-accordion .ui-accordion-content .menu_item.menu_category--level-1 {
  background: #f2f2f2;
  text-align: center;
  font-weight: 700;
}
.accordion .ui-accordion .ui-accordion-content p.menu_category--level-2,
.accordion .ui-accordion .ui-accordion-content .menu_category.menu_category--level-2,
.accordion .ui-accordion .ui-accordion-content .menu_item.menu_category--level-2 {
  background: #e6e6e6;
  font-weight: 700;
}
.accordion .ui-accordion .ui-accordion-content p.menu_category--level-3,
.accordion .ui-accordion .ui-accordion-content .menu_category.menu_category--level-3,
.accordion .ui-accordion .ui-accordion-content .menu_item.menu_category--level-3 {
  background: #d9d9d9;
}
.accordion .ui-accordion .ui-accordion-content p .converted::before,
.accordion .ui-accordion .ui-accordion-content .menu_category .converted::before,
.accordion .ui-accordion .ui-accordion-content .menu_item .converted::before {
  content: "~";
  left: 0;
}
.menu_item_additional {
  font-size: 0.9rem;
  width: 80%;
}
.ui-widget-content .menu_item-link {
  padding: 0 10px;
  color: #05427d;
  font-size: 0.7rem;
}
.ui-widget-content .menu_item-link:hover,
.ui-widget-content .menu_item-link:active {
  color: #05427d;
  opacity: 0.9;
}
.photos-wrapper {
  width: 100%;
}
.photo-item {
  display: block;
  float: none;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 2px;
  overflow: hidden;
}
.photo-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  font-family: 'object-fit: cover; object-position: top';
}
.photogallery .fancybox-nav span {
  visibility: visible;
}
.photogallery .fancybox-prev,
.photogallery .fancybox-next {
  position: absolute;
  top: -webkit-calc(50% - 20px);
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  fill: #e32157;
  cursor: pointer;
}
.photogallery .fancybox-prev {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 10px;
}
.photogallery .fancybox-next {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 10px;
}
.photogallery .fancybox-close {
  position: absolute;
  top: -35px;
  right: -30px;
  background: transparent;
}
.photos-wrapper-sm-3 .photo-item {
  float: left;
  width: -webkit-calc(33.3333333% - 2px);
  width: calc(33.3333333% - 2px);
  margin-right: 2px;
}
.photos-wrapper-sm-3 .photo-item:nth-of-type(3) {
  margin-right: 0px;
}
.photos-wrapper-sm-5 {
  overflow: hidden;
}
.photos-wrapper-sm-5 .photo-item {
  float: left;
  width: -webkit-calc(25% - 2px);
  width: calc(25% - 2px);
  margin-right: 2px;
}
.photos-wrapper-sm-5 .photo-item:nth-of-type(1) {
  width: -webkit-calc(50% - 2px);
  width: calc(50% - 2px);
}
.photos-wrapper-sm-5 .photo-item:nth-of-type(3),
.photos-wrapper-sm-5 .photo-item:nth-of-type(5) {
  margin-right: 0px;
}
.photos-wrapper-lg-4 .photo-item {
  float: left;
  width: -webkit-calc(25% - 2px);
  width: calc(25% - 2px);
  margin-right: 2px;
}
.photos-wrapper-lg-4 .photo-item:nth-of-type(4) {
  margin-right: 0px;
}
.photos-wrapper-lg-7 {
  overflow: hidden;
}
.photos-wrapper-lg-7 .photo-item {
  float: left;
  width: -webkit-calc(20% - 2px);
  width: calc(20% - 2px);
  margin-right: 2px;
}
.photos-wrapper-lg-7 .photo-item:nth-of-type(1) {
  width: -webkit-calc(40% - 2px);
  width: calc(40% - 2px);
}
.photos-wrapper-lg-7 .photo-item:nth-of-type(4),
.photos-wrapper-lg-7 .photo-item:nth-of-type(7) {
  margin-right: 0px;
}
.show-all-btn {
  color: rgba(227,33,87,0.6);
  margin: 5px 0;
  width: 100%;
  text-align: right;
}
.photos-page {
  z-index: 100;
  height: 100%;
  position: fixed;
  overflow-y: auto;
  background-color: #fff;
}
.photos-page__content {
  padding-top: 60px;
}
.photos-page__content .photo-item {
  float: left;
  width: -webkit-calc(25% - 2px);
  width: calc(25% - 2px);
  margin-right: 2px;
}
.photos-page__content .photo-item:nth-of-type(4) {
  margin-right: 0;
}
.map-block {
  position: relative;
  width: 100%;
  height: 120px;
  padding: 0;
  overflow: hidden;
  z-index: 0;
}
.map-block::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  cursor: pointer;
}
@media (min-width: 723px) {
  .map-block {
    height: 250px;
  }
}
.map-block.map-block--lg {
  position: relative;
  width: 100%;
  height: -webkit-calc(100vh - 45px);
  height: calc(100vh - 45px);
  z-index: 0;
}
.map-block.map-block--lg::after {
  display: none;
}
.map {
  width: 100%;
  height: 100%;
}
.map-close {
  top: 0px;
  right: 0px;
  background-color: rgba(0,0,0,0.3);
  z-index: 10;
}
.map-close::before,
.map-close::after {
  width: 30px;
  left: 6px;
}
.map-wrapper__img {
  width: 100%;
  cursor: pointer;
}
.map-modal .fancybox-inner {
  width: 90vw !important;
  max-width: 724px;
  height: 90vh !important;
  max-height: 500px;
}
.map-modal .fancybox-close {
  background-image: none;
}
.map-link {
  display: block;
  width: 150px;
  margin: 4px 0 0 auto;
  padding: 2px 8px;
  background: none;
  outline: none;
  border: 1px solid #05427d;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #05427d;
  text-decoration: none;
  font-size: 0.8em;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  cursor: pointer;
}
.map-link:hover,
.map-link:active,
.map-link:focus {
  text-decoration: none;
  color: #05427d;
  opacity: 1;
}
@media screen and (max-width: 724px) {
  .map-link {
    margin: 4px 6px 0 auto;
  }
}
.restaurant-delivery-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 6px;
  text-align: center;
  background-color: #e32157;
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 0.9rem;
  position: relative;
  white-space: nowrap;
  height: 40px;
  margin: 10px 0;
}
.restaurant-delivery-link-icon {
  height: 30px;
  margin-right: 10px;
}
.page.confirm-page {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: scroll;
  position: fixed;
}
.confirm-page__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.confirm-page__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 300px;
  border: 1px solid #fff;
  margin: 0 auto;
  padding: 10px 0px;
  background-color: #fff;
  padding: 10px 0px;
  color: #05427d;
  margin: 65px auto 20px;
}
.confirm-page__date {
  width: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.date__number {
  font-size: 2em;
}
.confirm-page__text {
  width: 180px;
  text-align: left;
  padding-left: 25px;
}
.confirm-page__text .title {
  font-size: 1.5em;
  padding-top: 3px;
}
.confirm-page__text .pax {
  line-height: 1.2;
}
.confirm-page__comment {
  width: 300px;
  margin: 20px auto 15px;
}
.confirm-page__comment .textarea {
  width: 100%;
  margin: 0 auto;
  height: 8em;
  background-color: #fff;
  resize: none;
  border-color: #fff;
  padding: 5px 10px;
}
.confirm-page__comment .textarea::-webkit-input-placeholder {
  color: #82a0be;
}
.confirm-page__comment .textarea::-moz-placeholder {
  color: #82a0be;
}
.confirm-page__comment .textarea:-moz-placeholder {
  color: #82a0be;
}
.confirm-page__comment .textarea:-ms-input-placeholder {
  color: #82a0be;
}
.confirm-page__bonus {
  width: 300px;
  margin: 0 auto 15px;
  padding: 10px 10px 15px;
  background-color: #fff;
  color: #05427d;
}
.confirm-page__spend-points {
  width: 300px;
  margin: 0 auto 50px;
  padding: 10px 10px 15px;
  background-color: #fff;
  color: #05427d;
}
.spend-points__controls-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 55px;
}
.spend-points__controls {
  height: 30px;
  width: 40px;
  padding: 1px;
  color: #05427d;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #05427d;
  cursor: pointer;
  font-size: 26px;
  text-align: center;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.spend-points__controls:hover {
  background-color: #05427d;
  color: #fff;
}
.spend-points__checkbox-wrapper label::before {
  top: -4px;
  border-color: #05427d;
}
.spend-points__checkbox-wrapper label::after {
  top: 2px;
  background-color: #05427d;
}
.confirm-page__bonus-item {
  padding-top: 10px;
}
.confirm-page__bonus-title {
  font-size: 1rem;
  font-weight: 700;
}
.confirm-page__bonus-text {
  padding: 5px 0;
}
.confirm-page__button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-transform: uppercase;
  background-color: #e32157;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
}
.confirm-page__icon {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  fill: #05427d;
}
.confirm-modal-wrapper {
  position: fixed;
  height: 100%;
  background-color: rgba(0,0,0,0.83);
  width: 100%;
  top: 0;
  z-index: 111;
  color: #000;
}
.modal-content {
  height: 270px;
  width: 240px;
  background-color: #fff;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.modal-content .modal-body {
  text-align: center;
}
.modal-content .icon-120 {
  width: 120px;
  margin: 0 auto;
  padding: 20px 0;
  width: 120px;
  color: #05427d;
}
.modal-content .icon-120::after {
  content: "";
  width: 23px;
  height: 22px;
  background: rgba(227,33,87,0.44);
  top: 86px;
  left: 96px;
  position: absolute;
}
.modal-content .icon-120 svg {
  display: block;
  width: 120px;
  height: 120px;
  fill: #05427d;
}
.modal-content .modal-footer {
  background-color: rgba(227,33,87,0.8);
  height: 42px;
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 42px;
  text-align: center;
  color: #fff;
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
  cursor: pointer;
}
.modal-content .modal-footer:hover,
.modal-content .modal-footer:focus,
.modal-content .modal-footer:active {
  background-color: #e32157;
}
.page__header-name {
  line-height: 46px;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  max-width: 724px;
  left: 0;
  top: 0;
  text-align: center;
}
.excursion-page__info-wrapper {
  min-height: 100%;
  background-color: #fff;
  padding-bottom: 10px;
  padding-top: 45px;
}
.excursion-page__info {
  width: 100%;
  max-width: 724px;
  margin: 0 auto;
  color: #333;
}
.excursion-page__photos {
  height: 220px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.excursion-page__photo-item {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.excursion-page__photo-underlay {
  width: 120%;
  height: 160%;
  position: absolute;
  left: -10%;
  top: -30%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: blur(25px);
  filter: blur(25px);
}
.excursion-page__photo {
  display: block;
  margin: 0;
  width: auto;
  position: relative;
}
.excursion-page__title {
  margin: 10px;
  font-size: 1.5rem;
}
.excursion-page__description {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0;
  padding: 0 15px;
}
.excursion-page__description--start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.excursion-page__description-item {
  width: 45%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.excursion-page__subtitle,
.excursion__title {
  margin: 6px 0;
  font-size: 1.05rem;
  font-weight: 700;
}
.excursion-page__main {
  margin-bottom: 10px;
  padding: 15px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px dashed #333;
  border-bottom: 1px dashed #333;
}
.excursion-page__detail--duration::before {
  background-position: 0 50%;
}
.excursion-page__detail--distance::before {
  background-position: -29px 50%;
}
.excursion-page__calendar {
  width: 100%;
}
@media all and (min-width: 600px) {
  .excursion-page__calendar {
    width: 45%;
  }
}
.excursion-page__calendar table {
  width: 100%;
  border-collapse: collapse;
}
.excursion-page__calendar th,
.excursion-page__calendar td {
  padding: 6px;
  border: 1px solid rgba(51,51,51,0.6);
  text-align: center;
  color: rgba(51,51,51,0.6);
}
.excursion-page__calendar .excursion-date {
  color: #333;
}
.excursion-page__calendar .excursion-date:hover,
.excursion-page__calendar .excursion-date:active {
  color: #333;
  opacity: 0.9;
}
.excursion-page__calendar td.selected {
  background-color: #e32157;
}
.excursion-page__calendar td.selected .excursion-date {
  color: #fff;
}
.excursion-page__calendar td.selected .excursion-date:hover,
.excursion-page__calendar td.selected .excursion-date:active {
  color: #fff;
  opacity: 0.9;
}
.excursion-page__date {
  font-size: 1.4rem;
  color: #e32157;
  font-weight: 700;
}
.excursion-page__loader {
  text-align: center;
  color: #e32157;
  font-size: 1.8rem;
}
#excursion-vehicles {
  padding: 0 15px;
}
#excursion-vehicles h5 {
  margin: 6px 0;
  font-size: 1rem;
}
#excursion-vehicles .excursion-timepicker,
#excursion-vehicles .fixed-time {
  max-width: 200px;
}
#excursion-vehicles .select-excursion {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 8px 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid rgba(51,51,51,0.6);
}
#excursion-vehicles .select-excursion div {
  width: 50%;
}
#excursion-vehicles .select-excursion--active {
  border: 2px solid #e32157;
}
#excursion-vehicles .text-right {
  text-align: right;
}
.excursion-page__people {
  width: 200px;
  margin: 0 auto;
}
#excursion-calendar {
  max-width: 300px;
  margin: 0 auto;
}
.excursion-calendar-icon {
  color: #e32157;
  position: absolute;
  left: 21px;
  top: 4px;
  font-size: 2rem;
}
#excursion-pick-up-point {
  padding: 0 15px;
}
.excursion-time-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.excursion-time-block {
  max-width: 200px;
  width: 100%;
  margin-right: 15px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.excursion-time-block .form-control {
  line-height: 40px;
}
.excursion-time-block .form-control--disabled {
  background-color: rgba(222,211,211,0.7);
}
.ages-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.ages-wrapper .form-control,
.ages-wrapper .sign-button {
  width: 40px;
  min-width: 40px;
  margin-left: 6px;
  font-size: 1.6em !important;
}
.ages-wrapper .form-control {
  border: none;
  background: transparent;
  text-align: right;
  padding: 0;
  width: 45px;
}
.ages-wrapper .sign-button {
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  padding: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ded3d3;
  background: transparent;
  color: #e32157;
  text-align: center;
}
.excursion-page__common-icon {
  height: 26px;
  width: 20px;
  fill: #05427d;
}
[data-role="pickup-comment"] {
  margin: 6px 0;
}
#pick-up-hotel-wrapper input {
  margin-top: 6px;
}
.excursion-page__include-item {
  width: 50%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 6px 12px 12px;
  border: 1px dashed #e32157;
}
.excursion-page__include-item:nth-of-type(2) {
  border-left: none;
}
.excursion-page__include-item .excursion-page__subtitle {
  width: 100%;
  font-size: 1.1em;
  margin-bottom: 8px;
}
.order-content {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
  padding: 50px 10px 0;
}
.ordered-category {
  margin: 25px auto;
  background-color: #fff;
  color: #05427d;
}
.ordered-category__nav-wrapper {
  margin: 0 auto;
  padding: 40px 0 20px;
}
.ordered-category__nav {
  display: table;
  margin: 0 auto;
  width: 260px;
  height: 30px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .ordered-category__nav {
    width: 400px;
    height: 41px;
  }
}
.ordered-category__nav-item {
  display: table-cell;
  height: 41px;
  line-height: 41px;
  font-size: 1rem;
  font-weight: 900;
  color: #e32157;
  text-align: center;
  cursor: pointer;
}
.ordered-category__nav-item:hover {
  text-decoration: none;
  color: #e32157;
}
@media screen and (min-width: 600px) {
  .ordered-category__nav-item {
    font-size: 1.25rem;
  }
}
.ordered-category__nav-item--active {
  background-color: #e32157;
  color: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.ordered-category__nav-item--active:hover {
  color: #fff;
}
.ordered-category__company-title {
  text-align: center;
  padding-top: 10px;
}
.ordered-category__wrapper {
  width: 1000px;
  -webkit-transition: 300ms;
  transition: 300ms;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  padding-right: 20px;
}
.ordered-category__item {
  display: inline-block;
  width: -webkit-calc(100vw - 20px);
  width: calc(100vw - 20px);
  min-width: -webkit-calc(100vw - 20px);
  min-width: calc(100vw - 20px);
  max-width: 600px;
  min-height: 100px;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  .ordered-category__item {
    width: 580px;
    min-width: 580px;
    padding: 0 10px;
  }
}
.ordered-category_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(5,66,125,0.3);
  padding: 10px;
}
.ordered-category__title {
  font-size: 1.5rem;
  padding-bottom: 5px;
}
.map-link--order {
  margin: 10px auto 0;
}
.confirm-page__text--wide {
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
}
.ordered-category_additional {
  padding: 15px;
  border-bottom: 1px solid rgba(5,66,125,0.3);
}
.ordered-service_block,
.ordered-category_price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 400;
  padding-bottom: 10px;
}
.ordered-service_description {
  padding-bottom: 10px;
}
.ordered-service_icon {
  opacity: 0.6;
}
.ordered-category_change {
  padding: 15px;
  text-align: right;
}
.ordered-category_change-delete,
.ordered-category_change-edit {
  color: #e32157;
}
.ordered-service_link {
  display: block;
  margin-top: 10px;
  color: #05427d;
  text-decoration: underline;
}
.ordered-service_link:hover,
.ordered-service_link:active,
.ordered-service_link:focus {
  color: #05427d;
  text-decoration: none;
}
.service-block {
  background-color: #05427d;
  min-height: 80px;
}
.service-block.fancybox-wrap .fancybox-skin {
  background: none;
  color: #fff;
}
.order-cancel-container {
  padding: 15px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.order-cancel-container p {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
.modal-button {
  display: block;
  width: 45%;
  text-align: center;
  padding: 5px 10px;
  background-color: #e32157;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.color-pink {
  color: #e32157;
}
.color-pink.color-pink--hover:hover {
  color: #e32157;
}
.ordered-category__bonus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1em;
}
.ordered-category__bonus-icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  fill: #05427d;
}
.reply-input {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  padding: 4px 6px;
}
.reply-button {
  height: 24px;
  line-height: 26px;
  width: 200px;
  margin: 0 0 0 auto;
}
.driver-info {
  position: relative;
  line-height: 1.2em;
  padding-right: 75px;
  padding-bottom: 10px;
}
.driver-info_photo {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  bottom: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.mb-5 {
  margin-bottom: 5px;
}
.routers-wrapper {
  padding: 0 15px;
}
.routers-title {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 1.1rem;
}
.routers-cart {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.routers-cart__icon {
  position: relative;
  top: -5px;
  margin-right: 10px;
  fill: #e32157;
}
.routers__item {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 600px) {
  .routers__item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.9rem;
  }
}
.routers__item-main {
  width: -webkit-calc(60% - 30px);
  width: calc(60% - 30px);
}
@media screen and (max-width: 600px) {
  .routers__item-main {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.routers__item-title {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
}
.routers__item-additional {
  width: 20%;
  padding: 0 10px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .routers__item-additional {
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px dashed #fff;
  }
}
.routers__item-check {
  width: 30px;
}
@media screen and (max-width: 600px) {
  .routers__item-check {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.routers__item-descr {
  padding: 0 0 10px 10px;
  list-style: circle inside;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .routers__item-descr {
    padding-left: 5px;
  }
}
.routers__item-subinfo,
.routers-subinfo {
  margin: 6px 0 6px 10px;
  font-size: 0.9rem;
}
@media screen and (max-width: 600px) {
  .routers__item-subinfo,
  .routers-subinfo {
    font-size: 0.85rem;
    margin-left: 5px;
  }
}
.routers__item-lg {
  font-size: 1.1rem;
  font-style: normal;
}
.routers-subinfo {
  margin-bottom: 30px;
}
.routers-form-wrapper {
  margin-top: 40px;
  display: none;
}
.routers-formset {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.routers-formset__part {
  width: 49%;
}
.routers-btn {
  max-width: 200px;
  margin: 20px auto;
}
.routers-radio-label.routers-radio-label::before,
.routers-radio-label.routers-radio-label::after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.chat__main {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.header__title {
  width: 100%;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.25rem;
  text-align: center;
  line-height: 55px;
  height: 55px;
}
#chatArea {
  margin-left: 0 !important;
  width: 100%;
  left: 0;
}
#chatArea #msgArea {
  height: -webkit-calc(100vh - 130px);
  height: calc(100vh - 130px);
  margin-bottom: 130px;
  margin-top: 0;
  padding-bottom: 0px;
}
#chatArea #msgForm {
  height: 60px;
  background: #e32157;
  padding: 5px;
}
#chatArea .message-dates-reminder {
  background-color: #e32157;
}
#chatArea .msg {
  background-color: #05427d;
  border: 1px solid #fff;
}
#chatArea .msg-my {
  background-color: #fff;
  color: #05427d;
}
#roomName {
  display: none;
}
#msgArea {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 110px;
}
#msgForm {
  width: 100%;
  max-width: 724px;
  position: fixed;
  bottom: 50px;
  left: 50%;
  margin-left: -362px;
}
@media screen and (max-width: 724px) {
  #msgForm {
    left: 0;
    margin-left: 0;
  }
}
#msgForm .btn {
  color: #05427d;
  border: none;
}
#msgForm .btn:hover,
#msgForm .btn:focus {
  background: transparent;
  color: #000;
  outline: none;
}
#msgForm #message {
  height: 50px;
  margin-bottom: 5px;
  padding: 3px 35px;
}
#msgForm button[data-action='submit'],
#msgForm button[data-action='add-image'] {
  position: absolute;
  top: 13px;
  padding: 5px;
  background: none;
  color: #05427d;
  font-size: 0px;
}
#msgForm button[data-action='submit']:hover,
#msgForm button[data-action='add-image']:hover,
#msgForm button[data-action='submit']:focus,
#msgForm button[data-action='add-image']:focus,
#msgForm button[data-action='submit']:active,
#msgForm button[data-action='add-image']:active {
  background: none;
  color: #05427d;
}
#msgForm button[data-action='submit'] .fa,
#msgForm button[data-action='add-image'] .fa {
  font-size: 1.625rem;
}
#msgForm button[data-action='submit'] {
  right: 10px;
}
#msgForm button[data-action='add-image'] {
  left: 10px;
  -webkit-transform: rotateZ(20deg);
  transform: rotateZ(20deg);
}
.profile {
  width: 320px;
  margin: 0 auto;
  padding: 70px 10px 0;
}
@media screen and (min-width: 600px) {
  .profile {
    width: 520px;
  }
}
.header__profie-title {
  text-transform: uppercase;
  position: absolute;
  left: 100px;
  font-size: 1.25rem;
}
.profile__title {
  width: 300px;
  height: 40px;
  margin: 10px auto;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #e32157;
  color: #fff;
}
.profile__logo {
  padding: 20px 0;
}
.profile__photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  margin: 0 auto;
  width: 118px;
  height: 118px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #05427d;
  position: relative;
}
.profile__photo-name {
  display: none;
  text-align: center;
  margin: 15px 0;
}
.profile__photo-remove {
  display: inline-block;
  position: relative;
  top: 14px;
  right: 0;
}
.profile__photo-load {
  text-align: center;
  margin: 15px 0 30px;
}
.profile__photo-load-text {
  display: inline-block;
  text-transform: lowercase;
  border-bottom: 1px dashed #fff;
  cursor: pointer;
}
.profile__button {
  width: 300px;
  margin: 10px auto;
}
.profile__item {
  margin-bottom: 10px;
}
.profile__input {
  width: 300px;
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .profile__input {
    float: right;
  }
}
.profile__label {
  display: block;
  margin-bottom: 4px;
}
@media screen and (min-width: 600px) {
  .profile__label {
    float: left;
    margin-bottom: 0;
  }
}
.profile__input-sm {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: right;
  width: 125px;
  margin-left: 4px;
  background-color: #fff;
  color: #333;
  line-height: 40px;
  text-align: center;
  position: relative;
  line-height: 1;
}
.profile__input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 300px;
}
@media screen and (min-width: 600px) {
  .profile__input-wrapper {
    float: right;
  }
}
.profile__input-half {
  width: 49%;
}
@media screen and (min-width: 600px) {
  .profile__input-half {
    width: 145px;
  }
}
.profile__input-cancel {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.profile__input-cancel::before,
.profile__input-cancel::after {
  background-color: #333;
}
.profile__add-lang {
  text-align: right;
  position: relative;
  margin-bottom: 10px;
  padding-right: 30px;
}
.profile__add-lang::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 2px solid #e32157;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  top: 0;
  right: 0;
}
.profile__add-lang::after {
  content: "+";
  position: absolute;
  right: 6px;
  top: 1px;
  color: #e32157;
}
.profile__menu {
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
}
.intl-tel-input {
  float: right;
}
.login-modal .intl-tel-input {
  float: none;
  width: 100%;
  margin-bottom: 10px;
}
.intl-tel-input .country-list {
  color: #808080;
}
.profile__confirm-button {
  width: 100px;
  margin: 0 auto;
  line-height: 34px;
}
.points-page__title {
  text-align: center;
  width: 100%;
}
.points-page__text {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.learn-more--container {
  text-align: center;
  width: 100%;
  color: rgba(255,255,255,0.6);
  margin-top: 10px;
  cursor: pointer;
  font-size: 0.9rem;
}
.points-page__info,
.loyalty-page__info {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 170px;
  width: 100%;
  max-width: 724px;
  margin: 55px auto 0;
}
.padding-15-px {
  padding: 15px;
}
.width-300-px {
  width: 300px;
}
.center {
  margin: 0 auto;
}
.tsm-target {
  position: absolute;
  right: 0;
  color: rgba(0,0,0,0.1);
  font-size: 1.6rem;
  padding: 5px;
}
.gray-block {
  background-color: #efebec;
  border-top: 1px solid #c5bdbf;
  border-bottom: 1px solid #c5bdbf;
  color: #737171;
}
.gray-block--second {
  margin: 20px 0 0;
  padding-bottom: 15px;
}
.progress-bar-container {
  background-color: #fff;
  color: #e32157;
  width: 80%;
  max-width: 724px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 10%;
  padding: 5px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 30px;
  margin: 0 auto;
}
.progress-bar-border {
  background-color: #efebec;
  border: 1px solid #c5bdbf;
  height: 100%;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: -webkit-calc(100% - 42px);
  width: calc(100% - 42px);
  display: inline-block;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative;
}
.gray-color {
  color: #808080;
}
.light-gray-color {
  color: #c5bdbf;
}
.progress-bar-line {
  height: -webkit-calc(100% - 4px);
  height: calc(100% - 4px);
  width: 20%;
  background-color: #e32157;
  color: rgba(255,255,255,0.8);
  text-align: right;
  padding: 3px 10px;
  margin: 2px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.8rem;
}
.progress-bar-gift-icon {
  display: inline-block;
  width: 36px;
  height: 34px;
  position: relative;
  top: 4px;
  text-align: center;
  fill: #e32157;
}
.bonuses-count-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bonuses-count-block {
  width: 220px;
  text-align: left;
  padding: 20px;
}
.bonuses-count-block:first-child {
  border-right: 1px dashed #c5bdbf;
}
.bonuses-count-number {
  font-size: 2rem;
}
.loyalty-page__button {
  position: fixed;
  bottom: 0;
  left: 0;
}
.loyalty-page__info {
  max-width: 100%;
  background-image: url("../img/loyalty-image.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.loyalty-page__info-additional {
  width: 100%;
  height: 0px;
  max-width: 724px;
  margin: 0 auto;
  position: relative;
}
.loyalty-page__info-block {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0,0,0,0.6);
  width: 100%;
  height: 120px;
  padding: 20px 10px 10px;
}
.loyalty-page__info-block::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -webkit-calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 30px;
  -webkit-border-radius: 50% 50% 0 0/100% 100% 0 0;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  background-color: rgba(0,0,0,0.6);
}
.loyalty-page__present {
  width: 40px;
  height: auto;
  position: absolute;
  top: -19px;
  left: -webkit-calc(50% - 18px);
  left: calc(50% - 18px);
}
.loyalty-page__title-additional {
  margin-top: 0;
}
.loyalty-page__progress-bar-container {
  height: 40px;
  text-align: center;
  bottom: -85px;
}
.loyalty-page__infographic-title {
  padding: 10px 0 25px;
}
.loyalty-page__infographic {
  width: 100%;
  height: 120px;
  overflow: hidden;
  margin: 0 0 15px;
  padding: 20px;
  background-color: #f9f9f9;
/* IE9, iOS 3.2+ */
  background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0, #e9e9e9), color-stop(0.2, #fcfcfc), color-stop(0.5, #fff), color-stop(0.8, #fcfcfc), color-stop(1, #e9e9e9));
/* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(left, #e9e9e9 0%, #fcfcfc 20%, #fff 50%, #fcfcfc 80%, #e9e9e9 100%);
/* IE10+ */
  background-image: repeating-linear-gradient(to right, #e9e9e9 0%, #fcfcfc 20%, #fff 50%, #fcfcfc 80%, #e9e9e9 100%);
  background-image: -ms-repeating-linear-gradient(left, #e9e9e9 0%, #fcfcfc 20%, #fff 50%, #fcfcfc 80%, #e9e9e9 100%);
}
.loyalty-page__infographic-wrapper {
  width: auto;
  max-width: 800px;
  height: 130px;
  position: relative;
  overflow-x: scroll;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
.loyalty-page__infographic-item {
  float: left;
  width: 160px;
  min-width: 130px;
  margin-right: 30px;
}
.loyalty-page__infographic-img {
  width: 120px;
}
.loyalty-page__infographic-text {
  color: #737171;
  padding: 5px 0 0 15px;
  font-size: 0.9rem;
}
.loyalty-page__banner {
  width: 100%;
  height: auto;
  background-image: url("../../../site/for_clients/img/restaurants.jpg");
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
}
.loyalty-page__banner-content {
  width: 100%;
  max-width: 724px;
  height: 100%;
  margin: 0 auto;
  padding: 20px 10px 0;
  background-color: rgba(0,0,0,0.6);
}
.loyalty-page__banner-text-item {
  padding: 17px 0;
  border-bottom: 1px solid #fff;
}
.loyalty-page__banner-text-item .left {
  float: left;
}
.loyalty-page__banner-text-item .right {
  float: right;
}
.loyalty-page__faq-title {
  width: 100%;
  max-width: 724px;
  margin: 0 auto;
  padding: 20px 10px 10px;
  font-size: 1rem;
  text-align: left;
}
.loyalty-page__faq-list {
  width: 100%;
  max-width: 724px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.loyalty-page__faq-item {
  display: block;
  text-align: left;
  font-size: 0.8rem;
  padding: 10px;
  border-bottom: 1px solid #c5bdbf;
}
.loyalty-page__faq-question {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px;
}
.loyalty-page__faq-question-icon {
  display: inline-block;
  width: 19px;
  height: 19px;
  position: relative;
  top: -1px;
  margin-right: 8px;
  fill: #c5bdbf;
}
.loyalty-page__faq-answer {
  padding-left: 37px;
}
.loyalty-page__gift-icon {
  position: relative;
  width: 16px;
  height: 16px;
  top: 2px;
  fill: #fff;
}
.social-list {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.social-list__link {
  display: block;
  width: 30px;
  margin: 0 10px;
}
.social-list__icon {
  fill: #05427d;
  width: 30px;
  height: 30px;
}
.input-copy {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.barcode-container {
  position: relative;
  width: 80%;
  max-width: 600px;
  top: -40px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  padding: 20px 5px 0;
}
.barcode-img {
  width: 240px;
  height: 164px;
  object-fit: cover;
  object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom';
}
.tabs__tab--bonuses {
  margin-top: -40px;
}
.privacy-page {
  font-size: 0.9rem;
  line-height: 1.2;
  z-index: 9;
}
.privacy-page a {
  color: #e32157;
}
.privacy-page a:hover,
.privacy-page a:active {
  color: #e32157;
  opacity: 0.9;
}
.privacy-page__info {
  padding: 10px 15px;
}
.privacy-page__title {
  margin: 10px 0;
  font-size: 1.2rem;
}
.privacy-page__subtitle {
  margin: 6px 0;
  font-size: 0.9rem;
  font-weight: 700;
}
.privacy-page__list {
  padding-left: 20px;
  list-style: disc;
}
.privacy-page__sublist {
  padding-left: 30px;
  list-style: circle;
}

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