.product-card__img {
  height: 248px;
}

@media only screen and (max-width: 768px) {
  .product-card__img {
    height: 170px;
  }
}

.card {
  margin-top: 60px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .card {
    margin-top: 20px;
  }
}

.card__description {
  width: 493px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .card__description {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 425px) {
  .card__description {
    padding: 0 15px 0 15px;
    margin-top: 20px;
  }
}

.card__description > span {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(43, 41, 39, 0.45);
}

@media screen and (max-width: 768px) {
  .card__description > span {
    font-size: 12px;
    line-height: 15px;
  }
}

.pannel__navigation {
  display: none;
}

.card__description > h1 {
  margin: 10px 0 10px 0;
}

.card__description > p {
  color: rgba(43, 41, 39, 0.9);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .card__description > p {
    margin-bottom: 25px;
  }
}

.pannel__navigation {
  display: none;
}

@media screen and (max-width: 425px) {
  .pannel__navigation {
    display: block;
    position: absolute;
    bottom: 6px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: calc(100% - 60px);
  }
}

.description__table > li {
  display: flex;
  min-height: 40px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(43, 41, 39, 0.9);
  padding: 10px;
  border-radius: 5px;
}

.description__table > li {
  display: flex;
  justify-content: space-between;
}

.description__table > li > span {
  display: flex;
  align-items: center;
}

.description__table > li:nth-child(odd) {
  background-color: rgba(244, 243, 245, 1);
}
/*
@media screen and (max-width: 768px) {
  .description__table > li > span:first-child {
    width: 80%;
  }
}
*/

.table-style > li > span:last-child {
  width: 46%;
}
/*
@media screen and (max-width: 425px) {
  .table-style > li > span:last-child {
    width: auto;
    text-align: right;
  }
}

@media screen and (max-width: 425px) {
  .table-style > li > span:first-child {
    width: 250px;
  }
}

@media screen and (max-width: 375px) {
  .table-style > li > span:first-child {
    width: 150px;
  }
}

@media screen and (max-width: 425px) {
  .table-tabstyle > li > span:last-child {
    width: 250px;
  }
}

@media screen and (max-width: 375px) {
  .table-tabstyle > li > span:last-child {
    width: 150px;
  }
}

*/
.table-tabstyle > li > span:last-child {
  width: 48%;
}

@media screen and (max-width: 425px) {
  .table-tabstyle > li > span:last-child {
    width: auto;
    text-align: right;
  }
  .table-tabstyle > li > span:first-child {
    width: 250px;
  }
}

@media screen and (max-width: 320px) {
  .table-tabstyle > li > span:first-child {
    width: 200px;
  }
}

@media screen and (max-width: 380px) {
  .xa {
    width: 350px;
  }
}

@media screen and (max-width: 375px) {
  .xa {
    width: 345px;
  }
}

@media screen and (max-width: 320px) {
  .xa {
    width: 290px;
  }
}

.card__claim {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .card__claim {
    margin-top: 20px;
    position: static;
  }
}

@media screen and (max-width: 768px) {
  .card__claim {
    margin-top: 20px;
  }
}

@media screen and (max-width: 520px) {
  .card__claim {
    flex-direction: column;
    justify-content: start;
  }
}

.card__claim > a > button {
  width: 239px;
  height: 60px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .card__claim > a > button {
    width: 239px;
    height: 55px;
  }
}

@media screen and (max-width: 520px) {
  .card__claim > a > button {
    width: 100%;
  }
}

.card__claim > span {
  width: 239px;
  height: 60px;
  border-radius: 10px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: rgba(43, 41, 39, 1);
  border: 1px solid rgba(238, 238, 238, 1);
  text-align: center;
  padding-top: 17px;
}

@media screen and (max-width: 768px) {
  .card__claim > span {
    width: 239px;
    height: 55px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 520px) {
  .card__claim > span {
    width: 100%;
  }
}

.goodsSliderMin {
  width: 90px;
  box-sizing: border-box;
  height: 550px;
  margin-top: 35px;
}

@media screen and (max-width: 700px) {
  .goodsSliderMin {
    height: 260px;
  }
}

.goodsSliderMin > .swiper-wrapper > .swiper-slide > img {
  width: 100%;
  height: 60px;
  border-radius: 5px;
}

.goodsSliderMin > .swiper-wrapper {
  padding: 0px 0 30px 0;
}

.goodsSliderMin .swiper-slide {
  width: 90px;
  height: 60px;
  opacity: 1;
}

.goodsSliderMin .swiper-slide-thumb-active {
  opacity: 1;
}

.goodsSlideMin > img {
  height: 60px;
}

.card__goods {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row-reverse;
}

.card__slider {
  width: 100%;
  max-width: 947px;
  border-radius: 2px;
}

.card__slider:not(:has(.slider-min-wrap)) {
  margin: 0 auto;
}
.card__slider:not(:has(.slider-min-wrap)) .goodsSliderMax {
  width: 100%;
}
.card__slider:not(:has(.slider-min-wrap)) .goodsSliderMax img {
  object-fit: cover !important;
}
.card__slider:not(:has(.slider-min-wrap)) .goodsSliderMax > .swiper-wrapper > .swiper-slide {
  max-width: unset;
}

@media screen and (max-width: 1500px) {
  .card__slider {
    width: 60%;
    padding-right: 10px;
    height: 610px;
  }
}

@media screen and (max-width: 1200px) {
  .card__slider {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .card__slider {
    height: auto;
  }
}

.btn-goods-slider {
  width: 90px;
  height: 20px;
  background-color: rgba(254, 243, 241, 1);
  padding-bottom: 10px;
}

.slider-min-wrap {
  position: relative;
  padding-right: 10px;
}

@media screen and (max-width: 425px) {
  .slider-min-wrap {
    display: none;
  }
}

.btnTop {
  position: absolute;
  top: 0;
  left: 0;
}

.btnBottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

.card__sliderBlock {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .card__sliderBlock {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.goodsSliderMax > .swiper-wrapper > .swiper-slide {
  max-width: 847px;
}

.goodsSliderMax > .swiper-wrapper > .swiper-slide > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.card-scrollbar {
  display: none;
}

@media screen and (max-width: 425px) {
  .card-scrollbar {
    display: block;
  }
}

/*tabs*/

.card__tabs {
  /*max-width: 947px;*/
  max-width: 100%;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .card__tabs {
    margin-top: 45px;
  }
}

@media screen and (max-width: 425px) {
  .card__tabs {
    padding-left: 15px;
  }
}

.nav-tabs {
  display: flex;
  max-width: 947px;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.nav-tabs::-webkit-scrollbar {
  height: 0;
}

.nav-tab {
  white-space: nowrap;
  padding: 0px 30px 15px 30px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  color: rgba(43, 41, 39, 1);
  border-bottom: 0;
  text-decoration: none !important;
  background-color: transparent;
}

.nav-tab.active {
  cursor: pointer;
  color: rgba(239, 72, 36, 1);
  border-bottom: 1.5px solid rgba(239, 72, 36, 1);
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .nav-tab {
    font-size: 14px;
    border-bottom: none;
    padding: 0px 0px 15px 0px;
    margin-right: 35px;
  }
  .nav-tab.active {
    padding: 0px 0px 15px 0px;
  }
}

.tab-pane {
  display: none;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(43, 41, 39, 0.9);
  margin-top: 40px;
  max-width: 947px;
}

@media screen and (max-width: 1000px) {
  .tab-pane {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .tab-pane {
    margin-top: 20px;
  }
}

.tab-pane.active {
  display: flex;
  overflow-x: auto;
}

.tab-pane.active::-webkit-scrollbar {
  width: 0;
}
.tab-pane.active {
  -ms-overflow-style: none;
}
.tab-pane.active {
  overflow: -moz-scrollbars-none;
}

.tab-table {
  display: flex;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(43, 41, 39, 0.9);
  /* background-color: rgba(244, 243, 245, 1); */
  border-radius: 10px;
}

.table-first {
  width: 125px;
  padding: 20px 0 0px 25px;
}

.table-first > div:not(:last-child), .table-other > .table-wrapper2 > div:not(:last-child)  {
  border-bottom: 1px solid rgba(238, 238, 238, 1);
}

@media screen and (max-width: 768px) {
  /* .tab-table {
    flex-direction: column;
    width: 100%;
  } */
  .table-first > div:not(:last-child), .table-other > .table-wrapper2 > div:not(:last-child) {
    border-bottom: none;
  }
  /* .tab-table > div:first-child {
    display: none;
  } */
  .tab-table > div:nth-child(2) {
    display: none;
  }
  .table-first {
    padding: 20px 0 0 0;
  }
  .table-first > div {
    height: 20px !important;
  }
}

@media screen and (max-width: 425px) {
  .tab-table {
    width: calc(100% - 15px);
  }
}

.table-first > div {
  height: 40px;
}

.table-other {
  width: 205px;
  /* padding: 5px 0 5px 0; */
}

@media screen and (max-width: 768px) {
  .table-other {
    width: 100%;
  }
}

.table-other > div > div {
  height: 40px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .table-other > div > div {
    height: auto;
  }
}

.table-wrapper {
  background-color: rgba(255, 255, 255, 1);
  padding: 15px 0 5px 0;
  border-radius: 5px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .table-wrapper {
    padding: 15px 0 15px 0;
  }
}

.table-wrapper2 {
  /* padding: 15px 0 5px 0; */
  padding: 20px 0 0 0;
}

@media screen and (max-width: 768px) {
  .table-wrapper2 {
    /* padding: 15px 0 10px 0; */
    padding: 14px 0 0 0;
  }
  .cell-padding {
    padding-top: 5px;
  }
}

.tab-span {
  color: rgba(43, 41, 39, 0.55);
}

.table-coll {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, 40px);
  grid-column-gap: 0px;
  grid-row-gap: 17.5px;
}

@media screen and (max-width: 768px) {
  .table-coll {
    width: calc(100% - 10px);
    grid-template-rows: repeat(5, auto);
    margin: 0 auto;
    grid-row-gap: 15px;
    padding-top: 14px;
  }
}

.table-coll > div:not(:first-child) {
  display: flex;
  align-items: center;
}

.table-left {
  font-weight: 600;
}

.table-price {
  font-weight: 600;
  color: #ef4824;
}

.tab-color255 {
  background-color: rgba(255, 255, 255, 1);
}

.tab-color {
  background-color: rgba(43, 41, 39, 1);
}

.tab-color255-padding {
  margin-top: 5px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 5px 5px 0 0;
}

.tab-color255-padding-bottom {
  margin-bottom: 5px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0 0 5px 5px;
}

.tab-color255 > div > span {
  color: rgba(43, 41, 39, 0.55);
}

.documents-card {
  width: 947px;
  height: 80px;
  background-color: #f4f3f5;
  border-radius: 10px;
  position: relative;
  display: flex;
  padding: 4px;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .documents-card {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .documents-card {
    padding: 20px;
  }
}

@media screen and (max-width: 500px) {
  .documents-card {
    align-items: start;
    flex-direction: column;
    height: 135px;
    padding: 20px;
  }
}

@media screen and (max-width: 375px) {
  .documents-card {
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .documents-card > a > button > svg {
    width: 15px;
    height: 15px;
  }
}

.tab-documents {
  width: 100%;
}

@media screen and (max-width: 425px) {
  .tab-documents {
    padding-right: 15px;
  }
}

.tab-documents div:not(:last-child) {
  margin-bottom: 10px;
}

.documents__logo-pdf {
  width: 72px;
  height: 72px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

@media screen and (max-width: 500px) {
  .documents__logo-pdf {
    margin-top: 0px;
  }
  .documents__logo-pdf > svg {
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 768px) {
  .documents__logo-pdf {
    width: 40px;
    height: 40px;
  }
}

.documents__logo-pdf > svg {
  align-self: center;
}

.documents__text {
  margin-left: 20px;
  font-family: "Manrope", sans-serif;
  padding-top: 12px;
}

.documents__text > p {
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: rgba(43, 41, 39, 1);
}

@media screen and (max-width: 768px) {
  .documents__text > p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 500px) {
  .documents__text {
    position: absolute;
    bottom: 10px;
    margin-left: 0px;
  }
  .documents__text > p {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 375px) {
  .documents__text {
    bottom: 0px;
  }
}

.documents__text > span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(43, 41, 39, 0.55);
}

.documents-card {
  position: relative;
}

.documents-card > a > button {
  position: absolute;
  top: 32%;
  right: 20px;
  cursor: pointer;
  background: none;
}

@media screen and (max-width: 500px) {
  .documents-card > a > button {
    top: 20px;
  }
}

@media screen and (max-width: 375px) {
  .documents-card > a > button {
    top: 10px;
    right: 10px;
  }
}

.tab-characteristics {
  width: 947px;
}

@media screen and (max-width: 425px) {
  .tab-characteristics {
    padding-right: 15px;
  }
}

.goodsSliderMin > div > div {
  cursor: pointer;
}

.card__claim2 {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .card__claim2 {
    margin-top: 20px;
    position: static;
  }
}

@media screen and (max-width: 768px) {
  .card__claim2 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 520px) {
  .card__claim2 {
    flex-direction: column;
    justify-content: start;
  }
}

.card__claim2 > a > button {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .card__claim2 > a > button {
    width: 239px;
    height: 55px;
  }
}

@media screen and (max-width: 520px) {
  .card__claim2 > a > button {
    width: 100%;
  }
}

.card__claim2 > span {
  width: 239px;
  height: 60px;
  border-radius: 10px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: rgba(43, 41, 39, 1);
  border: 1px solid rgba(238, 238, 238, 1);
  text-align: center;
  padding-top: 17px;
}

@media screen and (max-width: 1200px) {
  .card__claim2 > span {
    margin-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  .card__claim2 > span {
    width: 239px;
    height: 55px;
  }
}

@media screen and (max-width: 520px) {
  .card__claim2 > span {
    width: 100%;
    margin-top: 10px;
  }
}

.tab-pane-max {
  width: 100%;
  max-width: 100%;
}

.files__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.files__item {
  display: flex;
  height: 266px;
  max-width: 532px; 
  flex-basis: 532px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #393939;
  border-radius: 19px;
  padding: 30px 37px;
}

.files__item-left {
  display: flex;
  flex-direction: column;
  background-color: #000;  
  padding-top: 15px;
  padding-bottom: 4px;
  border-radius: 6px;
  justify-content: space-between;
  
}

.files__item-white {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; 
  padding: 3px;
  width: 139px;
  height: 100%;
    margin-bottom: 8px;
}

.files__item-file {
  -webkit-box-shadow: 0px 4px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 4px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 4px 10px 2px rgba(34, 60, 80, 0.2);
  width: 106px;
}

.files__item-logo {
  margin-left: 3px;
  width: 46px;
}

.files__item-top {
  font-weight: 400;
  font-size: 16px;
  color: #d0d0d0;
}

.files__item-right {
  display: flex;
  margin-left: 36px;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
}

.files__item-bottom {
  position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.files__item-bottom span {
  font-weight: 500;
  font-size: 16px;
  color: #8a8a8a;
}

.files__item-bottom a {
  width: 30px;
  height: 30px;
}

.files__item-bottom a img {
  display: block;
  width: 100%;
}


@media screen and (max-width: 520px) {

  .files__item {
    max-width: 296px;
    height: 160px;
    padding: 18px 20px;
  }

  .files__item-left {
    padding-top: 9px;
    padding-bottom: 3px;
  }


  .files__item-white  {
    width: 83px;
  }

  .files__item-right {
    margin-left: 14px;
  }

  .files__item-top {   
    font-size: 13px;    
  }

  .files__item-bottom span {   
    font-size: 12px;    
  }

  .files__item-bottom a {
    width: 18px;
    height: 18px;
  }

  .files__item-file {
     width: 63px;
  }

  .files__item-logo {
    width: 26px;
  }
}