/* 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@advantages.less */
/* ADVENTAGES*/
.advantages__block {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  margin-top: 0vh;
  justify-content: space-around;
  background-color: #1d1d1d;
}
@media screen and (max-width: 800px) {
  .advantages__block {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
}
.advantages__item {
  width: 30%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  margin-top: 0vh;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 6vh;
  padding-bottom: 6vh;
}
@media screen and (max-width: 800px) {
  .advantages__item {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
}
.advantages__img__wrapper {
  width: 6vw;
  height: 12vh;
  outline: unset;
  outline-offset: -2px;
}
.advantages__img__wrapper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .advantages__img__wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .advantages__img__wrapper {
    display: flex;
    align-items: center;
  }
}
.advantages__img__wrapper img {
  object-fit: contain;
}
@media screen and (max-width: 800px) {
  .advantages__img__wrapper img {
    width: 26%;
  }
}
.advantages__title {
  font-size: 1.7vw;
  color: #ffffff;
  font-weight: 800;
  font-family: 'Montserrat';
  margin-top: 2vh;
}
@media screen and (max-width: 800px) {
  .advantages__title {
    font-size: 5.1vw;
    line-height: unset;
  }
}
@media screen and (max-width: 800px) {
  .advantages__title {
    padding-top: 5vh;
  }
}
.advantages__text {
  width: 90%;
  text-align: center;
  font-size: 1.2vw;
  color: #a7a7a7;
  font-weight: 600;
  font-family: 'Montserrat';
  margin-top: 2vh;
}
@media screen and (max-width: 800px) {
  .advantages__text {
    font-size: 3.6vw;
    line-height: unset;
  }
}
@media screen and (max-width: 800px) {
  .advantages__text {
    font-size: 4vw;
  }
}
.advantages__border {
  position: relative;
  border-left: 1px dashed #FFF4;
  border-right: 1px dashed #FFF4;
}
@media screen and (max-width: 800px) {
  .advantages__border {
    border-left: unset;
    border-right: unset;
    border-bottom: 1px solid #FFF4;
    border-top: 1px solid #FFF4;
  }
}
/* ADVENTAGES*/
/* template@about_us.less */
/* ABOUT__US*/
.about__us__block {
  width: 95%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
  flex-direction: row;
  margin-top: 0vh;
  margin-top: 7vh;
  position: relative;
}
@media screen and (max-width: 800px) {
  .about__us__block {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
}
.about__us__left {
  font-size: 1.2vw;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Montserrat';
  width: 46%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  flex-direction: row;
  margin-top: 0vh;
}
@media screen and (max-width: 800px) {
  .about__us__left {
    font-size: 3.6vw;
    line-height: unset;
  }
}
@media screen and (max-width: 800px) {
  .about__us__left {
    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) {
  .about__us__left {
    text-align: center;
  }
}
.about__us__left .about__left__title {
  font-size: 140%;
  font-weight: 600;
}
.about__us__left .about__left__subtitle {
  font-size: 250%;
  font-weight: 800;
  line-height: 150%;
}
.about__us__left .about__left__text {
  margin-top: 1vh;
  font-size: 120%;
}
.about__us__right {
  width: 50%;
  height: 118%;
  position: absolute;
  right: 2.5%;
  top: 0;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .about__us__right {
    position: relative;
    width: 100%;
    right: 0;
    margin-bottom: 5vh;
  }
}
.about__us__right img {
  width: auto;
  height: 110%;
  object-fit: contain;
  z-index: 2;
}
.about__us__right .about__right__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(29, 29, 29, 0.6);
  z-index: 2;
}
.about__right__box {
  font-size: 2.7vw;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Montserrat';
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 2.5%;
  bottom: 2.5%;
  padding: 1.5vw 2.5vw;
  text-align: center;
  border: 1px solid #FFF4;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .about__right__box {
    font-size: 8.1vw;
    line-height: unset;
  }
}
@media screen and (max-width: 800px) {
  .about__right__box {
    right: 8.5%;
    padding: 2.5vw 3.5vw;
    bottom: 30%;
  }
}
.about__right__box span {
  font-size: 230%;
}
.turnkey__work__block {
  width: 95%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
  flex-direction: row;
  margin-top: 0vh;
  margin-top: 13vh;
}
@media screen and (max-width: 800px) {
  .turnkey__work__block {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
}
.turnkey__work__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .turnkey__work__left {
    width: 100%;
  }
}
.turnkey__work__left img {
  width: auto;
  height: 100%;
}
.turnkey__work__right {
  width: 45%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
  flex-direction: column;
  margin-top: 0vh;
  padding-top: 10vh;
}
@media screen and (max-width: 800px) {
  .turnkey__work__right {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
}
.turnkey__work__right .work__right__box {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  flex-direction: column;
  margin-top: 0vh;
}
@media screen and (max-width: 800px) {
  .turnkey__work__right .work__right__box {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
}
.work__right__title {
  font-size: 2vw;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Montserrat';
  text-align: center;
}
@media screen and (max-width: 800px) {
  .work__right__title {
    font-size: 6vw;
    line-height: unset;
  }
}
.work__right__item {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 5vh;
}
.work__right__item span {
  font-size: 1.5vw;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Montserrat';
  height: auto;
  width: 80%;
}
@media screen and (max-width: 800px) {
  .work__right__item span {
    font-size: 4.5vw;
    line-height: unset;
  }
}
.work__right__wrapper {
  width: 10%;
  height: 8vh;
  overflow: hidden;
  padding-right: 4%;
  border-right: 1px solid #FFF;
}
.work__right__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* ABOUT__US*/
/* template@services_block.less */
/* SERVICES__BLOCK*/
.services__block {
  width: 95%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: block;
  flex-direction: row;
  margin-top: 0vh;
  margin-top: 7vh;
}
@media screen and (max-width: 800px) {
  .services__block {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
}
.services__block h2 {
  font-size: 3.3vw;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Montserrat';
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .services__block h2 {
    font-size: 9.9vw;
    line-height: unset;
  }
}
@media screen and (max-width: 800px) {
  .services__block h2 {
    font-size: 5.5vw;
  }
}
.services__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) {
  .services__box {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
}
.services__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) {
  .services__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) {
  .services__item {
    flex-direction: column;
    padding: 0px;
    text-align: center;
  }
}
.sevices__block__img {
  width: 40%;
  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) {
  .sevices__block__img {
    position: relative;
    height: 60vh;
    width: 100%;
    left: 0;
    top: 0;
    outline-offset: -9px;
  }
}
.sevices__block__img img {
  width: 100%;
  height: 100%;
  object-fit: contein;
}
@media screen and (max-width: 800px) {
  .sevices__block__img img {
    object-fit: cover;
  }
}
.block__content__wrapper {
  width: 56%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  margin-top: 0vh;
  font-size: 1.3vw;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Montserrat';
  padding-top: 3vw;
  padding-bottom: 3vw;
  padding-right: 3%;
}
@media screen and (max-width: 800px) {
  .block__content__wrapper {
    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) {
  .block__content__wrapper {
    font-size: 3.9vw;
    line-height: unset;
  }
}
.block__content__wrapper .services__content__title {
  font-size: 130%;
  font-weight: 600;
  color: #e5b296;
}
@media screen and (max-width: 800px) {
  .block__content__wrapper .services__content__title {
    font-size: 120%;
  }
}
.block__content__wrapper .services__content__text {
  border-top: 2px solid rgba(29, 29, 29, 0.5);
  border-bottom: 2px solid rgba(29, 29, 29, 0.5);
  padding-top: 1vw;
  padding-bottom: 1vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 800px) {
  .block__content__wrapper .services__content__text {
    padding-bottom: 3vw;
    padding-top: 3vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
}
.services__btn__wrapper {
  width: 10vw;
}
@media screen and (max-width: 800px) {
  .services__btn__wrapper {
    width: 27vw;
    margin-top: 2vh;
  }
}
.services__btn__wrapper .services__content__btn {
  font-size: 115%;
  background-image: url(/public/img/free-icon-arrow-color2.png);
  background-size: 3vw 2.5vw;
  background-position: 80% 50%;
  background-repeat: no-repeat;
  transition: .4s;
}
@media screen and (max-width: 800px) {
  .services__btn__wrapper .services__content__btn {
    background-size: 7vw 9vw;
    background-position: 100% center;
    padding-right: 3vw;
    padding-bottom: 0.5vw;
  }
}
.services__btn__wrapper .services__content__btn:hover {
  color: #af6b45;
  background-position: 100% 50%;
}
.item__reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
  .item__reverse {
    flex-direction: column;
  }
}
.item__reverse .sevices__block__img {
  left: unset;
  right: -2.5%;
}
@media screen and (max-width: 800px) {
  .item__reverse .sevices__block__img {
    left: 0;
  }
}
.item__reverse .block__content__wrapper {
  padding-right: unset;
  padding-left: 3%;
}
/* SERVICES__BLOCK*/
/* template@form2.less */
/* FORM2__BLOCK*/
.form2__block {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  margin-top: 0vh;
  height: auto;
  margin-top: 10vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  .form2__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) {
  .form2__block {
    height: auto;
    text-align: center;
  }
}
.form2__block__wrapper {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  margin-top: 0vh;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .form2__block__wrapper {
    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) {
  .form2__block__wrapper {
    margin-bottom: 0;
  }
}
.form2__wrapper__img {
  width: 45%;
  height: 102%;
  outline: unset;
  outline-offset: -2px;
  display: flex;
  padding-left: 2.5%;
  padding-right: 2.5%;
}
.form2__wrapper__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .form2__wrapper__img {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .form2__wrapper__img {
    position: absolute;
    width: auto;
    height: 100%;
    padding: 0;
  }
}
.form2__wrapper__img img {
  outline: 3px solid #1d1d1d;
}
@media screen and (max-width: 800px) {
  .form2__mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(29, 29, 29, 0.6);
    z-index: 2;
  }
}
.form2__line {
  /* Преобразуем HTML Hex в RGBA */
  /* Добавляем  linear-gradient и фон*/
  background: linear-gradient(52deg, rgba(44, 44, 44, 0.6), rgba(37, 37, 37, 0.6));
  position: absolute;
  width: 100%;
  height: 30vw;
  z-index: 0;
  bottom: 0;
  left: 0;
  outline: 1px solid #1d1d1d;
}
/* FORM2__BLOCK*/
/* template@stages_of_work.less */
/* HOW__WORK__BLOCK*/
.how__work__block {
  width: 95%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: block;
  flex-direction: row;
  margin-top: 0vh;
  font-size: 3.5vw;
  color: #a9765a;
  font-weight: 600;
  font-family: 'Montserrat';
  margin-top: 10vh;
}
@media screen and (max-width: 800px) {
  .how__work__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) {
  .how__work__block {
    font-size: 10.5vw;
    line-height: unset;
  }
}
.how__work__block h2 {
  width: 100%;
  text-align: center;
}
.how__work__box {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  flex-direction: row;
  margin-top: 0vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  border-bottom: 5px solid #2c2c2c;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .how__work__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) {
  .how__work__box {
    flex-direction: column;
    border-bottom: unset;
  }
}
.how__work__item {
  width: 23%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  margin-top: 0vh;
  font-size: 1.3vw;
  color: #e5b296;
  font-weight: 400;
  font-family: 'Montserrat';
  text-align: center;
}
@media screen and (max-width: 800px) {
  .how__work__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) {
  .how__work__item {
    font-size: 3.9vw;
    line-height: unset;
  }
}
@media screen and (max-width: 800px) {
  .how__work__item {
    padding-bottom: 5vh;
  }
}
.how__work__item .how__work__step {
  font-size: 350%;
  color: #FFF;
  font-weight: 200;
}
.work__item__border1 {
  border-left: 3px solid #2c2c2c;
  border-right: 3px solid #2c2c2c;
}
@media screen and (max-width: 800px) {
  .work__item__border1 {
    border-bottom: 3px solid #2c2c2c;
    border-top: 3px solid #2c2c2c;
    border-left: unset;
    border-right: unset;
  }
}
.work__item__border2 {
  border-right: 3px solid #2c2c2c;
}
@media screen and (max-width: 800px) {
  .work__item__border2 {
    border-right: unset;
    border-bottom: 3px solid #2c2c2c;
  }
}
/* HOW__WORK__BLOCK*/
/* Galery_slider_01@sliderPhotoGallery.less */
/* SLIDER__BLOCK*/
.slider__block {
  width: 95%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: block;
  flex-direction: row;
  margin-top: 0vh;
  margin-top: 10vh;
  padding-bottom: 10VH;
}
@media screen and (max-width: 800px) {
  .slider__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) {
  .slider__block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.slider__block h2 {
  font-size: 3.5vw;
  color: #a9765a;
  font-weight: 600;
  font-family: 'Montserrat';
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10vh;
}
@media screen and (max-width: 800px) {
  .slider__block h2 {
    font-size: 10.5vw;
    line-height: unset;
  }
}
.slider__line {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.hidden__slider {
  width: 150vw;
  display: flex;
  position: relative;
  left: 0;
}
.slider__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  flex: 0 0 auto;
  width: 23.7vw;
  height: 35vw;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .slider__item {
    width: 95vw;
    height: 60vw;
  }
}
.slider__item:hover .slider__mask {
  opacity: 0;
}
.slider__item:hover img {
  transform: scale(1.2);
}
.slider__item img {
  width: 100%;
  height: 100%;
  transition: 3s;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
  .slider__item img {
    width: 100%;
    object-fit: cover;
  }
}
.slider__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(29, 29, 29, 0.4);
  z-index: 2;
}
.slider__navigation {
  display: flex;
  align-items: center;
  padding-top: 3VH;
}
.slider__prev,
.slider__next {
  width: 4vw;
  height: auto;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .slider__prev,
  .slider__next {
    width: 20vw;
    margin-left: 2vw;
    margin-right: 2vw;
  }
}
.slider__prev img,
.slider__next img {
  width: 100%;
  height: 100%;
}
.slider__count__block {
  font-size: 2vw;
  color: #e5b296;
  font-weight: 600;
  font-family: 'Montserrat';
  padding-bottom: 0.5vw;
}
@media screen and (max-width: 800px) {
  .slider__count__block {
    font-size: 6vw;
    line-height: unset;
  }
}
.slider__count__block span {
  padding-left: 1vw;
  padding-right: 1vw;
}
@media screen and (max-width: 800px) {
  .slider__count__block span {
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 110%;
  }
}
.gallery__mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.gallery__mask img {
  height: 100%;
  object-fit: contain;
}
.light__closer img {
  filter: brightness(0) invert(1);
}
.catalog__next,
.catalog__prev {
  position: absolute;
  width: 3vw;
  height: 4vh;
  background-color: #FFF;
  bottom: 50%;
  transition: .4s;
  padding-top: 1.5vh;
  padding-bottom: 1.5vh;
  opacity: 0;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .catalog__next,
  .catalog__prev {
    width: 7vw;
    height: 8vh;
  }
}
.catalog__next img,
.catalog__prev img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: .4s;
}
.catalog__next:hover,
.catalog__prev:hover {
  cursor: pointer;
}
@media screen and (min-width: 800px) {
  .catalog__next:hover,
  .catalog__prev:hover {
    background-color: #af6b45;
  }
  .catalog__next:hover img,
  .catalog__prev:hover img {
    filter: brightness(0) invert(1);
  }
}
.catalog__next {
  right: 0;
}
.catalog__prev {
  left: 0;
}
/* SLIDER__BLOCK*/
/* 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*/
