/* template@basic.less */
@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  src: url(https://acaya.pl/storage/fonts/Montserrat-Medium.ttf);
  font-weight: 600;
}
@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  src: url(https://acaya.pl/storage/fonts/Montserrat-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  src: url(https://acaya.pl/storage/fonts/Montserrat-Light.ttf);
  font-weight: 200;
}
@font-face {
  font-family: 'Cormorant';
  font-display: swap;
  src: url(https://acaya.pl/storage/fonts/Cormorant-Book.otf);
  font-weight: 400;
}
@font-face {
  font-family: 'Cormorant';
  font-display: swap;
  src: url(https://acaya.pl/storage/fonts/Cormorant-Light.otf);
  font-weight: 200;
}
/*BASIC__STYLE*/
/*МАСКА КАРТИНКИ*/
/*МАСКА КАРТИНКИ*/
/*БОКС ДЛЯ ФОТО*/
/*БОКС ДЛЯ ФОТО*/
/*ЦВЕТОВОЙ ГРАДИЕНТ*/
/*ЦВЕТОВОЙ ГРАДИЕНТ*/
/*ЗАДНИЙ ФОН*/
/*ЗАДНИЙ ФОН*/
/*ЗАКРЫТИЕ*/
.closer__btn {
  cursor: pointer;
  width: 3vw;
  height: 3vw;
  position: absolute;
  right: 1vw;
  top: 0.5vw;
  background: url(/public/img/close.png), #c4a164;
  background-size: 70% 70%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9999;
}
@media screen and (max-width: 800px) {
  .closer__btn {
    width: 10vw;
    height: 10vw;
    right: 5vw;
  }
}
.closer__btn:hover {
  background-color: red;
}
/*ЗАКРЫТИЕ*/
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}
strong {
  font-weight: 600;
}
body {
  max-width: 100vw;
  overflow: hidden;
  overflow-y: auto;
  background-color: #2c1c12;
}
@media screen and (max-width: 800px) {
  body {
    padding-bottom: 8vw;
  }
}
a {
  text-decoration: none;
  color: inherit;
  width: auto;
  height: auto;
}
table {
  border: none;
  border-collapse: collapse;
}
div {
  display: block;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: 'Montserrat';
}
img {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
span {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
p {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
ul {
  margin-top: 0.3vw;
  margin-left: 1%;
}
ul,
li {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
nav {
  display: flex;
  justify-content: center;
}
/*BASIC__STYLE*/
.form_type_1 {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  .form_type_1 {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.inputGroup {
  width: 100%;
  float: left;
  margin-top: 0.4vw;
}
@media screen and (max-width: 800px) {
  .inputGroup {
    margin-top: 3.4vw;
  }
}
.regulationsLabel {
  color: #fff;
  font-family: 'Montserrat';
}
.regulationsLabel:hover + .formaInfoWindow {
  display: block;
}
@media screen and (max-width: 800px) {
  .regulationsLabel {
    font-size: 4vw;
    margin-top: 2vw;
  }
}
#regulationsCheckbox {
  width: 1.5vw;
}
.regulationsLabel {
  color: #fff;
  font-family: 'Montserrat';
}
.regulationsLabel:hover + .formaInfoWindow {
  display: block;
}
@media screen and (max-width: 800px) {
  .regulationsLabel {
    font-size: 4vw;
  }
}
.regulationsGroup {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  position: relative;
  padding-bottom: 0.3vw;
}
@media screen and (max-width: 800px) {
  .regulationsGroup {
    flex-direction: column;
  }
}
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.custom-checkbox + label::before {
  content: '';
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #cba667;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox:checked + label::before {
  background-color: #cba667;
  border-color: #b79253;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #b3d7ff;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active + label::before {
  background-color: #cba667;
  border-color: #b79253;
}
/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked) + label::before {
  border-color: #80bdff;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled + label::before {
  background-color: #e9ecef;
}
.formaInfoWindow {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  position: absolute;
  top: 100%;
  left: 0;
  background: #cba667;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 0.9vw;
  border: 1px solid #cba667;
  display: none;
}
@media screen and (max-width: 800px) {
  .formaInfoWindow {
    font-size: 3.3vw;
    position: relative;
    border: 1px solid #fff;
    display: block;
    background: #b08d50;
    margin-top: 4vw;
  }
}
.windowFormSubmit {
  width: 26%;
  color: #fff;
  font-size: 1.3vw;
  font-family: tahoma;
  z-index: 3;
  outline: 1px solid #d7b273;
  padding-top: 0.4vw;
  padding-bottom: 0.4vw;
  padding-left: 5%;
  padding-right: 5%;
  border-radius: 35px;
  background: #cba667;
  background-image: url(/public/img/linkIcon.png);
  background-size: 1.5vw 1vw;
  background-repeat: no-repeat;
  background-position: 90% center;
  margin-top: 0.4vw;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .windowFormSubmit {
    width: 50%;
    font-size: 5vw;
    background-size: 3.5vw 2vw;
  }
}
h2 {
  font-size: 3.63vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #cba667;
  text-align: center;
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 13.2vw;
  }
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 10vw;
  }
}
.formBlock {
  width: 32%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  position: absolute;
  background: url(/public/img/form_bg.png), #524b44;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right center;
  right: 5%;
  border: 1px solid #cba667;
  outline: 1px solid #fff9;
  outline-offset: 0px;
  border-radius: 20px;
  padding-bottom: 2.5vw;
}
@media screen and (max-width: 800px) {
  .formBlock {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .formBlock {
    position: relative;
    right: 0%;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
.form_title {
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 1.485vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ebebeb;
  margin-top: 1vw;
  background: #fff;
  outline: 1px dashed #fff9;
  text-align: center;
  padding-top: 1vw;
  padding-bottom: 1vw;
  border-radius: 30px;
  margin-bottom: 1vw;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .form_title {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .form_title {
    font-size: 5.4vw;
  }
}
.form_input {
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 1.265vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ebebeb;
  border-radius: 30px;
  padding-top: 0.6vw;
  padding-bottom: 0.6vw;
  margin-top: 0.8vw;
}
@media screen and (max-width: 800px) {
  .form_input {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .form_input {
    font-size: 4.6vw;
  }
}
@media screen and (max-width: 800px) {
  .form_input {
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding-bottom: 3vw;
    padding-top: 3vw;
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
  }
}
.h2_block_cover {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6vw;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .h2_block_cover {
    flex-direction: column;
    align-items: center;
  }
}
.h2_block_cover h2 {
  font-size: 2.42vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .h2_block_cover h2 {
    font-size: 8.800000000000001vw;
  }
}
@media screen and (max-width: 800px) {
  .h2_block_cover {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
.h2_block_cover .h2_subtitle {
  font-size: 1.65vw;
  font-family: 'Cormorant';
  font-weight: 200;
  color: #ffffff;
  letter-spacing: 3px;
  padding: 0 3vw;
  background-image: url('/public/img/set-left.png'), url('/public/img/set-right.png');
  background-position: left center, right center;
  background-size: 2.6vw 1.2vw, 2.6vw 1.2vw;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width: 800px) {
  .h2_block_cover .h2_subtitle {
    font-size: 6vw;
  }
}
@media screen and (max-width: 800px) {
  .h2_block_cover .h2_subtitle {
    background-size: 6.6vw 4.2vw, 6.6vw 4.2vw;
    font-size: 6vw;
  }
}
.h2_block_cover .h2_line {
  width: 22%;
  height: 2px;
  background-color: #cba667;
}
.forma_title_type_1 {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  font-size: 2.09vw;
  font-family: 'Cormorant';
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 800px) {
  .forma_title_type_1 {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .forma_title_type_1 {
    font-size: 7.6vw;
  }
}
.forma_subtitle_type_1 {
  width: 95%;
  height: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
  text-align: center;
  font-size: 0.99vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #cba667;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 800px) {
  .forma_subtitle_type_1 {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .forma_subtitle_type_1 {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 800px) {
  .forma_subtitle_type_1 {
    margin-bottom: 6vw;
  }
}
.forma_type1 {
  width: 91%;
  height: auto;
  padding-left: 4.5%;
  padding-right: 4.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2vw;
  gap: 1.5vw;
}
@media screen and (max-width: 800px) {
  .forma_type1 {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .forma_type1 {
    flex-direction: column;
    align-items: center;
  }
}
.forma_type1_input {
  width: 97.3%;
  padding-left: 1.5%;
  padding-right: 1.5%;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 0.6vw;
  padding-bottom: 0.6vw;
  font-size: 1.32vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.06);
  border-bottom: 5px solid #0008;
}
@media screen and (max-width: 800px) {
  .forma_type1_input {
    font-size: 4.8vw;
  }
}
.send_btn {
  width: 37%;
  padding-left: 1.5%;
  padding-right: 1.5%;
  padding-top: 0.6vw;
  padding-bottom: 0.6vw;
  font-size: 1.32vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.06);
  border-bottom: 5px solid #0003;
  outline: 1px solid #0002;
  text-align: center;
  margin-left: 60%;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 800px) {
  .send_btn {
    font-size: 4.8vw;
  }
}
.send_btn:hover {
  background-color: rgba(196, 161, 100, 0.1);
  border-bottom: 5px solid #0007;
  outline: 1px solid #0005;
}
@media screen and (max-width: 800px) {
  .send_btn {
    width: 60%;
    margin-left: 0%;
    padding-top: 4vw;
    padding-bottom: 4vw;
    margin-top: 4vw;
  }
}
/* template@header.less */
header {
  width: 96%;
  height: 47vw;
  padding-left: 2%;
  padding-right: 2%;
  /* Если значение false добавляет просто фон */
  background: url('https://acaya.pl/public/img/header.webp');
  /* Если значение true добавляет linear-gradient */
  /* Преобразуем HTML Hex в RGBA */
  /* Добавляем  linear-gradient и фон*/
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://acaya.pl/public/img/header.webp');
  /* Дальше по умолчанию */
  background-position: center bottom;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  overflow: hidden;
  clip-path: ellipse(100% 99% at 50% 0%);
  border-bottom: 4px solid #342d26;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  header {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  header {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 800px) {
  header {
    clip-path: unset;
    height: auto;
    background-size: auto 100%;
    padding-bottom: 32vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  header {
    height: auto;
    padding-bottom: 10vw;
  }
}
.header-border {
  position: absolute;
  bottom: -0.4vw;
  left: 0;
  width: 100%;
  height: 7vw;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  .header-border {
    display: none;
  }
}
.header_line {
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  background-color: rgba(206, 206, 206, 0.9);
  min-height: 8vh;
  margin-top: 2vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  .header_line {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_line {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_line {
    width: 96%;
    background-color: rgba(206, 206, 206, 0.05);
    border-radius: 30px;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
.logo_box {
  width: 10%;
  height: auto;
  outline: unset;
  outline-offset: -2px;
  padding: 0.6vh 3vw;
  background-color: #cba667;
  position: absolute;
  top: -1.5vw;
  outline: 4px solid #fff9;
}
.logo_box img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .logo_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.logo_box img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .logo_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .logo_box {
    width: 60%;
    padding: 2vw 17%;
    position: relative;
    order: -1;
    top: 0;
  }
}
.top_nav {
  width: 33%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: 15%;
}
@media screen and (max-width: 800px) {
  .top_nav {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .top_nav {
    flex-direction: column;
    align-items: center;
  }
}
.top_nav ul {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: unset;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .top_nav ul {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .top_nav ul {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .top_nav ul {
    gap: 1vw 0;
  }
}
.top_nav ul li {
  text-align: center;
  font-size: 1.265vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #524b44;
  padding-left: 1.3vw;
  padding-right: 0.7vw;
  list-style: none;
  background: url('/public/img/li_back.png');
  background-size: 0.5vw 0.5vw;
  background-position: 1px center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .top_nav ul li {
    font-size: 4.6vw;
  }
}
@media screen and (max-width: 800px) {
  .top_nav ul li {
    width: 80%;
    color: #fff;
    font-size: 6vw;
    padding: 2vw 5%;
    background: url('/public/img/li_back.png'), url('/public/img/li_back.png'), rgba(255, 255, 255, 0.1);
    background-size: 2vw, 2vw;
    background-position: 2% center, 98% center;
    background-repeat: no-repeat, no-repeat;
    outline: 3px solid #0002;
  }
}
.top_nav ul li:hover > a {
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .top_nav {
    margin-top: 4vw;
  }
}
.top_menu_list > li:last-child {
  padding-right: 0.7vw;
  margin-right: 0vw;
}
@media screen and (max-width: 800px) {
  .top_menu_list > li:last-child {
    padding: 2vw 5%;
  }
}
.top_menu_list:last-child::after {
  content: "";
  background: url('/public/img/li_back.png');
  background-size: 0.5vw 0.5vw;
  background-position: 1px center;
  background-repeat: no-repeat;
  height: 1vw;
  width: 1vw;
}
@media screen and (max-width: 800px) {
  .top_menu_list:last-child::after {
    display: none;
  }
}
.header_contact_box {
  margin-left: 8%;
  width: 37%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 1vw;
}
@media screen and (max-width: 800px) {
  .header_contact_box {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_contact_box {
    flex-direction: column;
    align-items: center;
  }
}
.contact_group {
  width: 60%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.3vw 0;
}
@media screen and (max-width: 800px) {
  .contact_group {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .contact_group {
    flex-direction: column;
    align-items: center;
  }
}
.header_icon_cover {
  width: 1.5vw;
  height: auto;
  outline: unset;
  outline-offset: -2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header_icon_cover img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .header_icon_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.header_icon_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .header_icon_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .header_icon_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_icon_cover {
    width: 6vw;
    filter: brightness(0) invert(1);
    margin-right: 1vw;
  }
}
.header_contact_cover {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .header_contact_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_contact_cover {
    background: rgba(0, 0, 0, 0.35);
    flex-direction: row;
    justify-content: flex-start;
    width: 80%;
    padding: 2vw 2%;
  }
}
.contact_text {
  font-size: 1.43vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #524b44;
  margin-left: 0.4vw;
  line-height: 90%;
}
@media screen and (max-width: 800px) {
  .contact_text {
    font-size: 5.2vw;
  }
}
@media screen and (max-width: 800px) {
  .contact_text {
    color: #fff;
    font-size: 5vw;
  }
}
.mail {
  font-size: 1.2vw;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .mail {
    color: #fff;
    font-size: 4.5vw;
  }
}
.lang_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 0.6vw;
  margin-right: 3vw;
}
@media screen and (max-width: 800px) {
  .lang_box {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .lang_box {
    flex-direction: row;
    margin-top: 4vw;
    margin-bottom: 4vw;
    margin-right: 0;
    gap: 2vw;
  }
}
.lang_btn {
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #342d26;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .lang_btn {
    font-size: 4.4vw;
  }
}
.lang_btn:hover {
  color: #ad8849;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .lang_btn {
    color: #fff;
    font-size: 7vw;
  }
}
.active_lang {
  font-size: 1.54vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #3c3c3c;
}
@media screen and (max-width: 800px) {
  .active_lang {
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 800px) {
  .active_lang {
    color: #cba667;
    font-size: 8vw;
  }
}
@media screen and (max-width: 800px) {
  .lang_slash {
    font-size: 6vw;
    color: #fff;
  }
}
.header_center {
  width: 90%;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 12vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .header_center {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_center {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_center {
    width: 90%;
    align-items: flex-start;
  }
}
.header_title_box {
  font-size: 3.3vw;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #e9c485;
  text-align: center;
  text-transform: uppercase;
  line-height: 80%;
  position: relative;
  line-height: 110%;
}
@media screen and (max-width: 800px) {
  .header_title_box {
    font-size: 12vw;
  }
}
@media screen and (max-width: 800px) {
  .header_title_box {
    margin-bottom: 12vw;
    text-align: left;
    font-size: 8vw;
  }
}
.header_sub_title_box {
  position: absolute;
  bottom: -2em;
  left: 0;
  font-size: 1.43vw;
  font-family: 'Cormorant';
  font-weight: 300;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .header_sub_title_box {
    font-size: 5.2vw;
  }
}
.header_description_box {
  width: 61%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 500;
  color: #fffff0;
  background-color: rgba(0, 0, 0, 0.25);
  padding-top: 1vw;
  padding-bottom: 1vw;
  margin-top: 3vw;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .header_description_box {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_description_box {
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 800px) {
  .header_description_box {
    text-align: left;
  }
}
.header_dtn {
  width: 25%;
  padding-top: 1vw;
  padding-bottom: 1vw;
  text-align: center;
  background-color: rgba(196, 161, 100, 0.5);
  font-size: 1.1vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ebebeb;
  cursor: pointer;
  margin-top: 2vw;
  transition: 0.5s;
  outline: 1px solid #fff0;
  position: relative;
}
@media screen and (max-width: 800px) {
  .header_dtn {
    font-size: 4vw;
  }
}
.header_dtn:hover {
  background-color: rgba(196, 161, 100, 0.9);
  color: #342d26;
  outline: 1px solid #fff7;
}
@media screen and (max-width: 800px) {
  .header_dtn {
    width: 60%;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}
.header_dtn::after {
  content: '';
  display: block;
  width: 100%;
  background-color: rgba(196, 161, 100, 0);
  cursor: pointer;
  transition: 1s;
  outline: 1px solid #fff0;
  z-index: 0;
}
.header_dtn:hover::after {
  background-color: rgba(196, 161, 100, 0.3);
  height: 100%;
  bottom: -0.4vw;
  right: -0.4vw;
  position: absolute;
}
.header_link_block {
  width: 80%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  height: 0px;
  top: -2.7vw;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .header_link_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_link_block {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_link_block {
    height: 5.4vw;
    top: -1vw;
  }
}
.header_link_btn {
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ebebeb;
  padding-right: 4vw;
  padding-top: 1vw;
  margin-bottom: 2vw;
  text-transform: uppercase;
  background-image: url(/public/img/arrow1.png);
  background-repeat: no-repeat;
  background-position: 90% 10%;
  background-size: 1.9vw 2.2vw;
  position: relative;
  right: -1vw;
}
@media screen and (max-width: 800px) {
  .header_link_btn {
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 800px) {
  .header_link_btn {
    background-image: unset;
  }
}
.linc_icon_cover {
  width: 2.2vw;
  height: auto;
  outline: unset;
  outline-offset: -2px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #c19c5d;
  padding: 0.5vw;
  transition: 0.4s;
  outline: 2px solid #fff0;
}
.linc_icon_cover img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .linc_icon_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.linc_icon_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .linc_icon_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.linc_icon_cover a {
  display: block;
  width: 100%;
  height: 100%;
}
.linc_icon_cover:hover {
  background-color: #524b44;
  outline: 2px solid #fff9;
}
@media screen and (max-width: 800px) {
  .linc_icon_cover {
    width: 10vw;
  }
}
.header_link_icons_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 1vw;
}
@media screen and (max-width: 800px) {
  .header_link_icons_box {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_link_icons_box {
    flex-direction: row;
  }
}
.h_link1 {
  margin-top: 1.5vw;
}
.h_link2 {
  margin-top: 0.7vw;
}
/* menu_catalog@index_menu_catalog.less */
.index_slider_menu_block {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  position: relative;
  padding-top: 2vw;
}
@media screen and (max-width: 800px) {
  .index_slider_menu_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .index_slider_menu_block {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .index_slider_menu_block {
    margin-top: 10vh;
  }
}
.fon_mask {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  /* Если значение false добавляет просто фон */
  background: url('/public/img/index_slider_fon.webp');
  /* Если значение true добавляет linear-gradient */
  /* Преобразуем HTML Hex в RGBA */
  /* Добавляем  linear-gradient и фон*/
  background: linear-gradient(rgba(44, 28, 18, 0.6), rgba(44, 28, 18, 0.6)), url('/public/img/index_slider_fon.webp');
  /* Дальше по умолчанию */
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 115%;
  background-position: bottom center;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  .fon_mask {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .fon_mask {
    background-size: auto 100%;
  }
}
.index_slider_menu_body {
  position: relative;
  width: 93%;
  height: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .index_slider_menu_body {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .index_slider_menu_body {
    flex-direction: column;
    align-items: center;
  }
}
.index_slider_menu_cover_box {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .index_slider_menu_cover_box {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .index_slider_menu_cover_box {
    flex-direction: column;
    align-items: center;
  }
}
.index_slider_navigation_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 44%;
  left: 0;
}
@media screen and (max-width: 800px) {
  .index_slider_navigation_box {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .index_slider_navigation_box {
    position: relative;
    top: 0;
    flex-direction: row;
    justify-content: center;
    order: 2;
    gap: 2vw;
    margin-top: 4vw;
  }
}
.index_slider_navigation_btn {
  width: 3%;
  height: auto;
  outline: unset;
  outline-offset: -2px;
  position: relative;
  cursor: pointer;
  z-index: 3;
}
.index_slider_navigation_btn img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .index_slider_navigation_btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.index_slider_navigation_btn img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .index_slider_navigation_btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .index_slider_navigation_btn {
    width: auto;
    height: 10vh;
    padding: 2vw 3vw;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.index_slider_cover {
  width: 96%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  margin-top: 2vw;
}
@media screen and (max-width: 800px) {
  .index_slider_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .index_slider_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .index_slider_cover {
    flex-direction: row;
    margin-top: 7vh;
  }
}
.index_slider_hidden_line {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  left: 0;
}
@media screen and (max-width: 800px) {
  .index_slider_hidden_line {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .index_slider_hidden_line {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .index_slider_hidden_line {
    flex-direction: row;
  }
}
.index_slider_menu_item {
  width: 24%;
  flex: 0 0 auto;
  position: relative;
  z-index: 3;
  margin-left: 0.5%;
  margin-right: 0.5%;
}
@media screen and (max-width: 800px) {
  .index_slider_menu_item {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
.index_slider_menu_item_img {
  width: 100%;
  height: auto;
  outline: unset;
  outline-offset: -2px;
  height: 20vw;
  overflow: hidden;
  position: relative;
  border-radius: 40px;
  outline: 6px solid #fff;
  outline-offset: -5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index_slider_menu_item_img img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .index_slider_menu_item_img {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.index_slider_menu_item_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .index_slider_menu_item_img {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .index_slider_menu_item_img {
    flex-direction: column;
    align-items: center;
  }
}
.index_slider_menu_item_img a {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .index_slider_menu_item_img a {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .index_slider_menu_item_img {
    height: 60vh;
  }
}
.index_slider_menu_item_title {
  text-align: center;
  font-size: 1.76vw;
  font-family: 'Cormorant';
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 1vw;
}
@media screen and (max-width: 800px) {
  .index_slider_menu_item_title {
    font-size: 6.4vw;
  }
}
.index_slider_menu_item_more_btn {
  position: absolute;
  bottom: -100%;
  font-size: 1.76vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
  background: url(/public/img/slider_arrow.png), rgba(52, 45, 38, 0.6);
  outline: 5px solid #fff1;
  background-size: 1.9vw 1.2vw;
  background-position: 80% center;
  background-repeat: no-repeat;
  padding: 1vw 0;
  padding-right: 10%;
  border-radius: 20px 20px 0px 0px;
  width: 70%;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (max-width: 800px) {
  .index_slider_menu_item_more_btn {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .index_slider_menu_item_more_btn {
    bottom: 0;
    background-size: 6vw 4vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
.index_slider_menu_item:hover .index_slider_menu_item_more_btn {
  bottom: 6px;
}
.index_slider_menu_item_more_btn:hover {
  outline: 5px solid #fff5;
  background: url(/public/img/slider_arrow.png), rgba(52, 45, 38, 0.9);
  background-size: 1.9vw 1.2vw;
  background-position: 80% center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .index_slider_menu_item_more_btn:hover {
    bottom: 0;
    background-size: 6vw 4vw;
  }
}
.more_btn_line {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2vw;
  margin-bottom: 2vw;
}
@media screen and (max-width: 800px) {
  .more_btn_line {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .more_btn_line {
    flex-direction: column;
    align-items: center;
  }
}
.more_btn_line a {
  display: block;
}
.us_menu_more_btn {
  font-size: 1.43vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #cba667;
  background: url(/public/img/slider_arrow.png), rgba(0, 0, 0, 0.1);
  outline: 1px solid #fff1;
  background-size: 1.9vw 1.2vw;
  background-position: 80% center;
  background-repeat: no-repeat;
  padding: 1vw 0;
  padding-right: 5vw;
  border-radius: 20px;
  width: 20vw;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
  flex: 0 0 auto;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .us_menu_more_btn {
    font-size: 5.2vw;
  }
}
@media screen and (max-width: 800px) {
  .us_menu_more_btn {
    width: 70vw;
    background-size: 4vw 3vw;
    background-position: 90% center;
  }
}
.us_menu_more_btn:hover {
  background: url(/public/img/slider_arrow.png), rgba(0, 0, 0, 0.4);
  outline: 1px solid #fff3;
  background-size: 1.9vw 1.2vw;
  background-position: 80% center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .us_menu_more_btn:hover {
    background-size: 4vw 3vw;
    background-position: 95% center;
  }
}
/* template@about_us.less */
.about_us_body_block {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
  border-top: 10px solid #040000;
  border-bottom: 10px solid #c19c5d;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .about_us_body_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .about_us_body_block {
    flex-direction: column;
    align-items: center;
  }
}
.about_us_left_box {
  width: 43%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .about_us_left_box {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .about_us_left_box {
    width: 80%;
    margin: 0;
    margin-top: 6vw;
  }
}
.about_us_right_box {
  width: 53%;
  position: relative;
  padding-top: 2vw;
  padding-bottom: 4vw;
  margin-left: 1%;
}
@media screen and (max-width: 800px) {
  .about_us_right_box {
    width: 90%;
    margin: 0;
    margin-top: 6vw;
  }
}
.about_us_img_cover {
  width: 85%;
  height: 120%;
  outline: unset;
  outline-offset: -2px;
  margin-left: 5%;
  position: absolute;
  top: -10%;
  border-radius: 20px;
  background: linear-gradient(360deg, #cba667, #ffffff);
  padding: 5px;
  overflow: hidden;
  box-shadow: 0px 3px 11px 4px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 3px 11px 4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 11px 4px rgba(0, 0, 0, 0.75);
}
.about_us_img_cover img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .about_us_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.about_us_img_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .about_us_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.about_us_img_cover img {
  position: relative;
  border-radius: 20px;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .about_us_img_cover {
    position: relative;
    width: 98%;
    height: 45vh;
    margin: 0;
  }
}
.about_us_img_cover::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.about_us_title {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
}
.about_us_title h2 {
  font-size: 2.42vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #cba667;
}
@media screen and (max-width: 800px) {
  .about_us_title h2 {
    font-size: 8.800000000000001vw;
  }
}
.about_us_title .h2_subtitle {
  font-size: 2.2vw;
  font-family: 'Cormorant';
  font-weight: 400;
  color: #524b44;
  padding-left: 7%;
  padding-right: 7%;
}
@media screen and (max-width: 800px) {
  .about_us_title .h2_subtitle {
    font-size: 8vw;
  }
}
@media screen and (max-width: 800px) {
  .about_us_title .h2_subtitle {
    font-size: 6vw;
  }
}
.about_us_big_text {
  width: 93%;
  height: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #2a231c;
  padding-top: 2vw;
  padding-bottom: 3vw;
  margin-top: 2vw;
  outline: 7px solid rgba(255, 224, 171, 0.4);
  border-radius: 30px;
  box-shadow: 0px 3px 11px 4px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 3px 11px 4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 3px 11px 4px rgba(0, 0, 0, 0.35);
  /* Если значение false добавляет просто фон */
  background: url('/public/img/about_us_v2.webp');
  /* Если значение true добавляет linear-gradient */
  /* Преобразуем HTML Hex в RGBA */
  /* Добавляем  linear-gradient и фон*/
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('/public/img/about_us_v2.webp');
  /* Дальше по умолчанию */
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .about_us_big_text {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .about_us_big_text {
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 800px) {
  .about_us_big_text {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 800px) {
  .about_us_big_text {
    font-size: 4vw;
    padding-top: 6vw;
    padding-bottom: 6vw;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.about_us_big_text::before {
  content: '';
  position: absolute;
  bottom: 1vw;
  right: -2vw;
  width: 7vw;
  height: 7vw;
  background: url(/public/img/list.webp);
  background-size: 100% 100%;
}
@media screen and (max-width: 800px) {
  .about_us_big_text::before {
    width: 17vw;
    height: 17vw;
  }
}
/* recommended_products@Recommended_products_slider.less */
.recommended_products_menu_block {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  position: relative;
  padding-top: 5vw;
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_block {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_block {
    margin-top: 7vw;
  }
}
.recommended_products_menu_body {
  position: relative;
  width: 93%;
  height: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_body {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_body {
    flex-direction: column;
    align-items: center;
  }
}
.recommended_products_menu_cover_box {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_cover_box {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_cover_box {
    flex-direction: column;
    align-items: center;
  }
}
.recommended_products_navigation_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 2vw;
  margin-top: 2vw;
}
@media screen and (max-width: 800px) {
  .recommended_products_navigation_box {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .recommended_products_navigation_box {
    position: relative;
    top: 0;
    flex-direction: row;
    justify-content: center;
    order: 2;
    gap: 2vw;
    margin-top: 4vw;
  }
}
.recommended_products_navigation_btn {
  width: 8%;
  height: auto;
  outline: unset;
  outline-offset: -2px;
  height: 2vw;
  position: relative;
  cursor: pointer;
  z-index: 3;
  transition: 0.4s;
  opacity: 0.4;
}
.recommended_products_navigation_btn img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .recommended_products_navigation_btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.recommended_products_navigation_btn img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .recommended_products_navigation_btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.recommended_products_navigation_btn:hover {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .recommended_products_navigation_btn {
    width: auto;
    height: 7vh;
    padding: 2vw 3vw;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.recommended_products_cover {
  width: 96%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  min-height: 25vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  margin-top: 2vw;
}
@media screen and (max-width: 800px) {
  .recommended_products_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .recommended_products_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .recommended_products_cover {
    flex-direction: row;
    margin-top: 7vh;
  }
}
.recommended_products_hidden_line {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  left: 0;
}
@media screen and (max-width: 800px) {
  .recommended_products_hidden_line {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .recommended_products_hidden_line {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .recommended_products_hidden_line {
    flex-direction: row;
  }
}
.recommended_products_menu_item {
  width: 32.4%;
  flex: 0 0 auto;
  position: relative;
  z-index: 3;
  margin-left: 0.5%;
  margin-right: 0.5%;
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_item {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
.recommended_products_menu_item_img {
  width: 100%;
  height: auto;
  outline: unset;
  outline-offset: -2px;
  height: 20vw;
  overflow: hidden;
  position: relative;
  border-radius: 40px;
  outline: 6px solid #fff;
  outline-offset: -5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.recommended_products_menu_item_img img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_item_img {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.recommended_products_menu_item_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_item_img {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_item_img {
    flex-direction: column;
    align-items: center;
  }
}
.recommended_products_menu_item_img a {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_item_img a {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_item_img {
    height: 40vh;
  }
}
.recommended_products_menu_item_title {
  text-align: center;
  font-size: 1.76vw;
  font-family: 'Cormorant';
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 1vw;
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_item_title {
    font-size: 6.4vw;
  }
}
.recommended_products_menu_item_more_btn {
  position: absolute;
  bottom: 6px;
  font-size: 1.76vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #000000;
  background: url(/public/img/slider_arrow_black.png), rgba(255, 255, 255, 0.6);
  outline: 5px solid #fff1;
  background-size: 1.9vw 1.2vw;
  background-position: 75% center;
  background-repeat: no-repeat;
  padding: 0.5vw 0;
  padding-right: 10%;
  border-radius: 20px 20px 0px 0px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_item_more_btn {
    font-size: 6.4vw;
  }
}
.recommended_products_menu_item:hover .recommended_products_menu_item_more_btn {
  bottom: 6px;
}
.recommended_products_menu_item_more_btn:hover {
  outline: 5px solid #fff5;
  background: url(/public/img/slider_arrow.png), rgba(52, 45, 38, 0.9);
  background-size: 1.9vw 1.2vw;
  background-position: 85% center;
  background-repeat: no-repeat;
  color: #fff;
}
.gallery__projects__mask {
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  right: 101vw;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}
@media screen and (max-width: 800px) {
  .gallery__projects__mask {
    flex-direction: column;
    align-items: center;
  }
}
#window__projects__photo__gallery {
  width: 30%;
  height: 100dvh;
  padding-left: 0%;
  padding-right: 0%;
  overflow: hidden;
  position: relative;
  border-left: 4px solid #fff4;
}
@media screen and (max-width: 800px) {
  #window__projects__photo__gallery {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  #window__projects__photo__gallery {
    height: 98vh;
  }
}
#window__projects__photo__gallery object {
  width: 100%;
  height: 100%;
}
#page_load_block object body {
  background-color: unset;
}
.window_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(10px);
  /* размывает только то, что за блоком */
  -webkit-backdrop-filter: blur(10px);
  /* поддержка для Safari */
  z-index: -1;
}
/* template@how_we_work_and_forma.less */
.how_we_work_and_forma_body_block {
  width: 95%;
  height: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
}
@media screen and (max-width: 800px) {
  .how_we_work_and_forma_body_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.how_we_work_and_forma_cover {
  width: 95%;
  height: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
  background-color: rgba(255, 255, 255, 0.02);
  outline: 2px solid #29190f;
  border-radius: 40px;
  min-height: 30vw;
  margin-top: 2vw;
  margin-bottom: 4vw;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .how_we_work_and_forma_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .how_we_work_and_forma_cover {
    flex-direction: column;
    align-items: center;
  }
}
.how_we_work_cover {
  width: 45%;
  height: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 5vw;
  padding-bottom: 6vw;
  border-right: 2px solid #141414;
}
@media screen and (max-width: 800px) {
  .how_we_work_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .how_we_work_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .how_we_work_cover {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }
}
.how_we_work_step_cover {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.5vw;
}
@media screen and (max-width: 800px) {
  .how_we_work_step_cover {
    flex-direction: column;
    align-items: center;
  }
}
.how_we_work_num {
  font-size: 5.5vw;
  font-family: 'Comic Sans MS';
  font-weight: 600;
  color: #ffffff;
  padding-right: 1vw;
}
@media screen and (max-width: 800px) {
  .how_we_work_num {
    font-size: 20vw;
  }
}
.how_we_work_title {
  font-size: 1.54vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #cba667;
}
@media screen and (max-width: 800px) {
  .how_we_work_title {
    font-size: 5.6vw;
  }
}
.how_we_work_description {
  font-size: 1.1vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ebebeb;
}
@media screen and (max-width: 800px) {
  .how_we_work_description {
    font-size: 4vw;
  }
}
.how_we_work_step_margin {
  margin-left: 4vw;
}
@media screen and (max-width: 800px) {
  .how_we_work_step_margin {
    margin-left: 0;
  }
}
.how_we_work_forma_cover {
  width: 45%;
  height: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 6vw;
  padding-bottom: 6vw;
}
@media screen and (max-width: 800px) {
  .how_we_work_forma_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .how_we_work_forma_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .how_we_work_forma_cover {
    padding-top: 10vw;
    padding-bottom: 10vw;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
/* template@hookahs_block_cover.less */
.hookahs_block_body_block {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
  min-height: 30vw;
  border-top: 10px solid #040000;
  border-bottom: 10px solid #c19c5d;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .hookahs_block_body_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .hookahs_block_body_block {
    flex-direction: column;
    align-items: center;
  }
}
.hookahs_block_left_box {
  width: 43%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .hookahs_block_left_box {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .hookahs_block_left_box {
    order: -1;
    width: 80%;
    margin-top: 6vw;
  }
}
.hookahs_block_right_box {
  width: 53%;
  position: relative;
  padding-top: 2vw;
  padding-bottom: 4vw;
  margin-left: 4%;
}
@media screen and (max-width: 800px) {
  .hookahs_block_right_box {
    width: 100%;
    margin-left: 0;
  }
}
.hookahs_block_img_cover {
  width: 85%;
  height: 120%;
  outline: unset;
  outline-offset: -2px;
  position: absolute;
  top: -10%;
  border-radius: 20px;
  background: linear-gradient(360deg, #cba667, #ffffff);
  padding: 5px;
  overflow: hidden;
  box-shadow: 0px 3px 11px 4px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 3px 11px 4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 11px 4px rgba(0, 0, 0, 0.75);
}
.hookahs_block_img_cover img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .hookahs_block_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.hookahs_block_img_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .hookahs_block_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.hookahs_block_img_cover img {
  position: relative;
  border-radius: 20px;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .hookahs_block_img_cover {
    position: relative;
    top: 0;
    margin-left: 0;
    height: 60vh;
    margin-bottom: 5vw;
  }
  .hookahs_block_img_cover img {
    object-fit: cover;
  }
}
.hookahs_block_img_cover::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.hookahs_block_title {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
}
.hookahs_block_title h2 {
  font-size: 2.42vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #cba667;
}
@media screen and (max-width: 800px) {
  .hookahs_block_title h2 {
    font-size: 8.800000000000001vw;
  }
}
.hookahs_block_title .h2_subtitle {
  font-size: 2.2vw;
  font-family: 'Cormorant';
  font-weight: 400;
  color: #524b44;
  padding-left: 7%;
  padding-right: 7%;
}
@media screen and (max-width: 800px) {
  .hookahs_block_title .h2_subtitle {
    font-size: 8vw;
  }
}
.hookahs_block_big_text {
  width: 93%;
  height: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #2a231c;
  padding-top: 1vw;
  padding-bottom: 1vw;
  margin-top: 1vw;
}
@media screen and (max-width: 800px) {
  .hookahs_block_big_text {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .hookahs_block_big_text {
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 800px) {
  .hookahs_block_big_text {
    width: 94%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
}
.hookahs_block_big_text::before {
  content: '';
  position: absolute;
  bottom: 1vw;
  right: -2vw;
  width: 7vw;
  height: 7vw;
  background: url(/public/img/list.webp);
  background-size: 100% 100%;
  opacity: 0.2;
}
@media screen and (max-width: 800px) {
  .hookahs_block_big_text::before {
    display: none;
  }
}
/* Galery_slider_03@Galery_slider_03.less */
.Galery_slider_03_block {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  position: relative;
  padding-top: 6vw;
  padding-bottom: 4vw;
}
@media screen and (max-width: 800px) {
  .Galery_slider_03_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .Galery_slider_03_block {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .Galery_slider_03_block {
    margin-top: 10vh;
  }
}
.Galery_slider_fon_mask {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  /* Если значение false добавляет просто фон */
  background: url('/public/img/Galery_slider_03_fon.png');
  /* Если значение true добавляет linear-gradient */
  /* Преобразуем HTML Hex в RGBA */
  /* Добавляем  linear-gradient и фон*/
  background: linear-gradient(rgba(44, 28, 18, 0.6), rgba(44, 28, 18, 0.6)), url('/public/img/Galery_slider_03_fon.png');
  /* Дальше по умолчанию */
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 100%;
  background-position: bottom center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  .Galery_slider_fon_mask {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .Galery_slider_fon_mask {
    background-size: auto 100%;
  }
}
.Galery_slider_03_body {
  position: relative;
  width: 93%;
  height: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .Galery_slider_03_body {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .Galery_slider_03_body {
    flex-direction: column;
    align-items: center;
  }
}
.Galery_slider_03_cover_box {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .Galery_slider_03_cover_box {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .Galery_slider_03_cover_box {
    flex-direction: column;
    align-items: center;
  }
}
.Galery_slider_03_navigation_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 60%;
  left: 0;
}
@media screen and (max-width: 800px) {
  .Galery_slider_03_navigation_box {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .Galery_slider_03_navigation_box {
    position: relative;
    top: 0;
    flex-direction: row;
    justify-content: center;
    order: 2;
    gap: 2vw;
    margin-top: 4vw;
    margin-bottom: 5vw;
  }
}
.Galery_slider_03_navigation_btn {
  width: 3%;
  height: auto;
  outline: unset;
  outline-offset: -2px;
  position: relative;
  cursor: pointer;
  z-index: 3;
}
.Galery_slider_03_navigation_btn img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .Galery_slider_03_navigation_btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.Galery_slider_03_navigation_btn img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .Galery_slider_03_navigation_btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .Galery_slider_03_navigation_btn {
    width: auto;
    height: 10vh;
    padding: 2vw 3vw;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.Galery_slider_03_cover {
  width: 96%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  margin-top: 2vw;
}
@media screen and (max-width: 800px) {
  .Galery_slider_03_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .Galery_slider_03_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .Galery_slider_03_cover {
    flex-direction: row;
    margin-top: 7vh;
  }
}
.Galery_slider_03_hidden_line {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  left: 0;
}
@media screen and (max-width: 800px) {
  .Galery_slider_03_hidden_line {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .Galery_slider_03_hidden_line {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .Galery_slider_03_hidden_line {
    flex-direction: row;
  }
}
.Galery_slider_03_item {
  width: 24%;
  flex: 0 0 auto;
  position: relative;
  z-index: 3;
  margin-left: 0.5%;
  margin-right: 0.5%;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .Galery_slider_03_item {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
.Galery_slider_03_item_img {
  width: 100%;
  height: auto;
  outline: unset;
  outline-offset: -2px;
  height: 35vw;
  overflow: hidden;
  position: relative;
  border-radius: 40px;
  outline: 6px solid #fff;
  outline-offset: -5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Galery_slider_03_item_img img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .Galery_slider_03_item_img {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.Galery_slider_03_item_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .Galery_slider_03_item_img {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .Galery_slider_03_item_img {
    flex-direction: column;
    align-items: center;
  }
}
.Galery_slider_03_item_img a {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .Galery_slider_03_item_img a {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .Galery_slider_03_item_img {
    height: 70vh;
  }
}
.Galery_slider_03_item_title {
  text-align: center;
  font-size: 1.76vw;
  font-family: 'Cormorant';
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 1vw;
}
@media screen and (max-width: 800px) {
  .Galery_slider_03_item_title {
    font-size: 6.4vw;
  }
}
.Galery_slider_03_item_more_btn {
  position: absolute;
  bottom: -100%;
  font-size: 1.76vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
  background: url(/public/img/slider_arrow.png), rgba(52, 45, 38, 0.6);
  outline: 5px solid #fff1;
  background-size: 1.9vw 1.2vw;
  background-position: 80% center;
  background-repeat: no-repeat;
  padding: 1vw 0;
  padding-right: 10%;
  border-radius: 20px 20px 0px 0px;
  width: 70%;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (max-width: 800px) {
  .Galery_slider_03_item_more_btn {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .Galery_slider_03_item_more_btn {
    bottom: 0;
    background-size: 6vw 4vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
.Galery_slider_03_item:hover .Galery_slider_03_item_more_btn {
  bottom: 6px;
}
.Galery_slider_03_item_more_btn:hover {
  outline: 5px solid #fff5;
  background: url(/public/img/slider_arrow.png), rgba(52, 45, 38, 0.9);
  background-size: 1.9vw 1.2vw;
  background-position: 80% center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .Galery_slider_03_item_more_btn:hover {
    bottom: 0;
    background-size: 6vw 4vw;
  }
}
.more_btn_line {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2vw;
  margin-bottom: 2vw;
}
@media screen and (max-width: 800px) {
  .more_btn_line {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .more_btn_line {
    flex-direction: column;
    align-items: center;
  }
}
.more_btn_line a {
  display: block;
}
.us_menu_more_btn {
  font-size: 1.43vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #cba667;
  background: url(/public/img/slider_arrow.png), rgba(0, 0, 0, 0.1);
  outline: 1px solid #fff1;
  background-size: 1.9vw 1.2vw;
  background-position: 80% center;
  background-repeat: no-repeat;
  padding: 1vw 0;
  padding-right: 5vw;
  border-radius: 20px;
  width: 20vw;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
  flex: 0 0 auto;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .us_menu_more_btn {
    font-size: 5.2vw;
  }
}
@media screen and (max-width: 800px) {
  .us_menu_more_btn {
    width: 70vw;
    background-size: 4vw 3vw;
    background-position: 90% center;
  }
}
.us_menu_more_btn:hover {
  background: url(/public/img/slider_arrow.png), rgba(0, 0, 0, 0.4);
  outline: 1px solid #fff3;
  background-size: 1.9vw 1.2vw;
  background-position: 80% center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .us_menu_more_btn:hover {
    background-size: 4vw 3vw;
    background-position: 95% center;
  }
}
.galeryFotoViewMask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 101%;
}
.galeryFotoViewMask > .closer__btn {
  z-index: 1200;
  right: 1.5vw;
}
@media screen and (max-width: 800px) {
  .galeryFotoViewMask {
    width: 100vw;
    height: 80vh;
    position: fixed;
    overflow: hidden;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.8);
    top: 10vw;
    left: 101%;
  }
}
.galeryFotoViewBody {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.galeryFotoViewCover {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .galeryFotoViewCover {
    flex-direction: row;
  }
}
.galeryViewFoto {
  height: 65vw;
}
@media screen and (max-width: 800px) {
  .galeryViewFoto {
    width: 80%;
    object-fit: cover;
    height: unset;
  }
}
.fotoGaleryCloser {
  position: absolute;
  right: 2vw;
  top: 0.5vw;
  width: 2.1vw;
  height: 2vw;
  opacity: 1;
  background: #c4a164;
  cursor: pointer;
  padding: 0.5vw;
  z-index: 1004;
}
@media screen and (max-width: 800px) {
  .fotoGaleryCloser {
    width: 12vw;
    height: 12vw;
  }
}
.fotoGaleryCloser:hover {
  opacity: 1;
  background: #cba667;
}
.fotoGaleryCloser:before,
.fotoGaleryCloser:after {
  position: absolute;
  left: 1.5vw;
  content: ' ';
  height: 2vw;
  width: 4px;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .fotoGaleryCloser:before,
  .fotoGaleryCloser:after {
    position: absolute;
    left: 6.5vw;
    content: ' ';
    height: 11vw;
    width: 6px;
    background-color: #fff;
  }
}
.fotoGaleryCloser:before {
  transform: rotate(45deg);
}
.fotoGaleryCloser:after {
  transform: rotate(-45deg);
}
.galeryFotoTitle {
  margin-left: 3%;
}
.galeryFotoTitle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -0.5vw;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4vw;
}
.activeGaleryButton {
  position: absolute;
  z-index: 100;
  width: 3vw;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .activeGaleryButton {
    width: 10vw;
  }
}
.activeGaleryButton > img {
  width: 100%;
}
.activeGaleryButton:hover img {
  width: 120%;
}
.leftBatton {
  left: 2vw;
}
.rightBatton {
  right: 2vw;
}
.hidden__foto {
  display: none;
}
.more__foto__btn {
  font-size: 1.87vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  margin-top: 2vh;
  width: 25%;
  padding-top: 3vh;
  padding-bottom: 3vh;
  background-color: rgba(255, 255, 255, 0.23);
  border-radius: 25px;
  text-align: center;
  outline: 6px solid #FFF1;
  outline-offset: 0px;
  transition: .4s;
}
@media screen and (max-width: 800px) {
  .more__foto__btn {
    font-size: 6.8vw;
  }
}
.more__foto__btn:hover {
  background-color: #c4a164;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .more__foto__btn {
    width: 70%;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }
}
.youtubeVideoPlayer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.youtubeMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/public/img/youtobeButton.png);
  background-size: 5vw 5vw;
  background-position: center center;
  background-repeat: no-repeat;
}
.galery_more_btn {
  margin-top: 3vw;
}
/* template@map_and_forma.less */
.map_and_forma_cover {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  border-top: 6px solid #cba667;
  border-bottom: 6px solid #cba667;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .map_and_forma_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .map_and_forma_cover {
    flex-direction: column;
    align-items: center;
  }
}
.map_and_forma_cover iframe {
  height: 46vw;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .map_and_forma_cover iframe {
    order: 2;
    height: 55vh;
    margin-top: 5vw;
  }
}
.map_forma_body {
  width: 34%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  position: absolute;
  min-height: 30vw;
  background-color: rgba(39, 24, 15, 0.98);
  border-radius: 30px;
  left: 5%;
  padding-top: 2vw;
  padding-bottom: 2vw;
}
@media screen and (max-width: 800px) {
  .map_forma_body {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .map_forma_body {
    position: relative;
    left: 0;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 6vw;
    padding-bottom: 5vw;
    margin-top: 2vw;
  }
}
/* template@footer.less */
footer {
  min-height: 40vh;
  border-top: 3px solid #0004;
  width: 90%;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  footer {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  footer {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  footer {
    padding-bottom: 6vw;
  }
}
.logo_cover {
  width: 20%;
  height: auto;
  outline: unset;
  outline-offset: -2px;
}
.logo_cover img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .logo_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.logo_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .logo_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .logo_cover {
    width: 80%;
  }
}
.footer_contacts {
  width: 26%;
  height: auto;
  outline: unset;
  outline-offset: -2px;
}
.footer_contacts img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .footer_contacts {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.footer_contacts img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .footer_contacts {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.footer_contacts_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.5vw;
}
@media screen and (max-width: 800px) {
  .footer_contacts_item {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .footer_contacts_item {
    margin-top: 5vw;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.05);
    outline: 2px solid rgba(255, 255, 255, 0.2);
    margin-left: 10%;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}
.contact_img_cover {
  width: 1.9vw;
  height: auto;
  outline: unset;
  outline-offset: -2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact_img_cover img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .contact_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.contact_img_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .contact_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .contact_img_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .contact_img_cover {
    height: 6vw;
    width: auto;
  }
}
.contact_text_cover {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .contact_text_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .contact_text_cover {
    text-align: center;
    gap: 2vw 0;
  }
}
.contact_text_cover .contact_text {
  font-size: 1.43vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .contact_text_cover .contact_text {
    font-size: 5.2vw;
  }
}
.contact_text_cover .contact_title {
  font-size: 1.1vw;
  font-family: 'Montserrat';
  font-weight: 800;
  color: #ffffff;
  margin-left: 0.7vw;
}
@media screen and (max-width: 800px) {
  .contact_text_cover .contact_title {
    font-size: 4vw;
  }
}
.footer_contacts_title {
  font-size: 1.76vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .footer_contacts_title {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .footer_contacts_title {
    text-align: center;
    margin-bottom: 5vw;
  }
}
/* template@header_forma.less */
.forma_fixed_block {
  width: 100vw;
  height: 100dvh;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
  right: -103vw;
  z-index: 1000;
}
@media screen and (max-width: 800px) {
  .forma_fixed_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.forma_mask {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100vw;
  height: 100dvh;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.modal_forma_body {
  width: 33vw;
  height: 100dvh;
  padding-left: 1vw;
  padding-right: 1vw;
  background-color: rgba(44, 28, 18, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .modal_forma_body {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .modal_forma_body {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .modal_forma_body {
    width: 96%;
    padding: 2vw 2%;
  }
}
.data_select_group {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2%;
}
@media screen and (max-width: 800px) {
  .data_select_group {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .data_select_group {
    flex-direction: column;
    align-items: center;
  }
}
.data_select_group label {
  font-size: 1.1vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  padding-right: 1vw;
}
@media screen and (max-width: 800px) {
  .data_select_group label {
    font-size: 4vw;
  }
}
.forma_date_select {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  background-color: #524b44;
  padding: 0.3vw;
}
@media screen and (max-width: 800px) {
  .forma_date_select {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .forma_date_select {
    font-size: 4.4vw;
  }
}
.forma_time_select {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  background-color: #524b44;
  padding: 0.3vw;
}
@media screen and (max-width: 800px) {
  .forma_time_select {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .forma_time_select {
    font-size: 4.4vw;
  }
}
.data_select_input_group {
  width: 49%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  gap: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .data_select_input_group {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .data_select_input_group {
    flex-direction: column;
    align-items: center;
  }
}
