@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Montserrat:wght@400;600;700&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  scrollbar-gutter: stable;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #444444;
}

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

a:hover {
  color: #e24d55;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  bottom: 65px;
  z-index: 996;
  background: #d9232d;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #e1444d;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: white;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

#header.header-inner-pages {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  /* margin-right: 100px !important; */
}

#header .logo a {
  color: #556270;
}

#header .logo img {
  max-height: 40px;
}

/* Search */

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/

.search {
  max-width: 100%;
  width: 490px;
  width: 550px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(0, 0, 0, 0.04),
    0 20px 40px rgba(0, 0, 0, 0.08);
  /* height: 100%; */
  border-radius: 8px;
  line-height: 40px;
  font-size: 16px;
  position: relative;
  margin-left: 30px;
  margin-right: auto;
}

.search__input-block {
  display: flex;
  align-items: center;
  padding-right: 20px;
  height: 100%;
}

.search__input {
  width: 100%;
  height: 100%;
  height: 40px;
  padding: 0 20px;
  color: #333;
  border: 0 !important;
  border-radius: 8px;
  border: none !important;
  outline: none;
}

.search__input:focus {
  border-color: rgb(3, 21, 105) !important;
}

.bi-search {
  color: #333;
  cursor: pointer;
}

.search-btn_close {
  display: none;
  font-size: 20px;
  cursor: pointer;
}

.search__list {
  width: 490px;
  max-width: inherit;
  position: absolute;
  top: 105px;
  top: 50px;
  background: #ffffff;
  /* background: linear-gradient(to bottom, #252a32, #252a32); */

  justify-content: center;
  padding: 0 10px;
}

.search-btn__modal-close {
  display: none;
}

li.search__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-left: 0 !important;
  margin-bottom: 5px;
  align-items: center;
  line-height: 1;
  cursor: pointer;
  padding: 5px;
}

li.search__item:first-child {
  margin-top: 10px;
}

.search__left-block {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-right: 10px;
}

.search__img-block {
  width: 50px;
  margin-right: 10px;
}

.search__img {
  display: block;
  width: 100%;
}

.search__product-link-block {
  margin-bottom: 5px;
}
.search__product-link {
  font-size: 16px;
  color: #fff;
  color: #000;
  font-size: 500;
}

.search__product-link:hover {
  color: #000;
}

.search__category-link {
  font-size: 14px;
  color: #d17842;
  color: #ce1212;
}

.search__category-link:hover {
  color: #333;
}

.search__price {
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
}

@media (max-width: 1150px) {
  .search {
    width: 430px;
    margin-left: 20px;
  }

  .search__list {
    width: 430px;
  }
}

@media (max-width: 1060px) {
  .search {
    width: 380px;
  }

  .search__list {
    width: 380px;
  }
}

@media (max-width: 991px) {
  .search {
    display: none;
    width: 100%;
    margin-left: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    border-radius: 0;
    z-index: 100;
  }

  .search__list {
    width: 500px;
    width: 100%;
    top: 45px;
    padding: 0 5px;
  }

  .search-btn__modal-close {
    display: block;
    cursor: pointer;
    font-size: 20px;
    font-size: 35px;
    font-weight: bold;
    color: #000;
  }
}

@media (max-width: 560px) {
  .search__input-block {
    padding-right: 10px;
  }

  .search__product-link {
    font-size: 14px;
  }

  .search__category-link {
    font-size: 12px;
  }

  .search__category-link:hover {
    color: #333;
  }

  .search__price {
    font-size: 14px;
  }
}

@media (max-width: 413px) {
  .search__img-block {
    margin-right: 7px;
  }
  .search__product-link {
    font-size: 13px;
  }

  .search__category-link {
    font-size: 11px;
  }
}

@media (max-width: 375px) {
  .search__list {
    padding: 0 3px;

    /* top: 15%; */
  }
  .search__product-link {
    font-size: 11px;
    font-weight: bold;
  }

  .search__category-link {
    font-size: 10px;
  }

  .search__category-link:hover {
    color: #333;
  }

  .search__price {
    font-size: 11px;
  }
}

@media (max-width: 350px) {
  .search__img-block {
    width: 45px;
    margin-right: 5px;
  }

  .search__list {
    padding: 0 2px;

    /* top: 15%; */
  }
  .search__product-link {
    font-size: 10px;
  }

  .search__category-link {
    font-size: 9px;
  }

  .search__category-link:hover {
    color: #333;
  }

  .search__price {
    font-size: 10px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #556270;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #d9232d;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #d9232d;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  font-weight: 400;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #e1444d;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #d9232d;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

/* basket */

.navbar-basket {
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.navbar-basket a {
  display: flex;
  justify-content: center;
  padding: 0;
}

.navbar-basket .bi-cart {
  font-size: 23px;
  cursor: pointer;
  transition: 00.3s;
  color: #000;
  font-weight: bold;
  position: relative;
  margin-left: 0;
}

.navbar-basket__shop-circle {
  width: 20px;
  height: 20px;
  position: absolute;
  cursor: default;
  font-size: 9px;
  border-radius: 50%;
  padding-top: 11px;
  padding-left: 1px;
  left: 15px;
  top: -5px;
  font-size: 10px;
  background: #ce1212;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  text-align: center;
}

.header-basket {
  width: 50px;
  border-bottom: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.navbar-basket__price {
  display: flex;
  align-items: center;
  margin-left: 5px;
}

.navbar-basket__total-price {
  margin-bottom: 0;
  color: #ce1212;
  font-weight: 700;
  font-size: 14px;
}

.navbar-basket__price i {
  color: #ce1212;
  font-weight: 700;
  font-size: 12px;
  position: relative;
  top: -1px;
}

.header-basket__link {
  position: relative;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #556270;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  /* .navbar ul {
    display: none;
  } */
}

@media (max-width: 991px) {
  /* .mobile-nav-toggle {
    display: block;
  } */

  /* .navbar ul {
    display: none;
  } */
}

@media (max-width: 991px) {
  .navbar ul li:not(:last-child) {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(63, 73, 83, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #556270;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #d9232d;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #d9232d;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

#main {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  /* overflow: hidden; */
}

.section-bg,
.services .icon-box {
  background-color: #f8f9fa;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  font-family: 'Poppins', sans-serif;
}

.section-title h2::after {
  content: '';
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #000;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  color: #556270;
}
/* Menu card */

.menu-card {
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; */
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-left: 0;
}

.menu-card .menu-card__item {
  display: flex;
  width: 200px;
  height: 303px;
  width: 250px;
  height: 370px;
  /* margin: 0 auto; */
  padding: 20px;
  flex-direction: column;
  box-shadow: 0;
  transform: scale(0.95);
  transition: box-shadow 0.5s, transform 0.5s;
  background: #252a32;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: rgb(247, 247, 247);
  box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.2);
}

.menu-card__item .menu-card__figure {
  margin: 0 0 10px 0;
  padding: 0;
}

.menu-card__figure .menu-card__img {
  width: 100%;
  height: 156px;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
}

.menu-card__details .menu-card__title {
  margin: 0 0 15px 0;
  /* margin-bottom: 25px; */
  padding: 0;
  font-weight: bold;
  font-size: 14px;
  font-size: 16px;
  color: #191919;
  /* overflow: scroll; */
  height: 50px;
}

.menu-card__item .menu-card__by {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-card__by .menu-card__price {
  display: flex;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  color: #37373f;
  font-weight: 600;
  font-size: 18px;
  font-size: 20px;
  white-space: nowrap;
}

.menu-card__price-old {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: line-through;
  font-size: 14px;
  font-size: 16px;
  color: #ce1212;
  margin-left: 5px;
  margin-top: 2px;
  margin-top: 1px;
}

/* .menu-card__by .bx-ruble {
  position: relative;
  right: 5px;
  top: 1px;
  font-size: 14px;
  color: #37373f;
  line-height: 20px;
  font-weight: 600;
} */

.menu-card__by .bi-cart-plus {
  font-size: 20px;
  font-size: 23px;
  color: #fff;
  background: #ce1212;
  padding: 3px 8px;
  border-radius: 10px;
  transition: transform 0.5s;
  cursor: pointer;
}

.menu-card__by .bi-cart-plus:hover {
  transform: translateY(5px);
}

@media (max-width: 1400px) {
  .menu-card {
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 5px; */
    padding-left: 0;
  }
}

@media (max-width: 1200px) {
  /* .menu-card {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  } */
}

@media (max-width: 992px) {
  .menu-card {
    /* display: grid; */
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }

  .menu-card__figure .menu-card__img {
    height: 156px;
  }

  .menu-card .menu-card__item {
    display: flex;
    width: 200px;
    height: 303px;
  }

  .menu-card__details .menu-card__title {
    margin: 0 0 15px 0;
    font-size: 14px;
  }

  .menu-card__by .menu-card__price {
    font-size: 18px;
  }
  .menu-card__price-old {
    font-size: 14px;
  }

  .menu-card__by .bi-cart-plus {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .menu-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .menu-card {
    /* padding: 15px 0; */
  }
  .menu-card .menu-card__item {
    width: 172px;
    height: 246px;
    height: 266px;
    padding: 15px;
  }

  .menu-card .menu-card__item .menu-card__figure img {
    height: 130px;
  }

  /* .menu-catalog__card {
    grid-template-columns: 1fr 1fr;
  } */
}

@media (max-width: 374px) {
  .menu-card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .menu-card .menu-card__item {
    width: 270px;
    height: 380px;
    padding: 25px;
  }

  .menu-card .menu-card__item .menu-card__figure img {
    height: 210px;
  }

  .menu-card__details .menu-card__title {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .menu-card__by .menu-card__price {
    font-size: 22px;
  }

  .menu-card__by .menu-card__price span {
    font-size: 18px;
  }

  .menu-card__by .bi-cart-plus {
    font-size: 24px;
  }
}
.popular {
  padding: 60px 0 30px 0;
}

.new,
.discounts {
  padding: 30px 0;
}

/*--------------------------------------------------------------
# Menu page
--------------------------------------------------------------*/

.menu {
  padding-top: 30px;
}
.menu-content {
  display: grid;
  grid-template-columns: 285px 1fr;
  gap: 20px;
  /* padding: 40px 20px; */
  /* background: #f7f8f8; */
}

.menu-sidebar,
.menu-catalog {
  display: flex;
  flex-direction: column;
  padding: 32px 30px;
  border-radius: 16px;
  background: #ffffff;
  background: #f7f8f8;
  height: 100%;
  overflow: hidden;
}

.menu-sidebar__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  color: #191919;
}

.menu-catalog__header {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.menu__toggle {
  background: transparent;
  border: none;
  font-size: 14px;
  line-height: 15px;
  color: #97a1b0;
  align-self: flex-start;
  display: none;
}

.menu-sidebar__list {
  display: inline-flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  row-gap: 18px;
  margin-top: 28px;
  border-radius: 14px;
  background: #f3f4f5;
  list-style-type: none;
  padding: 8px 28px 8px 23px;
}

.menu-sidebar__item {
  font-size: 14px;
  line-height: 17.5px;
  color: #728299;
  transition: 0.3s;
  cursor: pointer;
  font-weight: 600;
}

.menu-sidebar__item:hover {
  color: #191919;
}

.menu-sidebar__item .form__label {
  font-size: 14px;
  line-height: 17.5px;
  color: #728299;
  transition: 0.3s;
  cursor: pointer;
  font-weight: 600;
  margin-left: 25px;
}

.menu-sidebar__item .form__real-radio {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  padding-left: 20px;
}

.menu-sidebar__item .form__gustom-radio {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid gray;
  border-radius: 50%;
  margin-right: 15px;
  vertical-align: text-bottom;
  margin-left: -25px;
}

.menu-catalog__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  color: #191919;
}

.menu-catalog__card {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5px;
  padding-left: 0;
}

.menu-catalog .menu-catalog__item {
  display: flex;
  width: 200px;
  height: 303px;
  margin: 0 auto;
  padding: 20px;
  flex-direction: column;
  box-shadow: 0;
  transform: scale(0.95);
  transition: box-shadow 0.5s, transform 0.5s;
  background: #252a32;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: rgb(247, 247, 247);
  box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.2);
}

.menu-catalog .menu-catalog__figure {
  margin: 0 0 10px 0;
  padding: 0;
}

.menu-catalog .menu-catalog__figure img {
  width: 100%;
  height: 156px;
  object-fit: cover;
  border-radius: 20px;
}

.menu-catalog .menu-card__details {
  padding: 5px 0;
  margin-bottom: 10px;
}

.menu-catalog .menu-catalog__card-title {
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
  color: #191919;
  /* overflow: scroll; */
  height: 40px;
}

.menu-catalog .menu-catalog__by {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-catalog .menu-catalog__price {
  display: flex;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  color: #37373f;
  font-weight: 600;
  font-size: 18px;
  white-space: nowrap;
}

.menu-catalog .menu-catalog__price-old {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: line-through;
  font-size: 14px;
  color: #ce1212;
  margin-left: 5px;
  margin-top: 2px;
}

.menu-catalog__by .bi-cart-plus {
  font-size: 20px;
  color: #fff;
  background: #ce1212;
  padding: 3px 8px;
  border-radius: 10px;
  transition: transform 0.5s;
  cursor: pointer;
}

.menu-catalog__by .bi-cart-plus:hover {
  transform: translateY(5px);
}

@media (max-width: 1400px) {
  .menu-content {
    grid-template-columns: 245px 1fr;
  }
  .menu-sidebar,
  .menu-catalog {
    padding: 32px 30px;
    padding: 20px;
  }

  .menu-sidebar__list {
    padding: 8px 25px 8px 20px;
  }
}

@media (max-width: 1200px) {
  .menu-content {
    grid-template-columns: 265px 1fr;
  }
  .menu-sidebar,
  .menu-catalog {
    padding: 20px;
  }

  .menu-sidebar__list {
    padding: 8px 2px 8px 20px;
  }

  .menu-catalog__card {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 992px) {
  .menu-content {
    grid-template-columns: 245px 1fr;
  }
  .menu-sidebar,
  .menu-catalog {
    padding: 15px;
  }

  .menu-sidebar__list {
    padding: 8px 2px 8px 20px;
  }

  .menu-catalog__card {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 991px) {
  .menu-content {
    grid-template-columns: 1fr;
  }
  .menu-sidebar {
    display: none;
  }

  .menu-catalog {
    padding: 25px;
  }

  .menu__toggle {
    display: block;
  }

  .menu-catalog__card {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .menu-catalog__card {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .menu-catalog {
    padding: 15px 0;
  }
  .menu-catalog .menu-catalog__item {
    width: 172px;
    height: 246px;
    height: 266px;
    padding: 15px;
  }

  .menu-catalog .menu-catalog__figure img {
    height: 130px;
  }

  .menu-catalog__card {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 414px) {
  .menu-catalog {
    background: #ffffff;
  }
}

@media (max-width: 374px) {
  .menu-catalog__card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .menu-catalog .menu-catalog__item {
    width: 270px;
    height: 380px;
    padding: 25px;
  }

  .menu-catalog .menu-catalog__figure img {
    height: 210px;
  }

  .menu-catalog .menu-catalog__card-title {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .menu-catalog .menu-catalog__price {
    font-size: 22px;
  }

  .menu-catalog .menu-catalog__price span {
    font-size: 18px;
  }

  .menu-catalog__by .bi-cart-plus {
    font-size: 24px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 18px 0;
  background: #f8f9fa;
  min-height: 40px;
  margin-top: 80px;
}

.breadcrumbs h2 {
  font-size: 32px;
  font-weight: 300;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6b7b8d;
  content: '/';
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }

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

  .breadcrumbs h2 {
    margin-bottom: 10px;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.about .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #d9232d;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .content h3 {
  font-size: 2rem;
  font-weight: 700;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}

.about .content ul i {
  flex-shrink: 0;
  font-size: 48px;
  color: var(--accent-color);
  margin-right: 20px;
  line-height: 0;
}

.about .content ul h5 {
  font-size: 18px;
  font-weight: 700;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .pulsating-play-btn {
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
}

.about .features-item {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.about .features-item + .features-item {
  margin-top: 100px;
}

@media (max-width: 640px) {
  .about .features-item + .features-item {
    margin-top: 40px;
  }
}

.about .features-item h3 {
  font-weight: 700;
  font-size: 26px;
}

.about .features-item ul {
  list-style: none;
  padding: 0;
}

.about .features-item ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

.about .features-item ul li:last-child {
  padding-bottom: 0;
}

.about .features-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #e1444d;
}

.about .features-item p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  padding: 80px 0;
  position: relative;
  clip-path: inset(0);
}

.call-to-action img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.call-to-action:before {
  content: '';
  background: color-mix(in srgb, #423535, transparent 50%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.call-to-action .container {
  position: relative;
  z-index: 3;
}

.call-to-action h3 {
  font-size: 28px;
  font-weight: 700;
  color: #212529;
  color: #fff;
}

.call-to-action p {
  color: #212529;
  color: #fff;
}

.call-to-action .cta-btn {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.call-to-action .cta-btn:hover {
  background: #d9232d;
  border: 2px solid #d9232d;
}

/*--------------------------------------------------------------
# Product-single
--------------------------------------------------------------*/

.product-single {
  width: 100%;
  background: transparent;
}

.product-single .product-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
}

.product-single .product-content .product__img-block {
  max-width: 480px;
  justify-self: center;
}

.product-single .product-content .product__img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-single .product-content .product-detail h2 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
  font-weight: 700;
  color: #333;
}

.product-single .product-content .product-detail h6 {
  font-size: 16px;
  font-weight: 500;
  color: #cfc9bd;
  color: #404650;
  margin-bottom: 10px;
  margin: 20px 0 0 0;
  font-weight: bold;
  margin-bottom: 8px;
}

.product-single .product-content .product-detail a {
  color: rgb(158, 150, 150);
}

.product-single .product-content .product-detail a span {
  color: rgb(158, 150, 150);
  margin-right: 5px;
}

.product-single .product-content .product-detail p {
  padding: 10px 0 26px 0;
  border-top: 1px dotted #eeeeee;
  border-bottom: 1px dotted #eeeeee;
  margin: 0 0 0 0;
  font-size: 15px;
  color: #777;
  font-weight: 400;
  line-height: 1.6;
}

.product-control {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.product-control h4 {
  display: flex;
}

.product-control .bx-ruble {
  color: #ce1212;
  font-weight: bold;
  margin-right: 5px;
  font-size: 24px;
}

.product-single .product-content .product-detail .product-control h4 {
  font-family: 'Open Sans', sans-serif;

  font-size: 24px;
  font-weight: 500;
  color: #333;
  margin-bottom: 0;
  margin-right: 20px;
}

.product-control .product__cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 40px;
  background-color: #ce1212;
  padding: 20px;
  border-radius: 15px;
  color: #fff !important;
  transition: 0.3s;
}

.product-control .product__cart-btn:hover {
  background-color: rgb(157, 118, 10);
  background: #ce1212;
}

@media (max-width: 800px) {
  .product-single .product-content .product-detail h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .product-single .product-content .product-detail p {
    padding: 10px 0 15px 0;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .product-single .product-content {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 30px;
  }

  .product__img-block {
    max-width: 100%;
    position: relative;
  }

  .product-single .product-content .product__img-block img {
    object-fit: contain;
    max-height: 350px;
  }

  .product-control .product__cart-btn {
    width: 170px;
  }
}

@media (max-width: 700px) {
  .product-single .product-content .product-detail {
    padding: 0 30px;
  }

  .product-control .product__cart-btn {
    width: 170px;
    margin-left: auto;
  }
}

@media (max-width: 600px) {
  .product-single .product-content .product-detail {
    padding: 0 10px;
  }
}

@media (max-width: 550px) {
  .product-single .product-content .product-detail {
    padding: 0;
  }
}

@media (max-width: 450px) {
  .product-single .product-content .product__img-block img {
    object-fit: contain;
    max-height: 320px;
  }
  .product-control .bx-ruble {
    font-size: 22px;
  }

  .product-single .product-content .product-detail .product-control h4 {
    font-size: 22px;
  }

  .product-control .product__cart-btn {
    width: 200px;
    margin-left: auto;
  }
}

@media (max-width: 370px) {
  .product-control .product__cart-btn {
    width: 170px;
    margin-left: auto;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  overflow: hidden;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #556270;
  border-radius: 0;
  border-right: 2px solid white;
  font-weight: 600;
  font-size: 15px;
}

.features .nav-link:hover {
  color: #d9232d;
}

.features .nav-link.active {
  color: #d9232d;
  border-color: #d9232d;
}

.features .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.features .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #556270;
}

.features .details p {
  color: #777777;
}

.features .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .features .nav-link {
    border: 0;
    padding: 15px;
  }

  .features .nav-link.active {
    color: #fff;
    background: #d9232d;
  }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  background: #f4f4f4;
  padding: 30px;
  height: 100%;
}

.contact .info-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 0;
  color: #fff;
  /* color: #e1444d; */
  background: var(--color-primary);
  background: #e1444d;
  border-radius: 50%;
  margin-right: 15px;
}

.contact .info-item h3 {
  font-size: 20px;
  color: #6c757d;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.contact .info-item p {
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-size: 14px;
}

.contact .info-item a {
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-size: 14px;
  color: rgba(55, 55, 63, 0.7);
}

.contact .info-item .social-links a {
  font-size: 24px;
  display: inline-block;
  color: rgba(55, 55, 63, 0.7);
  line-height: 1;
  margin: 4px 6px 0 0;
  transition: 0.3s;
}

.contact .info-item .social-links a:hover {
  color: var(--color-primary);
}

.contact .php-email-form {
  width: 100%;
  margin-top: 30px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.contact .php-email-form .form-group {
  padding-bottom: 20px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: '';
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form input {
  height: 48px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type='submit'] {
  background: var(--color-primary);
  border: 0;
  padding: 12px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type='submit']:hover {
  background: #ec2727;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.contact-block {
  display: inline-flex;
  gap: 10px;
}

.contact-block a {
  color: rgba(55, 55, 63, 0.7);
}

@media (max-width: 768px) {
  .contact-block {
    display: inline-flex;
    flex-direction: column;
    gap: 0px;
  }
}
/*--------------------------------------------------------------
# Card
--------------------------------------------------------------*/
.card-section {
  background: #0c0f14;
  background: transparent;
  /* margin-top: 120px; */
  /* background: linear-gradient(to bottom, #252a32, transparent); */
}

.card-section .card-body {
  display: grid;
  grid-template-columns: 3fr 1.4fr;
  justify-content: space-between;
  gap: 50px;

  /* padding-top: 30px; */
}

.card-section__title {
  padding-bottom: 20px;
}

.card-product__product {
  padding-right: 10px;
}

.card-product__list {
  padding-left: 0;
  margin-bottom: 40px;
  margin-bottom: 0px;
}

.card-product__item {
  width: 100%;
  display: grid;
  grid-template-columns: 1.5fr 0.5fr;
  grid-template-columns: 1.1fr 300px;

  padding-bottom: 10px;
  border-bottom: 1px solid #d17842;
  margin-top: 20px;
}

.card-product__item-left {
  width: 100%;
  display: flex;
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-template-columns: 140px 1fr;
}

.card-product__figure {
  width: 80px;
  margin-left: 25px;
  margin-right: 35px;
}

.card-product__img {
  min-width: 80px;
  height: 100px;
  border-radius: 10px;
}

.card-product__desc {
  display: grid;
}

.card-product__dish {
  /* display: grid;
  grid-template-columns: 1fr 30px;
  justify-content: space-between;
  align-items: center;
  gap: 30px; */
  color: #000;
  /* color: #fff; */
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 600;
}

.card-product__price_for-one {
  align-self: end;
  font-size: 14px;
  color: #d17842;
  color: #ce1212;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}

.card-product__price_for-one-old {
  text-decoration: line-through;
  font-size: 11px;
  color: #d17842;
  color: #ef1111;
  margin-left: 2px;
  font-weight: normal;
}

.card-product__item-right {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 20px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.card-product__choice-quantity {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100px;
  width: 140px;
  height: 40px;
  border: 1px solid rgba(0, 0, 51, 30%);
  border: none;
  border-radius: 8px;
  background: none;
  column-gap: 10px;
}

.card-product__btn-minus,
.card-product__btn-plus {
  display: flex;
  border: none;
  align-items: center;
  justify-content: center;
  background: none;
  font-size: 20px;
  cursor: pointer;
  color: #d17842;
  color: #fff;
  background: #ce1212;
  width: 28.44px;
  height: 28.44px;
  border-radius: 7px;
  padding: 0;
  text-align: center;
}

.card-product__quantity-value {
  text-align: center;
  width: 30px;
  width: 50px;
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  border: 1px solid #d17842;
  border: 1px solid #ef1111;

  border-radius: 7px;
  background: none;
}

.card-product__price {
  font-size: 18px;
  font-weight: bold;
  color: #cda45e;
  color: #d17842;
  color: #fff;
  color: #000;
  white-space: nowrap;
  margin-bottom: 0;
  justify-self: end;
}

.card-product__price i {
  /* color: #d17842;
  color: #ce1212; */
}

.card-product__item-right .card-product__price-old {
  text-decoration: line-through;
  font-size: 13px;
  color: #d17842;
  color: #ce1212;

  margin-left: 2px;
  font-weight: normal;
  margin-bottom: 0;
  justify-self: end;
}

.card-product__item-left .bx-trash {
  display: none;
  color: #d17842;
  color: #ce1212;

  font-size: 20px;
  cursor: pointer;
}

.card-product__item-right .bx-trash {
  color: #d17842;
  color: #ce1212;
  font-size: 20px;
  cursor: pointer;
}

/* запрет отправки формы */
.js-btn-send__disabled {
  background: rgb(185, 182, 182);
  background: rgb(185, 182, 182) !important;
  color: rgb(108, 100, 100);
  cursor: auto;
}
.js-btn-send__disabled:hover {
  color: #fff !important;
}
@media (max-width: 1250px) {
  .card-body {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
}

@media (max-width: 1024px) {
  .card-section {
    /* background: #0c0f14; */
    margin-top: 40px;
    /* background: linear-gradient(to bottom, #252a32, transparent); */
  }
  /* ----- BASKET -----  */
  .card-section .card-body {
    display: grid;
    grid-template-columns: 1fr;
  }

  .card-product__dish {
    font-size: 17px;
    margin-bottom: 0;
  }

  .card-product__list {
    padding-left: 0;
    margin-top: 0px;
    margin-bottom: 40px;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .card-product__img {
    min-width: 80px;
  }
  .card-product__dish {
    font-size: 15px;
  }

  .card-product__btn-minus,
  .card-product__btn-plus {
    border: none;
    font-size: 16px;
    cursor: pointer;
  }

  .card-product__quantity-value {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .card-product__item {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
  }

  .card-product__item-left {
    width: 100%;
    display: flex;
    display: grid;
    grid-template-columns: 100px 1fr;
  }

  .card-product__desc {
    display: grid;
    grid-template-columns: 1fr 30px;
    align-items: flex-start;
  }
  .card-product__item-right {
    display: grid;
    grid-template-columns: 1fr 50px 55px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  .card-product__price {
    justify-self: flex-end;
  }

  .card-product__item-left .bx-trash {
    display: block;
    color: #d17842;
    color: #ef1111;
    font-size: 20px;
    justify-self: flex-end;
    align-self: center;
  }

  .card-product__item-right .bx-trash {
    display: none;
    color: #d17842;
    font-size: 20px;
  }

  .card-product__figure {
    margin-left: 15px;
    margin-left: 0px;

    margin-right: 20px;
  }

  .card-product__img {
    width: 80px;
  }

  .card-product__choice-quantity {
    margin-left: 11px;
    margin-left: 0;
  }

  .card-product__btn-minus,
  .card-product__btn-plus {
    font-size: 20px;
    cursor: pointer;
  }
}

/*--------------------------------------------------------------
# Card delivery
--------------------------------------------------------------*/
.card-content__delivery {
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
}

.card-buer__title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.card-buer__title::before,
.card-buer__title-delivery::before,
.card-buer__title-pay::before {
  content: '1';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: rgb(46, 46, 57);
  color: #fff;
  background: #ce1212;
  /* border: 1px solid rgb(46, 46, 57); */
  border-radius: 50%;
  margin-right: 20px;
}

.card-buer__title-delivery::before {
  content: '2';
}

.card-buer__title-pay::before {
  content: '3';
}

.card-buer__wrap,
.card-delivery__wrap {
  margin-left: 70px;
}

.card-buer__box,
.card-delivery__box {
  padding: 30px;
  border-radius: 16px;
  margin-bottom: 30px;
  border: 1px solid #d17842;
  border: 1px solid #ce1212;
}

.card-delivery__item:first-child {
  margin-bottom: 15px;
}

.form__label {
  font-size: 18px;
  color: #d17842;
  display: flex;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  margin-left: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #d17842;
  color: #000;
}

.form__label-name,
.form__label-phone,
.form__label-address,
.form__label-comment {
  margin-left: 0;
}

.form__label-address {
  margin-top: 15px;
}

.form__label span {
  color: red;
}

.form__input {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
  border: 1px solid #c5c0b7;
  border-radius: 8px;
  font-size: 18px;
  color: #d7d2c9;
  color: #111;
  padding-left: 10px;
}

.card-delivery__text {
  margin: 5px 0 0 30px;
  font-size: 14px;
  color: #d17842;
  color: #ce1212;
}

.form__real-radio {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  padding-left: 20px;
}

.form__gustom-radio {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid gray;
  border-radius: 50%;
  margin-right: 15px;
  vertical-align: text-bottom;
  margin-left: -30px;
}

.form__real-radio:checked + .form__gustom-radio::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  /* выравниваем по центру */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.1s ease-in;
  transform: translate(-50%, -50%) scale(1);
  border: 5px solid #d17842;
  border: 5px solid #ce1212;
}

.card-pickup__control {
  padding: 15px 30px 0 30px;
  border-radius: 16px;
  margin: 0 0 30px 0;
  align-items: center;
  /* border: 1px solid #d17842; */
}

.card-delivery__control {
  margin: 0 30px;
}

.js-card-delivery__control {
  display: none;
}

.card-delivery__subtitle-pay {
  color: #d17842;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .card-content__delivery {
    padding-top: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 700px) {
  .card-content__delivery {
    padding-left: 0;
  }
  .card-buer__wrap,
  .card-delivery__wrap {
    margin-left: 0;
    padding-top: 15px;
  }
}

@media screen and (max-width: 500px) {
  .card-buer__box,
  .card-delivery__box {
    padding: 10px;
  }

  .card-buer__title {
    font-size: 19px;
    font-weight: bold;
  }

  .card-buer__title::before,
  .card-buer__title-delivery::before,
  .card-buer__title-pay::before {
    width: 36px;
    height: 36px;
    font-size: 18px;
    margin-right: 20px;
  }

  .card-delivery__control {
    margin: 0 10px;
  }

  .card-delivery__text {
    margin-left: 10px;
  }

  .card-pickup__control {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-pickup__control .form__label {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .card-delivery__item .card-delivery__text {
    font-size: 17px;
  }

  .form__label-name,
  .form__label-phone,
  .form__label-address,
  .form__label-comment {
    font-size: 16px;
  }

  .card-delivery__subtitle-pay {
    font-size: 16px;
    font-weight: 600;
  }
}
/*--------------------------------------------------------------
# Card Order
--------------------------------------------------------------*/
.card-section {
  position: relative;
}

.card-body {
  position: relative;
}
.card-section .card-body .card-order {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 120px;
  left: 70%;
  margin-top: 25px;
  /* background: linear-gradient(to bottom, #252a32, transparent); */
  background-color: rgb(247, 247, 247);
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
  height: 470px;
  border-radius: 16px;
  padding: 30px;
  box-sizing: border-box;
}

.card-order__title {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  color: #fff;
  color: #000;
  margin-bottom: 0px;
}

.card-order__list {
  padding-left: 0;
  margin-top: 20px;
}

.card-order__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-bottom: 0;
  align-items: center;
}

.card-order__item:last-child {
  margin-bottom: 20px;
}

.card-order__item-name,
.card-order__item-cost,
.card-order__item-delivery,
.card-order__item-reduction {
  font-size: 18px;
  color: #000;
  /* color: #d17842;
  color: #ce1212; */
  padding-bottom: 0;
  margin-bottom: 0;
}

.card-order__item-all {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  color: #d17842;
  color: #000;
  margin-bottom: 0;
}

.card-order__item-price {
  font-size: 18px;
  color: #000;
  /* color: #d17842; */
  font-weight: bold;
  margin-bottom: 0;
}

.card-order__item-box {
  display: flex;
  align-items: center;
}

.card-order__item-box .bx-ruble__basket {
  color: #ce1212 !important;
  font-weight: bold;
}

.card-order-btn {
  width: 100%;
  height: 50px;
  border: 1px solid #c5c0b7;
  border: 1px solid #db5959;
  text-align: center;
  background: #fff;
  background: rgb(46, 46, 57);
  font-size: 18px;
  border-radius: 8px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #d17842;
  color: #fff;
  /* background: linear-gradient(to bottom, #252a32, transparent); */
  background-color: #ce1212;
  transition: 0.5s;
}

.card-order-btn:hover {
  background: #d17842;
  background: #ef1111;
  /* border: none; */
  /* color: rgb(46, 46, 57); */
}

.card-order__consent {
  font-size: 14px;
  color: #000033;
  color: #d17842;
  color: #ce1212;
  line-height: 24px;
}

.card-order__consent a {
  color: #d17842;
  color: #db5959;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.navigation-sub {
  width: 100%;
  display: none;
  justify-content: center;
  padding: 0;
}
.sub-menu {
  width: 35%;
  position: fixed;
  bottom: 0;
  background: #fff;
  background: #0c0f14;
  background: linear-gradient(to bottom, #fff, rgba(198, 197, 194, 0.9));

  padding: 0.3rem 1.25rem;
  margin-bottom: 10px;
  backdrop-filter: blur(1px);
  z-index: 101;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.sub-menu__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.sub-menu__link {
  width: 55px;
  font-size: 1.25rem;
  padding: 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5rem;
  position: relative;
  color: gray;
  color: #111;
  color: rgb(3, 21, 105);
  color: #d17842;
  color: #000;
  list-style-type: none;
  z-index: 105;
}

.sub-menu__link span {
  font-size: 11px;
}

.sub-menu__link-fon span {
  padding: 9px 3px 0px 3px;
}

@media screen and (max-width: 991px) {
  .navigation-sub {
    display: flex;
  }
  .sub-menu {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .navigation-sub {
    display: flex;
  }
  .sub-menu {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .sub-menu {
    width: 70%;
    border-radius: none;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 567px) {
  .sub-menu {
    width: 100%;
    border-radius: none;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 414px) {
  .sub-menu {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #4a5562;
  padding: 0 0 80px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #515d6a;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  /* font-family: 'Raleway', sans-serif; */
  color: #fff;
}

#footer .footer-top .footer-info p a {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  /* font-family: 'Raleway', sans-serif; */
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #d9232d;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: white;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type='email'] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type='submit'] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #d9232d;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type='submit']:hover {
  background: #df3740;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

#footer .credits a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  font-weight: 600;
}

#footer .credits a:hover {
  color: white;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  padding-top: 22px;
  padding-bottom: 9px;
  display: none;
}

.popup__content {
  width: 310px;
  width: 320px;
  padding: 20px 9px 9px 9px;
  background: #ffffff;
  border-radius: 20px;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20px;
  min-height: 350px;
}
.popup__content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.popup__title {
  font-size: 22px;
  /* line-height: 22px; */
  margin-bottom: 0;
  font-weight: bold;
}

.popup__btn-close {
  background: transparent;
  border: none;
  font-size: 25px;
  font-weight: bold;
  padding: 0;
  color: #000;
}

.popup__menu-list {
  display: grid;
  /* grid-auto-columns: minmax(1fr, 1fr); */
  grid-template-columns: 1fr 1fr;
  /* grid-template-areas: ; */
  grid-template-rows: repeat(auto-fill, 35px);
  row-gap: 5px;
  background: #f3f4f5;
  background: #fbfdff;

  padding: 15px 15px;
  border-radius: 14px;
  margin-top: 10px;
  min-height: 350px;
  margin-bottom: 0;
}

.popup__menu-item {
  list-style-type: none;
  /* padding-bottom: 18px; */
}

.popup__menu-item:nth-child(2n) {
  padding-left: 15px;
}

.popup__menu-item a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  color: #728299;
}

/*--------------------------------------------------------------
# Popap remove-product
--------------------------------------------------------------*/

.popup-remove__product {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-remove__container {
  width: 280px;
  padding: 20px;
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffffff;
}

.popup-remove__header {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  margin-bottom: 15px;
}

.popup-remove__header h6 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}

.popup-remove__header .popap-remove__close-modal {
  position: absolute;
  top: 13px;
  right: 15px;
  background: none;
  font-size: 24px;
  color: #838386;
  cursor: pointer;
  overflow: hidden;
}

.popup-remove__header .popap-remove__close-modal:hover {
  color: #333;
}

.popup-remove__body p {
  font-size: 14px;
  color: #333;
}

.popup-remove__footer {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}

.popup-remove__footer .popap-remove__btn-remove,
.popup-remove__footer .popap-remove__btn-remove_not {
  width: 100%;
  padding: 10px 19px;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid rgb(215, 206, 206);
}

.popup-remove__footer .popap-remove__btn-remove {
  background: red;
  color: #fff;
  transition: 0.2s;
}

.popup-remove__footer .popap-remove__btn-remove:hover {
  box-shadow: inset 0 100px 0 hsla(0, 0%, 100%, 0.1);
}

.popup-remove__footer .popap-remove__btn-remove_not {
  background: rgb(243, 242, 236);
  color: #333;
  transition: 0.3s;
}

.popup-remove__footer .popap-remove__btn-remove_not:hover {
  background: rgb(219, 218, 212);
}

@media (max-width: 450px) {
  .popup-remove__container {
    width: 250px;
  }

  .popup-remove__header h6 {
    font-size: 16px;
  }

  .popup-remove__header .popap-remove__close-modal {
    font-size: 22px;
  }

  .popup-remove__body p {
    font-size: 13px;
    color: #333;
  }

  .popup-remove__footer .popap-remove__btn-remove,
  .popup-remove__footer .popap-remove__btn-remove_not {
    font-size: 12px;
  }
}

.license {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .section-title__license h2::after {
    content: '';
    width: 0px;
    height: 0px;
    display: inline-block;
    background: #000;
    margin: 4px 10px;
  }
}

@media (max-width: 550px) {
  .section-title__license h2 {
    font-size: 14px;
  }
  .section-title__license h2::after {
    content: '';
    width: 0px;
    height: 0px;
    display: inline-block;
    background: #000;
    margin: 4px 10px;
  }
}

@media (max-width: 350px) {
  .section-title__license h2 {
    font-size: 13px;
  }
}

@media (max-width: 330px) {
  .section-title__license h2 {
    font-size: 12px;
  }
}

.status {
  position: absolute;
  left: 50%;
  top: 85px;
  transform: translate(-50%, -50%);
  display: block;
  color: red;
  text-align: center;
  z-index: 10000;
  background: #ffffff;
  padding: 10px 20px;
}

.disabled {
  pointer-events: auto !important;
}

.pointer {
  cursor: pointer;
}

.cookie__wrapper {
  width: 400px;
  position: fixed;
  bottom: 10px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cookie {
  background: #fff;
  padding: 20px 30px;
  border-radius: 20px;
  box-shadow: 0 0 20px #ccc;
  display: flex;
  align-items: center;
  gap: 30px;
}
.cookie__text {
  margin: 0;
  /* font-weight: 500; */
  color: #333;
  font-size: 13px;
}
.cookie__link {
  color: #333;
  text-decoration: underline;
  font-weight: 500;
}
.cookie__btn {
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #ddd;
  padding: 8px 20px;
  border-radius: 10px;
  color: #333;
  letter-spacing: 2px;
  font-weight: bold;
  transition: 0.3s;
  font-size: 13px;
}
.cookie__btn:hover {
  background: #eee;
}

@media (max-width: 992px) {
  .cookie__wrapper {
    width: 400px;
    position: fixed;
    bottom: 35px;
  }
}

@media (max-width: 700px) {
  .cookie__text {
    font-size: 12px;
  }
  .cookie__btn {
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  .cookie__wrapper {
    width: 300px;
  }
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item .testimonial-content {
  border-left: 3px solid var(--color-primary);
  padding-left: 30px;
  padding-left: 0;
  margin-top: 20px;
}

.testimonials .testimonial-item .testimonial-img {
  border-radius: 50%;
  border-radius: 15px;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: var(--color-default);
  font-family: var(--font-secondary);
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0 0 10px 0;
  font-family: var(--font-secondary);
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #f05656;
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
}

.testimonials .swiper-pagination {
  margin-top: 40px;
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d1d1d7;
  opacity: 1;
  cursor: pointer;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ef1111;
}
