* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Gilroy-Light", sans-serif !important;
  background-color: #262626;
}

body.noscroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

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

li {
  list-style: none;
}

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

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1324px;
  padding: 0;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.group_home {
  background-image: url(../img/bg_home.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 44px;
}
.group_home header .about_block {
  display: flex;
  align-items: center;
  gap: 43px;
  padding: 20px 0 30px 0;
}
.group_home header .about_block .location a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  font-family: "Onest", sans-serif;
  color: #ce021c;
  width: 267px;
}
.group_home header .about_block .right_group {
  display: flex;
  align-items: center;
  gap: 29px;
}
.group_home header .about_block .right_group .menu ul {
  display: flex;
  align-items: center;
  gap: 29px;
}
.group_home header .about_block .right_group .menu ul li a {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #9d9d9e;
  font-family: "Onest", sans-serif;
}
.group_home header .about_block .right_group .contact {
  display: flex;
  align-items: center;
  gap: 29px;
}
.group_home header .about_block .right_group .contact a {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #9d9d9e;
  font-family: "Onest", sans-serif;
}
.group_home header .group_logo_menu {
  display: flex;
  align-items: center;
  padding-bottom: 28px;
}
.group_home header .group_logo_menu .logo {
  position: relative;
  padding: 15px 23px 15px 0;
}
.group_home header .group_logo_menu .logo a {
  position: relative;
  z-index: 10;
}
.group_home header .group_logo_menu .logo .bg_logo {
  background-color: #ffffff;
  width: 800px;
  height: 66px;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 0;
}
.group_home header .group_logo_menu .menu_contacts {
  display: flex;
  align-items: center;
  gap: 41px;
  padding: 0 42px 0 40px;
}
.group_home header .group_logo_menu .menu_contacts a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-style: Bold;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 5%;
  text-transform: uppercase;
  font-family: "Onest", sans-serif;
  color: #ffffff;
}
.group_home header .group_logo_menu .menu_contacts a.services {
  gap: 10px;
}
.group_home header .group_logo_menu .menu_contacts a.tell {
  gap: 5px;
}
.group_home header .group_logo_menu .programms {
  display: flex;
  align-items: center;
}
.group_home header .group_logo_menu .programms a {
  font-weight: 700;
  font-style: Bold;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 4%;
  text-align: center;
  text-transform: uppercase;
  font-family: "Onest", sans-serif;
  padding: 26px 18px;
}
.group_home header .group_logo_menu .programms a.prog {
  background-color: #ffffff;
  color: #000000;
}
.group_home header .group_logo_menu .programms a.registrations {
  background-color: #ce021c;
  color: #ffffff;
}
.group_home header .group_logo_menu .hamburger-menu {
  display: none;
}

.tell {
  font-size: 24px !important;
}

.socials_s {
  display: flex;
  gap: 20px;
  margin-top: 9px;
}
.socials_s a {
  font-family: Onest;
  font-weight: 500;
  font-size: 12px !important;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  opacity: 0.4;
  text-transform: capitalize !important;
}
.socials_s a img {
  margin-right: 7px;
}

.hero_section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.hero_section .infos {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.hero_section .infos .title {
  max-width: 600px;
}
.hero_section .infos .title h1 {
  font-family: "Steppe";
  font-weight: 900;
  font-style: Black;
  font-size: 58px;
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 50px;
}
.hero_section .infos .title p {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 56px;
  color: #fff;
}
.hero_section .infos .title a {
  font-family: Onest;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 4%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #ce021c;
  padding: 32px;
  display: block;
  max-width: 190px;
}
.hero_section .infos .img_hero img {
  position: absolute;
  left: 46%;
  right: 0;
  top: -7px;
}
.hero_section .infos .dop_infos {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.hero_section .infos .dop_infos .items h3 {
  font-family: Steppe;
  font-weight: 900;
  font-style: Black;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 34px;
  position: relative;
}
.hero_section .infos .dop_infos .items h3:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 210px;
  top: -43px;
  right: 103px;
  background-color: #ce021c;
  transform: rotate(90deg);
}
.hero_section .infos .dop_infos .items P {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
  max-width: 250px;
}

.experience .title {
  padding-top: 120px;
  margin-bottom: 120px;
}
.experience .title h2 {
  font-family: Steppe;
  font-weight: 900;
  font-style: Black;
  font-size: 82px;
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #515151;
}
.experience .infos_expreince {
  display: flex;
  gap: 72px;
}
.experience .infos_expreince .title_infos {
  max-width: 600px;
}
.experience .infos_expreince .title_infos h3 {
  font-family: Steppe;
  font-weight: 900;
  font-style: Black;
  font-size: 58px;
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 50px;
}
.experience .infos_expreince .title_infos h3 span {
  color: #ce021c;
}
.experience .infos_expreince .title_infos p {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
  padding-bottom: 54px;
}
.experience .infos_expreince .title_infos a {
  font-family: Onest;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 4%;
  text-align: center;
  text-transform: uppercase;
  padding: 32px;
  background-color: #ce021c;
  color: #fff;
  display: block;
  max-width: 190px;
}
.experience .infos_expreince .items_s {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.experience .infos_expreince .items_s .item {
  padding: 30px 30px 46px 30px;
  background-color: #2f2f2f;
  max-width: 316px;
}
.experience .infos_expreince .items_s .item .top_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
.experience .infos_expreince .items_s .item .top_item h4 {
  font-family: Steppe;
  font-weight: 900;
  font-style: Black;
  font-size: 58px;
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: -3%;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.2;
}
.experience .infos_expreince .items_s .item .main_info h3 {
  font-family: Steppe;
  font-weight: 900;
  font-style: Black;
  font-size: 26px;
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
}
.experience .infos_expreince .items_s .item .main_info p {
  font-family: Onest;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
}
.experience .infos_expreince .items_s .item_second {
  background-color: #fff;
}
.experience .infos_expreince .items_s .item_second .top_item h4 {
  color: #262626;
}
.experience .infos_expreince .items_s .item_second .main_info h3 {
  color: #000000;
}
.experience .infos_expreince .items_s .item_second .main_info p {
  color: #000000;
}

.studies {
  background-color: #1c1c1c;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 120px;
}
.studies .title {
  padding-bottom: 60px;
}
.studies .title h2 {
  font-family: Steppe;
  font-weight: 900;
  font-style: Black;
  font-size: 58px;
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #fff;
}
.studies .title h2 span {
  color: #ce021c;
}
.studies .cards_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 60px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 60px;
}
.studies .cards_group .card_cars {
  width: 100%;
  max-width: 652px;
}
.studies .cards_group .card_cars .img_examples {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.studies .cards_group .card_cars .img_examples .ba-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: ew-resize;
}
.studies .cards_group .card_cars .img_examples .ba-slider .before_img,
.studies .cards_group .card_cars .img_examples .ba-slider .after_img {
  width: 100%;
  max-height: 358px;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.studies .cards_group .card_cars .img_examples .ba-slider .after_img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 358px;
  clip-path: inset(0 50% 0 0);
  transition: clip-path 0s;
  width: 100%;
}
.studies .cards_group .card_cars .img_examples .ba-slider .handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.studies .cards_group .card_cars .img_examples .ba-slider .handle .examples_arrow {
  width: 78px;
  height: 78px;
  pointer-events: none;
}
.studies .cards_group .card_cars p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #b4b4b4;
  font-family: "Onest", sans-serif;
  margin: 12px 0 5px 0;
}
.studies .cards_group .card_cars h3 {
  font-weight: 900;
  font-style: Black;
  font-size: 17px;
  line-height: 110%;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #262626;
  font-family: "Steppe";
}

.about_block_line {
  border-bottom: 5px solid #262626;
}

.about_block_2 h2 {
  font-family: Steppe;
  font-weight: 900;
  font-style: Black;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 60px;
}
.about_block_2 h2 span {
  color: #ce021c;
}

.completed_work {
  padding: 100px 0 110px 0;
}
.completed_work .about_block h2 {
  font-weight: 900;
  font-style: Black;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -3%;
  text-transform: uppercase;
  font-family: "Steppe";
  color: #262626;
  margin-bottom: 60px;
}
.completed_work .about_block h2 span {
  color: #ce021c;
}
.completed_work .about_block .cards_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 60px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 60px;
}
.completed_work .about_block .cards_group .card_cars {
  width: 100%;
  max-width: 652px;
}
.completed_work .about_block .cards_group .card_cars .img_examples {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.completed_work .about_block .cards_group .card_cars .img_examples .ba-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: ew-resize;
}
.completed_work .about_block .cards_group .card_cars .img_examples .ba-slider .before_img,
.completed_work .about_block .cards_group .card_cars .img_examples .ba-slider .after_img {
  width: 100%;
  max-height: 358px;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.completed_work .about_block .cards_group .card_cars .img_examples .ba-slider .after_img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 358px;
  clip-path: inset(0 50% 0 0);
  transition: clip-path 0s;
  width: 100%;
}
.completed_work .about_block .cards_group .card_cars .img_examples .ba-slider .handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.completed_work .about_block .cards_group .card_cars .img_examples .ba-slider .handle .examples_arrow {
  width: 78px;
  height: 78px;
  pointer-events: none;
}
.completed_work .about_block .cards_group .card_cars p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #b4b4b4;
  font-family: "Onest", sans-serif;
  margin: 12px 0 5px 0;
}
.completed_work .about_block .cards_group .card_cars h3 {
  font-weight: 900;
  font-style: Black;
  font-size: 17px;
  line-height: 110%;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #262626;
  font-family: "Steppe";
}
.completed_work .about_block .download_more {
  width: 100%;
  max-width: 652px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ce021c;
  padding: 26px 24px 26px 34px;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #262626;
  font-family: "Onest", sans-serif;
}

.car_wrapping_video .about_block {
  margin-bottom: 98px;
}
.car_wrapping_video .about_block .slider_video {
  position: relative;
}
.car_wrapping_video .about_block .slider_video .video_img {
  width: 100%;
  position: relative;
}
.car_wrapping_video .about_block .slider_video .video_img .img_cars {
  width: 100%;
}
.car_wrapping_video .about_block .slider_video .video_img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.car_wrapping_video .about_block .slider_video .swiper-button-next,
.car_wrapping_video .about_block .slider_video .swiper-rtl .swiper-button-prev {
  padding: 24px;
  background-color: #3b3b3b;
  position: absolute;
  right: -60px;
}
.car_wrapping_video .about_block .slider_video .swiper-button-next svg,
.car_wrapping_video .about_block .slider_video .swiper-rtl .swiper-button-prev svg {
  min-width: 20px;
  height: 20px;
}
.car_wrapping_video .about_block .slider_video .swiper-button-next svg path,
.car_wrapping_video .about_block .slider_video .swiper-rtl .swiper-button-prev svg path {
  stroke: #ffffff;
}
.car_wrapping_video .about_block .slider_video .swiper-button-next:after,
.car_wrapping_video .about_block .slider_video .swiper-button-prev:after {
  display: none;
}
.car_wrapping_video .about_block .slider_video .swiper-button-prev,
.car_wrapping_video .about_block .slider_video .swiper-rtl .swiper-button-next {
  padding: 24px;
  background-color: #3b3b3b;
  position: absolute;
  left: -60px;
  right: auto;
}
.car_wrapping_video .about_block .slider_video .swiper-button-prev svg,
.car_wrapping_video .about_block .slider_video .swiper-rtl .swiper-button-next svg {
  min-width: 20px;
  height: 20px;
  rotate: 180deg;
}
.car_wrapping_video .about_block .slider_video .swiper-button-prev svg path,
.car_wrapping_video .about_block .slider_video .swiper-rtl .swiper-button-next svg path {
  stroke: #ffffff;
}
.car_wrapping_video .about_block .slider_video .swiper-button-next.swiper-button-disabled,
.car_wrapping_video .about_block .slider_video .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-color: #3b3b3b;
}
.car_wrapping_video .about_block .slider_video .swiper-button-next.swiper-button-disabled svg path,
.car_wrapping_video .about_block .slider_video .swiper-button-prev.swiper-button-disabled svg path {
  stroke: #ffffff;
}
.car_wrapping_video .about_block .slider_video .swiper-pagination {
  bottom: -30px;
}
.car_wrapping_video .about_block .slider_video .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.car_wrapping_video .about_block .slider_video .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.car_wrapping_video .about_block .slider_video .swiper-pagination-bullet {
  background: transparent;
  background-color: #3b3b3b;
  border-radius: 0;
  width: 8px;
  height: 8px;
  opacity: 1;
}
.car_wrapping_video .about_block .slider_video .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.car_wrapping_video .course .titles_course {
  margin-bottom: 82px;
}
.car_wrapping_video .course .titles_course h3 {
  font-family: Steppe;
  font-weight: 900;
  font-style: Black;
  font-size: 58px;
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #fff;
}
.car_wrapping_video .course .banners_course {
  margin-bottom: 40px;
}
.car_wrapping_video .course .items {
  background-color: #ffffff;
  padding: 40px;
}
.car_wrapping_video .course .items .items_view {
  display: flex;
  justify-content: space-between;
}
.car_wrapping_video .course .items h4 {
  font-family: Steppe;
  font-weight: 900;
  font-style: Black;
  font-size: 34px;
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #ce021c;
  position: relative;
}
.car_wrapping_video .course .items h4::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 344px;
  background-color: #ce021c;
  /* transform: rotate(90deg); */
  bottom: -23px;
  left: -40px;
}
.car_wrapping_video .course .items .infos_ite {
  position: relative;
}
.car_wrapping_video .course .items .infos_ite h5 {
  position: absolute;
  font-family: Onest;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 4%;
  text-align: center;
  text-transform: uppercase;
  color: #262626;
  background-color: #f6f6f6;
  padding: 12px;
  width: 200px;
  top: -40px;
  right: 0;
}
.car_wrapping_video .course .items .infos_ite p {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 10px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: right;
  margin-bottom: 8px;
  margin-top: 12px;
}
.car_wrapping_video .course .items .infos_ite h6 {
  font-family: Steppe;
  font-weight: 400;
  font-style: Regular;
  font-size: 34px;
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: -3%;
  text-align: right;
  text-transform: uppercase;
  width:110px;
}
.car_wrapping_video .course .items .infos_bottom p {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #000000;
  margin-top: 55px;
}
.car_wrapping_video .course .items .btns {
  display: flex;
  align-items: center;
  margin-top: 34px;
}
.car_wrapping_video .course .items .btns p {
  font-family: Onest;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 4%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  border: 1px solid #ededed;
  padding: 12px;
  max-width: 200px;
}
.car_wrapping_video .course .items .btns a {
  font-family: Onest;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 4%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  border: 1px solid #ce021c;
  padding: 12px;
  max-width: 200px;
}
.car_wrapping_video .course .item_ss {
  position: relative;
}
.car_wrapping_video .course .item_ss img {
  width: 100%;
  height: 354px;
}
.car_wrapping_video .course .item_ss a {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: Onest;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 4%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #ce021c;
  padding: 32px;
  max-width: 232;
}
.car_wrapping_video .private_questions .title_block {
  font-weight: 900;
  font-style: Black;
  font-size: 26px;
  line-height: 110%;
  letter-spacing: -3%;
  text-transform: uppercase;
  font-family: "Steppe";
  color: #ffffff;
  margin-bottom: 48px;
}
.car_wrapping_video .private_questions .title_block span {
  color: #ce021c;
}
.car_wrapping_video .private_questions .accordion {
  background-color: transparent;
}
.car_wrapping_video .private_questions .accordion-button {
  background-color: transparent;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #ffffff;
  font-family: "Onest", sans-serif;
  padding: 0;
}
.car_wrapping_video .private_questions .accordion-button span {
  font-family: Onest;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 4%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #262626;
  padding: 12px;
  max-width: 90px;
  margin-right: 22px;
}
.car_wrapping_video .private_questions .accordion-button:not(.collapsed)::after {
  background-image: url(../img/arrow_accardion.svg);
  background-size: auto;
  width: 32px;
  height: 32px;
}
.car_wrapping_video .private_questions .accordion-button::after {
  background-image: url(../img/arrow_accardion1.svg);
  background-size: auto;
  width: 32px;
  height: 32px;
}
.car_wrapping_video .private_questions .accordion-item {
  background-color: transparent;
  border-radius: 0;
  border: none;
  padding: 28px 0 32px 0;
  border-bottom: 1px solid #3b3b3b;
}
.car_wrapping_video .private_questions .accordion-item:first-child {
  border-top: 1px solid #3b3b3b;
}
.car_wrapping_video .private_questions .accordion-button:not(.collapsed) {
  color: #ce021c;
  background-color: transparent;
  box-shadow: none;
}
.car_wrapping_video .private_questions .accordion-button:focus {
  box-shadow: none;
}
.car_wrapping_video .private_questions .accordion-body {
  padding: 0;
  padding-top: 14px;
}
.car_wrapping_video .private_questions .accordion-body .text_answer {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #b4b4b4;
  font-family: "Open Sans", sans-serif;
  max-width: 1200px;
}

.person {
  background-color: #1c1c1c;
  padding-top: 100px;
  padding-bottom: 72px;
  border-bottom: 5px solid #262626;
}
.person .infos_person {
  display: flex;
}
.person .infos_person .text_oerson {
  max-width: 764px;
  position: relative;
}
.person .infos_person .text_oerson img {
  position: absolute;
  top: -135px;
}
.person .infos_person .text_oerson p {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
  margin-bottom: 60px;
  color: #fff;
}
.person .infos_person .text_oerson h3 {
  font-family: Steppe;
  font-weight: 900;
  font-style: Black;
  font-size: 26px;
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}
.person .infos_person .text_oerson h4 {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #ce021c;
}
.person .infos_person .img_person {
  position: relative;
}
.person .infos_person .img_person img {
  position: absolute;
  top: -121px;
}

.form_obrotnoy {
  background-color: #1c1c1c;
  padding-top: 100px;
  padding-bottom: 88px;
}
.form_obrotnoy .img_form_icon {
  position: relative;
}
.form_obrotnoy .img_form_icon img {
  position: absolute;
  top: -129px;
}
.form_obrotnoy .forms_views {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form_obrotnoy .forms_s {
  max-width: 640px;
}
.form_obrotnoy .forms_s h2 {
  font-family: Steppe;
  font-weight: 900;
  font-style: Black;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 37px;
}
.form_obrotnoy .forms_s h2 span {
  color: #ce021c;
}
.form_obrotnoy .forms_s p {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #7c7c7c;
}

.title_block_st {
  font-family: Steppe;
  font-weight: 900;
  font-style: Black;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 47px;
}

.training {
  padding-top: 120px;
  padding-bottom: 120px;
}
.training .title {
  margin-bottom: 75px;
}
.training .title h2 {
  font-family: Steppe;
  font-weight: 900;
  font-style: Black;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #fff;
}
.training .title h2 span {
  color: #ce021c;
}
.training .row_training {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 120px;
}


.popup{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);align-items:center;justify-content:center}
    .popup__content{z-index:99;background:#fff;padding:24px 28px;border-radius:12px;text-align:center;max-width:320px;width:90%}
    
    

.training .row_training::before {
  height: 2px;
  width: 10000px;
  content: "";
  background-color: #ce021c;
  position: absolute;
  top: 96px;
  left: -1808px;
}
.training .block_view {
  max-width: 380px;
}
.training .items .top_item {
  display: flex;
  gap: 10px;
    align-items: center;
}
.training .items .top_item h3 {
  font-family: Steppe;
  font-weight: 900;
  font-style: Black;
  font-size: 68px;
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #7c7c7c;
}
.training .items .top_item h4 {
  font-family: Steppe;
  font-weight: 900;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #fff;
}
.training .items p {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #b4b4b4;
  max-width: 281px;
  margin-top: 40px;
  margin-left: 80px;
}

.book_appointment {
  padding: 141px 0 67px 0;
  background: url(../img/bg_form.png);
  position: relative;
  overflow: hidden;
  background-size: cover;
}
.book_appointment .about_block h2 {
  font-family: Steppe;
  font-weight: 900;
  font-style: Black;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 64px;
}
.book_appointment .about_block h2 span {
  color: #ce021c;
}
.book_appointment .about_block form {
  position: relative;
  z-index: 10;
}
.book_appointment .about_block form .top_form {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 19px;
}
.book_appointment .about_block form .top_form .input_group {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 32px 30px;
  gap: 10px;
  width: 282px;
}
.book_appointment .about_block form .top_form .input_group input {
  background-color: transparent;
  outline: none;
  border: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #262626;
  font-family: "Onest", sans-serif;
}
.book_appointment .about_block form .top_form .input_group input::-moz-placeholder {
  color: #262626;
}
.book_appointment .about_block form .top_form .input_group input::placeholder {
  color: #262626;
}
.book_appointment .about_block form .top_form button {
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 4%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 32px 20px;
  background-color: #ce021c;
  border: none;
}
.book_appointment .about_block form .checked {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 3%;
  font-family: "Onest", sans-serif;
  color: #b4b4b4;
}
.book_appointment .about_block form .checked a {
  text-decoration: underline !important;
  color: #b4b4b4;
}
.book_appointment .img_form {
  position: absolute;
  top: 0;
  right: 0;
}

.book_appointment_t {
  background: transparent;
}

footer {
  padding-top: 81px;
  padding-bottom: 17px;
  background-color: #1c1c1c;
  border-top: 6px solid #262626;
}
footer .about_block {
  display: flex;
  gap: 44px;
  align-items: center;
  margin-bottom: 79px;
}
footer .about_block .number_footer h3 {
  font-family: Steppe;
  font-weight: 900;
  font-style: Black;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #ce021c;
  margin-bottom: 20px;
}
footer .about_block .number_footer a {
  font-family: Steppe;
  font-weight: 900;
  font-style: Black;
  font-size: 62px;
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #fff;
}
footer .about_block .number_footer p {
  font-family: Onest;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 1%;
  color: #fff;
}
footer .about_block .messengers {
  display: flex;
  gap: 40px;
}
footer .about_block .messengers a {
  font-family: Onest;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 1%;
  color: #b4b4b4;
}
footer .about_block .messengers a img {
  margin-right: 11px;
}
footer .locations {
  margin-bottom: 82px;
  display: flex;
  gap: 40px;
}
footer .locations .items_loc {
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 2px solid #ce021c;
  max-width: 328px;
  padding-top: 25px;
}
footer .locations .items_loc .address_name h3 {
  font-family: Steppe;
  font-weight: 900;
  font-style: Black;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
footer .locations .items_loc .address_name p {
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 1%;
  color: #b4b4b4;
}
footer .bottom_footers {
  display: flex;
  gap: 24px;
}
footer .bottom_footers a {
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #4a4a4a;
}

@media (max-width: 999px) {
  #menu__toggle:checked + .menu__btn {
    position: fixed;
    right: 20px;
    top: 25px;
  }
  #menu__toggle {
    opacity: 0;
  }
  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(deg);
  }
  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    right: 0 !important;
  }
  .menu__btn {
    position: absolute;
    top: 25px;
    right: 0;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 200;
    padding: 15px 14px;
    border-radius: 50%;
    background: #ce021c;
  }
  .menu__btn > span {
    left: 13px;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 18px;
    height: 1.5px;
    background-color: #fff;
    transition-duration: 0.25s;
    top: 21px;
  }
  .menu__btn > span::before {
    content: "";
    top: -8px;
  }
  .menu__btn > span::after {
    content: "";
    top: 8px;
  }
  .menu__box {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    z-index: 100;
    height: 100%;
    margin: 0;
    list-style: none;
    background-color: #ffffff;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    transition-duration: 0.25s;
    padding: 74px 20px;
    align-items: start;
    overflow-x: auto;
  }
  .menu__box li {
    margin-bottom: 10px;
  }
  .menu__box li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 5%;
    text-transform: uppercase;
    font-family: "Onest", sans-serif;
    color: #262626;
  }
  .menu__box .programms {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
  }
  .menu__box .programms a.prog {
    background-color: #ce021c !important;
    color: #ffffff !important;
  }
  .group_home header .group_logo_menu .hamburger-menu {
    display: block;
  }
  .group_home header .about_block {
    display: none;
  }
  .group_home header .group_logo_menu .menu_contacts {
    display: none;
  }
  .group_home header .group_logo_menu .programms {
    display: none;
  }
  .group_home header .group_logo_menu .logo a img {
    width: 130px;
  }
  .group_home header .group_logo_menu .logo .bg_logo {
    height: 40px;
  }
  .group_home header .group_logo_menu {
    position: relative;
    padding: 20px 0;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding: 0 20px;
  }
  .group_home .menu_cars {
    display: none;
  }
  .group_home .title_block_bottom .about_block {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .group_home .title_block_bottom .about_block .left_text h1 {
    font-size: 32px;
  }
  .group_home .title_block_bottom .about_block .left_text p {
    font-size: 12px;
  }
  .group_home .title_block_bottom .about_block a {
    padding: 18px 10px;
    font-size: 12px;
  }
  .group_home .title_block_bottom {
    padding-bottom: 60px;
  }
  .group_home .title_block_bottom .about_block .left_text {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(2.5px);
    padding: 16px;
  }
  .about_project {
    padding: 60px 0;
  }
  .about_project .about_block .group_top {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
  }
  .about_project .about_block .group_top .left_numbers_text {
    width: 100%;
  }
  .about_project .about_block .group_top .left_numbers_text .items_description_group {
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
  }
  .about_project .about_block .group_top .left_numbers_text .items_description_group .item h3 {
    font-size: 28px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .about_project .about_block .group_top .left_numbers_text .items_description_group .item {
    width: 150px;
  }
  .about_project .about_block .group_top .left_numbers_text .items_description_group .item h3::after {
    width: 100px;
  }
  .about_project .about_block .group_top .left_numbers_text .items_description_group .item p {
    font-size: 12px;
  }
  .about_project .about_block .group_top .left_numbers_text h4 {
    font-size: 12px;
    text-align: center;
  }
  .about_project .about_block .group_top .left_numbers_text h4 br {
    display: none;
  }
  .about_project .about_block .group_top .right_description_groups {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    gap: 20px;
  }
  .about_project .about_block .group_top .right_description_groups .description_text h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .about_project .about_block .group_top .right_description_groups .description_text .center_group img {
    width: 40px;
    height: 40px;
  }
  .about_project .about_block .group_top .right_description_groups .description_text p {
    font-size: 12px;
  }
  .about_project .about_block .group_bottom_cards {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
  .about_project .about_block .group_bottom_cards .card {
    max-width: 200px;
  }
  .about_project .about_block .group_bottom_cards .card a {
    padding: 12px;
  }
  .about_project .about_block .group_bottom_cards .card p {
    font-size: 12px;
  }
  .about_project .about_block .group_bottom_cards .card h3 {
    font-size: 18px;
  }
  .prices_protective {
    padding: 60px 0;
  }
  .prices_protective .about_block .title_block {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
    gap: 20px;
  }
  .prices_protective .about_block .title_block h2 {
    font-size: 32px;
  }
  .prices_protective .about_block .title_block .right_tabs a {
    padding: 12px;
  }
  .prices_protective .about_block .table_big_group {
    overflow-y: scroll;
  }
  .prices_protective .about_block .table_big_group .table_inf_group {
    min-width: 1322px;
  }
  .prices_protective .about_block {
    margin-bottom: 60px;
  }
  .prices_protective .car_wrapping {
    flex-direction: column;
    gap: 20px;
  }
  .prices_protective .car_wrapping .text_block h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .prices_protective .car_wrapping .text_block .mini_texts p {
    font-size: 12px;
  }
  .prices_protective .car_wrapping .text_block .mini_texts {
    gap: 10px;
  }
  .prices_protective .car_wrapping .slider_cars .car_img img {
    width: 100%;
  }
  .prices_protective .car_wrapping .slider_cars .swiper-button-next,
  .prices_protective .car_wrapping .slider_cars .swiper-rtl .swiper-button-prev {
    padding: 16px 20px;
    left: 40px;
  }
  .prices_protective .car_wrapping .slider_cars .swiper-button-prev,
  .prices_protective .car_wrapping .slider_cars .swiper-rtl .swiper-button-next {
    padding: 14px 20px;
  }
  .stages_works {
    padding: 60px 0;
  }
  .stages_works .about_block h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .stages_works .about_block .stages .stage {
    flex-direction: column;
    gap: 20px;
  }
  .stages_works .about_block .stages .stage img {
    width: 100%;
  }
  .stages_works .about_block .stages .stage .text_stage .title_text span {
    font-size: 18px;
  }
  .stages_works .about_block .stages .stage .text_stage .title_text {
    gap: 16px;
  }
  .stages_works .about_block .stages .stage .text_stage .title_text h3 {
    font-family: 18px;
  }
  .stages_works .about_block .stages .stage .text_stage .title_text {
    margin-bottom: 16px;
  }
  .stages_works .about_block .stages .stage .text_stage p {
    font-size: 14px;
  }
  .stages_works .about_block .stages {
    gap: 30px;
  }
  .completed_work {
    padding: 60px 0;
  }
  .completed_work .about_block h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .completed_work .about_block .cards_group .card_cars {
    max-width: 300px;
  }
  .completed_work .about_block .cards_group .card_cars .img_examples .ba-slider .handle {
    width: 50px;
    height: 50px;
  }
  .completed_work .about_block .cards_group .card_cars .img_examples .ba-slider .handle .examples_arrow {
    width: 50px;
    height: 50px;
  }
  .completed_work .about_block .cards_group {
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
  }
  .completed_work .about_block .cards_group .card_cars .img_examples {
    height: 166px;
  }
  .completed_work .about_block .cards_group .card_cars .img_examples .ba-slider .before_img,
  .completed_work .about_block .cards_group .card_cars .img_examples .ba-slider .after_img {
    height: 166px;
  }
  .completed_work .about_block .cards_group .card_cars p {
    font-size: 12px;
  }
  .completed_work .about_block .cards_group .card_cars h3 {
    font-size: 14px;
  }
  .completed_work .about_block .download_more {
    max-width: 300px;
    padding: 16px;
    margin: 0 auto;
  }
  .car_wrapping_video {
    padding: 60px 0;
  }
  .car_wrapping_video .about_block h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .car_wrapping_video .about_block .slider_video .video_img .play {
    width: 50px;
    height: 50px;
  }
  .car_wrapping_video .about_block .slider_video .swiper-button-next,
  .car_wrapping_video .about_block .slider_video .swiper-rtl .swiper-button-prev {
    right: -16px;
    padding: 16px 20px;
  }
  .car_wrapping_video .about_block .slider_video .swiper-button-prev,
  .car_wrapping_video .about_block .slider_video .swiper-rtl .swiper-button-next {
    left: -16px;
    padding: 16px 20px;
  }
  .car_wrapping_video .about_block {
    padding-bottom: 90px;
  }
  .car_wrapping_video .private_questions .title_block {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .car_wrapping_video .private_questions .accordion-item {
    padding: 16px 0;
  }
  .car_wrapping_video .private_questions .accordion-button {
    font-size: 16px;
  }
  .car_wrapping_video .private_questions .accordion-body .text_answer {
    font-size: 14px;
  }
  .car_wrapping_video .private_questions .accordion-button::after {
    background-size: contain;
    width: 20px;
    height: 20px;
  }
  .car_wrapping_video .private_questions .accordion-button:not(.collapsed)::after {
    background-size: contain;
    width: 20px;
    height: 20px;
  }
  .book_appointment .img_form {
    display: none;
  }
  .book_appointment {
    padding: 30px 0;
  }
  .book_appointment .about_block h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .book_appointment .about_block form .top_form {
    flex-direction: column;
  }
  .book_appointment .about_block form .top_form .input_group {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 16px 20px;
    justify-content: space-between;
  }
  .book_appointment .about_block form .top_form button {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 16px 20px;
  }
  .book_appointment .about_block form .checked {
    justify-content: center;
  }
  footer {
    padding: 30px 0;
  }
  footer .about_block .top_menu {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  footer .about_block .top_menu .menu_block .arrow {
    margin-bottom: 20px;
  }
  footer .about_block .top_menu .menu_block h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  footer .about_block .top_menu .menu_block ul {
    gap: 12px;
  }
  footer .about_block .top_menu .menu_block ul li a {
    font-size: 14px;
  }
  footer .about_block .top_menu .play_downnload .download {
    padding: 16px 20px;
  }
  footer .about_block .bottom_text {
    flex-wrap: wrap;
    gap: 16px;
  }
  .hero_section .infos {
    flex-direction: column;
  }
  .hero_section .infos .img_hero img {
    position: static;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  .hero_section .infos .title h1 {
    font-size: 46px;
    margin-bottom: 17px;
  }
  .hero_section .infos .title p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .hero_section .infos .dop_infos .items h3:after {
    left: 106px;
    right: 0;
  }
  .experience .title h2 {
    font-size: 52px;
  }
  .experience .title {
    padding: 70px 0;
    margin-bottom: 0;
  }
  .experience .infos_expreince .title_infos h3 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .experience .infos_expreince .title_infos p {
    padding-bottom: 30px;
  }
  .experience .infos_expreince {
    flex-direction: column;
  }
  .experience .infos_expreince .items_s {
    flex-direction: column;
  }
  .studies .title h2 {
    font-size: 44px;
  }
  .studies .title {
    padding-bottom: 1px;
  }
  .car_wrapping_video .about_block .slider_video .swiper-button-next,
  .car_wrapping_video .about_block .slider_video .swiper-rtl .swiper-button-prev {
    top: 99px;
  }
  .car_wrapping_video .about_block .slider_video .swiper-button-next.swiper-button-disabled,
  .car_wrapping_video .about_block .slider_video .swiper-button-prev.swiper-button-disabled {
    top: 99px;
  }
  .car_wrapping_video .about_block .slider_video .swiper-button-prev,
  .car_wrapping_video .about_block .slider_video .swiper-rtl .swiper-button-next {
    top: 99px;
  }
  .ba-slider img {
    height: 200px;
  }
  .car_wrapping_video .about_block {
    padding-bottom: 0;
  }
  .car_wrapping_video .course .titles_course h3 {
    font-size: 40px;
  }
  .car_wrapping_video .course .items .items_view {
    flex-direction: column;
  }
  .car_wrapping_video .course .items .infos_ite h5 {
    position: static;
    margin-top: 30px;
  }
  .car_wrapping_video .course .items h4::before {
    width: 100%;
  }
  .car_wrapping_video .course .items .infos_bottom p {
    margin-top: 30px;
  }
  .car_wrapping_video .course .items .btns {
    flex-direction: column;
    gap: 5px;
  }
  .car_wrapping_video .course .item_ss img {
    height: auto;
  }
  .car_wrapping_video .course .item_ss a {
    padding: 18px;
  }
  .studies {
    padding-bottom: 80px;
    margin-bottom: 40px;
  }
  .person .infos_person {
    flex-direction: column;
  }
  .person .infos_person .img_person img {
    position: static;
    width: 100%;
    margin-top: 15px;
  }
  .form_obrotnoy .forms_views {
    flex-direction: column;
  }
  .form_obrotnoy .forms_s h2 {
    font-size: 38px;
  }
  .book_appointment_t {
    width: 100%;
  }
  .training .title h2 {
    font-size: 38px;
  }
  .training .row_training {
    flex-direction: column;
    gap: 40px;
  }
  .training .row_training::before {
    content: none;
  }
  .training .items .top_item h4 {
    font-size: 18px;
  }
  .training .items p {
    margin-top: 12px;
  }
  .training .items .top_item h3 {
    font-size: 60px;
  }
  footer .about_block {
    flex-direction: column;
  }
  footer .about_block .number_footer a {
    font-size: 36px;
  }
  footer .about_block .messengers a {
    display: flex;
    font-size: 21px;
  }
  footer .about_block .messengers {
    flex-direction: column;
  }
  footer .locations {
    flex-direction: column;
  }
  footer .bottom_footers {
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */