/* 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@menu_catalog.less */
.menu_catalog_categoryes_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;
  padding-bottom: 7vw;
}
@media screen and (max-width: 800px) {
  .menu_catalog_categoryes_menu_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .menu_catalog_categoryes_menu_block {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .menu_catalog_categoryes_menu_block {
    margin-top: 10vh;
  }
}
.menu_catalog_categoryes_menu_block h1 {
  font-size: 2.2vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .menu_catalog_categoryes_menu_block h1 {
    font-size: 8vw;
  }
}
.fon_mask {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  /* Если значение false добавляет просто фон */
  background: url('https://acaya.pl/public/img/catalog_fon.webp');
  /* Если значение true добавляет linear-gradient */
  /* Преобразуем HTML Hex в RGBA */
  /* Добавляем  linear-gradient и фон*/
  background: linear-gradient(rgba(44, 28, 18, 0.8), rgba(44, 28, 18, 0.8)), url('https://acaya.pl/public/img/catalog_fon.webp');
  /* Дальше по умолчанию */
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 115%;
  background-position: center center;
  background-size: 100% auto;
  background-attachment: fixed;
  position: absolute;
  bottom: 0;
  z-index: 0;
  filter: blur(4px);
}
@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%;
  }
}
@media screen and (max-width: 800px) {
  .fon_mask {
    background: unset;
  }
}
.menu_catalog_categoryes_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) {
  .menu_catalog_categoryes_menu_body {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .menu_catalog_categoryes_menu_body {
    flex-direction: column;
    align-items: center;
  }
}
.menu_catalog_categoryes_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) {
  .menu_catalog_categoryes_menu_cover_box {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .menu_catalog_categoryes_menu_cover_box {
    flex-direction: column;
    align-items: center;
  }
}
.menu_catalog_categoryes_navigation_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 44%;
  left: 0;
  display: none;
}
@media screen and (max-width: 800px) {
  .menu_catalog_categoryes_navigation_box {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .menu_catalog_categoryes_navigation_box {
    position: relative;
    top: 0;
    flex-direction: row;
    justify-content: center;
    order: 2;
    gap: 2vw;
    margin-top: 4vw;
  }
}
.menu_catalog_categoryes_navigation_btn {
  width: 3%;
  height: auto;
  outline: unset;
  outline-offset: -2px;
  position: relative;
  cursor: pointer;
  z-index: 3;
}
.menu_catalog_categoryes_navigation_btn img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .menu_catalog_categoryes_navigation_btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.menu_catalog_categoryes_navigation_btn img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .menu_catalog_categoryes_navigation_btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .menu_catalog_categoryes_navigation_btn {
    width: auto;
    height: 10vh;
    padding: 2vw 3vw;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.menu_catalog_categoryes_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) {
  .menu_catalog_categoryes_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .menu_catalog_categoryes_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .menu_catalog_categoryes_cover {
    flex-direction: row;
    margin-top: 7vh;
  }
}
.menu_catalog_categoryes_hidden_line {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  left: 0;
  flex-wrap: wrap;
  gap: 3vw 0;
}
@media screen and (max-width: 800px) {
  .menu_catalog_categoryes_hidden_line {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .menu_catalog_categoryes_hidden_line {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .menu_catalog_categoryes_hidden_line {
    flex-direction: row;
    gap: 7vw 0;
    padding-bottom: 7vw;
  }
}
.menu_catalog_categoryes_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) {
  .menu_catalog_categoryes_menu_item {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media screen and (min-width: 1200px) {
  .menu_catalog_categoryes_menu_item {
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media screen and (min-width: 1500px) {
  .menu_catalog_categoryes_menu_item {
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
}
.menu_catalog_categoryes_menu_item_img {
  width: 100%;
  height: auto;
  outline: unset;
  outline-offset: -2px;
  height: 18vw;
  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;
}
.menu_catalog_categoryes_menu_item_img img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .menu_catalog_categoryes_menu_item_img {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.menu_catalog_categoryes_menu_item_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .menu_catalog_categoryes_menu_item_img {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .menu_catalog_categoryes_menu_item_img {
    flex-direction: column;
    align-items: center;
  }
}
.menu_catalog_categoryes_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) {
  .menu_catalog_categoryes_menu_item_img a {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .menu_catalog_categoryes_menu_item_img {
    height: 60vh;
  }
}
.menu_catalog_categoryes_menu_item_title {
  text-align: center;
  font-size: 1.76vw;
  font-family: 'Cormorant';
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 1vw;
  min-height: 2em;
}
@media screen and (max-width: 800px) {
  .menu_catalog_categoryes_menu_item_title {
    font-size: 6.4vw;
  }
}
.menu_catalog_categoryes_menu_item_text {
  text-align: center;
  font-size: 0.88vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
  margin-top: 0.5vw;
}
@media screen and (max-width: 800px) {
  .menu_catalog_categoryes_menu_item_text {
    font-size: 3.2vw;
  }
}
.menu_catalog_categoryes_menu_item_more_btn {
  position: absolute;
  bottom: -100%;
  font-size: 1.43vw;
  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) {
  .menu_catalog_categoryes_menu_item_more_btn {
    font-size: 5.2vw;
  }
}
@media screen and (max-width: 800px) {
  .menu_catalog_categoryes_menu_item_more_btn {
    bottom: 0;
    background-size: 6vw 4vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
.menu_catalog_categoryes_menu_item:hover .menu_catalog_categoryes_menu_item_more_btn {
  bottom: 6px;
}
.menu_catalog_categoryes_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) {
  .menu_catalog_categoryes_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;
  display: none;
}
@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;
  }
}
.text_box {
  font-size: 1.1vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
  width: 89%;
  height: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
  padding-top: 2vw;
  padding-bottom: 2vw;
  margin-top: 2vw;
  margin-bottom: 2vw;
  background-color: rgba(0, 0, 0, 0.2);
  outline: 5px solid rgba(85, 85, 85, 0.4);
  border-radius: 30px;
}
@media screen and (max-width: 800px) {
  .text_box {
    font-size: 4vw;
  }
}
@media screen and (max-width: 800px) {
  .text_box {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .text_box {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5vw;
    padding-bottom: 5vw;
    order: 2;
  }
}
.menu_categoryes_btn {
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
  padding-left: 4vw;
  padding-right: 1vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  background: url(/public/img/menu.png), rgba(255, 255, 255, 0.1);
  background-position: 1vw center;
  background-size: 2vw;
  background-repeat: no-repeat;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 5;
  cursor: pointer;
  transition: 0.6s;
}
@media screen and (max-width: 800px) {
  .menu_categoryes_btn {
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 800px) {
  .menu_categoryes_btn {
    top: unset;
    bottom: 3vw;
    right: unset;
    width: 80%;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 5vw;
    background: url(/public/img/menu.png), rgba(82, 75, 68, 0.9);
    background-position: 20vw center;
    background-size: 7vw;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 6vw;
  }
}
.menu_categoryes_btn:hover {
  background: url(/public/img/menu.png), rgba(203, 166, 103, 0.5);
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
  background-position: 1vw center;
  background-size: 2vw;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .menu_categoryes_btn:hover {
    font-size: 4.4vw;
  }
}
.menu_mask_body {
  width: 99vw;
  height: 100dvh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  left: -101vw;
  z-index: 999;
  background-color: rgba(43, 42, 42, 0.65);
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .menu_mask_body {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .menu_mask_body {
    flex-direction: column;
    align-items: center;
  }
}
.menu_window_body {
  width: 48vw;
  height: 98dvh;
  padding-left: 1vw;
  padding-right: 1vw;
  align-items: center;
  background-color: #524b44;
  overflow-y: scroll;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1vw 6%;
  padding-top: 1dvh;
  padding-bottom: 1dvh;
  border-right: 5px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 800px) {
  .menu_window_body {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .menu_window_body {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .menu_window_body {
    flex-direction: column;
    align-items: center;
  }
}
.menu_window_body a {
  display: block;
  width: 47%;
}
@media screen and (max-width: 800px) {
  .menu_window_body a {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .menu_window_body {
    align-content: flex-start;
    gap: 1vw 6%;
  }
}
@media screen and (max-width: 800px) {
  .menu_window_body {
    flex-wrap: nowrap;
  }
}
.menu_window_body::-webkit-scrollbar {
  width: 0px;
  /* для вертикального скролла */
  height: 0px;
  /* для горизонтального скролла */
}
.menu_window_categoryes_menu_item {
  width: 100%;
  flex: 0 0 auto;
  position: relative;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding-bottom: 1vw;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .menu_window_categoryes_menu_item {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .menu_window_categoryes_menu_item {
    width: 100%;
  }
}
.menu_window_categoryes_menu_item:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.menu_window_categoryes_menu_item_img {
  width: 100%;
  height: auto;
  outline: unset;
  outline-offset: -2px;
  height: 10vw;
  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;
}
.menu_window_categoryes_menu_item_img img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .menu_window_categoryes_menu_item_img {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.menu_window_categoryes_menu_item_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .menu_window_categoryes_menu_item_img {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .menu_window_categoryes_menu_item_img {
    flex-direction: column;
    align-items: center;
  }
}
.menu_window_categoryes_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) {
  .menu_window_categoryes_menu_item_img a {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .menu_window_categoryes_menu_item_img {
    height: 30vh;
  }
}
@media screen and (max-width: 1400px) {
  .menu_window_categoryes_menu_item_img {
    height: 17vh;
  }
}
.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@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;
  }
}
