@charset "UTF-8";
body {
  background-color: rgb(247, 247, 242) !important;
}

.color-gray {
  color: #986A4C !important;
}

@font-face {
  font-family: "blackhawk";
  src: url("/design/luch/assets/font/BLACKHAWK.ttf") format("truetype"), url("/design/luch/assets/font/BLACKHAWK.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.lato-h1, h1 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2; /* ≈ 38px, не режет текст */
  letter-spacing: 0;
}

.lato-h2, h2 {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}

.lato-p, p, a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: "normal";
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.logo-span {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 20px;
}

.lato-p-slider {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: Light;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  padding-top: 10px;
}

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

body {
  font-family: "Lato", sans-serif;
  color: #2E2926;
  background-color: #f5f5f5;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 18%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w75 {
  width: 75%;
}

.w85 {
  width: 85%;
}

.w100 {
  width: 100%;
}

.p-top20 {
  padding-top: 20px;
}

.p-bottom20 {
  padding-bottom: 20px;
}

.p-right5 {
  padding-right: 5px;
}

.p-right10 {
  padding-right: 10px;
}

.m-right10 {
  margin-right: 10px;
}

.overflow {
  overflow: hidden;
}

.img {
  height: 100%;
}
.img:hover {
  opacity: 0.7;
  transition: 1000ms;
}
.img img {
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-color-black {
  background-color: #2E2926;
}
.bg-color-black h3, .bg-color-black h2, .bg-color-black .h2, .bg-color-black .h3, .bg-color-black p, .bg-color-black label {
  color: #FFFFFF;
}

.bg-color-gray {
  background-color: #986A4C;
}
.bg-color-gray h3, .bg-color-gray h2, .bg-color-gray .h2, .bg-color-gray .h3, .bg-color-gray p, .bg-color-gray label {
  color: #FFFFFF;
}

h2, .h2 {
  color: rgb(152, 106, 76);
}

h3, .h3, p {
  color: rgb(46, 41, 38);
}

.uppercase {
  text-transform: uppercase;
}

.container-map {
  padding-top: 0px;
  padding-bottom: 0px;
}

.container {
  width: 100%;
  max-width: 1850px;
  margin-inline: auto;
  padding-inline: 16px;
}
.container .row {
  display: flex;
}
.container .row .col {
  padding-left: 10px;
  padding-right: 10px;
}
.container .col-flex {
  display: flex;
}
.container .center {
  justify-content: center;
  align-items: center;
}
.container .row-full {
  justify-content: space-between;
}

header {
  background-color: rgba(247, 247, 242, 0.7);
  position: fixed;
  z-index: 9;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
}
header .contacts span {
  padding-right: 10px;
  text-align: right;
}
header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 16%;
}
header .nav {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
header .nav ul li {
  padding-left: 0px;
  padding-right: 20px;
  list-style: none;
}

.main-slider {
  position: relative;
}

.progress-bar {
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #ff4d4d; /* Цвет полосы */
  width: 0%;
  transition: width 0.3s ease;
  border-radius: 2px;
  z-index: 99999;
}

.section-main {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}
.section-main .slider .slide {
  display: grid;
  position: relative;
}
.section-main .slider .slide img {
  width: 100vw;
  height: 99vh;
}
.section-main .slider .slide .slide__body {
  position: absolute;
  bottom: 15%;
  width: 100%;
  padding: 0;
}
.section-main .slider .slide .slide__body p {
  color: #FFFFFF;
}
.section-main .slider .slide .slide__body h1 {
  color: #FFFFFF;
  padding-bottom: 10px;
}
.section-main .slider .slide .slide__body h2 {
  color: #FFFFFF;
  padding-bottom: 10px;
  text-transform: full-width !important;
}
.section-main .slider .slide-delivery .slide__body {
  bottom: 5%;
  max-width: 100%;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery img {
  margin-bottom: 10px;
}
.gallery img:hover {
  opacity: 0.7;
  transition: 1000ms;
}

.slide-delivery .slide__body {
  position: relative;
}
.slide-delivery .slide__body h1 {
  min-height: 200px;
}
.slide-delivery .slide__body .big {
  position: absolute;
  bottom: -40px;
  font-family: blackhawk;
  font-size: 250px;
  opacity: 0.3;
  color: white;
  z-index: 1;
}

.event-box {
  position: relative;
}
.event-box .big {
  position: absolute;
  bottom: 0;
  font-family: blackhawk;
  font-size: 250px;
  opacity: 1;
  z-index: -1;
  color: rgba(46, 41, 38, 0.05);
}
.event-box .big p {
  position: absolute;
  bottom: 0;
  font-family: blackhawk;
  font-size: 250px;
  opacity: 1;
  z-index: -1;
  color: rgba(46, 41, 38, 0.05);
  line-height: normal;
}

.obed-box {
  position: relative;
}
.obed-box .title-top30 {
  padding-top: 30px;
}
.obed-box p.hidden {
  visibility: hidden;
  position: absolute;
  bottom: 5%;
  color: #FFFFFF;
  padding-left: 25px;
}
.obed-box img {
  transition: filter 1s ease, opacity 1s ease;
}
.obed-box .hidden {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease;
}
.obed-box:hover img {
  filter: brightness(0.4);
  opacity: 1;
}
.obed-box:hover .hidden {
  visibility: visible;
  opacity: 1;
}

.list-events h3 {
  font-size: 32px;
  font-weight: 100;
}

.slide-contacts {
  min-height: 500px;
}
.slide-contacts .slide {
  min-height: 500px;
}

.list-contacts h3 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}
.list-contacts p {
  font-size: 16px;
  font-weight: 400;
}

p.lato-p-slider {
  text-align: left;
}

section.contact-box {
  padding-top: 0px;
}

.p-right40 {
  padding-right: 40px;
}

p.hidden.p-absolute {
  min-height: 80px;
}

.obed-box img {
  height: 100%;
}

.footer {
  text-align: center;
}
.footer .logo {
  /* max-height: 170px; */
  /* background-color: red; */
  position: relative;
  width: 420px;
  height: 130px;
}
.footer .bottom-nav {
  padding-top: 10px;
}
.footer .nav {
  list-style: none;
}
.footer .nav li {
  padding-bottom: 10px;
  margin-right: 5px;
  text-align: left;
}
.footer .nav li:hover span {
  color: #986A4C;
}
.footer .footer-contact a:hover span {
  color: #986A4C;
}
.footer .footer-contact a span {
  color: #FFFFFF;
}
.footer .link span {
  color: #FFFFFF;
}
.footer .row {
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: space-between;
}
.footer .social {
  display: flex;
}
.footer .social__item {
  margin-right: 5px;
}
.footer .item {
  width: 40px;
  height: 40px;
  list-style: none;
  padding: 2px;
  border-radius: 10px;
}
.footer .bottom-menu {
  list-style: none;
  display: flex;
}
.footer .bottom-menu li {
  padding-right: 10px;
}

/* мобильная версия */
@media (max-width: 992px) {
  header .flex.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
  .event-box .big {
    display: none;
    position: absolute;
    bottom: 0;
    font-family: blackhawk;
    font-size: 250px;
    opacity: 1;
    z-index: -1;
    color: rgba(46, 41, 38, 0.05);
    overflow: hidden;
  }
  .gallery {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .gallery a img {
    width: 100%;
  }
  .flex {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
  }
  .w15, .w85, .w45, .w55, .w75, .w25, .w40, .w50, .w30 {
    width: 100%;
  }
  .w45 {
    padding-bottom: 20px;
  }
  .w50 .title {
    padding-left: 3px;
  }
  section {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
  .section-main .slider .slide .slide__body {
    position: absolute;
    bottom: 15%;
    max-width: 100%;
  }
  /* базово */
  .nav {
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  /* бургер */
  .header .logo {
    position: relative;
  }
  /* меню */
  header .nav {
    position: fixed;
    inset: 0;
    background: #fff;
    transform: translateX(100%);
    opacity: 0;
    z-index: 100;
    padding-top: 100px;
  }
  header .nav ul {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  header .nav a {
    font-size: 22px;
  }
  /* контакты прячем */
  .contacts {
    display: none;
  }
  /* открытое меню */
  body.menu-open .nav {
    transform: translateX(0);
    opacity: 1;
  }
  /* зона клика */
  header .logo {
    position: relative;
    z-index: 200;
  }
  /* бургер */
  header .logo::after,
  header .logo::before {
    content: "";
    width: 28px;
    height: 2px;
    background: #000;
    position: absolute;
    right: -50px;
    top: 50%;
    transition: 0.3s;
  }
  header .logo::before {
    box-shadow: 0 -8px 0 #000, 0 8px 0 #000;
  }
  /* при открытом меню — крестик */
  body.menu-open .logo::before {
    box-shadow: none;
    transform: translateY(-50%) rotate(45deg);
  }
  body.menu-open .logo::after {
    transform: translateY(-50%) rotate(-45deg);
  }
  section.section-main {
    padding-top: 0px !important;
  }
  form {
    position: relative;
    padding-bottom: 35%;
  }
  form textarea {
    padding-bottom: 100px;
  }
  form button {
    position: absolute;
    bottom: 10%;
  }
  form .col-flex {
    padding-bottom: 10px;
  }
  form .flex {
    align-items: normal;
  }
  form .field.filed-copy.flex.flex-row.flex-center {
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
    position: absolute;
    bottom: 15%;
  }
  section {
    overflow: hidden;
  }
  .gallery a {
    width: 100%;
    display: contents;
  }
  .section-gallery .title.p-right5 {
    padding-bottom: 20px;
  }
  body.menu-open header {
    height: 100%;
  }
  body.menu-open .nav {
    transform: translateX(0);
    opacity: 1;
    display: flex;
    align-items: flex-start;
  }
  body.menu-open .nav ul li {
    padding-right: 0px;
  }
  footer .w40 {
    order: -1;
    width: 100%;
  }
  footer .w30 {
    width: 30%;
  }
  footer .w30.col-flex.flex-right {
    width: 70%;
    text-align: right;
  }
  footer .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  footer .footer-contact.flex.flex-column {
    text-align: right;
    float: right;
    display: flex;
    align-items: flex-end;
  }
  footer .bottom-nav ul.nav li a {
    text-align: center !important;
    font-size: 13px !important;
  }
  footer hr {
    width: 100%;
  }
  .section-gallery .w65 {
    width: 90%;
  }
  .section-gallery .w65 p.lato-h1 {
    font-size: 19px;
  }
}
.blog-category {
  background-color: #2E2926;
  padding-top: 50px;
  padding-bottom: 50px;
}
.blog-category .preim__text {
  max-width: 400px;
}
.blog-category .search {
  padding-bottom: 30px;
  position: relative;
  width: 100%;
  max-width: 40%;
}
.blog-category .search input {
  min-height: 30px;
  width: 100%;
  background-color: unset;
  border: unset;
  border-bottom: solid 1px gray;
}
.blog-category .search svg {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 0;
}
.blog-category__boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.blog-category__boxes .card {
  width: 100%;
  max-width: 405px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: unset;
  border: unset;
  position: relative;
  color: white;
}
.blog-category__boxes .card img {
  width: 100%;
  padding-bottom: 10px;
  max-height: 230px;
}
.blog-category__boxes .card__info {
  padding-top: 20px;
}
.blog-category__boxes .card .metrika {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  bottom: 5px;
}
.blog-category__boxes .card .metrika .date::after {
  content: " | ";
  padding-left: 10px;
}
.blog-category__boxes .card .metrika .viewers {
  display: flex;
}
.blog-category__boxes .card .metrika .viewers .number {
  padding-left: 10px;
}
.blog-category__boxes .card .metrika div {
  padding-right: 10px;
}

.blog__banner {
  padding-bottom: 20px;
}

.page-nav {
  padding-top: 30px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  position: relative;
}
.page-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-nav ul li {
  padding-right: 10px;
}
.page-nav ul li :hover {
  color: #986A4C;
}
.page-nav ul:after {
  content: ".";
  width: 12px;
  height: 29px;
  background-image: url("/assets/image/Vector (2).svg");
  background-repeat: no-repeat;
  margin: auto;
  margin-right: 10px;
  transform: rotate(180deg);
  bottom: 5px;
  position: relative;
}
.page-nav ul:before {
  content: ".";
  width: 12px;
  height: 29px;
  background-image: url("/assets/image/Vector (2).svg");
  background-repeat: no-repeat;
  margin: auto;
  margin-right: 10px;
}

.metrika {
  padding-top: 20px;
  padding-bottom: 30px;
  color: white;
  display: flex;
  position: relative;
}
.metrika .viewers {
  display: flex;
}
.metrika .viewers .number {
  padding-left: 10px;
}
.metrika div {
  padding-right: 10px;
}

.article__item {
  padding-bottom: 40px;
  display: flex;
}
.article__item .item-gallery {
  display: flex;
  flex-wrap: wrap;
}
.article__item .item-gallery img {
  border-radius: 10px;
  padding: 5px;
}
.article__item .text {
  padding: 10px;
  color: white;
}
.article__item .text p {
  padding-bottom: 5px;
  font-size: 18px;
}
.article__item .item-left {
  width: 50%;
}
.article__item .item-right {
  width: 50%;
}

section {
  padding-top: 60px;
  padding-bottom: 60px;
}

footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.flex {
  display: flex;
}

.flex-row {
  flex-wrap: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.flex-space {
  justify-content: space-between;
}

.flex-left {
  justify-content: flex-start;
}

.flex-right {
  justify-content: flex-end;
  text-align: right;
}

.flex-top {
  align-content: flex-start;
  align-items: flex-start;
}

.link {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: none;
}

.link, a, a span {
  color: #2E2926;
  text-decoration: none;
}

.link:hover, a:hover, a:hover span {
  color: #FFFFFF;
  text-decoration: none;
}

.title {
  font-size: 2rem;
  color: #2E2926;
}
.title h1 {
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(180deg, rgba(0, 0, 0, 0.12) 43.61%, #000000 131.41%);
}
.title h2, .title .h2 {
  font-weight: 800;
  font-size: 16px;
}
.title h3, .title .h3 {
  font-weight: 400;
  font-size: 32px;
}
.title.title-box {
  text-transform: math-auto;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.section_title {
  padding-bottom: 30px;
}
.section_title h2, .section_title .h2 {
  padding-bottom: 20px;
  color: #FFFFFF;
}

.header .btn {
  border: solid 1px #2E2926;
  color: #2E2926;
  padding-top: 0px;
  margin-top: 0px;
  width: auto;
  min-width: 180px;
}

.header .btn:hover {
  border: solid 1px #FFFFFF;
  background-color: #FFFFFF;
}
.header .btn:hover span {
  color: #2E2926;
}

.btn {
  height: 40px;
  width: 148px;
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: unset;
}
.btn.btn-color-gray {
  background-color: #986A4C;
}
.btn.btn-color-gray span {
  color: #FFFFFF;
}
.btn.btn-color-gray:disabled {
  opacity: 0.5;
  background-color: rgb(195, 195, 195);
}
.btn.btn-color-gray:disabled span {
  color: black;
}
.btn.btn-color-gray:disabled:hover {
  background-color: rgb(195, 195, 195);
}
.btn.btn-color-gray:disabled:hover span {
  color: black;
}
.btn.btn-color-gray:hover {
  background-color: rgb(172, 126, 96);
}
.btn.btn-color-gray:hover span {
  color: #FFFFFF;
}
.btn.btn-color-black {
  background-color: #2E2926;
}
.btn.btn-color-black span {
  color: #FFFFFF;
}
.btn.btn-color-black:hover {
  background-color: rgb(106, 101, 98);
}
.btn.btn-color-black:hover span {
  color: #FFFFFF;
}

.card {
  background: #986A4C;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border: 1px solid rgb(89, 89, 89);
}
.card__content {
  padding: 16px;
}
.card__title {
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.card__text {
  font-size: 0.95rem;
  margin-bottom: 12px;
}
.card:hover {
  box-shadow: 0px 0px 10px 0px rgb(255, 219, 104);
}

.card {
  background: #986A4C;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.card__content {
  padding: 16px;
}
.card__title {
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.card__text {
  font-size: 0.95rem;
  margin-bottom: 12px;
}
.card:hover {
  box-shadow: 0px 0px 10px 0px rgb(255, 219, 104);
}

.breadcrumbs {
  background-color: #2E2926;
  padding-bottom: 20px;
  color: white;
}
.breadcrumbs ul {
  list-style: none;
  display: flex;
}
.breadcrumbs ul li :after {
  padding-left: 10px;
  content: ">";
  color: #986A4C;
  padding-right: 10px;
}

.pages {
  margin-top: 50px;
}

.social {
  display: flex;
}
.social__item {
  margin-right: 5px;
  width: 40px;
  height: 40px;
  background-color: #3D3E3C;
  border: solid 1px #717270;
  list-style: none;
  padding: unset !important;
  border-radius: 10px;
}
.social__item a {
  height: 100%;
  display: flex;
}
.social__item a img {
  margin: auto;
}

.form {
  margin-top: 20px;
}
.form a {
  color: #FFFFFF;
}
.form a:hover {
  color: #986A4C;
}

.field input, .field textarea {
  padding: 10px;
  margin: 10px;
  margin-left: 0px;
  height: 30px;
  border: solid 1px rgb(66, 62, 59);
  background-color: #2E2926;
}
.field textarea {
  height: 100%;
  min-height: 111px;
  color: #FFFFFF;
}
.field input {
  height: 100%;
  min-height: 30px;
  color: #FFFFFF;
}
.field input[type=checkbox] {
  width: 20px;
  height: 20px;
  background-color: #2E2926;
}

.filed-copy p, .filed-copy a {
  font-size: 12px;
  line-height: 1.2;
}/*# sourceMappingURL=main.css.map */