/* template@basic.less */
@font-face {
  font-family: 'Montserrat';
  font-display: auto;
  src: url(https://arbo-scaff.pl//storage/fonts/Montserrat-Bold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: 'Montserrat';
  font-display: auto;
  src: url(https://arbo-scaff.pl//storage/fonts/Montserrat-Medium.ttf);
  font-weight: 600;
}
@font-face {
  font-family: 'Montserrat';
  font-display: auto;
  src: url(https://arbo-scaff.pl//storage/fonts/Montserrat-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  font-display: auto;
  src: url(https://arbo-scaff.pl//storage/fonts/Montserrat-Light.ttf);
  font-weight: 200;
}
@font-face {
  font-family: 'Pragmatica';
  font-display: auto;
  src: url(https://arbo-scaff.pl//storage/fonts/Pragmatica.otf);
  font-weight: 600;
}
/*BASIC__STYLE*/
/*МАСКА КАРТИНКИ*/
/*МАСКА КАРТИНКИ*/
/*БОКС ДЛЯ ФОТО*/
/*БОКС ДЛЯ ФОТО*/
/*ЦВЕТОВОЙ ГРАДИЕНТ*/
/*ЦВЕТОВОЙ ГРАДИЕНТ*/
/*ЗАДНИЙ ФОН*/
/*ЗАДНИЙ ФОН*/
/*ЗАКРЫТИЕ*/
.closer__btn {
  cursor: pointer;
  width: 3vw;
  height: 3vw;
  position: absolute;
  right: 1vw;
  top: 0.5vw;
  background: url(/public/img/close.png), #385b45;
  background-size: 70% 70%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10000;
}
@media screen and (max-width: 800px) {
  .closer__btn {
    width: 10vw;
    height: 10vw;
    right: 5vw;
  }
}
.closer__btn:hover {
  background-color: red;
}
/*ЗАКРЫТИЕ*/
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}
strong {
  font-weight: 600;
}
body {
  max-width: 100vw;
  overflow: hidden;
  overflow-y: auto;
  background-color: #ffffff;
}
@media screen and (max-width: 800px) {
  body {
    padding-bottom: 8vw;
  }
}
a {
  text-decoration: none;
  color: inherit;
  width: auto;
  height: auto;
}
table {
  border: none;
  border-collapse: collapse;
}
div {
  display: block;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: 'Montserrat';
}
img {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
span {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
p {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
ul {
  margin-top: 0.3vw;
  margin-left: 1%;
}
ul,
li {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
nav {
  display: flex;
  justify-content: center;
}
/*BASIC__STYLE*/
.btn_effect1::after {
  content: '';
  width: 4vw;
  height: 150%;
  position: absolute;
  transform: rotate(25deg);
  background-color: #fff8;
  left: -10vw;
  top: -20%;
  filter: blur(10px);
}
.btn_effect1:hover::after {
  left: 120%;
  transition: 0.3s;
}
/* form */
.inputGroup {
  width: 100%;
  float: left;
  margin-top: 0.4vw;
}
@media screen and (max-width: 800px) {
  .inputGroup {
    margin-top: 3.4vw;
  }
}
.regulationsLabel {
  color: #fff;
  font-family: 'Montserrat';
}
.regulationsLabel:hover + .formaInfoWindow {
  display: block;
}
@media screen and (max-width: 800px) {
  .regulationsLabel {
    font-size: 4vw;
    margin-top: 2vw;
  }
}
#regulationsCheckbox {
  width: 1.5vw;
}
.regulationsLabel {
  color: #fff;
  font-family: 'Montserrat';
}
.regulationsLabel:hover + .formaInfoWindow {
  display: block;
}
@media screen and (max-width: 800px) {
  .regulationsLabel {
    font-size: 3.5vw;
  }
}
.regulationsGroup {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  position: relative;
  padding-bottom: 0.3vw;
}
@media screen and (max-width: 800px) {
  .regulationsGroup {
    flex-direction: column;
  }
}
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.custom-checkbox + label::before {
  content: '';
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #fff6;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
@media screen and (max-width: 800px) {
  .custom-checkbox + label::before {
    border: 1px solid #fff;
  }
}
.custom-checkbox:checked + label::before {
  background-color: #262c28;
  border-color: #121814;
  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: #262c28;
  border-color: #121814;
}
/* стили для чекбокса, находящегося в фокусе */
.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: #262c28;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 0.9vw;
  border: 1px solid #262c28;
  display: none;
}
@media screen and (max-width: 800px) {
  .formaInfoWindow {
    width: 94%;
    font-size: 2.3vw;
    position: relative;
    display: block;
    margin-top: 4vw;
    background: unset;
    border: unset;
    padding: 0;
    background-color: rgba(38, 44, 40, 0.5);
    padding: 1vw 3%;
  }
}
.windowFormSubmit {
  width: 26%;
  color: #fff;
  font-size: 1.3vw;
  font-family: tahoma;
  z-index: 3;
  outline: 1px solid #323834;
  padding-top: 0.4vw;
  padding-bottom: 0.4vw;
  padding-left: 5%;
  padding-right: 5%;
  border-radius: 35px;
  background: #262c28;
  background-image: url(/public/img/linkIcon.png);
  background-size: 1.5vw 1vw;
  background-repeat: no-repeat;
  background-position: 90% center;
  margin-top: 0.4vw;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .windowFormSubmit {
    width: 50%;
    font-size: 5vw;
    background-size: 3.5vw 2vw;
    background-color: #262c28;
  }
}
.formBlock {
  width: 32%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  position: absolute;
  background: url(/public/img/form_bg.png), #507d30;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right center;
  right: 5%;
  border: 1px solid #262c28;
  outline: 1px solid #fff9;
  outline-offset: 0px;
  border-radius: 20px;
  padding-bottom: 2.5vw;
}
@media screen and (max-width: 800px) {
  .formBlock {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .formBlock {
    position: relative;
    right: 0%;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
.form_title {
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 1.485vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #000000;
  margin-top: 1vw;
  background: #fff;
  outline: 1px dashed #fff9;
  text-align: center;
  padding-top: 1vw;
  padding-bottom: 1vw;
  border-radius: 30px;
  margin-bottom: 1vw;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .form_title {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .form_title {
    font-size: 4.455vw;
  }
}
.form_input {
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 1.1vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #000000;
  border-radius: 30px;
  padding-top: 0.6vw;
  padding-bottom: 0.6vw;
  margin-top: 0.8vw;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 800px) {
  .form_input {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .form_input {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 800px) {
  .form_input {
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding-bottom: 3vw;
    padding-top: 3vw;
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
  }
}
input::-webkit-input-placeholder {
  color: #507d30;
}
input::-moz-placeholder {
  color: #507d30;
  opacity: 1;
  /* Убирает прозрачность в Firefox */
}
input:-ms-input-placeholder {
  color: #507d30;
}
input::placeholder {
  color: #507d30;
}
textarea::-webkit-input-placeholder {
  color: #507d30;
}
textarea::-moz-placeholder {
  color: #507d30;
  opacity: 1;
  /* Убирает прозрачность в Firefox */
}
textarea:-ms-input-placeholder {
  color: #507d30;
}
textarea::placeholder {
  color: #507d30;
}
.textarea_type1 {
  background-color: rgba(255, 255, 255, 0.4);
}
.send_btn {
  width: 37%;
  padding-left: 1.5%;
  padding-right: 1.5%;
  padding-top: 0.6vw;
  padding-bottom: 0.6vw;
  border-radius: 30px;
  font-size: 1.32vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.06);
  border-bottom: 5px solid #0003;
  outline: 1px solid #0002;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
  margin-top: 1vw;
}
@media screen and (max-width: 800px) {
  .send_btn {
    font-size: 3.96vw;
  }
}
.send_btn:hover {
  background-color: rgba(56, 91, 69, 0.9);
  border-bottom: 5px solid #0007;
  outline: 1px solid #0005;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .send_btn {
    width: 60%;
    margin-left: 0%;
    padding-top: 2vw;
    padding-bottom: 2vw;
    margin-top: 4vw;
  }
}
/* template@modal_menu.less */
/*MODAL MENU*/
#modal_menu_mask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  left: 100vw;
  top: 0;
  background: rgba(38, 44, 40, 0.8);
  z-index: 10000;
}
.modal_menu {
  width: 36%;
  height: 100dvh;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(80, 125, 48, 0.9);
  border-right: 2px solid #325f12;
}
@media screen and (max-width: 800px) {
  .modal_menu {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .modal_menu {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .modal_menu {
    background-color: rgba(80, 125, 48, 0.9);
  }
}
.modal_menu_logo {
  width: 60%;
  height: cover;
  outline: unset;
  outline-offset: -2px;
}
.modal_menu_logo img {
  object-fit: contein;
  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;
  }
}
.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: 90%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 3vw;
}
@media screen and (max-width: 800px) {
  .modal_menu nav {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .modal_menu nav {
    width: 90%;
  }
}
.modal_menu nav ul {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  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: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@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;
    gap: 3vw;
  }
}
.modal_menu nav li {
  list-style: none;
}
.modal__menu__item {
  font-size: 1.43vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  padding-left: 1vw;
  padding-top: 0.4vw;
  padding-bottom: 0.4vw;
  padding-right: 1vw;
  transition: .4s;
  border-left: 4px solid #fff;
}
@media screen and (max-width: 800px) {
  .modal__menu__item {
    font-size: 4.29vw;
  }
}
.modal__menu__item:hover {
  font-size: 1.65vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  background-color: #507d30;
  padding-left: 1.5vw;
}
@media screen and (max-width: 800px) {
  .modal__menu__item:hover {
    font-size: 4.95vw;
  }
}
@media screen and (max-width: 800px) {
  .modal__menu__item:hover {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 800px) {
  .modal__menu__item {
    font-size: 4.5vw;
  }
}
/* template@header.less */
header {
  width: 94%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  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.619)), url(/public/img/header_fon.webp);
  background-position: center;
  background-size: 100% auto;
  position: relative;
}
@media screen and (max-width: 800px) {
  header {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@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.119)), url(/public/img/header_fon.webp);
    background-position: center;
    background-size: auto 100%;
  }
}
#header_type2 {
  background: linear-gradient(rgba(0, 0, 0, 0.585), rgba(0, 0, 0, 0.619)), url(/public/img/header_fon2.webp);
  background-position: center;
  background-size: 100% auto;
  position: relative;
}
@media screen and (max-width: 800px) {
  #header_type2 {
    padding-top: 12vw;
    background: linear-gradient(rgba(0, 0, 0, 0.185), rgba(0, 0, 0, 0.119)), url(/public/img/header_fon2.webp);
    background-position: center;
    background-size: auto 100%;
  }
}
.header_line {
  width: 94%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1vw;
  background: linear-gradient(90deg, rgba(36, 39, 37, 0.9), rgba(57, 94, 71, 0.9));
  outline: 2px solid #1c221e;
  position: relative;
  z-index: 1;
  transition: 0.7s;
}
@media screen and (max-width: 800px) {
  .header_line {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_line {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_line {
    transition: unset;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 1vw;
    padding-bottom: 1vw;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(38, 44, 40, 0.7);
    z-index: 888;
  }
}
.logo_block {
  width: 46%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .logo_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@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: 25%;
    align-items: flex-start;
  }
}
.logo_img_cover {
  width: 100%;
  height: 5vw;
  outline: unset;
  outline-offset: -2px;
  transform: scale(1);
}
.logo_img_cover img {
  object-fit: contein;
  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;
  }
}
.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: 54%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 3vw;
}
@media screen and (max-width: 800px) {
  .header_line_right_side {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@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: 28%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.7vw;
  padding-bottom: 0.7vw;
  background: #212723;
  outline: 1px solid #4c6f59;
  margin-left: 10%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 800px) {
  .menuBox {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.menuBox:hover {
  background: linear-gradient(0deg, #507d30, #78a558);
  outline: 2px solid #212723;
  animation: scalePulse 3s infinite linear;
}
@media screen and (max-width: 800px) {
  .menuBox {
    width: 100%;
    background: #212723;
    outline: 2px solid #2b312d;
    animation: unset !important;
    order: 2;
  }
}
.menuButton {
  font-size: 1.32vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  line-height: 80%;
  padding-left: 34%;
  padding-right: 5%;
  padding-top: 0.3vw;
  padding-bottom: 0.3vw;
  background: url(/public/img/menu.png);
  background-position: 5% center;
  background-size: 2vw;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .menuButton {
    font-size: 3.96vw;
  }
}
@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: 'Pragmatica';
  font-weight: 600;
  color: #507d30;
  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: 4.95vw;
  }
}
@media screen and (max-width: 800px) {
  .selected-language {
    display: none;
  }
}
.language-options {
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  background-color: #262c28;
  border: 1px solid #262c28;
  border-radius: 6px;
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: none;
  z-index: 10;
  box-shadow: 0 4px 4x #649144;
  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: 4.62vw;
  }
}
.language-options li:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 800px) {
  .language-options li {
    font-size: 4vw;
  }
}
.active_lang {
  background-color: #507d30;
  color: #507d30;
  transform: scale(1.1);
}
.language-options li:hover {
  background-color: #f5f5f5;
  color: #507d30;
}
.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: 35%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  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: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@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.1vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
  padding-left: 2vw;
}
@media screen and (max-width: 800px) {
  .header_contacts_cover {
    font-size: 3.3vw;
  }
}
@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: 0.99vw;
  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: 2.97vw;
  }
}
@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: 53%;
  height: 100%;
  background-color: rgba(46, 81, 59, 0.7);
  top: 0vw;
  left: -1%;
  outline: 2px solid #1c221e;
}
/* header_center */
.header_center {
  width: 94%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  min-height: 33vw;
}
@media screen and (max-width: 800px) {
  .header_center {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.header_content {
  position: relative;
  width: 50%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 80;
  padding: 5vw 0;
}
@media screen and (max-width: 800px) {
  .header_content {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@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(38, 44, 40, 0.8);
  }
}
.text_typing {
  animation: typing 2s steps(14, end);
  white-space: nowrap;
  overflow: hidden;
}
.header_content h1 {
  overflow: hidden;
  font-size: 1.87vw;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #c8f5a8;
  text-align: left;
  line-height: 100%;
  padding-top: 0.2vw;
  padding-bottom: 0.2vw;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .header_content h1 {
    font-size: 5.61vw;
  }
}
@media screen and (max-width: 800px) {
  .header_content h1 {
    font-size: 5vw;
    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: #385b45;
  }
}
.h1_sub::before {
  content: '';
  width: 55%;
  height: 3px;
  display: block;
  background-color: rgba(56, 91, 69, 0.7);
  margin-bottom: 1vw;
}
.h1_sub {
  font-size: 1.375vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
  width: 95%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 1vw;
  margin-bottom: 2vw;
}
@media screen and (max-width: 800px) {
  .h1_sub {
    font-size: 4.125vw;
  }
}
@media screen and (max-width: 800px) {
  .h1_sub {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .h1_sub {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 3.3vw;
    text-align: left;
    color: #fff;
    text-align: center;
  }
}
.header_center_contact_block {
  margin-top: 2vw;
  width: 70%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  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: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@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: #507d30;
  padding: 0.5vw 1vw;
  cursor: pointer;
  transition: 0.4s;
  overflow: hidden;
  position: relative;
  box-shadow: 4px 4px 0px 0px rgba(0, 66, 49, 0.49);
  -webkit-box-shadow: 4px 4x 0px 0px rgba(0, 66, 49, 0.49);
  -moz-box-shadow: 4px 4px 0px 0px rgba(0, 66, 49, 0.49);
}
@media screen and (max-width: 800px) {
  .header_consultation_btn {
    font-size: 2.64vw;
  }
}
.header_consultation_btn:hover {
  background-color: #385b45;
  color: #fff;
}
@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: #507d30;
  padding: 0.4vw 0.4vw;
  box-shadow: 4px 4px 0px 0px rgba(0, 66, 49, 0.49);
  -webkit-box-shadow: 4px 4x 0px 0px rgba(0, 66, 49, 0.49);
  -moz-box-shadow: 4px 4px 0px 0px rgba(0, 66, 49, 0.49);
}
.header_center_contact_icon img {
  object-fit: contein;
  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;
  }
}
.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: 2.64vw;
  }
}
@media screen and (max-width: 800px) {
  .header_center_contact_phone .phone_title {
    font-size: 6vw;
    font-weight: 600;
    color: #fff;
    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: 3.96vw;
  }
}
@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: 100%;
  height: 4.5vw;
}
.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: 3.3vw;
  }
}
.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;
}
/* h2 */
.h2_cover {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .h2_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .h2_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .h2_cover {
    text-align: center;
  }
}
h2 {
  font-size: 1.65vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #262c28;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  width: auto;
  padding: 0.2vw;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 4.95vw;
  }
}
@media screen and (max-width: 800px) {
  h2 {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 5vw;
  }
}
h2::before {
  content: ' ';
  width: 6vw;
  height: 3px;
  background-color: #262c28;
}
@media screen and (max-width: 800px) {
  h2::before {
    width: 100%;
  }
}
.h2_subtitle,
.h2_mini_title {
  font-size: 1.65vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #262c28;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  width: auto;
  padding: 0.2vw;
}
@media screen and (max-width: 800px) {
  .h2_subtitle,
  .h2_mini_title {
    font-size: 4.95vw;
  }
}
@media screen and (max-width: 800px) {
  .h2_subtitle,
  .h2_mini_title {
    font-size: 5vw;
  }
}
/* h2 */
/* template@services_block.less */
.services_block {
  width: 90%;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 4vw;
}
@media screen and (max-width: 800px) {
  .services_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .services_block {
    margin-top: 5vw;
  }
}
.services_items_cover {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 2vw;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1%;
}
@media screen and (max-width: 800px) {
  .services_items_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .services_items_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .services_items_cover {
    gap: 8vw 0;
  }
}
.service_item {
  width: 32.3%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  border-radius: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 4vw;
  box-shadow: 2px 4px 5px 2px rgba(0, 66, 49, 0.6899999999999999);
  -webkit-box-shadow: 2px 4px 5px 2px rgba(0, 66, 49, 0.6899999999999999);
  -moz-box-shadow: 2px 4px 5px 2px rgba(0, 66, 49, 0.6899999999999999);
  outline: 4px solid rgba(38, 44, 40, 0.4);
  background: linear-gradient(-90deg, #242725, #395e47);
}
@media screen and (max-width: 800px) {
  .service_item {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .service_item {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .service_item {
    width: 94%;
    margin: 2vw 3%;
  }
}
.service_item_img_cover {
  width: 100%;
  height: 20vw;
  outline: unset;
  outline-offset: -2px;
  border-radius: 30px;
  position: relative;
  top: -1vw;
  outline: 2px solid #fff;
  overflow: hidden;
  transform: scale(1.02);
}
.service_item_img_cover img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .service_item_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.service_item_img_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .service_item_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.big_service_item {
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  margin-top: 4vw;
  box-shadow: 1px 5px 2px 2px rgba(0, 66, 49, 0.99);
  -webkit-box-shadow: 1px 5x 2px 2px rgba(0, 66, 49, 0.99);
  -moz-box-shadow: 1px 5px 2px 2px rgba(0, 66, 49, 0.99);
  background: linear-gradient(90deg, #242725, #395e47);
  padding: 1.5vw 2%;
  flex-direction: row;
  justify-content: space-between;
  overflow: visible;
  border-radius: 50px;
}
@media screen and (max-width: 800px) {
  .big_service_item {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.big_service_item a {
  display: inline-flex;
}
@media screen and (max-width: 800px) {
  .big_service_item {
    flex-direction: column;
    width: 90%;
    margin: 2vw 3%;
    padding: 1.5vw 2%;
  }
}
.servise_item_title {
  font-size: 1.1vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
  width: 90%;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
  min-height: 3.5em;
}
@media screen and (max-width: 800px) {
  .servise_item_title {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 800px) {
  .servise_item_title {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .servise_item_title {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}
.servise_item_button_a {
  width: 25%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  bottom: -1.5vw;
  padding: 0.8vw 8%;
  padding-right: 10%;
  background-color: #507d30;
  background-image: url(/public/img/arrow.png);
  background-position: 80% 53%;
  background-size: 1.5vw 1vw;
  background-repeat: no-repeat;
  transition: .6s;
  cursor: pointer;
  overflow: hidden;
  font-size: 1.32vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  border-radius: 12px;
  outline: 4px solid #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .servise_item_button_a {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .servise_item_button_a {
    font-size: 3.96vw;
  }
}
.servise_item_button_a:hover {
  background-color: rgba(16, 136, 108, 0.9);
  background-image: url(/public/img/arrow.png);
  background-position: 90% 53%;
  background-size: 1.5vw 1vw;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .servise_item_button_a {
    background-size: 6.4vw 4.4vw;
    background-position: 75% 53%;
    text-align: center;
    padding-top: 4vw;
    padding-bottom: 4vw;
    position: relative;
  }
}
.servise_item_text_cover {
  width: 70%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  .servise_item_text_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.servise_item_text_cover .h2_mini_title {
  font-size: 1.54vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .servise_item_text_cover .h2_mini_title {
    font-size: 4.62vw;
  }
}
@media screen and (max-width: 800px) {
  .servise_item_text_cover .h2_mini_title {
    text-align: center;
  }
}
.servise_item_text_cover h2 {
  font-size: 1.32vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff f;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .servise_item_text_cover h2 {
    font-size: 3.96vw;
  }
}
@media screen and (max-width: 800px) {
  .servise_item_text_cover h2 {
    text-align: center;
  }
}
.servise_item_text_cover .servise_item_text {
  width: 80%;
  font-size: 1.43vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  padding-top: 0.5vw;
  padding-bottom: 1vw;
}
@media screen and (max-width: 800px) {
  .servise_item_text_cover .servise_item_text {
    font-size: 4.29vw;
  }
}
@media screen and (max-width: 800px) {
  .servise_item_text_cover .servise_item_text {
    width: 100%;
    text-align: center;
    padding-bottom: 5vw;
    padding-top: 4vw;
  }
}
@media screen and (max-width: 800px) {
  .servise_item_text_cover {
    padding: 3vw 0;
  }
}
.servise_item_text_cover .servise_item_text::before {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  background-color: rgba(80, 125, 48, 0.3);
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 800px) {
  .servise_item_text_cover .servise_item_text::before {
    width: 100%;
    height: 5px;
    background-color: #fff;
    margin-bottom: 4vw;
  }
}
.servise_item_button2 {
  width: 6vw;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0.6vw 3vw;
  padding-right: 5vw;
  background: url(/public/img/arrow.png), linear-gradient(0deg, rgba(38, 44, 40, 0.05), rgba(56, 91, 69, 0.05));
  background-position: 75% 53%, center;
  background-size: 1.4vw 1vw, 100% 100%;
  background-repeat: no-repeat;
  transition: .6s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  outline: 2px solid #fff;
  border-radius: 15px;
}
@media screen and (max-width: 800px) {
  .servise_item_button2 {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .servise_item_button2 {
    font-size: 3.63vw;
  }
}
.servise_item_button2:hover {
  background: url(/public/img/arrow.png), linear-gradient(90deg, #507d30, #262c28);
  background-position: 85% 53%, center;
  background-size: 1.4vw 1vw, 100% 100%;
  background-repeat: no-repeat;
  outline: 1px solid rgba(38, 44, 40, 0.9);
}
@media screen and (max-width: 800px) {
  .servise_item_button2 {
    position: relative;
    width: 50vw;
    background-size: 7.8vw 5vw, 100% 100%;
    padding: 3vw 5vw;
    padding-right: 7vw;
    bottom: 0;
    right: unset;
  }
}
/* template@why_we_block.less */
.why_we_block {
  width: 94%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  margin-top: 4vw;
  background: linear-gradient(rgba(0, 0, 0, 0.585), rgba(0, 0, 0, 0.619)), url(/public/img/why_we_block_fon.webp);
  background-position: center;
  background-size: 100% auto;
  padding: 3vw 3%;
}
@media screen and (max-width: 800px) {
  .why_we_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.why_we_block h2 {
  color: #fff;
  font-weight: 800;
}
@media screen and (max-width: 800px) {
  .why_we_block h2 {
    width: 94%;
  }
}
@media screen and (max-width: 800px) {
  .why_we_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 5vw;
    margin-bottom: 5vw;
    padding: 10vw 5%;
    width: 90%;
    background: linear-gradient(rgba(0, 0, 0, 0.585), rgba(0, 0, 0, 0.619)), url(/public/img/why_we_mobile.webp);
    background-size: auto 100%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .why_we_block {
    flex-direction: column;
    align-items: center;
  }
}
.why_we_block h2::before {
  display: none;
}
.why_we_block_cover {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 2vw;
  gap: 1vw 2%;
}
@media screen and (max-width: 800px) {
  .why_we_block_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .why_we_block_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .why_we_block_cover {
    gap: 3vw 2%;
  }
}
.why_we_item {
  width: 45%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* Если значение false добавляет просто фон */
  background: url('/public/img/metal-surface.webp');
  /* Если значение true добавляет linear-gradient */
  /* Преобразуем HTML Hex в RGBA */
  /* Добавляем  linear-gradient и фон*/
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(18, 24, 20, 0.75)), url('/public/img/metal-surface.webp');
  /* Дальше по умолчанию */
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  outline: 4px solid #262c28;
  outline-offset: -1px;
  border-radius: 30px;
  gap: 3%;
  padding: 1vw 2%;
}
@media screen and (max-width: 800px) {
  .why_we_item {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .why_we_item {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .why_we_item {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 800px) {
  .why_we_item {
    /* Если значение false добавляет просто фон */
    background: url('/public/img/metal-surface.webp');
    /* Если значение true добавляет linear-gradient */
    /* Преобразуем HTML Hex в RGBA */
    /* Добавляем  linear-gradient и фон*/
    background: linear-gradient(rgba(68, 74, 70, 0.65), rgba(18, 24, 20, 0.65)), url('/public/img/metal-surface.webp');
    /* Дальше по умолчанию */
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .why_we_item {
    background-size: auto 100%;
  }
}
.why_we_item .why_we_text_cover {
  width: 85%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  height: 5vw;
}
@media screen and (max-width: 800px) {
  .why_we_item .why_we_text_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .why_we_item .why_we_text_cover {
    height: auto;
    text-align: center;
  }
}
.why_we_item .title {
  font-size: 1.32vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  .why_we_item .title {
    font-size: 3.96vw;
  }
}
@media screen and (max-width: 800px) {
  .why_we_item .title {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .why_we_item .title {
    border-bottom: 2px solid #fff;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
  }
}
.why_we_item .text {
  font-size: 1.067vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
  margin-top: 0.2vw;
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  .why_we_item .text {
    font-size: 3.201vw;
  }
}
@media screen and (max-width: 800px) {
  .why_we_item .text {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .why_we_item {
    background-size: 100% 100%;
    width: 94%;
    padding: 4vw 2%;
    margin: 0 1%;
  }
}
.why_we_img_cover {
  width: 12%;
  height: 4vw;
  outline: unset;
  outline-offset: -2px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.why_we_img_cover img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .why_we_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.why_we_img_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .why_we_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .why_we_img_cover {
    flex-direction: column;
    align-items: center;
  }
}
.why_we_img_cover img {
  object-fit: contain;
}
@media screen and (max-width: 800px) {
  .why_we_img_cover {
    width: 16%;
    margin: 2vw 0;
  }
}
/* template@about_us_block.less */
.about_us_block {
  width: 94%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 6vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  .about_us_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .about_us_block {
    flex-direction: column;
    align-items: center;
  }
}
.about_us_block .about_us_video_block {
  width: 45%;
  height: 92vh;
  outline: unset;
  outline-offset: -2px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  outline: 5px solid #507d30;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  transform: scale(1.05);
}
.about_us_block .about_us_video_block img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .about_us_block .about_us_video_block {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.about_us_block .about_us_video_block img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .about_us_block .about_us_video_block {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .about_us_block .about_us_video_block {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .about_us_block .about_us_video_block {
    transform: scale(0.98);
    height: 55vh;
  }
}
.about_us_block .about_us_text_block {
  width: 49%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  min-height: 30vw;
}
@media screen and (max-width: 800px) {
  .about_us_block .about_us_text_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .about_us_block .about_us_text_block {
    background-size: auto 100%;
    width: 90%;
    padding: 4vw 3%;
    margin: 2vw 2%;
  }
}
#youtube_icon {
  width: 6vw;
  height: 6vw;
  position: absolute;
  z-index: 3;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  #youtube_icon {
    width: 40%;
    height: 40%;
    border-radius: 30px;
    cursor: pointer;
  }
}
.about_us_video_block::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  opacity: 0.6;
}
.about_us_text_block {
  background: linear-gradient(90deg, #242725, #395e47);
  border-radius: 30px;
  background-size: 100% 100%;
  padding: 3vw 0;
  box-shadow: 6px 6px 0px 0px rgba(0, 66, 49, 0.39);
  -webkit-box-shadow: 4px 4x 0px 0px rgba(0, 66, 49, 0.39);
  -moz-box-shadow: 4px 4px 0px 0px rgba(0, 66, 49, 0.39);
}
.about_us_text_block h2 {
  font-size: 1.98vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 800px) {
  .about_us_text_block h2 {
    font-size: 5.94vw;
  }
}
.about_us_text_block .text_about_us {
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 800px) {
  .about_us_text_block .text_about_us {
    font-size: 3.63vw;
  }
}
@media screen and (max-width: 800px) {
  .about_us_text_block .text_about_us {
    font-size: 3.7vw;
  }
}
.about_us_text_block h2::after {
  display: none;
}
.about_us_text_block h2::before {
  display: none;
}
/* template@etaps_of_works.less */
.etaps_of_works_body {
  width: 94%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  margin-top: 3vw;
  margin-bottom: 3vw;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2%;
  margin-top: 6vw;
}
@media screen and (max-width: 800px) {
  .etaps_of_works_body {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .etaps_of_works_body {
    flex-direction: column;
    align-items: center;
  }
}
.forma_block {
  width: 46%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  .forma_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .forma_block {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.asets_and_forma {
  width: 94%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 2vw;
}
@media screen and (max-width: 800px) {
  .asets_and_forma {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .asets_and_forma {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .asets_and_forma {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    margin: 6vw 0;
  }
}
.asets_left_block {
  width: 50%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  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.219)), url(/public/img/header_fon.webp);
  background-position: center;
  background-size: auto 100%;
  position: relative;
  padding-top: 11vw;
  padding-bottom: 11vw;
  outline: 2px solid #507d30;
}
@media screen and (max-width: 800px) {
  .asets_left_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .asets_left_block {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .asets_left_block {
    padding-top: 6vw;
    padding-bottom: 6vw;
    background: linear-gradient(rgba(0, 0, 0, 0.185), rgba(0, 0, 0, 0.119)), url(/public/img/header_fon.webp);
    background-position: center;
    background-size: auto 100%;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
}
.asets_left_text_block {
  background: rgba(0, 0, 0, 0.7);
  width: 80%;
  height: auto;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 2vw;
  padding-bottom: 2vw;
}
@media screen and (max-width: 800px) {
  .asets_left_text_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .asets_left_text_block {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
.asets_left_text_block ul {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 1vw;
  gap: 1.5vw 0;
}
@media screen and (max-width: 800px) {
  .asets_left_text_block ul {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .asets_left_text_block ul {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .asets_left_text_block ul {
    align-items: flex-start;
    gap: 4vw 0;
    margin-top: 4vw;
  }
}
.asets_left_text_block ul > li {
  font-size: 1.155vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
  list-style: none;
  background: url(/public/img/verification.png);
  background-size: 1.5vw 1.5vw;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 5%;
}
@media screen and (max-width: 800px) {
  .asets_left_text_block ul > li {
    font-size: 3.465vw;
  }
}
@media screen and (max-width: 800px) {
  .asets_left_text_block ul > li {
    background-size: 4.4vw 4.4vw;
    padding-left: 10%;
  }
}
.asets_left_title {
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #385b45;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .asets_left_title {
    font-size: 3.63vw;
  }
}
@media screen and (max-width: 800px) {
  .asets_left_title {
    text-align: center;
    font-size: 5vw;
  }
}
/* forma */
.forma_right_block {
  width: 49%;
  height: auto;
  padding-left: 0.5%;
  padding-right: 0.5%;
}
@media screen and (max-width: 800px) {
  .forma_right_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .forma_right_block {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.forma_title_block {
  width: 94%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  margin-top: 3vw;
  margin-bottom: 3vw;
}
@media screen and (max-width: 800px) {
  .forma_title_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.forma_title_block .forma_title {
  font-size: 1.485vw;
  font-family: 'Montserrat';
  font-weight: 800;
  color: #262c28;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .forma_title_block .forma_title {
    font-size: 4.455vw;
  }
}
@media screen and (max-width: 800px) {
  .forma_title_block .forma_title {
    text-align: center;
  }
}
.forma_title_block .forma_subtitle {
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #262c28;
}
@media screen and (max-width: 800px) {
  .forma_title_block .forma_subtitle {
    font-size: 3.63vw;
  }
}
@media screen and (max-width: 800px) {
  .forma_title_block .forma_subtitle {
    text-align: center;
  }
}
.forma_title_block .forma_title_line {
  width: 70%;
  height: 2px;
  background: #3c691c;
  margin-top: 0.2vw;
  margin-bottom: 0.2vw;
}
@media screen and (max-width: 800px) {
  .forma_title_block .forma_title_line {
    margin: 0 auto;
    width: 50%;
  }
}
.forma_type1 {
  width: 94%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5vw 0;
  background-color: #385b45;
  padding: 2vw 3%;
  border-radius: 30px;
  outline: 3px solid #2c4f39;
}
@media screen and (max-width: 800px) {
  .forma_type1 {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .forma_type1 {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .forma_type1 {
    width: 96%;
    padding: 5vw 2%;
  }
}
.forma_type1 .submit_forma_block {
  margin-top: 1.2vw;
}
.open_forma_select {
  border-bottom: 5px solid #005742;
  padding-top: 0.65vw;
  padding-bottom: 0.65vw;
  margin-top: 0;
}
.top_form_input_cover {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 1vw;
}
@media screen and (max-width: 800px) {
  .top_form_input_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.top_form_input_cover label {
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .top_form_input_cover label {
    font-size: 3.63vw;
  }
}
.custom-select {
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: 0.6vw;
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  border-radius: 30px;
  appearance: none;
  /* вимикає дефолтне оформлення */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/public/img/triangl_white.png);
  background-repeat: no-repeat;
  background-position: right 0.6vw center;
  background-size: 1vw;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .custom-select {
    font-size: 3.63vw;
  }
}
@media screen and (max-width: 800px) {
  .custom-select {
    background-image: url(/public/img/triangl_white.png);
    background-repeat: no-repeat;
    background-position: right 0.6vw center;
    background-size: 2vw;
  }
}
.custom-select option {
  color: #000;
  /* Колір тексту опцій */
  background-color: rgba(255, 255, 255, 0.3);
}
.etaps_of_works_block {
  width: 46%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 30vw;
  background: linear-gradient(rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url(/public/img/steps_img.webp);
  background-position: center;
  background-size: 100% auto;
  position: relative;
  border-radius: 30px;
  transform: scale(1.03);
  outline: 3px solid #385b45;
  box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.29);
}
@media screen and (max-width: 800px) {
  .etaps_of_works_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .etaps_of_works_block {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .etaps_of_works_block {
    background: linear-gradient(rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url(/public/img/steps_img.webp);
    background-attachment: fixed;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 7vw;
  }
}
.etaps_of_works_block .title_block {
  width: 70%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 2vw;
}
@media screen and (max-width: 800px) {
  .etaps_of_works_block .title_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .etaps_of_works_block .title_block {
    flex-direction: column;
    align-items: center;
  }
}
.etaps_of_works_title {
  font-size: 1.54vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .etaps_of_works_title {
    font-size: 4.62vw;
  }
}
.etaps_of_works_line {
  background-color: #fff;
  height: 2px;
  width: 30%;
  margin: 0.4vw 0;
}
.etaps_of_works_subtitle {
  font-size: 1.32vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #e0bfa6;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .etaps_of_works_subtitle {
    font-size: 3.96vw;
  }
}
.steps_block {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5vw;
  margin-top: 2vw;
}
@media screen and (max-width: 800px) {
  .steps_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .steps_block {
    flex-direction: column;
    align-items: center;
  }
}
.step_block_cover {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .step_block_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .step_block_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .step_block_cover {
    width: 92%;
    margin: 2vw 0;
    flex-direction: row;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 3vw 0;
    outline: 2px solid rgba(255, 255, 255, 0.12);
  }
}
.step_block_cover .text_block .etaps_of_works_title {
  font-size: 1.1vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .step_block_cover .text_block .etaps_of_works_title {
    font-size: 3.3vw;
  }
}
.step_block_cover .text_block .etaps_of_works_subtitle {
  font-size: 0.99vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #e0bfa6;
  text-transform: unset;
}
@media screen and (max-width: 800px) {
  .step_block_cover .text_block .etaps_of_works_subtitle {
    font-size: 2.97vw;
  }
}
.step_block_cover .num_block {
  font-size: 3.63vw;
  font-family: 'arial';
  font-weight: 400;
  color: #ffffff;
  padding: 0 0.3vw;
}
@media screen and (max-width: 800px) {
  .step_block_cover .num_block {
    font-size: 10.89vw;
  }
}
@media screen and (max-width: 800px) {
  .step_block_cover .num_block {
    padding: 0 3vw;
  }
}
/* template@header_forma.less */
.forma_fixed_block {
  width: 100vw;
  height: 100dvh;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
  right: -103vw;
  z-index: 1000;
}
@media screen and (max-width: 800px) {
  .forma_fixed_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.close_forma_title_block {
  width: 94%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  margin-top: 3vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 800px) {
  .close_forma_title_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.close_forma_title_block .forma_title {
  font-size: 1.375vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .close_forma_title_block .forma_title {
    font-size: 4.125vw;
  }
}
@media screen and (max-width: 800px) {
  .close_forma_title_block .forma_title {
    text-align: center;
  }
}
.close_forma_title_block .forma_subtitle {
  font-size: 1.1vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .close_forma_title_block .forma_subtitle {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 800px) {
  .close_forma_title_block .forma_subtitle {
    text-align: center;
  }
}
.close_forma_title_block .forma_title_line {
  width: 70%;
  height: 2px;
  background: #385b45;
  margin-top: 0.2vw;
  margin-bottom: 0.2vw;
}
@media screen and (max-width: 800px) {
  .close_forma_title_block .forma_title_line {
    margin: 0 auto;
    width: 50%;
  }
}
.forma_mask {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100vw;
  height: 100dvh;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.modal_forma_body {
  width: 31vw;
  height: 100dvh;
  padding-left: 2vw;
  padding-right: 2vw;
  background-color: rgba(80, 125, 48, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .modal_forma_body {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .modal_forma_body {
    flex-direction: column;
    align-items: center;
  }
}
.modal_forma_body .reglamation_cover {
  margin-top: 2vw;
}
.modal_forma_body .forma_subtitle_type_1 {
  color: #fff;
}
.modal_forma_body .forma_type1_input {
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 800px) {
  .modal_forma_body {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
/* template@footer.less */
footer {
  min-height: 40vh;
  border-top: 3px solid #507d30;
  width: 90%;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #262c28;
  margin-top: 4vw;
}
@media screen and (max-width: 800px) {
  footer {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  footer {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  footer {
    padding-bottom: 6vw;
    margin-top: 4vw;
    padding-top: 3vw;
    justify-content: center;
  }
}
.logo_cover {
  width: 22%;
  height: auto;
  outline: unset;
  outline-offset: -2px;
}
.logo_cover img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .logo_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.logo_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .logo_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .logo_cover {
    width: 40%;
  }
}
.footer_contacts {
  width: 26%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  background-color: #507d30;
  padding: 2.5vw 3%;
}
@media screen and (max-width: 800px) {
  .footer_contacts {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .footer_contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
  }
}
.footer_contacts_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1vw;
}
@media screen and (max-width: 800px) {
  .footer_contacts_item {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .footer_contacts_item {
    margin-top: 1vw;
    width: 90%;
    background-color: rgba(255, 255, 255, 0.05);
    outline: 2px solid rgba(255, 255, 255, 0.2);
    margin-left: 0%;
    padding-top: 3vw;
    padding-bottom: 3vw;
    flex-direction: column;
    margin-top: 2vw;
  }
}
.contact_img_cover {
  width: 1.4vw;
  height: 1.4vw;
  outline: unset;
  outline-offset: -2px;
  margin-right: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact_img_cover img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .contact_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.contact_img_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .contact_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .contact_img_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .contact_img_cover {
    height: 5vw;
    width: 5vw;
    margin-right: 0vw;
  }
}
.contact_text_cover {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .contact_text_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .contact_text_cover {
    align-items: center;
    gap: 0.5vw 0;
    text-align: center;
    width: 100%;
  }
}
.contact_text_cover a {
  display: block;
  width: 100%;
}
.contact_text_cover .contact_text {
  font-size: 1.32vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
  width: 90%;
}
@media screen and (max-width: 800px) {
  .contact_text_cover .contact_text {
    font-size: 3.96vw;
  }
}
@media screen and (max-width: 800px) {
  .contact_text_cover .contact_text {
    text-align: center;
    width: 100%;
  }
}
.contact_text_cover .contact_title {
  font-size: 0.99vw;
  font-family: 'Montserrat';
  font-weight: 800;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .contact_text_cover .contact_title {
    font-size: 2.97vw;
  }
}
@media screen and (max-width: 800px) {
  .contact_text_cover .contact_title {
    width: 100%;
  }
}
.footer_contacts_title {
  font-size: 1.43vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .footer_contacts_title {
    font-size: 4.29vw;
  }
}
@media screen and (max-width: 800px) {
  .footer_contacts_title {
    margin-top: 1vw;
  }
}
.icon_item {
  width: 3vw;
  height: auto;
  outline: unset;
  outline-offset: -2px;
}
.icon_item img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .icon_item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.icon_item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .icon_item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .icon_item {
    width: 10vw;
    height: 10vw;
  }
  .icon_item img {
    object-fit: contain;
  }
}
.icons_cover {
  width: 25%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6vw;
}
@media screen and (max-width: 800px) {
  .icons_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .icons_cover {
    flex-direction: row;
    width: 70%;
    margin-top: 6vw;
    margin-bottom: 6vw;
    gap: 2vw;
  }
}
.icons_title {
  width: 100%;
  font-size: 1.32vw;
  font-family: 'Pragmatica';
  font-weight: 600;
  color: #507d30;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .icons_title {
    font-size: 3.96vw;
  }
}
.footer_nav_cover {
  width: 30%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  margin-left: 10%;
}
@media screen and (max-width: 800px) {
  .footer_nav_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .footer_nav_cover {
    width: 70%;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
}
.footer_nav_cover ul {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  .footer_nav_cover ul {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.footer_nav_cover li {
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  list-style: none;
  border-left: 4px solid #385b45;
  padding: 0.3vw 0;
  padding-left: 1vw;
  transition: 0.5s;
}
@media screen and (max-width: 800px) {
  .footer_nav_cover li {
    font-size: 3.63vw;
  }
}
@media screen and (max-width: 800px) {
  .footer_nav_cover li {
    color: #262c28;
    margin-top: 1vw;
    margin-bottom: 1vw;
    background-color: #385b45;
    padding-top: 2vw;
    padding-bottom: 2vw;
    border-bottom: 3px solid #244731;
  }
}
.footer_nav_cover li:hover {
  color: #385b45;
  margin-left: 1vw;
}
