@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

h1,
h2 {
  font-family: 'Dancing Script', cursive;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: bold;
}

.heading_container h2 span {
  color: #ffbe33;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .hero_area .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub_page .hero_area .bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  padding: 0;
  margin-right: 18px;
}

.site-logo-image {
  display: block;
  height: 108px;
  width: auto;
  max-width: 300px;
}

.site_header {
  position: relative;
  z-index: 10;
  padding: 8px 0 0;
}

.site_header .container {
  display: block;
}

.site_header__top {
  display: grid;
  grid-template-columns: auto minmax(280px, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-bottom: -2px;
}

.site_header__brand {
  display: inline-flex;
  align-items: center;
  transform: translateY(20px);
}

.site_header__logo {
  display: block;
  height: 78px;
  width: auto;
  max-width: 224px;
}

.site_header__orders {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: #ffffff;
  white-space: nowrap;
  transform: translateY(-8px);
  padding-left: 112px;
}

.site_header__orders-label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.site_header__orders-value {
  font-size: 13px;
  font-weight: 500;
}

.site_header__meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  transform: translateY(-8px);
}

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

.site_header__social {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 15px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.site_header__social--telegram {
  background: #2ca5e0;
}

.site_header__social--whatsapp {
  background: #25d366;
}

.site_header__social--vk {
  background: #4c75a3;
}

.site_header__social--instagram {
  background: linear-gradient(135deg, #7c4dff 0%, #4f5bd5 100%);
}

.site_header__social--max {
  background: #ffffff;
  overflow: hidden;
  padding: 0;
}

.site_header__social--max img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site_header__social:hover,
.site_header__social:focus {
  color: #ffffff;
  transform: translateY(-1px);
  opacity: 0.92;
}

.site_header__phone {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.site_header__phone:hover {
  color: #ffbe33;
}

.site_header__bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin-top: -12px;
}

.site_header__menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-size: 16px;
}

.site_header__menu-toggle i {
  font-size: 16px;
}

.site_header__menu-toggle:hover,
.site_header__menu-toggle:focus {
  color: #ffffff;
  border-color: rgba(255, 190, 51, 0.55);
  background: rgba(255, 190, 51, 0.12);
}

.site_header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
}

.site_header__nav-link {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.site_header__nav-link:hover,
.site_header__nav-link.is-active {
  color: #ffbe33;
}

.site_header__cart {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  transition: all 0.3s;
}

.site_header__cart i {
  font-size: 22px;
}

.site_header__cart:hover,
.site_header__cart:focus,
.site_header__cart--active {
  color: #ffffff;
  background: rgba(255, 190, 51, 0.18);
  border-color: rgba(255, 190, 51, 0.5);
}

.site_header__cart-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 999px;
  background: #ffbe33;
  color: #222831;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container--public {
  display: none;
}

.custom_nav-container .navbar-nav {
  padding-left: 18%;
}

.custom_nav-container.custom_nav-container--public .navbar-nav {
  padding-left: 0;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #ffbe33;
}

.custom_nav-container .nav_search-btn {
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  color: #ffffff;
  margin: 0 10px;
}

.custom_nav-container .nav_search-btn:hover {
  color: #ffbe33;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option a {
  margin: 0 10px;
}

.user_option--public {
  gap: 14px;
}

.user_option .header_phone {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
}

.user_option .header_phone:hover {
  color: #ffbe33;
}

.user_option .user_link {
  color: #ffffff;
}

.user_option .user_link:hover {
  color: #ffbe33;
}

.user_option .cart_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option .cart_link svg {
  width: 17px;
  height: auto;
  fill: #ffffff;
  margin-bottom: 2px;
}

.user_option .cart_link:hover svg {
  fill: #ffbe33;
}

.user_option .order_online {
  display: inline-block;
  padding: 8px 30px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.user_option .order_online:hover {
  background-color: #e69c00;
}

.info_stub_card {
  background: #ffffff;
  border-radius: 14px;
  padding: 34px 30px;
  min-height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.info_stub_card h3 {
  margin-bottom: 14px;
  font-size: 28px;
  font-weight: 700;
  color: #222831;
}

.info_stub_card p {
  margin-bottom: 0;
  color: #4f5d6b;
  line-height: 1.7;
}

.info_stub_card--center {
  text-align: center;
}

.info_stub_card--center p + p {
  margin-top: 10px;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 45px 0 75px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #ffffff;
  margin-bottom: 145px;
}

.slider_section .detail-box h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.slider_section .detail-box p {
  font-size: 14px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 10px;
}

.slider_section .detail-box a:hover {
  background-color: #e69c00;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #ffbe33;
}

.offer_section {
  position: relative;
  padding-top: 45px;
}

.offer_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
  border-radius: 5px;
  padding: 20px 15px;
  background-color: #222831;
  color: #ffffff;
}

.offer_section .box .img-box {
  width: 175px;
  min-width: 175px;
  height: 175px;
  margin-right: 15px;
  position: relative;
  -webkit-transition: all 0.1 0.5s;
  transition: all 0.1 0.5s;
  border-radius: 100%;
  border: 5px solid #ffbe33;
  overflow: hidden;
}

.offer_section .box .img-box img {
  width: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.offer_section .box .detail-box h5 {
  font-family: 'Dancing Script', cursive;
  font-size: 24px;
  margin: 0;
}

.offer_section .box .detail-box h6 {
  font-family: 'Dancing Script', cursive;
  margin: 10px 0;
}

.offer_section .box .detail-box h6 span {
  font-size: 2.5rem;
  font-weight: bold;
}

.offer_section .box .detail-box a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.offer_section .box .detail-box a:hover {
  background-color: #e69c00;
}

.offer_section .box .detail-box a svg {
  width: 20px;
  height: auto;
  margin-left: 5px;
  fill: #ffffff;
}

.offer_section .box:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.food_section .filters_menu {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 45px 0 20px 0;
}

.food_section .filters_menu li {
  padding: 7px 25px;
  cursor: pointer;
  border-radius: 25px;
}

.food_section .filters_menu li.active {
  background-color: #222831;
  color: #ffffff;
}

.food_section .box {
  position: relative;
  margin-top: 25px;
  background-color: #ffffff;
  border-radius: 10px;
  color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(to bottom, #f1f2f3 25px, #222831 25px);
}

.food_section .box .img-box {
  background: #f1f2f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 215px;
  border-radius: 0 0 0 45px;
  margin: -1px;
  padding: 25px;
}

.food_section .box .img-box img {
  max-width: 100%;
  max-height: 145px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.food_section .box .detail-box {
  padding: 25px;
}

.food_section .box .detail-box h5 {
  font-weight: 600;
}

.food_section .box .detail-box p {
  font-size: 15px;
}

.food_section .box .detail-box h6 {
  margin-top: 10px;
}

.food_section .box .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.food_section .box .options a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #ffbe33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.food_section .box .options a svg {
  width: 18px;
  height: auto;
  fill: #ffffff;
}

.food_section .box:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.food_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.food_section .btn-box a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.food_section .btn-box a:hover {
  background-color: #e69c00;
}

.about_section {
  background: #222831;
  color: #ffffff;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_section .img-box img {
  width: 100%;
  max-width: 445px;
  position: relative;
  z-index: 2;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #e69c00;
}

.book_section {
  position: relative;
}

.book_section .heading_container {
  margin-bottom: 25px;
}

.book_section .form_container .form-control {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  border: 1px solid #999;
  outline: none;
  color: #000000;
  border-radius: 5px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.book_section .form_container .form-control::-webkit-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control:-ms-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control::-ms-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control::placeholder {
  color: #222222;
}

.book_section .form_container .nice-select .current {
  font-size: 16px;
}

.book_section .form_container button {
  margin-top: 15px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.book_section .form_container button:hover {
  background-color: #e69c00;
}

.book_section .map_container {
  width: 100%;
  height: 345px;
  border-radius: 10px;
  overflow: hidden;
}

.book_section .map_container #googleMap {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

/* client section start */
.client_section .heading_container {
  margin-bottom: 30px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 115px;
  position: relative;
  margin-top: 30px;
}

.client_section .box .img-box img {
  border-radius: 100%;
  border: 5px solid #ffbe33;
  position: relative;
}

.client_section .box .img-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #ffbe33;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}

.client_section .box .detail-box {
  background-color: #222831;
  color: #ffffff;
  padding: 25px 25px 15px 25px;
  border-radius: 5px;
}

.client_section .box .detail-box h6 {
  font-weight: 600;
  font-size: 18px;
  margin: 15px 0 5px 0;
}

.client_section .box .detail-box p {
  margin-bottom: 0;
  font-size: 15px;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
  padding: 0 15px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background-color: #ffbe33;
  color: #ffffff;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  margin: 0 5px;
  border-radius: 100%;
}

/* client section end */
.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .form_container .form-group {
  margin-bottom: 25px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
  background-color: transparent;
  border: 1px solid #ccc;
  outline: none;
  color: #000000;
  border-radius: 5px;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #222222;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::placeholder {
  color: #222222;
}

.contact_section .form_container input.message-box {
  height: 120px;
  border-radius: 5px;
}

.contact_section .form_container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_section .form_container button {
  margin-top: 10px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #e69c00;
}

/* footer section*/
.footer_section {
  background-color: #222831;
  color: #ffffff;
  padding: 75px 0 40px 0;
  text-align: center;
}

.footer_section h4 {
  font-size: 28px;
}

.footer_section h4,
.footer_section .footer-logo {
  font-weight: 600;
  margin-bottom: 20px;
}

.footer_section p {
  color: #dbdbdb;
}

.footer_section .footer-col {
  margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #ffbe33;
}

.footer_section .footer-logo {
  display: inline-block;
  margin-bottom: 18px;
}

.footer-logo-image {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto;
}

.footer_section .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222831;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 2.5px;
  font-size: 18px;
}

.footer_section .footer_social a:hover {
  color: #ffbe33;
}

.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}

.footer_section .footer-info p {
  color: #ffffff;
  margin: 0;
}

.footer_section .footer-info p a {
  color: inherit;
}

.food_section .product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  border: none;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(17, 21, 26, 0.08);
  transition: box-shadow 0.28s ease;
  cursor: pointer;
}

.food_section .filters-content .grid > .all {
  display: flex;
  margin-bottom: 30px;
}

.food_section .product-card > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
}

.food_section .product-card:hover {
  box-shadow: 0 18px 34px rgba(17, 21, 26, 0.1);
}

.food_section .product-card:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 190, 51, 0.28), 0 18px 34px rgba(17, 21, 26, 0.1);
}

.food_section .product-card .img-box.product-image-frame {
  display: block !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  padding: 0 !important;
  overflow: hidden !important;
  background: #f4efe8;
  border-radius: 18px 18px 0 42px;
  position: relative;
  isolation: isolate;
  z-index: 2;
}

.food_section .product-card .img-box.product-image-frame .product-image-backdrop {
  display: none;
}

.food_section .product-card .img-box.product-image-frame::after {
  display: none;
}

.food_section .product-card .img-box.product-image-frame .product-image {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  position: relative;
  z-index: 2;
  padding: 0;
  transition: transform 0.35s ease;
}

.food_section .product-card:hover .img-box.product-image-frame .product-image {
  -webkit-transform: scale(1.04) !important;
          transform: scale(1.04) !important;
}

.food_section .product-card .detail-box {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 18px 20px 18px;
}

.food_section .product-card .product-category {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  width: fit-content;
  padding: 4px 12px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(255, 190, 51, 0.14);
  color: #ffc247;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.food_section .product-card .detail-box h5 {
  min-height: 0;
  margin-bottom: 8px;
  font-size: 1.05rem;
  line-height: 1.15;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.food_section .product-card .detail-box p {
  min-height: 0;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.94);
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.food_section .product-card .options {
  margin-top: auto;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
}

.food_section .product-card .options h6 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
}

.product_page {
  background: #ffffff;
}

.product_page__back {
  margin-bottom: 24px;
}

.product_page__back a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #222831;
  font-weight: 600;
}

.product_page__media {
  overflow: hidden;
  border-radius: 24px;
  background: #f4efe8;
  box-shadow: 0 18px 40px rgba(17, 21, 26, 0.08);
}

.product_page__media img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.product_page__gallery {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.product_page__thumb {
  width: 88px;
  height: 88px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 16px;
  overflow: hidden;
  background: #f4efe8;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.product_page__thumb.is-active {
  border-color: #ffbe33;
}

.product_page__thumb:hover {
  transform: translateY(-2px);
}

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

.product_page__content {
  padding-left: 8px;
}

.product_page__category {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 190, 51, 0.16);
  color: #d99900;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.product_page__content h1 {
  margin-bottom: 16px;
  font-size: 2.6rem;
  line-height: 1.02;
}

.product_page__lead,
.product_page__description {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.7;
}

.product_page__lead {
  margin-bottom: 16px;
}

.product_page__description {
  margin-bottom: 28px;
}

.product_page__form {
  width: 100%;
}

.product_page__purchase {
  display: grid;
  grid-template-columns: minmax(170px, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  width: 100%;
  margin-top: 22px;
  margin-bottom: 0;
  padding: 18px 22px;
  border-radius: 18px;
  background: #222831;
  color: #ffffff;
}

.product_page__price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.product_page__price span,
.product_page__price small {
  display: block;
}

.product_page__price span {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.product_page__price strong {
  font-size: 1.75rem;
  line-height: 1;
}

.product_page__price small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.35;
}

.product_page__actions {
  display: contents;
}

.product_page__qty {
  margin: 0;
  justify-self: end;
}

.product_page__qty input {
  width: 96px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  padding: 0 14px;
}

.quantity_spinner {
  width: 128px;
  height: 38px;
  flex-wrap: nowrap;
}

.product_page__qty .quantity_spinner {
  width: 110px;
  height: 38px;
}

.quantity_spinner .form-control {
  height: 100%;
  min-width: 42px !important;
  padding: 0 6px;
  border-color: rgba(17, 21, 26, 0.12);
  color: #111827;
  font-weight: 700;
  box-shadow: none;
}

.product_page__qty .quantity_spinner .form-control {
  flex: 0 0 38px;
  width: 38px !important;
  min-width: 38px !important;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
}

.quantity_spinner .quantity_spinner__button {
  height: 100%;
  border-color: rgba(17, 21, 26, 0.12);
  background: #fff7e2;
  color: #222831;
  font-weight: 800;
  box-shadow: none;
}

.product_page__qty .quantity_spinner .quantity_spinner__button {
  flex: 0 0 36px;
  width: 36px !important;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.92);
}

.quantity_spinner .quantity_spinner__button:hover,
.quantity_spinner .quantity_spinner__button:focus {
  border-color: rgba(255, 190, 51, 0.5);
  background: rgba(255, 190, 51, 0.22);
  color: #222831;
  box-shadow: none;
}

.cart_item__qty-form .quantity_spinner .quantity_spinner__button:hover,
.cart_item__qty-form .quantity_spinner .quantity_spinner__button:focus {
  border-color: #ffbe33;
  background: #ffbe33;
}

.product_page__qty .quantity_spinner .quantity_spinner__button:hover,
.product_page__qty .quantity_spinner .quantity_spinner__button:focus {
  border-color: rgba(255, 190, 51, 0.38);
  background: rgba(255, 190, 51, 0.14);
  color: #ffcf63;
}

.quantity_spinner .btn-minus {
  border-radius: 12px 0 0 12px;
}

.quantity_spinner .btn-plus {
  border-radius: 0 12px 12px 0;
}

.product_page__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  min-height: 48px;
  padding: 11px 24px;
  border-radius: 999px;
  background: #ffbe33;
  color: #ffffff;
  font-weight: 700;
  justify-self: end;
  transition: background-color 0.25s ease;
}

.product_page__cta:hover {
  background: #e69c00;
}

.product_page__variants h3 {
  font-size: 1.15rem;
  margin-bottom: 14px;
  font-weight: 700;
}

.product_page__variants {
  margin-top: 8px;
}

.product_page__variant-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.product_page__variant-option {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  border: 1px solid rgba(34, 40, 49, 0.12);
  border-radius: 16px;
  background: #ffffff;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
  cursor: pointer;
}

.product_page__variant-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.product_page__variant-option.is-active {
  border-color: rgba(255, 190, 51, 0.65);
  box-shadow: 0 12px 28px rgba(255, 190, 51, 0.18);
}

.product_page__variant-group {
  color: #9ca3af;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.product_page__variant-name {
  color: #111827;
  font-weight: 700;
}

.product_page__variant-price {
  color: #222831;
}

.cart_page__success {
  max-width: 820px;
  margin: 0 auto 28px;
  border-radius: 16px;
}

.cart_page__empty {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 36px;
  border-radius: 22px;
  background: #f8f7f4;
  text-align: center;
}

.cart_page__empty p {
  margin-bottom: 20px;
  font-size: 17px;
  color: #4b5563;
}

.cart_page__empty-link,
.cart_checkout__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 24px;
  border: none;
  border-radius: 999px;
  background: #ffbe33;
  color: #ffffff;
  font-weight: 700;
  transition: background-color 0.25s ease;
}

.cart_page__empty-link {
  width: auto;
  min-width: 220px;
}

.cart_page__empty-link:hover,
.cart_checkout__submit:hover {
  background: #e69c00;
}

.cart_page__actions {
  max-width: 1220px;
  margin: -8px auto 20px;
}

.cart_page__back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #222831;
  font-weight: 700;
  transition: color 0.2s ease;
}

.cart_page__back-link:hover {
  color: #ffbe33;
}

.cart_page__items,
.cart_checkout {
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(17, 21, 26, 0.08);
}

.cart_page__items {
  padding: 18px 24px;
}

.cart_item {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid rgba(17, 21, 26, 0.08);
}

.cart_item:first-child {
  padding-top: 0;
}

.cart_item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.cart_item__image {
  width: 118px;
  min-width: 118px;
  height: 118px;
  aspect-ratio: 1 / 1;
  align-self: flex-start;
  overflow: hidden;
  border-radius: 18px;
  background: #f4efe8;
}

.cart_item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cart_item__content {
  min-width: 0;
  flex: 1;
}

.cart_item__top {
  display: block;
  margin-bottom: 12px;
}

.cart_item__top h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  font-weight: 700;
}

.cart_item__variant,
.cart_item__meta {
  color: #6b7280;
  font-size: 14px;
}

.cart_item__line-total {
  font-size: 1.18rem;
  font-weight: 700;
  color: #111827;
  white-space: nowrap;
  text-align: right;
}

.cart_item__side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-self: stretch;
  justify-content: space-between;
  min-width: 236px;
  padding-left: 10px;
}

.cart_item__side-main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.cart_item__gallery {
  display: flex;
  gap: 8px;
  margin: 12px 0 0;
}

.cart_item__gallery-thumb {
  width: 42px;
  height: 42px;
  border-radius: 9px;
  overflow: hidden;
  background: #f4efe8;
}

.cart_item__gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart_item__qty-form {
  display: flex;
  align-items: center;
}

.cart_item__qty-form input {
  width: 76px;
  height: 38px;
  border: 1px solid rgba(17, 21, 26, 0.14);
  border-radius: 12px;
  padding: 0 12px;
}

.cart_item__qty-form::after {
  content: "";
  display: none;
}

@media (max-width: 575px) {
  .cart_item {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
  }

  .cart_item__image {
    width: 88px;
    min-width: 88px;
    height: 88px;
    border-radius: 14px;
  }

  .cart_item__side {
    grid-column: 1 / -1;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
    padding-left: 0;
  }

  .cart_item__side-main {
    justify-content: flex-start;
    gap: 14px;
  }

  .cart_item__line-total {
    text-align: left;
  }
}

.cart_item__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(185, 28, 28, 0.16);
  border-radius: 50%;
  background: rgba(185, 28, 28, 0.035);
  color: #b91c1c;
  font-size: 14px;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.cart_item__remove:hover {
  color: #991b1b;
  border-color: rgba(153, 27, 27, 0.3);
  background: rgba(185, 28, 28, 0.08);
}

.cart_checkout {
  padding: 24px;
}

.cart_checkout__summary {
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(17, 21, 26, 0.08);
}

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

.cart_checkout__summary-row:last-child {
  margin-bottom: 0;
}

.cart_checkout__summary-row--total {
  font-size: 1.15rem;
}

.cart_checkout__form .form-control {
  border-radius: 14px;
}

.cart_checkout__delivery-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
}

.cart_checkout__date-field {
  position: relative;
}

.cart_checkout__date-field .form-control,
.cart_checkout__time-select {
  height: 52px;
  border: 1.5px solid #111827;
  border-radius: 999px !important;
  background-color: #ffffff;
  color: #111827;
  padding: 0 48px 0 18px;
  font-size: 16px;
  box-shadow: none;
}

.cart_checkout__date-button {
  position: absolute;
  top: 50%;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: #111827;
  transform: translateY(-50%);
  cursor: pointer;
}

.cart_checkout__time-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #111827 50%), linear-gradient(135deg, #111827 50%, transparent 50%);
  background-position: calc(100% - 22px) 50%, calc(100% - 16px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.cart_checkout__form .daterangepicker {
  border-radius: 8px;
  border-color: rgba(17, 24, 39, 0.18);
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.16);
  font-family: inherit;
}

.cart_checkout__form .daterangepicker td.active,
.cart_checkout__form .daterangepicker td.active:hover {
  background-color: #111827;
  color: #ffffff;
}

.cart_checkout__form .daterangepicker td.available:hover,
.cart_checkout__form .daterangepicker th.available:hover {
  background-color: rgba(255, 190, 51, 0.18);
}

.cart_checkout__form .form-control:focus {
  border-color: rgba(255, 190, 51, 0.85);
  box-shadow: 0 0 0 0.15rem rgba(255, 190, 51, 0.16);
}

.cart_checkout__hint {
  margin: 16px 0 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
}

#toast-container > div {
  position: relative;
  padding-left: 48px;
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.18);
  opacity: 1;
}

#toast-container > .toast-success {
  background-color: #222831;
  background-image: none !important;
  border: 1px solid rgba(255, 190, 51, 0.32);
  color: #ffffff;
}

#toast-container > .toast-success::before {
  content: "\f00c";
  position: absolute;
  left: 16px;
  top: 50%;
  color: #ffbe33;
  font-family: FontAwesome;
  transform: translateY(-50%);
}

#toast-container > .toast-error {
  background-image: none !important;
}

.delivery_payment_intro {
  max-width: 820px;
  margin: 0 auto 32px;
  text-align: center;
  color: #5f6670;
  font-size: 17px;
  line-height: 1.65;
}

.delivery_payment_card {
  position: relative;
  height: 100%;
  padding: 30px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #e8ebef;
  box-shadow: 0 12px 30px rgba(34, 40, 49, 0.08);
}

.delivery_payment_card--accent {
  background: #222831;
  color: #ffffff;
  border-color: #222831;
}

.delivery_payment_card--wide {
  margin-top: 4px;
}

.delivery_payment_card__icon {
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 190, 51, 0.18);
  color: #ffbe33;
  font-size: 22px;
}

.delivery_payment_card h3 {
  margin: 0 0 20px;
  color: #222831;
  font-size: 26px;
  font-weight: 700;
}

.delivery_payment_card--accent h3 {
  color: #ffffff;
}

.delivery_payment_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.delivery_payment_list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 14px;
  color: #4f5661;
  line-height: 1.55;
}

.delivery_payment_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffbe33;
}

.payment_steps {
  display: grid;
  gap: 16px;
}

.payment_step {
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.payment_step strong {
  display: block;
  margin-bottom: 6px;
  color: #ffbe33;
  font-size: 34px;
  line-height: 1;
}

.payment_step span {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.45;
}

.delivery_methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.delivery_method {
  padding: 20px;
  border-radius: 8px;
  background: #f7f8fa;
}

.delivery_method h4 {
  margin: 0 0 10px;
  color: #222831;
  font-size: 18px;
  font-weight: 700;
}

.delivery_method p {
  margin: 0;
  color: #5f6670;
  line-height: 1.55;
}

.about_page {
  background: #ffffff;
}

.about_page__heading {
  max-width: 820px;
  margin: 0 auto 40px;
}

.about_page__heading p {
  margin: 18px auto 0;
  color: #5f6670;
  font-size: 18px;
  line-height: 1.6;
}

.about_page__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 30px;
  padding: 34px;
  border-radius: 8px;
  background: #222831;
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(34, 40, 49, 0.12);
}

.about_page__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 18px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255, 190, 51, 0.14);
  color: #ffbe33;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.about_page__hero h3,
.about_page__card h3,
.about_page__audience h3,
.about_page__final h3 {
  margin: 0 0 16px;
  font-weight: 700;
}

.about_page__hero h3 {
  max-width: 640px;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.15;
}

.about_page__hero p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.65;
}

.about_page__service-list {
  display: grid;
  gap: 12px;
  align-content: center;
}

.about_page__service-list div {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.about_page__service-list i {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffbe33;
  color: #222831;
  font-size: 12px;
}

.about_page__service-list span {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.45;
}

.about_page__cards {
  margin-bottom: 30px;
}

.about_page__cards > [class*="col-"] {
  margin-bottom: 24px;
}

.about_page__card,
.about_page__audience,
.about_page__final {
  padding: 30px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #e8ebef;
  box-shadow: 0 12px 30px rgba(34, 40, 49, 0.08);
}

.about_page__card--dark {
  background: #f7f8fa;
}

.about_page__card-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 190, 51, 0.16);
  color: #ffbe33;
  font-size: 22px;
}

.about_page__numbered,
.about_page__list {
  margin: 0;
  padding: 0;
}

.about_page__numbered {
  counter-reset: about-reason;
  list-style: none;
}

.about_page__numbered li,
.about_page__list li {
  color: #4f5661;
  line-height: 1.55;
}

.about_page__numbered li {
  counter-increment: about-reason;
  position: relative;
  padding-left: 42px;
  margin-bottom: 13px;
}

.about_page__numbered li::before {
  content: counter(about-reason);
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffbe33;
  color: #222831;
  font-size: 13px;
  font-weight: 800;
}

.about_page__list {
  list-style: none;
}

.about_page__list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 14px;
}

.about_page__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffbe33;
}

.about_page__audience {
  margin-bottom: 30px;
}

.about_page__audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.about_page__audience article {
  padding: 20px;
  border-radius: 8px;
  background: #f7f8fa;
}

.about_page__audience article span {
  display: block;
  margin-bottom: 16px;
  color: #ffbe33;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.about_page__audience article h4 {
  margin: 0 0 10px;
  color: #222831;
  font-size: 17px;
  font-weight: 700;
}

.about_page__audience article p {
  margin: 0;
  color: #5f6670;
  line-height: 1.5;
}

.about_page__final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 28px;
  align-items: center;
  background: linear-gradient(135deg, #222831 0%, #303942 100%);
  color: #ffffff;
}

.about_page__final h3 {
  color: #ffffff;
}

.about_page__final p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.about_page__contacts {
  padding: 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.about_page__contacts h4 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.about_page__contacts a {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
  color: #ffffff;
}

.about_page__contacts a:hover {
  color: #ffbe33;
}
/*# sourceMappingURL=style.css.map */
