.detailing--page {
  margin-bottom: 6vw;
  margin-top: 8vw;
}
.detailing__nav {
  padding: 0 9vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25vw;
  margin-bottom: 1.5vw;
}
.detailing__nav a {
  display: block;
  color: #848484;
  font-family: "Onest";
  font-size: 0.85vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.35s ease;
}
.detailing__nav a:hover {
  color: #fff;
}
.detailing__nav span {
  display: block;
  color: #fff;
  font-family: "Onest";
  font-size: 0.85vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.detailing__hero {
  margin-bottom: 6vw;
}
.detailing__hero-inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 7vw;
}
.detailing__hero-left {
  position: relative;
}
.detailing__hero-left__img {
  width: 50vw;
}
.detailing__hero-left__img.mob {
  display: none;
}
.detailing__hero-left__img img {
  width: 100%;
  height: auto;
}
.detailing__hero-left__title {
  position: absolute;
  bottom: 1vw;
  left: 9vw;
}
.detailing__hero-left__title .top {
  color: #fff;
  font-family: "Cormorant";
  font-size: 8.25vw;
  font-style: normal;
  font-weight: 300;
  line-height: 115%;
  white-space: nowrap;
}
.detailing__hero-left__title .bottom {
  position: relative;
  color: #fff;
  font-family: "Cormorant";
  font-size: 8.25vw;
  font-style: normal;
  font-weight: 300;
  line-height: 115%;
  white-space: nowrap;
  padding-left: 37vw;
}
.detailing__hero-left__title .bottom::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 47%;
  height: 0.1vw;
  background: #fff;
}
.detailing__hero-right {
  width: 22vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.detailing__hero-right__descr {
  color: #848484;
  font-family: "Onest";
  font-size: 1.1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 2vw;
}
.detailing__hero-right__btn {
  width: 5.9vw;
  margin-bottom: 12vw;
  cursor: pointer;
}
.detailing__hero-right__btn-img {
  width: 100%;
}
.detailing__hero-right__btn-img img {
  width: 100%;
  height: auto;
}
.detailing__hero-right__btn-text {
  color: #fff;
  font-family: "Xolonium";
  font-size: 0.85vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.detailing__hero-right__img {
  width: 100%;
  margin-top: auto;
}
.detailing__hero-right__img.mob {
  display: none;
}
.detailing__hero-right__img img {
  width: 100%;
  height: auto;
}
.detailing__hero-page {
  position: absolute;
  width: 2.5%;
  bottom: 2vw;
  left: 9vw;
}
.detailing__hero-page__top {
  color: #fff;
  font-size: 0.85vw;
  font-family: "Xolonium";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.detailing__hero-page__line {
  width: 100%;
  height: 0.15vw;
  background: #fff;
  margin: 0.25vw 0;
}
.detailing__hero-page__bottom {
  color: #fff;
  font-size: 0.85vw;
  font-family: "Xolonium";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.detailing__services {
  margin-bottom: 13vw;
}
.detailing__services-inner {
  position: relative;
}
.detailing__services-title {
  position: relative;
  width: 100%;
  margin-bottom: 5vw;
}
.detailing__services-title__number {
  color: #a37659;
  text-align: center;
  font-size: 0.85vw;
  font-family: "Xolonium";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.detailing__services-title__bg {
  color: rgb(37, 37, 37);
  font-size: 3vw;
  font-family: "Xolonium";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5vw;
  text-transform: uppercase;
  text-align: center;
  padding-left: 4.5vw;
}
.detailing__services-title__text {
  position: absolute;
  top: 2vw;
  left: 41.5%;
  color: rgb(255, 255, 255);
  font-size: 1.25vw;
  font-family: "Xolonium";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  letter-spacing: 4.25vw;
}
.detailing__services-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 5vw;
  padding: 1.15vw 5.5vw 1.15vw 0;
  border-bottom: 1px solid #322e23;
}
.detailing__services-item:first-child {
  border-top: 1px solid #322e23;
}
.detailing__services-item.open {
  position: relative;
  cursor: pointer;
  background: radial-gradient(circle at center top, #ffffff -600%, #191a19 87%);
}
.detailing__services-item.open .detailing__services-item__subtitle {
  max-height: none;
  overflow: auto;
  text-overflow: ellipsis;
  display: block;
}
.detailing__services-item.open:hover .detailing__services-item__img {
  opacity: 1;
  visibility: visible;
}
.detailing__services-item__title {
  width: 20vw;
  color: #fff;
  font-family: "Cormorant";
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
}
.detailing__services-item__plus {
  position: absolute;
  top: 1.5vw;
  right: 1vw;
  width: 1.5vw;
  height: 1.5vw;
  background: url(../images/plus_white.svg) no-repeat;
  background-size: cover;
  background-position: center center;
  transform: scale(1);
  cursor: pointer;
  transition: all 0.35s ease;
}
.detailing__services-item__plus.active {
  background: url(../images/minus_white.svg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.detailing__services-item__plus:hover {
  transform: scale(1.1);
}
.detailing__services-item__subtitle {
  width: 29vw;
  max-height: 1vw;
  color: #848484;
  font-family: "Onest";
  font-size: 0.755vw;
  font-style: normal;
  font-weight: 400;
  margin-top: 0.5vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.detailing__services-item__img {
  position: absolute;
  top: -40%;
  left: 20%;
  width: 30vw;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.detailing__services-item__img img {
  width: 100%;
  height: auto;
}
.detailing__services-page {
  position: absolute;
  width: 2.5%;
  bottom: -4vw;
  left: 9vw;
}
.detailing__services-page__top {
  color: #fff;
  font-size: 0.85vw;
  font-family: "Xolonium";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.detailing__services-page__line {
  width: 100%;
  height: 0.15vw;
  background: #fff;
  margin: 0.25vw 0;
}
.detailing__services-page__bottom {
  color: #fff;
  font-size: 0.85vw;
  font-family: "Xolonium";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.detailing__portfolio {
  margin-bottom: 16vw;
}
.detailing__portfolio-inner {
  position: relative;
}
.detailing__portfolio-title {
  position: relative;
  width: 100%;
  margin-bottom: 5vw;
}
.detailing__portfolio-title__number {
  color: #a37659;
  text-align: center;
  font-size: 0.85vw;
  font-family: "Xolonium";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.detailing__portfolio-title__bg {
  color: rgb(37, 37, 37);
  font-size: 3vw;
  font-family: "Xolonium";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3vw;
  text-transform: uppercase;
  text-align: center;
  padding-left: 4vw;
}
.detailing__portfolio-title__text {
  position: absolute;
  top: 2vw;
  left: 39.5%;
  color: rgb(255, 255, 255);
  font-size: 1.25vw;
  font-family: "Xolonium";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  letter-spacing: 6vw;
}
.detailing__portfolio-arrows__left {
  position: absolute;
  top: 45%;
  left: 3%;
  width: 3.5vw;
  height: 3.5vw;
  background: url(../images/about/arrow_left.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: all 0.35s ease;
  z-index: 5;
}
.detailing__portfolio-arrows__left.slick-disabled {
  opacity: 0.3;
}
.detailing__portfolio-arrows__right {
  position: absolute;
  top: 45%;
  right: 53%;
  width: 3.5vw;
  height: 3.5vw;
  background: url(../images/about/arrow_right.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: all 0.35s ease;
  z-index: 5;
}
.detailing__portfolio-arrows__right.slick-disabled {
  opacity: 0.3;
}
.detailing__portfolio-content {
  position: relative;
  background: #1f2020;
}
.detailing__portfolio-pagination {
  position: absolute;
  top: 30vw;
  right: 31.5vw;
  width: fit-content;
}
.detailing__portfolio-pagination .slick-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1vw;
}
.detailing__portfolio-pagination .slick-dots li {
  margin: 0;
  position: relative;
  z-index: 1;
  transition: all 0.35s ease;
}
.detailing__portfolio-pagination .slick-dots li.slick-active button {
  background: rgba(0, 0, 0, 0);
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  color: rgb(163, 118, 89);
  font-family: "Xolonium";
  font-size: 0.85vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
  text-decoration: underline;
  text-underline-offset: 0.25vw;
  text-decoration-thickness: 1px;
}
.detailing__portfolio-pagination .slick-dots li button {
  background: rgba(0, 0, 0, 0);
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  color: rgba(163, 118, 89, 0.3);
  font-family: "Xolonium";
  font-size: 0.85vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
}
.detailing__portfolio-pagination__item {
  color: rgba(163, 118, 89, 0.3);
  font-family: "Xolonium";
  font-size: 0.85vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.25vw;
  text-decoration-thickness: 1px;
  transition: all 0.35s ease;
}
.detailing__portfolio-pagination__item.active {
  color: rgb(163, 118, 89);
}
.detailing__portfolio-slide {
  width: 100%;
}
.detailing__portfolio-slide__item {
  display: flex;
  align-items: flex-start;
  gap: 7vw;
}
.detailing__portfolio-slide__item .slide__item-img {
  width: 50%;
}
.detailing__portfolio-slide__item .slide__item-img img {
  width: 100%;
  height: auto;
}
.detailing__portfolio-slide__item .slide__item-text {
  width: 35%;
  margin-top: 15vw;
}
.detailing__portfolio-slide__item .slide__item-title {
  color: #fff;
  font-family: "Cormorant";
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  margin-bottom: 1.75vw;
}
.detailing__portfolio-slide__item .slide__item-list span {
  position: relative;
  width: 55%;
  display: block;
  color: #fff;
  font-family: "Onest";
  font-size: 0.85vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1vw;
  padding-left: 2.25vw;
}
.detailing__portfolio-slide__item .slide__item-list span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.35vw;
  height: 0.1vw;
  background: #a37659;
}
.detailing__portfolio-page {
  position: absolute;
  width: 2.5%;
  bottom: -4vw;
  left: 9vw;
}
.detailing__portfolio-page__top {
  color: #fff;
  font-size: 0.85vw;
  font-family: "Xolonium";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.detailing__portfolio-page__line {
  width: 100%;
  height: 0.15vw;
  background: #fff;
  margin: 0.25vw 0;
}
.detailing__portfolio-page__bottom {
  color: #fff;
  font-size: 0.85vw;
  font-family: "Xolonium";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.detailing__descr {
  margin-bottom: 12vw;
}
.detailing__descr-inner {
  position: relative;
}
.detailing__descr-title {
  position: relative;
  width: 100%;
  margin-bottom: 5vw;
}
.detailing__descr-title__number {
  color: #a37659;
  text-align: center;
  font-size: 0.85vw;
  font-family: "Xolonium";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.detailing__descr-title__bg {
  color: rgb(37, 37, 37);
  font-size: 3vw;
  font-family: "Xolonium";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5vw;
  text-transform: uppercase;
  text-align: center;
  padding-left: 5.5vw;
}
.detailing__descr-title__text {
  position: absolute;
  top: 2vw;
  left: 41.5%;
  color: rgb(255, 255, 255);
  font-size: 1.25vw;
  font-family: "Xolonium";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  letter-spacing: 4vw;
}
.detailing__descr-content {
  position: relative;
  padding: 2.5vw 0 6vw;
  background: radial-gradient(circle at center top, #ffffff -600%, #191a19 87%);
}
.detailing__descr-content__title {
  width: 30%;
  color: #fff;
  text-align: center;
  font-family: "Cormorant";
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  margin: 0 auto 1vw;
}
.detailing__descr-content__subtitle {
  width: 20%;
  color: #848484;
  text-align: center;
  font-family: "Onest";
  font-size: 0.9vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0 auto 2vw;
}
.detailing__descr-content__arrows {
  position: absolute;
  top: 7vw;
  right: 27.5vw;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3vw;
}
.detailing__descr-content__prev {
  width: 2vw;
  height: 2vw;
  background: url(../images/order/arrow_tabs.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: all 0.35s ease;
  z-index: 5;
  transform: rotate(180deg);
}
.detailing__descr-content__prev.slick-disabled {
  opacity: 0.6;
  transform: rotate(180deg) scale(0.8);
}
.detailing__descr-content__next {
  width: 2vw;
  height: 2vw;
  background: url(../images/order/arrow_tabs.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: all 0.35s ease;
  z-index: 5;
}
.detailing__descr-content__next.slick-disabled {
  opacity: 0.6;
  transform: scale(0.8);
}
.detailing__descr-content__slider {
  margin-bottom: 2vw;
}
.detailing__descr-content__slider.slick-slider .slick-list {
  padding-left: 9vw;
}
.detailing__descr-content__slide:nth-child(3) .detailing__descr-content__slide-card__subtitle {
  width: 92%;
}
.detailing__descr-content__slide:nth-child(4) .detailing__descr-content__slide-card__subtitle {
  width: 86%;
}
.detailing__descr-content__slide-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.detailing__descr-content__slide-img {
  width: 65%;
}
.detailing__descr-content__slide-img img {
  width: 100%;
  height: auto;
}
.detailing__descr-content__slide-card {
  width: 24%;
  padding: 1.35vw 1vw 1.25vw 3vw;
  margin-left: -11.5vw;
  background: #1f2020;
}
.detailing__descr-content__slide-card__number {
  color: #a37659;
  font-family: "Xolonium";
  font-size: 0.85vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 1.35vw;
}
.detailing__descr-content__slide-card__title {
  color: #fff;
  font-family: "Cormorant";
  font-size: 1.35vw;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  margin-bottom: 0.85vw;
}
.detailing__descr-content__slide-card__subtitle {
  color: #848484;
  font-family: "Onest";
  font-size: 0.85vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.detailing__descr__pagination {
  width: 82.25%;
  position: relative;
  display: block;
  height: 0.25vw;
  overflow: hidden;
  border-radius: 1vw;
  background-image: linear-gradient(to right, #a37659, #a37659);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
  margin: 0 auto;
}
.detailing__descr__pagination::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.075vw;
  background: #a37659;
  transform: translateY(-50%);
}
.detailing__descr__pagination .slider__label {
  display: block;
  position: relative;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.detailing__descr-page {
  position: absolute;
  width: 2.5%;
  bottom: 2vw;
  left: 9vw;
}
.detailing__descr-page__top {
  color: #fff;
  font-size: 0.85vw;
  font-family: "Xolonium";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.detailing__descr-page__line {
  width: 100%;
  height: 0.15vw;
  background: #fff;
  margin: 0.25vw 0;
}
.detailing__descr-page__bottom {
  color: #fff;
  font-size: 0.85vw;
  font-family: "Xolonium";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.detailing__dream {
  padding: 0 5vw;
  margin-bottom: 6vw;
}
.detailing__dream-inner {
  position: relative;
  padding: 0 3vw 8vw;
  background: radial-gradient(circle at center top, #ffffff -600%, #191a19 87%);
}
.detailing__dream-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detailing__dream-top__logo {
  width: 6vw;
}
.detailing__dream-top__logo img {
  width: 100%;
  height: auto;
  margin-bottom: -0.5vw;
}
.detailing__dream-top__title {
  position: relative;
  width: 70vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detailing__dream-top__logo {
  color: #282828;
  font-size: 7vw;
  font-family: "Highliner";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 16.28px;
  text-transform: uppercase;
}
.detailing__dream-top__text {
  position: absolute;
  color: var(--flowkit-white, #fff);
  font-size: 1vw;
  font-family: "Xolonium";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 16.9px;
}
.detailing__dream-top__burger {
  width: 2vw;
}
.detailing__dream-top__burger img {
  width: 100%;
  height: auto;
}
.detailing__dream-content {
  width: 70%;
  min-height: 27vw;
  padding: 1.5vw;
  background: url(../images/detailing/dream.png) no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}
.detailing__dream-content__wrap {
  min-height: 19.5vw;
  border: 2px solid #fff;
  padding: 4vw 2vw;
}
.detailing__dream-content__title {
  width: 40%;
  color: #fff;
  font-size: 1.75vw;
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  margin-bottom: 1vw;
}
.detailing__dream-content__descr {
  width: 37%;
  color: #fff;
  font-size: 0.85vw;
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2vw;
}
.detailing__dream-content__form {
  visibility: visible;
  opacity: 1;
  transition: all 0.25s ease;
}
.detailing__dream-content__form.active {
  visibility: hidden;
  opacity: 0;
}
.detailing__dream-content__input {
  width: 20%;
  margin-bottom: 0.75vw;
}
.detailing__dream-content__input.phone {
  margin-bottom: 3vw;
}
.detailing__dream-content__input input {
  width: 100%;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 0.5vw;
  color: rgb(255, 255, 255);
  font-size: 0.85vw;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.detailing__dream-content__input input.error {
  border-bottom: 1px solid #b31217;
}
.detailing__dream-content__input input:-webkit-autofill:focus {
  transition: all 50000s ease-in-out;
  background: inherit;
}
.detailing__dream-content__input input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.7;
  transition: all 0.5s;
}
.detailing__dream-content__input input::-moz-placeholder {
  color: #fff;
  opacity: 0.7;
  transition: all 0.5s;
}
.detailing__dream-content__input input:-moz-placeholder {
  color: #fff;
  opacity: 0.7;
  transition: all 0.5s;
}
.detailing__dream-content__input input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
  transition: all 0.5s;
}
.detailing__dream-content__input input:hover, .detailing__dream-content__input input:focus {
  border: none;
  border-bottom: 1px solid rgb(255, 255, 255);
}
.detailing__dream-content__input input:hover::-webkit-input-placeholder, .detailing__dream-content__input input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.detailing__dream-content__input input:hover::-moz-placeholder, .detailing__dream-content__input input:focus::-moz-placeholder {
  opacity: 0;
}
.detailing__dream-content__input input:hover:-ms-input-placeholder, .detailing__dream-content__input input:focus:-ms-input-placeholder {
  opacity: 0;
}
.detailing__dream-content__input input:hover:-ms-input-placeholder, .detailing__dream-content__input input:focus:-ms-input-placeholder {
  opacity: 0;
}
.detailing__dream-content__btn {
  width: 5.5vw;
  cursor: pointer;
}
.detailing__dream-content__btn-img {
  width: 100%;
}
.detailing__dream-content__btn-img img {
  width: 100%;
  height: auto;
}
.detailing__dream-content__btn-text {
  color: #fff;
  font-size: 0.85vw;
  font-family: "Xolonium";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.detailing__dream-page {
  position: absolute;
  width: 2.5%;
  bottom: 2vw;
  left: 4vw;
}
.detailing__dream-page__top {
  color: #fff;
  font-size: 0.85vw;
  font-family: "Xolonium";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.detailing__dream-page__line {
  width: 100%;
  height: 0.15vw;
  background: #fff;
  margin: 0.25vw 0;
}
.detailing__dream-page__bottom {
  color: #fff;
  font-size: 0.85vw;
  font-family: "Xolonium";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.detailing__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(18, 18, 18, 0.7);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  z-index: -1;
}
.detailing__modal.open {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.detailing__modal-inner {
  position: relative;
  width: 50%;
  min-height: 21vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3vw;
  background: #181919;
}
.detailing__modal-close {
  width: 3vw;
  position: absolute;
  top: 1vw;
  right: 3vw;
}
.detailing__modal-close img {
  width: 100%;
  height: auto;
  transform: scale(1);
  cursor: pointer;
  transition: all 0.35s ease;
}
.detailing__modal-close img:hover {
  transform: scale(1.1);
}
.detailing__modal-title {
  width: 55%;
  color: #fff;
  font-family: "Cormorant";
  font-size: 2.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  margin-bottom: 1.5vw;
}
.detailing__modal-subtitle {
  width: 41%;
  color: #fff;
  font-family: "Onest";
  font-size: 0.85vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2vw;
  margin-left: -7vw;
}
.detailing__modal-form {
  width: 41%;
  margin-left: -7vw;
  visibility: visible;
  opacity: 1;
  transition: all 0.25s ease;
}
.detailing__modal-form.active {
  visibility: hidden;
  opacity: 0;
}
.detailing__modal-form__input {
  width: 70%;
  margin-bottom: 1.5vw;
}
.detailing__modal-form__input:last-of-type {
  margin-bottom: 2vw;
}
.detailing__modal-form__input input {
  width: 100%;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 0.5vw;
  color: rgb(255, 255, 255);
  font-size: 0.85vw;
  -webkit-appearance: none;
  transition: all 0.5s ease;
}
.detailing__modal-form__input input.error {
  border-bottom: 1px solid #b31217;
}
.detailing__modal-form__input input:-webkit-autofill:focus {
  transition: all 50000s ease-in-out;
  background: inherit;
}
.detailing__modal-form__input input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.7;
  transition: all 0.5s;
}
.detailing__modal-form__input input::-moz-placeholder {
  color: #fff;
  opacity: 0.7;
  transition: all 0.5s;
}
.detailing__modal-form__input input:-moz-placeholder {
  color: #fff;
  opacity: 0.7;
  transition: all 0.5s;
}
.detailing__modal-form__input input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
  transition: all 0.5s;
}
.detailing__modal-form__input input:hover, .detailing__modal-form__input input:focus {
  border: none;
  border-bottom: 1px solid rgb(255, 255, 255);
}
.detailing__modal-form__input input:hover::-webkit-input-placeholder, .detailing__modal-form__input input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.detailing__modal-form__input input:hover::-moz-placeholder, .detailing__modal-form__input input:focus::-moz-placeholder {
  opacity: 0;
}
.detailing__modal-form__input input:hover:-ms-input-placeholder, .detailing__modal-form__input input:focus:-ms-input-placeholder {
  opacity: 0;
}
.detailing__modal-form__input input:hover:-ms-input-placeholder, .detailing__modal-form__input input:focus:-ms-input-placeholder {
  opacity: 0;
}
.detailing__modal-form__btn {
  display: block;
  width: 5.5vw;
  cursor: pointer;
}
.detailing__modal-form__btn-img {
  width: 100%;
}
.detailing__modal-form__btn-img img {
  width: 100%;
  height: auto;
}
.detailing__modal-form__btn-text {
  color: #fff;
  font-family: "Xolonium";
  font-size: 0.85vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

@media screen and (max-width: 767px) {
  .detailing--page {
    margin-bottom: 6vw;
    margin-top: 15vw;
  }
  .detailing__nav {
    display: none;
  }
  .detailing__hero {
    margin-bottom: 18vw;
  }
  .detailing__hero-inner {
    flex-direction: column;
    gap: 7vw;
  }
  .detailing__hero-left {
    position: relative;
  }
  .detailing__hero-left__img {
    display: none;
  }
  .detailing__hero-left__img.mob {
    display: block;
    width: 100%;
  }
  .detailing__hero-left__title {
    position: absolute;
    bottom: 16vw;
    left: 4vw;
    display: flex;
    flex-direction: column;
    gap: 4vw;
  }
  .detailing__hero-left__title .top {
    font-size: 9vw;
  }
  .detailing__hero-left__title .bottom {
    font-size: 9vw;
    font-style: normal;
    font-weight: 300;
    line-height: 115%;
    white-space: nowrap;
    padding-left: 46vw;
  }
  .detailing__hero-left__title .bottom::after {
    width: 50%;
  }
  .detailing__hero-right {
    width: 91vw;
    padding: 0 4vw;
  }
  .detailing__hero-right__descr {
    font-size: 3.7vw;
    margin-bottom: 4vw;
  }
  .detailing__hero-right__btn {
    width: 23.9vw;
    margin-bottom: 6vw;
    cursor: pointer;
  }
  .detailing__hero-right__btn-img {
    width: 100%;
  }
  .detailing__hero-right__btn-text {
    font-size: 3.5vw;
  }
  .detailing__hero-right__img {
    width: 100%;
    margin-top: auto;
    display: none;
  }
  .detailing__hero-right__img.mob {
    display: block;
  }
  .detailing__hero-page {
    position: absolute;
    width: 9%;
    bottom: auto;
    top: 104vw;
    left: 4vw;
  }
  .detailing__hero-page__top {
    font-size: 3.5vw;
  }
  .detailing__hero-page__line {
    width: 100%;
    height: 0.75vw;
    background: #fff;
    margin: 1vw 0;
  }
  .detailing__hero-page__bottom {
    font-size: 3.5vw;
  }
  .detailing__services {
    margin-bottom: 26vw;
  }
  .detailing__services-inner {
    position: relative;
    padding-bottom: 8vw;
  }
  .detailing__services-title {
    position: relative;
    width: 100%;
    margin-bottom: 10vw;
  }
  .detailing__services-title__number {
    font-size: 3vw;
  }
  .detailing__services-title__bg {
    font-size: 5.5vw;
    letter-spacing: 10vw;
    padding-left: 10vw;
  }
  .detailing__services-title__text {
    position: absolute;
    top: 5.5vw;
    left: 34.5%;
    font-size: 4vw;
    letter-spacing: 6.5vw;
  }
  .detailing__services-item {
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 5vw;
    padding: 3.15vw 0;
  }
  .detailing__services-item.open {
    position: relative;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
  }
  .detailing__services-item.open .detailing__services-item__subtitle {
    max-height: none;
    overflow: auto;
    text-overflow: ellipsis;
    display: block;
  }
  .detailing__services-item.open .detailing__services-item__img {
    display: block;
  }
  .detailing__services-item.open:hover .detailing__services-item__img {
    opacity: 1;
    visibility: visible;
  }
  .detailing__services-item__title {
    width: fit-content;
    font-size: 5.5vw;
    margin-bottom: 4vw;
  }
  .detailing__services-item__plus {
    top: 4vw;
    right: 1vw;
    width: 6vw;
    height: 6vw;
  }
  .detailing__services-item__subtitle {
    width: 67%;
    max-height: none;
    font-size: 2.75vw;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 4vw;
  }
  .detailing__services-item__img {
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
    z-index: auto;
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .detailing__services-page {
    position: absolute;
    width: 9%;
    bottom: -8vw;
    left: 4vw;
  }
  .detailing__services-page__top {
    font-size: 3.5vw;
  }
  .detailing__services-page__line {
    width: 100%;
    height: 0.75vw;
    background: #fff;
    margin: 1vw 0;
  }
  .detailing__services-page__bottom {
    font-size: 3.5vw;
  }
  .detailing__portfolio {
    margin-bottom: 26vw;
  }
  .detailing__portfolio-inner {
    position: relative;
    padding-bottom: 8vw;
  }
  .detailing__portfolio-title {
    position: relative;
    width: 100%;
    margin-bottom: 10vw;
  }
  .detailing__portfolio-title__number {
    font-size: 3vw;
  }
  .detailing__portfolio-title__bg {
    font-size: 5.5vw;
    letter-spacing: 10vw;
    padding-left: 10vw;
  }
  .detailing__portfolio-title__text {
    position: absolute;
    top: 5.5vw;
    left: 34.5%;
    font-size: 4vw;
    letter-spacing: 6.5vw;
  }
  .detailing__portfolio-arrows__left {
    position: absolute;
    top: 63%;
    left: 4%;
    width: 10vw;
    height: 10vw;
    background: url(../images/about/arrow_left.svg) no-repeat;
    background-size: contain;
    cursor: pointer;
    transition: all 0.35s ease;
    z-index: 5;
  }
  .detailing__portfolio-arrows__left.slick-disabled {
    opacity: 0.3;
  }
  .detailing__portfolio-arrows__right {
    position: absolute;
    top: 63%;
    right: 16%;
    width: 10vw;
    height: 10vw;
    background: url(../images/about/arrow_right.svg) no-repeat;
    background-size: contain;
    cursor: pointer;
    transition: all 0.35s ease;
    z-index: 5;
  }
  .detailing__portfolio-arrows__right.slick-disabled {
    opacity: 0.3;
  }
  .detailing__portfolio-content {
    position: relative;
    background: 0 0;
    margin-bottom: 12vw;
  }
  .detailing__portfolio-pagination {
    position: absolute;
    top: auto;
    bottom: -8vw;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
  }
  .detailing__portfolio-pagination .slick-dots {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3vw;
  }
  .detailing__portfolio-pagination .slick-dots li {
    margin: 0;
    position: relative;
    z-index: 1;
    transition: all 0.35s ease;
  }
  .detailing__portfolio-pagination .slick-dots li.slick-active button {
    position: relative;
    display: block;
    width: 2vw;
    height: 2vw;
    padding: 0;
    border: none;
    border-radius: 100%;
    background: rgb(163, 118, 89);
    text-indent: -9999px;
    transition: all 0.5s ease;
    z-index: 1;
    text-decoration: none;
  }
  .detailing__portfolio-pagination .slick-dots li button {
    position: relative;
    display: block;
    width: 2vw;
    height: 2vw;
    padding: 0;
    border: none;
    border-radius: 100%;
    background: rgba(163, 118, 89, 0.3);
    text-indent: -9999px;
    transition: all 0.5s ease;
    z-index: 1;
  }
  .detailing__portfolio-pagination__item {
    color: rgba(163, 118, 89, 0.3);
    font-family: "Xolonium";
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.16px;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 0.25vw;
    text-decoration-thickness: 1px;
    transition: all 0.35s ease;
  }
  .detailing__portfolio-pagination__item.active {
    color: rgb(163, 118, 89);
  }
  .detailing__portfolio-slide {
    width: 100%;
    background: #1f2020;
    margin-right: 9vw;
  }
  .detailing__portfolio-slide__item {
    flex-direction: column-reverse;
    gap: 7vw;
  }
  .detailing__portfolio-slide__item .slide__item-img {
    width: 100%;
  }
  .detailing__portfolio-slide__item .slide__item-text {
    width: fit-content;
    margin-top: 6vw;
    padding-left: 4vw;
  }
  .detailing__portfolio-slide__item .slide__item-title {
    font-size: 5.5vw;
    margin-bottom: 5vw;
  }
  .detailing__portfolio-slide__item .slide__item-list span {
    position: relative;
    width: 82%;
    font-family: "Onest";
    font-size: 3vw;
    margin-bottom: 2vw;
    padding-left: 6.5vw;
  }
  .detailing__portfolio-slide__item .slide__item-list span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5vw;
    height: 0.1vw;
    background: #a37659;
  }
  .detailing__portfolio-page {
    position: absolute;
    width: 9%;
    bottom: -4vw;
    left: 4vw;
  }
  .detailing__portfolio-page__top {
    font-size: 3.5vw;
  }
  .detailing__portfolio-page__line {
    width: 100%;
    height: 0.75vw;
    background: #fff;
    margin: 1vw 0;
  }
  .detailing__portfolio-page__bottom {
    font-size: 3.5vw;
  }
  .detailing__descr {
    margin-bottom: 18vw;
  }
  .detailing__descr-title {
    position: relative;
    width: 100%;
    margin-bottom: 10vw;
  }
  .detailing__descr-title__number {
    font-size: 3vw;
  }
  .detailing__descr-title__bg {
    font-size: 5.5vw;
    letter-spacing: 3.5vw;
    padding-left: 0.5vw;
  }
  .detailing__descr-title__text {
    position: absolute;
    top: 5vw;
    left: 14.5%;
    font-size: 4vw;
    letter-spacing: 5.25vw;
  }
  .detailing__descr-content {
    position: relative;
    padding: 5vw 0 20vw;
    background: radial-gradient(circle at center top, #ffffff -600%, #191a19 87%);
  }
  .detailing__descr-content__title {
    width: 88%;
    font-size: 6vw;
    margin: 0 auto 4vw;
  }
  .detailing__descr-content__subtitle {
    width: 90%;
    font-size: 3.5vw;
    margin: 0 auto 6vw;
  }
  .detailing__descr-content__arrows {
    position: relative;
    top: auto;
    right: auto;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10vw;
    margin-bottom: 8vw;
    margin-left: auto;
    margin-right: 4vw;
  }
  .detailing__descr-content__prev {
    width: 8vw;
    height: 8vw;
    background: url(../images/order/arrow_tabs.svg) no-repeat;
    background-size: contain;
    cursor: pointer;
    transition: all 0.35s ease;
    z-index: 5;
    transform: rotate(180deg);
  }
  .detailing__descr-content__prev.slick-disabled {
    opacity: 0.6;
    transform: rotate(180deg) scale(0.6);
  }
  .detailing__descr-content__next {
    width: 8vw;
    height: 8vw;
    background: url(../images/order/arrow_tabs.svg) no-repeat;
    background-size: contain;
    cursor: pointer;
    transition: all 0.35s ease;
    z-index: 5;
  }
  .detailing__descr-content__next.slick-disabled {
    opacity: 0.6;
    transform: scale(0.6);
  }
  .detailing__descr-content__slider {
    margin-bottom: 8vw;
  }
  .detailing__descr-content__slider.slick-slider .slick-list {
    padding-left: 4vw;
  }
  .detailing__descr-content__slide {
    margin-right: 8vw;
  }
  .detailing__descr-content__slide:nth-child(3) .detailing__descr-content__slide-card__subtitle {
    width: 100%;
  }
  .detailing__descr-content__slide:nth-child(4) .detailing__descr-content__slide-card__subtitle {
    width: 100%;
  }
  .detailing__descr-content__slide-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .detailing__descr-content__slide-img {
    width: 100%;
    margin-bottom: 5vw;
  }
  .detailing__descr-content__slide-card {
    width: fit-content;
    min-height: 41vw;
    padding: 4.35vw 1vw 4.25vw 3vw;
    margin-left: 0;
    background: #1f2020;
  }
  .detailing__descr-content__slide-card__number {
    font-size: 3.5vw;
    margin-bottom: 4vw;
  }
  .detailing__descr-content__slide-card__title {
    font-size: 5vw;
    margin-bottom: 3.5vw;
  }
  .detailing__descr-content__slide-card__subtitle {
    width: 90%;
    font-size: 3vw;
  }
  .detailing__descr__pagination {
    width: 91%;
    position: relative;
    display: block;
    height: 1vw;
    overflow: hidden;
    border-radius: 1vw;
    background-image: linear-gradient(to right, #a37659, #a37659);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
    margin: 0 auto;
  }
  .detailing__descr__pagination::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.15vw;
    background: #a37659;
    transform: translateY(-50%);
  }
  .detailing__descr__pagination .slider__label {
    display: block;
    position: relative;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .detailing__descr-page {
    position: absolute;
    width: 9%;
    bottom: 4vw;
    left: 4vw;
  }
  .detailing__descr-page__top {
    font-size: 3.5vw;
  }
  .detailing__descr-page__line {
    width: 100%;
    height: 0.75vw;
    background: #fff;
    margin: 1vw 0;
  }
  .detailing__descr-page__bottom {
    font-size: 3.5vw;
  }
  .detailing__dream {
    padding: 0;
    margin-bottom: 18vw;
  }
  .detailing__dream-inner {
    padding: 0 4vw 22vw;
    background: radial-gradient(circle at center top, #ffffff -600%, #191a19 87%);
  }
  .detailing__dream-top__logo {
    width: 15vw;
  }
  .detailing__dream-top__logo img {
    margin-bottom: -1.5vw;
  }
  .detailing__dream-top__logo {
    font-size: 25vw;
    margin-top: -5vw;
  }
  .detailing__dream-top__text {
    width: 68%;
    font-size: 2.5vw;
    text-align: center;
    letter-spacing: 1vw;
  }
  .detailing__dream-top__burger {
    width: 8vw;
  }
  .detailing__dream-top__burger img {
    width: 100%;
    height: auto;
  }
  .detailing__dream-content {
    width: 92%;
    min-height: 104vw;
    padding: 4vw;
    background: url(../images/detailing/dream_mob.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .detailing__dream-content__wrap {
    min-height: 76vw;
    border: 2px solid #fff;
    padding: 14vw 4vw;
  }
  .detailing__dream-content__title {
    width: 55%;
    font-size: 4.5vw;
    margin-bottom: 8vw;
  }
  .detailing__dream-content__descr {
    width: 75%;
    font-size: 3vw;
    margin-bottom: 10vw;
  }
  .detailing__dream-content__input {
    width: 90%;
    margin-bottom: 3vw;
  }
  .detailing__dream-content__input.phone {
    margin-bottom: 5vw;
  }
  .detailing__dream-content__input input {
    padding-bottom: 1.5vw;
    font-size: 3.5vw;
  }
  .detailing__dream-content__btn {
    width: 22vw;
    cursor: pointer;
  }
  .detailing__dream-content__btn-text {
    font-size: 3.5vw;
  }
  .detailing__dream-page {
    width: 9%;
    bottom: 4vw;
    left: 4vw;
  }
  .detailing__dream-page__top {
    font-size: 3.5vw;
  }
  .detailing__dream-page__line {
    height: 0.75vw;
    margin: 1vw 0;
  }
  .detailing__dream-page__bottom {
    font-size: 3.5vw;
  }
  .detailing__modal-inner {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 4vw;
    padding-top: 25vw;
    background: #181919;
  }
  .detailing__modal-close {
    width: 10vw;
    position: absolute;
    top: 20vw;
    right: 4vw;
  }
  .detailing__modal-close img {
    width: 100%;
    height: auto;
    transform: scale(1);
    cursor: pointer;
    transition: all 0.35s ease;
  }
  .detailing__modal-close img:hover {
    transform: scale(1.1);
  }
  .detailing__modal-title {
    width: 75%;
    font-family: "Cormorant";
    font-size: 7vw;
    margin-bottom: 4vw;
    margin-left: 0vw;
  }
  .detailing__modal-subtitle {
    width: 68%;
    font-size: 3.5vw;
    margin-bottom: 6vw;
    margin-left: 0;
  }
  .detailing__modal-form {
    width: 100%;
    margin-left: 0;
  }
  .detailing__modal-form__input {
    width: 55%;
    margin-bottom: 5vw;
  }
  .detailing__modal-form__input.phone {
    margin-bottom: 10vw;
  }
  .detailing__modal-form__input input {
    width: 100%;
    padding-bottom: 1.5vw;
    padding-left: 1.5vw;
    font-size: 3.5vw;
  }
  .detailing__modal-form__btn {
    display: block;
    width: 21.5vw;
    cursor: pointer;
  }
  .detailing__modal-form__btn-img {
    width: 100%;
  }
  .detailing__modal-form__btn-img img {
    width: 100%;
    height: auto;
  }
  .detailing__modal-form__btn-text {
    font-size: 3.5vw;
  }
}

/*# sourceMappingURL=detailing.css.map */
