/* template@basic.less */
@font-face {
  font-family: 'Montserrat';
  font-display: auto;
  src: url(https://prostohouseeurope.store/storage/fonts/Montserrat-Bold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: 'Montserrat';
  font-display: auto;
  src: url(https://prostohouseeurope.store/storage/fonts/Montserrat-Medium.ttf);
  font-weight: 600;
}
@font-face {
  font-family: 'Montserrat';
  font-display: auto;
  src: url(https://prostohouseeurope.store/storage/fonts/Montserrat-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  font-display: auto;
  src: url(https://prostohouseeurope.store/storage/fonts/Montserrat-Light.ttf);
  font-weight: 200;
}
@font-face {
  font-family: 'Pragmatica';
  font-display: auto;
  src: url(https://prostohouseeurope.store/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), #213559;
  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: #2f456b;
  border-color: #1b3157;
  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: #2f456b;
  border-color: #1b3157;
}
/* стили для чекбокса, находящегося в фокусе */
.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: #2f456b;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 0.9vw;
  border: 1px solid #2f456b;
  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(47, 69, 107, 0.5);
    padding: 1vw 3%;
  }
}
.windowFormSubmit {
  width: 26%;
  color: #fff;
  font-size: 1.3vw;
  font-family: tahoma;
  z-index: 3;
  outline: 1px solid #3b5177;
  padding-top: 0.4vw;
  padding-bottom: 0.4vw;
  padding-left: 5%;
  padding-right: 5%;
  border-radius: 35px;
  background: #2f456b;
  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: #2f456b;
  }
}
.formBlock {
  width: 32%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  position: absolute;
  background: url(/public/img/form_bg.png), #222020;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right center;
  right: 5%;
  border: 1px solid #2f456b;
  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: #222020;
}
input::-moz-placeholder {
  color: #222020;
  opacity: 1;
  /* Убирает прозрачность в Firefox */
}
input:-ms-input-placeholder {
  color: #222020;
}
input::placeholder {
  color: #222020;
}
textarea::-webkit-input-placeholder {
  color: #222020;
}
textarea::-moz-placeholder {
  color: #222020;
  opacity: 1;
  /* Убирает прозрачность в Firefox */
}
textarea:-ms-input-placeholder {
  color: #222020;
}
textarea::placeholder {
  color: #222020;
}
.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(33, 53, 89, 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@header.less */
@keyframes scalePulse {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.02);
  }
  60% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes logo_text_animation {
  0% {
    transform: scale(1);
    background: linear-gradient(0deg, #222020, #213559);
    /* напрям градієнта */
    -webkit-background-clip: text;
    /* вирізати фон тільки по тексту */
    -webkit-text-fill-color: transparent;
    /* зробити текст прозорим */
  }
  30% {
    transform: scale(1.1);
    background: linear-gradient(200deg, #222020, #53678b);
    /* напрям градієнта */
    -webkit-background-clip: text;
    /* вирізати фон тільки по тексту */
    -webkit-text-fill-color: transparent;
    /* зробити текст прозорим */
  }
  60% {
    transform: scale(0.9);
    background: linear-gradient(100deg, #222020, #8599bd);
    /* напрям градієнта */
    -webkit-background-clip: text;
    /* вирізати фон тільки по тексту */
    -webkit-text-fill-color: transparent;
    /* зробити текст прозорим */
  }
  100% {
    transform: scale(1);
    background: linear-gradient(0deg, #222020, #3f5377);
    /* напрям градієнта */
    -webkit-background-clip: text;
    /* вирізати фон тільки по тексту */
    -webkit-text-fill-color: transparent;
    /* зробити текст прозорим */
  }
}
@keyframes logo_img_animation {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(90deg);
  }
  60% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fon_scale {
  0% {
    transform: scale(0.8);
  }
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(0.8);
  }
}
header {
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@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;
  }
}
.header_line {
  width: 96%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: rgba(34, 32, 32, 0.95);
  border-radius: 30px;
  z-index: 500;
  position: absolute;
  top: 1vw;
  left: 2%;
  z-index: 999;
}
@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 {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 1vw;
    padding-bottom: 1vw;
    width: 92%;
    padding: 1vw 3%;
    margin-left: 1%;
    position: fixed;
    top: 0.7vw;
    left: 0;
    background-color: rgba(34, 32, 32, 0.8);
    z-index: 888;
  }
}
.logo_block {
  width: 50%;
  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: 31%;
    align-items: flex-start;
  }
}
.logo_img_cover {
  width: 16vw;
  height: 5.4vw;
  outline: unset;
  outline-offset: -2px;
  margin-left: 1vw;
}
.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.1);
    width: 100%;
    height: auto;
  }
}
.logo_text_cover {
  font-size: 2.2vw;
  font-family: 'Pragmatica';
  font-weight: 600;
  color: #222020;
  padding-left: 2vw;
  background: linear-gradient(0deg, #222020, #213559);
  /* напрям градієнта */
  -webkit-background-clip: text;
  /* вирізати фон тільки по тексту */
  -webkit-text-fill-color: transparent;
  /* зробити текст прозорим */
  transition: 2s;
}
@media screen and (max-width: 800px) {
  .logo_text_cover {
    font-size: 6.6vw;
  }
}
@media screen and (max-width: 800px) {
  .logo_text_cover {
    margin-top: 0vw;
    display: none;
  }
}
.header_line_right_side {
  width: 50%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@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: 70%;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20%;
  }
}
.menuBox {
  cursor: pointer;
  width: 25%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.8vw;
  padding-bottom: 0.6vw;
  background: #2a4066;
  outline: 2px solid #222020;
  margin-left: 10%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-top: 0.4vw;
}
@media screen and (max-width: 800px) {
  .menuBox {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.menuBox:hover {
  background: linear-gradient(0deg, #222020, #495d81);
  outline: 2px solid #2a4066;
  animation: scalePulse 3s infinite linear;
}
@media screen and (max-width: 800px) {
  .menuBox {
    width: 16%;
    background: #2a4066;
    outline: 2px solid #344a70;
    animation: unset !important;
    order: 2;
  }
}
.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;
}
.menuButton {
  font-size: 1.32vw;
  font-family: 'Pragmatica';
  font-weight: 600;
  color: #ffffff;
  padding-left: 34%;
  padding-right: 5%;
  background: url(/public/img/menu.png);
  background-position: 8% 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: 4vw;
    padding-bottom: 4vw;
    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;
  }
}
.language-switcher {
  position: relative;
  width: 15%;
  user-select: none;
  cursor: pointer;
  margin-left: 1vw;
  margin-top: 0.5vw;
}
@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: 'Montserrat';
  font-weight: 800;
  color: #ffffff;
  background-image: url('/public/img/triangl.png');
  background-position: 60% 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: #222020;
  border: 1px solid #2f456b;
  border-radius: 6px;
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: none;
  z-index: 10;
  box-shadow: 0 4px 10px #363434;
  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: #213559;
  color: #222020;
  transform: scale(1.1);
}
.language-options li:hover {
  background-color: #f5f5f5;
  color: #222020;
}
.language-switcher:hover .language-options {
  display: block;
}
@media screen and (max-width: 800px) {
  .language-switcher:hover .language-options {
    display: flex;
  }
}
.header_contacts_block {
  width: 40%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.4vw;
  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.32vw;
  font-family: 'Montserrat';
  font-weight: 200;
  color: #ffffff;
  padding-left: 1.5vw;
}
@media screen and (max-width: 800px) {
  .header_contacts_cover {
    font-size: 3.96vw;
  }
}
@media screen and (max-width: 800px) {
  .header_contacts_cover {
    padding-left: 8vw;
  }
}
.header_phone_box {
  background-image: url(/public/img/phone.png);
  background-size: 0.8vw 0.9vw;
  background-position: 1% center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .header_phone_box {
    background-size: 5.1vw 5vw;
  }
}
.header_email_box {
  font-size: 1.1vw;
  font-family: 'Montserrat';
  font-weight: 200;
  color: #ffffff;
  background-image: url(/public/img/mail_white.png);
  background-size: 0.9vw 0.9vw;
  background-position: 1% 60%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .header_email_box {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 800px) {
  .header_email_box {
    background-size: 5.1vw 5vw;
  }
}
.header_contacts_button {
  width: 3vw;
  height: 3vw;
  outline: 2px solid #2a4066;
  border-radius: 10px;
  cursor: pointer;
  position: absolute;
  overflow: hidden;
  right: 1vw;
  top: 20%;
  background: url('/public/img/triangl_white.png'), linear-gradient(0deg, #222020, #495d81);
  background-position: center center;
  background-size: 1.5vw 1.5vw, 100% 100%;
  background-repeat: no-repeat;
}
.header_contacts_button:hover {
  animation: scalePulse 3s infinite linear;
}
@media screen and (max-width: 800px) {
  .header_contacts_button {
    width: 12vw;
    height: 12vw;
    border-radius: 30px;
    background: url('/public/img/triangl_white.png'), linear-gradient(0deg, #222020, #495d81);
    background-position: center center;
    background-size: 4.5vw 4.5vw, 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 4vw;
  }
}
.header_contacts_hidden {
  width: 90%;
  height: 6vw;
  outline: 2px solid #2a4066;
  border-radius: 10px;
  position: absolute;
  left: 0vw;
  top: 110%;
  background: linear-gradient(154deg, #222020, #495d81);
  display: none;
  z-index: 100;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 1vw;
  padding-bottom: 1vw;
}
@media screen and (max-width: 800px) {
  .header_contacts_hidden {
    height: auto;
    padding: 5vw 5%;
    top: 100%;
  }
}
.white_phone {
  background: url(/public/img/phone.png);
  background-size: 1.2vw 1.2vw;
  background-position: 1% center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.2vw;
}
@media screen and (max-width: 800px) {
  .white_phone {
    font-size: 4vw;
    background-size: 4.8vw 4.9vw;
  }
}
.white_adres {
  background: url(/public/img/adress_white.png);
  background-size: 1.7vw 1.6vw;
  background-position: 0% center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1vw;
  margin-top: 1vw;
}
@media screen and (max-width: 800px) {
  .white_adres {
    font-size: 4vw;
    background-size: 5.1vw 4.4vw;
  }
}
/* header center */
.header_info_block {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 6vw;
}
@media screen and (max-width: 800px) {
  .header_info_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_info_block {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_info_block {
    padding-top: 8vw;
  }
}
.header_info_left_side {
  width: 45%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 9vw;
  background: url(/public/img/brush_background.webp);
  background-position: center center;
  background-size: 95% 150%;
}
@media screen and (max-width: 800px) {
  .header_info_left_side {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_info_left_side {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_info_left_side {
    padding-top: 5vw;
  }
}
.header_content {
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 80;
}
@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: 6vw 0;
    margin-top: 5vh;
    margin-bottom: 3vw;
    background: url(/public/img/blocks_fon_1.webp);
    background-size: 25% 100%;
    background-repeat: repeat;
    border-radius: 15px;
  }
}
.text_typing {
  animation: typing 2s steps(14, end);
  white-space: nowrap;
  overflow: hidden;
}
.header_content h1 {
  overflow: hidden;
  font-size: 1.65vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #213559;
  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: 4.95vw;
  }
}
.header_content h1 b {
  font-weight: 800;
}
@media screen and (max-width: 800px) {
  .header_content h1 {
    font-size: 5vw;
    line-height: 1.3em;
    width: 90%;
    text-align: center;
    color: #fff;
  }
}
/* Анімація друку */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* Анімація курсору */
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #213559;
  }
}
.h1_sub {
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #222020;
  width: 98%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 800px) {
  .h1_sub {
    font-size: 3.63vw;
  }
}
@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: #2f456b;
  padding: 0.5vw 1vw;
  cursor: pointer;
  transition: 0.4s;
  overflow: hidden;
  position: relative;
  box-shadow: 4px 4px 0px 0px rgba(2, 30, 66, 0.49);
  -webkit-box-shadow: 4px 4x 0px 0px rgba(2, 30, 66, 0.49);
  -moz-box-shadow: 4px 4px 0px 0px rgba(2, 30, 66, 0.49);
}
@media screen and (max-width: 800px) {
  .header_consultation_btn {
    font-size: 2.64vw;
  }
}
.header_consultation_btn:hover {
  background-color: #3f5377;
  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: #2f456b;
  padding: 0.4vw 0.4vw;
  box-shadow: 4px 4px 0px 0px rgba(2, 30, 66, 0.49);
  -webkit-box-shadow: 4px 4x 0px 0px rgba(2, 30, 66, 0.49);
  -moz-box-shadow: 4px 4px 0px 0px rgba(2, 30, 66, 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;
    color: #fff;
  }
}
.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.99vw;
  font-family: 'Montserrat';
  font-weight: 800;
  color: #2f456b;
}
@media screen and (max-width: 800px) {
  .header_center_contact_phone .phone_title {
    font-size: 2.97vw;
  }
}
@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: #2f456b;
}
@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;
    color: #fff;
  }
}
.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: 13vw;
  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(34, 32, 32, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.sticky + .header_center {
  margin-top: 10vw;
}
/* slider */
.header_info_right_side {
  width: 55%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  background: url(/public/img/brush_background.webp);
  background-position: center center;
  background-size: 95% 150%;
  position: relative;
  top: -4vw;
}
@media screen and (max-width: 800px) {
  .header_info_right_side {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_info_right_side {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_info_right_side {
    padding-top: 2vw;
  }
}
.header_slider_mask {
  width: 103%;
  height: 110%;
  position: absolute;
  top: -5%;
  left: 0;
  background: url(/public/img/header_slider_fon.webp);
  background-size: 100% 100%;
  background-position: center center;
  z-index: 500;
}
@media screen and (max-width: 800px) {
  .header_slider_mask {
    display: none;
  }
}
/*slider items*/
.header_slider_body {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 1vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  .header_slider_body {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_slider_body {
    margin-top: 2vw;
    width: 96%;
  }
}
.slider_mask {
  height: 100%;
  width: 100%;
  position: absolute;
  background: url(/public/img/header_mask.webp);
  background-size: 100% 100%;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 50;
}
@media screen and (max-width: 800px) {
  .slider_mask {
    display: none;
  }
}
.slider_body {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  height: 40vw;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .slider_body {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .slider_body {
    height: 60vh;
    position: relative;
  }
}
.header_slide_item {
  width: 100%;
  height: 40vw;
  outline: unset;
  outline-offset: -2px;
  overflow: hidden;
  display: none;
}
.header_slide_item img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .header_slide_item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.header_slide_item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .header_slide_item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.header_slide_item img {
  transform: scale(1);
}
@media screen and (max-width: 800px) {
  .header_slide_item {
    height: 60vh;
  }
}
.header_active_slide {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 40;
  display: block;
}
.header_active_slide img {
  transition: 3s;
}
/*slider items*/
.header_slider_navigation {
  width: 42vw;
  position: absolute;
  bottom: 3vw;
  right: 1vw;
  background-color: rgba(34, 32, 32, 0.7);
  padding: 0.6vw 0.5vw;
  border-radius: 10px;
  z-index: 600;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  outline: 4px solid #fff2;
  gap: 0.5vw;
}
@media screen and (max-width: 800px) {
  .header_slider_navigation {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_slider_navigation {
    bottom: 3vw;
    right: unset;
    flex-direction: row;
    gap: 5vw;
    width: 97%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    background: url(/public/img/blocks_fon_1.webp);
    background-size: 25% 100%;
    background-repeat: repeat;
    border-radius: 15px;
    padding-bottom: 2vw;
  }
}
.header_navigation {
  width: 3vw;
  height: 2vw;
  outline: unset;
  outline-offset: -2px;
  background: linear-gradient(90deg, #222020, #403e3e);
  padding: 0.3vw 1.5vw;
  outline: 1px solid #fff3;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.4s;
  z-index: 1;
}
.header_navigation img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .header_navigation {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.header_navigation img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .header_navigation {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.header_navigation:hover {
  background: linear-gradient(90deg, #213559, #4d6389);
  animation: scalePulse 2s infinite linear;
}
@media screen and (max-width: 800px) {
  .header_navigation {
    width: 12vw;
    height: 4vw;
    padding: 2.4vw 4.5vw;
  }
}
.navigation_mask {
  width: 97%;
  height: 60%;
  padding: 0.8vw 1.5%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 1.76vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .navigation_mask {
    font-size: 5.28vw;
  }
}
@media screen and (max-width: 800px) {
  .navigation_mask {
    position: relative;
    width: 100%;
    text-align: center;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    font-size: 4vw;
  }
}
.header_catalog_link_button {
  position: absolute;
  bottom: -1.5vw;
  right: 1vw;
  z-index: 600;
  font-size: 1.32vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  border-radius: 25px;
  padding: 0.8vw 3vw;
  padding-right: 4vw;
  padding-bottom: 1vw;
  background: url(/public/img/arrow.png);
  background-repeat: no-repeat;
  background-size: 2vw 1vw;
  background-position: 90% center;
  background-color: #2f456b;
}
@media screen and (max-width: 800px) {
  .header_catalog_link_button {
    font-size: 3.96vw;
  }
}
.header_catalog_link_button:hover {
  background-color: #4d6389;
}
@media screen and (max-width: 800px) {
  .header_catalog_link_button {
    position: relative;
    width: 50%;
    margin-left: 22%;
    margin-right: 22%;
    padding: 2vw 3%;
    background-size: 6vw 3.5vw;
    background-position: 95% center;
    background: #2f456b;
    border-radius: 15px;
    color: #fff;
    font-size: 5vw;
    text-align: center;
  }
}
.header_catalog_link_button2 {
  position: absolute;
  bottom: -1.5vw;
  left: 9vw;
  z-index: 600;
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  border-radius: 25px;
  padding: 0.9vw 3vw;
  padding-right: 3vw;
  background: url(/public/img/save.png);
  background-repeat: no-repeat;
  background-size: 1.5vw 1.5vw;
  background-position: 90% center;
  background-color: #2f456b;
  width: 15vw;
}
@media screen and (max-width: 800px) {
  .header_catalog_link_button2 {
    font-size: 3.63vw;
  }
}
.header_catalog_link_button2:hover {
  background-color: #4d6389;
}
@media screen and (max-width: 800px) {
  .header_catalog_link_button2 {
    position: relative;
    width: 50%;
    margin-left: 22%;
    margin-right: 22%;
    padding: 2vw 3%;
    background-size: 6vw 3.5vw;
    background-position: 95% center;
    background: #2f456b;
    border-radius: 15px;
    color: #fff;
    font-size: 5vw;
    text-align: center;
    left: -1vw;
    margin-bottom: 3vw;
  }
}
/* template@benefits.less */
.benefits_body_block {
  width: 90%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-left: 2%;
  margin-right: 2%;
  padding: 1.5vw 3%;
  background: url(/public/img/blocks_fon_1.jpg);
  background-size: 15% 300%;
  background-position: center;
  background-repeat: repeat;
  border-radius: 50px;
  outline: 9px solid #000000;
  position: relative;
  top: -1vw;
}
@media screen and (max-width: 800px) {
  .benefits_body_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .benefits_body_block {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .benefits_body_block {
    width: 90%;
    background: url(/public/img/blocks_fon.webp);
    gap: 8vw 0;
    padding: 7vw 2%;
    margin-left: 3%;
    margin-top: 7vw;
  }
}
.benefit_img_cover {
  width: 20%;
  height: 4vw;
  outline: unset;
  outline-offset: -2px;
}
.benefit_img_cover img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .benefit_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.benefit_img_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .benefit_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .benefit_img_cover {
    width: 17%;
    height: auto;
  }
}
.benefit_block {
  width: 23%;
  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) {
  .benefit_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .benefit_block {
    flex-direction: column;
    align-items: center;
  }
}
.benefit_block .benefit_title {
  width: 100%;
  text-align: center;
  font-size: 1.32vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  margin-top: 1vw;
}
@media screen and (max-width: 800px) {
  .benefit_block .benefit_title {
    font-size: 3.96vw;
  }
}
.benefit_block .benefit_text {
  width: 100%;
  text-align: center;
  margin-top: 0.3vw;
  font-size: 0.9350000000000001vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .benefit_block .benefit_text {
    font-size: 2.805vw;
  }
}
.benefits_line {
  width: 4px;
  height: 9vw;
  background-color: #fff8;
}
@media screen and (max-width: 800px) {
  .benefits_line {
    width: 60%;
    height: 5px;
  }
}
/* template@about_us.less */
.about_us_body_block {
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: url(/public/img/about_us_back1.webp);
  background-position: 108% 200%;
  background-size: 45% auto;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 4vw;
}
@media screen and (max-width: 800px) {
  .about_us_body_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .about_us_body_block {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .about_us_body_block {
    background: unset;
  }
}
.about_us_left_cover {
  width: 33%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 2vw;
  padding-bottom: 2vw;
}
@media screen and (max-width: 800px) {
  .about_us_left_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .about_us_left_cover {
    flex-direction: column;
    align-items: center;
  }
}
.about_us_center_cover {
  width: 36%;
  height: auto;
  padding-left: 4%;
  padding-right: 4%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 28%;
  background: url(/public/img/blocks_fon_1.jpg);
  background-size: 15% 300%;
  background-position: center;
  background-repeat: repeat;
  border-radius: 25px;
  padding: 2vw 2%;
}
@media screen and (max-width: 800px) {
  .about_us_center_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.about_us_center_cover .about_us_title {
  font-size: 1.65vw;
  font-family: 'Pragmatica';
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 1vw;
}
@media screen and (max-width: 800px) {
  .about_us_center_cover .about_us_title {
    font-size: 4.95vw;
  }
}
.about_us_center_cover .about_us_text {
  font-size: 0.99vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 1vw;
}
@media screen and (max-width: 800px) {
  .about_us_center_cover .about_us_text {
    font-size: 2.97vw;
  }
}
@media screen and (max-width: 800px) {
  .about_us_center_cover {
    position: relative;
    left: unset;
    width: 96%;
    padding: 7vw 2%;
    border-radius: 0;
  }
}
.about_us_right_cover {
  width: 29%;
  height: auto;
  padding-right: 2%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3vw;
  position: relative;
  z-index: 1;
  background-color: rgba(77, 99, 137, 0.9);
  padding-left: 2%;
  padding-top: 3vw;
  padding-bottom: 4vw;
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 800px) {
  .about_us_right_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .about_us_right_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .about_us_right_cover {
    border-radius: 0 0 30px 30px;
    padding: 8vw 0;
  }
}
.about_us_img_cover {
  width: 96%;
  height: 18vw;
  outline: unset;
  outline-offset: -2px;
  overflow: hidden;
  position: relative;
}
.about_us_img_cover img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .about_us_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.about_us_img_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .about_us_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.about_us_img1 {
  border-radius: 30px 0 0 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  .about_us_img1 {
    border-radius: 30px 30px 0 0;
  }
}
.about_us_img2 {
  border-radius: 0 0 0 30px;
}
@media screen and (max-width: 800px) {
  .about_us_img2 {
    display: none;
  }
}
.about_us_video_mask {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 69, 107, 0.5);
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .about_us_video_mask {
    flex-direction: column;
    align-items: center;
  }
}
.about_us_video_mask img {
  width: 5vw;
  height: 5vw;
}
.video_window_body {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  height: 100dvh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 105%;
  background-color: rgba(47, 69, 107, 0.2);
  z-index: 1001;
}
@media screen and (max-width: 800px) {
  .video_window_body {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .video_window_body {
    flex-direction: column;
    align-items: center;
  }
}
.video_mask {
  width: 100vw;
  height: 100dvh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.about_us_right_benefit_cover {
  width: 92%;
  height: auto;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
}
@media screen and (max-width: 800px) {
  .about_us_right_benefit_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .about_us_right_benefit_cover {
    flex-direction: column;
    align-items: center;
  }
}
.about_us_icon_cover {
  width: 13%;
  height: auto;
  outline: unset;
  outline-offset: -2px;
}
.about_us_icon_cover img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .about_us_icon_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.about_us_icon_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .about_us_icon_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .about_us_icon_cover {
    width: 12%;
    margin-top: 4vw;
    margin-bottom: 6vw;
  }
}
.about_us_right_title {
  width: 100%;
  font-size: 1.43vw;
  font-family: 'Pragmatica';
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1vw;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .about_us_right_title {
    font-size: 4.29vw;
  }
}
@media screen and (max-width: 800px) {
  .about_us_right_title {
    font-size: 5.5vw;
  }
}
.about_us_right_benefit_text {
  width: 87%;
  font-size: 0.99vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .about_us_right_benefit_text {
    font-size: 2.97vw;
  }
}
@media screen and (max-width: 800px) {
  .about_us_right_benefit_text {
    text-align: center;
  }
}
/* recommended_products@Recommended_products_slider.less */
.recommended_products_menu_block {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 2vw;
  padding-bottom: 2vw;
  margin-top: 5vw;
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_block {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_block {
    margin-top: 7vw;
    overflow: hidden;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
.recommended_products_menu_body {
  position: relative;
  width: 70%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_body {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_body {
    flex-direction: column;
    align-items: center;
  }
}
.recommended_products_menu_cover_box {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_cover_box {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_cover_box {
    flex-direction: column;
    align-items: center;
  }
}
.recommended_products_navigation_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 2vw;
  margin-top: 2vw;
}
@media screen and (max-width: 800px) {
  .recommended_products_navigation_box {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .recommended_products_navigation_box {
    position: relative;
    top: 0;
    flex-direction: row;
    justify-content: center;
    order: 2;
    gap: 2vw;
    margin-top: 4vw;
  }
}
.recommended_products_navigation_btn {
  width: 10%;
  height: auto;
  outline: unset;
  outline-offset: -2px;
  height: 2vw;
  position: relative;
  cursor: pointer;
  z-index: 3;
  transition: 0.4s;
  opacity: 0.8;
  background-color: #fff;
  padding: 0.5vw 2vw;
  border-radius: 30px;
}
.recommended_products_navigation_btn img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .recommended_products_navigation_btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.recommended_products_navigation_btn img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .recommended_products_navigation_btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.recommended_products_navigation_btn:hover {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .recommended_products_navigation_btn {
    width: auto;
    height: 7vh;
    padding: 2vw 3vw;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.recommended_products_cover {
  width: 99%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  margin-top: 2vw;
}
@media screen and (max-width: 800px) {
  .recommended_products_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .recommended_products_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .recommended_products_cover {
    flex-direction: row;
  }
}
.recommended_products_hidden_line {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  left: 0;
}
@media screen and (max-width: 800px) {
  .recommended_products_hidden_line {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .recommended_products_hidden_line {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .recommended_products_hidden_line {
    flex-direction: row;
  }
}
.recommended_products_menu_item {
  width: 32.4%;
  flex: 0 0 auto;
  position: relative;
  z-index: 3;
  margin-left: 0.5%;
  margin-right: 0.5%;
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_item {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
.recommended_products_menu_item_img {
  width: 100%;
  height: auto;
  outline: unset;
  outline-offset: -2px;
  height: 30vw;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.recommended_products_menu_item_img img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_item_img {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.recommended_products_menu_item_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_item_img {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_item_img {
    flex-direction: column;
    align-items: center;
  }
}
.recommended_products_menu_item_img a {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_item_img a {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_item_img {
    height: 40vh;
  }
}
.recommended_products_menu_item_title {
  text-align: center;
  font-size: 1.32vw;
  font-family: 'Pragmatica';
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 1vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_item_title {
    font-size: 3.96vw;
  }
}
.recommended_products_menu_item_description {
  font-size: 0.99vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
  margin-top: 1vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_item_description {
    font-size: 2.97vw;
  }
}
.recommended_products_menu_item_more_btn {
  position: relative;
  font-size: 0.99vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
  background: url(/public/img/slider_arrow.png), rgba(34, 32, 32, 0.8);
  outline: 5px solid #fff1;
  background-size: 1.3vw 0.7vw;
  background-position: 91% center;
  background-repeat: no-repeat;
  padding: 0.5vw 0;
  padding-right: 10%;
  border-radius: 15px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_item_more_btn {
    font-size: 2.97vw;
  }
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_item_more_btn {
    font-size: 4vw;
    padding: 1vw 15%;
    background: url(/public/img/slider_arrow.png), rgba(34, 32, 32, 0.8);
    background-size: 3.3vw 2.7vw;
    background-position: 91% center;
    background-repeat: no-repeat;
  }
}
.recommended_products_menu_item:hover .recommended_products_menu_item_more_btn {
  bottom: 6px;
}
.recommended_products_menu_item_more_btn:hover {
  outline: 5px solid #fff5;
  background: url(/public/img/slider_arrow.png), rgba(4, 2, 2, 0.9);
  background-size: 1.3vw 0.7vw;
  background-position: 95% center;
  background-repeat: no-repeat;
  color: #fff;
}
.gallery__projects__mask {
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  right: 101vw;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}
@media screen and (max-width: 800px) {
  .gallery__projects__mask {
    flex-direction: column;
    align-items: center;
  }
}
#window__projects__photo__gallery {
  width: 30%;
  height: 100dvh;
  padding-left: 0%;
  padding-right: 0%;
  overflow: hidden;
  position: relative;
  border-left: 4px solid #fff4;
}
@media screen and (max-width: 800px) {
  #window__projects__photo__gallery {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  #window__projects__photo__gallery {
    height: 98vh;
  }
}
#window__projects__photo__gallery object {
  width: 100%;
  height: 100%;
}
#page_load_block object body {
  background-color: unset;
}
.window_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(10px);
  /* размывает только то, что за блоком */
  -webkit-backdrop-filter: blur(10px);
  /* поддержка для Safari */
  z-index: -1;
}
.recommended_products_block_mask {
  position: absolute;
  z-index: 0;
  width: 98%;
  height: 100%;
  left: 1%;
  background-color: #F1F1F1;
  outline: 3px solid #bcbcbcab;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
}
.recommended_products_info_block {
  width: 30%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .recommended_products_info_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .recommended_products_info_block {
    flex-direction: column;
    align-items: center;
  }
}
.recommended_products_info_cover {
  width: 90%;
  background-color: #fff;
  padding: 2vw 5%;
  position: relative;
  z-index: 1;
}
.recommended_products_info_cover h2 {
  width: 65%;
  text-transform: uppercase;
  font-size: 1.54vw;
  font-family: 'Pragmatica';
  font-weight: 800;
  color: #2f456b;
  border-bottom: 1px solid #222020;
}
@media screen and (max-width: 800px) {
  .recommended_products_info_cover h2 {
    font-size: 4.62vw;
  }
}
.recommended_products_info_cover .h2_subtitle {
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #222020;
}
@media screen and (max-width: 800px) {
  .recommended_products_info_cover .h2_subtitle {
    font-size: 3.63vw;
  }
}
.recommended_products_info_cover .recommended_products_info_text {
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #222020;
  margin-top: 2vw;
}
@media screen and (max-width: 800px) {
  .recommended_products_info_cover .recommended_products_info_text {
    font-size: 3.63vw;
  }
}
.recommended_products_info_cover .header_catalog_link_button {
  position: relative;
  bottom: unset;
  right: unset;
  padding-left: 3vw;
  padding-right: 4.5vw;
  margin-top: 1.5vw;
}
@media screen and (max-width: 800px) {
  .recommended_products_info_cover .header_catalog_link_button {
    width: 100%;
    padding: unset;
    margin: unset;
    padding-top: 3vw;
    padding-bottom: 3vw;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 800px) {
  .recommended_products_info_cover {
    margin-top: 3vw;
  }
}
.recommended_products_info_cover a {
  display: flex;
}
.recommended_products_slider_mask {
  position: absolute;
  z-index: 0;
  width: 102%;
  height: 80%;
  left: 0%;
  background-color: #222020;
}
.product_info_block {
  width: 94%;
  position: absolute;
  bottom: 0;
  left: 2%;
  padding: 1vw 1%;
}
.product_info_block_mask {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.recommended_products_menu_item_price {
  font-size: 1.1vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_item_price {
    font-size: 3.3vw;
  }
}
.recommended_products_menu_item_info_cover {
  width: 95%;
  padding: 0.5vw 2.5%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .recommended_products_menu_item_info_cover {
    flex-direction: column;
    align-items: center;
  }
}
/* template@forma_block.less */
.open_forma_1_block {
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 4vw;
  padding-bottom: 4vw;
  /* Если значение false добавляет просто фон */
  background: url('/public/img/forma_fon.jpg');
  /* Если значение true добавляет linear-gradient */
  /* Преобразуем HTML Hex в RGBA */
  /* Добавляем  linear-gradient и фон*/
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/public/img/forma_fon.jpg');
  /* Дальше по умолчанию */
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
  background-attachment: fixed;
  border-top: 5px solid #2f456b;
  border-bottom: 5px solid #222020;
  margin-top: 3vw;
}
@media screen and (max-width: 800px) {
  .open_forma_1_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .open_forma_1_block {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 800px) {
  .open_forma_1_block {
    margin-top: 6vw;
  }
}
.open_forma_1_block form {
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  background-color: rgba(255, 255, 255, 0.05);
  outline: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1vw 2%;
}
@media screen and (max-width: 800px) {
  .open_forma_1_block form {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .open_forma_1_block form {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .open_forma_1_block form {
    width: 90%;
    padding: 5vw 5%;
  }
}
.open_forma_1_block form .regulationsGroup {
  align-items: flex-start;
}
.form_block_title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 3vw;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .form_block_title {
    flex-direction: column;
    align-items: center;
  }
}
.form_block_title .h2_mini_title {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.98vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .form_block_title .h2_mini_title {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .form_block_title .h2_mini_title {
    font-size: 5.94vw;
  }
}
.form_block_title h2 {
  font-size: 1.43vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  text-transform: none;
  margin-top: 0.4vw;
}
@media screen and (max-width: 800px) {
  .form_block_title h2 {
    font-size: 4.29vw;
  }
}
.form_block_title .h2_mini_title::after {
  content: '';
  width: 40%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-top: 0.4vw;
}
.form_block_title .h2_mini_title::before {
  display: none;
}
.top_form_input_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;
}
@media screen and (max-width: 800px) {
  .top_form_input_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .top_form_input_cover {
    flex-direction: column;
    align-items: center;
  }
}
.top_form_input_cover input {
  width: 100%;
  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;
}
@media screen and (max-width: 800px) {
  .top_form_input_cover input {
    font-size: 3.63vw;
  }
}
.top_form_input_cover textarea {
  width: 100%;
  height: 1.5em;
  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;
}
@media screen and (max-width: 800px) {
  .top_form_input_cover textarea {
    font-size: 3.63vw;
  }
}
@media screen and (max-width: 800px) {
  .top_form_input_cover textarea {
    height: 5em;
  }
}
.top_form_input_cover label {
  width: 100%;
  font-size: 1.32vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .top_form_input_cover label {
    font-size: 3.96vw;
  }
}
.top_form_input_cover .regulationsGroup {
  align-items: flex-start;
}
@media screen and (max-width: 800px) {
  .top_form_input_cover {
    flex-direction: row;
  }
}
.submit_forma_block {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .submit_forma_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .submit_forma_block {
    flex-direction: column;
    align-items: center;
  }
}
.submit_forma_block .reglamation_cover {
  width: 50%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  .submit_forma_block .reglamation_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.submit_forma_block .send_btn {
  margin: 0;
  width: 15%;
  background-color: rgba(34, 32, 32, 0.9);
  color: #fff;
  text-transform: uppercase;
}
.submit_forma_block .send_btn:hover {
  background-color: #2f456b;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .submit_forma_block .send_btn {
    width: 80%;
    margin-top: 5vw;
    padding-top: 3vw;
  }
}
.submit_forma_block .bottom_regulationsLabel::before {
  border: 1px solid #ffffff;
}
.forma_left_cover {
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1vw;
}
@media screen and (max-width: 800px) {
  .forma_left_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .forma_left_cover {
    width: 100%;
    gap: 4vw;
  }
}
.forma_right_cover {
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1vw;
}
@media screen and (max-width: 800px) {
  .forma_right_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .forma_right_cover {
    width: 100%;
    gap: 4vw;
  }
}
/* modal_galery_01@progect_galery_01.less */
.project_galery_body_block {
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  min-height: 30vw;
  margin: 5vw 0;
}
@media screen and (max-width: 800px) {
  .project_galery_body_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .project_galery_body_block {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .project_galery_body_block {
    width: 95%;
    padding: 4vw 2.5%;
  }
}
.project_galery_navigation {
  width: 25%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1vw;
  padding: 2vw 0;
  height: 100%;
  background-color: #222020;
  position: absolute;
  left: 2.5%;
  border-radius: 30px;
}
@media screen and (max-width: 800px) {
  .project_galery_navigation {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .project_galery_navigation {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .project_galery_navigation {
    position: relative;
    width: 95%;
    left: 0;
    padding: 4vw 2.5%;
    border-radius: 30px 30px 0 0;
  }
}
.projects_navigation_title {
  font-size: 1.265vw;
  font-family: 'Pragmatica';
  font-weight: 600;
  color: #ffffff;
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .projects_navigation_title {
    font-size: 3.795vw;
  }
}
@media screen and (max-width: 800px) {
  .projects_navigation_title {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.projects_navigation_button {
  width: 90%;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  padding: 1vw 5%;
  background-color: #2c2a2a;
  font-size: 0.99vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .projects_navigation_button {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .projects_navigation_button {
    font-size: 2.97vw;
  }
}
@media screen and (max-width: 800px) {
  .projects_navigation_button {
    width: 94%;
    padding: 1.5vw 3%;
  }
}
.galery_body_block {
  width: 73.5%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  background-color: #2f456b;
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 800px) {
  .galery_body_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .galery_body_block {
    width: 92%;
    padding: 4vw 4%;
    border-radius: 0 0px 30px 30px;
  }
}
.category_cover {
  width: 98%;
  height: auto;
  padding-left: 1%;
  padding-right: 1%;
  padding: 2vw 1%;
  display: none;
}
@media screen and (max-width: 800px) {
  .category_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .category_cover {
    width: 100%;
    padding: 2vw 0%;
  }
}
.active_project {
  display: block;
}
/* h2 */
.active_project .h2_cover {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  .active_project .h2_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .active_project .h2_cover {
    text-align: center;
    margin-top: 2vw;
    margin-bottom: 4vw;
  }
}
.active_project h2 {
  font-size: 1.43vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #2f456b;
  position: relative;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .active_project h2 {
    font-size: 4.29vw;
  }
}
@media screen and (max-width: 800px) {
  .active_project h2 {
    font-size: 5vw;
  }
}
.active_project h2::after {
  content: ' ';
  width: 6vw;
  height: 1px;
  background-color: rgba(47, 69, 107, 0.3);
  position: absolute;
  left: 2px;
  bottom: -0.11vw;
}
@media screen and (max-width: 800px) {
  .active_project h2::after {
    width: 100%;
  }
}
.active_project .h2_subtitle {
  font-size: 1.65vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #2f456b;
  position: relative;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .active_project .h2_subtitle {
    font-size: 4.95vw;
  }
}
@media screen and (max-width: 800px) {
  .active_project .h2_subtitle {
    font-size: 5vw;
  }
}
.h2_white h2 {
  color: #fff;
}
.h2_white div {
  color: #fff;
}
.h2_white h2::after {
  background-color: rgba(255, 255, 255, 0.5);
}
/* h2 */
.galery_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;
  gap: 2vw 1%;
  overflow: hidden;
  height: 12vw;
}
@media screen and (max-width: 800px) {
  .galery_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .galery_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .galery_cover {
    height: 40vh;
    flex-direction: row;
  }
}
.galery_photo_cover {
  width: 19%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .galery_photo_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .galery_photo_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .galery_photo_cover {
    width: 49.5%;
    flex-wrap: wrap;
  }
}
.galery_photo_title {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.43vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .galery_photo_title {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .galery_photo_title {
    font-size: 4.29vw;
  }
}
.galeryFoto {
  width: auto;
}
.galeryFotoCover {
  width: 100%;
  height: 12vw;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: 1px solid #4d6389;
  background: rgba(47, 69, 107, 0.3);
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .galeryFotoCover {
    width: 100%;
    height: 40vh;
  }
}
.project_map {
  height: 25vw;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 800px) {
  .project_map {
    height: 50vh;
  }
}
.show_all_project_pfoto_btn {
  width: 20%;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  padding: 0.7vw 5%;
  background-color: #fff;
  font-size: 1.32vw;
  font-family: 'Pragmatica';
  font-weight: 600;
  color: #222020;
  text-align: center;
  margin-top: 1vw;
  border-radius: 15px;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .show_all_project_pfoto_btn {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .show_all_project_pfoto_btn {
    font-size: 3.96vw;
  }
}
@media screen and (max-width: 800px) {
  .show_all_project_pfoto_btn {
    padding: 3vw 0;
  }
}
.close_galery_all_pfoto_btn {
  margin-bottom: 1vw;
  padding: 0.3vw 5%;
  background-color: #61779d;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .close_galery_all_pfoto_btn {
    padding: 3vw 0;
  }
}
.galeryFotoViewMask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 101%;
}
.galeryFotoViewMask > .closer__btn {
  z-index: 1200;
}
@media screen and (max-width: 800px) {
  .galeryFotoViewMask {
    width: 100vw;
    height: 80vh;
    position: fixed;
    overflow: hidden;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.8);
    top: 10vw;
    left: 101%;
  }
}
.galeryFotoViewBody {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.galeryFotoViewCover {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .galeryFotoViewCover {
    flex-direction: row;
  }
}
.galeryViewFoto {
  height: 65vw;
}
@media screen and (max-width: 800px) {
  .galeryViewFoto {
    width: 80%;
    object-fit: cover;
    height: unset;
  }
}
.fotoGaleryCloser {
  position: absolute;
  right: 1vw;
  top: 0.5vw;
  width: 2.1vw;
  height: 2vw;
  opacity: 1;
  background: #213559;
  cursor: pointer;
  padding: 0.5vw;
  z-index: 1004;
}
@media screen and (max-width: 800px) {
  .fotoGaleryCloser {
    width: 12vw;
    height: 12vw;
  }
}
.fotoGaleryCloser:hover {
  opacity: 1;
  background: #2f456b;
}
.fotoGaleryCloser:before,
.fotoGaleryCloser:after {
  position: absolute;
  left: 1.5vw;
  content: ' ';
  height: 2vw;
  width: 4px;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .fotoGaleryCloser:before,
  .fotoGaleryCloser:after {
    position: absolute;
    left: 6.5vw;
    content: ' ';
    height: 11vw;
    width: 6px;
    background-color: #fff;
  }
}
.fotoGaleryCloser:before {
  transform: rotate(45deg);
}
.fotoGaleryCloser:after {
  transform: rotate(-45deg);
}
.galeryFotoTitle {
  margin-left: 3%;
}
.galeryFotoTitle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -0.5vw;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4vw;
}
.activeGaleryButton {
  position: absolute;
  z-index: 100;
  width: 3vw;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .activeGaleryButton {
    width: 10vw;
  }
}
.activeGaleryButton > img {
  width: 100%;
}
.activeGaleryButton:hover img {
  width: 120%;
}
.leftBatton {
  left: 2vw;
}
.rightBatton {
  right: 2vw;
}
/* template@accordion_and_promotion.less */
.promotion_block {
  width: 90%;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  background-color: #2f456b;
  padding: 1.5vw 5%;
  margin-top: 11vw;
  margin-bottom: 11vw;
}
@media screen and (max-width: 800px) {
  .promotion_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .promotion_block {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .promotion_block {
    width: 90%;
    padding: 1.5vw 5%;
  }
}
.promotion_img_cover_block {
  width: 35%;
  height: 130%;
  outline: unset;
  outline-offset: -2px;
  position: absolute;
  left: 5%;
  border-radius: 30px;
  outline: 10px solid #fff;
  overflow: hidden;
}
.promotion_img_cover_block img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .promotion_img_cover_block {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.promotion_img_cover_block img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .promotion_img_cover_block {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .promotion_img_cover_block {
    position: relative;
    width: 96%;
    left: unset;
    top: -5vw;
  }
}
.promotion_text_block {
  width: 56%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .promotion_text_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.promotion_text_title {
  font-size: 1.65vw;
  font-family: 'Pragmatica';
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .promotion_text_title {
    font-size: 4.95vw;
  }
}
@media screen and (max-width: 800px) {
  .promotion_text_title {
    text-align: center;
  }
}
.promotion_text {
  font-size: 1.43vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #2f456b;
  border-radius: 20px;
  padding: 1.2vw;
  background-color: #fff;
  margin-top: 1vw;
}
@media screen and (max-width: 800px) {
  .promotion_text {
    font-size: 4.29vw;
  }
}
@media screen and (max-width: 800px) {
  .promotion_text {
    padding: 4vw 4%;
  }
}
.forma_and_accordion_body {
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-top: 8vw;
  margin-bottom: 8vw;
}
@media screen and (max-width: 800px) {
  .forma_and_accordion_body {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .forma_and_accordion_body {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .forma_and_accordion_body {
    flex-direction: column-reverse;
  }
}
.forma_block {
  width: 32%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  padding-right: 4%;
  background-color: #2f456b;
  border-radius: 30px 0 0 30px;
  padding-top: 3vw;
  padding-bottom: 3vw;
}
@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%;
    border-radius: 0 0 30px 30px;
  }
}
.forma_title_block {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1w;
}
@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.43vw;
  font-family: 'Montserrat';
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .forma_title_block .forma_title {
    font-size: 4.29vw;
  }
}
@media screen and (max-width: 800px) {
  .forma_title_block .forma_title {
    text-align: center;
    padding-top: 5vw;
  }
}
.forma_title_block .forma_subtitle {
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #ffffff;
}
@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: 30%;
  height: 2px;
  background: #ffff;
  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: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5vw 0;
}
@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: 7vw 2%;
  }
}
.forma_type1 .submit_forma_block {
  margin-top: 1vw;
  flex-direction: column;
  align-items: flex-end;
}
.forma_type1 .submit_forma_block .reglamation_cover {
  width: 100%;
}
.forma_type1 .submit_forma_block .send_btn {
  width: 45%;
}
.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);
}
.accordion_body {
  width: 64%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.7vw;
  border-radius: 30px;
  background-color: #222020;
  padding: 3vw 0;
  outline: 3px solid #2f456b;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 800px) {
  .accordion_body {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .accordion_body {
    flex-direction: column;
    align-items: center;
  }
}
.accordion_body .forma_title_block {
  padding-left: 2%;
  margin-bottom: 1vw;
}
@media screen and (max-width: 800px) {
  .accordion_body .forma_title_block {
    padding-left: 0;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 800px) {
  .accordion_body {
    position: relative;
    border-radius: 30px 30px 0 0;
    padding-top: 5vw;
    padding-bottom: 4vw;
  }
}
.accordion_item {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  border-left: 5px solid #222020;
}
@media screen and (max-width: 800px) {
  .accordion_item {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.accordion_item .title_line {
  width: 95%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  margin-left: 0.5%;
  position: relative;
  background-color: #312f2f;
  padding: 0.8vw 2%;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .accordion_item .title_line {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .accordion_item .title_line {
    width: 96%;
    padding: 5vw 2%;
    margin-left: 0;
  }
}
.accordion_item .title_line .title {
  font-size: 0.99vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .accordion_item .title_line .title {
    font-size: 2.97vw;
  }
}
.accordion_item .title_line:hover .accordion_button {
  transform: rotate(180deg);
}
.accordion_item .accordion_button {
  width: 2vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/public/img/triangl_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1vw 1vw;
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (max-width: 800px) {
  .accordion_item .accordion_button {
    background-size: 4vw 4vw;
    width: 5vw;
    right: 2vw;
  }
}
.accordion_item .accordion_text_block {
  width: 95%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  background-color: #fff;
  margin: 0.1vw 0.5%;
  font-size: 1.1vw;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #222020;
  overflow: hidden;
  transition: 1s;
  height: 0px;
}
@media screen and (max-width: 800px) {
  .accordion_item .accordion_text_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .accordion_item .accordion_text_block {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 800px) {
  .accordion_item .accordion_text_block {
    height: 0;
    width: 98%;
    font-size: 3.7vw;
  }
}
.accordion_item .accordion_text_block .text_cover {
  display: block;
  padding-bottom: 0.5vw;
  padding-top: 0.5vw;
}
@media screen and (max-width: 800px) {
  .accordion_item .accordion_text_block .text_cover {
    padding: 2vw 2%;
  }
}
.accordion_active .accordion_text_block {
  height: 5em;
}
@media screen and (max-width: 800px) {
  .accordion_active .accordion_text_block {
    height: auto;
  }
}
.accordion_active .accordion_button {
  transform: rotate(180deg);
}
.accordion_active .title_line:hover .accordion_button {
  transform: rotate(0deg);
}
/* template@catalog_save_block.less */
.pdf_catalog_block {
  width: 90%;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  background-color: #2f456b;
  padding: 3vw 5%;
  margin-top: 6vw;
  margin-bottom: 6vw;
}
@media screen and (max-width: 800px) {
  .pdf_catalog_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .pdf_catalog_block {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .pdf_catalog_block {
    width: 90%;
    padding: 1.5vw 5%;
  }
}
.pdf_catalog_img_cover_block {
  width: 35%;
  height: 130%;
  outline: unset;
  outline-offset: -2px;
  position: absolute;
  left: 5%;
  border-radius: 30px;
  outline: 10px solid #fff;
  overflow: hidden;
}
.pdf_catalog_img_cover_block img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .pdf_catalog_img_cover_block {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.pdf_catalog_img_cover_block img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .pdf_catalog_img_cover_block {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .pdf_catalog_img_cover_block {
    position: relative;
    width: 96%;
    left: unset;
    top: -5vw;
  }
}
.pdf_catalog_text_block {
  width: 56%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .pdf_catalog_text_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.pdf_catalog_text_title {
  font-size: 1.65vw;
  font-family: 'Pragmatica';
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .pdf_catalog_text_title {
    font-size: 4.95vw;
  }
}
@media screen and (max-width: 800px) {
  .pdf_catalog_text_title {
    text-align: center;
  }
}
.pdf_catalog_text {
  font-size: 1.43vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .pdf_catalog_text {
    font-size: 4.29vw;
  }
}
@media screen and (max-width: 800px) {
  .pdf_catalog_text {
    padding: 4vw 4%;
  }
}
.pdf_catalog_button {
  width: 45%;
  text-align: center;
  font-size: 1.32vw;
  font-family: 'Pragmatica';
  font-weight: 600;
  color: #222020;
  padding: 0.8vw 4%;
  background-color: #fff;
  cursor: pointer;
  border-radius: 22px;
  margin-top: 1vw;
}
@media screen and (max-width: 800px) {
  .pdf_catalog_button {
    font-size: 3.96vw;
  }
}
@media screen and (max-width: 800px) {
  .pdf_catalog_button {
    width: 92%;
    text-align: center;
    padding: 4vw 4%;
  }
}
/* template@footer.less */
footer {
  min-height: 40vh;
  border-top: 3px solid #222020;
  background-color: #222020;
  width: 90%;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  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;
  }
}
.logo_cover {
  width: 16%;
  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: 80%;
  }
}
.footer_contacts {
  width: 26%;
  height: auto;
  outline: unset;
  outline-offset: -2px;
}
.footer_contacts img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .footer_contacts {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.footer_contacts img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .footer_contacts {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@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: 0.5vw;
}
@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: 1vw;
    padding-bottom: 1vw;
    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: 3vw;
    width: 3vw;
    margin-right: 0vw;
  }
}
.contact_text_cover {
  width: 80%;
  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: #ffffff;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .icons_title {
    font-size: 3.96vw;
  }
}
/* 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: #213559;
  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(34, 32, 32, 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);
}
.modal_forma_body .reglamation_cover {
  width: 100%;
}
.modal_forma_body .submit_forma_block {
  flex-direction: column;
  width: 100%;
}
.modal_forma_body .send_btn {
  width: 60%;
  margin-top: 2vw;
  margin-left: 30%;
}
@media screen and (max-width: 800px) {
  .modal_forma_body .send_btn {
    width: 90%;
    text-align: center;
    margin-left: 5%;
  }
}
@media screen and (max-width: 800px) {
  .modal_forma_body {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
/* template@modal_menu.less */
/*MODAL MENU*/
#modal_menu_mask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  left: 100vw;
  top: 0;
  background: rgba(47, 69, 107, 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(34, 32, 32, 0.9);
  border-right: 2px solid #040202;
}
@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(34, 32, 32, 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: #222020;
  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;
  }
}
