body {
  background-color: #f2f2f2;
  margin: 0;
  padding: 0;
  font-family: "inter-regular";
}

.header {
  transition: 0.3s;
  background-color: transparent;
  z-index: 10000;
  color: #fff;
}

@media (max-width: 768px) {
  .header {
    transition: 0.3s;
    background-color: #151515;
  }
}

.online-order {
  z-index: 10000;
}

.inner__main {
  position: relative;
  z-index: 100;
}

/* *{border: 1px solid red;} */
.burger-menu {
  width: 50px;
  height: 40px;
}

.burger-menu span {
  display: block;
  height: 5px;
  margin-bottom: 4px;
  background-color: #fff;
  transition: 0.3s;
}

.burger-menu__line1.active {
  background-color: #fff;
  transform: rotateZ(45deg);
  transition: 0.3s;
}

.burger-menu__line3.active {
  background-color: #fff;
  transform: rotateZ(-45deg);
  margin-top: -9px;
  transition: 0.3s;
}

.btn-close_castom {
  width: 30px;
  height: 30px;
  stroke: #fff;
  fill: #fff;
}

.inner__footer {
  min-height: 100px;
  background-color: #151515;
}

ul {
  list-style: none;
  padding-left: 0;
}

ul li {
  position: relative;
  padding-left: 30px;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

button {
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

button.cast-color_orange {
  color: #999999;
}

button.cast-color_orange:hover {
  color: #ff6600;
}

.bg-castom-gray {
  background-color: #f2f2f2;
}

.bg-castom-gray_2 {
  background-color: #151515;
}

.bg-orange_cast {
  background: linear-gradient(0deg, rgb(255, 102, 0) 0%, rgb(255, 51, 0) 100%);
}

.cast-color_orange {
  color: #ff6600;
}

.fs-7 {
  font-size: 12px;
}

.py-cast-y {
  padding-top: 70px;
  padding-bottom: 70px;
}

.upper-backrounn {
  position: static;
  width: 100%;
  height: 0px;
  overflow: visible;
}

.upper-backrounn__inner {
  width: 100%;
  height: 450px;
  background-color: #000000;
  background-image: url(../img/img-page_contact/upper_backgroud.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.upper-backrounn__inner-two, .upper-backrounn__inner-2two, .upper-backrounn__inner-three {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 100px;
  background-color: #000000;
  background-size: 100% contain;
  background-repeat: no-repeat;
}

.upper-backrounn__inner-two {
  background-image: url(../img/img-page_about/upper_backgroud.jpg);
  background-position: center 0px;
}

.upper-backrounn__inner-2two {
  background-image: url(../img/img-page_portfolio/upper_backgroud.jpg);
  background-position: center -700px;
}

.upper-backrounn__inner-three {
  background-image: url(../img/img-page_services/upper_backgroud.jpg);
  background-position: center -1150px;
}

.upper-backrounn__inner-four {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 100px;
  background-color: #000000;
  background-image: url(../img/img-page_main-page/bg-hero_block.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.upper-backrounn__blog {
  background-image: url(../img/img-page_blog/beautiful-car-washing-service.png);
  background-color: #000000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 6rem;
}

@media (min-width: 576px) {
  .upper-backrounn__blog {
    padding-bottom: 11.5rem;
  }
}

.upper-backrounn__blog .block-title-page__inner {
  margin-top: 5rem;
}

@media (min-width: 576px) {
  .upper-backrounn__blog .block-title-page__inner {
    margin-top: 8.8rem;
  }
}

.upper-backrounn__article {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 5.6rem;
}

.upper-backrounn__article .block-title-page__inner {
  margin-top: 3.8rem;
}

.upper-backrounn__works {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 6rem;
}

@media (min-width: 576px) {
  .upper-backrounn__works {
    padding-bottom: 13rem;
  }
}

.upper-backrounn__works .block-title-page__inner {
  margin-top: 5rem;
}

@media (min-width: 576px) {
  .upper-backrounn__works .block-title-page__inner {
    margin-top: 10.5rem;
  }
}

.block-title-page__time {
  color: #999999;
  line-height: 1.5;
}

.block-title-page__form {
  margin-top: 3.2rem;
}

.block-title-page__form-body {
  gap: 1rem;
}

.block-title-page__form-body .form-control {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 16px 28px;
  border-radius: 30px;
}

.block-title-page__form-body .form-control::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.block-title-page__form-body .form-control::placeholder {
  color: inherit;
  opacity: 1;
}

.block-title-page__form-body .form-control:focus {
  border-color: #ff6600;
}

@media (min-width: 768px) {
  .block-title-page__form-body .form-control {
    max-width: 310px;
  }
}

.block-title-page__form-body .btn {
  min-width: 161px;
}

.block-title-page_2 {
  background-color: #000000;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1300px;
  }
}

.box-shadow_modal {
  box-shadow: 0px 0px 40px -10px #000000;
}

.navigation-pages {
  margin-top: 80px;
}

.navigation-pages span {
  opacity: 0.75;
}

.navigation-pages a {
  transition: opacity 0.3s ease;
  opacity: 0.75;
}

@media (any-hover: hover) {
  .navigation-pages a:hover {
    opacity: 1;
  }
}

.block-title-page_22 {
  height: -moz-max-content;
  height: max-content;
  background-color: #000;
}

.underline-hover {
  text-decoration: none;
}

.underline-hover:hover {
  text-decoration: underline;
}

.fz-castom {
  font-size: 16px;
}

@media (min-width: 576px) {
  .fz-castom {
    font-size: 21px;
  }
}

.block-title-page__inner-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.block-title-page__inner-list li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  width: 18px;
  height: 18px;
  background-image: url(../img/icon/point-list.png);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 576px) {
  .block-title-page__inner-list li {
    padding-left: 30px;
  }
}

.slider {
  max-width: 1400px;
  margin: 0 auto;
}

.card {
  background-color: #fff;
  color: #000000;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  padding: 15px;
  width: 100%;
}

.slick-slide>a>img {
  min-width: 200px;
  max-width: 200px;
  max-height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.slick-track {
  height: -moz-max-content;
  height: max-content;
  display: flex;
}

.slick-dots {
  bottom: -50px;
}

.slick-dots li {
  opacity: 0.5;
  transition: 0.3s;
  list-style: none;
}

.slick-dots li button {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 999px;
  opacity: 1;
  transition: 0.3s;
}

.slick-dots li button::before {
  width: 0;
  height: 0;
  font-size: 0;
  list-style: none;
}

.slick-dots li.slick-active {
  opacity: 1;
  transition: 0.3s;
}

.licenses-certificates .slick-dots li button {
  background-color: #000000;
}

.completed_works .slick-dots li button {
  background-color: #000000;
  transition: 0.3s;
}

.carousel-control-next,
.carousel-control-prev {
  width: 100px;
  height: 100%;
}

@media (max-width: 576px) {

  .carousel-control-next,
  .carousel-control-prev {
    width: 100px;
    height: 100%;
  }
}

.carousel-control-next {
  margin-right: -15px;
}

@media (max-width: 576px) {
  .carousel-control-next {
    margin-right: -10px;
  }
}

.carousel-control-next-icon-castom {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
}

.carousel-control-next-icon-castom:hover {
  background: linear-gradient(0deg, rgb(255, 102, 0) 0%, rgb(255, 51, 0) 100%);
}

.carousel-control-next-icon-castom svg path {
  stroke: #000000;
  transition: 0.1s;
}

.carousel-control-next-icon-castom:hover svg path {
  stroke: #fff;
  transition: 0.1s;
}

.carousel-control-prev {
  z-index: 9999;
  margin-left: -15px;
}

@media (max-width: 576px) {
  .carousel-control-prev {
    margin-left: -10px;
  }
}

.carousel-control-prev-icon-castom {
  z-index: 999;
  background-color: #fff;
  transition: 0.3s;
}

.carousel-control-prev-icon-castom:hover {
  background: linear-gradient(0deg, rgb(255, 102, 0) 0%, rgb(255, 51, 0) 100%);
}

.carousel-control-prev-icon-castom svg path {
  stroke: #000000;
  transition: 0.1s;
}

.carousel-control-prev-icon-castom:hover svg path {
  stroke: #fff;
  transition: 0.1s;
}

.btn_cast {
  height: 60px;
  box-shadow: 0 0 20px rgb(255, 102, 0);
  z-index: 1;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.3s ease;
  background: linear-gradient(180deg, rgb(255, 102, 0) 0%, rgb(255, 51, 0) 100%);
}

.btn_cast::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(255, 102, 0) 0%, rgb(255, 51, 0) 100%);
  z-index: -1;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .btn_cast:hover {
    box-shadow: 0 0 30px rgb(255, 102, 0);
  }

  .btn_cast:hover::after {
    opacity: 0;
  }
}

.btn_cast-revers {
  min-width: 250px;
  height: 60px;
  border: 1px solid #fff;
  transition: 0.3s;
  background-color: transparent;
}

.btn_cast-revers:hover {
  min-width: 250px;
  height: 60px;
  border: 1px solid transparent;
  box-shadow: 0 0 20px rgb(255, 102, 0);
  background: linear-gradient(0deg, rgb(255, 102, 0) 0%, rgb(255, 51, 0) 100%);
  transition: 0.3s;
}

.profil-manager {
  width: 110px;
  min-height: 120px;
  background-color: #f2f2f2;
}

.profil-manager p {
  width: 100px;
}

.service-cards-item {
  transition: 0.3s;
  background-color: #f2f2f2;
}

.service-cards-item:hover {
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.form-check-label .service-cards-item:hover::before {
  background-color: #000000;
}

.footer-icon-hover {
  opacity: 0.5;
  transition: 0.3s;
}

.footer-icon-hover:hover {
  opacity: 1;
  transition: 0.3s;
}

.blog__list .row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 3rem;
}

.blog__item {
  gap: 0.7rem;
}

.blog__item-poster {
  border-radius: 1.5rem;
  aspect-ratio: 1.38333333;
  overflow: hidden;
}

@media (any-hover: hover) {
  .blog__item-poster:hover img {
    transform: scale(1.025);
  }
}

.blog__item-poster img {
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog__item-time {
  color: #999999;
  line-height: 1.5;
}

.blog__item-name {
  font-size: 20px;
  line-height: 1.2;
  color: #222222;
  font-weight: 700;
  transition: color 0.3s ease;
}

@media (any-hover: hover) {
  .blog__item-name:hover {
    text-decoration: underline;
    color: #ff6600;
  }
}

.article__content {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
}

.article__caption {
  line-height: 1.5;
  color: #999999;
}

.article__block:not(:last-child) {
  margin-bottom: 1rem;
}

.article .row {
  --bs-gutter-y: 1rem;
}

.article__body {
  line-height: 1.375;
}

.article__body p:not(:first-child) {
  margin-top: 1.3em;
}

.article__body ul:not(:first-child) {
  margin-top: 0.5em;
}

.article__body ul li {
  position: relative;
}

.article__body ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 5px;
  width: 8px;
  height: 8px;
  background: #ff6600;
  border-radius: 50%;
}

.article__body ul li:not(:last-child) {
  margin-bottom: 0.5em;
}

.article__body figure:not(:first-child) {
  margin-top: 2.6em;
}

.article__body figure img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  box-shadow: 0px 1px 10px 0px rgba(29, 29, 27, 0.125);
}

.article__body figure figcaption {
  margin-top: 1em;
  text-align: center;
  color: #999999;
  line-height: 1.5;
}

.article__body blockquote {
  padding: 1.8rem 1.4rem;
  border: 2px solid;
  border-radius: 30px;
  font-weight: 700;
  line-height: 1.375;
}

.article__body blockquote:not(:last-child) {
  margin-top: 1.9em;
}

.article__body a:not([class]) {
  color: #ff6600;
  text-decoration: underline;
}

@media (any-hover: hover) {
  .article__body a:not([class]):hover {
    text-decoration: none;
  }
}

.article__body ol {
  padding-left: 20px;
}

.article__body ol:not(:first-child) {
  margin-top: 0.5em;
}

.article__body h2:not(:first-child),
.article__body h3:not(:first-child),
.article__body h4:not(:first-child),
.article__body h5:not(:first-child),
.article__body h6:not(:first-child) {
  margin-top: 2rem;
}

.article__categories {
  gap: 1rem;
}

.article__category {
  line-height: 1.5;
  color: #999999;
  transition: color 0.3s ease;
}

@media (any-hover: hover) {
  .article__category:hover {
    color: #ff6600;
  }
}

@media (min-width: 992px) {
  .article__sidebar {
    height: 100%;
  }
}

.article__sidebar .row {
  --bs-gutter-y: 2rem;
}

.article__sidebar .blog__item-poster {
  aspect-ratio: 1.75;
}

.article__sidebar .blog__item-name {
  font-size: 17px;
}

.article__sidebar-caption {
  font-size: 20px;
  font-weight: 700;
}

.article__form {
  border-radius: 30px;
  background-color: #fefefe;
  color: #222222;
  box-shadow: 0px 1px 24.57px 2.43px rgba(29, 29, 27, 0.25);
  padding: 2rem 1.5rem;
}

@media (min-width: 992px) {
  .article__form {
    position: sticky;
    top: 120px;
  }
}

.article__form-caption {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.article__form-subtitle {
  margin-top: 0.5rem;
  line-height: 1.5;
  max-width: 300px;
}

.article__form-body {
  margin-top: 1rem;
  gap: 1rem;
}

.article__form-body .btn {
  border-radius: 10px;
  flex-shrink: 0;
  width: 53px;
  height: 53px;
}

@media (min-width: 1200px) {
  .advantages_item.advantages_item--large {
    width: 30%;
  }

  .advantages_item.advantages_item--large p {
    width: 300px;
  }

  .advantages_item.advantages_item--large+.advantages_item {
    width: 20%;
  }
}

.feedback {
  background-color: #000;
  color: #fff;
  background-image: url(../img/img-page_works/front-car-lights-night-road.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
}

.slick-dots .slick-active:first-child:last-child {
  display: none;
}

@media (any-hover: hover) {
  .main-menu a:hover {
    text-decoration: underline;
  }
}

.phone-link {
  transition: color 0.3s ease;
}

@media (any-hover: hover) {
  .phone-link:hover {
    color: #ff6600;
  }
}

.checkbox__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.checkbox__input:checked~.checkbox__text::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff6600' d='M9 16.17L4.83 12l-1.42 1.41L9 19L21 7l-1.41-1.41z'/%3E%3C/svg%3E");
}

.checkbox__text {
  padding-left: 22px;
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}

.checkbox__text::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 1px solid #999999;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s ease;
}

.checkbox__text-link {
  text-decoration: underline;
}

@media (any-hover: hover) {
  .checkbox__text-link:hover {
    text-decoration: none;
  }
}

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