.item {
  display: flex;
}
.item-mob-top {
  display: none;
}
.item-sec {
  margin-top: 50px;
}
.item-left {
  width: 615px;
  min-width: 615px;
  height: 735px;
  margin-right: 30px;
}
.item-swiper {
  height: 615px;
  position: relative;
}
.item-swiper-fireclass {
  position: absolute;
  color: #B81010;
  top: 25px;
  background: #fff;
  left: 0;
  font-size: 40px;
  padding: 10px 20px 10px 40px;
  border-radius: 0px 20px 20px 0px;
  z-index: 99;
  font-weight: 500;
}
.item-swiper__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-subswiper {
  margin-top: 20px;
  height: 100px;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  padding-right: 40px;
}
.item-subswiper__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-content {
  display: flex;
  flex-direction: column;
  min-height: 735px;
}
.item-title {
  display: flex;
}
.item-title h1 {
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  margin-right: 10px;
}
.item-title h1 span {
  margin-left: 10px;
  font-size: 0.7em;
}
.item-title__img {
  margin-right: 10px;
}
.item__base {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
.item__desc {
  margin-top: 30px;
  width: 100%;
  font-size: 20px;
  margin-bottom: 30px;
}
.item__stat {
  display: flex;
  margin-bottom: 10px;
}
.item__stat div {
  font-size: 20px;
  color: #000;
}
.item__stat span {
  margin-left: 5px;
  font-size: 20px;
  color: #525258;
}
.item-plates {
  display: flex;
  flex-wrap: wrap;
  max-width: 480px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.item-plate {
  width: calc(50% - 3px);
  margin-right: 6px;
  margin-bottom: 6px;
  border: 1px solid var(--gray);
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-plate div {
  max-width: 100px;
  font-size: 13px;
}
.item-plate span {
  max-width: 80px;
}
.item-plate:nth-child(2n) {
  margin-right: 0px;
}
.item-plate:nth-child(1) {
  border-radius: 10px 10px 0px 10px;
}
.item-plate:nth-child(2) {
  border-radius: 10px 10px 10px 0px;
}
.item-plate:nth-child(3) {
  border-radius: 10px 0px 10px 10px;
}
.item-plate:nth-child(4) {
  border-radius: 0px 10px 10px 10px;
}
.item__substats {
  margin-top: auto;
}
.item__substats div {
  text-transform: uppercase;
  color: var(--light-blue);
  font-size: 15px;
}
.item-price {
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
}
.item-price__info {
  font-size: 13px;
  color: #525258;
  margin-right: 12px;
}
.item-price__price {
  font-size: 35px;
  font-weight: 700;
  color: var(--dark-blue);
  margin-top: 6px;
  line-height: 1;
}
.item-price__nds {
  font-size: 13px;
  color: #525258;
}
.item-pagination {
  display: none;
}
.item-btns {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.item-btns button {
  padding: 0px 50px;
  min-width: 200px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  text-transform: uppercase;
}
.item-btns__buy {
  background: var(--dark-blue);
  color: #fff;
}
.item-btns__get {
  border: 1px solid var(--dark-blue);
  color: var(--dark-blue);
  background: #fff;
}

.info-sec {
  margin-top: 100px;
}
.info-tabs {
  display: flex;
  border-bottom: 1px solid var(--gray);
  margin-bottom: 50px;
  overflow-y: hidden;
  overflow-x: auto;
  min-width: 100%;
}
.info-tabs__item {
  min-width: -moz-max-content;
  min-width: max-content;
  color: var(--gray);
  padding: 0px 20px 9px 20px;
  border-bottom: 1px solid var(--gray);
  transform: translateY(1px);
}
.info-tabs__item.active {
  color: #000;
  border-color: #000;
}
.info-content {
  width: 100%;
}
.info-content__stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid var(--gray);
}
.info-content__stat div {
  font-size: 20px;
  width: 50%;
}

.bread-sec {
  margin-top: 50px;
}

@media (max-width: 1399px) {
  .item-left {
    width: 450px;
    min-width: 450px;
    height: auto;
  }
  .item-swiper {
    height: 450px;
  }
  .item-subswiper {
    height: 70px;
  }
}
@media (max-width: 1024px) {
  .item {
    flex-direction: column;
  }
  .item-content .desk {
    display: none;
  }
  .item-mob-top {
    display: block;
    width: 100%;
  }
  .item-mob-top__fireclass {
    margin-bottom: 2px;
    color: var(--gray);
    font-weight: 500;
    font-size: 16px;
  }
  .item-left {
    width: 100%;
    min-width: 100%;
  }
  .item-swiper {
    width: 100%;
    height: auto;
    max-height: 100vw;
  }
  .item-subswiper {
    width: 100%;
    height: 100px;
    display: none;
  }
  .item-pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    position: static;
  }
  .item-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0px 10px;
    background: var(--gray);
    transition: all 0.3s ease;
    opacity: 1 !important;
  }
  .item-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.5);
    background: var(--dark-blue);
  }
  .item-content {
    margin-top: 45px;
    max-height: 100%;
    min-height: 0px;
  }
  .item__desc {
    margin-top: 15px;
    font-size: 16px;
  }
  .item-plates {
    width: 100%;
    max-width: 100%;
  }
  .item__substats {
    margin-top: 50px;
  }
}
@media (max-width: 640px) {
  .item-title__img {
    width: 20px;
    height: 20px;
  }
  .item-title h1 span {
    font-size: 1em;
    margin-left: 6px;
  }
  .item-swiper-fireclass {
    padding: 10px 24px;
    font-size: 20px;
    font-weight: 400;
  }
  .item__base {
    text-transform: lowercase;
    margin-top: 10px;
  }
  .item-swiper {
    height: calc(90vw - 40px);
  }
  .item-swiper__slide {
    height: 100%;
  }
  .item-swiper__slide img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .item-btns {
    flex-direction: column;
  }
  .item-btns button {
    width: 100%;
    margin-bottom: 10px;
  }
  .item__stat div {
    font-size: 13px;
  }
  .item__stat span {
    font-size: 13px;
  }
  .item__desc {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .item-plate div {
    font-size: 10px;
  }
  .item-plate span {
    font-size: 11px;
  }
  .item-plates {
    margin-top: 20px;
  }
  .item-title h1 {
    font-size: 18px;
  }
  .info-content__stat div {
    font-size: 14px;
  }
}/*# sourceMappingURL=item.css.map */