.cardchars {
  color: #000;
  font-family: manrope;
  padding: 100px 50px 0;
  margin-inline: auto;
  max-width: 1822px;
}
@media (width < 768px) {
  .cardchars {
    padding: 64px 16px 0;
  }
}

.cardchars__breadcrumbs {
  font-family: manrope;
  padding: 20px 0 0;

  display: flex;
  gap: 0.2em 0.5em;
  flex-wrap: wrap;
}
@media (width < 768px) {
  .breadcrumbs {
    padding: 24px 16px 0;
  }
}

.cardchars__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-top: 55px;
}
@media (width < 1300px) {
  .cardchars__wrapper {
    flex-direction: column-reverse;
    margin-top: 16px;
  }
}

.cardchars__left {
  width: calc(611 / 1508 * 100%);
  display: flex;
  flex-direction: column;
}
@media (width < 1300px) {
  .cardchars__left {
    width: 100%;
  }
}

.cardchars__miniform {
  background: linear-gradient(99.68deg, #fe5316 0%, #ff3609 50%, #fe5316 100%);
  color: #fff;
  padding: 32px;
  border-radius: 16px;
}
@media (width < 768px) {
  .cardchars__miniform {
    padding: 16px;
  }
}

.cardchars__miniform-title {
  font-size: 32px;
  line-height: 1;
}
@media (width < 768px) {
  .cardchars__miniform-title {
    font-size: 24px;
  }
}

.cardchars__miniform-price {
  font-size: 56px;
  line-height: 1;
  margin-top: 24px;
  font-family: oswald;
  text-transform: uppercase;
  font-weight: 600;
}
@media (width < 768px) {
  .cardchars__miniform-price {
    font-size: 32px;
    margin-top: 18px;
  }
}

.cardchars__miniform-link {
  display: block;
  padding: 14px;
  font-size: 26px;
  font-weight: 500;
  border-radius: 16px;
  margin-top: 24px;
  width: 100%;
  text-align: center;
  background: radial-gradient(65.49% 100% at 51.66% 0%, #000000 0%, #21201f 100%);
  transition: opacity 0.4s;

  &:hover {
    opacity: 0.6;
  }
}
@media (width < 768px) {
  .cardchars__miniform-link {
    font-size: 16px;
    margin-top: 18px;
  }
}

.cardchars__contacts {
  margin-top: 24px;
}
.cardchars__contacts-time {
  font-size: 24px;
  line-height: 1.5;
  color: #e84e26;
  font-weight: 500;
}
@media (width < 768px) {
  .cardchars__contacts-time {
    font-size: 20px;
  }
}

.cardchars__contacts-phone {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 24px;
  margin-top: 24px;
  font-weight: 500;

  &::before {
    content: "";
    width: 26px;
    aspect-ratio: 1;
    flex-shrink: 0;
    background: center/cover no-repeat;
    background-image: url("./img/phone.svg");
  }
}
@media (width < 768px) {
  .cardchars__contacts-phone {
    margin-top: 8px;
    font-size: 22px;
  }
}

.cardchars__contacts-soc {
  display: flex;
  align-items: center;
  margin-top: 24px;
  gap: 7px;
}
.cardchars__soc-link {
  width: 26px;
  aspect-ratio: 1;
  background: center/cover no-repeat;
  padding-inline: 3px;
  background-origin: content-box;
  box-sizing: content-box;

  &:first-child {
    background-image: url("./img/tg.svg");
  }
  &:nth-child(2) {
    background-image: url("./img/vk.svg");
  }
  &:last-child {
    background-image: url("./img/ru.svg");
  }
}

.cardchars__subtitle {
  margin-top: 100px;
}
@media (width < 768px) {
  .cardchars__subtitle {
    margin-top: 48px;
  }
}

.cardchars__characteristics {
  margin-top: 56px;
}
@media (width < 768px) {
  .cardchars__characteristics {
    margin-top: 24px;
  }
}

.cardchars__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (width < 768px) {
  .cardchars__list {
    gap: 16px;
  }
}

.cardchars__list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 16px;
  font-size: 24px;
  font-weight: 500;
  color: #21201f;
  line-height: 1;
}
.cardchars__list-item-title {
  color: #767a7e;
}
@media (width < 768px) {
  .cardchars__list-item {
    font-size: 18px;
  }
}

.cardchars__pdf {
  font-weight: 500;
  padding: 16px;
  border-radius: 16px;
  text-align: center;
  background: radial-gradient(65.49% 100% at 51.66% 0%, #000000 0%, #21201f 100%);
  color: #fff;
  font-size: 24px;
  margin-top: 56px;
  width: 100%;

  transition: opacity 0.4s;
  &:hover {
    opacity: 0.6;
  }
}
@media (width < 768px) {
  .cardchars__pdf {
    padding: 16px;
    font-size: 16px;
    margin-top: 24px;
  }
}

.cardchars__right {
  width: calc(865 / 1508 * 100%);
}
@media (width < 1300px) {
  .cardchars__right {
    width: 100%;
  }
}

.cardchars__bigslider {
  & .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 865/537;
    border-radius: 32px 32px 0 0;
  }
}
@media (width < 1300px) {
  .cardchars__bigslider {
    & .swiper-slide {
      border-radius: 8px;
    }
  }
}

.cardchars__smallslider {
  border-radius: 0 0 32px 32px;
  margin-top: 8px;

  & .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 214/149;
    cursor: pointer;
  }
}
@media (width < 768px) {
  .cardchars__smallslider {
    display: none !important;
  }
}
