/* template@basic.less */
@font-face {
  font-family: 'Montserrat';
  src: url(/storage/fonts/Montserrat-Bold.ttf);
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/storage/fonts/Montserrat-Medium.ttf);
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/storage/fonts/Montserrat-Regular.ttf);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Pragmatica';
  src: url(/storage/fonts/Pragmatica.otf);
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik One';
  src: url(/storage/fonts/RubikOne-Regular.ttf);
  font-weight: 600;
  font-display: swap;
}
/*BASIC__STYLE*/
/*МАСКА КАРТИНКИ*/
/*МАСКА КАРТИНКИ*/
/*БОКС ДЛЯ ФОТО*/
/*БОКС ДЛЯ ФОТО*/
/*ЦВЕТОВОЙ ГРАДИЕНТ*/
/*ЦВЕТОВОЙ ГРАДИЕНТ*/
/*ЗАДНИЙ ФОН*/
/*ЗАДНИЙ ФОН*/
/*ЗАКРЫТИЕ*/
.closer__btn {
  cursor: pointer;
  width: 3vw;
  height: 3vw;
  position: absolute;
  right: 1vw;
  top: 0.5vw;
  background: url(/public/img/close.png), #bc4c00;
  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;
  }
}
.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: #e28500;
  border-color: #ce7100;
  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: #e28500;
  border-color: #ce7100;
}
/* стили для чекбокса, находящегося в фокусе */
.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: #e28500;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 0.7vw;
  border: 1px solid #e28500;
  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(226, 133, 0, 0.5);
    padding: 1vw 3%;
  }
}
.windowFormSubmit {
  width: 26%;
  color: #fff;
  font-size: 1.3vw;
  font-family: tahoma;
  z-index: 3;
  outline: 1px solid #ee910c;
  padding-top: 0.4vw;
  padding-bottom: 0.4vw;
  padding-left: 5%;
  padding-right: 5%;
  border-radius: 35px;
  background: #e28500;
  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: #e28500;
  }
}
.formBlock {
  width: 32%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  position: absolute;
  background: url(/public/img/form_bg.png), #282828;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right center;
  right: 5%;
  border: 1px solid #e28500;
  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', 'Arial';
  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: 5.13vw;
  }
}
.form_input {
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 1.1vw;
  font-family: 'Montserrat', 'Arial';
  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.8vw;
  }
}
@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: #282828;
}
input::-moz-placeholder {
  color: #282828;
  opacity: 1;
  /* Убирает прозрачность в Firefox */
}
input:-ms-input-placeholder {
  color: #282828;
}
input::placeholder {
  color: #282828;
}
textarea::-webkit-input-placeholder {
  color: #282828;
}
textarea::-moz-placeholder {
  color: #282828;
  opacity: 1;
  /* Убирает прозрачность в Firefox */
}
textarea:-ms-input-placeholder {
  color: #282828;
}
textarea::placeholder {
  color: #282828;
}
.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', 'Arial';
  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: 4.56vw;
  }
}
.send_btn:hover {
  background-color: rgba(158, 77, 0, 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;
  }
}
.btn_animation1 {
  position: relative;
  overflow: hidden;
}
.btn_animation1::after {
  content: '';
  display: block;
  position: absolute;
  width: 10%;
  height: 140%;
  left: -30%;
  top: -20%;
  transform: rotate(-30deg);
  background-color: rgba(255, 255, 255, 0.3);
  filter: blur(6px);
  transition: 0.5s;
  opacity: 0;
}
.btn_animation1:hover::after {
  transition: 1s;
  left: 120%;
  opacity: 1;
}
.h2_lines {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .h2_lines {
    flex-direction: column;
    align-items: center;
  }
}
.h2_lines::after,
.h2_lines::before {
  content: '';
  display: block;
  width: 1vw;
  height: 1vw;
  position: absolute;
  border: 3px solid #E28500;
}
.h2_lines::before {
  left: 0px;
  bottom: 0px;
  border-right: unset;
  border-top: unset;
}
.h2_lines::after {
  right: 0px;
  top: 0px;
  border-left: unset;
  border-bottom: unset;
}
/* template@header.less */
header {
  width: 95%;
  height: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  /* Если значение false добавляет просто фон */
  background: url('/public/img/header_fon.webp');
  /* Если значение true добавляет linear-gradient */
  /* Преобразуем HTML Hex в RGBA */
  /* Добавляем  linear-gradient и фон*/
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/public/img/header_fon.webp');
  /* Дальше по умолчанию */
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  position: relative;
  padding-bottom: 2vw;
  border-bottom: 6px solid #141414;
}
@media screen and (max-width: 800px) {
  header {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  header {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  header {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 800px) {
  header {
    /* Если значение false добавляет просто фон */
    background: url('/public/img/header_fon.webp');
    /* Если значение true добавляет linear-gradient */
    /* Преобразуем HTML Hex в RGBA */
    /* Добавляем  linear-gradient и фон*/
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/public/img/header_fon.webp');
    /* Дальше по умолчанию */
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    background-size: auto 100%;
    padding: 6vw 0;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  header {
    background-size: auto 100%;
  }
}
.navigation_line {
  width: 93%;
  height: auto;
  padding-left: 1%;
  padding-right: 1%;
  padding: 0.5vw 1%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 3;
  top: 1vw;
  left: 2.5%;
  background-color: rgba(40, 40, 40, 0.9399999999999999);
}
@media screen and (max-width: 800px) {
  .navigation_line {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .navigation_line {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .navigation_line {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    gap: 10%;
    z-index: 988;
  }
}
.header_mask {
  width: 55%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  .header_mask {
    display: none;
  }
}
.header_mask::after {
  content: '';
  display: flex;
  width: 110%;
  height: 150%;
  position: relative;
  top: -25%;
  left: -25%;
  transform: rotate(14deg);
  filter: blur(2px);
  backdrop-filter: blur(10px);
  background-color: rgba(30, 30, 30, 0.6);
  outline: 2px solid #141414;
}
.logo_block {
  width: 17%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  .logo_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.logo_block a {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .logo_block {
    width: 40%;
  }
}
.logo_cover {
  width: 100%;
  height: auto;
  outline: unset;
  outline-offset: -2px;
}
.logo_cover img {
  object-fit: contain;
  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: contain;
  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 {
  opacity: 1;
  transform: scale(1) translateY(0);
  filter: blur(0);
  /* Анімація: 'both' застосовує 0% перед стартом і 100% після кінця */
  animation: logoFade 1.5s ease-out both;
}
/* Анімаційні кадри — стартові значення прописані тут */
@keyframes logoFade {
  0% {
    opacity: 0;
    transform: scale(0.85) translateY(10px);
    filter: blur(6px);
  }
  60% {
    opacity: 1;
    transform: scale(1.02) translateY(0);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: blur(0);
  }
}
.opened_navigation {
  width: 35%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  .opened_navigation {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.opened_navigation ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.8vw;
  margin-top: 0;
  margin-left: 0;
}
@media screen and (max-width: 800px) {
  .opened_navigation ul {
    flex-direction: column;
    align-items: center;
  }
}
.opened_navigation ul > li {
  list-style: none;
}
@media screen and (max-width: 800px) {
  .opened_navigation {
    display: none;
  }
}
.navigation_button {
  font-size: 1.155vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 400;
  color: #ffffff;
  transition: 0.5s;
  line-height: 90%;
  border-bottom: 2px solid #fff0;
  border-top: 2px solid #fff0;
  padding: 0.7vw 0.5vw;
}
@media screen and (max-width: 800px) {
  .navigation_button {
    font-size: 3.99vw;
  }
}
.navigation_button:hover {
  border-bottom: 2px solid #fff1;
  border-top: 2px solid #fff1;
  background-color: rgba(255, 255, 255, 0.06);
}
.central_nav_button {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.8vw;
}
@media screen and (max-width: 800px) {
  .central_nav_button {
    flex-direction: column;
    align-items: center;
  }
}
.central_nav_button::after {
  content: '';
  width: 2px;
  height: 0.7vw;
  background-color: #fff;
}
.central_nav_button::before {
  content: '';
  width: 2px;
  height: 0.7vw;
  background-color: #fff;
}
.top_navigation_right_side {
  width: 45%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  gap: 5%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  .top_navigation_right_side {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .top_navigation_right_side {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .top_navigation_right_side {
    width: 40%;
    flex-direction: row;
  }
}
.header_top_buttons {
  width: 40%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .header_top_buttons {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_top_buttons {
    flex-direction: column;
    align-items: center;
  }
}
.header_top_buttons a {
  display: flex;
}
@media screen and (max-width: 800px) {
  .header_top_buttons {
    flex-direction: row;
  }
}
.catalog_btn {
  font-size: 1.1vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #ffffff;
  display: flex;
  flex-direction: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  line-height: 80%;
  padding-left: 4.3vw;
  padding-right: 2.8vw;
  height: 2.8vw;
  border-radius: 20px;
  outline: 2px solid #323232;
  background: url(/public/img/menu.png);
  background-position: 12% center;
  background-size: 2vw;
  background-repeat: no-repeat;
  background-color: rgba(30, 30, 30, 0.4);
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .catalog_btn {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 800px) {
  .catalog_btn {
    flex-direction: column;
    align-items: center;
  }
}
.catalog_btn:hover {
  background-color: rgba(255, 255, 255, 0.07000000000000001);
}
@media screen and (max-width: 800px) {
  .catalog_btn {
    background-size: 5vw;
    height: auto;
    padding: 2.5vw 10%;
    padding-left: 20%;
    border-radius: 12px;
    font-size: 3.2vw;
    background-position: 8% center;
  }
}
.search_btn {
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  height: 2.8vw;
  border-radius: 20px;
  outline: 2px solid #323232;
  background: url(/public/img/search.png);
  background-position: center center;
  background-size: 1.5vw;
  background-repeat: no-repeat;
  background-color: rgba(30, 30, 30, 0.4);
  cursor: pointer;
}
.search_btn:hover {
  background-color: rgba(255, 255, 255, 0.07000000000000001);
}
@media screen and (max-width: 800px) {
  .search_btn {
    height: auto;
    padding: 4vw 4vw;
    border-radius: 12px;
    background-size: 4vw;
  }
}
.header_contacts_body {
  width: 37%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .header_contacts_body {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_contacts_body {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_contacts_body {
    display: none;
  }
}
.header_contacts_cover {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0.2vw;
}
@media screen and (max-width: 800px) {
  .header_contacts_cover {
    flex-direction: column;
    align-items: center;
  }
}
.header_contacts_box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .header_contacts_box {
    flex-direction: column;
    align-items: center;
  }
}
.header_name_contact_box {
  font-size: 0.825vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #e28500;
}
@media screen and (max-width: 800px) {
  .header_name_contact_box {
    font-size: 2.85vw;
  }
}
.header_contact_number {
  font-size: 1.1vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 400;
  color: #ffffff;
  line-height: 90%;
}
@media screen and (max-width: 800px) {
  .header_contact_number {
    font-size: 3.8vw;
  }
}
.open_more_contacts_btn {
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  height: 2.8vw;
  border-radius: 20px;
  outline: 2px solid #323232;
  background: url(/public/img/triangl_white.png);
  background-position: center center;
  background-size: 1.5vw;
  background-repeat: no-repeat;
  background-color: rgba(30, 30, 30, 0.4);
  cursor: pointer;
}
.open_more_contacts_btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header_hidden_contacts_body {
  width: 25vw;
  padding: 1vw 5%;
  height: 10vw;
  position: absolute;
  background-color: #282828;
  outline: 5px solid #323232;
  outline-offset: -4px;
  right: -6%;
  top: 115%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 1vw;
  /* --- АНИМАЦИЯ --- */
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.35s ease;
}
@media screen and (max-width: 800px) {
  .header_hidden_contacts_body {
    flex-direction: column;
    align-items: center;
  }
}
.header_hidden_contacts_body.open {
  max-height: 8vw;
  opacity: 1;
}
.open_more_contacts_btn.active {
  transform: rotate(180deg);
  transition: 0.3s ease;
}
.header_information {
  width: 55%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding-top: 16vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .header_information {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_information {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_information {
    margin-top: 15vw;
    width: 92%;
    padding: 6vw 2%;
    margin-bottom: 3vw;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(6px);
    outline: 5px solid rgba(235, 235, 235, 0.3);
  }
}
h1 {
  font-size: 3.85vw;
  font-family: 'Rubik One', 'Arial';
  font-weight: 600;
  color: #f0f0f0;
  text-transform: uppercase;
  line-height: 90%;
  text-shadow: 2px 2px 0 rgba(40, 40, 40, 0.5), -2px 2px 0 rgba(40, 40, 40, 0.5), 2px -2px 0 rgba(40, 40, 40, 0.5), -2px -2px 0 rgba(40, 40, 40, 0.5);
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 13.3vw;
  }
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 8vw;
    text-align: center;
  }
}
.h1_subtitle {
  font-size: 1.54vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .h1_subtitle {
    font-size: 5.32vw;
  }
}
@media screen and (max-width: 800px) {
  .h1_subtitle {
    text-align: center;
  }
}
.header_information_line {
  width: 10vw;
  height: 2px;
  background-color: #fff;
  filter: blur(1px);
  backdrop-filter: blur(2px);
  margin: 0.7vw 0;
}
@media screen and (max-width: 800px) {
  .header_information_line {
    margin: 3vw auto;
  }
}
.header_description {
  width: 80%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.1vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .header_description {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_description {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 800px) {
  .header_description {
    text-align: center;
    margin-bottom: 8vw;
  }
}
.header_center_contact_block {
  margin-top: 1vw;
  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', 'Arial';
  font-weight: 600;
  color: #ffffff;
  background-color: #e28500;
  padding: 0.8vw 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: 3.04vw;
  }
}
.header_consultation_btn:hover {
  background-color: #da6a00;
  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: 0.4vw;
  gap: 0.5vw;
}
@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: #e28500;
  padding: 0.65vw 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', 'Arial';
  font-weight: 800;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .header_center_contact_phone .phone_title {
    font-size: 3.42vw;
  }
}
@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', 'Arial';
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .header_center_contact_phone .phone_num {
    font-size: 4.56vw;
  }
}
@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;
  }
}
.header_media_links {
  width: 24%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6vw 1vw;
  margin-top: 5vw;
}
@media screen and (max-width: 800px) {
  .header_media_links {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_media_links {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_media_links {
    flex-direction: row;
    margin-top: 3vw;
  }
}
.header_media_links_title {
  width: 100%;
  text-align: center;
  font-size: 1.21vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .header_media_links_title {
    font-size: 4.18vw;
  }
}
@media screen and (max-width: 800px) {
  .header_media_links_title {
    margin-bottom: 2vw;
    color: #e28500;
    font-size: 200%;
    font-weight: 800;
  }
}
.media_link_img_cover {
  width: 2.5vw;
  height: auto;
  outline: unset;
  outline-offset: -2px;
}
.media_link_img_cover img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .media_link_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.media_link_img_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .media_link_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .media_link_img_cover {
    width: 8vw;
  }
}
.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 + .header_center {
  margin-top: 10vw;
}
/* Product_card@furniture_product_page.less */
h1 {
  font-size: 4.5vw;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 6vw;
    text-align: center;
    font-family: 'Pragmatica';
    line-height: 130%;
  }
}
.product-card {
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  margin: 0 auto;
  background: #f5f3f1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 2vw 2%;
  gap: 2%;
}
@media screen and (max-width: 800px) {
  .product-card {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .product-card {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .product-card {
    width: 96%;
    padding: 5vw 2%;
  }
}
.product-gallery {
  width: 58%;
  height: auto;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
  flex-direction: row-reverse;
  gap: 15px;
  background-color: #fff;
  padding: 0.6vw 1%;
}
@media screen and (max-width: 800px) {
  .product-gallery {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .product-gallery {
    flex-direction: column;
  }
}
.gallery-main {
  flex: 1;
  background: #ddd;
  position: relative;
}
.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-main-left-btn {
  position: absolute;
  left: 0;
  top: 45%;
  width: 4vw;
  height: 4vw;
  background: url(/public/img/arrow_slider_left.png), rgba(40, 40, 40, 0.2);
  background-position: 43% center;
  background-size: 2vw;
  background-repeat: no-repeat;
  opacity: 0.6;
  transition: 0.5s;
}
.gallery-main-left-btn:hover {
  background: url(/public/img/arrow_slider_left.png), rgba(40, 40, 40, 0.5);
  background-position: 43% center;
  background-size: 2vw;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .gallery-main-left-btn:hover {
    background-size: 7vw;
  }
}
@media screen and (max-width: 800px) {
  .gallery-main-left-btn {
    width: 15vw;
    height: 15vw;
    background-position: 43% center;
    background-size: 10vw;
  }
}
.gallery-main-right-btn {
  position: absolute;
  right: 0;
  top: 45%;
  width: 4vw;
  height: 4vw;
  background: url(/public/img/arrow_slider_right.png), rgba(40, 40, 40, 0.2);
  background-position: 43% center;
  background-size: 2vw;
  background-repeat: no-repeat;
  opacity: 0.6;
  transition: 0.5s;
}
.gallery-main-right-btn:hover {
  background: url(/public/img/arrow_slider_right.png), rgba(40, 40, 40, 0.5);
  background-position: 43% center;
  background-size: 2vw;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .gallery-main-right-btn:hover {
    background-size: 7vw;
  }
}
@media screen and (max-width: 800px) {
  .gallery-main-right-btn {
    width: 15vw;
    height: 15vw;
    background-position: 43% center;
    background-size: 10vw;
  }
}
.gallery-main:hover .gallery-main-left-btn,
.gallery-main:hover .gallery-main-right-btn {
  opacity: 1;
}
.gallery-thumbs {
  width: 90px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 800px) {
  .gallery-thumbs {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2vw 0.5%;
    width: 100%;
  }
}
.active_thumb {
  outline: 2px solid #e28500;
}
.gallery-thumbs img {
  width: 100%;
  cursor: pointer;
  border: 2px solid transparent;
}
@media screen and (max-width: 800px) {
  .gallery-thumbs img {
    width: 22%;
  }
}
.gallery-thumbs img:hover {
  border-color: #b88a5a;
}
.product-info {
  width: 38%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 800px) {
  .product-info {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .product-info {
    background-color: #fff;
    margin-top: 5vw;
    gap: 0px;
  }
}
.product-title {
  font-size: 1.76vw;
  font-family: 'Pragmatica', 'Arial';
  font-weight: 600;
  color: #282828;
}
@media screen and (max-width: 800px) {
  .product-title {
    font-size: 6.08vw;
  }
}
@media screen and (max-width: 800px) {
  .product-title {
    width: 90%;
    padding: 2vw 5%;
    text-align: center;
  }
}
.product-meta {
  background-color: #e28500;
  padding: 0.5vw 1vw;
  font-size: 1.43vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #ffffff;
  width: fit-content;
}
@media screen and (max-width: 800px) {
  .product-meta {
    font-size: 4.94vw;
  }
}
@media screen and (max-width: 800px) {
  .product-meta {
    padding: 3vw 0;
    width: 100%;
    text-align: center;
    background-color: #282828;
  }
}
.product-price {
  font-size: 1.76vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #282828;
  color: #2b2b2b;
}
@media screen and (max-width: 800px) {
  .product-price {
    font-size: 6.08vw;
  }
}
@media screen and (max-width: 800px) {
  .product-price {
    padding: 3vw 0;
    width: 100%;
    text-align: center;
    background-color: #e28500;
    color: #fff;
  }
}
.product-description {
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 1.1vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 400;
  color: #282828;
  padding: 0.6vw 2%;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .product-description {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .product-description {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 800px) {
  .product-description {
    width: 96%;
    padding: 3vw 2%;
  }
}
.product-other-info {
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #f5f3f1;
}
@media screen and (max-width: 800px) {
  .product-other-info {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .product-other-info {
    flex-direction: column;
    align-items: center;
  }
}
.product-other-info-navigation {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.6vw;
  background-color: #e28500;
}
@media screen and (max-width: 800px) {
  .product-other-info-navigation {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .product-other-info-navigation {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .product-other-info-navigation {
    align-items: center;
    display: none;
  }
}
.product-other-info-navigation-btn {
  padding: 0.5vw 1vw;
  font-size: 1.221vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  background-color: #d87b00;
  border-right: #c46700;
}
@media screen and (max-width: 800px) {
  .product-other-info-navigation-btn {
    font-size: 4.218vw;
  }
}
.product-other-info-navigation-btn:hover {
  background-color: #ce7100;
}
@media screen and (max-width: 800px) {
  .product-other-info-navigation-btn {
    width: 80%;
    text-align: center;
    padding: 4vw 0;
  }
}
.product-other-info-cover {
  width: 100%;
  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) {
  .product-other-info-cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .product-other-info-cover {
    flex-direction: column;
    align-items: center;
  }
}
.product-other-info-cover > section {
  display: none;
}
@media screen and (max-width: 800px) {
  .product-other-info-cover > section {
    display: flex;
  }
}
.product-other-info-cover section:first-child {
  display: flex;
}
.product-other-info-cover > .active {
  display: flex;
}
div.product-other-info-navigation-btn.active {
  background-color: #c46700;
}
.product-video {
  width: 90%;
  height: 80vh;
}
@media screen and (max-width: 800px) {
  .product-video {
    width: 100%;
    height: 40vh;
    order: 2;
  }
}
.open-product-form-btn {
  padding: 0.4vw 5%;
  font-size: 1.32vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #ffffff;
  background-color: #e28500;
  padding-bottom: 0.5vw;
  cursor: pointer;
  transition: 0.6s;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .open-product-form-btn {
    font-size: 4.56vw;
  }
}
.open-product-form-btn:hover {
  background-color: #c46700;
}
@media screen and (max-width: 800px) {
  .open-product-form-btn {
    padding: 5vw 5%;
  }
}
/* Catalog@search_form.less */
.search_window_mask {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: flex-start;
  justify-content: center;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
@media screen and (max-width: 800px) {
  .search_window_mask {
    align-items: center;
  }
}
.search_window_mask.active {
  display: flex;
}
.search_window {
  width: 98%;
  margin-top: 10px;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  position: relative;
}
.search_form {
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1%;
}
@media screen and (max-width: 800px) {
  .search_form {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .search_form {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .search_form {
    gap: 3vw 2px;
  }
}
.search_form input[type="text"] {
  flex: 1;
  padding: 0.5vw;
  width: 70%;
  font-size: 1.21vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 800px) {
  .search_form input[type="text"] {
    font-size: 4.18vw;
  }
}
@media screen and (max-width: 800px) {
  .search_form input[type="text"] {
    width: 96%;
    padding: 3vw 2%;
    background-color: #f5f5f5;
  }
}
.search_form input[type="submit"] {
  padding: 0.6vw 2vw;
  font-size: 1.32vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #ffffff;
  background-color: #e28500;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .search_form input[type="submit"] {
    font-size: 4.56vw;
  }
}
@media screen and (max-width: 800px) {
  .search_form input[type="submit"] {
    padding: 3vw 10%;
    width: 100%;
    text-align: center;
  }
}
.close_window {
  cursor: pointer;
  font-size: 1.32vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #ffffff;
  background-color: #e28500;
  padding: 0.4vw 1vw;
  padding-bottom: 0.6vw;
}
@media screen and (max-width: 800px) {
  .close_window {
    font-size: 4.56vw;
  }
}
@media screen and (max-width: 800px) {
  .close_window {
    position: absolute;
    top: -11vw;
    right: 1vw;
    padding: 3vw 4vw;
    font-size: 5vw;
  }
}
/* Characteristics_system@Product_characteristics.less */
.product-specs {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  background: #f5f3f1;
  padding: 2vw 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .product-specs {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .product-specs {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .product-specs {
    width: 96%;
    padding: 5vw 2%;
  }
}
.specs-title {
  font-size: 1.65vw;
  font-family: 'Pragmatica', 'Arial';
  font-weight: 600;
  color: #282828;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .specs-title {
    font-size: 5.7vw;
  }
}
@media screen and (max-width: 800px) {
  .specs-title {
    text-align: center;
  }
}
.specs-list {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.6vw;
}
@media screen and (max-width: 800px) {
  .specs-list {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .specs-list {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .specs-list {
    gap: 4vw 0;
  }
}
.spec-item {
  width: 98%;
  height: auto;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding: 0.9vw 1%;
}
@media screen and (max-width: 800px) {
  .spec-item {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .spec-item {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .spec-item {
    width: 96%;
    padding: 2vw 2%;
    gap: 2vw 0;
  }
}
.spec-item:last-child {
  border-bottom: none;
}
.spec-name {
  width: 30%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.155vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 800;
  color: #282828;
}
@media screen and (max-width: 800px) {
  .spec-name {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .spec-name {
    font-size: 3.99vw;
  }
}
@media screen and (max-width: 800px) {
  .spec-name::after {
    content: ": ";
    font-size: 4vw;
    font-weight: 400;
  }
}
.spec-value {
  width: 56%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 1.155vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #282828;
  border-left: 1px dashed rgba(40, 40, 40, 0.3);
}
@media screen and (max-width: 800px) {
  .spec-value {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .spec-value {
    font-size: 3.99vw;
  }
}
@media screen and (max-width: 800px) {
  .spec-value {
    border-left: unset;
    border-top: 1px dashed rgba(40, 40, 40, 0.3);
    padding-top: 2vw;
    padding-bottom: 1vw;
  }
}
/* OrderConditions@OrderConditions.less */
.contact-info {
  width: 98%;
  height: auto;
  padding-left: 1%;
  padding-right: 1%;
  padding: 2vw 1%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .contact-info {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .contact-info {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .contact-info {
    width: 95%;
    padding: 6vw 2.5%;
  }
}
.contact-info__block {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 800px) {
  .contact-info__block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.contact-info__block p {
  font-size: 1.155vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 400;
  color: #282828;
}
@media screen and (max-width: 800px) {
  .contact-info__block p {
    font-size: 3.99vw;
  }
}
.contact-info__title {
  font-size: 1.32vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #282828;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .contact-info__title {
    font-size: 4.56vw;
  }
}
.contact-info__subtitle {
  margin-bottom: 12px;
  font-size: 1.21vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #282828;
}
@media screen and (max-width: 800px) {
  .contact-info__subtitle {
    font-size: 4.18vw;
  }
}
.contact-info__text {
  font-size: 1.1vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 400;
  color: #282828;
  margin-bottom: 12px;
}
@media screen and (max-width: 800px) {
  .contact-info__text {
    font-size: 3.8vw;
  }
}
.contact-info__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .contact-info__list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 1vw;
    align-items: flex-start;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .contact-info__list {
    flex-direction: column;
    align-items: center;
  }
}
.contact-info__list li {
  position: relative;
  padding-left: 1vw;
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 1.1vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 400;
  color: #282828;
}
@media screen and (max-width: 800px) {
  .contact-info__list li {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 800px) {
  .contact-info__list li {
    width: 100%;
    margin-bottom: 8px;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .contact-info__list li strong {
    display: inline-flex;
    padding: 0 0.6vw;
  }
}
.contact-info__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 1.43vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #282828;
  line-height: 1;
  color: #444;
}
@media screen and (max-width: 800px) {
  .contact-info__list li::before {
    font-size: 4.94vw;
  }
}
@media screen and (max-width: 800px) {
  .contact-info__list li::before {
    line-height: 40%;
    left: -1vw;
  }
}
.contact-info__list--columns {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 1vw;
  align-items: flex-start;
}
@media screen and (max-width: 800px) {
  .contact-info__list--columns {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .contact-info__list--columns {
    align-items: flex-start;
  }
}
.contact-info__footer {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  font-size: 1.43vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #e28500;
  color: #444;
}
@media screen and (max-width: 800px) {
  .contact-info__footer {
    font-size: 4.94vw;
  }
}
@media screen and (max-width: 800px) {
  .contact-info__footer {
    font-size: 3.2vw;
  }
}
/* template@footer.less */
/*FOOTER*/
footer {
  background-color: #282828;
  border-bottom: 10px solid #e28500;
  border-top: 10px solid #e28500;
  min-height: 15vw;
}
.footer__box {
  width: 94%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  justify-content: space-between;
  margin-left: 3%;
  margin-right: 3%;
  padding-top: 2vw;
  padding-bottom: 1vw;
  border-bottom: 5px solid #3c3c3c;
}
@media screen and (max-width: 800px) {
  .footer__box {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .footer__box {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .footer__box {
    padding-bottom: 5vw;
  }
}
.img__title__box {
  display: flex;
  align-items: center;
}
.img__title__box .footer__title {
  padding-left: 0.5vw;
  font-size: 140%;
  font-weight: 400;
  font-family: 'Pragmatica';
}
@media screen and (max-width: 800px) {
  .img__title__box {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2vw;
    margin-top: 4vw;
  }
}
.footer__item {
  font-size: 1.21vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 400;
  color: #ffffff;
  width: 20%;
}
@media screen and (max-width: 800px) {
  .footer__item {
    font-size: 4.18vw;
  }
}
.footer__item .footer__wrapper__img {
  width: 2.2vw;
  height: 2.2vw;
  outline: unset;
  outline-offset: -2px;
  padding: 0.5vw;
  background-color: #e28500;
  border: 2px solid #FFF;
  border-radius: 15px;
}
.footer__item .footer__wrapper__img img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .footer__item .footer__wrapper__img {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.footer__item .footer__wrapper__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .footer__item .footer__wrapper__img {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .footer__item .footer__wrapper__img {
    width: 12%;
    padding: 3vw;
  }
}
@media screen and (max-width: 800px) {
  .footer__item {
    width: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3vw;
  }
}
.footer__content__box {
  display: flex;
  flex-direction: column;
  padding-left: 4vw;
  padding-top: 0.5vw;
}
.footer__content__box .footer__change__weight {
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .footer__content__box {
    text-align: center;
    align-items: center;
    padding-left: 0;
  }
}
.logo__media__box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1vw;
  margin-bottom: 2vw;
}
@media screen and (max-width: 800px) {
  .logo__media__box > a {
    width: 100%;
    width: 70%;
    height: auto;
    outline: unset;
    outline-offset: -2px;
    display: flex;
  }
  .logo__media__box > a img {
    object-fit: contein;
    height: 100%;
    width: 100%;
  }
  .logo__media__box > a img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .logo__media__box > a {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .logo__media__box > a {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.footer__media {
  width: 10%;
  display: flex;
  justify-content: space-around;
  padding-left: 45%;
  padding-right: 45%;
  margin-top: 0.5vw;
}
@media screen and (max-width: 800px) {
  .footer__media {
    gap: 4vw;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
}
.footer__media img {
  width: 2vw;
  height: 2vw;
}
@media screen and (max-width: 800px) {
  .footer__media img {
    width: 11vw;
    height: 11vw;
  }
}
/*FOOTER*/
/* Catalog@modal_menu.less */
.modal_menu_window {
  width: 100vw;
  height: 100dvh;
  position: fixed;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  z-index: 1000;
  top: 0;
  left: -104vw;
  transition: left 0.6s ease;
}
@media screen and (max-width: 800px) {
  .modal_menu_window {
    flex-direction: column;
    align-items: center;
  }
}
.modal_menu_window_mask {
  width: 100vw;
  height: 100dvh;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(2px);
  backdrop-filter: blur(10px);
  background-color: rgba(30, 30, 30, 0.6);
  z-index: 0;
}
.modal_menu_window_navigation_cover {
  width: 30vw;
  height: 100dvh;
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 3px solid #bc4c00;
}
@media screen and (max-width: 800px) {
  .modal_menu_window_navigation_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .modal_menu_window_navigation_cover {
    border-right: 0px solid #bc4c00;
    width: 92%;
    padding: 0 2%;
    overflow-y: scroll;
  }
}
/* Стилизация скроллбара внутри блока */
.modal_menu_window_navigation_cover::-webkit-scrollbar {
  width: 1px;
}
.modal_menu_window_navigation_cover::-webkit-scrollbar-track {
  background: #e0e0e0;
}
.modal_menu_window_navigation_cover::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #4b6cb7, #182848);
  border-radius: 5px;
}
.navigation_list {
  width: 86%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.6vw;
}
@media screen and (max-width: 800px) {
  .navigation_list {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .navigation_list {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .navigation_list {
    gap: 3vw;
  }
}
.navigation_list li {
  width: 94%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  list-style: none;
  font-size: 1.32vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #282828;
  padding: 0.1vw 3%;
  background: rgba(40, 40, 40, 0.1);
  outline: 1px solid rgba(40, 40, 40, 0.15);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .navigation_list li {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .navigation_list li {
    font-size: 4.56vw;
  }
}
@media screen and (max-width: 800px) {
  .navigation_list li {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .navigation_list li {
    padding: 3vw 3%;
    width: 94%;
  }
}
.menu_logo_cover {
  width: 65%;
  height: 5vw;
  outline: unset;
  outline-offset: -2px;
  margin-bottom: 2vw;
}
.menu_logo_cover img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .menu_logo_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.menu_logo_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .menu_logo_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .menu_logo_cover {
    width: 45%;
  }
}
.hiden_catalogs_list {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .hiden_catalogs_list {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .hiden_catalogs_list {
    flex-direction: column;
    align-items: center;
  }
}
.hiden_catalogs_list a {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  .hiden_catalogs_list a {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.category_cover {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  transition: height 1s;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0.2vw 0;
}
@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 {
    flex-direction: column;
    align-items: center;
  }
}
.category_cover a {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}
@media screen and (max-width: 800px) {
  .category_cover a {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.open_menu_sublict_btn {
  position: absolute;
  right: -1vw;
  width: 1.2vw;
  height: auto;
  outline: unset;
  outline-offset: -2px;
  cursor: pointer;
  transition: 0.6s;
  padding: 0.5vw 1.5vw;
  background-color: rgba(40, 40, 40, 0.3);
  border-radius: 10px 0 0 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.open_menu_sublict_btn img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .open_menu_sublict_btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.open_menu_sublict_btn img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .open_menu_sublict_btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .open_menu_sublict_btn {
    flex-direction: column;
    align-items: center;
  }
}
.open_menu_sublict_btn img {
  transition: 0.6s;
}
.open_menu_sublict_btn:hover img {
  transform: rotate(90deg);
}
.open_menu_sublict_btn:hover {
  background-color: #e28500;
}
@media screen and (max-width: 800px) {
  .open_menu_sublict_btn {
    width: 4vw;
    height: 4vw;
    padding: 1.5vw 5vw;
  }
}
.active_sublist {
  max-height: 1000px;
  padding-top: 1vw;
  padding-bottom: 1vw;
  gap: 0.4vw;
}
.open_menu_sublict_btn img.rotated {
  transform: rotate(180deg);
}
/* template@header_forma.less */
.forma_fixed_block {
  width: 100vw;
  height: 100dvh;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
  left: -103vw;
  z-index: 1000;
  transition: 2s;
}
@media screen and (max-width: 800px) {
  .forma_fixed_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.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;
}
@media screen and (max-width: 800px) {
  .forma_mask {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.modal_forma_body {
  width: 40vw;
  height: 100dvh;
  padding-left: 1vw;
  padding-right: 1vw;
  background-color: rgba(255, 255, 255, 0.6);
  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;
  }
}
@media screen and (max-width: 800px) {
  .modal_forma_body {
    width: 94%;
    padding: 2vw 3%;
    background-color: rgba(205, 205, 205, 0.6);
  }
}
.data_select_group {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2%;
}
@media screen and (max-width: 800px) {
  .data_select_group {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .data_select_group {
    flex-direction: column;
    align-items: center;
  }
}
.data_select_group label {
  font-size: 1.1vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #ffffff;
  padding-right: 1vw;
}
@media screen and (max-width: 800px) {
  .data_select_group label {
    font-size: 3.8vw;
  }
}
.forma_title_type_1 {
  width: 94%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 1.76vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #282828;
}
@media screen and (max-width: 800px) {
  .forma_title_type_1 {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .forma_title_type_1 {
    font-size: 6.08vw;
  }
}
.forma_subtitle_type_1 {
  width: 94%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 1.32vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 400;
  color: #282828;
  padding-bottom: 2vw;
}
@media screen and (max-width: 800px) {
  .forma_subtitle_type_1 {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .forma_subtitle_type_1 {
    font-size: 4.56vw;
  }
}
@media screen and (max-width: 800px) {
  .forma_subtitle_type_1 {
    margin-bottom: 5vw;
  }
}
.forma_type1 {
  width: 95%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}
@media screen and (max-width: 800px) {
  .forma_type1 {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.forma_fixed_block .custom-checkbox + label::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -0.1vw;
  top: 0.7vw;
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #282828;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .forma_fixed_block .custom-checkbox + label::before {
    border: 1px solid #fff;
    top: unset;
  }
}
.forma_fixed_block .open_forma_select {
  width: 98%;
}
.forma_type1_input {
  width: 93%;
  padding: 12px 14px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  transition: border-color 0.2s, box-shadow 0.2s;
  font-size: 1.32vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #282828;
}
@media screen and (max-width: 800px) {
  .forma_type1_input {
    font-size: 4.56vw;
  }
}
.forma_type1_input:focus {
  outline: none;
  border-color: #bc4c00;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}
.reglamation_cover {
  position: relative;
}
.forma_fixed_block .custom-checkbox {
  appearance: none;
  width: 2.5vw;
  height: 2.5vw;
  border: 1.5px solid #282828;
  border-radius: 4px;
  margin-top: 2px;
  cursor: pointer;
  position: relative;
}
.forma_fixed_block .custom-checkbox:checked {
  background-color: #e28500;
  border-color: #c46700;
}
.forma_fixed_block .custom-checkbox:checked::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.forma_fixed_block .regulationsLabel {
  line-height: 1.4;
  border-color: #0a0a0a;
  font-size: 0.9350000000000001vw;
  font-family: 'arial', 'Arial';
  font-weight: 400;
  color: #282828;
}
@media screen and (max-width: 800px) {
  .forma_fixed_block .regulationsLabel {
    font-size: 3.23vw;
  }
}
@media screen and (max-width: 800px) {
  .forma_fixed_block .regulationsLabel {
    width: 92%;
    padding-left: 8%;
    display: flex;
    align-items: center;
  }
}
.send_btn {
  margin-top: 10px;
  padding: 12px 16px;
  text-align: center;
  background: #e28500;
  font-size: 1.32vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #ffffff;
  border-radius: 8px;
  cursor: pointer;
  transition: background .2s, transform .1s;
}
@media screen and (max-width: 800px) {
  .send_btn {
    font-size: 4.56vw;
  }
}
.send_btn:hover {
  background: #a83800;
}
.send_btn:active {
  transform: translateY(1px);
}
.forma_fixed_block .formaInfoWindow {
  display: none;
  margin-top: 10px;
  padding: 12px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 12px;
  color: #344054;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  z-index: 5;
}
@media screen and (max-width: 800px) {
  .forma_fixed_block .formaInfoWindow {
    width: 96%;
    padding: 3vw 2%;
    position: relative;
    top: 0;
    display: block;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 2.6vw;
  }
}
.forma_fixed_block .regulationsLabel:hover ~ .formaInfoWindow {
  display: block;
  font-size: 0.99vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #282828;
}
@media screen and (max-width: 800px) {
  .forma_fixed_block .regulationsLabel:hover ~ .formaInfoWindow {
    font-size: 3.42vw;
  }
}
@media screen and (max-width: 800px) {
  .forma_fixed_block .regulationsLabel:hover ~ .formaInfoWindow {
    color: #fff;
    font-size: 2.6vw;
  }
}
.mail_delivery_confirmation {
  width: 100vw;
  height: 100dvh;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
  left: -103vw;
  z-index: 1000;
  transition: 2s;
}
@media screen and (max-width: 800px) {
  .mail_delivery_confirmation {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.mail_delivery_confirmation_title {
  width: 90%;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 1.87vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #282828;
}
@media screen and (max-width: 800px) {
  .mail_delivery_confirmation_title {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .mail_delivery_confirmation_title {
    font-size: 6.46vw;
  }
}
.mail_delivery_confirmation_text {
  width: 90%;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 1.54vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 400;
  color: #ffffff;
  margin-top: 1vw;
}
@media screen and (max-width: 800px) {
  .mail_delivery_confirmation_text {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .mail_delivery_confirmation_text {
    font-size: 5.32vw;
  }
}
.regulationsGroup {
  flex-direction: row;
  gap: 1.6%;
}
@media screen and (max-width: 800px) {
  .regulationsGroup {
    flex-direction: column;
  }
}
.mail_delivery_confirmation-product {
  width: 100vw;
  height: 100dvh;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
  left: -103vw;
  z-index: 1000;
  transition: 2s;
}
@media screen and (max-width: 800px) {
  .mail_delivery_confirmation-product {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
/* template@header_forma.less */
.forma_fixed_block {
  width: 100vw;
  height: 100dvh;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
  left: -103vw;
  z-index: 1000;
  transition: 2s;
}
@media screen and (max-width: 800px) {
  .forma_fixed_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.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;
}
@media screen and (max-width: 800px) {
  .forma_mask {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.modal_forma_body {
  width: 40vw;
  height: 100dvh;
  padding-left: 1vw;
  padding-right: 1vw;
  background-color: rgba(255, 255, 255, 0.6);
  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;
  }
}
@media screen and (max-width: 800px) {
  .modal_forma_body {
    width: 94%;
    padding: 2vw 3%;
    background-color: rgba(205, 205, 205, 0.6);
  }
}
.data_select_group {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2%;
}
@media screen and (max-width: 800px) {
  .data_select_group {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .data_select_group {
    flex-direction: column;
    align-items: center;
  }
}
.data_select_group label {
  font-size: 1.1vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #ffffff;
  padding-right: 1vw;
}
@media screen and (max-width: 800px) {
  .data_select_group label {
    font-size: 3.8vw;
  }
}
.forma_title_type_1 {
  width: 94%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 1.76vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #282828;
}
@media screen and (max-width: 800px) {
  .forma_title_type_1 {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .forma_title_type_1 {
    font-size: 6.08vw;
  }
}
.forma_subtitle_type_1 {
  width: 94%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 1.32vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 400;
  color: #282828;
  padding-bottom: 2vw;
}
@media screen and (max-width: 800px) {
  .forma_subtitle_type_1 {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .forma_subtitle_type_1 {
    font-size: 4.56vw;
  }
}
@media screen and (max-width: 800px) {
  .forma_subtitle_type_1 {
    margin-bottom: 5vw;
  }
}
.forma_type1 {
  width: 95%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}
@media screen and (max-width: 800px) {
  .forma_type1 {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.forma_fixed_block .custom-checkbox + label::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -0.1vw;
  top: 0.7vw;
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #282828;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .forma_fixed_block .custom-checkbox + label::before {
    border: 1px solid #fff;
    top: unset;
  }
}
.forma_fixed_block .open_forma_select {
  width: 98%;
}
.forma_type1_input {
  width: 93%;
  padding: 12px 14px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  transition: border-color 0.2s, box-shadow 0.2s;
  font-size: 1.32vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #282828;
}
@media screen and (max-width: 800px) {
  .forma_type1_input {
    font-size: 4.56vw;
  }
}
.forma_type1_input:focus {
  outline: none;
  border-color: #bc4c00;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}
.reglamation_cover {
  position: relative;
}
.forma_fixed_block .custom-checkbox {
  appearance: none;
  width: 2.5vw;
  height: 2.5vw;
  border: 1.5px solid #282828;
  border-radius: 4px;
  margin-top: 2px;
  cursor: pointer;
  position: relative;
}
.forma_fixed_block .custom-checkbox:checked {
  background-color: #e28500;
  border-color: #c46700;
}
.forma_fixed_block .custom-checkbox:checked::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.forma_fixed_block .regulationsLabel {
  line-height: 1.4;
  border-color: #0a0a0a;
  font-size: 0.9350000000000001vw;
  font-family: 'arial', 'Arial';
  font-weight: 400;
  color: #282828;
}
@media screen and (max-width: 800px) {
  .forma_fixed_block .regulationsLabel {
    font-size: 3.23vw;
  }
}
@media screen and (max-width: 800px) {
  .forma_fixed_block .regulationsLabel {
    width: 92%;
    padding-left: 8%;
    display: flex;
    align-items: center;
  }
}
.send_btn {
  margin-top: 10px;
  padding: 12px 16px;
  text-align: center;
  background: #e28500;
  font-size: 1.32vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #ffffff;
  border-radius: 8px;
  cursor: pointer;
  transition: background .2s, transform .1s;
}
@media screen and (max-width: 800px) {
  .send_btn {
    font-size: 4.56vw;
  }
}
.send_btn:hover {
  background: #a83800;
}
.send_btn:active {
  transform: translateY(1px);
}
.forma_fixed_block .formaInfoWindow {
  display: none;
  margin-top: 10px;
  padding: 12px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 12px;
  color: #344054;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  z-index: 5;
}
@media screen and (max-width: 800px) {
  .forma_fixed_block .formaInfoWindow {
    width: 96%;
    padding: 3vw 2%;
    position: relative;
    top: 0;
    display: block;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 2.6vw;
  }
}
.forma_fixed_block .regulationsLabel:hover ~ .formaInfoWindow {
  display: block;
  font-size: 0.99vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #282828;
}
@media screen and (max-width: 800px) {
  .forma_fixed_block .regulationsLabel:hover ~ .formaInfoWindow {
    font-size: 3.42vw;
  }
}
@media screen and (max-width: 800px) {
  .forma_fixed_block .regulationsLabel:hover ~ .formaInfoWindow {
    color: #fff;
    font-size: 2.6vw;
  }
}
.mail_delivery_confirmation {
  width: 100vw;
  height: 100dvh;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
  left: -103vw;
  z-index: 1000;
  transition: 2s;
}
@media screen and (max-width: 800px) {
  .mail_delivery_confirmation {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.mail_delivery_confirmation_title {
  width: 90%;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 1.87vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #282828;
}
@media screen and (max-width: 800px) {
  .mail_delivery_confirmation_title {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .mail_delivery_confirmation_title {
    font-size: 6.46vw;
  }
}
.mail_delivery_confirmation_text {
  width: 90%;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 1.54vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 400;
  color: #ffffff;
  margin-top: 1vw;
}
@media screen and (max-width: 800px) {
  .mail_delivery_confirmation_text {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .mail_delivery_confirmation_text {
    font-size: 5.32vw;
  }
}
.regulationsGroup {
  flex-direction: row;
  gap: 1.6%;
}
@media screen and (max-width: 800px) {
  .regulationsGroup {
    flex-direction: column;
  }
}
.mail_delivery_confirmation-product {
  width: 100vw;
  height: 100dvh;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
  left: -103vw;
  z-index: 1000;
  transition: 2s;
}
@media screen and (max-width: 800px) {
  .mail_delivery_confirmation-product {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
