/* 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;
  }
}
/* menu_catalog@dish_page.less */
.dish_page_body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: 7vw;
  padding-bottom: 7vw;
}
@media screen and (max-width: 800px) {
  .dish_page_body {
    flex-direction: column;
    align-items: center;
  }
}
.img_cover {
  width: 100%;
  height: 35dvh;
  overflow: hidden;
  outline: 3px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .img_cover {
    flex-direction: column;
    align-items: center;
  }
}
.img_cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.description_block {
  width: 94%;
  padding-left: 3%;
  padding-right: 3%;
}
.title_block {
  font-size: 1.98vw;
  font-family: 'Cormorant';
  font-weight: 400;
  color: #ffffff;
  margin-top: 4vw;
}
@media screen and (max-width: 800px) {
  .title_block {
    font-size: 7.2vw;
  }
}
.text_block {
  font-size: 0.99vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
  margin-top: 3vw;
}
@media screen and (max-width: 800px) {
  .text_block {
    font-size: 3.6vw;
  }
}
.short_description_block {
  font-size: 0.88vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #cba667;
  margin-top: 3vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
  background-color: rgba(255, 255, 255, 0.05);
  line-height: 130%;
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
}
@media screen and (max-width: 800px) {
  .short_description_block {
    font-size: 3.2vw;
  }
}
.info_line {
  width: 94%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 3vw;
}
.info_value {
  font-size: 1.87vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .info_value {
    font-size: 6.8vw;
  }
}
.info_value span {
  font-size: 50%;
}
.info_name {
  font-size: 1.65vw;
  font-family: 'Cormorant';
  font-weight: 600;
  color: #cba667;
}
@media screen and (max-width: 800px) {
  .info_name {
    font-size: 6vw;
  }
}
