.order {
  padding: 35px 0 80px;
} .order__content {
  display: flex;
  justify-content: space-between;
  gap: 42px;
} .order__content_left {
  max-width: 646px;
  width: 100%;
} .order__content_left .swiper {
  max-width: 646px;
  width: 100%;
  height: 757px;
} .order__content_left .swiper .swiper-wrapper {
  max-height: 646px;
  height: 100%;
} .order__content_left .swiper .swiper-wrapper .swiper-slide {
  background: var(--white);
  border-radius: 30px;
} .order__content_left .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
} .order__content_left .swiper .swiper-button-prev, 
  .order__content_left .swiper .swiper-button-next {
  font-size: 28px;
  /* color: var(--primary-bg2); */
  right: var(--swiper-navigation-sides-offset, 16px);
} .order__content_left .swiper .swiper-button-prev::after, 
  .order__content_left .swiper .swiper-button-next::after {
  font-size: 28px;
  color: var(--primary-bg2);
} .order__content_left .swiper .swiper-pagination {
  position: relative;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
} .order__content_left .swiper .swiper-pagination .swiper-pagination-bullet {
  width: fit-content;
  height: fit-content;
  background: var(--white);
  border-radius: 30px;
  padding: 15px;
  opacity: 1;
} .order__content_left .swiper .swiper-pagination .swiper-pagination-bullet img {
  opacity: .3;
  transition: 0.3s linear;
} .order__content_left .swiper .swiper-pagination .swiper-pagination-bullet-active img {
  opacity: 1;
} .order__content_right {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 547px;
  width: 100%;
} .order .colors .catalog-filter__colors {
  margin-top: 16px;
} .order .order__content_right h2 {
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: var(--primary-bg2);
} .order .prices .prices__content {
  display: flex;
  align-items: center;
  gap: 35px;
} .order .prices span:first-of-type {
  font-family: 'Garet';
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  text-transform: uppercase;
  color: var(--primary2);
} .order .prices span:last-of-type {
  font-family: 'Garet';
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  text-transform: uppercase;
  text-decoration: line-through;
  opacity: 30%;
  color: var(--primary2);
} .order .place {
  display: flex;
  flex-direction: column;
  gap: 16px;
} .order .table {
  display: flex;
  gap: 30px;
} .order .table .column {
  display: flex;
  flex-direction: column;
  gap: 8px;
} .order .table h3 {
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: var(--primary-bg2);
  margin-bottom: 8px;
} .order .table p {
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: var(--primary-bg2);
} .order .add-order {
  display: inline-block;
  width: fit-content;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: var(--white2);
  background: var(--pink);
  border-radius: 15px;
  border: none;
  outline: none;
  padding: 22.5px 39px;
  cursor: pointer;
} .tabs {

} .tabs-control {
  display: flex;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid var(--primary-bg2);
  margin-bottom: 22px;
} .tabs-control span {
  font-family: 'Garet';
  font-size: 18px;
  font-weight: 900;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--primary-bg2);
  padding: 12px 0;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  cursor: pointer;
} .tabs-control span.active {
  color: var(--white2);
  background: var(--primary-bg2);
  padding: 12px;
} .tabs-content > div {
  display: none;
} .tabs-content > div.active {
  display: block;
} .tabs-content p {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--primary-bg2);
  margin-bottom: 28px;
} .tabs-content h3 {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
} .tabs-content li {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
} .tabs-content ol li {
  list-style: decimal;
  margin-left: 20px;
}

.swiper-pagination {
  max-width: inherit;
  width: 100%;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
} .swiper-pagination::-webkit-scrollbar {
  display: none;
} .swiper-pagination {
  -ms-overflow-style: none;
  scrollbar-width: none;
} .swiper-pagination-bullet {
  flex: 0 0 auto;
}

.order-text__content {
  max-width: 594px;
  width: 100%;
  padding: 50px 0;
  margin: 0 auto;
} .order-text h2 {
  font-family: 'Garet';
  font-size: 30px;
  font-weight: 900;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  color: var(--primary-bg2);
} .order-text p {
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: var(--primary);
  margin-top: 24px;
}

@media (max-width: 1360px) {
  .order__content {
    flex-direction: column;
    align-items: center;
  } .order .place {
    align-items: center;
  } .order .table {
    margin: 0 auto;
  } .order .add-order {
    margin: 0 auto;
  }
} @media (max-width: 768px) {
  .order__content_left .swiper {
    height: auto;
  } .order__content_left .swiper .swiper-wrapper {
    aspect-ratio: 1/1;
  } .order .prices h2 {
    text-align: center;
    margin-bottom: 12px;
  } .order .prices .prices__content {
    flex-direction: column-reverse;
    gap: 12px;
  }
} @media (max-width: 500px) {
  .order-page .container {
    padding: 0 20px;
  } .order-page .breadcrumbs h1 {
    font-size: 36px;
    line-height: 42px;
  } .tabs-control {
    overflow: auto;
  }
} @media (max-width: 400px) {
  .order .table {
    min-width: unset;    /* лучше убрать min-width вообще */
    width: 100%;
    overflow-x: auto;
  } .order .table h3,
    .order .table p {
    white-space: nowrap;
  }
}