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

html,
body {
  margin: 0;
  padding: 0;
  background: #141414;
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
  margin: 0;
  padding: 0;
  transition: 0.3s ease all;
}

a,
a:hover {
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease all;
}

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

li {
  list-style: none;
}

input, button {
  border: none;
  outline: none;
  background: none;
}

.wrapper {
  overflow: hidden;
  width: 100%;
}

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

.main-title {
  font-family: "Steppe Trial", sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 52.8px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #FFF;
}
.main-title span {
  color: #CE021C;
}

header {
  background-image: url(../img/bg_header.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 114px;
}
header .top_menu {
  padding: 28px 0 42px 0;
  display: flex;
}
header .top_menu .locations {
  margin-right: 150px;
}
header .top_menu .locations a {
  color: #CE021C;
  font-family: Onest;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
}
header .top_menu .locations a img {
  margin-right: 12px;
}
header .top_menu ul {
  display: flex;
  gap: 29px;
}
header .top_menu ul li a {
  color: #A7A5A3;
  font-family: Onest;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
}
header .top_menu ul li a img {
  margin-right: 7px;
  opacity: 0.5;
}
header .menu_main {
  padding-bottom: 39px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .menu_main .logo img {
  width: 100%;
}

header .menu_main .logo{
    background:#fff;
}

header .menu_main .menu_child {
  margin-left: 31px;
}
header .menu_main .menu_child ul {
  display: flex;
  gap: 41px;
}
header .menu_main .menu_child ul li a {
  color: #FFF;
  font-family: Onest;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 18px */
  letter-spacing: 0.75px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
header .menu_main .menu_child ul li a:hover {
  color: #CE021C;
}
header .menu_main .btns_header {
  display: flex;
  align-items: center;
  margin-left: 42px;
}
header .menu_main .btns_header .colorless {
  color: #FFF;
  text-align: center;
  font-family: Onest;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 14.4px */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding: 26px 0;
  border: 1px solid #FFF;
  width: 148px;
  border-right: 0;
  margin-right: -8px;
  height: 66px;
}

#contact_form_pop{
    width:450px;
    margin:50px auto;
    background:#fff;
    padding:40px;
}


.dark_title2 {
    color: #262626;
    font-family: "Steppe", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%;
    letter-spacing: -1.44px;
    text-transform: uppercase;
}

.forma{
    width: 100%;
    height: 60px;
    background-color: #fff;	
	color: #262626;
    font-family: "Onest", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.56px;
    text-transform: uppercase;
	margin-top:25px;
	border:2px solid #f6f6f6;
	padding-left:15px;
}

.form-zs{
    width: 100%;
    height: 60px;
    background-color: #fff;	
	color: #262626;
    font-family: "Onest", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.56px;
    text-transform: uppercase;
	margin-top:25px;
	border:2px solid #f6f6f6;
	padding-left:15px;
}

.form_btns {
	margin-top:25px;
    width: 190px;
    height: 60px;
    border: none;
    color: #FFF;
    text-align: center;
    font-family: "Onest", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    background: #CE021C;
}

.dark_title2 span {
    color: #CE021C;
}

header .menu_main .btns_header .danger {
  color: #FFF;
  text-align: center;
  font-family: Onest;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 14.4px */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding: 26px 0;
  width: 148px;
  background: #CE021C;
  height: 66px;
}
header .header_bars {
  display: none;
  position: relative;
  cursor: pointer;
}
header .header_bars img {
  width: 32px;
  height: 32px;
}
header .header_mob {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 5;
  width: 70%;
  background: #141414;
  height: 100vh;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  transition: 0.3s ease all;
}
header .header_mob.active {
  right: 0;
}
header .header_mob .close_menu {
  margin-left: auto;
}
header .header_mob .menu_child {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
header .header_mob .menu_child ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
header .header_mob .menu_child ul a {
  font-family: Onest;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #FFF;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #FFF;
}
header .header_mob .menu_child .btns_header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
header .header_mob .menu_child .btns_header .colorless {
  color: #FFF;
  text-align: center;
  font-family: Onest;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 14.4px */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding: 26px 0;
  border: 1px solid #FFF;
  width: 100%;
  height: 66px;
}
header .header_mob .menu_child .btns_header .danger {
  color: #FFF;
  text-align: center;
  font-family: Onest;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 14.4px */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding: 26px 0;
  width: 100%;
  background: #CE021C;
  height: 66px;
}
header .header_mob.active + .header_mob-bg {
  background: rgba(20, 20, 20, 0.3607843137);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 4;
}

.bread_crumbs {
  /* Style the list */
  padding-bottom: 44px;
  /* Display list items side by side */
  /* Add a slash symbol (/) before/behind each list item */
  /* Add a color to all links inside the list */
  /* Add a color on mouse-over */
}
.bread_crumbs ul.breadcrumb {
  list-style: none;
  background-color: transparent;
}
.bread_crumbs ul.breadcrumb li {
  color: #A7A5A3;
  font-family: Onest;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  letter-spacing: 0.24px;
}
.bread_crumbs ul.breadcrumb li + li:before {
  padding: 8px;
  color: #A7A5A3;
  content: "< ";
}
.bread_crumbs ul.breadcrumb li a {
  color: #A7A5A3;
  font-family: Onest;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  letter-spacing: 0.24px;
}
.bread_crumbs ul.breadcrumb li a:hover {
  color: #CE021C;
  text-decoration: underline;
}

.hero_main h1 {
  color: #FFF;
  font-family: "Steppe Trial", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: -1.74px;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.hero_main h1 span {
  color: #CE021C;
}
.hero_main p {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  margin-bottom: 41px;
}
.hero_main a {
  color: #FFF;
  text-align: center;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.56px;
  text-transform: uppercase;
  border: 1px solid #CE021C;
  width: 256px;
  height: 80px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.services {
  background: #1D1D1D;
  padding: 109px 0 58px 0;
}
.services .item h3 {
  color: #FFF;
  font-family: "Steppe Trial", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: -0.66px;
  text-transform: uppercase;
}
.services .item h3 span {
  color: #CE021C;
}

.detailing {
  position: relative;
  background: #141414;
  padding: 199px 0px 0px;
}
.detailing_items {
  width: 100%;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translate(-50%, 0);
}
.detailing_items-wrap {
  display: grid;
  grid-template-columns: 20.5% 20.5% 20.5% 20.5%;
  gap: 30px;
  justify-content: space-between;
}
.detailing_items-wrap .detailing_item {
  display: flex;
  flex-direction: column;
  gap: 17px;
  max-width: 260px;
}
.detailing_items-wrap .detailing_item img {
  width: 52px;
  height: 52px;
}
.detailing_items-wrap .detailing_item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #7C7C7C;
}
.detailing_block {
  padding: 110px 0px 100px;
  background-image: url(../img/detailing_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.detailing_block .detailing_boxs {
  display: flex;
  align-items: start;
  gap: 140px;
}
.detailing_block .detailing_boxs .detailing_box {
  display: flex;
  flex-direction: column;
}
.detailing_block .detailing_boxs .detailing_box .detailing_title {
  max-width: 430px;
  margin-bottom: 78px;
}
.detailing_block .detailing_boxs .detailing_box .detailing_text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #FFF;
  max-width: 435px;
}
.detailing_block .detailing_boxs .detailing_box .detailing_play {
  display: flex;
  align-items: end;
  gap: 33px;
  margin-bottom: 65px;
  margin-top: 7px;
}
.detailing_block .detailing_boxs .detailing_box .detailing_play button {
  border: none;
  background: none;
  padding: 45px 25px;
  border: 1px solid #CE021C;
}
.detailing_block .detailing_boxs .detailing_box .detailing_play span {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  max-width: 194px;
  color: #FFF;
}
.detailing_block .detailing_boxs .detailing_box .detailing_text2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #7C7C7C;
  max-width: 533px;
}

.auto_info {
  padding: 99px 0px 137px;
  background: #141414;
}
.auto_info .auto_block {
  margin-top: 17px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding-bottom: 10px;
  border-bottom: 1px solid #353535;
}
.auto_info .auto_block .auto_top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}
.auto_info .auto_block .auto_top p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: #7C7C7C;
}
.auto_info .auto_block .auto_top .auto_img {
  display: flex;
  align-items: end;
  gap: 75px;
  margin-right: 25px;
}
.auto_info .auto_block .auto_top .auto_img img:nth-child(2) {
  margin-left: 5px;
}
.auto_info .auto_block .auto_cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.auto_info .auto_block .auto_cards .auto_card {
  display: grid;
  grid-template-columns: 58% 41%;
  gap: 10px;
}
.auto_info .auto_block .auto_cards .auto_card .auto_items {
  position: relative;
  display: flex;
  align-items: start;
  gap: 20px;
  border-top: 1px solid #353535;
}
.auto_info .auto_block .auto_cards .auto_card .auto_items::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 1px;
  width: 36px;
  background: #CE021C;
}
.auto_info .auto_block .auto_cards .auto_card .auto_items .auto_texts {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 13px 0px 15px;
  max-width: 448px;
}
.auto_info .auto_block .auto_cards .auto_card .auto_items .auto_texts h2 {
  font-family: "Steppe Trial", sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 30.8px;
  letter-spacing: -0.03em;
  color: #FFF;
  text-transform: uppercase;
}
.auto_info .auto_block .auto_cards .auto_card .auto_items .auto_texts ul li,
.auto_info .auto_block .auto_cards .auto_card .auto_items .auto_texts p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #FFF;
}
.auto_info .auto_block .auto_cards .auto_card .auto_items .auto_texts ul li {
  list-style: disc;
  margin-left: 20px;
}
.auto_info .auto_block .auto_cards .auto_card .auto_items .auto_item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 25px 30px;
  background: #1D1D1D;
  width: 296px;
  height: 100%;
}
.auto_info .auto_block .auto_cards .auto_card .auto_items .auto_item span {
  font-family: Onest;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.4px;
  letter-spacing: 0.1em;
  color: #CE021C;
  text-transform: uppercase;
}
.auto_info .auto_block .auto_cards .auto_card .auto_items .auto_item ul li,
.auto_info .auto_block .auto_cards .auto_card .auto_items .auto_item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #FFF;
}
.auto_info .auto_block .auto_cards .auto_card .auto_items .auto_item ul li {
  list-style: disc;
  margin-left: 20px;
}
.auto_info .auto_block .auto_cards .auto_card .auto_boxs {
  display: grid;
  grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
  gap: 10px;
}
.auto_info .auto_block .auto_cards .auto_card .auto_boxs .auto_box {
  position: relative;
  background: #141414;
  padding: 16px;
  height: 100%;
  text-align: center;
  font-family: Onest;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #FFF;
  border-top: 1px solid #353535;
  white-space: nowrap;
}
.auto_info .auto_block .auto_cards .auto_card .auto_boxs .auto_box::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 36px;
  height: 1px;
  background: #CE021C;
}
.auto_info .auto_block .auto_cards .auto_card .auto_boxs .auto_box:nth-child(2), .auto_info .auto_block .auto_cards .auto_card .auto_boxs .auto_box:nth-child(4) {
  background: #1D1D1D;
}

.wash {
  padding: 95px 0px 87px;
  margin-top: 10px;
  background: #1D1D1D;
}
.wash .wash_block {
  display: flex;
  align-items: center;
  gap: 126px;
}
.wash .wash_block .wash_title {
  max-width: 440px;
}
.wash .wash_block .wash_boxs {
  position: relative;
  display: flex;
  align-items: start;
  gap: 86px;
}
.wash .wash_block .wash_boxs::before {
  content: "";
  position: absolute;
  top: 19px;
  left: -297px;
  width: 1047px;
  height: 1px;
  background: #3C3C3C;
}
.wash .wash_block .wash_boxs .wash_box {
  position: relative;
  max-width: 153px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.wash .wash_block .wash_boxs .wash_box img {
  width: 38px;
  height: 38px;
}
.wash .wash_block .wash_boxs .wash_box p {
  padding-left: 19px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #FFF;
}

.car {
  padding: 120px 0;
  background: #1D1D1D;
  margin-bottom: 10px;
  margin-top: 50px;
}
.car_block {
  position: relative;
  display: flex;
  align-items: end;
  gap: 134px;
}
.car_block .arrow-sec {
  position: absolute;
  top: -151px;
  left: 0;
}
.car_block .car_title-wrap {
  max-width: 630px;
  display: flex;
  flex-direction: column;
  gap: 33px;
}
.car_block .car_title-wrap p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  color: #7C7C7C;
}
.car_block .car_info {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.car_block .car_info::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 0;
  background: #CE021C;
  width: 200%;
  height: 1px;
}
.car_block .car_info .car_form {
  display: flex;
  align-items: center;
  gap: 18px;
}
.car_block .car_info .car_form .car-inp {
  position: relative;
}
.car_block .car_info .car_form .car-inp img {
  position: absolute;
  right: 24px;
  top: 28px;
}
.car_block .car_info .car_form .car-inp input {
  width: 312px;
  height: 80px;
  padding: 28px 60px 28px 30px;
  font-family: Onest;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: 0.04em;
  color: #262626;
  text-transform: uppercase;
  background: #FFF;
}
.car_block .car_info .car_form .car_btn {
  width: 230px;
  height: 80px;
  font-family: Onest;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  background: #CE021C;
}
.car_block .car_info .car_check {
  display: flex;
  align-items: center;
  gap: 5px;
}
.car_block .car_info .car_check span {
  font-family: Onest;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.03em;
  color: #B7B7B7;
}
.car_block .car_info .car_check span a {
  color: #B7B7B7;
  text-decoration: underline;
}

.tuning {
  position: relative;
  background: #141414;
  padding: 124px 10px 124px 0;
}
.tuning::before {
  content: "";
  height: 194px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #1D1D1D;
}
.tuning_block {
  position: relative;
  display: grid;
  grid-template-columns: 47% 47%;
  gap: 112px;
}
.tuning_block .tuning_slide {
  position: relative;
  width: 100%;
}
.tuning_block .tuning_slide .swiper {
  height: 100%;
  width: 100%;
}
.tuning_block .tuning_slide-img {
  width: 100%;
  height: 100%;
}
.tuning_block .tuning_slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tuning_block .tuning_slide-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.tuning_block .tuning_slide-arrow .swiper-button-prev,
.tuning_block .tuning_slide-arrow .swiper-button-next {
  position: static;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #CE021C;
  font-size: 14px;
  color: #FFF;
}
.tuning_block .tuning_slide-arrow .swiper-button-next:after,
.tuning_block .tuning_slide-arrow .swiper-button-prev:after {
  font-size: 14px;
}
.tuning_block .tuning_slide-arrow .swiper-button-next.swiper-button-disabled,
.tuning_block .tuning_slide-arrow .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: #141414;
}
.tuning_block .tuning_info {
  display: flex;
  flex-direction: column;
  gap: 82px;
  max-width: 560px;
}
.tuning_block .tuning_info h1 {
  font-family: "Steppe Trial", sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 52.8px;
  letter-spacing: -0.03em;
  color: #FFF;
  text-transform: uppercase;
}
.tuning_block .tuning_info .tuning_texts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tuning_block .tuning_info .tuning_texts p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  color: #7C7C7C;
}

.project {
  padding-bottom: 128px;
  background: #141414;
}
.project_block {
  display: grid;
  grid-template-columns: 49% 49%;
  gap: 20px;
  margin-top: 56px;
}
.project_block .project_slide {
  position: relative;
  height: 358px;
  transition: 0.3s ease all;
}
.project_block .project_slide.none {
  height: 0;
  overflow: hidden;
}
.project_block .project_slide-img {
  position: relative;
}
.project_block .project_slide-img .project_slide-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 23px 142px 23px 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
	background:url("/wp-content/uploads/2026/05/ten.png");
	min-height:110px;
	width:100%;
}
.project_block .project_slide-img .project_slide-info span {
  font-family: Onest;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #FFFFFF;
}
.project_block .project_slide-img .project_slide-info p {
  font-family: "Steppe Trial", sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 18.7px;
  letter-spacing: -0.03em;
  color: #FFF;
  text-transform: uppercase;
}
.project_block .project_slide-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.project_block .project_slide-arrow .swiper-button-prev,
.project_block .project_slide-arrow .swiper-button-next {
  position: static;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #CE021C;
  font-size: 14px;
  color: #FFF;
}
.project_block .project_slide-arrow .swiper-button-next:after,
.project_block .project_slide-arrow .swiper-button-prev:after {
  font-size: 14px;
}
.project_block .project_slide-arrow .swiper-button-next.swiper-button-disabled,
.project_block .project_slide-arrow .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: #141414;
}
.project_block .slide_more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-family: Onest;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  letter-spacing: 0.04em;
  color: #FFF;
  padding: 26px 24px 26px 34px;
  text-transform: uppercase;
  border: 1px solid #CE021C;
  background: #141414;
}
.project_block .slide_more img {
  transition: 0.3s ease all;
}
.project_block .slide_more.active img {
  transform: rotateX(180deg);
}

.protect {
  position: relative;
  background-image: url(../img/protect-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0px 100px;
  height: 550px;
}
.protect::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 167px;
  width: 100%;
  height: 1px;
  background: #CE021C;
}
.protect_title {
  max-width: 562px;
}
.protect_block {
  margin-bottom: 75px;
  margin-top: 75px;
  display: grid;
  align-items: start;
  grid-template-columns: 31% 31% 31%;
  gap: 30px;
  justify-content: space-between;
}
.protect_block .protect_item {
  display: flex;
  gap: 11px;
}
.protect_block .protect_item span {
  font-family: "Steppe Trial", sans-serif;
  color: #FFFFFF;
  font-size: 68px;
  font-weight: 900;
  line-height: 74.8px;
  letter-spacing: -0.03em;
  opacity: 0.3;
}
.protect_block .protect_item-info {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 40px;
}
.protect_block .protect_item-info .protect_item-title {
  display: flex;
  align-items: start;
  gap: 20px;
}
.protect_block .protect_item-info .protect_item-title h4 {
  font-family: "Steppe Trial", sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 24.2px;
  letter-spacing: -0.03em;
  color: #FFF;
  text-transform: uppercase;
}
.protect_block .protect_item-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #FFF;
  opacity: 0.3;
  max-width: 218px;
}

.question {
  padding: 116px 0px 148px;
  background: #141414;
}
.question_block {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
}
.question_block .question_item {
  padding: 28px 0px 32px;
  border-top: 1px solid #353535;
}
.question_block .question_item:last-child {
  border-bottom: 1px solid #353535;
}
.question_block .question_item .accordion_tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: start;
  gap: 20px;
  font-family: Onest;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  color: #FFF;
  background: none;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.3s ease all;
}
.question_block .question_item .accordion_tab.active {
  color: #CE021C;
}
.question_block .question_item .accodion_value {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #7C7C7C;
  margin-top: 14px;
  display: none;
  padding-right: 124px;
}
.question_block .question_item .accodion_value.active {
  display: block;
}

.contact {
  background-image: url(../img/contact-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 141px 0px 98px;
}
.contact_block {
  position: relative;
  display: flex;
  flex-direction: column;
}
.contact_block .arrow-sec {
  position: absolute;
  top: -172px;
  left: 0;
}
.contact_block .contact_title {
  max-width: 895px;
  margin-bottom: 43px;
}
.contact_block form {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact_block form .contact_inp {
  position: relative;
}
.contact_block form .contact_inp img {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate(0, -50%);
  background: #FFF;
  pointer-events: none;
}
.contact_block form .contact_inp input {
  padding: 32px 30px;
  font-family: Onest;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: 0.04em;
  color: #262626;
  text-transform: uppercase;
  width: 282px;
  height: 80px;
  background: #FFF;
}
.contact_block form button {
  width: 190px;
  height: 80px;
  background: #CE021C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Onest;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #FFF;
  border: none;
  outline: none;
  text-transform: uppercase;
}
.contact_block .contact_check {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 30px;
  margin-top: 19px;
}
.contact_block .contact_check span {
  font-family: Onest;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.03em;
  color: #B7B7B7;
}
.contact_block .contact_check span a {
  text-decoration: underline;
  color: #B7B7B7;
}

.location {
  padding: 131px 0px 13px;
  background: #141414;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: start;
}
.location_block {
  display: flex;
  flex-direction: column;
  gap: 31px;
  max-width: 550px;
  margin-left: auto;
  margin-right: 110px;
  padding-left: 10px;
}
.location_block .location_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  color: #FFF;
}
.location_block .location_links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.location_block .location_links a {
  font-family: Onest;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #FFF;
  width: 256px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #CE021C;
}
.location_block .location_links a:nth-child(2) {
  width: 246px;
  background: #2A2A2A;
  border: none;
}

footer {
  background: #1D1D1D;
  padding: 111px 0px 27px;
}
footer .footer_block {
  display: flex;
  flex-direction: column;
  gap: 85px;
}
footer .footer_block .footer_items {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
footer .footer_block .footer_items .footer_item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 33px;
}
footer .footer_block .footer_items .footer_item::before {
  content: "";
  position: absolute;
  top: -46px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #CE021C;
}
footer .footer_block .footer_items .footer_item h3 {
  font-family: "Steppe Trial", sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 24.2px;
  letter-spacing: -0.03em;
  color: #FFF;
}
footer .footer_block .footer_items .footer_item .footer_links {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
footer .footer_block .footer_items .footer_item .footer_links a {
  font-family: Onest;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  letter-spacing: 0.01em;
  color: #7C7C7C;
  display: flex;
  align-items: center;
  gap: 11px;
}
footer .footer_block .footer_items .footer_item .footer_links a:hover {
  color: #FFF;
}
footer .footer_block .footer_items .footer_pay {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .footer_block .footer_items .footer_pay .google-play,
footer .footer_block .footer_items .footer_pay .apple-store {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 80px;
  border: 1px solid #CE021C;
  padding: 20px;
  font-family: Onest;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
footer .footer_block .footer_items .footer_pay .payment {
  margin-top: 16px;
}
footer .footer_block .copyright {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
footer .footer_block .copyright a {
  font-family: Onest;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  color: #4A4A4A;
}
footer .footer_block .copyright a:hover {
  color: #FFF;
}

@media only screen and (max-width: 1200px) {
  header .menu_main .menu_child ul {
    gap: 20px;
  }
  header .menu_main .menu_child ul li a {
    font-size: 13px;
  }
  header .top_menu {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
  }
  header .top_menu .locations {
    margin-right: 0;
  }
  header .menu_main .btns_header {
    align-items: start;
    flex-direction: column;
  }
  .auto_info .auto_block .auto_top .auto_img {
    gap: 55px;
    margin-right: 6px;
  }
  header .menu_main .btns_header .colorless {
    border: 1px solid #FFF;
  }
  .car_block {
    gap: 50px;
  }
  .tuning_block {
    gap: 40px;
  }
  .tuning_block .tuning_info {
    gap: 30px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .car_block .car_title-wrap p,
  .main-title {
    text-align: center;
  }
  header {
    padding: 20px 0px 70px;
  }
  header .menu_main {
    gap: 50px;
  }
  .protect::before,
  .car_block .car_info::before,
  .auto_info .auto_block .auto_top .auto_img,
  header .menu_main .menu_child,
  header .menu_main .btns_header,
  header .top_menu {
    display: none;
  }
  header .header_bars {
    display: block;
  }
  header .menu_main .logo img {
    width: 225px;
  }
  .auto_info .auto_block .auto_cards .auto_card .auto_items .auto_item {
    width: 100%;
  }
  .auto_info .auto_block .auto_cards .auto_card {
    display: grid;
    grid-template-columns: 100%;
    gap: 10px;
  }
  .auto_info .auto_block .auto_cards .auto_card .auto_boxs {
    grid-template-columns: 24% 24% 24% 24%;
  }
  .wash .wash_block .wash_boxs::before {
    left: -40px;
  }
  .wash .wash_block {
    gap: 30px;
  }
  .wash .wash_block .wash_boxs {
    gap: 45px;
  }
  .car_block {
    flex-direction: column;
    align-items: center;
  }
  .car_block .car_info .car_check {
    justify-content: center;
  }
  .car_block .car_title-wrap {
    gap: 15px;
  }
  .protect {
    height: auto;
    padding: 60px 0;
  }
  .protect_block {
    margin-bottom: 0px;
    margin-top: 50px;
    display: flex;
    overflow: auto;
    grid-template-columns: 100%;
    gap: 30px;
  }
  .protect_block::-webkit-scrollbar {
    display: none;
  }
  .protect_block .protect_item-info .protect_item-title h4 {
    font-size: 16px;
    line-height: 19px;
    width: -moz-max-content;
    width: max-content;
  }
  .protect_block .protect_item-info {
    gap: 10px;
  }
  .protect_block .protect_item span {
    font-size: 55px;
    line-height: 50px;
  }
  .protect_block .protect_item-info .protect_item-title img {
    width: 40px;
    height: 40px;
  }
  .protect_block .protect_item-info p {
    font-size: 14px;
    line-height: 16px;
    max-width: 185px;
  }
  .location {
    padding: 131px 0px 13px;
    grid-template-columns: 100%;
    gap: 20px;
  }
  .location_block {
    gap: 20px;
    max-width: 100%;
    margin: 0;
    padding: 0 10px;
  }
  .services {
    padding: 50px 0 40px 0;
  }
  .services .item h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .detailing_block {
    padding: 60px 0px;
  }
  .detailing_block .detailing_boxs {
    gap: 40px;
    flex-direction: column;
  }
  .detailing_block .detailing_boxs .detailing_box .detailing_play button {
    padding: 20px 10px;
  }
  .detailing_block .detailing_boxs .detailing_box .detailing_play span {
    max-width: 290px;
  }
  .detailing_block .detailing_boxs .detailing_box .detailing_play {
    gap: 20px;
    margin-bottom: 30px;
    margin-top: 0px;
  }
  .detailing_block .detailing_boxs .detailing_box .detailing_text2 {
    max-width: 100%;
  }
  .detailing_block .detailing_boxs .detailing_box .detailing_title {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .detailing_block .detailing_boxs .detailing_box .detailing_text {
    max-width: 100%;
    font-size: 18px;
    line-height: 22px;
  }
  footer .footer_block {
    gap: 50px;
  }
}
@media only screen and (max-width: 776px) {
  .hero_main h1 {
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .tuning_block .tuning_info h1,
  .main-title {
    font-size: 35px;
    line-height: 38px;
  }
  .hero_main p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
  }
  header .menu_main,
  .bread_crumbs {
    padding-bottom: 30px;
  }
  .hero_main a {
    font-size: 12px;
    height: 55px;
  }
  .detailing {
    padding: 50px 0px 0px;
  }
  .detailing_items {
    width: 100%;
    position: static;
    top: -26px;
    left: 50%;
    transform: translate(0%, 0);
    margin-bottom: 40px;
  }
  .detailing_items-wrap .detailing_item {
    gap: 10px;
    max-width: 100%;
  }
  .detailing_items-wrap {
    grid-template-columns: 47% 47%;
    gap: 20px;
  }
  .detailing_items-wrap .detailing_item p {
    font-size: 14px;
    line-height: 17px;
  }
  .detailing_items-wrap .detailing_item img {
    width: 40px;
    height: 41px;
  }
  .wash {
    padding: 60px 0px;
  }
  .wash .wash_block {
    gap: 30px;
    flex-direction: column;
  }
  .wash .wash_block .wash_boxs::before {
    left: -200px;
  }
  .wash .wash_block .wash_boxs {
    gap: 10px;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
  }
  .wash .wash_block .wash_boxs .wash_box p {
    padding-left: 14px;
    font-size: 14px;
    line-height: 18px;
  }
  .auto_info {
    padding: 60px 0px;
  }
  .auto_info .auto_block .auto_cards .auto_card .auto_items {
    gap: 0;
    flex-direction: column;
  }
  .auto_info .auto_block .auto_cards .auto_card .auto_items .auto_texts h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .auto_info .auto_block .auto_cards .auto_card .auto_items .auto_texts ul li,
  .auto_info .auto_block .auto_cards .auto_card .auto_items .auto_texts p {
    font-size: 12px;
    line-height: 16px;
  }
  .auto_info .auto_block .auto_cards .auto_card .auto_items .auto_texts {
    gap: 10px;
    max-width: 100%;
  }
  .auto_info .auto_block .auto_cards .auto_card .auto_boxs .auto_box {
    padding: 14px;
    font-size: 14px;
    line-height: 16px;
  }
  .auto_info .auto_block .auto_cards .auto_card .auto_items .auto_item {
    gap: 10px;
    padding: 15px 20px;
  }
  .car {
    padding: 70px 0;
    margin-top: 20px;
  }
  .car_block .arrow-sec {
    top: -88px;
  }
  .car_block .arrow-sec img {
    width: 40px;
    height: 40px;
  }
  .car_block .car_info .car_form .car-inp,
  .car_block .car_info .car_form .car_btn,
  .car_block .car_info .car_form .car-inp input,
  .car_block .car_info {
    width: 100%;
  }
  .car_block .car_info .car_form {
    flex-direction: column;
    width: 100%;
  }
  .car_block .car_title-wrap p {
    font-size: 16px;
    line-height: 20px;
  }
  .tuning {
    padding: 70px 10px 70px 0;
  }
  .tuning_block {
    grid-template-columns: 100%;
  }
  .tuning_block .tuning_info {
    gap: 20px;
    padding: 0 10px;
  }
  .tuning_block .tuning_info .tuning_texts {
    gap: 10px;
  }
  .tuning_block .tuning_info .tuning_texts p {
    font-size: 16px;
    line-height: 20px;
  }
  .project {
    padding-bottom: 70px;
  }
  .project_block {
    grid-template-columns: 100%;
    margin-top: 30px;
  }
  .project_block .project_slide,
  .project_block .project_slide-img img,
  .project_block .project_slide-img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .project_block .project_slide-img .project_slide-info {
    padding: 15px 142px 15px 20px;
    gap: 5px;
  }
  .project_block .project_slide-img .project_slide-info span {
    font-size: 14px;
    line-height: 16px;
  }
  .project_block .project_slide-img .project_slide-info p {
    font-size: 15px;
    line-height: 16px;
  }
  .project_block .slide_more {
    padding: 20px 20px 20px 25px;
  }
  .question {
    padding: 70px 0;
  }
  .question_block .question_item {
    padding: 20px 0px;
  }
  .question_block .question_item .accodion_value {
    font-size: 14px;
    line-height: 18px;
    padding-right: 25px;
  }
  .question_block .question_item .accordion_tab {
    font-size: 16px;
    line-height: 20px;
  }
  .contact {
    padding: 90px 0px 70px 0px;
  }
  .contact_block form {
    flex-direction: column;
  }
  .contact_block form .contact_inp {
    width: 100%;
  }
  .contact_block form button,
  .contact_block form .contact_inp input {
    height: 60px;
    width: 100%;
    padding: 15px 20px;
  }
  .contact_block .contact_check {
    margin: 15px auto;
  }
  .contact_block .arrow-sec {
    top: -110px;
  }
  .contact_block .arrow-sec img {
    width: 40px;
    height: 40px;
  }
  .location {
    padding: 70px 0px 13px;
  }
  .location_block {
    align-items: center;
  }
  .location_block .location_text {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }
  .location_block .location_links {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .location_block .location_links a:nth-child(2),
  .location_block .location_links a {
    width: 100%;
    height: 60px;
  }
  .location .map iframe {
    height: 250px;
  }
  footer {
    padding: 70px 0px 27px;
  }
  footer .footer_block .footer_items .footer_item {
    gap: 20px;
  }
  footer .footer_block .footer_items .footer_item::before {
    display: none;
  }
  footer .footer_block .footer_items .footer_item .footer_links {
    gap: 10px;
  }
  footer .footer_block .footer_items .footer_item .footer_links a {
    font-size: 14px;
    line-height: 16px;
    gap: 5px;
  }
  footer .footer_block .footer_items .footer_pay {
    width: 100%;
  }
  footer .footer_block .footer_items .footer_pay .google-play,
  footer .footer_block .footer_items .footer_pay .apple-store {
    height: 60px;
    width: 100%;
    max-width: 100%;
  }
  footer .footer_block .footer_items .footer_pay .payment {
    margin: 0 auto;
  }
  footer .footer_block .copyright {
    gap: 10px;
  }
}
@media only screen and (max-width: 576px) {
  header .header_mob {
    width: 100%;
  }
}/*# sourceMappingURL=index.css.map */