/* 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 */
/* Catalog@categories_on_the_main.less */
/* Секція */
.services {
  padding: 1vw 0;
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  background: linear-gradient(rgba(75, 75, 75, 0.2), rgba(71, 71, 71, 0.2)), url(/public/img/services_fon.webp);
  background-position: center;
  background-size: auto 100%;
  border-top: 4px solid #181819;
  border-bottom: 4px solid #d7d7d7;
  padding-bottom: 3vw;
}
@media screen and (max-width: 800px) {
  .services {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .services {
    padding-bottom: 6vw;
  }
}
.services__container {
  width: 96%;
  margin: 0 auto;
  display: flex;
  gap: 2vw;
}
/* Сайдбар */
.services__sidebar {
  width: 28%;
  min-width: 260px;
}
.services__title {
  margin: 0 0 0.5vw;
  font-size: 2.2vw;
  font-family: 'Inter', 'Arial';
  font-weight: 800;
  color: #181819;
  margin-left: 2.5%;
  margin-top: 1.5vw;
  margin-bottom: 2vw;
}
@media screen and (max-width: 800px) {
  .services__title {
    font-size: 7.6vw;
  }
}
@media screen and (max-width: 800px) {
  .services__title {
    font-size: 6vw;
    margin: 5vw auto;
    text-align: center;
  }
}
.services__info {
  background: linear-gradient(rgba(41, 38, 33, 0.8), rgba(41, 38, 33, 0.8)), url(/public/img/services_sitebar.webp);
  background-position: center;
  background-size: 100% auto;
  color: #fff;
  padding: 3vw 1vw;
  padding-bottom: 5vw;
  border-radius: 1.2vw;
  outline: 8px solid #facf40;
}
@media screen and (max-width: 800px) {
  .services__info {
    padding: 5vw 2%;
    width: 96%;
  }
}
.services__info h3 {
  margin-top: 0;
  font-size: 1.43vw;
  font-family: 'Inter', 'Arial';
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
  border-bottom: 1px solid #fff8;
}
@media screen and (max-width: 800px) {
  .services__info h3 {
    font-size: 4.94vw;
  }
}
.services__info div {
  opacity: .9;
  font-size: 0.99vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .services__info div {
    font-size: 3.42vw;
  }
}
/* Слайдер */
.services__slider {
  width: 72%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .services__slider {
    flex-direction: column;
    align-items: center;
  }
}
.services__track {
  display: flex;
  gap: 0.5vw;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media screen and (max-width: 800px) {
  .services__track {
    width: 100%;
  }
}
/* Картка */
.service-card {
  position: relative;
  flex: 0 0 calc(32.66666667%);
  height: 25vw;
  border-radius: 25px;
  overflow: hidden;
  background: #000;
  outline: 2px solid #181819;
  outline-offset: -2px;
}
@media screen and (max-width: 800px) {
  .service-card {
    width: 96%;
    margin: 2vw auto;
    height: 50vh;
  }
}
.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Затемнення */
.service-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.95));
}
/* Контент */
.service-card__content {
  position: absolute;
  left: 1.5vw;
  right: 1.5vw;
  bottom: 1.5vw;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .service-card__content {
    padding: 4vw 2%;
  }
}
.service-card__content h4 {
  margin: 0 0 .6vw;
  width: 100%;
  font-size: 1.21vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .service-card__content h4 {
    font-size: 4.18vw;
  }
}
.service-card__content p {
  margin: 0 0 .8vw;
  font-size: .85vw;
  opacity: .9;
  font-size: 0.99vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #ffffff;
  height: 9em;
}
@media screen and (max-width: 800px) {
  .service-card__content p {
    font-size: 3.42vw;
  }
}
@media screen and (max-width: 800px) {
  .service-card__content p {
    height: auto;
    padding: 2vw 0;
  }
}
.service-card__content a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .service-card__content a {
    font-size: 3.8vw;
  }
}
/* Навігація */
.services__nav {
  bottom: -3.5vw;
  display: flex;
  gap: 1vw;
  margin-top: 1vw;
}
.nav-btn {
  background: #f3c623;
  font-size: 1.6vw;
  cursor: pointer;
  border-radius: 18px;
  width: 2.5vw;
  height: 2.5vw;
  outline: unset;
  outline-offset: -2px;
  padding: 1vw;
}
.nav-btn img {
  object-fit: contein;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .nav-btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.nav-btn img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .nav-btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
/* Мобільна версія */
@media (max-width: 900px) {
  .services__container {
    flex-direction: column;
  }
  .services__sidebar,
  .services__slider {
    width: 100%;
  }
  .services__track {
    flex-direction: column;
    transform: none !important;
  }
  .service-card {
    flex: 1 1 auto;
    height: 40vh;
  }
  .services__nav {
    display: none;
  }
}
/* template@about_us.less */
.about {
  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;
  background: #f5f5f5;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 2vw 2.5%;
}
@media screen and (max-width: 800px) {
  .about {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .about {
    flex-direction: column;
    align-items: center;
  }
}
.about__container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .about__container {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .about__container {
    width: 96%;
    margin: 0 auto;
  }
}
.about__title {
  margin: 0 0 2vw;
  font-size: 2.42vw;
  font-family: 'Inter', 'Arial';
  font-weight: 800;
  color: #181819;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .about__title {
    font-size: 8.359999999999999vw;
  }
}
@media screen and (max-width: 800px) {
  .about__title {
    margin: 5vw 0;
    text-align: center;
    font-size: 6vw;
  }
}
.about__grid {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3vw;
  align-items: stretch;
}
@media screen and (max-width: 800px) {
  .about__grid {
    flex-direction: column;
    align-items: center;
  }
}
.about__media {
  flex: 0 0 42%;
  border-radius: 1.2vw;
  overflow: hidden;
  background: #ddd;
  outline: 4px solid #facf40;
  height: 100vh;
}
@media screen and (max-width: 800px) {
  .about__media {
    outline-offset: -4px;
  }
}
.about__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 800px) {
  .about__media {
    width: 100%;
    height: 60vh;
    flex: 0 0 auto;
  }
}
.about__content {
  flex: 1 1 auto;
  background: #fff;
  padding: 2.4vw;
  border-radius: 1.2vw;
  box-shadow: 0 0.4vw 1.2vw rgba(0, 0, 0, 0.08);
  font-size: 1.265vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(rgba(46, 46, 46, 0.7), rgba(44, 44, 44, 0.7)), url(/public/img/about_us_fon.webp);
}
@media screen and (max-width: 800px) {
  .about__content {
    font-size: 4.37vw;
  }
}
@media screen and (max-width: 800px) {
  .about__content {
    font-size: 4vw;
    padding: 5vw 2.4vw;
  }
}
/* template@our_advantages.less */
.advantages {
  padding: 2vw 0;
  background: linear-gradient(rgba(75, 75, 75, 0.2), rgba(71, 71, 71, 0.2)), url(/public/img/services_fon.webp);
  background-position: center;
  background-size: auto 100%;
}
.advantages__container {
  width: 97%;
  margin: 0 auto;
  display: flex;
  gap: 2vw;
  align-items: flex-end;
}
.advantages__left,
.advantages__right {
  width: 50%;
}
.advantages__title {
  margin: 0 0 1vw;
  font-size: 2.42vw;
  font-family: 'Inter', 'Arial';
  font-weight: 800;
  color: #181819;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .advantages__title {
    font-size: 8.359999999999999vw;
  }
}
@media screen and (max-width: 800px) {
  .advantages__title {
    margin: 5vw 0;
    text-align: center;
    font-size: 6vw;
  }
}
.advantages__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2vw 2.5vw;
}
.advantages__media {
  position: relative;
  height: 100%;
  border-radius: 1.2vw;
  overflow: hidden;
  background: #ddd;
  height: 47vh;
  outline: 5px solid #facf40;
  outline-offset: -5px;
}
.advantages__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.advantages__badge {
  position: absolute;
  right: 0vw;
  bottom: 0vw;
  background: rgba(255, 255, 255, 0.75);
  color: #181819;
  padding: 1.2vw 1.6vw;
  border-radius: 25px 0 0 0;
  text-align: center;
}
.advantages__years {
  font-size: 3.85vw;
  font-family: 'Inter', 'Arial';
  font-weight: 800;
  color: #181819;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .advantages__years {
    font-size: 13.3vw;
  }
}
.advantages__text {
  font-size: 1.65vw;
  font-family: 'Inter', 'Arial';
  font-weight: 800;
  color: #181819;
}
@media screen and (max-width: 800px) {
  .advantages__text {
    font-size: 5.7vw;
  }
}
/* Карточка преимущества */
.adv-card {
  background: rgba(255, 255, 255, 0.5);
  padding: 1vw;
  border-radius: 1vw;
  outline: 2px solid #cdcdcd;
}
.adv-card__icon-wrap {
  width: 2.5vw;
  height: 2.5vw;
  margin-bottom: 1vw;
}
.adv-card__icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.adv-card h3 {
  margin: 0 0 .6vw;
  font-size: 0.99vw;
  font-family: 'Inter', 'Arial';
  font-weight: 600;
  color: #181819;
}
@media screen and (max-width: 800px) {
  .adv-card h3 {
    font-size: 3.42vw;
  }
}
@media screen and (max-width: 800px) {
  .adv-card h3 {
    font-size: 5vw;
  }
}
.adv-card p {
  margin: 0;
  font-size: 0.9350000000000001vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #181819;
}
@media screen and (max-width: 800px) {
  .adv-card p {
    font-size: 3.23vw;
  }
}
@media screen and (max-width: 800px) {
  .adv-card p {
    font-size: 4vw;
  }
}
/* Планшеты */
@media (max-width: 1000px) {
  .advantages__container {
    flex-direction: column;
  }
  .advantages__left,
  .advantages__right {
    width: 100%;
  }
  .advantages__grid {
    gap: 20px;
  }
  .adv-card {
    padding: 20px;
  }
  .adv-card__icon-wrap {
    width: 12vw;
    height: 12vw;
  }
}
/* Мобильные */
@media (max-width: 800px) {
  .advantages {
    padding: 15px 0;
  }
  .advantages__grid {
    grid-template-columns: 1fr;
  }
  .advantages__icon-wrap {
    width: 10vw;
    height: 10vw;
  }
}
/* 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@steps_and_faq.less */
.container {
  width: 96%;
  margin: 0 auto;
}
.section-title {
  font-size: 2.31vw;
  font-family: 'Inter', 'Arial';
  font-weight: 800;
  color: #181819;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .section-title {
    font-size: 7.98vw;
  }
}
@media screen and (max-width: 800px) {
  .section-title {
    text-align: center;
    font-size: 6vw;
    margin: 4vw auto;
  }
}
.workflow {
  padding: 20px 0 40px;
  background: #fff;
}
.steps {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 800px) {
  .steps {
    flex-direction: column;
    align-items: center;
    gap: 4vw;
  }
}
.step {
  flex: 1;
}
@media screen and (max-width: 800px) {
  .step {
    width: 80%;
  }
}
.step-top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
}
.step-num {
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 3vw;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .step-num {
    font-size: 15vw;
  }
}
.step-icon {
  width: 6vw;
  height: 6vw;
  outline: unset;
  outline-offset: -2px;
}
.step-icon img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .step-icon {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.step-icon img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .step-icon {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .step-icon {
    width: 10vw;
    height: 10vw;
  }
}
.car-icon {
  width: 9vw;
  height: 6vw;
  outline: unset;
  outline-offset: -2px;
  overflow: hidden;
}
.car-icon img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .car-icon {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.car-icon img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .car-icon {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .car-icon {
    width: 12vw;
    height: 10vw;
  }
}
.step-text {
  font-size: 1.54vw;
  font-family: 'Inter', 'Arial';
  font-weight: 600;
  color: #181819;
  line-height: 1.3;
}
@media screen and (max-width: 800px) {
  .step-text {
    font-size: 5.32vw;
  }
}
@media screen and (max-width: 800px) {
  .step-text {
    font-size: 4.2vw;
  }
}
.divider {
  padding: 15px 0;
  background: #fff;
}
.divider-line {
  height: 8px;
  width: 96%;
  margin: 0 auto;
  background: #f2c230;
  border-radius: 999px;
}
.faq {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 3vw;
  background: #fff;
}
@media screen and (max-width: 800px) {
  .faq {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.faq-intro {
  width: 52%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  color: #666666;
  font-size: 1.1vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #181819;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .faq-intro {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .faq-intro {
    font-size: 3.8vw;
  }
}
.faq-list {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1%;
}
@media screen and (max-width: 800px) {
  .faq-list {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.faq-item {
  width: calc(49%);
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/public/img/wall-texture.webp);
  border-radius: 16px;
  overflow: hidden;
  outline: 2px solid #d7d7d7;
}
@media screen and (max-width: 800px) {
  .faq-item {
    width: 100%;
    padding: 3vw 0;
  }
}
.faq-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  cursor: pointer;
}
.faq-question {
  font-size: 1.1vw;
  font-family: 'Inter', 'Arial';
  font-weight: 600;
  color: #181819;
}
@media screen and (max-width: 800px) {
  .faq-question {
    font-size: 3.8vw;
  }
}
.faq-toggle {
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #f2c230;
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 20px;
}
.faq-body p {
  margin: 0;
  font-size: 1.1vw;
  font-family: 'Inter', 'Arial';
  font-weight: 600;
  color: #181819;
  background-color: rgba(0, 0, 0, 0.12);
  padding: 1vw 1vw;
  margin-bottom: 0.8vw;
  border-radius: 15px;
}
@media screen and (max-width: 800px) {
  .faq-body p {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 800px) {
  .faq-body p {
    font-size: 4vw;
    padding: 1vw 3vw;
  }
}
.faq-item.active .faq-body {
  max-height: 200px;
  padding-top: 10px;
}
.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}
/* template@bottom_forma.less */
.partners-form {
  position: relative;
  background: url('/public/img/bottom_forma.webp') center / cover no-repeat fixed;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .partners-form {
    padding: 6vw 0;
  }
}
.partners-form .pf-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.partners-form .pf-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 800px) {
  .partners-form .pf-container {
    flex-direction: column-reverse;
  }
}
.partners-form .pf-left,
.partners-form .pf-right {
  width: 48%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .partners-form .pf-left,
  .partners-form .pf-right {
    width: 96%;
    margin: 0 auto;
  }
}
.partners-form .pf-left {
  display: flex;
  align-items: center;
  margin-left: 2%;
  margin-bottom: 2vw;
}
.partners-form .pf-left-content {
  color: #fff;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 2vw;
  width: 100%;
  text-align: center;
}
.partners-form .pf-left-content h2 {
  font-size: 1.87vw;
  font-family: 'Inter', 'Arial';
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .partners-form .pf-left-content h2 {
    font-size: 6.46vw;
  }
}
.partners-form .pf-partners {
  margin-top: 25px;
  display: grid;
  gap: 12px;
}
.partners-form .pf-partner {
  padding: 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.99vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .partners-form .pf-partner {
    font-size: 3.42vw;
  }
}
.partners-form .pf-form-glass {
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  color: #fff;
  text-align: center;
  padding: 8vw 2vw;
}
.partners-form .pf-form-glass h2 {
  font-size: 1.87vw;
  font-family: 'Inter', 'Arial';
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .partners-form .pf-form-glass h2 {
    font-size: 6.46vw;
  }
}
.partners-form .pf-divider {
  width: 15%;
  height: 2px;
  background: #fff;
  margin: 18px auto;
  border-radius: 2px;
}
.partners-form .pf-subtitle {
  opacity: .85;
  margin-bottom: 30px;
  font-size: 1.1vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .partners-form .pf-subtitle {
    font-size: 3.8vw;
  }
}
.partners-form .pf-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 20px;
}
.partners-form .pf-grid input,
.partners-form .pf-grid select {
  width: calc(46%);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  outline: none;
  padding: 0.8vw 1%;
}
@media screen and (max-width: 800px) {
  .partners-form .pf-grid input,
  .partners-form .pf-grid select {
    width: 98%;
    padding: 3vw 1%;
    font-size: 4vw;
  }
}
.partners-form .pf-grid input::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.partners-form .pf-grid select {
  color: rgba(255, 255, 255, 0.85);
  width: 48%;
}
.partners-form .pf-grid select option {
  color: #181819;
}
@media screen and (max-width: 800px) {
  .partners-form .pf-grid select {
    width: 100%;
  }
}
.partners-form .pf-agree {
  display: flex;
  align-items: center;
  opacity: .9;
  position: relative;
  cursor: pointer;
  margin-bottom: 25px;
  font-size: 1.1vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #ffffff;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .partners-form .pf-agree {
    font-size: 3.8vw;
  }
}
.partners-form .pf-agree input {
  margin-right: 8px;
  width: 1.2vw;
  height: 1.2vw;
  border-radius: 35px;
  flex: 0 0 auto;
}
@media screen and (max-width: 800px) {
  .partners-form .pf-agree input {
    width: 4vw;
    height: 4vw;
  }
}
.partners-form .pf-agree .pf-tooltip {
  position: absolute;
  left: 0;
  bottom: -10px;
  transform: translateY(100%);
  width: 96%;
  border-radius: 10px;
  background: #000000;
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: .25s;
  font-size: 0.99vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #ffffff;
  padding: 1vw 2%;
}
@media screen and (max-width: 800px) {
  .partners-form .pf-agree .pf-tooltip {
    font-size: 3.42vw;
  }
}
.partners-form .pf-agree:hover .pf-tooltip {
  opacity: 1;
}
.partners-form .pf-submit {
  margin: 0 auto;
  width: 220px;
  padding: 14px 0;
  border-radius: 14px;
  background: #ffffff;
  font-size: 0.99vw;
  font-family: 'Montserrat', 'Arial';
  font-weight: 600;
  color: #181819;
  cursor: pointer;
  transition: .2s;
}
@media screen and (max-width: 800px) {
  .partners-form .pf-submit {
    font-size: 3.42vw;
  }
}
.partners-form .pf-submit:hover {
  transform: translateY(-2px);
}
.pf-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.pf-modal .pf-modal-content {
  width: 420px;
  padding: 40px;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}
.pf-modal .pf-modal-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}
.pf-modal .pf-modal-text {
  opacity: .75;
  margin-bottom: 25px;
}
.pf-modal .pf-modal-close {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 10px;
  background: #000;
  color: #fff;
  cursor: pointer;
}
/* 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%;
  }
}
