.product__name {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  width: 100vw;
  display: flex;
  justify-content: center;
  background: #1b2c18;
  padding: 13px;
  margin-left: -5vw;
}

.product__desc {
  padding-top: 36px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.peculiarities__title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 12px;
}

.peculiarities__item {
  list-style: decimal;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0 0 0;
}

  .peculiarities__desc {
    font-size: 20px;
    line-height: 28px;
  }

  .product__peculiarities {
    padding-top: 36px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6.5%;
  }

  .peculiarities__info {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .product__specifications {
    padding-top: 36px;
    padding-left: 3%;
    padding-right: 3%;
    width: 100%;
  }

  .specifications__title {
    text-align: center;
    margin-bottom: 32px;
  }

  .swiper {
    width: 60vw;
  }
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: contain;
    border-radius: 20px;
  }

  .swiper-pagination-bullet {
    background-color: #fff !important;
    opacity: .7;
    transition: all 0.5s ease;
  }
  
  .swiper-pagination-bullet:hover {
    opacity: 1;
  }
  
  .swiper-pagination-bullet-active {
    background-color: #3d8e30 !important;
    box-shadow: rgba(61, 142, 48, 1) 0px 7px 14px, rgba(61, 142, 48, 1) 0px 5px 5px;
  }
  
  .swiper-button-prev,
  .swiper-button-next {
    opacity: .6;
    transition: all 0.5s ease;
  }
  
  .swiper-button-prev:after {
    color: #3d8e30 !important;
  }
  
  .swiper-button-next:after {
    color: #3d8e30 !important;
  }
  
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 1;
  }
  
  .swiper-button-prev:hover {
    text-shadow: #3d8e30 -7px 0 10px;
  }
  
  .swiper-button-next:hover {
    text-shadow: #3d8e30 7px 0 10px;
  }
  
  .th-left {
    border-right: 3px solid #3d8e30;
    text-align: left;
    padding: 20px;
  }
  
  .th-right {
    text-align: left;
    padding-left: 10%;
    font-weight: normal;
  }

  .td-left {
    border-right: 3px solid #3d8e30;
    text-align: left;
    font-weight: bold;
    padding: 20px;
  }
  .td-right {
    /* border-right: 1px solid #fff; */
    text-align: left;
    padding-left: 10%;
  }

@media screen and (min-width: 1399px) {
  .product__name {
    font-size: 32px;
    line-height: 36px;
    padding: 16px;
    margin-left: -5vw;
  }

  .product__peculiarities {
    padding-top: 48px;
  }

  .product__desc {
    padding-top: 48px;
  }  

  .peculiarities__title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .peculiarities__desc {
    font-size: 24px;
    line-height: 30px;
  }

  .swiper {
    width: 60vw;
  }

  .peculiarities__item {
    font-size: 24px;
    line-height: 32px;
    margin: 8px 0 0 0;
  }

  .product__specifications {
    padding-top: 48px;
  }

  .specifications__table {
    font-size: 20px;
  }

  .th-right {
    padding-left: 3%;
  }

  .td-right {
    padding-left: 3%;
  }
}

@media screen and (min-width: 1500px) {
  .swiper {
    width: 90vw;
  }
}

@media screen and (min-width: 1660px) {
  .swiper {
    width: 60vw;
  }
}

@media screen and (min-width: 1790px) {
  .peculiarities__item {
    font-size: 28px;
    line-height: 36px;
  }
}

@media screen and (min-width: 2000px) {
  .product__name {
    font-size: 36px;
    line-height: 44px;
  }

  .peculiarities__title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .swiper {
    width: 50vw;
    max-width: 700px;
  }

  .peculiarities__item {
    font-size: 32px;
    line-height: 40px;
    margin: 12px 0 0 0;
  }

  .product__specifications {
    padding-top: 72px;
  }

  .specifications__title {
    margin-bottom: 44px;
  }

  .specifications__table {
    font-size: 24px;
  }
}

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

  .product__peculiarities {
    flex-direction: column;
  }

  /* Не проверено */

  .product__desc {
    padding-top: 5vh;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: flex;
    gap: 5%;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }

  /* Не проверено */

  .specifications__name {
    font-size: 3.8vw;
  }

  /* Не проверено */

  .specifications__title {
    font-size: 4vw;
  }
}

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

  .product__name {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  
  .product__desc {
    padding-top: 2vh;
    margin-bottom: 2vh;
  }

  .peculiarities__title {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .specifications__title {
    margin-bottom: 16px;
  }

  .peculiarities__desc {
    font-size: 16px;
    line-height: 20px;
  }

  .product__peculiarities {
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 16px;
    gap: 20px;
  }

  .swiper {
    width: 80vw;
    height: auto;
    overflow: visible !important;
  }

  .swiper-slide {
    display: flex !important;
    width: 90%;
  }

  .swiper-slide img {
    width: 80%;
    align-self: center;
  }

  .swiper-button-prev {
    margin-left: -1vw;
    opacity: 1;
  }

  .swiper-button-next {
    margin-right: -1vw;
    opacity: 1;
  }

  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    text-shadow: none;
  }

  .swiper-pagination {
    display: none;
  }

  .peculiarities__info {
    gap: 4px;
  }

  .peculiarities__item {
    font-size: 16px;
    line-height: 22px;
    margin: 12px 0 0 0;
  }

  .product__specifications {
    padding-top: 16px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .th-left {
    padding: 8px;
  }

  .td-left {
    padding: 8px;
  }
}

@media screen and (max-width: 767px) {
  .swiper-button-prev {
    margin-left: -3vw;
  }

  .swiper-button-next {
    margin-right: -3vw;
  }
}