/*!
 * Bootstrap Reboot v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Myriad Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #000;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #b553c2;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 900;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(30, 30, 30, 0.4);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.modal a.close-modal {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  right: 18px;
  top: 28px;
  position: absolute;
  font-size: 0;
  background-image: url("../img/modals/close.svg");
  background-position: center;
  transition: transform 0.5s;
}

.modal a.close-modal:hover {
  transform: rotate(90deg);
}

.modal-spinner {
  animation: rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: fixed;
  top: 50%;
  width: 50px;
  z-index: 901;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Regular.eot");
  src: local("Myriad Pro Regular"), local("MyriadPro-Regular"), url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Semibold.eot");
  src: local("Myriad Pro Semibold"), local("MyriadPro-Semibold"), url("../fonts/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Semibold.woff") format("woff"), url("../fonts/MyriadPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Bold.eot");
  src: local("Myriad Pro Bold"), local("MyriadPro-Bold"), url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

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

* {
  min-width: 0;
}

a {
  text-decoration: none;
  text-decoration-skip-ink: none;
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

body {
  min-height: 100vh;
}

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

input {
  outline: none;
  padding: 0 10px;
  font-family: "Myriad Pro", sans-serif;
}

:focus {
  outline: none !important;
}

textarea {
  max-width: 100%;
  resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.svg {
  display: inline-block;
  fill: #000;
}

.svg.white {
  fill: #fff;
}

.svg.violet {
  fill: #b553c2;
}

.svg.pink {
  fill: #d871ad;
}

.svg.purple {
  fill: #9A54C5;
}

.svg.red {
  fill: red;
}

.svg.rotate-180 {
  transform: rotate(180deg);
}

.svg.rotate-90 {
  transform: rotate(90deg);
}

.svg.rotate-270 {
  transform: rotate(270deg);
}

.svg.stroke-coral {
  stroke: #f2ab88;
}

.svg.stroke-white {
  stroke: #fff;
}

.svg.svg-clock {
  stroke-width: 1.5px;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
}

.bg-violet {
  background-color: #b553c2;
}

.bg-pink {
  background-color: #d871ad;
}

.bg-coral {
  background-color: #f2ab88;
}

.logo-wrapper {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  flex-shrink: 0;
  background: linear-gradient(90deg, #f3ae86 0%, #ca52c0 46.35%, #4257cf 100%);
  position: relative;
  z-index: 5;
  padding: 1px;
  overflow: hidden;
}

.logo {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
}

.underline {
  text-decoration: underline;
}

.user-phone {
  margin-top: -1px;
}

.user-phone span {
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  background-color: #fff;
  color: #b553c2;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
  display: inline-block;
}

.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #182024;
  display: none;
  z-index: 101;
  cursor: pointer;
  backdrop-filter: blur(4px);
}

.mask.is--open {
  opacity: 0.4;
  cursor: pointer;
  display: block;
}

body.is--preloader {
  overflow: hidden;
}

.title {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: #383838;
}

.title span {
  color: #CA52C0;
}

.footer-logo {
  padding-bottom: 20px;
}

.footer-logo img {
  width: 165px;
}

.app {
  padding-top: 80px;
}

.filter-grey {
  filter: grayscale(1);
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

.reviews__empty {
  display: flex;
  align-items: center;
}

.reviews__empty .reviews__empty--icon {
  margin-right: 23px;
}

.reviews__empty .reviews__empty--title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 4px;
}

.reviews__empty .reviews__empty--description {
  font-size: 16px;
  line-height: 19px;
  color: #7B7B7B;
}

.breadcrumbs {
  padding-top: 20px;
}

.breadcrumbs ul {
  display: flex;
  align-items: center;
}

.breadcrumbs ul li {
  margin-right: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #383838;
}

.info-description {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  text-align: justify;
}

.info-description.contacts-description {
  text-align: left;
}

.info-description h1 {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 26px;
  text-align: left;
}

.info-description p {
  margin-bottom: 10px;
  margin-top: 5px;
}

.info-description img {
  max-width: 100%;
  margin-bottom: 30px;
}

.info-description ol {
  padding-left: 15px;
}

.info-description ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.info-description ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #D871AD;
  margin-right: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #383838;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow: hidden;
}

.preloader__bg {
  background-image: url("../img/preloader.jpg");
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center;
  background-size: cover;
}

.preloader__caption {
  padding-top: 30px;
  display: flex;
}

.preloader__caption .btn {
  margin: 10px 10px;
  width: 303px;
  height: 60px;
  font-size: 25px;
  border-radius: 49px;
  transition: all 0.5s;
}

.preloader__caption .btn:nth-child(1) {
  background: #FF9500;
}

.preloader__caption .btn:nth-child(2) {
  background: #CA52C0;
}

.preloader__caption .btn:nth-child(3) {
  background: #00A3FF;
}

.preloader__caption .btn:hover {
  box-shadow: 0 0 20px #FFFFFF;
}

.btn-round {
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  margin: -1px;
}

.btn {
  display: inline-flex;
  align-items: center;
  border-radius: 25px;
  background-color: #b553c2;
  font-weight: 600;
  color: #fff;
  height: 40px;
  text-align: center;
  padding: 0 45px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background-color 0.5s;
  justify-content: center;
  white-space: nowrap;
  border: none;
}

.btn:hover {
  background-color: #d871ad;
  color: #fff;
}

.btn.btn-block {
  display: flex;
  width: 100%;
}

.btn.btn-info {
  background: #F2AB88;
}

.btn:disabled,
.btn .is--disabled {
  cursor: none;
  background-color: #c0c0c0;
  pointer-events: none;
}

.btn.btn-secondary {
  background-color: #c0c0c0;
}

.btn.btn-secondary:hover {
  background-color: #b553c2;
  color: #fff;
}

.btn.is--loading {
  pointer-events: none;
}

.btn.is--loading:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #b553c2;
  height: 100%;
}

.btn.is--loading:after {
  content: "";
  height: 0;
  width: 0;
  padding: 5px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-right-color: #fff;
  border-radius: 22px;
  animation: rotate 1s infinite linear;
  position: absolute;
  left: calc(50% - 8px);
  top: calc(50% - 8px);
}

.bread .bread__button {
  padding: 5px 13px 4px 27px;
  display: inline-block;
  position: relative;
}

.bread .bread__button .underlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  left: 0;
  top: 0;
}

.bread .bread__button .underlay .angle-part {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bread .bread__button .underlay .main-part {
  position: absolute;
  right: 0;
  background: #b553c2;
  border-radius: 5px;
  width: calc(100% - 13px);
  height: 100%;
}

.bread .bread__button span {
  position: relative;
  color: #FFFFFF;
}

.modal {
  border-radius: 16px;
  overflow: visible;
  padding: 25px 40px 40px;
}

.modal:before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, #f3ae86 0%, #ca52c0 46.35%, #4257cf 100%);
}

.modal-icon {
  text-align: center;
  padding-bottom: 10px;
}

.modal-back {
  font-size: 18px;
  line-height: 22px;
  color: #666666;
  display: flex;
  align-items: center;
  position: absolute;
  top: 35px;
  cursor: pointer;
  left: 15px;
}

.modal-back svg {
  margin-right: 5px;
}

.modal-title {
  color: #b553c2;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}

.modal-label {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
}

.modal-footer {
  padding-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-footer.right {
  justify-content: flex-end;
}

.modal-footer.center {
  justify-content: center;
}

.modal-description {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}

.modal-body {
  max-height: 350px;
  height: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #7B7B7B transparent;
  scrollbar-width: thin;
  margin-right: -40px;
  padding-right: 40px;
}

.modal-body::-webkit-scrollbar {
  width: 4px;
}

.modal-body::-webkit-scrollbar-track {
  border-radius: 3px;
}

.modal-body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #7B7B7B;
}

label {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.input-border {
  position: relative;
  z-index: 1;
  border-radius: 6px;
  height: 100%;
}

.input-border:before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, #f3ae86 0%, #ca52c0 46.35%, #4257cf 100%);
}

.input-border input {
  border-radius: 5px;
  border: none;
  background-color: #fff;
  height: 37px;
  width: 100%;
}

.input-border.is--invalid:before {
  background-image: none;
  background-color: #FE161C;
}

.checkbox {
  position: relative;
  display: block;
  padding-left: 25px;
}

.checkbox-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox-input:checked ~ .checkbox-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  border: 1px solid #f2ab88;
  background-color: #f2ab88;
}

.checkbox-label:before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid #c4c4c4;
}

.checkbox-label::after {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 2px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  cursor: pointer;
}

.checkbox-label a {
  text-decoration: underline;
}

.radio {
  position: relative;
  display: block;
  padding-left: 25px;
}

.radio.radio--dot .radio-input:checked ~ .radio-label::after {
  background: #FFFFFF;
  width: 6px;
  height: 6px;
  top: 7px;
  left: 5px;
}

.radio.is--disable {
  opacity: 0.5;
  pointer-events: none;
}

.radio-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.radio-input:checked ~ .radio-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.radio-input:checked ~ .radio-label::before {
  background-color: #f2ab88;
  border: 1px solid #f2ab88;
}

.radio-label:before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  border-radius: 45px;
  cursor: pointer;
  border: 1px solid #c4c4c4;
}

.radio-label::after {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 45px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  cursor: pointer;
}

.radio-label a {
  text-decoration: underline;
}

form.is--loading {
  position: relative;
}

form.is--loading:before {
  content: '';
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

form.is--preloader.is--loading:before {
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.6);
}

.form-control {
  display: block;
  width: 100%;
  padding: 10px 15px;
  background-color: #fff;
  border: none;
  border-radius: 5px;
}

.form-group {
  padding: 1px;
  margin-bottom: 20px;
  width: 100%;
}

.select {
  position: relative;
  z-index: 2;
  min-width: 115px;
  cursor: pointer;
}

.select.is--open .select-value,
.select.is--open .select-value span {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select.is--open .select-dropdown {
  display: block;
}

.select.is--open .select-icon {
  transform: rotate(180deg);
}

.select-dropdown {
  display: none;
  position: absolute;
  right: -1px;
  top: calc(100% - 1px);
  background-color: #fff;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.12);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  min-width: calc(100% + 2px);
  padding: 8px 0;
  list-style-type: none;
  max-height: 290px;
  overflow-y: auto;
  z-index: 1;
}

.select-value {
  z-index: 1;
  position: relative;
  display: block;
  border-radius: 6px;
}

.select-value:before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, #f3ae86 0%, #ca52c0 46.35%, #4257cf 100%);
}

.select-value span {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  border-radius: 6px;
  height: 37px;
  padding-left: 15px;
  padding-right: 40px;
}

.select-item {
  padding: 5px 40px 5px 15px;
  display: block;
  width: 100%;
  border-bottom: 3px solid white;
  cursor: pointer;
}

.select-item.is--active,
.select-item:hover {
  color: #000;
  border-color: #b553c2;
}

.select-icon {
  position: absolute;
  right: 15px;
  top: 8px;
  z-index: 1;
  transition: transform 0.5s;
}

.login-checkbox .checkbox:not(:last-child) {
  padding-bottom: 5px;
}

.login-caption {
  padding-top: 20px;
}

.login-phone {
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}

.login-phone__label {
  font-size: 18px;
  font-weight: 600;
}

.login-phone__input {
  width: 100%;
  position: relative;
  height: 37px;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
}

.login-phone__input:before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, #f3ae86 0%, #ca52c0 46.35%, #4257cf 100%);
}

.login-phone__input.is--invalid:before {
  background-image: none;
  background-color: #FE161C;
}

.login-phone__input input {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 6px;
}

.login-phone__input input:disabled {
  background-color: #fff;
  opacity: 1;
  color: #383838;
}

.login-phone__prefix {
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 600;
  padding: 0 15px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  margin: 0;
}

.login-phone__prefix:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(360deg, #4257cf 0%, #ca52c0 46.35%, #f3ae86 100%);
}

.login-error {
  margin-bottom: -15px;
  padding-top: 10px;
  text-align: center;
  color: #FE161C;
}

.login-current__phone {
  padding-bottom: 20px;
}

.login-current__phone span {
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  background-color: #fff;
  color: #b553c2;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
  display: inline-block;
}

.login-code__block {
  display: flex;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.login-code__wrapper {
  padding: 0 7.5px;
}

.login-code__input {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #7B7B7B;
}

.login-resent {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  padding-top: 15px;
}

.login-newCode {
  display: none;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 8px;
}

.login-newCode a {
  color: #b553c2;
  font-weight: 600;
  text-decoration: underline;
}

.login-resent__timer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 113px;
  height: 37px;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  margin-left: 7px;
  color: #b553c2;
  font-weight: 400;
}

.banner {
  display: block;
  width: 25%;
  cursor: pointer;
  padding: 0 15px;
  text-align: center;
  min-height: 100px;
}

.banner .banner__content {
  display: inline-block;
  transition: all 0.2s;
  border-radius: 12px;
  overflow: hidden;
}

.banner .banner__content:hover {
  box-shadow: 0 7px 19px -1px rgba(173, 173, 179, 0.5);
  transform: translateY(-4px);
}

.restaurant-item {
  width: 100%;
  border-radius: 8px;
  transition: all 0.2s;
  margin: 0 15px 20px 15px;
  padding: 1px;
  background: linear-gradient(90deg, #f3ae86 0%, #ca52c0 46.35%, #4257cf 100%);
}

.restaurant-item:hover {
  box-shadow: 0 7px 19px -1px rgba(173, 173, 179, 0.5);
  transform: translateY(-4px);
}

.restaurant-item.is--focus {
  box-shadow: 2px 1px 11px #ff9500;
}

.restaurant-item .restaurant-item__content {
  min-height: 250px;
  height: 100%;
  overflow: hidden;
  border-radius: 7px;
  background: #fff;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-image: url("../img/restaurant__bg.svg");
  background-position: right bottom;
  cursor: pointer;
}

.restaurant-item .restaurant-item__image {
  width: 100%;
  min-height: 150px;
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
}

.restaurant-item .restaurant-item__image img {
  width: 100%;
}

.restaurant-item .restaurant-item__info {
  height: 100%;
  position: relative;
  padding: 16px;
}

.restaurant-item .restaurant-item__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #383838;
  margin-bottom: 14px;
  padding-right: 55px;
  padding-left: 4px;
}

.restaurant-item .restaurant-item__footer {
  display: flex;
  align-items: center;
}

.restaurant-item .restaurant-item__footer--info {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #676767;
}

.restaurant-item .restaurant-item__footer--info:nth-child(1) {
  width: 55%;
}

.restaurant-item .restaurant-item__footer--info:nth-child(2) {
  width: 45%;
}

.restaurant-item .restaurant-item__icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 9px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.restaurant-item .restaurant-item__new {
  display: block;
  text-transform: uppercase;
  background: #9A54C5;
  border-radius: 30px;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  position: absolute;
  top: 11px;
  right: -12px;
  padding: 8px 25px;
}

.restaurant-item .restaurant-item__rating {
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 30px;
  background-color: #FBAE20;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  padding: 2px 8px;
  display: flex;
  align-items: center;
}

.restaurant-item .restaurant-item__rating svg {
  margin-right: 5px;
}

.restaurant-item .restaurant-item__stock-duration {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #FE161C;
  margin-bottom: 5px;
}

.restaurant-item.not-available {
  background: linear-gradient(90deg, #e1e1e1 0%, #e1e1e1 100%);
}

.restaurant-item.not-available .restaurant-item__image {
  filter: grayscale(0.5) opacity(0.5);
  transition: filter 0.5s;
}

.restaurant-item.not-available .restaurant-item__new {
  background: #C8C7CC;
}

.restaurant-item.not-available .restaurant-item__rating {
  background: #8E8E93;
}

.restaurant-item.not-available:hover .restaurant-item__image {
  filter: grayscale(0) opacity(1);
}

.restaurant-item .restaurant-item__special {
  font-weight: bold;
  font-size: 14px;
  background: #CA52C0;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  position: absolute;
  top: 20px;
  right: 0;
  color: #fff;
  padding: 5px 8px 5px 12px;
  z-index: 5;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, -50%);
  width: 38px;
  height: 38px;
  box-shadow: 2px 4px 22px rgba(0, 0, 0, 0.03);
  border-radius: 46px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  transition: all 0.5s;
}

.slick-arrow svg {
  transition: all 0.5s;
  opacity: 0.5;
}

.slick-arrow:hover {
  background-color: #b553c2;
  border: 1px solid #b553c2;
}

.slick-arrow:hover svg {
  opacity: 1;
  fill: #fff;
}

.slick-dots {
  display: flex;
  padding-top: 10px;
  justify-content: center;
}

.slick-dots li {
  font-size: 0;
  background: #FFFFFF;
  border: 1px solid #383838;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 5px;
}

.slick-dots li.slick-active {
  background: #b553c2;
  border-color: #b553c2;
}

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

.tabs .tabs__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tabs .tabs__header .tabs__outer-tabs {
  display: flex;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  padding-right: 120px;
}

.tabs .tabs__header .tabs__button {
  display: inline-block;
  padding: 0 20px;
  cursor: pointer;
  height: 30px;
  line-height: 28px;
  border-radius: 70px;
  color: #383838;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  margin-right: 10px;
  transition: 0.2s;
  border: 1px solid transparent;
  flex-shrink: 0;
  white-space: nowrap;
  background: #fff;
}

.tabs .tabs__header .tabs__button.special {
  border: 1px solid #FF2D55;
  color: #FF2D55;
  display: inline-flex;
  align-items: center;
  padding: 0 40px;
}

.tabs .tabs__header .tabs__button.special svg {
  margin-left: 8px;
}

.tabs .tabs__header .tabs__button.active {
  color: #fff;
  border: 1px solid #b553c2;
  background-color: #b553c2;
}

.tabs .tabs__header .tabs__button:not(.active):not(.special):hover {
  border: 1px solid #b553c2;
  color: #b553c2;
}

.tabs .tabs__header .tabs__more {
  position: relative;
  right: 0;
  display: none;
  cursor: pointer;
  align-items: center;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  color: #383838;
  font-size: 16px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border: 1px solid transparent;
  border-radius: 70px;
  transition: 0.2s;
}

.tabs .tabs__header .tabs__more svg {
  transition: 0.2s;
}

.tabs .tabs__header .tabs__more:hover {
  border: 1px solid #b553c2;
  color: #b553c2;
}

.tabs .tabs__header .tabs__more:hover svg {
  fill: #b553c2;
}

.tabs .tabs__header .tabs__more svg {
  margin-left: 10px;
}

.tabs .tabs__header .tabs__more.open {
  color: #b553c2 !important;
  box-shadow: none;
  border: 1px solid transparent;
  background: transparent !important;
}

.tabs .tabs__header .tabs__more.open svg {
  fill: #b553c2 !important;
}

.tabs .tabs__header .tabs__more.open .tabs__inner-tabs {
  display: block;
}

.tabs .tabs__header .tabs__more.shown {
  display: flex;
  flex-shrink: 0;
  order: 9999;
}

.tabs .tabs__header .tabs__more.has-active {
  color: #fff;
  background: #b553c2;
}

.tabs .tabs__header .tabs__more.has-active svg {
  fill: #fff;
}

.tabs .tabs__header .tabs__inner-tabs {
  display: none;
  position: absolute;
  z-index: 10;
  background-color: #fff;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.12);
  border-radius: 25px;
  min-width: 211px;
  right: -1px;
  top: 31px;
  padding: 10px 10px 0;
}

.tabs .tabs__header .tabs__inner-tabs .tabs__button {
  margin-bottom: 10px;
}

.tabs .tabs__header .tabs__show-more {
  padding: 11px 20px 10px 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  box-shadow: 2px 4px 22px rgba(0, 0, 0, 0.03);
  border-radius: 46px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.quantity {
  width: 91px;
  height: 30px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  background-color: #fff;
  overflow: auto;
}

.quantity-action {
  width: 30px;
  background-color: #f2ab88;
  height: 100%;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  transition: background-color 0.5s;
}

.quantity-action:hover {
  background-color: #d871ad;
}

.quantity-action.is--disabled {
  background: #E1E1E1;
  pointer-events: none;
}

.quantity-input {
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  font-weight: 600;
  color: #7B7B7B;
  padding: 0;
}

.quantity-minus:before {
  content: "";
  width: 14px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.quantity-plus:before {
  content: "";
  width: 14px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.quantity-plus:after {
  content: "";
  width: 2px;
  height: 14px;
  background: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cart.is--loading:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
}

.cart.is--loading:after {
  content: "";
  height: 0;
  width: 0;
  padding: 5px;
  border: 3px solid #b553c2;
  border-right-color: #fff;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  position: absolute;
  left: calc(50% - 8px);
  top: calc(50% - 8px);
  z-index: 2;
}

.cart .restaurant__form {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.cart .cart__title {
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: #000000;
}

.cart .cart__clear {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #8D8D8D;
  padding-bottom: 4px;
  display: flex;
  cursor: pointer;
  transition: color 0.5s;
}

.cart .cart__clear:hover {
  color: #000;
}

.cart .cart__clear .svg {
  margin-right: 10px;
}

.cart .cart__item .item__remove {
  width: 12px;
  height: 12px;
  position: relative;
  cursor: pointer;
}

.cart .cart__item .item__remove:before,
.cart .cart__item .item__remove:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #8D8D8D;
  top: 50%;
  left: -1px;
}

.cart .cart__item .item__remove:hover:before,
.cart .cart__item .item__remove:hover:after {
  background-color: #b553c2;
}

.cart .cart__item .item__remove:after {
  transform: rotate(135deg);
}

.cart .cart__item .item__remove:before {
  transform: rotate(-135deg);
}

.cart .cart__item .item__price {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  text-align: right;
}

.cart .cart__header {
  padding: 31px 20px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.cart .cart__body {
  height: 100%;
  background-image: url("../img/restaurant/cart__bg.jpg");
  background-size: 123%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.cart .cart__empty {
  height: 100%;
  text-align: center;
  color: #676767;
  padding-top: 60px;
}

.cart .cart__empty svg {
  margin-bottom: 15px;
}

.cart .cart__list {
  padding: 3px 20px;
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid #b553c2;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #7B7B7B transparent;
  scrollbar-width: thin;
}

.cart .cart__list::-webkit-scrollbar {
  width: 4px;
}

.cart .cart__list::-webkit-scrollbar-track {
  border-radius: 3px;
}

.cart .cart__list::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #7B7B7B;
}

.cart .list__track {
  width: 100%;
}

.cart .cart__item {
  display: flex;
  flex-flow: column;
  padding-bottom: 15px;
}

.cart .cart__item:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px solid #E1E1E1;
}

.cart .item__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart .item__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart .item__price {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #000000;
}

.cart .item__inaccessible {
  color: #FE161C;
}

.cart .cart__inaccessible {
  color: #FE161C;
  padding-bottom: 8px;
}

.cart .cart__footer {
  padding: 20px;
  border-top: 1px solid #b553c2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
}

.cart .cart__footer .btn {
  min-height: 40px;
}

.cart .cart__total {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  color: #b553c2;
  font-size: 20px;
  padding-bottom: 20px;
}

.cart .total__title {
  margin-right: 15px;
}

.cart .total__value {
  text-align: right;
}

.fix-alert {
  position: fixed;
  z-index: 1000;
  top: 69px;
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  transition: top 0.5s;
  display: none;
}

.fix-alert.open {
  display: flex;
}

.fix-alert__error {
  background: #EB4857;
}

.fix-alert__success {
  background: #39B54A;
}

.fix-alert__info {
  background: #448CCB;
}

.fix-alert__warning {
  background: #F26522;
}

.fix-alert__text {
  max-width: 80%;
  padding: 10px 0;
  position: relative;
}

.fix-alert + .fix-alert {
  top: 115px;
}

.new-restaurants .new-restaurants__slider {
  margin: 0 -15px;
}

.new-restaurants .slick-track {
  padding-top: 33px;
}

.new-restaurants .restaurant-item {
  width: auto;
}

.new-restaurants .slider-next {
  right: 15px;
  top: -17px;
}

.new-restaurants .slider-prev {
  right: 65px;
  top: -17px;
}

.new-restaurants .restaurant-item__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.order-block {
  padding: 1px;
  margin-bottom: 10px;
  border-radius: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #383838;
  background: #9A54C5;
}

.order-block:last-child {
  margin-bottom: 40px;
}

.order-block.wrapped {
  background: linear-gradient(90deg, #F3AE86 0%, #CA52C0 46.35%, #4257CF 100%);
}

.order-block.wrapped .order-block__body {
  display: none;
}

.order-block.wrapped .order-block__total {
  display: none;
}

.order-block.wrapped .order-block__button--text:before {
  transform: rotate(0deg);
}

.order-block .order-block__inner {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  background-color: #fff;
  overflow: hidden;
}

.order-block .order-block__header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.order-block .order-block__wrapper {
  width: 100%;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.order-block .order-block__status {
  font-size: 16px;
  line-height: 19px;
  margin-left: 10px;
  color: #383838;
}

.order-block .order-block__status .status {
  padding-left: 10px;
}

.order-block .order-block__status .status-1 {
  color: #58BB1B;
}

.order-block .order-block__status .status-2 {
  color: #58BB1B;
}

.order-block .order-block__status .status-3 {
  color: #FF9500;
}

.order-block .order-block__status .status-4 {
  color: #FF2D55;
}

.order-block .order-block__status .status-5 {
  color: #979797;
}

.order-block .order-block__status .status-6 {
  color: #FF9500;
}

.order-block .order-block__button {
  min-width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #9A54C5;
  color: #CA52C0;
  cursor: pointer;
  padding-right: 18px;
  font-size: 16px;
  line-height: 19px;
}

.order-block .order-block__button:hover {
  background: #F7F8FC;
}

.order-block .order-block__button--text {
  position: relative;
}

.order-block .order-block__button--text:before {
  content: "";
  position: absolute;
  right: -25px;
  width: 20px;
  height: 20px;
  background-image: url("../img/colored-icons/chevron-down-purple.svg");
  transform: rotate(180deg);
}

.order-block .order-block__image {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin-right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.order-block .order-block__info {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.order-block .order-block__status {
  display: flex;
  flex-flow: column;
  flex: 0 0 400px;
  justify-content: center;
}

.order-block .order-block__repeat-order {
  color: #f2ab88;
  font-size: 16px;
  line-height: 19px;
  position: relative;
}

.order-block .order-block__repeat-order:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/refresh-orange.svg");
}

.order-block .order-block__title {
  font-size: 20px;
  line-height: 24px;
  color: #383838;
  font-weight: bold;
  padding-top: 15px;
}

.order-block .order-block__time {
  margin-right: 26px;
}

.order-block .order-block__sum--value {
  font-weight: bold;
}

.order-block .order-block__details {
  padding: 16px;
  border-top: 1px solid #9A54C5;
}

.order-block .details-item {
  display: flex;
}

.order-block .details-item:not(:last-child) {
  margin-bottom: 9px;
}

.order-block .details-item .details-item__title {
  width: 180px;
  padding-right: 20px;
  flex-shrink: 0;
  color: #7B7B7B;
  font-weight: bold;
}

.order-block .details-item .details-item__value {
  color: #000;
}

.order-block .order-block__include {
  padding: 16px;
  border-top: 1px solid #9A54C5;
}

.order-block .order-block__include li {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.order-block .order-block__include li:not(:last-child) {
  border-bottom: 1px solid #E9E9E9;
}

.order-block .order-block__include li:not(:last-child) .include-item__body {
  padding-bottom: 15px;
}

.order-block .order-block__include li:not(:first-child) .include-item__header {
  display: none;
}

.order-block .order-block__include li:not(:first-child) .include-item__body {
  padding-top: 20px;
}

.order-block .order-block__include--title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #383838;
  margin-bottom: 13px;
}

.order-block .include-item {
  width: 100%;
}

.order-block .include-item:nth-child(3) {
  width: 70px;
  flex-shrink: 0;
}

.order-block .include-item:nth-child(4) {
  width: 150px;
  flex-shrink: 0;
  text-align: right;
}

.order-block .include-item:nth-child(4) .include-item__body {
  color: #CA52C0;
}

.order-block .include-item .include-item__header {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #7B7B7B;
  margin-bottom: 13px;
}

.order-block .include-item .include-item__body {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.order-block .order-block__total {
  padding: 16px;
  border-top: 1px solid #9A54C5;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.order-block .total__item {
  display: flex;
  justify-content: flex-end;
}

.order-block .total__item.delivery {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #7B7B7B;
}

.order-block .total__item.total {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
  color: #CA52C0;
}

.order-block .total__item--value {
  padding-left: 5px;
  min-width: 80px;
  text-align: right;
}

.order-block .total__item.delivery .total__item--title {
  position: relative;
}

.order-block .total__item.delivery .total__item--title:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  left: -39px;
  background-image: url("../img/colored-icons/truck-gray.svg");
}

.order-block .order-block__footer {
  display: none;
  border-top: 1px solid #9A54C5;
  justify-content: space-between;
  height: 60px;
}

.order-block .order-block__footer .order-block__footer--left {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}

.order-block .order-block__footer .order-block__button {
  width: 100px;
  height: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.order-date {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #A2A2A2;
  margin-bottom: 5px;
  display: none;
}

.order-date:not(:first-child) {
  padding-top: 30px;
}

.order-block__status-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order-block__status-bottom {
  padding-top: 20px;
  font-size: 14px;
  line-height: 17px;
  color: #7b7b7b;
}

.product-item {
  border-radius: 8px;
  transition: all 0.2s;
  margin: 0 5px 20px 5px;
  padding: 1px;
  background: linear-gradient(90deg, #f3ae86 0%, #ca52c0 46.35%, #4257cf 100%);
  width: calc(100% / 5 - 10px);
}

.product-item:hover {
  box-shadow: 0 7px 19px -1px rgba(173, 173, 179, 0.5);
  transform: translateY(-4px);
}

.product-item:hover .product-item__hover {
  opacity: 1;
}

.product-item__content {
  height: 100%;
  overflow: hidden;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background: #fff url("../img/restaurant__bg.svg") right bottom;
  position: relative;
}

.product-item__hover {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s;
}

.product-item__info {
  padding: 20px;
}

.product-item__restaurant {
  color: #FF9500;
  font-weight: 600;
  padding-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-item__caption {
  height: 100px;
}

.product-item__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  padding-bottom: 5px;
  max-height: 70px;
  overflow: hidden;
}

.product-item__weight {
  color: #383838;
  opacity: 0.7;
}

.product-item__price {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
}

.header-notice {
  background-color: #d871ad;
  min-height: 32px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.header-notice.is--close {
  display: none !important;
}

.header-notice__close {
  margin-left: 20px;
  cursor: pointer;
}

.header-notice__close svg {
  opacity: 0.5;
  transition: all 0.5s;
}

.header-notice__close:hover svg {
  opacity: 1;
  transform: rotate(135deg);
}

.header {
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: url("../img/header__bg.jpg");
  background-position: 50% 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  z-index: 100;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.header.empty .header__block {
  display: flex;
  justify-content: center;
}

.header-nav {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 150px;
  height: 30px;
  position: relative;
  left: -20px;
  top: -4px;
}

.header-nav.mobile {
  display: none;
}

.header-nav__toggle {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.header-nav__toggle span {
  flex-shrink: 0;
  margin-right: 10px;
}

.header-nav__toggle svg {
  flex-shrink: 0;
}

.header-nav__current {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.header-nav__dropdown {
  margin-left: 10px;
  position: relative;
  width: 100%;
  height: 100%;
}

.header-nav__menu {
  border-radius: 17px;
  padding: 1px;
  background: linear-gradient(90deg, #f3ae86 0%, #ca52c0 46.35%, #4257cf 100%);
}

.header-nav__menu .header-nav__menu--inner {
  background-color: #fff;
  border-radius: 16px;
  padding: 7px 30px 5px 20px;
}

.header-nav__menu a {
  color: #7b7b7b;
  font-size: 18px;
  font-weight: 600;
  display: none;
  padding-top: 5px;
}

.header-nav__menu a:hover {
  color: #000000;
}

.header-nav__menu:hover a {
  display: block;
}

.header__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
  position: relative;
  z-index: 1;
}

.header__right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.header-cart {
  min-width: 115px;
  background-color: #b553c2;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 10px 17px;
}

.header-cart.not-empty:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  right: 50%;
  transform: translateX(100%);
  z-index: 5;
  background-image: url(../img/cart-check.svg);
  display: none;
  background-size: contain;
}

.header-cart:hover {
  color: #fff;
}

.header-cart__price {
  padding-left: 7px;
}

.header-login {
  display: inline-flex;
  align-items: center;
  border-radius: 100px;
  border: 1px solid transparent;
  margin-right: 30px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.header-login__nav {
  position: absolute;
  z-index: -1;
  width: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 76.88%), #FFFFFF;
  border: 1px solid #9A54C5;
  box-sizing: border-box;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  top: -1px;
  left: -1px;
  height: 169px;
}

.header-login__text {
  font-size: 18px;
  font-weight: 600;
  padding-right: 13px;
  padding-left: 11px;
}

.header__center {
  display: flex;
  align-items: center;
  width: 100%;
}

.header-language {
  margin-left: 30px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.header-language__dropdown {
  margin-left: 10px;
  position: relative;
}

.header-language__dropdown:hover .header-language__menu {
  display: block;
}

.header-language__menu {
  position: absolute;
  display: none;
}

.header-language__menu:before:hover {
  display: block;
}

.header-language__menu:before {
  content: "";
  position: absolute;
  left: -17px;
  top: -32px;
  border-radius: 17px;
  border: 1px solid #f2ab88;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  background-color: #fff;
  z-index: -1;
}

.header-language__menu a {
  color: #7b7b7b;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 5px;
}

.header-language__menu a:hover {
  color: #000;
}

.header-language__toggle {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.header-language__current {
  padding-right: 2px;
}

.header-address {
  margin-left: 30px;
  display: flex;
  align-items: center;
}

.header-address__left {
  flex-shrink: 0;
}

.header-address__right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 10px;
  font-size: 18px;
}

.header-address__current {
  padding-right: 10px;
}

.header-address__selection {
  color: #b553c2;
  cursor: pointer;
}

.header-address__selection:hover {
  text-decoration: underline;
}

.login-dropdown {
  position: relative;
  margin-right: 16px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 40px;
  min-width: 150px;
  margin-left: 35px;
}

.login-dropdown .btn-round {
  position: absolute;
  left: -32px;
}

.login-dropdown__text {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.login-dropdown__list {
  z-index: -1;
  width: 100%;
  padding: 37px 0 25px;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 76.88%), #FFFFFF;
  border: 1px solid #9A54C5;
  box-sizing: border-box;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 17px;
  flex-direction: column;
  display: none;
}

.login-dropdown:hover .login-dropdown__list {
  display: flex;
}

.login-dropdown__link {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 15px;
  color: #000000;
  padding: 10px 16px;
}

.login-dropdown__link:hover {
  color: #000000;
  background-color: #F3F7FA;
}

.login-dropdown__link.logout-link {
  color: #b553c2;
}

.header-menu {
  background: #b553c2;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 100%;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  padding: 13px 0;
}

.header-menu > span {
  background: #FFFFFF;
  border-radius: 1px;
  width: 30px;
  height: 3px;
}

.header__left {
  flex-shrink: 0;
}

.mobile-block--menu {
  padding: 30px 20px;
}

.mobile-block--menu__block {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
}

.mobile-block--menu__bottom {
  padding-bottom: 15px;
}

.mobile-block--menu__top .header-language {
  margin: 0 0 30px;
}

.mobile-block--menu__top .header-login {
  margin: 0 0 30px;
}

.mobile-block--menu__top .header-address {
  margin: 0 0 10px;
}

.mobile-block--menu__top .login-dropdown {
  margin: 0 0 20px 33px;
}

.mobile-block--menu__top .mobile-block--menu__address {
  background: #FAFBFF;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px 10px 20px 20px;
}

.mobile-block--menu__top .login-navigation {
  display: flex;
  flex-flow: column;
  padding-left: 50px;
}

.mobile-block--menu__top .login-navigation__link {
  font-size: 20px;
  padding-bottom: 20px;
}

.mobile-block--menu__top .login-navigation__link.logout-link {
  color: #b553c2;
  font-weight: 600;
}

footer .footer__top {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}

footer .footer__top .footer__top--content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;
}

footer .footer__top .footer__top--download {
  display: flex;
  align-items: center;
}

footer .footer__top .download-link {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 160px;
  height: 50px;
}

footer .footer__top .download-link:not(:last-child) {
  margin-right: 20px;
}

footer .footer__bottom {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 140px 0;
  background-color: #f8f9fd;
  background-image: url("../img/footer__bg.jpg");
}

footer .footer__bottom--content {
  display: flex;
}

footer .footer__bottom--left {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #E1E1E1;
  position: relative;
  z-index: 1;
  max-width: 320px;
  padding: 51px 41px;
}

footer .logo {
  margin-bottom: 23px;
}

footer .footer__bottom--description {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #383838;
  margin-bottom: 53px;
}

footer .footer--copy {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 17px;
  color: #333333;
  opacity: 0.5;
}

footer .footer__bottom--right {
  position: relative;
  z-index: 1;
  padding: 70px 30px;
}

footer .footer__nav {
  display: flex;
}

footer .footer__nav--column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

footer .footer__nav--column:not(:last-child) {
  margin-right: 70px;
}

footer .nav-column__title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 15px;
}

footer .nav-column__link {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 15px;
}

footer .nav-column__link:hover {
  color: #b553c2;
}

footer .nav-column__button {
  height: 35px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 35px;
  background-color: #fff;
  position: relative;
  font-size: 16px;
  line-height: 35px;
  color: #383838;
  font-weight: 600;
  padding: 0 16px;
  white-space: nowrap;
}

footer .nav-column__button:before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, #f3ae86 0%, #ca52c0 46.35%, #4257cf 100%);
}

footer .nav-column__button-courier {
  margin-top: 20px;
  color: #b553c2;
  line-height: 38px;
}

footer .nav-column__button-courier svg {
  margin-right: 10px;
  margin-top: -2px;
}

footer .payment-icon {
  padding-top: 37px;
}

.contact-us {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}

.contact-us .contact-us__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #CA52C0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 17px;
}

.contact-us .contact-us__icon svg {
  width: 25px;
  fill: #fff;
}

.contact-us .contact-us__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-us .contact-us__title {
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  background: linear-gradient(90deg, #F3AE86 0%, #CA52C0 46.35%, #4257CF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  margin-bottom: 6px;
}

.contact-us .contact-us__description {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #333333;
}

.contact-us .contact-us__list {
  position: absolute;
  z-index: -1;
  background: linear-gradient(180deg, #FFFFFF -3.75%, rgba(255, 255, 255, 0) 76.01%), #FFFFFF;
  border: 1px solid #b553c2;
  box-sizing: border-box;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 30px 17px 17px 30px;
  width: calc(100% + 15px);
  left: 0;
  bottom: 0;
  overflow: hidden;
  height: 60px;
  opacity: 0;
  transition: height 0.4s 0s, opacity 0.2s 0s;
}

.contact-us .contact-us__list--inner {
  padding: 37px 20px 79px 20px;
  width: 100%;
  height: 100%;
}

.contact-us .contact-us__list--inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 53px;
  background-color: #fff;
}

.contact-us .contacts-list__title {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: #383838;
  margin-bottom: 1px;
}

.contact-us .contacts-list__description {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #333333;
  margin-bottom: 21px;
}

.contact-us .contacts-list__description li {
  margin-bottom: 10px;
}

.contact-us .contacts-list__description a {
  font-size: 16px;
}

.contact-us .contact {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.mobile-block--contact {
  padding: 26px 20px;
}

.mobile-block--contact .contact-us .contact-us__icon {
  margin-right: 10px;
}

.mobile-block--contact .contact-us .contact-us__title {
  font-size: 18px;
}

.mobile-block--contact .contact-us .contact-us__description {
  font-size: 14px;
}

.mobile-block--contact .contact-us .contact-us__icon {
  width: 55px;
  height: 55px;
}

.mobile-block--social {
  padding: 30px 15px;
}

.social-list a {
  font-weight: 600;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
}

.social-list svg {
  margin-right: 12px;
}

.social-list li {
  margin-bottom: 20px;
}

.page-404 img {
  width: 440px;
  max-width: 100%;
}

.page-404 p {
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}

.page-404__block {
  padding-top: 92px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.information-pages {
  background-color: #F9FAFE;
  position: relative;
  overflow: hidden;
}

.information-pages:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: -170px;
  bottom: -280px;
  width: 1100px;
  height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url("../img/info/info-bg.jpg");
}

.information-pages .information-pages__block {
  position: relative;
  z-index: 5;
  display: flex;
  padding-top: 50px;
  padding-bottom: 150px;
}

.information-pages .information-pages__left {
  min-width: 300px;
  margin-right: 30px;
}

.information-pages .information-pages__menu li {
  margin-bottom: 20px;
}

.information-pages .information-pages__menu li a {
  padding: 13px 20px;
  background: #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  display: block;
  font-size: 18px;
}

.information-pages .information-pages__menu li.active a {
  background: #b553c2;
  color: #fff;
  pointer-events: none;
  font-weight: 600;
}

.information-pages .information-pages__menu li:hover:not(.active) a {
  background: #f3f3f3;
  color: #383838;
}

.modal-login {
  width: 475px;
  background-image: url("../img/dots-grey-top-left.svg"), url("../img/modals/login__bg.jpg");
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  background-size: auto, cover;
}

.modal-confirm {
  width: 475px;
  background-image: url("../img/modals/confirm__bg.jpg");
  background-size: cover;
  background-position: right;
}

.modal-confirm-caption {
  padding-top: 20px;
}

.modal-city {
  width: 628px;
  background-image: url("../img/dots-grey-top-left.svg"), url("../img/modals/city__bg.jpg");
  background-position: top left, bottom center;
  background-repeat: no-repeat;
  background-size: auto, cover;
}

.modal-city__item {
  padding-bottom: 5px;
}

.modal-address {
  width: 850px;
  background-image: url("../img/dots-grey-top-left.svg"), url("../img/dots-grey-bottom-left.svg");
  background-position: top left, bottom left;
  background-repeat: no-repeat;
  background-size: auto;
}

.modal-address .is--edit .modal-title--new {
  display: none;
}

.modal-address .is--edit .modal-title--edit {
  display: block;
}

.modal-address .modal-title--edit {
  display: none;
}

.modal-address-map {
  position: relative;
}

.modal-address-map__block {
  height: 500px;
  margin-left: -40px;
  margin-right: -40px;
}

.modal-address-search {
  display: flex;
  align-items: center;
  top: 20px;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.modal-address-search__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 37px;
  border-radius: 6px;
  background-color: #f2ab88;
  margin-right: 7px;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.5s;
}

.modal-address-search__icon:hover {
  background: #b553c2;
}

.modal-address-search__input {
  width: 100%;
  height: 37px;
  border-radius: 6px;
  overflow: hidden;
  padding: 1px;
  position: relative;
  background: linear-gradient(90deg, #f3ae86 0%, #ca52c0 46.35%, #4257cf 100%);
}

.modal-address-search__input.is--error {
  background-color: red;
  background-image: none;
}

.modal-address-search__input input {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  padding-right: 35px;
}

.modal-address-search__input svg {
  position: absolute;
  right: 10px;
  transform: translate(0, -50%);
  top: 50%;
  cursor: pointer;
}

.modal-address__close {
  color: #7b7b7b;
  font-weight: 400;
  font-size: 14px;
  margin-right: 15px;
  cursor: pointer;
}

.modal-address__close:hover {
  color: #b553c2;
  text-decoration: underline;
}

.modal-address-detail {
  width: 850px;
  background-image: url("../img/modals/address-confrim__bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
}

.modal-address-detail .modal-footer {
  padding-top: 15px;
}

.modal-address-detail .is--edit .modal-title--new {
  display: none;
}

.modal-address-detail .is--edit .modal-title--edit {
  display: block;
}

.modal-address-detail .modal-title--edit {
  display: none;
}

.modal-address-detail__block {
  display: flex;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}

.modal-address-detail__small {
  padding: 0 10px;
}

.modal-address-detail__big {
  padding: 0 10px;
  min-width: 330px;
}

.modal-address-detail__info {
  display: flex;
  padding-left: 10px;
  flex-flow: column;
  padding-bottom: 10px;
}

.modal-address-detail__info span:first-child {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px;
}

.modal-address-detail__info span:last-child {
  color: #7b7b7b;
  font-size: 18px;
}

.modal-address-detail__header {
  display: flex;
  padding-bottom: 10px;
}

.modal-user-address {
  width: 848px;
  background-image: url("../img/dots-grey-top-left.svg"), url("../img/modals/user-address.jpg");
  background-position: top left, bottom center;
  background-repeat: no-repeat;
  background-size: auto, cover;
}

.modal-user-address__item {
  border: 1px solid #C4C4C4;
  margin-bottom: 10px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
}

.modal-user-address__item .radio-label {
  font-weight: 400;
}

.modal-user-address__item:last-child {
  margin-bottom: 0;
}

.modal-user-address__remove {
  cursor: pointer;
  font-size: 14px;
}

.modal-user-address__remove:hover {
  color: #B61717;
  text-decoration: underline;
}

.modal-user-address__edit {
  cursor: pointer;
  color: #B553C2;
  font-size: 14px;
  padding-bottom: 5px;
}

.modal-user-address__edit:hover {
  text-decoration: underline;
}

.modal-user-address__comment {
  display: block;
  font-size: 14px;
  color: #7B7B7B;
  padding-top: 2px;
}

.restaurant-map-modal {
  width: 850px;
  background-image: url("../img/dots-grey-top-left.svg"), url("../img/dots-grey-bottom-left.svg");
  background-position: top left, bottom left;
  background-repeat: no-repeat;
  background-size: auto;
}

.restaurant-map-modal__block {
  height: 500px;
  margin-left: -40px;
  margin-right: -40px;
}

.restaurant-map-modal__block .marker {
  display: none;
}

.modal-product-option {
  width: 630px;
  background-image: url("../img/dots-grey-top-left.svg"), url("../img/dots-grey-bottom-right.svg"), url("../img/modals/product-option__bg.jpg");
  padding: 35px 25px;
  background-position: top left, bottom right, bottom right;
  background-repeat: no-repeat;
  background-size: auto;
}

.modal-product-option__unit {
  margin-right: 10px;
}

.modal-product-option__stock-duration {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #FE161C;
}

.modal-product-option__special {
  font-weight: bold;
  font-size: 18px;
  background: #CA52C0;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  position: absolute;
  top: 90px;
  right: 0;
  color: #fff;
  padding: 5px 8px 5px 12px;
  z-index: 5;
}

.modal-product-option__title {
  font-weight: bold;
  font-size: 30px;
  color: #b553c2;
  padding-bottom: 11px;
}

.modal-product-option__label {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  text-transform: uppercase;
  padding-top: 17px;
  padding-bottom: 5px;
}

.modal-product-option__item {
  flex: 0 0 50%;
  min-width: 250px;
  padding-top: 5px;
}

.modal-product-option__item .radio-label,
.modal-product-option__item .checkbox-label {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
}

.modal-product-option__item .radio-input:checked ~ .radio-label,
.modal-product-option__item .checkbox-input:checked ~ .checkbox-label {
  font-weight: 600;
}

.modal-product-option__item .radio {
  padding-right: 10px;
}

.modal-product-option__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
  padding-bottom: 20px;
}

.modal-product-option__price {
  color: #b553c2;
  white-space: nowrap;
}

.modal-product-option__price-special {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #7B7B7B;
  margin-right: 6px;
  text-decoration-line: line-through;
}

.modal-product-option__minimal {
  font-weight: 600;
  font-size: 14px;
  color: #7B7B7B;
}

.modal-product-option__minimal.is--error {
  color: red;
}

.modal-product-option__caption {
  display: flex;
  align-items: center;
}

.modal-product-option__total {
  padding-left: 20px;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}

.modal-product-option__total span {
  color: #d871ad;
}

.modal-restaurant-confirm {
  width: 468px;
  padding-top: 30px;
}

.modal-avatar {
  width: 468px;
  background-image: url("../img/modals/avatar__bg.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.modal-avatar__title {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 15px;
}

.modal-avatar__description {
  padding-bottom: 15px;
}

.modal-avatar-crop {
  width: 468px;
  background-image: url("../img/modals/avatar__bg.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.modal-avatar-crop__preview img {
  width: 100%;
}

.modal-avatar-crop__file {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.modal-phone-change {
  width: 468px;
  background-image: url("../img/modals/change-phone__bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.modal-phone-change__success {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}

.review-success {
  padding: 58px 30px 50px;
  width: 470px;
  background-image: url("../img/dots-grey-top-left.svg"), url("../img/modals/review-success__bg.jpg");
  background-position: top left, bottom left;
  background-repeat: no-repeat;
  background-size: auto, cover;
}

.review-success .modal-footer {
  padding-left: 20px;
  padding-right: 20px;
}

.review-success .modal-icon svg {
  background: linear-gradient(90deg, #F3AE86 0%, #CA52C0 46.35%, #4257CF 100%);
  border-radius: 50%;
}

.review-error {
  width: 400px;
  background-image: url("../img/dots-grey-top-left.svg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
}

.modal-checkout-error {
  width: 468px;
  padding-top: 30px;
}

.modal-checkout-info {
  width: 600px;
  padding-top: 30px;
}

.modal-checkout-info .modal-title {
  font-size: 25px;
}

.modal-checkout-info .modal-description {
  font-size: 16px;
}

.modal-register {
  width: 625px;
  background-image: url("../img/modals/register__bg.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.modal-register .login-phone__label {
  font-size: 16px;
}

.modal-register .radio-label {
  font-weight: 400;
  color: #676767;
}

.modal-register .radio-input:checked ~ .radio-label {
  font-weight: 600;
  color: #000000;
}

.modal-register .radio-label::before {
  background-color: #fff;
}

.modal-register .btn {
  width: 270px;
}

.modal-register__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}

.modal-register__col50 {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.modal-register__col70 {
  flex: 0 0 70%;
  max-width: 70%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.modal-register__col100 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.modal-register__radio {
  display: flex;
  align-items: center;
  margin-bottom: -15px;
}

.modal-register__radio .radio + .radio {
  margin-left: 25px;
}

.modal-register__caption {
  padding-top: 10px;
  text-align: center;
}

.modal-success-register {
  width: 625px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../img/dots-color-top-right.svg"), url("../img/dots-grey-bottom-right.svg"), url("../img/dots-color-bottom-left.svg");
  background-position: top right, bottom right, bottom left;
  background-repeat: no-repeat;
  background-size: auto;
}

.modal-success-register .modal-title {
  color: #000;
}

.modal-success-register .modal-description {
  font-size: 16px;
}

.modal-success-register .modal-icon {
  padding-bottom: 25px;
}

.modal-restaurant-work {
  width: 630px;
  background-image: url("../img/dots-grey-top-left.svg"), url("../img/modals/restaurant-work__bg.jpg");
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  background-size: auto;
}

.modal-restaurant-work__title {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 30px;
  color: #b553c2;
  padding-bottom: 27px;
}

.modal-restaurant-work__title .btn-round {
  margin-right: 20px;
}

.modal-restaurant-work__subtitle {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.modal-restaurant-work__days {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.modal-restaurant-work-day {
  flex: 0 0 calc(50% - 30px);
  min-width: calc(50% - 30px);
  z-index: 1;
  position: relative;
  display: block;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.12);
  border-radius: 30px;
  background-color: #fff;
  margin: 0 15px 10px;
}

.modal-restaurant-work-day:before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, #f3ae86 0%, #ca52c0 46.35%, #4257cf 100%);
}

.modal-restaurant-work-day.is--closed .modal-restaurant-work-day__right {
  color: #979797;
}

.modal-restaurant-work-day__block {
  border-radius: 30px;
  background-color: #fff;
  display: flex;
  padding: 8px 20px;
  justify-content: space-between;
}

.modal-restaurant-work-day__left {
  color: #b553c2;
  font-weight: 600;
}

.modal-restaurant-work-day__right {
  font-weight: 600;
}

.modal-restaurant-pickup {
  width: 630px;
  background-image: url("../img/dots-grey-top-left.svg"), url("../img/modals/restaurant-work__bg.jpg");
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 0 !important;
}

.modal-restaurant-pickup .modal-body {
  max-height: 300px;
}

.modal-restaurant-pickup-item {
  display: block;
  z-index: 1;
  position: relative;
  background: #FFFFFF;
  border-radius: 6px;
  margin-bottom: 10px;
  margin-left: 1px;
  margin-top: 1px;
}

.modal-restaurant-pickup-item:last-child {
  margin-bottom: 30px;
}

.modal-restaurant-pickup-item:before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, #f3ae86 0%, #ca52c0 46.35%, #4257cf 100%);
}

.modal-restaurant-pickup-item__icon {
  flex-shrink: 0;
  margin: 0 10px;
}

.modal-restaurant-pickup-item__block {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  padding: 10px 20px 15px 10px;
}

.modal-restaurant-pickup-item__body {
  display: flex;
  flex-flow: column;
  width: 100%;
}

.modal-restaurant-pickup__subtitle {
  padding-bottom: 15px;
  margin-top: -10px;
}

.modal-restaurant-pickup-item__title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}

.modal-restaurant-pickup-item__title span:last-child {
  color: #CA52C0;
  cursor: pointer;
}

.modal-restaurant-pickup-item__title span:last-child:hover {
  text-decoration: underline;
}

.modal-restaurant-pickup-item__work {
  font-size: 14px;
  color: #7B7B7B;
}

.modal-blocked-user {
  width: 463px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../img/dots-color-top-left.svg"), url("../img/dots-grey-bottom-right.svg"), url("../img/dots-color-bottom-left.svg");
  background-position: top left, bottom right, bottom left;
  background-repeat: no-repeat;
  background-size: auto;
}

.modal-blocked-user .modal-title {
  color: #000;
}

.modal-blocked-user .modal-description {
  font-size: 16px;
  max-width: 350px;
  margin: 0 auto;
}

.modal-blocked-user .modal-icon {
  padding-bottom: 25px;
}

.modal-blocked-user__timer {
  background: #FFFFFF;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  width: 115px;
  font-size: 16px;
  line-height: 19px;
  color: #9A54C5;
  text-align: center;
  margin: 10px auto 0;
  padding: 9px 0;
}

.modal-card-delete {
  width: 468px;
  background-image: url("../img/modals/avatar__bg.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.modal-card-delete .modal-description {
  text-align: left;
  padding-top: 10px;
}

.modal-card-delete__description {
  padding-top: 15px;
  padding-bottom: 5px;
}

.modal-register-courier {
  background-image: url("../img/modals/register-courier__bg.jpg");
}

.slider-section {
  position: relative;
  overflow: hidden;
  margin-top: 26px;
  max-height: 320px;
}

.slider-section .slider-section__slider {
  margin-left: -10px;
  margin-right: -10px;
}

.slider-section .slider-section__slider:before,
.slider-section .slider-section__slider:after {
  content: "";
  position: absolute;
  height: 100%;
  z-index: 1;
  top: 0;
  width: calc((100vw - 1290px) / 2);
}

.slider-section .slider-section__slider:before {
  right: 100%;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

.slider-section .slider-section__slider:after {
  left: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}

.slider-section .slick-list {
  overflow: visible;
}

.slider-section .main-slider__slide {
  padding: 0 10px;
}

.slider-section .slide__content {
  display: block;
  height: 320px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
}

.slider-section .slider-next {
  right: -60px;
}

.slider-section .slider-prev {
  left: -60px;
}

.empty-restaurants__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #333333;
}

.empty-restaurants__icon {
  padding-bottom: 20px;
}

.empty-restaurants {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #b553c2;
  border-radius: 6px;
  display: flex;
  width: 100%;
  flex-flow: column;
  align-items: center;
  padding: 40px;
  margin: 0 16px;
}

.banners-section {
  padding-top: 20px;
}

.banners-section .banners-section__block {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}

.tabs-section {
  padding-top: 70px;
  background-size: cover;
  background-position: 0 250px;
  background-repeat: no-repeat;
  padding-bottom: 10px;
}

.tabs-section .tabs-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tabs-section .tabs-section__title {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}

.tabs-section .tabs-section__tabs {
  margin-left: auto;
  margin-right: 60px;
  margin-bottom: 26px;
}

.tabs-section .tabs-section__tabs ul {
  display: flex;
}

.tabs-section .tabs-section__tabs li:not(:first-child) {
  padding-left: 10px;
}

.tabs-section .tabs-section__tabs li.active a {
  background: #CA52C0;
  color: #fff;
}

.tabs-section .tabs-section__tabs li a:hover {
  background: #CA52C0;
  color: #fff;
}

.tabs-section .tabs-section__tabs a {
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  min-width: 140px;
}

.tabs-section .tabs-section__search {
  width: 100%;
  max-width: 382px;
  position: relative;
  font-size: 14px;
  line-height: 15px;
  color: #A3A3A3;
  padding: 1px;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 26px;
  background: linear-gradient(90deg, #f3ae86 0%, #ca52c0 46.35%, #4257cf 100%);
}

.tabs-section .tabs-section__search::placeholder {
  color: #A3A3A3;
}

.tabs-section .tabs-section__search input {
  width: 100%;
  padding: 10px 35px 10px 15px;
  background: #fff;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  line-height: 17px;
}

.tabs-section .tabs-section__search--submit {
  position: absolute;
  right: 10px;
  transform: translate(0, -50%);
  top: 50%;
  cursor: pointer;
}

.tabs-section .tabs-section__search--submit.hide {
  display: none;
}

.tabs-section .tabs-section__search--loading {
  position: absolute;
  right: 20px;
  transform: translate(0, -50%);
  top: 50%;
}

.tabs-section .tabs-section__search--loading:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ccc;
  height: 100%;
}

.tabs-section .tabs-section__search--loading:after {
  content: "";
  height: 0;
  width: 0;
  padding: 5px;
  border: 2px solid #b553c2;
  border-right-color: #ccc;
  border-radius: 22px;
  animation: rotate 1s infinite linear;
  position: absolute;
  left: calc(50% - 8px);
  top: calc(50% - 8px);
}

.tabs-section .tabs-section__search--loading.hide {
  display: none;
}

.tabs-section .tabs-section__search--clear {
  position: absolute;
  right: 10px;
  transform: translate(0, -50%);
  top: 50%;
  cursor: pointer;
  display: none;
}

.tabs-section .tabs-section__search--clear.show {
  display: block;
}

.welcome-section {
  padding-top: 41px;
}

.restaurants-section {
  position: relative;
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: 60px;
  background-image: url("../img/main/dish__bg.jpg");
  background-color: #f8f9fd;
}

.restaurants-section__search-products {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  padding-bottom: 40px;
}

.restaurants-section__block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 40px;
}

.restaurants-section__block .restaurant-item {
  width: calc(100% / 4 - 30px);
}

.restaurant {
  display: flex;
}

.restaurant .restaurant__main {
  width: 100%;
  height: 100%;
  position: relative;
}

.restaurant .restaurant__main .bread {
  position: absolute;
  top: 45px;
  left: 30px;
  z-index: 1;
}

.restaurant .restaurant__close-wrapper {
  border: 2px solid #E63B3B;
  border-bottom: none;
  position: relative;
}

.restaurant .restaurant__close-wrapper:after {
  content: "";
  position: absolute;
  width: 180px;
  height: 71px;
  background-image: url("../img/restaurant/closed.png");
  background-size: contain;
  bottom: 20px;
  right: 30px;
}

.restaurant .restaurant__close {
  background: #E63B3B;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 5px;
}

.restaurant .restaurant__schedule {
  display: flex;
  padding-bottom: 35px;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.restaurant .restaurant__schedule .schedule__block {
  width: calc(25% - 10px);
  border-radius: 12px;
  color: #fff;
  padding: 10px 20px 15px;
  position: relative;
  min-height: 100px;
  margin: 0 5px 10px;
}

.restaurant .restaurant__schedule .schedule__block:before {
  background-image: url("../img/restaurant/schedule__bg.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: bottom right;
  content: "";
}

.restaurant .restaurant__schedule .schedule__block:nth-child(1) {
  background-color: #F2AB88;
}

.restaurant .restaurant__schedule .schedule__block:nth-child(1):before {
  transform: scale(1, -1);
}

.restaurant .restaurant__schedule .schedule__block:nth-child(2) {
  background-color: #E06AAF;
}

.restaurant .restaurant__schedule .schedule__block:nth-child(3) {
  background-color: #9A54C5;
}

.restaurant .restaurant__schedule .schedule__block:last-child {
  background-color: #6260CF;
}

.restaurant .restaurant__schedule .schedule__block--title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.restaurant .restaurant__schedule .schedule__block--title svg {
  margin-right: 10px;
}

.restaurant .restaurant__schedule .schedule__block--description {
  position: relative;
  z-index: 1;
}

.restaurant .restaurant__schedule .schedule__block--description a {
  color: #fff;
}

.restaurant .restaurant__header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 71px;
  padding-top: 113px;
}

.restaurant .restaurant__header--content {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  max-width: 876px;
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
  padding: 30px;
  margin-right: 15px;
}

.restaurant .restaurant__rating {
  position: absolute;
  right: 30px;
  top: 30px;
  border-radius: 30px;
  background-color: #FBAE20;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  padding: 4px 8px;
  display: flex;
  align-items: center;
}

.restaurant .restaurant__rating svg {
  margin-right: 5px;
}

.restaurant .restaurant__title {
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  color: #000;
  margin-bottom: 9px;
  padding-right: 70px;
}

.restaurant .restaurant__description {
  font-weight: 600;
  line-height: 24px;
  color: #000;
}

.restaurant .restaurant__info {
  position: relative;
}

.restaurant .restaurant__conditions {
  display: flex;
  padding-left: 30px;
  margin-top: -17px;
}

.restaurant .restaurant__conditions .condition {
  background: #fff;
  border-radius: 36px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  white-space: nowrap;
}

.restaurant .restaurant__conditions .btn-round {
  margin: 0;
  min-width: 34px;
  height: 34px;
}

.restaurant .restaurant__conditions .condition__text {
  padding: 0 19px 0 10px;
  color: rgba(0, 0, 0, 0.8);
}

.restaurant .restaurant__conditions .condition__text span {
  font-style: normal;
  font-weight: bold;
  line-height: 22px;
  color: #000000;
  padding-left: 10px;
}

.restaurant .restaurant__icon {
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 10px;
  position: absolute;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 20px;
  right: 30px;
}

.restaurant .restaurant__category {
  margin-bottom: 50px;
}

.restaurant .restaurant__body {
  padding: 10px 30px 40px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.restaurant .restaurant__body .title {
  margin-bottom: 11px;
}

.restaurant .restaurant__body--bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  align-items: flex-end;
  background: linear-gradient(180deg, #FFFFFF 0%, #F9FAFE 46.88%);
  top: 0;
  left: 0;
  padding-top: 100px;
}

.restaurant .restaurant__body--bg .body-bg__top {
  width: 80%;
  height: 1000px;
  max-height: 120vw;
  flex-shrink: 0;
  background-image: url("../img/restaurant/rest-bg-top.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}

.restaurant .restaurant__body--bg .body-bg__bottom {
  width: 100%;
  height: 1000px;
  max-height: 120vw;
  background-size: cover;
  background-position: center;
  background-image: url("../img/restaurant/rest-bg-bottom.jpg");
}

.restaurant .tabs-section {
  padding: 0 0 27px;
}

.restaurant .products-section__block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.restaurant .products-section__more {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.restaurant .restaurant-item {
  margin: 0 5px 10px;
  position: relative;
  width: 245px;
}

.restaurant .restaurant-item.disabled .restaurant-item__image {
  filter: grayscale(100%);
}

.restaurant .restaurant-item.disabled .restaurant-item__to-cart {
  display: none;
}

.restaurant .restaurant-item.disabled .restaurant-item__price {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #FE161C;
  opacity: 0.7;
}

.restaurant .restaurant-item__content {
  position: relative;
  padding-bottom: 188px;
}

.restaurant .restaurant-item__info {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: auto;
  min-height: 188px;
  max-height: 188px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: max-height 1s 0s;
  background-image: url("../img/restaurant/restaurant-item-bg.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right bottom;
}

.restaurant .restaurant-item__title {
  padding: 0;
}

.restaurant .restaurant-item__footer {
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 30px 15px 10px 15px;
}

.restaurant .restaurant-item__footer:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 66%, rgba(255, 255, 255, 0) 100%);
  transform: matrix(1, 0, 0, -1, 0, 0);
  transition: opacity 0.2s 0s;
}

.restaurant .restaurant-item__price {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.restaurant .restaurant-item__price.colored {
  font-size: 25px;
  line-height: 30px;
  color: #CA52C0;
}

.restaurant .restaurant-item__special-price {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  text-decoration-line: line-through;
  color: #8D8D8D;
}

.restaurant .restaurant-item__to-cart {
  background: #b553c2;
  border-radius: 21px;
  padding: 7px 16px;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
  cursor: pointer;
}

.restaurant .restaurant-item__description {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #383838;
  opacity: 0.7;
  overflow: hidden;
  padding-bottom: 70px;
  transition: max-height 1s 0s;
  position: relative;
}

.restaurant .restaurant-item__content:hover {
  color: #000;
}

.restaurant .restaurant-item__content:hover .restaurant-item__info {
  max-height: 300px;
  transition: max-height 1s 0s;
}

.restaurant .restaurant-item__content:hover .restaurant-item__to-cart {
  opacity: 1;
  pointer-events: all;
  transition: 0.2s;
}

.restaurant .restaurant__footer-section {
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.12);
  border-radius: 19px;
  background: linear-gradient(90deg, #f3ae86 0%, #ca52c0 46.35%, #4257cf 100%);
  padding: 1px;
}

.restaurant .restaurant__footer-section .title {
  margin-bottom: 25px;
}

.restaurant .restaurant__footer-section .footer-section__content {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  display: flex;
  overflow: hidden;
}

.restaurant .restaurant__footer-section .restaurant__about {
  width: 100%;
  padding: 59px 10px 59px 30px;
  background-image: url("../img/restaurant/about__bg1.svg"), url("../img/restaurant/about__bg2.svg");
  background-repeat: no-repeat;
  background-position: top left, bottom right;
}

.restaurant .restaurant__footer-section .about__columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.restaurant .restaurant__footer-section .about__column {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 250px;
}

.restaurant .restaurant__footer-section .about__column--block {
  margin-bottom: 30px;
}

.restaurant .restaurant__footer-section .about__column--title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #b553c2;
  margin-bottom: 10px;
}

.restaurant .restaurant__footer-section .about__column--description {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding-right: 15px;
}

.restaurant .restaurant__footer-section .about__column--description a.reviews-link {
  font-size: 16px;
  line-height: 23px;
  text-decoration-line: underline;
  color: #B553C2;
}

.restaurant .restaurant__footer-section .restaurant__map {
  min-width: 475px;
  background-color: #000;
  background-image: url("../img/restaurant/restaurant__map.jpg");
  background-size: cover;
  background-position: center;
}

.restaurant .restaurant__footer-section .restaurant__map--container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.restaurant .restaurant__footer-section .restaurant__map--info {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 42px;
}

.restaurant .restaurant__footer-section .map__info--title {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 2px;
}

.restaurant .restaurant__footer-section .map__info--link {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
  color: #FFFFFF;
}

.restaurant .restaurant__footer-section .map__info--icon {
  position: absolute;
  left: 0;
}

.restaurant-animate {
  background: #b553c2;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 101;
}

.checkout {
  background-color: #F3F5F7;
  background-image: url("../img/checkout/checkout1__bg.png"), url("../img/checkout/checkout2__bg.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  padding-bottom: 100px;
}

.checkout .radio-input:not(:checked) ~ .radio-label {
  font-weight: normal;
  color: #676767;
}

.checkout .container {
  position: relative;
}

.checkout .bread {
  position: absolute;
  top: 55px;
}

.checkout-block {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}

.checkout-block__left,
.checkout-block__right {
  padding: 0 15px;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.checkout-block__left {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.checkout-block__right {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.checkout-block__wrap {
  background: #FFFFFF;
  border: 1px solid #A3A3A3;
  border-radius: 16px;
}

.checkout-block__wrap--left:not(.no--bg) {
  background-image: url("../img/checkout/checkout-info1__bg.svg"), url("../img/checkout/checkout-info2__bg.svg");
  background-repeat: no-repeat;
  background-position: right top, right bottom;
}

.checkout-block__wrap--right {
  background-image: url("../img/checkout/checkout-orange__bg.svg"), url("../img/checkout/checkout-grey__bg.svg");
  background-repeat: no-repeat;
  background-position: right top, right bottom;
  padding: 30px;
}

.checkout-restaurant-title {
  padding-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.checkout-auth {
  max-width: 425px;
  margin: 0 auto;
  padding: 30px 15px 50px;
}

.checkout-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 15px;
}

.checkout-title--mini {
  color: #000000;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.checkout-body__block {
  padding: 30px 30px 30px;
  border-bottom: 1px solid #A2A2A2;
}

.checkout-body__customer {
  display: flex;
  margin: 0 -15px;
  margin-bottom: -15px;
}

.checkout-body__customer label {
  font-weight: 400;
}

.checkout-body__customer-block {
  padding: 0 15px;
}

.checkout-body__customer-name {
  min-width: 280px;
}

.checkout-body__shipping,
.checkout-body__payment {
  display: flex;
  margin-bottom: -15px;
}

.checkout-body__shipping .radio:not(:last-child),
.checkout-body__payment .radio:not(:last-child) {
  padding-right: 30px;
}

.checkout-body__footer {
  padding: 30px 30px 40px;
}

.checkout-body__footer-cutlery {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
}

.checkout-body__footer-cutlery .quantity {
  margin-left: 20px;
}

.checkout-body__footer-promo {
  padding-bottom: 26px;
}

.checkout-body__promo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.checkout-body__promo.no-valid .input-border::before {
  background: #FE161C;
}

.checkout-body__promo .input-border {
  margin-right: 20px;
}

.checkout-body__promo .input-border input {
  padding-right: 50px;
}

.checkout-body__promo .input-border svg {
  position: absolute;
  right: 15px;
  top: calc(50% - 10px);
}

.checkout-body__icon-error,
.checkout-body__icon-success {
  display: none;
}

.checkout-body__promo-error {
  font-size: 14px;
  line-height: 17px;
  color: #FE161C;
  padding-top: 5px;
  display: none;
}

.checkout-body__promo-disabled {
  font-size: 14px;
  line-height: 17px;
  max-width: 230px;
  color: #FE161C;
  margin-right: 20px;
}

.checkout-body__timeDelivery {
  display: flex;
  align-items: center;
}

.checkout-body__timeDelivery .select {
  margin-left: 18px;
}

.checkout-body__pickup .radio--dot .radio-input:checked ~ .radio-label::after {
  top: calc(50% - 3px);
}

.checkout-body__pickup .radio-label::after,
.checkout-body__pickup .radio-label::before {
  top: calc(50% - 8px);
}

.checkout-body__pickup .radio--dot.is--disabled .checkout-body__pickup-label {
  border: 1px dashed #C4C4C4;
}

.checkout-body__pickup .radio--dot.is--disabled .checkout-body__pickup-label::after,
.checkout-body__pickup .radio--dot.is--disabled .checkout-body__pickup-label::before {
  display: none;
}

.checkout-body__pickup .radio--dot.is--disabled .checkout-body__pickup-info {
  color: #FE161C;
}

.checkout-body__pickup-label {
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  padding: 10px 20px;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.checkout-body__pickup-icon {
  margin-right: 10px;
  flex-shrink: 0;
}

.checkout-body__pickup-map {
  color: #b553c2;
  flex-shrink: 0;
  cursor: pointer;
}

.checkout-body__pickup-map:hover {
  text-decoration: underline;
}

.checkout-body__address-empty {
  border: 1px solid #7B7B7B;
  border-radius: 6px;
  align-self: center;
  padding: 10px 20px;
  font-weight: 600;
  color: #7B7B7B;
  display: none;
}

.checkout-body__address-empty.is--show {
  display: flex;
}

.checkout-body__address-empty svg {
  fill: #7B7B7B;
  margin-right: 10px;
  flex-shrink: 0;
}

.checkout-body__pickup-title {
  margin-right: auto;
  display: flex;
  flex-flow: column;
}

.checkout-body__pickup-info {
  font-size: 14px;
  line-height: 17px;
  color: #7B7B7B;
}

.checkout-body__pickup-address {
  padding-bottom: 5px;
  color: #000;
}

.checkout-body__address {
  display: flex;
  margin: 0 -15px;
}

.checkout-body__address-block {
  flex: 0 0 50%;
  min-width: 50%;
  padding: 0 15px;
}

.checkout-body__address-time {
  display: flex;
  margin: 0 -10px;
  padding-top: 10px;
}

.checkout-body__address-time__right,
.checkout-body__address-time__left {
  padding: 0 10px;
  width: 100%;
}

.checkout-body__address-time__left {
  max-width: 200px;
}

.checkout-body__address-time__right {
  max-width: 95px;
}

.checkout-body__address-address {
  display: flex;
}

.checkout-body__address-icon {
  flex-shrink: 0;
  margin-right: 10px;
}

.checkout-body__address-title {
  padding-bottom: 6px;
}

.checkout-body__address-edit {
  letter-spacing: 0.01em;
  color: #b553c2;
}

.checkout-body__address-edit:hover {
  text-decoration: underline;
}

.checkout-body__address-distance {
  font-size: 14px;
  color: #7B7B7B;
  padding-bottom: 6px;
}

.checkout-body__address-distance span {
  font-weight: 600;
}

.checkout-payment {
  max-width: 630px;
  background-image: url("../img/checkout/checkout-orange__bg.jpg"), url("../img/checkout/checkout-grey__bg.svg");
  background-repeat: no-repeat;
  background-position: right top, right bottom;
  width: 100%;
  margin: 0 auto;
  border-radius: 16px;
  background-color: #fff;
  padding: 30px 80px 40px;
}

.checkout-payment .title--checkout {
  text-align: center;
}

.checkout-payment__visa {
  text-align: center;
  padding-top: 20px;
}

.checkout-payment__caption {
  text-align: center;
  padding-top: 25px;
}

.checkout-payment__method {
  border-top: 1px solid #B553C2;
  padding-top: 30px;
}

.checkout-payment__save-card label {
  font-weight: 400;
  font-size: 16px;
  color: #676767;
  margin: 1px 0 0;
}

.checkout-payment__info {
  padding-bottom: 30px;
}

.checkout-payment__info-total {
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  background-color: #fff;
  padding: 10px;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #b553c2;
}

.checkout-payment__info-total span:first-child {
  padding-right: 10px;
  color: #000000;
}

.checkout-frame {
  display: flex;
  align-items: center;
}

.checkout-frame.checkout-change .input-border {
  width: 140px;
  margin-right: 10px;
}

.checkout-frame.checkout-change .checkout-change__unit {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #383838;
}

.checkout-header {
  padding: 50px 0;
}

.checkout-header ul {
  display: flex;
  max-width: 625px;
  justify-content: space-between;
  margin: 0 auto;
}

.checkout-header .round {
  width: 38px;
  height: 38px;
  border: 2px solid #E1E1E1;
  display: block;
  border-radius: 100%;
  position: relative;
  margin: 0 auto 15px;
  font-weight: 600;
  font-size: 20px;
  z-index: 1;
}

.checkout-header .round span {
  position: absolute;
  background-color: #F3F5F7;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.checkout-header .round:before {
  content: "";
  position: absolute;
  left: calc(100% + 12px);
  top: 18px;
  border-bottom: 1px dashed #b553c2;
  width: 80px;
}

.checkout-header .round:after {
  content: "";
  position: absolute;
  right: calc(100% + 12px);
  top: 18px;
  border-bottom: 1px dashed #b553c2;
  width: 1000px;
}

.checkout-header li {
  list-style: none;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.checkout-header li:first-child .round:after {
  display: none;
}

.checkout-header li:last-child .round:before {
  display: none;
}

.checkout-header li.yes {
  color: #b553c2;
}

.checkout-header li.yes .round span {
  color: #b553c2;
}

.checkout-header li.yes .round span:before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, #f3ae86 0%, #ca52c0 46.35%, #4257cf 100%);
}

.checkout-header li.active {
  color: #b553c2;
}

.checkout-header li.active .round span {
  background: linear-gradient(90deg, #F3AE86 0%, #CA52C0 46.35%, #4257CF 100%);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  color: #fff;
}

.checkout-cart {
  display: table;
  width: 100%;
}

.checkout-cart__item {
  display: table-row;
}

.checkout-cart__left,
.checkout-cart__right,
.checkout-cart__center {
  display: table-cell;
  font-weight: 600;
  font-size: 18px;
  padding: 0 0 15px;
  line-height: 22px;
}

.checkout-cart__right {
  text-align: right;
  white-space: nowrap;
}

.checkout-cart__info {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #7B7B7B;
}

.checkout-cart__center {
  color: #7B7B7B;
  font-size: 16px;
  white-space: nowrap;
  padding: 0 20px;
}

.checkout-cart__total {
  color: #b553c2;
  font-size: 20px;
  line-height: 24px;
}

.checkout-cart__total > * {
  border-top: 1px solid #b553c2;
  padding-top: 25px;
  padding-bottom: 5px;
  font-size: 20px;
}

.checkout-cart__delivery {
  color: #b553c2;
}

.checkout-cart__delivery > * {
  border-top: 1px solid #b553c2;
  padding-top: 25px;
  padding-bottom: 25px;
}

.checkout-cart__delivery .checkout-cart__left svg {
  margin-right: 15px;
}

.checkout-cart__notice {
  color: #676767;
}

.checkout-notify {
  max-width: 630px;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  border-radius: 16px;
  margin: 0 auto;
  padding: 77px 20px 95px;
  text-align: center;
  background-image: url("../img/checkout/checkout-orange__bg.jpg"), url("../img/checkout/checkout-grey__bg.svg"), url("../img/checkout/checkout-violet__bg.jpg");
  background-repeat: no-repeat;
  background-position: right top, right bottom, left bottom;
}

.checkout-notify__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  padding-bottom: 20px;
}

.checkout-notify__description {
  line-height: 19px;
  padding-bottom: 30px;
  margin: 0 auto;
  max-width: 469px;
}

.checkout-notify__icon {
  padding-bottom: 20px;
}

.account-section {
  padding-bottom: 80px;
  background: #F9FAFE;
  background-image: url("../img/account/account__bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.account-section__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 15px;
}

.account-section__notification {
  padding-bottom: 30px;
  padding-left: 25px;
}

.account-section__setting {
  border-radius: 10px;
  max-width: 520px;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  height: 100%;
}

.account-section__setting:before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, #f3ae86 0%, #ca52c0 46.35%, #4257cf 100%);
}

.account-section__setting .form-control {
  color: #b553c2;
}

.account-section__setting label {
  font-weight: 400;
}

.account-section__setting-block {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px 25px 25px;
}

.account-section__caption {
  padding-left: 20px;
}

.account-section__setting-container {
  max-width: 280px;
}

.account-section__setting-edit {
  position: absolute;
  left: calc(100% + 30px);
  color: #b553c2;
  cursor: pointer;
  top: 50%;
  transform: translate(0, -50%);
}

.account-section__setting-edit:hover {
  text-decoration: underline;
}

.account-section__load-more {
  width: 100%;
  display: flex;
  justify-content: center;
}

.orders__empty {
  min-height: 260px;
  display: flex;
  padding-top: 15px;
  transform: translateX(-6px);
}

.orders__empty .orders__empty-img {
  margin-right: 19px;
}

.orders__empty .orders__empty-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 4px;
}

.orders__empty .orders__empty-description {
  line-height: 19px;
  color: #7B7B7B;
}

.account-header__avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #e6e6e6;
  position: relative;
}

.account-header__avatar:after {
  content: "";
  width: 300px;
  height: 60px;
  position: absolute;
  z-index: -1;
  background-image: url("../img/account/avatar-dots.svg");
  bottom: -15px;
  left: 0;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
}

.account-header__avatar--message {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  padding-top: 15px;
}

.account-header__avatar--message:hover {
  opacity: 1;
  transition: opacity 0.3s;
}

.account-header {
  padding-top: 40px;
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}

.account-header__left,
.account-header__right {
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.account-header__right {
  width: calc(100% - 220px);
}

.account-header__left {
  padding-right: 65px;
  display: flex;
  align-items: center;
}

.account-header__statistics {
  padding-top: 15px;
  display: flex;
  margin: 0 -5px;
  flex-wrap: wrap;
}

.account-header__statistics .statistics:nth-child(1) .statistics__block {
  background: #F3AE86;
}

.account-header__statistics .statistics:nth-child(2) .statistics__block {
  background: #D871AD;
}

.account-header__statistics .statistics:nth-child(3) .statistics__block {
  background: #B553C2;
}

.account-header__statistics .statistics:nth-child(4) .statistics__block {
  background: #E6E6E6;
  color: #7B7B7B;
}

.statistics {
  padding: 0 5px;
  flex: 0 0 25%;
  min-width: 25%;
  padding-bottom: 10px;
}

.statistics__block {
  border-radius: 8px;
  position: relative;
  padding: 40px 10px 15px;
  display: flex;
  color: #fff;
}

.statistics__block::before {
  background-image: url("../img/restaurant/schedule__bg.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: bottom right;
  content: "";
  transform: scale(-1, -1);
}

.statistics__icon {
  flex-shrink: 0;
}

.statistics__caption {
  width: 100%;
  text-align: right;
}

.statistics__title {
  font-weight: bold;
  font-size: 20px;
}

.statistics__description {
  font-size: 14px;
}

.account-menu {
  padding-top: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}

.account-menu__title {
  position: relative;
  padding-right: 30px;
  margin-right: 15px;
}

.account-menu__counter {
  position: absolute;
  right: 0;
  top: -20px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  background: #F3AE86;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  line-height: 19px;
  padding: 2px 10px;
}

.account-menu__block {
  display: flex;
}

.account-menu__block li:not(:last-child) {
  margin-right: 10px;
}

.account-menu__block li.active a {
  background: #b553c2;
  color: #fff;
  font-weight: 600;
}

.account-menu__block a {
  background: #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  padding: 11px 20px;
  display: block;
}

.account-menu__block a:hover {
  background: #f3f3f3;
  color: #000;
}

.my-reviews-list .my-reviews__date {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #A2A2A2;
  margin-bottom: 5px;
  display: none;
}

.my-reviews-list .my-review {
  background: linear-gradient(90deg, #f3ae86 0%, #ca52c0 46.35%, #4257cf 100%);
  border-radius: 8px;
  padding: 1px;
  overflow: hidden;
  margin-bottom: 10px;
}

.my-reviews-list .my-review.moderation {
  background: #7B7B7B;
}

.my-reviews-list .my-review.moderation .my-review__left {
  border-right: 1px solid #7B7B7B;
}

.my-reviews-list .my-review.moderation .my-review__image {
  filter: grayscale(1);
  opacity: 0.7;
}

.my-reviews-list .my-review.moderation .my-review__time {
  color: #7B7B7B;
}

.my-reviews-list .my-review.moderation .my-review__restaurant {
  color: #7B7B7B;
}

.my-reviews-list .my-review.moderation .my-review__message {
  color: #7B7B7B;
}

.my-reviews-list .my-review__inner {
  background-color: #fff;
  border-radius: 7.5px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.my-reviews-list .my-review__left {
  min-width: 300px;
  border-right: 1px solid #9A54C5;
  padding: 21px 23px 21px 17px;
  display: flex;
  align-items: center;
}

.my-reviews-list .my-review__right {
  width: 100%;
  padding: 14px 17px 10px 31px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.my-reviews-list .my-review__image {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 21px;
}

.my-reviews-list .my-review__time {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #383838;
  margin-bottom: 15px;
}

.my-reviews-list .my-review__restaurant {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #383838;
}

.my-reviews-list .my-review__message {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 4px;
}

.my-reviews-list .my-review__status {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
}

.my-reviews-list .my-review__status.published {
  color: #FBAD1D;
}

.my-reviews-list .my-review__status.moderation {
  color: #7B7B7B;
}

.my-reviews-list .my-review__status.rejected {
  color: #FE161C;
}

.my-reviews-list .my-review__status.answer {
  color: #57BB63;
  justify-content: flex-start;
}

.my-reviews-list .my-review__status svg {
  margin-right: 6px;
}

.my-reviews-list .my-review__reason {
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #FE161C;
}

.my-reviews-list .my-review__answer {
  padding-top: 15px;
}

.my-reviews-list .my-review__answer--header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.my-reviews-list .my-review__answer--time {
  margin-right: 20px;
}

.my-reviews-list .my-reviews__more {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.my-cards-item {
  position: relative;
  z-index: 1;
  max-width: 358px;
  margin-bottom: 10px;
  border-radius: 10px;
  display: block;
  color: #8D8D8D;
}

.my-cards-item:before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, #f3ae86 0%, #ca52c0 46.35%, #4257cf 100%);
}

.my-cards-item__wrapper {
  background-color: #fff;
  border-radius: 10px;
  min-height: 44px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 20px;
}

.my-cards-item__plus {
  width: 15px;
  height: 15px;
  position: relative;
  margin-right: 15px;
}

.my-cards-item__plus:before,
.my-cards-item__plus:after {
  width: 15px;
  height: 4px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #9A54C5;
  border-radius: 10px;
  transform: translate(-50%, -50%);
}

.my-cards-item__plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.my-cards-new {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.my-cards-default {
  color: #000000;
}

.my-cards-item__payment {
  width: 45px;
  margin-left: 5px;
}

.my-cards-item__trash {
  margin-left: auto;
  cursor: pointer;
}

.my-cards-item__number {
  padding-top: 3px;
}

.my-cards-title {
  padding-bottom: 5px;
  color: #333333;
}

.reviews {
  padding-top: 24px;
  padding-bottom: 100px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F9FAFE 21.65%);
}

.reviews .bread {
  margin-bottom: 44px;
}

.reviews .reviews__title {
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  color: #000000;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}

.reviews .reviews__title--counter {
  position: absolute;
  right: -10px;
  top: 0;
  background: #F3AE86;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 0 15px;
  color: #FFFFFF;
  transform: translateX(100%);
}

.reviews .reviews__main-wrapper {
  display: flex;
  justify-content: space-between;
}

.reviews .reviews-list {
  width: 65%;
  margin-right: 100px;
}

.reviews .reviews-form {
  width: 35%;
}

.reviews-list .review {
  position: relative;
  padding-left: 100px;
}

.reviews-list .review:not(:first-child) {
  margin-top: 50px;
}

.reviews-list .review.answer {
  padding-left: 0;
  padding-right: 100px;
}

.reviews-list .review.answer:not(:first-child) {
  margin-top: 30px;
}

.reviews-list .review.answer .review__logo {
  left: auto;
  right: 0;
}

.reviews-list .review.answer .review__mark {
  display: none;
}

.reviews-list .review.answer .review__info {
  justify-content: flex-end;
}

.reviews-list .review.answer .review__name {
  margin-right: 0;
}

.reviews-list .review.answer .review__content {
  background: linear-gradient(270deg, #f3ae86 0%, #ca52c0 46.35%, #4257cf 100%);
}

.reviews-list .review.answer .review__content:before {
  right: -13px;
  left: auto;
  transform: scale(-1, 1);
}

.reviews-list .review__logo {
  border-radius: 50%;
  height: 80px;
  min-width: 80px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

.reviews-list .review__info {
  display: flex;
  margin-bottom: 10px;
}

.reviews-list .review__name {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-right: 20px;
}

.reviews-list .review__date {
  font-size: 14px;
  color: #777;
  padding: 5px 0 10px;
}

.reviews-list .review__mark {
  display: flex;
  align-items: center;
}

.reviews-list .review__mark .mark__stars {
  display: flex;
  margin-right: 5px;
}

.reviews-list .review__mark .mark__value {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #8D8D8D;
}

.reviews-list .review__mark .star {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
  background-image: url("../img/colored-icons/star-empty.svg");
}

.reviews-list .review__mark .star.filled {
  background-image: url("../img/colored-icons/star-filled.svg");
}

.reviews-list .review__content {
  padding: 1px;
  background: linear-gradient(90deg, #f3ae86 0%, #ca52c0 46.35%, #4257cf 100%);
  border-radius: 17px;
  position: relative;
}

.reviews-list .review__content:before {
  content: "";
  position: absolute;
  left: -13px;
  top: 25px;
  width: 14px;
  height: 16px;
  background-image: url("../img/colored-icons/message-nose.svg");
}

.reviews-list .review__content--message {
  width: 100%;
  height: 100%;
  padding: 10px 13px 20px 13px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #383838;
  background-color: #fff;
  border-radius: 16px;
  min-height: 55px;
}

.reviews-list .load__more {
  width: 100%;
  padding-top: 44px;
  display: flex;
  justify-content: center;
}

.reviews-list .load__more a {
  line-height: 38px;
  padding: 0 70px;
  background: #CA52C0;
  border-radius: 21px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}

.reviews-list .leave__review {
  width: 100%;
  padding-top: 20px;
  justify-content: center;
  display: none;
}

.reviews-list .leave__review a {
  line-height: 38px;
  padding: 0 70px;
  background: #CA52C0;
  border-radius: 21px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}

.reviews-form {
  padding: 1px;
  background: linear-gradient(90deg, #f3ae86 0%, #ca52c0 46.35%, #4257cf 100%);
  border-radius: 17px;
  margin-bottom: auto;
}

.reviews-form .reviews-form__inner {
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  padding: 30px 20px;
}

.reviews-form.reviews-form__inner--empty {
  display: block !important;
  padding: 1px;
  background: linear-gradient(90deg, #f3ae86 0%, #ca52c0 46.35%, #4257cf 100%);
}

.reviews-form.reviews-form__inner--empty .reviews-form__inner {
  background-image: url("../img/checkout/checkout-orange__bg.jpg"), url("../img/dots-grey-bottom-left.svg");
  background-repeat: no-repeat;
  background-position: right top, left bottom;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}

.reviews-form.reviews-form__inner--empty .reviews-form__inner svg {
  margin-top: -25px;
  margin-bottom: 25px;
}

.reviews-form .reviews-form__title {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}

.reviews-form .reviews-form__textarea {
  min-height: 150px;
}

.reviews-form .textarea__counter {
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-align: right;
  color: #7B7B7B;
}

.reviews-form .reviews-form__submit {
  display: flex;
  justify-content: center;
}

.reviews-form .reviews-form__submit input {
  height: 38px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 38px;
  color: #FFFFFF;
  padding: 0 70px;
  background: #CA52C0;
  border-radius: 21px;
  border: none;
}

.reviews-form .reviews-form__submit input.disabled {
  background: #C0C0C0;
  pointer-events: none;
}

.reviews-form .reviews-form__marker {
  display: flex;
  margin-bottom: 27px;
}

.reviews-form .reviews-form__marker .marker__area {
  display: flex;
  align-items: center;
}

.reviews-form .reviews-form__marker .marker__area .value {
  font-size: 16px;
  line-height: 19px;
  color: #8D8D8D;
}

.reviews-form .reviews-form__marker .marker__area--title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #9A54C5;
  margin-right: 18px;
}

.reviews-form .reviews-form__marker .stars {
  display: flex;
  margin-right: 5px;
}

.reviews-form .reviews-form__marker .star {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
  background-image: url("../img/colored-icons/star-empty.svg");
  cursor: pointer;
}

.reviews-form .reviews-form__marker .star.filled {
  background-image: url("../img/colored-icons/star-filled.svg");
}

.reviews-form .form-control {
  color: #B553C2;
}

.reviews-form .form-control.reviews-form__textarea {
  color: #000000;
}

.reviews-form .form-control::placeholder {
  color: #7B7B7B;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }

  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .app {
    padding-top: 75px;
  }

  .app.is--notify {
    padding-top: 107px;
  }

  footer .contact-us:hover .contact-us__list {
    transition: height 0.4s 0s, opacity 0.2s 0s;
    height: 350px;
    opacity: 1;
  }

  .reviews .reviews-form {
    display: flex !important;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1320px;
  }

  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .app {
    padding-top: 72px;
  }

  .app.is--notify {
    padding-top: 104px;
  }

  .app .cart {
    top: 69px;
    height: calc(100vh - 69px);
    position: sticky;
    width: 375px;
    min-width: 300px;
    border-left: 1px solid #E1E1E1;
  }

  .app.is--notify .cart {
    top: 101px;
    height: calc(100vh - 101px);
  }
}

@media screen and (max-width: 1500px) {
  .restaurant .restaurant__close-wrapper:after {
    bottom: 10px;
    width: 150px;
    height: 60px;
  }
}

@media (max-width: 1199.98px) {
  .title {
    font-size: 28px;
    line-height: 33px;
  }

  .cart {
    padding-top: 5px;
  }

  .cart .cart__empty {
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
  }

  .cart .cart__title {
    font-size: 22px;
  }

  .cart .cart__header {
    padding-left: 65px;
  }

  .mobile-block {
    height: 100%;
    max-width: 85%;
    width: 315px;
    overflow: auto;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 102;
  }

  .mobile-block:not(.mobile-block--right) {
    left: -400px;
    transition: left .3s;
  }

  .mobile-block:not(.mobile-block--right).is--open {
    left: 0;
  }

  .mobile-block:not(.mobile-block--right) .mobile-block__close {
    right: 20px;
  }

  .mobile-block.mobile-block--right {
    right: -400px;
    transition: right .3s;
  }

  .mobile-block.mobile-block--right.is--open {
    right: 0;
  }

  .mobile-block.mobile-block--right .mobile-block__close {
    left: 20px;
  }

  .mobile-block .header-nav {
    height: 37px;
    left: 0;
    top: 0;
    margin-bottom: 30px;
    z-index: 100;
    width: 140px;
  }

  .mobile-block .header-nav__dropdown {
    margin-left: 0;
  }

  .mobile-block .header-nav__menu--inner {
    padding: 7px 30px 5px 19px;
  }

  .mobile-block .contact-us__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 4px;
  }

  .mobile-block .contact-us__description {
    font-size: 14px;
    line-height: 17px;
  }

  .mobile-block .contact-us__icon {
    margin-right: 10px;
  }

  .mobile-block__close {
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    width: 38px;
    height: 38px;
    position: absolute;
    top: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
    z-index: 11;
  }

  .product-item {
    width: calc(100% / 4 - 10px);
  }

  .header-cart {
    min-width: auto;
    border-radius: 12px;
    flex-flow: column;
    position: relative;
  }

  .header-cart svg {
    margin-bottom: 5px;
  }

  .header-cart.not-empty:before {
    display: block;
  }

  .header-address__current {
    font-size: 14px;
  }

  .header-cart__price {
    padding: 0;
    font-weight: 600;
  }

  .information-pages .information-pages__menu li a {
    font-size: 16px;
  }

  .empty-restaurants {
    margin-bottom: 30px;
  }

  .banners-section {
    padding-top: 30px;
  }

  .tabs-section .tabs-section__tabs {
    order: 5;
    width: 100%;
  }

  .restaurants-section__block .restaurant-item {
    width: calc(100% / 3 - 30px);
  }

  .restaurant .restaurant__close {
    font-size: 16px;
  }

  .restaurant .restaurant__schedule .schedule__block {
    width: calc(50% - 10px);
  }

  .restaurant .restaurant__schedule .schedule__block--title {
    font-size: 16px;
    line-height: 20px;
  }

  .restaurant .restaurant__schedule .schedule__block--description {
    font-size: 14px;
  }

  .restaurant .footer-section__content {
    flex-flow: column;
  }

  .restaurant .restaurant__footer-section {
    margin: 0 15px 40px;
  }

  .restaurant .restaurant__footer-section .about__columns {
    flex-flow: column;
  }

  .restaurant .restaurant__footer-section .about__column {
    width: 100%;
    margin: 0;
  }

  .restaurant .restaurant__footer-section .restaurant__map {
    min-width: 100%;
    height: 265px;
  }

  .restaurant .restaurant__footer-section .restaurant__about {
    padding: 30px 20px;
    background-position: top right, bottom right;
  }

  .restaurant .restaurant__footer-section .about__column--block {
    margin-bottom: 25px;
  }

  .restaurant .restaurant__title {
    font-size: 35px;
  }

  .checkout .bread {
    position: static;
    padding-top: 30px;
  }

  .checkout-header {
    padding: 30px 0;
  }

  .checkout-block__left {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .checkout-block__right {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .checkout-body__address {
    flex-flow: column;
  }

  .checkout-body__address-block {
    flex: 0 0 100%;
    min-width: 100%;
  }

  .checkout-body__address-block:not(:last-child) {
    margin-bottom: 30px;
  }

  .statistics {
    flex: 0 0 50%;
    min-width: 50%;
  }

  .reviews .reviews-list {
    margin-right: 40px;
    width: 60%;
  }

  .reviews .reviews-form {
    width: 40%;
  }
}

@media (max-width: 991.98px) {
  .title {
    font-size: 25px;
    line-height: 30px;
  }

  .title {
    font-size: 23px;
    line-height: 27px;
  }

  .info-description {
    font-size: 16px;
    line-height: 22px;
  }

  .preloader__icon svg {
    height: 86px;
  }

  .preloader__caption {
    flex-flow: column;
  }

  .preloader__caption .btn {
    width: 220px;
    font-size: 20px;
  }

  .banner {
    width: 50%;
    padding-bottom: 15px;
  }

  .restaurant-item {
    margin: 0 5px 10px 5px;
  }

  .restaurant-item .restaurant-item__new {
    top: -54px;
  }

  .restaurant-item .restaurant-item__rating {
    left: 10px;
    top: 10px;
  }

  .tabs .tabs__header .tabs__outer-tabs {
    padding: 3px;
    overflow: auto;
  }

  .new-restaurants .new-restaurants__slider {
    margin: 0 -5px;
  }

  .order-block {
    font-size: 14px;
    line-height: 17px;
  }

  .order-block .order-block__header .order-block__wrapper {
    padding: 10px;
    flex-direction: column;
  }

  .order-block .order-block__header .order-block__repeat-order {
    display: none;
  }

  .order-block .order-block__header .order-block__button {
    display: none;
  }

  .order-block .order-block__header .order-block__pay-order {
    display: none;
  }

  .order-block .order-block__image {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .order-block .order-block__title {
    position: absolute;
    top: 23px;
    left: 66px;
  }

  .order-block .order-block__info > div {
    display: flex;
    justify-content: space-between;
  }

  .order-block .order-block__sum {
    position: relative;
    bottom: -23px;
  }

  .order-block .order-block__footer {
    display: flex;
  }

  .order-block .order-block__repeat-order {
    max-width: 100%;
    margin-left: 25px;
    text-align: left;
    font-size: 15px;
  }

  .order-block .order-block__details {
    padding: 10px;
  }

  .order-block .details-item {
    flex-direction: column;
  }

  .order-block .details-item:not(:last-child) {
    margin-bottom: 15px;
  }

  .order-block .details-item__title {
    margin-bottom: 5px;
  }

  .order-block .details-item__value {
    font-size: 16px;
    line-height: 19px;
  }

  .order-block .order-block__include {
    padding: 10px;
  }

  .order-block .order-block__include li {
    flex-wrap: wrap;
  }

  .order-block .include-item:nth-child(1) {
    margin-bottom: 15px;
  }

  .order-block .include-item:nth-child(2) {
    margin-bottom: 15px;
  }

  .order-block .include-item:nth-child(3) {
    width: 50%;
    display: flex;
  }

  .order-block .include-item:nth-child(3) .include-item__header {
    margin-bottom: 0;
    margin-right: 8px;
  }

  .order-block .include-item:nth-child(4) {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }

  .order-block .include-item:nth-child(4) .include-item__header {
    margin-bottom: 0;
    margin-right: 8px;
  }

  .order-block .include-item .include-item__header {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 17px;
  }

  .order-block .order-block__total {
    padding: 10px;
  }

  .order-block .total__item.delivery {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 42px;
  }

  .order-block .total__item.total {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .order-block .order-block__wrapper {
    padding-bottom: 40px;
    padding-right: 16px;
  }

  .order-block .order-block__status {
    flex: 0 0 100%;
    margin: 0;
    padding-top: 5px;
  }

  .product-item {
    width: calc(100% / 3 - 10px);
  }

  .product-item__hover {
    display: none;
  }

  .header-nav:not(.mobile) {
    display: none;
  }

  .header-nav.mobile {
    display: flex;
  }

  .header-cart {
    min-width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 100%;
  }

  .header-cart.not-empty:before {
    top: 8px;
    width: 19px;
    height: 19px;
  }

  .header-cart svg {
    width: 25px;
    height: 25px;
    margin: 0;
  }

  .header-address__current {
    font-size: 16px;
  }

  .header-cart__price {
    display: none;
  }

  .header {
    background-image: url("../img/header-mobile1__bg.jpg"), url("../img/header-mobile2__bg.svg");
    background-position: left top, right top;
  }

  .header__center {
    justify-content: center;
  }

  .header__block {
    padding: 12.5px 0;
  }

  footer .footer__bottom {
    background-image: none;
  }

  footer .footer__bottom--content {
    flex-flow: column;
  }

  footer .footer__bottom--left {
    border: none;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 0;
  }

  footer .footer__bottom--right {
    padding: 0;
  }

  footer .footer__bottom--description {
    font-size: 14px;
    margin-bottom: 24px;
    color: #7B7B7B;
  }

  footer .footer__nav {
    flex-flow: column;
  }

  footer .footer__nav--column {
    margin-bottom: 20px;
    align-items: center;
  }

  footer .footer__nav--column:not(:last-child) {
    margin-right: 0;
  }

  footer .nav-column__title,
  footer .nav-column__link {
    font-size: 18px;
  }

  footer .nav-column__button {
    font-size: 16px;
    font-weight: 600;
    height: 47px;
    line-height: 47px;
    padding: 0 25px;
  }

  footer .footer--copy {
    padding-bottom: 30px;
    text-align: center;
    font-size: 14px;
  }

  footer .footer__top {
    padding: 30px 0;
  }

  footer .footer__top .footer__top--content {
    flex-flow: column-reverse;
    padding: 0;
  }

  footer .footer__top .download-link {
    max-width: 155px;
  }

  footer .footer__top .download-link:not(:last-child) {
    margin-right: 10px;
  }

  footer .footer__top--contact {
    margin-bottom: 20px;
  }

  .information-pages .information-pages__left {
    min-width: 230px;
  }

  .review-success {
    width: 100%;
    max-width: 320px;
  }

  .modal-register__row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .modal-restaurant-work__title {
    font-size: 25px;
  }

  .empty-restaurants__icon {
    padding-bottom: 10px;
  }

  .empty-restaurants__icon svg {
    width: 40px;
    height: 40px;
  }

  .empty-restaurants {
    padding: 20px;
    margin: 0 5px;
  }

  .empty-restaurants__title {
    font-size: 16px;
  }

  .tabs-section .tabs-section__tabs {
    margin: 3px 0 10px;
  }

  .tabs-section .tabs-section__tabs a {
    height: 30px;
    padding: 0 20px;
    min-width: auto;
  }

  .tabs-section {
    padding-top: 10px;
  }

  .welcome-section {
    padding-top: 20px;
  }

  .restaurants-section {
    background-image: linear-gradient(180deg, #FFFFFF 0%, #F9FAFE 39.31%) !important;
  }

  .restaurants-section__block {
    margin-left: -5px;
    margin-right: -5px;
  }

  .restaurants-section__block .restaurant-item {
    width: calc(100% / 2 - 10px);
  }

  .restaurant .restaurant__close-wrapper:after {
    right: 15px;
  }

  .restaurant .restaurant__header.filter-grey {
    padding-bottom: 70px;
  }

  .restaurant .tabs-section {
    padding: 0 10px 25px;
  }

  .restaurant .restaurant__title {
    font-size: 30px;
  }

  .restaurant .restaurant__header {
    padding-bottom: 0;
  }

  .restaurant .restaurant__header .bread {
    padding-left: 15px;
    padding-top: 40px;
    margin-bottom: 54px;
  }

  .restaurant .restaurant__icon {
    right: 15px;
  }

  .restaurant .restaurant__header--content {
    margin: 0 15px;
    border-radius: 36px;
    padding: 20px;
    max-width: 100%;
  }

  .restaurant .restaurant__conditions {
    flex-flow: column;
    margin-top: 10px;
    padding: 0 15px;
    align-items: center;
  }

  .restaurant .restaurant__conditions .condition {
    margin: 0 0 10px;
    max-width: 350px;
    width: 100%;
  }

  .restaurant .restaurant__body {
    padding: 0 0 40px;
  }

  .restaurant .products-section {
    padding: 0 15px;
  }

  .restaurant .restaurant__schedule {
    flex-flow: column;
  }

  .restaurant .restaurant__schedule .schedule__block {
    width: 100%;
    border-radius: 0;
    min-height: auto;
    margin: 0;
  }

  .restaurant .restaurant__schedule .schedule__block:not(:last-child) {
    margin-right: 0;
  }

  .restaurant .restaurant-item {
    width: calc(100% / 4 - 10px);
  }

  .restaurant .restaurant-item__to-cart {
    opacity: 1;
  }

  .restaurant .restaurant-item .restaurant-item__title {
    font-size: 16px;
  }

  .checkout-block__left {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }

  .checkout-block__right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .reviews .reviews__main-wrapper {
    flex-flow: column;
  }

  .reviews .reviews-list {
    margin-right: 0;
    width: 100%;
  }

  .reviews .reviews-form {
    display: none;
  }

  .reviews .reviews__empty {
    flex-direction: column;
    padding-top: 50px;
    text-align: center;
  }

  .reviews .reviews__empty .reviews__empty--icon {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .reviews-list .leave__review {
    display: flex;
  }

  .reviews-form {
    padding: 0;
    background: #fff;
  }

  .reviews-form.reviews-form__inner--empty {
    width: 100%;
    min-width: 100%;
    margin-top: 25px;
  }

  .reviews-form.reviews-form__inner--empty .reviews-form__inner {
    min-height: 400px;
  }
}

@media (max-width: 767.98px) {
  .modal a.close-modal {
    top: 22px;
  }

  .logo img {
    max-height: 45px;
  }

  .app {
    padding-top: 62px;
  }

  .reviews__empty {
    flex-direction: column;
    padding-top: 50px;
    text-align: center;
  }

  .reviews__empty .reviews__empty--icon {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .info-description.info-description--contact {
    text-align: left;
  }

  .modal {
    padding: 25px 20px 25px;
  }

  .modal-body {
    margin-right: -20px;
    padding-right: 20px;
    max-height: 250px;
  }

  .modal-title {
    font-size: 25px;
  }

  .modal-footer {
    padding-top: 20px;
    flex-flow: column;
  }

  .modal-footer > * {
    margin-bottom: 15px;
  }

  .modal-footer .btn {
    width: 100%;
  }

  .modal-label {
    font-size: 16px;
  }

  .modal-back {
    font-size: 16px;
    top: 30px;
  }

  .checkbox-label {
    font-size: 14px;
  }

  .form-group {
    margin-bottom: 15px;
  }

  .login-code__block {
    margin-left: -4px;
    margin-right: -4px;
  }

  .login-code__wrapper {
    padding: 0 4px;
  }

  .login-phone__label {
    font-size: 16px;
  }

  .login-resent__timer {
    display: flex;
    margin: 5px auto;
  }

  .login-resent {
    text-align: center;
  }

  .restaurant-item .restaurant-item__info {
    padding: 10px 10px 16px;
  }

  .restaurant-item--restaurant .restaurant-item__footer {
    align-items: flex-start;
    flex-flow: column;
  }

  .restaurant-item--restaurant .restaurant-item__footer--info:nth-child(1) {
    padding-bottom: 10px;
    width: 100%;
  }

  .restaurant-item--restaurant .restaurant-item__footer--info:nth-child(2) {
    width: 100%;
  }

  .new-restaurants .restaurant-item__footer {
    min-height: 62px;
  }

  .product-item {
    width: calc(100% / 2 - 10px);
  }

  .product-item__info {
    padding: 15px 10px;
  }

  .product-item__title {
    font-size: 16px;
  }

  .header-menu {
    width: 40px;
    height: 40px;
    padding: 11px 0;
  }

  .header-menu > span {
    width: 20px;
    height: 2px;
  }

  .header-cart {
    min-width: 40px;
    height: 40px;
  }

  .header-cart svg {
    width: 20px;
    height: 20px;
  }

  .header__block {
    padding: 7.5px 0;
  }

  .page-404 p {
    font-size: 20px;
    line-height: 24px;
  }

  .page-404__block {
    padding-top: 34px;
    padding-bottom: 80px;
  }

  .information-pages:after {
    display: none;
  }

  .information-pages .information-pages__block {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .information-pages .information-pages__left {
    margin-right: 0;
  }

  .information-pages .information-pages__menu {
    margin-bottom: 30px;
    display: flex;
    padding: 5px;
    overflow-x: scroll;
  }

  .information-pages .information-pages__menu li {
    flex-shrink: 0;
    text-align: center;
    margin-bottom: 0;
    margin-right: 10px;
    white-space: nowrap;
  }

  .information-pages .information-pages__menu li a {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .modal-login {
    padding-bottom: 40px;
  }

  .modal-login {
    background-image: url("../img/dots-grey-top-left.svg"), url("../img/modals/login-mobile__bg.jpg");
    background-position: -75px 0, 0;
  }

  .modal-confirm {
    padding-bottom: 40px;
  }

  .modal-city {
    background-position: -75px 0, 0;
  }

  .modal-address {
    background-position: -75px 0, -75px 100%;
  }

  .modal-address-map__block {
    height: 300px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .modal-address__close {
    margin-right: 0;
  }

  .modal-address-search {
    flex-flow: column-reverse;
    align-items: flex-start;
    margin: 0 -10px;
    width: calc(100% + 20px);
    top: 10px;
  }

  .modal-address-search__icon {
    margin: 10px 0 0;
  }

  .modal-address-detail__block {
    flex-wrap: wrap;
  }

  .modal-address-detail__block .modal-address-detail__small:nth-child(1),
  .modal-address-detail__block .modal-address-detail__small:nth-child(2) {
    flex: 0 0 50%;
  }

  .modal-address-detail__small {
    flex: 0 0 100%;
  }

  .modal-address-detail__big {
    min-width: 100%;
  }

  .modal-user-address {
    background-position: -75px 0, 0;
  }

  .restaurant-map-modal__block {
    height: 300px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .modal-product-option__title {
    font-size: 25px;
  }

  .modal-register__col50 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .modal-register__col70 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .modal-restaurant-work__title {
    font-size: 20px;
  }

  .modal-restaurant-work-day {
    flex: 0 0 calc(100% - 30px);
    min-width: calc(100% - 30px);
  }

  .modal-restaurant-pickup-item__block {
    padding-right: 25px;
  }

  .modal-restaurant-pickup-item__title {
    flex-flow: column;
  }

  .modal-blocked-user__timer {
    margin-bottom: 30px;
  }

  .slider-section {
    max-height: 100%;
  }

  .slider-section .slick-dots {
    padding-top: 20px;
  }

  .slider-section .slick-list {
    overflow: hidden;
  }

  .slider-section .slide__content {
    height: 185px;
  }

  .restaurant .restaurant-item {
    width: calc(100% / 3 - 10px);
  }

  .restaurant .restaurant-item__footer {
    padding: 30px 10px 10px 10px;
  }

  .restaurant .restaurant__title {
    font-size: 25px;
  }

  .restaurant .restaurant__body--bg {
    padding-top: 200px;
  }

  .restaurant .restaurant__footer-section .restaurant__about {
    background-position: calc(100% + 225px) 0, calc(100% + 155px) calc(100% + 40px);
  }

  .checkout-body__promo .input-border {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }

  .checkout-body__promo-disabled {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .checkout-body__block {
    padding: 20px 15px;
  }

  .checkout-body__customer {
    flex-flow: column;
  }

  .checkout-body__shipping,
  .checkout-body__payment {
    flex-flow: column;
  }

  .checkout-body__pickup-map {
    width: 100%;
    padding-top: 5px;
  }

  .checkout-body__pickup-title {
    width: calc(100% - 28px);
  }

  .checkout-body__footer-cutlery {
    font-size: 16px;
  }

  .checkout-payment {
    padding: 20px 15px;
  }

  .checkout-body__footer-caption .btn {
    width: 100%;
  }

  .checkout-header li {
    font-size: 14px;
  }

  .checkout-notify__title {
    font-size: 25px;
  }

  .checkout-notify__description {
    font-size: 14px;
  }

  .orders__empty {
    transform: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .orders__empty .orders__empty-img {
    margin-right: 0;
    margin-bottom: 7px;
  }

  .orders__empty .orders__empty-title {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 6px;
  }

  .orders__empty .orders__empty-description {
    text-align: center;
    font-size: 16px;
    line-height: 19px;
  }

  .account-section {
    background-image: none;
  }

  .account-header {
    flex-flow: column;
  }

  .account-header__avatar {
    width: 110px;
    height: 110px;
  }

  .account-header__avatar:after {
    content: "";
    width: 200px;
    height: 40px;
    bottom: -10px;
  }

  .account-header__left {
    padding-right: 15px;
  }

  .account-header__left .title {
    padding-left: 20px;
  }

  .account-header__right {
    width: 100%;
    padding-top: 30px;
  }

  .account-section__setting-container {
    max-width: 100%;
  }

  .account-section__setting-edit {
    left: initial;
    right: 0;
    top: -20px;
  }

  .account-menu__title {
    padding-bottom: 15px;
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }

  .account-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-flow: column;
    align-items: flex-start;
  }

  .account-menu__counter {
    top: 2px;
  }

  .account-menu__block {
    overflow-x: scroll;
    width: 100%;
  }

  .account-menu__block li {
    text-align: center;
    padding: 5px 3px;
    flex-shrink: 0;
  }

  .account-menu__block li a {
    white-space: nowrap;
  }

  .my-reviews-list .my-review.moderation .my-review__left {
    border-right: none;
    border-bottom: 1px solid #7B7B7B;
  }

  .my-reviews-list .my-review__inner {
    flex-direction: column;
  }

  .my-reviews-list .my-review__left {
    border-right: none;
    border-bottom: 1px solid #9A54C5;
    padding: 20px 10px;
  }

  .my-reviews-list .my-review__image {
    margin-right: 7px;
  }

  .my-reviews-list .my-review__info {
    display: flex;
    flex-direction: column-reverse;
  }

  .my-reviews-list .my-review__time {
    margin-bottom: 0;
  }

  .my-reviews-list .my-review__restaurant {
    margin-bottom: 4px;
  }

  .my-reviews-list .my-review__right {
    padding: 10px;
  }

  .my-reviews-list .my-review__message {
    margin-bottom: 12px;
  }

  .my-reviews-list .my-review__answer--header {
    flex-direction: column;
    align-items: flex-start;
  }

  .my-reviews-list .my-review__answer--time {
    margin-bottom: 5px;
  }

  .reviews-list .review {
    padding-left: 0;
  }

  .reviews-list .review:not(:first-child) {
    margin-top: 20px;
  }

  .reviews-list .review.answer {
    padding-right: 0;
  }

  .reviews-list .review.answer:not(:first-child) {
    margin-top: 20px;
  }

  .reviews-list .review.answer .review__content:before {
    left: auto;
    top: -14px;
    right: 20px;
    transform: rotate(90deg);
  }

  .reviews-list .review.answer .review__info {
    padding-left: 0;
    padding-right: 90px;
    align-items: flex-end;
    justify-content: center;
  }

  .reviews-list .review.answer .review__logo {
    margin-right: 0;
  }

  .reviews-list .review.answer .review__name {
    margin-bottom: 0;
  }

  .reviews-list .review__content:before {
    left: 20px;
    top: -14px;
    transform: rotate(90deg) scale(1, -1);
  }

  .reviews-list .review__info {
    position: relative;
    padding-left: 90px;
    min-height: 70px;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15px;
  }

  .reviews-list .review__logo {
    min-width: 70px;
    height: 70px;
    margin-right: 20px;
  }

  .reviews-list .review__name {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  .reviews-list .review__date {
    margin-bottom: 10px;
  }

  .reviews-list .review__mark .star {
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }

  .reviews-form {
    width: 100%;
    max-width: 320px;
  }

  .reviews-form .reviews-form__inner {
    padding: 30px 0 15px;
  }

  .reviews-form .reviews-form__title {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #9A54C5;
    margin-bottom: 20px;
  }

  .reviews-form .reviews-form__marker {
    align-items: center;
  }

  .reviews-form .reviews-form__marker .marker__area--title {
    font-size: 18px;
    line-height: 22px;
    margin-right: 10px;
  }

  .reviews-form .reviews-form__marker .marker__area .value {
    line-height: 18px;
  }
}

@media (max-width: 575.98px) {
  .modal-user-address__item {
    flex-flow: column;
  }

  .modal-user-address__item {
    padding: 10px 10px 5px;
  }

  .modal-user-address__item .radio-label {
    margin-bottom: 5px;
  }

  .modal-user-address__remove {
    text-align: right;
  }

  .modal-product-option__item {
    flex: 0 0 100%;
  }

  .modal-product-option__label {
    font-size: 16px;
  }

  .restaurant .restaurant-item {
    width: calc(100% / 2 - 10px);
  }

  .statistics__title {
    font-size: 16px;
  }

  .statistics__description {
    font-size: 12px;
    line-height: 14px;
    padding-left: 10px;
  }

  .statistics__block {
    height: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .header.empty {
    padding: 3px 0;
  }

  .restaurant .restaurant__conditions .condition {
    align-items: flex-start;
    border-radius: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .restaurant .restaurant__conditions .condition__text span {
    display: block;
    padding-left: 0;
  }
}