@import "../fonts/stylesheet.css";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
  --app-height: 100%;
  --white: #ffffff;
  --dark: #0f0f0f;
  --orange: #ed8733;
  --grey1: #d8d8d8;
  --grey2: #9a9a9a;
}

.c_wh {
  color: var(--white);
}

.c_dark {
  color: var(--dark);
}

.c_orange {
  color: var(--orange);
}

.transition {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.h_orange:hover {
  color: var(--orange);
}
.h_orange:hover .stroke path {
  stroke: var(--orange);
}
.h_orange:hover .fill path {
  fill: var(--orange);
}

.c_grey1 {
  color: var(--grey1);
}

.c_grey2 {
  color: var(--grey2);
}

.bg_wh {
  background-color: var(--white);
}

.bg_orange {
  background-color: var(--orange);
}

.bg_dark {
  background-color: var(--dark);
}

.bg_grey1 {
  background-color: var(--grey1);
}

.bg_grey2 {
  background-color: var(--grey2);
}

.bg_grd {
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(246, 246, 246, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}

.bg_grd_to_right {
  background: radial-gradient(120.32% 141.42% at 104% 20%, rgba(246, 246, 246, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}

.b_rd4 {
  border-radius: 4px;
}

.b_rd8 {
  border-radius: 8px;
}

.bg_filter {
  -webkit-backdrop-filter: blur(6.5px);
          backdrop-filter: blur(6.5px);
}

.border2 {
  border: 2px solid var(--white, #d8d8d8);
}

.border4 {
  border: 3.5px solid rgba(255, 255, 255, 0.2);
}

.arrow_hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 7px;
  position: relative;
}
.arrow_hover * {
  pointer-events: none;
}
.arrow_hover svg {
  margin-left: 12px;
}
.arrow_hover:after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid var(--grey1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.arrow_hover:hover {
  color: var(--orange);
}
.arrow_hover:hover:after {
  border-color: var(--orange);
  width: 28px;
  height: 28px;
  right: -4px;
}
.arrow_hover:hover path {
  fill: var(--orange);
}

.bg_line {
  pointer-events: none;
}

body,
html {
  scrollbar-color: var(--orange) var(--grey1);
  scrollbar-width: thick;
  overflow-x: hidden;
}

.swiper-container {
  overflow: hidden;
}

.elem__anim h1,
.elem__anim h2,
.elem__anim h3,
.elem__anim h4,
.elem__anim a,
.elem__anim button,
.elem__anim p,
.elem__anim ul,
.elem__anim ol {
  opacity: 0;
}

.xyz_start {
  opacity: 0;
}

.xyz_start.xyz-in {
  opacity: 1;
}

body {
  font-family: "SF Pro Text", sans-serif;
  color: var(--grey1);
  background-color: var(--dark);
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section {
  position: relative;
}

/* ::-webkit-scrollbar {
  height: 5px;
} */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--grey1);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--orange);
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

a:hover,
a:active,
a:visited,
a {
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  display: block;
}

p {
  margin-bottom: 0;
}

input:hover,
select:hover,
textarea:hover,
input:active,
select:active,
textarea:active,
input:focus,
select:focus,
textarea:focus,
input,
select,
textarea {
  display: block;
  outline: none;
  font-family: "SF Pro Text", sans-serif;
}

button {
  background-color: transparent;
  border: none;
}

button,
button:focus,
button:active,
button:hover {
  outline: none;
}

svg,
path {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.container {
  position: relative;
}

a.btn,
button.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "SF Pro Text", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  letter-spacing: 0.015em;
  background-color: transparent;
  background-repeat: no-repeat;
  height: 37px;
  width: 121px;
  position: relative;
  border-radius: 4px;
  border: none;
  color: var(--grey1);
  cursor: pointer;
}
a.btn.bg_vertical,
button.btn.bg_vertical {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--white)), to(var(--orange))), -webkit-gradient(linear, left top, left bottom, from(var(--white)), to(var(--orange)));
  background-image: linear-gradient(to bottom, var(--white), var(--orange)), linear-gradient(to bottom, var(--white), var(--orange));
  background-size: 2px 100%;
  background-position: 0 100%, 100% 0;
}
a.btn.bg_vertical:before, a.btn.bg_vertical:after,
button.btn.bg_vertical:before,
button.btn.bg_vertical:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 4px;
  border: 2px solid var(--white);
  background-color: transparent;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  left: 0;
  top: 0;
}
a.btn.bg_vertical:after,
button.btn.bg_vertical:after {
  left: 0;
  bottom: 0;
  top: auto;
  border-radius: 0 0 4px 4px;
  border: 2px solid var(--orange);
  border-top: none;
}
a.btn.bg_horizontal,
button.btn.bg_horizontal {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--white)), to(var(--orange))), -webkit-gradient(linear, right top, left top, from(var(--white)), to(var(--orange)));
  background-image: linear-gradient(to left, var(--white), var(--orange)), linear-gradient(to left, var(--white), var(--orange));
  background-size: 100% 2px;
  background-position: 0 100%, 0 0;
}
a.btn.bg_horizontal:before, a.btn.bg_horizontal:after,
button.btn.bg_horizontal:before,
button.btn.bg_horizontal:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 4px;
  height: 100%;
  border: 2px solid var(--orange);
  background-color: transparent;
  border-right: none;
  border-radius: 4px 0 0 4px;
  left: 0;
  top: 0;
}
a.btn.bg_horizontal:after,
button.btn.bg_horizontal:after {
  left: auto;
  right: 0;
  border-radius: 0 4px 4px 0;
  border: 2px solid var(--white);
  border-left: none;
}
a.btn span.btn_bg_blur,
button.btn span.btn_bg_blur {
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
a.btn span,
button.btn span {
  position: relative;
}
a.btn span.btn_bg_blur,
button.btn span.btn_bg_blur {
  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;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 0px;
  position: absolute;
  left: 2px;
  top: 2px;
  pointer-events: none;
  color: var(--grey1);
  -webkit-backdrop-filter: blur(6.5px);
          backdrop-filter: blur(6.5px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a.btn:hover,
button.btn:hover {
  color: var(--orange);
}
a.btn:hover span.btn_bg_blur,
button.btn:hover span.btn_bg_blur {
  opacity: 0;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 25px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: var(--dark);
}
.header.header_fixed {
  padding: 15px 0;
}

.custom-logo-link {
  width: 115px;
  display: block;
}
.custom-logo-link img {
  width: 100%;
  height: auto;
}

.nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__menu .nav__item {
  position: relative;
  margin-right: 24px;
}
.nav__menu .nav__item:last-child {
  margin-right: 0;
}
.nav__menu .nav__item:last-child:after {
  display: none;
}
.nav__menu .nav__item:after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  right: -12px;
  top: calc(50% - 7px);
  background-color: var(--grey1);
}
.nav__menu .nav__item a {
  font-size: 14px;
  font-family: "SF Pro Text", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  padding: 0;
  color: var(--white);
  letter-spacing: 0.015em;
  position: relative;
}
.nav__menu .nav__item a:hover {
  color: var(--orange);
}
.nav__menu .nav__item.menu-item-has-children > a {
  padding-right: 26px;
}
.nav__menu .nav__item.menu-item-has-children > a::after, .nav__menu .nav__item.menu-item-has-children > a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  background: url(../img/icon_arrow_bottom.svg) no-repeat center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nav__menu .nav__item.menu-item-has-children > a:after {
  background: url(../img/icon_arrow_bottom_orange.svg) no-repeat center;
  opacity: 0;
}
.nav__menu .nav__item.menu-item-has-children:hover > a::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}
.nav__menu .nav__item.menu-item-has-children:hover > a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 1;
}
.nav__menu .nav__item.menu-item-has-children .sub-menu {
  position: absolute;
  left: -10px;
  top: 100%;
  padding-top: 15px;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  pointer-events: none;
  width: 200px;
  padding: 15px 10px;
  background-color: var(--dark);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nav__menu .nav__item.menu-item-has-children .sub-menu li {
  margin-bottom: 8px;
}
.nav__menu .nav__item.current-menu-ancestor > a, .nav__menu .nav__item.current-menu-item > a {
  color: var(--orange);
  text-decoration: underline;
}
.nav__menu .nav__item.current-menu-ancestor > a::before, .nav__menu .nav__item.current-menu-item > a::before {
  opacity: 0;
}
.nav__menu .nav__item.current-menu-ancestor > a:after, .nav__menu .nav__item.current-menu-item > a:after {
  opacity: 1;
}
.nav__menu.current-menu-ancestor > a,
.nav__menu .current-menu-item > a {
  color: var(--orange);
  text-decoration: underline;
}
.nav__menu.current-menu-ancestor > a::before,
.nav__menu .current-menu-item > a::before {
  opacity: 0;
}
.nav__menu.current-menu-ancestor > a:after,
.nav__menu .current-menu-item > a:after {
  opacity: 1;
}

.header__contact {
  position: relative;
}
.header__contact .header__btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.header__contact .header__btn * {
  pointer-events: none;
}
.header__contact .header__btn svg {
  margin-left: 8px;
}
.header__contact .header__btn span {
  border-bottom: 1px solid transparent;
  line-height: 1em;
}
.header__contact .header__btn path {
  stroke: var(--grey1);
}
.header__contact .header__btn:hover path {
  stroke: var(--orange);
}
.header__contact.open .header__btn span {
  border-bottom: 1px solid var(--orange);
  color: var(--orange);
}
.header__contact.open .header__btn svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__contact.open .header__btn path {
  stroke: var(--orange);
}
.header__contact.open .header__popup {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.header__contact .header__popup {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  position: absolute;
  left: -12px;
  top: 100%;
  background-color: var(--dark);
  padding: 12px;
}
.header__contact .header__popup p {
  margin-bottom: 12px;
}
.header__contact .header__popup p:last-child {
  margin-bottom: 0;
}

.menu__burger {
  display: none;
  width: 30px;
  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;
}
.menu__burger span {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 5px;
  background-color: var(--orange);
  margin-bottom: 3px;
  pointer-events: none;
}
.menu__burger span:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1199px) {
  .nav__menu .nav__item.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: all;
  }
}
@media screen and (max-width: 1199px) {
  .header {
    padding: 12px 0;
    border-bottom: none;
  }
  .nav {
    position: fixed;
    width: 100%;
    max-width: 450px;
    height: 100vh;
    padding: 12px;
    z-index: 999999;
    right: -450px;
    top: 0;
    opacity: 0;
    pointer-events: none;
    background: var(--dark);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-bottom: 100px;
    overflow-y: auto;
    padding-top: 0;
    margin: 0;
  }
  .nav.open_menu {
    right: 0;
    top: 0px;
    opacity: 1;
    pointer-events: all;
  }
  .nav .nav__row {
    width: 100%;
    margin-bottom: 30px;
    padding: 12px 0;
    position: relative;
  }
  .nav .nav__row .custom-logo-link {
    width: 100px;
  }
  .nav .menu__close {
    width: 36px;
    height: 36px;
    background: url(../img/close_menu.svg) no-repeat center;
    outline: none;
    /* margin-left: auto; */
    position: relative;
    background-color: none;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .nav .menu__close > * {
    pointer-events: none;
  }
  .nav .nav__menu {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 85px;
  }
  .menu__burger {
    display: block;
    cursor: pointer;
    background-color: transparent;
    border: none;
  }
  .nav .nav__item {
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    margin-right: 0;
  }
  .nav .nav__item a {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 5px 20px;
    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;
  }
  .nav__menu .nav__item.menu-item-has-children > a::after,
  .nav__menu .nav__item.menu-item-has-children > a::before {
    display: none;
  }
  .nav__menu .nav__item.menu-item-has-children > a {
    padding-bottom: 15px;
  }
  .nav__menu .nav__item.menu-item-has-children > a.open .open_child_menu {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .nav__menu .nav__item.menu-item-has-children > a.open .open_child_menu::after, .nav__menu .nav__item.menu-item-has-children > a:hover .open_child_menu::after {
    opacity: 1;
  }
  .nav__menu .nav__item.menu-item-has-children > a.open .open_child_menu::before, .nav__menu .nav__item.menu-item-has-children > a:hover .open_child_menu::before {
    opacity: 0;
  }
  .nav__menu .nav__item.current-menu-ancestor > a .open_child_menu::after,
  .nav__menu .nav__item.current-menu-item > a .open_child_menu::after {
    opacity: 1;
  }
  .nav__menu .nav__item.current-menu-ancestor > a .open_child_menu::before,
  .nav__menu .nav__item.current-menu-item > a .open_child_menu::before {
    opacity: 0;
  }
  .open_child_menu {
    position: absolute;
    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;
    width: 25px;
    height: 25px;
    right: 0px;
    top: calc(50% - 12px);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .open_child_menu::after, .open_child_menu::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
    background: url(../img/icon_arrow_bottom.svg) no-repeat center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .open_child_menu:after {
    background: url(../img/icon_arrow_bottom_orange.svg) no-repeat center;
    opacity: 0;
  }
  .nav__menu .nav__item.menu-item-has-children .sub-menu {
    position: relative;
    left: 0;
    top: auto;
    height: 0;
    padding: 0 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: all;
  }
  @-webkit-keyframes fromBottom {
    0% {
      opacity: 0;
      -webkit-transform: translateY(15px);
              transform: translateY(15px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fromBottom {
    0% {
      opacity: 0;
      -webkit-transform: translateY(15px);
              transform: translateY(15px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
.section__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
  font-family: "SF Pro Text";
  font-weight: 400;
  padding-bottom: 12px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  color: var(--grey1);
}
.section__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--orange);
  position: absolute;
  left: 0;
  bottom: 0;
}

.title_1 {
  font-size: 48px;
  line-height: 1.25em;
  font-family: "SF Pro Text";
  font-weight: 500;
}

.title_2 {
  font-size: 24px;
  line-height: 1.2em;
  font-family: "SF Pro Text";
  font-weight: 500;
}

.title_3 {
  font-size: 20px;
  line-height: 1.2em;
  font-family: "SF Pro Text";
  font-weight: 500;
}

.text_16m {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

.text_16 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

.text_14 {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.text_12 {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.text__content h2 {
  font-size: 24px;
  line-height: 1.2em;
  font-family: "SF Pro Text";
  font-weight: 500;
  margin-bottom: 1em;
  color: var(--grey1);
}
.text__content h3 {
  font-size: 20;
  line-height: 1.2em;
  font-family: "SF Pro Text";
  font-weight: 500;
  margin-bottom: 1em;
  color: var(--grey1);
}
.text__content.text_16m p,
.text__content.text_16m li {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 500;
  color: var(--grey2);
  margin-bottom: 1em;
}
.text__content.text_16 p,
.text__content.text_16 li {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 1em;
  color: var(--grey2);
}
.text__content.text_14 h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 1em;
}
.text__content.text_14 p,
.text__content.text_14 li {
  font-size: 14x;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 1em;
  color: var(--grey2);
}
.text__content.text_12 p,
.text__content.text_12 li {
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 1em;
  color: var(--grey2);
}
.text__content li {
  position: relative;
  padding-left: 31px;
}
.text__content li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--orange);
  position: absolute;
  left: 0;
  top: 4px;
}

.fz_32 {
  font-size: 1.8vw;
}

@media screen and (max-width: 1439px) {
  .title_1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1199px) {
  .title_1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .text__content h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .title_1 {
    font-size: 32px;
  }
  .title_2 {
    font-size: 20px;
  }
  .text_16 {
    font-size: 14px;
  }
  .text_16.text__content p,
  .text_16.text__content li {
    font-size: 14px;
  }
}
.form__wrap {
  width: 100%;
}
.form__wrap .input__group {
  margin-bottom: 18px;
}
.form__wrap .input__group .order__input {
  display: block;
  width: 100%;
  height: 40px;
  padding-left: 0;
  font-family: "SF Pro Text";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: var(--grey2);
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--grey2);
}
.form__wrap .input__group .order__input.wpcf7-not-valid {
  border-color: var(--orange);
}
.form__wrap .input__group .order__input::-webkit-input-placeholder {
  font-family: "SF Pro Text";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--grey2);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::-moz-placeholder {
  font-family: "SF Pro Text";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--grey2);
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input:-ms-input-placeholder {
  font-family: "SF Pro Text";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--grey2);
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::-ms-input-placeholder {
  font-family: "SF Pro Text";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--grey2);
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::placeholder {
  font-family: "SF Pro Text";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--grey2);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input:focus::-webkit-input-placeholder {
  color: var(--grey2);
}
.form__wrap .input__group .order__input:focus::-moz-placeholder {
  color: var(--grey2);
}
.form__wrap .input__group .order__input:focus:-ms-input-placeholder {
  color: var(--grey2);
}
.form__wrap .input__group .order__input:focus::-ms-input-placeholder {
  color: var(--grey2);
}
.form__wrap .input__group .order__input:focus::placeholder {
  color: var(--grey2);
}
.form__wrap .wpcf7-not-valid-tip {
  font-size: 18px;
  color: var(--orange);
}

.head__section {
  height: 100vh;
  min-height: 600px;
  max-height: 800px;
}
.head__section .swiper-slide,
.head__section .swiper-wrapper {
  height: 100%;
}
.head__section .swiper-slide {
  padding-bottom: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.head__section .swiper-slide .slide__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.head__section .swiper-slide .slide__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.head__section .swiper-slide .slide__bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: -webkit-gradient(linear, right top, left top, color-stop(49.9%, rgba(0, 0, 0, 0)), color-stop(85.22%, rgba(0, 0, 0, 0.9)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 49.9%, rgba(0, 0, 0, 0.9) 85.22%);
}
.head__section .container {
  margin-top: auto;
  z-index: 5;
}
.head__section .offer h1 {
  margin-bottom: 6px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.head__section .offer .head__subtitle {
  max-width: 500px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.head__section a.offer:hover h1 {
  color: var(--white);
}
.head__section a.offer:hover p {
  color: var(--orange);
}
.head__section .head_pag {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
}
.head__section .head_pag .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: var(--white);
  opacity: 1;
  margin: 0 7px;
}
.head__section .head_pag .swiper-pagination-bullet:hover, .head__section .head_pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--orange);
}

@media screen and (max-width: 1439px) {
  .head__section .swiper-slide {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 991px) {
  .head__section .swiper-slide .slide__bg:before {
    background: -webkit-gradient(linear, right top, left top, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(85.22%, rgba(0, 0, 0, 0.9)));
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 85.22%);
  }
  .head__section .swiper-slide {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .head__section {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    max-height: inherit;
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .head__section .swiper-slide {
    display: block;
    padding-bottom: 0;
  }
  .head__section .swiper-slide .slide__bg {
    position: relative;
    height: auto;
    margin-bottom: 30px;
  }
  .head__section .swiper-slide .slide__bg img {
    height: auto;
  }
  .head__section .swiper-slide .slide__bg:before {
    background: transparent;
  }
  .head__section .head_pag {
    bottom: 30px;
  }
  .head__section .offer h1 {
    font-size: 40px;
  }
  .head__section .offer .head__subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .header__contact .header__btn {
    font-size: 12px;
  }
}
.model {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.model .model__item {
  position: relative;
  padding: 0 0 40px 60px;
  width: 50%;
  height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.model .model__item .model__link {
  border-bottom: 3px solid var(--white);
  position: relative;
  z-index: 2;
  margin-top: auto;
}
.model .model__item.model__item_long {
  width: 100%;
}
.model .model__item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(71.64%, rgba(0, 0, 0, 0)), color-stop(91.64%, rgba(0, 0, 0, 0.84)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 71.64%, rgba(0, 0, 0, 0.84) 91.64%);
}
.model .bg_line {
  position: absolute;
  right: 80%;
  bottom: -300px;
}

@media screen and (max-width: 1439px) {
  .pt_50,
  section.pt_50 {
    padding-top: 40px;
  }
  .pb_50,
  section.pb_50 {
    padding-bottom: 40px;
  }
  .model .model__item {
    height: 430px;
  }
}
@media screen and (max-width: 1199px) {
  .pt_50,
  section.pt_50 {
    padding-top: 30px;
  }
  .pb_50,
  section.pb_50 {
    padding-bottom: 30px;
  }
  section.pt_110 {
    padding-top: 90px;
  }
  .model__item {
    height: 360px;
  }
  .model .model__item {
    height: 380px;
  }
}
@media screen and (max-width: 991px) {
  section.pt_110 {
    padding-top: 80px;
  }
  .model .model__item {
    height: 350px;
    padding-left: 40px;
  }
  .model .model__item .model__link {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .model .model__item {
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .model .model__item {
    height: 300px;
    width: 100%;
    padding-bottom: 30px;
    padding-left: 30px;
  }
}
.service .bg_line {
  position: absolute;
  left: 50%;
  bottom: -300px;
}
.service .service__img {
  min-height: 336px;
  overflow: hidden;
  display: block;
}
.service .service__content {
  position: relative;
  padding-top: 75px;
  padding-left: 75px;
  padding-right: 75px;
}
.service .service__content .after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.service .service__content:after {
  pointer-events: none;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: radial-gradient(120.32% 141.42% at 104% 20%, rgba(246, 246, 246, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(6.5px);
          backdrop-filter: blur(6.5px);
  z-index: 2;
}
.service .service__content img {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.service .service__content .text__content {
  position: relative;
  z-index: 5;
}
.service .service__content .text__content h3 {
  color: var(--orange);
}
.service .service__item {
  margin-bottom: 32px;
}
.service .service__item:nth-child(even) .service__img_wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.service.service_config .service__content {
  padding: 40px;
}
.service.service_config .service__content .text__content {
  max-width: 100%;
}
.service.service_config .service__item:nth-child(even) .service__text_wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 1439px) {
  .service .service__content {
    padding: 60px 20px 20px 80px;
  }
}
@media screen and (max-width: 1199px) {
  .service .service__content {
    padding: 40px 20px 20px 50px;
  }
  .service .service__img {
    height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .service .service__content {
    padding: 25px;
  }
  .service .service__content .text__content {
    max-width: 100%;
  }
  .service .service__img {
    height: 250px;
    border-radius: 4px 4px 0 0;
  }
  .service .service__item:nth-child(even) .service__img_wrap {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .service.service_config .service__item:nth-child(even) .service__text_wrap {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .service.service_config .service__content {
    margin-bottom: 16px;
  }
  .service.service_main .service__img_wrap {
    margin-bottom: 16px;
  }
  .service .service__content img {
    max-width: 150px;
  }
}
.video {
  z-index: 2;
}
.video .video__wrap {
  width: 100%;
  height: 600px;
  background-attachment: fixed;
}
.video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .video .video__wrap {
    height: 500px;
  }
}
@media screen and (max-width: 991px) {
  .video .video__wrap {
    height: 400px;
  }
}
.callback {
  padding-bottom: 50px;
}
.callback .bg_line {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.callback .callback__subtitle {
  max-width: 404px;
}
.callback .form__wrap {
  max-width: 404px;
}
.callback .form__wrap .input__wrap {
  margin-bottom: 32px;
  background: radial-gradient(107.32% 141.42% at 84% 90%, rgba(246, 246, 246, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 4px;
  border: 3.5px solid rgba(255, 255, 255, 0.2);
  padding: 32px;
}
.callback .form__wrap .input__group:last-child {
  margin-bottom: 0;
}
.callback .form__wrap .checkbox__wrap {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.callback .form__wrap .checkbox__wrap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid var(--grey2);
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  background: url(../img/check.svg) no-repeat center/0%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
}
.callback .form__wrap .checkbox__wrap input:checked {
  background: url(../img/check.svg) no-repeat center;
}
.callback .form__wrap .checkbox__wrap p a {
  color: var(--orange);
}
.callback .form__wrap .btn {
  width: 121px;
  height: 37px;
}
.callback .callback__img {
  position: relative;
  width: 100%;
  pointer-events: none;
}
.callback .callback__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.callback .callback__img:before {
  content: "";
  display: block;
  width: 120%;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background: conic-gradient(from 175deg at 54.79% 51.64%, rgba(233, 233, 233, 0.4) 211.8750071526deg, rgba(237, 135, 51, 0) 360deg);
  -webkit-filter: blur(95.5px);
          filter: blur(95.5px);
}

@media screen and (max-width: 1439px) {
  .callback .callback__img img {
    width: 800px;
  }
}
@media screen and (max-width: 1199px) {
  .callback .callback__img img {
    width: 700px;
  }
}
@media screen and (max-width: 991px) {
  .callback .callback__img:before {
    height: 300px;
  }
  .callback .callback__img img {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    -webkit-transform: none;
            transform: none;
  }
  .callback .section__title {
    margin-bottom: 40px;
  }
  .callback .callback__subtitle {
    margin-bottom: 40px;
  }
  .callback .form__wrap .btn {
    width: 200px;
    height: 45px;
  }
}
.footer {
  background-color: #000;
  padding: 32px 0;
  position: relative;
  z-index: 5;
}
.footer .footer__menu {
  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;
}
.footer .footer__menu .nav__item {
  position: relative;
  margin-right: 24px;
}
.footer .footer__menu .nav__item:last-child {
  margin-right: 0;
}
.footer .footer__menu .nav__item:last-child:after {
  display: none;
}
.footer .footer__menu .nav__item:after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  right: -12px;
  top: calc(50% - 7px);
  background-color: var(--grey1);
}
.footer .footer__menu .nav__item a {
  font-size: 14px;
  font-family: "SF Pro Text", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  padding: 0;
  color: var(--white);
  letter-spacing: 0.015em;
  position: relative;
}
.footer .footer__menu .nav__item a:hover {
  color: var(--orange);
}
.footer .footer__menu .nav__item.menu-item-has-children > a {
  padding-right: 26px;
}
.footer .footer__menu .nav__item.menu-item-has-children > a::after, .footer .footer__menu .nav__item.menu-item-has-children > a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  background: url(../img/icon_arrow_bottom.svg) no-repeat center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .footer__menu .nav__item.menu-item-has-children > a:after {
  background: url(../img/icon_arrow_bottom_orange.svg) no-repeat center;
  opacity: 0;
}
.footer .footer__menu .nav__item.menu-item-has-children:hover > a::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}
.footer .footer__menu .nav__item.menu-item-has-children:hover > a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 1;
}
.footer .footer__menu .nav__item.menu-item-has-children .sub-menu {
  position: absolute;
  left: -10px;
  bottom: 100%;
  padding-top: 15px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  pointer-events: none;
  width: 200px;
  padding: 15px 10px;
  background-color: var(--dark);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .footer__menu .nav__item.menu-item-has-children .sub-menu li {
  margin-bottom: 8px;
}
.footer .footer__menu .nav__item.current-menu-ancestor > a, .footer .footer__menu .nav__item.current-menu-item > a {
  color: var(--orange);
  text-decoration: underline;
}
.footer .footer__menu .nav__item.current-menu-ancestor > a::before, .footer .footer__menu .nav__item.current-menu-item > a::before {
  opacity: 0;
}
.footer .footer__menu .nav__item.current-menu-ancestor > a:after, .footer .footer__menu .nav__item.current-menu-item > a:after {
  opacity: 1;
}
.footer .footer__menu.current-menu-ancestor > a,
.footer .footer__menu .current-menu-item > a {
  color: var(--orange);
  text-decoration: underline;
}
.footer .footer__menu.current-menu-ancestor > a::before,
.footer .footer__menu .current-menu-item > a::before {
  opacity: 0;
}
.footer .footer__menu.current-menu-ancestor > a:after,
.footer .footer__menu .current-menu-item > a:after {
  opacity: 1;
}
.footer .social a {
  display: block;
  margin-left: 15px;
}
.footer .social a:first-child {
  margin-left: 0;
}
.footer .social a path {
  stroke: var(--orange);
}
.footer .social a:hover path {
  stroke: var(--grey1);
}

.web_by {
  text-decoration: none;
  color: var(--grey2);
  font-size: 10px;
  font-weight: 400;
  line-height: 24px;
}
.web_by:hover {
  color: var(--orange);
}

@media screen and (max-width: 1439px) {
  .footer .footer__menu .nav__item a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .footer .custom-logo-link {
    margin: 0 auto;
  }
  .footer .footer__menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .footer .custom-logo-link {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .copy_text {
    text-align: center;
  }
  .web_by {
    text-align: center;
    margin: 15px auto;
  }
}
@media screen and (max-width: 576px) {
  .copy_text,
  .web_by {
    text-align: left;
    margin: 0 0 15px;
  }
}
@media screen and (min-width: 1199px) {
  .footer .footer__menu .nav__item.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: all;
  }
}
.filter {
  position: relative;
  width: 174px;
  margin-left: auto;
  margin-bottom: 32px;
  z-index: 2;
}
.filter .filter__btn {
  cursor: pointer;
  width: 174px;
  height: 40px;
  padding: 0 16px;
}
.filter .filter__btn * {
  pointer-events: none;
}
.filter .filter__btn svg {
  margin-left: 8px;
}
.filter .filter__btn path {
  stroke: var(--grey1);
}
.filter .filter__btn:hover path {
  stroke: var(--orange);
}
.filter.open .filter__btn {
  color: var(--orange);
}
.filter.open .filter__btn svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filter.open .filter__btn path {
  stroke: var(--orange);
}
.filter.open .filter__popup {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.filter .filter__popup {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  padding: 16px 8px;
  width: 100%;
}
.filter .filter__popup ul li {
  margin-bottom: 4px;
}
.filter .filter__popup ul li:last-child {
  margin-bottom: 0;
}
.filter .filter__popup ul li a {
  font-size: 14px;
  color: var(--grey1);
  color: var(--grey1);
}
.filter .filter__popup ul li a:hover {
  color: var(--orange);
}
.filter .filter__popup ul li.current-menu-item a {
  color: var(--orange);
}

.auto .auto__item {
  margin-bottom: 64px;
}
.auto .auto__item .item__top {
  max-width: 100%;
  width: 430px;
}
.auto .auto__item .auto__describe {
  border-radius: 40px 0px;
  max-width: 100%;
  width: 430px;
  padding: 24px;
  padding-right: 150px;
}
.auto .auto__item .auto__describe p img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.auto .auto__item .auto__describe p .name_characteristick {
  padding-right: 10px;
}
.auto .auto__item .auto__describe p .value_characteristick {
  width: 40%;
  margin-left: auto;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.auto .auto__item .auto__describe p.auto_staus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 24px;
  top: 20px;
}
.auto .auto__item .auto__describe p.auto_staus.auto_staus_green {
  color: #8cd281;
}
.auto .auto__item .auto__describe p.auto_staus.auto_staus_green path {
  fill: #8cd281;
}
.auto .auto__item .auto__describe p.auto_staus.auto_staus_yel {
  color: #f3fd87;
}
.auto .auto__item .auto__describe p.auto_staus.auto_staus_yel path {
  fill: #f3fd87;
}
.auto .auto__item .auto__describe p.auto_staus.auto_staus_orange {
  color: var(--orange);
}
.auto .auto__item .auto__describe p.auto_staus.auto_staus_orange path {
  fill: var(--orange);
}
.auto .auto__item .auto__describe p.auto_staus.auto_staus_red {
  color: #ff6060;
}
.auto .auto__item .auto__describe p.auto_staus.auto_staus_red path {
  fill: #ff6060;
}
.auto .auto__item .auto__thumbnail {
  margin-bottom: 14px;
  margin-top: -35px;
  position: relative;
  height: 234px;
  text-align: center;
  position: relative;
  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;
}
.auto .auto__item .auto__thumbnail .post__img {
  max-height: 100%;
  max-width: 100%;
}
.auto .auto__item .auto__thumbnail .bg_block {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .auto .auto__item .auto__thumbnail {
    margin-top: -20px;
    height: 165px;
  }
  .auto .auto__item .auto__thumbnail .post__img {
    max-width: 80%;
  }
  .auto .auto__item .auto__describe {
    padding: 10px 15px;
  }
  .auto .auto__item .auto__describe p.auto_staus {
    position: static;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .auto .auto__item .auto__thumbnail {
    height: 230px;
  }
}
@media screen and (max-width: 576px) {
  .auto .auto__item .auto__thumbnail {
    height: 210px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 20px;
  }
  .auto .auto__item .auto__describe p.text_14 {
    font-size: 13px;
  }
}
.breadcrumbs {
  color: transparent;
  margin-bottom: 30px;
  font-size: 0;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.breadcrumbs a {
  font-weight: 400;
  font-size: 14px;
  color: var(--grey1);
  margin-right: 21px;
  position: relative;
}
.breadcrumbs a:hover {
  color: var(--orange);
}
.breadcrumbs a:after {
  display: block;
  content: "/";
  position: absolute;
  right: -12px;
  top: calc(50% - 10px);
  color: var(--grey1);
}
.breadcrumbs .breadcrumb_last {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--orange);
}

.auto_single .section__title {
  margin-bottom: 32px;
}
.auto_single .auto__swiper {
  margin-bottom: 40px;
  height: 642px;
  position: relative;
}
.auto_single .auto__swiper .swiper-slide {
  display: block;
  position: relative;
}
.auto_single .auto__swiper .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5) url(../img/zoom.svg) no-repeat center/25px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.auto_single .auto__swiper .swiper-slide:hover::after {
  opacity: 1;
}
.auto_single .auto__swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.auto_single .auto__swiper .swiper__arrows {
  position: absolute;
  left: 0;
  top: calc(50% - 30px);
  width: 100%;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
  pointer-events: none;
}
.auto_single .auto__swiper .swiper__arrows .swiper__arrow {
  pointer-events: all;
  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;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.auto_single .auto__swiper .swiper__arrows .swiper__arrow img {
  width: 100%;
  height: 100%;
}
.auto_single .auto__thumb {
  position: relative;
}
.auto_single .auto__thumb .swiper-slide {
  width: 240px;
  height: 146px;
  border-radius: 4px;
  border: 4px solid transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.auto_single .auto__thumb .swiper-slide:hover, .auto_single .auto__thumb .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--orange);
}
.auto_single .auto__thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1439px) {
  .auto_single .auto__swiper {
    height: 560px;
  }
  .auto_single .auto__swiper .swiper__arrows {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1199px) {
  .auto_single .auto__swiper {
    height: 480px;
  }
  .auto_single .auto__swiper .swiper__arrows {
    padding: 0 20px;
  }
  .auto_single .auto__swiper .swiper__arrows .swiper__arrow {
    width: 40px;
    height: 40px;
  }
  .auto_single .auto__thumb .swiper-slide {
    width: 200px;
    height: 120px;
  }
}
@media screen and (max-width: 991px) {
  .auto_single .auto__swiper {
    height: 350px;
  }
  .auto_single .auto__thumb .swiper-slide {
    width: 150px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .auto_single .auto__swiper .swiper__arrows {
    padding: 0 15px;
  }
  .auto_single .auto__swiper {
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .auto_single .auto__swiper {
    height: 250px;
  }
  .auto_single .auto__thumb .swiper-slide {
    width: 100px;
    height: 60px;
  }
}
.characteristick .bg_line {
  right: -200px;
  bottom: -200px;
  position: absolute;
}
.characteristick .characteristick__list {
  gap: 15px;
}
.characteristick .characteristick__item {
  width: calc(25% - 10px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.characteristick .characteristick__item:hover {
  width: calc(65% - 10px);
}
.characteristick .characteristick__item:hover .characteristick__describe {
  width: 260px;
  padding-right: 12px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease 0.4s, width 0.4s ease;
  transition: opacity 0.2s ease 0.4s, width 0.4s ease;
}
.characteristick .characteristick__item .characteristick__describe {
  width: 260px;
  overflow: hidden;
  width: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 20px;
  -webkit-transition: opacity 0.3s ease, width 0.4s ease;
  transition: opacity 0.3s ease, width 0.4s ease;
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(246, 246, 246, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(6.5px);
          backdrop-filter: blur(6.5px);
  border: 3.5px solid rgba(255, 255, 255, 0.2);
  border-left: none;
  border-radius: 0 0 80px 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 32px 0 40px 0;
  opacity: 0;
}
.characteristick .characteristick__item .characteristick__describe p {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--grey1);
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 12px;
}
.characteristick .characteristick__item .characteristick__describe p span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
  margin-left: auto;
}
.characteristick .characteristick__main {
  height: 382px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  max-width: 320px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 24px;
}
.characteristick .characteristick__main::before {
  content: "";
  display: block;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(72.91%, rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 72.91%, #000 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.characteristick .characteristick__main .characteristick__number {
  font-weight: 500;
  font-size: 120px;
  line-height: 1em;
}

@media screen and (max-width: 1439px) {
  .characteristick .characteristick__main {
    max-width: 276px;
  }
  .characteristick .characteristick__main .characteristick__number {
    font-size: 105px;
  }
  .characteristick .characteristick__item:hover {
    width: calc(75% - 10px);
  }
}
@media screen and (max-width: 1199px) {
  .characteristick .characteristick__item {
    width: calc(50% - 10px);
    position: relative;
  }
  .characteristick .characteristick__item .characteristick__main {
    z-index: 3;
    max-width: 100%;
  }
  .characteristick .characteristick__item:hover {
    width: calc(50% - 10px);
    z-index: 5;
  }
  .characteristick .characteristick__item:hover .characteristick__describe {
    width: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1;
  }
  .characteristick .characteristick__item .characteristick__describe {
    padding-left: 12px;
    position: absolute;
    top: 0%;
    left: 0;
    border-left: 3.5px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    margin-top: 0;
    z-index: 5;
  }
  .characteristick .characteristick__item .characteristick__describe p {
    padding-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .characteristick .characteristick__item {
    width: 100%;
  }
  .characteristick .characteristick__item:hover {
    width: 100%;
  }
}
.deal .bg_line {
  position: absolute;
  right: -200px;
  bottom: -140px;
}
.deal .text__content h3 {
  font-size: 20px;
  font-weight: 500;
  color: var(--orange);
  margin-bottom: 1em;
}
.deal .text__content.deal__item {
  padding: 32px 30px 30px 40px;
  min-height: 336px;
  margin-bottom: 24px;
}
.deal.deal_config .bg_line {
  position: absolute;
  left: -30px;
  top: 0;
}
.deal.deal_config .text__content {
  height: calc(100% - 250px);
}
.deal.deal_config .deal__img {
  height: 223px;
  overflow: hidden;
}
.deal.deal_config .deal__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1439px) {
  .deal.deal_config .deal__img {
    height: 200px;
  }
  .deal.deal_config .text__content {
    height: calc(100% - 230px);
  }
}
@media screen and (max-width: 1199px) {
  .deal.deal_config .text__content {
    padding: 30px 20px 30px 20px;
  }
}
@media screen and (max-width: 991px) {
  .deal .deal__item {
    margin-bottom: 30px;
  }
  .deal.deal_config .text__content.deal__item {
    margin-bottom: 24px;
    height: auto;
    min-height: 180px;
    padding: 32px 30px 30px 40px;
  }
  .deal.deal_config .deal__img {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 576px) {
  .deal.deal_config .text__content.deal__item {
    padding: 30px 20px 30px 20px;
  }
}
.services {
  height: 100vh;
  min-height: 400px;
  max-height: 650px;
}

@media screen and (max-width: 1199px) {
  .services {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .services {
    height: 480px;
  }
}
.services__list .services__item {
  overflow: hidden;
  height: 336px;
  padding: 32px;
  margin-bottom: 24px;
}
.services__list .services__item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(54.23%, rgba(0, 0, 0, 0.2)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 54.23%, #000 100%);
}

.video__block {
  width: 1090px;
  max-width: calc(100% - 24px);
  height: 560px;
  position: relative;
  cursor: pointer;
}
.video__block::after {
  content: "";
  display: block;
  width: 92px;
  height: 68px;
  border-radius: 8px;
  border: 2px solid var(--grey1);
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(246, 246, 246, 0.4) 0%, rgba(255, 255, 255, 0) 100%), url(../img/play_icon.svg) no-repeat center;
  -webkit-backdrop-filter: blur(6.5px);
          backdrop-filter: blur(6.5px);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.video__block:hover:after {
  border: 2px solid var(--orange);
}

.service_single .service_single_img {
  width: 100%;
  height: 620px;
}

@media screen and (max-width: 1439px) {
  .service_single .service_single_img {
    height: 560px;
  }
}
@media screen and (max-width: 1199px) {
  .service_single .service_single_img {
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  .service_single .service_single_img {
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .service__date {
    font-size: 14px;
  }
}
.services__content .bg_line {
  position: absolute;
  right: -30px;
  top: 0;
}
.services__content .service_single__list_img {
  height: 382px;
  width: 100%;
  overflow: hidden;
}
.services__content .service_single__list_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services__content .service_single__list_img a {
  display: block;
  width: 92px;
  height: 68px;
  border-radius: 8px;
  border: 2px solid var(--grey1);
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(246, 246, 246, 0.4) 0%, rgba(255, 255, 255, 0) 100%), url(../img/play_icon.svg) no-repeat center;
  -webkit-backdrop-filter: blur(6.5px);
          backdrop-filter: blur(6.5px);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.services__content .service_single__list_img a:hover {
  border: 2px solid var(--orange);
}
.services__content .service_single__list_img .swiper-slide {
  overflow: hidden;
}
.services__content .service_single__list_img .service_single_pag {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.services__content .service_single__list_img .service_single_pag .swiper-pagination-bullet {
  width: 50px;
  height: 4px;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: var(--white);
  opacity: 1;
}
.services__content .service_single__list_img .service_single_pag .swiper-pagination-bullet:hover, .services__content .service_single__list_img .service_single_pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--orange);
}
.services__content .text__wrap {
  padding-right: 40px;
}
.services__content .service__row_reverse .text__wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 40px;
}

@media screen and (max-width: 991px) {
  .services__content .text__wrap {
    padding-right: 12px;
  }
  .services__content .service__row_reverse .text__wrap {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-left: 12px;
  }
  .services__content .service_single__list_img {
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .services__content .service_single__list_img a {
    width: 65px;
    height: 45px;
  }
  .services__content .service_single__list_img {
    max-width: 400px;
    height: 250px;
  }
}
.advantages .bg_line {
  position: absolute;
  right: -30px;
  top: 0;
}
.advantages .advantages__item {
  padding: 32px 40px 32px;
  min-height: 165px;
  position: relative;
}
.advantages .advantages__item h3 {
  color: var(--orange);
  position: relative;
  z-index: 2;
}
.advantages .advantages__item p {
  position: relative;
  z-index: 2;
}
.advantages .advantages__item .number {
  position: absolute;
  right: 12px;
  bottom: 12px;
  font-size: 80px;
  z-index: 1;
  line-height: 1em;
  opacity: 0.2;
  margin-bottom: 0;
}

@media screen and (max-width: 1439px) {
  .advantages .advantages__item {
    padding: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .advantages .advantages__item {
    padding: 30px 25px;
  }
}
.content_table .text_table {
  padding-right: 60px;
  overflow-x: auto;
}
.content_table .text_table table {
  border-collapse: collapse;
  width: 100%;
}
.content_table .text_table table td {
  padding: 15px 5px;
  color: var(--grey2);
  border: 1px solid #5b5b5b;
  font-size: 16px;
  text-align: center;
}
.content_table .text_table table tr:first-child td {
  font-weight: 500;
  font-size: 20px;
}

@media screen and (max-width: 1439px) {
  .content_table .text_table {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .content_table .text_table {
    padding-right: 40px;
  }
  .content_table .text_table table tr:first-child td {
    font-size: 16px;
  }
  .content_table .text_table table tr:first-child td .content_table .text_table table td {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .content_table .text_table {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .content_table .text_table table {
    min-width: 500px;
  }
}
.product .product__swiper {
  height: 298px;
  width: 100%;
  border-radius: 4px;
  position: relative;
  background-color: var(--white);
  margin-bottom: 12px;
}
.product .product__swiper .product__pag {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product .product__swiper .product__pag .swiper-pagination-bullet {
  width: 50px;
  height: 2px;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: var(--grey2);
}
.product .product__swiper .product__pag .swiper-pagination-bullet:hover, .product .product__swiper .product__pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--orange);
}
.product .product__swiper .swiper-slide {
  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: 15px;
}
.product .product__swiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.product .product__item {
  margin-bottom: 60px;
}
.product .product__describe {
  height: 98px;
  padding: 24px 24px 12px;
}
.product .product__describe .product_price span {
  margin-left: 8px;
}
.product .product__describe .product_price span:after {
  content: "";
  display: block;
  width: 110%;
  height: 1px;
  position: absolute;
  left: -5%;
  top: 50%;
  background-color: var(--grey2);
}

@media screen and (max-width: 1439px) {
  .product .product__item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .product .product__item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .product .product__item {
    margin-bottom: 30px;
  }
}
.contact .bg_line {
  position: absolute;
  left: -30px;
  top: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.contact .contact__content {
  min-height: 336px;
  padding: 32px;
}
.contact .contact__content .contact__block {
  padding-right: 15px;
}
.contact .contact__content .contact__block.text__content h3,
.contact .contact__content .contact__block.text__content p,
.contact .contact__content .contact__block.text__content li {
  color: var(--grey1);
}
.contact .contact__content .contact__item {
  font-size: 16px;
  margin-bottom: 12px;
}
.contact .contact__content .contact__item .icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  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;
}
.contact .contact__content .contact__item a {
  color: var(--grey1);
}
.contact .contact__content .contact__item a:hover {
  color: var(--orange);
}
.contact .contact__img {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.contact .contact__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1439px) {
  .contact .contact__content {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 1199px) {
  .contact .contact__content {
    padding: 32px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact__content {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 576px) {
  .contact .contact__content {
    padding: 25px 20px;
  }
}
.contact__map {
  height: 478px;
  margin: 50px 0;
}
.contact__map iframe {
  width: 100%;
  height: 100%;
}

.trade__head .trade__img {
  height: 507px;
  width: 100%;
  position: relative;
}
.trade__head .trade__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1439px) {
  .trade__head .trade__img {
    height: 450px;
  }
  .trade__head .trade__img img {
    width: 1439px;
  }
}
@media screen and (max-width: 1199px) {
  .trade__head .trade__img {
    height: 400px;
  }
  .trade__head .trade__img img {
    width: 1200px;
  }
}
@media screen and (max-width: 991px) {
  .trade__head .trade__img {
    height: 380px;
  }
  .trade__head .trade__img img {
    width: 900px;
  }
}
@media screen and (max-width: 767px) {
  .trade__head .trade__img {
    height: 350px;
  }
  .trade__head .trade__img img {
    width: 800px;
  }
}
@media screen and (max-width: 576px) {
  .trade__head .trade__img {
    height: 300px;
  }
  .trade__head .trade__img img {
    width: 130%;
  }
}
.pagination {
  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;
}
.pagination .page-numbers {
  font-size: 16px;
  font-weight: 400;
  color: var(--grey1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 3px;
}
.pagination .page-numbers.current {
  color: var(--orange);
}
.pagination .page-numbers.prev {
  margin-right: 9px;
}
.pagination .page-numbers.prev img {
  margin-right: 9px;
}
.pagination .page-numbers.next {
  margin-left: 9px;
}
.pagination .page-numbers.next img {
  margin-left: 9px;
}
.pagination a.page-numbers:hover {
  color: var(--orange);
}
.pagination span.page-numbers {
  pointer-events: none;
}

.config_head .config_head_logo {
  font-weight: 700;
  height: auto;
  margin-bottom: 100px;
  display: block;
}
.config_head .start__price {
  margin-left: auto;
  width: 100%;
  max-width: 300px;
  text-align: center;
  border-radius: 80px 0px;
  padding: 10px;
}
.config_head .config__result_light {
  position: absolute;
  right: calc(50% - 670px);
  top: 85px;
}
.config_head .config__result_bg {
  position: absolute;
  top: 220px;
  left: 43%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  pointer-events: none;
}
.config_head .config__wrap {
  top: 280px;
  right: 12px;
}
.config_head .config__result {
  width: 100%;
  height: 250px;
  position: relative;
  margin-top: 160px;
}
.config_head .config__result .config__result_no {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.config_head .config__result .config__result_no:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.config_head .config__result .config__result_no p {
  position: relative;
  text-shadow: 4px 4px rgba(0, 0, 0, 0.5);
}
.config_head .config__result .config__result_no.active {
  opacity: 1;
  pointer-events: all;
}
.config_head .config__result img {
  width: 723px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.config_head .config__result img.active {
  opacity: 1;
}

.config_control {
  width: 390px;
  padding: 32px 55px;
  border-radius: 0 80px 0 80px;
  position: absolute;
  right: calc(100% + 115px);
  top: 170px;
}
.config_control .config_nav {
  margin-bottom: 24px;
}
.config_control .config_nav .config_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.config_control .config_nav .config_btn .icon {
  position: relative;
  width: 68px;
  height: 58px;
  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;
}
.config_control .config_nav .config_btn img {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  max-width: 100%;
  width: auto;
  pointer-events: none;
  opacity: 0.5;
}
.config_control .config_nav .config_btn img:first-child {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
}
.config_control .config_nav .config_btn:hover, .config_control .config_nav .config_btn.active {
  color: var(--white);
}
.config_control .config_nav .config_btn:hover img, .config_control .config_nav .config_btn.active img {
  opacity: 1;
}
.config_control .config__variant .config__item {
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  position: absolute;
  opacity: 0;
  top: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.config_control .config__variant .config__item.active {
  position: static;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.config_control .config__variant .config__item .config_arrow {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 60px;
  width: 40px;
  cursor: pointer;
}
.config_control .config__variant .config_swiper {
  width: 100%;
  margin-bottom: 12px;
}
.config_control .config__variant .swiper-slide {
  position: relative;
}
.config_control .config__variant .swiper-slide .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  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;
}
.config_control .config__variant .swiper-slide .icon img {
  width: 44px;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.config_control .config__variant .swiper-slide.swiper-slide-active .icon img {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.salon .bg_line {
  position: absolute;
  top: 110px;
  right: -30px;
}
.salon .salon__swiper {
  width: calc(100% - 390px);
  height: 460px;
}
.salon .salon__swiper .swiper-slide {
  border-radius: 4px;
  overflow: hidden;
}
.salon .salon__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.salon .config_control {
  border-radius: 80px 0 80px;
  position: static;
  -webkit-transform: translate(72px);
          transform: translate(72px);
}
.salon .config_control .config__variant .config__item {
  position: static;
  opacity: 1;
  pointer-events: all;
}
.salon .config_control .config__variant .config__item .swiper-slide.swiper-slide-active .icon img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.salon .config_control .config__variant .config__item .swiper-slide.swiper-slide-thumb-active .icon img {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.total .bg_line {
  position: absolute;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  left: -30px;
  top: -100px;
}
.total .total__load {
  line-height: 2em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.total .total__load span {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 1em;
  border-bottom: 1px dashed var(--grey1);
}
.total .total__load:hover span {
  border-color: var(--orange);
}
.total .total__img {
  position: absolute;
  right: calc(50% - 70px);
  bottom: 50px;
}
.total .total__img img {
  width: 845px;
  height: auto;
  position: relative;
  z-index: 5;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.total .total__img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10%;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  opacity: 0.4;
  background: #d9d9d9;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}
.total .total__img::after {
  content: "";
  display: block;
  position: absolute;
  left: -5%;
  top: 0;
  width: 110%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(from 175deg at 54.79% 51.64%, rgba(233, 233, 233, 0.4) 211.8750071526deg, rgba(237, 135, 51, 0) 360deg);
  -webkit-filter: blur(95.5px);
          filter: blur(95.5px);
}
.total .container {
  z-index: 1;
}
.total .total__title {
  margin-bottom: 12px;
  font-size: 32px;
}
.total .total__block {
  margin-left: auto;
  -webkit-transform: translateX(77px);
          transform: translateX(77px);
  width: 100%;
  max-width: 570px;
  padding: 40px 60px 32px;
  border-radius: 80px 0 80px 0;
}
.total .total__block .total__item {
  padding: 12px 0;
  border-bottom: 1px solid var(--grey2);
  line-height: 1.2em;
}
.total .total__block .total__item.total__item_price {
  text-align: right;
}

.gallary .gallary__row:nth-child(even) .col-lg-5 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.gallary .gallary__img {
  height: 336px;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 24px;
}
.gallary .gallary__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1500px) {
  .salon .config_control {
    -webkit-transform: translate(70px);
            transform: translate(70px);
  }
  .total .total__block {
    -webkit-transform: translate(70px);
            transform: translate(70px);
  }
  .total .total__img {
    right: 40%;
  }
}
@media screen and (max-width: 1439px) {
  .config_control {
    padding: 20px 30px;
    width: 330px;
    border-radius: 0 50px 0 50px;
  }
  .config_head .config_control {
    right: calc(100% + 50px);
  }
  .salon .salon__swiper {
    height: 400px;
  }
  .salon .config_control {
    -webkit-transform: none;
            transform: none;
    margin-left: auto;
  }
  .total .total__block {
    -webkit-transform: none;
            transform: none;
    max-width: 470px;
    padding: 40px 30px 32px;
  }
  .gallary .gallary__img {
    height: 300px;
  }
  .total .total__img {
    right: 52%;
    bottom: 120px;
  }
  .total .total__img {
    width: calc(100% - 495px);
    left: 0;
    right: auto;
  }
  .total .total__img img {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .config_head .config__result img {
    width: 100%;
  }
  .config_head .config_control {
    right: 100%;
    top: 100px;
  }
  .config_head .config__result {
    margin-top: 150px;
  }
  .config_head .config__result_bg {
    width: 1000px;
    top: 190px;
  }
  .config_head .config__result_light {
    right: calc(50% - 630px);
  }
  .config_head .config_head_logo {
    margin-bottom: 70px;
    max-width: 100%;
  }
  .salon .salon__swiper {
    height: 360px;
  }
  .total .total__img {
    right: 50%;
  }
  .gallary .gallary__img {
    height: 280px;
  }
  .total .total__block {
    max-width: 450px;
    padding: 40px 30px 32px;
  }
}
@media screen and (max-width: 991px) {
  .config_head .config__result_bg {
    width: 150%;
    top: 150px;
  }
  .config_head .config__result {
    margin-top: 100px;
  }
  .config_head .config__result_light {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    top: 55px;
  }
  .config_head {
    padding-bottom: 200px;
  }
  .config_head .config_control {
    bottom: -225px;
    top: auto;
    right: auto;
    left: calc(50% - 165px);
    -webkit-transform: none;
            transform: none;
  }
  .config_head .config__result img.active {
    position: relative;
  }
  .salon .salon__swiper {
    width: 100%;
  }
  .salon .salon__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .salon .config_control {
    z-index: 2;
    -webkit-transform: none;
            transform: none;
    margin: -30px auto 0;
  }
  .total .total__block {
    margin-right: auto;
    max-width: 550px;
  }
  .total {
    padding-bottom: 0;
  }
  .total .total__title {
    font-size: 30px;
  }
  .total .total__img {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 24px);
    margin: 30px auto 0;
    max-width: 750px;
    padding: 20px;
  }
  .total .total__img img {
    width: 100%;
    height: auto;
  }
  .gallary .gallary__img {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .total .total__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .config_head .config__result_bg {
    width: 140%;
  }
  .config_head .config_control {
    padding-right: 15px;
    padding-left: 15px;
    left: calc(50% - 150px);
    width: 300px;
  }
  .config_head .config__result img {
    width: calc(100vw - 30px);
  }
  .total .total__block {
    padding: 40px 20px;
  }
  .total .total__block .total__item {
    font-size: 14px;
  }
  .total .total__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 370px) {
  .total .total__top {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .total .total__top .total__title {
    margin-bottom: 12px;
  }
}
.popup {
  position: fixed;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  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-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.popup.open {
  z-index: 999999;
  opacity: 1;
  pointer-events: all;
}
.popup.open .popup__content {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.popup .popup__content {
  width: 96%;
  max-width: 540px;
  padding: 50px 60px;
  position: relative;
  border-radius: 20px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.popup .popup__content .close_popup {
  background-color: transparent;
  border: none;
  width: 30px;
  height: 30px;
  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;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.popup .popup__content .close_popup * {
  pointer-events: none;
}
.popup.popup_success_review .popup__content, .popup.popup_success .popup__content {
  min-height: 250px;
  background-color: var(--qadark);
  padding: 60px 40px 20px;
  max-width: 530px;
}
.popup.popup_success_review .popup__content h2, .popup.popup_success .popup__content h2 {
  font-size: 34px;
  color: var(--white);
  margin-bottom: 20px;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
}
.popup.popup_success_review .popup__content p, .popup.popup_success .popup__content p {
  font-size: 14px;
  font-style: normal;
  color: var(--white);
  font-weight: 400;
  width: 100%;
}

.open__form > * {
  pointer-events: none;
}

@media screen and (max-width: 576px) {
  .popup .popup__content {
    padding: 40px 30px 40px;
  }
}
.wpcf7 form {
  position: relative;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  position: absolute;
  top: 100%;
  margin-top: 0;
  left: 0;
  font-size: 14px;
  width: 100%;
  margin: 0;
}

.form__wrap .wpcf7-not-valid-tip {
  font-size: 10px;
  position: absolute;
  top: 100%;
  margin-top: 0;
  left: 0;
  width: 100%;
}

.news_list .title_3:hover {
  color: var(--orange);
}
.news_list .news__thumbnail {
  display: block;
  height: 240px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(23, 23, 23, 0.12), 0px 2px 1px 0px rgba(23, 23, 23, 0.04);
          box-shadow: 0px 8px 16px 0px rgba(23, 23, 23, 0.12), 0px 2px 1px 0px rgba(23, 23, 23, 0.04);
  overflow: hidden;
  border-radius: 4px;
}
.news_list .news__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.news_list .news__content {
  padding-left: 40px;
  border-left: 1px solid #d6d6d6;
}

.news .swiper-slide {
  border-radius: 4px;
  overflow: hidden;
  height: 505px;
}
.news .slide__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(62.28%, rgba(0, 0, 0, 0)), color-stop(83.27%, #000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62.28%, #000 83.27%);
  padding: 24px;
}

@media screen and (max-width: 1439px) {
  .news .swiper-slide {
    height: 450px;
  }
}
@media screen and (max-width: 1199px) {
  .news .swiper-slide {
    height: 400px;
  }
  .news .swiper-slide .slide__overlay {
    padding: 15px;
  }
}
@media screen and (max-width: 991px) {
  .news_list .news__content {
    border-left: none;
    padding-left: 0;
  }
}
.wpcf7-form-control-wrap {
  display: block;
}

.iti-mobile .iti--container {
  z-index: 999999;
}

.wpcf7-list-item {
  margin: 0 !important;
}/*# sourceMappingURL=main.css.map */