* {
    padding: 0;
    margin: 0;
    border: 0;
  }
  
  *, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  :focus, :active {
    outline: none;
  }
  
  a:focus, a:active {
    outline: none;
  }
  
  nav, footer, header, aside {
    display: block;
  }
  
  html, body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  
  input, button, textarea {
    font-family: inherit;
  }
  
  input::-ms-clear {
    display: none;
  }
  
  button {
    cursor: pointer;
  }
  
  button::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  
  a, a:visited {
    text-decoration: none;
    color: inherit;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  ul li {
    list-style: none;
  }
  
  img {
    vertical-align: top;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url("/assets/fonts/Montserrat-Regular.woff2") format("woff2"), url("/assets/fonts/Montserrat-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url("/assets/fonts/Montserrat-Regular.woff2") format("woff2"), url("/assets/fonts/Montserrat-Regular.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url("/assets/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("/assets/fonts/Montserrat-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: BebasNeue Bold;
    font-display: swap;
    src: url("/assets/fonts/BebasNeue Bold.woff2") format("woff2"), url("/assets/fonts/BebasNeue Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: BebasNeue Regular;
    font-display: swap;
    src: url("/assets/fonts/BebasNeue Regular.woff2") format("woff2"), url("/assets/fonts/BebasNeue Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}body {
  background: #F7F8F9;

}

#app {
  font-weight: normal;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 148%;
  color: #000;
}

h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 96%;
  text-transform: lowercase;
  font-family: BebasNeue Bold;
}

.back__page {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  cursor: pointer;
}

.btn__black {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 16px;
  background: #343434;
  color: #FFF !important;
  font-weight: 600;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
}

.btn__gray {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 16px;
  background: #F7F8F9;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
}

.btn__black:disabled {
  background: #DCDDE0;
  color: #88898B;
}

.btn__white {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 16px;
  background: #FFF;
  color: #000000;
  font-weight: 600;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
}

.btn__border {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 16px;
  background: #FFF;
  color: #343434;
  font-weight: 600;
  gap: 8px;
  border: 1px solid #343434;
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
}

.adress__btn-checked {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-radius: 16px;
  background: #F7F8F9;
}

.adress__btn-checked .adress__btn-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.adress__btn-checked .adress__btn-left .column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.adress__btn-checked .adress__btn-left .adress {
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .adress__btn-checked .adress__btn-left .adress {
    max-width: 200px;
  }
}
@media (max-width: 650px) {
  .adress__btn-checked .adress__btn-left .adress {
    max-width: 150px;
  }
}
@media (max-width: 1200px) {
  .adress__btn-checked {
    height: 48px;
  }
}

.adress__btn-checked .adress__btn-left .type {
  font-size: 12px;
  font-weight: 400;
  line-height: 136%;
  letter-spacing: 0.1px;
}

.container {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;

}


main {
  margin-top: 220px;
}

main.top {
  margin-top: 270px;
}

header {
  background: #FFF;
  /* margin-bottom: 64px; */
  position: fixed;
  width: 100%;
  height: 211px;
  top: 0;
  left: 0;
  z-index: 210;
  transition: all 0.3s ease-in-out;
}

header.scrolled {
  top: -123px;
}

header .container {
  overflow-x: hidden;
}

.cart__scroll {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 56px;
  padding: 16px;
  border-radius: 16px;
  background: #F7F8F9;
  font-weight: 600;
  margin-right: -177px;
  margin-top: -23px;
  transition: all 0.3s ease-in-out;
}

.header__logo-scroll {
  transition: all 0.3s ease-in-out;
}

header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header.scrolled nav ul {
  margin-top: -20px;
  max-width: 1180px;
}

header .header__logo-scroll {
  margin-top: -25px;
}

header .nav__left {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-left: -96px;
  transition: all 0.3s ease-in-out;
  overflow-x: hidden;
  height: 56px;
  padding-top: 24px;
  margin-right: 80px;
}

header.scrolled .nav__left {
  margin-left: 0;
}

header.scrolled .cart__scroll {
  margin-right: 0;
  margin-top: 0;
}

header.scrolled .header__logo-scroll {
  left: 0;
}


.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

.header__top-mobile {
  display: none;
}

.header__top .left {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header__top a {
  font-size: 14px;
  font-weight: 600;
  line-height: 136%;
}

.header__top .support {
  display: flex;
  align-items: center;
  gap: 4px;
}

.header__center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 0;
}

.header__center .left {
  display: flex;
  align-items: center;
  gap: 56px;
}

.header__center .choice__city {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 148%;
  background: none;
}

.header__center .choice__city .city {
  white-space: nowrap;
}

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

.header__center .tel {
  margin-left: 40px;
  margin-right: 24px;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
  line-height: 124%;
}

.header__center .right__block {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header__center .right__block a {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 56px;
  padding: 16px;
  border-radius: 16px;
  background: #F7F8F9;
  font-weight: 600;
}

header nav {
  padding: 0 0 24px;
  overflow-x: hidden;
}

header nav ul {
  display: flex;
  align-items: center;
  gap: 8px;
}

header nav ul li {
  background: #F7F8F9;
  border-radius: 8px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  white-space: nowrap;
}

header nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

header nav ul li.active {
  color: #fff;
  background: #343434;
}

header nav ul li.row {
  padding-left: 36px;
  position: relative;
}

header nav ul li.row a::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 24px;
  height: 24px;
  background-image: url('../img/header-bonus-icon.svg');
}

.menu__open {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #C5E8DA;
  cursor: pointer;
}

.mobile__menu-wrapper .mobile__menu-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
}

.mobile__menu-wrapper.active .mobile__menu-bg {
  z-index: 100;
  opacity: 1;
  display: block;
}

.mobile__menu-body {
  width: 480px;
  height: 100%;
  background: #FFF;
  padding: 8px 24px 32px;
  position: fixed;
  left: -100%;
  top: 0;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.mobile__menu-body.active {
  left: 0;
}

.mobile__menu-body .mobile__menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.mobile__menu-body .mobile__menu-header .close {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mobile__menu-body .mobile__menu-adress {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
}

.mobile__menu-body .mobile__menu-adress .personal {
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #F7F8F9;
}

.mobile__menu-body .mobile__menu-city {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.mobile__menu-body .mobile__menu-city .name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.mobile__menu-body .mobile__menu-city .name svg {
  margin-bottom: 2px;
}

.mobile__menu-body .mobile__menu-city .change {
  font-size: 14px;
  font-weight: 600;
  line-height: 136%;
  color: #049C5F;
}

.mobile__menu-scroll {
  overflow-y: scroll;
  height: calc(100% - 200px);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.mobile__menu-body .mobile__menu-nav {
  padding: 32px 0;
}

.mobile__menu-body .mobile__menu-nav ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 232px;
  width: 300px;
  align-items: flex-start;
  gap: 8px;
}

.mobile__menu-body .mobile__menu-nav ul li {
  background: #F7F8F9;
  border-radius: 8px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  white-space: nowrap;
}

.mobile__menu-body .mobile__menu-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.mobile__menu-body .mobile__menu-nav ul li.active {
  color: #fff;
  background: #343434;
}

.mobile__menu-body .mobile__menu-nav ul li.row {
  padding-left: 36px;
  position: relative;
}

.mobile__menu-body .mobile__menu-nav ul li.row::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 24px;
  height: 24px;
  background-image: url('/assets/img/header-bonus-icon.svg');
}

.mobile__menu-body .mobile__menu-links {
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mobile__menu-body .mobile__menu-links a {
  font-weight: 600;
}

.mobile__menu-body .mobile__menu-support {
  margin: 32px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.mobile__menu-body .mobile__menu-tel {
  margin-bottom: 24px;
}

.mobile__menu-body .mobile__menu-tel .tel {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 4px;
}

.mobile__menu-body .mobile__menu-tel .info {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 136%;
  letter-spacing: 0.1px;
  color: #88898B;
}

.mobile__menu-body .mobile__menu-apps {
  width: 248px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 8px;
}

@media (max-width: 1470px) {
  header.scrolled .nav__left {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 980px;
    height: 80px;
  }

  header.scrolled ul {
    position: relative;
    padding-right: 180px;
    max-width: 884px;
  }

  header.scrolled nav {
    margin-top: -20px;
  }

  header.scrolled .cart__scroll {
    margin-top: 20px;
  }

  /* header.scrolled .nav__left::after {
    content: "";
    width: 80px;
    height: 32px;
    position: fixed;
    top: 30px;
    left: 940px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 73%);
  } */
  header.scrolled nav ul {
    margin-top: 0px;
  }

  header.scrolled .header__logo-scroll {
    margin-top: 0px;
  }

  /* header.scrolled .header__top {
    padding: 0;
  }
  header.scrolled .header__center {
    padding: 0;
  } */
  .header__center .right__block .cart .text {
    display: none;
  }

}

@media (max-width: 1200px) {
  main {
    margin-top: 192px
  }

  main.top {
    margin-top: 200px;
  }

  .container {
    padding: 0 24px;
  }

  header .btn__black {
    height: 48px;
  }

  header {
    height: 178px;
  }

  header.scrolled {
    top: -112px;
  }

  header nav {
    /* padding: 8px 0; */
  }

  header.scrolled .header__top-mobile {
    padding-top: 0;
  }

  header.scrolled .header__center {
    padding: 0;
  }

  header.scrolled nav {
    padding: 29px 0 0;
  }

  header.scrolled ul::after {
    display: none;
  }

  header.scrolled .header__logo-scroll {
    margin-top: 0;
  }

  header.scrolled nav ul {
    margin-top: 0;
    padding-right: 0;
  }

  header .nav__left {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-top: 0;
    margin-right: 0;
  }

  .header__top {
    display: none;
  }

  .header__top-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
  }

  .header__center {
    padding: 8px 0;
  }

  .header__center .left {
    display: none;
  }

  .header__center .tel,
  .header__center .favorites,
  .header__center .cart {
    display: none !important;
  }

  .header__center .personal {
    width: 48px !important;
    height: 48px !important;
    margin-left: 8px !important;
    padding: 12px !important;
  }

  .header__center .personal svg {
    min-width: 24px;
    min-height: 24px;
  }

  header .cart__scroll {
    display: none;
  }

  header ul {
    padding-right: 0;
  }

  header.scrolled .header__logo-scroll {
    width: 32px;
    min-width: 32px;
    height: 32px;
  }

  header.scrolled .header__logo-scroll img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  header.scrolled .nav__left {
    gap: 8px;
    width: 100%;
    padding-right: 0px;
    /* margin-top: 8px; */
  }
}

@media (max-width: 650px) {
  .container {
    padding: 0 16px;
  }

  .mobile__menu-body {
    width: 100%;
  }
}

/* Footer */
footer {
  background: #343434;
}

.footer__top,
.footer__bottom {
  padding: 40px 0;
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media screen and (max-width: 1200px) {
  .footer__bottom {
    padding-bottom: 85px;
  }
}

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

.footer__top .footer__menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
  row-gap: 24px;
}

.footer__top .footer__menu a {
  font-weight: 500;
  color: #FFF;
}

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

.footer__top .footer__top-right .footer__text {
  font-family: BebasNeue Bold;
  font-size: 48px;
  font-weight: 700;
  line-height: 96%;
  text-transform: lowercase;
  color: #FFF;
  margin-right: 56px;
}

.footer__top .footer__top-right .footer__img {
  margin-bottom: -40px;
  margin-right: 40px;
}

.footer__top .footer__top-right .footer__apps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.footer__bottom .footer__bottom-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer__bottom .footer__bottom-row .left .links {
  display: flex;
  align-items: center;
  height: 40px;
  gap: 24px;
  margin-bottom: 16px;
}

.footer__bottom .footer__bottom-row .left .links a {
  font-size: 14px;
  line-height: 140%;
  color: #FFF;
}

.footer__bottom .footer__bottom-row .left .info p {
  color: #88898B;
  font-size: 12px;
  line-height: 136%;
  letter-spacing: 0.1px;
}

.footer__bottom .footer__bottom-row .right {
  display: flex;
  align-items: center;
  gap: 200px;
}

.footer__bottom .footer__bottom-row .right .copyright {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #DCDDE0;
  margin-bottom: 6px;
}

.footer__bottom .footer__bottom-row .right .copyright svg {
  margin-bottom: -2px;
}

.footer__bottom .footer__bottom-row .right .social {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 1470px) {
  .footer__top .footer__top-right .footer__img {
    display: none;
  }

  .footer__bottom .footer__bottom-row .right {
    gap: 120px;
  }
}

@media (max-width: 1200px) {
  .footer__top .footer__top-right {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .footer__top {
    align-items: flex-start;
  }

  .footer__top .footer__menu {
    column-gap: 40px;
  }

  .footer__top .footer__top-right .footer__text {
    margin-right: 43px;
    font-size: 36px;
  }

  .footer__bottom .footer__bottom-row {
    position: relative;
  }

  .footer__bottom .footer__bottom-row .left .links {
    margin-bottom: 130px;
    gap: 40px;
  }

  .footer__bottom .footer__bottom-row .left .links a {
    font-size: 12px;
  }

  .footer__bottom .footer__bottom-row .right {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    position: absolute;
    left: 0;
    top: 50px;
  }

  .footer__bottom .footer__bottom-row .right .copyright {
    font-size: 14px;
    margin-bottom: 0;
  }

  .footer__bottom .footer__bottom-row .right .copyright svg {
    margin-bottom: -4px;
  }
}

@media (max-width: 750px) {
  .footer__top {
    flex-direction: column;
    gap: 40px;
  }
}

@media (max-width: 650px) {
  .footer__top .footer__menu {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-direction: column;
  }

  .footer__top .footer__menu a:nth-child(1) {
    order: 1;
  }

  .footer__top .footer__menu a:nth-child(2) {
    order: 4;
  }

  .footer__top .footer__menu a:nth-child(3) {
    order: 2;
  }

  .footer__top .footer__menu a:nth-child(4) {
    order: 5;
  }

  .footer__top .footer__menu a:nth-child(5) {
    order: 3;
  }

  .footer__top .footer__menu a:nth-child(6) {
    order: 6;
  }

  .footer__bottom .footer__bottom-row .left .links {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 145px;
  }

  .footer__bottom .footer__bottom-row .right {
    top: 70px;
  }
}
.select__item, .profile__input-scores {
  pointer-events: none;
}
/* Стилизация компонентов vuetify */
.v-input.v-select+.select__item svg {
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
}

.v-input.v-select.v-select--active-menu+.select__item svg {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}

.v-field__append-inner {
  display: none !important;
}

.select__wrapper {
  position: relative;
}

.select__item {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 10;
}

.v-field--variant-solo {
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 16px !important;
  border: 1px solid #DCDDE0 !important;
}

.v-select__content {
  border-radius: 16px !important;
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08) !important;
  max-height: none !important;
  border: 1px solid #DCDDE0 !important;
  border-bottom: none !important;
}

.v-select__content .v-list {
  padding: 0 !important;
}

.v-list-item--density-default.v-list-item--one-line {
  height: 56px !important;
  border-bottom: 1px solid #DCDDE0 !important;
  font-size: 16px !important;
  line-height: 148% !important;
}

.v-list-item--density-default.v-list-item--one-line:hover {
  background: #F7F8F9 !important;
}

/* Стиль пункта */
.v-list-item.v-list-item--link.v-theme--light.v-list-item--density-default.v-list-item--one-line.v-list-item--variant-text {}

/* Общие стили для модальных окон */
.modal__shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease-in-out;
  z-index: 300;
}

.modal {
  padding: 40px;
  border-radius: 32px;
  background: #FFF;
  position: relative;
  transform: translateY(20%) scale(0.8);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  z-index: 2;
  /* overflow: hidden; */
}

.modal.show {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.modal.modal-wide__card.show {
  transform: translateY(8%) scale(1);
}

.modal.hide {
  transform: translateY(20%) scale(0.8);
  opacity: 1;
}

.modal-small {
  width: 464px;
}

.modal-small__nopadding {
  width: 480px;
}

.modal-medium {
  width: 800px;
  padding: 24px;
}

.modal-medium__padding {
  width: 800px;
}

.modal-medium__adress {
  width: 600px;
}

.modal-small__rate {
  width: 491px;
}

.modal-wide__card {
  width: 992px;
  height: 424px;
  padding: 24px;
  background: #343434;
}

.modal-wide {
  width: 1000px;
  padding: 24px;
}

.modal-wide__city {
  width: 1112px;
  height: 698px;
  padding: 24px;
}
.modal__adress-top {
  margin-bottom: 24px;
}

.modal__close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.modal__close-mobile {
  display: none;
}
.modal__close-mobile__adress {
  display: none;
}

.modal__close.black svg {
  stroke: #000;
}

.modal__close.black__wrapper {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #FFF;
  right: 28px;
  top: 28px;
  z-index: 2;
}

.modal__close.black__wrapper svg {
  stroke: #000;
}

.modal__close.white svg {
  stroke: #FFF;
}

.modal__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 24px;
}

/* Выбор города */
.modal__choise-city .city__list>*:not(:last-child) {
  margin-bottom: 20px;
}

.modal__choise-city .city__radio input {
  display: none;
}

.modal__choise-city .city__radio input:checked+label {
  color: #049C5F;
}

.modal__choise-city .city__radio input:checked+label::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url('../img/check-ok.svg');
}

.modal__choise-city .city__radio label {
  position: relative;
  font-weight: 500;
  cursor: pointer;
  display: block;
  width: 100%;
}

/* Игформация о товаре */
.modal__card-row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  height: 100%;
}

.modal__card-left {
  width: 496px;
  min-width: 496px;
  position: relative;
  height: 376px;
}

.modal__card-left .modal__card-img {
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.modal__card-left .modal__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 850px) {
  .modal__card-left .modal__card-img img {
    width: 100%;
    height: auto;
  }
}

.modal__body-call-center-phone {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  margin-top: 24px;
  color: #049c5f;
  font-family: BebasNeue Bold;
}

@media screen and (max-width: 650px) {
  .modal__body-call-center-phone {
    font-size: 28px;
  }
}

.card__favorite {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #FFF;
  cursor: pointer;
}
.card__favorite.mobile {
  display: none;
}

.card__favorite svg {
  fill: #000;
}

.card__favorite.active {
  background: #F13535;
}

.card__favorite.active svg {
  fill: #FFFFFF;
}

.modal__card-right {
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 376px;
  width: 100%;
}

.modal__info-row + div {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  padding-top: 60px;
  background: linear-gradient(180deg, rgba(52, 52, 52, 0.00) 0%, #343434 30%);
}

.modal__info-btn {
  /* position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  padding-top: 60px;
  background: linear-gradient(180deg, rgba(52, 52, 52, 0.00) 0%, #343434 30%); */
}

.modal__card-right .modal__info-title {
  font-size: 36px;
  font-family: BebasNeue Bold;
  font-weight: 700;
  line-height: 96%;
  color: #FFF;
  margin-bottom: 4px;
}

.modal__card-right .modal__info-weight {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #DCDDE0;
  margin-bottom: 32px;
}

.modal__card-right .modal__info-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px;
}

.modal__card-right .modal__block-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 136%;
  color: #F59FC5;
}

.modal__card-right .modal__info-block p {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #FFFFFF;
}

.modal__card-right .modal__info-row {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  margin-bottom: 16px;
}

.modal__card-right .modal__info-row .info__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 485px) {
  .modal__card-right .modal__info-row .info__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
  }
}

.modal__card-right .info__item-number {
  font-weight: 500;
  color: #FFF;
}

.modal__card-right .info__item-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 136%;
  letter-spacing: 0.1px;
  color: #DCDDE0;
}

.modal__card-right .modal__info-inputs {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.modal__card-right .modal__info-input input {
  display: none;
}

.modal__card-right .modal__info-input input:checked+label {
  font-weight: 600;
  color: #000;
  padding-left: 36px;
  border-color: #F59FC5;
  background: #F59FC5;
}

.modal__card-right .modal__info-input input:checked+label::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 5px;
  width: 20px;
  height: 20px;
  background-image: url('../img/check-card-modal.svg');
}

.modal__card-right .modal__info-input label {
  position: relative;
  height: 32px;
  border-radius: 64px;
  border: 1px solid #DCDDE0;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #DCDDE0;
  cursor: pointer;
}

.modal__card-right .modal__info-btn .btn__white {
  justify-content: space-between;
}

.modal__card-right .modal__info-btn .text {
  font-weight: 600;
}

.modal__card-right .modal__info-btn .price {
  font-weight: 600;
}

.modal__card-right .modal__info-quantity__wrapper {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: linear-gradient(180deg, rgba(52, 52, 52, 0.00) 0%, #343434 30%);
}

.modal__card-right .modal__info-quantity {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  border-radius: 16px;
  background: #FFF;
  color: #000000;
  font-weight: 600;
  gap: 8px;
}

.modal__card-right .modal__info-quantity button {
  padding: 4px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.modal__card-right .modal__info-quantity input {
  background: transparent;
  width: 90px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 148%;
}


/* Модальное окно адреса доставки */
.modal__choise-adress .modal__adress-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.modal__choise-adress .modal__title.tablet {
  display: none;
}

.modal__choise-adress .modal__adress-tab {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 494px;
}

.modal__choise-adress .modal__adress-left {
  width: 400px;
  min-width: 400px;
}

.modal__choise-adress .modal__adress-tabs__title {
  display: flex;
  align-items: center;
  border-radius: 16px;
  background: #343434;
  height: 60px;
  gap: 4px;
  margin-bottom: 24px;
}

.modal__choise-adress .modal__adress-tabs__title>* {
  width: calc(50% - 2px);
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__choise-adress .modal__adress-radio input {
  display: none;
}

.modal__choise-adress .modal__adress-radio label {
  width: 196px;
  height: 60px;
  border: 2px solid #343434;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.modal__choise-adress .modal__adress-radio input:checked+label {
  background: #FFF;
  color: #000;
}

.modal__choise-adress .modal__adress-block {
  margin-bottom: 16px;
}

.modal__choise-adress .modal__adress-block>*:not(:last-child) {
  margin-bottom: 8px;
}

.modal__choise-adress .modal__adress-input__row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.modal__choise-adress .modal__adress-private {
  margin: 16px 0;
}
.modal__choise-adress .modal__adress-private .checkbox input {
  display: none;
}

.modal__choise-adress .modal__adress-private .checkbox label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.modal__choise-adress .modal__adress-private .checkbox label svg {
  margin-bottom: 3px;
}

.modal__choise-adress .modal__adress-private .checkbox input:checked+label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url('/assets/img/check-modal-ok.svg');
  z-index: 2;
}

.modal__choise-adress .modal__adress-block__radio>*:not(:last-child) {
  margin-bottom: 8px;
}

.modal__choise-adress .modal__adress-block__radio {
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 368px;
}

.modal__choise-adress .modal__adress-pickup__radio input {
  display: none;
}

.modal__choise-adress .modal__adress-pickup__radio label {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  padding: 16px;
  position: relative;
  border: 1px solid #DCDDE0;
  border-radius: 16px;
  cursor: pointer;
}

.modal__choise-adress .modal__adress-pickup__radio label .adress {
  font-weight: 600;
  margin-bottom: 4px;
}

.modal__choise-adress .modal__adress-pickup__radio label .time {
  font-size: 12px;
  font-weight: 400;
  line-height: 136%;
  letter-spacing: 0.1px;
}

.modal__choise-adress .modal__adress-pickup__radio label .pickup__adress-distance {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 136%;
  letter-spacing: 0.1px;
}

.modal__choise-adress .modal__adress-pickup__radio input:checked+label {
  border-color: #000;
}

.modal__choise-adress .modal__adress-right {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.modal__choise-adress .modal__adress-map__mobile {
  width: 100%;
  height: 270px;
  overflow: hidden;
  display: none;
  margin-bottom: 16px;
}

.modal__choise-adress .modal__adress-geotag {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal__choise-adress .modal__adress-btn button.disabled:disabled {
  background: #DCDDE0;
  color: #88898B;
}

/* Модальное окно новостей */
.modal__news-info .modal__news-img {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
  max-height: 380px;
}

.modal__news-info .modal__news-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.modal__news-info .modal__news-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 16px;
}

.modal__news-info .modal__news-textblock {
  margin-bottom: 24px;
  max-height: 260px;
  overflow: auto;
}

/* Модальное окно корзины */
.modal__clear-cart .modal__title {
  text-align: center;
}

.modal__clear-cart .btn__black {
  margin-bottom: 8px;
}

/* Модальное окно отмены заказа */
.modal__cancel-order .modal__title {
  text-align: center;
}

.modal__cancel-order .modal__cancel-btns>*:not(:last-child) {
  margin-bottom: 8px;
}

.modal__cancel-order .modal__cancel-block>*:not(:last-child) {
  margin-bottom: 16px;
}

.modal__cancel-order .modal__cancel-block {
  margin-bottom: 24px;
}

.modal__cancel-order .modal__cancel-radio input {
  display: none;
}

.modal__cancel-order .modal__cancel-radio label {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  cursor: pointer;
}

.modal__cancel-order .modal__cancel-radio input:checked+label::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('/assets/img/check-payment-ok.svg');
}

/* Модалка удалить профиль */
.modal__delete-account .modal__title {
  text-align: center;
}

.modal__delete-account .btn__black {
  margin-bottom: 8px;
}

/* Модалка удалить адрес */
.modal__adress-delete .modal__title {
  text-align: center;
}

.modal__adress-delete .btn__black {
  margin-bottom: 8px;
}

/* Модалка добавить адрес */
.form__new-adress {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.form__new-adress .modal__adress-left {
  height: 578px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Модалка пригласить друга */
.modal__friends-promo .modal__title {
  text-align: center;
}

.modal__friends-promo .copy {
  position: absolute;
  right: 16px;
  top: 16px;
}

.modal__friends-promo .field__input {
  margin-bottom: 8px;
}

.modal__friends-promo .modal__friends-subtitle {
  font-weight: 600;
  margin-bottom: 16px;
  text-align: center;
}

.modal__friends-promo .modal__friends-textblock>*:not(:last-child) {
  margin-bottom: 4px;
}

.modal__friends-promo .modal__friends-textblock {
  margin-bottom: 16px;
}

.modal__friends-promo .modal__friends-text {
  font-size: 14px;
  line-height: 140%;
  gap: 4px;
  text-align: center;
}

.modal__friends-promo .modal__friends-text span {
  font-weight: 600;
  color: #049C5F;
  font-size: 16px;
}

.modal__friends-promo .modal__friends-text svg {
  margin-bottom: -4px;
  margin-left: -4px;
}

.modal__friends-promo .field__input input:focus {
  padding-top: 16px !important;
}

/* Модалка история лояльности */
.modal__history .modal__title {
  justify-content: center;
}
@media (max-width: 650px) {
  .modal__history .modal__title {
    margin-top: 10px;
  }
}

.modal__history .modal__history-list>*:not(:last-child) {
  margin-bottom: 16px;
}

.modal__history .pagination {
  margin-top: 24px;
  justify-content: center;
}

.modal__history .modal__history-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal__history .modal__history-item>*:not(:last-child) {
  margin-bottom: 4px;
}

.modal__history .modal__history-title {
  font-weight: 600;
}

.modal__history .modal__history-data,
.modal__history .modal__history-summ {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #88898B;
}

.modal__history .modal__history-quantity {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.modal__history .modal__history-quantity.minus {
  color: #F13535;
}

.modal__history .modal__history-quantity.plus {
  color: #049C5F;
}

/* Модалка как получить баллы */
.modal__how .modal__title {
  text-align: center;
}

.modal__how .modal__how-list>*:not(:last-child) {
  margin-bottom: 8px;
}

.modal__how .modal__how-item {
  padding: 16px;
  border-radius: 16px;
  background: #F7F8F9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal__how .modal__how-scores {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding-left: 4px;
  border-radius: 8px;
  background: #049C5F;
  color: #FFF;
  width: 65px;
  font-size: 14px;
  font-weight: 600;
  line-height: 136%;
}

/* Модалка конкретной вакансии */
.modal__vacancy-info .modal__vacancy-scroll {
  height: 562px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.modal__vacancy-info .modal__vacancy-img {
  margin-bottom: 24px;
  border-radius: 16px;
  overflow: hidden;
}

.modal__vacancy-info .modal__vacancy-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.modal__vacancy-info .modal__vacancy-subtitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 136%;
  margin-bottom: 8px;
}

.modal__vacancy-info .modal__vacancy-title {
  font-family: BebasNeue Bold;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  text-transform: lowercase;
  margin-bottom: 16px;
}

.modal__vacancy-info .modal__vacancy-text {
  margin-bottom: 16px;


  padding-bottom: 20px;
}

.modal__vacancy-info .modal__vacancy-text ul li {
  position: relative;
  margin-left: 25px;
}

.modal__vacancy-info .modal__vacancy-text ul li::after {
  content: "";
  position: absolute;
  left: -14px;
  top: 11px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
}

.modal__vacancy-info .modal__vacancy-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  position: relative;
}

.modal__vacancy-info .modal__vacancy-row::after {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  top: -40px;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}

.modal__vacancy-info .modal__vacancy-salary__name {
  color: #88898B;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 136%;
}

.modal__vacancy-info .modal__vacancy-salary__summ {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}

.modal__vacancy-info .modal__vacancy-btn .btn__black {
  width: 320px;
}

/* Модалка отправить резюме */
.modal__resume-file .v-field {
  --v-field-padding-start: 0px;
  width: 200px;
}

.modal__resume-file .v-field.v-field--appended {
  --v-field-padding-end: 0px;
}

.modal__resume-file .v-label {
  font-size: 16px !important;
  opacity: 1;
}

.modal__resume-file .v-input__prepend {
  height: 30px;
}

.modal__resume-file .v-input {
  max-width: 240px;
}

.modal__resume-file .v-input__details {
  display: none;
}

.modal__resume-file .v-input__control {
  height: 30px;
}

.modal__resume-file .v-field__field {
  height: 30px;
}

.modal__resume-file .v-input--horizontal .v-input__prepend {
  margin-inline-end: 4px;
}

.modal__resume-file .v-field__outline {
  opacity: 0;
  height: 20px;
  margin-top: 20px;
}

.modal__resume-file .v-field__input {
  padding-top: 0;
  min-height: 30px;
  width: 200px;
  overflow: hidden;
}

.modal__resume .modal__resume-form>*:not(:last-child) {
  margin-bottom: 24px;
}

.modal__resume .modal__resume-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 0 !important;
}

.modal__resume .modal__resume-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 8px;
}

.modal__resume .modal__title.mobile {
  display: none;
}

.modal__resume .modal__resume-block__input {
  margin-bottom: 24px;
}

.modal__resume .modal__resume-list__input {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.modal__resume .modal__resume-file {
  display: flex;
  align-items: center;
  gap: 40px;
}

.modal__resume .modal__resume-file__info {
  font-size: 12px;
  font-weight: 400;
  line-height: 136%;
  letter-spacing: 0.1px;
  color: #88898B;
}

.modal__resume .modal__resume-btn {
  margin-bottom: 16px !important;
}

.modal__resume .modal__resume-personal {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 136%;
  letter-spacing: 0.1px;
}

.modal__resume .modal__resume-personal a {
  color: #049C5F;
  text-decoration: underline #049C5F;
}

/* Модалка оцените заказ */
.modal__rate .modal__title {
  text-align: center;
}

.modal__rate .modal__rate-scroll {}

.modal__rate .modal__rate-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.modal__rate .modal__rate-number,
.modal__rate .modal__rate-summ {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.modal__rate .modal__rate-date {
  font-size: 14px;
  font-weight: 600;
  line-height: 136%;
  color: #88898B;
  margin-bottom: 8px;
}

.modal__rate .accepted__status {
  margin-bottom: 16px;
}

.modal__rate .modal__rate-adress {
  margin-bottom: 24px;
}

.modal__rate .modal__rate-adress .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 136%;
  color: #88898B;
  margin-bottom: 4px;
}

.modal__rate .modal__rate-stars {
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #F7F8F9;
  margin-bottom: 16px;
}

.modal__rate .modal__rate-recommend {
  padding: 20px;
  border-radius: 16px;
  background: #F7F8F9;
  margin-bottom: 16px;
}

.modal__rate .modal__rate-recommend__title {
  text-align: center;
  font-weight: 600;
  line-height: 148%;
  margin-bottom: 16px;
}

.modal__rate .modal__rate-recommend__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal__rate .modal__rate-recommend__row>* {
  font-size: 12px;
  line-height: 136%;
  letter-spacing: 0.1px;
}

.modal__rate .modal__rate-recommend__scrored {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -20px;
}

.modal__rate .modal__rate-recommend__scrored li {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.1px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__rate .modal__rate-input {
  margin-bottom: 24px;
}


.modal__centered .modal__centered-img {
  text-align: center;
  margin-bottom: 24px;
}

.modal__centered .modal__centered-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  text-align: center;
  margin-bottom: 8px;
}

.modal__centered .modal__centered-text {
  margin-bottom: 24px;
  text-align: center;
}


/* Мы сейчас не работаем */
.modal__nowork .modal__nowork-img {
  text-align: center;
  margin-bottom: 24px;
}

.modal__nowork .modal__nowork-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  text-align: center;
  margin-bottom: 8px;
}

.modal__nowork .modal__nowork-text {
  margin-bottom: 24px;
  text-align: center;
}

/* Модалка Ваш город */
.modal__choise .modal__title {
  text-align: center;
}

.modal__choise .btn__black {
  margin-bottom: 8px;
}

.modal__input-tel,
.modal__input-code {
  margin-bottom: 16px;
}

#sendCodeRecaptcha .grecaptcha-badge,
#checkCodeRecaptcha .grecaptcha-badge {
  position: relative !important;
  right: auto !important;
  margin: 16px 0 !important;
  bottom: 0 !important;
  display: none !important;
}

.modal .modal__enter-personal {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 136%;
  letter-spacing: 0.1px;
  text-align: center;
}
.modal .modal__enter-personal a {
  color: #049C5F;
}
.default_form .back {
  color: #049C5F;
  text-align: center;
  margin-top: 8px;
  cursor: pointer;
}
.default_form .modal__enter-info {
  text-align: center;
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
.default_form .modal__enter-info span {
  font-weight: 600;
}
.modal__title.bottom {
  margin-bottom: 16px;
}

/* Свайпер */
.swiper {
  padding-bottom: 28px !important
}

.story-preview-slider.swiper {
  padding-bottom: 32px !important;
}
@media(max-width: 1200px) {
  .story-preview-slider.swiper {
    /* padding-bottom: 32px !important; */
  }
}

.stories_place .swiper {
  padding-bottom: 0 !important;
}

.swiper-hl-wrapper {
  position: relative;
  margin-bottom: 64px;
}

.swiper-hl .swiper-slide {
  max-height: 500px;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.swiper-hl .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-hl-prev,
.swiper-hl-next {
  position: absolute;
  top: calc(50% - 14px);
  transform: translateY(-50%);
  min-width: 48px;
  min-height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 12px;
  background: #FFF;
  box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.04);
  z-index: 10;
}

.swiper-hl-next {
  right: 16px !important;
}

.swiper-hl-prev {
  left: 16px !important;
}

.swiper-button-disabled {
  display: none !important;
}

.swiper-pagination-bullet {
  width: 24px !important;
  height: 4px !important;
  border-radius: 4px !important;
  background: #C5E8DA !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #049C5F !important;
}

/* Свайпер страницы лояльности */
.personal__page .swiper-slide {
  display: flex !important;
  align-items: center !important;
  flex-direction: column !important;
}

.personal__page .swiper-pagination-horizontal {
  bottom: 0 !important;
}

.personal__page .swiper-pagination-bullet {
  background: #5EC099 !important;
}

.personal__page .swiper-pagination-bullet-active {
  background: #FFF !important;
}

.personal__page .personal__info-logo {
  margin-bottom: 24px;
}

.personal__page .personal__info-title {
  font-family: BebasNeue Bold;
  font-size: 36px;
  font-weight: 700;
  line-height: 96%;
  margin-bottom: 16px;
  color: #FFF;
}

.personal__page .personal__info-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 376px;
  margin-bottom: 16px;
}

.personal__page .personal__info-item {
  padding: 4px 8px;
  border-radius: 8px;
  border: 1px solid #5EC099;
}

.personal__page .personal__info-item__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 136%;
  color: #C5E8DA;
}

.personal__page .personal__info-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  color: #FFFFFF;
}

.personal__page .personal__info-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  position: relative;
  width: 376px;
}

.personal__page .personal__info-line .line__full {
  content: "";
  width: 376px;
  height: 16px;
  border-radius: 45px;
  background: #FFF;
  position: absolute;
  left: 0;
  top: 0;
}

.personal__page .personal__info-line .line__bonus {
  content: "";
  width: 0;
  height: 16px;
  border-radius: 45px;
  background: #343434;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.personal__page .personal__info-line .start,
.personal__page .personal__info-line .end {
  font-size: 14px;
  line-height: 140%;
  color: #FFF;
}


/* Input */
.field__input {
  width: 100%;
  position: relative;
}

.field__input input {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 148%;
  height: 56px;
  background: #FFF;
  border-radius: 16px;
  border: 1px solid #DCDDE0;
  padding: 16px;
  padding-right: 45px;
}

.field__input input:disabled {
  background: #DCDDE0;
  opacity: 0.5;
  padding-top: 30px;
}

.field__input input:focus {
  padding-top: 30px;
}

.field__input label {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #88898B;
  pointer-events: none;
  cursor: text;
  transition: .3s;
}

.field__input input:disabled+label {
  opacity: 0.5;
}

.field__input label.req::after {
  content: "*";
  width: 7px;
  height: 7px;
  top: 0px;
  right: -8px;
  position: absolute;
  color: #F13535;
}

.field__input input:focus~label,
.field__input input:not(:placeholder-shown)~label {
  font-size: 12px;
  top: 6px;
}

.field__input input:not(:focus):valid {
  padding-top: 30px;
  padding-right: 45px;
}

.field__input .clear,
.field__input .loader-wrapper {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  line-height: 0;
}

.field__input .loader-wrapper_shifted-to-left {
  right: 40px;
}

/* Главная страница */
.card__list-wrapper {
  margin-bottom: 64px;
}

.card__list-wrapper.last {
  margin-bottom: 120px;
}


.card__list-wrapper h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 96%;
  margin-bottom: 24px;
  font-family: BebasNeue Bold;
  text-transform: lowercase;
}

.card__list-wrapper .card__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 24px;
}

.card__list-wrapper.big__gap .card__list {
  row-gap: 40px;
}

/* Карточка товара */
.card__wrapper {
  padding: 24px;
  border-radius: 32px;
  background: #343434;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.card__wrapper.wide {
  grid-column: span 2;
}

.card__wrapper.wide {}

.card__wrapper .card__top {
  margin-bottom: 16px;
  position: relative;
  cursor: pointer;
}
.card__wrapper.nowide.height__top .card__top img {
  transform: scale(1);
}

.card__wrapper.wide.height__top .card__top {
  height: 200px;
}

.card__wrapper.height__top .card__top {
  height: 132px;
}

.card__wrapper .card__top .card__img {
  border-radius: 16px 16px 16px 16px;
  overflow: hidden;
}

.card__wrapper.wide:not(.height__top) .card__top .card__img {
  aspect-ratio: 1.78 / 1;
}

.card__wrapper.nowide:not(.height__top) .card__top .card__img {
  /* aspect-ratio: 1.48/1; */
}

.card__wrapper .card__top .card__img.mobile {
  display: none !important;
}

.card__wrapper .card__top .card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card__wrapper.in_the_card .card__top .card__img img:not(.no-image) {
  height: auto;
  /* transform: translateY(-15%); */
}
.card__wrapper.in_the_card.nowide .card__top .card__img img:not(.no-image) {
  max-height: 190px;
}

.card__wrapper.wide:not(.out_of_card) .card__top .card__img img {
  transform: translateY(-15%);
  height: auto;
}

.card__wrapper.wide.height__top .card__top .card__img img {
  width: 70%;
}

.card__wrapper.nowide:not(.height__top) .card__top .card__img img {
  object-fit: cover;
}
/* .card__wrapper.height__top .card__top .card__img img {
  width: 120%;
} */

.card__wrapper.wide.height__top .card__img {
  margin-top: -120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card__wrapper.height__top .card__img {
  margin-top: -70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card__wrapper.wide.height__top+.modal__card-info .modal__card-img {
  margin-top: 20px;
}

.card__wrapper.wide.height__top+.modal__card-info .modal__card-img img {
  width: auto;
  height: 100%;
}

.card__bonus {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: flex;
  align-items: center;
  height: 24px;
  background: #049C5F;
  border-radius: 8px;
  padding: 0 4px 0 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 136%;
  color: #FFF;
}

.card__tags {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.card__tags .tag {
  height: 24px;
  padding: 0px 8px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #FFF;
  white-space: nowrap;
}

.card__tags .tag.hit {
  width: 43px;
  background: #F13535;
}

.card__wrapper .card__bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card__wrapper .card__info {
  flex: 1;
  z-index: 2;
}

.card__wrapper .card__title {
  font-weight: 600;
  margin-bottom: 8px;
  color: #FFF;
  cursor: pointer;
}

.card__wrapper .card__description {
  color: #DCDDE0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 59px;
}

.card__wrapper .card__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
  z-index: 2;
}
.card__wrapper .card__row > div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
  z-index: 2;
}

.card__wrapper .card__prices {
  display: flex;
  align-items: center;
  gap: 8px;
}

.card__wrapper .card__prices.none {
  display: none;
}

.card__wrapper .card__price-new {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  color: #F59FC5;
  display: flex;
  align-items: center;
  gap: 4px;
}

.card__wrapper .card__price-new .scores svg {
  margin-bottom: -3px;
}

.card__wrapper .card__price-new.green {
  color: #049C5F;
}

.card__wrapper .card__price-old {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #808183;
  text-decoration: line-through;
}

.card__wrapper .card__add-cart {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.card__wrapper .card__btn-view {
  display: none;
}

.card__wrapper .card__top:hover .card__btn-view {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card__wrapper .card__top:hover .card__btn-view button {
  height: 40px;
  padding: 0 16px;
  border-radius: 16px;
  background: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 136%;
}

.card__wrapper .card__quantity-info {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 96%;
  color: #FFF;
  font-family: BebasNeue Bold;
}

.card__wrapper .card__row-quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
  padding: 0 4px;
  border-radius: 16px;
  background: #F59FC5;
  width: 100%;
}

.card__wrapper .card__row-quantity button {
  background: transparent;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}

.card__wrapper .card__row-quantity input {
  background: transparent;
  width: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 136%;
}

/* Страница продукта */
.product__card-arrow {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-bottom: 24px;
}

.product__card {
  background: #FFF;
  border-radius: 32px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 24px;
  margin-bottom: 64px;
}

.product__card .product__card-left {
  position: relative;
  max-width: 467px;
}

.product__card .product__card-left .product__card-img {
  border-radius: 16px;
  overflow: hidden;
}

.product__card .product__card-left .product__card-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.product__card .product__card-right {
  max-width: 544px;
}

.product__card .product__card-right h2 {
  font-family: BebasNeue Bold;
  font-size: 36px;
  font-weight: 700;
  line-height: 96%;
  margin-bottom: 4px;
}

.product__card .product__card-right .product__card-weight {
  font-size: 14px;
  line-height: 140%;
  color: #88898B;
  margin-bottom: 32px;
}

.product__card .product__card-right .product__card-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 136%;
  margin-bottom: 8px;
}

.product__card .product__card-right ul>*:not(:last-child) {
  margin-bottom: 8px;
}

.product__card .product__card-right ul {
  margin-bottom: 16px;
}

.product__card .product__card-right ul li {
  font-size: 14px;
  line-height: 140%;
}

.product__card .product__card-right .product__card-info {
  margin: 16px 0 24px;
}

.product__card .product__card-right .product__card-info .info__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 485px) {
  .product__card .product__card-right .product__card-info .info__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
  }
}

.product__card .product__card-right .product__card-info .info__item-number {
  font-weight: 600;
}

.product__card .product__card-right .product__card-info .info__item-text {
  font-size: 12px;
  line-height: 136%;
  letter-spacing: 0.1px;
  color: #88898B;
}

.product__card .product__card-right .modal__info-inputs {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.product__card .product__card-right .modal__info-input input {
  display: none;
}

.product__card .product__card-right .modal__info-input input:checked+label {
  font-weight: 600;
  color: #000;
  padding-left: 36px;
  border-color: #F59FC5;
  background: #F59FC5;
}

.product__card .product__card-right .modal__info-input input:checked+label::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 5px;
  width: 20px;
  height: 20px;
  background-image: url('../img/check-card-modal.svg');
}

.product__card .product__card-right .modal__info-input label {
  position: relative;
  height: 32px;
  border-radius: 64px;
  border: 1px solid #000;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  cursor: pointer;
}

.product__card .product__card-right .btn__black {
  width: 296px;
  justify-content: space-between;
  padding: 16px 24px;
}

.product__card .product__card-right .product__card-quantity {
  width: 296px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  border-radius: 16px;
  background: #000000;
  color: #FFF;
  font-weight: 600;
  gap: 8px;
}

.product__card .product__card-right .product__card-quantity button {
  padding: 4px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.product__card .product__card-right .product__card-quantity button div {
  border-radius: 50%;
  min-width: 24px;
  min-height: 24px;
}

.product__card .product__card-right .product__card-quantity input {
  background: transparent;
  width: 90px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 148%;
  margin-left: 20px;
  color: #FFF;
}

.product__card-swiper {
  margin-bottom: 112px;
}

.product__card-swiper .swiper__cards-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.product__card-swiper .swiper__cards-row .swiper__cards-navigation {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product__card-swiper .swiper__cards-row .swiper-recommend-prev,
.product__card-swiper .swiper__cards-row .swiper-recommend-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #DCDDE0;
  background: #FFF;
  cursor: pointer;
}

.product__card-swiper .swiper__cards-row .swiper-recommend-prev.swiper-button-disabled,
.product__card-swiper .swiper__cards-row .swiper-recommend-next.swiper-button-disabled {
  display: flex !important;
  opacity: 0.5 !important;
}

/* О компании */
.about__page .about__hl {
  margin-top: 40px;
  margin-bottom: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.about__page .about__hl .about__hl-left {
  max-width: 610px
}

.about__page .about__hl .about__hl-title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}

.about__page .about__hl .about__hl-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about__page .about__features {
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.about__page .about__features .about__features-img {
  margin-bottom: 16px;
  border-radius: 32px;
  overflow: hidden;
  padding: 24px;
  background: #FFF;
}

.about__page .about__features .about__features-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about__page .about__features .about__features-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 12px;
}

.about__page .about__features .about__features-text {
  color: #343434;
}

.about__page .about__advantages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 64px;
}

.about__page .about__advantages .about__advantages-item {
  padding: 24px;
  background: #343434;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.about__page .about__advantages .about__advantages-item .about__advantages-text {
  font-weight: 600;
  color: #fff;
}

.about__page .about__founder {
  background: #EBEBEB;
  border-radius: 32px;
  margin-bottom: 112px;
  display: flex;
  align-items: center;
  gap: 120px;
  padding: 0 120px;
}

.about__page .about__founder .about__founder-info {
  max-width: 655px;
}

.about__page .about__founder .about__founder-post {
  font-size: 14px;
  font-weight: 600;
  line-height: 136%;
  color: #049C5F;
  margin-bottom: 12px;
}

.about__page .about__founder .about__founder-name {
  font-size: 48px;
  font-weight: 700;
  line-height: 96%;
  text-transform: lowercase;
  font-family: BebasNeue Bold;
  margin-bottom: 48px;

}

.about__page .about__founder .about__founder-text {
  font-size: 20px;
  line-height: 140%;
  color: #343434;
}

/* .about__page .about__founder .about__founder-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
} */

/* Доставка */
.delivery__page,
.restaurants__page {
  margin-top: 40px;
  margin-bottom: 112px;
  border-radius: 32px;
  padding: 24px;
  background: #FFF;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.delivery__page .delivery__map,
.restaurants__page .restaurants__map {
  position: sticky;
  top: 120px;
  margin-bottom: 4px;
  max-width: 710px;
  width: 100%;
  height: 556px;
  max-height: 556px;
  border-radius: 24px;
  overflow: hidden;
}

.delivery__page .delivery__map img,
.restaurants__page .restaurants__map img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.delivery__page .delivery__info {
  max-width: 642px;
}

.delivery__page .delivery__info>*:not(:last-child) {
  margin-bottom: 40px;
}

.delivery__page .delivery__info .delivery__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 16px;
}

.delivery__page .delivery__info .delivery__title.small {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.delivery__page .delivery__info .delivery__time {
  display: flex;
  align-items: center;
  gap: 40px;
}

.delivery__page .delivery__info .delivery__time .delivery__title {
  margin-bottom: 8px;
}

.delivery__page .delivery__info .delivery__zone .delivery__zone-list>*:not(:last-child) {
  margin-bottom: 8px;
}

.delivery__page .delivery__info .delivery__zone .delivery__zone-list li {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #DCDDE0;
  min-height: 80px;
  padding-left: 80px;
  position: relative;
}


.delivery__page .delivery__info .delivery__zone .delivery__zone-list li .delivery__text.orange::after {
  background: #FDBC73;
}

.delivery__page .delivery__info .delivery__zone .delivery__zone-list li .delivery__text.green::after {
  background: #98E787;
}

.delivery__page .delivery__info .delivery__zone .delivery__zone-list li .delivery__text.red::after {
  background: #F38D88;
}

.delivery__page .delivery__info .delivery__zone .delivery__zone-list li .delivery__text.purple::after {
  background: #D176F9;
}

.delivery__page .delivery__info .delivery__zone .delivery__zone-list li .delivery__text.blue::after {
  background: #6BADCF;
}

.delivery__page .delivery__info .delivery__zone .delivery__zone-list li .delivery__text.orange,
.delivery__page .delivery__info .delivery__zone .delivery__zone-list li .delivery__text.blue {
  margin-top: 12px;
}

.delivery-info > div:not(:last-child) {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .delivery-info > div:not(.delivery-info__free-delivery) {
    font-size: 14px;
  }
}

.delivery-info .delivery-info__free-delivery {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .delivery-info .delivery-info__free-delivery {
    font-size: 16px;
  }
}

.delivery__page .delivery__info .delivery__conditions ul li,
.delivery__page .delivery__info .delivery__payment ul li {
  position: relative;
  margin-left: 24px;
}

.delivery__page .delivery__info .delivery__conditions ul li::after,
.delivery__page .delivery__info .delivery__payment ul li::after {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  left: -12px;
  top: 10px;
  border-radius: 50%;
  background: #000;
}

.delivery__page .delivery__info .delivery__conditions-block {
  margin-bottom: 16px;
}

.delivery__page .delivery__zone .user-address {
  margin-bottom: 40px;
}

.delivery__page .delivery__zone .user-address__title {
  margin-bottom: 23px;
}

.delivery__page .delivery__zone .user-address__input {
  margin-bottom: 8px;
}

/* Точки самовывоза */
.restaurants__page .restaurants__info {
  max-width: 642px;
}

.restaurants__page .restaurants__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 16px;
}

.restaurants__page .restaurants__text {
  margin-bottom: 40px;
}

.restaurants__page .restaurants__list>*:not(:last-child) {
  margin-bottom: 16px;
}

.restaurants__page .restaurants__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  padding: 16px;
  border-radius: 24px;
  border: 1px solid #DCDDE0;
}


.restaurants__page .restaurants__item.nowork .restaurants__item-time {
  display: none;
}

.restaurants__page .restaurants__item.nowork .restaurants__item-organization {
  display: none;
}

.restaurants__page .restaurants__item.nowork .restaurants__item-nowork {
  display: block;
  font-size: 14px;
  line-height: 140%;
}

.restaurants__page .restaurants__item .restaurants__item-adress {
  font-weight: 600;
  margin-bottom: 8px;
}

.restaurants__page .restaurants__item .restaurants__item-time {
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 4px;
}

.restaurants__page .restaurants__item .restaurants__item-organization {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  letter-spacing: 0.1px;
  color: #88898B;
}

.restaurants__page .restaurants__item .restaurants__item-map {
  font-size: 14px;
  font-weight: 600;
  line-height: 136%;
  color: #049C5F;
  display: inline-block;
  border-bottom: 1px dashed #049C5F;
  margin-top: 12px;
}

/* Новости */
.news__page {
  margin-top: 24px;
  margin-bottom: 112px;
}

.news__page .news__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 20px;
  row-gap: 24px;
}

.news__page .news__item {
  grid-column: span 2;
  border-radius: 32px;
  padding: 24px;
  background: #FFF;
}

.news__page .news__item:nth-child(1),
.news__page .news__item:nth-child(2) {
  grid-column: span 3;
}

.news__page .news__item .news__item-img {
  margin-bottom: 16px;
  border-radius: 16px;
  overflow: hidden;
}

.news__page .news__item .news__item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.news__page .news__item .news__item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 8px;
}

.news__page .news__item .news__item-btn button {
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 136%;
  color: #049C5F;
}

/* Вопрос-ответ */
.question__page {
  margin-top: 40px;
  margin-bottom: 112px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  justify-content: space-between;
}

.question__page .question__info-block,
.question__page .question__right-block {
  padding: 24px;
  border-radius: 32px;
  background: #FFF;
}

.question__page .question__right-block {
  min-width: 400px;
  position: sticky;
  top: 120px;
}

.question__page .question__right-block .question__right-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 24px;
}

.question__page .question__right-block .question__right-text {
  margin-bottom: 16px;
}

.question__page .question__right-block .question__right-tel {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.question__page .question__right-block .question__right-info {
  margin-bottom: 24px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 136%;
  letter-spacing: 0.1px;
  color: #049C5F;
}

.question__page .question__info-block>*:not(:last-child) {
  margin-bottom: 40px;
}

.question__page .question__info-block .question__list>*:not(:last-child) {
  margin-bottom: 8px;
}

.question__page .question__info-block .question__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 24px !important;
}

.question__page .question__info-block .question__item {
  border-radius: 16px;
  border: 1px solid #DCDDE0;
}

.question__page .question__info-block .question__item-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.question__page .question__info-block .question__item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 24px;
  font-weight: 600;
}

.question__page .question__info-block .question__item-row svg {
  transition: all 0.3s ease-in-out;
  transform: rotate(0);
  min-width: 24px;
}

.question__page .question__info-block .question__item-row.active {
  color: #049C5F;
  font-weight: 600;
}

.question__page .question__info-block .question__item-row.active svg {
  transition: all 0.3s ease-in-out;
  transform: rotate(90deg);
}

.question__page .question__info-block .question__item-answer {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.question__page .question__info-block .question__item-answer svg {
  min-width: 40px;
}

.question__page .question__info-block .question__item-answer p {
  font-size: 14px;
  line-height: 140%;
}

.question__page .question__info-block .question__item-row.active+.question__item-answer {
  max-height: 100%;
  transition: all 0.3s ease-in-out;
  padding: 24px;
  padding-top: 0;
}

/* Вакансии */
.vacancy__page {
  margin-top: 56px;
  margin-bottom: 112px;
}

.vacancy__page .vacancy__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 80px;
}

.vacancy__page .vacancy__row .vacancy__left {
  font-size: 36px;
  font-weight: 700;
  line-height: 96%;
  font-family: BebasNeue Bold;
}

.vacancy__page .vacancy__row .vacancy__left span {
  color: #049C5F;
}

.vacancy__page .vacancy__row .vacancy__advantages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 40px;
}

.vacancy__page .vacancy__row .vacancy__advantages-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.vacancy__page .vacancy__row .vacancy__advantages-block {
  max-width: 300px;
}

.vacancy__page .vacancy__row .vacancy__advantages-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 8px;
}

.vacancy__page .vacancy__row .vacancy__advantages-text {
  color: #343434;
}

.vacancy__page .vacancy__resume {
  margin-bottom: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-radius: 32px;
  background: #F59FC5;
  gap: 16px;
}

.vacancy__page .vacancy__resume .vacancy__resume-title {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  text-transform: lowercase;
  color: #FFF;
  font-family: BebasNeue Bold;
}

.vacancy__page .vacancy__resume .vacancy__resume-btn .btn__black {
  width: 320px;
}

.vacancy__page .vacancy__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 24px;
}

.vacancy__page .vacancy__list .vacancy__item {
  padding: 24px;
  border-radius: 32px;
  background: #FFF;
}

.vacancy__page .vacancy__list .vacancy__item-img {
  margin-bottom: 16px;
  border-radius: 16px;
  overflow: hidden;
}

.vacancy__page .vacancy__list .vacancy__item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.vacancy__page .vacancy__list .vacancy__item-row {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  overflow-x: hidden;
}

.vacancy__page .vacancy__list .vacancy__item-row>* {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.vacancy__page .vacancy__list .vacancy__item {
  overflow-x: hidden;
}

.vacancy__page .vacancy__list .vacancy__item-name,
.vacancy__page .vacancy__list .vacancy__item-salary {
  white-space: nowrap;
}

/* Фильтры на страницах каталога */
.card__filter {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.card__filter-item {
  height: 32px;
  padding: 0 12px;
  border: 1px solid #DCDDE0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.card__filter-img {
  display: none;
}

.card__filter-item.active {
  background: #000;
  color: #FFF;
  padding-right: 8px;
}

.card__filter-item.active .card__filter-img {
  display: block;
}

.card__filter-item.active .card__filter-img svg {
  margin-bottom: -3px;
}

/* Страница Меню */
.menu__page {
  margin-top: 24px;
  margin-bottom: 112px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.menu__page .menu__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 226px;
  position: relative;
  background: #343434;
  border-radius: 32px;
  overflow: hidden;
  padding: 24px;
}

.menu__page .menu__item-title {
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-size: 36px;
  font-weight: 700;
  line-height: 96%;
  color: #FFF;
  font-family: BebasNeue Bold;
}

.menu__page .menu__item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Страница корзины */
.cart__page {
  margin: 24px 0 112px;
}

.cart__page .cart__row {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  justify-content: space-between;
}

.cart__right {
  position: sticky;
  margin-bottom: 64px;
  top: 120px;
  flex: 0;
}

.cart__right .cart__total {
  min-width: 400px;
  background: #FFF;
  border-radius: 32px;
  padding: 24px;
}

.cart__right .cart__total-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 24px;
}

.cart__right .cart__total-block>*:not(:last-child) {
  margin-bottom: 9px;
}

.cart__right .cart__total-block {
  margin-bottom: 24px;
}

.cart__right .cart__total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart__right .cart__total-row.top {
  padding-top: 24px;
  margin-bottom: 24px;
  border-top: 1px dashed #DCDDE0;
  align-items: flex-end;
}

.cart__right .cart__total-left__info {
  color: #88898B;
}

.cart__right .cart__total-left__meaning.point {
  color: #049C5F;
  display: flex;
  align-items: center;
}

.cart__right .cart__total-left__meaning.sale {
  color: #049C5F;
}

.cart__right .field__input-promo {
  width: 100%;
  position: relative;
  margin-bottom: 24px;
}

.cart__right .field__input-promo input {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 148%;
  height: 56px;
  background: #FFF;
  border-radius: 16px;
  border: 1px solid #DCDDE0;
  padding: 16px;
}

.cart__right .field__input-promo.accept input {
  border-color: #049C5F;
  color: #049C5F;
}

.cart__right .field__input-promo.accept::after {
  content: "";
  width: 24px;
  height: 24px;
  right: 16px;
  top: 16px;
  position: absolute;
  background-image: url('/assets/img/inpur-accept.svg');
}

.cart__right .cart__total-text {
  color: #88898B;
}

.cart__right .cart__total-summ {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}

.cart__right .btn__black {
  justify-content: space-between;
  margin-bottom: 16px;
}

.cart__right .btn__black.center {
  justify-content: center;
  margin-bottom: 0;
}

.cart__right .btn__black.center.bottom {
  margin-bottom: 8px;
}

.cart__right .btn__black .text {
  color: #FFF;
}

.cart__right .btn__black .summ {
  color: #FFF;
}

.cart__right .cart__total-personal {
  text-align: center;
  font-size: 12px;
  line-height: 136%;
  letter-spacing: 0.1px;
}

.cart__right .cart__total-personal a {
  color: #049C5F;
  text-decoration: underline;
  text-decoration-color: #049C5F;
}

.cart__page .cart__left {
  margin-bottom: 64px;
  width: 100%;
}

.cart__page .cart__left>* {
  padding: 24px;
  border-radius: 32px;
  background: #FFF;
}

.cart__page .cart__left>*:not(:last-child) {
  margin-bottom: 16px;
}

.cart__page .cart__left .cart__block>*:not(:last-child) {
  margin-bottom: 24px;
}

.cart__page .cart__left .cart__block-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}

.cart__block-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart__block-row .cart__quantity-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cart__block-row .cart__quantity {
  padding-right: 9px;
  position: relative;
}

.cart__block-row .cart__quantity::after {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 12px;
  border-radius: 50%;
  background: #000;
}

.cart__block-row .cart__weight {
  color: #88898B;
}

.cart__page .cart__left .cart__clear {
  color: #88898B;
  background: transparent;
  font-size: 16px;
  line-height: 148%;
}

.cart__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  height: 104px;
  position: relative;
}

.cart__item .cart__item-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.cart__item .cart__item-title {
  font-weight: 600;
}

.cart__item .cart__item-title.green {
  color: #049C5F;
}

.cart__item .cart__item-portion {
  font-size: 14px;
  line-height: 140%;
  color: #88898B;
}

.cart__item .cart__item-quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 112px;
  height: 32px;
  background: #F7F8F9;
  border-radius: 16px;
  padding: 0 4px;
  margin-top: 28px;
}

.cart__item .cart__item-quantity__block {
  margin-top: 40px;
  font-size: 14px;
  line-height: 140%;
}

.cart__item .cart__item-quantity__block.top {
  margin-top: 60px;
}

.cart__item .cart__item-quantity button {
  width: 24px;
  height: 24px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.cart__item .cart__item-quantity input {
  width: 25px;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 136%;
  text-align: center;
}

.cart__item .cart__item-delete {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.cart__item .cart__item-price {
  display: flex;
  align-items: flex-end;
  height: 100%;
  font-weight: 600;
}

.cart__item .cart__item-price.green {
  color: #049C5F;
}

.cart__page-empty {
  margin-top: 24px;
  margin-bottom: 160px;
}

.cart__page-empty .cart__empty-img {
  text-align: center;
  margin-bottom: 24px;
}

.cart__page-empty .cart__empty-title {
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}

.cart__page-empty .cart__empty-text {
  text-align: center;
  margin-bottom: 24px;
}

.cart__page-empty .btn__black {
  width: 240px;
  margin: 0 auto;
}

/* Пустые избранные */

.favorites__page-empty {
  margin-top: 24px;
  margin-bottom: 160px;
}

.favorites__page-empty .favorites__empty-img {
  text-align: center;
  margin-bottom: 24px;
}

.favorites__page-empty .favorites__empty-title {
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}

.favorites__page-empty .favorites__empty-text {
  text-align: center;
  margin-bottom: 24px;
}

.favorites__page-empty .btn__black {
  width: 240px;
  margin: 0 auto;
}

/* Оформление заказа */
.order__page {
  margin-top: 24px;
  margin-bottom: 112px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.order__right {
  max-width: 400px;
  min-width: 400px;
  background: #FFF;
  padding: 24px;
  border-radius: 32px;
  position: sticky;
  top: 120px;
  margin-bottom: 0px;
}

.order__right .order__structure .order__structure-title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}

.order__right .order__structure .order__structure-block {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px dashed #DCDDE0;
}

.order__right .order__structure .order__structure-block>*:not(:last-child) {
  margin-bottom: 16px;
}

.order__right .order__structure .order__structure-block .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.order__right .order__structure .order__structure-block .title {
  margin-bottom: 4px;
}

.order__right .order__structure .order__structure-block .quantity {
  font-size: 14px;
  line-height: 140%;
  color: #88898B;
}

.order__right .order__structure .order__structure-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.order__right .order__structure .order__structure-row.bottom {
  margin-bottom: 24px;
  align-items: flex-end;
}

.order__right .order__structure .order__structure-row .info {
  color: #88898B;
}

.order__right .order__structure.order__structure-row .meaning.point {
  display: flex;
  align-items: center;
  color: #049C5F;
  gap: 2px;
}

.order__right .order__structure .order__structure-row .meaning.sale {
  color: #F13535;
}

.order__right .order__structure .order__structure-row .summ__total {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}

.order__right .order__structure .btn__black {
  margin-bottom: 16px;
}

.order__right .order__structure .order__structure-personal {
  text-align: center;
  font-size: 12px;
  line-height: 136%;
  letter-spacing: 0.1px;
}

.order__right .order__structure .order__structure-personal a {
  color: #049C5F;
  text-decoration: underline;
  text-decoration-color: #049C5F;
}

.order__page .order__left {
  padding: 24px;
  border-radius: 32px;
  background: #FFF;
  width: 100%;
}

.order__page .order__block-choice {
  display: flex;
  align-items: center;
  gap: 8px;
}
.order__page .order__block-choice .v-input__details {
  display: none;
}

.order__page .order__block-choice .select__wrapper {
  min-width: 176px;
}

.order__page .order__left>*:not(:last-child) {
  margin-bottom: 40px;
}

.order__page .order__left .order__block-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 24px;
}

.order__page .order__left .order__block-input {
  width: 320px;
  margin-bottom: 16px;
}

.order__page .order__left .order__block-tabs__title {
  display: flex;
  align-items: center;
  border-radius: 16px;
  background: #343434;
  height: 60px;
  gap: 4px;
  margin-bottom: 24px;
  width: 345px;
}

.order__page .order__left .order__block-tabs__title>* {
  width: calc(50% - 2px);
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order__page .order__left .tab__title input {
  display: none;
}

.order__page .order__left .tab__title label {
  width: 196px;
  height: 60px;
  border: 2px solid #343434;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.order__page .order__left .tab__title input:checked+label {
  background: #FFF;
  color: #000;
}

.order__page .order__left .order__block-tab .field__input {
  width: 440px;
}

.order__page .order__adress,
.modal__select-adress .order__adress {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #DCDDE0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  width: 440px;
  margin-bottom: 16px;
}

.modal__select-adress .modal__title {
  text-align: center;
}

.modal__select-adress .order__adress {
  width: 100%;
  cursor: pointer;
}

.modal__select-adress input {
  display: none;
}

.modal__select-adress input:checked+label .order__adress {
  border-color: #000000;
}

.modal__select-adress .modal__btn-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.order__page .order__adress-left,
.modal__select-adress .order__adress-left {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.order__page .order__adress-left .adress__top,
.modal__select-adress .order__adress-left .adress__top {
  font-weight: 600;
  margin-bottom: 4px;
}

.order__page .order__adress-left .adress__date,
.modal__select-adress .order__adress-left .adress__date {
  font-size: 12px;
  font-weight: 400;
  line-height: 136%;
  letter-spacing: 0.1px;
}

.order__page .order__adress .edit__adress,
.modal__select-adress .order__adress .edit__adress {
  cursor: pointer;
}

.order__page .order__adress .order__adress-edit button,
.modal__select-adress .order__adress .order__adress-edit button {
  background: transparent;
}

.order__page .order__adress .order__adress-distance {
  position: absolute;
  right: 56px;
  bottom: 16px;
  font-weight: 400;
  line-height: 136%;
  letter-spacing: 0.1px;
}

.order__page .order__block-time {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.order__page .order__block-time .time__input-radio input {
  display: none;
}
.order__page .order__block-time .time__input-radio label{
  display: flex;
  width: fit-content;
  height: 116px;
  padding: 16px;
  border-radius: 16px;
  background: #FFF;
  border: 1px solid #DCDDE0;
  gap: 16px;
  position: relative;
}
.order__page .order__block-time .time__input-radio label > div {

  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;

  cursor: pointer;
}

.order__page .order__block-time .time__input-radio input:checked+label {
  background: #343434;
  border-color: #343434;
}

.order__page .order__block-time .time__input-radio input:checked+label .time {
  color: #DCDDE0;
}

.order__page .order__block-time .time__input-radio input:checked+label .title {
  color: #FFF;
}

.order__page .order__block-time .time__input-radio input:checked+label::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  left: 16px;
  background-image: url('/assets/img/check-time-ok.svg');
}

.order__page .order__block-time .time__input-radio .title {
  margin-bottom: 4px;
}

.order__page .order__block-time .time__input-radio .time {
  font-size: 12px;
  font-weight: 400;
  line-height: 136%;
  letter-spacing: 0.1px;
  color: #88898B;
}

.order__page .order__block-payment>*:not(:last-child) {
  margin-bottom: 16px;
}

.order__page .order__block-payment .payment__input-radio input {
  display: none;
}

.order__page .order__block-payment .payment__input-radio label {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  cursor: pointer;
}

.order__page .order__block-payment .payment__input-radio input:checked+label::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('/assets/img/check-payment-ok.svg');
}

.order__page .order__block-payment .payment__change-title {
  font-weight: 600;
  margin-bottom: 8px;
}

.order__page .order__block-payment .payment__change-inputs {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.order__page .order__block-payment .payment__change-radio input {
  display: none;
}

.order__page .order__block-payment .payment__change-radio label {
  padding: 8px 16px;
  border-radius: 12px;
  border: 1px solid #DCDDE0;
  height: 40px;
  display: inline-block;
  background: #FFF;
  cursor: pointer;
  white-space: nowrap;
}

.order__page .order__block-payment .payment__change-radio input:checked+label {
  background: #049C5F;
  border-color: #049C5F;
  color: #FFF;
}

/* Заказ принят */
.accepted__date {
  margin-top: 16px;
  margin-bottom: 8px;
}

.accepted__status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 136%;
  height: 28px;
  padding: 0 8px;
  border-radius: 8px;
  white-space: nowrap;
  width: fit-content;
}

.accepted__status.take {
  background: #FFF;
}

.accepted__status.preparing {
  background: #343434;
  color: #FFF;
}

.accepted__status.transferred {
  background: #5EC099;
}

.accepted__status.ready {
  background: #5EC099;
}

.accepted__status.issued {
  background: #049C5F;
  color: #FFF;
}

.accepted__status.cancel {
  background: #F13535;
  color: #FFF;
}

.accepted__cancel-reason {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.90) 100%), #F13535;
  border-radius: 32px;
  padding: 20px;
  color: #F13535;
  margin-top: 24px;
}

.accepted__page {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-top: 24px;
  margin-bottom: 112px;
}

.accepted__page .accepted__left {
  width: 100%;
}

.accepted__page .accepted__left>*:not(:last-child) {
  margin-bottom: 16px;
}

.accepted__page .cart__right {
  margin-bottom: 0;
}

.accepted__page .accepted__block {
  padding: 24px;
  border-radius: 32px;
  background: #FFF;
}

.accepted__page .accepted__block>*:not(:last-child) {
  margin-bottom: 24px;
}

.accepted__page .accepted__block-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}

.accepted__page .accepted__info-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 136%;
  color: #88898B;
  margin-bottom: 4px;
}

/* Личный кабинет */
.personal__page {
  margin-top: 40px;
  margin-bottom: 112px;

}

.personal__page .personal__tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.personal__page .personal__tabs input {
  display: none;
}

.personal__page .personal__tabs label,
.personal__page .personal__tabs-link {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #DCDDE0;
  background: #fff;
  width: 172px;
  height: 112px;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  line-height: 136%;
}

.personal__page .personal__tabs label.green {
  color: #049C5F;
}

.personal__page .personal__tabs label .checked {
  display: none;
}

.personal__page .personal__tabs input:checked+label {
  background: #343434;
  color: #FFF;
}

.personal__page .personal__tabs input:checked+label .checked {
  display: block;
}

.personal__page .personal__tabs input:checked+label .no-checked {
  display: none;
}

.personal__page .pesronal__tab-wrapper {
  padding: 24px;
  background: #FFF;
  border-radius: 32px;
  background: #FFF;
  max-width: 1075px;
}

.personal__page .pesronal__tab-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  margin-bottom: 24px;
}

.personal__page .profile__form {
  max-width: 328px;
}

.personal__page .profile__form>*:not(:last-child) {
  margin-bottom: 16px;
}

.personal__page .profile__input.scores .field__input .clear {
  right: 70px !important;
}
.personal__page .profile__input.scores .select__wrapper .select__item {
  right: 60px;
}
.personal__page .profile__input.scores input {
  padding-right: 100px;
}

/* Личный кабинет - профиль */
.personal__page .profile__input {
  position: relative;
}
.personal__page .profile__input p {
  font-size: 12px;
  font-weight: 500;
  line-height: 136%;
  color: #F13535;
  margin-left: 20px;
  display: inline-block;
  position: relative;
}
.personal__page .profile__input p::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url('../img/error.svg');
}

.personal__page .profile__input-scores {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 10;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #049C5F;
}


.personal__page input[type="date"]::-webkit-inner-spin-button,
.personal__page input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.personal__page .profile__input-checkbox {
  position: relative;
}

.personal__page .profile__input-checkbox .profile__input-scores {
  top: 2px;
}

.personal__page .profile__input-checkbox input {
  display: none;
}

.personal__page .profile__input-checkbox label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.personal__page .profile__input-checkbox label .bg {
  position: relative;
}

.personal__page .profile__input-checkbox label .bg {
  width: 48px;
  min-width: 48px;
  height: 30px;
  border-radius: 100px;
  background: #DCDDE0;
}

.personal__page .profile__input-checkbox label .bg::after {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  background-color: #FFF;
  transition: all 0.3s ease-in-out;
}

.personal__page .profile__input-checkbox input:checked+label .bg {
  background: #049C5F;
}

.personal__page .profile__input-checkbox input:checked+label .bg::after {
  left: 20px;
}

.personal__page .profile__input-block__children>*:not(:last-child) {
  margin-bottom: 16px;
}

.personal__page .create__children-checkbox input {
  display: none;
}

.personal__page .create__children-checkbox label {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  cursor: pointer;
}

.personal__page .create__children-checkbox input:checked+label::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('/assets/img/check-modal-ok.svg');
}

.personal__page .profile__form {
  margin-bottom: 40px;
}

.personal__page .profile__delete-btn {
  margin-bottom: 40px;
}

.personal__page .profile__delete-btn button {
  font-size: 16px;
  line-height: 100%;
  border-bottom: 1px solid #88898B;
}

.personal__page .profile__exit button {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #F13535;
}

/* Личный кабинет - Мои заказы */
.personal__page .personal__order-none {
  margin-bottom: 24px;
}

.personal__page .personal__order-none__btn .btn__black {
  width: 240px;
}

.personal__page .personal__order-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

.personal__page .personal__order-item {
  padding: 16px;
  border: 1px solid #DCDDE0;
  border-radius: 16px;
}

.personal__page .personal__order-item .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.personal__page .personal__order-item .number {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.personal__page .personal__order-item .summ {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.personal__page .personal__order-item .date {
  font-size: 14px;
  font-weight: 600;
  line-height: 136%;
  color: #88898B;
  margin-bottom: 8px;
}

.personal__page .personal__order-item .accepted__status {
  margin-bottom: 24px;
}

.personal__page .personal__order-item .adress__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 136%;
  color: #88898B;
  margin-bottom: 4px;
}

.personal__page .personal__order-item .adress__title.cancel {
  opacity: 0.4;
}

.personal__page .personal__order-item .adress__text {
  margin-bottom: 24px;
}

.personal__page .personal__order-item .adress__text.cancel {
  opacity: 0.4;
}

.personal__page .pagination {
  display: flex;
  align-items: center;
}

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

.personal__page .pagination ul li {
  cursor: pointer;
}

.personal__page .pagination .next,
.personal__page .pagination .prev {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.personal__page .pagination .number {
  font-size: 14px;
  font-weight: 600;
  line-height: 136%;
  color: #88898B;
  padding: 0 14px;
}

.personal__page .pagination .number.active {
  color: #000;
}

/* Личный кабинет - Мои адреса */
.personal__page .personal__adress-none {
  margin-bottom: 24px;
}

.personal__page .personal__adress-btn .btn__black {
  width: 240px;
}

.personal__page .personal__adress-list>*:not(:last-child) {
  margin-bottom: 8px;
}

.personal__page .personal__adress-list {
  max-width: 600px;
  margin-bottom: 24px;
}

.personal__page .personal__adress-item {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #DCDDE0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.personal__page .personal__adress-item .left {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.personal__page .personal__adress-item .left svg {
  min-width: 24px;
}

.personal__page .personal__adress-item .adress {
  font-weight: 600;
  margin-bottom: 4px;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.personal__page .personal__adress-item .details {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  letter-spacing: 0.1px;
}

.personal__page .personal__adress-item .right {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Личный кабинет - Программа лояльности */
.personal__page .personal__loyalty-row {
  display: flex;
  gap: 16px;
}

.personal__page .personal__loyalty-left {
  max-width: 600px;
  padding: 24px;
  border-radius: 16px;
  background: #049C5F;
  position: relative;
}

.personal__page .swiper-info-next,
.personal__page .swiper-info-prev {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border-radius: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.personal__page .swiper-info-prev {
  left: 24px;
}

.personal__page .swiper-info-next {
  right: 24px;
}

.personal__page .personal__info-logo {
  margin-bottom: 24px;
}

.personal__page .personal__loyalty-summ {
  padding: 16px;
  border-radius: 16px;
  background: #343434;
  display: flex;
  gap: 32px;
  margin-bottom: 16px;
  height: 127px;
}

.personal__page .personal__loyalty-summ__block {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}

.personal__page .personal__loyalty-summ__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 136%;
  color: #DCDDE0;
  margin-bottom: 8px;
}

.personal__page .personal__loyalty-summ__meaning {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
  color: #FFF;
}

.personal__page .personal__loyalty-friends {
  padding: 16px;
  border-radius: 16px;
  background: #F59FC5;
  height: 115px;
  position: relative;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  margin-bottom: 8px;
}

.personal__page .personal__loyalty-friends .personal__friends-scores {
  position: absolute;
  right: 16px;
  top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 136%;
  padding: 4px 8px;
  border-radius: 8px;
  background: #F9C1DA;
}

.personal__page .personal__loyalty-friends .personal__loyalty-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 136%;
}

.personal__page .personal__loyalty-rowbtn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.personal__page .personal__loyalty-rowbtn>* {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #000;
  display: flex;
  align-items: flex-end;
  height: 115px;
  cursor: pointer;
  position: relative;
}

.personal__page .personal__loyalty-rowbtn .personal__loyalty-right__item {
  position: absolute;
  right: 16px;
  top: 16px;
}

.personal__page .personal__loyalty-rowbtn .personal__loyalty-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

/* Личный кабинет - Активные промокоды */
.personal__page .personal__promo-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.personal__page .personal__promo-item {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #DCDDE0;
}

.personal__page .personal__promo-item>*:not(:last-child) {
  margin-bottom: 16px;
}

.personal__page .personal__promo-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.personal__page .personal__promo-item .field__input .copy {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}

.personal__page .personal__promo-item .field__input input {
  cursor: pointer;
}

.personal__page .personal__promo-item .field__input input:focus {
  padding-top: 16px !important;
}

.personal__page .personal__promo-textblock>*:not(:last-child) {
  margin-bottom: 8px;
}

.personal__page .personal__promo-textblock p {
  font-size: 14px;
  line-height: 140%;
}

/* Страница избранного */
.favorites__page {
  margin-top: 24px;
  margin-bottom: 112px;
}

.favorites__page .favorites__tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.favorites__page .favorites__tabs-title input {
  display: none;
}

.favorites__page .favorites__tabs-title label {
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid #DCDDE0;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  white-space: nowrap;
}

.favorites__page .favorites__tabs-title input:checked+label {
  background: #343434;
  color: #FFF;
  border-color: #343434;

}
.container.error-page {
  text-align: center;
  padding-top: 88px;
}
.container.error-page h1 {
  line-height: 36px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}
.container.error-page .btn__black {
  padding: 15px;
  width: 240px;
  margin-bottom: 88px;
  margin-left: auto;
  margin-right: auto;
}
.field__input.date input:focus {
  padding-top: 16px;
}

.field__input.date input[type="date"] {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  padding-top: 30px;
}

.field__input.date input[type="date"]:focus {
  outline: none;
  padding-top: 30px;
}


.cart__fixed {
  display: none;
}


@media (max-width: 1470px) {
  .about__page .about__hl .about__hl-left {
    max-width: 428px
  }

  .about__page .about__founder .about__founder-info {
    max-width: 535px;
  }

  .about__page .about__founder {
    padding: 0 80px;
  }

  .about__page .about__founder {
    justify-content: space-between;
  }

  .delivery__page .delivery__info {
    width: 50%;
  }

  .delivery__page .delivery__map,
  .restaurants__page .restaurants__map {
    width: 50%;
    max-width: 540px;
  }

  .menu__page .menu__item-img {
    max-width: 180px;
  }

  .card__wrapper.wide.height__top .card__img {
    margin-top: -100px;
  }
  .card__wrapper .card__top .card__img img {
    /* transform: scale(1.1); */
  }

  .restaurants__page .restaurants__info {
    width: 50%;
  }

  .vacancy__page .vacancy__row .vacancy__advantages-block {
    max-width: 250px;
  }
}

@media (max-width: 1200px) {
  .cart__fixed {
    display: block;
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 200;

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 148%
  }
  .cart__fixed a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px;
    border-radius: 16px;
    background: #FFF;
  }
  .adress__btn.btn__black {
    height: 48px;
  }
  .modal__title {
    font-size: 18px;
  }

  .modal-small {
    width: 400px;
    padding: 24px;
  }
  .modal__choise-adress .modal__adress-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .about__page .about__hl .about__hl-title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .about__page .about__hl .about__hl-text {
    font-size: 14px;
  }

  .about__page .about__founder .about__founder-post {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .about__page .about__founder .about__founder-name {
    font-size: 36px;
    margin-bottom: 32px;
  }

  .about__page .about__founder .about__founder-text {
    font-size: 14px;
  }

  .about__page .about__founder {
    margin-bottom: 64px;
  }

  .about__page .about__hl {
    margin-top: 24px;
    margin-bottom: 32px;
  }

  .about__page .about__features {
    margin-bottom: 32px;
  }

  .about__page .about__advantages {
    margin-bottom: 32px;
  }

  .about__page .about__features .about__features-title {
    font-size: 20px;
  }

  .about__page .about__features .about__features-text {
    font-size: 14px;
  }

  .about__page .about__advantages .about__advantages-item .about__advantages-text {
    font-size: 14px;
  }

  .delivery__page .delivery__info .delivery__time .delivery__title {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .delivery__page .delivery__info .delivery__title {
    font-size: 18px;
  }

  .delivery__page .delivery__info .delivery__title.small {
    font-size: 18px;
  }

  .delivery__page,
  .restaurants__page {
    margin-top: 24px;
    margin-bottom: 64px;
  }

  .delivery__page .delivery__info>*:not(:last-child) {
    margin-bottom: 24px;
  }

  .delivery__page .delivery__info .delivery__conditions ul li,
  .delivery__page .delivery__info .delivery__payment ul li {
    font-size: 14px;
  }

  .delivery__page .delivery__conditions .delivery__text,
  .delivery__page .delivery__payment .delivery__text {
    font-size: 14px;
  }

  .favorites__page .favorites__tabs {
    margin-bottom: 24px;
  }

  .menu__page .menu__item-img {
    max-width: 150px;
  }

  .menu__page .menu__link {
    height: 200px;
  }

  .menu__page {
    margin-top: 24px;
    margin-bottom: 64px;
  }

  .news__page {
    margin-bottom: 64px;
  }

  .product__card {
    margin-bottom: 32px;
    margin-top: 16px;
  }

  h2 {
    font-size: 36px !important;
  }

  .swiper-hl-wrapper {
    margin-bottom: 32px;
  }

  .card__list-wrapper {
    margin-bottom: 32px;
  }

  .card__list-wrapper.last {
    margin-bottom: 64px;
  }

  .card__wrapper.wide.height__top .card__img {
    margin-top: -70px;
  }

  .card__wrapper.wide.height__top .card__top .card__img img {
    width: 90%;
  }

  .card__wrapper {
    padding: 16px;
    border-radius: 24px;
  }

  .card__list-wrapper.big__gap .card__list {
    row-gap: 16px;
  }

  .card__list-wrapper .card__list {
    column-gap: 8px;
  }

  .card__wrapper .card__title {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 136%;
  }

  .card__wrapper .card__description {
    font-size: 12px;
  }

  .card__wrapper.height__top .card__img {
    margin-top: -45px;
  }
  .card__wrapper .card__top .card__img img {
    /* transform: scale(1.1); */
  }

  .card__wrapper.height__top .card__top {
    height: 112px;
  }

  .product__card-swiper {
    margin-bottom: 64px;
  }

  .question__page {
    margin-top: 24px;
    margin-bottom: 64px;
  }

  .vacancy__page {
    margin-top: 24px;
    margin-bottom: 64px;
  }

  .vacancy__page .vacancy__row {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
  }

  .vacancy__page .vacancy__row .vacancy__left br {
    display: none;
  }

  .vacancy__page .vacancy__row .vacancy__left {
    font-size: 28px;
  }

  .vacancy__page .vacancy__row .vacancy__advantages {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }

  .vacancy__page .vacancy__advantages-img {
    width: 104px;
    min-width: 104px;
    height: 104px;
  }

  .vacancy__page .vacancy__advantages-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .vacancy__page .vacancy__resume {
    margin-bottom: 24px;
  }

  .vacancy__page .vacancy__row .vacancy__advantages-block {
    max-width: 100%;
  }

  .vacancy__page .vacancy__row .vacancy__advantages-title {
    font-size: 18px;
  }

  .vacancy__page .vacancy__row .vacancy__advantages-text {
    font-size: 14px;
  }

  .vacancy__page .vacancy__resume .vacancy__resume-title {
    font-size: 36px;
  }

  .vacancy__page .vacancy__list .vacancy__item-name,
  .vacancy__page .vacancy__list .vacancy__item-salary {
    font-size: 16px;
  }

  .personal__page {
    margin-top: 32px;
    margin-bottom: 64px;
  }

  .personal__page .pesronal__tab-wrapper {
    width: calc(100% + 48px);
    max-width: 1200px;
    margin-left: -24px;
  }

  .personal__page .personal__tabs {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .personal__page .personal__tabs-link,
  .personal__page .personal__tabs label,
  .personal__page .personal__tabs-title {
    width: 148px;
    min-width: 148px;
  }

  .cart__page {
    margin-bottom: 64px;
    position: relative;
  }
  .cart__page .cart__row {
    flex-direction: column;
    position: relative;
    margin-bottom: 40px;
  }
  .cart__right {
    width: 100%;
  }
  .cart__page .cart__left {
    margin-bottom: 0px;
  }
  .cart__page .product__card-swiper {
    /* position: absolute;
    left: 0;
    width: 100%;
    bottom: 460px; */
  }
  .cart__page .cart__left .cart__block-title {
    font-size: 20px;
  }
  .cart__item .cart__item-title {
    font-size: 14px;
  }
  .cart__page .cart__left .cart__clear {
    font-size: 12px;
  }
  .cart__item .cart__item-portion {
    font-size: 12px;
  }
  .cart__right .cart__total-title {
    font-size: 20px;
  }

  .cart__right .cart__total,
  .cart__page .cart__left > * {
    width: calc(100% + 48px);
    margin-left: -24px;
  }
  @media screen and (max-width: 650px) {
    .cart__right .cart__total,
    .cart__page .cart__left > * {
      width: calc(100% + 32px);
      margin-left: -16px;
    }
  }

  .cart__right {
    margin-bottom: 0;
  }

  .order__page {
    flex-direction: column;
    gap: 32px;
    margin-top: 16px;
    margin-bottom: 64px;
  }
  .order__page .order__right {
    min-width: 300px;
    max-width: none;
    width: calc(100% + 48px);
    margin-left: -24px;
  }
  .order__page .order__left {
    width: calc(100% + 48px);
    margin-left: -24px;
  }
  .order__page .order__left .order__block-title {
    font-size: 20px;
  }
  .order__right .order__structure .order__structure-title {
    font-size: 20px;
  }
  .accepted__page {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 64px;
  }
  .accepted__page .accepted__block-title {
    font-size: 20px;
  }
  .accepted__page .accepted__block {
    width: calc(100% + 48px);
    margin-left: -24px;
  }
}

@media (max-width: 1000px) {
  .modal.modal-wide,
  .modal.modal-medium__padding,
  .modal.modal-medium,
  .modal.modal-small__rate {
    border-radius: 24px 24px 0 0;
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    transform: none;
    transition: all 0.3s ease-in-out;
  }

  .modal.modal-wide.show,
  .modal.modal-medium__padding.show,
  .modal.modal-medium.show,
  .modal.modal-small__rate.show {
    bottom: 0;
    transition: all 0.3s ease-in-out;
  }

  .modal.modal-medium__padding,
  .modal.modal-small__rate {
    padding: 24px;
  }

  .modal__resume .modal__title.desctop {
    display: none;
  }
  .modal.modal-medium__padding .modal__title.mobile {
    display: block;
    text-align: center;
    margin-top: 9px;
  }

  .modal__resume .modal__resume-block__input {
    margin-bottom: 16px;
    margin-top: -6px;
  }

  .modal__resume .modal__resume-list__input {
    grid-template-columns: 1fr;
  }

  .modal__resume .modal__resume-scroll {
    height: 300px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .modal__resume .modal__resume-title {
    font-size: 16px;
  }
  .modal__resume .modal__resume-form > *:not(:last-child) {
    margin-bottom: 16px;
  }

  .modal__news-info .modal__news-title {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .modal__news-info .modal__news-textblock {
    font-size: 14px;
  }

  .modal.modal-wide .modal__close,
  .modal.modal-medium__padding .modal__close,
  .modal.modal-medium .modal__close,
  .modal.modal-small__rate .modal__close {
    display: none;
  }

  .modal.modal-wide .modal__close-mobile,
  .modal.modal-medium__padding .modal__close-mobile,
  .modal.modal-medium .modal__close-mobile,
  .modal.modal-small__rate .modal__close-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 24px;
    left: 24px;
    border-radius: 12px;
    background: #F7F8F9;
  }

  .modal.modal-wide.hide,
  .modal.modal-medium__padding.hide,
  .modal.modal-medium.hide,
  .modal.modal-small__rate.hide {
    bottom: -100%;
  }

  .modal__news-info .modal__news-topblock {
    margin-top: 56px;
    overflow-y: auto;
    height: 460px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .modal__vacancy-info .modal__vacancy-img {
    margin-top: 56px;
    margin-bottom: 16px;
  }
  .modal__vacancy-info .modal__vacancy-subtitle {
    font-size: 12px;
  }
  .modal__vacancy-info .modal__vacancy-title {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .modal__vacancy-info .modal__vacancy-text p,
  .modal__vacancy-info .modal__vacancy-text li {
    font-size: 14px;
    line-height: 140%;
  }
  .modal__vacancy-info .modal__vacancy-salary__name {
    font-size: 12px;
  }
  .modal__vacancy-info .modal__vacancy-salary__summ {
    font-size: 20px;
  }
  .modal__rate .modal__rate-number, .modal__rate .modal__rate-summ {
    font-size: 18px;
  }
  .about__page .about__founder .about__founder-img img {
    width: 295px;
    height: 390px;
    object-fit: cover;
  }

  .about__page .about__features {
    grid-template-columns: 1fr 1fr;
  }

  .about__page .about__features-item:nth-child(3) {
    grid-column: span 2;
  }

  .about__page .about__features-item:nth-child(3) .about__features-img {
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .about__page .about__features-item:nth-child(3) .about__features-img img {
    width: 290px;
    height: auto;
    object-fit: cover;
  }

  .about__page .about__advantages {
    grid-template-columns: 1fr 1fr;
  }

  .about__page .about__founder {
    padding: 0 24px;
    gap: 64px;
  }

  .delivery__page,
  .restaurants__page {
    flex-direction: column;
    gap: 24px;
    width: calc(100% + 48px);
    margin-left: -24px;
  }

  .delivery__page .delivery__map,
  .restaurants__page .restaurants__map {
    max-width: 100%;
    width: 100%;
    position: relative;
    height: 400px;
    width: 100%;
    top: 0;
  }
  .delivery__page .delivery__map .yandex-container,
  .restaurants__page .restaurants__map .yandex-container {
    height: 400px !important;
  }

  .delivery__page .delivery__map img,
  .restaurants__page .restaurants__map img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }

  .delivery__page .delivery__info {
    width: 100%;
  }

  .delivery__page .delivery__info {
    max-width: 100%;
  }

  .menu__page .menu__item-img {
    max-width: 100px;
  }

  .menu__page .menu__link:nth-child(3) .menu__item-img {
    max-width: 150px;
  }

  .menu__page .menu__link {
    height: 128px;
    padding: 16px;
    border-radius: 24px;
  }

  .menu__page .menu__item-title {
    left: 16px;
    bottom: 16px;
    font-size: 28px;
  }

  .menu__page {
    column-gap: 8px;
    row-gap: 16px;
  }

  .news__page .news__list {
    grid-template-columns: 1fr 1fr;
    row-gap: 16px;
    column-gap: 16px;
  }

  .news__page .news__item {
    grid-column: span 1;
    border-radius: 24px;
  }

  .news__page .news__item:nth-child(1),
  .news__page .news__item:nth-child(2) {
    grid-column: span 2;
  }

  .news__page .news__item .news__item-title {
    font-size: 18px;
    line-height: 124%;
  }

  .news__page .news__item-btn {
    font-size: 14px;
  }

  .product__card {
    flex-direction: column;
    gap: 24px;
  }

  .product__card .product__card-left {
    max-width: 100%;
    width: 100%;
  }

  .product__card .product__card-left .product__card-img {
    width: 100%;
    height: 400px;
  }

  .product__card .product__card-left .product__card-img.roll {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product__card .product__card-left .product__card-img.roll img {
    width: 400px;
  }

  .product__card .product__card-right {
    max-width: 100%;
    width: 100%;
  }

  .product__card .product__card-right h2 {
    font-size: 28px !important;
  }

  .product__card .product__card-right .btn__black {
    width: 100%;
  }

  .product__card .product__card-right .product__card-quantity {
    width: 100%;
  }

  .card__wrapper.wide.height__top .card__top {
    height: 124px;
  }

  .card__wrapper .card__description {
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .question__page {
    flex-direction: column;
    gap: 24px;
  }

  .question__page .question__right-block {
    min-width: auto;
    width: ca;
  }

  .question__page .question__right-block .question__right-title {
    font-size: 20px;
  }

  .question__page .question__right-block .question__right-tel {
    font-size: 18px;
  }

  .question__page .question__info-block .question__title {
    font-size: 20px;
  }

  .question__page .question__info-block,
  .question__page .question__right-block {
    width: calc(100% + 48px);
    margin-left: -24px;
    border-radius: 24px;
  }

  .question__page .question__right-btn .btn__black {
    width: 100%;
  }

  .restaurants__page {
    flex-direction: column-reverse;
  }

  .restaurants__page .restaurants__info {
    width: 100%;
    max-width: 100%;
  }

  .restaurants__page .restaurants__title {
    font-size: 20px;
  }

  .restaurants__page .restaurants__text {
    font-size: 14px;
    margin-bottom: 24px;
    line-height: 140%;
  }

  .vacancy__page .vacancy__list {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }

  .personal__page .personal__order-list {
    grid-template-columns: 1fr;
  }

  .personal__page .personal__order-item .summ,
  .personal__page .personal__order-item .number {
    font-size: 18px;
  }

  .personal__page .personal__loyalty-left {
    max-width: 424px;
    height: 355px;
  }

  .personal__page .personal__loyalty-summ__title {
    font-size: 12px;
  }

  .personal__page .personal__loyalty-summ__meaning {
    font-size: 20px;
  }

  .personal__page .personal__loyalty-summ {
    height: 100px;
  }

  .personal__page .personal__info-title {
    font-size: 28px;
  }

  .personal__page .personal__info-item__title {
    font-size: 12px;
  }

  .personal__page .personal__info-text {
    font-size: 20px;
  }

  .personal__page .personal__info-text svg {
    width: 20px;
    height: 20px;
  }

  .personal__page .swiper-pagination {
    margin-bottom: 10px;
  }
  .personal__page .pesronal__tab-title {
    font-size: 20px;
  }
  .personal__page .personal__promo-title {
    font-size: 18px;
  }
  .container.error-page {
    padding-top: 80px;
  }
  .container.error-page h1 {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 20px;
  }
  .container.error-page img {
    width: 200px;
    height: auto;
  }
  .container.error-page .btn__black {
    width: 320px;
  }
}

@media (max-width: 950px) {
  .about__page .about__hl {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .about__page .about__hl .about__hl-left {
    max-width: 100%;
  }

  .about__page .about__hl-img {
    width: 100%;
  }
}
@media (max-width: 850px) {
  .modal-wide__card {
    height: 600px;
  }
  .modal__card-row {
    flex-direction: column;
    position: relative;
    height: 552px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
  }
  .modal__info-btn {
    /* position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 0; */
  }
  .modal__card-left {
    width: 100%;
    min-width: auto;
  }
  .modal__card-left .modal__card-img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    min-width: auto;
  }

  .modal__card-right {
    height: auto;
    overflow-y: visible;
  }
  .modal__card-row .card__favorite {
    display: none;
  }
  .card__favorite.mobile {
    display: flex;
    top: -45px;
    right: 0px;
  }
  .card__wrapper.wide.height__top + .modal__card-info .modal__card-img img {
    width: 100%;
  }
  .modal-wide__city {
    height: 600px;
  }
  .modal-wide__card {
    width: calc(100% - 48px);
  }
  .modal-wide__card .modal__close {
    display: none;
  }
  .modal-wide__card .modal__close-mobile {
    display: block;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #FFF;
    cursor: pointer;
    position: absolute;
    top: -46px;
    left: 0px;
  }
  .modal__choise-adress .modal__adress-block__radio {
    height: auto;
  }
  .modal__choise-adress .modal__adress-tab {
    height: auto;
  }
  .modal__card-right .modal__info-title {
    font-size: 28px;
  }
  .modal__choise-adress .modal__adress-right {
    display: none;
  }
  .modal__choise-adress .modal__adress-left {
    min-width: auto;
    width: 100%;
    height: 500px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .modal__choise-adress .modal__adress-map__mobile {
    display: block;
  }
  .modal__choise-adress .modal__adress-map__mobile img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .modal__title.desctop {
    display: none !important;
  }
  .modal__choise-adress .modal__adress-tabs__title {
    height: 48px;
  }
  .modal__choise-adress .modal__adress-radio label {
    width: 100%;
    height: 48px;
  }



  .modal__choise-adress .modal__title.tablet {
    display: block;
    text-align: center;
  }
  .modal.modal-wide__city   {
    transform: none;
    position: absolute;
    bottom: -100%;
    left: 0;
    border-radius: 32px 32px 0 0;
    width: 100%;
    padding: 24px 16px;
    transition: all 0.3s ease-in-out;
  }

  .modal.modal-wide__city .modal__title {
    text-align: center;
    margin-top: 10px;
  }
  .modal__adress-tab .modal__adress-top .modal__title {
    display: none !important;
  }

  .modal.modal-wide__city .modal__close {
    display: none;
  }

  .modal.modal-wide__city .modal__close-mobile__adress {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 24px;
    left: 16px;
    border-radius: 12px;
    background: #F7F8F9;
  }

  .modal.modal-wide__city.show {
    bottom: 0;
    transition: all 0.3s ease-in-out;
  }

  .modal.modal-wide__city.hide {
    bottom: -100%;
  }
  .modal__adress-btn {
    position: relative;
    width: 100%;
  }
  .modal__choise-adress .modal__adress-input__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

}
@media (max-width: 800px) {
  .card__wrapper.wide.height__top .card__top .card__img img {
    width: 100%;
  }
  .card__wrapper.height__top .card__img {
    margin-top: -50px;
  }
  .card__wrapper .card__top .card__img img {
    transform: scale(1);
  }
  .card__wrapper .card__description {
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .card__wrapper .card__top .card__img.mobile {
    display: flex !important;
  }
  .card__wrapper .card__top .card__img.desctop {
    display: none !important;
  }
  .card__wrapper.height__top .card__top {
    height: 75px;
  }

  .order__page .order__left .order__block-input {
    width: 100%;
  }
  .order__page .order__left .order__block-tabs__title {
    width: 100%;
  }
  .order__page .order__left .tab__title label {
    width: 100%;
  }
  .order__page .order__adress, .modal__select-adress .order__adress {
    width: 100%;
  }
  .order__page .order__left .order__block-tab .field__input {
    width: 100%;
  }
  .order__page .order__block-time .time__input-radio label {
    width: 100%;
  }
  .order__page .order__block-time {
    display: flex;
    flex-wrap: wrap;
  }
  .order__page .order__block-choice {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .order__page .order__block-choice .select__wrapper {
    min-width: 100px;
  }
}
@media (max-width: 750px) {
  .personal__page .personal__loyalty-row {
    flex-direction: column;
  }
  .personal__page .personal__loyalty-left {
    max-width: 100%;
  }
  .personal__page .personal__loyalty-summ {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .personal__page .personal__loyalty-friends {
    height: 100px;
  }
  .personal__page .personal__loyalty-rowbtn > * {
    height: 100px;
  }
  .personal__page .personal__info-line {
    width: 100%;
  }
  .personal__page .personal__info-line::after {
    width: 100%;
  }
  .personal__page .personal__info-row {
    width: 100%;
  }
  .personal__page .swiper__cards-navigation {
    display: none;
  }
}
@media (max-width: 700px) {
  .card__list-wrapper .card__list {
    grid-template-columns: 1fr 1fr;
  }

  .card__wrapper.wide.height__top .card__top {
    height: 200px;
  }

  .card__wrapper.wide.height__top .card__img {
    margin-top: -80px;
  }

  .card__wrapper.wide.height__top .card__top .card__img img {
    width: 80%;
    transform: translateY(-5%);
  }
  .card__wrapper.height__top .card__img img {
    width: 60%;
  }

  .vacancy__page .vacancy__resume .vacancy__resume-btn .btn__black {
    width: 100%;
    white-space: nowrap;
  }

  .card__wrapper.wide:not(.height__top) .card__top .card__img {
    aspect-ratio: auto;
    max-height: 200px;
  }
  .card__wrapper.wide:not(.out_of_card) .card__top .card__img img {
    transform: translateY(-15%);
    height: 100%;
  }
  .card__wrapper.wide:not(.out_of_card) .card__top .card__img img.no-image {
    transform: translateY(0%) !important;
  }
  .card__wrapper.nowide:not(.height__top) .card__top .card__img {
    aspect-ratio: auto;
    max-height: 104px;
    height: 104px;
  }
  .card__wrapper.nowide:not(.height__top) .card__top .card__img img {
    /* transform: scale(1.15); */
  }
}
.cart__page .cart__item-img, .accepted__page .cart__item-img {
  width: 153px;
  min-width: 153px;
  min-height: 104px;
  height: 104px;
  border-radius: 16px;
  overflow: hidden;
}
.cart__page .cart__item-img img, .accepted__page .cart__item-img img {
  width:  100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 650px) {
  .modal__rate .modal__rate-scroll {
    height: 400px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .modal-wide__card {
    height: 550px;
  }

  .modal__card-row {
    height: 502px;
  }
  .modal__rate .modal__rate-adress {
    margin-bottom: 16px;
  }
  .modal__rate-input {
    margin-bottom: 16px;
  }
  .modal.modal-small__rate {
    padding-bottom: 16px;
  }
  .modal.modal-small,
  .modal.modal-small__nopadding,
  .modal.modal-medium__adress  {
    transform: none;
    position: absolute;
    bottom: -100%;
    left: 0;
    border-radius: 32px 32px 0 0;
    width: 100%;
    padding: 24px 16px;
    transition: all 0.3s ease-in-out;
  }

  .modal.modal-wide {
    padding: 24px 16px;
  }

  .modal.modal-small .modal__title,
  .modal.modal-small__nopadding .modal__title,
  .modal.modal-medium__adress .modal__title {
    text-align: center;
    margin-top: 10px;
  }

  .modal.modal-small .modal__close,
  .modal.modal-small__nopadding .modal__close,
  .modal.modal-medium__adress .modal__close {
    display: none;
  }

  .modal.modal-small .modal__close-mobile,
  .modal.modal-small__nopadding .modal__close-mobile,
  .modal.modal-medium__adress .modal__close-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 24px;
    left: 16px;
    border-radius: 12px;
    background: #F7F8F9;
  }

  .modal.modal-small.show,
  .modal.modal-small__nopadding.show,
  .modal.modal-medium__adress.show {
    bottom: 0;
    transition: all 0.3s ease-in-out;
  }

  .modal.modal-small.hide,
  .modal.modal-small__nopadding .hide,
  .modal.modal-medium__adress .hide {
    bottom: -100%;
  }

  .modal.modal-wide .modal__close-mobile {
    left: 16px;
  }

  .modal__news-info .modal__news-topblock {
    height: 370px;
  }
  .modal__resume .modal__resume-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .modal__resume .modal__resume-row .modal__resume-block:last-child {
    margin-top: -6px;
  }
  .modal__resume .modal__resume-file {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    gap: 8px;
  }
  .modal__vacancy-info .modal__vacancy-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .modal__vacancy-info .modal__vacancy-scroll {
    height: 400px;
  }
  .modal__vacancy-info .modal__vacancy-btn .btn__black {
    width: 100%;
  }
  .modal__nowork .modal__close-mobile {
    display: none !important;
  }
  .modal__choise .modal__close-mobile {
    display: none !important;
  }
  .modal-wide__card {
    width: calc(100% - 32px);
  }
  .about__page .about__features {
    grid-template-columns: 1fr;
  }

  .about__page .about__features-item:nth-child(3) {
    grid-column: span 1;
  }

  .about__page .about__advantages {
    grid-template-columns: 1fr;
  }

  .about__page .about__founder {
    padding: 24px;
    padding-bottom: 0;
    flex-direction: column;
    gap: 16px;
  }

  .card__filter {
    overflow-x: scroll;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .delivery__page,
  .restaurants__page {
    width: calc(100% + 32px);
    margin-left: -16px;
  }

  .delivery__page .delivery__info .delivery__time {
    gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .delivery__page .delivery__info .delivery__zone .delivery__zone-list li .delivery__text.orange,
  .delivery__page .delivery__info .delivery__zone .delivery__zone-list li .delivery__text.blue {
    margin-top: 0;
  }

  .menu__page {
    grid-template-columns: 1fr 1fr;
  }

  .news__page .news__list {
    grid-template-columns: 1fr;
  }

  .news__page .news__item:nth-child(1),
  .news__page .news__item:nth-child(2) {
    grid-column: span 1;
  }

  .product__card .product__card-left .product__card-img {
    height: auto;
  }

  .swiper-hl-prev,
  .swiper-hl-next {
    display: none;
  }

  .swiper-recommend .swiper-slide {
    /* width: 174px !important;
    min-width: 174px; */
  }

  .swiper-recommend .swiper-slide .card__wrapper {
    /* width: 142px !important; */
  }

  .swiper-recommend .swiper-slide .card__wrapper .card__price-old {
    display: none;
  }

  .question__page .question__info-block,
  .question__page .question__right-block {
    width: calc(100% + 32px) !important;
    margin-left: -16px;
  }

  .question__page .question__info-block .question__item-answer svg {
    min-width: 24px;
  }

  .delivery__page .delivery__map ,
  .restaurants__page .restaurants__map {
    height: 256px !important;
  }
  .delivery__page .delivery__map .yandex-container,
  .restaurants__page .restaurants__map .yandex-container {
    height: 256px !important;
  }
  .delivery__page .delivery__map .yandex-container .ymaps-2-1-79-map,
  .restaurants__page .restaurants__map .yandex-container .ymaps-2-1-79-map {
    height: 256px !important;
  }

  .delivery__page .delivery__map img,
  .restaurants__page .restaurants__map img {
    height: 256px;
  }

  .vacancy__page .vacancy__resume {
    flex-direction: column;
  }

  .vacancy__page .vacancy__resume .vacancy__resume-btn {
    width: 100%;
  }

  .vacancy__page .vacancy__list .vacancy__item-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .personal__page .personal__adress-btn .btn__black {
    width: 100%;
  }

  .personal__page .personal__promo-list {
    grid-template-columns: 1fr;
  }
  .cart__item .cart__item-price {
    white-space: nowrap;
  }
  .cart__page .cart__item-img, .accepted__page .cart__item-img {
    width: 92px;
    min-width: 92px;
    height: 92px;
    max-height: 92px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
  }
  .cart__page .cart__item-img img, .accepted__page .cart__item-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .cart__item {
    height: 92px;
  }
  .cart__item .cart__item-info {
    position: relative;
  }
  .cart__item .cart__item-quantity {
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: -5px;
  }
  .cart__item .cart__item-title {
    line-height: 136%;
  }
  .product__card-swiper h2 {
    font-size: 28px !important;
  }
  .cart__right .cart__total {
    min-width: 300px;
  }
  .cart__page .product__card-swiper {
    /* bottom: 500px; */
  }
  .cart__item .cart__item-quantity__block,
  .cart__item .cart__item-quantity__block.top {
    position: absolute;
    left: 0;
    bottom: 3px;
  }
}

@media (max-width: 550px) {
  .card__wrapper.wide.height__top .card__top {
    height: 160px;
  }

  .card__wrapper.wide.height__top .card__img {
    margin-top: -60px;
  }

  .card__wrapper.height__top .card__img img {
    width: 80%;
  }
}

@media (max-width: 450px) {
  .card__wrapper.height__top .card__img {
    transform: scale(1.1);
    margin-top: -40px;
  }
  .modal__card-left .modal__card-img {
    width: 100%;
  }
  .card__wrapper.wide.height__top .card__top {
    height: 108px;
  }
  .order__page .order__block-choice {
    grid-template-columns: 1fr;
  }
  .card__list-wrapper.big__gap .card__list {
    row-gap: 24px;
  }

  .card__wrapper.height__top .card__top {
    height: 75px;
  }
}
@media (max-width: 430px) {
  .card__wrapper.wide.height__top .card__img {
    margin-top: -55px;
  }
}
@media (max-width: 400px) {
  /* .card__wrapper.nowide.height__top .card__top img {
    transform: scale(0.8);
  }
  .card__wrapper.height__top .card__img {
    transform: scale(1.1);
    margin-top: -40px;
  } */
}
@media (max-width: 380px) {
  .card__wrapper.wide.height__top .card__top .card__img img {
    width: 90%;
  }

}



.mapIsLoading{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}


.mapIsLoading .loader{
  border: 6px solid #f3f3f3!important;
  border-top: 6px solid #049c5f!important;
  width: 35px!important;
  height: 35px!important;
}


.modal__enter .modal__title {
  text-align: center;
}
.modal__enter .modal__enter-choice__btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 56px;
  border: 1px solid #DCDDE0;
  border-radius: 16px;
  padding: 0 16px;
}
.modal__enter .modal__enter-choice__btn:disabled{
  background: #f3f3f3!important;
}
.modal__enter .modal__enter-choice__btn.bottom {
  margin-bottom: 8px;
}
.modal__enter .modal__enter-input {
  margin-bottom: 16px;
}



.modal__enter .modal__enter-error {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #F13535;
  font-size: 12px;
  font-weight: 500;
  line-height: 136%;
  letter-spacing: 0.1px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.modal__enter .modal__enter-error svg {
  width: 16px;
  min-width: 16px;
}
.modal__enter .modal__enter-check__code {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 136%;
  margin-bottom: 24px;
}



.card__row-quantity .loader {
  border: 3px solid #f3f3f3!important;
  border-top: 3px solid #049c5f!important;
  width: 15px!important;
  height: 15px!important;
  margin-right: 0!important;
}

.order__accepted-page .accepted__status-wrapper {
  margin-top: 16px;
}




.alreadyNotReady{
  opacity: 0.6;
}


.order__page .modal__choise-adress .modal__adress-block__radio{
  max-width: 440px;
  height: unset;
}

.order__page .modal__choise-adress .modal__adress-tab{
  height: unset;
}

.news__item__img__wrap{
  max-width: 420px;
  max-height: 160px;
  margin-bottom: 15px;
}

.news__page .news__item:nth-child(1) .news__item__img__wrap,
.news__page .news__item:nth-child(2) .news__item__img__wrap{
  max-width: 660px;
  max-height: 255px;
}


.news__item__img__wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.invalid-text{
  position: relative;
  color: #f13535;
  margin-left: 14px;
  margin-top: 5px;
  padding-left: 16px;
}


p.invalid-text::before {
  content: "";
  position: absolute;
  left: -5px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../img/error.svg);
  bottom: -4px;
  top: 10px;
}

.news__item__img__wrap{
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.cart.active{
  background: #343434!important;
  color: white!important;
}
.cart.active svg path{
  fill: #F29EC4
}
.product__card .product__card-right .modal__block-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 136%;
  margin-bottom: 8px;
}
@media (max-width: 850px) {
  .product__card .product__card-left .card__favorite {
    top: 0;
    right: 0;
  }
}

.stories_place{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 210;
  background: rgba(0, 0, 0, .5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.stories_place .swiper{
  width: 376px!important;
  height: 813px!important;

}



.vue-insta-stories{
  width: 376px!important;
  height: 813px!important;
  background: transparent !important;
  margin: 0 auto;
}

@media(max-width: 1280px) {
  .vue-insta-stories{
    height: 100%!important;
  }
}
@media(max-width: 550px) {
  .vue-insta-stories{
    width: 100% !important;
    position: relative;
  }
  .stories_place .swiper{
    width: 100% !important;
    height: 100% !important;
  }
  .stories_place .swiper .list-story-template {
    background-size: cover !important;
  }
  .stories_place .swiper .service-story-template {
    background-size: cover !important;
    height: 100%;
  }
}
@media(max-width: 375px) {
  .stories_place .swiper .list-story-template {
    background-size: 100% 100% !important;
  }
  .stories_place .swiper .service-story-template {
    background-size: 100% 100% !important;
  }
}

.story-thumbnail.loading-placeholder {
  background: #eee;
  background: linear-gradient(110deg, #D9DDE766 8%, #D9DDE766 18%, rgba(223, 226, 233, 0.4) 33%) !important;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
  box-shadow: unset !important;
  height: 100px !important;
}


.vue-insta-stories .story-author {
  display: flex;
  align-items: center;
}

.vue-insta-stories .story-author .story-author-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.vue-insta-stories .story-author .story-author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vue-insta-stories .story-author span {
  margin-left: 0.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  color: white;
  text-shadow: 0 0 1px #ffffff;
}



.story-thumbnail {
  width: 200px !important;
  height: 248px !important;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.04);
  margin-right: 16px !important;
  border: 3px solid #049C5F;
}

@media(max-width: 991px) {
  .story-thumbnail {
    width: 121px !important;
    height: 150px !important;
    border-radius: 24px;
    border: 2px solid #049C5F;
  }
  .vue-insta-stories{
    width: 100vw !important;
    height: 100vh !important;
  }
}


.story-thumbnail.active {
  outline: 1px dashed #000000 !important;
}

.story-thumbnail .story-thumbnail-img {
  width: 100%;
  height: 100%;

}

.story-thumbnail .story-thumbnail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-thumbnail .story-thumbnail-title {
  position: absolute;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  font-size: 15px;
  bottom: 15px;
  padding: 10px;
  font-weight: bold;
  line-height: 20px;
  display: none
}


.loading-placeholder .story-thumbnail-img::before {
  background: unset;
}



.vue-insta-stories-close-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #FFF;
  border-radius: 12px;
  z-index: 150;
  top: 23px;
  right: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.service-story-template{
  height: 100%;
}
.service-story-template .image{
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #343434;
}
.service-story-template .image img{
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.vue-insta-stories .action {
  position: absolute;
  left: 20px;
  bottom: 40px;
  width: 100%;
}
.vue-insta-stories .action .btn__black {
  width: calc(100% - 40px);
  height: 56px;
  padding: 0;
}
@media(max-width: 550px) {
  .service-story-template .image{
    border-radius: 0;
  }
}

.promo__copied {
  position: fixed;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 400;
  padding: 15px 30px;
  border-radius: 10px;
  background: #049C5F;
  color: #FFF;
  white-space: nowrap;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.stories_place .swiper {
  overflow: visible;
  position: relative;
}
.stories_place .swiper .next {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.04);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -70px;
  z-index: 10;
}
.stories_place .swiper .prev {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.04);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -70px;
  z-index: 10;
}
@media (max-width: 550px) {
  .stories_place .swiper .next,
  .stories_place .swiper .prev {
    display: none;
  }
}



/*.b24-widget-button-wrapper{*/
/*  display: none !important;*/
/*}*/



.order__info__page_cancel_info{
  margin-top: 24px;
}

.toast-box{
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  padding: 20px;
  border-radius: 40px;
  margin-top: 24px;
  justify-content: flex-start;
}

.toast-box.error{
  background-color: #feebeb;
  color: #F13535;
}

.v-overlay-container .v-list {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.v-overlay-container .v-list::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.modal__resume .modal {
  padding: 16px;
  overflow: hidden;
}
.modal__resume .modal .vdpHeader {
  margin: 0 !important;
  height: 40px;
}
.modal__resume .modal .vdpHeader {
  margin: 0 !important;
  height: 40px;
}
.modal__resume .modal .vdpArrow {
  bottom: 0 !important;
  top: 0 !important;
}
.modal__resume .modal .vdpPeriodControl > button {
  padding: 8px !important;
}

.modal__resume .modal-medium__padding {
  width: auto;
}

@media (max-width: 1000px) {
  .modal__resume .modal-medium__padding {
    width: 100%;
  }
  .modal__resume .modal-medium__padding .b24-form-wrapper {
    max-width: 100% !important;
  }
  .modal__resume .modal-medium__padding .b24-form-content.b24-form-padding-side {
    max-height: 360px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}

.promocode-error {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #F13535;
  font-size: 12px;
  font-weight: 500;
  line-height: 136%;
  letter-spacing: 0.1px;
  margin-top: 8px;
  background: #f7f8f9;
  padding: 20px;
  border-radius: 16px;
  background-image: url('/assets/img/promo_code_tag.svg');
  background-position: right bottom;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.promocode-error_with-title {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 50px;
}

.promocode-error_with-title .error-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.promocode-error_with-title .error-message {
  color: #000000;
}

.promocode__error-clear {
  position: absolute;
  top: 16px;
  right: 80px;
  z-index: 2;
}
.error__promocode-input {
  border-color: #F13535 !important;
  color: #F13535;
}
input.is-invalid{
  border-color: #F13535 !important;
  color: #F13535;
}
.grecaptcha-badge{
  display: none;
}

.v-alert__content{
  font-size: 14px;
}


.v-field.v-field--loading{
  overflow: hidden!important;
}

.delivery__color_wrap{
  width: 48px;
  height: 48px;
  position: absolute;
  top: 16px;
  left: 16px;
  border-radius: 8px;
}


.greenTotalVale{
  color: #049C5F!important;
  display: flex;
}

.v-toast__text {
  display: flex;
  align-items: center;
  gap: 2px;
  line-height: 22px;
}
.v-toast__item{
  max-width: 90%;
}

.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #049C5F;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  animation: spin 2s linear infinite;
}

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

.stop_list_info{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
  padding: 0 10px;
  border-radius: 16px;
  background: #f5e39f;
  width: fit-content;
  gap: 5px;
  font-size: 14px;
}


.cart__item .stop_list_info{
  margin-top: 28px;
}


.cart__page .product__card-swiper .swiper__cards-row{
  margin-bottom: unset!important;
}

.cart__page .product__card-swiper .swiper-recommend .swiper-wrapper{
  padding-top: 36px!important;
}

@media (max-width: 550px) {

  .news__page .news__item:nth-child(1) .news__item__img__wrap, .news__page .news__item:nth-child(2) .news__item__img__wrap {
    max-height: 100%;
    height: auto;
  }

  .news__item__img__wrap img {
    height: auto;
  }

  .news__item__img__wrap {
    height: auto;
  }
}

.privacy_text h2{
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 600;
}
.privacy_text p{
  line-height: 33px;
}


.swiper-hl-wrapper .swiper{
  padding-bottom: unset!important;
}


.subcategories-wrapper-scroll{

  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.subcategories-wrapper {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
  width: fit-content;
  height: 41px;
  align-items: center;
}

.subcategories-wrapper > .subcategories-radio label {
  width: 100%;
  height: 100%;
  background: white;
  border: 1px solid #E3E1DD;
  padding: 10px 15px;
  border-radius: 50px;
  font-weight: 700;
  color: black;
  font-size: 14px;
  white-space: nowrap;
}

.subcategories-wrapper > .subcategories-radio input {
  display: none;
}


.subcategories-wrapper > .subcategories-radio input:checked + label {
  background: #F59FC5;
  border: 1px solid #F59FC5;
}


@media (max-width: 550px) {
  .vue-insta-stories .action {
    position: fixed;
    left: 15%;
    width: 80%

  }
  .service-story-template .image img {
    width: auto;
    height: 100vh;
    object-fit: fill;
  }
  .stories_place .swiper .service-story-template {
    margin: 0 auto;  // выравниваем по центру изображение
  }
}


.map-cursor-loading ymaps{
  cursor: wait!important;
}

.modal__input-tel .field__label{
  font-size: 12px;
  top: 6px;
}
.order__block-time-comment{
  padding: 10px; border-radius: 16px; max-width: 450px; margin-bottom: 15px
}

.activeCategory{
  background: #F59FC5;
  color: black;
}


.input-field-custom .v-input__control{
  border-radius: 16px;
  overflow: hidden;
}


.v-otp-input .v-field{
  height: 60px!important;
  width: 64px;
  border-radius: 14px !important;
}


.v-otp-input .v-field .v-field__outline{
   color: #6b6b6b !important;
}
.v-otp-input .v-field.v-field--focused .v-field__outline{
  color: #049C5F!important;
}


.v-otp-input .v-field.v-field--error:not(.v-field--disabled) .v-field__outline{
  color: rgb(176,0,32)!important;
}


.notifications-profile-list{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.notifications-profile-list .notifications-profile-item{
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #F7F8F9;

  max-width: 565px;
  width: 100%;
  padding: 16px 40px 16px 16px;
  border-radius: 14px;
}
.notifications-profile-list .notifications-profile-item .content{
  font-family: Montserrat,serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}
.notifications-profile-list .notifications-profile-item .date{
  font-family: Montserrat,serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
}
.notifications-profile-pagination .v-pagination__list{
  justify-content: flex-start!important;
}

.cart-page {
  min-height: calc(100vh - 270px);
}

.swiper-hl-wrapper_is-mobile {
  overflow: hidden;
  position: relative;
  padding-top: 62.5%;
}

.swiper-hl-wrapper_is-mobile .swiper-hl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.swiper-hl-wrapper_is-mobile .swiper {
  height: 100%;
}

.swiper-hl-wrapper_is-mobile .swiper-slide {
  max-height: unset;
}

.swiper-hl-wrapper_is-mobile img {
  object-position: center;
  object-fit: cover;
}

.swiper-hl-wrapper_is-mobile .swiper-slide > div {
  height: 100%;
}

.swiper-hl-wrapper_is-mobile .swiper-hl-prev,
.swiper-hl-wrapper_is-mobile .swiper-hl-next {
  top: 50%;
}

.base-link,
a.base-link {
  color: #049C5F;
  text-decoration: underline;
  text-decoration-color: #049C5F;
}
@keyframes fadeOut{from{opacity:1}to{opacity:0}}.v-toast--fade-out{animation-name:fadeOut}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.v-toast--fade-in-down{animation-name:fadeInDown}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.v-toast--fade-in-up{animation-name:fadeInUp}.fade-enter-active,.fade-leave-active{transition:opacity 150ms ease-out}.fade-enter,.fade-leave-to{opacity:0}.v-toast{position:fixed;display:flex;top:0;bottom:62px;left:0;right:0;padding:2em;overflow:hidden;z-index:1052;pointer-events:none}.v-toast__item{display:inline-flex;align-items:center;animation-duration:150ms;margin:.5em 0;box-shadow:0 1px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);pointer-events:auto;border-radius:24px!important;opacity:unset;color:#fff;min-height:3em;cursor:pointer}.v-toast__item--success{background-color:#28a745}.v-toast__item--info{background-color:#17a2b8}.v-toast__item--warning{background-color:#ffc107;color:#000}.v-toast__item--error{background-color:#dc3545}.v-toast__item--default{background-color:#343a40}.v-toast__item.v-toast__item--bottom,.v-toast__item.v-toast__item--top{align-self:center}.v-toast__item.v-toast__item--bottom-right,.v-toast__item.v-toast__item--top-right{align-self:flex-end}.v-toast__item.v-toast__item--bottom-left,.v-toast__item.v-toast__item--top-left{align-self:flex-start}@media (max-width:992px){.v-toast__item.v-toast__item--bottom-right,.v-toast__item.v-toast__item--top-right{align-self:center}}.v-toast__text{margin:0;padding:.5em 1em;word-break:break-word}.v-toast__icon{display:none}.v-toast.v-toast--top{flex-direction:column}.v-toast.v-toast--bottom{flex-direction:column-reverse}.v-toast.v-toast--custom-parent{position:absolute}@media screen and (max-width:768px){.v-toast{padding:0;position:fixed!important}}