@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

/* [href^="https://dzen.ru"]
{
  display: flex !important;
} */
.copy-link {
  position: relative;
  cursor: pointer;
}
.copy-notification {
  position: absolute;
  bottom: 114%;
  left: 50%;
  transform: translateX(-50%);
  background: #54a947;
  color: white !important;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  transform: translateX(-50%) translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.copy-notification.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

input,
button,
textarea {
  font-family: inherit;
  border-radius: 0;
}

textarea {
  resize: none;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: unset;
}

/*--------------------*/
body.lock {
  touch-action: none;
  -ms-touch-action: none;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.scrollbar-none {
  -ms-overflow-style: none; /* IE и Edge */
  scrollbar-width: none; /* Firefox */
}
.scrollbar-none::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  width: 0;
  height: 0;
  background: transparent;
}

[data-tab] {
  display: none;
}
[data-tab].active {
  display: block;
}

@font-face {
  font-family: "Arimo";
  src: local("arimo_regular"), url("../fonts/arimo_regular.woff2") format("woff2"),
    url("../fonts/arimo_regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arimo";
  src: local("arimo_bold"), url("../fonts/arimo_bold.woff2") format("woff2"),
    url("../fonts/arimo_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("roboto_regular"), url("../fonts/roboto_regular.woff2") format("woff2"),
    url("../fonts/roboto_regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("roboto_medium"), url("../fonts/roboto_medium.woff2") format("woff2"),
    url("../fonts/roboto_medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("inter_regular"), url("../fonts/Inter_regular.woff2") format("woff2"),
    url("../fonts/Inter_regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Steelfishrg";
  src: local("steelfishrg_regular"), url("../fonts/steelfishrg_regular.woff2") format("woff2"),
    url("../fonts/steelfishrg_regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Steelfishrg";
  src: local("steelfishrg_bold"), url("../fonts/steelfishrg_bold.woff2") format("woff2"),
    url("../fonts/steelfishrg_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: local("manrope_semibold"), url("../fonts/manrope_semibold.woff2") format("woff2"),
    url("../fonts/manrope_semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Flow Block";
  src: local("flow_block_regular"), url("../fonts/flow_block_regular.woff2") format("woff2"),
    url("../fonts/flow_block_regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-family: "Arimo", sans-serif;
  --second-family: "Roboto", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Steelfishrg", sans-serif;
  --font4: "Manrope", sans-serif;
  --font5: "Flow Block", sans-serif;
}

._font_family {
  font-family: var(--font-family);
}
._font_second {
  font-family: var(--second-family);
}
._font_third {
  font-family: var(--third-family);
}
._font_3 {
  font-family: var(--font3);
}
._font_4 {
  font-family: var(--font4);
}
._font_5 {
  font-family: var(--font5);
}

html._lock,
body._lock {
  touch-action: none;
  -ms-touch-action: none;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}
body {
  overflow-x: hidden;
  background-color: #ffffff;
  color: #000000;
  font-weight: 400;
}

html._overflowHidden,
body._overflowHidden {
  overflow: hidden;
}

section {
  margin-top: -1px !important;
}

.collapse:not(.collapse_show) {
  display: none;
}

.container {
  max-width: 1356px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 500;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._circle {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._flex_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

._flex_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

._flex_col_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._flex_col_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._flex_al_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._flex_sb_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._flex_sb_stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._flex_start_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._flex_center_stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._flex_sb_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._black_btn {
  background-color: #000000;
  border: 1px solid transparent;
  width: 100%;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
._black_btn:hover {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}

._quad_btn {
  border-radius: 8px;
  padding: 26px 50px;
}

._quad_btn_10 {
  border-radius: 10px;
  padding: 15px 20px;
  width: 100%;
}

img {
  width: 100%;
  height: 100%;
}

button {
  cursor: pointer;
}

._text_up {
  text-transform: uppercase;
}

._orange_text {
  color: #ff4b0f;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

h1 {
  font-family: var(--font3);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

input::-webkit-input-placeholder {
  font-family: var(--font-family);
  line-height: 140%;
}

input::-moz-placeholder {
  font-family: var(--font-family);
  line-height: 140%;
}

input:-ms-input-placeholder {
  font-family: var(--font-family);
  line-height: 140%;
}

input::-ms-input-placeholder {
  font-family: var(--font-family);
  line-height: 140%;
}

p,
h2,
h3,
h4,
span,
label,
button,
time,
a,
input,
input::placeholder {
  font-family: var(--font-family);
  line-height: 140%;
}

._fs_45 {
  font-size: 45px;
}

._title_45 {
  font-size: 45px;
}

._p_abs {
  position: absolute;
}

._p_rel {
  position: relative;
}

._bg_f5f2ef {
  background-color: #f5f2ef;
}

@media screen and (max-width: 1200px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768) {
  h2 {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 600) {
  ._black_btn {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 1440px) {
  .header__logo {
    --width: 178px;
  }
}
.banner__section._leasing_banner .banner__background {
  --width: 612px;
  --height: 636px;
  max-width: var(--width);
  max-height: var(--height);
  right: 0;
  bottom: 0;
}

video.banner__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner__video__mobile {
  display: none;
}
.banner__section._leasing_banner .banner__gradient_circle {
  --width: 900px;
  --height: 900px;
  max-width: var(--width);
  max-height: var(--height);
  right: 0;
  bottom: 0;
}
.banner__section._leasing_banner .banner__description {
  padding-top: 25px;
  padding-bottom: 128px;
}

.banner__description_image {
  display: none;
}
.banner__section._leasing_banner .banner__description h1 strong {
  font-size: 120px;
}
.banner__section._leasing_banner .banner__description p {
  padding-top: 20px;
}
.banner__section._leasing_banner .banner__description_btn_wrap {
  padding-top: 33px;
}
.banner__section._company_banner .banner__background {
  right: 10%;
  bottom: 0;
}
.banner__section._company_banner .banner__description h1 span {
  font-family: var(--font3);
  font-weight: 700;
  font-size: 120px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .banner__section._company_banner .banner__description h1 span {
    font-size: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .banner__section._company_banner .banner__description h1 span {
    font-size: 70px;
  }

  .banner__section._leasing_banner .banner__background {
    --width: 359px;
    --height: 371px;
  }
}
@media screen and (max-width: 768px) {
  .banner__section._company_banner .banner__description h1 span {
    font-size: 50px;
  }

  .banner__video__desktop {
    display: none;
  }

  .banner__video__mobile {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .banner__section._leasing_banner .banner__background {
    --width: 320px;
    --height: 370px;
  }
  .banner__section._company_banner .banner__description h1 span {
    font-size: 42px;
  }

  .banner__description_image {
    display: block;
  }
  /* 
  .banner__background_container .banner__background {
    display: none;
  } */

  .breadcrumbs__wrap {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .banner__section .banner__description h1 span {
    font-size: 36px;
  }
}
.breadcrumbs__wrap._light_breadcrumbs .breadcrumbs__item:not(:last-child)::after {
  background-image: url("../img/breadcrumbs/arrowLight.svg");
}
.breadcrumbs__wrap._light_breadcrumbs .breadcrumbs__link strong {
  color: #ffffff;
}
.breadcrumbs__wrap._light_breadcrumbs .breadcrumbs__current strong {
  color: rgba(255, 255, 255, 0.2);
}

.companies__sect._leasing_companies .companies__wrap {
  padding-top: 114px;
}
.companies__sect .companies__title {
  color: #010101;
  padding-bottom: 15px;
}
.companies__sect._company_companies .companies__wrap {
  padding-top: 103px;
}

@media screen and (max-width: 1200px) {
  .companies__sect._leasing_companies .companies__wrap {
    padding-top: 80px;
  }
  .companies__sect._company_companies .companies__wrap {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .companies__sect._leasing_companies .companies__wrap {
    padding-top: 40px;
  }
  .companies__sect._company_companies .companies__wrap {
    padding-top: 40px;
  }
}
.technique._leasing_technique {
  padding-top: 49px;
}

.leasing__ev._leasing_page .leasing__ev_wrap {
  padding-top: 91px;
  padding-bottom: 100px;
}
.leasing__ev .leasing__ev_title {
  color: #010101;
}

.leasing__ev_content {
  padding-top: 37px;
}

.leasing__ev_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 4%;
}
.leasing__ev_list .leasing__ev_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.leasing__ev_list .leasing__ev_item svg {
  --size: 30px;
  max-width: var(--size);
  min-width: var(--size);
  max-height: var(--size);
  min-height: var(--size);
}
.leasing__ev_list .leasing__ev_item p {
  font-size: 21px;
  line-height: 140%;
  color: #010101;
}

.togle .ff-el-form-check-label::after {
  top: 50%;
  transform: translateY(-50%);
}

.togle .ff_item_selected .ff-el-form-check-label::after {
  transform: translate(12px, -50%);
}

@media screen and (max-width: 1200px) {
  .leasing__ev._leasing_page .leasing__ev_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .leasing__ev_list .leasing__ev_item p {
    font-size: 18px;
  }
  .leasing__ev_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .leasing__ev_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .leasing__ev_list {
    grid-template-columns: repeat(1, 1fr);
  }
  .leasing__ev_list .leasing__ev_item {
    flex-direction: row;
    gap: 8px;
  }
  .leasing__ev_content {
    padding-top: 14px;
  }
}
@media screen and (max-width: 400px) {
  .leasing__ev_list .leasing__ev_item p {
    font-size: 16px;
  }
  .leasing__ev_list {
    gap: 10px;
  }
  .leasing__ev_list .leasing__ev_item svg {
    --size: 16px;
  }
}
.leasing__calc_wrap {
  gap: 4%;
  padding-top: 100px;
  padding-bottom: 123px;
}
.leasing__calc_tabs {
  --max-width: 724px;
  max-width: var(--max-width);
  width: 100%;
}
.leasing__calc_title {
  padding-bottom: 5px;
  color: #010101;
}
.leasing__calc_text {
  font-size: 21px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: 37px;
}
.leasing__calc_tab_buttons {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  gap: 4px;
  padding: 6px;
  background-color: #f5f2ef;
  border-radius: 9px;
  overflow-x: auto;
}
.leasing__calc_calculate_btn {
  padding: 11px 16px;
  border-radius: 50px;
  font-family: var(--third-family);
  font-size: 18px;
  line-height: 130%;
  background-color: transparent;
  color: #000000;
}
.leasing__calc_calculate_btn._current {
  background-color: #000000;
  color: #ffffff;
}
.leasing__calc_tabs_content {
  padding-top: 43px;
}
.leasing__calc_form {
  --width: 536px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: var(--width);
  width: 100%;
  gap: 28px;
  border-radius: 10px;
}
.leasing__calc_form._active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.leasing__calc_input_item {
  --min-height: 80px;
  width: 100%;
  min-height: var(--min-height);
}
.leasing__calc_input_field {
  position: relative;
  border-radius: 10px;
  background-color: #f5f2ef;
}
.leasing__calc_input_field label {
  top: 19px;
  left: 13px;
  position: absolute;
  font-size: 17px;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.5);
}
.leasing__calc_input_field input {
  width: 100%;
  padding: 41px 13px 19px;
  background-color: transparent;
  font-size: 20px;
  line-height: 100%;
}
.leasing__calc_input_field input::-webkit-input-placeholder {
  font-family: var(--font-family);
  color: #000000;
}
.leasing__calc_input_field input::-moz-placeholder {
  font-family: var(--font-family);
  color: #000000;
}
.leasing__calc_input_field input:-ms-input-placeholder {
  font-family: var(--font-family);
  color: #000000;
}
.leasing__calc_input_field input::-ms-input-placeholder {
  font-family: var(--font-family);
  color: #000000;
}
.leasing__calc_input_field input::placeholder {
  font-family: var(--font-family);
  color: #000000;
}
.leasing__calc_progress_bar {
  --height: 4px;
  width: 100%;
  height: var(--height);
  min-height: var(--height);
  max-height: var(--height);
}
.leasing__calc_progress_bar::-webkit-progress-bar {
  background-color: transparent;
}
.leasing__calc_progress_bar::-webkit-progress-value {
  background-color: #000000;
  border-radius: 30px 0 0 30px;
}
.leasing__calc_progress_bar_track {
  --size: 24px;
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
  border: 4px solid #f5f2ef;
  background-color: #000000;
  border-radius: 30px;
}
.leasing__calc_values {
  padding-top: 8px;
  gap: 10px;
}
.leasing__calc_values span {
  font-size: 16px;
  line-height: 140%;
  color: #988c87;
}
.leasing__calc_calculate {
  --max-width: 497px;
  max-width: var(--max-width);
  width: 100%;
  padding-top: 15px;
}
.leasing__calc_calculate_form {
  gap: 15px;
  padding: 40px;
  border-radius: 8px;
  background-color: #f5f2ef;
}

.leasing__calc_field_wrap {
  gap: 15px;
}
.leasing__calc_calculate_field span {
  font-size: 18px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: 1px;
}
.leasing__calc_calculate_field p {
  font-size: 45px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #000000;
}
.leasing__calc_calculate_btn_wrap {
  padding-top: 19px;
}
.leasing__calc_calculate_btn_wrap p {
  padding-top: 20px;
  font-size: 11px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.4);
}
.leasing__calc_calculate_submit {
  --min-height: 74px;
  min-height: var(--min-height);
  font-size: 20px;
  letter-spacing: 0 !important;
}

.leasing__calc_calculate_link {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

.privacy_policy_modal .modal__overflow {
  width: calc(100vw - 50px);
  height: fit-content;
  overflow: hidden;
}

.privacy_policy_modal .modal__content {
  width: fit-content;
  max-width: none;
  display: flex;
  flex-direction: column;
}

.privacy_policy_modal .modal__text {
}

.privacy_policy_modal .modal__text::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 1200px) {
  .leasing__calc_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .leasing__calc_input_field label {
    top: 14px;
    left: 14px;
    font-size: 13px;
  }
  .leasing__calc_input_field input {
    font-size: 18px;
    padding: 32px 13px 14px;
  }
  .leasing__calc_calculate_form {
    padding: 20px;
  }
  .leasing__calc_calculate_field p {
    font-size: 40px;
  }
  .leasing__calc_calculate_submit {
    --min-height: 62px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .leasing__calc_text {
    font-size: 18px;
  }
  .leasing__calc_calculate_form {
    padding: 20px 15px;
  }
  .leasing__calc_calculate_field p {
    font-size: 30px;
  }
  .leasing__calc_calculate_field span {
    font-size: 16px;
  }
  .leasing__calc_calculate_submit {
    --min-height: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .leasing__calc_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .leasing__calc_calculate_form .leasing__calc_field_wrap {
    flex-direction: row;
    justify-content: space-between;
  }
  .leasing__calc_tab_buttons {
    border-radius: 6px;
  }
  .leasing__calc_input_field {
    border-radius: 6px;
  }
  .leasing__calc_form {
    --width: 100%;
  }
  .leasing__calc_field p {
    font-size: 26px;
  }
  .leasing__calc_calculate_submit {
    width: 100%;
    border-radius: 5px;
  }
  .leasing__calc_calculate_btn {
    border-radius: 4px;
  }
}

@media screen and (max-width: 500px) {
  .leasing__calc_calculate_submit {
    height: 62px;
  }
  .leasing__calc_calculate_link {
    font-size: 15px;
  }
}

@media screen and (max-width: 400px) {
  .leasing__calc_calculate_field span {
    font-size: 13px;
  }
  .leasing__calc_calculate_field p {
    font-size: 28px;
  }
  .leasing__calc_calculate_btn_wrap p {
    font-size: 9px;
    text-align: center;
  }
}

.requisite__wrap {
  padding-top: 57px;
}
.requisite__title {
  padding-bottom: 24px;
}
.requisite__block {
  gap: 10%;
}
.requisite__item {
  gap: 10px;
}
.requisite__item p {
  font-size: 21px;
  line-height: 150%;
  color: rgba(1, 1, 1, 0.8);
}

@media screen and (max-width: 1200px) {
  .requisite__block {
    gap: 20px;
  }
  .requisite__item p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .requisite__item p {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .requisite__block {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 400px) {
  .requisite__title {
    padding-bottom: 15px;
  }
  .requisite__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .requisite__item {
    gap: 15px;
  }
  .requisite__item p {
    font-size: 14px;
  }
}
.gratitude {
  position: relative;
}
.gratitude::before {
  --min-height: 1092px;
  content: "";
  position: absolute;
  top: -400px;
  left: 0;
  width: 100%;
  height: var(--min-height);
  min-height: var(--min-height);
  background-color: #f5f2ef;
  pointer-events: none;
}
.gratitude__wrap {
  position: relative;
  padding-top: 114px;
  padding-bottom: 80px;
}
.gratitude__title {
  padding-bottom: 26px;
  line-height: 120%;
  letter-spacing: -0.05em;
}
.gratitude__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5%;
}
.gratitude__item {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 14px 25px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 14px 25px 0 rgba(0, 0, 0, 0.09);
  height: 383px;
  width: fit-content;
}

.gratitude__item img {
  object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .gratitude::before {
    top: 0;
    --min-height: 100%;
  }
  .gratitude__wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 900px) {
  .gratitude__wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* .gratitude__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  } */
}
@media screen and (max-width: 400px) {
  .gratitude__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* .gratitude__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  } */
}
.catalog__wrap {
  gap: 40px;
  /* padding-top: 24px; */
}
.catalog__title {
  font-family: var(--font3);
  font-weight: 700;
  font-size: 120px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #020101;
}
.catalog__sort {
  gap: 24px;
  overflow: auto;
}
.catalog__sort > * {
  font-size: 22px;
  line-height: 130%;
}
.catalog__sort p {
  color: rgba(0, 0, 0, 0.4);
}
.catalog__sort_btn {
  gap: 7px;
  word-break: keep-all;
  white-space: nowrap;
}
.catalog__sort_btn svg {
  --width: 11px;
  --height: 8px;
  min-width: var(--width);
  min-height: var(--height);
  max-width: var(--width);
  max-height: var(--height);
  display: none;
}
.catalog__sort_btn._active {
  color: #ff4b0f;
}
.catalog__sort_btn._active svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog__list_wrap {
  padding-top: 6px;
}

.catalog__list_wrap .catalog__list .catalog__item:hover {
  background-color: #ff4b0f;
}
.catalog__list_wrap .catalog__list .catalog__item:hover .catalog__item_desctiption * {
  color: white;
}

.catalog__list_wrap .catalog__list .catalog__item:hover .catalog__item_list_item dt::after {
  border-color: white;
}
.catalog__list {
  gap: 30px;
}
.catalog__item {
  gap: 40px;
  /* gap: 0px 4%; */
  border-radius: 6px;
  overflow: hidden;
  background-color: #f5f5f5;
  transition: all 0.2s ease;
}
.catalog__item_img {
  --max-width: 330px;
  position: relative;
  max-width: var(--max-width);
  min-width: var(--max-width);
  height: auto;
  flex-shrink: 0;
}
.catalog__item_img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.catalog__item_img_text {
  --width: 132px;
  --height: 25px;
  top: 12px;
  left: 12px;
  min-width: var(--width);
  min-height: var(--height);
  gap: 6px;
  padding: 5px 7px;
  border-radius: 7px;
  background-color: #6ac95c;
}
.catalog__item_img_text svg {
  --size: 13px;
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
}
.catalog__item_img_text strong {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
}
.catalog__item_desctiption {
  padding-top: 29px;
  padding-bottom: 33px;
  width: 100%;
}
.catalog__item_desctiption_text {
  font-size: 15px;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.5);
}
.catalog__item_title {
  font-size: 22px;
  line-height: 130%;
}
.catalog__item_list {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
  padding-top: 14px;
}
.catalog__item_list_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.catalog__item_list_item > * {
  font-size: 15px;
  line-height: 150%;
  color: rgba(1, 1, 1, 0.8);
}
.catalog__item_list_item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  word-break: break-word;
  white-space: nowrap;
}
.catalog__item_list_item dt::after {
  content: "";
  width: 100%;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-inline: 5px;
  margin-bottom: 3px;
  border-bottom: 1px dotted #000000;
}
.catalog__item_list_item dd {
  text-align: left;
  width: 30%;
  word-break: break-word;
}
.catalog__item_details {
  flex-shrink: 0;
  width: 383px;
  padding: 20px 20px 20px 0;
}
.catalog__item_details_wrap {
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 28px 30px 34px;
}
.catalog__item_details_wrap p {
  gap: 1px 12px;
}
.catalog__item_details_wrap p strong {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  letter-spacing: -0.02em;
}
.catalog__item_details_wrap p strong:last-of-type {
  --width: 54px;
  --height: 23px;
  border-radius: 6px;
  padding: 1px 6px;
  min-width: var(--width);
  min-height: var(--height);
  background-color: #565656;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 160%;
  text-transform: uppercase;

  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog__item_details_wrap p span {
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.4);
}
.catalog__item_details_buttons {
  gap: 15px 5px;
  padding-top: 13px;
}
.catalog__item_details_buttons a {
  --min-height: 50px;
  width: auto;
  min-width: var(--min-width);
  min-height: var(--min-height);
  padding: 15px 20px;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
}
.catalog__item_details_buttons a strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}
.catalog__item_calc_leasing {
  --min-width: 189px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #fff;
  border-color: transparent;
}
.catalog__item_calc_leasing strong {
  color: #fff;
}
.catalog__item_show_more {
  --min-width: 129px;
  border-color: #d9d9d9;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.catalog__item_show_more:hover {
  border-color: #000000;
  background-color: #f8f8f8;
}
.catalog__item_show_more strong {
  color: #000;
}
.catalog .special__slide_wrap {
  width: 100%;
  background-color: #211b18;
}
.catalog .special__slide_wrap .special__header *,
.catalog .special__slide_wrap .special__text {
  color: #fff;
}
.catalog .special__slide_wrap .special__content {
  max-width: 500px;
}
.catalog .special__slide_wrap .special__contact_us p {
  font-size: 12px;
  color: #ffffff;
  opacity: 0.3;
}
.catalog .special__slide_wrap .special__contact_us_btn {
  --min-width: 204px;
  --min-height: 56px;
  min-width: var(--min-width);
  min-height: var(--min-height);
  font-size: 16px;
}
.catalog .special__slide_wrap .special__bg .special__picture {
  max-width: 586px;
  -o-object-fit: cover;
  object-fit: cover;
  right: 5%;
}
.catalog .special__slide_wrap .special__bg .special__gradient {
  max-width: 666px;
  -webkit-filter: blur(70px);
  filter: blur(70px);
  right: 5%;
}
.catalog__btn_wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}
.catalog__show_more_btn {
  --min-height: 109px;
  width: 100%;
  min-height: var(--min-height);
  gap: 10px;
  padding: 20px;
  border-radius: 6px;
  background-color: #f5f5f5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.catalog__show_more_btn:hover {
  background-color: #ececec;
}
.catalog__show_more_btn span {
  font-size: 22px;
  line-height: 130%;
}
.catalog__show_more_btn svg {
  --size: 17px;
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
}
@media screen and (max-width: 1200px) {
  .catalog__show_more_btn {
    --min-height: 90px;
  }
  .catalog__show_more_btn span {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .catalog__show_more_btn {
    --min-height: 80px;
  }
  .catalog__show_more_btn span {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .catalog__show_more_btn {
    --min-height: 60px;
    padding: 10px;
    border-radius: 4px;
  }
}

@media screen and (max-width: 1200px) {
  .catalog__title {
    font-size: 100px;
  }
  .catalog__item_img {
    --max-width: 285px;
  }
  .catalog__item_title {
    font-size: 20px;
  }
  .catalog__item_desctiption {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .catalog__item_desctiption_text {
    font-size: 14px;
  }
  .catalog__item_list_item > * {
    font-size: 14px;
  }
  .catalog__item_details {
    padding: 15px 15px 15px 0;
  }
  .catalog__item_details_wrap {
    padding: 15px;
  }
  .catalog__show_more_btn {
    --min-height: 90px;
  }
  .catalog__show_more_btn span {
    font-size: 20px;
  }
  .catalog__sort {
    gap: 20px;
  }
  .catalog__sort > * {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .catalog__title {
    font-size: 80px;
  }
  .catalog__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
  .catalog__item_img {
    --max-width: 350px;
  }
  .catalog__item_desctiption {
    max-width: 500px;
    width: 100%;
    padding: 15px 15px 0;
  }
  .catalog__item_details {
    width: 100%;
    padding: 0 15px 15px 15px;
  }
  .catalog__show_more_btn {
    --min-height: 80px;
  }
  .catalog__show_more_btn span {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .catalog__title {
    font-size: 70px;
  }
  .catalog__item_img {
    --max-width: 100%;
    height: 300px;
  }
  .catalog__item_desctiption {
    max-width: 100%;
    padding-top: 0;
  }
  .catalog__show_more_btn {
    --min-height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .catalog__title {
    font-size: 52px;
  }
  .catalog__show_more_btn {
    --min-height: 60px;
    padding: 10px 15px;
  }
  .catalog__sort {
    gap: 15px;
  }
  .catalog__sort > * {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .catalog__title {
    font-size: 40px;
  }
  .catalog__item_img {
    height: 300px;
  }
  .catalog__item_details {
    padding: 0 10px 15px;
  }
  .catalog__item_details_wrap {
    padding: 15px 10px;
    border-radius: 5px;
  }
  .catalog__item_details_wrap p strong {
    font-size: 24px;
  }
  .catalog__item_details_wrap p strong:last-of-type {
    font-size: 12px;
  }
  .catalog__item_details_wrap p span {
    font-size: 20px;
  }
  .catalog__item_details_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .catalog__item_details_buttons a {
    --min-height: 46px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 5px;
  }
  .catalog__show_more_btn {
    --min-height: 50px;
  }
}
@media screen and (max-width: 500px) {
  .catalog__sort p {
    display: none;
  }
  .catalog__wrap {
    gap: 11px;
  }
  .catalog__sort {
    margin-bottom: 12px;
  }
  .catalog__sort > * {
    font-size: 16px;
  }
  .catalog__item_details_wrap {
    background-color: inherit;
  }
}
@media screen and (max-width: 400px) {
  .catalog__item_img {
    height: 200px;
  }
  .catalog__item_details_buttons a strong {
    font-size: 14px;
  }
  .catalog__item_details_buttons a {
    min-width: auto;
    padding: 10px 9px;
  }
  .catalog__item_details_buttons a.catalog__item_calc_leasing {
    width: 160px;
  }
  .catalog__item_details_buttons a.catalog__item_show_more {
    width: 118px;
  }
}
.contacts__wrap {
  position: relative;
  padding-top: 24px;
  padding-bottom: 75px;
}
.contacts__wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}
.contacts__title {
  font-size: 120px;
  color: #020101;
  padding-bottom: 59px;
}
.contacts__content {
  gap: 30px 5%;
}
.contacts__links p {
  position: relative;
  gap: 8px;
  font-size: 16px;
}
.contacts__links p::before {
  --size: 6px;
  content: "";
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
  width: var(--size);
  height: var(--size);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #4fc53d;
  border-radius: 100%;
}
.contacts__links p span {
  color: rgba(0, 0, 0, 0.5);
}
.contacts__links > a {
  color: #010101;
  line-height: 120%;
  white-space: nowrap;
}
.contacts__phone_link {
  font-size: 75px;
}
.contacts__phone_link strong {
  line-height: 120%;
  font-weight: 700;
}
.contacts__email_link {
  font-size: 45px;
  letter-spacing: -0.03em;
}
.contacts__social_nav {
  gap: 12px;
}
.contacts__social_link {
  --min-width: 120px;
  --min-height: 152px;
  min-width: var(--min-width);
  min-height: var(--min-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 9px;
  padding: 20px 10px;
  border-radius: 6px;
  background-color: rgba(236, 236, 227, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contacts__social_link:hover {
  background-color: rgb(236, 236, 227);
}
.contacts__social_link img {
  --size: 50px;
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
}
.contacts__social_link span {
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #010101;
  word-break: break-word;
}
.contacts__map_wrap {
  padding-top: 68px;
}
.contacts__map_title {
  font-size: 45px;
  letter-spacing: -0.05em;
}
.contacts__managers {
  padding-top: 71px;
}
.contacts__managers_title {
  font-size: 45px;
  letter-spacing: -0.05em;
}
.contacts__managers_wrap .info__block {
  padding-top: 30px;
}
.contacts__managers_wrap .info__block_item._small {
  --max-width: 309px;
  min-height: 348px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contacts__us_wrap {
  padding-top: 71px;
  padding-bottom: 90px;
}
.contacts__us_title {
  padding-top: 8px;
  font-size: 45px;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: #010101;
}
.contacts__us_subtitle {
  font-size: 21px;
  line-height: 150%;
  color: rgba(1, 1, 1, 0.6);
}
.contacts__us_form_wrap._light_mode .request__tab_btns {
  background-color: #f5f2ef;
}
.contacts__us_form_wrap._light_mode .request__tab_btn {
  color: #000;
}
.contacts__us_form_wrap._light_mode .request__tab_btn._current {
  color: #fff;
  background-color: #000;
}
.contacts__us_form_wrap._light_mode .request__btn_wrap {
  gap: 27px;
}
.contacts__us_form_wrap._light_mode .request__policy_field {
  padding-top: 0;
}
.contacts__us_form_wrap._light_mode .request__policy_field label div::after {
  background-color: rgba(0, 0, 0, 0.8);
}
.contacts__us_form_wrap._light_mode .request__policy_field label div::before {
  background-color: #e9e3dc;
}
.contacts__us_form_wrap .request__form {
  gap: 13px 30px;
}
.contacts__us_form_wrap .request__input_field {
  min-width: 422px;
  background-color: #f5f2ef;
}
.contacts__us_form_wrap .request__input_field input {
  min-height: 74px;
  color: #000;
}
.contacts__us_form_wrap .request__input_field input::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
}
.contacts__us_form_wrap .request__input_field input::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
}
.contacts__us_form_wrap .request__input_field input:-ms-input-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
}
.contacts__us_form_wrap .request__input_field input::-ms-input-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
}
.contacts__us_form_wrap .request__input_field input::placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
}
.contacts__us_form_wrap .request__input_field._textarea_field {
  width: 100%;
  max-width: 874px;
}
.contacts__us_form_wrap .request__input_field._textarea_field textarea {
  width: 100%;
  height: 100%;
  min-height: 154px;
  padding: 26px;
  background-color: transparent;
  font-family: var(--font-family);
  color: #000;
  font-size: 20px;
  line-height: 100%;
}
.contacts__us_form_wrap .request__input_field._textarea_field textarea::-webkit-input-placeholder {
  font-family: var(--font-family);
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  line-height: 100%;
}
.contacts__us_form_wrap .request__input_field._textarea_field textarea::-moz-placeholder {
  font-family: var(--font-family);
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  line-height: 100%;
}
.contacts__us_form_wrap .request__input_field._textarea_field textarea:-ms-input-placeholder {
  font-family: var(--font-family);
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  line-height: 100%;
}
.contacts__us_form_wrap .request__input_field._textarea_field textarea::-ms-input-placeholder {
  font-family: var(--font-family);
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  line-height: 100%;
}
.contacts__us_form_wrap .request__input_field._textarea_field textarea::placeholder {
  font-family: var(--font-family);
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  line-height: 100%;
}
.contacts .request__policy_field label span {
  color: #000;
}

@media screen and (max-width: 1200px) {
  .contacts__title {
    font-size: 100px;
    padding-bottom: 20px;
  }
  .contacts__phone_link {
    font-size: 60px;
  }
  .contacts__email_link {
    font-size: 40px;
  }
  .contacts__social_link {
    --min-width: 100px;
    --min-height: 120px;
  }
  .contacts__social_link img {
    --size: 38px;
  }
  .contacts__social_link span {
    font-size: 16px;
  }
  .contacts__map_title {
    font-size: 40px;
  }
  .contacts__map .map__block {
    grid-template-columns: repeat(2, 1fr);
  }
  .contacts__managers_title {
    font-size: 40px;
  }
  .contacts__us_title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .contacts__title {
    font-size: 90px;
  }
  .contacts__phone_link {
    font-size: 60px;
  }
  .contacts__email_link {
    font-size: 32px;
  }
  .contacts__social_link {
    --min-width: 90px;
    --min-height: 110px;
  }
  .contacts__social_link img {
    --size: 34px;
  }
  .contacts__map_title {
    font-size: 36px;
  }
  .contacts__managers_title {
    font-size: 36px;
  }
  .contacts__us_title {
    font-size: 40px;
  }
}
@media screen and (max-width: 900px) {
  .contacts__title {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .contacts__wrap {
    padding-top: 5px;
    padding-bottom: 45px;
  }
  .contacts__wrap .contacts__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }

  .contacts__map .map__block {
    grid-template-columns: repeat(1, 1fr);
  }

  .map__block_item iframe {
    width: 100%;
  }
  .contacts__title {
    font-size: 60px;
  }
  .contacts__phone_link {
    font-size: 50px;
  }
  .contacts__email_link {
    font-size: 28px;
  }
  .contacts__links {
    gap: 10px;
  }
  .contacts__map_wrap {
    padding-top: 45px;
  }
  .contacts__map_title {
    font-size: 34px;
  }
  .contacts__managers {
    padding-top: 40px;
  }
  .contacts__managers_title {
    font-size: 34px;
  }
  .contacts__us_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contacts__us_title {
    font-size: 34px;
  }
  .contacts__us_subtitle {
    font-size: 18px;
  }
  .contacts__us_form_wrap .request__input_field input {
    min-height: 58px;
  }
  .contacts__us_form_wrap .request__input_field._textarea_field textarea {
    min-height: 130px;
    padding: 20px 15px;
    font-size: 18px;
  }
  .contacts__us_form_wrap
    .request__input_field._textarea_field
    textarea::-webkit-input-placeholder {
    font-size: 18px;
  }
  .contacts__us_form_wrap .request__input_field._textarea_field textarea::-moz-placeholder {
    font-size: 18px;
  }
  .contacts__us_form_wrap .request__input_field._textarea_field textarea:-ms-input-placeholder {
    font-size: 18px;
  }
  .contacts__us_form_wrap .request__input_field._textarea_field textarea::-ms-input-placeholder {
    font-size: 18px;
  }
  .contacts__us_form_wrap .request__input_field._textarea_field textarea::placeholder {
    font-size: 18px;
  }
  .contacts__social_link {
    --min-width: 80px;
    --min-height: 100px;
  }
  .contacts__social_link img {
    --size: 26px;
  }
  .contacts__social_link span {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .contacts__title {
    font-size: 40px;
  }
  .contacts__phone_link {
    font-size: 34px;
  }
  .contacts__email_link {
    font-size: 24px;
  }
  .contacts__map_title {
    font-size: 30px;
  }
  .contacts__managers_title {
    font-size: 30px;
  }
  .contacts__us_title {
    font-size: 30px;
  }
  .contacts__social_link {
    --min-height: 90px;
    padding: 10px;
    border-radius: 4px;
  }
  .contacts__managers_wrap .info__block_item._small {
    --max-width: 100%;
    min-height: auto;
  }
  .contacts__managers_wrap .info__block {
    padding-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .contacts__social_link span {
    display: none;
  }
  .contacts__social_link {
    --min-height: 0;
    --min-width: 0;
    padding: 0;
  }
  .contacts__social_link img {
    --size: 32px;
  }
  .contacts__social_nav {
    gap: 5px;
  }
  .contacts__email_link {
    order: 2;
  }
  .contacts__links p {
    order: 1;
    flex-direction: column;
    align-items: flex-start;
    font-size: 13px;
    gap: 0;
  }
  .contacts__links p::before {
    display: none;
  }
  .contacts__wrap::before {
    display: none;
  }
  .contacts__wrap {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .contacts__phone_link {
    font-size: 26px;
  }
  .contacts__email_link {
    font-size: 22px;
  }
  .contacts__map_title {
    font-size: 28px;
  }
  .contacts__managers_title {
    font-size: 28px;
  }
  .contacts__us_title {
    font-size: 28px;
  }
}
.news._3 .news__wrap {
  grid-template-columns: repeat(3, 1fr);
  gap: 37px 29px;
}
.news._5 .news__wrap {
  grid-template-columns: repeat(5, 1fr);
  gap: 27px 23px;
}
.news__title {
  padding-top: 24px;
  padding-bottom: 60px;
  font-size: 120px;
  color: #020101;
}
.news__header {
  font-size: 45px;
  letter-spacing: -0.05em;
}
.news__wrap {
  display: grid;
  padding-top: 55px;
}
.news._3 .news__wrap .video__slider_video {
  --news-card-height: 280px;
  height: var(--news-card-height);
  min-height: var(--news-card-height);
  max-height: var(--news-card-height);
}
.news__btn_wrap {
  padding-top: 55px;
}
.news__show_more_btn {
  --min-height: 109px;
  width: 100%;
  min-height: var(--min-height);
  gap: 10px;
  padding: 20px;
  border-radius: 6px;
  background-color: #f5f5f5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news__show_more_btn:hover {
  background-color: #ececec;
}
.news__show_more_btn span {
  font-size: 22px;
  line-height: 130%;
}
.news__show_more_btn svg {
  --size: 17px;
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
}
@media screen and (max-width: 1200px) {
  .news__show_more_btn {
    --min-height: 90px;
  }
  .news__show_more_btn span {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .news__show_more_btn {
    --min-height: 80px;
  }
  .news__show_more_btn span {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .news__show_more_btn {
    --min-height: 60px;
    padding: 10px;
    border-radius: 4px;
  }
}
.news .video__slider_item .video__slider_video {
  --height: 400px;
}
.news .video__slider_item h4 {
  bottom: 18px;
  left: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #fff;
}
.news .card__item {
  padding-bottom: 20px;
  background-color: #f5f5f5;
}
.news .card__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news .card__slide_wrap {
  --news-card-height: 280px;
  height: var(--news-card-height);
  min-height: var(--news-card-height);
  max-height: var(--news-card-height);

  border-radius: 6px;
  overflow: hidden;
}
.news .card__slide_wrap img {
  -o-object-fit: cover;
  object-fit: cover;
}
.news .card__description_wrap {
  padding-left: 33px;
  padding-right: 33px;
}
.news .card__description_wrap h3 {
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #000;
}
.news .card__description_wrap p {
  font-size: 16px;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(1.4em * 3);
}

@media screen and (max-width: 1200px) {
  .news .card__description_wrap {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .news__title {
    font-size: 100px;
  }
  .news__header {
    font-size: 40px;
  }
  .news._3 .news__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  .news._5 .news__wrap {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px 20px;
  }
  .news .video__slider_item h4 {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  .news .video__slider_item .video__slider_video {
    --height: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .news__title {
    font-size: 70px;
    padding-bottom: 50px;
  }
  .news__header {
    font-size: 35px;
  }
  .news._5 .news__wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 20px;
  }
  .news__btn_wrap {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .news__title {
    font-size: 50px;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .news__header {
    font-size: 30px;
  }
  .news__wrap {
    padding-top: 20px;
  }
  .news._3 .news__wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .news._5 .news__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .news .video__slider_item .video__slider_video {
    --height: 350px;
  }
}
@media screen and (max-width: 600px) {
  .news .card__description_wrap {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .news .card__description_wrap h3 {
    font-size: 18px;
    padding-bottom: 7px;
  }
  .news__title {
    font-size: 42px;
  }
  .news__header {
    font-size: 26px;
  }
  .news._5 .news__wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 15px;
  }
}
@media screen and (max-width: 400px) {
  .news__title {
    font-size: 36px;
  }
}
.news__item_wrap {
  --max-width: 988px;
  max-width: var(--max-width);
  padding-top: 5px;
}
.news__item_title {
  font-size: 120px;
  padding-bottom: 50px;
}
.news__item_subtitle {
  padding-top: 57px;
  padding-bottom: 26px;
  font-size: 45px;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: #010101;
}
.news__item_text.text--last {
  padding-bottom: 63px;
}
.news__item_text p {
  font-size: 24px;
  line-height: 150%;
  color: rgba(1, 1, 1, 0.7);
}
.news__item_text p span {
  padding: 5px;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  background-color: #ff4b0f;
}
.news__item_img {
  --max-height: 451px;
  --margin: 50px;
  max-height: var(--max-height);
  margin-top: var(--margin);
  margin-bottom: var(--margin);
  overflow: hidden;
}
.news__item_img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.news__item_publish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
  padding-top: 63px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.news__item_publish time {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #010101;
}
.news__item_publish_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 6px;
}
.news__item_publish_link {
  --height: 55px;
  height: var(--height);
  min-height: var(--height);
  max-height: var(--height);
  padding: 14px 20.5px;
  gap: 10px;
  border-radius: 6px;
  background-color: #f5f2ef;
  transition: all 0.2s ease;
}

.news__item_publish_link svg path {
  transition: all 0.2s ease;
}

.news__item_publish_link:hover {
  background-color: #54a947;
}
.news__item_publish_item:last-child:hover .news__item_publish_link svg path,
.news__item_publish_item:last-child:hover .news__item_publish_link svg {
  fill: #54a947;
  stroke: white;
}

.news__item_publish_link:hover svg path,
.news__item_publish_link:hover svg {
  fill: white;
}

.news__item_publish_link:hover span {
  color: white;
}

.news__item_publish_link svg {
  --size: 23px;
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
}
.news__item_publish_link span {
  font-size: 18px;
  line-height: 150%;
  color: #010101;
  transition: all 0.2s ease;
}

@media screen and (max-width: 1200px) {
  .news__item_title {
    font-size: 100px;
  }
  .news__item_text p {
    font-size: 22px;
  }
  .news__item_text p span {
    font-size: 22px;
  }
  .news__item_subtitle {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .news__item_title {
    font-size: 70px;
    padding-bottom: 30px;
  }
  .news__item_text p {
    font-size: 20px;
  }
  .news__item_text p span {
    font-size: 20px;
  }
  .news__item_text.text--last {
    padding-bottom: 30px;
  }
  .news__item_subtitle {
    padding-top: 35px;
    padding-bottom: 20px;
    font-size: 35px;
  }
  .news__item_publish {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .news__item_title {
    font-size: 50px;
  }
  .news__item_text p {
    font-size: 18px;
  }
  .news__item_text p span {
    font-size: 18px;
  }
  .news__item_subtitle {
    font-size: 30px;
  }
  .news__item_img {
    --margin: 30px;
  }
  .news__item_publish time {
    font-size: 16px;
  }
  .news__item_publish_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news__item_publish_link {
    --height: 40px;
    padding: 10px;
    border-radius: 4px;
  }
  .news__item_publish_link svg {
    --size: 18px;
  }
  .news__item_publish_link span {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .news__item_title {
    font-size: 42px;
  }
  .news__item_text p {
    font-size: 16px;
  }
  .news__item_text p span {
    font-size: 16px;
  }
  .news__item_subtitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 400px) {
  .news__item_title {
    font-size: 36px;
  }
}

._flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._flex_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

._flex_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

._flex_col_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._flex_col_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._flex_al_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._flex_sb_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._flex_sb_stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._flex_start_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._flex_start_stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._flex_sb_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._flex_end_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._black_btn {
  background-color: #000000;
  border: 1px solid transparent;
  width: 100%;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

._black_btn:hover {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}

img,
svg {
  width: 100%;
  height: 100%;
}

button {
  cursor: pointer;
}

._text_up {
  text-transform: uppercase;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._orange {
  background-color: #ff4b0f;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

._orange:hover {
  background-color: #c72a09 !important;
}

._orange_link {
  color: #ff4b0f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

._orange_link:hover {
  color: #ff7142;
}

._dark {
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

._dark:hover {
  background-color: #303030;
}

._grey {
  background-color: rgba(0, 0, 0, 0.06);
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

._grey:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

._border_btn {
  border-radius: 50px;
  padding: 26px 50px;
}

._btn_text {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}

._btn_text_def {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #ffffff;
}

._sec_text {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}

._m_auto {
  margin-left: auto;
  margin-right: auto;
}

._bg_fff {
  background-color: #ffffff;
}

._bg_2c2623 {
  background-color: #2c2623;
}

._bg_211b18 {
  background-color: #211b18;
}

p,
h2,
h3,
h4,
span,
label,
button,
time,
a,
i,
strong,
input,
dt,
dd {
  font-family: var(--font-family);
  line-height: 140%;
  color: #000000;
}

._p_abs {
  position: absolute;
}

._p_rel {
  position: relative;
}

._title {
  font-size: 55px;
  letter-spacing: -0.05em;
}

.card__mark {
  --height: 22px;
  width: auto;
  min-height: var(--height);
  max-height: var(--height);
  margin-left: auto;
  overflow: hidden;
}

.header {
  position: relative;
}

.header.__bg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header.__bg::before {
  --height: 900px;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: var(--height);
  min-height: var(--height);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  opacity: 0.9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__top {
  padding-top: 14px;
  padding-bottom: 16px;
  background-color: rgba(0, 0, 0, 0.2);
}
.header__top .header__search {
  display: none;
}

.header__top_list {
  gap: 2%;
}

.header__top_list .header__top_item > * {
  font-family: var(--second-family);
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__top_list .header__top_item > *:hover {
  color: #c72a09;
}

.header__search_wrap {
  gap: 1%;
  margin-top: 18px;
  margin-bottom: 10px;
}

.header__logo {
  --width: 216px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: var(--width);
  -ms-flex: var(--width);
  flex: var(--width);
  width: var(--width);
  max-width: var(--width);
  min-width: var(--width);
  height: 28px;
}
.header__logo.mobile--logo {
  display: none;
}

.header__logo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__search {
  --max-width: 471px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  gap: 12px;
  padding-left: 22px;
  max-width: var(--max-width);
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__search > label {
  --size: 18px;
  -webkit-box-flex: var(--size);
  -ms-flex: var(--size);
  flex: var(--size);
  width: var(--size);
  max-width: var(--size);
  min-width: var(--size);
  height: var(--size);
  min-height: var(--size);
  max-height: var(--size);
}

.header__search > label svg g {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__search input {
  width: 100%;
  background-color: transparent;
  color: #ffffff;
  font-family: var(--font-family);
  font-size: 18px;
  line-height: 100%;
  padding: 19px 12px 19px 0px;
  text-transform: lowercase;
}

.header__search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__search input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__search input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__search:focus-within {
  background-color: rgba(255, 255, 255, 0.1);
}

.header__search:focus-within label svg g {
  opacity: 1;
}

.header__search:focus-within input::-webkit-input-placeholder {
  color: #ffffff;
}

.header__search:focus-within input::-moz-placeholder {
  color: #ffffff;
}

.header__search:focus-within input:-ms-input-placeholder {
  color: #ffffff;
}

.header__search:focus-within input::-ms-input-placeholder {
  color: #ffffff;
}

.header__search:focus-within input::placeholder {
  color: #ffffff;
}

.header__phone_act {
  text-align: right;
}

.header__phone_act strong {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.header__phone_act:hover strong {
  color: #c72a09;
}

.header__phone_act span {
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-family);
  font-size: 14px;
}

.header__phone_act span::before {
  --size: 8px;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
  border-radius: 100%;
  margin-right: 6px;
  background-color: #4fc53d;
  box-shadow: 0 0 0 rgba(79, 197, 61, 0.7);
  animation: glowing 4.5s ease-in-out infinite;
}

@keyframes glowing {
  0% {
    transform: scale(0.8);
    box-shadow: 0 0 0 rgba(79, 197, 61, 0.7);
  }
  50% {
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(79, 197, 61, 0.7);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(79, 197, 61, 0.7);
  }
}

.header__phone_act span::before:hover {
  animation: none;
}

.header__contact_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  padding: 13.5px 20px;
  border-radius: 30px;
  border: 0px solid transparent;
  min-height: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__contact_link._phone {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.header__contact_link._phone:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}

.header__contact_link._wu {
  background-color: #54a947;
}

.header__contact_link._wu span {
  color: #ffffff !important;
}

.header__contact_link._wu svg path {
  fill: #ffffff !important;
}

.header__contact_link._wu:hover {
  background-color: #c72a09;
}

.header__contact_link span {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  color: #ffffff;
}

.header__contact_link svg {
  --size: 15px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
}

.header.__non_bg .header__phone_act strong,
.header.__non_bg .header__contact_link span {
  color: #000000;
}

.header.__non_bg .header__top {
  background-color: #f5f5f5;
}

.header.__non_bg .header__top_list .header__top_item > * {
  color: #777;
}

.header.__non_bg .header__search {
  background-color: rgba(0, 0, 0, 0.05);
}

.header.__non_bg .header__search svg path {
  fill: rgba(0, 0, 0, 0.4);
}

.header.__non_bg .header__search input {
  color: #000000;
}

.header.__non_bg .header__search input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.header.__non_bg .header__search input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.header.__non_bg .header__search input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.header.__non_bg .header__search input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.header.__non_bg .header__search input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.header.__non_bg .header__phone_act span {
  color: rgba(0, 0, 0, 0.5);
}

.header.__non_bg .header__contact_link._phone {
  border-color: rgba(0, 0, 0, 0.2);
}

.header.__non_bg .header__contact_link._phone:hover {
  border-color: #000000;
}

.header.__non_bg .header__contact_link svg path {
  fill: #000000;
}

.header.__non_bg .header__top_nav_btn {
  background-color: rgba(0, 0, 0, 0.6);
}
.header.__non_bg .header__top_nav_btn span {
  background-color: rgba(255, 255, 255, 0.6);
}
.header.__non_bg .header__top_nav_btn._active {
  background-color: rgb(0, 0, 0);
}
.header.__non_bg .header__top_nav_btn._active span {
  background-color: rgb(255, 255, 255);
}

.footer {
  position: relative;
}
.footer._footer_mt .footer__wrap {
  --pt: 110px;
}

.footer__wrap {
  --pt: 359px;
  padding-top: var(--pt);
  padding-bottom: 77px;
  gap: 20px;
}

._contacts .footer__wrap {
  padding-top: 110px;
}

.footer__nav_item._flex_col {
  gap: 16px;
}

.footer__list {
  gap: 16px;
  height: 100%;
}

.footer__list._info_contact {
  gap: 32px;
}

.footer__item._info_company {
  margin-top: auto;
}

.footer__list .footer__item ._footer_text:hover {
  color: #c72a09;
}

.footer__list .footer__item strong {
  transition: all 0.2s ease;
}

.footer__list .footer__item strong:hover {
  color: #c72a09;
}

.footer__logo {
  --width: 109px;
  --height: 14px;
  width: var(--width);
  height: var(--height);
  max-width: var(--width);
  max-height: var(--height);
  min-height: var(--height);
  min-width: var(--width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.footer__contact_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}

.footer__contact_link img {
  --size: 30px;
  width: var(--size);
  height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
  min-height: var(--size);
  min-width: var(--size);
}

/* .footer__contact_link:hover ._footer_text {
  color: #ffffff;
} */

._footer_text {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

._footer_text.text_header {
  font-weight: 700;
}

.footer__resource_link:hover ._footer_text,
.footer__resource_link:focus ._footer_text {
  color: #ffffff;
}

.footer__phone_link > * {
  text-align: right;
  line-height: 150%;
}

.footer__phone_link strong {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.footer__phone_link ._footer_text {
  font-size: 16px;
}

.footer__company_info_wrap {
  gap: 16px;
}

.footer__list._info_contact .footer__logo {
  display: none;
}

.footer__company_info_wrap ._footer_text {
  line-height: 150%;
  text-align: right;
  font-size: 16px;
  color: #ffffff40;
}

.footer__list .footer__item .footer__company_info_wrap ._footer_text:hover {
  color: #ffffff40;
}

.footer__company_info_wrap ._footer_text span {
  cursor: pointer;
  transition: all 0.2s ease;
  color: #ffffff40;
}

.footer__company_info_wrap ._footer_text span:hover {
  color: #ffffff;
}

.footer__bg {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 50%;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  pointer-events: none;
}

.footer__bg img {
  -o-object-fit: cover;
  object-fit: cover;
}

.header__popup_nav {
  position: relative;
  border-radius: 10px;
  padding: 22px 30px;
  background-color: rgba(255, 255, 255, 0.04);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__popup_nav:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.header__popup_nav._active {
  z-index: 12;
  background-color: #ffffff !important;
}

.header__popup_nav._active .header__popup_link {
  color: rgba(0, 0, 0, 0.5);
}

.header__popup_nav._active .header__popup_link:hover {
  color: #000000;
}

.header__popup_nav._active .header__popup_btn span {
  color: rgba(0, 0, 0, 0.5);
}

.header__popup_nav._active .header__popup_btn svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.header__popup_nav._active .header__popup_btn:hover span,
.header__popup_nav._active .header__popup_btn._active span {
  color: #000000;
}

.header__popup_nav._active .header__popup_btn:hover svg path,
.header__popup_nav._active .header__popup_btn._active svg path {
  fill: #000000;
}

.header__popup_list {
  gap: 10px 1%;
}

.header__popup_list .header__popup_item .header__popup_title_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.header__popup_list .header__popup_item .header__popup_title_link svg {
  --size: 18px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
}

.header__popup_list .header__popup_item .header__popup_title_link strong {
  font-size: 18px;
  font-weight: 700;
  color: #ff4b0f;
}

.header__popup_btn,
.header__popup_link {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-transform: lowercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__popup_btn:hover,
.header__popup_link:hover {
  color: #c72a09;
}

.header__popup_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.header__popup_btn span {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__popup_btn svg {
  --size: 16px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
}

.header__popup_btn svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__popup_btn._active span {
  color: #000000;
}

.header__popup_btn._active svg path {
  fill: #000000;
}

.header__popup_hidden {
  position: absolute;
  left: 0px;
  top: 90px;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__popup_hidden._show {
  pointer-events: all;
  max-height: 800px;
}

.header__popup_hidden._show .header__popup_hidden_wrap {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.01), 0 8px 7px rgba(0, 0, 0, 0.02),
    0 20px 13px rgba(0, 0, 0, 0.02), 0 39px 25px rgba(0, 0, 0, 0.02),
    0 65px 47px rgba(0, 0, 0, 0.03), 0 100px 80px rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.01), 0 8px 7px rgba(0, 0, 0, 0.02),
    0 20px 13px rgba(0, 0, 0, 0.02), 0 39px 25px rgba(0, 0, 0, 0.02),
    0 65px 47px rgba(0, 0, 0, 0.03), 0 100px 80px rgba(0, 0, 0, 0.04);
}

.header__popup_hidden_wrap {
  min-height: 350px;
  padding: 30px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}

.header__popup_overflow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

.header__popup_overflow h3 {
  padding-bottom: 10px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  text-transform: uppercase;
  /* word-break: break-word; */
  white-space: break-spaces;
}

.header__popup_overflow h3 strong {
  line-height: 100%;
  display: block;
}

.header__popup_column_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
  padding: 27px 30px;
}

.header__popup_column h3 {
  color: #000000;
}

.header__popup_col_list {
  gap: 2px;
}

.header__popup_col_list .header__popup_col_item a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-transform: lowercase;
  color: #000000;
}

.header__popup_result {
  display: block;
  --width: 300px;
  --height: 290px;
  width: var(--width);
  height: var(--height);
  min-width: var(--width);
  min-height: var(--height);
  max-width: 400px;
  max-height: var(--height);
  gap: 10px;
  padding: 27px 26px;
  border-radius: 8px;
  background-color: #8bc331;
}

.header__popup_result_title h3 {
  color: #ffffff;
  word-break: break-word;
  white-space: break-spaces;
  text-shadow: 9px 9px 20px rgba(0, 0, 0, 0.8);
}

.header__popup_img {
  --width: 100%;
  --height: 257px;
  position: absolute;
  left: 0px;
  top: 76px;
  width: var(--width);
  height: var(--height);
  min-width: var(--width);
  min-height: var(--height);
  max-width: var(--width);
  max-height: var(--height);
}

.header__popup_img img {
  -o-object-fit: contain;
  object-fit: contain;
  object-position: left;
}

.header.__non_bg .header__popup_nav {
  background-color: rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.01), 0 8px 7px 0 rgba(0, 0, 0, 0.02),
    0 20px 13px 0 rgba(0, 0, 0, 0.02), 0 39px 25px 0 rgba(0, 0, 0, 0.02),
    0 65px 47px 0 rgba(0, 0, 0, 0.03), 0 100px 80px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.01), 0 8px 7px 0 rgba(0, 0, 0, 0.02),
    0 20px 13px 0 rgba(0, 0, 0, 0.02), 0 39px 25px 0 rgba(0, 0, 0, 0.02),
    0 65px 47px 0 rgba(0, 0, 0, 0.03), 0 100px 80px 0 rgba(0, 0, 0, 0.04);
}

.header.__non_bg .header__popup_link {
  color: #000000;
}
.header.__non_bg .header__popup_link:hover,
.header.__non_bg .header__popup_link:focus {
  color: rgba(0, 0, 0, 0.6901960784);
}

.header.__non_bg .header__popup_btn svg path {
  fill: #000000;
}

.header.__non_bg .header__popup_btn span {
  color: #000000;
}

.banner__section._home {
  height: auto;
}

.banner__background_container {
  --height: 860px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-height: var(--height);
  min-height: var(--height);
  z-index: -1;
  pointer-events: none;
}

.banner__background_container > img {
  position: absolute;
}

.banner__background_container .banner__background {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}

.banner__background_container .banner__gradient {
  -o-object-fit: cover;
  object-fit: cover;
}

.banner__background_mobile {
  display: none;
}

.banner__description {
  padding-top: 0;
  padding-bottom: 0;
  gap: 40px;
  align-items: center;
}

.banner__description_wrap {
  flex-basis: 100%;
}

.banner__menu_wrap,
.banner__menu {
  display: none;
}

.banner__description_img {
  flex-basis: 100%;
  position: relative;
  height: 100%;
}

._home .banner__description_img {
  display: none;
}

.banner__description_img img {
  width: 150%;
  object-fit: fill;
  height: 613px;
}

.banner__description h1 i {
  font-family: var(--font3);
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -0.01em;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
}

.banner__description h1 strong {
  display: block;
  font-family: var(--font3);
  font-weight: 700;
  font-size: 150px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #ffffff;
}

.banner__description h1 strong small {
  font-family: var(--font3);
  color: #ffffff;
  font-size: 70px;
}

.banner__description p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.6);
}

.banner__section._home .banner__description p {
  position: relative;
  top: -26px;
  max-width: 570px;
}

.banner__description_btn_wrap {
  padding-top: 13px;
  gap: 32px;
}

.banner__description_btn {
  min-height: 72px;
  min-width: 223px;
}

.banner__decr_ {
  gap: 24px;
}

.banner__decr_ strong {
  gap: 7px;
  flex-shrink: 0;
}

.banner__decr_ strong svg {
  --size: 17px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
}

.banner__decr_ strong span {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: #ffffff;
}

._modal {
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0px;
  z-index: 50;
  pointer-events: none;
  overflow: auto;
  visibility: hidden;
}

._modal._show {
  pointer-events: all;
  visibility: visible;
}

._modal._show .overlay {
  opacity: 1;
}

._modal._show .modal__wrap {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal__wrap {
  position: relative;
  -webkit-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  transform: translateY(-150px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 20px;
  z-index: 20;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal__overflow {
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.01), 0 8px 7px 0 rgba(0, 0, 0, 0.02),
    0 20px 13px 0 rgba(0, 0, 0, 0.02), 0 39px 25px 0 rgba(0, 0, 0, 0.02),
    0 65px 47px 0 rgba(0, 0, 0, 0.03), 0 100px 80px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.01), 0 8px 7px 0 rgba(0, 0, 0, 0.02),
    0 20px 13px 0 rgba(0, 0, 0, 0.02), 0 39px 25px 0 rgba(0, 0, 0, 0.02),
    0 65px 47px 0 rgba(0, 0, 0, 0.03), 0 100px 80px 0 rgba(0, 0, 0, 0.04);
}

.modal__content {
  position: relative;
  max-width: 519px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  padding: 40px 48px 50px;
}

.modal__header h2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: #010101;
  padding-bottom: 4px;
}

.modal__header p {
  font-weight: 400;
  font-size: 21px;
  line-height: 130%;
  color: rgba(1, 1, 1, 0.6);
}

.header__close_btn {
  --size: 30px;
  position: absolute;
  top: 27px;
  right: 27px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
  display: none;
}

.modal__close_btn {
  --size: 30px;
  position: absolute;
  top: 27px;
  right: 27px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
}

.modal__close_btn svg {
  width: 100%;
  height: 100%;
}

.modal__close_btn svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal__close_btn:hover svg path {
  fill-opacity: 1;
}

.modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}

.modal__tab_wrap p {
  padding-bottom: 9px;
  font-size: 18px;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.4);
}

.modal__tab_btns {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  gap: 10px;
  padding: 6px;
  background-color: #f5f2ef;
  border-radius: 9px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.modal__tab_btns .modal__tab_btn {
  padding: 11px 20px;
  border-radius: 50px;
  font-family: var(--third-family);
  font-size: 18px;
  line-height: 130%;
  background-color: transparent;
  color: #000000;
}

.modal__tab_btns .modal__tab_btn:hover {
  color: rgba(0, 0, 0, 0.8);
}

.modal__tab_btns .modal__tab_btn._current {
  background-color: #000000;
  color: #ffffff;
}

.modal__form {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.modal__form._active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__input_field {
  background-color: #f5f2ef;
  border-radius: 10px;
}

.modal__input_field input {
  width: 100%;
  min-height: 68px;
  padding: 10px 27px;
  background-color: transparent;
  font-size: 20px;
  line-height: 100%;
  color: #000000;
}

.modal__input_field input::-webkit-input-placeholder {
  font-family: var(--font-family);
  opacity: 0.5;
}

.modal__input_field input::-moz-placeholder {
  font-family: var(--font-family);
  opacity: 0.5;
}

.modal__input_field input:-ms-input-placeholder {
  font-family: var(--font-family);
  opacity: 0.5;
}

.modal__input_field input::-ms-input-placeholder {
  font-family: var(--font-family);
  opacity: 0.5;
}

.modal__input_field input::placeholder {
  font-family: var(--font-family);
  opacity: 0.5;
}

.modal__send_btn_wrap {
  gap: 25px;
}

.modal__send_btn_wrap p {
  font-size: 17px;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.4);
}

.modal__send_btn {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: 240px;
  padding: 27px 30px;
  border-radius: 10px;
  font-size: 20px;
  letter-spacing: 0;
  text-transform: none;
}

.technique {
  --pt: 77px;
  --pb: 132px;
  padding-bottom: var(--pb);
  padding-top: var(--pt);
}
.technique._catalog_technique {
  --pt: 70px;
  --pb: 145px;
}
.technique._catalog_technique .technique__items_wrap {
  padding-top: 0;
}
.technique._catalog_technique .technique__item_img {
  margin-bottom: auto;
  margin-top: auto;
}
.technique._catalog_technique .technique__shadow {
  top: 50%;
  -webkit-transform: translateY(-12%);
  -ms-transform: translateY(-12%);
  transform: translateY(-12%);
  left: 0;
  width: 100%;
  height: 40px;
  pointer-events: none;
}
.technique._catalog_technique .technique__item {
  --pb: 60px;
}

.technique__item_text-link {
  font-size: var(--tech-text-size);
}

.technique__item_text-link._sm {
  --tech-text-size: 35px;
}
.technique__item_text-link._xs {
  --tech-text-size: 25px;
}

.technique__title {
  gap: 8%;
}

.technique__title h2 {
  max-width: 524px;
  width: 100%;
  font-size: 45px;
  line-height: 120%;
  letter-spacing: -0.05em;
}

.technique__title h2 span {
  color: #ffffff;
  padding: 2px 3px;
  background-color: #ff4b0f;
}

.technique__title p {
  padding-top: 10px;
  max-width: 760px;
  font-size: 21px;
  line-height: 160%;
  color: rgba(1, 1, 1, 0.6);
}

.technique__item_img {
  width: 100%;
  position: relative;
}

.technique__items_wrap {
  display: grid;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 30px;
  padding-top: 77px;
}

.technique__item {
  --pb: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 6px;
  padding-bottom: var(--pb);
  transition: all 0.2s ease;
}

.technique__item_img img {
  transition: all 0.3s ease-in-out;
}

.technique__item:not(._double):hover .technique__item_img img {
  /* filter: drop-shadow(14px 28px 49px #000000); */
}

.technique__item._double
  .technique__inside_item._linear:hover
  .technique__item_img
  img:last-of-type {
  /* filter: drop-shadow(14px 9px 17px rgba(0, 0, 0, 0.5)); */
}

.technique__item._double
  .technique__inside_item._brown:hover
  .technique__item_img
  img:last-of-type {
  /* filter: drop-shadow(14px 9px 17px rgba(255, 255, 255, 0.5)); */
}

.technique__item p {
  font-size: 35px;
  line-height: 130%;
}

.technique__inside_item._linear {
  height: 100%;
  max-height: 272px;
}
.technique__inside_item._brown {
  height: 100%;
  max-height: 224px;
}

.technique__item._grey_sky,
.technique__item._grey_bej {
  height: 100%;
  max-height: 525px;
}

.technique__item._grey_bej {
  background-color: #ecece3;
  overflow: hidden;
}

.technique__item._grey_bej .technique__item_img {
  -webkit-transform: translate(-50px, -50px);
  -ms-transform: translate(-50px, -50px);
  transform: translate(-50px, -50px);
}

.technique__item._grey_sky {
  background-color: #e0e6e5;
}

.technique__item._grey_sky:hover,
.technique__item._grey_bej:hover {
  background-color: #ff4b0f;
}

.technique__item._grey_sky:hover .technique__item_text p {
  color: white;
}

.technique__item._grey_sky:hover .technique__item_text-link,
.technique__item._grey_bej:hover .technique__item_text-link,
.technique__inside_item._leght_grey:hover .technique__item_text-link,
.technique__inside_item._linear:hover .technique__item_text-link {
  color: #ffffff;
}

.technique__item._double {
  padding-bottom: 0;
}

.technique__inside_item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 10px;
  border-radius: 6px;
}

.technique__inside_item:not(:last-child) {
  margin-bottom: 30px;
}

.technique__inside_item P {
  font-size: 25px;
  line-height: 130%;
}

.technique__inside_item._linear,
.technique__item._linear {
  background: -webkit-gradient(linear, left top, left bottom, from(#a2d0e8), to(#f8f7f1)), #e0e6e5;
  background: linear-gradient(180deg, #a2d0e8 0%, #f8f7f1 100%), #e0e6e5;
  transition: all 0.2s ease;
}

.technique__inside_item._linear:hover,
.technique__item._linear:hover {
  background: #ff4b0f;
}

.technique__item._linear:hover .technique__item_text p {
  color: white;
}

.technique__inside_item._brown,
.technique__item._brown {
  background-color: #37322f;
  transition: all 0.2s ease;
}

.technique__inside_item._brown:hover,
.technique__item._brown:hover {
  background: #ff4b0f;
}

.technique__inside_item._leght_grey,
.technique__item._leght_grey {
  background-color: #f6f6f1;
}

.technique__item._leght_grey:hover {
  background: #c72a09;
}

.technique__item._leght_grey:hover .technique__item_text p {
  color: white;
}

.technique__inside_item._brown a {
  color: #ffffff;
  word-break: auto-phrase;
}

.technique__inside_item .technique__shadow {
  width: 100%;
  height: 40px;
  bottom: 7px;
  left: 0px;
  pointer-events: none;
}

.card_section {
  background-color: #f5f5f5;
}

.card_section._card_assesebility {
  background-color: #ffffff;
}

.card_section._card_assesebility .card__item {
  background-color: #f5f5f5;
  transition: all 0.2s ease;
}

.card_section._card_assesebility .card__item:hover {
  background-color: #c72a09;
}

.card_section._card_assesebility .card__item:hover *,
.card_section._card_assesebility .card__item:hover p:nth-child(n) {
  color: white;
}

.card_section._card_assesebility .card__adv {
  min-width: 168px;
  min-height: 39px;
  padding: 1px 5px;
  border-radius: 0px;
  background-color: #ff4b0f;
}

.card_section._card_assesebility .card__adv strong {
  color: #ffffff;
  font-size: 28px;
  text-transform: uppercase;
}

.card__container {
  padding-top: 96px;
  padding-bottom: 117px;
}

.assesebility__container {
  padding-top: 119px;
  padding-bottom: 113px;
}

.card__title {
  gap: 10%;
  padding-bottom: 25px;
}

.card__title h2 {
  font-size: 55px;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: #010101;
}

.card__show_all_link {
  font-size: 18px;
  line-height: 160%;
}

.card__show_all_link._mobile {
  display: none;
}

.card__items_wrap {
  /* display: grid; */
  grid-template-columns: repeat(3, 1fr);
  /* gap: 30px; */
}

.card__item {
  position: relative;
  background-color: #ffffff;
  border-radius: 6px;
  padding-bottom: 30px;
  overflow: hidden;
  height: 100%;
  min-height: 495px;
}

.card__slider .card__swiper {
  overflow: unset;
}

.card__slider .swiper-pagination {
  left: unset !important;
  right: 31px !important;
  bottom: -55px !important;
  width: auto !important;
}

.card__slider .swiper-pagination .swiper-pagination-bullet {
  --size: 5px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
  opacity: 1 !important;
  margin: 0px 3px !important;
  background-color: #e2e2e2;
}

.card__slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b5b5b5;
}

.card__adv {
  top: 12px;
  left: 12px;
  border-radius: 7px;
  padding: 5px 8px 7px 8px;
  gap: 7px;
  background-color: #ffffff;
  z-index: 2;
}

.card__adv svg {
  --size: 15px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
}

.card__adv strong {
  font-weight: 700;
  font-size: 11px;
  line-height: 130%;
}

.card__description_wrap {
  padding-top: 25px;
}

.card__descr_list {
  padding-left: 33px;
  padding-right: 33px;
}

.card__descr_list .card__descr_item._cardName {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 13px;
}

.card__descr_list .card__descr_item._cardName p {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card__descr_list .card__descr_item._cardName p:last-child {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}

.card__descr_list .card__descr_item .card__price {
  line-height: 130%;
  letter-spacing: -0.02em;
}

.card__descr_list .card__descr_item .card__price strong {
  font-weight: 700;
  font-size: 28px;
  padding-right: 12px;
}

.card__descr_list .card__descr_item .card__price span {
  font-size: 22px;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.4);
}

.card__descr_list .card__descr_item._card_btn {
  padding-top: 20px;
}

.card__calc_leasing_btn {
  border-radius: 50px;
  padding: 17px 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  min-height: 50px;
  min-width: 197px;
}

@media screen and (max-width: 1300px) {
  .card__descr_list .card__descr_item .card__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1200px) {
  .card__descr_list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .card__items_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 800px) {
  .card__items_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.request__sect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #211b18;
  position: relative;
  min-height: 747px;
}

.request__sect._home_req._phone_request .request__title span {
  display: block;
  color: #ffffff;
  line-height: 110%;
}

.request__sect._home_req._phone_request .request__picture {
  --max-height: 820px;
}

.request__sect._card_request .req__form_block .request__title {
  padding-bottom: 6px;
  font-family: Arimo;
  font-weight: 400;
  font-size: 45px;
  color: white;
}

.request__sect._card_request .req__form_block .request__subtitle {
  font-family: Arimo;
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  letter-spacing: 0;
}

.request__sect._card_request .req__form_cntr {
  gap: 5%;
}

.request__sect._card_request .card__item {
  max-width: 390px;
  padding: 16px 16px 25px;
  border-radius: 19px;
}

.request__sect._card_request .card__item .card__slide_wrap {
  border-radius: 6px;
  overflow: hidden;
}

.request__sect._card_request .card__item .card__description_wrap {
  padding-top: 58px;
}

.request__sect._card_request .card__item .card__descr_list {
  padding: 0px;
}

.request__sect._card_request .card__item .card__descr_item {
  font-size: 25px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #010101;
}

.request__sect._card_request .card__item .card__descr_item._cardName {
  padding-bottom: 7px;
}

.request__sect._card_request .card__item .card__price i {
  min-height: 27px;
  min-width: 67px;
  padding: 0px 8px;
  border-radius: 6px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #6ac95c;
}

.request__sect._card_request .req__form_block {
  --max-width: 870px;
}

.request__sect._card_request .request__tab_wrap {
  padding-top: 41px;
}

.request__sect._card_request .request__btn_wrap {
  gap: 26px;
}

.request__sect._card_request .request__btn_wrap .request__policy_field {
  padding-top: 0px;
}

.request__sect._leasing_req._phone_request .request__title,
.request__sect._catalog_req._phone_request .request__title {
  padding-bottom: 5px;
  width: 100%;
  max-width: none;
  font-family: Arimo;
  font-weight: 400;
  font-size: 55px;
  line-height: 110%;
  letter-spacing: -4px;
}

.request__sect._catalog_req._phone_request .request__title {
  color: #ffffff;
}

.request__sect._leasing_req._phone_request .request__subtitle,
.request__sect._catalog_req._phone_request .request__subtitle {
  width: 100%;
  max-width: none;
  opacity: 1;
  font-family: Arimo;
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  letter-spacing: 0;
}

.req__bg_wrap {
  top: var(--req-bg-top);
  bottom: var(--req-bg-bottom);
  position: absolute;
  max-width: 830px;
  width: 100%;
}

.req__bg_wrap .request__gradient {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  --size: 500px;
  width: var(--size);
  height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  -webkit-filter: blur(320px);
  filter: blur(320px);
}

.req__bg_wrap .request__blur_picture {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  max-width: 300px;
  height: auto;
}

.req__bg_wrap .request__picture {
  --max-height: 770px;
  position: relative;
  max-height: var(--max-height);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.request__sect._car_request .req__bg_wrap {
  --req-bg-top: 0;
  --req-bg-bottom: unset;
}

.request__sect._phone_request .req__bg_wrap {
  --req-bg-top: unset;
  --req-bg-bottom: 0;
}

.req__form_cntr {
  position: relative;
  padding-top: 90px;
  padding-bottom: 30px;
  width: 100%;
}

.req__form_block {
  --max-width: 765px;
  max-width: var(--max-width);
  width: 100%;
  margin-left: auto;
}

.request__title {
  line-height: 110%;
  padding-bottom: 28px;
}

.request__title p {
  color: #ffffff;
}

.request__title strong {
  line-height: 110%;
  display: block;
  color: #ff4b0f;
}

.request__subtitle {
  padding-bottom: 39px;
  font-size: 21px;
  line-height: 140%;
  color: #ffffff;
}

.request__tab_wrap p {
  padding-bottom: 13px;
  font-size: 20px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.4);
}

.request__tab_btns {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  gap: 4px;
  padding: 6px;
  background-color: #372f2b;
  border-radius: 9px;
}

.request__tab_btns .request__tab_btn {
  padding: 11px 20px;
  border-radius: 50px;
  font-family: var(--third-family);
  font-size: 18px;
  line-height: 130%;
  background-color: transparent;
  color: #ffffff;
}

.request__tab_btns .request__tab_btn._current {
  color: #000000;
  background-color: #ffffff;
}

.request__form_wrap {
  padding-top: 27px;
}

.request__form_wrap p {
  padding-bottom: 11px;
  font-size: 18px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.4);
}

.request__form {
  display: none;
  gap: 12px;
}

.fluentform .ff-el-input--label {
  margin-bottom: 0;
}

.request__form._active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.request__input_field {
  min-width: 377px;
  background-color: #372f2b;
  border-radius: 10px;
}

.request__input_field input {
  width: 100%;
  min-height: 68px;
  padding: 10px 27px;
  background-color: transparent;
  font-size: 20px;
  line-height: 100%;
  color: #ffffff;
}

.request__input_field input::-webkit-input-placeholder {
  font-family: var(--font-family);
  opacity: 0.5;
  color: #fff;
}

.request__input_field input::-moz-placeholder {
  font-family: var(--font-family);
  opacity: 0.5;
  color: #fff;
}

.request__input_field input:-ms-input-placeholder {
  font-family: var(--font-family);
  opacity: 0.5;
  color: #fff;
}

.request__input_field input::-ms-input-placeholder {
  font-family: var(--font-family);
  opacity: 0.5;
  color: #fff;
}

.request__input_field input::placeholder {
  font-family: var(--font-family);
  opacity: 0.5;
  color: #fff;
}

.request__btn_wrap {
  padding-top: 34px;
}

.req__form_cntr .req__form_block button.request__send_btn._orange.btn._btn_text_def,
.contact__us_modal .modal__content button.request__send_btn._orange.btn._btn_text_def {
  min-width: 283px;
  min-height: 74px;
  padding: 22px 28px 26px;
  border-radius: 10px;
  font-size: 20px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;

  font-family: var(--font-family);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #ffffff;

  background-color: #ff4b0f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.request__policy_field {
  padding-top: 32px;
}

.request__policy_field input {
  display: none;
  opacity: 0;
}

.request__policy_field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 9px;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.request__policy_field label div {
  position: relative;
  --wrap-width: 36px;
  --wrap-height: 24px;
  width: var(--wrap-width);
  height: var(--wrap-height);
  max-width: var(--wrap-width);
  max-height: var(--wrap-height);
  min-width: var(--wrap-width);
  min-height: var(--wrap-height);
  cursor: pointer;
}

.request__policy_field label div::before {
  content: "";
  position: absolute;
  border-radius: 9px;
  width: 100%;
  height: 100%;
  background-color: #372f2b;
}

.request__policy_field label div::after {
  --size: 18px;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(14px, -50%);
  -ms-transform: translate(14px, -50%);
  transform: translate(14px, -50%);
  left: 0px;
  right: 0px;
  width: var(--size);
  height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  border-radius: 50px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.request__policy_field label span {
  color: #ffffff;
  font-size: 17px;
  line-height: 130%;
}

.request__policy_field input:checked + label {
  opacity: 1;
}

.request__policy_field input:checked + label div::after {
  -webkit-transform: translate(3px, -50%);
  -ms-transform: translate(3px, -50%);
  transform: translate(3px, -50%);
}

.companies__wrap {
  padding-top: 128px;
  margin-bottom: -1px;
}

.companies__list {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: repeat(6, 1fr);
  gap: 6%;
}

.special__wrap {
  padding-top: 123px;
}

.special__title {
  padding-bottom: 23px;
  color: #010101;
}

.special__slider_wrap .special__swiper {
  overflow: visible;
}

.special__slider_wrap .special__swiper .swiper-slide {
  min-width: 874px;
}

.special__slider_wrap .special__swiper .swiper-slide:nth-child(even) .special__slide_wrap {
  background-color: #211b18;
}

.special__slider_wrap .special__swiper .swiper-slide:nth-child(even) .special__header strong {
  color: #ffffff;
}

.special__slider_wrap .special__swiper .swiper-slide:nth-child(even) .special__header strong span {
  color: #ffffff;
}

.special__slider_wrap .special__swiper .swiper-slide:nth-child(even) .special__text {
  color: #ffffff;
}

.special__slider_wrap .special__swiper .swiper-slide:nth-child(even) .special__contact_us p {
  color: #ffffff;
}

.special__slider_wrap .special__swiper .swiper-slide:nth-child(odd) .special__slide_wrap {
  background-color: #ecece3;
}

.special__slide_wrap {
  position: relative;
  min-width: 874px;
  border-radius: 6px;
  overflow: hidden;
}

.special__content {
  margin: 35px 43px 39px;
  max-width: 390px;
  position: relative;
  z-index: 1;
}

.special__header {
  font-weight: 700;
  font-size: 40px;
}

.special__header * {
  line-height: 100%;
  letter-spacing: -0.02em;
}

.special__header strong span {
  display: block;
  font-size: 74px;
}

.special__text {
  font-size: 18px;
  line-height: 140%;
}

.special__contact_us {
  padding-top: 19px;
}

.special__contact_us p {
  opacity: 0.5;
  padding-top: 19px;
}

.special__contact_us_btn {
  padding: 16px 20px;
  border-radius: 10px;
  font-family: Arimo;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  width: 100%;
  max-width: 205px;
}

.special__contact_us_btn:hover {
  background-color: #ff4b0f;
  color: #000;
}

.special__contact_us_btn._orange {
  color: #000000;
}

.special__bg {
  height: 100%;
}

.special__bg .special__bg_img,
.special__bg .special__gradient,
.special__bg .special__picture {
  position: absolute;
  top: 0px;
  right: 0px;
  pointer-events: none;
  object-fit: contain;
}

.special__bg .special__bg_img {
  -webkit-filter: blur(8px);
  filter: blur(8px);
  max-width: 290px;
}

.special__bg .special__gradient {
  -webkit-filter: blur(200px);
  filter: blur(200px);
  max-width: 340px;
}

.special__bg .special__picture {
  max-width: 400px;
}

.description__sect {
  padding-top: 120px;
}
.description__sect._company_descr {
  padding-top: 135px;
}
/* .description__sect._company_descr .description__map_cntr {
  top: 130px;
  --width: 50%;
  right: 0;
  position: absolute;
} */

.description__sect .description__map_cntr {
  top: 130px;
  --width: 50%;
  right: 0;
  position: absolute;
}

/* .description__sect._company_descr .description__map_cntr .description__map img {
  object-fit: contain;
} */
.description__sect .description__map_cntr .description__map img {
  object-fit: contain;
}
.description__sect._company_descr .description__container {
  position: relative;
  min-height: 650px;
  z-index: 1;
}
.description__sect._company_descr .description__container .description__wrap {
  max-width: 636px;
  gap: 13px;
}
.description__sect._company_descr .description__container .description__title {
  letter-spacing: -0.05em;
}
.description__sect._company_descr .description__container .description__subtitle {
  font-size: 21px;
  line-height: 150%;
  color: rgba(1, 1, 1, 0.6);
}
.description__sect._company_descr .description__container .desccription__text_list {
  gap: 15%;
  padding-bottom: 131px;
}
.description__sect._company_descr
  .description__container
  .desccription__text_list
  .description__text_item
  h3 {
  font-size: 45px;
  line-height: 110%;
  letter-spacing: -0.05em;
}

.description__wrap {
  position: relative;
  max-width: 810px;
  gap: 50px;
  z-index: 1;
}

.description__title {
  max-width: 680px;
}

.description__title strong {
  color: #ff4b0f;
}

.desccription__text_list {
  gap: 3%;
}

.desccription__text_list .description__text_item {
  --max-width: 240px;
  max-width: var(--max-width);
  gap: 9px;
}

.desccription__text_list .description__text_item h3 {
  font-size: 28px;
  line-height: 120%;
}

.desccription__text_list .description__text_item p {
  font-size: 18px;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.6);
}

.description__text_img {
  --size: 50px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
  margin-bottom: 12px;
}

.description__map_cntr {
  --width: 1066px;
  --height: 641px;
  right: 0px;
  top: 7px;
  max-width: var(--width);
  min-width: var(--width);
  width: 100%;
  max-height: var(--height);
  min-height: var(--height);
  height: 100%;
}

.description__map_block {
  height: 100%;
}

.description__map {
  width: 100%;
  height: 100%;
}

.description__map img {
  -o-object-fit: fill;
  object-fit: fill;
}

.description__map_anchor {
  position: absolute;
  width: var(--width);
  height: var(--height);
  min-width: var(--width);
  min-height: var(--height);
  max-width: var(--width);
  max-height: var(--height);
  background-color: transparent;
}

.description__map_anchor img {
  -webkit-filter: drop-shadow(0 60px 35px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(0 60px 35px rgba(0, 0, 0, 0.6));
}

.description__map_anchor._1 {
  --width: 92px;
  --height: 110px;
  bottom: 160px;
  left: 180px;
}

.description__map_anchor._2 {
  --width: 63px;
  --height: 75px;
  bottom: 280px;
  left: 330px;
}

.description__map_anchor._3 {
  --width: 156px;
  --height: 187px;
  bottom: 55px;
  left: 400px;
}

.description__map_anchor._4 {
  --width: 75px;
  --height: 90px;
  bottom: 100px;
  right: 190px;
  /* left: 700px; */
}

.description__map_anchor._orange_anch {
  --width: 114px;
  --height: 137px;
  bottom: 300px;
  right: 270px;
  /* left: 580px; */
}

.review__section._company_review .review__wrap {
  position: relative;
  z-index: 1;
}
.review__section._company_review .review__title {
  padding-bottom: 152px;
}

.review__wrap {
  padding-top: 165px;
}

.review__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding-bottom: 178px;
}

.review__title a {
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  padding: 10px;
  background-color: #ecedee;
  background: linear-gradient(to left, #ecedee 50%, #ff4b0f 50%);
  background-size: 200% 102%;
  background-position: right;
  transition: background-position 0.5s ease;
}

.review__title a:hover {
  background-position: left;
}

.review__title a:hover svg path {
  transition: all 0.5s ease;
}

.review__title a small {
  height: 100%;
  display: flex;
}

.review__title a ._first_letter {
  display: block;
  margin-top: 4px;
}

.review__title a ._last_path {
  margin-top: 10px;
}

.review__title a:hover ._heart_svg svg path {
  fill: #ffffff;
}

.review__title a:hover ._first_letter svg path {
  fill: #ffffff;
}

.review__title a img {
  width: auto;
  height: auto;
  max-height: 55px;
}

.review__item_wrap {
  position: relative;
  border-radius: 6px;
  background-color: #ff4b0f;
}

.review__item_avatar {
  display: none;
}

.review__item_wrap .review__picture {
  --width: 469px;
  --height: 601px;
  position: absolute;
  bottom: 0px;
  left: -20px;
  width: var(--width);
  height: var(--height);
  min-width: var(--width);
  min-height: var(--height);
  max-width: var(--width);
  max-height: var(--height);
}

.review__item_wrap .review__quotes {
  --width: 164px;
  --height: 120px;
  position: absolute;
  top: 105px;
  left: 312px;
  width: var(--width);
  height: var(--height);
  min-width: var(--width);
  min-height: var(--height);
  max-width: var(--width);
  max-height: var(--height);
}

.review__item_text {
  --width: 858px;
  max-width: var(--width);
  padding: 105px 100px 107px;
}

.review__item_text * {
  color: #290e00;
}

.review__item_text p {
  font-size: 30px;
  line-height: 140%;
  letter-spacing: -0.01em;
  padding-bottom: 32px;
}

.review__item_text span {
  font-size: 17px;
  line-height: 150%;
}

.review__item_text span strong {
  display: block;
  font-weight: 700;
}

.videos__section {
  padding-bottom: 163px;
}

.videos__title {
  padding-top: 112px;
  color: #010101;
  text-align: center;
}

.videos__subtitle {
  font-size: 22px;
  line-height: 160%;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  padding-bottom: 40px;
}

.sliders__wrap {
  gap: 55px;
}

.sliders__wrap .swiper-button-prev {
  left: -70px;
  right: unset;
}

.sliders__wrap .swiper-button-next {
  right: -70px;
  left: unset;
}

.sliders__wrap .swiper-button-next img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sliders__wrap ._video_arrows {
  --size: 40px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
  margin-top: unset;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sliders__wrap ._video_arrows::after {
  display: none;
}

._slider_wraps {
  width: 100%;
}

.big__swiper .video__slider_video {
  --height: 260px;
}

.small__swiper .video__slider_video {
  --height: 400px;
}

.small__swiper .video__slider_wrap h4 {
  position: absolute;
  bottom: 18px;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
}

.video__slider_video {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  height: var(--height);
  max-height: var(--height);
  min-height: var(--height);
}

.video__slider_video > * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video__slider_video span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 33px;
  height: 38px;
  display: block;
}

.video__slider_video::before {
  content: "";
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.video__slider_wrap h4 {
  padding-top: 14px;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #000000;
}

.video__slider_wrap time {
  padding-top: 4px;
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

.video__slider_new {
  position: absolute;
  top: 20px;
  left: 20px;
  width: auto;
  height: auto;
  padding: 4px 7px;
  color: #ffffff;
  background-color: #ff4b0f;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.text__section {
  --pt: 100px;
  padding-top: var(--pt);
}

.text__section._home_text .text__title {
  --title-width: 590px;
}

.text__section._card_text .text__title {
  --title-width: 450px;
}

.text__section._card_text .text__grid_wrap {
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 5%;
}

.text__section._card_text .text__item {
  gap: 15px;
}

.text__section._card_text .text__item:nth-child(odd) {
  max-width: 450px;
}

.text__section._card_text .text__item:nth-child(even) {
  max-width: 900px;
}

.text__section._card_text .text__item p {
  font-size: 21px;
}

.text__section._catalog_text {
  --pt: 113px;
}

.text__section._catalog_text .text__item {
  gap: 15px;
}

.text__title {
  max-width: var(--title-width);
  font-size: 45px;
  color: #010101;
}

.text__grid_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5%;
  padding-top: 29px;
}

.text__item {
  gap: 30px;
}

.text__item p {
  color: rgba(1, 1, 1, 0.7);
  font-size: 20px;
  line-height: 150%;
}

.text__item p span {
  padding: 5px;
  color: #ffffff;
  background-color: #ff4b0f;
  font-size: 20px;
  line-height: 150%;
  white-space: break-spaces;
}

.breadcrumbs__wrap.__card .breadcrumbs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.breadcrumbs__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.breadcrumbs__item:not(:last-child)::after {
  --width: 5px;
  --height: 8px;
  content: "";
  width: var(--width);
  max-width: var(--width);
  min-width: var(--width);
  height: var(--height);
  max-height: var(--height);
  min-height: var(--height);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-image: url("../img/breadcrumbs/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.breadcrumbs__item > * strong {
  font-weight: 700;
  font-size: 13px;
  line-height: 150%;
  text-transform: uppercase;
}

.breadcrumbs__link strong {
  color: #010101;
}

.breadcrumbs__current strong {
  color: rgba(1, 1, 1, 0.2);
}

.map__info_section {
  --pt: 157px;
  padding-top: var(--pt);
  margin-bottom: -260px;
}

.map__info_section._leasing_map_info {
  --pt: 82px;
}

.map__info_section._catalog_map_info {
  --pt: 82px;
}

.map__info_section._news_map_info {
  --pt: 141px;
}

.map__info_section._news_item_map_info {
  --pt: 112px;
}

.map__info_section .map__block {
  position: relative;
  z-index: 1;
}

.info__block {
  gap: 1%;
}

.info__block_item {
  max-width: var(--max-width);
  width: 100%;
  border-radius: 6px;
}

.info__block_item._ecece3 {
  background-color: #ecece3;
}

.info__block_item._ece9e3 {
  background-color: #ece9e3;
}

.info__block_item._e0e6e4 {
  background-color: #e0e6e4;
}

.info__block_item._ece9e3 h3 {
  color: #010101;
}

.info__block_item._ece9e3 p {
  color: rgba(1, 1, 1, 0.5);
}

.info__block_item._211b18 {
  background-color: #211b18;
}

.info__block_item._211b18 h3,
.info__block_item._211b18 p {
  color: #ffffff;
}

.info__block_item._big {
  --max-width: 761px;
  padding: 52px 52px 40px;
}

.info__block_item._big p {
  padding-bottom: 68px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}

.info__block_item._small {
  --max-width: 257px;
  padding: 29px 43px 36px;
}

.info__block_item._small h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  gap: 9px;
  padding-top: 6px;
  font-size: 30px;
  line-height: 150%;
}

.info__block_item._small h3::before {
  --size: 9px;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
  border-radius: 100%;
  background-color: #4fc53d;
}

.info__block_item._small p {
  text-align: center;
  padding-bottom: 17px;
  font-size: 17px;
  line-height: 150%;
}

._info_links {
  color: #010101;
  line-height: 120%;
  transition: all 0.2s ease;
}

._info_links:hover {
  color: #c72a09;
}

._info_links strong {
  transition: all 0.2s ease;
}

._info_links:hover strong {
  color: #c72a09;
}

.info__phone_link {
  font-size: 85px;
}

.info__phone_link strong {
  font-weight: 700;
  color: #010101;
  line-height: 120%;
}

.info__email_link {
  font-size: 45px;
  letter-spacing: -0.03em;
}

.info__img {
  --size: 120px;
  position: relative;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
  overflow: hidden;
  border-radius: 100%;
  background-color: #ff4b0f;
}

.info__img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

._info_contact_links {
  --height: 52px;
  width: 100%;
  height: var(--height);
  min-height: var(--height);
  gap: 8px;
  padding: 16px 20px;
  border-radius: 28px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.02), 0 8px 7px 0 rgba(0, 0, 0, 0.03),
    0 20px 13px 0 rgba(0, 0, 0, 0.04), 0 39px 25px 0 rgba(0, 0, 0, 0.05),
    0 65px 47px 0 rgba(0, 0, 0, 0.06), 0 100px 80px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.02), 0 8px 7px 0 rgba(0, 0, 0, 0.03),
    0 20px 13px 0 rgba(0, 0, 0, 0.04), 0 39px 25px 0 rgba(0, 0, 0, 0.05),
    0 65px 47px 0 rgba(0, 0, 0, 0.06), 0 100px 80px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}

._info_contact_links svg {
  --size: 16px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
  transition: all 0.2s ease;
}

._info_contact_links span {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #23b10e;
  transition: all 0.2s ease;
}

.info__block_item._small:hover ._info_contact_links {
  background-color: #54a947 !important;
}

.info__block_item._small:hover ._info_contact_links svg path {
  fill: white;
}

.info__block_item._small:hover ._info_contact_links span {
  color: white;
}

.map__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 2%;
  padding-top: 27px;
}

.map__block_item {
  border-radius: 6px;
  overflow: hidden;
}

.map__block_item .map {
  width: 100%;
  height: 100%;
}

.map__block_item .description__map_anchor {
  right: 121px;
}

.map__address {
  --height: 52px;
  top: 20px;
  left: 20px;
  height: var(--height);
  min-height: var(--height);
  padding: 11px 24px;
  border-radius: 40px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.02), 0 8px 7px 0 rgba(0, 0, 0, 0.03),
    0 20px 13px 0 rgba(0, 0, 0, 0.04), 0 39px 25px 0 rgba(0, 0, 0, 0.05),
    0 65px 47px 0 rgba(0, 0, 0, 0.06), 0 100px 80px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.02), 0 8px 7px 0 rgba(0, 0, 0, 0.03),
    0 20px 13px 0 rgba(0, 0, 0, 0.04), 0 39px 25px 0 rgba(0, 0, 0, 0.05),
    0 65px 47px 0 rgba(0, 0, 0, 0.06), 0 100px 80px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
}

.map__address p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #010101;
}

.card__features_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px 10%;
  padding-top: 79px;
}

.card__features_item {
  max-width: var(--max-width);
}

.card__features_item._text_feat h3 {
  padding-bottom: 9px;
  font-size: 35px;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: #010101;
}

.card__features_item._text_feat p {
  font-size: 18px;
  line-height: 140%;
  color: rgba(1, 1, 1, 0.8);
}

.card__features_item._text_feat p:not(:last-child) {
  padding-bottom: 10px;
}

.card__features_item._img_feat:nth-of-type(odd) .feature__img_wrap {
  --max-width: 591px;
}

.card__features_item._img_feat:nth-of-type(even) .feature__img_wrap {
  --max-width: 478px;
}

.feature__img_wrap {
  --height: 300px;
  max-width: var(--max-width);
  width: 100%;
  max-height: var(--height);
  min-height: var(--height);
  height: var(--height);
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}

.feature__img_wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}

.card__progress_wrap {
  padding-top: 38px;
  padding-bottom: 43px;
  gap: 27px;
  border-bottom: 1px solid color(srgb 0.88 0.84 0.8 / 0.2);
  border-top: 1px solid color(srgb 0.88 0.84 0.8 / 0.2);
}

._progress_text {
  font-size: 20px;
  line-height: 100%;
  color: #ffffff;
  white-space: nowrap;
  word-break: keep-all;
}

._progress_value {
  font-size: 16px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.25);
}

.total__pay {
  padding-top: 27px;
}

.total__pay * {
  font-weight: 700;
  color: #ffffff;
}

.card__progress {
  flex-direction: row;
  gap: 32px;
}

.progress__item {
  --max-width: 419px;
  width: 100%;
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding-top: 25px;
}

.progress .progress__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.progress__bar input[type="range"] {
  position: relative;
  top: -3px;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
}

.progress__bar input[type="range"]::-webkit-slider-thumb {
  position: relative;
  top: -3px;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
}

.progress__bar input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 7px;
  cursor: grab;
  background: #cbb9b3;
  border-radius: 10px;
}

.progress__bar input[type="range"]::-moz-range-thumb {
  position: relative;
  top: -3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
}

.progress__bar input[type="range"]::-moz-range-track {
  width: 100%;
  height: 7px;
  cursor: grab;
  background: #cbb9b3;
  border-radius: 10px;
}

.progress__bar input[type="range"]::-ms-track {
  width: 100%;
  height: 7px;
  cursor: grab;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.progress__bar input[type="range"]::-ms-fill-lower {
  background: #ffffff;
  border-radius: 10px;
}

.progress__bar input[type="range"]::-ms-fill-upper {
  background: #cbb9b3;
  border-radius: 10px;
}

.progress__bar input[type="range"] {
  background: linear-gradient(
    to right,
    #ffffff 0%,
    #ffffff var(--range-value),
    #cbb9b3 var(--range-value),
    #cbb9b3 100%
  );
}

.progress__bar input[type="range"]:focus,
.progress__bar input[type="range"]::-webkit-slider-thumb:focus,
.progress__bar input[type="range"]::-moz-range-thumb:focus,
.progress__bar input[type="range"]::-ms-thumb:focus {
  outline: none;
}

.progress .progress__track:active,
.progress__bar input[type="range"]:active,
.progress__bar input[type="range"]::-webkit-slider-thumb:active,
.progress__bar input[type="range"]::-moz-range-thumb:active,
.progress__bar input[type="range"]::-ms-thumb:active {
  cursor: grabbing;
}

.progress .progress__track {
  --height: 36px;
  --width: 98px;
  position: absolute;
  top: -100%;
  /* -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 20%;
  width: auto;
  min-width: var(--width);
  height: var(--height);
  min-height: var(--height);
  max-height: var(--height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 4px solid #211b18;
  border-radius: 30px;
  padding: 6px 15px;
  background-color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #000000;
  cursor: grab;
  user-select: none;
  white-space: nowrap;
}

.progress .progress__track * {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #000000;
}

.min__max_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px 5%;
}

.card__info_wrap {
  gap: 90px;
  padding-top: 109px;
  padding-bottom: 98px;
}

.card__info_item {
  gap: 20px 5%;
}

.card__info_item > div {
  max-width: var(--max-width);
  width: 100%;
}

.card__info_title {
  --max-width: 300px;
}

.card__info_title h3 {
  font-size: 45px;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: #010101;
}

.card__info_title p {
  font-size: 21px;
  line-height: 140%;
  color: #010101;
}

.card__info_show_all {
  gap: 8px;
  padding-top: 17px;
}

.card__info_show_all svg {
  --size: 13px;
  max-width: var(--size);
  min-width: var(--size);
  max-height: var(--size);
  min-height: var(--size);
}

.card__info_show_all span {
  margin-right: auto;
  font-size: 21px;
  line-height: 140%;
  color: #ff4b0f;
}

.card__info_content {
  --max-width: 875px;
}

.card__info_shorts_list {
  overflow-x: auto;
  width: 100%;
  gap: 36px;
}

.card__info_shorts_item {
  position: relative;
  max-width: 146px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}

.card__info_shorts_item._new .card__shorts_img {
  border-color: #ff4b0f;
  background-color: #ffffff;
}

.card__info_shorts_item._new p {
  color: #010101;
}

.card__info_shorts_item._viewed .card__shorts_img {
  border-color: #ccc;
  background-color: #ffffff;
}

.card__info_shorts_item._viewed p {
  color: rgba(1, 1, 1, 0.6);
}

.card__info_shorts_item._empty .card__shorts_img {
  border-color: #f0f0f0;
  background-color: #f0f0f0;
}

.card__info_shorts_item._empty .card__shorts_description {
  width: 100%;
}

.card__info_shorts_item._empty .card__shorts_description::before,
.card__info_shorts_item._empty .card__shorts_description::after {
  --height: 5px;
  content: "";
  position: absolute;
  width: 100%;
  height: var(--height);
  background-color: #f0f0f0;
}

.card__info_shorts_item._empty .card__shorts_description::before {
  top: 10px;
  left: 0px;
}

.card__info_shorts_item._empty .card__shorts_description::after {
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 50%;
}

.card__info_shorts_item p {
  word-break: break-word;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 17px;
  line-height: 130%;
  text-align: center;
}

.card__shorts_img {
  --size: 146px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 3px solid;
  border-radius: 50%;
  overflow: hidden;
}

.card__shorts_img > * {
  --size: 132px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card__info_technologies_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 41px 10%;
}

.card__info_technologies_list .card__info_technologies_item {
  gap: 21px;
}

.card__technologies__img {
  --size: 76px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
  overflow: hidden;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.08);
}

.card__technologies_description h4 {
  padding-bottom: 6px;
  font-size: 22px;
  line-height: 110%;
  letter-spacing: -0.02em;
}

.card__technologies_description p {
  font-size: 16px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.7);
}

.card__info_galery_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}

.card__info_galery_list .card__info_galery_item {
  --max-width: 280px;
  --max-height: 194px;
  border-radius: 6px;
  overflow: hidden;
  max-width: var(--max-width);
  max-height: var(--max-height);
  cursor: pointer;
}
.card__info_galery_list .card__info_galery_item img {
  -o-object-fit: cover;
  object-fit: cover;
}

.card__info_description {
  padding-bottom: 29px;
}

.card__info_description p {
  font-size: 21px;
  line-height: 140%;
  color: rgba(1, 1, 1, 0.6);
}

.card__info_description p:not(:last-child) {
  padding-bottom: 10px;
}

.card__info_video {
  border-radius: 6px;
  overflow: hidden;
}

.card__info_video > * {
  --video-min-height: 450px;
  width: 100%;
  height: 100%;
  min-height: var(--video-min-height);
}

.card__item_wrap {
  gap: 20px 5%;
}

.card__item_img_block {
  --max-width: 843px;
  max-width: var(--max-width);
}
.card__item_slider_mobile {
  display: none;
}

.card__present_img {
  --product-card-height: 570px;
  position: relative;
  min-height: var(--product-card-height);
  max-height: var(--product-card-height);
  border-radius: 6px;
  background-color: #ffffff;
  overflow: hidden;
}

.card__present_img img {
  object-fit: cover;
}

.card__present_advert {
  position: absolute;
  top: 20px;
  left: 20px;
  gap: 6px;
}

.card__present_adv_item {
  --height: 31px;
  min-height: var(--height);
  width: auto;
  gap: 7px;
  padding: 3px 8px;
  border-radius: 4px;
}

.card__present_adv_item strong {
  font-weight: 700;
  font-size: 15px;
  line-height: 160%;
  text-transform: uppercase;
  color: #ffffff;
}

.card__present_adv_item svg {
  --width: 16px;
  --height: 15px;
  width: var(--width);
  height: var(--height);
  min-width: var(--width);
  min-height: var(--height);
  max-width: var(--width);
  max-height: var(--height);
}

.card__present_adv_item._present_green {
  background-color: #6ac95c;
}

.card__present_adv_item._present_orange {
  background-color: #ffa442;
}

.card__item_slider_wrap {
  padding-top: 17px;
}

.card__item_swiper {
  --min-height: 150px;
  min-height: var(--min-height);
}

.card__item_swiper .swiper-slide-active-tovar {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card__item_swiper_wrap {
  --min-height: 150px;
  min-height: var(--min-height);
  border-radius: 6px;
  overflow: hidden;
}

.card__item_swiper_wrap img {
  min-height: var(--min-height);
  -o-object-fit: cover;
  object-fit: cover;
}

.card__details_list {
  gap: 25px;
}

.card__details_list .card__details_item h1 {
  padding-top: 8px;
  font-family: var(--font3);
  font-weight: 400;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #000000;
}

.card__details_list .card__details_item h1 span {
  display: block;
  font-family: var(--font3);
  font-weight: 400;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #000000;
}

.card__details_feats {
  gap: 8px;
}

.card__details_feats svg {
  --size: 18px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
}

.card__details_feats strong {
  font-weight: 700;
  font-size: 17px;
  line-height: 160%;
  color: #61c653;
}

.card__details_info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4px;
}

.card__details_info_list > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.card__details_info_list > div > * {
  font-size: 17px;
  line-height: 170%;
  color: rgba(1, 1, 1, 0.8);
}

.card__details_info_list > div dt {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  word-break: keep-all;
  white-space: nowrap;
}

.card__details_info_list > div dt::after {
  content: "";
  width: 100%;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-inline: 5px;
  margin-bottom: 3px;
  border-bottom: 1px dotted #000000;
}

.card__details_info_list > div dd {
  text-align: left;
  width: 30%;
}

.card__details_price {
  padding-top: 10px;
  padding-bottom: 10px;
}
.card__details_price ._old_price {
  display: none;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.4);
}

.card__details_price h2 {
  gap: 13px;
}

.card__details_price h2 > strong {
  font-weight: 700;
  font-size: 38px;
  line-height: 130%;
  letter-spacing: -0.04em;
}

.card__details_price h2 > span:nth-of-type(1) {
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.4);
}

.card__details_price h2 > span:last-child {
  --min-width: 90px;
  --min-height: 34px;
  min-width: var(--min-width);
  min-height: var(--min-height);
  gap: 7px;
  border-radius: 6px;
  padding: 4px 8px;
  background-color: #efefef;
}

.card__details_price h2 > span:last-child > svg {
  --size: 16px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
}

.card__details_price h2 > span:last-child > strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
}

.calc__leasing_btn {
  --min-width: 273px;
  --min-height: 72px;
  border-radius: 8px;
  padding: 20px 30px;
  min-width: var(--min-width);
  min-height: var(--min-height);
}

.calc__leasing_btn strong {
  font-size: 18px;
}

.card__details_action_btns {
  gap: 6px;
  padding-top: 5px;
}

.card__details_action_btns a {
  --min-height: 46px;
  width: auto;
  min-height: var(--min-height);
  gap: 8px;
  border-radius: 8px;
  padding: 10px 15px;
}

.card__details_action_btns a:hover {
  background-color: #54a947;
}

.card__details_action_btns a strong {
  transition: all 0.2s ease;
}

.card__details_action_btns a:hover strong {
  color: white;
}

.card__details_action_btns a:hover svg path {
  fill: white;
}

.card__details_action_btns a svg {
  --size: 18px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
}

.header__top_nav_btn,
.header__mob {
  display: none;
}

.modal-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 35px !important;
}

#videoContent {
  display: flex;
  width: 100%;
  height: 100%;
}

#videoContent > iframe {
  width: 100%;
  height: 100%;
  min-height: 600px !important;
}

.request__sect._leasing_req._phone_request .request__title {
  /* color: #ffffff; */
}

.request__sect .req__form_block .request__title {
  padding: 0;
  width: 100%;
  max-width: 620px;
  font-family: Arimo;
  font-weight: 700;
  font-size: 55px;
  line-height: 110%;
  letter-spacing: -3px;
  color: #ff4b0f;
}

.request__sect .req__form_block .request__subtitle {
  padding: 0;
  padding-bottom: 28px;
  width: 100%;
  max-width: 620px;
  font-family: Arimo;
  font-weight: 400;
  font-size: 55px;
  line-height: 110%;
  letter-spacing: -3px;
  color: #ffffff;
}

.request__sect .ff-message-success {
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 20px;
  color: #ffffff;
  font-family: var(--font-family);
}

#progressPrice,
#progressMonth {
  width: 100%;
}

#search-results {
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(100% - 30px);
  height: auto;
  max-height: 50vh;
  min-height: 350px;
  padding-top: 15px;
  padding-bottom: 30px;
  box-shadow: 7px 10px 20px 20px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 20px 20px;
  background-color: #ffffff;
  overflow: hidden auto;
  z-index: 20;
}

#search-results::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
#search-results > p {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px black;
  -webkit-background-clip: text;
  background-clip: text;
}

.breadcrumbs__wrap._leasing_breadcrumbs._light_breadcrumbs .card__mark {
  display: none;
}

.banner__section._home .banner__description {
  padding-top: 90px;
  padding-bottom: 90px;
}

.js_video_preview {
  cursor: pointer;
}

.out_of_stock--text {
  --py: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: var(--py);
  padding-bottom: var(--py);
}

.out_of_stock--text p {
  font-size: 28px;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
}

.card__item > a {
  display: flex;
  flex-direction: column;
}

.card__slider .card__swiper .swiper-slide {
  height: auto;
}

.card__slide_wrap {
  width: 100%;
  height: 280px;
}

.card__slider_wrap {
  width: 100%;
  height: 280px;
}

.card__slide_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.header__top .header__popup_list {
  display: none;
}

@media screen and (max-width: 1700px) {
  .description__map_cntr {
    --width: 100%;
    --height: auto;
    position: static;
    right: unset;
    top: unset;
  }

  .description__wrap {
    flex-direction: unset;
    flex-wrap: wrap;
    max-width: 100%;
  }

  .description__title {
    max-width: 100%;
  }

  .desccription__text_list {
    width: 100%;
  }

  .description__map_anchor._3 {
    --width: 130px;
    --height: 155px;
  }

  .description__map_anchor._orange_anch {
    right: 170px;
  }

  .description__map_anchor._4 {
    right: 70px;
  }
}

@media screen and (max-width: 1500px) {
  .sliders__wrap .swiper-button-prev {
    left: 0;
  }

  .sliders__wrap .swiper-button-next {
    right: 0;
  }
  .sliders__wrap ._video_arrows {
    z-index: 12;
    background-color: #ffffff;
    border-radius: 50%;
  }
}

@media screen and (max-width: 1440px) {
  .header__top_list .header__top_item > * {
    font-size: 14px;
  }
  .header__logo {
    --width: 178px;
  }
  .header__search {
    --max-width: 390px;
  }
  .header__phone_act strong {
    font-size: 24px;
  }
  .header__phone_act span {
    font-size: 12px;
  }
  .header__contact_link {
    padding: 10px 14px;
  }
  .header__contact_link span {
    font-size: 14px;
  }
  .header__popup_link,
  .header__popup_btn {
    font-size: 16px;
  }
  .header__popup_title_link strong {
    font-size: 16px !important;
  }
  .header__popup_overflow {
    gap: 15px;
  }
  .header__popup_overflow h3 {
    font-size: 22px;
  }
  .header__popup_column_wrap {
    padding: 20px 15px;
  }
  .header__popup_col_list .header__popup_col_item a {
    font-size: 16px;
  }
  .header__popup_img {
    --height: 220px;
    top: 90px;
  }
  .header__popup_hidden_wrap {
    padding: 30px 20px;
  }
  ._border_btn {
    padding: 18px 30px;
  }
  ._btn_text {
    font-size: 16px;
  }
  ._title {
    font-size: 45px;
  }
  .banner__description h1 i {
    font-size: 54px;
  }
  .banner__description h1 strong {
    font-size: 130px;
  }
  .banner__description h1 strong small {
    font-size: 54px;
  }
  .banner__description p {
    font-size: 18px;
  }
  .banner__description_btn {
    min-height: 64px;
    min-width: 200px;
  }
  .request__sect._car_request .req__bg_wrap {
    top: 0;
    max-width: 500px;
  }
  .request__sect._car_request .req__bg_wrap .request__picture {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .request__sect._phone_request .req__bg_wrap {
    max-width: 722px;
  }
  .technique__title h2 {
    font-size: 42px;
  }
  .technique__title p {
    max-width: 600px;
    font-size: 18px;
  }

  .technique__item._grey_sky,
  .technique__item._grey_bej {
    height: 100%;
    max-height: 400px;
  }

  .technique__item {
    overflow: hidden;
  }
  .technique__item_img {
    height: 100%;
  }

  .technique__item_img img {
    object-fit: contain;
    max-height: 300px;
  }
  .technique__inside_item._brown,
  .technique__inside_item._linear {
    max-height: fit-content;
  }

  .technique__item._grey_bej .technique__item_img {
    transform: translate(0, 0);
  }
  .description__text_img {
    --size: 40px;
  }
  .desccription__text_list .description__text_item {
    --max-width: 190px;
  }
  .desccription__text_list .description__text_item h3 {
    font-size: 22px;
  }
  .desccription__text_list .description__text_item p {
    font-size: 16px;
  }
  .description__map_anchor._1 {
    --width: 76px;
    --height: 88px;
    bottom: 130px;
    left: 17%;
  }
  .description__map_anchor._2 {
    --width: 56px;
    --height: 66px;
    bottom: 248px;
    left: 30%;
  }
  .description__map_anchor._3 {
    --width: 105px;
    --height: 125px;
    bottom: 65px;
    left: 40%;
  }
  .description__map_anchor._orange_anch {
    --width: 80px;
    --height: 95px;
    bottom: 265px;
    right: 34%;
  }
  .description__map_anchor._4 {
    --width: 50px;
    --height: 60px;
    bottom: 90px;
    right: 30%;
  }
  .review__item_wrap .review__quotes {
    --width: 120px;
    --height: 90px;
    left: 21%;
    top: 50px;
  }
  .review__item_wrap .review__picture {
    --width: 390px;
    --height: 520px;
  }
  .review__item_text {
    --width: 790px;
    padding: 50px 60px 70px;
  }
  .review__item_text p {
    font-size: 26px;
  }
  .review__item_text span {
    font-size: 15px;
  }
  .technique._home_technique .technique__items_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .technique._home_technique .technique__inside_item .technique__shadow {
    top: unset;
    bottom: 17px;
  }
  .technique__item_img {
    position: relative;
  }
  .info__block_item._big p {
    padding-bottom: 40px;
  }
  .info__phone_link {
    font-size: 66px;
  }
  .info__email_link {
    font-size: 36px;
  }
  .card__title h2 {
    font-size: 48px;
  }
  .special__slider_wrap .special__swiper {
    overflow: hidden;
  }
  .card__details_info_list > div > * {
    font-size: 15px;
  }
  .card__item_wrap {
    gap: 20px 2%;
  }
  .card__details_action_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .progress {
    max-width: 82%;
    margin: 0 auto;
  }

  .technique__item._double {
    flex-direction: column;
    gap: 30px;
    grid-column: 1 / -1;
  }
  .technique__inside_item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  body {
    -wbkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  body::-webkit-scrollbar {
    width: 0;
  }
  /* .description__sect._company_descr .description__map_cntr {
    top: 0;
  } */
  .description__sect .description__map_cntr {
    top: 0;
  }

  ._home_descr .description__map_cntr {
    top: 80px;
  }

  ._home_descr .desccription__text_list {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  ._home_descr .desccription__text_list .description__text_item {
    --max-width: 100%;
  }
  .technique__item p {
    font-size: 30px;
  }
  .companies__list {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 40px;
  }
  .companies__wrap,
  .special__wrap {
    padding-top: 100px;
  }
  .footer__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 20px;
  }
  .footer__nav_item._contacts {
    width: 100%;
  }
  .footer__nav_item._contacts .footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer__contact_nav {
    width: 100%;
  }
  .footer__contact_nav .footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__contact_nav .footer__item._info_company {
    margin-left: auto;
    margin-top: unset;
  }
  .footer__company_info_wrap ._footer_text {
    text-align: left;
  }
  .footer__logo {
    --height: 100%;
    margin-bottom: 0;
  }
  .footer__logo img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .technique__title h2 {
    font-size: 38px;
  }
  .technique__title p {
    max-width: 500px;
  }
  .card__title h2 {
    font-size: 42px;
  }
  .card__container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .videos__section {
    padding-bottom: 100px;
  }
  .text__section {
    --pt: 70px;
  }
  .map__info_section {
    --pt: 120px;
  }
  .map__info_section._news_map_info {
    --pt: 100px;
  }
  .info__block {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px 2%;
    z-index: 1;
  }
  .info__block_item._small {
    --max-width: 49%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .info__block_item._big {
    --max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .info__email_link {
    display: block;
  }
  .map__address {
    --height: 44px;
    top: 14px;
    left: 14px;
  }
  .map__address p {
    font-size: 18px;
  }
  ._title,
  ._title_45 {
    font-size: 42px;
  }
  .videos__title {
    padding-top: 90px;
  }
  .videos__subtitle {
    font-size: 20px;
  }
  .review__item_wrap .review__quotes {
    --width: 80px;
    --height: 60px;
    left: 14%;
    top: 30px;
  }
  .review__item_wrap .review__picture {
    --width: 270px;
    --height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
  }
  .review__item_text {
    --width: 640px;
    padding: 40px 25px;
  }
  .review__item_text p {
    font-size: 22px;
  }
  .review__title {
    padding-bottom: 90px;
  }
  .review__title a img {
    max-height: 40px;
  }
  .description__wrap,
  .description__title {
    max-width: 100%;
  }
  .desccription__text_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12%;
  }

  .description__map_anchor._1,
  .description__map_anchor._2,
  .description__map_anchor._3,
  .description__map_anchor._orange_anch,
  .description__map_anchor._4 {
    --height: auto !important;
  }
  .description__map_anchor img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .description__map_anchor._1 {
    --width: 55px;
    bottom: 23%;
    left: 18%;
  }
  .description__map_anchor._2 {
    --width: 40px;
    bottom: unset;
    top: 44%;
    left: 32%;
  }
  .description__map_anchor._3 {
    --width: 80px;
    bottom: 12%;
  }
  .description__map_anchor._orange_anch {
    --width: 50px;
    right: 37%;
    bottom: unset;
    top: 31%;
  }
  .description__map_anchor._4 {
    --width: 40px;
  }
  .review__wrap {
    padding-top: 80px;
  }
  .description__sect {
    padding-top: 100px;
  }
  .description__sect._company_descr .description__container .desccription__text_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 60px;
  }
  .description__sect._company_descr
    .description__container
    .desccription__text_list
    .description__text_item {
    --max-width: 100%;
  }
  .description__sect._company_descr
    .description__container
    .desccription__text_list
    .description__text_item
    h3 {
    font-size: 30px;
  }
  .technique {
    --pt: 54px;
    --pb: 82px;
  }
  .header__top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    padding-top: 80px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    pointer-events: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__top._show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    pointer-events: all;
  }
  .header__top_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
  .header__top_nav_btn {
    --width: 30px;
    --height: 30px;
    position: absolute;
    right: 10px;
    top: 30px;
    width: var(--width);
    min-width: var(--width);
    max-width: var(--width);
    height: var(--height);
    min-height: var(--height);
    max-height: var(--height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    padding: 5px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 11;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__top_nav_btn span {
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__top_nav_btn._active {
    background-color: rgb(255, 255, 255);
  }
  .header__top_nav_btn._active span {
    background-color: rgb(0, 0, 0);
  }
  .header__mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    padding-top: 20px;
  }
  .header__search_wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header__search_wrap .header__phone_act,
  .header__search_wrap .header__contact_link {
    display: none;
  }
  .header__search {
    --max-width: 100%;
    margin-right: 45px;
  }
  .header__logo.mobile--logo {
    --width: 100%;
    margin-top: 40px;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__popup_list,
  .header__popup_overflow,
  .header__popup_column_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header__popup_column_wrap {
    gap: 30px 10%;
  }
  .header__popup_column {
    --max-width: 180px;
    width: 100%;
    max-width: var(--max-width);
  }
  .header__popup_hidden {
    top: 130px;
  }
  .header__popup_list .header__popup_item {
    width: 21%;
  }
  .banner__description h1 i {
    font-size: 40px !important;
  }
  .banner__description h1 strong {
    font-size: 100px !important;
  }
  .banner__description h1 strong small {
    font-size: 40px !important;
  }
  .card__item_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .breadcrumbs__item > * strong {
    font-size: 12px;
  }
  .card__mark {
    --height: 20px;
  }
  .card__mark img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .card__details_list .card__details_item h1 {
    font-size: 52px;
  }
  .card__details_list .card__details_item h1 span {
    font-size: 52px;
  }
  .card__item_swiper_wrap,
  .card__item_swiper {
    --min-height: 130px;
  }
  .card__details_price h2 > strong {
    font-size: 34px;
  }
  .card__details_price h2 > span:nth-of-type(1) {
    font-size: 22px;
  }
  .card__info_title h3 {
    font-size: 42px;
  }
  .card__info_wrap {
    gap: 90px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .request__sect._card_request .req__form_cntr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .request__sect._card_request .card__item {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .request__sect._card_request .req__form_block {
    --max-width: 100%;
    margin-left: unset;
  }
  .card__features_item._text_feat h3 {
    font-size: 32px;
  }
  .assesebility__container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .text__section._card_text .text__grid_wrap {
    padding-top: 0;
  }
  .request__sect._card_request .card__item .card__description_wrap {
    padding-top: 25px;
  }
  .request__sect._card_request .card__item .card__price i {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .leasing__calc_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .leasing__calc_tabs,
  .leasing__calc_calculate {
    --max-width: 100%;
  }
  .technique__items_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  ._quad_btn {
    padding: 15px 20px;
  }
  .header__popup_hidden._show {
    -webkit-box-shadow: 2px 6px 20px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 2px 6px 20px 0px rgba(82, 82, 82, 0.15);
  }
  .header__popup_hidden._show .header__popup_hidden_wrap {
    -webkit-box-shadow: 2px 6px 20px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 2px 6px 20px 0px rgba(82, 82, 82, 0.15);
  }
  .footer__wrap {
    --pt: 309px;
  }
  .technique._catalog_technique {
    --pt: 90px;
    --pb: 115px;
  }

  .technique__item_text-link._sm {
    --tech-text-size: 26px;
  }
  .technique__item_text-link._xs {
    --tech-text-size: 26px;
  }

  .text__section._catalog_text {
    --pt: 80px;
  }
  .request__tab_btns {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .request__tab_btns::-webkit-scrollbar {
    display: none;
    width: 0;
  }
  .review__section._company_review .review__wrap {
    padding-bottom: 45px;
  }
  .review__section._company_review .review__title {
    padding-bottom: 100px;
  }
  .map__info_section._news_item_map_info {
    --pt: 80px;
  }

  .request__sect._home_req._phone_request .request__picture {
    --max-height: 660px;
  }
  .calc__leasing_btn {
    max-width: var(--min-width);
  }
  .header__popup_result {
    --width: 250px;
    --height: 250px;
    display: none !important;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
  }

  #videoContent > iframe {
    min-height: 400px !important;
  }

  #search-results {
    top: 85px;
    width: calc(100% - 20px);
  }

  .banner__section._leasing_banner .banner__description {
    padding-bottom: 40px;
  }

  .banner__background_container {
    --height: 720px;
  }

  .description__sect._company_descr {
    padding-top: 50px;
  }

  .breadcrumbs__wrap._leasing_breadcrumbs._light_breadcrumbs .banner__background_container {
    padding-bottom: 60px;
  }

  .banner__section._leasing_banner .banner__background {
    --width: 400px;
    --height: 436px;
  }

  .banner__section._leasing_banner .banner__background_container {
    --height: 622px;
  }

  .header__popup_wrap {
    display: none;
    opacity: 0;
    pointer-events: none;
  }
  .header__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .header__top .header__popup_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 20px 10px;
    order: -1;
  }
  .header__top .header__search {
    order: -2;
  }
  .header__top_list {
    width: 100%;
  }
  .header__mob {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .banner__section._home .banner__description p {
    top: 0;
  }
  .banner__description_img img {
    height: 500px;
  }

  .technique__item p {
    font-size: 28px;
  }
  ._footer_text {
    font-size: 16px;
  }
  .footer__phone_link strong {
    font-size: 24px;
  }
  .technique__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }
  .technique__title > p {
    max-width: 100%;
  }
  .technique__title h2 {
    font-size: 36px;
    max-width: 100%;
  }
  ._title,
  ._title_45 {
    font-size: 36px;
  }
  .card__title h2 {
    font-size: 36px;
  }
  .special__slide_wrap,
  .special__slider_wrap .special__swiper .swiper-slide {
    min-width: 100%;
  }
  .special__bg .special__bg_img {
    max-width: 182px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .special__bg .special__picture {
    max-width: 340px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }
  .info__block_item._small {
    padding: 25px 25px;
  }
  .info__block_item._small h3 {
    font-size: 26px;
  }
  .info__img {
    --size: 100px;
  }
  ._info_contact_links {
    --height: 50px;
  }
  .description__sect {
    padding-top: 80px;
  }
  .description__sect._company_descr {
    padding-top: 80px;
  }
  .banner__description h1 i {
    font-size: 32px !important;
  }
  .banner__description h1 strong {
    font-size: 70px !important;
  }
  .banner__description h1 strong small {
    font-size: 30px !important;
  }
  .card__details_list .card__details_item h1 {
    font-size: 48px;
  }
  .card__details_list .card__details_item h1 span {
    font-size: 48px;
  }
  .card__info_title h3 {
    font-size: 36px;
  }
  .card_section._card_assesebility .card__adv {
    min-width: 140px;
    min-height: 28px;
  }
  .card_section._card_assesebility .card__adv strong {
    font-size: 22px;
  }
  .technique._catalog_technique {
    --pt: 70px;
    --pb: 80px;
  }
  .card__info_content {
    --max-width: 633px;
  }
  .card__info_shorts_list {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .card__info_title {
    --max-width: 220px;
  }
  .card__info_show_all span {
    font-size: 16px;
  }

  .banner__background_container {
    --height: 630px;
  }
  .banner__section._leasing_banner .banner__background_container {
    --height: 565px;
  }
  .banner__section._leasing_banner._company_banner .banner__background_container {
    --height: 513px;
  }
  .banner__section._leasing_banner .banner__background {
    --width: 302px;
    --height: 323px;
  }
}
@media screen and (max-width: 900px) {
  .banner__section._home .banner__description {
    flex-direction: column;
  }

  .banner__description_wrap {
    align-self: flex-start;
  }

  .banner__description_img img {
    width: 100%;
    object-fit: contain;
    max-height: 550px;
    height: 100%;
  }

  .technique__item p {
    font-size: 26px;
  }
  .request__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .request__input_field input {
    min-height: 50px;
    padding: 10px 15px;
    font-size: 18px;
  }
  .req__form_cntr .req__form_block button.request__send_btn._orange.btn._btn_text_def,
  .contact__us_modal .modal__content button.request__send_btn._orange.btn._btn_text_def {
    min-height: 60px;
    padding: 12px 15px;
    border-radius: 10px;
    font-size: 18px;
  }
  .companies__list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
  }

  .companies__item {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .companies__item img {
    object-fit: contain;
  }

  .companies__item:nth-child(1) {
    order: 1;
  }
  .companies__item:nth-child(2) {
    order: 3;
  }
  .companies__item:nth-child(3) {
    order: 2;
  }

  .companies__item:nth-child(4) {
    order: 6;
  }
  .companies__item:nth-child(5) {
    order: 4;
  }
  .companies__item:nth-child(6) {
    order: 5;
  }

  .videos__section {
    padding-bottom: 70px;
  }
  .map__info_section {
    --pt: 90px;
  }
  .map__info_section .map__block {
    grid-template-columns: repeat(1, 1fr);
  }

  .map__info_section .map__block .map__block_item iframe {
    width: 100%;
  }
  .map__info_section._news_map_info {
    --pt: 70px;
  }
  .info__phone_link {
    font-size: 50px;
  }
  .videos__title {
    padding-top: 70px;
  }
  .review__item_wrap .review__quotes {
    --width: 72px;
    --height: 56px;
    left: 15%;
  }
  .review__item_wrap .review__picture {
    --width: 240px;
  }
  .review__item_text {
    --width: 540px;
  }
  .review__item_text p {
    font-size: 20px;
  }
  .review__title {
    padding-bottom: 50px;
  }
  .review__title a img {
    max-height: 30px;
  }
  .review__wrap {
    padding-top: 60px;
  }
  .header__popup_list .header__popup_item {
    width: 43%;
  }
  .header__popup_hidden {
    top: 170px;
  }
  .card__item_swiper_wrap,
  .card__item_swiper {
    --min-height: 110px;
  }
  .card__info_wrap {
    gap: 70px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .card__info_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card__info_title {
    --max-width: 100%;
  }
  .card__info_galery_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .card__info_galery_list .card__info_galery_item {
    --max-width: 100%;
    --max-height: auto;
  }
  .card__features_item._text_feat h3 {
    font-size: 28px;
  }
  .card__features_wrap {
    gap: 30px 5%;
    padding-top: 40px;
  }
  .map__info_section._leasing_map_info {
    --pt: 50px;
  }
  .map__info_section._news_map_info {
    --pt: 50px;
  }
  .footer__wrap {
    --pt: 289px;
    padding-bottom: 40px;
  }
  .text__section._catalog_text {
    --pt: 60px;
  }
  .map__info_section._catalog_map_info {
    --pt: 40px;
  }
  .modal__header h2 {
    font-size: 32px;
  }
  .modal__header p {
    font-size: 19px;
  }
  .modal__content {
    padding: 30px 25px;
  }
  .modal__close_btn,
  .header__close_btn {
    --size: 20px;
    top: 15px;
    right: 15px;
  }
  .modal__input_field input {
    min-height: 50px;
    padding: 7px 15px;
    font-size: 18px;
  }

  .card__present_img {
    --product-card-height: 400px;
  }
  .card__info_content {
    --max-width: 100%;
  }

  #search-results .catalog__item_list {
    max-width: 100%;
  }

  .banner__background_container {
    --height: 707px;
  }
  .banner__section._company_banner .banner__background {
    right: 2%;
  }

  .banner__section._leasing_banner .banner__background_container {
    --height: 570px;
  }
}
@media screen and (max-width: 800px) {
  .companies__wrap,
  .special__wrap {
    padding-top: 70px;
  }
  .text__item p {
    font-size: 18px;
  }
  .text__item p span {
    font-size: 16px;
  }

  .modal-content {
    width: 98%;
  }
  #videoContent > iframe {
    min-height: 340px !important;
  }

  .modal-content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .technique._home_technique .technique__items_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .technique__items_wrap {
    /* grid-template-columns: repeat(1, 1fr); */
  }
  .technique__item p {
    font-size: 24px;
  }

  .frm-fluent-form .ff-t-container {
    gap: 15px;
  }
  .request__policy_field label span {
    font-size: 15px;
  }
  .companies__list {
    /* grid-template-columns: repeat(2, 1fr); */
    row-gap: 20px;
  }
  .companies__wrap,
  .special__wrap {
    padding-top: 40px;
  }
  .footer__nav_item {
    width: 100%;
  }
  .footer__nav_item._resources {
    max-width: 28%;
    -webkit-box-flex: 28%;
    -ms-flex: 28%;
    flex: 28%;
  }
  .footer__contact_nav .footer__list,
  .footer__nav_item._contacts .footer__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__contact_nav .footer__item._info_company {
    margin-left: unset;
  }
  .technique__title h2 {
    font-size: 28px;
  }
  ._title,
  ._title_45 {
    font-size: 28px;
  }

  .technique._home_technique .technique__inside_item .technique__shadow {
    bottom: 0;
  }
  .card__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
  }
  .card__title h2 {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 28px;
  }
  .card__show_all_link {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .card__container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .special__content {
    margin: 20px 25px;
  }
  .special__header {
    font-size: 26px;
  }
  .special__header strong span {
    font-size: 40px;
  }
  .special__text {
    font-size: 16px;
  }
  .special__bg .special__bg_img {
    max-width: 122px;
  }
  .special__bg .special__picture {
    max-width: 300px;
    position: relative;
  }
  .video__slider_new {
    top: 12px;
    left: 12px;
    border-radius: 3px;
  }
  .videos__section {
    padding-bottom: 40px;
  }
  .text__section {
    --pt: 40px;
  }
  .map__info_section {
    --pt: 60px;
  }
  .videos__title {
    padding-top: 60px;
  }
  .map__block_item .description__map_anchor._4 {
    --width: 40px;
    --height: 46px;
  }
  .map__address p {
    font-size: 16px;
  }
  ._company_map_info .info__block_item._small {
    padding: 30px 25px;
    background-color: #211b18;
  }
  ._company_map_info .info__block_item._small h3 {
    font-size: 22px;
    color: #fff;
  }
  ._company_map_info .info__block_item._small p {
    color: #fff;
  }
  .contacts__managers_wrap .info__block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .contacts__managers_wrap .info__block_item._small {
    max-width: 100%;
  }
  ._company_map_info ._info_contact_links {
    background-color: #2c2623;
  }
  .info__block_item._big {
    padding: 30px 25px;
  }
  .info__block_item._big p {
    padding-bottom: 20px;
  }

  .info__block_item._second_manager {
    display: none;
  }
  .info__img {
    --size: 80px;
  }
  ._info_contact_links {
    --height: 48px;
    padding: 10px 15px;
  }
  .info__phone_link {
    font-size: 40px;
  }
  .info__email_link {
    font-size: 32px;
  }
  .videos__subtitle {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .sliders__wrap {
    gap: 30px;
  }
  .review__item_wrap .review__quotes {
    --width: 58px;
    --height: 40px;
    left: 16%;
    top: 35%;
  }
  .review__item_wrap .review__picture {
    --width: 190px;
  }
  .review__item_text {
    --width: 420px;
  }
  .review__item_text p {
    font-size: 18px;
  }
  .description__map_anchor._1 {
    --width: 40px;
  }
  .description__map_anchor._2 {
    --width: 30px;
  }
  .description__map_anchor._3 {
    --width: 60px;
    left: 42%;
  }
  .description__map_anchor._orange_anch {
    --width: 40px;
  }
  .description__map_anchor._4 {
    bottom: 20%;
    right: 26%;
  }
  .review__wrap {
    padding-top: 50px;
  }
  .desccription__text_list {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .desccription__text_list .description__text_item {
    --max-width: 100%;
  }
  .desccription__text_list .description__text_item h3 {
    font-size: 20px;
  }
  /* .description__sect._company_descr .description__map_cntr {
    position: static;
    --width: 100%;
  } */
  .description__sect .description__map_cntr {
    position: static;
    --width: 100%;
  }
  .description__sect {
    padding-top: 60px;
  }
  .description__sect._company_descr {
    padding-top: 20px;
  }
  .description__sect._company_descr
    .description__container
    .desccription__text_list
    .description__text_item
    h3 {
    font-size: 22px;
  }
  .description__wrap {
    gap: 20px;
  }
  .card__description_wrap {
    padding-top: 15px;
  }
  .card__descr_list {
    padding-left: 10px;
    padding-right: 10px;
  }
  .card__descr_list .card__descr_item .card__price strong {
    font-size: 22px;
  }
  .card__descr_list .card__descr_item .card__price span {
    font-size: 20px;
  }
  .card__descr_list .card__descr_item._cardName p {
    font-size: 18px;
  }
  .card__descr_list .card__descr_item._cardName p:last-child {
    font-size: 14px;
  }
  .technique {
    --pt: 40px;
    --pb: 40px;
  }
  .request__sect._phone_request .req__bg_wrap {
    max-width: 645px;
    display: none;
  }
  .request__sect._phone_request {
    min-height: fit-content;
    margin-bottom: 0;
  }
  .banner__description_btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header__popup_nav {
    padding: 20px 15px;
  }
  .banner__description {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .banner__description h1 i {
    font-size: 28px !important;
  }
  .banner__description h1 strong {
    font-size: 50px !important;
  }
  .banner__description h1 strong small {
    font-size: 24px !important;
  }
  .card__details_list .card__details_item h1 {
    font-size: 42px;
  }
  .card__details_list .card__details_item h1 span {
    font-size: 42px;
  }
  .card__details_feats strong {
    font-size: 15px;
  }
  .card__present_adv_item strong {
    font-size: 12px;
  }
  .card__details_price h2 > strong {
    font-size: 30px;
  }
  .card__details_price h2 > span:nth-of-type(1) {
    font-size: 20px;
  }
  .card__details_list,
  .card__details_action_btns {
    gap: 15px;
  }
  .card__info_title h3 {
    font-size: 32px;
  }
  .card__info_show_all span {
    font-size: 18px;
  }
  .card__info_shorts_item p {
    font-size: 15px;
  }
  .card__technologies_description h4 {
    font-size: 20px;
  }
  .card__technologies_description p {
    font-size: 14px;
  }
  .card__info_wrap {
    gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .card__info_technologies_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px 5%;
  }
  .card__technologies__img {
    --size: 60px;
  }
  .card__info_title p {
    font-size: 18px;
  }
  .card__info_description p {
    font-size: 18px;
  }
  .request__subtitle {
    font-size: 18px;
  }
  .card__progress,
  .request__btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .request__btn_wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .request__sect._card_request .request__btn_wrap .request__policy_field {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  ._progress_text {
    font-size: 18px;
  }
  .card__features_item._text_feat h3 {
    font-size: 24px;
  }
  .card__features_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .card__features_item._img_feat:nth-of-type(even) .feature__img_wrap,
  .card__features_item._img_feat:nth-of-type(odd) .feature__img_wrap {
    --max-width: 100%;
  }
  .assesebility__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .card_section._card_assesebility .card__adv {
    min-width: 120px;
  }
  .card_section._card_assesebility .card__adv strong {
    font-size: 18px;
  }
  .text__section._card_text .text__item p {
    font-size: 18px;
  }
  .request__sect._card_request .card__item .card__descr_item {
    font-size: 20px;
  }
  .technique._catalog_technique {
    --pt: 50px;
    --pb: 50px;
  }
  .technique._catalog_technique .technique__item {
    --pb: 25px;
  }
  .technique__item_text-link._sm {
    --tech-text-size: 18px;
    font-size: 18px;
  }
  .technique__item_text-link._xs {
    --tech-text-size: 22px;
    font-size: 16px;
  }
  .text__section._catalog_text {
    --pt: 40px;
  }
  .modal__header h2 {
    font-size: 28px;
  }
  .modal__header p {
    font-size: 17px;
  }
  .modal__send_btn_wrap p {
    font-size: 16px;
  }
  .review__section._company_review .review__title {
    padding-bottom: 40px;
  }
  .map__info_section._news_item_map_info {
    --pt: 40px;
  }
  .req__bg_wrap .request__gradient {
    --size: 260px;
    -webkit-filter: blur(120px);
    filter: blur(120px);
  }

  .request__sect._home_req._phone_request .request__picture {
    --max-height: 610px;
  }

  .sliders__wrap ._video_arrows {
    display: none;
    opacity: 0;
    inset: 0;
    pointer-events: none;
    visibility: hidden;
    user-select: none;
    touch-action: none;
  }

  .card__present_img,
  .card__present_img img {
    --product-card-height: 430px;
    height: var(--product-card-height);
    min-height: var(--product-card-height);
    max-height: var(--product-card-height);
  }

  .card__item_swiper_wrap,
  .card__item_swiper_wrap img {
    --min-height: 170px;
    max-height: var(--min-height);
    height: var(--min-height);
  }
  .request__sect {
    min-height: 1200px;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .request__sect._card_request {
    margin-bottom: 0;
  }
  .req__form_block .ff-el-group .ff-el-input--content,
  .ff-el-group .ff-el-input--content {
    max-width: none;
    justify-content: space-around;
  }

  .req__form_block .fluentform .ff-el-group:nth-of-type(4) .ff-el-input--content {
    max-width: max-content;
  }

  .request__sect._car_request .req__bg_wrap {
    position: absolute;
    top: auto;
    max-width: none;
    top: 50%;
  }

  .total__pay .prgress__header {
    font-size: 24px;
  }
  .total__pay .prgress__header span {
    display: block;
    font-size: 30px;
  }

  #search-results {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .news .card__slide_wrap,
  .news._3 .news__wrap .video__slider_video {
    --news-card-height: 230px;
  }

  .banner__section._leasing_banner .banner__background {
    --width: 278px;
    --height: 281px;
  }
  .banner__background_container {
    --height: 645px;
  }
  .banner__section._home .banner__background_container {
    --height: 721px;
  }

  /* .banner__section._home .banner__description {
    padding-bottom: 0;
  } */
  .technique__item._double {
    flex-direction: row;
  }
  .banner__section._leasing_banner .banner__background_container {
    --height: 539px;
  }
  .banner__section._leasing_banner._company_banner .banner__background_container {
    --height: 462px;
  }

  .map__info_section .info__block {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
  }

  .info__block_item._big {
    flex-basis: 200%;
  }
  .contacts__us_form_wrap .ff-t-cell {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .banner__description_wrap {
    align-self: center;
  }
  .banner__section._home .banner__background_container {
    --height: 790px;
  }
  .banner__section._leasing_banner .banner__background_container {
    --height: auto;
  }
  .banner__section._leasing_banner._company_banner .banner__background_container {
    --height: auto;
  }

  .banner__menu_wrap {
    position: relative;
    padding: 0 10px;
    display: block;
    height: 80px;
    width: 100vw;
    background-color: #ffffff;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    display: none;
  }

  .technique._home_technique .technique__inside_item .technique__shadow {
    bottom: 5px;
  }

  .banner__menu {
    display: flex;
    min-width: 300px;
    width: calc(100% - 20px);
    height: 42px;
    border: 1px solid #0000001a;
    box-shadow: 0px 2px 3px 0px #00000012;
    box-shadow: 0px 15px 15px 0px #0000001a;
    border-radius: 30px;
    padding: 12px 25px;
    background-color: white;
    justify-content: space-between;
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
  }

  .banner__menu.bottom {
    bottom: 30px;
    animation: slideFromBottom 0.5s ease;
  }

  .banner__menu.top {
    top: 30px;
    animation: slideFromTop 0.5s ease;
  }

  .banner__menu.hidden {
    opacity: 0;
    transform: translateX(-50%) scale(0.8);
    pointer-events: none;
  }

  @keyframes slideFromBottom {
    from {
      opacity: 0;
      transform: translateX(-50%) translateY(100px);
    }
    to {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }
  }

  @keyframes slideFromTop {
    from {
      opacity: 0;
      transform: translateX(-50%) translateY(-100px);
    }
    to {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }
  }

  .banner__menu_item a,
  .banner__menu_item button {
    display: flex;
    gap: 6px;
    align-items: center;
  }
  .card__present_advert {
    top: 70px;
    left: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1;
  }

  .banner__menu_item .header__top_nav_btn {
    --width: 100%;
    --height: 100%;
    position: static;
    width: var(--width);
    min-width: var(--width);
    max-width: var(--width);
    height: var(--height);
    min-height: var(--height);
    max-height: var(--height);
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }

  .header__close_btn {
    display: block;
  }

  .banner__description_btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .banner__decr_ {
    width: 100%;
  }

  .banner__menu_item .header__top_nav_btn div {
    --width: 18px;
    --height: 18px;
    width: var(--width);
    min-width: var(--width);
    max-width: var(--width);
    height: var(--height);
    min-height: var(--height);
    max-height: var(--height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .header__search {
    display: none;
  }

  .header .header__top_nav_btn {
    display: none;
  }

  .header__search_wrap {
    justify-content: center;
  }

  .banner__menu_item .header__top_nav_btn div span {
    height: 2px;
    transition: all 0.3s ease;
    background-color: #000000;
    border-radius: 5px;
  }

  .technique._home_technique {
    --pt: 20px;
  }
  .header__popup_column {
    --max-width: 100%;
  }
  .technique__item p {
    font-size: 22px;
  }
  ._border_btn {
    width: 100%;
    padding: 12px 15px;
    border-radius: 5px;
  }
  .req__form_cntr .req__form_block button.request__send_btn._orange.btn._btn_text_def,
  .contact__us_modal .modal__content button.request__send_btn._orange.btn._btn_text_def {
    min-width: 223px;
    width: 100%;
    min-height: 50px;
    border-radius: 5px;
    font-size: 16px;
  }
  .request__tab_btns {
    padding: 10px;
    border-radius: 6px;
  }
  .request__tab_btns .request__tab_btn {
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 16px;
  }
  .text__item p {
    font-size: 16px;
  }
  .text__item p span {
    font-size: 16px;
  }
  .footer__nav_item._resources {
    display: none;
    max-width: 45%;
    -webkit-box-flex: 45%;
    -ms-flex: 45%;
    flex: 45%;
  }

  .footer__contact_nav .footer__item {
    display: none;
  }
  .footer__contact_nav .footer__item._info_company {
    display: block;
  }
  .text__grid_wrap {
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }

  .footer__company_info_wrap {
    align-items: center;
    flex-direction: column-reverse;
  }

  .request__sect {
    margin-bottom: 20px;
  }

  .request__sect._car_request .req__bg_wrap .request__picture {
    --max-height: 530px;
    right: 9%;
  }

  .footer__company_info_wrap ._footer_text {
    text-align: center;
  }

  .footer__list._info_contact .footer__logo {
    display: block;
  }

  .footer._contacts .footer__nav_item._contacts {
    display: none;
  }

  ._contacts .footer__wrap {
    padding-top: 54px;
  }

  .footer__nav_item._contacts .footer__item span {
    display: none;
  }

  .footer__nav_item._contacts .footer__item:first-child {
    display: none;
  }

  .footer__nav_item._contacts .footer__list {
    justify-content: space-between;
    gap: 7px;
    flex-wrap: nowrap;
  }

  .footer__contact_link img {
    --size: 56px;
  }

  .text__grid_wrap .text__item:not(:first-child) {
    display: none;
  }
  .text__item {
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
  }
  .technique__title h2 {
    font-size: 26px;
  }
  .technique__title p {
    font-size: 16px;
  }
  ._title,
  ._title_45 {
    font-size: 26px;
  }
  .card__title h2 {
    font-size: 26px;
  }

  .card__show_all_link._desktop {
    display: none;
  }

  .card__show_all_link._mobile {
    display: block;
    margin-top: 15px;
  }
  .special__contact_us_btn {
    padding: 12px 15px;
    border-radius: 5px;
    width: auto;
  }
  .special__bg {
    display: block;
    height: 250px;
  }
  .special__bg .special__bg_img {
    display: none;
  }
  .special__bg .special__picture {
    position: static;
    object-fit: cover;
    max-width: none;
  }

  .special__swiper .swiper-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .special__contact_us_btn {
    width: none;
  }
  .special__content {
    max-width: 100%;
    margin: 20px 15px;
  }
  .special__slide_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
  }
  .map__info_section {
    --pt: 40px;
  }
  .videos__title {
    padding-top: 40px;
  }
  .map__address {
    --height: auto;
    top: 12px;
    left: 12px;
    right: 12px;
    padding: 10px 17px;
    border-radius: 4px;
  }
  .map__block_item .description__map_anchor._4 {
    --width: 30px;
    --height: 34px;
    bottom: 50px;
    right: 15%;
  }
  .info__block_item._small {
    --max-width: 100%;
    padding: 30px 10px;
  }
  .info__block_item._small h3 {
    font-size: 20px;
  }
  .info__block_item._small p {
    font-size: 15px;
  }
  .info__img {
    --size: 60px;
  }
  ._info_contact_links {
    --height: 46px;
    border-radius: 4px;
  }
  .info__phone_link {
    font-size: 36px;
  }
  .info__email_link {
    font-size: 28px;
  }
  .req__form_cntr {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .video__slider_wrap h4 {
    font-size: 18px;
  }
  .video__slider_wrap time {
    font-size: 12px;
  }
  .review__item_wrap .review__quotes {
    display: block;
    left: 25px;
    top: -13px;
  }
  .review__item_wrap .review__picture {
    display: none;
  }
  .review__item_text {
    --width: 100%;
    padding: 61px 15px 20px;
  }

  .review__item_avatar {
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 10px;
  }

  .review__item_avatar img {
    object-fit: cover;
  }

  .review__title a small {
    height: 25px;
  }

  .review__title a {
    height: 35px;
  }
  .review__title a img {
    max-height: 24px;
  }
  .description__map_anchor._1 {
    --width: 50px;
    left: 8%;
  }
  .description__map_anchor._2 {
    --width: 40px;
    left: 27%;
  }
  .description__map_anchor._3 {
    --width: 80px;
    left: 42%;
  }
  .description__map_anchor._orange_anch {
    --width: 60px;
    right: 10%;
  }
  .description__map_anchor._4 {
    --width: 40px;
    right: 3%;
  }
  .review__wrap {
    padding-top: 40px;
  }
  .description__sect {
    padding-top: 40px;
  }
  .special__title {
    padding-bottom: 20px;
  }
  .banner__description_btn {
    min-height: 50px;
    width: 100%;
  }
  .header__top {
    padding-bottom: 80px;
    padding-top: 45px;
  }
  .header__contact_link {
    width: 100%;
    border-radius: 5px;
  }
  .header__top_nav_btn {
    top: 24px;
  }
  .header__search {
    border-radius: 4px;
  }
  .header__top .header__search {
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 10px;
    width: calc(100vw - 20px);
  }
  .header__search input {
    padding: 10px 12px 10px 0px;
  }
  .header__logo {
    --width: 150px;
  }
  .header__popup_list .header__popup_item {
    width: 100%;
  }
  .header__popup_hidden._show {
    max-height: 500px;
    overflow-y: auto;
  }
  .header__popup_hidden {
    top: 295px;
  }
  .header__popup_column_wrap {
    padding: 0;
  }
  .header__popup_overflow {
    gap: 30px;
  }
  .banner__description h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner__description h1 i {
    font-size: 40px !important;
    margin-bottom: 27px;
  }
  .banner__description h1 strong {
    font-size: 70px !important;
  }
  .banner__description h1 strong small {
    font-size: 36px !important;
  }
  .banner__description p {
    font-size: 16px;
    text-align: center;
  }
  .request__input_field {
    min-width: 100%;
    border-radius: 5px;
  }
  .card__details_list .card__details_item h1 {
    font-size: 36px;
  }
  .card__details_list .card__details_item h1 span {
    font-size: 36px;
  }
  .card__item_swiper_wrap,
  .card__item_swiper {
    --min-height: 80px;
  }
  .card__details_price h2 > strong {
    font-size: 26px;
  }
  .card__details_price h2 > span:nth-of-type(1) {
    font-size: 18px;
  }
  .card__details_action_btns {
    flex-direction: row;
  }

  .calc__whatsApp_btn strong span {
    display: none;
  }
  .calc__leasing_btn {
    --min-width: 100%;
    --min-height: 62px;
    padding: 12px 20px;
    border-radius: 5px;
  }
  .card__details_action_btns a {
    --min-height: 44px;
    width: 100%;
    border-radius: 5px;
  }
  .card__info_title h3 {
    font-size: 28px;
  }
  .card__info_galery_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .card_section._card_assesebility .card__adv {
    min-width: 100px;
    min-height: 24px;
  }
  .card_section._card_assesebility .card__adv strong {
    font-size: 16px;
  }
  .text__section._card_text .text__grid_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
  .request__sect._card_request .card__item {
    max-width: 100%;
    border-radius: 8px;
    display: none;
  }
  .request__sect._card_request .card__item .card__description_wrap {
    padding-top: 15px;
  }
  .header__popup_nav,
  .header__popup_hidden_wrap {
    border-radius: 6px;
  }
  ._quad_btn {
    border-radius: 50px;
    padding: 10px 20px;
  }
  ._leasing_banner .banner__description_image {
    display: block;
    width: 100%;
    height: 300px;
  }

  ._leasing_banner .banner__description_image img {
    object-fit: contain;
    position: relative;
    bottom: -50px;
  }
  .technique__item {
    --pb: 20px;
  }
  .text__section {
    --pt: 25px;
  }
  .footer__wrap {
    gap: 25px;
    padding-bottom: 20px;
  }
  .footer__list._info_contact {
    gap: 25px;
    flex-direction: column;
    align-items: center;
  }
  .footer__phone_link > * {
    text-align: left;
  }
  .technique._catalog_technique {
    --pt: 40px;
    --pb: 40px;
  }
  .modal__header h2 {
    font-size: 26px;
  }
  .modal__overflow {
    border-radius: 6px;
    max-width: calc(100% - 20px);
  }
  .modal__content {
    padding: 30px 15px;
  }
  .modal__input_field {
    border-radius: 5px;
  }
  .modal__send_btn {
    min-width: 100%;
    padding: 15px 20px;
    border-radius: 5px;
  }
  .modal__tab_btns {
    border-radius: 6px;
  }
  .modal__tab_btns .modal__tab_btn {
    border-radius: 4px;
  }
  .breadcrumbs__list {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .map__info_section._news_map_info {
    --pt: 30px;
  }

  .request__sect._home_req._phone_request .request__picture {
    --max-height: 580px;
  }
  .card__present_img,
  .card__item_slider_wrap {
    display: none;
  }

  .card__item_slider_mobile {
    display: block;
  }

  .card__present_img,
  .card__present_img img {
    --product-card-height: 400px;
    height: var(--product-card-height);
    min-height: var(--product-card-height);
    max-height: var(--product-card-height);
  }

  .card__item_swiper_wrap,
  .card__item_swiper_wrap img {
    --min-height: 200px;
    max-height: var(--min-height);
    height: var(--min-height);
  }
  .request__sect._car_request .req__bg_wrap {
    top: 60%;
  }
  .request__sect {
    min-height: 1000px;
  }
  .progress {
    max-width: 80%;
  }

  .progress .progress__track {
    --height: 32px;
    --width: 60px;
    padding: 5px 7px;
    border-radius: 30px;
    border-width: 2px;
  }
  .card__info_video > * {
    --video-min-height: 300px;
  }

  #search-results {
    top: 65px;
    border-radius: 0 0 6px 6px;
  }

  .banner__background_container {
    --height: 643px;
  }

  .banner__section._leasing_banner .banner__background {
    --width: 183px;
    --height: 194px;
  }

  .banner__section._leasing_banner .banner__description {
    display: flex;
    gap: 0;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
  }

  .banner__section._leasing_banner .banner__description,
  .banner__section._leasing_banner .banner__description p {
    padding-top: 10px;
  }
  .header__logo.mobile--logo {
    margin-top: 80px;
    margin-bottom: 30px;
  }

  .technique._home_technique .technique__items_wrap,
  .technique._leasing_technique .technique__items_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .technique .technique__items_wrap {
    gap: 10px;
  }

  .technique__item._double {
    flex-direction: row;
    gap: 10px;
    grid-column: 1 / -1;
  }

  .technique__inside_item,
  .technique__item {
    min-height: 197px;
  }

  .technique__inside_item a {
    word-break: break-all;
  }

  .req__form_block .ff-el-input--content .ff-el-form-check label.ff-el-form-check-label {
    border-radius: 50px;
  }
  .ff-el-group .ff-el-input--content {
    width: 100%;
    justify-content: space-around;
  }

  .companies__item:nth-child(1) .companies__item_wrap {
    width: 73px;
    height: 20px;
  }
  .companies__item:nth-child(2) .companies__item_wrap {
    width: 58px;
    height: 32px;
  }
  .companies__item:nth-child(3) .companies__item_wrap {
    width: 96px;
    height: 12px;
  }

  .companies__item:nth-child(4) .companies__item_wrap {
    width: 62px;
    height: 18px;
  }
  .companies__item:nth-child(5) .companies__item_wrap {
    width: 73px;
    height: 20px;
  }
  .companies__item:nth-child(6) .companies__item_wrap {
    width: 96px;
    height: 20px;
  }
}

@media screen and (max-width: 500px) {
  .contact__us_modal .ff-el-input--content .ff-el-form-check label.ff-el-form-check-label {
    padding: 5px 9px;
  }

  .technique__inside_item._brown,
  .technique__inside_item._linear {
    overflow: hidden;
  }

  .technique__inside_item._brown .technique__item_img,
  .technique__inside_item._linear .technique__item_img {
    position: absolute;
    top: 0;
    left: -50%;
    width: 150%;
    height: 146px;
  }

  .technique__inside_item._brown .technique__item_text,
  .technique__inside_item._linear .technique__item_text {
    margin-top: auto;
  }

  .modal__header,
  .contact__us_modal
    .fluentform
    .ff-el-group:last-of-type
    .ff-el-input--content
    .ff_item_selected
    span {
    text-align: center;
  }

  .contact__us_modal .fluentform .ff-el-group:nth-of-type(1) .ff-el-input--content {
    width: 100%;
    max-width: none;
    justify-content: space-between;
  }

  .ff-el-input--content .ff-el-form-check label.ff-el-form-check-label span,
  .contact__us_modal .ff-el-input--content .ff-el-form-check label.ff-el-form-check-label span {
    font-size: 14px;
  }
  .request__sect._car_request .req__bg_wrap {
    top: 53%;
  }

  .request__sect {
    margin-bottom: 0px;
    min-height: 800px;
  }

  .request__sect._car_request .req__bg_wrap .request__picture {
    --min-height: 460px;
    right: 7%;
  }

  .card__shorts_img {
    --size: 72px;
  }

  .card__shorts_img > * {
    --size: 62px;
  }

  .contacts__managers_wrap .info__block {
    gap: 12px;
  }

  ._info_contact_links span {
    font-size: 12px;
  }

  .total__pay .prgress__header {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .total__pay .prgress__header span {
    display: block;
    font-size: 16px;
  }
  .info__phone_link {
    font-size: 20px;
  }
  .info__email_link {
    font-size: 15px;
  }
  .request__sect .req__form_cntr .req__form_block .request__title,
  .request__sect .req__form_cntr .req__form_block .request__subtitle {
    font-size: 27px;
    letter-spacing: -0.05em;
  }

  .technique__item p {
    word-break: break-all;
    text-align: center;
    margin: 0 10px;
  }
  .card__present_adv_item strong {
    font-size: 10px;
  }
  .card__present_adv_item {
    --height: 19px;
  }
  .contacts__us_form_wrap .request__input_field {
    min-width: auto;
  }
  .contacts__us_wrap .ff-el-input--content .ff-el-form-check label.ff-el-form-check-label span {
    font-size: 16px;
  }
  .contacts__us_wrap .ff-el-input--content .ff-el-form-check label.ff-el-form-check-label {
    padding: 11px;
  }
}

@media screen and (max-width: 420px) {
  .req__form_block .ff-el-input--content .ff-el-form-check label.ff-el-form-check-label,
  .ff-el-input--content .ff-el-form-check label.ff-el-form-check-label {
    border-radius: 50px;
    padding: 8px;
  }

  .technique._home_technique .technique__inside_item .technique__shadow {
    bottom: 9px;
  }

  .technique__inside_item a {
    font-size: 18px;
    text-align: center;
    padding: 0 10px;
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .technique__inside_item._brown .technique__item_img,
  .technique__inside_item._linear .technique__item_img {
    top: -10%;
  }

  .technique__inside_item a {
    padding-bottom: 26px;
  }

  .banner__section._home {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
    margin-bottom: 0;
  }

  .banner__description_btn {
    max-width: 162px;
    border-radius: 50px;
    margin: 0 auto;
  }

  .banner__background_mobile {
    position: relative;
    top: auto;
    display: block;
    top: -30px;
    height: 89px;
    width: 100%;
    background-color: #171717;
    z-index: -1;
    display: none;
  }
  .banner__section._home .banner__background_container {
    --height: 612px;
    top: -65px;
  }
  .technique__items_wrap {
    padding-top: 41px;
    gap: 10px;
  }

  .technique__item._double {
    gap: 10px;
  }

  .technique__item {
    height: 197px;
  }
  .technique__inside_item {
    padding: 0;
  }
  .technique__inside_item .technique__item_img {
    padding-top: 15px;
  }

  .technique__item._grey_bej .technique__item_img {
    transform: translate(0px, 0px);
  }

  .banner__section._leasing_banner._company_banner .banner__background_container {
    --height: auto;
  }
  .banner__section._leasing_banner._company_banner .banner__background {
    --width: 147px;
    --height: 157px;
  }
  .technique__item p {
    font-size: 18px;
  }
  .footer__nav_item._resources {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
  .technique__title h2 {
    font-size: 22px;
  }
  ._title,
  ._title_45 {
    font-size: 22px;
  }
  .card__title h2 {
    font-size: 22px;
  }

  .info__block_item._big {
    padding: 14px 17px 18px;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .info__block_item._big p {
    margin-bottom: auto;
  }
  .text__grid_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .description__map_anchor._1 {
    --width: 40px;
  }
  .description__map_anchor._2 {
    --width: 40px;
    top: 40%;
    left: 25%;
  }
  .description__map_anchor._3 {
    --width: 67px;
    left: 37%;
    bottom: 3%;
  }
  .description__map_anchor._orange_anch {
    --width: 60px;
    top: 17%;
  }
  .description__map_anchor._4 {
    --width: 30px;
  }
  .header__search {
    gap: 6px;
    margin-right: 45px;
    padding-left: 12px;
  }
  .header__search > label {
    --size: 16px;
  }
  .header__search input {
    font-size: 16px;
  }
  .header__search input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .header__search input::-moz-placeholder {
    font-size: 16px;
  }
  .header__search input:-ms-input-placeholder {
    font-size: 16px;
  }
  .header__search input::-ms-input-placeholder {
    font-size: 16px;
  }
  .header__search input::placeholder {
    font-size: 16px;
  }
  .header__top_nav_btn {
    top: 17px;
  }
  .header__top .header__search {
    max-width: calc(100% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: rgba(255, 255, 255, 0.15);
  }
  .header__search_wrap .header__search {
    display: none;
  }
  .header__popup_list .header__popup_item {
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  /* .banner__description h1 i {
    font-size: 20px !important;
  }
  .banner__description h1 strong {
    font-size: 36px !important;
  }
  .banner__description h1 strong small {
    font-size: 22px !important;
  } */
  .banner__decr_ {
    /* gap: 18px; */
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; */
  }

  .banner__decr_ strong span {
    font-size: 13px;
  }

  .banner__decr_ strong svg {
    --size: 14px;
  }
  .card__details_list .card__details_item h1 {
    font-size: 28px;
  }
  .card__details_list .card__details_item h1 span {
    font-size: 28px;
  }
  .card__details_price h2 {
    align-items: flex-start;
  }

  .card__details_price h2 ._desktop {
    display: none;
  }
  .card__details_price h2 > strong {
    font-size: 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .card__details_price ._old_price {
    display: block;
    font-size: 20px;
    font-family: Arimo;
    font-weight: 400;
    font-style: Regular;
    line-height: 130%;
    text-decoration: line-through;
  }
  .card__info_title h3 {
    font-size: 24px;
  }
  .card__technologies_description h4 {
    font-size: 18px;
  }
  .request__sect._card_request .card__item .card__descr_item {
    font-size: 18px;
  }
  .card__info_galery_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .header__popup_hidden_wrap {
    padding: 20px 15px;
    border-radius: 6px;
  }

  .card__present_img,
  .card__present_img img {
    --product-card-height: 300px;
    height: var(--product-card-height);
    min-height: var(--product-card-height);
    max-height: var(--product-card-height);
  }

  .card__item_swiper_wrap,
  .card__item_swiper_wrap img {
    --min-height: 200px;
    max-height: var(--min-height);
    height: var(--min-height);
  }

  .card__info_video > * {
    --video-min-height: 200px;
  }

  .req__form_block .ff-el-input--content .ff-el-form-check label.ff-el-form-check-label span,
  .ff-el-input--content .ff-el-form-check label.ff-el-form-check-label span {
    font-size: 16px;
  }
}

@media screen and (max-width: 360px) {
  .request__sect._car_request .req__bg_wrap .request__picture {
    top: 70px;
  }
}
