@charset "UTF-8";
@font-face {
  font-family: "Pangram Sans";
  src: url("../fonts/Pangram-Regular.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.product {
  padding: 20px 0;
}

.product__img2 {
    background-color: #f3f5f8;
    cursor: pointer;
}


.product__img2 progress-bar {height:20px;width:100%;}
.product__img2 lite-model-viewer {
    width:590px;
    height:480px;
}
.product__img2 model-viewer {
    width: 590px;
    height: 480px;
}


.product__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding-bottom: 20px;
  justify-content: center;
}
@media (max-width: 1229px) {
  .product__wrapper {
    flex-direction: column;
    padding-bottom: 20px;
  }
}

.product__img {
  background-color: #f3f5f8;
  cursor: pointer;
}
.product__img img {
  padding: 69px 89px;
}
@media (max-width: 1229px) {
  .product__img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .product__img2 progress-bar {height:10px;width:100%;}
  .product__img2 lite-model-viewer {
      width:490px;
      height:480px;
  }
  .product__img2 model-viewer {
      width: 490px;
      height: 480px;
  }

}

.product__description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 0;
  color: #121427;
}

.product__manufacturer {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42;
  color: #121427;
  display: flex;
  gap: 8px;
  padding-bottom: 6px;
  font-family: 'DM Sans', sans-serif;
  
}
@media (max-width: 1229) {
  .product__manufacturer {
    font-size: 12px;
  }
}

.product__manufacturer span {
  opacity: .7;
}

.product__manufacturer a {
  color: #3d659d;
  opacity: 1;
}

.product__name {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  padding-bottom: 20px;
  font-family: "Pangram Sans", "Tahoma", sans-serif;
  font-weight: 400;
}
@media (max-width: 1229) {
  .product__name {
    font-size: 38px;
    padding-bottom: 10px;
  }
}

.product__subtitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #6b7886;
  padding-bottom: 30px;
  font-family: "DM Sans", "Tahoma", sans-serif;
  font-weight: 400;
}
@media (max-width: 1229px) {
  .product__subtitle {
    font-size: 16px;
    padding-bottom: 18px;
  }
}

.product__characteristic {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #0d0e10;
  padding-bottom: 16px;
  font-family: "Pangram Sans", "Tahoma", sans-serif;
  font-weight: 400;
}
@media (max-width: 1229px) {
  .product__characteristic {
    padding-bottom: 8px;
  }
}

.product__link {
  display: flex;
  gap: 5px;
  align-items: center;
  border-bottom: 1px solid #121427;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 45px;
  font-family: "Pangram Sans", "Tahoma", sans-serif;
  font-weight: 400;
}

.product__doc-wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  font-family: "Pangram Sans", "Tahoma", sans-serif;
  font-weight: 400;
  width:100%;
}
@media (max-width: 1229px) {
  .product__doc-wrapper {
    padding-bottom: 20px;
  }
}
.product__doc-wrapper a {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 21px;
  border-top: 1px solid #cccedb;
  font-family: "Pangram Sans", "Tahoma", sans-serif;
  font-weight: 400;
}
.product__doc-wrapper a:not(:nth-child(2)) {
  border-bottom: 1px solid #cccedb;
}
.product__doc-wrapper a::after {
  content: "Скачать";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.4;
  color: #121427;
  margin: 0 0 0 auto;
}

.product__doc {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  font-family: "Pangram Sans", "Tahoma", sans-serif;
  font-weight: 400;
}

.control {
  padding-bottom:20px;
}
@media (max-width: 1229px) {
  .control {
    padding-bottom: 30px;
  }
}


.control__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #0d0e10;
  padding-bottom: 20px;
  font-family: "Pangram Sans", "Tahoma", sans-serif;
  font-weight: 400;
}
@media (max-width: 1229px) {
  .control__title {
    font-size: 26px;
    padding-bottom: 10px;
  }
}

.control__subtitle, .control__item-wrapper p, .control__item-wrapper ul {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #6b7886;
  font-family: "DM Sans", "Tahoma", sans-serif;
  font-weight: 400;
  text-align: justify;
}
.control__subtitle:not(:last-child) {
  padding-bottom: 25px;
}
@media (max-width: 1229px) {
  .control__subtitle:not(:last-child) {
    padding-bottom: 18px;
  }
}
@media (max-width: 1229px) {
  .control__subtitle, .control__item-wrapper {
    font-size: 16px;
    padding-bottom: 18px;
  }
}

.control__list {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}
@media (max-width: 1229px) {
  .control__list {
    padding-bottom: 15px;
  }
}

.control__item {
  display: flex;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #cccedb;
  align-items: center;
}
@media (max-width: 1229px) {
  .control__item {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media (max-width: 992px) {
  .control__item {
    flex-direction: column;
    padding-bottom: 15px;
  }
}
.control__item img {
  max-width: 100%;
  max-height: 100%;
}
.control__item h3, .control__item h2 {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #0d0e10;
  padding-bottom: 20px;
  font-family: "Pangram Sans", "Tahoma", sans-serif;
  font-weight: 400;
}
@media (max-width: 1229px) {
  .control__item h3 .control__item h2 {
    font-size: 26px;
    padding-bottom: 15px;
  }
}
.control__item p:not(:last-child) {
  padding-bottom: 27px;
}
@media (max-width: 1229px) {
  .control__item p:not(:last-child) {
    font-size: 16px;
    padding-bottom: 18px;
  }
}
@media (max-width: 1229px) {
  .control__item p {
    font-size: 16px;
  }
}

.control__subtitle-wrapper {
  color: #6b7886;
  font-family: "DM Sans", "Tahoma", sans-serif;
  font-weight: 400;
}
@media (max-width: 1229px) {
  .control__subtitle-wrapper .control__subtitle {
    font-size: 16px;
    padding-bottom: 18px;
  }
}

.control__subtitle {
  text-align: justify;
  color: #6b7886;
  font-family: "DM Sans", "Tahoma", sans-serif;
  font-weight: 400;
}

.peculiarities__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #0d0e10;
  padding-bottom: 20px;
  font-family: "Pangram Sans", "Tahoma", sans-serif;
  font-weight: 400;
}
@media (max-width: 1229px) {
  .peculiarities__title {
    font-size: 26px;
    padding-bottom: 10px;
  }
}

.peculiarities__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-bottom: 80px;
}
@media (max-width: 1229px) {
  .peculiarities__list {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .peculiarities__list {
    grid-template-columns: 1fr;
  }
}

.peculiarities__item {
  border-radius: 2px;
  border: 1px solid #cccedb;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 62px;
  font-family: "Pangram Sans", "Tahoma", sans-serif;
  font-weight: 400;
  min-height: 242px;
}
@media (max-width: 1229px) {
  .peculiarities__item {
    gap: 15px;
    padding-bottom: 15px;
  }
}

.peculiarities__item-number {
  padding: 0;
  color: #6b7886;
  font-family: "Pangram Sans", "Tahoma", sans-serif;
  font-weight: 400;
}

.technical-data__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #0d0e10;
  padding-bottom: 20px;
  font-family: "Pangram Sans", "Tahoma", sans-serif;
  font-weight: 400;
}
@media (max-width: 1229px) {
  .technical-data__title {
    font-size: 26px;
    padding-bottom: 10px;
  }
}

.technical-data__subtitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #6b7886;
  font-family: "DM Sans", "Tahoma", sans-serif;
  font-weight: 400;
}
@media (max-width: 1229px) {
  .technical-data__subtitle {
    font-size: 16px;
  }
}

.technical-data__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-bottom: 80px;
}
@media (max-width: 1229px) {
  .technical-data__list {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .technical-data__list {
    grid-template-columns: 1fr;
  }
}

.technical-data__item {
  border-radius: 2px;
  border: 1px solid #cccedb;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 21px;
  padding-top: 30px;
}
.technical-data__item h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #0d0e10;
  font-family: "Pangram Sans", "Tahoma", sans-serif;
  font-weight: 400;
}
.technical-data__item ul {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #6b7886;
}
.technical-data__item ul li {
  max-width: 100%;
  display: block;
  padding-left: 14px;
  position: relative;
  font-family: "DM Sans", "Tahoma", sans-serif;
  font-weight: 400;
}
.technical-data__item ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  background-color: #6b7886;
  top: 10px;
  left: 0px;
}
.technical-data__item ul li:not(:last-child) {
  padding-bottom: 10px;
}

.specifications {
  padding-bottom: 40px;
  overflow: auto;
}
@media (max-width: 1229px) {
  .specifications {
    padding-bottom: 30px;
  }
}

.specifications__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #0d0e10;
  padding-bottom: 20px;
  font-family: "Pangram Sans", "Tahoma", sans-serif;
  font-weight: 400;
}
@media (max-width: 1229px) {
  .specifications__title {
    font-size: 26px;
    padding-bottom: 10px;
  }
}


.specifications__table ul {
  color: #6b7886;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-bottom: 5px;
}
@media (max-width: 1229px) {
  .specifications__table ul {
    padding-bottom: 15px;
  }
}
.specifications__table ul li {
  max-width: 100%;
  display: block;
  padding-left: 14px;
  position: relative;
  font-family: "DM Sans", "Tahoma", sans-serif;
  font-weight: 400;
}
.specifications__table ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  background-color: #6b7886;
  top: 10px;
  left: 0px;
}
.specifications__table ul li:not(:last-child) {
  padding-bottom: 10px;
}



.specifications__table table {width:100%; margin-bottom:30px;}
.specifications__table {
  padding-bottom: 5px;
  width: 100%;
  font-size: 18px;
  font-style: normal;
  line-height: 120%;
  color: #6b7886;
  font-family: "DM Sans", "Tahoma", sans-serif;
  font-weight: 400;
}
@media (max-width: 1229px) {
  .specifications__table {
    padding-bottom: 40px;
  }
}
.specifications__table tr {
  border: 1px solid #cccedb;
  padding: 14px;
  color: #6b7886;
}
@media (max-width: 992px) {
  .specifications__table tr {
    padding: 10px 8px;
  }
}
.specifications__table tr:nth-child(4) {
  background-color: #f3f5f8;
}
.specifications__table tr:nth-child(3) td {
  
}
.specifications__table td {
  border: 1px solid #cccedb;
  padding: 14px;
}
.specifications__table td:nth-child(1) {
 
  font-family: "Pangram Sans", "Tahoma", sans-serif;
  font-weight: 400;
}
@media (max-width: 992px) {
  .specifications__table td {
    padding: 10px 8px;
  }
}
.specifications__table strong {
  max-width: 342px;
  font-family: "Pangram Sans", "Tahoma", sans-serif;
  font-weight: 400;
}

.advantages__title, .specifications__table h2 {
  color: #0d0e10;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding-bottom: 40px;
  font-family: "Pangram Sans", "Tahoma", sans-serif;
  font-weight: 400;
}
@media (max-width: 1229px) {
  .advantages__title, .specifications__table h2 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .advantages__title, .specifications__table h2 {
    padding-bottom: 20px;
  }
    .product__img img{max-width:100%; height:auto;}
    .product__img2 progress-bar {height:10px;width:100%;}
    .product__img2 lite-model-viewer {
        width:370px;
        height:380px;
    }
    .product__img2 model-viewer {
        width: 370px;
        height: 380px;
    }


}

@media (max-width: 370px) {
  .advantages__title, .specifications__table h2 {
    padding-bottom: 20px;
  }
  
    .product__img2 progress-bar {height:10px;width:100%;}
    .product__img2 lite-model-viewer {
        width:330px;
        height:380px;
    }
    .product__img2 model-viewer {
        width: 330px;
        height: 380px;
    }


}


.advantages__list {
  padding-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1229px) {
  .advantages__list {
    padding-bottom: 40px;
  }
}
.advantages__list .advantages__item {
  width: calc(30% + 15px);
}
.advantages__list .advantages__item:nth-child(4) {
  width: 570px;
}
.advantages__list .advantages__item:nth-child(5) {
  width: 570px;
}
@media (max-width: 1229px) {
  .advantages__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .advantages__list .advantages__item {
    width: 100%;
  }
  .advantages__list .advantages__item:nth-child(4) {
    width: 100%;
  }
  .advantages__list .advantages__item:nth-child(5) {
    width: 100%;
  }
}
@media (max-width: 1229px) {
  .advantages__list {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.advantages__item {
  padding: 30px 25px;
  border: 2px solid #cccedb;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 2px;
}
.advantages__item h3 {
  color: #0d0e10;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  font-family: "Pangram Sans", "Tahoma", sans-serif;
  font-weight: 400;
}
.advantages__item p {
  color: #6b7886;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  font-family: "DM Sans", "Tahoma", sans-serif;
  font-weight: 400;
}

.attachments__title {
  color: #0d0e10;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding-bottom: 40px;
  font-family: "Pangram Sans", "Tahoma", sans-serif;
  font-weight: 400;
}
@media (max-width: 1229px) {
  .attachments__title {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .attachments__title {
    padding-bottom: 20px;
  }
}

.attachments__list {
  color: #6b7886;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-bottom: 80px;
}
@media (max-width: 1229px) {
  .attachments__list {
    padding-bottom: 40px;
  }
}
.attachments__list li {
  max-width: 100%;
  display: block;
  padding-left: 14px;
  position: relative;
  font-family: "DM Sans", "Tahoma", sans-serif;
  font-weight: 400;
}
.attachments__list li::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  background-color: #6b7886;
  top: 10px;
  left: 0px;
}
.attachments__list li:not(:last-child) {
  padding-bottom: 10px;
}

.video__block {
  padding-bottom: 80px;
  max-width: 100%;
  height: 584px;
}
@media (max-width: 1229px) {
  .video__block {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .video__block {
    height: 300px;
  }
}
.video__block iframe {
  width: 100%;
  height: 100%;
}

.stock__title {
  color: #0d0e10;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding-bottom: 50px;
  font-family: "Pangram Sans", "Tahoma", sans-serif;
  font-weight: 400;
}
@media (max-width: 1229px) {
  .stock__title {
    font-size: 26px;
  }
}

.stock__list {
  margin-bottom: 150px;
}
@media (max-width: 1229px) {
  .stock__list {
    margin-bottom: 75px;
  }
}

.stock__item {
  display: flex;
  align-items: start;
  gap: 30px;
  border-top: 1px solid #cccedb;
  padding-top: 20px;
  padding-bottom: 20px;
}
.stock__item:not(:first-child) {
  border-bottom: 1px solid #cccedb;
}
@media (max-width: 991px) {
  .stock__item {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .stock__item {
    flex-direction: column;
    gap: 15px;
  }
}

.stock__item-img {
  background: #f3f5f8;
  cursor: pointer;
  padding: 32px 79px 33px 79px;
}
@media (max-width: 768px) {
  .stock__item-img {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .stock__item-img {
    padding: 16px 40px 16px 40px;
    margin: 0 auto;
  }
}
.stock__item-img img {
  max-width: 100%;
}
@media (hover: hover) {
  .stock__item-img img:hover {
    transform: scale(105%);
    transition: all 0.3s ease-out 0s;
  }
}

@media (max-width: 1229px) {
  .stock__item-description .stock__item-subtitle {
    font-size: 16px;
  }
}

.stock__item-name {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #121427;
  font-family: "DM Sans", "Tahoma", sans-serif;
  font-weight: 400;
}
@media (max-width: 768px) {
  .stock__item-name {
    padding-bottom: 12px;
  }
}

.stock__item-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #0d0e10;
  padding-bottom: 12px;
  font-family: "Pangram Sans", "Tahoma", sans-serif;
  font-weight: 400;
}
@media (max-width: 1229px) {
  .stock__item-title {
    font-size: 26px;
  }
}

.stock__item-subtitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #6b7886;
  max-width: 570px;
  font-family: "DM Sans", "Tahoma", sans-serif;
  font-weight: 400;
}
@media (max-width: 1229px) {
  .stock__item-subtitle {
    font-size: 16px;
    padding-bottom: 12px;
  }
}

.stock__item-link {
  display: flex;
  gap: 5px;
  align-items: center;
  border-bottom: 1px solid #121427;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 45px;
  max-width: 120px;
  text-decoration: none;
  font-family: "Pangram Sans", "Tahoma", sans-serif;
  font-weight: 400;
  padding-bottom: 5px;
  border-bottom: 1px solid #121427;
}
@media (max-width: 768px) {
  .stock__item-link {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=product.css.map */