.b-card-property-table .__link, .b-card-property-table tr td, .b-articles a, .b-card-slider-wrap .swiper .swiper-slide a, .b-card-link {
  transition: all 0.3s ease-out;
}

.b-stiker {
  border-radius: 16px;
  background: #126EB7;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  height: 32px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-stiker.type2 {
  background: #f9a800;
}
.b-stiker.product-color__red {
  background: #FF0000;
}

.b-card-top-info {
  display: flex;
  margin-bottom: 32px;
  margin-top: 32px;
  gap: 32px;
}
@media (max-width: 767px) {
  .b-card-top-info {
    gap: 16px;
    flex-wrap: wrap;
    margin: 24px 0 0 0;
  }
}
.b-card-top-info .b-stiker {
  white-space: nowrap;
}
.b-card-top-info .b-h1 {
  margin-top: 0px;
}

.b-card-layout {
  display: grid;
  grid-template-columns: 1fr 352px;
  gap: 32px;
}
@media (max-width: 1199px) {
  .b-card-layout {
    grid-template-columns: 1fr;
  }
}

.b-picture-place {
  position: relative;
  height: 736px;
  width: 736px;
  padding: 5%;
}
@media (max-width: 1199px) {
  .b-picture-place {
    width: 100%;
    height: 500px;
  }
}
.b-picture-place .__card-img {
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  object-fit: scale-down;
}
.b-picture-place .stlviewer canvas {
  display: none;
}
.b-picture-place .stlviewer canvas:first-child {
  display: block;
}
.b-picture-place .__trade-info {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 8px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.b-mini-title {
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.b-properties-list {
  padding: 0;
  margin: 0 0 24px;
  list-style-type: none;
}

.b-properties-list li {
  position: relative;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  border-bottom: 2px dotted #C2C2C2;
  margin-bottom: 4px;
}

.b-properties-list li span {
  position: relative;
  background: #fff;
}

.b-properties-list li span.__name, .b-properties-list li span.__value {
  bottom: -5px;
}

.b-properties-list span.__name {
  position: relative;
  background: #fff;
  margin-bottom: -5px;
  line-height: 1.4;
  color: #797979;
  font-size: 16px;
}

.b-properties-list span.__value {
  text-align: right;
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.b-mini-description {
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  margin-bottom: 16px;
}

.b-card-link {
  color: #0053FA;
  font-size: 16px;
  font-weight: 700;
  height: 32px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.b-card-link:hover {
  color: #2D2D2D;
}

.b-hr {
  border-bottom: 1px solid #E6E6E6;
  margin: 16px 0;
}

.b-card-slider-wrap {
  display: flex;
  align-items: center;
  gap: 52px;
  margin-bottom: 56px;
  max-width: 1px;
  overflow: hidden;
  min-width: 100%;
}
.b-card-slider-wrap .swiper .swiper-slide {
  width: 80px;
  height: 80px;
}
.b-card-slider-wrap .swiper .swiper-slide a {
  display: block;
  border-radius: 5px;
  background: #FFF;
  padding: 8px;
  width: 80px;
  height: 80px;
  border: 1px solid #E6E6E6;
}
.b-card-slider-wrap .swiper .swiper-slide a:hover {
  border: 1px solid #0053FA;
}
.b-card-slider-wrap .swiper .swiper-slide a.--active {
  border: 1px solid #0053FA;
}
.b-card-slider-wrap .swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.b-card-slider-wrap .swiper .swiper-slide a .__3d {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.b-card-slider-wrap .swiper-button-disabled {
  opacity: 0.5;
}
@media (max-width: 575px) {
  .b-card-slider-wrap {
    gap: 16px;
    margin-bottom: 12px;
  }
  .b-card-slider-wrap .__arr {
    display: none;
  }
}

.b-articles {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
}
.b-articles .__space {
  width: 100%;
  height: 4px;
}
.b-articles a {
  white-space: nowrap;
  min-width: 100px;
  width: 31%;
  max-width: 160px;
  border-radius: 16px;
  background: #fff;
  color: #222D5A;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  display: flex;
  height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 2px solid #222D5A;
  text-decoration: none;
}
.b-articles a:hover {
  border: 2px solid #222D5A;
  background: #222D5A;
  color: #fff;
}
.b-articles a.--active {
  border: 2px solid #222D5A;
  background: #222D5A;
  color: #fff;
}

.b-product-pasport {
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  background: #FAFAFA;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  margin-bottom: 16px;
}
.b-product-pasport a {
  color: #0053FA;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.b-table-title {
  color: #2D2D2D;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
}

.b-card-property-table {
  width: 100%;
}
.b-card-property-table tr {
  position: static;
}
.b-card-property-table tr th {
  background: #E6E6E6;
  padding: 8px;
  color: #2D2D2D;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  min-width: 100px;
  width: 200px;
}
.b-card-property-table tr th img {
  display: block;
  margin: 0 auto 8px auto;
  width: 50px;
  height: 50px;
  object-fit: scale-down;
}
.b-card-property-table tr td {
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding: 8px;
  text-align: center;
  background: #FAFAFA;
}
.b-card-property-table tr:nth-child(2n) td {
  background: #ffffff;
}
.b-card-property-table tr:hover td {
  background: #222d5a;
  color: #fff;
}
.b-card-property-table tr:hover td .__link {
  color: #fff;
}
.b-card-property-table .__link {
  color: #0053FA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}
.b-card-property-table .__link:hover {
  color: #2D2D2D;
}

.b-description {
  position: relative;
}
.b-description p {
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 24px;
}
.b-description p:last-child {
  margin: 0;
}
.b-description ul {
  display: block;
}
.b-description ul li {
  line-height: 1.2;
  margin-bottom: 8px;
}

.stlviewer {
  height: 100% !important;
  width: 100%;
}

.b-ankor {
  position: absolute;
  left: 0;
  top: -100px;
}

.b-table-wrap {
  overflow: auto;
}

.b-easyzoom {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.b-easyzoom a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.b-easyzoom a img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 95%;
  max-width: 95%;
}

.easyzoom-flyout {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  background-color: #fff;
  z-index: 3;
}

.easyzoom-flyout img {
  transform: scale(2);
}

.b-product-sert img {
  width: 100%;
}

.b-gal-wrap {
  position: relative;
}
.b-gal-wrap .__btns {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.b-gal-wrap .swiper-wrapper {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .b-gal-wrap .__arr img {
    width: 48px;
    height: 48px;
  }
}
.b-gal-wrap .swiper-slide > a {
  border: #E6E6E6 1px solid;
  height: 218px;
  background: #fff;
  padding: 8px;
  display: flex;
}
@media (max-width: 575px) {
  .b-gal-wrap .swiper-slide > a {
    height: 180px;
  }
}
.b-gal-wrap .swiper-slide > a img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.b-consent {
  max-width: 750px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 12px;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 100;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 0.3fr;
  gap: 20px;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-out;
}
.b-consent .button2 {
  text-align: center;
}
@media (max-width: 575px) {
  .b-consent {
    grid-template-columns: 1fr;
  }
}
.b-consent.--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.b-consent .__text {
  font-size: 14px;
}

.b-table-wrap {
  width: 100%;
  overflow-x: auto;
}
.b-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}
.b-table-wrap table th, .b-table-wrap table td {
  padding: 12px;
  text-align: left;
  border: 1px solid #EAEAEA;
  color: #282828;
}
.b-table-wrap table th {
  background-color: #F7F7F7;
}

.b-policy-wrap {
  position: static;
  padding-top: 16px;
  padding-bottom: 32px;
}
.b-policy-wrap a {
  color: #222d5a;
}
.b-policy-wrap h1 {
  margin-bottom: 30px;
}
.b-policy-wrap h2 {
  margin-top: 30px;
  margin-bottom: 16px;
}
.b-policy-wrap p {
  margin-bottom: 20px;
}
.b-policy-wrap ul {
  padding: 0 0 0 16px;
  list-style: revert;
}
.b-policy-wrap ul li {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
}
.b-policy-wrap ol {
  counter-reset: item;
  padding: 0 0 0 16px;
  list-style: decimal;
}
.b-policy-wrap ol > li {
  counter-increment: item;
  margin-bottom: 10px;
}
.b-policy-wrap ol ol {
  margin-top: 10px;
}
.b-policy-wrap ol ol > li {
  display: block;
}

.--fc-blue {
  color: #222d5a;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 948px;
  }
}
@media (min-width: 1200px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}
@media (min-width: 1450px) {
  .container-xl {
    max-width: 1440px;
  }
  .container-xxl {
    max-width: 1152px;
  }
}
.--mb-32 {
  margin-bottom: 32px;
}

.--mb-16 {
  margin-bottom: 16px;
}

.--mt-0 {
  margin-top: 0;
}

.b-flex {
  display: flex;
}

.--flex-wrap {
  flex-wrap: wrap;
}

.--gap-32 {
  gap: 32px;
}

.--align-items-center {
  align-items: center;
}

.--stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.--bg-grey {
  background: #FAFAFA;
}

.--c-white {
  color: #fff;
}

.--py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.--position-relative {
  position: relative;
}

@media (max-width: 991px) {
  .--ji-center {
    justify-items: center;
  }
}
.--max-h-none {
  max-height: none !important;
}

.b-h1 {
  color: #2D2D2D;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

/*# sourceMappingURL=card.css.map */
