

/* Start:/local/templates/.default/assets/css/style.css?174999416858840*/
:root {
  --block-top: 7vw;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 130% !important;
  letter-spacing: 0.01vw;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
  font-family: inherit;
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  text-align: inherit;
  line-height: inherit;
  vertical-align: baseline;
}

@font-face {
  font-family: "HelveticaNeueCyr-Roman";
  src: url("/local/templates/.default/assets/css/../fonts/HelveticaNeueCyr-Roman.eot");
  src: url("/local/templates/.default/assets/css/../fonts/HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype"), url("/local/templates/.default/assets/css/../fonts/HelveticaNeueCyr-Roman.woff") format("woff"), url("/local/templates/.default/assets/css/../fonts/HelveticaNeueCyr-Roman.ttf") format("truetype");
}

@font-face {
  font-family: "HelveticaNeueCyr-MediumItalic";
  src: url("/local/templates/.default/assets/css/../fonts/HelveticaNeueCyr-MediumItalic.eot");
  src: url("/local/templates/.default/assets/css/../fonts/HelveticaNeueCyr-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/.default/assets/css/../fonts/HelveticaNeueCyr-MediumItalic.woff") format("woff"), url("/local/templates/.default/assets/css/../fonts/HelveticaNeueCyr-MediumItalic.ttf") format("truetype");
}

@font-face {
  font-family: "HelveticaNeueCyr-Medium";
  src: url("/local/templates/.default/assets/css/../fonts/HelveticaNeueCyr-Medium.eot");
  src: url("/local/templates/.default/assets/css/../fonts/HelveticaNeueCyr-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/.default/assets/css/../fonts/HelveticaNeueCyr-Medium.woff") format("woff"), url("/local/templates/.default/assets/css/../fonts/HelveticaNeueCyr-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "HelveticaNeueCyr-Bold";
  src: url("/local/templates/.default/assets/css/../fonts/HelveticaNeueCyr-Bold.eot");
  src: url("/local/templates/.default/assets/css/../fonts/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/.default/assets/css/../fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("/local/templates/.default/assets/css/../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Georgia";
  src: url("/local/templates/.default/assets/css/../fonts/Georgia.eot");
  src: url("/local/templates/.default/assets/css/../fonts/Georgia.eot?#iefix") format("embedded-opentype"), url("/local/templates/.default/assets/css/../fonts/Georgia.woff") format("woff"), url("/local/templates/.default/assets/css/../fonts/Georgia.ttf") format("truetype");
}

@font-face {
  font-family: "Georgia-Italic";
  src: url("/local/templates/.default/assets/css/../fonts/Georgia-Italic.eot");
  src: url("/local/templates/.default/assets/css/../fonts/Georgia-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/.default/assets/css/../fonts/Georgia-Italic.woff") format("woff"), url("/local/templates/.default/assets/css/../fonts/Georgia-Italic.ttf") format("truetype");
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  font-family: "HelveticaNeueCyr-Roman";
  color: #000000;
  letter-spacing: 0em;
  overflow-x: hidden;
  position: relative;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section {
  width: 100%;
  position: relative;
  overflow: hidden !important;
}

.container {
  width: 88%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

.news {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e3e3e3;
}

.news_text {
  text-transform: uppercase;
  font-size: 17px;
  text-align: center;
}

.newsclose {
  position: absolute;
  right: 15px;
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.newsclose:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  cursor: pointer;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0px;
}

.left,
.right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.right {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.logo_dr {
  width: 80px;
  display: block; /* Чтобы убедиться, что ссылка не занимает лишнее место */
}

.phone span {
  font-size: 34px;
  font-family: "HelveticaNeueCyr-Medium";
}

.header_menu_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.header_menu_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.header_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}

.header_info img {
  width: 25px;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header_info img:hover {
  opacity: 1;
}

.header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.header_menu .active {
  color: #691011;
}

.header_menu a {
  font-size: 20px;
  text-transform: uppercase;
}

.header_menu a:hover {
  color: #691011;
}

.hero_banner_content h1 {
  font-family: "Georgia";
  text-transform: uppercase;
  font-size: 52px;
  line-height: 72px !important;
  text-align: center;
  background: linear-gradient(109deg, #795c06, #f7a600, #795c06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero_banner {
  position: relative;
  overflow: hidden;
}

.hero_banner {
  background-color: #691011;
  background-image: url("/local/templates/.default/assets/css/../images/hero_banner.jpg"); /* Путь к фоновому изображению */
  background-size: cover; /* Изображение растягивается для покрытия всего блока */
  background-repeat: no-repeat; /* Изображение не будет повторяться */
  background-position: center center; /* Изображение отцентрировано по обоим направлениям */
  height: 60vh; /* Высота блока */
}

.hero_banner_content {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60vh;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.heroimg {
  position: absolute;
  right: 10%;
  bottom: -24%;
  width: 23%;
}

.artblock {
  display: flex;
  gap: 25%;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}

.product_item .likebtn {
  display: inline-block;
  cursor: pointer;
  padding: 0px;
  height: 28px;
  border: 0px solid #691011;
  border-radius: 4px;
}

.aboutimg {
  position: absolute;
  right: 10%;
  bottom: -2%;
  width: 32%;
}

.burger_block_container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px;
}

.priceinput {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 10px;
}

.priceinput_item {
  max-width: 100px;
}

.priceinput_item label {
  font-size: 12px;
  color: #691011;
}

.priceinput_item input {
  max-width: 100px;
  font-size: 16px;
  padding: 3px;
  border-radius: 5px;
}

.burger_block_item_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%; /* Это создает квадратный блок */
  height: 0; /* Обнуляем высоту, чтобы она контролировалась padding-top */
}

.burger_block_item_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.burger_block_item:hover img {
  scale: 1.05;
}

.burger_block_item:hover .burger_block_item_title {
  color: #691011;
}

.burger_block_item_title {
  text-align: center;
  font-family: "Georgia-Italic";
  font-size: 17px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.burger_block {
  background-color: #daa47c;
  padding: 60px 0px;
  width: 100%;
  display: none;
}

.header_menu_burger {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 25px;
}

.header_menu_burger span {
  background-color: black;
  display: block;
  height: 3px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Анимация для превращения в крестик */
.header_menu_burger.active span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.header_menu_burger.active span:nth-child(2) {
  opacity: 0;
}

.header_menu_burger.active span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.footer_form {
  padding: 100px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}

form:not(.no-styling) {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
  margin-top: 40px;
}

.cform_input {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.formcontacts {
  display: grid;
  align-items: end;
  grid-template-columns: 3fr 1fr;
  gap: 60px;
}

.footer_form .callback {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 40px;
  margin-top: 40px;
}

.loginbg .tab {
  cursor: pointer;

  color: #616161;
}

.tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.loginbg .active {
  color: #691011;
}

.loginbg_container {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 20px;
  width: 90%;
  max-width: 350px;
}

.loginbg .form {
}

.loginbg form {
  margin: 0 !important;
}

.form input {
  font-family: "HelveticaNeueCyr-Roman" !important;
  border: 0;
  border-bottom: 1px solid #414141;
  font-size: 17px;
  background: none;
  width: 100%;
}

.loginbg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0px;
}

.form textarea {
  font-family: "HelveticaNeueCyr-Roman" !important;
  border: 0;
  border-bottom: 1px solid #414141;
  font-size: 17px;
  width: 100%;
}

.captcha {
  width: 220px;
}

.form button {
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #691011;
  font-size: 17px;
  padding: 14px 25px;
  border: 0;
  color: #fff;
}

.form_contacts {
  padding: 0px 0px 80px 0px;
}

.form_contacts button {
  max-width: 300px;
}

.form_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  width: 100%;
}

input:focus-visible {
  outline: none !important;
  border-bottom: 2px solid #691011;
}

textarea:focus-visible {
  outline: none !important;
  border-bottom: 2px solid #691011;
}

.formtitle {
  text-transform: uppercase;
  font-size: 20px;
  font-family: "HelveticaNeueCyr-Medium";
  margin-bottom: 40px;
  text-align: center;
  color: #691011;
  margin-bottom: 30px;
}

.form_title {
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
}

button:hover {
  background-color: #000;
  cursor: pointer;
}

.footer {
  background-color: #f9f9f9;
  padding: 80px 0px;
}

.footer_info {
  text-align: center;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
}

.footer_block {
  background-color: #691011;
  padding: 20px;
  text-align: center;
}

.footer_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.art {
  text-align: center;
  margin-top: 4px;
  font-size: 14px;
  color: #fff;
  background-color: #691011;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 7px 10px 3px 10px;
  font-family: "HelveticaNeueCyr-Bold";
}

.art span {
  font-family: "HelveticaNeueCyr-Medium";
  font-size: 13px;
}

.footer_item_title {
  text-transform: uppercase;
  font-size: 20px;
  font-family: "HelveticaNeueCyr-Medium";
  margin-bottom: 40px;
}

.footer_item_list_title {
  text-transform: uppercase;
  font-size: 17px;
  font-family: "HelveticaNeueCyr-Medium";
  color: #691011;
}

.footer_item_list_info {
  font-size: 17px;
  margin-top: 10px;
  text-transform: none !important;
}

.footer_item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px;
}

.mt {
  margin-top: 65px;
}

.footer_item_list a {
  font-size: 16px;
  text-transform: uppercase;
}

.footer_item_list a:hover {
  color: #691011;
}

.site_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  max-width: 55%;
  margin: 0 auto;
}

.site_info_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 100px 0px;
}

.site_info_text {
  font-family: "Georgia-Italic";
  text-align: center;
}

.site_info a {
  font-size: 19px;
  font-family: "Georgia-Italic";
  color: #691011;
  margin-top: 20px;
  text-align: center;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.catalog_block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.catalog_item_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 27vw;
  min-height: 540px;
}

.catalog_item_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.catalog_item:hover img {
  scale: 1.05;
}

.catalog_item_infoblock {
  text-align: center;
  margin-top: 30px;
}

.catalog_item_title {
  text-transform: uppercase;
  font-family: "HelveticaNeueCyr-Medium";
}
.catalog_item_info {
  font-family: "Georgia-Italic";
}

.link {
  font-size: 17px;
  font-family: "Georgia-Italic";
  color: #691011;
  text-align: center;
  text-decoration: underline;
  margin-top: 20px;
}

.link:hover {
  text-decoration: none;
}

.product_container {
  background-color: #f9f9f9;
  width: 100%;
  padding: 80px 0px;
  margin-top: 100px;
}

.product_title {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "HelveticaNeueCyr-Medium";
}

.title {
  font-size: 32px;
  text-transform: uppercase;
  font-family: "HelveticaNeueCyr-Medium";
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
}
.bg {
  background-color: #f9f9f9;
  padding: 10px 0px 60px 0px;
}

.m20 {
  margin: 20px 0px;
}

.mt40 {
  margin-top: 40px;
}

.center_red {
  text-transform: uppercase;
  font-family: "HelveticaNeueCyr-Medium";
  text-align: center;
  max-width: 70%;
  margin: 30px auto;
  color: #691011;
}

ol {
  margin-left: 30px;
}

ol li {
  margin-top: 15px;
}

.product_item_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%; /* Это создает квадратный блок */
  height: 0; /* Обнуляем высоту, чтобы она контролировалась padding-top */
}

.stickblock {
  display: flex;
  gap: 10px;
  position: absolute;
  z-index: 10;
}

.sticks {
  /* top: 0%;
  left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 5% 0px; */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sticks .new {
  position: absolute;
  /*top: 5%;
  left: 5%;*/
}

.sticks .rarity {
  position: absolute;
  /*bottom: 5%;
  right: 5%;*/
}

.tl {
  top: 5%;
  left: 5%;
}

.tr {
  top: 5%;
  right: 5%;
}

.br {
  bottom: 5%;
  right: 5%;
}

.bl {
  bottom: 5%;
  left: 5%;
}

.new {
  background-color: #691011;
  color: #fff;
  font-size: 14px;
  padding: 7px 8px 4px 8px;
  border-radius: 3px;
  display: inline-block;
  text-transform: uppercase;
}

.rarity {
  background-color: #795c06;
  color: #fff;
  font-size: 14px;
  padding: 7px 8px 4px 8px;
  border-radius: 3px;
  display: inline-block;
  text-transform: uppercase;
  align-items: end;
  text-align: end;
}

.reservation {
  position: absolute;
  bottom: 3px;
  right: 20px;
  width: 40px;
  z-index: 10;
}

.product_item_img .product_item_img_cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product_item_arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px; /* Отступы по бокам */
}

.product_item_arrow_block {
  width: calc(100% - 20px); /* Вычитаем отступы по бокам */
  height: 30px;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; /* Распределяем элементы по краям контейнера */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_item_arrow_block img {
  width: 40px;
  height: auto;
  display: block; /* Убедитесь, что изображения отображаются */
  visibility: visible; /* Изначально делаем видимыми */
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; /* Не позволяем стрелкам растягиваться */
}

.product_item_arrow_block img.hidden {
  visibility: hidden; /* Скрываем, но сохраняем место */
}

.product_item_arrow_block img:hover {
  opacity: 0.6;
  cursor: pointer;
}

.product_item:hover .product_item_arrow_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_block_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.product_item_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "HelveticaNeueCyr-Medium";
  display: -webkit-box;
  -webkit-line-clamp: 6; /* Ограничиваем до 6 строк */
  -webkit-box-orient: vertical;
  overflow: hidden; /* Скрываем текст, выходящий за пределы */
  text-overflow: ellipsis; /* Добавляем многоточие в конце */
}

.product_item_info {
  font-family: "Georgia-Italic";
  text-align: center;
  display: none;
  font-size: 17px;
  margin-top: 10px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.product_item_price {
  font-family: "HelveticaNeueCyr-MediumItalic";
  text-align: center;
  font-size: 20px;
  margin-top: 15px;
  color: #691011;
}

.product_item_btn {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #691011;
  font-size: 17px;
  line-height: 22px !important;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 14px 25px;
  border: 0;
  color: #fff;
  margin-top: 30px;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.product_item {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #f9f9f9;
  position: relative;
  overflow: hidden;
}

.product_item:hover {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #dddddd;
}

.product_item:hover .product_item_btn {
  opacity: 2;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.product_item_btn:hover {
  background-color: #000;
}

.product_slider {
  position: relative;
  margin-top: 60px;
}

.product_block {
  overflow-x: auto; /* Добавляем горизонтальную прокрутку */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Для горизонтального расположения карточек */
  gap: 30px;
  max-width: 85%;
  margin: 0 auto;
}

.product_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%; /* Занимает 25% ширины контейнера, чтобы показывать 4 карточки */
}

.slider_arrow {
  position: absolute;
  width: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}

.slider_arrow:hover {
  opacity: 0.6;
  cursor: pointer;
}

.arrowlslide {
  left: 10px;
}

.arrowrslide {
  right: 10px;
}

.bgmenu {
  background-color: #0000007d;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
}

.mob_menu {
  position: absolute;
  height: 100%;
  background-color: #fff;
  width: 80%;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mob_menu_block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40%;
  margin-left: 8%;
}

.mob_menu_btn {
  margin-left: 8%;
  margin-top: 20%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.mob_menu_btn a {
  display: flex;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  gap: 30px;
}

.mob_menu_block a {
  font-size: 20px;
  text-transform: uppercase;
}

.mob_menu_block a:hover {
  color: #691011;
}

.burger_menu {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 25px;
}

.burger_menu span {
  background-color: black;
  display: block;
  height: 3px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.burger_menu_close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 30px;
  top: 30px;
}

.captcha img {
  max-width: 260px;
}

.catalog_bg {
  background-color: #f9f9f9;
  padding: 30px 0px 60px 0px;
  width: 100%;
}

.catalog_page {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 2.3fr;
  gap: 80px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.catalog_page_filter {
  background-color: #fff;
  padding: 30px;
  margin-top: 40px;
}

.catalog_page_title {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "HelveticaNeueCyr-Medium";
}

.product_block_catalog {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.catalog_page_content_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog_page_sort span {
  font-size: 17px;
}

.sort-options {
  padding: 5px 10px;
  border: 2px solid #691011; /* Цвет рамки */
  border-radius: 5px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #691011; /* Цвет текста */
  background-color: #ffffff; /* Цвет фона */
  -webkit-appearance: none; /* Убираем стандартный стиль в Webkit-браузерах */
  -moz-appearance: none; /* Убираем стандартный стиль в Firefox */
  appearance: none; /* Убираем стандартный стиль */
  background-image: url("/local/templates/.default/assets/css/../images/arrowb.svg"); /* Путь к вашему изображению стрелки */
  background-repeat: no-repeat;
  background-position: right 10px center; /* Позиция изображения стрелки */
  min-width: 200px;
}

/* Стиль для стрелки в IE */
.sort-options::-ms-expand {
  display: none;
}

.filter_item_name {
  text-transform: uppercase;
  font-family: "HelveticaNeueCyr-Medium";
  font-size: 17px;
}

.filter_item_icon {
  text-transform: uppercase;
  font-family: "HelveticaNeueCyr-Medium";
  font-size: 17px;
  color: #691011;
}

.filter_item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0px;
  border-bottom: 1px solid #c4c4c4;
}

.product_block_catalog_pag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
}

.pagdigit {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  display: flex;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "HelveticaNeueCyr-Medium";
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}

.pagdigit:hover {
  cursor: pointer;
  opacity: 0.8;
}

.pagdigit_active {
  color: #fff;
  background-color: #691011;
}

.filter_item_head:hover {
  opacity: 0.7;
  cursor: pointer;
}

.filter_item_info {
  display: none; /* Скрыть изначально */
  margin-top: 30px;
}

.filter_item_icon {
  cursor: pointer; /* Чтобы пользователь понимал, что это кликабельный элемент */
}

.checkbox_group {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 20px !important;
  display: flex;
  align-items: start;
  gap: 6px;
}

.checkbox_group:hover {
  cursor: pointer;
}

.checkbox_group input[type="checkbox"] {
  margin-right: 5px;
}

.irs--flat .irs-handle > i:first-child {
  background-color: #691011 !important;
}
.irs--flat .irs-bar {
  background-color: #691011 !important;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  background-color: #691011 !important;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  border-top-color: #691011 !important;
}

.checkbox_group label {
  cursor: pointer;
  font-size: 17px;
  line-height: 20px !important;
}

.year_block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.year_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.year_item span {
  font-size: 17px;
  text-transform: uppercase;
}

.year_item input {
  border-radius: 5px;
  width: 100px;
  font-size: 17px;
  padding: 10px;
}

.price_block {
  /*position: relative;*/
}

.slider {
  width: 100%;
  position: absolute;
}

.slider-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider-values input {
  width: 80px; /* Или другой подходящий размер */
}

.card_container {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 40px;
  align-items: start; /* Элементы будут выравнены по верху */
}

.card_gallery {
  display: grid;
  grid-template-columns: 1fr 4.47fr;
  gap: 40px;
  position: relative;
}

/* СЛАЙДЕР КАРТОЧКИ */

.card_gallery_min_thumb,
.card_gallery_min_top,
.card_gallery_min_bottom {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%; /* Это создает квадратный блок */
  height: 0; /* Обнуляем высоту, чтобы она контролировалась padding-top */
}

.card_gallery_min_bottom img,
.card_gallery_min_top img,
.card_gallery_min_thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card_gallery_min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}

.card_gallery_hero_thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%; /* Это создает квадратный блок */
  height: 0; /* Обнуляем высоту, чтобы она контролировалась padding-top */
}

.thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Убедитесь, что изображение покрывает весь блок */
}

.card_gallery_hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.card_gallery_hero:hover .rightarrow {
  display: flex;
}

.card_gallery_hero:hover .leftarrow {
  display: flex;
}

.rightarrow {
  position: absolute;
  display: none;
  width: 50px;
  height: 100%;
  right: 10px;
  top: 0;

  align-items: center;
  justify-content: center;
}

.leftarrow {
  position: absolute;
  height: 100%;
  display: none;
  top: 0;
  width: 50px;
  left: 10px;

  align-items: center;
  justify-content: center;
}

.leftarrow:hover {
  cursor: pointer;
}

.rightarrow:hover {
  cursor: pointer;
}

.leftarrow img {
  width: 50px;
  height: 50px;
}
.rightarrow img {
  width: 50px;
  height: 50px;
}

.card_gallery_hero_bg {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000000e1;
  z-index: 102;
  width: 100%;
  height: 100vh;
  position: fixed;
}

.closew {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 102;
  width: 40px;
}

.card_gallery_min_thumb:hover {
  cursor: pointer;
  opacity: 0.7;
}

.card_gallery_min_thumb_active {
  opacity: 0.4;
}

.navcard:hover {
  cursor: pointer;
  opacity: 0.7;
}

.card_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.card_info_title {
  font-size: 32px;
  text-transform: uppercase;
}

.card_info_art {
  text-transform: uppercase;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #000;
  border-radius: 4px;
  color: #fff;
  font-size: 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card_info_art span {
  font-size: 34px;
  font-family: "HelveticaNeueCyr-Medium";
}

.card_info_price_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.card_info_price {
  margin-top: 30px;
}

.card_price {
  font-family: "Georgia-Italic";
  font-size: 46px;
}

.cartbtn {
  background-color: #691011;
  padding: 20px 30px;
  font-size: 17px;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cartbtn:hover {
  background-color: #000;
  cursor: pointer;
}

.likebtn {
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  height: 68px;
  border: 3px solid #691011; /* Граница */
  border-radius: 4px;
}

.likebtn svg {
  fill: none; /* Начальная заливка - прозрачная */
  stroke: #691011; /* Цвет обводки */
  stroke-width: 3px; /* Толщина обводки */
  width: 100%;
  height: 100%;
}

.likebtn.active svg {
  fill: #691011; /* Цвет заливки при активации */
}

.exclusive .likebtn.active path {
  fill: #691011 !important;
  stroke: none;
}

.card_info_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
  width: 100%;
}

.card_info_data_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #acacac;
  padding: 10px 0px;
}

.card_info_data_list_title {
  font-size: 17px;
}

.card_info_data_list_info {
  font-size: 17px;
  max-width: 200px;
  text-align: right;
  font-family: "Georgia-Italic";
  color: #691011;
}

.product_info {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 40px;
  margin-top: 80px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.product_info_block {
  background-color: #fff;
  padding: 40px;
}

.product_info_block_title {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "HelveticaNeueCyr-Medium";
}

.product_info_block_content {
  font-size: 26px;
  margin-top: 20px;
}

.product_info_block_content p {
  font-size: 17px;
  margin-top: 15px;
}

.product_info_block_content_img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}

.product_info_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%; /* Это создает квадратный блок */
  height: 0; /* Обнуляем высоту, чтобы она контролировалась padding-top */
}

.product_info_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.similar {
  margin-top: 80px;
}

.digiticon {
  position: relative; /* Это необходимо для позиционирования .heart_digit относительно .heart */
  display: inline-block; /* Позволяет элементу .heart адаптироваться к размеру содержимого */
}

.digit {
  background-color: #691011; /* Цвет фона круга */
  color: #ffffff; /* Цвет текста (цифры) */
  border-radius: 50%; /* Делает элемент круглым */
  height: 24px; /* Высота круга */
  width: 24px; /* Ширина круга */
  position: absolute; /* Абсолютное позиционирование относительно .heart */
  top: 0; /* Позиционирование в верхней части .heart */
  /* Позиционирование с правого края .heart */
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%); /* Сдвиг для центрирования круга относительно угла иконки */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.digit span {
  font-size: 14px; /* Размер шрифта; уменьшите, если необходимо */
  line-height: 14px !important;
  -webkit-transform: translate(5%, 5%);
  -ms-transform: translate(5%, 5%);
  transform: translate(5%, 5%);
}

.search_container {
  background-color: #f0f0f0;
  padding: 30px 0px;
}

.search_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search_block input {
  width: 100%;
  padding: 10px;
  border: none;
}

.search_button {
  position: absolute;
  right: 20px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  top: 12px;
}

.search_button:hover {
  background: none;
  opacity: 0.6;
}

.contact_block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.contact_block_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

.contact_block .product_info_block_title {
  color: #691011;
}

.map_block_item_head img {
  width: 50px;
}

.map_block_item_head .center_red {
  margin-top: 15px;
  margin-bottom: 30px;
}

.map_block_item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.map_block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.lk_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.lk_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 20px;
}

.lk_btn:hover {
  cursor: pointer;
  opacity: 0.8;
}

svg {
  width: 25px;
  height: auto;
}

svg path {
}

.lk_btn_active {
  background-color: #691011;
  color: #fff;
}

.lk_btn_active svg path {
  fill: #fff; /* или любой другой цвет */
  stroke: none;
}

.news_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.news_item {
  background-color: #fff;
  padding: 40px;
}

.news_item_title {
  font-size: 40px;
}

.news_item_date {
  font-size: 17px;
  opacity: 0.6;
  margin-top: 20px;
}

.news_item_content {
  margin-top: 30px;
}

.news_item_btn {
  margin-top: 30px;
  font-size: 17px;
  font-family: "Georgia-Italic";
  color: #691011;
  text-decoration: underline;
  margin-top: 40px;
}

.news_item_btn:hover {
  text-decoration: none;
}

.news_item_content img {
  width: 100%;
}

.lk_content .product_block_catalog {
  margin-top: 0px;
}

strong {
  font-family: "HelveticaNeueCyr-Bold";
}

.news_item_content p {
  margin: 15px 0px;
}

.bg404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 900px;
  width: 100%;
  margin: 50px auto;
}

.bg404 img {
  width: 100%;
  max-width: 400px;
}

.info_404 {
  text-align: center;
  font-family: "HelveticaNeueCyr-Medium";
}

.info_404 a {
  color: #691011;
}

.btn404 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #691011;
  font-size: 17px;
  padding: 14px 25px;
  margin-top: 20px;
  border: 0;
  color: #fff;
}

.btn404:hover {
  background-color: #000;
}

.exclusive {
  background-color: #000 !important;
}

.exclusive .burger_menu_close {
  background-color: #fff;
  padding: 10px;
  border-radius: 100%;
}

.exclusive .mob_menu {
  background-color: #000000 !important;
}

.exclusive div {
  color: #fff;
}

.exclusive a {
  color: #fff;
}

.exclusive path {
  fill: #fff; /* или любой другой цвет */
  stroke: none;
}

.exclusive .footer {
  background-color: #000;
  padding: 80px 0px;
}

.exclusive .footer_form_bg {
  background-color: #1b1b1b;
}

.exclusive .footer_block {
  background-color: #1b1b1b;
  color: #dd9803;
}

.exclusive .footer_info {
  color: #dd9803;
}

.exclusive .footer_item_title {
  color: #dd9803;
}

.exclusive .logo path {
  fill: #dd9803; /* или любой другой цвет */
  stroke: none;
}

.logo {
  margin-top: 10px;
}

.logo svg {
  width: 440px !important;
  height: auto !important;
}

.exclusive .news {
  background-color: #1b1b1b;
}

.exclusive .header_menu_burger span {
  background-color: rgb(255, 255, 255);
}

.exclusive .title {
  color: #dd9803;
}

.exclusive .form input {
  border: 0;
  border-bottom: 2px solid #bfbfbf;
  font-size: 17px;
  color: #fff;
  background: none;
  width: 100%;
}

.exclusive_block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin: 60px 0px;
}

.exclusive .catalog_item_infoblock .link {
  color: #dd9803;
}

.exclusive .catalog_item_img {
  border: 3px solid #dd9803;
}

.exclusive .product_block_catalog {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 80px;
}

.exclusive .product_item {
  border: none;
}

.exclusive .product_item:hover {
  background-color: #1b1b1b;
  padding: 15px;
  border: none;
}

.exclusive .product_item_img {
  border: 3px solid #dd9803;
}

.exclusive .card_gallery_hero_thumb {
  border: 3px solid #dd9803;
}

.exclusive .card_gallery_min_thumb {
  border: 3px solid #dd9803;
}

.exclusive .product_info_img {
  border: 3px solid #dd9803;
}

.breadcrumbs {
  margin-top: 40px;
}

.breadcrumbs img {
  margin-top: -8px;
}

.bc_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 10px 0px;
}

.bc_block img {
  width: 14px;
  height: 14px;
  margin-top: -5px;
}

.bc_block .bc_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #691011;
  text-transform: uppercase;
  gap: 20px;
}

.bc_block div {
  color: #000 !important;
  opacity: 0.6 !important;
}

.bc_block a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bc_block a:hover {
  opacity: 0.7;
}

.breadcrumbs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #dd9803;
  text-transform: uppercase;
  gap: 20px;
}

.breadcrumbs a:hover {
  color: #fff;
}

.exclusive .burger_menu span {
  background-color: #fff;
}

.exclusive .catalog_bg {
  background-color: #000;
  padding: 60px 0px;
  width: 100%;
}

.exclusive .card_info_art {
  background-color: #1b1b1b;
}

.exclusive .product_info_block {
  background-color: #1b1b1b;
}

.exclusive .search_container {
  background-color: #1b1b1b;
}

.about_block_content p {
  font-size: 17px;
  margin-top: 15px;
}

.about_block {
  display: none;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  margin: 60px auto;
  max-width: 80%;
}

.about_block_active {
  display: grid;
}

.about_block_photo img {
  width: 100%;
}

.about_block_photo {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.about_block_photo_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.timeline_info {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.timeline_info_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.timeline {
  background-color: #f9f9f9;
  padding: 30px 0px;
}

.timeline_date {
  margin-top: 80px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  position: relative;
  overflow: hidden;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.timeline_date_item {
  position: relative; /* Необходимо для позиционирования псевдоэлементов */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.timeline_date_item:hover {
  cursor: pointer;
}

.timeline_date_item:first-child {
  align-items: start;
}

.timeline_date_item:last-child {
  align-items: end;
}

.timeline_date_item .circle {
  z-index: 3;
  width: 30px;
  position: relative;
  height: 30px;
  border-radius: 100px;
  background-color: #acacac;
}

/* Стилизация линии между кругами */
.line {
}

.timeline_date_item {
  position: relative; /* Относительное позиционирование для родительского элемента */
}

.timeline_info_year {
  font-size: 100px;
  color: #691011;

  font-family: "Georgia-Italic";
}

.timeline_info_title {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "HelveticaNeueCyr-Medium";
}

.timeline_info_text {
  font-family: "Georgia-Italic";
  max-width: 40%;
  text-align: center;
}

.timeline_date_item {
  font-family: "Georgia-Italic";
}

.timeline_date_item span {
  font-size: 26px;
}

.timeline_date_item_active {
  color: #691011;
  font-size: 26px;
}

.soon span {
  color: #acacac;
}

.soon .circle {
  background-color: #acacac;
}

.soon::after {
  background-color: #acacac;
}

.soon::after {
  background-color: #acacac !important;
}

.italic {
  color: #691011;
  font-family: "Georgia-Italic";
}

.cart_block {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-top: 40px;
}

.cart_info {
  background-color: #fff;
  padding: 40px;
}

.cart_form {
  background-color: #fff;
  padding: 40px;
}

.title_cart {
  font-size: 22px;
  color: #691011;
  text-transform: uppercase;
  font-family: "HelveticaNeueCyr-Medium";
}

.cart_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}

.cart_item {
  display: grid;
  grid-template-columns: 1fr 3fr 0.3fr;
  gap: 30px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart_item_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  height: 0;
}

.cart_item_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cart_item_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  position: relative;
  height: 100%;
}

.cart_item_close button {
  width: 30px;
  height: 30px;
  background-color: #691011;
  position: absolute;
  border: 0;
  border-radius: 50%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart_item_close button img {
  width: 12px;
  height: 12px;
}

.cart_item_info_title {
  text-transform: uppercase;
  font-family: "HelveticaNeueCyr-Medium";
}

.cart_item_info_price {
  margin-top: 20px;
}

.cart_item_info_content {
  font-family: "Georgia-Italic";
}

.form_info_price {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 20px;
  margin: 10px 0px;
}

.form_info_price p {
  text-transform: uppercase;
  color: #691011;
}

.form_info_price_block {
  margin: 30px 0px;
}

.form_info_price span {
  text-transform: uppercase;
}

.itog {
  margin-top: 20px;
}

.itog p,
.itog span {
  font-size: 28px;
}

.cart_form form {
  margin-top: 0px;
}

.cat_block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}

.cat_block_head {
  display: flex;
  font-family: "HelveticaNeueCyr-Medium";
  justify-content: space-between;
  gap: 10px;
}

.cat_block_item a:hover {
  color: #691011;
}

.cat_block_item .cat_block_info {
  padding-left: 15px;
}

.cat_block_info .cat_block_item .cat_block_info {
  margin-bottom: 20px;
}

.cat_block_plus {
  color: #691011;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cat_block_plus:hover {
  cursor: pointer;
  opacity: 0.8;
}

.cat_block_info {
  margin-top: 15px;
  display: none;
  flex-direction: column;
  gap: 10px;
}

@media screen and (min-width: 1600px) {
  .hero_banner {
    height: 40vh; /* Высота блока */
  }

  .hero_banner_content {
    height: 40vh;
  }
}

@media screen and (max-width: 900px) {
  .exclusive_block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 60px 0px;
  }
  .stickblock {
    display: none;
  }
  .cart_item {
    display: grid;
    grid-template-columns: 1fr 3fr 0.3fr;
    gap: 30px;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .cart_item_info_title {
    font-size: 17px;
  }

  .cart_item_info_content {
    font-size: 14px;
  }
  .cart_info {
    padding: 30px;
  }
  .cart_form {
    padding: 30px;
  }
  .cart_block {
    grid-template-columns: 1fr;
  }
  .line {
    display: none;
  }

  .timeline_info_text {
    max-width: 90%;
  }
  .about_block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    margin: 60px auto;
    max-width: 100%;
  }

  .exclusive .product_block_catalog {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 80px;
  }
  .logo svg {
    width: 190px !important;
    height: auto !important;
  }
  .bg404 {
    max-width: 90%;
  }
  .news_item {
    background-color: #fff;
    padding: 30px;
  }
  .news_item_title {
    font-size: 26px;
  }
  .form_contacts button {
    max-width: 100%;
  }
  .contact_block {
    display: flex;
    flex-direction: column-reverse; /* Меняет порядок блоков */
    gap: 0px;
  }

  .product_info_block {
    padding: 32px;
  }

  .form_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .map_block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .center_red {
    max-width: 100%;
  }
  .card_info_art {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; /* Первый элемент */
    margin-top: 0px;
  }

  .card_info_price {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; /* Второй элемент */
  }

  .card_info_title {
    font-size: 24px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; /* Третий элемент */
    margin-top: 30px;
  }

  .card_info_data {
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; /* Третий элемент */
  }

  .product_info_block_content {
    font-size: 17px;
  }

  .product_info_block_content p {
    font-size: 17px;
  }

  .product_info {
    grid-template-columns: 1fr;
  }
  .card_container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px;
  }

  .card_gallery {
    display: grid;
    grid-template-columns: 1fr; /* Один столбец для мобильных устройств */
    gap: 40px;
    position: relative;
  }

  .card_gallery_min {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; /* Меняем порядок, чтобы миниатюры были сверху */
  }

  .card_gallery_hero {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; /* Меняем порядок, чтобы главный блок был снизу */
  }

  .reservation {
    display: none;
  }

  .card_gallery_min {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; /* Горизонтальное расположение миниатюр */
    gap: 6.6%;
    overflow-x: auto; /* Добавляем горизонтальную прокрутку */
  }

  .card_gallery_min_thumb,
  .card_gallery_min_top,
  .card_gallery_min_bottom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; /* Убеждаемся, что элементы не сжимаются и не растягиваются */
    width: 20%; /* Фиксированная ширина для элементов */
    padding-top: 20%; /* Процентное соотношение, сохраняющее квадратные пропорции */
    position: relative; /* Относительное позиционирование для абсолютного позиционирования изображений */
    overflow: hidden;
  }

  .card_gallery_min_bottom {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .card_gallery_min_top {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .card_gallery_min_thumb img,
  .card_gallery_min_top img,
  .card_gallery_min_bottom img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; /* Изображение заполняет блок, сохраняя пропорции */
  }

  .contact_block_inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
  }

  .catalog_page {
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .product_block_catalog {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .filter_item_name {
    text-transform: uppercase;
    font-family: "HelveticaNeueCyr-Medium";
    font-size: 17px;
  }

  .burger_menu {
    display: block;
  }
  .product_block {
    overflow-x: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 100%;
    margin: 0 auto;
  }

  .product_item_btn {
    display: none;
  }

  .product_item:hover {
    background-color: #fff !important;
    padding: 0px !important;
    border: 1px solid #dddddd !important;
  }

  .exclusive .product_item:hover {
    background-color: #000000 !important;
    padding: 0px !important;
    border: none !important;
  }

  .product_block_info {
    width: 100%;
  }

  .product_item_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-family: "HelveticaNeueCyr-Medium";
  }

  .product_item_info {
    font-size: 14px;
    margin-top: 5px;
  }

  .product_item_arrow {
    display: flex;
  }

  .product_item_arrow_block {
    display: none !important;
  }

  form:not(.no-styling) {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  form:not(.no-styling) input {
    width: 100%;
  }

  form:not(.no-styling) button {
    width: 100%;
  }

  .footer_container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .mhide {
    display: none;
  }
  .footer_form {
    padding: 100px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header_menu_block {
    display: none;
  }

  .search_container.visible {
    display: block !important;
  }

  .search_button {
    top: 5px !important;
  }

  .hero_banner_content {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60vh;
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .heroimg_block {
    display: none;
  }

  .hero_banner_content h1 {
    font-size: 32px;
  }

  .phone {
    display: none;
  }

  .catalog_block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .card_gallery_min_top {
    position: absolute;
    left: 20px;
    top: 30%;
  }

  .card_gallery_min_bottom {
    position: absolute;
    right: 20px;
    top: 30%;
  }

  .site_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    max-width: 100%;
    margin: 0 auto;
  }

  .logo_dr {
    width: 60px;
    display: block;
  }

  .logo {
    width: 180px;
    display: block;
  }

  .news_text {
    text-transform: uppercase;
    font-size: 17px;
    max-width: 80%;
    text-align: center;
  }

  * {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 120% !important;
    letter-spacing: 0vw;
  }
}

/* End */


/* Start:/local/templates/.default/assets/css/alerts.css?1738770681485*/
.alert {
    border: 1px solid transparent;
    border-radius: .25rem;
    margin: 1rem 0;
    padding: .75rem 1.25rem;
    position: relative;
}
.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}
.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.alert .line {
    font-size: 16px;
}

.alert a {
    color: inherit;
    text-decoration: underline;
}

.alert ul {
    margin: 10px 0 0 15px;
}
/* End */


/* Start:/local/templates/.default/assets/css/custom.css?17428266231214*/
.agreement {
    font-size: 16px;
}
.check__agree {
    width: auto !important;
}
.agreement a {
    font-size: 16px;
    text-decoration: underline;
}

button[type=submit]:disabled {
    background: #9f9f9f !important;
    cursor: not-allowed;
}

.catalog_page.wide {
    grid-template-columns: 1fr;
}

.catalog_page.wide .product_block_catalog {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.addToFavorites.pending {
    opacity: .15;
}

.catalog-section-seo {
    margin-top: 30px;
}
.catalog-section-seo ul {
    margin: 12px 0;
    padding-left: 36px;
}
.catalog-section-seo ul li {
    margin-bottom: 6px;
}
.catalog-section-seo p {
    margin-bottom: 12px;
}

@media screen and (max-width: 900px) {
    .about_block {
        display: none;
    }

    .about_block_active {
        display: grid;
    }

    .catalog_page.wide .product_block_catalog {
        grid-template-columns: 1fr 1fr;
    }

    .catalog-search-result .catalog_page_title {
        font-size: 15px !important;
        margin-bottom: 10px;
    }

    .catalog_page_content_header {
        display: block;
    }

    .product_info_block_content img {
        max-width: 100%;
    }

    .hide_mobile {
        display: none;
    }
}
/* End */


/* Start:/local/components/decor/feedback/templates/footer/style.css?172883966045*/
.grecaptcha-badge {
    visibility: hidden;
}
/* End */
/* /local/templates/.default/assets/css/style.css?174999416858840 */
/* /local/templates/.default/assets/css/alerts.css?1738770681485 */
/* /local/templates/.default/assets/css/custom.css?17428266231214 */
/* /local/components/decor/feedback/templates/footer/style.css?172883966045 */
