@charset "UTF-8";
.hero-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  min-height: 100vh;
  padding-top: 64px;
}

/* навигация */
.navbar-brand {
  font-size: 1.8rem;
  font-weight: bold;
  color: black !important;
}

#navbarNav {
  margin: 0px 0px 0px 128px;
}

#navik {
  padding-right: 40px;
  gap: 32px;
}

.nav-link {
  color: #000 !important;
  font-weight: 400;
  padding: 8px 12px !important;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.nav-link:hover {
  color: #666 !important;
}

/* Dropdown стили */
.dropdown-menu {
  border: none;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding-top: 8px;
  padding-bottom: 8px;
}

.dropdown-item {
  padding: 8px 16px;
  transition: all 0.3s ease;
  color: #333;
}

.dropdown-item:hover {
  border-radius: 4px;
  background-color: rgba(43, 29, 7, 0.4901960784);
  color: #77644C;
}

.dropdown-toggle::after {
  margin-left: 8px;
}

/* Бургер меню анимация */
.navbar-toggler {
  border: none;
  padding: 4px 8px;
  transition: all 0.3s ease;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler:hover {
  background-color: #f8f9fa;
  border-radius: 8px;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
  transition: transform 0.3s ease;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(90deg);
}

/* Поле поиска */
.search-form {
  max-width: 400px;
  width: 100%;
}

.search-input {
  border-radius: 24px !important;
  border: 2px solid #e9ecef;
  padding: 16px 24px !important;
  margin: 0 !important;
  width: 100%;
  min-width: 280px;
}

.search-input:focus {
  border-color: #333;
  box-shadow: none;
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
  #navbarNav {
    margin: 0 !important;
    padding-top: 20px;
  }
  #navik {
    gap: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .nav-item {
    margin: 5px 0;
  }
  .nav-link {
    padding: 12px 16px !important;
    border-radius: 8px;
  }
  .nav-link:hover {
    background-color: #f8f9fa;
  }
  .search-form {
    max-width: 100%;
    margin-top: 15px;
  }
  .search-input {
    min-width: auto;
  }
  .dropdown-menu {
    margin-top: 0;
    border-radius: 8px;
  }
}
/* первый конетнт*/
#con1 {
  margin-top: 80px !important;
}

.hero-content {
  padding: 24px 0;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 16px;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 16px;
  line-height: 1.6;
}

.download-btn {
  background-color: #77644C;
  color: white;
  padding: 15px 40px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1.1rem;
  border: none;
  transition: all 0.3s ease;
}

.download-btn:hover {
  background-color: #555;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.modal-content {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.modal-header {
  background-color: #77644C;
  color: white;
  border-bottom: none;
  padding: 16px 24px;
}

.modal-body {
  padding: 24px;
}

.qr-code {
  background-color: #f8f9fa;
  border-radius: 16px;
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.form-control {
  border-radius: 8px;
  padding: 16px 16px;
  border: 1px solid #ddd;
  transition: all 0.3s;
}

.form-control:focus {
  border-color: #77644C;
  box-shadow: 0 0 0 0.25rem rgba(119, 100, 76, 0.25);
}

.submit-btn {
  background-color: #77644C;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 16px 24px;
  font-weight: 600;
  width: 100%;
  transition: all 0.3s;
}

.submit-btn:hover {
  background-color: #555;
}

.close-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: white;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.close-btn:hover {
  opacity: 1;
}

.drink-image {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.image-container {
  position: relative;
  padding: 20px;
}

/*карусель*/
.products-section {
  padding: 32px 0;
  background-color: #fff;
}

#carus {
  padding: 0 0 !important;
  margin: 0 0 !important;
}

.row {
  padding: 24px 24px;
  margin: 0 -12px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: black;
  text-align: center;
}

.product-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  border: none;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.product-image {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card:hover .product-image {
  transform: scale(1.05);
}

.product-content {
  padding: 25px;
}

.product-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.product-description {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Кастомные стили для карусели */
.carousel-control-prev,
.carousel-control-next {
  margin: auto !important;
  width: 60px !important;
  height: 60px !important;
  background-color: #b1b8d4 !important;
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0.9;
  transition: all 0.3s ease;
}

.carousel-control-prev {
  left: -80px;
}

.carousel-control-next {
  right: -80px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: #555;
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 25px;
  height: 25px;
}

/* Адаптация для планшетов */
@media (max-width: 768px) {
  .products-section {
    padding: 80px 0;
  }
  .section-title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .carousel-control-prev {
    left: -40px;
  }
  .carousel-control-next {
    right: -40px;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 50px;
    height: 50px;
  }
}
/* модал*/
.menu-section {
  padding: 64px 0 32px 0;
  background-color: #fff;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: black;
  margin-bottom: 8px;
  text-align: center;
}

.section-subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.6;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 720px;
  margin: 0 auto;
}

.feature-item {
  background: white;
  height: 320px;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid #9c9c9c;
}

.feature-icon {
  font-size: 2.5rem;
  margin-bottom: 16px;
  color: #333;
}

.feature-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}

.feature-text1 {
  background-color: #77644C;
  border: 2px solid none;
  border-radius: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: rgba(254, 254, 254, 0.9960784314);
  margin: 24px 56px 0 56px;
  padding: 4px 0 8px 0;
}

.feature-text1:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Стили для табов меню */
.menu-tabs {
  max-width: 1240px;
  margin: 0 auto;
}

.nav-tabs {
  border: none;
  justify-content: center;
  margin-bottom: 40px;
}

.nav-tabs .nav-link {
  border: none;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 16px 32px;
  margin: 0 40px;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.nav-tabs .nav-link:hover {
  color: #333;
  background-color: #f8f9fa;
}

.nav-tabs .nav-link.active {
  background-color: #333;
  color: white;
  border: none;
}

.tab-content {
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.tab-pane {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tab-pane.active {
  opacity: 1;
}

.menu-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.menu-description {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Стили для модальных окон */
.modal-content {
  border-radius: 15px;
  border: none;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.modal-header {
  border-bottom: 1px solid #e9ecef;
  padding: 25px 30px;
}

.modal-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
}

.modal-body {
  padding: 30px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #666;
}

.btn-close {
  border-radius: 50%;
  background-size: 12px;
}

/* Адаптация для планшетов */
@media (max-width: 768px) {
  .features-section,
  .menu-section {
    padding: 80px 0;
  }
  .section-title {
    font-size: 2rem;
  }
  .section-subtitle {
    font-size: 1.1rem;
    margin-bottom: 40px;
  }
  .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .nav-tabs .nav-link {
    padding: 12px 20px;
    font-size: 1rem;
    margin: 0 5px;
  }
  .tab-content {
    padding: 30px;
  }
}
/* Адаптация для мобильных */
@media (max-width: 375px) {
  .features-section,
  .menu-section {
    padding: 60px 0;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .section-subtitle {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .feature-item {
    padding: 25px;
  }
  .nav-tabs {
    flex-direction: column;
    align-items: center;
  }
  .nav-tabs .nav-link {
    margin: 5px 0;
    width: 200px;
  }
  .tab-content {
    padding: 25px;
  }
  .menu-title {
    font-size: 1.5rem;
  }
  .menu-description {
    font-size: 1rem;
  }
}
/*аккорд*/
.reviews-section {
  padding: 32px 0;
  background-color: #fff;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: black;
  margin-bottom: 8px;
  text-align: center;
}

.section-subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 32px;
  text-align: center;
  line-height: 1.6;
}

.reviews-container {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 72px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

/* Стили для аккордеона */
.accordion {
  --bs-accordion-border-color: transparent;
  --bs-accordion-btn-focus-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
}

.accordion-item {
  background: white;
  border: none;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  overflow: hidden;
}

.accordion-button {
  background: white;
  border: none;
  padding: 25px 30px;
  font-weight: 600;
  color: #333;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
  background: white;
  color: #333;
  box-shadow: none;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-90deg);
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}

.accordion-body {
  padding: 0 30px 25px;
  color: #666;
  line-height: 1.6;
  font-size: 1rem;
  border-top: 1px solid #f0f0f0;
}

.review-author {
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  display: block;
}

.review-text {
  margin: 0;
  line-height: 1.6;
}

/* Стили для изображения */
.review-image {
  width: 100%;
  height: 480px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.image-container {
  position: sticky;
  top: 100px;
}

/* Адаптация для планшетов */
@media (max-width: 768px) {
  .reviews-section {
    padding: 80px 0;
  }
  .section-title {
    font-size: 2rem;
  }
  .section-subtitle {
    font-size: 1.1rem;
    margin-bottom: 40px;
  }
  .reviews-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .review-image {
    height: 300px;
  }
  .image-container {
    position: static;
  }
}
/* Адаптация для мобильных */
@media (max-width: 375px) {
  .reviews-section {
    padding: 60px 0;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .section-subtitle {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .accordion-button {
    padding: 20px 25px;
    font-size: 1rem;
  }
  .accordion-body {
    padding: 0 25px 20px;
  }
  .review-image {
    height: 250px;
  }
}
/*форма*/
.container-custom {
  max-width: 1240px;
  margin: 32px auto !important;
  padding: 0 80px !important;
}

.main-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 32px rgba(105, 76, 3, 0.264);
  background: white;
}

.image-section {
  background: linear-gradient(135deg, #8B4513, #D2691E);
  height: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.coffee-icon {
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid rgba(255, 255, 255, 0.2);
}

.form-section {
  padding: 40px;
}

.header-text {
  color: black;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.subheader-text {
  text-align: center;
  color: #666;
  font-size: 1.2rem;
  margin-bottom: 32px;
}

.chinese-text {
  color: #8B4513;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.chinese-subtext {
  color: #666;
  font-size: 14px;
  margin-bottom: 30px;
}

.form-label {
  color: #333;
  font-weight: 500;
  margin-bottom: 8px;
}

.form-control {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 12px 15px;
  margin-bottom: 20px;
}

.form-control:focus {
  border-color: #8B4513;
  box-shadow: 0 0 0 0.2rem rgba(139, 69, 19, 0.25);
}

.btn-submit {
  background-color: #77644C !important;
  color: white !important;
  padding: 8px 32px !important;
  border-radius: 24px !important;
  font-weight: bold;
  width: 100%;
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(53, 24, 4, 0.3);
}

/* Адаптивность */
@media (max-width: 1440px) {
  .container-custom {
    max-width: 1140px;
    margin: 40px auto;
  }
}
@media (max-width: 1024px) {
  .container-custom {
    max-width: 960px;
    margin: 30px auto;
  }
  .form-section {
    padding: 30px;
  }
  .image-section {
    min-height: 350px;
  }
}
@media (max-width: 768px) {
  .container-custom {
    max-width: 720px;
    margin: 20px auto;
    padding: 15px;
  }
  .main-card {
    flex-direction: column;
  }
  .image-section {
    border-radius: 10px 10px 0 0;
    min-height: 250px;
    padding: 30px;
  }
  .form-section {
    padding: 25px;
    border-radius: 0 0 10px 10px;
  }
}
@media (max-width: 375px) {
  .container-custom {
    margin: 10px auto;
    padding: 10px;
  }
  .image-section {
    min-height: 200px;
    padding: 20px;
  }
  .form-section {
    padding: 20px;
  }
  .header-text {
    font-size: 24px;
  }
  .chinese-text {
    font-size: 20px;
  }
  .form-control {
    padding: 10px 12px;
  }
}
.footer {
  background: linear-gradient(135deg, #2c1a0a, #8B4513);
  color: white;
  padding: 50px 0 20px;
  margin-top: 64px;
}

.footer-brand {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

.footer-brand span {
  color: #D2691E;
}

.footer-description {
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 25px;
}

.footer-heading {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}

.footer-heading::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #D2691E;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #D2691E;
  padding-left: 5px;
}

.contact-info {
  color: #ccc;
  margin-bottom: 15px;
}

.contact-info i {
  color: #D2691E;
  margin-right: 10px;
  width: 20px;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 40px;
  text-align: center;
  color: #999;
  font-size: 14px;
}

/* Адаптивность */
@media (max-width: 1440px) {
  .footer {
    padding: 40px 0 20px;
  }
}
@media (max-width: 1024px) {
  .footer {
    padding: 35px 0 20px;
  }
  .footer-brand {
    font-size: 24px;
  }
  .footer-heading {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 30px 0 20px;
    text-align: center;
  }
  .footer-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-links a:hover {
    padding-left: 0;
  }
  .col-md-3, .col-md-4 {
    margin-bottom: 30px;
  }
}
@media (max-width: 375px) {
  .footer {
    padding: 25px 0 15px;
  }
  .footer-brand {
    font-size: 22px;
  }
  .footer-heading {
    font-size: 16px;
  }
}
/* Адаптация для мобильных */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-content {
    padding: 60px 0;
    text-align: center;
  }
  .navbar-nav {
    text-align: center;
    margin-top: 10px;
  }
  .image-container {
    margin-top: 40px;
  }
}
@media (max-width: 375px) {
  .hero-title {
    font-size: 2rem;
  }
  .hero-subtitle {
    font-size: 1rem;
  }
  .download-btn {
    padding: 12px 30px;
    font-size: 1rem;
  }
}/*# sourceMappingURL=style.css.map */