/* template@basic.less */
/*BASIC__STYLE*/
/*ПЕРЕМЕННЫЕ*/
/*ПЕРЕМЕННЫЕ*/
/*МАСКА КАРТИНКИ*/
/*МАСКА КАРТИНКИ*/
/*ТЕКСТ*/
/*ТЕКСТ*/
/*БОКС*/
/*БОКС*/
/*БОКС ДЛЯ ФОТО*/
/*БОКС ДЛЯ ФОТО*/
/*ЦВЕТОВОЙ ГРАДИЕНТ*/
/*ЦВЕТОВОЙ ГРАДИЕНТ*/
/*ЗАДНИЙ ФОН*/
/*ЗАДНИЙ ФОН*/
/*ЗАКРЫТИЕ*/
.closer__btn {
  cursor: pointer;
  width: 2vw;
  height: 2vw;
  position: absolute;
  right: 0.5vw;
  top: 0.5vw;
  background: url(/public/img/close.png), #af6b45;
  background-size: 70% 70%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .closer__btn {
    width: 10vw;
    height: 10vw;
  }
}
.closer__btn:hover {
  background-color: red;
}
/*ЗАКРЫТИЕ*/
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium.ttf);
  font-weight: 600;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Light.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: #222222;
}
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*/
.form2 {
  padding-bottom: 8vh;
}
@media screen and (max-width: 800px) {
  .form2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .form2 .form__hidden__message {
    font-size: 70%;
  }
}
.form2 input {
  /* Преобразуем HTML Hex в RGBA */
  /* Добавляем  linear-gradient и фон*/
  background: linear-gradient(52deg, rgba(49, 49, 49, 0.6), rgba(42, 42, 42, 0.6));
  width: 97%;
  font-weight: 600;
  padding: 1.5vh 1.5%;
  color: #FFF;
  margin-top: 2vh;
  border-radius: 20px;
  outline: 3px solid #1b1b1b;
}
.form2 .regulationsLabel {
  font-size: 90%;
  padding-bottom: 3vh;
  padding-top: 3vh;
}
@media screen and (max-width: 800px) {
  .form2 .regulationsLabel {
    font-size: 80%;
  }
}
.form2 .form__btn {
  font-size: 2.2vw;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Montserrat';
  text-align: center;
  background-color: #a9765a;
  border-radius: 30px;
  width: 20vw;
  transition: 0s;
  background-image: unset;
}
@media screen and (max-width: 800px) {
  .form2 .form__btn {
    font-size: 6.6vw;
    line-height: unset;
  }
}
@media screen and (max-width: 800px) {
  .form2 .form__btn {
    font-size: 5vw;
    width: 30vw;
  }
}
.form2 .form__btn:hover {
  font-weight: 800;
  background-color: #bd8a6e;
}
.supform2__content {
  font-size: 1.4vw;
  color: #a7a7a7;
  font-weight: 400;
  font-family: 'Montserrat';
  width: 40%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  margin-top: 0vh;
  padding-top: 5vh;
  padding-right: 10%;
}
@media screen and (max-width: 800px) {
  .supform2__content {
    font-size: 4.2vw;
    line-height: unset;
  }
}
@media screen and (max-width: 800px) {
  .supform2__content {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 800px) {
  .supform2__content {
    z-index: 2;
    position: relative;
  }
}
.supform2__content .supform2__title {
  font-size: 200%;
  font-weight: 600;
  color: #e5b296;
  padding-bottom: 3vh;
}
.supform2__content .supform2__subtitle {
  padding-bottom: 10vh;
}
/* template@header.less */
/* HEADER*/
header {
  /* Если значение false добавляет просто фон */
  background: url('/public/img/header__background.webp');
  /* Если значение true добавляет linear-gradient */
  /* Преобразуем HTML Hex в RGBA */
  /* Добавляем  linear-gradient и фон*/
  background: linear-gradient(rgba(29, 29, 29, 0.7), rgba(29, 29, 29, 0.7)), url('/public/img/header__background.webp');
  /* Дальше по умолчанию */
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 95%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: block;
  flex-direction: row;
  margin-top: 0vh;
  padding-bottom: 10vh;
  background-position: center;
}
@media screen and (max-width: 800px) {
  header {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 800px) {
  header {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 1300px) {
  header {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 800px) {
  header {
    padding-top: 10vh;
    padding-bottom: 5vh;
  }
}
.header__line {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  flex-direction: row;
  margin-top: 0vh;
  justify-content: space-between;
  height: auto;
  align-items: center;
  padding-top: 1vh;
  padding-bottom: 1vh;
}
@media screen and (max-width: 800px) {
  .header__line {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
}
.header__logo {
  width: 15%;
  height: auto;
  outline: unset;
  outline-offset: -2px;
}
.header__logo img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .header__logo {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .header__logo {
    width: 50%;
  }
}
/* MENU*/
.mask__hidden__menu {
  display: block;
  width: 35%;
}
@media screen and (max-width: 800px) {
  .mask__hidden__menu {
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 100vw;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
}
.menu__closer {
  cursor: pointer;
  width: 2vw;
  height: 2vw;
  position: absolute;
  right: 0.5vw;
  top: 0.5vw;
  background: url(/public/img/close.png), #af6b45;
  background-size: 70% 70%;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
@media screen and (max-width: 800px) {
  .menu__closer {
    width: 10vw;
    height: 10vw;
  }
}
.menu__closer:hover {
  background-color: red;
}
@media screen and (max-width: 800px) {
  .menu__closer {
    display: block;
  }
}
.hidden__menu__block {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  display: block;
  flex-direction: row;
  margin-top: 0vh;
}
@media screen and (max-width: 800px) {
  .hidden__menu__block {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 800px) {
  .hidden__menu__block {
    float: right;
    width: 60%;
    height: 100dvh;
    background-color: #222222;
    display: flex;
    justify-content: center;
  }
}
.menu__list {
  width: 95%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  flex-direction: row;
  margin-top: 0vh;
  padding-top: 5vh;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .menu__list {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 800px) {
  .menu__list {
    align-items: unset;
    width: 80%;
  }
}
.menu__list li {
  list-style: none;
  position: relative;
}
.menu__list li:hover .menu__sublist {
  display: block;
}
@media screen and (max-width: 800px) {
  .menu__list li {
    list-style: none;
    display: block;
    /*overflow: hidden;*/
    position: relative;
  }
}
.menu__item {
  font-size: 1.3vw;
  color: #a7a7a7;
  font-weight: 800;
  font-family: 'Montserrat';
  transition: .4s;
  cursor: pointer;
  padding-bottom: 4vh;
}
@media screen and (max-width: 800px) {
  .menu__item {
    font-size: 3.9vw;
    line-height: unset;
  }
}
@media screen and (max-width: 800px) {
  .menu__item {
    padding-bottom: 0;
    font-size: 6vw;
    color: #a7a7a7;
    font-weight: 800;
    font-family: 'Montserrat';
    margin-top: 4vh;
    transition: .4s;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .menu__item {
    font-size: 18vw;
    line-height: unset;
  }
}
.menu__item:hover {
  color: #FFF;
}
@media screen and (max-width: 800px) {
  .menu__item:hover {
    color: #af6b45;
  }
}
.menu__sublist {
  display: none;
  position: absolute;
  top: 5vh;
  left: 0;
  width: 21vw;
}
@media screen and (max-width: 800px) {
  .menu__sublist {
    width: 100%;
    top: 0;
    overflow: hidden;
    transition: height .5s ease;
    height: 0vh;
    margin-top: 2.5vh;
    position: relative;
  }
}
@media screen and (max-width: 800px) {
  .menu__sublist > li > a {
    display: block;
  }
}
.menu__sublist .menu__subitem {
  font-size: 1.1vw;
  color: #e5b296;
  font-weight: 600;
  font-family: 'Montserrat';
  padding-top: 1vh;
  padding-bottom: 1vh;
}
@media screen and (max-width: 800px) {
  .menu__sublist .menu__subitem {
    font-size: 3.3vw;
    line-height: unset;
  }
}
.menu__sublist .menu__subitem:hover {
  font-size: 1.2vw;
  color: #b38064;
  font-weight: 800;
  font-family: 'Montserrat';
}
@media screen and (max-width: 800px) {
  .menu__sublist .menu__subitem:hover {
    font-size: 3.6vw;
    line-height: unset;
  }
}
@media screen and (max-width: 800px) {
  .menu__sublist .menu__subitem {
    font-size: 2.7vw;
    color: #e5b296;
    font-weight: 600;
    font-family: 'Montserrat';
    height: 5.3vh;
    padding-top: 1vh;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .menu__sublist .menu__subitem {
    font-size: 8.1vw;
    line-height: unset;
  }
}
@media screen and (max-width: 800px) {
  .opener::after {
    content: "";
    display: inline-block;
    width: 4vw;
    height: 4vw;
    margin-left: 1vw;
    background-size: 70% 70%;
    background-image: url(/public/img/arrow_d.png);
    background-position: center 150%;
    background-repeat: no-repeat;
    transition: .7s;
  }
}
@media screen and (max-width: 800px) {
  .btnOpen::after {
    content: "";
    display: inline-block;
    width: 4vw;
    height: 4vw;
    margin-left: 1vw;
    background-size: 70% 70%;
    background-image: url(/public/img/arrow_d.png);
    background-position: center -20%;
    background-repeat: no-repeat;
    transform: rotate(0.5turn);
    transition: .7s;
  }
}
.burger__menu__box {
  display: none;
}
@media screen and (max-width: 800px) {
  .burger__menu__box {
    position: fixed;
    width: 100%;
    top: 1vh;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 999;
  }
}
@media screen and (max-width: 800px) {
  .burger__btn {
    font-size: 5vw;
    color: #ffffff;
    font-weight: 800;
    font-family: 'Montserrat';
    width: 30%;
    text-align: center;
    padding-left: 5%;
    border-radius: 10px;
    padding-top: 2vw;
    padding-bottom: 2vw;
    background: url(/public/img/burger__w.png);
    background-position: 5% center;
    background-size: 8vw;
    background-repeat: no-repeat;
    background-color: #af6b45;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .burger__btn {
    font-size: 15vw;
    line-height: unset;
  }
}
/* MENU*/
/* LANGUAGE*/
.language__block {
  font-size: 1.7vw;
  color: #a7a7a7;
  font-weight: 400;
  font-family: 'Montserrat';
  width: 8%;
  display: flex;
  justify-content: space-around;
  align-items: baseline;
}
@media screen and (max-width: 800px) {
  .language__block {
    font-size: 5.1vw;
    line-height: unset;
  }
}
@media screen and (max-width: 800px) {
  .language__block {
    width: 20%;
    font-size: 6vw;
  }
}
.language__block .lang__symbol {
  font-size: 150%;
  line-height: 90%;
}
@media screen and (max-width: 800px) {
  .language__block .lang__symbol {
    padding-left: 2vw;
    padding-right: 1vw;
  }
}
.language__block .active_lang {
  font-weight: 800;
  font-size: 110%;
  color: #FFF;
}
/* LANGUAGE*/
/* CONTACTS*/
.contact__block {
  width: 30%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  .contact__block {
    flex-direction: column;
    width: 70%;
    margin-top: 5vh;
  }
}
.phone__box {
  background-image: url(/public/img/phone.png);
  background-position: 5% center;
  background-size: 3vw;
  background-repeat: no-repeat;
  padding-left: 15%;
  border-right: 1px solid #FFF1;
  padding-right: 2%;
}
@media screen and (max-width: 800px) {
  .phone__box {
    background-size: 6vw;
    padding-left: 12vw;
    border-right: unset;
    padding-right: 8%;
  }
}
.contact__title {
  font-size: 1.3vw;
  color: #ffffff;
  font-weight: 800;
  font-family: 'Montserrat';
}
@media screen and (max-width: 800px) {
  .contact__title {
    font-size: 3.9vw;
    line-height: unset;
  }
}
.contact__content {
  font-size: 2vw;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Montserrat';
}
@media screen and (max-width: 800px) {
  .contact__content {
    font-size: 6vw;
    line-height: unset;
  }
}
.arrow__block {
  margin-left: 3%;
  background: url(/public/img/arrow.png);
  background-size: 40% 40%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FFF;
  border-radius: 50%;
  padding: 3vh 1.5vw;
  outline: 6px solid #FFF5;
  outline-offset: -6px;
  transition: .7s;
  cursor: pointer;
}
.arrow__block:hover {
  outline-offset: 0px;
}
@media screen and (max-width: 800px) {
  .arrow__block {
    display: none;
  }
}
.hidden__contacts {
  /* Преобразуем HTML Hex в RGBA */
  /* Добавляем  linear-gradient и фон*/
  background: linear-gradient(45deg, #222222, #363636);
  width: 30vw;
  height: auto;
  position: absolute;
  padding: 5vh 2%;
  top: 120%;
  right: 0;
  border-radius: 5px;
  outline: 1px solid #1d1d1d;
  opacity: 0;
  display: none;
}
@media screen and (max-width: 800px) {
  .hidden__contacts {
    position: relative;
    display: block;
    top: 0;
    outline: unset;
    background: unset;
    opacity: 1;
    width: 100%;
    font-size: 4vw;
  }
}
.hidden__contacts .contact__title {
  color: #a7a7a7;
}
.hidden__contacts .contact__content {
  font-size: 120%;
}
.mail__box {
  background: url(/public/img/mail.png);
  background-position: 5% center;
  background-size: 3vw;
  background-repeat: no-repeat;
  padding-left: 7vw;
}
@media screen and (max-width: 800px) {
  .mail__box {
    background-size: 6vw;
    padding-left: 12vw;
  }
}
.location__box {
  margin-top: 3vh;
  background: url(/public/img/adress.png);
  background-position: 5% center;
  background-size: 3vw;
  background-repeat: no-repeat;
  padding-left: 7vw;
}
@media screen and (max-width: 800px) {
  .location__box {
    background-size: 6vw;
    padding-left: 12vw;
  }
}
/* CONTACTS*/
/* HEADER__CONTENT*/
.header__content {
  width: 50%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  flex-direction: column;
  margin-top: 0vh;
  padding-top: 10vh;
  padding-left: 1%;
}
@media screen and (max-width: 800px) {
  .header__content {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
}
h1 {
  width: 95%;
  font-size: 3.2vw;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Montserrat';
  border-bottom: 2px solid #FFF5 ;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 9.6vw;
    line-height: unset;
  }
}
@media screen and (max-width: 800px) {
  h1 {
    text-align: center;
  }
}
h1 span {
  font-weight: 600;
  font-size: 125%;
  display: block;
  padding-bottom: 1vh;
}
@media screen and (max-width: 800px) {
  h1 span {
    padding-bottom: 5vh;
  }
}
.header__text {
  font-size: 1.4vw;
  color: #a7a7a7;
  font-weight: 600;
  font-family: 'Montserrat';
  padding-top: 1vh;
}
@media screen and (max-width: 800px) {
  .header__text {
    font-size: 4.2vw;
    line-height: unset;
  }
}
@media screen and (max-width: 800px) {
  .header__text {
    text-align: center;
    margin-top: 4vh;
  }
}
.header__btn {
  font-size: 1.4vw;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Montserrat';
  margin-top: 2vh;
  width: 55%;
  padding-top: 3vh;
  padding-bottom: 3vh;
  background-color: rgba(255, 255, 255, 0.23);
  border-radius: 25px;
  text-align: center;
  outline: 6px solid #FFF1;
  outline-offset: 0px;
  transition: .4s;
}
@media screen and (max-width: 800px) {
  .header__btn {
    font-size: 4.2vw;
    line-height: unset;
  }
}
.header__btn:hover {
  background-color: #af6b45;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .header__btn {
    width: 70%;
    margin-top: 5vh;
  }
}
/* HEADER__CONTENT*/
/* HEADER*/
/* template@modalForm.less */
/* MASK__FORM*/
.form__mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100vw;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.closer {
  cursor: pointer;
  width: 2vw;
  height: 2vw;
  position: absolute;
  right: 0.5vw;
  top: 0.5vw;
  background: url(/public/img/close.png), #af6b45;
  background-size: 70% 70%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .closer {
    width: 10vw;
    height: 10vw;
  }
}
.closer:hover {
  background-color: red;
}
.form__block {
  font-size: 1.2vw;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Montserrat';
  width: 40%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  flex-direction: row;
  margin-top: 0vh;
  background-color: #222222;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  border-right: 1px solid #1d1d1d;
}
@media screen and (max-width: 800px) {
  .form__block {
    font-size: 3.6vw;
    line-height: unset;
  }
}
@media screen and (max-width: 800px) {
  .form__block {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
}
.form__scroll__block {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  flex-direction: column;
  margin-top: 0vh;
  padding-top: 10vh;
}
@media screen and (max-width: 800px) {
  .form__scroll__block {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
}
.form__title {
  font-size: 130%;
}
.form__item {
  margin-top: 2vh;
}
.form__item input,
.form__item textarea {
  width: 99%;
  margin-top: 1vh;
  padding-top: 1vh;
  padding-bottom: 1vh;
  padding-left: 0.5%;
  padding-right: 0.5%;
  color: #3b3b3b;
  font-weight: 600;
}
.checkbox__box {
  position: relative;
}
.checkbox__box input {
  z-index: -1;
  opacity: 0;
  position: absolute;
}
.checkbox__box .regulationsLabel {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
.custom__checkbox + label::before {
  content: "";
  width: 1.5em;
  height: 1em;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
}
@media screen and (max-width: 800px) {
  .custom__checkbox + label::before {
    width: 2em;
    height: 1.2em;
  }
}
.custom__checkbox:checked + label::before {
  background-color: #1d1d1d;
  border-color: #090909;
  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");
}
.form__hidden__message {
  position: absolute;
  width: 96%;
  padding: 2vh 2%;
  background-color: #1d1d1d;
  color: #a7a7a7;
  font-size: 80%;
  margin-top: 1vh;
  left: 0;
  display: none;
}
@media screen and (max-width: 800px) {
  .form__hidden__message {
    position: relative;
    display: block;
    background-color: unset;
    outline: 1px solid #2c2c2c;
  }
}
.regulationsLabel:hover + .form__hidden__message {
  display: block;
}
.form__btn {
  width: 10vw;
  margin-top: 3vh;
  padding: 1vh 1vw;
  background-color: #2c2c2c;
  color: #FFF;
  outline: 1px solid #FFF5;
  background-image: url(/public/img/arrow__form.png);
  background-size: 30% 100%;
  background-position: 90% center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: .4s;
}
.form__btn:hover {
  background-color: #222222;
}
@media screen and (max-width: 800px) {
  .form__btn {
    width: 25vw;
    padding-left: 2.5vw;
  }
}
/* MASK__FORM*/
/* template@landing.less */
/* INFORMATION__BLOCK*/
.information__block {
  width: 95%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: block;
  flex-direction: row;
  margin-top: 0vh;
  margin-top: 5vw;
}
@media screen and (max-width: 800px) {
  .information__block {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
}
.information__block h2 {
  font-size: 2.3vw;
  color: #a9765a;
  font-weight: 800;
  font-family: 'Montserrat';
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .information__block h2 {
    font-size: 6.9vw;
    line-height: unset;
  }
}
.information__block .information__title {
  font-size: 150%;
}
.information__box {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  margin-top: 0vh;
  font-size: 1.5vw;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Montserrat';
  margin-top: 3vw;
}
@media screen and (max-width: 800px) {
  .information__box {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 800px) {
  .information__box {
    font-size: 4.5vw;
    line-height: unset;
  }
}
.information__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  margin-right: 5%;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .information__text {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
.information__bottom__text {
  width: 100%;
  color: #e5b296;
}
@media screen and (max-width: 800px) {
  .information__bottom__text {
    margin-top: 5vw;
  }
}
.information__wrapper__img {
  width: 35%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .information__wrapper__img {
    width: 100%;
    display: none;
  }
}
.information__wrapper__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* INFORMATION__BLOCK*/
/* WORK__BLOCK*/
.we__work__block {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  margin-top: 0vh;
  margin-top: 5vw;
  border-top: 3px solid #2c2c2c;
  border-bottom: 3px solid #2c2c2c;
  background-color: #1d1d1d;
}
@media screen and (max-width: 800px) {
  .we__work__block {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
}
.we__work__left {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .we__work__left {
    width: 100%;
  }
}
.we__work__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.we__work__right {
  font-size: 1.4vw;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Montserrat';
  width: 45%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}
@media screen and (max-width: 800px) {
  .we__work__right {
    font-size: 4.2vw;
    line-height: unset;
  }
}
@media screen and (max-width: 800px) {
  .we__work__right {
    width: 90%;
    padding: 0;
    padding-bottom: 2vw;
  }
}
.we__work__right .we__work__right__title {
  width: 100%;
  text-align: center;
  margin-top: 2vw;
  margin-bottom: 2vw;
  font-size: 150%;
  font-weight: 800;
  color: #a9765a;
}
.we__work__right__item {
  width: 90%;
  padding-left: 10%;
  padding-top: 1vw;
  padding-bottom: 1vw;
  margin-top: 1vw;
  background: url(/public/img/verification.png);
  background-size: 3vw 3vw;
  background-position: left center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .we__work__right__item {
    background-size: 5vw 5vw;
  }
}
/* WORK__BLOCK*/
/* OFFERS__BLOCK*/
.offers__block {
  width: 95%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: block;
  flex-direction: row;
  margin-top: 0vh;
  margin-top: 5vw;
}
@media screen and (max-width: 800px) {
  .offers__block {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
}
.offers__box {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  margin-top: 0vh;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .offers__box {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
}
.offers__item {
  width: 90%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  flex-direction: row;
  margin-top: 0vh;
  /* Преобразуем HTML Hex в RGBA */
  /* Добавляем  linear-gradient и фон*/
  background: linear-gradient(52deg, rgba(44, 44, 44, 0.6), rgba(37, 37, 37, 0.6));
  border: 2px solid #0004;
  position: relative;
  justify-content: flex-end;
  margin-top: 6vw;
}
@media screen and (max-width: 800px) {
  .offers__item {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 800px) {
  .offers__item {
    flex-direction: column;
    padding: 0px;
  }
}
.offers__img__box {
  width: 55%;
  height: 115%;
  overflow: hidden;
  position: absolute;
  left: -2.5%;
  top: -1.6vw;
  outline: 9px solid #181818;
  outline-offset: -3px;
}
@media screen and (max-width: 800px) {
  .offers__img__box {
    position: relative;
    height: 60vh;
    width: 100%;
    left: 0;
    top: 0;
    outline-offset: -9px;
  }
}
.offers__img__box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
  .offers__img__box img {
    object-fit: cover;
    outline-offset: -8px;
  }
}
.offers__content {
  width: 40%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  margin-top: 0vh;
  font-size: 1.5vw;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Montserrat';
  padding-top: 3vw;
  padding-bottom: 3vw;
  padding-right: 3%;
}
@media screen and (max-width: 800px) {
  .offers__content {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 800px) {
  .offers__content {
    font-size: 4.5vw;
    line-height: unset;
  }
}
.offers__content .offers__title {
  font-size: 130%;
  font-weight: 600;
  color: #e5b296;
}
@media screen and (max-width: 800px) {
  .offers__content .offers__title {
    font-size: 120%;
  }
}
.offers__content ul {
  width: 90%;
  padding-left: 4%;
}
.offers__content ul li {
  margin-top: 1.5vw;
}
.offer__revers {
  flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
  .offer__revers {
    flex-direction: column;
  }
}
.offer__revers .offers__img__box {
  left: unset;
  right: -2.5%;
}
@media screen and (max-width: 800px) {
  .offer__revers .offers__img__box {
    left: 0;
  }
}
.offer__revers .offers__content {
  padding-right: unset;
  padding-left: 3%;
}
/* OFFERS__BLOCK*/
/* FORM__LENDING*/
.form__lending .we__work__block {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
  .form__lending .we__work__block {
    padding-bottom: 5vw;
    padding-top: 5vw;
  }
}
@media screen and (max-width: 800px) {
  .form__lending .we__work__left {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .form__lending .we__work__right {
    padding-left: 0;
  }
}
.form__lending .form2 {
  padding-bottom: 0;
}
.form__lending .supform2__title {
  font-size: 2.5vw;
  color: #a9765a;
  font-weight: 600;
  font-family: 'Montserrat';
  margin-top: 2vw;
}
@media screen and (max-width: 800px) {
  .form__lending .supform2__title {
    font-size: 7.5vw;
    line-height: unset;
  }
}
@media screen and (max-width: 800px) {
  .form__lending .supform2__title {
    text-align: center;
  }
}
.form__lending .supform2__subtitle {
  color: #a7a7a7;
  margin-top: 1vw;
  margin-bottom: 2vw;
}
@media screen and (max-width: 800px) {
  .form__lending .supform2__subtitle {
    text-align: center;
  }
}
/* FORM__LENDING*/
/* fotogalery_01@photoGallery.less */
.fotoGaleryBody {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 2vw;
}
.galery_title {
  font-size: 2.2vw;
  color: #ffffff;
  font-weight: 800;
  font-family: 'Montserrat';
  text-align: center;
  margin-top: 2vw;
}
@media screen and (max-width: 800px) {
  .galery_title {
    font-size: 6.6vw;
    line-height: unset;
  }
}
.fotoGaleryTitle {
  text-align: center;
  width: auto;
  position: relative;
  margin: 0 auto;
  margin-top: 2vw;
  color: #af6b45;
  font-family: 'Bebas Neue Cyrillic';
  font-size: 3vw;
}
.galeryFotoListBody {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 2vw;
  padding-bottom: 1vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .galeryFotoListBody {
    justify-content: center;
  }
}
.galeryFoto {
  width: auto;
}
.galeryFotoCover {
  width: 23%;
  height: 20vw;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: 3px solid #1d1d1d;
  background: #1d1d1d;
  margin-left: 0.5%;
  margin-right: 0.5%;
  border-radius: 20px;
  margin-top: 1.5vw;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .galeryFotoCover {
    width: 90%;
    height: 45vw;
  }
}
.galeryFotoViewMask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 101%;
}
.galeryFotoViewBody {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.galeryFotoViewCover {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .galeryFotoViewCover {
    flex-direction: row;
  }
}
.galeryViewFoto {
  flex: 1 1 auto;
  height: 65vw;
}
@media screen and (max-width: 800px) {
  .galeryViewFoto {
    width: 100%;
    height: unset;
  }
}
.fotoGaleryCloser {
  position: absolute;
  right: 1vw;
  top: 0.5vw;
  width: 2.1vw;
  height: 2vw;
  opacity: 1;
  background: #af6b45;
  cursor: pointer;
  padding: 0.5vw;
  z-index: 1004;
}
@media screen and (max-width: 800px) {
  .fotoGaleryCloser {
    width: 12vw;
    height: 12vw;
  }
}
.fotoGaleryCloser:hover {
  opacity: 1;
  background: #e5b296;
}
.fotoGaleryCloser:before,
.fotoGaleryCloser:after {
  position: absolute;
  left: 1.5vw;
  content: ' ';
  height: 2vw;
  width: 4px;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .fotoGaleryCloser:before,
  .fotoGaleryCloser:after {
    position: absolute;
    left: 6.5vw;
    content: ' ';
    height: 11vw;
    width: 6px;
    background-color: #fff;
  }
}
.fotoGaleryCloser:before {
  transform: rotate(45deg);
}
.fotoGaleryCloser:after {
  transform: rotate(-45deg);
}
.galeryFotoTitle {
  margin-left: 3%;
}
.galeryFotoTitle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -0.5vw;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4vw;
}
.activeGaleryButton {
  position: absolute;
  z-index: 100;
  width: 3vw;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .activeGaleryButton {
    width: 10vw;
  }
}
.activeGaleryButton > img {
  width: 100%;
}
.activeGaleryButton:hover img {
  width: 120%;
}
.leftBatton {
  left: 2vw;
}
.rightBatton {
  right: 2vw;
}
.hidden__foto {
  display: none;
}
.more__foto__btn {
  font-size: 1.7vw;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Montserrat';
  margin-top: 2vh;
  width: 25%;
  padding-top: 3vh;
  padding-bottom: 3vh;
  background-color: rgba(255, 255, 255, 0.23);
  border-radius: 25px;
  text-align: center;
  outline: 6px solid #FFF1;
  outline-offset: 0px;
  transition: .4s;
}
@media screen and (max-width: 800px) {
  .more__foto__btn {
    font-size: 5.1vw;
    line-height: unset;
  }
}
.more__foto__btn:hover {
  background-color: #af6b45;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .more__foto__btn {
    width: 70%;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }
}
/* template@footer.less */
/* FOOTER*/
footer {
  width: 95%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
  flex-direction: row;
  margin-top: 0vh;
  justify-content: space-between;
  padding-top: 5vh;
  padding-bottom: 5vh;
  border-top: 3px solid #2c2c2c;
  background-color: #1d1d1d;
}
@media screen and (max-width: 800px) {
  footer {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 800px) {
  footer {
    margin: 0;
  }
}
.contact__box {
  width: 25%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  flex-direction: column;
  margin-top: 0vh;
  font-size: 1.4vw;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Montserrat';
  padding-right: 5%;
  border-right: 3px solid #2c2c2c;
}
@media screen and (max-width: 800px) {
  .contact__box {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 800px) {
  .contact__box {
    font-size: 4.2vw;
    line-height: unset;
  }
}
@media screen and (max-width: 800px) {
  .contact__box {
    border-right: unset;
  }
}
.contact__box .contact__item__suptitle {
  font-weight: 600;
  font-size: 150%;
  padding-bottom: 2vw;
}
@media screen and (max-width: 800px) {
  .contact__box .contact__item__suptitle {
    font-size: 200%;
  }
}
.contact__item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 2vh;
}
.contact__item .contact__item__name {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 1.5vw;
}
@media screen and (max-width: 800px) {
  .contact__item .contact__item__name {
    padding-left: 3vw;
  }
}
.contact__item .contact__item__name .contact__item__title {
  font-size: 120%;
  font-weight: 600;
  line-height: 90%;
}
.contact__item .contact__item__name .footer__phone {
  font-size: 155%;
}
.contact__item .footer__adres {
  font-size: 90%;
}
.contact__item .footer__wrapper__img {
  width: 3vw;
  height: 3vw;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .contact__item .footer__wrapper__img {
    width: 6vw;
    height: 6vw;
  }
}
.contact__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__logo {
  width: 30%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .footer__logo {
    display: none;
  }
}
.footer__logo__wrapper {
  width: 29vw;
  height: 20vw;
  overflow: hidden;
}
.footer__logo__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__form {
  width: 35%;
  padding-left: 5%;
  border-left: 3px solid #2c2c2c;
}
@media screen and (max-width: 800px) {
  .footer__form {
    border-left: unset;
    border-top: 3px solid #2c2c2c;
    width: 100%;
    padding: 0;
    padding-top: 5vw;
  }
}
.footer__form .form2__block {
  margin-top: 0;
}
.footer__form .supform2__content {
  width: 96%;
  padding-top: 0;
}
.footer__form .supform2__subtitle {
  padding-bottom: 2vh;
}
.footer__form .supform2__title {
  color: #FFF;
  font-size: 2vw;
  padding-bottom: 0;
}
@media screen and (max-width: 800px) {
  .footer__form .supform2__title {
    font-size: 150%;
  }
}
.footer__form .regulationsLabel {
  width: 100%;
  font-size: 70%;
  padding-bottom: 1.5vh;
  padding-top: 1.5vh;
}
@media screen and (max-width: 800px) {
  .footer__form .regulationsLabel {
    padding-bottom: 4vw;
    padding-top: 4vw;
  }
}
.footer__form .form2 {
  padding-bottom: 0;
}
.footer__form .form__hidden__message {
  bottom: 3em;
  border-bottom: 1px dashed #FFF3;
}
@media screen and (max-width: 800px) {
  .footer__form .form__hidden__message {
    bottom: unset;
    border-bottom: unset;
  }
}
@media screen and (max-width: 800px) {
  .footer__form .form__btn {
    margin-top: 5vw;
  }
}
/* FOOTER*/
