/* 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: 'Inter';
  src: url(/storage/fonts/Inter_Black.ttf);
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/storage/fonts/Inter_Bold.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), #181819;
  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: #facf40;
  border-color: #e6bb2c;
  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: #facf40;
  border-color: #e6bb2c;
}
/* стили для чекбокса, находящегося в фокусе */
.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: #facf40;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 0.7vw;
  border: 1px solid #facf40;
  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(250, 207, 64, 0.5);
    padding: 1vw 3%;
  }
}
.windowFormSubmit {
  width: 26%;
  color: #fff;
  font-size: 1.3vw;
  font-family: tahoma;
  z-index: 3;
  outline: 1px solid #ffdb4c;
  padding-top: 0.4vw;
  padding-bottom: 0.4vw;
  padding-left: 5%;
  padding-right: 5%;
  border-radius: 35px;
  background: #facf40;
  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: #facf40;
  }
}
.formBlock {
  width: 32%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  position: absolute;
  background: url(/public/img/form_bg.png), #313131;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right center;
  right: 5%;
  border: 1px solid #facf40;
  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: #181819;
  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: #181819;
  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: #313131;
}
input::-moz-placeholder {
  color: #313131;
  opacity: 1;
  /* Убирает прозрачность в Firefox */
}
input:-ms-input-placeholder {
  color: #313131;
}
input::placeholder {
  color: #313131;
}
textarea::-webkit-input-placeholder {
  color: #313131;
}
textarea::-moz-placeholder {
  color: #313131;
  opacity: 1;
  /* Убирает прозрачность в Firefox */
}
textarea:-ms-input-placeholder {
  color: #313131;
}
textarea::placeholder {
  color: #313131;
}
.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(24, 24, 25, 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: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  header {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  header {
    width: 94%;
    padding: 10vw 3%;
  }
}
.header_line {
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0.7vw 2%;
  gap: 4%;
}
@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;
  }
}
.logo_cover {
  width: 14vw;
  height: 4vw;
  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;
  }
}
@media screen and (max-width: 800px) {
  .logo_cover {
    padding: 7vw 15%;
    width: 70%;
  }
}
.phones_line {
  width: 50%;
  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;
  gap: 4%;
}
@media screen and (max-width: 800px) {
  .phones_line {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .phones_line {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .phones_line {
    gap: 2vw 0;
    padding-bottom: 5vw;
  }
}
.phone_cover {
  padding-left: 2vw;
  background-image: url(/public/img/phone_black.png);
  background-position: 0 center;
  background-size: 1.4vw 1.4vw;
  background-repeat: no-repeat;
  font-size: 1.32vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #181819;
}
@media screen and (max-width: 800px) {
  .phone_cover {
    font-size: 4.56vw;
  }
}
@media screen and (max-width: 800px) {
  .phone_cover {
    background-size: 4.4vw 4.4vw;
    padding-left: 5vw;
    width: 48%;
  }
}
.buttons_cover {
  width: 26%;
  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;
}
@media screen and (max-width: 800px) {
  .buttons_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .buttons_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .buttons_cover {
    padding-bottom: 4vw;
  }
}
.header_top_button {
  font-size: 1.045vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 800;
  color: #181819;
  border-radius: 15px;
  outline: 2px solid #181819;
  padding: 0.5vw 2vw;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 800px) {
  .header_top_button {
    font-size: 3.61vw;
  }
}
.header_top_button:hover {
  background-color: #181819;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .header_top_button {
    padding: 3vw 5vw;
  }
}
.menu_btn {
  padding-left: 3vw;
  background-image: url(/public/img/burger__w.png);
  background-position: 12% 55%;
  background-size: 1.4vw 1.4vw;
  background-repeat: no-repeat;
}
.menu_btn:hover {
  background-image: url(/public/img/menu.png);
  background-position: 10% 55%;
  background-size: 1.6vw 1.6vw;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .menu_btn {
    position: fixed;
    z-index: 999;
    top: 1vh;
    margin: 0 auto;
    background-color: rgba(250, 207, 64, 0.9);
    width: 55%;
    padding: 2vw 0;
    text-align: center;
    background-image: url(/public/img/burger__w.png);
    background-position: 26% 48%;
    background-size: 5.4vw 5.4vw;
    background-repeat: no-repeat;
  }
}
.header_center {
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  background: linear-gradient(rgba(41, 38, 33, 0.8149999999999999), rgba(41, 38, 33, 0.8149999999999999)), url(/public/img/header_fon.webp);
  background-position: center;
  background-size: 120% auto;
  border-top: 5px solid #181819;
  border-bottom: 5px solid #181819;
  min-height: 60vh;
}
@media screen and (max-width: 800px) {
  .header_center {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_center {
    width: 94%;
    padding: 6vw 3%;
    background: linear-gradient(rgba(41, 38, 33, 0.8149999999999999), rgba(41, 38, 33, 0.8149999999999999)), url(/public/img/header_fon2.webp);
    background-size: 100%;
  }
}
.header_h_line {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 6vw;
}
@media screen and (max-width: 800px) {
  .header_h_line {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_h_line {
    flex-direction: column;
    align-items: center;
  }
}
.h1_cover_block {
  width: 32%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .h1_cover_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .h1_cover_block {
    flex-direction: column;
    align-items: center;
  }
}
header h1,
.header_h1 {
  width: 100%;
  font-size: 2.09vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  header h1,
  .header_h1 {
    font-size: 7.22vw;
  }
}
header h1 span,
.header_h1 span {
  display: block;
  font-size: 2.09vw;
  font-family: 'Iner', 'Arial';
  font-weight: 800;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.5vw 1vw;
  margin: 0.2vw 0;
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  header h1 span,
  .header_h1 span {
    font-size: 7.22vw;
  }
}
@media screen and (max-width: 800px) {
  header h1 span,
  .header_h1 span {
    margin-bottom: 3vw;
    font-size: 6vw;
  }
}
@media screen and (max-width: 800px) {
  header h1,
  .header_h1 {
    text-align: center;
    font-size: 5vw;
  }
}
.overtitle_block {
  font-size: 1.1vw;
  font-family: 'Iner', 'Arial';
  font-weight: 800;
  color: #181819;
  background-color: #facf40;
  padding: 0.3vw 1.5vw;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .overtitle_block {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 800px) {
  .overtitle_block {
    text-align: center;
    width: 100%;
    padding: 4vw 0;
    margin-top: 3vw;
    background-color: rgba(250, 207, 64, 0.3);
    display: none;
  }
}
.header_contacts_line {
  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) {
  .header_contacts_line {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_contacts_line {
    flex-direction: column;
    align-items: center;
  }
}
.header_content_left_contacts {
  width: 35%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 3vw;
  gap: 0.5vw;
}
@media screen and (max-width: 800px) {
  .header_content_left_contacts {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_content_left_contacts {
    flex-direction: column;
    align-items: center;
  }
}
.header_consultation_btn {
  font-size: 0.825vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 900;
  color: #181819;
  background-color: #facf40;
  padding: 0.82vw 1vw;
  cursor: pointer;
  transition: 0.4s;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  text-transform: uppercase;
  box-shadow: 4px 4px 0px 0px rgba(43, 43, 42, 0.49);
  -webkit-box-shadow: 4px 4x 0px 0px rgba(43, 43, 42, 0.49);
  -moz-box-shadow: 4px 4px 0px 0px rgba(43, 43, 42, 0.49);
  outline: 2px solid #fff0;
}
@media screen and (max-width: 800px) {
  .header_consultation_btn {
    font-size: 2.85vw;
  }
}
.header_consultation_btn:hover {
  background-color: #0e0e0f;
  color: #fff;
  outline: 2px solid #fff;
}
@media screen and (max-width: 800px) {
  .header_consultation_btn {
    padding: 3vw 4vw;
    font-size: 3vw;
  }
}
.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.6vw;
  height: 1.6vw;
  outline: unset;
  outline-offset: -2px;
  background-color: #facf40;
  padding: 0.6vw 1.2vw;
  border-radius: 20px;
  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_action_cover {
  width: 20%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .header_action_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_action_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_action_cover {
    margin: 5vw 0;
  }
}
.promotion_title {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  background-color: rgba(250, 207, 64, 0.1);
  text-align: center;
  font-size: 1.32vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 800;
  color: #ffffff;
  padding: 1vw 0;
  outline: 2px solid #facf40;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .promotion_title {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .promotion_title {
    font-size: 4.56vw;
  }
}
@media screen and (max-width: 800px) {
  .promotion_title {
    padding: 5vw 0;
    margin: 5vw 0;
  }
}
.promotion_text {
  width: 92%;
  height: auto;
  padding-left: 4%;
  padding-right: 4%;
  text-align: center;
  font-size: 1.1vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #ffffff;
  padding: 1vw 4%;
}
@media screen and (max-width: 800px) {
  .promotion_text {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .promotion_text {
    font-size: 3.8vw;
  }
}
.header_content_right_contacts {
  width: 60%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.5vw;
}
@media screen and (max-width: 800px) {
  .header_content_right_contacts {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_content_right_contacts {
    flex-direction: column;
    align-items: center;
  }
}
.header_content_right_contacts_cover {
  width: 35%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .header_content_right_contacts_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_content_right_contacts_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_content_right_contacts_cover {
    margin-top: 7vw;
  }
}
.icon_contacts_cover {
  width: 55%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.6vw 0.5vw;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .icon_contacts_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .icon_contacts_cover {
    flex-direction: row;
    gap: 3vw 4vw;
  }
}
.icon_contacts_title {
  font-size: 1.1vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #ffffff;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1vw;
}
@media screen and (max-width: 800px) {
  .icon_contacts_title {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 800px) {
  .icon_contacts_title {
    margin-top: 5vw;
  }
}
.social_icon_cover {
  width: 3vw;
  height: 3vw;
  outline: unset;
  outline-offset: -2px;
}
.social_icon_cover img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .social_icon_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.social_icon_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .social_icon_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .social_icon_cover {
    width: 12vw;
  }
}
/* 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: 35vw;
  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 #181819;
}
@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 #181819;
    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: #313131;
  padding: 0.1vw 3%;
  background: rgba(49, 49, 49, 0.1);
  outline: 1px solid rgba(49, 49, 49, 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(49, 49, 49, 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: #facf40;
}
@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: #313131;
}
@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: #313131;
  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 #313131;
  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: #313131;
}
@media screen and (max-width: 800px) {
  .forma_type1_input {
    font-size: 4.56vw;
  }
}
.forma_type1_input:focus {
  outline: none;
  border-color: #181819;
  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 #313131;
  border-radius: 4px;
  margin-top: 2px;
  cursor: pointer;
  position: relative;
}
.forma_fixed_block .custom-checkbox:checked {
  background-color: #facf40;
  border-color: #dcb122;
}
.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: #131313;
  font-size: 0.9350000000000001vw;
  font-family: 'arial', 'Arial';
  font-weight: 400;
  color: #313131;
}
@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: #facf40;
  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: #040405;
}
.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: #313131;
}
@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: #313131;
}
@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@dostava_forma.less */
/* template@text_page.less */
.text_page {
  width: 95%;
  height: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0.5vw 2.5%;
}
@media screen and (max-width: 800px) {
  .text_page {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .text_page {
    flex-direction: column;
    align-items: center;
  }
}
.text_page_img_cover {
  width: 40%;
  height: auto;
  outline: unset;
  outline-offset: -2px;
}
.text_page_img_cover img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .text_page_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.text_page_img_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .text_page_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.text_block {
  width: 55%;
  height: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
  font-size: 1.1vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #181819;
  padding-bottom: 3vw;
}
@media screen and (max-width: 800px) {
  .text_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .text_block {
    font-size: 3.8vw;
  }
}
.text_block h1 {
  font-size: 1.87vw;
  font-family: 'Inter', 'Arial';
  font-weight: 800;
  color: #181819;
  margin: 2vw 0;
}
@media screen and (max-width: 800px) {
  .text_block h1 {
    font-size: 6.46vw;
  }
}
@media screen and (max-width: 800px) {
  .text_block {
    width: 96%;
    margin: 0 auto;
  }
}
.fbc_block {
  width: 95%;
  height: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding: 0.5vw 2.5%;
  padding-bottom: 5vw;
  margin-top: 3vw;
}
@media screen and (max-width: 800px) {
  .fbc_block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .fbc_block {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .fbc_block {
    width: 96%;
    margin: 0 auto;
  }
}
h2 {
  font-size: 1.43vw;
  font-family: 'Inter', 'Arial';
  font-weight: 800;
  color: #181819;
  margin: 1vw 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 4.94vw;
  }
}
@media screen and (max-width: 800px) {
  h2 {
    text-align: center;
    margin-top: 4vw;
  }
}
.img_blocks_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: 5%;
}
@media screen and (max-width: 800px) {
  .img_blocks_cover {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .img_blocks_cover {
    flex-direction: column;
    align-items: center;
  }
}
.img_block_cover {
  width: 21%;
  height: auto;
  outline: unset;
  outline-offset: -2px;
  text-align: center;
  font-size: 1.43vw;
  font-family: 'Inter', 'Arial';
  font-weight: 800;
  color: #181819;
}
.img_block_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .img_block_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.img_block_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .img_block_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .img_block_cover {
    font-size: 4.94vw;
  }
}
.half_width {
  width: 30%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 5vw;
}
@media screen and (max-width: 800px) {
  .half_width {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.half_width .img_block_cover {
  width: 80%;
  padding: 2vw 10%;
  padding-top: 0;
}
.half_width h2 {
  text-align: center;
}
/* Content_blocks@table_block.less */
.section {
  position: relative;
  width: 95%;
  height: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
  padding: 80px 2.5%;
  background: url('/public/img/table_background.webp') center / cover no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 800px) {
  .section {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(1px);
}
.section h2 {
  font-size: 1.76vw;
  font-family: 'Inter', 'Arial';
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .section h2 {
    font-size: 6.08vw;
  }
}
@media screen and (max-width: 800px) {
  .section {
    padding: 5vw 0;
  }
}
.container {
  position: relative;
  width: 98%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .container {
    padding: 3vw 2%;
    width: 94%;
  }
}
.tabs-nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .tabs-nav {
    flex-direction: column;
    align-items: center;
  }
}
.tab-btn {
  padding: 0.8vw 2vw;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: .2s;
  font-size: 0.88vw;
  font-family: 'Inter', 'Arial';
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .tab-btn {
    font-size: 3.04vw;
  }
}
.tab-btn:hover {
  background: rgba(255, 255, 255, 0.14);
}
.tab-btn.active {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.35);
}
@media screen and (max-width: 800px) {
  .tab-btn {
    width: 80%;
    text-align: center;
    padding: 3vw 3vw;
  }
}
.tables {
  margin-top: 28px;
}
.table {
  width: 96%;
  display: none;
  margin-bottom: 3vw;
  background: rgba(255, 255, 255, 0.21);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  border-radius: 24px;
  padding: 2vw 2%;
}
@media screen and (max-width: 800px) {
  .table {
    width: 96%;
  }
}
.table.active {
  display: block;
}
.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
.name {
  font-size: 1.21vw;
  font-family: 'Inter', 'Arial';
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .name {
    font-size: 4.18vw;
  }
}
@media screen and (max-width: 800px) {
  .name {
    font-size: 3vw;
  }
}
.price {
  font-size: 1.21vw;
  font-family: 'Inter', 'Arial';
  font-weight: 600;
  color: #facf40;
  display: flex;
  justify-content: space-around;
  width: 14vw;
  gap: 3vw;
}
@media screen and (max-width: 800px) {
  .price {
    font-size: 4.18vw;
  }
}
@media screen and (max-width: 800px) {
  .price {
    font-size: 4vw;
    width: auto;
  }
}
.cta {
  margin-top: 32px;
  padding: 22px 26px;
  border-radius: 999px;
  background: #f2c94c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 800px) {
  .cta {
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    width: 90%;
    padding: 4vw 5%;
  }
}
.cta-text {
  font-size: 1.21vw;
  font-family: 'Inter', 'Arial';
  font-weight: 600;
  color: #181819;
  width: 67%;
  text-transform: uppercase;
  padding-left: 1.5%;
}
@media screen and (max-width: 800px) {
  .cta-text {
    font-size: 4.18vw;
  }
}
@media screen and (max-width: 800px) {
  .cta-text {
    font-size: 4vw;
    font-family: 'Montserrat';
    text-transform: unset;
    padding-left: 0;
    width: 96%;
    margin: 0 auto;
  }
}
.cta-btn {
  width: 85%;
  padding: 0.3vw 2vw;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.9350000000000001vw;
  font-family: 'Inter', 'Arial';
  font-weight: 600;
  color: #181819;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.02);
  padding-right: 3vw;
  background-image: url(/public/img/arrow_black.png);
  background-repeat: no-repeat;
  background-size: 1.5vw 0.8vw;
  background-position: 87% center;
  transition: 0.4s;
}
@media screen and (max-width: 800px) {
  .cta-btn {
    font-size: 3.23vw;
  }
}
@media screen and (max-width: 800px) {
  .cta-btn {
    width: 100%;
    text-align: center;
    padding: 3vw 5vw;
    background-size: 5vw 3.6vw;
    padding-right: 13vw;
    background-position: 90% center;
  }
}
.cta-btn:hover {
  background-color: rgba(0, 0, 0, 0.06);
  background-position: 95% center;
}
.buttons_group {
  width: 27%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0.6vw;
  margin-right: 1.5%;
}
@media screen and (max-width: 800px) {
  .buttons_group {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .buttons_group {
    margin: 0 auto;
    width: 70%;
    gap: 3vw;
  }
}
.buttons_group a {
  display: flex;
  width: 100%;
}
.cta-text-dostava {
  font-size: 0.88vw;
  font-family: 'Inter', 'Arial';
  font-weight: 600;
  color: #181819;
}
@media screen and (max-width: 800px) {
  .cta-text-dostava {
    font-size: 3.04vw;
  }
}
.card_btn {
  cursor: pointer;
  width: 1.4vw;
  height: 1.4vw;
  outline: unset;
  outline-offset: -2px;
}
.card_btn img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .card_btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.card_btn img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .card_btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .card_btn {
    width: 4vw;
    height: 4vw;
  }
}
.price_title {
  padding-right: 5vw;
}
/* Analistic_sustem@Analistic_sustem.less */
/* template@footer.less */
footer {
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  background-color: #181819;
  border-top: 8px solid #facf40;
  border-bottom: 8px solid #facf40;
  min-height: 30vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@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: 5vw 0;
  }
}
.logo_cover_body {
  width: 25%;
  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) {
  .logo_cover_body {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .logo_cover_body {
    flex-direction: column;
    align-items: center;
  }
}
.footer_logo_cover {
  width: 100%;
  height: 5vw;
  outline: unset;
  outline-offset: -2px;
}
.footer_logo_cover img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .footer_logo_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.footer_logo_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .footer_logo_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
footer .icon_contacts_cover {
  width: 50%;
}
@media screen and (max-width: 800px) {
  footer .icon_contacts_cover {
    width: 90%;
    margin: 1vw auto;
  }
}
footer .icon_contacts_cover .social_icon_cover {
  width: 2.3vw;
  height: 2.3vw;
  outline: unset;
  outline-offset: -2px;
}
footer .icon_contacts_cover .social_icon_cover img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  footer .icon_contacts_cover .social_icon_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
footer .icon_contacts_cover .social_icon_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  footer .icon_contacts_cover .social_icon_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  footer .icon_contacts_cover .social_icon_cover {
    width: 7vw;
    height: 7vw;
  }
}
footer .icon_contacts_cover .icon_contacts_title {
  font-size: 0.8vw;
}
@media screen and (max-width: 800px) {
  footer .icon_contacts_cover .icon_contacts_title {
    font-size: 5vw;
  }
}
.footer_navigation {
  width: 22%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  .footer_navigation {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .footer_navigation {
    width: 90%;
    margin: 5vw auto;
    margin-top: 15vw;
  }
}
.footer_navigation nav {
  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.3vw;
}
@media screen and (max-width: 800px) {
  .footer_navigation nav {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .footer_navigation nav {
    flex-direction: column;
    align-items: center;
  }
}
.footer_navigation nav a {
  width: 100%;
  display: flex;
  font-size: 0.9350000000000001vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: url(/public/img/li_back.png);
  background-repeat: no-repeat;
  background-position: 0.5vw 55%;
  background-size: 0.6vw 0.6vw;
  padding-bottom: 0.3vw;
  padding-left: 1.5vw;
}
@media screen and (max-width: 800px) {
  .footer_navigation nav a {
    font-size: 3.23vw;
  }
}
@media screen and (max-width: 800px) {
  .footer_navigation nav a {
    margin-bottom: 3vw;
    background-size: 1.5vw 1.5vw;
    padding-left: 5%;
  }
}
@media screen and (max-width: 800px) {
  .footer_navigation nav {
    width: 90%;
    margin: 5vw auto;
  }
}
.footer_navigation_title {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.43vw;
  font-family: 'Inter', 'Arial';
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding-bottom: 1vw;
}
@media screen and (max-width: 800px) {
  .footer_navigation_title {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .footer_navigation_title {
    font-size: 4.94vw;
  }
}
.footer_contacts {
  width: 23%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.6vw;
}
@media screen and (max-width: 800px) {
  .footer_contacts {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .footer_contacts {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .footer_contacts {
    width: 50%;
    align-items: center;
    margin: 0 auto;
  }
}
.footer_contacts .phone_cover {
  color: #fff;
  background-image: url(public/img/phone_white.png);
  background-position: 0 center;
  background-size: 1.4vw 1.4vw;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .footer_contacts .phone_cover {
    background-size: 3.4vw 3.4vw;
    padding-left: 10%;
    width: 90%;
  }
}
.footer_contacts .email_cover {
  background-image: url(public/img/mail_white.png);
  background-position: 0 center;
  background-size: 1.2vw 1.2vw;
  background-repeat: no-repeat;
  padding-left: 2vw;
  font-size: 1.1vw;
  font-family: 'Inter', 'Arial';
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .footer_contacts .email_cover {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 800px) {
  .footer_contacts .email_cover {
    background-size: 3.4vw 3.4vw;
    padding-left: 10%;
    width: 90%;
  }
}
