/*! 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.
 */
* {
  box-sizing: border-box;
}

img,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

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 */
  -webkit-text-decoration: underline dotted;
  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;
}

/* Libraries, which is used in current project. */
/* Libraries, which is used in current project. */
/* Some styles, which is used for correct sprite-generation, vars, mixins and etc */
/* Please, do not edit with file! */
/* This file can be overwritten by update-project! */
/* Mixins, which are specific for current project */
/* Mixins and vars for sprite generation */
/* Scss for used fonts */
/* Vars, which are specific for current project */
/* Styles for UI-elements */
:root {
  --font-family: "Inter", sans-serif;
  --font-family-secondary: "Yanone Kaffeesatz", sans-serif;
  --font-family-accent: "Prata", sans-serif;
  --color-main: #000;
  --color-bg: #f8f2e7;
  --color-bg-dark: #3e2c1c;
  --color-bg-button: linear-gradient(130deg, #d4a857 0%, #b78e42 100%);
  --color-text-button: #3e2c1c;
  --transition: 0.3s ease-out;
}

a {
  outline: none;
  text-decoration: none;
  color: var(--color-main);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.title {
  text-transform: uppercase;
  font-family: var(--font-family-secondary);
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.title_h1 {
  font-size: 46px;
}
@media (max-width: 680px) {
  .title_h1 {
    font-size: 36px;
  }
}
.title_h2 {
  font-size: 36px;
}
@media (max-width: 680px) {
  .title_h2 {
    font-size: 28px;
  }
}
.title_h3 {
  font-size: 26px;
}
@media (max-width: 680px) {
  .title_h3 {
    font-size: 20px;
  }
}

.button {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: var(--color-bg-button);
  border: 0;
  outline: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: var(--font-family);
  padding: 0 24px;
  font-size: 16px;
  border-radius: 5px;
  height: 40px;
  color: var(--color-text-button);
  font-weight: 600;
}
.button_secondary {
  height: 68px;
  background: linear-gradient(130deg, #cdbf72 0%, #b88629 100%);
  color: #fff;
  text-transform: uppercase;
  border-radius: 12px;
}
@media screen and (min-width: 680px) {
  .button:hover {
    box-shadow: inset 0 4px 4px 0 #96642c;
    color: #fff;
    background: linear-gradient(130deg, #d4a857 0%, #b78e42 100%);
  }
}

.bc-subs {
  margin: 0 0 54px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 680px) {
  .bc-subs {
    margin: 0 0 30px;
    font-size: 14px;
  }
}
.bc-subs__links:not(:last-child):after {
  content: "/";
  margin: 0 4px;
}
.bc-subs a.bc-subs__links:hover {
  opacity: 0.7;
}

.bc-tabs {
  display: -webkit-box;
  display: flex;
  gap: 40px;
  margin: 24px 0 40px;
}
@media (max-width: 680px) {
  .bc-tabs {
    gap: 20px;
    grid-row-gap: 14px;
    margin: 16px 0 30px;
    flex-wrap: wrap;
  }
}
.bc-tabs__item {
  display: block;
  color: #a6a6a6;
  border-bottom: 1px solid transparent;
}
.bc-tabs__item:hover {
  color: #272727;
}
.bc-tabs__item_current {
  border-color: #272727;
  color: #272727;
  font-weight: bold;
}

.bc-filter {
  margin: 24px 0 40px;
  display: -webkit-box;
  display: flex;
  gap: 40px;
  position: relative;
  z-index: 5;
  flex-wrap: wrap;
}
@media (max-width: 680px) {
  .bc-filter {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.bc-filter__field {
  position: relative;
}
.bc-filter__value {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #a6a6a6;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.bc-filter__value span {
  border-bottom: 1px solid transparent;
}
.bc-filter__value svg {
  width: 16px;
  height: auto;
}
.bc-filter__value:hover {
  color: #272727;
}
.bc-filter__field_active .bc-filter__value svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bc-filter__field_active .bc-filter__value span {
  border-color: #272727;
  color: #272727;
}
.bc-filter__drop {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  padding: 14px 10px;
  background: #3e2c1c;
  z-index: 5;
  width: 100%;
  min-width: 200px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  pointer-events: none;
  max-height: 300px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  overflow-y: auto;
}
@media (max-width: 680px) {
  .bc-filter__drop {
    min-width: initial;
  }
}
.bc-filter__field_active .bc-filter__drop {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  pointer-events: auto;
}
.bc-filter__item:not(:last-child) {
  margin: 0 0 12px;
}
.bc-filter__item input {
  display: none;
}
.bc-filter__item input + label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 0 0 24px;
  display: block;
  color: #bbb;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.bc-filter__item input + label:hover {
  color: #fff;
}
.bc-filter__item input + label:before {
  content: "";
  left: 1px;
  top: 1px;
  width: 14px;
  height: 14px;
  border: 1px solid #bbb;
  position: absolute;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.bc-filter__item input + label:after {
  width: 6px;
  height: 6px;
  left: 5px;
  top: 7px;
  content: "";
  position: absolute;
  background: #fff;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
}
.bc-filter__item input:checked + label {
  color: #fff;
}
.bc-filter__item input:checked + label:before {
  border-color: #fff;
}
.bc-filter__item input:checked + label:after {
  opacity: 1;
}

/* Common styles for current project */
html,
body {
  height: 100%;
}

body {
  background: var(--color-bg);
  color: var(--color-main);
  font-size: 16px;
  font-family: var(--font-family);
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}

.max-width {
  max-width: 1350px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}

.bc-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.bc-content {
  margin: 0 0 auto;
  padding-top: 40px;
}
@media (max-width: 680px) {
  .bc-content {
    padding-top: 20px;
  }
}
.bc-content:has(.bc-hero) {
  padding-top: 0;
}
.bc-content:has(.bc-hero) .bc-fiches {
  margin-top: -80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 680px) {
  .bc-content:has(.bc-hero) .bc-fiches {
    margin-top: 60px;
  }
}

/*! Hero Section
-----------------------
 */
.bc-hero {
  padding: 130px 0 140px;
  position: relative;
}
@media (max-width: 1170px) {
  .bc-hero {
    padding: 100px 0 120px;
  }
}
.bc-hero__content {
  position: relative;
  z-index: 2;
  color: #fff;
}
.bc-hero__title {
  text-transform: uppercase;
  font-size: 64px;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 1170px) {
  .bc-hero__title {
    font-size: 48px;
  }
}
@media (max-width: 680px) {
  .bc-hero__title {
    font-size: 36px;
  }
}
.bc-hero__desc {
  max-width: 650px;
  font-size: 32px;
  text-transform: uppercase;
  margin: 24px 0 32px;
}
@media (max-width: 1170px) {
  .bc-hero__desc {
    font-size: 20px;
  }
}
.bc-hero__button .button {
  min-width: 300px;
  height: 60px;
}
@media (max-width: 1170px) {
  .bc-hero__button .button {
    min-width: initial;
    height: 50px;
  }
}
.bc-hero__bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bc-hero__bg:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.bc-hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*! Page Head
-----------------------
 */
.bc-page-head {
  display: -webkit-box;
  display: flex;
  gap: 60px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0 0 60px;
}
.bc-page-head:has(.bc-page-head__controls) {
  -webkit-box-align: end;
  align-items: flex-end;
}
@media (max-width: 680px) {
  .bc-page-head:has(.bc-page-head__controls) {
    -webkit-box-align: start;
    align-items: flex-start;
  }
}
.bc-page-head_vertical {
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin: 0 0 40px;
}
@media (max-width: 680px) {
  .bc-page-head {
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 0 0 40px;
  }
}
.bc-page-head__controls {
  display: -webkit-box;
  display: flex;
  gap: 8px;
}
@media (max-width: 680px) {
  .bc-page-head__controls {
    display: none;
  }
}
.bc-page-head__controls-arrow {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: var(--color-bg-dark);
  width: 58px;
  height: 58px;
}
.bc-page-head__controls-arrow:hover {
  background: #c7a257;
}
.bc-page-head__title {
  -webkit-box-flex: 0;
  flex: none;
  width: 40%;
}
@media (max-width: 680px) {
  .bc-page-head__title {
    width: 100%;
  }
}
.bc-page-head_vertical .bc-page-head__title {
  width: 100%;
}
.bc-page-head__desc {
  -webkit-box-flex: 1;
  flex: auto;
}

/*! Article Page
-----------------------
 */
.bc-article {
  margin: 0 0 120px;
  overflow: hidden;
}
.bc-article__preview {
  margin: 0 0 40px;
}
.bc-article__preview img {
  border-radius: 5px;
}
@media (max-width: 680px) {
  .bc-article__preview {
    margin-left: -20px;
    margin-right: -20px;
  }
  .bc-article__preview img {
    border-radius: 0;
    min-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.bc-article__content .img-right {
  float: right;
  margin: 0 0 50px 50px;
}
@media (max-width: 680px) {
  .bc-article__content .img-right {
    float: none;
    width: 100%;
    margin: 0 0 34px;
  }
}
.bc-article__content .img-left {
  float: left;
  margin: 0 50px 50px 0;
}
@media (max-width: 680px) {
  .bc-article__content .img-left {
    float: none;
    width: 100%;
    margin: 0 0 34px;
  }
}

/*! News List
-----------------------
 */
.bc-news-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  grid-row-gap: 24px;
}
@media (max-width: 1280px) {
  .bc-news-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 680px) {
  .bc-news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.bc-news-card {
  display: block;
  position: relative;
  overflow: hidden;
}
.bc-news-card__pic {
  overflow: hidden;
}
.bc-news-card__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.bc-news-card:hover .bc-news-card__pic img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  opacity: 0.8;
}
.bc-news-card__about {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  min-height: 113px;
  background: rgba(62, 44, 28, 0.8);
  z-index: 3;
}
@media (max-width: 680px) {
  .bc-news-card__about {
    font-size: 14px;
    padding: 16px 20px;
    min-height: initial;
  }
}
.bc-news-card__title {
  color: #fff;
  display: block;
  font-weight: bold;
}

/*! Catalog Page
-----------------------
 */
.bc-catalog {
  margin: 0 0 120px;
}
.bc-catalog:last-child {
  margin: 0;
}
.bc-catalog__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (max-width: 1444px) {
  .bc-catalog__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1280px) {
  .bc-catalog__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 680px) {
  .bc-catalog__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bc-catalog__item {
  display: block;
  position: relative;
}
.bc-catalog__pic {
  overflow: hidden;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 5px;
  padding-top: 134%;
}
.bc-catalog__pic:before {
  content: "";
  z-index: 3;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.bc-catalog__pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.bc-catalog__item:hover .bc-catalog__pic img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  opacity: 0.8;
}
.bc-catalog__labels {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 4;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 4px;
}
.bc-catalog__labels-item {
  height: 28px;
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 16px;
}
.bc-catalog__labels-item_hot {
  background: #f29731;
}
.bc-catalog__labels-item_sale {
  background: #9e0b0f;
}
.bc-catalog__title {
  position: absolute;
  left: 0;
  z-index: 4;
  bottom: 50px;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  letter-spacing: -0.04em;
  font-weight: bold;
  color: #fff;
}
.bc-catalog__button {
  position: absolute;
  z-index: 4;
  left: 6px;
  width: calc(100% - 12px);
  bottom: -6px;
}
.bc-catalog__button .button {
  width: 100%;
}
.bc-catalog__more {
  margin: 60px 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.bc-catalog__more .button {
  width: 240px;
}

/*! Card Item
-----------------------
 */
.bc-card {
  margin: 0 0 120px;
}
@media (max-width: 1170px) {
  .bc-card {
    margin: 0 0 80px;
  }
}
.bc-card__grid {
  margin: 0 0 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1170px) {
  .bc-card__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.bc-card__pic {
  width: 45.5%;
  -webkit-box-flex: 0;
  flex: none;
  position: relative;
}
@media (max-width: 1170px) {
  .bc-card__pic {
    width: 100%;
  }
}
.bc-card__pic-main {
  background-clip: padding-box;
  border: solid 2px transparent;
  position: relative;
  max-width: 442px;
    margin-left: auto;
}
.bc-card__pic-main:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  /* background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#af8735),
    to(#c9b76b)
  ); */
  /* background: linear-gradient(to top, #af8735, #c9b76b); */
}
.bc-card__pic-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 520px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 5px;
  border: 1px solid #D4A857;
}
.bc-card__pic-thumbs {
  position: absolute;
  left: 0;
  top: 0;
  width: 134px;
  height: 100%;
  z-index: 3;
}
@media (max-width: 1170px) {
  .bc-card__pic-thumbs {
    position: initial;
    width: 100%;
    margin: 16px 0 0;
  }
}
.bc-card__pic-thumbs .swiper {
  height: 100%;
}
.bc-card__pic-thumbs .swiper .swiper-slide {
  background-clip: padding-box;
  border: solid 2px transparent;
  position: relative;
}
.bc-card__pic-thumbs .swiper .swiper-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
  background: rgba(255, 255, 255, 0.4);
  pointer-events: none;
}
.bc-card__pic-thumbs .swiper .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#af8735),
    to(#c9b76b)
  );
  background: linear-gradient(to top, #af8735, #c9b76b);
}
.bc-card__pic-thumbs .swiper .swiper-slide.my-active-class:after {
  opacity: 1;
}
.bc-card__pic-thumbs .swiper .swiper-slide img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1170px) {
  .bc-card__pic-thumbs .swiper .swiper-slide img {
    height: 100px;
  }
}
.bc-card__pic-thumbs .swiper:not(.swiper-initialized) .swiper-wrapper {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 2px;
}
.bc-card__pic-thumbs
  .swiper:not(.swiper-initialized)
  .swiper-wrapper
  .swiper-slide {
  -webkit-box-flex: 1;
  flex: 1;
  height: 100px;
}
.bc-card__pic-thumbs
  .swiper:not(.swiper-initialized)
  .swiper-wrapper
  .swiper-slide:nth-child(6n + 1) {
  display: none;
}
.bc-card__about {
  -webkit-box-flex: 1;
  flex: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.bc-card__about .title {
  margin: 0 0 30px;
}
@media (max-width: 1170px) {
  .bc-card__about .title {
    margin: 0 0 20px;
  }
}
.bc-card__info {
  margin: 0 0 30px;
  max-width: 450px;
}
.bc-card__field {
  display: -webkit-box;
  display: flex;
}
@media (max-width: 1170px) {
  .bc-card__field {
    display: block;
  }
}
.bc-card__field strong {
  -webkit-box-flex: 0;
  flex: none;
  width: 60%;
}
@media (max-width: 1170px) {
  .bc-card__field strong {
    width: 100%;
    margin: 0 0 2px;
  }
}
.bc-card__field:not(:last-child) {
  margin: 0 0 16px;
}
@media (max-width: 1170px) {
  .bc-card__field:not(:last-child) {
    margin: 0 0 12px;
  }
}
.bc-card__char {
  max-width: 680px;
}
.bc-card__char ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.bc-card__char ul li:not(:last-child) {
  margin: 0 0 8px;
}
.bc-card__button {
  padding: 24px 0 0;
  margin: auto 0 0;
}

/*! Default Grid Columns
-----------------------
 */
.bc-columns {
  display: -webkit-box;
  display: flex;
  gap: 64px;
  margin: 0 0 100px;
}
@media (max-width: 1170px) {
  .bc-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    gap: 40px;
    margin: 0 0 80px;
  }
}
.bc-columns__item {
  -webkit-box-flex: 1;
  flex: 1;
}
.bc-columns__item img {
  border-radius: 4px;
}
.bc-columns__item .title {
  margin-bottom: 16px;
}
.bc-columns_main .bc-columns__item {
  -webkit-box-flex: 1;
  flex: auto;
}
.bc-columns_main .bc-columns__item:first-child {
  -webkit-box-flex: 0;
  flex: none;
  width: 100%;
  max-width: 646px;
}

/*! Main Grid Columns
-----------------------
 */
.bc-main-columns {
  display: -webkit-box;
  display: flex;
  gap: 32px;
  margin: 0 0 100px;
}
@media (max-width: 1170px) {
  .bc-main-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 0 0 80px;
  }
}
.bc-main-columns__pic {
  -webkit-box-flex: 0;
  flex: none;
}
.bc-main-columns__pic_1 {
  width: 25%;
}
@media (max-width: 680px) {
  .bc-main-columns__pic_1 {
    width: 100%;
  }
}
.bc-main-columns__pic_2 {
  width: 31%;
}
@media (max-width: 680px) {
  .bc-main-columns__pic_2 {
    width: 100%;
  }
}
.bc-main-columns__desc {
  -webkit-box-flex: 1;
  flex: auto;
}
.bc-main-columns__text {
  margin: 12px 0 0;
}
.bc-main-columns__button {
  margin: 48px 0 0;
}
.bc-main-columns__button .button {
  min-width: 240px;
}

/*! Fiches Section
-----------------------
 */
.bc-fiches {
  margin: 0 0 100px;
}
.bc-fiches .title {
  margin-bottom: 16px;
}
.bc-fiches__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 16px;
}
.bc-fiches__list_main {
  -webkit-box-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: flex;
}
@media (max-width: 680px) {
  .bc-fiches__list_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.bc-fiches__item {
  border-radius: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
  background: var(--color-bg-dark);
  padding: 24px 12px 20px;
  text-align: center;
  font-size: 14px;
}
.bc-fiches__list_main .bc-fiches__item {
  max-width: 234px;
}
@media (max-width: 680px) {
  .bc-fiches__list_main .bc-fiches__item {
    max-width: 100%;
  }
}
.bc-fiches__icon {
  margin: 0 0 12px;
}

/*! Popular
-----------------------
 */
.bc-popular {
  margin: 0 0 100px;
}
@media (max-width: 680px) {
  .bc-popular__slider .swiper {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
.bc-popular__slider .swiper-pagination {
  display: none;
  margin: 16px 0 0;
  -webkit-box-pack: center;
  justify-content: center;
  position: initial;
}
.bc-popular__slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  background: #666;
  opacity: 1;
}
.bc-popular__slider .swiper-pagination-bullet-active {
  background: #c7a257;
}
@media (max-width: 680px) {
  .bc-popular__slider .swiper-pagination {
    display: -webkit-box;
    display: flex;
  }
}
.bc-popular__item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  max-height: 416px;
}
.bc-popular__pic {
  overflow: hidden;
}
.bc-popular__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.bc-popular__item:hover .bc-popular__pic img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  opacity: 0.8;
}
.bc-popular__title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 30px;
}
@media (max-width: 680px) {
  .bc-popular__title {
    padding: 10px;
  }
}
.bc-popular__title span {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-weight: bold;
  min-height: 106px;
  text-align: center;
  background: rgba(62, 44, 28, 0.8);
  border-radius: 10px;
  width: 100%;
  padding: 30px 10px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: #fff;
  background-clip: padding-box;
  border: solid 2px transparent;
  position: relative;
}
@media (max-width: 680px) {
  .bc-popular__title span {
    padding: 10px;
    font-size: 14px; min-height: auto;}
}
.bc-popular__title span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#af8735),
    to(#c9b76b)
  );
  background: linear-gradient(to top, #af8735, #c9b76b);
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.bc-popular__item:hover .bc-popular__title span {
  color: #a5a5a5;
}
.bc-popular__item:hover .bc-popular__title span:before {
  opacity: 1;
}

/*! Reviews
-----------------------
 */
.bc-reviews {
  position: relative;
  margin: 0 0 100px;
  padding-right: 20%;
  padding-bottom: 80px;
}
@media (max-width: 1280px) {
  .bc-reviews {
    padding: 0;
  }
}
.bc-reviews .title {
  margin: 0 0 50px;
}
@media (max-width: 1280px) {
  .bc-reviews .title {
    margin: 0 0 24px;
  }
}
.bc-reviews__bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 1;
}
@media (max-width: 1280px) {
  .bc-reviews__bg {
    display: none;
  }
}
.bc-reviews__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.bc-reviews__slider {
  border-radius: 0 40px 40px 0;
  background: var(--color-bg);
  padding: 20px 20px 20px 25px;
  margin-left: -25px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.bc-reviews__slider .swiper-pagination {
  display: none;
  margin: 16px 0 0;
  -webkit-box-pack: center;
  justify-content: center;
  position: initial;
}
.bc-reviews__slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  background: #666;
  opacity: 1;
}
.bc-reviews__slider .swiper-pagination-bullet-active {
  background: #c7a257;
}
@media (max-width: 1280px) {
  .bc-reviews__slider .swiper-pagination {
    display: -webkit-box;
    display: flex;
  }
}
.bc-reviews__slider .swiper {
  margin: -40px;
  padding: 40px;
}
@media (max-width: 1280px) {
  .bc-reviews__slider .swiper {
    margin: 0;
    padding: 0 20px 10px;
  }
}
.bc-reviews__slider .swiper-slide {
  height: auto;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.bc-reviews__slider .swiper-slide.swiper-slide-prev {
  opacity: 0;
}
@media (max-width: 1280px) {
  .bc-reviews__slider {
    background: none;
    border-radius: 0;
    margin: 0 -20px;
    padding: 0;
  }
}
@media (max-width: 1170px) {
  .bc-reviews__slider {
    background: none;
    border-radius: 0;
  }
}
.bc-reviews__list {
  border-radius: 0 40px 40px 0;
  background: var(--color-bg);
  padding: 20px 20px 20px 0;
  position: relative;
  z-index: 3;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1280px) {
  .bc-reviews__list {
    padding: 0;
    background: none;
    border-radius: 0;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1170px) {
  .bc-reviews__list {
    padding: 0;
    background: none;
    border-radius: 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .bc-reviews__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bc-reviews__item {
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.17);
  background: #fff;
  height: 100%;
}
.bc-reviews__photo {
  margin: 0 0 24px;
  border-radius: 50%;
  overflow: hidden;
  background: #ddd;
  width: 60px;
  height: 60px;
}
.bc-reviews__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bc-reviews__name {
  margin: 24px 0 0;
  color: #646464;
}

/* Plugins, which is used in current project. */
/* Components, which is used in current project. */
/*! Header
----------------------------
 */
.bc-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  width: 100%;
  left: 0;
  right: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: var(--color-bg-dark);
}
.bc-header__grid {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 70px;
}
@media (max-width: 680px) {
  .bc-header__grid {
    height: 48px;
  }
}
.bc-header__logo {
  -webkit-box-flex: 0;
  flex: none;
}
@media (max-width: 680px) {
  .bc-header__logo img {
    height: 16px;
  }
}
.bc-header__content {
  -webkit-box-flex: 1;
  flex: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1170px) {
  .bc-header__content {
    display: none;
    top: 100%;
    left: 0;
    background: var(--color-bg-dark);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    z-index: 3;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: absolute;
    pointer-events: none;
    padding: 20px 20px 40px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .bc-header__content_show {
    display: block;
  }
}
.bc-header__menu {
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  gap: 30px;
}
@media (max-width: 1170px) {
  .bc-header__menu {
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    gap: 16px;
    margin: 0 0 24px;
  }
}
.bc-header__drop {
  width: 100%;
  left: 0;
  top: 100%;
  padding: 20px 20px;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  position: absolute;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: rgba(62, 44, 28, 0.8);
  z-index: 5;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 1170px) {
  .bc-header__drop {
    position: initial;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    display: block;
    padding: 0 0 0 12px;
    margin: 10px 0 5px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.bc-header__item_active .bc-header__drop {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.bc-header__sublinks {
  display: block;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1170px) {
  .bc-header__sublinks {
    margin: 4px 0 0;
  }
}
.bc-header__sublinks:hover {
  opacity: 0.7;
}
.bc-header__links {
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 4px;
  height: 70px;
}
@media (max-width: 1170px) {
  .bc-header__links {
    height: initial;
  }
}
.bc-header__links svg {
  width: 16px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  height: auto;
}
.bc-header__links:hover {
  opacity: 0.7;
}
.bc-header__item:hover .bc-header__drop {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.bc-header__item:hover .bc-header__links svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bc-header__actions .button {
  min-width: 240px;
}
@media (max-width: 1170px) {
  .bc-header__actions {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.bc-header__burger {
  display: none;
  position: relative;
  z-index: 10;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 20px;
}
@media (max-width: 1170px) {
  .bc-header__burger {
    display: -webkit-box;
    display: flex;
  }
}
.bc-header__burger i {
  background: #fff;
  width: 24px;
  display: block;
  height: 2px;
  margin: 3px 0;
  -webkit-transition: width 0.1s linear;
  transition: width 0.1s linear;
}
.bc-header__burger i:first-child {
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear,
    -webkit-transform 0.2s linear;
}
.bc-header__burger i:nth-child(2) {
  position: relative;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear,
    -webkit-transform 0.2s linear;
}
.bc-header__burger i:nth-child(3) {
  position: relative;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear,
    -webkit-transform 0.2s linear;
}
.bc-header__burger_active i:first-child {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear,
    -webkit-transform 0.2s linear;
}
.bc-header__burger_active i:nth-child(2) {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.bc-header__burger_active i:nth-child(3) {
  top: -8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear,
    -webkit-transform 0.2s linear;
}

.bc-footer {
  background: var(--color-bg-dark);
  padding: 24px 0 54px;
}
.bc-footer__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 680px) {
  .bc-footer__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    gap: 64px;
    text-align: center;
  }
}
.bc-footer__column {
  -webkit-box-flex: 1;
  flex: 1;
}
.bc-footer__logo {
  margin: 0 0 20px;
}
@media (max-width: 680px) {
  .bc-footer__logo {
    margin: 0 auto 20px;
    display: table;
  }
}
.bc-footer__field {
  color: #fff;
}
.bc-footer__field a {
  color: #fff;
}
.bc-footer__field a:hover {
  opacity: 0.7;
}
.bc-footer__field:not(:last-child) {
  margin: 0 0 16px;
}
.bc-footer__social {
  margin: 34px 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 680px) {
  .bc-footer__social {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.bc-footer__social-links:hover {
  opacity: 0.7;
}
.bc-footer__label {
  text-transform: uppercase;
  font-family: var(--font-family-secondary);
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin: 33px 0 43px;
  font-size: 36px;
  color: #fff;
}
@media (max-width: 680px) {
  .bc-footer__label {
    margin: 0 0 24px;
  }
}
.bc-footer__links {
  display: block;
  color: #fff;
}
.bc-footer__links:hover {
  opacity: 0.7;
}
.bc-footer__links:not(:last-child) {
  margin: 0 0 10px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  color: #000000;
  text-align: left;
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  background: rgba(62, 44, 28, 0.7);
}
.modal_show {
  display: block;
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 1rem;
  min-height: 100%;
  position: relative;
  z-index: 2;
}
.modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 680px) {
  .modal__close {
    top: 16px;
    right: 16px;
  }
}
.modal__close:hover {
  opacity: 0.6;
}
.modal__block {
  background: #fff;
  padding: 44px 50px;
  max-width: 538px;
  margin: 0 auto;
  border-radius: 12px;
  width: 100%;
  position: relative;
  background-clip: padding-box;
}
@media (max-width: 680px) {
  .modal__block {
    padding: 64px 32px 32px;
  }
}
.modal__block:has(.modal__row) {
  max-width: 1130px;
  padding: 45px;
}
.modal__row {
  display: -webkit-box;
  display: flex;
  gap: 68px;
}
@media (max-width: 680px) {
  .modal__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    gap: 32px;
  }
}
.modal__pic {
  -webkit-box-flex: 1;
  flex: 1;
}
.modal__pic img {
  border-radius: 12px;
}
.modal__about {
  -webkit-box-flex: 1;
  flex: 1;
  text-align: center;
}
.modal__title {
  text-transform: uppercase;
  font-family: var(--font-family-secondary);
  line-height: 1.4;
  color: #0c352c;
  font-size: 36px;
}
@media (max-width: 680px) {
  .modal__title {
    font-size: 24px;
  }
}
.modal__text {
  max-width: 418px;
  margin: 0 0 34px;
  color: #0c352c;
  opacity: 0.9;
}
@media (max-width: 680px) {
  .modal__text {
    margin: 0 0 24px;
    font-size: 14px;
  }
}
.modal__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.modal__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex: auto;
  gap: 14px;
}
@media (max-width: 1170px) {
  .modal__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.modal__field {
  -webkit-box-flex: 1;
  flex: 1;
}
.modal__field input {
  background: #f3f4f6;
  border: 1px solid transparent;
  outline: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: var(--font-family);
  padding: 0 22px;
  font-size: 16px;
  border-radius: 8px;
  height: 60px;
  color: var(--color-main);
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 680px) {
  .modal__field input {
    height: 48px;
    padding: 0 18px;
  }
}
.modal__field input:focus {
  border-color: #c9995b;
}
.modal__field input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.modal__field input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.modal__field input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.modal__field input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.modal__field input::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.modal__button {
  -webkit-box-flex: 0;
  flex: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.modal__button .button {
  height: 60px;
  min-width: 280px;
}
@media (max-width: 680px) {
  .modal__button .button {
    height: 48px;
    min-width: initial;
    width: 100%;
  }
}
.modal__agree {
  margin: 14px 0 30px;
}
.modal__agree input {
  display: none;
}
.modal__agree input + label {
  font-size: 14px;
  position: relative;
  padding: 0 0 0 24px;
  color: #808080;
  display: block;
  cursor: pointer;
}
.modal__agree input + label:before {
  width: 13px;
  height: 12px;
  border: 2px solid #cdbe72;
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 4px;
  top: 0;
}
.modal__agree input + label:after {
  width: 17px;
  height: 16px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjMwMjAxIDExLjQ4OTlDNy4wNzM4MyAxMS40ODk5IDYuODQ1NjQgMTEuNDM2MiA2LjY3NDUgMTEuMjc1Mkw0LjI3ODUyIDkuMDIwMTNDMy45MzYyNCA4LjY5Nzk5IDMuOTM2MjQgOC4xNjEwNyA0LjI3ODUyIDcuODkyNjJDNC42MjA4MSA3LjU3MDQ3IDUuMTkxMjggNy41NzA0NyA1LjQ3NjUxIDcuODkyNjJMNy4yNDQ5NyA5LjU1NzA1TDExLjkyMjggNS4xNTQzNkMxMi4yNjUxIDQuODMyMjIgMTIuODM1NiA0LjgzMjIyIDEzLjEyMDggNS4xNTQzNkMxMy40NjMxIDUuNDc2NTEgMTMuNDYzMSA2LjAxMzQyIDEzLjEyMDggNi4yODE4OEw3LjgxNTQ0IDExLjI3NTJDNy42NDQzIDExLjQzNjIgNy40MTYxMSAxMS40ODk5IDcuMTg3OTIgMTEuNDg5OUg3LjMwMjAxWk0zLjA4MDU0IDBIMTMuOTc2NUMxNC44MzIyIDAgMTUuNTczOCAwLjMyMjE0OCAxNi4wODcyIDAuODU5MDZDMTYuNjU3NyAxLjM5NTk3IDE3IDIuMDkzOTYgMTcgMi44NDU2NFYxMy4xMDA3QzE3IDEzLjkwNiAxNi42NTc3IDE0LjYwNCAxNi4wODcyIDE1LjE0MDlDMTUuNTE2OCAxNS42Nzc5IDE0Ljc3NTIgMTYgMTMuOTE5NSAxNkgzLjAyMzQ5QzIuMTY3NzkgMTYgMS40MjYxNyAxNS42Nzc5IDAuOTEyNzUyIDE1LjE0MDlDMC4zNDIyODIgMTQuNjA0IDAgMTMuOTA2IDAgMTMuMTU0NFYyLjg5OTMzQzAgMi4wOTM5NiAwLjM0MjI4MiAxLjM5NTk3IDAuOTEyNzUyIDAuODU5MDZDMS40ODMyMiAwLjMyMjE0OCAyLjIyNDgzIDAgMy4wODA1NCAwWk0xMy45NzY1IDEuNTAzMzZIMy4wODA1NEMyLjY4MTIxIDEuNTAzMzYgMi4zMzg5MyAxLjY2NDQzIDIuMDUzNjkgMS44NzkxOUMxLjc2ODQ2IDIuMTQ3NjUgMS42NTQzNiAyLjQ2OTggMS42NTQzNiAyLjg0NTY0VjEzLjEwMDdDMS42NTQzNiAxMy40NzY1IDEuODI1NSAxMy43OTg3IDIuMDUzNjkgMTQuMDY3MUMyLjMzODkzIDE0LjMzNTYgMi42ODEyMSAxNC40NDMgMy4wODA1NCAxNC40NDNIMTMuOTc2NUMxNC4zNzU4IDE0LjQ0MyAxNC43MTgxIDE0LjI4MTkgMTUuMDAzNCAxNC4wNjcxQzE1LjI4ODYgMTMuNzk4NyAxNS40MDI3IDEzLjQ3NjUgMTUuNDAyNyAxMy4xMDA3VjIuODQ1NjRDMTUuNDAyNyAyLjQ2OTggMTUuMjMxNSAyLjE0NzY1IDE1LjAwMzQgMS44NzkxOUMxNC43MTgxIDEuNjEwNzQgMTQuMzc1OCAxLjUwMzM2IDEzLjk3NjUgMS41MDMzNloiIGZpbGw9IiNDREJFNzIiLz4KPC9zdmc+Cg==")
    no-repeat 50% 50%;
  content: "";
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.modal__agree input:checked + label:before {
  opacity: 0;
}
.modal__agree input:checked + label:after {
  opacity: 1;
}
.modal__block:has(.modal__row) .modal__agree {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.bc-paging {
  display: -webkit-box;
  display: flex;
  gap: 32px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 40px 0 0;
}
.bc-paging__control:hover {
  opacity: 0.7;
}
.bc-paging__control_hidden {
  display: none;
}
.bc-paging__list {
  gap: 4px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.bc-paging__item {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.bc-paging__item:hover {
  opacity: 0.7;
}
.bc-paging__item_current {
  background: var(--color-bg-button);
  color: var(--color-text-button);
}

.bc-consult {
  margin: 120px 0 0;
  background: var(--color-bg-dark);
  color: #fff;
  padding: 80px 0;
}
@media (max-width: 680px) {
  .bc-consult {
    margin: 60px 0 0;
    padding: 40px 0;
  }
}
.bc-consult .title {
  margin: 0 0 12px;
}
.bc-consult__desc {
  max-width: 1000px;
  margin: 0 0 40px;
}
.bc-consult__grid {
  display: -webkit-box;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1170px) {
  .bc-consult__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    gap: 24px;
  }
}
.bc-consult__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex: auto;
  gap: 24px;
}
@media (max-width: 1170px) {
  .bc-consult__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    gap: 16px;
  }
}
.bc-consult__field {
  -webkit-box-flex: 1;
  flex: 1;
}
.bc-consult__field input {
  background: #fff;
  border: 0;
  outline: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: var(--font-family);
  padding: 0 24px;
  font-size: 16px;
  border-radius: 5px;
  height: 60px;
  color: var(--color-main);
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 680px) {
  .bc-consult__field input {
    height: 48px;
    padding: 0 18px;
  }
}
.bc-consult__field input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.bc-consult__field input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.bc-consult__field input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.bc-consult__field input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.bc-consult__field input::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.bc-consult__button {
  -webkit-box-flex: 0;
  flex: none;
  width: 300px;
}
@media (max-width: 1170px) {
  .bc-consult__button {
    width: 100%;
  }
}
.bc-consult__button .button {
  height: 60px;
  width: 100%;
}
@media (max-width: 680px) {
  .bc-consult__button .button {
    height: 48px;
  }
}
.bc-consult__agree {
  margin: 12px 0 0;
}
.bc-consult__agree input {
  display: none;
}
.bc-consult__agree input + label {
  font-size: 14px;
  font-weight: 300;
  position: relative;
  display: block;
  padding: 0 0 0 24px;
  cursor: pointer;
}
.bc-consult__agree input + label:before {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.bc-consult__agree input + label:after {
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CjxyZWN0IHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0idXJsKCNwYXR0ZXJuMF80M182NjApIi8+CjxkZWZzPgo8cGF0dGVybiBpZD0icGF0dGVybjBfNDNfNjYwIiBwYXR0ZXJuQ29udGVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgd2lkdGg9IjEiIGhlaWdodD0iMSI+Cjx1c2UgeGxpbms6aHJlZj0iI2ltYWdlMF80M182NjAiIHRyYW5zZm9ybT0ic2NhbGUoMC4wMSkiLz4KPC9wYXR0ZXJuPgo8aW1hZ2UgaWQ9ImltYWdlMF80M182NjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUdRQUFBQmtDQVlBQUFCdzRwVlVBQUFBQ1hCSVdYTUFBQXNUQUFBTEV3RUFtcHdZQUFBQnYwbEVRVlI0bk8zYVQyb1VRUUJHOFVKMEtReTY5UWh1M1FoWkJHOWc5cDRrT1lIMEFieEFEdUVGSkFpdWNnc1JCSWtyd3dzdFBTREt4TmFRcnErcTN1OEUzL1NqcCtrL3BVaVNKRW1TSkVtU0pFbVNKRzBNZUF5OEE3NEEzNEZ6NE9uV08xUit4bmdDZk9KUEg0QUhIcVFOQVR2Z0k0ZTkzSExQMERoOFp2enFkZTJkUTJCZGpCL0FzOXBidThlNkdMUFQybHU3eDkrdkdYdFQ3YTNkd3hnNWpCSEVHRUdNRWNRWVFZd1J4QmhCakJIRUdFR01FY1FZUWZCeFNBNk1rUU5qNU1BWU9UQkdEb3lSQTJQa3dCZzVNRVlPakpHRFhtTUFEMHUvMzAyOUxTMllQeEFHem9EUHdEVndBYndvRGFDM0dMTWx4dSt1Z09NU2pCNWp6Sll6ZzVhaTBIR01SOHZmRksxRW9kY1llOHMxZ3hhaTBIdU0yWHdCWHc1NmRCUkdpTEVISEFIZlZrUjVWV25mcnN2N2pCYWpNR0tNMUNpTUhDTXRDc2JJaVlJeGNxSmdqSndvR0NNbkNzYklpWUl4Y3FKZ2pKd29HQ01uQ3NiSWlZSXhjcUpnakp3b0dPUCt6ZTlKVnI1UE9Sbm1mVVlqWndwRFA3VnRNTXBVK3pkMDV3NVJwdHJidS9VZlVhYmFtN3YzRDFHbTJsdUhzU0xLVkh2amNHNkpNdFhlTml6Z09mQWUrQXBjQW05cWI1SWtTWklrU1pJa1NaSWtTU1hHRGZYZlJOdXkrdVVkQUFBQUFFbEZUa1N1UW1DQyIvPgo8L2RlZnM+Cjwvc3ZnPgo=")
    no-repeat 50% 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.bc-consult__agree input:checked + label:after {
  opacity: 1;
}

.bc-map iframe {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  display: block;
}

@media (max-width: 1170px) {
  .bc-header__content_show {
    opacity: 1;
    pointer-events: auto;
  }
}

.footer_logo {
  width: 203px;
  height: 103px;
}
.bc-columns__item img{
  position: relative;
}
.bc-columns__item img::after{
  content: "";
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* затемнение */
  opacity: 0.5; /* уровень затемнения */
  pointer-events: none; /* позволяет взаимодействовать с элементами под затемнением */
}

.bc-popular__slider .swiper-slide {
  height: auto;
}

.bc-popular__item {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.bc-popular__pic {
  overflow: hidden;
  display: block;
  height: 100%;
}

.fancybox-container * {
  box-sizing: border-box;
  max-width: 100%;
  height: 100%;
}