@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora/Lora-VariableFont_wght.5666f85e55c0.ttf") format("truetype");
  font-weight: 400 700;
  font-style: normal;
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora/Lora-Italic-VariableFont_wght.21e7be184313.ttf") format("truetype");
  font-weight: 400 700;
  font-style: italic;
}
body {
  font-family: "Lora", serif;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #121212;
  background-image: radial-gradient(white, rgba(255, 255, 255, 0.2) 2px, transparent 40px), radial-gradient(white, rgba(255, 255, 255, 0.15) 1px, transparent 30px), radial-gradient(white, rgba(255, 255, 255, 0.1) 2px, transparent 40px), radial-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1) 2px, transparent 30px);
  background-size: 550px 550px, 350px 350px, 250px 250px, 150px 150px;
  background-position: 0 0, 40px 60px, 130px 270px, 70px 100px;
}

header {
  background-color: rgb(22, 22, 22);
  border-bottom: 1px solid #dee2e6;
  height: clamp(115px, 115px, 100%);
  padding: 0.5rem 1rem;
}

#header-content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 992px) {
  #header-content {
    grid-row-gap: 0.5rem;
  }
}
@media (min-width: 0px) and (max-width: 567px) {
  #header-content {
    grid-template-columns: 4fr 1fr;
  }
}

.brand {
  width: 150px;
  height: 90px;
}
.brand svg path,
.brand svg rect {
  fill: #FFFFFF;
}
.brand:hover svg path,
.brand:hover svg rect, .brand:focus svg path,
.brand:focus svg rect, .brand:active svg path,
.brand:active svg rect {
  fill: #e9b20b;
}

nav {
  grid-column-start: 2;
  grid-column-end: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  nav {
    display: none;
    padding-top: 0.5rem;
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 3;
    border-top: 1px dotted #FFFFFF;
  }
}
@media (min-width: 0px) and (max-width: 567px) {
  nav {
    display: none;
    grid-column: 1/-1;
    grid-row: 2/3;
    border-top: 1px dotted #FFFFFF;
    padding-top: 0.5rem;
  }
}
nav.small-screens-not-collapsed {
  display: flex;
}
nav.small-screens-collapsed {
  display: none;
}
@media (min-width: 992px) {
  nav.small-screens-collapsed {
    display: flex;
  }
}

.nav-menu {
  list-style-type: none;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  align-items: center;
  font-size: 1.5rem;
}
@media (min-width: 0px) and (max-width: 567px) {
  .nav-menu {
    flex-direction: column;
  }
}

.nav-menu-item {
  padding: 0 0.5rem;
}
@media (min-width: 0px) and (max-width: 567px) {
  .nav-menu-item {
    padding: 0.5rem 0;
  }
}

.nav-link {
  color: #FFFFFF;
  text-decoration: none;
}
.nav-link:hover, .nav-link:focus, .nav-link:active {
  color: #e9b20b;
}

.nav-contacts {
  grid-column: 5/-1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 0.2rem;
  width: 220px;
  justify-self: center;
}
@media (max-width: 992px) {
  .nav-contacts {
    grid-column: 3/4;
  }
}
@media (min-width: 0px) and (max-width: 567px) {
  .nav-contacts {
    display: none;
    grid-column: 1/-1;
    grid-row: 3/4;
  }
}
.nav-contacts.small-screens-not-collapsed {
  display: grid;
}
.nav-contacts.small-screens-collapsed {
  display: none;
}
@media (min-width: 567px) {
  .nav-contacts.small-screens-collapsed {
    display: grid;
  }
}

.phone {
  grid-column: 1/-1;
  text-decoration: underline;
  font-size: 1.5rem;
  color: #FFFFFF;
}
.phone:hover, .phone:focus, .phone:active {
  color: #e9b20b;
}

.vk-icon svg {
  width: 30.4px;
  height: 30.4px;
}

.nav-contacts a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-contacts a:not(.phone) {
  height: 48px;
  width: 48px;
  margin: 0 4px;
}
.nav-contacts a:hover path, .nav-contacts a:focus path, .nav-contacts a:active path {
  fill: #e9b20b;
}

.toggler {
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
  justify-self: center;
  display: none;
  width: 40px;
  height: 40px;
  padding: 2px 2px;
  border: 2.5px solid #dee2e6;
  border-radius: 0.75rem;
  margin-left: 20px;
  margin-right: 20px;
}
.toggler svg {
  width: 36px;
  height: 36px;
  justify-self: center;
  align-self: center;
}
.toggler svg path {
  stroke: #FFFFFF;
  stroke-width: 1.4;
}
.toggler:hover, .toggler:focus, .toggler:active {
  border-color: #e9b20b;
}
.toggler:hover svg path, .toggler:focus svg path, .toggler:active svg path {
  stroke: #e9b20b;
}
@media (max-width: 992px) {
  .toggler {
    grid-column: -2/-1;
    display: flex;
  }
}
@media (min-width: 0px) and (max-width: 567px) {
  .toggler {
    grid-column: 2/-1;
    grid-row: 1/2;
    display: flex;
  }
}

footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: auto;
  width: 100%;
  background-color: rgb(33, 37, 41);
  padding: 0.25rem;
  border-top: 1px solid white;
}

.footer_text {
  color: white;
}

.footer_link {
  color: white;
}

.block-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin: 1rem auto 1rem auto;
  width: clamp(150px, 1200px, 100%);
}
@media (max-width: 1300px) {
  .block-content {
    padding: 0 1.5%;
  }
}

.header-container {
  grid-column: 1/-1;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1.5px solid #424242;
  border-radius: 0.75rem;
  color: #FFFFFF;
  padding: 0.5rem;
  text-align: center;
}
.header-container h1 {
  font-size: 2rem;
  margin: 0;
}

.content-container {
  grid-column: 1/-1;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1.5px solid #424242;
  border-radius: 0.75rem;
  color: #FFFFFF;
  padding: 0.5rem;
  padding: 1rem;
}
.content-container.text-content-container p:not(:last-child) {
  margin-bottom: 1rem;
}

.card-container {
  grid-column: 1/-1;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1.5px solid #424242;
  border-radius: 0.75rem;
  color: #FFFFFF;
  padding: 0.5rem;
  grid-column: span 4;
  padding: 1rem;
}
@media (max-width: 1300px) {
  .card-container {
    grid-column: span 6;
  }
}
@media (max-width: 768px) {
  .card-container {
    grid-column: span 12;
  }
}

.filter_form {
  display: grid;
  grid-template-columns: repeat(5, minmax(100px, 20%));
  grid-column-gap: 0.5rem;
}
@media (max-width: 768px) {
  .filter_form {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0.5rem;
  }
}

.reservation_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 600px;
  background-color: rgba(29.85, 29.85, 29.85, 0.9);
  border: 1.5px solid #424242;
  border-radius: 0.75rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .reservation_container {
    width: 98%;
  }
}
.reservation_container.active {
  display: flex;
}
.reservation_container .reservation_header {
  background-color: rgb(22, 22, 22);
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.reservation_container h2 {
  color: #FFFFFF;
  text-align: center;
}
.reservation_container .form_container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: start;
  padding: 0 1rem;
  margin: 1rem 3rem;
  border-left: 1px dotted #dee2e6;
  color: #FFFFFF;
}
.reservation_container .form_container .form_texts {
  margin-bottom: 1rem;
}
.reservation_container .form_container .form_texts.reserved {
  margin-bottom: 0;
}
.reservation_container .form_container .p_first {
  margin-bottom: 0.75rem;
}
.reservation_container .reservation_button_container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  background-color: rgb(39.33, 39.33, 39.33);
  padding: 1rem;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  border-top: 1px solid #424242;
}
.reservation_container .reservation_button_container button:disabled {
  background-image: linear-gradient(to bottom, rgba(157, 157, 157, 0.05), rgba(157, 157, 157, 0.4));
  border: 1px solid rgba(157, 157, 157, 0.4);
}
.reservation_container .reservation_button_container button:disabled:hover {
  cursor: unset;
}
.reservation_container .reservation_button_container button:hover {
  cursor: pointer;
}
.reservation_container .reservation_button_container button:first-child {
  grid-column: 1/5;
}
.reservation_container .reservation_button_container button:last-child {
  grid-column: 7/13;
}

.form_w_loader {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.form_w_loader form {
  grid-column: 1/8;
  height: 150px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-row-gap: 1rem;
  grid-template-rows: repeat(2, 40px);
}
@media (max-width: 768px) {
  .form_w_loader form {
    grid-column: 1/13;
  }
}
.form_w_loader form input {
  grid-column: 1/13;
  padding: 0.3rem 0.5rem;
  border-radius: 0.75rem;
  border-style: none;
  font-family: "Lora", serif;
  font-size: 1rem;
}
.form_w_loader form input:disabled:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px rgba(128, 128, 128, 0.4) inset !important;
}
.form_w_loader .loading_animation_container {
  display: none;
  align-self: center;
  justify-self: center;
  grid-column: 10/13;
  grid-row: 1/2;
}
@media (max-width: 768px) {
  .form_w_loader .loading_animation_container {
    grid-column: 5/8;
    grid-row: 2/3;
  }
}
.form_w_loader .loading_animation_container.active {
  display: block;
}
.form_w_loader .loading_animation_container svg {
  height: 100px;
  width: 100px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  display: none;
  grid-template-columns: repeat(12, 1fr);
  justify-items: center;
}
.overlay.overlay-dark {
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay.overlay-light {
  background-color: rgba(255, 255, 255, 0.5);
}

.gradient_button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.375rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  color: #0a0a0a;
  border: none;
  border-radius: 0.75rem;
}
.gradient_button.primary-button {
  background-image: linear-gradient(145deg, #f1e0a5, #d4af37, #b59424, #a67c2f, #d4af37, #7b5e1b, #f1e0a5);
}
.gradient_button.primary-button:hover, .gradient_button.primary-button:focus, .gradient_button.primary-button:active {
  background-image: linear-gradient(145deg, #7b5e1b, #a67c2f, #d4af37, #f1e0a5, #e1c98a, #d4af37, #a67c2f, #f1e0a5);
}
.gradient_button.secondary-button {
  background-image: linear-gradient(145deg, #c0c0c0, #a6a6a6, #8c8c8c, #7f7f7f, #a6a6a6, #5c5c5c, #c0c0c0);
}
.gradient_button.secondary-button:hover, .gradient_button.secondary-button:focus, .gradient_button.secondary-button:active {
  background-image: linear-gradient(145deg, #a6a6a6, #c0c0c0, #d3d3d3, #a6a6a6, #7f7f7f, #c0c0c0);
}

.select2.select2-container.selection {
  height: 100%;
}

.select2.select2-container .select2-selection {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 31px;
  grid-column-gap: 0.375rem;
}
.select2.select2-container .select2-selection:hover .select2-selection__arrow, .select2.select2-container .select2-selection:focus .select2-selection__arrow, .select2.select2-container .select2-selection:active .select2-selection__arrow {
  background: linear-gradient(145deg, #a6a6a6, #c0c0c0, #d3d3d3, #a6a6a6, #7f7f7f, #c0c0c0);
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  height: 100%;
  width: 100%;
  border: 1px solid transparent;
  padding: 0.375rem 0 0.375rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .select2.select2-container .select2-selection .select2-selection__rendered {
    padding: 1rem 0 1rem 1rem;
  }
}

.select2.select2-container .select2-selection .select2-selection__arrow {
  background: linear-gradient(145deg, #c0c0c0, #a6a6a6, #8c8c8c, #7f7f7f, #a6a6a6, #5c5c5c, #c0c0c0);
  position: unset;
  display: flex;
  justify-content: center;
  justify-items: center;
  height: 100%;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  width: 31px;
}
.select2.select2-container .select2-selection .select2-selection__arrow b {
  border-color: #0a0a0a transparent transparent transparent;
  position: relative;
  left: 2.5px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #0a0a0a transparent !important;
}

.qa_item {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  background-color: rgb(46.44, 46.44, 46.44);
  border: 1.5px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  color: #0a0a0a;
}
.qa_item .question {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  background-image: linear-gradient(145deg, #c0c0c0, #a6a6a6, #8c8c8c, #7f7f7f, #a6a6a6, #5c5c5c, #c0c0c0);
  color: #0a0a0a;
  border: 1.5px solid transparent;
  border-radius: 0.75rem;
  padding: 0.4rem 0.4rem 0.4rem 1rem;
  cursor: pointer;
  font-weight: 600;
}
.qa_item .question:hover {
  background-image: linear-gradient(145deg, #a6a6a6, #c0c0c0, #d3d3d3, #a6a6a6, #7f7f7f, #c0c0c0);
  color: #0a0a0a;
  font-weight: 600;
}
.qa_item .question.active {
  background-image: linear-gradient(145deg, #f1e0a5, #d4af37, #b59424, #a67c2f, #d4af37, #7b5e1b, #f1e0a5);
  color: #0a0a0a;
  font-weight: 600;
}
.qa_item .question.active:hover {
  background-image: linear-gradient(145deg, #7b5e1b, #a67c2f, #d4af37, #f1e0a5, #e1c98a, #d4af37, #a67c2f, #f1e0a5);
}
.qa_item .question svg {
  width: 1rem;
  height: 1.25rem;
  flex-shrink: 0;
  align-self: center;
  transform: rotate(90deg);
  transition: transform 0.5s ease;
  margin: 0 0.5rem 0 1rem;
}
.qa_item .question svg g {
  fill: #0a0a0a;
}
.qa_item .question svg.active {
  transform: rotate(-90deg);
}
.qa_item .question:hover g {
  fill: #0a0a0a;
}
.qa_item .answer {
  grid-column: 1/-1;
  display: none;
  padding: 0.4rem 1rem;
  color: #FFFFFF;
}
.qa_item .answer.active {
  display: block;
}

a {
  color: #e9b20b;
}

.carousel-slide {
  width: 100%;
  height: auto;
  display: none;
}

.carousel-active {
  display: block;
}

.carousel__control {
  height: 30px;
  width: 30px;
  margin: -15px 0.5rem 0;
  top: 50%;
  position: absolute;
  display: block;
  cursor: pointer;
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: transparent;
  border-image-source: linear-gradient(145deg, #c0c0c0, #a6a6a6, #8c8c8c, #7f7f7f, #a6a6a6, #5c5c5c, #c0c0c0);
  border-image-slice: 1;
  opacity: 0.5;
  outline: 0;
  z-index: 3;
}

.carousel__control:hover {
  opacity: 1;
}

.carousel__control--backward {
  left: 10px;
  transform: rotate(-135deg);
}

.carousel__control--forward {
  right: 10px;
  transform: rotate(45deg);
}

.carousel-indicators {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  margin: 0;
}

.carousel-indicator {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  display: inline-block;
  z-index: 5;
  cursor: pointer;
  opacity: 0.35;
  margin: 0 2.5px 0 2.5px;
  background-image: linear-gradient(145deg, #c0c0c0, #a6a6a6, #8c8c8c, #7f7f7f, #a6a6a6, #5c5c5c, #c0c0c0);
}

.indicator-first {
  opacity: 0.8;
}

.carousel-indicator:hover {
  opacity: 1;
}

/* Стили для контейнера карты */
#map {
  position: relative; /* Для позиционирования внутренних элементов */
  width: 100%;
  height: 500px;
  border: 1.5px solid #424242;
  border-radius: 0.75rem;
  overflow: hidden;
  grid-column: span 12;
}

/* Стили для сайдбара */
#sidebar-content {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  background-color: rgb(39.33, 39.33, 39.33);
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  box-sizing: border-box;
  border-left: 1px solid #424242;
  z-index: 10;
}
@media (max-width: 1300px) {
  #sidebar-content {
    width: 300px;
  }
}
@media (max-width: 768px) {
  #sidebar-content {
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
  }
}
#sidebar-content.visible {
  display: block;
}
#sidebar-content .poi-item {
  border-bottom: 1px solid #424242;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 768px) {
  #sidebar-content .poi-item {
    max-height: 150px;
  }
}
#sidebar-content .poi-item .rabbit-map-name {
  grid-column: 7/13;
  grid-row: 1/2;
  justify-self: center;
  padding-top: 0.5rem;
  color: #FFFFFF;
}
#sidebar-content .poi-item .rabbit-map-image {
  width: 100%;
  grid-column: 1/7;
  rid-row: 1/2;
}
#sidebar-content .poi-item .rabbit-map-image img {
  max-width: 100%;
  max-height: 150px;
}

.banners-container {
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-row-gap: 0.5rem;
  grid-column-gap: 0.5rem;
}

.promo-card {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.promo-card img {
  width: 100%;
  grid-column: span 12;
  align-self: center;
}
.promo-card img#promo-delivery {
  transform: translateY(10px) scaleY(115%) scaleX(110%);
}
@media (max-width: 1600px) {
  .promo-card img#promo-delivery {
    transform: translateY(5px) scaleY(90%) scaleX(95%);
  }
}
.promo-card img#promo-pedigree {
  transform: translateY(-10px);
}
@media (max-width: 1600px) {
  .promo-card img#promo-health {
    transform: scaleY(90%) scaleX(85%);
  }
}
.promo-card p {
  width: 100%;
  grid-column: span 12;
  text-align: center;
  font-size: 2rem;
  font-style: italic;
  align-self: end;
  justify-self: center;
}

.rabbit_card {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-row-gap: 0.5rem;
}
@media (max-width: 1200px) {
  .rabbit_card {
    grid-column: span 6;
  }
}
@media (max-width: 768px) {
  .rabbit_card {
    grid-column: span 12;
  }
}
.rabbit_card .rabbit-photo-container {
  position: relative;
  grid-column: span 12;
  aspect-ratio: 4/3;
  overflow: hidden;
  border: 1.5px solid #424242;
  border-radius: 0.75rem;
}
.rabbit_card .rabbit-photo-container img {
  width: 100%;
  object-fit: cover;
  border: 1.5px solid #424242;
  border-radius: 0.75rem;
}
.rabbit_card .rabbit-photo-container video {
  width: 100%;
  object-fit: cover;
  border: 1.5px solid #424242;
  border-radius: 0.75rem;
}
.rabbit_card .rabbit-photo-container .play-icon {
  position: absolute;
  right: 16px;
  bottom: 2px;
  width: 64px;
  height: 64px;
  cursor: pointer;
  z-index: 10;
}
.rabbit_card .rabbit-photo-container .play-icon svg {
  width: 64px;
  height: 64px;
}
.rabbit_card .rabbit-photo-container .play-icon svg:hover path {
  fill: #FF0000;
}
.rabbit_card .rabbit_properties {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column: span 12;
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.125rem;
  width: 100%;
}
.rabbit_card .rabbit_properties div {
  border: 1.5px solid #424242;
  border-radius: 0.75rem;
  min-height: 1.5rem;
  padding: 0.2rem 0.2rem 0.2rem 0.5rem;
}
.rabbit_card .rabbit_properties .th {
  background: linear-gradient(145deg, #d0b76a, #c6a04b, #b49a6a, #a67c2f, #9f8c5a, #8c7b4a);
  margin-left: 0.375rem;
  color: #0a0a0a;
  font-weight: 500;
  grid-column: span 4;
}
.rabbit_card .rabbit_properties .th.attribute {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
}
.rabbit_card .rabbit_properties .th.attribute.gold {
  background: linear-gradient(145deg, #d0b76a, #c6a04b, #b49a6a, #a67c2f, #9f8c5a, #8c7b4a);
}
.rabbit_card .rabbit_properties .th.attribute.silver {
  background: linear-gradient(145deg, #9f9f9f, #858585, #6c6c6c, #5e5e5e, #858585, #474747, #9f9f9f);
}
.rabbit_card .rabbit_properties .td {
  margin-right: 0.375rem;
  background: rgb(39.33, 39.33, 39.33);
  grid-column: span 8;
}

.rabbit_buttons {
  border: 1.5px solid #424242;
  border-radius: 0.75rem;
  background-color: rgb(39.33, 39.33, 39.33);
  padding: 0.5rem;
  grid-column: 1/13;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 4px;
  grid-row-gap: 2px;
}
.rabbit_buttons a {
  text-decoration: none;
  grid-column: 1/5;
}
.rabbit_buttons button {
  grid-column: 7/13;
}

#hero-container {
  grid-column: span 12;
  height: 900px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  margin-bottom: -6rem;
}
@media (max-width: 768px) {
  #hero-container {
    height: 980px;
    grid-template-rows: repeat(14, 1fr);
  }
}
@media (max-width: 1600px) {
  #hero-container {
    grid-row-gap: 1rem;
  }
}
#hero-container h2 {
  grid-column: 7/12;
  grid-row: 2/5;
  background: linear-gradient(145deg, #f1e0a5, #d4af37, #b59424, #a67c2f, #d4af37, #7b5e1b, #f1e0a5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.25rem;
  font-style: italic;
  max-width: 28ch;
  text-wrap: balance;
  margin-left: auto;
  text-align: end;
}
@media (max-width: 1600px) {
  #hero-container h2 {
    grid-column: 7/13;
    grid-row: 2/6;
    padding-right: 1rem;
  }
}
@media (max-width: 1200px) {
  #hero-container h2 {
    grid-column: 2/13;
    grid-row: 1/5;
    padding-left: 1rem;
    text-align: end;
    max-width: none;
    background: linear-gradient(145deg, #fff4c2, #ffd700, #e6ac00, #cc8800, #ffd700, #b37400, #fff4c2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media (min-width: 0px) and (max-width: 567px) {
  #hero-container h2 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  #hero-container h2 {
    font-size: 3.25rem;
    grid-row: 1/6;
  }
}
#hero-container #thesis-list {
  grid-column: 7/12;
  grid-row: 5/10;
  color: white;
  font-size: 1.25rem;
  font-style: italic;
}
@media (max-width: 1600px) {
  #hero-container #thesis-list {
    grid-column: 8/13;
    grid-row: 5/10;
    padding-right: 1rem;
    padding-top: 2rem;
  }
}
@media (max-width: 1200px) {
  #hero-container #thesis-list {
    grid-column: 1/13;
    grid-row: 7/10;
    padding-left: 1rem;
    color: white;
  }
}
@media (max-width: 768px) {
  #hero-container #thesis-list {
    grid-row: 6/12;
  }
}
@media (min-width: 0px) and (max-width: 567px) {
  #hero-container #thesis-list {
    grid-row: 5/10;
    font-size: 1.1rem;
  }
}
#hero-container #thesis-list li {
  display: flex;
  align-content: center;
  justify-content: flex-end;
  text-align: end;
  margin-bottom: 10px;
  opacity: 1.5;
}
@media (max-width: 1200px) {
  #hero-container #thesis-list li {
    justify-content: end;
    text-align: end;
  }
}
#hero-container .custom-marker {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 12px; /* Отступ между маркером и текстом */
  background: linear-gradient(145deg, #c0c0c0, #a6a6a6, #8c8c8c, #7f7f7f, #a6a6a6, #5c5c5c, #c0c0c0);
  border-radius: 50%; /* Делаем маркер круглым */
  text-align: center;
}
#hero-container #hero-buttons-container {
  grid-column: 7/13;
  grid-row: 10/11;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1rem;
}
@media (max-width: 1600px) {
  #hero-container #hero-buttons-container {
    grid-column: 8/12;
    grid-row: 10/11;
    padding-top: 1rem;
  }
}
@media (max-width: 1200px) {
  #hero-container #hero-buttons-container {
    grid-column: 5/13;
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  #hero-container #hero-buttons-container {
    grid-column: 1/13;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    grid-row: 12/14;
  }
}
#hero-container .whatsapp-primary-button {
  grid-column: span 3;
  background: linear-gradient(145deg, #25D366, #1DA851, #1e7e34, #34B7F1, #1DA851, #128C7E, #25D366);
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  max-height: 50px;
  text-decoration: none;
}
@media (max-width: 1600px) {
  #hero-container .whatsapp-primary-button {
    grid-column: span 5;
  }
}
@media (max-width: 768px) {
  #hero-container .whatsapp-primary-button {
    grid-column: span 6;
  }
}
#hero-container .telegram-primary-button {
  grid-column: span 3;
  background: linear-gradient(145deg, #0088cc, #00aaff, #005f99, #33ccff, #00aaff, #006699, #0088cc);
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  max-height: 50px;
  text-decoration: none;
}
@media (max-width: 1600px) {
  #hero-container .telegram-primary-button {
    grid-column: span 5;
  }
}
@media (max-width: 768px) {
  #hero-container .telegram-primary-button {
    grid-column: span 6;
  }
}

.text-block {
  grid-column: 1/-1;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1.5px solid #424242;
  border-radius: 0.75rem;
  color: #FFFFFF;
  padding: 0.5rem;
}

.text-header {
  text-align: center;
  background-color: rgba(39.33, 39.33, 39.33, 0.9);
  border: 1.5px solid #424242;
  border-radius: 0.75rem;
  padding: 1rem;
}

.text-content {
  margin-top: 1rem;
  padding: 1rem;
}
.text-content > p:not(:last-child) {
  margin-bottom: 1rem;
}

.faq-h2 {
  grid-column: 1/-1;
  color: #FFFFFF;
}

.contacts-page {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
.contacts-page svg {
  grid-column: 2/3;
  width: 35px;
  height: 35px;
  align-self: center;
}
.contacts-page a {
  grid-column: 3/12;
  align-self: center;
  color: white;
}
.contacts-page a:hover {
  color: #e9b20b;
}
.contacts-page img {
  max-width: 100%;
  grid-column: 1/13;
}

.article_card {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  padding: 0;
}
.article_card .article-photo-container {
  position: relative;
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.article_card .article-photo-container img {
  width: 100%;
  border: 1.5px solid transparent;
  border-radius: 0.75rem;
  grid-area: 1/1/-1/-1;
}
.article_card .article-photo-container .text-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  grid-area: 1/1/-1/-1;
  background-color: #121212;
  opacity: 60%;
  padding: 1rem 1rem;
}
.article_card .article-photo-container .text-overlay p {
  margin-top: 0.5rem;
}

.rabbit_item {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border: 1.5px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  grid-column-gap: 2%;
  grid-row-gap: 1rem;
}

.rabbit_name {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1.5px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  background: rgba(0, 0, 0, 0.07);
}
.rabbit_name h1 {
  margin: 0;
  padding: 0.5rem;
  font-size: 20px;
}

.rabbit_image_block {
  grid-column: 1/7;
  width: 100%;
  display: flex;
}
@media (max-width: 992px) {
  .rabbit_image_block {
    grid-column: 1/-1;
    grid-row: 1/2;
  }
}
.rabbit_image_block .carousel-container {
  width: 100%;
  border: 1.5px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  position: relative;
  overflow: hidden;
}
.rabbit_image_block .carousel-container .slide {
  width: 100%;
}

.rabbit_sideblock {
  grid-column: 7/-1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-row-gap: 1.5rem;
  width: 100%;
}
@media (max-width: 992px) {
  .rabbit_sideblock {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
}

.rabbit_sideblock_rows_one {
  grid-column: 1/-1;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}
@media (max-width: 768px) {
  .rabbit_sideblock_rows_one {
    grid-row: 3/4;
  }
}
.rabbit_sideblock_rows_one a {
  color: #dfdfdf;
}
.rabbit_sideblock_rows_one div {
  border: 1.5px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  padding: 0.5rem;
}
.rabbit_sideblock_rows_one div:nth-child(odd) {
  color: #0a0a0a;
  font-weight: 600;
  background: linear-gradient(145deg, #d0b76a, #c6a04b, #b49a6a, #a67c2f, #9f8c5a, #8c7b4a);
}
.rabbit_sideblock_rows_one div:nth-child(even) {
  background: rgb(39.33, 39.33, 39.33);
}

.rabbit_bottom_sideblock_row {
  grid-column: 1/-1;
  width: 100%;
  height: 36px;
  align-self: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 4px;
  grid-row-gap: 8px;
}
@media (max-width: 768px) {
  .rabbit_bottom_sideblock_row {
    grid-row: 2/3;
  }
}
@media (min-width: 0px) and (max-width: 567px) {
  .rabbit_bottom_sideblock_row {
    grid-template-columns: 1fr;
    height: 84px;
  }
}
.rabbit_bottom_sideblock_row .rabbit_price {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 4px;
}
.rabbit_bottom_sideblock_row .rabbit_price div {
  border: 1.5px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  min-height: 36px;
  padding: 0.5rem;
}
.rabbit_bottom_sideblock_row .rabbit_price div:nth-child(odd) {
  color: #0a0a0a;
  font-weight: 600;
  background: linear-gradient(145deg, #d0b76a, #c6a04b, #b49a6a, #a67c2f, #9f8c5a, #8c7b4a);
}
.rabbit_bottom_sideblock_row .rabbit_price div:nth-child(even) {
  background: rgb(39.33, 39.33, 39.33);
}

.rabbit_sideblock_rows {
  grid-column: 1/-1;
  grid-row: 3/4;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}
@media (max-width: 768px) {
  .rabbit_sideblock_rows {
    grid-template-columns: repeat(2, 1fr);
  }
}
.rabbit_sideblock_rows a {
  color: #dfdfdf;
}
.rabbit_sideblock_rows div {
  border: 1.5px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  min-height: 36px;
  padding: 0.5rem;
}
.rabbit_sideblock_rows div:nth-child(odd) {
  color: #0a0a0a;
  font-weight: 600;
  background: linear-gradient(145deg, #9f9f9f, #858585, #6c6c6c, #5e5e5e, #858585, #474747, #9f9f9f);
}
.rabbit_sideblock_rows div:nth-child(even) {
  background: rgb(39.33, 39.33, 39.33);
}

.rabbit_description {
  grid-column: 1/-1;
  grid-row: 4/5;
  width: 100%;
  border: 1.5px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  padding: 0.3rem 0.6rem;
  text-align: justify;
  min-height: 6rem;
  background: rgb(39.33, 39.33, 39.33);
}

.article-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1rem;
}
.article-container .article-intro-container {
  grid-column: 1/-1;
  grid-row: 1/2;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1rem;
  align-items: start;
  border-bottom: 2px solid white;
}
@media (max-width: 992px) {
  .article-container .article-intro-container {
    grid-row-gap: 1rem;
  }
}
.article-container .article-intro-container h1 {
  grid-column: 1/9;
  grid-row: 1/2;
  margin: 0 auto;
  width: 100%;
  height: clamp(56px, auto, none);
  background-color: rgba(255, 255, 255, 0.05);
  border: 1.5px solid #424242;
  border-radius: 0.75rem;
  color: #FFFFFF;
  padding: 0.5rem;
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 992px) {
  .article-container .article-intro-container h1 {
    grid-column: 1/-1;
    grid-row: 1/2;
  }
}
.article-container .article-intro-container .article-description {
  grid-column: 1/9;
  grid-row: 2/3;
  margin: 1rem auto 0;
  padding: 0.5rem;
  width: 90%;
}
@media (max-width: 992px) {
  .article-container .article-intro-container .article-description {
    grid-column: 1/-1;
    grid-row: 3/4;
    margin: 0 auto 0;
    padding: 0 0 1rem;
  }
}
.article-container .article-intro-container .article-preview-image {
  grid-column: 9/13;
  grid-row: 1/3;
  width: 100%;
  margin-bottom: 1rem;
  justify-self: center;
  border: 1.5px solid transparent;
  border-radius: 0.75rem;
}
@media (max-width: 992px) {
  .article-container .article-intro-container .article-preview-image {
    grid-column: 1/-1;
    grid-row: 2/3;
    max-width: 450px;
    margin-bottom: 0;
  }
}
.article-container .article-element {
  grid-column: 1/-1;
  padding: 1rem 0.5rem;
  border-bottom: 2px solid white;
}
.article-container .article-element h2 {
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin: 0 0 0.2rem 0;
}
.article-container .article-element h3 {
  font-size: 1.2rem;
  line-height: 1.9rem;
  margin: 0.2rem 0;
}
.article-container .article-element p {
  line-height: 1.5rem;
  margin: 0.5rem 0;
}
.article-container .article-element ul {
  list-style-type: disc;
  padding-left: 20px;
}

.food-allowed-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-row-gap: 1rem;
}
.food-allowed-container form {
  grid-column: 4/10;
  grid-row: 1/2;
  width: 100%;
}
@media (max-width: 1200px) {
  .food-allowed-container form {
    grid-column: 3/-3;
  }
}
@media (max-width: 992px) {
  .food-allowed-container form {
    grid-column: 1/-1;
  }
}
.food-allowed-container .allowed-result {
  grid-column: 4/10;
  grid-row: 2/3;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 0.5rem;
  border-radius: 0.75rem;
}
@media (max-width: 1200px) {
  .food-allowed-container .allowed-result {
    grid-column: 3/-3;
  }
}
@media (max-width: 992px) {
  .food-allowed-container .allowed-result {
    grid-column: 1/-1;
  }
}
.food-allowed-container .allowed-result.allowed {
  border: 1.5px solid #424242;
  background-color: rgba(44, 78, 56, 0.8);
  color: #c5ecce;
}
.food-allowed-container .allowed-result.not-allowed {
  border: 1.5px solid #424242;
  background-color: rgba(147, 0, 10, 0.8);
  color: #ffdad6;
}
.food-allowed-container .food-description {
  grid-column: 4/10;
  grid-row: 3/4;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 1rem;
  border: 1.5px solid #424242;
  border-radius: 0.75rem;
}
@media (max-width: 1200px) {
  .food-allowed-container .food-description {
    grid-column: 3/-3;
  }
}
@media (max-width: 992px) {
  .food-allowed-container .food-description {
    grid-column: 1/-1;
  }
}
.food-allowed-container img {
  grid-column: 4/10;
  grid-row: 4/5;
  width: 100%;
  border: 1.5px solid #424242;
  border-radius: 0.75rem;
}
@media (max-width: 1200px) {
  .food-allowed-container img {
    grid-column: 3/-3;
  }
}
@media (max-width: 992px) {
  .food-allowed-container img {
    grid-column: 1/-1;
  }
}

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

.h2-container {
  grid-column: span 12;
  --text:#EAEAEA;
  --gold:#C9A44A;
  --gold-soft: rgba(201,164,74,.55);
  --halo: rgba(201,164,74,.22);
  --shadow: rgba(0,0,0,.45);
  --w: min(420px, 60vw);
  --core: 2px;
  margin-bottom: 2rem;
  text-align: center;
  color: var(--text);
}
.h2-container h2 {
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 40px);
  line-height: 1.4;
  letter-spacing: 0.01em;
  margin: 0;
  background: linear-gradient(145deg, #f1e0a5, #d4af37, #b59424, #a67c2f, #d4af37, #7b5e1b, #f1e0a5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  position: relative;
}

:root {
  --bg:#0B0B0B;
  --card: rgba(0,0,0,.65);
  --gold:#C9A44A;
  --gold-weak: rgba(201,164,74,.35);
  --text:#EAEAEA;
  --muted:#CFCFCF;
  --radius:18px;
  --shadow: 0 10px 34px rgba(0,0,0,.45);
}

/* reverted hero readability overlay */
.features-grid {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}
.features-grid .feature {
  position: relative;
  overflow: hidden;
  padding: clamp(18px, 3.6vw, 34px);
  border-radius: var(--radius);
  background: radial-gradient(90% 160% at 50% 0%, rgba(255, 255, 255, 0.03), transparent 60%), linear-gradient(180deg, #121212 0%, #0C0C0C 100%);
  color: var(--text);
  box-shadow: var(--shadow);
  backdrop-filter: blur(3px);
  isolation: isolate; /* чтобы тени/градиенты не вылезали наружу */
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.features-grid .feature .feature-icon {
  color: var(--gold);
  margin-bottom: clamp(8px, 1.4vw, 10px);
}
.features-grid .feature .feature-title {
  margin: 0 0 0.35em 0;
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  font-size: clamp(20px, 2.6vw, 32px);
  letter-spacing: 0.01em;
  color: var(--gold);
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}
.features-grid .feature .feature-text {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  max-width: 40ch;
}
.features-grid .feature::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px; /* толщина рамки */
  background: linear-gradient(180deg, var(--gold), rgba(201, 164, 74, 0.4));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.features-grid .feature::after {
  content: "";
  position: absolute;
  inset: 10% 6% auto 6%;
  height: 38%;
  border-radius: 999px;
  background: radial-gradient(60% 120% at 50% 0%, rgba(201, 164, 74, 0.2), transparent 70%);
  filter: blur(8px);
  opacity: 0.75;
  pointer-events: none;
}

.content-container.text-content-container.breed-info-center {
  position: relative;
  max-width: 900px;
  margin-inline: auto;
  padding: clamp(16px, 3vw, 24px);
  border-radius: 18px;
  background: radial-gradient(90% 160% at 50% 0%, rgba(255, 255, 255, 0.03), transparent 60%), linear-gradient(180deg, rgba(12, 12, 12, 0.85) 0%, rgba(10, 10, 10, 0.8) 100%);
  border: 1px solid transparent;
  box-shadow: var(--shadow);
  backdrop-filter: blur(3px);
  color: var(--muted);
  line-height: 1.8;
  font-size: clamp(15px, 1.6vw, 17px);
}
.content-container.text-content-container.breed-info-center::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, var(--gold), rgba(201, 164, 74, 0.35));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.content-container.text-content-container.breed-info-center::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(48px, 12vw, 120px);
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(145deg, #f1e0a5, #d4af37, #b59424, #a67c2f, #d4af37, #7b5e1b, #f1e0a5);
  box-shadow: 0 8px 24px rgba(201, 164, 74, 0.35);
  pointer-events: none;
}

.expected-banner {
  grid-column: span 12;
  width: 100%;
  color: #FFFFFF;
  background-size: cover;
  background-position: center;
  padding: 32px 16px;
  position: relative;
  border-radius: 22px;
  overflow: hidden;
}
.expected-banner::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 40%;
  background: radial-gradient(80% 110% at 50% 0%, rgba(0, 0, 0, 0.35), transparent 70%);
  pointer-events: none;
}
.expected-banner .expected-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: clamp(16px, 3vw, 28px);
  border-radius: 18px;
  background: radial-gradient(90% 160% at 50% 0%, rgba(255, 255, 255, 0.03), transparent 60%), linear-gradient(180deg, rgba(12, 12, 12, 0.9) 0%, rgba(10, 10, 10, 0.8) 100%);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
  isolation: isolate;
}
.expected-banner .expected-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, var(--gold), rgba(201, 164, 74, 0.35));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.expected-banner .expected-inner h2 {
  margin: 0 0 8px 0;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 34px);
  letter-spacing: 0.01em;
  background: linear-gradient(145deg, #f1e0a5, #d4af37, #b59424, #a67c2f, #d4af37, #7b5e1b, #f1e0a5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}
.expected-banner .expected-inner .expected-date-text {
  font-size: clamp(14px, 1.6vw, 18px);
  opacity: 0.95;
  margin: 8px auto 16px auto;
  max-width: 60ch;
}
.expected-banner .expected-inner .countdown {
  display: grid;
  grid-template-columns: repeat(3, minmax(96px, 1fr));
  gap: 12px;
  justify-items: center;
  align-items: stretch;
}
@media (max-width: 768px) {
  .expected-banner .expected-inner .countdown {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.expected-banner .expected-inner .countdown .cd-item {
  position: relative;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 14px;
  padding: 12px 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}
.expected-banner .expected-inner .countdown .cd-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, rgba(201, 164, 74, 0.7), rgba(201, 164, 74, 0.25));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.expected-banner .expected-inner .countdown .cd-item .num {
  display: block;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 800;
  line-height: 1.2;
  color: var(--text);
  text-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}
.expected-banner .expected-inner .countdown .cd-item .label {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.9;
}
@media (min-width: 768px) {
  .expected-banner .expected-inner h2 {
    font-size: 2rem;
  }
  .expected-banner .expected-inner .countdown {
    gap: 14px;
  }
  .expected-banner .expected-inner .countdown .cd-item {
    min-width: 120px;
    padding: 14px 18px;
  }
  .expected-banner .expected-inner .countdown .cd-item .num {
    font-size: 1.9rem;
  }
}

.ornate-divider {
  grid-column: 1/-1;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* reverted promo caption shadow */

/*# sourceMappingURL=main.css.04cfd32ed4dc.map */
