/* template@basic.less */
/*ПЕРЕМЕННЫЕ*/
/*ПЕРЕМЕННЫЕ*/
@font-face {
  font-family: 'Montserrat';
  src: url(../../storage/fonts/Montserrat-Bold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../../storage/fonts/Montserrat-Medium.ttf);
  font-weight: 600;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../../storage/fonts/Montserrat-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../../storage/fonts/Montserrat-Thin.ttf);
  font-weight: 200;
}
* {
  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: #ffffff;
}
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;
  display: block;
}
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%;
}
@media screen and (max-width: 800px) {
  ul {
    margin: 0;
  }
}
ul,
li {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
nav {
  display: flex;
  justify-content: center;
}
/*МИКСИНЫ*/
.closer__btn {
  cursor: pointer;
  width: 3vw;
  height: 3vw;
  position: absolute;
  right: 1vw;
  top: 0.5vw;
  background: url(/public/img/close.png), #151515;
  background-size: 70% 70%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1008;
}
@media screen and (max-width: 800px) {
  .closer__btn {
    width: 10vw;
    height: 10vw;
    z-index: 1008;
  }
}
.closer__btn:hover {
  background-color: red;
}
h2 {
  font-size: 2.42vw;
  font-family: Impact;
  font-weight: 400;
  color: #31302f;
  padding-left: 0.3vw;
  border-left: 6px solid #151515;
  padding-bottom: 0.1vw;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 8.800000000000001vw;
  }
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 8vw;
    text-align: center;
    border-left: unset;
  }
}
h2::after {
  content: " ";
  height: 3px;
  width: 90%;
  background-color: #151515;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 800px) {
  h2::after {
    width: 0%;
  }
}
form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.2vw;
}
@media screen and (max-width: 800px) {
  form {
    flex-direction: column;
    align-items: center;
  }
}
/*МИКСИНЫ*/
/* Analistic_sustem@Analistic_sustem.less */
.Analistic_sustem_window {
  width: 98%;
  position: fixed;
  min-height: 5vw;
  z-index: 1001;
  right: 0vw;
  bottom: 0.2vw;
  padding: 0.4vw 1%;
  background-color: rgba(49, 48, 47, 0.9);
  outline: 2px solid #151515;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1%;
}
@media screen and (max-width: 800px) {
  .Analistic_sustem_window {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .Analistic_sustem_window {
    gap: 4vw 0;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}
.Analistic_sustem_reglamation_text {
  font-size: 0.99vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  width: 55%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .Analistic_sustem_reglamation_text {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 800px) {
  .Analistic_sustem_reglamation_text {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .Analistic_sustem_reglamation_text {
    width: 96%;
  }
}
.Analitic_sustem_btn {
  width: auto;
  background-color: #ab7f60;
  outline: 1px solid #fff;
  padding: 0.6vw 2%;
  font-size: 0.9350000000000001vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 800px) {
  .Analitic_sustem_btn {
    font-size: 3.4vw;
  }
}
.Analitic_sustem_btn:hover {
  background-color: #31302f;
}
@media screen and (max-width: 800px) {
  .Analitic_sustem_btn {
    width: 70%;
    padding: 4vw 0;
    text-align: center;
  }
}
.Analistic_sustem_reglament_window {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1003;
  right: -110vw;
  bottom: 0vw;
  outline: 2px solid #151515;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .Analistic_sustem_reglament_window {
    flex-direction: column;
    align-items: center;
  }
}
.Analistic_sustem_reglament_window_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  backdrop-filter: blur(5px);
}
.Analistic_sustem_reglament_window_body {
  width: 74%;
  padding-left: 3%;
  padding-right: 3%;
  margin-top: 0;
  height: auto;
  background-color: #fff;
  height: 90%;
  z-index: 5;
  overflow-y: scroll;
}
@media screen and (max-width: 800px) {
  .Analistic_sustem_reglament_window_body {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .Analistic_sustem_reglament_window_body {
    width: 96%;
    padding: 3vw 2%;
  }
}
.Analistic_sustem_reglament_window_body_scroll {
  width: 78%;
  padding-left: 1%;
  padding-right: 1%;
  margin-top: 0;
  height: auto;
  margin-top: 3vw;
  margin-bottom: 10vw;
}
@media screen and (max-width: 800px) {
  .Analistic_sustem_reglament_window_body_scroll {
    width: 100%;
    padding: 0;
  }
}
.Analistic_sustem_reglament_window_body_scroll h2 {
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ab7f60;
  margin-top: 2vw;
  margin-bottom: 1.2vw;
  border-left: 2px solid #ab7f60;
  padding-top: 0.3vw;
  padding-bottom: 0.3vw;
  text-align: left;
  padding-left: 1vw;
}
@media screen and (max-width: 800px) {
  .Analistic_sustem_reglament_window_body_scroll h2 {
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 800px) {
  .Analistic_sustem_reglament_window_body_scroll h2 {
    padding-top: 2vw;
    padding-bottom: 3vw;
    margin-top: 6vw;
    margin-bottom: 4vw;
  }
}
.Analistic_sustem_reglament_window_body_scroll ul {
  margin-left: 2vw;
}
.Analistic_sustem_reglament_window_body_scroll .big_h2 {
  font-size: 1.65vw;
  font-family: 'Montserrat';
  font-weight: 800;
  color: #31302f;
}
@media screen and (max-width: 800px) {
  .Analistic_sustem_reglament_window_body_scroll .big_h2 {
    font-size: 6vw;
  }
}
.Analistic_sustem_reglament_window_body_scroll h2::after {
  background-color: #ab7f60;
  height: 2px;
  width: 6vw;
}
/* template@header.less */
header {
  width: 94%;
  padding-left: 3%;
  padding-right: 3%;
  margin-top: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background: linear-gradient(rgba(0, 0, 0, 0.585), rgba(0, 0, 0, 0)), url(/public/img/header_center1.webp);
  background-position: center;
  background-size: 100% auto;
  position: relative;
  z-index: 3;
  border-bottom: 5px solid #000;
}
@media screen and (max-width: 800px) {
  header {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  header {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  header {
    padding-top: 12vw;
    background: linear-gradient(rgba(0, 0, 0, 0.185), rgba(0, 0, 0, 0)), url(/public/img/header_center1.webp);
    background-position: center;
    background-size: auto 100%;
  }
}
.header_type2 {
  background: linear-gradient(rgba(0, 0, 0, 0.585), rgba(0, 0, 0, 0)), url(/public/img/header_center2.webp);
  background-position: top center;
  background-size: 100% auto;
}
@media screen and (max-width: 800px) {
  .header_type2 {
    background: linear-gradient(rgba(0, 0, 0, 0.185), rgba(0, 0, 0, 0)), url(/public/img/header_center2.webp);
    background-position: top center;
    background-size: auto 100%;
  }
}
.header_line {
  width: 94%;
  padding-left: 3%;
  padding-right: 3%;
  margin-top: 0;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 1vw;
  background: rgba(49, 48, 47, 0.9);
  outline: 2px solid #272625;
  position: relative;
  z-index: 1;
  transition: 0.7s;
}
@media screen and (max-width: 800px) {
  .header_line {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .header_line {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_line {
    transition: unset;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 1vw;
    padding-bottom: 1vw;
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(21, 21, 21, 0.7);
    z-index: 888;
  }
}
.logo_block {
  width: 46%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
  padding-top: 0.3vw;
  padding-bottom: 0.3vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .logo_block {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .logo_block {
    flex-direction: column;
    align-items: center;
  }
}
.logo_block > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .logo_block > a {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .logo_block {
    width: 12%;
    align-items: flex-start;
  }
}
.logo_img_cover {
  width: 18vw;
  height: 5vw;
  outline: unset;
  outline-offset: -2px;
  transform: scale(1);
}
.logo_img_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .logo_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .logo_img_cover {
    transform: scale(1.3);
    width: 100%;
    height: auto;
  }
}
.header_line_right_side {
  width: 44%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5vw;
}
@media screen and (max-width: 800px) {
  .header_line_right_side {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .header_line_right_side {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_line_right_side {
    width: 30%;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.menuBox {
  cursor: pointer;
  width: 25%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
  padding-top: 0.7vw;
  padding-bottom: 0.7vw;
  background: #a67a5b;
  outline: 2px solid #a17556;
  margin-left: 10%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 800px) {
  .menuBox {
    width: 100%;
    padding: 0;
  }
}
.menuBox:hover {
  background: linear-gradient(0deg, #31302f, #595857);
  outline: 2px solid #101010;
  animation: scalePulse 3s infinite linear;
}
@media screen and (max-width: 800px) {
  .menuBox {
    width: 80%;
    background: #a67a5b;
    outline: 2px solid #b08465;
    animation: unset !important;
    order: 2;
  }
}
.menuButton {
  font-size: 1.32vw;
  font-family: 'NotoSans';
  font-weight: 600;
  color: #ffffff;
  line-height: 80%;
  padding-left: 34%;
  padding-right: 5%;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  background: url(/public/img/menu.png);
  background-position: 5% center;
  background-size: 2.5vw;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .menuButton {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 800px) {
  .menuButton {
    width: 60%;
    padding-top: 5vw;
    padding-bottom: 5vw;
    font-size: 4vw;
    background: url(/public/img/menu.png);
    background-position: center center;
    background-size: 8vw;
    background-repeat: no-repeat;
    background-color: unset;
    outline: unset;
    z-index: 3;
    content: '';
  }
  .menuButton .menu_text {
    display: none;
  }
}
/* header_center */
/* lang btn */
.language-switcher {
  position: relative;
  width: 15%;
  user-select: none;
  cursor: pointer;
  margin-left: 1vw;
}
@media screen and (max-width: 800px) {
  .language-switcher {
    width: 60%;
    margin-left: 0;
    order: 1;
  }
}
.selected-language {
  padding: 0.5vw 0.6vw;
  padding-right: 0.4vw;
  font-size: 1.65vw;
  font-family: 'NotoSans';
  font-weight: 600;
  color: #31302f;
  background-image: url('/public/img/triangl_white.png');
  background-position: 70% 45%;
  background-size: 1vw 1vw;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .selected-language {
    font-size: 6vw;
  }
}
@media screen and (max-width: 800px) {
  .selected-language {
    display: none;
  }
}
.language-options {
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  background-color: #151515;
  border: 1px solid #151515;
  border-radius: 6px;
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: none;
  z-index: 10;
  box-shadow: 0 4px 4x #454443;
  z-index: 100;
}
@media screen and (max-width: 800px) {
  .language-options {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }
}
.language-options li {
  padding: 8px 12px;
  transition: background-color 0.2s ease;
  font-size: 1.54vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  transition: 0.5s;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  .language-options li {
    font-size: 5.6vw;
  }
}
.language-options li:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 800px) {
  .language-options li {
    font-size: 4vw;
  }
}
.active_lang {
  background-color: #31302f;
  color: #31302f;
  transform: scale(1.1);
}
.language-options li:hover {
  background-color: #f5f5f5;
  color: #31302f;
}
.language-switcher:hover .language-options {
  display: block;
}
@media screen and (max-width: 800px) {
  .language-switcher:hover .language-options {
    display: flex;
  }
}
/* lang btn */
/* header contacts */
.header_contacts_block {
  width: 48%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .header_contacts_block {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .header_contacts_block {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_contacts_block {
    align-items: center;
    gap: 3vw 2vw;
    display: none;
  }
}
.header_contacts_cover {
  font-size: 1.54vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
  padding-left: 2vw;
}
@media screen and (max-width: 800px) {
  .header_contacts_cover {
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 800px) {
  .header_contacts_cover {
    padding-left: 8vw;
  }
}
.header_phone_box {
  background-image: url(/public/img/kontacts_pfone.png);
  background-size: 1.2vw 1.2vw;
  background-position: 1% center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .header_phone_box {
    background-size: 5.1vw 5vw;
  }
}
.header_email_box {
  font-size: 1.1vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
  line-height: 90%;
  padding-top: 0.2vw;
  padding-bottom: 0.2vw;
  background-image: url(/public/img/kontacts_mail.png);
  background-size: 1.1vw 1vw;
  background-position: 1% center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .header_email_box {
    font-size: 4vw;
  }
}
@media screen and (max-width: 800px) {
  .header_email_box {
    background-size: 5.1vw 5vw;
  }
}
/* header contacts */
.header_line_mask {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .header_line_mask {
    display: none;
  }
}
.header_line_mask_block {
  position: relative;
  width: 67%;
  height: 140%;
  background-color: rgba(21, 21, 21, 0.8);
  top: -10vw;
  left: -6%;
  outline: 2px solid #0b0b0b;
}
/* header_center */
.header_center {
  width: 94%;
  padding-left: 3%;
  padding-right: 3%;
  margin-top: 0;
  height: auto;
  min-height: 40vw;
}
@media screen and (max-width: 800px) {
  .header_center {
    width: 100%;
    padding: 0;
  }
}
.header_content {
  position: relative;
  width: 50%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 80;
  padding: 8vw 0;
}
@media screen and (max-width: 800px) {
  .header_content {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .header_content {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_content {
    width: 96%;
    padding: 4vw 0;
    margin-left: 2%;
    margin-top: 5vh;
    margin-bottom: 3vw;
    background-color: rgba(21, 21, 21, 0.8);
  }
}
.text_typing {
  animation: typing 2s steps(14, end);
  white-space: nowrap;
  overflow: hidden;
}
.header_content h1 {
  font-size: 2.09vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #c99d7e;
  text-align: left;
  line-height: 100%;
  padding-top: 0.2vw;
  padding-bottom: 0.2vw;
  text-transform: uppercase;
  animation: typing 2s steps(14, end);
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .header_content h1 {
    font-size: 7.6vw;
  }
}
.header_content h1 span {
  font-size: 70%;
  color: #ab7f60;
}
@media screen and (max-width: 800px) {
  .header_content h1 {
    white-space: unset;
    font-size: 4vw;
    line-height: 1.3em;
    width: 90%;
    text-align: center;
  }
}
/* Анімація друку */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* Анімація курсору */
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #ab7f60;
  }
}
.h1_sub {
  font-size: 1.045vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
  width: 80%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
  margin-top: 1vw;
  margin-bottom: 2vw;
}
@media screen and (max-width: 800px) {
  .h1_sub {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 800px) {
  .h1_sub {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .h1_sub {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 3.1vw;
    text-align: left;
    color: #fff;
    text-align: center;
    margin-bottom: 3vw;
  }
}
.header_center_contact_block {
  margin-top: 2vw;
  width: 70%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .header_center_contact_block {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .header_center_contact_block {
    flex-direction: column;
    align-items: center;
  }
}
.header_consultation_btn {
  font-size: 0.88vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  background-color: #ab7f60;
  padding: 0.5vw 1vw;
  cursor: pointer;
  transition: 0.4s;
  overflow: hidden;
  position: relative;
  box-shadow: 4px 4px 0px 0px rgba(90, 88, 24, 0.49);
  -webkit-box-shadow: 4px 4x 0px 0px rgba(90, 88, 24, 0.49);
  -moz-box-shadow: 4px 4px 0px 0px rgba(90, 88, 24, 0.49);
}
@media screen and (max-width: 800px) {
  .header_consultation_btn {
    font-size: 3.2vw;
  }
}
.header_consultation_btn:hover {
  background-color: #ab7f60;
  color: #151515;
}
@media screen and (max-width: 800px) {
  .header_consultation_btn {
    padding: 3vw 2vw;
    font-size: 4vw;
  }
}
.header_center_contact_phone_block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: 1vw;
  gap: 1vw;
}
@media screen and (max-width: 800px) {
  .header_center_contact_phone_block {
    flex-direction: column;
    align-items: center;
  }
}
.header_center_contact_icon {
  width: 1.4vw;
  height: 1.3vw;
  outline: unset;
  outline-offset: -2px;
  background-color: #ab7f60;
  padding: 0.4vw 0.4vw;
  box-shadow: 4px 4px 0px 0px rgba(90, 88, 24, 0.49);
  -webkit-box-shadow: 4px 4x 0px 0px rgba(90, 88, 24, 0.49);
  -moz-box-shadow: 4px 4px 0px 0px rgba(90, 88, 24, 0.49);
}
.header_center_contact_icon img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .header_center_contact_icon {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .header_center_contact_icon {
    width: 6vw;
    height: 6vw;
    margin-top: 4vw;
    padding: 1vw 1vw;
    display: none;
  }
}
.header_center_contact_phone {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .header_center_contact_phone {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_center_contact_phone {
    margin-top: 4vw;
  }
}
.header_center_contact_phone .phone_title {
  font-size: 0.88vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .header_center_contact_phone .phone_title {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .header_center_contact_phone .phone_title {
    font-size: 6vw;
    font-weight: 600;
    color: #ab7f60;
    text-transform: uppercase;
    margin-bottom: 2vw;
  }
}
.header_center_contact_phone .phone_num {
  font-size: 1.32vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .header_center_contact_phone .phone_num {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 800px) {
  .header_center_contact_phone .phone_num {
    font-size: 5vw;
    font-family: 'Montserrat';
    font-weight: 400;
  }
}
.mobile_header_num {
  display: none;
}
@media screen and (max-width: 800px) {
  .mobile_header_num {
    display: block;
  }
}
.sticky .header_line_mask {
  display: none;
}
.sticky {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding-top: 0.3vw;
  padding-bottom: 0.3vw;
  margin-top: 0;
}
.sticky .logo_img_cover {
  width: 17vw;
  height: 4vw;
}
.sticky .header_contacts_cover {
  font-size: 1.1vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .sticky .header_contacts_cover {
    font-size: 4vw;
  }
}
.sticky .header_line_mask {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.sticky + .header_center {
  margin-top: 10vw;
}
.headerBox {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
  position: relative;
  margin-bottom: 2vw;
}
@media screen and (max-width: 800px) {
  .headerBox {
    width: 100%;
    padding: 0;
  }
}
.absolute_fon_box {
  width: 28%;
  height: 105%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/public/img/headerFon.png);
  background-position: center;
  background-size: 100% 100%;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  .absolute_fon_box {
    width: 100%;
    height: 100vh;
    display: none;
  }
}
.consultation_button {
  font-size: 1.54vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  width: 25vw;
  padding-top: 1vw;
  padding-bottom: 1.1vw;
  background: #ab7f60;
  text-align: center;
  margin-top: 1vw;
  cursor: pointer;
  transition: 1s;
  position: relative;
  outline: 4px solid #fff5;
  border-radius: 20px;
  margin-top: 3vw;
}
@media screen and (max-width: 800px) {
  .consultation_button {
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 800px) {
  .consultation_button {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 6vh;
  }
}
.consultation_button:hover {
  background: #8d6142;
}
.our_services {
  width: 93.40000000000001%;
  padding-left: 3.3%;
  padding-right: 3.3%;
  margin-top: 1vw;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .our_services {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .our_services {
    flex-direction: column;
    align-items: center;
  }
}
.our_services_description {
  width: 27%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: 4vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 6vw;
}
@media screen and (max-width: 800px) {
  .our_services_description {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .our_services_description {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .our_services_description {
    height: auto;
    padding-bottom: 10vw;
  }
}
.our_services_list {
  width: 73%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 1vw;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .our_services_list {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .our_services_list {
    flex-direction: column;
    align-items: center;
  }
}
.our_services_title {
  font-size: 2.2vw;
  font-family: 'Montserrat';
  font-weight: 800;
  color: #ffffff;
  margin-top: 3vw;
}
@media screen and (max-width: 800px) {
  .our_services_title {
    font-size: 8vw;
  }
}
@media screen and (max-width: 800px) {
  .our_services_title {
    color: #31302f;
  }
}
.our_services_text {
  width: 90%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 1vw;
  height: auto;
  font-size: 1.32vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .our_services_text {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .our_services_text {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 800px) {
  .our_services_text {
    color: #31302f;
    text-align: center;
  }
}
.our_service_box {
  width: 33%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 800px) {
  .our_service_box {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .our_service_box {
    flex-direction: column;
    align-items: center;
  }
}
.our_service_box a {
  display: flex;
}
@media screen and (max-width: 800px) {
  .our_service_box a {
    display: flex;
    width: 100%;
    height: 20vw;
    justify-content: center;
    align-items: center;
  }
  .our_service_box a .our_service_button {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}
@media screen and (max-width: 800px) {
  .our_service_box {
    margin-top: 10vw;
  }
}
.our_service_mask {
  width: 16%;
  height: 99%;
  background: #31302f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.our_service_title_line {
  width: 94%;
  padding-left: 1.5%;
  padding-right: 1.5%;
  margin-top: 0.4vw;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 1;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .our_service_title_line {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .our_service_title_line {
    flex-direction: column;
    align-items: center;
  }
}
.our_service_title_line .num_block {
  font-size: 0.0187vw;
  font-family: 'Montserrat';
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  width: 14%;
}
@media screen and (max-width: 800px) {
  .our_service_title_line .num_block {
    font-size: 0.068vw;
  }
}
.our_service_name {
  font-size: 1.76vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #31302f;
  padding-left: 5%;
  line-height: 90%;
}
@media screen and (max-width: 800px) {
  .our_service_name {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .our_service_name {
    line-height: 100%;
  }
}
.our_service_img_box {
  width: 94%;
  height: 15vw;
  outline: 2px solid #151515;
  outline-offset: -2px;
  position: relative;
  z-index: 1;
  margin-top: 1vw;
  margin-left: 2%;
}
.our_service_img_box img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .our_service_img_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.our_service_button {
  z-index: 1;
  font-size: 1.54vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  width: 14vw;
  padding-top: 1vw;
  padding-bottom: 1.1vw;
  background: #ab7f60;
  text-align: center;
  cursor: pointer;
  transition: 1s;
  position: relative;
  outline: 4px solid #fff5;
  border-radius: 20px;
  padding-top: 0.5vw;
  padding-bottom: 0.6vw;
  font-size: 130%;
  border-radius: 0;
  margin-left: 4%;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 800px) {
  .our_service_button {
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 800px) {
  .our_service_button {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 6vh;
  }
}
.our_service_button:hover {
  background: #8d6142;
}
.logo_body {
  width: 100%;
  height: auto;
  outline: unset;
  outline-offset: -2px;
}
.logo_body img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .logo_body {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .logo_body {
    width: 100%;
    margin-top: 10vh;
    margin-bottom: 10vw;
  }
}
.logo_href {
  width: 17%;
  padding-left: 5%;
  padding-bottom: 1vw;
}
@media screen and (max-width: 800px) {
  .logo_href {
    width: 50%;
  }
}
.h1_promotion_title {
  font-size: 1.65vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #bf9374;
  background-color: rgba(171, 127, 96, 0.1);
  width: 67%;
  padding-left: 1.5%;
  padding-right: 1.5%;
  margin-top: 0;
  height: auto;
  padding: 0.3vw 1.5%;
}
@media screen and (max-width: 800px) {
  .h1_promotion_title {
    font-size: 6vw;
  }
}
@media screen and (max-width: 800px) {
  .h1_promotion_title {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .h1_promotion_title {
    font-size: 3.7vw;
    width: 90%;
    padding: 4vw 5%;
    text-align: center;
    background-color: rgba(171, 127, 96, 0.8);
    color: #fff;
    margin-top: 4vw;
  }
}
.h1_promotion_sub {
  width: 67%;
  padding-left: 1.5%;
  padding-right: 1.5%;
  margin-top: 0;
  height: auto;
  padding: 0.2vw 1.5%;
  font-size: 1.65vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 1vw;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 800px) {
  .h1_promotion_sub {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .h1_promotion_sub {
    font-size: 6vw;
  }
}
@media screen and (max-width: 800px) {
  .h1_promotion_sub {
    font-size: 3.4vw;
    width: 90%;
    padding: 4vw 5%;
    text-align: center;
    margin-bottom: 4vw;
  }
}
/* template@contacts.less */
/* CONTACT__MAP__BLOCK*/
.contact__map__block {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 0;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5vh;
  justify-content: space-between;
  padding-bottom: 7vw;
}
@media screen and (max-width: 800px) {
  .contact__map__block {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .contact__map__block {
    flex-direction: column;
    align-items: center;
  }
}
.map {
  width: 96%;
  margin: 0 2%;
  height: 40vw;
  outline: 5px solid #272625;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  .map {
    width: 97%;
    height: 50vh;
  }
}
.contact__side__block {
  width: 45%;
}
@media screen and (max-width: 800px) {
  .contact__side__block {
    width: 100%;
    display: none;
  }
}
.contact__side__box {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 800px) {
  .contact__side__box {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .contact__side__box {
    font-size: 4.4vw;
  }
}
.contact__side__box .contact__item__side__subtitle {
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 800px) {
  .contact__side__box .contact__item__side__subtitle {
    font-size: 4.4vw;
  }
}
.contact__side__item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 2vh;
}
.contact__side__item a {
  display: block;
}
.contact__side__item .contact__item__side__name {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 1.5vw;
}
@media screen and (max-width: 800px) {
  .contact__side__item .contact__item__side__name {
    padding-left: 3vw;
  }
}
.contact__side__item .contact__item__side__name .contact__item__side__title {
  font-size: 120%;
  font-weight: 600;
  line-height: 90%;
  font-size: 1.32vw;
  font-family: 'Montserrat';
  font-weight: 800;
  color: #000000;
}
@media screen and (max-width: 800px) {
  .contact__side__item .contact__item__side__name .contact__item__side__title {
    font-size: 4.8vw;
  }
}
.contact__side__item .contact__item__side__name .side__phone {
  font-size: 155%;
}
.contact__side__item .side__adres {
  font-size: 90%;
}
.contact__side__item .wrapper__side__img {
  width: 3vw;
  height: 3vw;
  overflow: hidden;
}
.contact__side__item .wrapper__side__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
  .contact__side__item .wrapper__side__img {
    width: 6vw;
    height: 6vw;
  }
}
@media screen and (max-width: 800px) {
  footer .contact__box {
    display: none;
  }
}
/* CONTACT__MAP__BLOCK*/
.contact__cover__block {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  margin-top: 0;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4vw 3%;
  margin-top: 4vw;
}
@media screen and (max-width: 800px) {
  .contact__cover__block {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .contact__cover__block {
    flex-direction: column;
    align-items: center;
  }
}
.contact_forma {
  width: 34%;
  padding-left: 3%;
  padding-right: 3%;
  margin-top: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #31302f;
  margin-bottom: 3vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
}
@media screen and (max-width: 800px) {
  .contact_forma {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .contact_forma {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .contact_forma {
    width: 96%;
    margin: 5vw 2%;
  }
}
/* template@forma.less */
.windowForma {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 99vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 101vw;
  z-index: 999;
}
.forma_close {
  position: absolute;
  right: 0.0vw;
  top: 0.0vw;
  width: 2vw;
  height: 2vw;
  opacity: 1;
  background: #151515;
  cursor: pointer;
  padding: 0.5vw;
  z-index: 1004;
}
@media screen and (max-width: 800px) {
  .forma_close {
    width: 12vw;
    height: 12vw;
    display: block;
  }
}
.forma_close:hover {
  opacity: 1;
  background: #010101;
}
.forma_close:before,
.forma_close:after {
  position: absolute;
  left: 1.5vw;
  content: ' ';
  height: 2vw;
  width: 4px;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .forma_close:before,
  .forma_close:after {
    position: absolute;
    left: 6.5vw;
    content: ' ';
    height: 11vw;
    width: 6px;
    background-color: #fff;
  }
}
.forma_close:before {
  transform: rotate(45deg);
}
.forma_close:after {
  transform: rotate(-45deg);
}
.widowFormaBlock {
  width: 50%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  background: #31302f;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding-left: 3%;
  padding-right: 3%;
}
@media screen and (max-width: 800px) {
  .widowFormaBlock {
    width: 90%;
  }
}
.formaBody {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 0;
  height: auto;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 3vw;
  min-height: 70vh;
}
@media screen and (max-width: 800px) {
  .formaBody {
    width: 100%;
    padding: 0;
  }
}
.formaTitle {
  font-family: 'Montserrat';
  font-size: 1.7vw;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .formaTitle {
    font-size: 6.7vw;
  }
}
.formaSubTitle {
  font-family: 'Montserrat';
  font-size: 1.2vw;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .formaSubTitle {
    font-size: 4.7vw;
  }
}
.inputGroup {
  width: 100%;
  float: left;
  margin-top: 0.4vw;
}
@media screen and (max-width: 800px) {
  .inputGroup {
    margin-top: 3.4vw;
  }
}
.windowInputTitle {
  font-family: 'Montserrat';
  font-size: 1.2vw;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .windowInputTitle {
    font-size: 4.7vw;
  }
}
.windowFormInput {
  width: 100%;
  position: relative;
  padding-top: 0.5vw;
  padding-window: 0.5vw;
  color: #ab7f60;
  font-family: 'Montserrat';
}
.windowFormTextarea {
  width: 99%;
  padding-left: 1%;
  position: relative;
  padding-top: 0.5vw;
  padding-window: 0.5vw;
  color: #ab7f60;
  min-height: 3.2vw;
  font-family: 'Montserrat';
}
.windowFormSubmit {
  width: 20%;
  color: #fff;
  font-size: 1vw;
  font-family: tahoma;
  z-index: 3;
  outline: 1px solid #fff;
  padding-top: 0.4vw;
  padding-bottom: 0.4vw;
  padding-left: 2%;
  padding-right: 5%;
  background: rgba(255, 255, 255, 0.1);
  background-image: url(/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;
  }
}
.windowFormaBody {
  width: 100%;
  height: auto;
}
#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;
  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: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  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: #151515;
  border-color: #010101;
  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: #151515;
  border-color: #010101;
}
/* стили для чекбокса, находящегося в фокусе */
.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: #151515;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 0.9vw;
  border: 1px solid #151515;
  display: none;
}
@media screen and (max-width: 800px) {
  .formaInfoWindow {
    font-size: 3.3vw;
    position: relative;
    border: 1px solid #fff;
    display: block;
    background: #976b4c;
  }
}
/* template@modal_menu.less */
/*MODAL MENU*/
#modal_menu_mask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  left: 100vw;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}
.modal_menu {
  width: 36%;
  padding-left: 2%;
  padding-right: 2%;
  margin-top: 0;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #31302f;
}
@media screen and (max-width: 800px) {
  .modal_menu {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .modal_menu {
    flex-direction: column;
    align-items: center;
  }
}
.modal_menu_logo {
  width: 35%;
  height: cover;
  outline: unset;
  outline-offset: -2px;
}
.modal_menu_logo img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .modal_menu_logo {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .modal_menu_logo {
    width: 30%;
    display: none;
  }
}
.modal_menu nav {
  width: 70%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
  margin-top: 3vw;
}
@media screen and (max-width: 800px) {
  .modal_menu nav {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .modal_menu nav {
    width: 90%;
  }
}
.modal_menu nav ul {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1vw;
}
@media screen and (max-width: 800px) {
  .modal_menu nav ul {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .modal_menu nav ul {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .modal_menu nav ul {
    align-items: flex-start;
  }
}
.modal_menu nav li {
  list-style: none;
}
.modal__menu__item {
  font-size: 1.65vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  padding-left: 1vw;
  transition: .4s;
}
@media screen and (max-width: 800px) {
  .modal__menu__item {
    font-size: 6vw;
  }
}
.modal__menu__item:hover {
  font-size: 1.76vw;
  font-family: 'Montserrat';
  font-weight: 800;
  color: #ffffff;
  padding-left: 1.5vw;
}
@media screen and (max-width: 800px) {
  .modal__menu__item:hover {
    font-size: 6.4vw;
  }
}
/* template@footer.less */
footer {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 0;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  background: #151515;
  min-height: 15vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  align-items: center;
  justify-content: space-between;
  margin-top: 3vw;
}
@media screen and (max-width: 800px) {
  footer {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  footer {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  footer {
    padding-bottom: 7vw;
    margin-bottom: 0;
  }
}
footer .logo_body {
  width: 17%;
  margin-top: 0;
}
footer .logo_body img {
  object-fit: contain;
}
@media screen and (max-width: 800px) {
  footer .logo_body {
    width: 50%;
    margin-bottom: 5vw;
  }
}
.footer_nav {
  width: 20%;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .footer_nav {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .footer_nav {
    flex-direction: column;
    align-items: center;
  }
}
.footer_nav a {
  display: block;
  margin-bottom: 0.4vw;
  font-size: 1.375vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .footer_nav a {
    font-size: 5vw;
  }
}
.footer_icons_box {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0.6vw;
}
@media screen and (max-width: 800px) {
  .footer_icons_box {
    margin-top: 4vw;
  }
}
.footer_icons_box img {
  width: 2vw;
  height: 1.5vw;
  padding-right: 0.5vw;
}
@media screen and (max-width: 800px) {
  .footer_icons_box img {
    width: 4vw;
    height: 3.5vw;
    padding-right: 2vw;
    object-fit: contain;
  }
}
.footer_icons_box .footer_icons_text {
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .footer_icons_box .footer_icons_text {
    font-size: 4.4vw;
  }
}
