@charset "UTF-8";
:root {
  --header-height: 70px;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url(../fonts/Roboto.woff2) format("woff2"), url(../fonts/Roboto.woff) format("woff");
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

html {
  scroll-behavior: smooth;
}

body,
html {
  height: 100%;
  min-width: 320px;
}

body {
  color: #000;
  background-color: #F4F8D3 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Roboto";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
textarea {
  font-family: "Roboto";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  flex: 1 1 auto;
}

[class*=__container] {
  max-width: 1400px;
  box-sizing: content-box;
  margin: 0 auto;
  padding-inline: 15px;
}

[class*=__title] {
  font-weight: 700;
  font-family: "Roboto";
  font-size: clamp(1.563rem, 0.988rem + 2.87vw, 3.5rem);
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  transition: color 0.3s ease 0s;
}

.ezrf77fd8h6gtba__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #000;
  border-radius: 24px;
  padding-block: 20px;
  max-width: 850px;
}
.ezrf77fd8h6gtba__subtitle {
  text-align: center;
  font-weight: 700;
  font-family: "Roboto";
  color: #000;
  font-size: 35px;
  line-height: 1.2;
}
@media (max-width: 479px) {
  .ezrf77fd8h6gtba__subtitle {
    font-size: 25px;
  }
}
.ezrf77fd8h6gtba__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ezrf77fd8h6gtba__item {
  font-size: clamp(1rem, 0.963rem + 0.185vw, 1.125rem);
  line-height: 1.5;
}
.ezrf77fd8h6gtba__item ol li {
  list-style: disc inside;
  margin-left: 20px;
}
.ezrf77fd8h6gtba__item ol li:not(:last-child) {
  margin-bottom: 10px;
}

.anim {
  opacity: 0;
  transition: opacity 1s ease 0s;
}
.anim.animate {
  opacity: 1;
}

.sfp03pgtw65bmrx__top {
  max-width: 1880px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 600px) {
  .sfp03pgtw65bmrx__top {
    display: flex;
    flex-direction: column;
  }
}
.sfp03pgtw65bmrx__top-left {
  width: 50%;
  background-color: #000000;
  border-bottom: 2px solid #FF4136;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 5%;
  text-transform: capitalize;
  padding-block: 10px;
}
@media (max-width: 600px) {
  .sfp03pgtw65bmrx__top-left {
    width: 100%;
  }
}
.sfp03pgtw65bmrx__top-left-container {
  max-width: 1880px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sfp03pgtw65bmrx__link {
  align-items: center;
  color: #FFFFFF;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: flex;
  font-size: 16px;
  row-gap: 1rem;
  text-transform: capitalize;
}
.sfp03pgtw65bmrx__top-right {
  align-items: center;
  background-color: #FF4136;
  border-style: none;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  padding: 0.5rem 5% 0.5rem 0;
  row-gap: 1rem;
  text-transform: capitalize;
  width: 50%;
  padding-block: 18px;
}
@media (max-width: 600px) {
  .sfp03pgtw65bmrx__top-right {
    width: 100%;
  }
}
.sfp03pgtw65bmrx__body {
  background-color: #000000;
  border-bottom: 2px solid #FF4136;
  padding-block: 20px;
  text-transform: capitalize;
}
.sfp03pgtw65bmrx__container-body {
  max-width: 1880px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .sfp03pgtw65bmrx__container-body {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .menu__body {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    overflow: auto;
    transition: left 0.3s ease 0s;
    background-color: #000000;
    padding: 100px 30px 30px 30px;
    z-index: 40;
  }
  .menu-open .menu__body {
    left: 0;
  }
}
.menu__list {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .menu__list {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
}
.menu__link {
  color: #fff;
  font-size: 17px;
  row-gap: 0.5rem;
  text-transform: capitalize;
  transition: color 0.3s ease 0s;
}
.menu__link:hover {
  color: #FF4136;
}

.logo {
  font-weight: 700;
  color: #fff;
  font-size: 25px;
}

.icon-menu {
  display: none;
}
@media (max-width: 767px) {
  .icon-menu {
    display: block;
    position: relative;
    width: 40px;
    height: 25px;
    cursor: pointer;
    z-index: 45;
  }
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 1px);
  }
  .menu-open .icon-menu span {
    width: 0;
  }
  .menu-open .icon-menu::before {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - 1px);
    transform: rotate(45deg);
  }
}

.xzhiszbg1e4z3uk {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
}
.xzhiszbg1e4z3uk__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 1280px) {
  .xzhiszbg1e4z3uk__container {
    max-width: 1140px;
  }
}
@media (min-width: 576px) {
  .xzhiszbg1e4z3uk__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .xzhiszbg1e4z3uk__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .xzhiszbg1e4z3uk__container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .xzhiszbg1e4z3uk__container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .xzhiszbg1e4z3uk__container {
    max-width: 1320px;
  }
}
.xzhiszbg1e4z3uk__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: 0;
}
.xzhiszbg1e4z3uk__col {
  flex-shrink: 0;
  margin-top: 0;
  max-width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
}
@media (min-width: 992px) {
  .xzhiszbg1e4z3uk__col {
    flex: 0 0 auto;
    width: 33.3333%;
  }
}
.xzhiszbg1e4z3uk__item {
  background: #FFFFFF;
  background-clip: border-box;
  background-color: #FFFFFF;
  border: 0 none #3A3A3A;
  -o-border-image: none 100% 1 0 stretch;
     border-image: none 100% 1 0 stretch;
  border-radius: 8px;
  box-shadow: -1px 5px 20px 0 rgba(82, 90, 101, 0.1);
  display: flex;
  flex-direction: column;
  margin: 0 auto 20px;
  min-width: 0;
  overflow: hidden;
  padding: 40px 20px;
  position: relative;
  text-align: center;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.xzhiszbg1e4z3uk__item:hover {
  transform: scale(1.1);
}
.xzhiszbg1e4z3uk__item:before {
  bottom: 0;
  content: "";
  height: 40%;
  left: 0;
  position: absolute;
  transform: skewY(-5deg) scale(1.5);
  width: 100%;
  z-index: 1;
}
.xzhiszbg1e4z3uk__title {
  color: #3A3A3A;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  margin: 20px 0 0;
  position: relative;
  z-index: 2;
}
.xzhiszbg1e4z3uk__price {
  color: #3A3A3A;
  position: relative;
  z-index: 2;
}
.xzhiszbg1e4z3uk__num {
  color: #3A3A3A;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  padding: 20px 0;
}
.xzhiszbg1e4z3uk__num sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  top: -0.5em;
}
.xzhiszbg1e4z3uk__text {
  color: #3A3A3A;
  font-size: 16px;
  margin: 0 0 10px;
  flex: 1 1 auto;
}
.xzhiszbg1e4z3uk__link {
  border-radius: 30px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin: 20px auto 0;
  padding: 15px 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  background-color: #0A6AE0;
}
.xzhiszbg1e4z3uk__link:hover {
  color: #0A58CA;
  text-decoration-line: none;
}
.xzhiszbg1e4z3uk__link:not([href]):not([class]) {
  color: #3A3A3A;
  text-decoration-line: none;
}
.xzhiszbg1e4z3uk__link:not([href]):not([class]):hover {
  color: #3A3A3A;
  text-decoration-line: none;
}
.xzhiszbg1e4z3uk__image {
  margin-top: 20px;
}

/* Main Footer Styles */
.site-footer-main {
  background-color: #a7dcdf; /* Мятно-голубой фон, как у логотипа в хедере */
  color: #26292b; /* Темный текст для контраста */
  padding: 50px 0;
}

.footer-container {
  max-width: 1100px; /* Или 1200px, если соответствует остальной странице */
  margin: 0 auto;
  padding: 0 20px;
}

.footer-top-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; /* Для переноса колонок на мобильных */
  gap: 30px; /* Промежуток между колонками */
  margin-bottom: 40px;
  padding-bottom: 30px; /* Отступ до нижнего блока */
  border-bottom: 1px solid rgba(38, 41, 43, 0.15); /* Едва заметный разделитель */
}

.footer-column {
  flex: 1; /* Базовое распределение, можно уточнить */
  min-width: 220px; /* Минимальная ширина колонки перед переносом */
}

.footer-logo-column {
  flex: 0 0 auto; /* Логотип не растягивается, занимает свою ширину */
  /* align-self: flex-start; */ /* Уже по умолчанию */
}

.footer-logo-link {
  display: inline-block; /* Чтобы иконка не занимала всю ширину */
}

.footer-logo-icon path {
  fill: #26292b; /* Темная иконка на светлом фоне */
}

.footer-column h4 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #f8f7f0; /* Очень светлый, почти белый, заголовок на мятном фоне */
  /* Судя по макету, заголовки колонок светлее, чем основной текст */
}

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

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

.footer-links-column a,
.footer-contact-column a {
  color: #26292b; /* Темный текст ссылок */
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.2s ease;
}

.footer-links-column a:hover,
.footer-contact-column a:hover {
  color: #000000; /* Чуть темнее при наведении */
  text-decoration: underline;
}

.footer-contact-column p {
  margin-bottom: 10px;
  font-size: 1rem;
}

.footer-bottom-info {
  /* text-align: center; */ /* На макете текст слева */
}

.footer-bottom-info h5 {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #26292b; /* Темный заголовок */
}

.footer-bottom-info p {
  font-size: 0.85rem;
  line-height: 1.7;
  color: #3a3d40; /* Чуть светлее, чем основной темный */
  max-width: 800px; /* Ограничиваем ширину этого текста */
  margin-bottom: 20px;
}

.footer-bottom-image {
  width: 80px; /* Размер изображения */
  height: 80px;
  overflow: hidden;
  border-radius: 4px; /* Небольшое скругление */
}

.footer-bottom-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Чтобы изображение заполнило контейнер и обрезалось */
  display: block;
}

/* Адаптивность для футера */
@media (max-width: 768px) {
  .footer-top-row {
    flex-direction: column;
    align-items: flex-start; /* Или center, если нужно центрировать колонки */
    gap: 25px;
    text-align: center; /* Центрируем текст внутри колонок на мобильных */
  }
  .footer-column {
    width: 100%; /* Колонки занимают всю ширину */
    min-width: auto;
    text-align: center;
  }
  .footer-logo-column {
    align-self: center; /* Центрируем логотип */
  }
  .footer-column h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .footer-bottom-info {
    text-align: center;
  }
  .footer-bottom-info p {
    max-width: 100%;
  }
  .footer-bottom-image {
    margin: 0 auto; /* Центрируем картинку */
  }
}
@media (max-width: 480px) {
  .site-footer-main {
    padding: 40px 0;
  }
  .footer-column h4 {
    font-size: 1.1rem;
  }
  .footer-links-column a,
  .footer-contact-column a,
  .footer-contact-column p {
    font-size: 0.95rem;
  }
  .footer-bottom-info h5 {
    font-size: 0.85rem;
  }
  .footer-bottom-info p {
    font-size: 0.8rem;
  }
}
.ppazjpr4mk51igo {
  background-color: transparent;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #222;
  font-family: "Roboto";
}
.ppazjpr4mk51igo__contact {
  align-self: center;
  font-size: clamp(1.563rem, 1.285rem + 1.389vw, 2.5rem);
}
.ppazjpr4mk51igo__input {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ppazjpr4mk51igo__input input {
  background-color: #292845;
  border: 1px solid #292845;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  outline: none;
  padding: 11px 1rem;
  transition: all 0.4s;
  width: 100%;
}
.ppazjpr4mk51igo__input input:hover {
  border-color: #1BC2CA;
}
.ppazjpr4mk51igo__input input:-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.ppazjpr4mk51igo__input textarea {
  background-color: #292845;
  border: 1px solid #292845;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  min-height: 200px;
  outline: none;
  padding: 11px 1rem;
  transition: all 0.4s;
  width: 100%;
  resize: none;
}
.ppazjpr4mk51igo__input textarea:hover {
  border-color: #1BC2CA;
}
.ppazjpr4mk51igo__input textarea:-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.ppazjpr4mk51igo__input label {
  color: #222;
}
.ppazjpr4mk51igo__button {
  align-self: center;
  align-items: center;
  background-color: #1BC2CA;
  border: 2px solid #1BC2CA;
  border-radius: 10px;
  color: #FFFFFF;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: -0.3px;
  line-height: 1.6;
  margin: 0.4rem 0.8rem;
  padding: 10px 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out, box-shadow 2s ease-in-out;
}
.ppazjpr4mk51igo__button:hover {
  background-color: #0F6C70;
  border-color: #0F6C70;
  cursor: pointer;
}
.ppazjpr4mk51igo__button:focus {
  background-color: #0F6C70;
  border-color: #0F6C70;
}
.ppazjpr4mk51igo__button:disabled {
  background-color: #0F6C70;
  border-color: #0F6C70;
}
@media (max-width: 768px) {
  .ppazjpr4mk51igo__button {
    line-height: calc(1.4 * (1rem + 0 * (100vw - 20rem) / 28));
  }
}

.checkbox {
  color: #FFFFFF;
  cursor: pointer;
}
.checkbox__input {
  cursor: pointer;
}
.checkbox__label {
  cursor: pointer;
}

body {
  line-height: 1.6;
}

.site-header {
  background-color: #26292b;
  padding: 0 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  min-height: var(--header-height);
  transition: background-color 0.3s ease;
}

.asd1djasj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1900px;
  margin: 0 auto;
  height: 100%;
  padding-top: 10px;
}

.nav-group {
  display: flex;
  align-items: center;
  gap: 25px;
}

.desktop-nav a {
  color: #c7c79d;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 10px 0;
  transition: color 0.3s ease;
}

.desktop-nav a:hover {
  color: #ffffff;
}

.logo-link {
  background-color: #a7dcdf;
  border-radius: 40px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.logo-icon {
  width: 22px;
  height: 22px;
  display: block;
}

.logo-text {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  color: #000000;
  letter-spacing: 0.5px;
}

.burger-menu {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1010;
}

.burger-bar {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #c7c79d;
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
  border-radius: 1px;
}

.mobile-nav-menu {
  display: none;
  flex-direction: column;
  align-items: center;
  background-color: #26292b;
  position: absolute;
  top: var(--header-height);
  left: 0;
  width: 100%;
  padding: 10px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border-top: 1px solid #3a3d40;
}

.mobile-nav-menu a {
  color: #c7c79d;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  padding: 15px 20px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #3a3d40;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.mobile-nav-menu a:last-child {
  border-bottom: none;
}

.mobile-nav-menu a:hover {
  background-color: #3a3d40;
  color: #ffffff;
}

@media (max-width: 992px) {
  .site-header {
    padding: 0 15px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
  }
  .desktop-nav {
    display: none;
  }
  .logo-container {
    grid-column: 2/3;
    justify-self: center;
    margin: 0;
  }
  /* Если лого нужно слева, а бургер справа:
  .logo-container { grid-column: 1 / 2; justify-self: start; }
  .burger-menu { grid-column: 3 / 4; justify-self: end; }
  */
  .burger-menu {
    display: block;
    grid-column: 3/4;
    justify-self: end;
  }
  /* Если бургер слева, а лого по центру:
  .burger-menu { grid-column: 1 / 2; justify-self: start; }
  */
  .site-header.nav-active .mobile-nav-menu {
    display: flex;
  }
  .burger-menu.active .burger-bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .burger-menu.active .burger-bar:nth-child(2) {
    opacity: 0;
  }
  .burger-menu.active .burger-bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .burger-menu.active .burger-bar {
    background-color: #ffffff;
  }
}
main {
  padding-top: var(--header-height);
}

.hero-section {
  position: relative;
  background-image: url("../img/main/01.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.6);
  z-index: 1;
}

.hero-content-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 40px 5%;
  display: flex;
  justify-content: flex-start;
}

.hero-content {
  max-width: 650px;
  text-align: left;
}

.hero-content h1 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

.final-showcase-content h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

.hero-content p {
  font-size: 1rem;
  line-height: 1.7;
  text-transform: uppercase;
  margin-bottom: 35px;
  max-width: 550px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.hero-button {
  display: inline-block;
  background-color: #b9755d;
  color: #ffffff;
  padding: 15px 35px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  letter-spacing: 1px;
}

.hero-button:hover {
  background-color: #a56850;
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .hero-content h1 {
    font-size: 2.5rem;
  }
  .hero-content p {
    font-size: 0.95rem;
  }
  .hero-button {
    padding: 12px 30px;
    font-size: 0.85rem;
  }
}
@media (max-width: 768px) {
  .hero-section {
    min-height: 80vh;
    text-align: center;
  }
  .hero-content-wrapper {
    justify-content: center;
    padding: 30px 5%;
  }
  .hero-content {
    text-align: center;
    max-width: 100%;
  }
  .hero-content h1 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .hero-content p {
    font-size: 0.9rem;
    margin-bottom: 30px;
    max-width: 100%;
  }
  .hero-button {
    padding: 12px 25px;
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 1.8rem;
  }
  .hero-content p {
    font-size: 0.85rem;
  }
}
.about-us-section {
  padding: 60px 0;
}

.about-us-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.content-card {
  background-color: #cde7e8;
  border-radius: 25px;
  border: 2px solid #4a4a4a;
  display: flex;
  align-items: center;
  padding: 40px;
  gap: 40px;
  overflow: hidden;
}

.image-container {
  flex: 0 0 45%;
  max-width: 45%;
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}

.text-content {
  flex: 1 1 55%;
  color: #000000;
}

.text-content h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.text-content p {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}

@media (max-width: 992px) {
  .content-card {
    flex-direction: column;
    padding: 30px;
    gap: 30px;
  }
  .image-container {
    flex-basis: auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
  .text-content {
    flex-basis: auto;
    width: 100%;
    text-align: center;
  }
  .text-content h2 {
    font-size: 2rem;
  }
  .text-content p {
    font-size: 0.95rem;
  }
}
@media (max-width: 768px) {
  .about-us-section {
    padding: 40px 0;
  }
  .content-card {
    padding: 25px;
    gap: 25px;
    border-radius: 20px;
  }
  .text-content h2 {
    font-size: 1.8rem;
  }
  .text-content p {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .content-card {
    padding: 20px;
    border-radius: 15px;
  }
  .text-content h2 {
    font-size: 1.6rem;
  }
  .text-content p {
    font-size: 0.85rem;
  }
}
.events-section {
  padding: 60px 0;
}

.events-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.events-card {
  background-color: #cde7e8;
  border-radius: 25px;
  border: 2px solid #4a4a4a;
  display: flex;
  align-items: center;
  padding: 40px;
  gap: 40px;
  overflow: hidden;
}

.events-text-content {
  flex: 1 1 55%;
  color: #000000;
  padding-right: 20px;
}

.events-text-content h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.events-text-content p {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}

.events-image-container {
  flex: 0 0 45%;
  max-width: 45%;
}

.events-image-container img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 992px) {
  .events-card {
    flex-direction: column;
    padding: 30px;
    gap: 30px;
  }
  .events-text-content {
    flex-basis: auto;
    width: 100%;
    padding-right: 0;
    order: 1;
    text-align: center;
  }
  .events-image-container {
    flex-basis: auto;
    width: 100%;
    max-width: 100%;
    order: 2;
  }
  .events-text-content h2 {
    font-size: 2rem;
  }
  .events-text-content p {
    font-size: 0.95rem;
  }
}
@media (max-width: 768px) {
  .events-section {
    padding: 40px 0;
  }
  .events-card {
    padding: 25px;
    gap: 25px;
    border-radius: 20px;
  }
  .events-text-content h2 {
    font-size: 1.8rem;
  }
  .events-text-content p {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .events-card {
    padding: 20px;
    border-radius: 15px;
  }
  .events-text-content h2 {
    font-size: 1.6rem;
  }
  .events-text-content p {
    font-size: 0.85rem;
  }
}
.adventure-section {
  padding: 60px 0;
}

.adventure-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.adventure-card {
  background-color: #cde7e8;
  border-radius: 25px;
  border: 2px solid #4a4a4a;
  display: flex;
  align-items: center;
  padding: 40px;
  gap: 40px;
  overflow: hidden;
}

.adventure-image-container {
  flex: 0 0 45%;
  max-width: 45%;
}

.adventure-image-container img {
  width: 100%;
  height: auto;
  display: block;
}

.adventure-text-content {
  flex: 1 1 55%;
  color: #000000;
  padding-left: 20px;
}

.adventure-text-content h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.adventure-text-content p {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}

@media (max-width: 992px) {
  .adventure-card {
    flex-direction: column;
    padding: 30px;
    gap: 30px;
  }
  .adventure-image-container {
    flex-basis: auto;
    width: 100%;
    max-width: 100%;
    order: 1;
  }
  .adventure-text-content {
    flex-basis: auto;
    width: 100%;
    padding-left: 0;
    order: 2;
    text-align: center;
  }
  .adventure-text-content h2 {
    font-size: 2rem;
  }
  .adventure-text-content p {
    font-size: 0.95rem;
  }
}
@media (max-width: 768px) {
  .adventure-section {
    padding: 40px 0;
  }
  .adventure-card {
    padding: 25px;
    gap: 25px;
    border-radius: 20px;
  }
  .adventure-text-content h2 {
    font-size: 1.8rem;
  }
  .adventure-text-content p {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .adventure-card {
    padding: 20px;
    border-radius: 15px;
  }
  .adventure-text-content h2 {
    font-size: 1.6rem;
  }
  .adventure-text-content p {
    font-size: 0.85rem;
  }
}
.amenities-section {
  padding: 60px 0;
}

.amenities-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.section-header {
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 15px;
}

.section-header p {
  font-size: 1.1rem;
  color: #333333;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.amenity-card {
  background-color: #cde7e8;
  border-radius: 10px;
  padding: 25px;
  padding-left: 45px;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  overflow: hidden;
}

.amenity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.amenity-accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 15px;
}

.accent-purple {
  background-color: #8c6fde;
}

.accent-teal {
  background-color: #59c3c3;
}

.accent-orange {
  background-color: #f5b86a;
}

.amenity-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
  line-height: 1.3;
}

.amenity-content p {
  font-size: 0.9rem;
  color: #333333;
  line-height: 1.6;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  padding: 20px;
}

.modal.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s 0s;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  padding: 35px 40px;
  border-radius: 15px;
  max-width: 650px;
  width: 100%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  z-index: 2001;
  transform: scale(0.95);
  transition: transform 0.3s ease;
}

.modal.active .modal-content {
  transform: scale(1);
}

.modal-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close-btn svg {
  width: 20px;
  height: 20px;
}

.modal-close-btn svg path {
  stroke: #555;
  transition: stroke 0.2s ease;
}

.modal-close-btn:hover svg path {
  stroke: #000;
}

.modal-title {
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
  line-height: 1.3;
}

.modal-description {
  font-size: 1rem;
  color: #333333;
  line-height: 1.7;
  margin-bottom: 25px;
}

.modal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.modal-tags .tag {
  background-color: #e6e0f8;
  color: #5a4a93;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
}

.desktop-only {
  display: inline;
}

.mobile-only {
  display: none;
}

@media (max-width: 992px) {
  .section-header h2 {
    font-size: 2.4rem;
  }
  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: inline;
  }
}
@media (max-width: 768px) {
  .section-header h2 {
    font-size: 2rem;
  }
  .section-header p {
    font-size: 1rem;
  }
  .amenities-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .amenity-card {
    padding: 20px;
    padding-left: 35px;
  }
  .amenity-accent {
    width: 10px;
  }
  .amenity-content h3 {
    font-size: 1.25rem;
  }
  .amenity-content p {
    font-size: 0.85rem;
  }
  .modal-content {
    padding: 25px 20px;
    margin: 0 15px;
    max-height: 90vh;
    overflow-y: auto;
  }
  .modal-title {
    font-size: 1.6rem;
  }
  .modal-description {
    font-size: 0.9rem;
  }
}
.elegance-section {
  padding: 80px 0;
}

.elegance-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.elegance-section .section-header {
  margin-bottom: 50px;
}

.elegance-section .section-header h2 {
  font-size: 3rem;
  font-weight: 800;
  color: #000000;
  line-height: 1.25;
  margin-bottom: 25px;
  text-transform: none;
}

.elegance-section .section-header p {
  font-size: 1rem;
  color: #333333;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
}

.gallery-row {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.gallery-image-item {
  flex: 1 1 30%;
  max-width: calc((100% - 40px) / 3);
  overflow: hidden;
}

.gallery-image-item img {
  width: 100%;
  height: auto;
  /* Если нужна одинаковая высота и обрезка:
  height: 400px;  Примерная высота
  object-fit: cover;
  */
  display: block;
  border-radius: 8px;
  aspect-ratio: 1/1;
}

@media (max-width: 992px) {
  .elegance-section .section-header h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .elegance-section {
    padding: 60px 0;
  }
  .elegance-section .section-header h2 {
    font-size: 2.2rem;
  }
  .elegance-section .section-header p {
    font-size: 0.95rem;
  }
  .gallery-row {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .gallery-image-item {
    flex-basis: auto;
    width: 100%;
    max-width: 450px;
  }
}
@media (max-width: 480px) {
  .elegance-section .section-header h2 {
    font-size: 1.9rem;
  }
  .elegance-section .section-header p {
    font-size: 0.9rem;
  }
  .gallery-image-item {
    max-width: 100%;
  }
}
.final-cta-section {
  padding: 70px 0;
}

.final-cta-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-header-left {
  text-align: left;
  margin-bottom: 40px;
}

.section-header-left h2 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-header-left p {
  font-size: 1rem;
  color: #333333;
  line-height: 1.7;
  max-width: 850px;
}

.cta-image-wrapper {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.cta-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 992px) {
  .section-header-left h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .final-cta-section {
    padding: 50px 0;
  }
  .section-header-left h2 {
    font-size: 1.9rem;
  }
  .section-header-left p {
    font-size: 0.95rem;
  }
  .cta-image-wrapper {
    border-radius: 15px;
  }
}
@media (max-width: 480px) {
  .section-header-left h2 {
    font-size: 1.7rem;
    text-align: center;
  }
  .section-header-left p {
    font-size: 0.9rem;
    text-align: center;
    max-width: 100%;
  }
  .cta-image-wrapper {
    border-radius: 10px;
  }
}
.contact-form-section {
  padding: 70px 0;
}

.contact-form-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.contact-form-section .section-header {
  margin-bottom: 50px;
}

.contact-form-section .section-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 15px;
}

.contact-form-section .section-header p {
  font-size: 1.1rem;
  color: #333333;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.6;
}

.contact-content-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.contact-email-info {
  flex: 0 0 30%;
  font-size: 1.1rem;
  color: #333333;
  line-height: 1.7;
  padding-top: 15px;
}

.contact-email-info a {
  color: #000000;
  text-decoration: underline;
  font-weight: 500;
}

.contact-email-info a:hover {
  text-decoration: none;
}

.form-main-wrapper {
  flex: 1 1 70%;
  background-color: #cde7e8;
  padding: 40px;
  border-radius: 20px;
}

#contactForm .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

#contactForm .form-group {
  margin-bottom: 20px;
  flex-grow: 1;
}

#contactForm label {
  display: block;
  font-size: 0.85rem;
  color: #333333;
  margin-bottom: 8px;
  font-weight: 500;
}

#contactForm input[type=text],
#contactForm input[type=email],
#contactForm textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #333b42;
  border-radius: 6px;
  background-color: #e0f2f3;
  font-size: 1rem;
  color: #333333;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#contactForm input::-moz-placeholder, #contactForm textarea::-moz-placeholder {
  color: #6c7a7b;
  opacity: 1;
}

#contactForm input::placeholder,
#contactForm textarea::placeholder {
  color: #6c7a7b;
  opacity: 1;
}

#contactForm input:focus,
#contactForm textarea:focus {
  outline: none;
  border-color: #b9755d;
  box-shadow: 0 0 0 2px rgba(185, 117, 93, 0.2);
}

#contactForm textarea {
  resize: vertical;
  min-height: 100px;
}

.form-submit-btn {
  display: inline-block;
  background-color: #b9755d;
  color: #ffffff;
  padding: 14px 30px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  letter-spacing: 0.5px;
}

.form-submit-btn:hover {
  background-color: #a56850;
  transform: translateY(-2px);
}

/* #successModal .modal-content, .modal-title, .modal-description, .modal-close-btn
   могут наследовать стили от amenityModal, если классы одинаковые
   или можно задать специфичные, если нужны отличия */
#successModal .modal-title {
  color: #28a745;
}

@media (max-width: 992px) {
  .contact-form-section .section-header h2 {
    font-size: 2.4rem;
  }
  .contact-content-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .contact-email-info {
    flex-basis: auto;
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 0;
  }
  .form-main-wrapper {
    flex-basis: auto;
    width: 100%;
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .contact-form-section .section-header h2 {
    font-size: 2rem;
  }
  .contact-form-section .section-header p {
    font-size: 1rem;
  }
  .form-main-wrapper {
    padding: 30px;
    border-radius: 15px;
  }
  #contactForm .form-row {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 480px) {
  .contact-form-section .section-header h2 {
    font-size: 1.8rem;
  }
  .contact-form-section .section-header p {
    font-size: 0.95rem;
  }
  .form-main-wrapper {
    padding: 25px;
  }
  .form-submit-btn {
    width: 100%;
    padding: 15px;
  }
}
.menu-categories-section {
  padding: 70px 0;
}

.menu-categories-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.menu-categories-section .section-header {
  margin-bottom: 50px;
}

.menu-categories-section .section-header h2 {
  font-size: 3rem;
  font-weight: 800;
  color: #000000;
  line-height: 1.25;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 50px;
}

.category-item h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
  line-height: 1.3;
}

.category-item p {
  font-size: 1rem;
  color: #333333;
  line-height: 1.7;
}

@media (max-width: 992px) {
  .menu-categories-section .section-header h2 {
    font-size: 2.6rem;
  }
  .categories-grid {
    gap: 30px 40px;
  }
  .category-item h3 {
    font-size: 1.35rem;
  }
}
@media (max-width: 768px) {
  .menu-categories-section {
    padding: 50px 0;
  }
  .menu-categories-section .section-header h2 {
    font-size: 2.2rem;
  }
  .categories-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .category-item {
    text-align: center;
  }
  .category-item h3 {
    font-size: 1.3rem;
  }
  .category-item p {
    font-size: 0.95rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .menu-categories-section .section-header h2 {
    font-size: 2rem;
  }
  .category-item h3 {
    font-size: 1.2rem;
  }
  .category-item p {
    font-size: 0.9rem;
  }
}
.final-showcase-section {
  position: relative;
  background-image: url("../img/main/09.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 100px 0;
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.final-showcase-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.final-showcase-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.final-showcase-content {
  max-width: 600px;
  text-align: left;
}

.final-showcase-content h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
  margin-bottom: 20px;
}

.final-showcase-content p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 30px;
  font-weight: 400;
}

.final-showcase-button {
  display: inline-block;
  background-color: #b9755d;
  color: #ffffff;
  padding: 15px 35px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  letter-spacing: 0.5px;
}

.final-showcase-button:hover {
  background-color: #a56850;
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .final-showcase-section {
    padding: 80px 0;
    min-height: 60vh;
  }
  .final-showcase-content h2 {
    font-size: 2.4rem;
  }
  .final-showcase-content p {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .final-showcase-section {
    padding: 60px 0;
    min-height: auto;
    text-align: center;
  }
  .final-showcase-content {
    text-align: center;
    max-width: 100%;
  }
  .final-showcase-content h2 {
    font-size: 2rem;
  }
  .final-showcase-content p {
    font-size: 0.95rem;
    margin-bottom: 25px;
  }
  .final-showcase-button {
    padding: 12px 30px;
    font-size: 0.85rem;
  }
}
@media (max-width: 480px) {
  .final-showcase-content h2 {
    font-size: 1.8rem;
  }
  .final-showcase-content p {
    font-size: 0.9rem;
  }
}
.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 0 auto;
  border-radius: 20px;
}

.cookie-main-content {
  background-color: #0d0d0d;
  color: #ffffff;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
}

.cookie-text {
  flex-grow: 1;
  padding-right: 25px;
}

.cookie-text h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.cookie-text p {
  font-size: 0.9rem;
  line-height: 1.6;
  opacity: 0.9;
}

.cookie-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
  border-left: 1px solid #333333;
  padding-left: 25px;
  min-width: 180px;
}

.cookie-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
  width: 100%;
  text-align: center;
}

.btn-reject {
  background-color: #e9ecef;
  color: #212529;
}

.btn-reject:hover {
  background-color: #d3d9df;
}

.btn-accept {
  background-color: #424a53;
  color: #ffffff;
}

.btn-accept:hover {
  background-color: #343a40;
}

.cookie-privacy-info {
  background-color: #e0e7eb;
  padding: 12px 25px;
  text-align: left;
  border-radius: 20px;
}

.cookie-privacy-info a {
  font-size: 0.85rem;
  color: #343a40;
  text-decoration: none;
  font-weight: 500;
}

.cookie-privacy-info a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .cookie-main-content {
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
  }
  .cookie-text {
    padding-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .cookie-actions {
    border-left: none;
    padding-left: 0;
    min-width: auto;
  }
  .cookie-privacy-info {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .cookie-text h3 {
    font-size: 1.2rem;
  }
  .cookie-text p {
    font-size: 0.85rem;
  }
  .cookie-btn {
    font-size: 0.85rem;
    padding: 10px 15px;
  }
}
.dkj129d12j {
  display: block;
  color: white;
  margin-top: 5px;
}

.dsakdj1209j {
  margin-top: 10px;
}

.md12m12im {
  display: none;
}/*# sourceMappingURL=style.css.map */