.new-auto {
  max-width: var(--max-width);
  width: 100%;
  padding-top: 80px;
}
@media (max-width: 992px) {
  .new-auto {
    padding-top: 60px;
  }
}
.new-auto {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .new-auto {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.new-auto h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: var(--chernyy);
}
@media (max-width: 992px) {
  .new-auto h2 {
    font-size: 32px;
  }
}
.new-auto__filters {
  display: flex;
  width: 100%;
  gap: 20px;
  margin-top: 24px;
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .new-auto__filters {
    flex-direction: column;
  }
}
.new-auto__filter {
  display: flex;
  width: 100%;
  position: relative;
}
.new-auto__filter ul {
  position: absolute;
  top: 62px;
  background: var(--belyy);
  width: 100%;
  display: none;
}
.new-auto__filter ul.active {
  display: block;
  z-index: 5;
}
.new-auto__filter ul li {
  list-style-type: none;
  padding: 6px 20px;
  cursor: pointer;
}
.new-auto__filter ul li:hover {
  background: var(--chernyy-100);
}
.new-auto__field {
  width: 100%;
  background-color: var(--belyy);
  display: flex;
  padding: 18px 20px;
  cursor: pointer;
}
.new-auto__field svg {
  transition: 0.3s ease;
}
.new-auto__field svg.active {
  transform: rotate(180deg);
}
.new-auto__field input {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  pointer-events: none;
}
.new-auto__field input::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--chernyy-300);
}
.new-auto__field input {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--chernyy);
}
.new-auto__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  width: 100%;
}
@media (max-width: 992px) {
  .new-auto__items {
    justify-content: space-between;
  }
}
.new-auto__item {
  max-width: calc(25% - 15px);
  width: 100%;
  background-color: var(--belyy);
  padding: 16px;
}
@media (max-width: 1141px) {
  .new-auto__item {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 576px) {
  .new-auto__item {
    max-width: 100%;
  }
}
.new-auto__item button {
  width: 100%;
}
.new-auto__item h3 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: var(--chernyy);
  margin-top: 16px;
}
.new-auto__item .subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--chernyy-500);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .new-auto__item .subtitle {
    margin-bottom: 32px;
  }
}
.new-auto__item .price {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: var(--chernyy);
}
.new-auto__btns {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
  margin-top: 24px;
}
.new-auto__load {
  width: 100%;
  display: flex;
  margin-top: 32px;
}

.swiperNewAutoThumb .swiper-slide {
  max-width: calc(33.3333333333% - 4px);
}
.swiperNewAutoThumb .swiper-slide img {
  width: 100%;
}

.swiperNewAuto img {
  width: 100%;
  object-fit: contain;
  max-height: 305px;
}
@media (max-width: 1141px) {
  .swiperNewAuto img {
    object-fit: cover;
  }
}

#new-auto-more {
  margin: auto;
}
@media (min-width: 577px) {
  #new-auto-more {
    max-width: 335px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  #new-auto-more {
    max-width: 100%;
    width: 100%;
  }
}

.benefits {
  margin-top: 80px;
  max-width: var(--max-width);
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .benefits {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
.benefits {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .benefits {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.benefits h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: var(--chernyy);
  text-align: left;
}
@media (max-width: 992px) {
  .benefits h2 {
    font-size: 32px;
  }
}
.benefits .swiperDestroy {
  max-width: 100%;
}
@media (min-width: 993px) {
  .benefits .swiper-wrapper {
    gap: 49px;
    justify-content: space-between;
    align-items: stretch;
  }
}
.benefits .swiper-slide {
  max-width: calc(20% - 50px);
  height: auto;
  position: relative;
}
.benefits .swiper-slide:not(:nth-child(1))::before {
  position: absolute;
  content: "";
  width: 1px;
  top: 10%;
  height: 80%;
  background-color: var(--chernyy-100);
  left: -24px;
}
@media screen and (max-width: 992px) and (min-width: 769px) {
  .benefits .swiper-slide {
    max-width: calc(33.3333333333% - 50px);
  }
}
@media screen and (max-width: 768px) {
  .benefits .swiper-slide {
    max-width: 60%;
  }
}
@media (max-width: 576px) {
  .benefits .swiper-slide {
    max-width: 60%;
    width: auto;
  }
}
.benefits__item {
  margin-top: 24px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.benefits__item.benefits__item--white .num {
  color: var(--belyy);
}
.benefits__item.benefits__item--white .title {
  color: var(--belyy);
}
.benefits__item.benefits__item--white .subtitle {
  color: var(--belyy-500);
}
.benefits__item .num {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 63px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: var(--chernyy);
  margin-bottom: 32px;
}
.benefits__item .title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  color: var(--chernyy);
  margin-bottom: 8px;
}
.benefits__item .subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--chernyy-500);
}
.benefits .invest {
  font-family: var(--font-family);
  font-weight: 250;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--chernyy);
}
@media (max-width: 992px) {
  .benefits .invest {
    font-size: 20px;
    margin-top: 40px;
  }
}

.used-auto {
  max-width: var(--max-width);
  width: 100%;
  padding-top: 80px;
}
@media (max-width: 992px) {
  .used-auto {
    padding-top: 60px;
  }
}
.used-auto {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .used-auto {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.used-auto h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: var(--belyy);
}
@media (max-width: 992px) {
  .used-auto h2 {
    font-size: 32px;
  }
}
.used-auto__filters {
  display: flex;
  width: 100%;
  gap: 20px;
  margin-top: 24px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .used-auto__filters {
    flex-wrap: wrap;
  }
}
.used-auto__filter {
  display: flex;
}
@media (max-width: 992px) {
  .used-auto__filter {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 576px) {
  .used-auto__filter {
    max-width: 100%;
  }
}
.used-auto__filter {
  width: 100%;
  position: relative;
}
.used-auto__filter ul {
  position: absolute;
  top: 62px;
  background: var(--chernyy);
  width: 100%;
  z-index: 9;
  display: none;
}
.used-auto__filter ul.active {
  display: block;
}
.used-auto__filter ul li {
  list-style-type: none;
  padding: 6px 20px;
  cursor: pointer;
  color: var(--belyy);
}
.used-auto__filter ul li:hover {
  background: var(--belyy-100);
}
.used-auto__field {
  width: 100%;
  background-color: var(--belyy-100);
  display: flex;
  padding: 18px 20px;
  cursor: pointer;
}
.used-auto__field svg {
  transition: 0.3s ease;
}
.used-auto__field svg.active {
  transform: rotate(180deg);
}
.used-auto__field input {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  pointer-events: none;
}
.used-auto__field input::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--belyy-300);
}
.used-auto__field input {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--belyy-300);
}
.used-auto__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .used-auto__items {
    justify-content: space-between;
  }
}
.used-auto__item {
  max-width: calc(25% - 15px);
  width: 100%;
  background-color: var(--belyy-100);
  padding: 16px;
}
@media (max-width: 1141px) {
  .used-auto__item {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 576px) {
  .used-auto__item {
    max-width: 100%;
  }
}
.used-auto__item button {
  width: 100%;
}
.used-auto__item h3 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: var(--belyy);
  margin-top: 16px;
}
.used-auto__item .subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--belyy-500);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .used-auto__item .subtitle {
    margin-bottom: 32px;
  }
}
.used-auto__item .price {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: var(--belyy);
}
.used-auto__btns {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
  margin-top: 24px;
}
.used-auto__btns .btn__dark {
  background-color: var(--belyy);
  color: var(--chernyy);
}
.used-auto__btns .btn__dark:hover {
  background-color: transparent;
  color: var(--belyy);
  border-color: var(--belyy);
}
.used-auto__load {
  width: 100%;
  display: flex;
  margin-top: 32px;
}

.swiperusedAuto img {
  width: 100%;
  object-fit: contain;
  max-height: 305px;
}
@media (max-width: 1141px) {
  .swiperusedAuto img {
    object-fit: cover;
  }
}

.swiperusedAutoThumb .swiper-slide {
  max-width: calc(33.3333333333% - 4px);
}
.swiperusedAutoThumb .swiper-slide img {
  width: 100%;
}

#used-auto-more {
  margin: auto;
}
@media (min-width: 577px) {
  #used-auto-more {
    max-width: 335px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  #used-auto-more {
    max-width: 100%;
    width: 100%;
  }
}

.swiperDestroy-pagination {
  position: relative;
  margin-top: 24px;
}
@media (min-width: 993px) {
  .swiperDestroy-pagination {
    display: none;
  }
}

.swiperDestroy-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--chernyy);
  border-color: var(--chernyy);
}

.swiperDestroy-pagination .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  background-color: var(--chernyy-500);
  opacity: 1;
}

.swiper-horizontal > .swiperDestroy-pagination.swiper-pagination-bullets .swiper-pagination-bullet,
.swiperDestroy-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 7.5px);
}

.extra {
  max-width: var(--max-width);
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .extra {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.extra {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 992px) {
  .extra {
    margin-top: 60px;
  }
}
.extra h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: var(--belyy);
}
@media (max-width: 992px) {
  .extra h2 {
    font-size: 32px;
  }
}
@media (min-width: 993px) {
  .extra .swiper-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 49px;
  }
}
.extra .swiperDestroy {
  max-width: 100%;
}
.extra .swiperDestroy-pagination.swiperDestroy-pagination-extra .swiper-pagination-bullet {
  background-color: var(--belyy-500);
}
.extra .swiperDestroy-pagination.swiperDestroy-pagination-extra .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--belyy);
}
.extra .swiper-slide {
  position: relative;
}
.extra .swiper-slide:not(:nth-child(1))::before {
  position: absolute;
  content: "";
  width: 1px;
  top: 10%;
  height: 80%;
  background-color: var(--belyy-100);
  left: -24px;
}
@media (min-width: 993px) {
  .extra .swiper-slide {
    max-width: calc(25% - 50px);
  }
}
@media screen and (max-width: 992px) and (min-width: 769px) {
  .extra .swiper-slide {
    max-width: calc(50% - 50px);
  }
}
@media screen and (max-width: 768px) {
  .extra .swiper-slide {
    max-width: 60%;
  }
}
@media (max-width: 576px) {
  .extra .swiper-slide {
    max-width: 60%;
    width: auto;
  }
}
.extra .swiper-slide .benefits__item {
  max-width: 100%;
  width: 100%;
}

.order {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  position: relative;
}
@media (max-width: 992px) {
  .order {
    margin-top: 60px;
  }
}
@media (max-width: 576px) {
  .order {
    max-height: 700px;
  }
}
.order__image {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 576px) {
  .order__image {
    max-height: 700px;
  }
}
@media (min-width: 993px) {
  .order__image {
    min-height: 600px;
    height: 100%;
  }
}
.order__image img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 577px) {
  .order__image img {
    min-height: 600px;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 576px) {
  .order__image img {
    max-height: 700px;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
  }
}
.order__content {
  position: absolute;
  width: 100%;
  max-width: var(--max-width);
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .order__content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 576px) {
  .order__content {
    top: 60px;
  }
}
@media (min-width: 577px) {
  .order__content h2 {
    max-width: 530px;
  }
}
.order__content h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: var(--belyy);
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .order__content h2 {
    font-size: 32px;
  }
}
@media (min-width: 577px) {
  .order__content p {
    max-width: 530px;
  }
}
.order__content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--belyy-500);
  margin-bottom: 24px;
}
@media (min-width: 577px) {
  .order__content form {
    max-width: 530px;
  }
}
.order__content form input {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  padding: 18px 20px;
  color: var(--chernyy-300);
}
.order__content form .agreement {
  margin-top: 12px;
}
.order__field {
  width: 100%;
  cursor: pointer;
  position: relative;
  background-color: var(--belyy);
  display: flex;
  align-items: center;
  padding-right: 16px;
}
.order__field input {
  width: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  pointer-events: none;
}
.order__field input::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--chernyy-300);
}
.order__field input {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--chernyy);
}
.order__list {
  position: relative;
}
.order__list ul {
  position: absolute;
  top: 62px;
  background: var(--belyy);
  width: 100%;
  display: none;
}
.order__list ul.active {
  display: block;
}
.order__list ul li {
  list-style-type: none;
  padding: 6px 20px;
  cursor: pointer;
}
.order__list ul li:hover {
  background: var(--chernyy-100);
}

.service {
  display: flex;
  max-width: var(--max-width);
  margin-top: 80px;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .service {
    margin-top: 60px;
  }
}
@media (max-width: 1280px) {
  .service {
    flex-direction: column;
  }
}
.service {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .service {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.service__image {
  align-self: flex-end;
}
@media (max-width: 1280px) {
  .service__image {
    align-self: flex-start;
  }
}
@media (max-width: 768px) {
  .service__image img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .service__image {
    width: 100%;
  }
  .service__image img {
    max-width: 100%;
    width: 100%;
  }
}
.service__content {
  max-width: 691px;
}
@media (max-width: 1280px) {
  .service__content {
    max-width: 100%;
  }
}
.service__content h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: var(--chernyy);
}
@media (max-width: 992px) {
  .service__content h2 {
    font-size: 32px;
  }
}
.service__content__text {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--chernyy-100);
}
.service__content__text p:not(:last-child) {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: var(--chernyy);
}
@media (max-width: 992px) {
  .service__content__text p:not(:last-child) {
    font-size: 16px;
  }
}
.service__content__text p:last-child {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--chernyy-500);
}
.service__content__benefits {
  margin-top: 24px;
  margin-bottom: 24px;
}
.service__content__benefits p.title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: var(--chernyy);
}
@media (max-width: 992px) {
  .service__content__benefits p.title {
    font-size: 16px;
  }
}
.service__content__sales {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 48px;
  margin-top: 12px;
}
@media (max-width: 576px) {
  .service__content__sales {
    gap: 24px;
  }
}
.service__content__sale .num {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 100px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: var(--chernyy);
}
@media (max-width: 992px) {
  .service__content__sale .num {
    font-size: 70px;
  }
}
.service__content__sale .text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: var(--chernyy);
}
.service__content__sale--separator {
  height: auto;
  width: 1px;
  background-color: var(--chernyy-100);
}
.service__content__form {
  padding-top: 24px;
  border-top: 1px solid var(--chernyy-100);
}
.service__content__form p.title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: var(--chernyy);
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .service__content__form p.title {
    font-size: 16px;
  }
}
.service__content__form form {
  width: 100%;
}
.service__content__form form input {
  width: 100%;
  max-width: 335px;
  outline: none;
  border: none;
}
.service__content__form form button {
  width: 100%;
  max-width: 335px;
}
.service__content__form form .agreement {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--chernyy-500);
  margin-top: 12px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .service__content__form form .row {
    flex-direction: column;
  }
  .service__content__form form .row input {
    min-height: 56px;
    width: 100%;
    max-width: 100%;
  }
  .service__content__form form .row button {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .service__content__form form .row {
    justify-content: start;
  }
}
.service__content .more {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--chernyy-500);
}

.experience {
  margin-top: 80px;
  width: 100%;
  max-width: var(--max-width);
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .experience {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 993px) {
  .experience .swiper-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
@media (min-width: 993px) {
  .experience .swiper-slide {
    max-width: calc(25% - 40px);
  }
}
@media (max-width: 992px) {
  .experience .swiper-slide {
    max-width: 33%;
  }
}
@media (max-width: 576px) {
  .experience .swiper-slide {
    max-width: 65%;
  }
}
.experience .swiper-slide {
  width: 100%;
  position: relative;
  height: auto;
}
@media (max-width: 992px) {
  .experience .swiper-slide:not(:nth-child(1))::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--chernyy-100);
    left: -24px;
  }
}
@media (min-width: 993px) {
  .experience .swiper-slide:nth-child(2)::before, .experience .swiper-slide:nth-child(3)::before, .experience .swiper-slide:nth-child(4)::before, .experience .swiper-slide:nth-child(6)::before, .experience .swiper-slide:nth-child(7)::before, .experience .swiper-slide:nth-child(8)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--chernyy-100);
    left: -24px;
  }
  .experience .swiper-slide:nth-child(1)::after, .experience .swiper-slide:nth-child(2)::after, .experience .swiper-slide:nth-child(3)::after, .experience .swiper-slide:nth-child(4)::after {
    position: absolute;
    content: "";
    width: calc(100% + 68px);
    height: 1px;
    background-color: var(--chernyy-100);
    left: -24px;
    bottom: 0;
  }
}
.experience .swiper-slide .benefits__item {
  max-width: 100%;
  width: 100%;
}
.experience .swiper-slide .benefits__item .num {
  margin-bottom: 20px;
}
.experience .swiper-slide .benefits__item .title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: var(--chernyy);
}

.our__services {
  width: 100%;
  max-width: var(--max-width);
  margin-top: 80px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .our__services {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .our__services {
    margin-top: 60px;
  }
}
.our__services h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: var(--chernyy);
}
@media (max-width: 992px) {
  .our__services h2 {
    font-size: 32px;
  }
}
.our__services__items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 32px;
  margin-top: 32px;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .our__services__items {
    row-gap: 48px;
  }
}
.our__services__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
@media (max-width: 576px) {
  .our__services__item:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--chernyy-100);
    bottom: -20px;
  }
}
@media (min-width: 577px) {
  .our__services__item:not(:nth-child(1))::before {
    position: absolute;
    content: "";
    width: 1px;
    top: 0;
    height: 100%;
    background-color: var(--chernyy-100);
    left: -38px;
  }
  .our__services__item:nth-child(1), .our__services__item:nth-child(2), .our__services__item:nth-child(3) {
    max-width: calc(33.3333333333% - 50px);
  }
  .our__services__item:nth-child(4), .our__services__item:nth-child(5) {
    max-width: calc(50% - 40px);
  }
}
@media (max-width: 576px) {
  .our__services__item {
    max-width: 100%;
    width: 100%;
  }
  .our__services__item img {
    width: 100%;
  }
}
.our__services__item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  color: var(--chernyy);
}
@media (max-width: 992px) {
  .our__services__item p {
    font-size: 20px;
  }
}
.our__services__item img {
  width: 100%;
}

.hero-404 {
  background: red;
  width: 100%;
  min-height: 770px;
  position: relative;
}
@media (max-width: 576px) {
  .hero-404 {
    min-height: 656px;
    max-height: 656px;
    height: 100%;
  }
}
.hero-404__image {
  width: 100%;
  min-height: 770px;
}
@media (max-width: 576px) {
  .hero-404__image {
    min-height: 656px;
    max-height: 656px;
    height: 100%;
  }
}
.hero-404__image img {
  width: 100%;
  min-height: 770px;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 576px) {
  .hero-404__image img {
    min-height: 656px;
    max-height: 656px;
    height: 100%;
    object-position: bottom;
  }
}
.hero-404__text {
  position: absolute;
  max-width: var(--max-width);
  top: 0;
  left: 50%;
  transform: translate(-50%, 40px);
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .hero-404__text {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.hero-404__text {
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .hero-404__text {
    align-items: center;
    width: 100%;
  }
}
.hero-404__text h1 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 190px;
  line-height: 80%;
  color: var(--belyy);
  max-width: 320px;
}
@media (max-width: 576px) {
  .hero-404__text h1 {
    font-size: 100px;
  }
}
.hero-404__text .subtitle {
  margin-top: 32px;
  font-family: var(--font-family);
  font-weight: 250;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: var(--belyy);
  max-width: 320px;
}
@media (max-width: 576px) {
  .hero-404__text .subtitle {
    font-size: 18px;
    margin-top: 24px;
  }
}
.hero-404__text .text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: var(--belyy);
  max-width: 320px;
  margin-top: 16px;
}
@media (max-width: 576px) {
  .hero-404__text .text {
    margin-top: 8px;
  }
}
.hero-404__text .btn__dark {
  margin-top: 16px;
  max-width: 215px;
  text-align: center;
  margin-left: 52px;
}
@media (max-width: 576px) {
  .hero-404__text .btn__dark {
    margin-left: 0px;
    max-width: 100%;
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */